@media(min-width:1440px){
    .container{
        width: 1370px;
        padding: 0 15px;
    }
}
body{
    font-family: "微软雅黑";
}
h3,h4,h5,h6{
    font-weight: normal;
}
/*头部样式*/
.hd-top{
    border-bottom: 1px solid #f0f0f0;
}
.hd-left{
    float: left;
}
.hd-left h3{
    font-size: 12px;
    color: #333333;
    line-height: 44px;
    opacity: .6;
}
.hd-left h3 p{
    margin: 0;
}
.hd-right{
    float: right;
}
.hd-right .x-seo a{
    font-size: 12px;
    color: #333333;
    line-height: 44px;
    opacity: .6;
}
.hd-right .x-seo a:hover{
    color:#01449f;
}
.hd-middle{
    padding: 20px 0;
}
.hd-logo{
    float: left;
}
.hd-text1{
    margin-left: 27px;
    float: left;
}
.hd-text2{
    margin-left: 65px;
    float: left;
}
.hd-text3{
    float: right;
    display: flex;
    align-items: center;
}
.teltxt h3{
    font-size: 18px;
    color: #333333;
}
.teltxt h4{
    font-size: 24px;
    color: #00449f;
    font-weight: bold;
    margin-top: 12px;
}
.hd-text3 img{
    margin-right: 20px;
}
.headers2{
    border-bottom: 1px solid #f0f0f0;
}
.x-menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.x-menu::before,.x-menu::after{
    display: none;
}
.x-menu .nvli .nva{
    line-height: 70px;
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.x-menu .nvli{
    margin: 0;
    width: 8.6%;
}
.x-menu .nvli:hover .nva{
    background: url(../image/bjnav.png) no-repeat center;
    background-size: cover;
    color: #fff;
}
.x-menu .nvli.active .nva{
    background: url(../image/bjnav.png) no-repeat center;
    background-size: cover;
    color: #fff;
}
.x-banner .owl-nav button{
    display: none;
}





/*搜索样式*/

.yc-search{
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.sc-all{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sc-all::before,.sc-all::after{
    display: none;
}
#formsearch{
    margin: 0;
    padding: 0;
}
.sc-left h3{
    font-size: 18px;
    color: #c2283a;
}
.sc-left h3 a{
    font-size: 16px;
    color: #333333;
    margin-right: 25px;
    position: relative;
    transition: all .5s;
}
.sc-left h3 a::before{
    position: absolute;
    content: '，';
    right: -23px;
    bottom: 0;
}
.sc-left h3 a:last-child:before{
    display: none;
}
.sc-left h3 a:hover{
    color: #00449f;
    transition: all .5s;
}
#sformsearch input#keyword{
    background: url(../image/bjsearch.png) no-repeat center;
    background-size: cover;
    line-height: 50px;
    border: none;
    padding-left: 30px;
    color: #e4e4e4;
    font-size: 12px;
    width: 350px;
    height: 50px;
    border: none;
    outline: none;
}



::-webkit-input-placeholder { /* WebKit browsers */
  color: #e4e4e4;
  font-size: 12px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #e4e4e4;
  font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #e4e4e4;
  font-size: 12px;
} 

#sformsearch{
    position: relative;
    border: none;
}

#sformsearch input#s_btn{
    background: url(../image/search.png) no-repeat center;
    position: absolute;
    right: 21px;
    top: 13px;
    width:25px;
    height: 25px;
    border: none;
}





/*关于我们*/
.yc-abouts{
    background: url(../image/bj1.png) no-repeat center;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 55px;
}
.abouts{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.abouts-left{
    width: 50%;
}
.abouts-right{
    width: 50%;
}
.abouts-right img{
    width: 100%;
}
.abouts-left .h3{
    font-size: 70px;
    opacity: .16;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}
.abouts-left .h4{
    font-size: 35px;
    color: #00449f;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
}
.abouts-left .h4::before{
    width: 119px;
    height: 5px;
    background-color: #2960a8;
    position: absolute;
    content: '';
    bottom: 0;
    left: 155px;
}
.abouts-left h5{
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    margin-top: 30px;
    width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.abouts-left .nba{
    width: 110px;
    line-height: 37px;
    display: block;
    background: #133581;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.abouts-left .nba::after{
    position: absolute;
    content: '';
    width: 100%;
    background: #232967;
    height: 3px;
    left: 0;
    top: -3px;
}
.abouts-left .nba::before{
    position: absolute;
    content: '';
    width: 100%;
    background: #87a5cf;
    height: 3px;
    left: 0;
    bottom: -3px;
}
.num-list{
    margin-top: 66px;
    display: flex;
    width: 81%;
    align-items: center;
    justify-content: space-between;
}
.num-list li{
    padding-top: 8px;
    border-right: 1px solid #b5b4b3;
    padding-right: 21px;
}
.num-list li:last-child{
    border: none;
}
.num-list li a{
    display: block;
    text-align: center;
}
.num-list li a h3{
    font-size: 36px;
    color: rgb(230,0,19);
    font-weight: bold;
}
.num-list li a h4{
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}





/*产品中心*/
.yc-title{
    text-align: center;
    margin-top: 45px;
}
.yc-title h3{
    font-size: 40px;
    color: #00449f;
    font-weight: bold;
}
.yc-title h4{
    font-size: 20px;
    color: #666666;
    line-height: 38px;
    margin-top: 3px;
}
.yc-title h5{
    background: url(../image/tfe.png) no-repeat center;
    height: 20px;
    margin-top: 10px;
}





.products{
    margin-top: 45px;
}
.products-left{
    float: left;
    width: 26.43%;
    border: 2px solid #0068b7;
    padding-bottom: 14px;
}
.products-right{
    float: right;
    width: 73.57%;
    padding-left: 45px;
}
.pl-top{
    /* background: url(//cdn.myxypt.com/b0ec0eda/22/05/aac7cc5f01eab7feebc099f8736e8233308a62a8.png) no-repeat center;
    background-size: cover; */
    background-color: #00449f;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}
.pl-top h3{
    font-size: 28px;
    color: #f3f3f3;
    font-weight: bold;
}
.pl-top h4{
    font-size: 23px;
    color: #f3f3f3;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}
.probg{
    width: 100%;
    height: 35px;
    background-color: #eee;
}
.procate{
    
    
}
.procate .proli{
    padding-left: 20px;
    padding-right: 20px;
    transition: all .5s;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.procate .proli a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    font-size: 16px;
    color: #666666;
}
.pro-left-subnav{
    padding-bottom: 40px;
    display: none;
}
.pro-left-subnav li a{
    line-height: 48px;
}
.pro-left-subnav li:hover a{
    color: #00449f;
}
.procate .proli a h3{
    color: #333;
    font-size: 20px;
    line-height: 52px;
    transition: all .5s;
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.procate .proli .firbtn img{
    transition: all .5s;
}
.procate .proli .firbtn .img1{
    display: block;
}
.procate .proli .firbtn .img2{
    display: none;
}
.procate .proli:hover .i-box{
    background-color: #00449f;
    transition: all .5s;
}
.procate .proli:hover a h3{
    color: #fff;
    transition: all .5s;
}
/* .procate .proli:hover .firbtn img{
    display: block;
    transition: all .5s;
}
.procate .proli:hover .firbtn .img1{
    display: none;
    transition: all .5s;
} */
/* .procate .proli:hover a .img2{
    display: block;
    transition: all .5s;
} */
.xxx{
    transform:rotate(90deg);
    transition: all .5s;
}
.i-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 20px;
}
.pro-left-subnav{
    padding-left: 50px;
    padding-right: 20px;
}

.fuwu{
    padding-left: 52px;
    position: relative;
    margin-top: 30px;
}
.fuwu h3{
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}
.fuwu h3 img{
    margin-right: 8px;
}
.fuwu h4{
    font-size: 24px;
    color: #00449f;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 40px;
    
}
.fuwu::before{
    position: absolute;
    content: '';
    width: 100%;
    border: 1px solid #eeeeee;
    right: 0px;
    top: 66px;
}
.fuwu h5{
    font-size: 24px;
    color: #00449f;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 30px;
}
.live{
    padding: 0 20px;
    margin-top: 35px;
}
.msga{
    display: block;
    font-size: 17px;
    line-height: 50px;
    background-color: #00449f;
    text-align: center;
    margin-top: 15px;
    color: #f3f3f3 !important;
}
.msga:hover{
    color: #fff;
}
.procate .proli.cur{
    background-color: #eee;
}
.procate .proli .i-box{
    background-color: #fff;
}

.procate .proli.cur .i-box{
    background-color: #00449f;
    transition: all .5s;
}
.procate .proli.cur a h3{
    color: #fff;
    transition: all .5s;
}
.procate .proli.cur a .img1{
    display: none;
    transition: all .5s;
}
.procate .proli.cur a .img2{
    display: block;
    transition: all .5s;
}
.pb-list li{
    width: 30.9%;
    margin-right: 3.6%;
    float: left;
}
.pb-list li:nth-child(-n+6){
    margin-bottom: 25px;
}
.pb-list li:nth-child(3n){
    margin-right: 0;
}
.p-img{
    overflow: hidden;
    transition: all .5s;
}
.p-img img{
    width: 100%;
    transition: all .5s;
}
.p-list h3{
    font-size: 16px;
    color: #333333;
    line-height: 52px;
    background-color: #eeeeee;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}
.pb-list li:hover .p-img img{
    transform: scale(1.1);
    transition: all .5s;
}
.pb-list li:hover .p-list h3{
    background-color: #00449f;
    color: #fff;
    transition: all .5s;
}
.ttz{
    display: none;
}
.ttzs{
    display: none;
}




/*服务我们*/

.yc-fuwu{
    padding-top: 70px;
    padding-bottom: 90px;
    background: url(../image/bj2.png) no-repeat center;
    background-size: cover;
    margin-top: 265px;
}

.fuwu-all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.fuwu-all .fuwu-left{
    width: 100%;
}
.fuwu-txt1 h3{
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}
.fuwu-txt1 h4{
    font-size: 18px;
    margin-top: 35px;
    color: #ffffff;
}
.fuwu-all .fuwu-right{
   position: absolute;
   right: -120px;
   bottom: -52px;
}
.fuwu-txt2{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.fuwu-txt2 img{
    margin-right: 14px;
}
.fuwu-txt2 h3{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 5px;
}
.fuwu-txt2 h4{
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 14px;
    margin-top: 2px;
}







/*工程案例*/

.c33_list{
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.slick-list{
     padding-bottom: 45px!important;
}

.c33_list li{
    position: relative;
}



.c33_list .slick-prev{
    left: 70%;
    background: url(../image/left1.png) no-repeat center center;
}

.c33_list .slick-next{
    right: 23%;
    background: url(../image/right11.png) no-repeat center center;
}

.c33_list .slick-prev:hover{
     background: url(../image/left2.png) no-repeat center center;
}

.c33_list .slick-next:hover{
     background: url(../image/right2.png) no-repeat center center;
}


.c33_list .slick-dots{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: -75px;
}
.c33_list .slick-dots li{
	display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d3;
    cursor: pointer;
}
.c33_list .slick-dots li button{
	background: none;
    outline: none;
    border: none;
    font-size: 0;
}
.c33_list .slick-dots li.slick-active{
	background: url(../image/a84cfef7b1582b0d0293df0c8b1bb87f7a08f1a6.png) no-repeat center center;
}








/*三大优势*/
.yc-advantage{
    margin-top: 35px;
}
.adv-lists{
    margin-top: 30px;
}

.adv-lists li .adv-list{
    padding: 30px 0;
    background: #f6f6f6;
}
.adv-lists li .adv-list .adv-left{
    width: 54.478%;
    float: left;
    padding-left: 150px;
    padding-top: 50px;
}
.adv-lists li .adv-list .adv-right{
    width: 30.6%;
    float: left;
}
.adv-lists li .adv-list .adv-right img{
    width: 100%;
}
.adv-txtimg{
    display: flex;
    position: relative;
}
.adv-txtimg img{
    margin-right: 16px;
}
.adv-txtimg .adv-txt{
    position: relative;
    padding-top: 5px;
}
.adv-txtimg .adv-txt h3{
    font-size: 24px;
    color: #00449f;
    font-weight: bold;
}
.adv-txtimg .adv-txt h4{
    font-size: 24px;
    color: #232967;
    font-weight: bold;
    opacity: .26;
    text-transform: uppercase;
    margin-top: 6px;
    position: relative;
}
.adv-txtimg::before{
    position: absolute;
    content: '';
    height: 4px;
    width: 71%;
    background-color: #00449f;
    left: 0;
    bottom: -25px;
}
.adv-left h5{
    margin-top: 60px;
}
.adv-left h5 p{
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}
.adv-left h5 p span{
    background-color: #00449f;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    margin-left: 12px;
}
.adv-left h5 p:nth-child(2){
    margin-top: 32px;
}
.adv-lists li{
    position: relative;
}
.bg-img{
    background: url(../image/bj3.png) no-repeat center;
    width: 100%;
    height: 87px;
    position: absolute;
    bottom: -87px;
    left: 0;
    z-index: 999;
}
.adv-lists li:last-child .bg-img{
    display: none;
}
.adv-lists li:nth-child(3) .adv-list .adv-left h5 p:nth-child(2){
    margin-top: 30px;
}
.adv-lists li:nth-child(3) .adv-list .adv-left h5 p:nth-child(3){
    margin-top: 30px;
}
.adv-lists li:nth-child(2) .adv-list{
    background-color: #fff;
}

.adv-lists li:nth-child(2) .adv-list .adv-left{
    float: right;
    padding-left: 134px;
}
.adv-lists li:nth-child(2) .adv-list .adv-right{
    float: left;
    margin-left: 150px;
}












/*新闻样式*/


.news-cate{
    margin-top: 25px;
}

.news-cate li{
    padding-left: 10px;
    margin-right: 150px;
    float: left;
}

.news-cate li:last-child{
    margin-right: 0;
}

.news-cate li a{
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}

.news-cate li a:hover{
    color: #00449f;
    cursor: pointer;
}

.news-all{
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.news-left{
    width: 50%;
    padding-right: 13px;
}

.news-right{
    width: 50%;
    padding-left: 13px;
}


.ncon{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.news-img img{
    width: 100%;
}

.news-text{
    padding: 34px 40px 20px 25px;
    border: 1px solid #ededed;
    border-top: none;
    box-shadow: #eee 0px 0px 10px;
}
.nxt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-text h3{
    font-size: 20px;
    color: #00449f;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-text h4{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.news-text h5{
    font-size: 14px;
    color: #888888;
    text-align: right;
}

.news:hover{
    cursor: pointer;
}

.news:hover .news-text{
    background-color: #003c82;
}

.news:hover .news-text h3{
    color: #f1f1f1;
}

.news:hover .news-text h4{
    color: #f1f1f1;
}

.news:hover .news-text h5{
    color: #f1f1f1;
}

.newscon{
    display: none;
}

.news-cate li:hover{
    cursor: pointer;
}

.news-cate li.cur a{
    color: #003c82;
}

.news:hover .news-img img{
    transform: scale(1.1);
    transition: .3s;
}

.news .news-img img{
    transition: .3s;
}

.news .news-img{
    overflow: hidden;
}
.news-cate2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-cate2 li a{
    color: #666666;
    font-size: 24px;
    font-weight: bold;
}
.news-cate2 li .newsa{
    font-size: 16px;
}

.news-cate2 li a:hover{
    color: #00449f;
    cursor: pointer;
}

.nr-all{
    display: flex;
    align-items: center;
    border: 1px solid #eae9e9;
    background-color: #fff;
    box-shadow: #bbb 0 0 5px;
    padding: 10px 20px 10px 10px;
}
.nr-list a{
    margin-bottom: 33px;
}
.nr-list a:last-child{
    margin-bottom: 0;
}

.nr-list a{
    display: block;
}

.nr-date{
    width: 19%;
    padding: 28px 0;
    text-align: center;
    border-right: 2px solid #00449f;
    padding-right: 12px;
    transition: all .5s;
}

.date{
    
}

.nr-date h3{
    font-size: 30px;
    color: #00449f;
    font-weight: bold;
}

.nr-date h4{
    font-size: 24px;
    color: #00449f;
    margin-top: 8px;
}

.nr-text{
    width: 81%;
    padding-left: 20px;
    padding-right: 20px;
}

.nr-text h3{
    font-size: 20px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}

.nr-text h4{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
    transition: all .5s;
    line-height: 36px;
}

.newcate{
    display: flex;
    align-items: center;
}

.news-cate{
    width: 50%;
}

.news-cate2{
    width: 50%;
    padding-left: 13px;
    margin-top: 25px;
}

.nr-all:hover{
    cursor: pointer !important;
}

.nr-all:hover .nr-text h3{
    color: #fff;
    transition: all .5s;
}
.nr-all:hover .nr-text h4{
    color: #fff;
    transition: all .5s;
}
.nr-all:hover .nr-date{
    /* border-right: 2px solid #fff;
    transition: all .5s; */
}

.nr-all:hover .nr-date h3{
    color: #fff;
    font-weight: bold;
    transition: all .5s;
}

.nr-all:hover .nr-date h4{
    transition: all .5s;
    color: #fff;
}
.nr-all:hover{
    background: #00449f;
    transition: all .5s;
}






/*合作伙伴*/


.kehu-list{
    margin-top: 25px;
}
.kehu-list li{
    border: 1px solid #f1f1f1;
    box-shadow: #eee 0 0 5px;
}
.kehu-list li .kehu-img{
    overflow: hidden;
}
.kehu-list li .kehu-img img{
    width: 100%;
    transition: all .7s;
}
.kehu-list li:hover .kehu-img img{
    transform: scale(1.2);
    transition: all .7s;
}


.kehu-list .owl-carousel .owl-nav{
    display: block;
}

.kehu-list .owl-carousel .owl-nav button i{
    display: none;
}
.kehu-list .owl-carousel .owl-nav .owl-prev{
    background: url(../image/l1.png) no-repeat center;
    font-size: 0;
    width: 55px;
    height: 55px;
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    margin-top: -32.5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: -70px;
}
.kehu-list .owl-carousel .owl-nav .owl-next{
    background: url(../image/r1.png) no-repeat center;
    font-size: 0;
    width: 55px;
    height: 55px;
    outline: none;
    position: absolute;
    top: 50%;
    right: -70px;
    z-index: 9999;
    margin-top: -32.5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.kehu-list .owl-carousel .owl-nav .owl-next:hover{
    background: url(../image/r2.png) no-repeat center;
    transition: all .5s ease;
}
.kehu-list .owl-carousel .owl-nav .owl-prev:hover{
    background: url(../image/l2.png) no-repeat center;
    transition: all .5s ease; 
}












/*底部样式*/

.df-footer{
    background-color: #2b3642;
    padding-top: 45px;
    padding-bottom: 30px;
}

.footer-left{
    float: left;
    width: 70%;
    display: flex;
}

.footer-left .fd-cfn{
    width: 30%;
}

.footer-left .fd-cfn h3{
    font-size: 20px;
    color: #efefef;
}

.footer-right{
    float: right;
    width: 29%;
}

.fd-name{
    margin-top: 15px;
}

.fd-name h3{
    font-size: 14px;
    color: #a1a1a1;
    width: 100%;
    display: block;
    margin-top: 8px;
}

.nnn{
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.nnn a{
    font-size: 16px;
    color: #efefef;
    transition: all 1s;
}

.nnn h4{
    color: #00b8ff;
    font-size: 14px;
    margin-right: 8px;
    width: 0px;
    height: 1px;
    background-color: #00b8ff;
    transition: all .5s;
}

.nnn:hover h4{
    transition: all .5s;
    width: 6px;
}

.nnn:hover a{
    color: #00b8ff;
    transition: all 1s;
}



.fr-left h2{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.fr-left h3{
    font-size: 14px;
    color: #999999;
    margin-top: 25px;
}

.fr-left h4{
    font-size: 22px;
    font-family: "Arial";
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}

.fr-left h5{
    font-size: 16px;
    color: #f2f2f2;
    line-height: 34px;
    padding-left: 30px;
}

.fr-right{
    padding-top: 8px;
}

.fr-right h3{
    font-size: 14px;
    color: #a1a1a1;
    text-align: center;
    margin-top: 20px;
}

.df-seo{
    margin-top: 18px;
    color: #a1a1a1;
    font-size: 14px;
}

.df-seo a{
    margin-top: 18px;
    color: #a1a1a1;
    font-size: 14px;
}

.df-seo a:hover{
    color: #00b8ff;
}

.df-floor{
    background-color:#2b3642;
    padding:12.5px 0;
    border-top: 1px solid #5c656e;
}

.cop-left{
    float: left;
}

.cop-right{
    float: right;
}

.cece{
    font-size:14px;
    color:#efefef;
}

.cece a{
    font-size:14px;
    color:#efefef;
}
.cece a:hover{
    color: #00b8ff;
}

.cop-right{
    display: flex;
    align-items: center
}

.quyu{
    margin-left: 5px;
}
.mfx-link{
    margin-right: 5px;
}
.sec{
    color: #00449f;
    /* background-color: #eee;
    position: absolute; */
    left: 47%;
    top: -30px;
    padding: 15px;
    display: none;
    width: 400px;
}
.sec a{
    color: #00b8ff;
    margin: 5px;
}

.ftxt{
    padding-left: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #686e75;
    width: 100%;
    background: url(../image/477156c063c53ffe1e1447ed6bf72600c167a5c5.png) right no-repeat;
}

.ftxt h2{
    font-size: 16px;
    color: #f2f2f2;
    font-weight: normal;
}

.ftxt h4{
    font-size: 30px;
    color: #f2f2f2;
    font-weight: bold;
    margin-top: 8px;
}


#ydemo{
    overflow: hidden;
    position: relative;
    height: 68px;
}
.tt-tj:hover h3{
    color: #00b8ff;
}
.kiss{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kiss::before,.kiss::after{
    display: none;
}



.yc-link{
    font-size: 18px;
    color: #00449f;
    font-weight: bold;
    line-height: 60px;
    background-color: #eee;
    margin-top: 100px;
}




.mySwiper2 .swiper-slide-active{
    transform: scale(1.1);
    z-index: 999;
}














/*自适应调整*/



@media(max-width:1439px){
    .fuwu-all .fuwu-right{
        width: 62%;
    }
    .fuwu-all .fuwu-right img{
        width: 100%;
    }
    .fuwu-all .fuwu-right{
        right: -145px;
        bottom: -65px;
    }
    .yc-fuwu{
        margin-top: 220px;
    }
    .nr-date h4{
        font-size: 20px;
    }
    .nr-date h3{
        font-size: 26px;
    }
    .nr-list a{
        margin-bottom: 28px;
    }
    .kehu-list .owl-carousel .owl-nav button{
        display: none;
    }
}


@media(max-width:1199px){
    .abouts-left .h3{
        font-size: 45px;
    }
    .fuwu h5{
        padding-left: 0;
    }
    .procate .proli a h3{
        font-size: 16px;
    }
    .abouts-left .h4{
        font-size: 30px;
    }
    .abouts-left .h4::before{
        left: 125px;
        width: 96px;
    }
    .abouts-left h5{
        font-size: 14px;
        line-height: 28px;
    }
    .abouts-left .nba{
        margin-top: 25px;
    }
    .num-list{
        margin-top: 40px;
    }
    .num-list li a h3{
        font-size: 28px;
    }
    .num-list li a h3{
        font-size: 24px;
    }
    .num-list li a h4{
        font-size: 14px;
        margin-top: 10px;
    }
    .yc-title h3{
        font-size: 32px;
    }
    .yc-title{
        margin-top: 35px;
    }
    .yc-title h4{
        font-size: 16px;
    }
    .yc-title h5{
        margin-top: 5px;
    }
    .fuwu-all .fuwu-left{
        width: 55%;
    }
    .fuwu-all .fuwu-right{
        width: 45%;
        position: relative;
        right: 0;
        bottom: 0;
    }
    .fuwu-txt1 h3{
        font-size: 28px;
        line-height: 42px;
    }
    .fuwu-txt1 h4{
        font-size: 16px;
        margin-top: 30px;
        line-height: 32px;
    }
    .fuwu-txt2 h3{
        font-size: 18px;
    }
    .fuwu-txt2 h4{
        font-size: 24px;
    }
    .yc-fuwu{
        padding: 60px ;
    }
    .news-cate li a{
        font-size: 20px;
    }
    .news-cate2 li a{
        font-size: 20px;
    }
    .yc-fuwu{
        margin-top: 170px;
    }
    .kehu-list .owl-carousel .owl-nav button{
        display: block;
    }
    .footer-right{
        width: 34%;
    }
    .footer-left{
        width: 66%;
    }
    .news-all{
        flex-wrap: wrap;
    }
    .news-left{
        width: 100%;
    }
    .news-right{
        width: 100%;
        margin-top: 25px;
    }
    .hd-text2{
        margin-left: 25px;
    }
    .x-menu .nvli{
        width: 11%;
    }
    .adv-lists li .adv-list .adv-left{
        padding-left: 80px;
    }
    .adv-lists li:nth-child(2) .adv-list .adv-right{
        margin-left: 80px;
        
    }
    .adv-lists li:nth-child(2) .adv-list .adv-left{
        padding-left: 80px;
    }
    .adv-left h5 p{
        font-size: 14px;
    }
    .news{
        width: 100%;
    }
}



@media(max-width:991px){
    body{
        padding-top: 60px;
    }
    .yc-search{
        display: none;
    }
    .abouts-left{
        width: 100%;
    }
    .abouts-right{
        width: 100%;
        margin-top: 30px;
    }
    .num-list li{
        padding-right: 40px;
    }
    .fuwu-all{
        flex-wrap: wrap;
    }
    .fuwu-left{
        width: 100% !important;
    }
    .fuwu-right{
        width: 100% !important;
    }
    .adv-lists li .adv-list .adv-left{
        width: 100%;
        padding-left: 20px;
    }

    .adv-lists li .adv-list .adv-right{
        width: 100%;
        margin-top: 30px;
    }
    .adv-lists li:nth-child(2) .adv-list .adv-left{
        padding-left: 20px;
    }
    .adv-lists li:nth-child(2) .adv-list .adv-right{
        margin-left: 0px;
    }
    .news-text h3{
        font-size: 16px;
    }
    .news-text{
        padding: 30px 20px 20px 15px;
    }
    .news-text h4{
        font-size: 14px;
        line-height: 26px;
    }
    .nr-text h3{
        font-size: 16px;
    }
    .nr-text h4{
        font-size: 14px;
        line-height: 26px;
        margin-top: 8px;
    }
    .nr-date{
        padding: 8px 0;
    }
    .nr-all{
        padding: 20px 20px 20px 10px;
    }
    .df-footer-all{
        display: none;
    }
}


@media(max-width:600px){
    .num-list{
        width: 100%;
    }
    .num-list li{
        padding-right: 0;
        border: none;
    }
    .yc-title h4{
        line-height: 24px;
    }
    .yc-fuwu{
        padding: 40px 20px;
    }
    .fuwu-txt2 h4{
        margin-left: 0%;
        font-size: 20px;
    }
    .fuwu-txt2 h3{
        font-size: 16px;
    }
    .yc-title h3{
        font-size: 28px;
    }
    .adv-txtimg .adv-txt h3{
        font-size: 20px;
    }
    .adv-txtimg .adv-txt h4{
        font-size: 14px;
    }
    .adv-left h5 p{
        font-size: 12px;
    }
    .adv-lists li:nth-child(2) .adv-left h5 p{
        font-size: 12px;
        width: 86%;
        flex-wrap: wrap;
        line-height: 36px;
    }
    .adv-lists li:nth-child(2) .adv-left h5 p{
        margin-top: 0px;
    }
    .news-cate li{
        margin: 0;
    }
    .news-cate li a{
        font-size: 16px;
    }
    .news-cate li:last-child{
        margin-left: 30px;
    }
    .news-cate li{
        padding-left: 0;
    }
    .news-cate2 li a{
        font-size: 16px;
    }
    .news-text h5 {
        font-size: 14px;
        color: #888888;
        width: 100%;
        text-align: left;
        margin-top: 8px;
    }
    .news-text h3{
        width: 100%;
    }
    .nxt{
        flex-wrap: wrap;
    }
    .news-text h4{
        margin-top: 8px;
    }
    .nr-date{
        padding-right: 7px;
    }
    .nr-date h3{
        font-size: 20px;
    }
    .nr-date h4{
        font-size: 12px;
    }
    .yc-link{
        margin-top: 60px;
        font-size: 16px;
    }
}








/*小屏幕底部*/

.foot {
  background: #2b3642;
  color: #bcbbbe;
  padding: 0 15px;
  /*padding-top: 20px;*/
  /*padding-bottom: 15px;*/
  display: none;
}

.fw {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.fw .du .dul .p1 span {
  float: right;
  padding-right: 20px;
}

.fw .du .dul .sec li {
  padding-left: 10px;
  margin-bottom: 8px;
}

.fw .du .dul .sec {
  display: none;
}

.fw .du .dul .sec a {
  color: #939090;
  font: 400 13px/26px "Microsoft yahei";
}

.fw .du .dul p {
  border-bottom: 1px solid #7a7a7a;
  font: 400 16px/52px "Microsoft yahei";
}

.fw .du {
  font-size: 14px;
}

.sjbq {
  font-size: 12px;
  color: #bcbbbe;
  padding-top: 5px;
}

.sjbq a {
  color: #bcbbbe;
}

.x-m-power {
  text-align: center;
  color: #bcbbbe;
  font: 400 14px/20px "Microsoft yahei";
  margin-top: 20px;
}

.x-m-power a {
  color: #bebebe !important;
  font: 400 14px/20px "Microsoft yahei";
}

.x-m-power a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.products-lists{
    display: none
}


.products-lists li{
    text-align: center;
}

.products-lists li a{
    font-size: 15px;
    color: #547e83;
}

@media(max-width:376px){
   .products-lists{
    display: block
} 
.products-lists .owl-nav{
    display: none;
}
.products-lists{
    margin:30px 0px;
}

}

@media(max-width:991px){
    .foot{
        display: block;
    }
    .i-box {
    padding-left: 10px;
    padding-right: 10px;
}
.fuwu h5 {
    font-size: 20px;
}
.fuwu{
    padding-left: 20px;
    margin-top: 15px;
}
.procate .proli a h3{
    line-height: 36px;
}
.procate .proli{
    padding: 0 10px;
}
}



@media(max-width:768px){
    .products-left{
        width: 100%;
    }
    .products-right{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .fuwu{
        display: none;
    }
    .live{
        display: none;
    }
    .procate .proli{
        padding: 0;
        width: 50%;
        float: left;
    }
    .pro-left-subnav{
        padding: 10px;
    }
    .pro-left-subnav li a{
        line-height: 28px;
        font-size: 14px;
    }
    .yc-fuwu{
        margin-top: 70px;
    }
}


@media(max-width:500px){
    .pb-list li{
        width: 48%;
        margin-right: 4%;
    }
    .pb-list li:nth-child(2n){
        margin-right: 0;
    }
    .pb-list li:nth-child(3n){
        margin-right: 4%;
    }
    .pb-list li:nth-child(6){
        margin-right: 0;
    }
}










    .swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.9);
    }
.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1.1);
      width: 100%;
      z-index: 9999;
	}
    .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
        width: 17%;
        right: 7%;
        bottom: 8.5%;
    }
    .swiper-slide-active .img .fu{
        opacity: 1;
    }
    .swiper-slide-active .img .fu2{
        opacity: 1;
        display: block;
        opacity: 1;
        background: #00449f;
        padding: 12px 40px 25px 0px;
    }



.c33_list li a.img{
    display: block;
    position: relative;
}

.c33_list li a.img img{
    width: 100%;
}

.c33_list li .fuall{
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 562px;
    
}

.c33_list li .fu{
    background: rgb(0, 68, 159, .9);
    z-index: 9999;
    opacity: 0;
    /* transition: all 1s; */
    padding: 55px 0px 30px 30px;
}
.c33_list li .fu2{
    opacity: 0;
    /* transition: all 1s; */
}

.c33_list li .fu h3{
    color: #efefef;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.c33_list li .fu h3 span:nth-child(1){
    
    margin-left: 0;
}

.c33_list li .fu h3 span{
    font-size: 20px;
    margin-left: 20px;
}
.c33_list li .fu h3 span:nth-child(1){
    margin-left: 0;
}


.c33_list .slick-center a.img{
    /* border: 2px solid #bee3b8; */
}

.c33_list .slick-center .fu{
    opacity: 1;
    /* transition: all 1s; */
}
.c33_list .swiper-slide-active .fu2{
    background: #00449f;
    padding: 12px 40px 25px 0px;
    /* transition: all 1s; */
}
.c33_list .swiper-slide-active .fu2 h3{
    font-size: 14px;
    color: #efefef;
    text-align: right;
}
.c33_list li{
    padding-bottom: 80px;
}
.swiper-button-prev{
    left: 71%;
    background: url(../image/left1.png) no-repeat center center;
    width: 32px;
    height: 32px;
    bottom: 22%;
    transition: all .5s;
}
.swiper-button-prev:hover{
    background: url(../image/left2.png) no-repeat center center;
    transition: all .5s;
}
.swiper-button-next{
    right: 22%;
    width: 32px;
    height: 32px;
    bottom: 22%;
    background: url(../image/right11.png) no-repeat center center;
    transition: all .5s;
}

.swiper-button-next:hover{
    background: url(../image/right2.png) no-repeat center center;
    transition: all .5s;
}

/* .swiper-pagination-progressbar::before{
    position: absolute;
    content: '01';
    font-size: ;
} */

.homebanner_num{
    position: absolute;
    bottom: 22px;
    right: 54px;
}
.homebanner_num span{
    font-weight: bold;
    font-size: 24px;
    color: #00449f;
}
.homebanner_num .banner_num{
    color: #d2d2d2;
    margin-right: 245px;
}

@media(max-width:1439px){
    .homebanner_num .banner_num{
        margin-right: 213px;
    }
    .homebanner_num{
        right: 40px;
    }
}
@media(max-width:1199px){
    .swiper-button-prev{
        left: 78%;
    }
    .swiper-button-next{
        right: 10%;
    }
    .homebanner_num .banner_num{
        margin-right: 166px;
    }
    .homebanner_num{
        right: 32px;
    }
    .c33_list li .fu{
        padding: 30px 0px 35px 22px;
    }
    
}
@media(max-width:991px){
    .c33_list li .fuall{
        width: 400px;
    }
    .c33_list li .fu{
        padding: 20px 0px 20px 22px;
    }
    .c33_list li .fuall{
        left: 78px;
    }
    .c33_list li .fu h3 span{
        font-size: 15px;
    }
    .c33_list li .fu h3{
        flex-wrap: wrap;
    }
    .c33_list li .fu h3 span{
        margin-left: 40px;
        
    }
    .c33_list li .fu h3 span:nth-child(3){
        margin-left: 0;
        margin-top: 10px;
    }
    .fuall{
        display: none;
    }
    .homebanner_num{
        right: 2px;
        bottom: 18px;
    }
    .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
        width: 123px;
        right: 7%;
        bottom: 8.5%;
        display: none;
    }
    .homebanner_num{
        display: none;
    }
    .yc-advantage{
        margin-top: 0;
    }
}
@media(max-width:666px){
    .swiper-button-prev{
        bottom: 38%;
        left: 68%;
    }
    .swiper-button-next{
        bottom: 38%;
    }
}
.swiper-slide-active{
    z-index: 99999;
}