/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

p{margin:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}


.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.w1380{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

header{
    height: 100px;
    background:#0a1c29;
    line-height: 100px;background: rgba(9,27,39,0.9);
}
.heada{
    width: 25%;
}
.heada img{
    max-width: 100%;
}
.headb{
    width: 70%;
}

.c1{
    background: #047ceb;
    padding: 2vw 0;
}

.c1 .cpfl{

}
.c1 .cpfl li{
    padding: 1vw 0.5vw;
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
}
.c1 .cpfl li .img{
    height: 48px;
    overflow: hidden;
    
}
.c1 .cpfl li .img img{
    position: relative;
    transition: all 0.5s;
    top:0;
}
.c1 .cpfl li h3{
    font: 400 14px/24px "Microsoft YaHei";
    line-height: 1;
    margin-top: 1vw;
    color: #fff;
}
.c1 .cpfl li:hover{
    background: #fff;
}
.c1 .cpfl li:hover .img img{
    top:-48px;
}
.c1 .cpfl li:hover h3{
    color: #047ceb;
}

/* pro_list */
.c2{
    margin-top: 4vw;
}
.pro_list {
    margin: 0 -13px;
    position: relative;
}
.pro_list .slick-arrow{
    position: absolute;
    top: 48%;
    font-size: 0;
    outline: none;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 99999;
    box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
    border-radius: 0px;
}
.pro_list .slick-prev{
    background: url(//cdn.myxypt.com/d4ffea82/23/09/87c0261ee632169f5e1ded5115492ab9c24a2299.png);
    left: -8%;
}
.pro_list .slick-next{
    background: url(//cdn.myxypt.com/d4ffea82/23/09/61509591fe6721ae196a7a69f24a0222ba4294d7.png);
    right: -8%;
}
.pro_list .slick-prev:hover{
    background: url(//cdn.myxypt.com/d4ffea82/23/09/d3c74ce33e393aacee7a2864c1047b86e4d515f4.png);
}
.pro_list .slick-next:hover{
    background: url(//cdn.myxypt.com/d4ffea82/23/09/d169366ee9a30dd0306c0debdedb676dfc6c7ed0.png);
}

.pro_list .slick-slide{
    margin: 0 13px;
}

.pro_list li{
    border:1px solid #f0f0f1;
    padding: 2vw;
}

.pro_list li img{
    width: 100%;
}

.pro_list li p{
    font-size: 16px;
    color: #047ceb;
    line-height: 1;
    padding-top: 2vw;
}

.pro_list li h4{
    color: #333;
    font-weight: 600;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top: 10px;
}
.pro_list li span{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 1vw;
}
.pro_list li:hover{
    border-color: #047ceb;
}
.pro_list li:hover p{
    color: #047ceb;
}
.pro_list li:hover h4{
    color: #047ceb;
}

.c3{
    padding: 8vw 0;
    background: url(//cdn.myxypt.com/d4ffea82/23/09/c0cf50cd02308ff36764d5a8cd3699c0a4c6b93d.jpg) no-repeat center;
    background-size: cover;
    margin-top: 4vw;
}
.cc3{
    background: url(//cdn.myxypt.com/d4ffea82/23/09/99ff3fb3977425a0d00eed371b37193b73aa491c.png) no-repeat center;
    background-size: cover;
    padding: 3vw;
    align-items: center;
}
.c3a{
    width: 57%;
}
.c3a dd{
    font-size: 16px;
    color: #000000;
}
.c3a dt{
    font-size: 1.8rem;
    font-weight: 600;
    color: #444444;
    width: 84%;
    margin-top: 15px;
}
.c3a dl{
    font-size: 18px;
    line-height: 38px;
    color: #444444;
    margin-top: 1.5vw;
}
.c3a a{
    display: block;
    width: 156px;
    height: 42px;
    border-bottom: 3px solid #25c1ff;
    background: #047ceb;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    margin-top: 3.6vw;
    margin-bottom: 1vw;
}
.c3b{
    width: 40%;
    text-align: center;
}
.c3b img{
    max-width: 100%;
}




.c4{
    padding-top: 4vw;
    padding-bottom: 6vw;
    background: url(//cdn.myxypt.com/d4ffea82/23/09/7c9ba1e54daebe8d3b729e4f1f43c49a8ecf16cb.png) no-repeat top center;
    background-size: cover;
}
.c4bt{
    align-items: center;
}
.c4bt h3{
    font-size: 2rem;
    color: #333333;
    font-weight: 600;
    line-height: 1;
}
.c4bt a{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 1;
}

.csfl{
    justify-content: flex-start;
    margin-top: 2vw;
}
.csfl li{
    font-size: 18px;
    margin-right: 4%;
}
.csfl li a{
    color: #666666;
}
.csfl li:hover a{
    color: #047ceb;
}

.cslb{
    margin-top: 3vw;
}




.cslb li{
    position: relative;
    width: 24%;
}
.cslb li .img img{
    width: 100%;
}
.cslb li h3{
    width: 100%;
    position: absolute;
    height: 98px;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(top bottom,rgba(0,0,0,0.01),rgba(0,0,0,0.55)); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(top bottom,rgba(0,0,0,0.01),rgba(0,0,0,0.55)); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(top bottom,rgba(0,0,0,0.01),rgba(0,0,0,0.55)); /* Firefox 3.6-15 */
    background: linear-gradient(to bottom,rgba(0,0,0,0.01),rgba(0,0,0,0.55)); /* 标准语法 */
}
.cslb li h3 span{
    display: block;
    margin-top: 3vw;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;/*超出隐藏*/
    white-space: nowrap;/* 强制不换行 */
    text-overflow:ellipsis;/*文字隐藏的格式 */
}

.cslb li::before{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 5px;
    width: 0px;
    background: #047ceb;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    z-index: 99999;
}
.cslb li::after{
    position: absolute;
    content: "";
    right: 50%;
    bottom: 0px;
    height: 5px;
    width: 0px;
    background: #047ceb;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    z-index: 999999;
}

.cslb li:hover::after{
    width: 50%;
}
.cslb li:hover::before{
    width: 50%;
}

.c5{
    padding-bottom: 5vw;
}
.c5bt{
    align-items: center;
    padding-top: 4vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #d8d8d8;
}
.c5bt h3{
    font-size: 2rem;
    color: #333333;
    font-weight: 600;
    line-height: 1;
}
.c5bt a{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 1;
}
.cc5{
    margin-top: 4vw;
}

.c5a{
    width: 48.5%;
}
.nlist1 li{

}
.nlist1 li a .wz{
    width: 49%;
}
.nlist1 li a .img{
    width: 48%;
}
.nlist1 li a .wz dd{
    font-size: 16px;
    color: #666666;
}
.nlist1 li a .wz dd span{
     color: #999999;
     font-family: 'Arial';
 }
.nlist1 li a .wz h3{
     font-size: 1rem;
     color:#333333;
     margin-top: 18px;
 }
.nlist1 li a .wz p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    margin-top: 1.5vw;
}
.nlist1 li a .wz .imga{
    width: 60px;
    height: 52px;
    background: url(//cdn.myxypt.com/d4ffea82/23/09/ac874ca019e88c7154cd6799b153f7a1b69b0395.png) no-repeat center;
    margin-top: 1.6vw;
}
.nlist1 li:hover a .wz .imga{
    background: url(//cdn.myxypt.com/d4ffea82/23/09/b121c76807f255eec31b560470a76f2eafddb505.png) no-repeat center;
}
.nlist1 li a .img img{
    width: 100%;
}
.nlist1 li:hover a .wz h3{
    color: #047ceb;
}

.nlist2{
    margin-top: 4vw;
}
.nlist2 li{
     width: 50%;
 }
.nlist2 li dd{
    font-size: 16px;
    color: #666666;
}
.nlist2 li dd span{
     color: #999999;
     font-family: 'Arial';
}
.nlist2 li h3{
     font-size: 1rem;
     color:#333333;
     margin-top: 18px;
}
.nlist2 li p{
    font-size: 14px;
    color: #999999;
    margin-top: 18px;
}

.nlist2 li:hover h3{
    color: #047ceb;
}

.c5b{
    width: 48.5%;
}


.footer{
 background: #091b27;
 padding: 3vw 0;
}

.footer .footera{
    width: 58%;
    padding-top: 10px;
}
.foot_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5.6%;
}
.foot_nav .fli{
    font-size: 18px;
    color: #ffffff;
    position: relative;
    margin-right: 13%;
}
.foot_nav .fli:nth-of-type(5){
    margin-right: 0;
}
.foot_nav .fli::before{
    content: "";
    width: 22px;
    height: 2px;
    background: #047ceb;
    position: absolute;
    left: -60%;
    top: 5%;
}
.foot_nav .fli .x-nav-menu{
    margin-top: 1.4vw;
}
.foot_nav .fli dd{
    font-size: 14px;
    line-height: 30px;
}
.foot_nav .fli dd a{
    color: #6b767d;
}

.footerb{}
.footerb dd{
    font-size: 14px;
    color: #6b767d;
    line-height: 24px;
}
.footerb dd p:nth-child(2){
    margin-top: 5px;
    margin-bottom: 10px;
}
.footerb dt{
    text-align: left;
}
.footerb dt img{
    margin-top: 1.4vw;
}
.footerb dt img .img{
    max-width: 100%;
}
.footerb dt p{
    font-size: 14px;
    color: #6b767d;
    line-height: 24px;
    margin-left: 9%;
    margin-top: 8px;
}


.ylink{
    background: #091b27;
    border-top: 1px solid #22323d;
    padding: 2vw 0;
}
.ylink .con{
    padding-left: 2.6%;
    background: url(//cdn.myxypt.com/d4ffea82/23/09/babed9dd8a805045db47cabc96be7827b05413f7.png) no-repeat left top;
    font-size: 14px;
    color: #6b767d;
    line-height: 28px;
}
.ylink .con a{
    margin: 0 5px;
    color: #6b767d;
}

.ylink .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ylink span {
    cursor: pointer;
    display: block;
}

.ylink dd{
    width:calc(100% - 70px)
}

.ylink .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.ylink a {
    color: rgba(255,255,255,.3);
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

.copyright{
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    background: #031623;
    padding: 15px 0;
}
.copyright a{
     color: #ffffff;
}
.copyright .w1380{
 align-items: center;
}

 .container2{
    max-width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
 }

@media (max-width: 1200px){
.pro_list .slick-arrow{
    display: none!important;
}

}
@media (max-width: 992px){
    .ylink{
        display: none;
    }
    .copyright{
        display: none;
    }
    .footer .footera{
        display: none;
    }
    .footer .footerb{
        width: 100%;
        text-align: center;
    }
    .footerb dt{
    text-align: center; 
    }
    .footerb dt p{
        margin: 0;
    }
    .nlist1{
        display: none;
    }
    .c5a{
        width: 100%;
    }
    .c5b{
        width: 100%;
    }
    .cslb li::before{
    display: none;
}

}
@media (max-width: 768px){
    body{
        padding: 49px 0;
    }
    .c1 .cpfl li{
        width: 32%;
        margin-bottom: 10px;
    }
    .c1 .cpfl li:nth-child(n+7){
        display: none;
    }
    .c1 .cpfl li:hover{
        background: none;
    }
    .c1 .cpfl li:hover .img img{
        top: 0;
    }
    .c1 .cpfl li:hover h3{
    color: #fff;
}
.c2{
    padding:20px 0;
}
.cc3{
     flex-wrap: wrap-reverse
}
.c3a{
    width: 100%;
    margin-top: 15px;
}
.c3b{
    width: 100%;
}
.c3a dt{
    font-size: 18px;
}
.c3a dl{
    font-size: 16px;
    line-height: 24px;
}
.c3a a{
    width: 120px;
}
.c4{
    padding: 20px 0;
}
.c4bt h3{
    font-size: 18px;
}
.csfl{
    margin-top: 20px;
}
.c4bt a{
    font-size: 14px;
}
.csfl li{
    font-size: 16px;
    margin-bottom: 5px;
}
.cslb li{
    width: 48%;
    margin-bottom: 10px;
}
.cslb li h3 span{
    margin-top: 65px;
    font-size: 14px;
}
.c5{
    padding-top: 15px;
}
.c5bt{
    padding-bottom: 15px;
}
.c5bt h3{
    font-size: 18px;
}
.c5bt a{
    font-size: 14px;
}
.nlist2{
    padding-left: 4%;
    margin-top: 0;
}
.nlist2 li{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.nlist2 li dd{
    font-size: 14px;
}
.nlist2 li dd span{
    font-size: 12px;
}
.nlist2 li h3{
    font-size: 18px;
    margin-top: 8px;
}

.nlist2 li p{
    font-size: 16px;
    margin-top: 8px;
}
.footerb dd p:nth-child(2){
    font-size: 20px!important;
}


}

@media (max-width: 500px){
    
}