
.header_top{
     padding: 36px 0;
}


.header{
    
   line-height: 1.5;
   background-color: #fff;
} 


.header .form .search form{
    display: flex;
    width: 100%;
    align-items: center;
}

.header_nav ul li:first-child:hover .second-list{
display:none !important;
}

.header_width{
    max-width: 1520px;
    width: 80%;
    min-width: 1200px;
    justify-content: space-between;
    margin:0 auto;
    display: flex;
    align-items: center;
}

.header_logo{
    display: inline-block;
    vertical-align: middle;
}

.text_logo{
    display: inline-block;
    vertical-align: middle;
}


.footer_nav .a_list li a{
    text-align: left;
}

.text_logo{
    margin-left: 20px;
}

.text_logo .chinese{
    font-size: 40px;
    font-weight: bold;
    color: #003b57;
    letter-spacing: 16px;
}



.header_nav{
    background-color: #0d7a85;
}


.header .form{
    text-align: right;
}
.header .form ul li:last-of-type{
    border-right: none;
}
.header .form ul li{
    border-right: 1px solid #999;
    font-size: 16px;
    padding: 0 20px;
    line-height: 1;
    display:inline-block;
}



.header .form  input{
    border:none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
}


.header .form > .search{
    margin-top: 10px;
   
    border-bottom: 1px solid #c5c5c5;
}

/*.header .header_logo{
    width: 68%
}
*/
.header .header_logo img{
    width: 100%;
}

.header .form .search i{
    font-size: 20px;
}

.header_width ul {
    width: 100%;
    align-items: center;
    display: flex;
}

.header_width ul li a{
    color:#666;
}

.header_width ul li.oon a{
    color: #0d7a85;
}

.header .form ul li:first-of-type{
   padding-left: 0;
}

@media screen and (max-width:1600px) {
   .header .header_logo {
         width: 68%; 
    }
}
@media screen and (min-width:768px) {
    .header_width ul li a:hover{
      color: #0d7a85;
    }
}
.index_partner  .swiper-wrapper{
   -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.index_partner .swiper-pagination .swiper-pagination-bullet{
    display: none;
}

.index_partner .swiper-pagination .swiper-pagination-bullet:first-child,
.index_partner .swiper-pagination .swiper-pagination-bullet:last-child
{
    display: inline-block;
}

.index_partner .swiper-pagination .swiper-pagination-bullet:nth-child(9n){
    display: inline-block;
}

.header_nav .header_width > ul > li:hover .second-list{
    display: block;
    z-index: 222;
}

.header_nav ul li{
    width: 12.5%;
    position: relative;
    padding: 13px 0;
    text-align: center;
    font-size: 20px;
}

.second-list{
    position: absolute;
    top: 70px;
    border-radius: 10px;
    display: none;
    min-width: 100%;
    
}
.second-list ul{
    border-radius: 10px;
    margin-top: 20px;
    background: #fff;
}
.second-list ul li span{
    margin-left: 20px;
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
}
.header_nav .second-list ul li a{
    display: inline-block;
    vertical-align: middle;
}
.second-list ul,.second-list ul li{
    display: block;
}
.second-list ul li:last-of-type{
    border-bottom: none;
}
.second-list ul li {
    width: auto;
    white-space: nowrap;
    border-bottom: 1px solid #e4e4e5;
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
    font-size: 16px;
}

.header_width ul li a{
    display: block;
    
}
.header_width ul li.on{

    border-radius: 0 40px 0 40px;
    background-image: linear-gradient(to right, #fec304 , #f26b05);
   
}

.header_width ul li a p:first-of-type{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.header_width ul li a p:last-of-type{
    font-size:12px;
    white-space: nowrap;
    opacity: .5;
    font-weight: normal;
    color: #fff;
}

.footer{
    padding-top: 4% ;
    font-size: 12px;
    background-size: 100%;
    background-color: #0a7985;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../images/x1.png);
}

.footer_top{
    display: flex;
    justify-content: space-between;
}

.footer_lf{
    width: 72%;
}

.footer_contact{
    width: 24%;

}

.footer_nav > div{
    flex: 1
}

.footer_nav  ul{
    flex: 1;
}
.footer_nav {
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
    padding-bottom: 5%;
    font-size: 16px;
    color: #fff;
}

.footer_nav li{
    margin-bottom: 20px;}


.footer_nav li img{
    margin-right: 20px;
}

.footer_nav li a{
    color: #fff;
}

.footer_nav .a_list{
    display: flex;
    flex-wrap: wrap;
}

.footer_nav .a_list li{
    min-width: 33.33%;
    line-height: 1;
    font-weight: bold;

}

.footer_contact .title{
    line-height: 1;
    margin-top: 40px;
    color: #fff;
    font-size: 24px;
}


.footer_contact .title em,
.footer_contact .title span
{
    font-size: 18px;
    vertical-align: bottom;
}

.footer_contact .footer_nav{
    margin-top: 16%;

}

.footer_contact .footer_nav img{
    max-width: 150px;
}



.footer_bottom{
    display: flex;
    justify-content: space-between;
    padding: 20px 0; 
    color: rgba(250,250,250,.5);
    border-top: 1px solid rgba(250,250,250,.2);
    max-width: 1520px;
    margin: 0 auto;
}

.footer_bottom a{
    color: rgba(250,250,250,.5);
}


.footer_bottom a{
    margin-left: 20px;
}

.footer_lf .logo{
    width: 100%;
}

.footer_lf .logo img{
     width: 90%;
}


.web_element{
    display: none ;
}

.pc_element{
    display: block;
}

.header_width ul li .tu{
    display: none;
}

.header_nav .msg{
    display: none;
}

.friendship-wrap span{
    margin-right: 10px;
}
.friendship-wrap i{
    font-size: 12px;
    display: inline-block;
    transform:rotate(-90deg);
    vertical-align: baseline;
}

.friendship-wrap .wrap{
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.friendship-wrap .wrap .link-boxs a{
    color: #fff;
    display: block;
    line-height: 3;
}
.friendship-wrap .wrap .link-boxs{
    position: absolute;
    right:  0;
    padding: 20px 10px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
    width: 150px;
    display: none;
    bottom: 40px;
    color: #fff;
    background-color: #0a7985;
    max-height: 200px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {

    .second-list{
        display: block;
        position: static;
        height: 0;
        border-radius: 0;
        overflow: hidden;
        transition: all .5s;
    }
    .second-list ul{
        border-radius: 0;
        margin-top: 0;
        background: #fff;
    }
    .header_width ul li i{
        transition: all .3s;
    }

    #openav i{
        transform: rotate(90deg);
    }

    #openav .second-list{
        height: auto;
    }

    .section{
       margin-top: 60px;
    }
     .pc_element{
        display: none !important;
    }

    .web_element{
        display: block;
    }

    .header_width{
        max-width: 100%;
        width: 94%;
        min-width: auto;
    }
    .footer_nav{
        font-size: 0.24rem;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .footer_top{
        flex-wrap: wrap;
    }
    .footer_nav .a_list{
        display: none;
    }
    .footer_lf{
        width: 100%;
    } 
    .footer_contact .footer_nav img{
        width: 100px;
    }
    .footer_contact{
        width: 100%;
    }
    .footer_contact .footer_nav{
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .footer_contact .title strong{
        font-size: 0.3rem;
    }
    .footer_nav li{
        margin-bottom: 10px;
    }

    .footer_contact .title{
        margin-top: 0rem;
        font-size: 0.24rem;
    }

    .footer_nav li img{
        margin-right: 10px;
        width: 20px;
    }
    .header .header_logo{
        width: 80%;
    }
    .footer_bottom > div:last-of-type{
        display: none;
    }
    .header .form{
        display: none;
    }
    .mask{
        display: none;
    }
    .header_nav{
        width: 4.5rem;
        position: fixed;
        right: -4.5rem;
        top: 0;
        height: 100%;
        z-index: -1;
    }
    .header_top{
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        box-sizing: border-box;
        padding: 14px 4%;
        background-color: #fff;
    }
    .header_width>ul{
        display: block;
        margin-top: 70px;
    } 

     .header_width ul li{
          text-align: left;
          width: 100%;
          padding: 0 ;
     }

     .header_width ul li.on{
        
        background-image: none;
     }

  
    .second-list ul li span{
        display: none;
    }
    .header_width ul li a p:last-of-type{
        display: none;
    }

    .header_width ul li> a{
        display: none;
    }
    .header_width ul li.on a{
        border-radius: 0;
        color:#ffF;
        background-image:none;
    }

   .header_width ul li .tu{
      display: flex;
      justify-content: space-between;
      font-size: 0.3rem;
      color: #fff;
      line-height: 3;
   }
   .header_nav a{
    color: #fff;
   }
   .mask{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        height: 100%;
        background-color: rgba(0,0,0,.7);
    }
   .header{
        position: fixed;
        z-index: 101;
   }
   .header_nav .msg a{
    display: block;
    font-size: 0.25rem;
    line-height: 2;
    padding-left: 20px;
   }

 .web_language{
                padding: 0 4%;
              }
              .web_language ul li{
                width: 100%;
                font-size: 12px;
                text-align: left;
}
              }

  
}
