/*头部*/
.head .logo{
    width: 19%;
    cursor: pointer;
}
header{
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 80px;
}
.banner{
    margin-top: 80px;
}
header .nav-t{
    width: 45%;
    margin-left: 3%;
}
.nav-t li{
    float: left;
    width: 14%;
    /*line-height: 80px;*/
    text-align: center;
    font-size: 14px;
    max-height: 77px;
}
.nav-t>ul>li a{
    padding: 0;
    height: 60px;
    padding-top: 25px;
    display: inline-block;
}
.foot-b01 img{
    width:70px;
    height:70px;
}
.h-nav>ul>li a{
    padding-top: 0;
}
.nav-t li.active a,
.nav-t li.active1 a{
    color: #012269;
    border-bottom: 2px solid #012269;
}
.r-dianhua {
    width: 33%;
    text-align: center;
    /*padding-top: 10px;*/
}
.r-dianhua li span{
    font-size: 16px;
    color: #333333;
}
.r-dianhua li{
    color: #165572;
    font-size: 20px;
    float: left;
    min-width: 100px;
}
.r-dianhua li a:first-child{
    margin-right: 6%;
}
.r-dianhua li:first-child{
    width: 260px;
}
.r-dianhua li a{
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 57px;
}
/*隐藏头部样式*/
header .nav-t>ul>li{
    position: relative;
}
header .head001{
    position: absolute;
    z-index: 22;
    top: 67px;
    left: 4px;
    display: none;
    background-color: #f3f3f3;
    width: 250px;
    padding: 15px 25px 15px;
}
header .head004{
    padding: 15px 0px 15px 20px;
}
.head001 .h-img001,
.head001 .h-nav{
    min-width: 73px;
    width: 46%;
    float: left;
}
.head004 .h-img001{
    margin-top: 17px;
    width: 30%!important;
}
.head004 .h-nav li{
    text-align: left!important;
}
.h-nav li{
    text-align: left;
}
.head001 .h-nav {
    width: 49%;
}
.head001 .h-nav li{
    text-align: right;
}

header .head001 li{
    width: 100%;
}
header .head001 li a{
    /*width: 100%;*/
}
header .head001 li:last-child{
    width: 100%;
}
header .head001 li a:hover {
    border-bottom: none;
}
header .head001 li{
    height: 30px;
    line-height: 30px;
    transition: all 0.2s;
    /*border-bottom: 1px solid #2a6496;*/
}
header .head001 li:first-child{
    margin-left: 0;
}
header .head001 li a{
    height: 30px;
    line-height: 30px;
    color: #666666;
}

header .nav-t>ul>li a:hover{
    border-bottom: 2px solid #012269;
}
.head001 .h-img001{
    width: 50%;
}
header .head004{
    width: 250px;
}
.head004 .h-nav {
    width: 57%;
    margin-left: 8%;
}
/*标题*/
.xw-title02{
    width: 30%;
}
.xw-title02 h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.xw-title02 h3,
.xw-title02 a,
.xw-title02 span{
    display: inline-block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 5px;
}
.xw-title02 a{
    height: 21px;
    line-height: 21px;
    width: 1px;
    margin-top: 8px;
    border: 1px solid #b8b8b8;
}
.xw-title02 span {
    color: #999999;
}
.xw-title01{
    width: 18%;
}
.xw-title01 span{
    display: inline-block;
    width: 45%;
    margin-right: 8%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    border: 1px solid #ededed;
}
.xw-title01 span.active{
    background-color: #012269;
}
.xw-title01 span a{
    font-size: 14px;
}

.xw-title01 span.active a,
.xw-title01 span.active a:hover{
    color: white!important;
}

.xw-title01 span:last-child{
    margin-right: 0;
}

/*底部*/
footer{
    background-color: #2b292a;
    padding: 30px 0 60px;
    text-align: center;
}
footer .foot{
    width: 30%;
    margin: 0 auto;
}
.foot-t li{
    float: left;
    margin-right: 4%;
	display: flex;
    justify-content: center;
}
.foot-t li:first-child{
    margin-left: 4%;
}
.foot-t li:last-child{
    margin-right: 0;
}
footer a:hover{
    color: white!important;
}

.foot-b .foot-b01,
.foot-b .foot-b02{
    float: left;
}
.foot-b .foot-b02 {
    width: 68%;
    margin-top: 20px;
    margin-left: 26%;
}
.foot-b .foot-b01 {
    position: absolute;
    top: 10px;
    left: 50px;
}
footer .foot-b{
    text-align: center;
    width: 100%;
    position: relative;
	margin-top: 20px;
}
.foot-b li:last-child p{
    text-align: center;
}


.foot-b02 .p{
    height: 30px;
    width: 62%;
    margin-left: 14%;
}
@media screen and (max-width: 768px){
     height: 39px;
}

footer a,
footer p,
footer span{
    font-size: 14px;
    float: left;
    color: white;
}
footer span{
    margin-left: 10px;
}


@media screen and (min-width: 981px)and (max-width: 1920px) {
    footer .foot{
        min-width: 677px;
    }
    footer{
        min-width: 1200px;
    }
}
@media screen and (min-width: 981px)and (max-width: 1366px) {

    .banner{
        min-width: 1200px;
    }
    .head .logo {
        width: 25%;
    }
    header .nav-t {
        width: 42%;
    }
    .r-dianhua {
        width: 30%;
    }
    .head .logo img{
        height: 80px;
    }
    .main{
        width: 1200px;
        margin: 0 auto;
    }
    footer .foot {
        width: 55%;
    }
}
@media screen and (max-width: 980px) {
    footer .foot {
        width: 64%;
        min-width: 675px;
    }
    .nav-t>ul>li a{
        padding: 0;
        padding-top: 20px;
    }
    .banner,iframe{
        min-width: 980px;
    }
    header{
        min-width: 980px;
    }
	.h-nav>ul>li>a{
		padding-top:0!important;
	}
    .head .logo {
        width: 35%;
        margin-left: -10%;
    }
    header .nav-t {
        width: 56%;
        max-width: 488px;
    }
    .head .logo img{
        height: 80px;
    }
    .r-dianhua {
        width: 25%;
    }
    header .nav-t{
        margin-left: 0;
    }
    .r-dianhua {
        padding-top: 14px;
    }
    .r-dianhua li a {
        line-height: 40px;
    }
    .main{
        width: 95%;
        min-width: 915px;
        margin: 0 auto;
    }
    .r-dianhua li:first-child{
        max-width: 147px;
    }
    .r-dianhua li{
        min-width: 88px;
    }
    .r-dianhua li a:first-child, .r-dianhua li:first-child {
        margin-right: 3%;
    }
    .r-dianhua li a{
        width: 47%;
    }
}

@media screen and (min-width: 1367px)and (max-width: 1620px) {
    .head .logo {
        width: 27%;
    }
    .r-dianhua {
        width: 25%;
    }
    header .nav-t {
        width: 42%;
    }
}
@media screen and (min-width: 981px)and (max-width: 1920px) {
    header{
        min-width: 1250px;
    }
    .head .logo img{
        height: 80px;
    }
    .r-dianhua {
        min-width: 375px;

}
}
@media screen and (min-width: 1630px)and (max-width: 1920px) {
    .r-dianhua {
        width: 31%;
    }
    .r-dianhua li:first-child{
        width: 260px;
        margin-right: 3%;
    }
}


/* 移动端 */

/* 移动端 */
@media all and (max-width:767px){
    header{
        display: block !important;
        background-color: rgb(1,34,105);
        height: 60px;
    }
    .banner{
        margin-top: 60px;
    }
    header .head{
        height: 100%;
    }
    header .head .logo {
        margin-left: 0;
        width: 25%;
        height: 100%;
        position: relative;
    }
    header .head .logo img{
        width: 40px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }



    header .nav-t{
        display: block !important;
        width: 60%;
        background-color: rgba(1,34,109,.9);
        position: absolute;
        right: -60px;
        opacity: 0;
        top: 60px;
        height: calc(100vh - 80px);
        transition: .3s;
        pointer-events: none;
        z-index: 9999;
    }
    header .nav-t.active{
        right: 0;
        opacity: 1;
        pointer-events: auto;
    }
    header .click-hide{
        display: none;
        width: 40%;
        height: calc(100vh - 80px);
        position: absolute;
        left: 0;
        top: 80px;
        background-color: #66666600;
    }
    header .nav-t ul{
        width: 100%;
        margin-right: 0;
    }
    header .nav-t ul li{
        float: none;
        width: 100%;
        text-align: left;
        padding-left: 48px;
        box-sizing: border-box;
    }
    header .nav-t ul li a{
        color: #ededed;
    }

    header .nav-t ul li.active1{
        background-color: #ffffff;
    }
    header .nav-t ul li.active1 a {
        border: none;
    }
    header .r-dianhua{
        display: block !important;
        width: 50%;
        position:absolute;
        left: 25%;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0;
        height: 100%;
    }
    
    header .r-dianhua ul{
        width: auto;
        display: flex;
        height: 100%;
    }
    header .r-dianhua ul li:nth-child(1){
        display: none;
    }
    header .r-dianhua ul li{
        float: left;
        height: 100%;
        width: 100%;
        position: relative;
    }

    header .r-dianhua a{
        display: block;
        height: 100%;
        position: relative;
        width: 40px;
        float: right;
        margin: 0 8px;
        line-height:60px;
    }
    header .r-dianhua img{
        width: 40px;
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: none;
    }
     
    header .r-dianhua a:first-child:before{
       content:"CH";
       color: white;
    }
    header .r-dianhua a:nth-of-type(2):before{
       content:"EN";
       color: white;
    }
    

    .more-btn {
        float: right;
        padding: 8px;
        background-color: rgba(77, 77, 77, 0.418);
        border-radius: 3px;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .more-btn span {
        display: block;
        width: 20px;
        height: 2px;
        background-color:rgb(163, 163, 163) ;
        border-radius: 1px;
        margin: 2px;
    }
    



}

@media all and (max-width:767px){
    *{
        min-width: auto !important;
    }
    /* banner */
    .banner{
        width: 100%;
    }
}

/* 底部 footer */
@media all and (max-width:767px){
    footer .foot{
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        padding: 0 30px;
    }
    footer .foot ul li{
        display: flex;
        float: none;
        justify-content: flex-start;
        margin-left: 0px;
        margin: 12px 0;
    }
    footer .foot ul li:first-child{
        margin-left: 0px;
    }
    footer .foot ul li img{
        order: 1;
        float: none;
    }
    footer .foot ul li span{
        order: 2;
        float: none;
    }
    footer .foot-b{  
        width: 100%;
    }
    footer .foot-b .foot-b02{  
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        display: block;
    }
    footer .foot-b .foot-b02 .p{
        margin-left: 0;
    }
    footer .foot-b .foot-b02 p{
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    footer .foot-b img{
        display: none;
    }
}

@media all and (max-width:767px) {
    /* .banner1{
        height: 352px;
        overflow: hidden;
    }
    .banner img {
        width: 300%;
        transform: translate(-18%);
        max-width: none;
    } */
    .banner1{
        width: 100%;
        padding-top: 208px;
        position: relative;
        overflow: hidden;
    }
    .banner img {
        width: 178%;
        max-width: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);

    } 
}


header .logo {
    background: rgba(1, 34, 105, 1);
}
header .logo img{
    float: right;
    margin-right: 15px;
}

@media all and (max-width:321px) {
    header .nav-t ul li{
        height: auto;
        height: 50px;

    }
    header .nav-t ul li a{
        padding-top: 0;
        line-height: 50px;
        height: 50px;
    }
}

.foot-t li:nth-child(1) img{
    width: 20px;
    height: 24px;
}

/* 走进凌高 */
@media all and (max-width:767px){
     .xw-title02{
        width: 100%;
        float: none;
    }
     .xw-title01{
        margin-top:15px;
        width: 100% !important;
        float: none;
    }
    .xw-title01 span{
        width: auto !important;
        padding: 0 8px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space:nowrap ;
        margin-bottom: 5px;
    }
}