@font-face {
    font-family: "Source Han Sans CN";
    src: url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
         url("../font/SourceHanSansCN-Regular.woff") format("woff"),
         url("../font/SourceHanSansCN-Regular.ttf") format("truetype"),
         url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
         url("../font/SourceHanSansCN-Regular.svg") format("svg");
}

html{
    scroll-behavior:smooth;
}
html, body{ 
    padding: 0;
    margin: 0;
    line-height: 1;
    font-family: 'Source Han Sans CN' !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Source Han Sans CN' !important;
}
ul, ol{ 
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    min-width: 1356px;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
header>div:first-child{
    margin: 0 auto;
    max-width: 1356px;
    height: 60px;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
header>div:first-child::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: transparent;
    z-index: -1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
header>div:first-child.bgshow::after{
    background-color: #1C2135;
}
header>div:first-child>a{
    margin-right: 18px;
}
header>div:first-child>a>img{
    width: 112px;
    height: 33px;
    
    cursor: pointer;
}
header>div>ul{
    display: flex;
    align-items: center;
}
header>div>ul>li>a{
    color: #FFF !important;
    text-decoration: none !important;
    font-size: 16px;
    margin-right: 41px;

    display: inline-block;
    height: 60px;
    line-height: 60px;
}
header>div>ul>li.active>a{
    font-size: 18px;
    font-weight: 500;
}
header>div:first-child>div{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header>div:first-child>div>a{
    display: inline-block;
    width: 100px;
    line-height: 28px;
    font-size: 16px;
    color: #E7E7E8 !important;
    text-align: center;
    text-decoration: none !important;
}
header>div.second{
    background-color: #ffffff1a;
    /* opacity: .2; */
    display: none;
    position: relative;
    border-bottom: 0 solid #E2E2E2;
}
header>div.second:hover{
    display: block !important;
}
header>div.second>i{
    display: inline-block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #ffffff1a;
    position: absolute;
    left: 0;
    bottom: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
header>div.second>div{
    box-sizing: border-box;
    width: 1356px;
    height: 38px;
    line-height: 38px;
    padding-left: 160px;
    margin: 0 auto;
}
header>div.second>div.div2>a{
    color: #AEAEAE !important;
}
header>div.second>div>a{
    font-size: 14px;
    color: #fff !important;
    background-color: transparent !important;
    text-decoration: none !important;
}
header>div.second>div>a:not(:last-child){
    margin-right: 40px;
}
header>div.second>div>a:hover{
    color: #3D6EFF !important;
}
footer{
    background-color: #1C2135;
    min-width: 1356px;
}
footer>.footerCutOffRule{
    height: 1px;
    background-color: #495060;
}
footer>.footerTop,
footer>.footerBottom{
    width: 1242px;
    margin: 0 auto;
    box-sizing: border-box;
}
footer>.footerTop{
    height: 250px;
    padding-top: 62px;
    display: flex;
}
footer>.footerTop>div:not(:last-child)>p,
footer>.footerTop>div:not(:last-child)>div{
    font-size: 14px;
    color: #D4D6DB;
    margin-bottom: 10px;
}
footer>.footerTop>div:not(:last-child)>div{
    display: flex;
}
footer>.footerTop>div:not(:last-child)>div p{
    margin-bottom: 5px;
    opacity: .3;
    font-size: 12px;
}
footer>.footerTop>div:not(:last-child)>div p:first-child{
    opacity: 1;
    font-size: 14px;
}
footer>.footerTop>div:not(:last-child)>div p:last-child{
    margin: 0;
}
footer>.footerTop>div:not(:last-child)>p>a{
    color: #D4D6DB;
}
footer>.footerTop>div:not(:last-child)>p>a>img{
    display: inline-block;
    width: 80px;
    margin-right: 15px;
}
footer>.footerTop>div:nth-child(2)>p:not(:last-child){
    margin-bottom: 15px;
}
footer>.footerTop>div:not(:last-child)>p.p1{
    font-size: 18px;
    color: #FFF;
    margin-bottom: 28px;
}
footer>.footerTop>div:last-child{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
footer>.footerTop>div:last-child>div{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 28px;
    padding-top: 19px;
}
footer>.footerTop>div:last-child>div>p{
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 15px;
}
footer>.footerTop>div:last-child>div>p:last-child{ 
    margin-bottom: 0; 
}
footer>.footerTop>div:last-child>img{
    display: inline-block;
    width: 110px;
    height: 110px;
}
footer>.footerBottom{
    height: 195px;
    padding-top: 61px;
    display: flex;
    justify-content: space-between;
    opacity: .3;
}
footer>.footerBottom img{
    display: inline-block;
    width: 112px;
}
footer .ICP{
    margin-bottom: 12px;
}
footer .ICP,
footer .language>a{
    font-size: 14px;
    color: #FFF;
    text-align: right;
}
footer .language{
    text-align: right;
}

._Transition{
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.fixed{
    position: fixed;
    left: 0;
    width: 100%;
    transition: top .5s ease;
    -moz-transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    z-index: 10;
}

body>a{ display: none !important; }
.cndns-right:root{margin:0;padding:0;list-style-type:none;}
.cndns-right a,img{border:0;text-decoration:none;}
.cndns-right {font:12px/180% Arial, Helvetica, sans-serif ,"新宋体";}
.cndns-right p{margin:0px;padding:0px;line-height:20px;}
.cndns-right i{margin:0px;padding:0px;font-style:normal;}
.cndns-right ul{margin:0px;padding:0px;list-style:none;}
.cndns-right ul li{margin:0px;padding:0px;list-style:none;}
.cndns-right a{color:#333333;text-decoration:none;}
.cndns-right a:hover{color:#ff5a00;text-decoration:none;}
.clear{clear:both;font-size:0px;line-height:0;height:0;}

@font-face {
    font-family: 'icomoon';
    src:url('../font/icomoon/icomoon.eot?qradjf');
    src:url('../font/icomoon/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../font/icomoon/icomoon.ttf?qradjf') format('truetype'),
        url('../font/icomoon/icomoon.woff?qradjf') format('woff'),
        url('../font/icomoon/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon{
    font-family:"icomoon";
    font-style:normal;
    font-weight:normal;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    font-size:24px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:24px;
    color:#999; 
}

/*new right*/
.cndns-right{position:fixed;right:1px;bottom:10%;margin-top:-10px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#ff6800;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#ff6800;}
.meau-sev .cndns-right-btn{border-color:#ff6800;background:url(../images/02index-banner-8.gif) no-repeat #ff6800 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#ff6800}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #ff6800;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#ff6800;font-size:24px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../images/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#ff6800}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#f66e06;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#ff6800}
.meau-zs .cndns-right-btn{background-color:#ff6800;color:#fff;margin-top:80px;border-color:#ff6800}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}


#eng-call{
    position: fixed;
    left: 25px;
    bottom: -15px;
    width: 80px;
    height: 160px;
    cursor: pointer;
}
#eng-call>img{
    display: inline-block;
    width: 100%;
}