/* 澶撮儴 */
.head-cont {}

.head-nav {
    border-bottom: 0 !important;
}

/* logo鍜屾悳绱㈡ */
.log-search,
#head-nav,
.mynavbar {
    height: 100px;
    display: flex;
    align-items: center;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

/* nav a鏍囩 */
.nav>li>a:focus,
.nav>li>a:hover background-color:#0A85FF;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #0A85FF;
}

.nav-tabs>li>a:hover {}

/* nav涓嬫媺妗�*/
/* .dropdown-menu {
    background-color: #0A85FF;
}

nav涓嬫媺妗嗙殑a鏍囩
.dropdown-menu>li>a {
    color: #fff;

}

.dropdown-menu>li>a:hover {
    background-color: #0A0AFF;
    color: #fff;
}
 */
/* 涓棿 */
.center-cont {}

/* 搴曢儴 */
.footer-cont {}

/* 鐢佃剳*/
@media screen and (min-width: 768px) {

    /* 澶撮儴 */
    .head-cont,
    #navbar {
        width: 80%;
        margin: 0 auto;
    }
}

/* 鎵嬫満 */
@media screen and (max-width: 768px) {

    /* 澶撮儴 */
    .head-cont,
    #navbar {
        width: 100%;
    }
}

/* 
  ##PC
  ##1281px鎴栨洿楂樺垎杈ㄧ巼
*/

@media (min-width: 1281px) {}

/* 
  ##绗旇鏈垨PC
  ##1025px - 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
  ##骞虫澘鐢佃剳/Ipad绔栧睆
  ##768px - 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}

/* 
  ##骞虫澘鐢佃剳鎴朓pad妯睆
  ##768px - 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
  ##浣庡垎杈ㄧ巼鐨勫钩鏉跨數鑴戞垨妯睆鐨勬墜鏈�
  ##481px - 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}

/* 
  ##澶氭暟绔栧睆鐨勬櫤鑳芥墜鏈�
  ##320px - 479px
*/

@media (min-width: 320px) and (max-width: 480px) {}

#navbar>ul>li>a:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 165px;
    height: 1px;
    transform: translate(-50%);
}

#navbar>ul>li>a:hover:after {
    height: 2px;
    animation: ad_width .4s linear forwards;
    background: #62c1e9;
}

@keyframes ad_width {
    from {
        width: 0
    }

    to {
        width: 120px
    }
}

.third-cont {
    margin-top: 120px;
}

.icon1 {
    background: url(../img/icon01.png) no-repeat;
    width: 90px;
    height: 170px;
    margin-left: 75px;
    margin-top: 40px;

    transition: opacity .3s;
    z-index: 999;
}

.f-info-title,
.f-infoBlock-name {
    font-size: 28px;
    font-weight: 700;
}

.f-info-desc {
    font-size: 18px;
    font-weight: 600;
}

figcaption>span,
figcaption>h2>span,
figcaption>p {
    color: #fff !important;
}

figcaption>p {
    font-size: 18px !important;
}

.firty {
    margin-top: 300px !important;
    width: 100%;
    margin: 0 auto;
}

#slider {
    display: flex;
    justify-content: center;
}

.footer-cont {
    width: 100%;
    height: 200px;
    background-color: rgba(31, 70, 39,1);
    margin-top: 40px;
}

.font-cont {
    display: flex;
    justify-content:center;
    margin-top: 120px;
    width: 80%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.little-icon {
    display: inline-block;
    margin-bottom: 20px;
}

.f-icons {
    margin: 0 10px;
}

.imgs {
    width: 400px;
    height: 200px;
}

.fonts {
    font-size: 20px;
    color:#fff;
}

.f-fonts {
    display: flex;
}

.left-font,
.right-font {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
     align-items:flex-start;
}
.font-title{
    font-size:18px;
    font-weight:800;
}

.left-font>span,
.right-font>span,
.bottom-font>span{
   padding:10px 0;
   font-size: 16px;
   color:#fff;
}
.bottom-font{
    text-align:center;
    background-color:  rgba(31, 70, 39,1);
    font-size: 16px;
    padding-bottom:20px;
    padding-top: 50px;
}
