﻿*{
    margin: 0;
    padding: 0;
}
body {margin:0; padding:0; font-family: Microsoft YaHei,Microsoft JhengHei,SimSun,SimHei; overflow-anchor: none;}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}

/* html,body{ width:100%; height:100%;} */

ul,ol{ list-style: none;}

a{ text-decoration: none; color: inherit}
a,button,input{-webkit-tap-highlight-color:inherit;}

/* a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  } */

select,input,button,img{ outline: none; border: none; vertical-align: middle; font-size: 100%;}

h1,h2,h3,h4,h5,h6{ font-weight:normal; font-style:normal;}

.header{
    width: 100%;
    min-width: 1400px;
    height: 160px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}
.header .headerTop{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 0;
    padding-top: 46px;
}
.header .headerTop .headerNav{
    display: none;
}
.header .headerTop .Hlogo{
    width: 402px;
    height: 45px;
}
.header .headerTop .Hlogo img{
    display: block;
    width: 100%;
    /* height: 100%; */
}
.header .headerTop .headerOperation{
    display: flex;
    align-items: center;
}
.header .headerTop .headerOperation .search{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 45px;
    margin-right: 6px;
    border-radius: 45px;
    background: #0077C0;
    color: #fff;
    font-size: 18px;
}
.header .headerTop .headerOperation .search img{
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: 2px;
}
.header .headerTop .headerOperation .switch{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 45px;
    border-radius: 45px;
    background: #0077C0;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}
.header .headerTop .headerOperation .switch div{
    width: 58px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
}
.header .headerTop .headerOperation .switch div.active{
    background: #fff;
    color: #333333;
    border-radius: 0 40px 40px 0;
}
.header .headerTop .headerOperation .switch div.active1{
    background: #fff;
    color: #333333;
    border-radius: 40px 0 0 40px;
}
.header .headerNav{
    width: 1200px;
    margin: 30px auto 0;
}
.header .headerNav ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .headerNav ul a{
    text-decoration: none;
    color: unset;
}
.header .headerNav ul li{
    position: relative;
    min-height: 40px;
    margin-right: 80px;
    transition: all 0.2s;
}
.header .headerNav ul li .navTitle{
    position: relative;
    height: 100%;
    color: #333;
    font-size: 18px;
}
.header .headerNav ul li .navTitle .bLine{
    /* display: none; */
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 34px;
    height: 4px;
    transition: all 0.2s;
    margin-left: -17px;
    background: #0077C0;
}
.header .headerNav ul li .navList{
    display: none;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 39px;
    width: 192px;
    margin-left: -96px;
}
.header .headerNav ul li .navList .navCont{
    width: 100%;
    height: 32px;
    background-color: #e6e6f1;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}
.header .headerNav ul li .navList .navCont:hover{
    background: #dddde7;
}
/* .header .headerNav ul li:hover .navList{
    display: block;
} */
.header .headerNav ul li:hover .navTitle .bLine{
    opacity: 1;
}
.headerScroll{
    /* display: none; */
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    transition: all .2s;
    height: fit-content;
    background: rgba(250, 250, 250, .94);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}
.headerScroll .headerNav{
    display: none;
}
.headerScroll .headerTop{
    align-items: center;
    padding-top: 36px;
    padding-bottom: 20px;
}
.headerScroll .headerTop .headerNav{
    display: block;
}
.headerScroll .headerTop .Hlogo{
    width: 300px;
    height: fit-content;
}
.headerScroll .headerNav{
    width: 580px;
    margin: 0;
}
.headerScroll .headerNav ul{
    display: flex;
    justify-content: space-between;
}
.headerScroll .headerNav ul li{
    min-height: 30px;
    margin-right: 0;
}
.headerScroll .headerNav ul li .navList{
    top: 29px;
}
.searchPop{
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, .90);
}
.searchPop .sClose{
    display: flex;
    justify-content: flex-end;
    width: 1200px;
    margin: 25px auto 0;
}
.searchPop .sClose .searchClose{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 45px;
    border-radius: 45px;
    background: #0077C0;
    color: #fff;
    font-size: 18px;
}
.searchPop .sClose .searchClose img{
    display: block;
    margin-right: 5px;
}
.searchPop .searchCont{
    width: 720px;
    margin: 232px auto 0;
}
.searchPop .searchCont .searchTitle{
    color: #0077C0;
    font-size: 40px;
    text-align: center;
}
.searchPop .searchCont .operation{
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-top: 40px;
    padding: 0 35px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.searchPop .searchCont .operation input{
    width: 587px;
    height: 60px;
}
.searchPop .searchCont .operation .inputClick{
    margin-left: 20px;
}
.searchPop .HotSearch{
    width: 720px;
    margin: 28px auto 0;
    color: #333333;
    font-size: 12px;
}
.searchPop .HotSearch span{
    margin-right: 15px;
}
/* 头部移动端 */
.headermobile{
    display: none; 
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    padding: 0 0 16% 0;
    transition: all .2s;
    box-sizing: border-box;
}
.headermobile .headerCont{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 3.5% 0 4%;
    box-shadow: 0px 0px 7px rgba(0,0,0,.1);
    box-sizing: border-box;
}
.headermobile.active{
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    transition: all .2s;
    box-shadow: 0px 0px 7px rgba(0,0,0,.1);
}
.headermobile .headerlogo{
    width: 47%;
}
.headermobile .headerlogo img{
    display: block;
    width: 100%;
}
.headermobile .headeroperation{
    display: flex;
    align-items: center;
    width: 31%;
}
.headermobile .headeroperation .mcode,.headermobile .headeroperation .msearch{
    width: 16.4%;
    margin-right: 10.3%;
}
.headermobile .headeroperation .mcode img,.headermobile .headeroperation .msearch img{
    display: block;
    width: 100%;
}
.headermobile .headeroperation .msearch .searchCloseM{
    display: none;
}
.headermobile .headeroperation .mswitch{
    margin-right: 10.3%;
    width: 16.4%;
}
.headermobile .headeroperation .mswitch img{
    display: block;
    width: 100%;
}
.headermobile .headeroperation .mswitch img.English{
    display: none;
}
.headermobile .headeroperation .mnav{
    width: 16.4%;
}
.headermobile .headeroperation .mnav img{
    display: block;
    width: 100%;
}
.headermobile .headeroperation .mnav img.mnavClose{
    display: none;
}
.headermobile .codePop{
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    background: rgba(250, 250, 250, .90);
    width: 100%;
    height: 100%;
}
.headermobile .codePop .codeImg{
    display: block;
    width: 75%;
    margin: 150px auto 0;
}
.headermobile .codePop .codeText{
    margin: 15px 0;
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.headermobile .codePop .codeClose{
    display: block;
    width: 4%;
    margin: 0 auto;
}
.headermobile .msearchPop{
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 250, 250, .90);
    padding: 0 4%;
    box-sizing: border-box;
}
.headermobile .msearchPop .searchCont{
    width: 100%;
    margin-top: 93px;
}
.headermobile .msearchPop .searchCont .searchTitle{
    color: #0077c0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.headermobile .msearchPop .searchCont .operation{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 11.5%;
    margin-top: 20px;
}
.headermobile .msearchPop .searchCont .operation .operationCont{
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    box-sizing: border-box;
    overflow: hidden;
}
.headermobile .msearchPop .searchCont .operation .operationCont input{
    width: 82.5%;
    height: 100%;
    margin-right: 4.3%;
    color: #333333;
    font-size: 12px;
}
.headermobile .msearchPop .searchCont .operation .operationCont .inputdel{
    width: 4.6%;
    margin-right: 4.6%;
}
.headermobile .msearchPop .searchCont .operation .operationCont .inputdel img{
    display: block;
    width: 100%;
}
.headermobile .msearchPop .searchCont .operation .operationCont .inputClick{
    width: 4.3%;
}
.headermobile .msearchPop .searchCont .operation .operationCont .inputClick img{
    display: block;
    width: 100%;
}
.headermobile .msearchPop .HotSearch{
    width: 100%;
    margin: 10px auto 0;
    color: #333333;
    font-size: 12px;
}
.headermobile .msearchPop .HotSearch span{
    margin-right: 8px;
}
.headermobile .NavPop{
    position: fixed;
    z-index: 9;
    background: rgba(250, 250, 250, .94);
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 16%;
    transition: all .2s;
    box-sizing: border-box;
}
.headermobile .NavPop.active{
    left: 0;
}
.headermobile .NavPop ul{
    list-style: none;
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box
}
.headermobile .NavPop ul li{
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}
.headermobile .NavPop ul li .navTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 47px;
}
.headermobile .NavPop ul li .navTitle a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.headermobile .NavPop ul li .navTitle .text{
    color: #333333;
    font-size: 16px;
    transition: all .2s;
}
.headermobile .NavPop ul li .navTitle .Onright{
    width: 5px;
    transition: all .2s;
}
.headermobile .NavPop ul li .navTitle .Onright img{
    display: block;
    width: 100%;
}
.headermobile .NavPop ul li .navList{
    display: none;
    width: 100%;
    /* height: 0; */
    overflow: hidden;
    /* transition: all .2s; */
}
.headermobile .NavPop ul li .navList .navCont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 33px;
    /* transition: all .2s; */
}
.headermobile .NavPop ul li .navList .navCont:first-child{
    margin-top: 5px;
}
.headermobile .NavPop ul li .navList .navCont:last-child{
    margin-bottom: 5px;
}
.headermobile .NavPop ul li .navList a .navCont{
    color: #666666;
    font-size: 13px;
}
.headermobile .NavPop ul li .navList .navCont img{
    display: block;
    width: 5px;
}
.headermobile .NavPop ul li.active .navTitle .text{
    color: #0077c0;
    font-weight: bold;
}
.headermobile .NavPop ul li.active .Onright{
    transform: rotate(90deg);
}
/* .headermobile .NavPop ul li.active .navList{
    height: max-content;
    transition: all .2s;
} */
.content{
    min-width: 1400px;
}












/* 尾部样式 */
.footer{
    width: 100%;
    min-width: 1400px;
    background-color: #f9f9f9;
    overflow: hidden;
}
.footer .footCont{
    width: 1204px;
    margin: 0 auto;
    overflow: hidden;
}
.footer .footCont ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 45px 0 0;
}
.footer .footCont ul .navTitle{
    width: 68px;
    height: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    font-size: 14px;
    color: #666666;
}
.footer .footCont ul  .navList .navCont{
    display: flex;
    align-items: center;
    min-height: 40px;
    color: #999999;
    font-size: 12px;
}
.footer .footCont ul  .navList .navCont a{
    color: #999999;
    text-decoration: none;
}
.footer .footCont ul .Code{
    width: 100px;
    height: 128px;
    margin-top: 20px;
    background: #fff;
}
.footer .footCont ul .Code .CodeImg{
    width: 100px;
    height: 100px;
}
.footer .footCont ul .Code .CodeImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .footCont ul .Code .codeTitle{
    margin: 0;
    color: #a4a4b4;
    font-size: 12px;
    text-align: center;
}
.footer .footerTagging{
    margin: 20px 0 15px;
    font-size: 12px;
    color: #a4a4b4;
    text-align: center;
}
/* footer--移动端 */
.footermoblie{
    display: none;
    width: 100%;
    background: #F9F9F9;
    overflow: hidden;
}
.footermoblie .footerCode{
    width: 122px;
    height: 140px;
    margin: 24px auto 0;
    background: #fff;
}
.footermoblie .footerCode .CodeImg{
    width: 110px;
    height: 110px;
    margin: 0 auto 0;
}
.footermoblie .footerCode .CodeImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.footermoblie .footerCode .codeTitle{
    font-size: 14px;
    color: #AFB0B3;
    text-align: center;
}
.footermoblie .contactList{
    width: 280px;
    margin: 18px auto 0;
    color: #666666;
    font-size: 12px;
}
.footermoblie .contactList .contact{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.footermoblie .footerTagging{
    margin: 15px 0;
    text-align: center;
    color: #8F7D81;
    font-size: 12px;
}
/* footer--移动端--end */
.QRcode{
    position: fixed;
    z-index: 9;
    right: -5px;
    bottom: 110px;
    width: 90px;
}
.QRcode .codeHover{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 60px;
    background: #AAAAAA;
}
.QRcode .codeImg{
    display: none;
    position: absolute;
    top: 50%;
    width: 110px;
    height: 125px;
    margin-top: -40px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
    left: -110px;
    background: #fff;
    /* transition: all .5s; */
}
.QRcode .codeImg .codeTitle{
    padding: 6px 0 0;
    color: #333;
    font-size: 12px;
    text-align: center;
}
.QRcode .codeImg img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
/* .QRcode:hover .codeImg{
    display: block;
}
.QRcode .codeImg:hover{
    display: block;
} */

/*分页*/
.tcdPageCode{padding: 40px 20px 10px;text-align: left;color: #ccc;text-align:center;}

.tcdPageCode a{display: inline-block;text-decoration: none;color: #999;font-size:14px;display: inline-block;width:36px;height: 36px;line-height: 36px; padding: 0 13px;margin: 0 7px;vertical-align: middle;background: #fafafa;border: 1px solid #ebebeb;box-sizing: border-box;}

.tcdPageCode a:hover{text-decoration: none;}

.tcdPageCode span.current{display: inline-block;width:36px;height: 36px;box-sizing: border-box;line-height: 36px;padding: 0 14px;margin: 0 2px;color: #fff!important;font-size:14px;background-color: #0077c0;  vertical-align: middle;}
.tcdPageCode span.disabled{ opacity:0.6;    display: inline-block;position: relative;width:36px;height: 36px;line-height: 36px;padding: 0 10px;margin: 0 7px;  color: #999;font-size:14px;background: #fafafa;border: 1px solid #ebebeb;vertical-align: middle;box-sizing: border-box;}

.left_triangle{position: absolute;top: 10px;left: 12px;width:0;height:0;border-top:6px solid transparent;border-right:6px solid #7e7e7e;border-bottom:6px solid transparent;}

.right_triangle{position: absolute;top: 10px;left: 14px;width:0;height:0;border-top:6px solid transparent;border-left:6px solid #7e7e7e;border-bottom:6px solid transparent;}

.tcdPageCode .nextPage,.prevPage{ position: relative;padding: 0 10px!important;}


.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 40px 20px 30px;
    color: #ccc;
    text-align: center;
}
.pagination li a{
    text-decoration: none;
    color: #999;
    font-size: 14px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    margin: 0 7px;
    vertical-align: middle;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}
.pagination .disabled{
    text-decoration: none;
    color: #999;
    font-size: 14px;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    margin: 0 7px;
    vertical-align: middle;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}
.pagination a{
    color: #333;
}
.pagination li.active{
    display: inline-block;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    line-height: 36px;
    padding: 0 14px;
    margin: 0 2px;
    color: #fff!important;
    font-size: 14px;
    border-color: #0077c0;
    background-color: #0077c0;
    vertical-align: middle;
}
@media screen and (max-width:750px ){
    .headerPc{
        display: none;
    }
    .headermobile{
        display: flex;
    }
    .footerPc{
        display: none;
    }
    .footermoblie{
        display: block;
    }
    .pagination{
        padding: 30px 20px 20px;
    }
    .pagination li a{
        padding: 0 10px!important;
        width: 30px!important;
        height: 30px!important;
        line-height: 30px!important;
        margin: 0 2px!important;
    }
    .pagination .disabled{
        padding: 0 10px!important;
        width: 30px!important;
        height: 30px!important;
        line-height: 30px!important;
        margin: 0 2px!important;
    }
    .pagination li.active{
        padding: 0 10px!important;
        width: 30px!important;
        height: 30px!important;
        line-height: 30px!important;
        margin: 0 2px!important;
    }
}