@charset "UTF-8";
/* 通用样式 */
.p1920{width: 1920px;position: relative;left: 50%;margin-left: -960px;}
.icon{background-color: var(--color);-webkit-mask-repeat: no-repeat;-webkit-mask-position: center;}
/*网站顶部*/
.top_main{width: 100%;height: 36px;color: #666;font-size: 14px;line-height: 36px;border-bottom: 1px solid #e2e2e2;}
.top_main li{position: relative;display: inline-block;text-align: center;margin: 0 8px;}
.top_main li a{color: #666;cursor: pointer;}
.top_main li a:hover{color: #e6212a;}
/*网站头部*/
.header_main{width: 100%;height: 157px;z-index: 100;}
.header_main .logo{display: block;margin-top: 23px;}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .tel{background: url(../images/tel.png) no-repeat left center;height: 120px;padding-left: 58px;}
.header_main .tel p{font-size: 16px;color: #666;margin-top: 22px; line-height:35px;}
.header_main .tel p span{font-size: 25px;display: block;font-weight: bold;color: #e6212a;}
/*网站导航*/
.nav_main{width:100%;height: 67px;background: url(../images/navbg.jpg) no-repeat top center;position: relative;z-index: 3;}
.nav_main .nav{width: 1400px; margin: 0 auto;}
.nav_main .nav li{float: left;position: relative;width: 180px;height: 60px;line-height: 60px;font-size: 16px;text-align: center;margin-top: 7px;}
.nav_main .nav li:after{content: '┆';position: absolute;left: 0;top: 0;width: 1px;height: 60px;display: block;color: #FFF;}
.nav_main .nav li.home:after,.nav_main .nav li:nth-child(2):after{display: none;}
.nav_main .nav li a{display: block;color:#fff;font-size:17px;line-height: 60px;}
.nav_main .nav li.home,.nav_main .nav li.home:hover{width: 120px;margin-left: 15px;}
.nav_main .nav li.home a{color: #fff;}
.nav_main .nav li.home:hover a{color: #fff}
.nav_main .nav li:hover>a, .nav_main .nav li.hover>a{color: #e6212a;}
.nav_main .nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav dl dd{line-height: 40px;height: 40px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #1a81eb;}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{color: #fff;font-size: 14px;line-height: 40px;background: #0062c7;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #e6212a, #e6212a);background-image: linear-gradient(to right, #e6212a, #e6212a);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;color: rgba(255, 255, 255, 0.9999);}
/*网站大图*/
#banner{width: 100%;max-width: 1920px;overflow: hidden;}
#banner .swiper-slide{ min-width: 1200px; position: relative; background-position: center!important; background-size: cover!important; }
#banner .swiper-slide img{/*width: 100%;*/display:block;}
#banner .swiper-pagination{bottom: 20px;}
#banner .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 7px;border-radius: 50px;background: #fff;opacity: 1;outline: none;transition: all .5s;}
#banner .swiper-pagination-bullet-active{width: 50px;background: var(--color);}
#banner .swiper-button-prev,#banner .swiper-button-next{left: 4%;width: 40px;height: 60px;margin-top: 20px;background-size: 20px 20px;background-color: rgba(0,0,0,.55);opacity: 0;transition: all .5s;}
#banner .swiper-button-next{left: auto;right: 4%;}
#banner:hover .swiper-button-prev,#banner:hover .swiper-button-next{opacity: 1;}
#banner:hover .swiper-button-prev:hover,#banner .swiper-button-next:hover{background-color: var(--color);border-color: var(--color);}
/*首页标题*/
.index .sec-title{text-align: center;padding: 40px 0;height: 40px;position: relative; margin-bottom:70px;}
.index .sec-title h2{font-size: 40px;color: #252525;font-weight: bold;}
.index .sec-title h2 span{color: #e6212a;}
.index .sec-title p{font-size: 16px;margin-top: 10px;}
/*四大优势*/
.index .advantage{height: auto;overflow: hidden;padding-bottom: 40px;}
.index .advantage .content{margin-top: 5px;}
.index .advantage .content dl{float: left;display: inline-block;margin-right: 14px;width: 339px;height: 150px;border: 1px solid #cccccc;padding: 30px 20px 30px 30px;transition: all .5s;}
.index .advantage .content dl:last-child{margin-right: 0;}
.index .advantage .content dl:hover{background: #e6212a;border-color: #e6212a;color: #fff;}
.index .advantage .content dl dt{float: left;}
.index .advantage .content dl dd{float: right;margin-top: 25px;}
.index .advantage .content dl dd img{transition: all .5s;}
.index .advantage .content dl dt h3{font-size: 20px;font-weight: bold;color: #333;transition: all .5s;}
.index .advantage .content dl dt p{color: #666;line-height: 35px;transition: all .5s;}
.index .advantage .content dl dt .more{width: 90px;height: 28px;display: block;line-height: 28px;text-align: center;background: #e6212a;border-radius: 5px;margin-top: 15px;}
.index .advantage .content dl dt .more a{color: #FFF;width: 90px;height: 28px;display: block;border-radius: 5px;}
.index .advantage .content dl:hover h3,.advantage .content dl:hover dt p{color: #fff;}
.index .advantage .content dl:hover .more a{background: #fff;color: #e6212a}
.index .advantage .content dl:hover dd img{filter: grayscale(100%) brightness(200%);}
/*产品中心*/
.index .index-pro .sec-titles{text-align: center;/*padding: 30px 0;height: 40px;*/ margin-bottom:50px;position: relative;}
.index .index-pro .sec-titles h2{font-size: 35px;line-height: 40px;color: #252525;font-weight: bold;background: url(../images/line.png) no-repeat bottom center;padding-bottom: 10px;}
.index .index-pro .sec-titles p{font-size: 16px;line-height: 19px;margin-top: 12px;}
.index .index-pro{padding: 30px 0 30px;height: auto;overflow: hidden;background: url(../images/probg.jpg) no-repeat top center;background-size: 1920px 100%;}
.index .index-pro .content{margin-top: 30px;height: auto;}
.index .index-pro .content .fl{width: 300px;}
.index .index-pro .content .fr{width: 1070px;}
.index .index-pro .content .fl .title{height: 70px;width: 300px;background: #e6212a url(../images/pro01.png) no-repeat 20px center;color: #fff;padding: 15px 0 0 30px;}
.index .index-pro .content .fl .title span{font-size: 28px;padding-left: 50px;display: block;}
.index .index-pro .content .fl .title span i{display: block;font-size: 14px;font-style: normal;}
.index .index-pro .content .fl .contact{background: #e6212a;text-align: center;padding: 13px 0;}
.index .index-pro .content .fl .contact p{font-size: 18px;color: #fff;margin-top: 10px;}
.index .index-pro .content .fl .contact p span{display: block;font-size: 24px;font-weight: bold;}
.index .index-pro .category{width: 100%;padding: 20px 0;background: #fff;height: auto;overflow: hidden;}
.index .index-pro .category li{width: 230px;margin-left: 25px;}
.index .index-pro .category li a{float: left;line-height: 43px;color: #fff;width: 230px;border-bottom: 1px solid #ccc;padding-left: 20px;background: #484848 url(../images/ico04.png) no-repeat 210px center;display: block;}
.index .index-pro .category li:hover a{background-color: #e6212a;}
.index .index-pro .content .fr ul li{float: left;display: inline-block;margin-right: 23px;text-align: center;margin-bottom: 20px;font-size: 16px;}
.index .index-pro .content .fr ul li:nth-child(3n){margin-right: 0}
.index .index-pro .content .fr ul li .img{width: 340px;height: 280px;border: 1px solid #ccc;position: relative;overflow: hidden;}
.index .index-pro .content .fr ul li .img img{width: 100%;height: 100%;display: block;}
.index .index-pro .content .fr ul li .mask{background: rgba(230,33,42,0.8);opacity: 0;text-align: center;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all .5s;}
.index .index-pro .content .fr ul li:hover .mask{opacity: 1;}
.index .index-pro .content .fr ul li .mask h2{color: #fff;font-size: 18px;line-height: 42px;padding-top: 90px;}
.index .index-pro .content .fr ul li .mask .more{width: 120px;height: 30px;margin: 0 auto;border: 1px solid #fff;border-radius: 15px;line-height: 30px;color: #fff;}
.zlfc{overflow:hidden;width:100%;height: 340px;}
.zlfcBox h4{width:1200px; font-size:24px; margin-top:35px; background:url(../images/fengcai_bg.png) no-repeat center;}
.zlfcBox h4 a{color: #06a3e8;}
.zlfcBox .bd{width: 1200px;margin-top:35px;overflow: hidden;}
.zlfcBox li{width: 228px;height:216px;margin-right:15px;float:left;}
.zlfcBox li img{width: 220px;height: 165px;border:1px solid #e0e0e0;padding:3px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.zlfcBox li p{text-align:center;font-size:14px;line-height: 30px;overflow:hidden;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.zlfcBox li:hover img{border:1px solid #06a3e8;}
.zlfcBox li:hover p{color: #06a3e8;}
.zlfcBox li.last{margin-right:0px;}

/*服务流程*/
.liucheng{/* height: 400px; */overflow: hidden;}
.liucheng ul li{float: left;display: inline-block;width: 30%; height: 250px;border: 1px solid #d3d3d3;margin-top: 10px;margin-right: 30px;padding: 15px;text-align: center;transition: all .5s;}
.liucheng ul li:last-child{margin-right: 0;}
.liucheng ul li img{margin-top: 20px;}
.liucheng ul li p{color: #333;font-size: 16px;line-height: 35px;margin-top: 8px;transition: all .5s;}
.liucheng ul li:hover{border-color: #e6212a;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);transform: translateY(-5px);}
.liucheng ul li:hover p{color: #e6212a;}

.sec-title{text-align: center;padding: 40px 0;height: 40px;position: relative; margin-bottom:80px;}
.sec-title h2{font-size: 35px;color: #252525;font-weight: bold;}
.sec-title h2 span{color: #e6212a;}
.sec-title p{font-size: 17px;margin-top: 10px;}


.icase{padding-bottom: 45px;}
.icase .title{padding: 45px 0 45px;text-align: center;font-weight: bold;color: #fff;font-size: 36px;}
.icase .title span{color: #0062c7;}
.icase .tab{text-align: center;padding-bottom: 50px;}
.icase .tab a{padding: 0 16px;height: 40px;line-height: 40px;background: #333333;font-size: 18px;display: inline-block;margin: 0 20px;color: #fff;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.icase .tab a:hover{background: #0062c7;}
.icase .icaseCon{width: 100%;overflow: hidden;}
.icase .icaseCon .gridlist{width: 110%;}
.icase .icaseCon .gridlist .item .plus{height: 82%;background-image: url(../images/ipro_case_hover.png);}
.icase .icaseCon .gridlist .item h3{width: 100%;position: absolute;left: -100%;bottom: 55px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;font-size: 16px;color: #fff;text-align: center;height: 40px;line-height: 40px;overflow: hidden;transition: all ease .4s;}
.icase .icaseCon .gridlist .item:hover h3{left: 0;}

.iservice2{text-align: center;height: 430px;padding: 40px 0 70px;background: #fff;background: url(../images/iservice2bg.jpg) no-repeat center top; margin-bottom:70px;}
.iservice2 .title{font-weight: bold;font-size: 36px;line-height: 36px;display: block;margin-bottom: 25px;color: #000000;}
.iservice2 .title span{color: #0062c7;}
.iservice2 .title:hover{color: #0062c7;}
.iservice2 img{width: 1200px;display: block;margin: 0 auto;}
.iservice2 .btn{width: 208px;height: 55px;line-height: 55px;padding: 0;margin: 0 auto;font-size: 24px;display: block;color: #fff;text-align: center;background: #0062c7;}
.iservice2 .btn:hover{background: #333;}

.gridlist{width: 100%;}
.gridlist .item{width: 330px;margin: 30px 26px 0 0;float: left;position: relative;overflow: hidden;}
.gridlist .item img{width: 330px;height: 280px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.gridlist .item .bg{width: 330px;height: 280px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;background: url(../images/black70.png) repeat 0 0;position: absolute;left: -100%;top: 0;}
.gridlist .item .plus{width: 330px;height: 280px;display: block;transition: all ease .4s;background: url(../images/ipro_hover.png) no-repeat center center;position: absolute;left: -100%;top: 0;}
.gridlist .item h3{color: #fff;line-height: 35px;text-align: center;padding-top: 2px;height: 35px;overflow: hidden;}
.gridlist .item h4{color: #fff;line-height: 35px;text-align: center;padding-top: 2px;height: 35px;overflow: hidden; background:#0062c7; font-size:16px;}
.gridlist .item:hover .bg{left: 0;}
.gridlist .item:hover .plus{left: 0;}
.gridlist .item:hover img{-webkit-filter: brightness(110%);filters: brightness(110%);}
.gridlist .item:hover h3{color: #fff;}
@media (max-width: 1260px){.gridlist{width: 745px;}
.gridlist .last-w1260{display: none;}}
/* 标题通用样式 */
.zj-title{text-align: center;}
.zj-title h3{color: #333;font-size: 40px;font-weight: bold;}
.zj-title h3 span{color:#e6212a;}
.zj-title h4{color: #666666;font-size: 16px;font-weight: normal;line-height: 30px;margin-top: 12px;}
.zj-title hr{background-color: #d4d4d4;width: 122px;height: 3px;text-align: center;margin: auto;margin-top: 28px;border: 0;}
/* 搜索 */
.p1{padding: 20px 0;background: #f8f8f8;}
.p1a{color: #666;font-size: 14px;line-height: 40px;}
.p1a span{color: var(--color);}
.p1a a{color: #888;}
.p1a a+a::before{content: "、";display: inline;}
.p1b{width: 305px;height: 40px;border-radius: 30px;overflow: hidden;background-color: #fff;}
.p1b1{width: 265px;height: 100%;padding: 0 25px;color: #666;}
.p1b1::-webkit-input-placeholder{color: #666;}
.p1b1::-ms-input-placeholder{color: #666;}
.p1b1::-moz-placeholder{color: #666;}
.p1b1::placeholder{color: #666;}
.p1b2{width: 40px;height: 100%;border-radius: 30px;background: var(--color) url(../images/p1b2.png) center no-repeat;}
/* 产品中心 */
.zj-products{margin-top: 55px;margin-bottom: 55px;}
.procate{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;padding-top: 35px;padding-bottom: 25px;border-bottom: 1px solid #626262;}
.procate li{width: calc(100% / 6 - 20px);margin: 0 10px;}
.procate li a{display: block;color: #555;font-size: 16px;line-height: 48px;text-align: center;padding: 0 10px;background: #f8f8f8;border-radius: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.procate li a:hover{color: #fff;background: var(--color);}
.products{display: flex;flex-wrap: wrap;margin: 0 -12px;}
.products li{width: calc(100% / 7 - 24px);margin: 0 12px;margin-top: 24px;border: 1px solid #797979;transition: all .5s;}
.products li .img{position: relative;width: 100%;padding-bottom: 55%;}
.products li .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.products li h3{color: #555;font-size: 16px;line-height: 50px;text-align: center;padding: 0 10px;background: #f5f5f5;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.products li:hover{border-color: var(--color);}
.products li:hover .img img{transform: scale(1.1);}
.products li:hover h3{color: #fff;background: var(--color);}
/*品质做工样式*/
.zj-quality{height: 745px;background: url(../images/ys_banner.jpg) center no-repeat;margin-top: 140px;}
.zj-quality>div{display: flex;flex-wrap: wrap;justify-content: space-between;}
.quatop{width: 48.955%;margin-top: -70px;background-color: #fff;box-shadow: 0 0 18px rgba(0,0,0,.06);}
.quatxt{text-align: center;padding: 60px 0;}
.quatxt h3{color: #666666;font-size: 24px;font-weight: normal;}
.quatxt h4{color: var(--color);font-size: 48px;font-weight: bold;margin-top: 22px;}
.quatxt h5{color: #666666;font-size: 24px;font-weight: lighter;margin-top: 27px;}
.qualeftall{width: 58.5%;}
.qualeft{margin-top: 58px;}
.qualeft li{display: none;}
.qualeft li:first-child{display: block;}
.qualeft li p{color: #fff;font-size: 20px;line-height: 42px;text-align: justify;margin-top: 30px;min-height: 168px;}
.quazxrx{margin-top: 65px;width: 100%;}
.quazxrx .qua-tel{display: flex;align-items: center;padding: 19px 0 19px 40px;background: linear-gradient(90deg, var(--color) 50%, transparent 100%);}
.quazxrx .qua-tel h4{font-size: 18px;color: #fff;line-height: 52px;font-weight: normal;margin-left: 16px;}
.quazxrx .qua-tel h5{font-size: 36px;color: #fff;line-height: 52px;font-weight: normal;margin-left: 2px;}
.quaright{float: right;width:29.581%;}
.qua-img li{width: calc(50% - 1px);float: left;background: -webkit-linear-gradient(45deg, #fff 0%, #dadada 50%, #fdfdfd 100%);background: linear-gradient(45deg, #fff 0%, #dadada 50%, #fdfdfd 100%);}
.qua-img li a{display: block;color: #666;padding: 40px 0 30px 28px;}
.qua-img li .img{height: 50px;}
.qua-img li .img img{max-width: 100%;height: 100%;transition: all .5s;}
.qua-img li h3{font-size: 20px;margin-top: 20px;transition: all .5s;}
.qua-img li h4{font-size: 14px;font-family: "Arial";margin-top: 8px;transition: all .5s;}
.qua-img li.cur a{background: var(--color);}
.qua-img li.cur h3,
.qua-img li.cur h4{color: #fff;}
.qua-img li.cur .img img{filter: brightness(300%);}
.qua-img li:nth-child(1){margin-right: 1px;}
.qua-img li:nth-child(3){margin-top: 1px;margin-right: 1px;}
.qua-img li:nth-child(4){margin-top: 1px;}
/*应用行业样式*/
.zj-Application{margin-top: 65px;}
.appall{display: flex;align-items: stretch;margin-top: 60px;justify-content: space-between;}
.appleft{width: 48.5075%;margin-bottom: -1px;}
.appleft li{float: left;width: calc(50% - 1px);margin-bottom: 1px;background: -webkit-linear-gradient(45deg, #f4f4f4 0%, #f8f8f8 50%, #f8f8f8 70%, #ffffff 100%);background: linear-gradient(45deg, #f4f4f4 0%, #f8f8f8 50%, #f8f8f8 70%, #ffffff 100%);}
.appleft li:nth-child(2n){margin-left: 1px;}
.appleft li a{display: block;padding: 40px 0 40px 25px;}
.appleft li .img{height: 70px;}
.appleft li .img img{max-width: 100%;height: 100%;transition: all .5s;}
.appleft li .apptxt{display: flex;align-items: center;}
.appleft li .apptxt .txts{margin-left: 20px;}
.appleft li .apptxt .txts h3{color: #333;font-size: 24px;line-height: 30px;transition: all .5s;}
.appleft li .apptxt .txts h4{color: #999;font-size: 14px;line-height: 30px;text-transform: uppercase;transition: all .5s;}
.appleft li.cur a{background: var(--color);}
.appleft li.cur .apptxt .img img{filter: brightness(300%);}
.appleft li.cur .apptxt .txts h3,
.appleft li.cur .apptxt .txts h4{color: #fff;}
.appright{width: 45.5%;float: right;}
.appright{box-shadow: 0 0 18px rgba(0,0,0,.1);padding: 30px 0 30px 0;margin-left: 3.9%;}
.appright-img{display: none;width: 92%;margin: 0 auto;}
.appright .appright-img:first-child{display: block;}
.appright-img .app-img img{max-width: 100%;}
.appright-img h3{color: var(--color);font-size: 24px;margin-top: 40px;}
.appright-img h4{font-size: 16px;color: #666666;margin-top: 18px;}
/*关于我们样式*/
/*关于我们*/
.about{position: relative;background-position: center;background-repeat: no-repeat;height: 658px;}
.about .about_con{width: 700px;padding-right: 74px;}
.about .about_con .title1{padding-top: 80px;padding-bottom: 40px;}
.about .about_con .title1 h3{color:#bc070e;font-size: 30px;font-weight: bold;}
.about .about_con .title1 p{display: block;color: #000;font-size: 17px;line-height: 34px;font-weight: bold;margin-top: 15px;}
.about .about_con .title1 span{text-transform: uppercase;display: block;font-size: 23px;color: #555; font-weight:bold; line-height:35px;}
.about .about_con .txt{font-size: 16px;line-height: 36px;text-align: justify;height: 210px;overflow: hidden;text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);}
.about .about_con ul{padding-top: 40px;}
.about .about_con ul li{float: left;margin-right: 1px;}
.about .about_con ul li a{display: block;width: 160px;font-size: 16px;line-height: 55px;text-align: center;background: #0062c7; color:#FFF;}
.about .about_con ul li:hover a{color: #fff;}
.about .about_con ul li.on a,.index .about .about_con ul li:hover a{color: #ff0000;background:#0062c7;}

/*案例展示*/
.zj-case{margin-top: 65px;margin-bottom: 65px;}
.case-flo{position: relative;margin-top: 50px;}
.case-list .pro a{position: relative;display: block;border: 1px solid #f4f4f4;}
.case-list .pro .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.case-list .pro .img{position: relative;padding-bottom: 75%;overflow: hidden;}
.case-list .pro .tit{position: absolute;bottom: 0;width: 100%;}
.case-list .pro .tit:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #e1e1e1;opacity: .8;transition: all .5s;}
.case-list .pro .tit1 h3{position: relative;color: #333;font-size: 16px;line-height: 40px;text-align: center;padding: 0 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;z-index: 1;}
.case-list .pro a:hover .img img{transform: scale(1.1);}
.case-list .pro a:hover .tit:after{background: var(--color);}
.case-list .pro a:hover .tit h3{color: #fff;}
.case-flo .swiper-button-prev,.case-flo .swiper-button-next{left: -60px;width: 45px;height: 45px;margin-top: -23px;color: #cdcdcd;font-size: 41px;text-align: center;border: 1px solid #cdcdcd;background: none;transition: all .5s;}
.case-flo .swiper-button-next{left: auto;right: -65px;}
.case-flo .swiper-button-prev:hover,.case-flo .swiper-button-next:hover{color: #fff;background: var(--color);border-color: var(--color);}
@media(max-width:1600px){.case-list .pro .tit h3{line-height: 50px;}}
/*新闻中心*/
/* news */
.news{
	padding-top: 50px;
	padding-bottom: 80px;
	background: #f7f7f7;
}
.news .title-row {
    margin-bottom: 50px;
}
.news-list{
	display: flex;
	justify-content: start;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-right: -20px;
	margin-left: -20px;
}
.news-list .news-item{
	width: 33.33%;
	padding: 0 20px;
}
.news-list .news-item .img{
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.news-list .news-item .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .3s ease;
}
.news-list .news-item .img:hover img{
	transform: scale(1.1);
}
.news-list .news-item .text{
	background: #fff;
	padding: 20px;
	position: relative;
}
.news-list .news-item .text .date{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #0062c7;
	position: absolute;
	top: 0;
	transform: translateY(-70%);
}
.news-list .news-item .text .date p{
	font-size: 30px;
	color: #fff;
}
.news-list .news-item .text .date span{
	font-size: 16px;
	color: #fff;
}
.news-list .news-item .text-content{
	margin-bottom: 30px;
}
.news-list .news-item .text-content a{
	font-size: 18px;
	line-height: 1.2;
	font-weight:bold;
	display: block;
	color: #333;
	margin-top: 35px;
	 overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 52px;
}
.news-list .news-item:hover .text-content a{
	color: #0062c7;
}
.news-list .news-item .text-content p{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	 overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-item .more a{
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 15px;
	color: #0062c7;
	font-weight: bold;
}
.news-list .news-item .more a i{
	width: 24px;
	height: 24px;
	display: block;
	background:#0062c7 url(../images/more-ico.png);
	margin-left: 10px;
}

.title-row {
	margin-bottom: 80px;
}
.title-row .title p{
	font-size: 44px;
	font-weight: bold;
	font-family: Montserrat;
	text-transform: uppercase;
	color: #333;
	line-height: 1;
	margin-bottom: 20px; text-align: center
}
.title-row .title span{
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
	line-height: 24px; text-align: center

}
/*友情链接*/
.link{height: 60px;line-height: 60px;margin: -25px 0 -35px 0;}
.link>div{position: relative;background: var(--color);border-radius: 0 0 10px 10px;}
.link .box{padding: 0 20px;}
.link div:before,.link div:after{content: " ";position: absolute;top: 0;width: 0;height: 0;border-style: solid;border-color: transparent;}
.link div:before{left: -15px;border-width: 25px 15px 0 0;border-right-color: var(--color);}
.link div:after{right: -15px;border-width: 25px 0 0 15px;border-left-color: var(--color);}
.link .box:before{border-right-color: #000;opacity: .5;z-index: 1;}
.link .box:after{border-left-color: #000;opacity: .5;z-index: 1;}
.link strong{color: #fff;font-size: 16px;font-weight: bold;}
.link a{display: inline-block;color: #fff;font-size: 16px;margin-right: 20px;opacity: .8;vertical-align: top;}
/*底部*/
.footer{color: rgb(255, 255, 255, .5);background: #232323;padding: 100px 0 60px 0;}
.footer>div{display: flex;}
.footer dt{position: relative;color: #fff;font-size: 18px;font-weight: bold;padding-bottom: 30px;}
.footer dt:before{content: '';position: absolute;background-color: #39393a;width: 78px;height: 1px;top: 45px;}
.footer .fewm{width: 15%;}
.footer .fewm dd{display: flex;align-items: center;}
.footer .fewm dd:last-child{margin-top: 30px;}
.footer .fewm dd img{width: 150px;height: 150px;padding: 2px;background:#C5C6C9;}
.footer .fewm dd #fewm{width: 150px;height: 150px;padding: 2px;background: #C5C6C9;}
.footer .fewm dd #fewm canvas{padding: 8px;background: #fff;width: 100%;}
.footer .fewm dd h3{font-size: 14px;margin-left: 15px;width: 20px;line-height: 16px;}
.footer .flxw{width: 37%;padding: 0 5%;border-left: 1px solid rgb(57, 57, 57);border-right: 1px solid rgb(57, 57, 57);}
.footer .flxw dd{font-size: 16px;line-height: 20px;padding-top: 16px;}
.footer .fnav{width: 48%;padding-left: 5%;}
.footer .fnav li{float: left;width: 33.333%;display: flex;justify-content: space-between;align-items: center;}
.footer .fnav li a{color: rgb(255, 255, 255, .5);font-size: 16px;line-height: 52px;}
.footer .fnav li i{color: var(--color);font-size: 20px;margin-right: 30px;}
.footer .fnav li a:hover{color: var(--color);}
.copyright{color: rgb(255, 255, 255, .5);font-size: 14px;line-height: 70px;text-align: center;background: #232323;border-top: 1px solid #39393a;}
.copyright a{color: rgb(255, 255, 255, .5);}
.copyright a:hover{color:  var(--colour1);}
