@charset "UTF-8";
header{position:relative}
header .header-top{display:flex;height:35px;background:#e60013;padding:0px 260px;justify-content:space-between}
header .header-top .top-info{display:flex;align-items:center;height:100%;color:var(--headercolor)}
header .header-top .top-info i{margin-right:5px;}
header .header-top .top-info .info-tel{/*margin-left:30px;*/ color:#FFF;}
header .header-top .top-info .info-email{margin-left:30px; }
header .header-top .top-info a{color:var(--headercolor)}
header .header-top .top-right{display:flex;align-items:center;height:100%}
header .header-top .top-right .search-input{display:flex;align-items:center;width:230px;height:30px;box-sizing:border-box;border:1px solid var(--headercolor);border-radius:15px}
header .header-top .top-right .search-input .icon-search{cursor:pointer;color:var(--headercolor);margin-left:18px}
header .header-top .top-right .search-input input{margin-left:10px;height:24px;outline:0;border:none;color:var(--headercolor);background:#0B0B0B}
header .header-top .top-right .search-input .search-btn{display:none}
header nav{position:absolute;padding:0px 260px;top:35px;display:flex;width:100%;height:100px;box-sizing:border-box;justify-content:space-between;background:#FFFFFF;z-index:90;transition-property:height;transition-duration:.2s;transition-timing-function:ease}
header nav .header-logo{cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}
header nav .header-logo img{max-width:100%;max-height:100%}
header nav .header-logo a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
header nav ul{display:flex;position:relative}
header nav ul li{display:flex;align-items:center;height:100%;margin:0px 16px;cursor:pointer;-webkit-tap-highlight-color:transparent}
header nav ul li:last-child{margin-right:0px}
header nav ul li a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;font-size:16px;font-weight:500;color:var(--fontcolor);transition:all .3s ease}
header nav ul li a:after{transition:.4s ease-in-out;content:"";background:var(--color);left:50%;width:80%;height:2px;transform:translateX(-50%) rotateY(90deg);position:absolute;bottom:30px}
header nav ul li .inmenu_1{color:var(--color)}
header nav ul li .inmenu_1:after{content:"";width:90%;height:2px;left:50%;bottom:25px;background:var(--color);transform:translateX(-50%);position:absolute;transition:all .3s ease}
header nav ul li .inmenu_1~.icon-angle-down,header nav ul li:hover>.icon-angle-down,header nav ul li:hover>a{color:var(--color)}
header nav ul li:hover>.icon-angle-down:after{transform:translateX(-50%) rotateY(0)}
header nav ul li:hover>a:after{transform:translateX(-50%) rotateY(0);display:none}
header nav ul .submenu{display:flex;width:100vw;top:100px;right:-260px;background:#FCFCFC;flex-wrap:wrap;transform-origin:top;transform:rotateX(90deg);opacity:0;position:absolute;justify-content:center;transition:all .5s ease}
header nav ul .submenu li{position:relative;margin:10px 20px;border-bottom:none}
header nav ul .submenu li a{font-size:var(--fontsize16);font-weight:normal}
header nav ul .submenu li a{font-size:var(--fontsize16);font-weight:normal}
header nav ul .submenu li a{font-size:var(--fontsize16);font-weight:normal}
header nav ul .submenu li:after{content:"";position:absolute;height:15px;width:1px;right:-20px;background:#CCCCCC}
header nav ul .submenu li:last-child:after{content:none}
header nav ul .submenu+.icon-angle-down{position:relative;transform:scale(1);font-weight:var(--fontbold6);color:var(--fontcolor);margin-left:5px;top:1px}
header nav .nav-btn{display:none;position:relative;margin:auto 0px;height:5vw;width:7vw}
header nav .nav-btn span{border-radius:2px;position:absolute;display:block;width:7vw;height:.5vw;background-color:var(--color);transition:top .2s .2s,transform .2s,background .2s,opacity 0s .2s}
header nav .nav-btn span:first-child{top:.1vw}
header nav .nav-btn span:nth-child(2){top:2.5vw;width:6vw}
header nav .nav-btn span:nth-child(3){top:4.9vw}
header nav .toggle-animate span:first-of-type{top:1.6vw;transform:rotate(45deg);transition:top .2s,transform .2s .2s,background .2s}
header nav .toggle-animate span:nth-of-type(2){opacity:0;transition:opacity .2s}
header nav .toggle-animate span:nth-of-type(3){top:1.6vw;transform:rotate(-45deg);transition:bottom .2s,transform .2s .2s,background .2s}
header nav .mobile-search-btn{display:none}
header .min ul li a:after{bottom:15px}

header .header-top .header_lang{width: 10%;position: relative; z-index:9999}
header .header-top .header_lang .lang{position: relative;width: 180px;float: right;}
header .header-top .header_lang span{display: block;width: 180px;height: 40px;line-height: 40px;font-size: 14px;text-align: center;/*background: #f4f4f4;*/color: #fff;cursor: pointer;}
header .header-top .header_lang ul{position: absolute;width: 100%;padding: 4px;background: #fff;border: 1px solid #ccc;box-sizing: border-box;opacity: 0;visibility: hidden;transform: translate3d(0, 10px, 0);transition: all .5s ease;}
header .header-top .header_lang ul li a{display: block;color: #595959;font-size: 13px;line-height: 30px;padding-left: 30px;background: url(../images/cn.png) center left no-repeat;background-size: 20px;}
header .header-top .header_lang ul li a.en{background-image: url(../images/en.png);}
header .header-top .header_lang .lang:hover ul{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}


.com-bg{background-color: #fff;}
.com-ba:before,
.com-ba:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: transform .3s;}
.com-title{text-align: center;}
.com-title h3{display: inline-block;height: 60px;margin-top: 70px;font-size: 36px;position: relative;}
.com-title h3:before{content: '';position: absolute;left: 50%;bottom: 0;width: 80%;transform: translateX(-50%);}
.com-title h3:after{content: '';position: absolute;left: 50%;bottom: -1px;width: 30px;margin-left: -15px; background: url(../images/xian.jpg) center left no-repeat;}
.com-title p{height: 85px;color: #7c7c7c;}
.com-title h2{height: 30px;}
.com-title .more{display: block;margin-bottom: 30px;margin-top: -20px;color: #ec7729;font-size: 14px;}

.com-title11{text-align: center;}
.com-title11 h3{display: inline-block;height: 60px;margin-top: 50px;font-size: 36px;position: relative;}
.com-title11 h3:before{content: '';position: absolute;left: 50%;bottom: 0;width: 80%;transform: translateX(-50%);}
.com-title11 h3:after{content: '';position: absolute;left: 50%;bottom: -1px;width: 30px;margin-left: -15px; background: url(../images/xian.jpg) center left no-repeat;}
.com-title11 p{height: 50px;color: #7c7c7c;}
.com-title11 h2{height: 30px;}
.com-title11 .more{display: block;margin-bottom: 30px;margin-top: -20px;color: #ec7729;font-size: 14px;}


.about .more {
    margin-top: 50px;
    text-align: center;
}

.about .more a {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 45px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #cbcbcb;
    background: #fff;
    color: #666;
    transition: all .5s;
}

.about a:hover {
    color: #fff;
    border-color: #e60212;
    background: #e60212;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}



.w{width: 1400px;margin: 0 auto;*zoom: 1;}
.w:before,
.w:after{content: "";display: block;width: 0;height: 0;clear: both;visibility: hidden;}
.mycol{margin: 0 -10px;*zoom: 1;}
.mycol:before,
.mycol:after{content: "";display: block;width: 0;height: 0;clear: both;visibility: hidden;}
.mycol .col{float: left;padding: 0 10px;text-align: center;}
.mycol .col img{max-width: 100%;}
.mycol2{margin: 0 -6.5vw;*zoom: 1;}
.mycol2:before,
.mycol2:after{content: "";display: block;width: 0;height: 0;clear: both;visibility: hidden;}
.mycol2 .col{float: left;padding: 0 6.5vw;text-align: center;}
.mycol2 .col img{max-width: 100%;}
.mycol-2 .col{width: 50%;}
.mycol-3 .col{width: 33.33333%;}
.mycol-4 .col{width: 50%;}
.mycol-5 .col{width: 20%;}

a.mdetails {
	color: #fff;
}

.mdetails {
	display: inline-block;
	background-color: #000;
	text-align: center;
	width: 50%;
	margin-top: 250px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: microsoft yahei
}
a.menquiry {
	color: #fff;
}
.menquiry {
	display: inline-block;
	color: #fff;
	background-color: #e60013;
	text-align: center;
	width: 50%;
	margin-top: 250px;
	display: inline-block;
	line-height: 24px;
	text-transform: uppercase;
	float: right
}

.share{background-color:#e60013; padding-left:3px; padding-top:3px;padding-bottom:3px; margin:0 auto; height:40px;}
.share li{position: relative;float: left;/*width: 40px;*/ line-height: 30px;height: 40px;margin: 0 20px;cursor: pointer;}
.share li h4 a{ color:#FFF; font-size:30px;font-family: Oswald, sans-serif;}
.share li img{display: block;width: 100%;height: 100%;border-radius: 5px;}
.share li .ewm{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);top: -155px;left: 50%;margin-left: -55px;width: 150px;height: 150px;}
.share li:hover .ewm{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}

.index-case .main li{margin-bottom: 20px;}
.index-case .main li .box{/*border-bottom: 2px solid #cccccc;*/text-align: left;}
.index-case .main li .img{padding-bottom: 50%; /*border-bottom: 22px solid #e60013;*/}
.index-case .main li .txt{background: #fff;/*padding: 25px 20px;*/}
.index-case .main li .txt h4{height: 40px;font-size: 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-case .main li .txt p{height: 50px;overflow: hidden;color: #7c7c7c;font-size: 14px;line-height: 25px;margin-top: -5px;text-align: justify;}
.index-case .main li .txt .more{display: block;padding-bottom: 25px;margin-bottom: 25px;border-bottom: 2px solid #ccc;color: #293e6b;font-size: 14px;transition: all .3s;}
.index-case .main li .txt .more:hover{color: #ec7729;}
.index-case .get{display: block;width: 220px;line-height: 35px;border-radius: 35px;margin: 50px auto 0;text-align: center;color: #293e6b;border: 1px solid #293e6b;}
.hvr1.hvr1 .img{background: #000;position: relative;}
.hvr1.hvr1 .img img{transition: all .5s;}
.hvr1.hvr1 .img:before{content: '';position: absolute;top: 35px;bottom: 35px;left: 20px;right: 20px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;transform: scaleX(0);transition: all .5s;z-index: 1;}
.hvr1.hvr1 .img:after{content: '';position: absolute;top: 20px;bottom: 20px;left: 35px;right: 35px;border-left: 1px solid #fff;border-right: 1px solid #fff;transform: scaleY(0);transition: all .5s;z-index: 1;}
.hvr1.hvr1:hover img{opacity: .8;}
.hvr1.hvr1:hover .img:before{transform: scaleX(1);}
.hvr1.hvr1:hover .img:after{transform: scaleY(1);}

.full-img{width: 100%;height: 0;position: relative;}
.full-img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}



.com-bg1{background-color: #e8e8e8;}
.com-ba1:before,
.com-ba1:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: transform .3s;}
.com-title1{text-align: center;}
.com-title1 h3{display: inline-block;height: 60px;margin-top: 70px;font-size: 36px;position: relative;}
.com-title1 h3:before{content: '';position: absolute;left: 50%;bottom: 0;width: 80%;transform: translateX(-50%);}
.com-title1 h3:after{content: '';position: absolute;left: 50%;bottom: -1px;width: 30px;margin-left: -15px; background: url(../images/xian.jpg) center left no-repeat;}
.com-title1 p{height: 85px;color: #7c7c7c;}
.com-title1 h2{height: 30px;}
.com-title1 .more{display: block;margin-bottom: 30px;margin-top: -20px;color: #ec7729;font-size: 14px;}
.w{width: 1400px;margin: 0 auto;*zoom: 1;}
.w:before,
.w:after{content: "";display: block;width: 0;height: 0;clear: both;visibility: hidden;}
.mycol1{margin: 0 -10px;*zoom: 1;}
.mycol1:before,
.mycol1:after{content: "";display: block;width: 0;height: 0;clear: both;visibility: hidden;}
.mycol1 .col{float: left;padding: 0 10px;text-align: center;}
.myco1l .col img{max-width: 100%;}
.mycol2{margin: 0 -6.5vw;*zoom: 1;}
.mycol2:before,
.mycol2:after{content: "";display: block;width: 0;height: 0;clear: both;visibility: hidden;}
.mycol2 .col{float: left;padding: 0 6.5vw;text-align: center;}
.mycol2 .col img{max-width: 100%;}
.mycol-2 .col{width: 50%;}
.mycol-3 .col{width: 33.33333%;}
.mycol-41 .col{width: 33.333%;}
.mycol-5 .col{width: 20%;}

.index-case1 .main li{margin-bottom: 20px;}
.index-case1 .main li .box{/*border-bottom: 2px solid #cccccc;*/text-align: left;}
.index-case1 .main li .img{padding-bottom: 75%; border-bottom: 22px solid #e60013;}
.index-case1 .main li .txt{background: #fff;/*padding: 25px 20px;*/}
.index-case1 .main li .txt h4{height: 60px;margin-bottom: 18px;font-size: 20px;padding-top: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-case1 .main li .txt p{height: 50px;overflow: hidden;color: #7c7c7c;font-size: 14px;line-height: 25px;margin-top: -5px;text-align: justify;}
.index-case1 .main li .txt .more{display: block;padding-bottom: 25px;margin-bottom: 25px;border-bottom: 2px solid #ccc;color: #293e6b;font-size: 14px;transition: all .3s;}
.index-case1 .main li .txt .more:hover{color: #ec7729;}
.index-case1 .get{display: block;width: 220px;line-height: 35px;border-radius: 35px;margin: 50px auto 0;text-align: center;color: #293e6b;border: 1px solid #293e6b;}
.hvr1.hvr1 .img{background: #000;position: relative;}
.hvr1.hvr1 .img img{transition: all .5s;}
.hvr1.hvr1 .img:before{content: '';position: absolute;top: 35px;bottom: 35px;left: 20px;right: 20px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;transform: scaleX(0);transition: all .5s;z-index: 1;}
.hvr1.hvr1 .img:after{content: '';position: absolute;top: 20px;bottom: 20px;left: 35px;right: 35px;border-left: 1px solid #fff;border-right: 1px solid #fff;transform: scaleY(0);transition: all .5s;z-index: 1;}
.hvr1.hvr1:hover img{opacity: .8;}
.hvr1.hvr1:hover .img:before{transform: scaleX(1);}
.hvr1.hvr1:hover .img:after{transform: scaleY(1);}

.full-img{width: 100%;height: 0;position: relative;}
.full-img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

/*网站大图*/
#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: -30px;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);}
/* 标题通用样式 */
.zj-title{text-align: center;}
.zj-title h3{color: #333;font-size: 44px;font-weight: bold;}
.zj-title h3 span{color: var(--color);}
.zj-title h4{color: #666666;font-size: 20px;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;}
.procate{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;padding-top: 35px;padding-bottom: 25px;border-bottom: 1px solid #e9e9e9;}
.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% / 4 - 24px);margin: 0 12px;margin-top: 24px;border: 1px solid #eee;transition: all .5s;}
.products li .img{position: relative;width: 100%;padding-bottom: 75%;}
.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;}
/*关于我们样式*/
/*关于我们*/
.index .about{background-color:#f9f9f9;}
.index .about .ititle h3{color: #db0f31;font-size: 24px;font-weight: bold;line-height: 35px;}
.index .about .ititle span{color: #999;font-family: Arial;font-size: 14px;}
.index .about .con{padding-top: 30px;}
.index .about .con .txt{/* height: 350px; */ padding-bottom:60px;}
.index .about .con .txt p{color: #666;font-size: 15px;line-height: 33px;text-align: justify; height: 200px;overflow: hidden;}
.index .about .con .txt .more{display: block;width: 120px;height: 36px;color: #fff;font-size: 14px;line-height: 36px;text-align: center;background: #db0f31;border-radius: 50px;margin-top: 14px; margin:0 auto;}
.index .about .con .txt .more:hover{background: #333;}

@media(max-width:1450px){
.zj-about.p1920{width: auto;min-width: 1200px;left: 0;margin-left: 0;margin-top: 100px;}
.about-lfet{position: absolute;float: left;height: 100%;}
.aboutall{width: 100%;height: 100%;margin: 0;background: none;}
.aboright{position: relative;width: calc(100% - 53.4375%);float: right;top:0;left: 0;right: 0;bottom: 0;padding-right: 0;}}
/*案例展示*/
.zj-case{margin-top: 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 .tit 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;}}
/*新闻中心*/
.zj-news{margin-top: 70px;padding: 55px 0 25px 0;background: #f8f8f8;transition: all .5s;}
.newsall{margin-top: 42px;}
.newscat{border-bottom: 2px solid #dfdfdf;}
.newslist{display: flex;align-items: center;justify-content: center;}
.newslist li{margin: 0px 36px;}
.newslist li.cur a{color: var(--color);font-weight: bold;}
.newslist li.cur a::before{opacity: 1;}
.newslist li a{position: relative;color: #666;font-size: 20px;font-weight: bold;display: block;padding-bottom: 30px;}
.newslist li a::before{content: '';position: absolute;bottom: -2px;left: 50%;margin-left: -46px;width: 92px;height: 2px;background-color: var(--color);opacity: 0;transition: all .5s;}
.newscon{padding-top: 20px;padding-bottom: 55px;}
.newscon .ttsz{display: none;width: 100%;}
.newscon .ttsz:first-child{display: block;}
.zj-newlist{display: flex;flex-wrap: wrap;justify-content: space-between;}
.zj-newlist li{float: left;width: 48%;display: flex;align-items: center;margin-top: 30px;}
.zj-newlist li a{display: flex;min-width: 0;}
.zj-newlist li .img{flex: none;width: 172px;height: 130px;border: 1px solid #e8e8e8;transition: all .5s;}
.zj-newlist li .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.zj-newlist li .txt{flex: 1;min-width: 0;padding-left: 4.7%;}
.zj-newlist li .txt h3{color: #333;font-size: 18px;font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition: all .5s;}
.zj-newlist li .txt p{color: #666;font-size: 15px;line-height: 26px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;margin-top: 14px;}
.zj-newlist li .txt span{display: block;color: #999;font-size: 14px;line-height: 30px;margin-top: 10px;}
.zj-newlist li:hover .img{border: 1px solid var(--color);}
.zj-newlist li:hover .txt h3{color: var(--color);}
/*友情链接*/
.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{padding-top: 60px;color: #8793a5;font-size: 14px;background-color: #222222;}
.footer.index{padding-top: 190px;}
.footer dl{float: left;margin-right: 5vw;margin-bottom: 30px;text-align: left;}
.footer dl:last-child{margin-right: 0;}
.footer dt{height: 55px;color: #e9e9e9;font-size: 18px;position: relative;}
.footer dd a{display: block;height: 35px; color:#e9e9e9;}
.footer .phone h4{height: 45px;color: #e9e9e9;}
.footer .phone h5{height: 40px;color: #e60013;font-size: 28px;}
.footer .phone .more{display: block;width: 160px;line-height: 35px;border-radius: 35px;margin-top: 10px;text-align: center;color: #fff;border: 1px solid #fff;}
.footer .qr{margin-left: 6vw;}
.footer .qr img{width: 150px;height: 150px;padding: 5px;background: #fff;}
.footer .qr p{margin-top: 15px;color: #e9e9e9;font-size: 14px;text-align: center;}
.footer .copy{margin-top: 20px;line-height: 60px;border-top: 1px solid #38404d;color: #e9e9e9;}
.footer a{transition: all .3s;}
.footer a:hover{color: #ec7729;transform: translateX(4px);opacity: 1;}


@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.eot);
    src: url(../fonts/iconfont.eot#iefix) format("embedded-opentype"),url(../fonts/iconfont.woff) format("woff"),url(../fonts/iconfont.ttf) format("truetype"),url(../fonts/iconfont.svg#iconfont) format("svg")
}

@font-face {
    font-family: addicon;
    font-display: swap;
    src: url(../fonts/addicon.woff) format('woff'),url(../fonts/addicon.ttf) format('truetype')
}

.iconfont.icon-skype,.iconfont.icon-whatsapp {
    font-family: addicon!important
}

.icon-commenting:before {
    content: "\e6a9"
}

.icon-envelope:before {
    content: "\e6d3"
}

.icon-email1:before {
    background: url(../images/email.png) center left no-repeat;
}

.icon-home:before {
    content: "\e734"
}

.icon-phone1:before {
    content: "\e7b7"
}

.icon-arrowleft:before {
    content: "\e67e"
}

.icon-arrowright:before {
    content: "\e67f"
}

.icon-caret-down:before {
    content: "\e61a"
}

.icon-phone {
    background: url(../images/tel1.png) center left no-repeat;
}

.icon-search:before {
    content: "\e71f"
}

.icon-angle-down:before {
    content: "\e607"
}

.icon-angle-right:before {
    content: "\e608"
}

.icon-angle-left:before {
    content: "\e609"
}

.icon-angle-up:before {
    content: "\e60a"
}

.icon-email:before {
    background: url(../images/email.png) center left no-repeat;
}

.icon-skype:before {
    content: "\e713"
}

.icon-whatsapp:before {
    content: "\e8ec"
}


/*新闻中心*/
.inews{padding: 50px 0;}
.news{width: 450px;margin-right: 25px;float: left;}
.news:nth-child(3n){margin-right: 0;}
.inews .title{width: 100%;height: 39px;line-height: 39px;margin-bottom: 20px;border-bottom: 1px solid #434343;}
.inews .title h3{display: inline-block;color: #434343;font-size: 22px;font-weight: 500;line-height: 36px;padding-right: 20px;border-bottom: 3px solid #434343;}
.inews .title h3 s{position: relative;width: 4px;height: 16px;display: inline-block;vertical-align: middle;margin-top: -2px;margin-right: 10px;background: #e60212;}
.inews .title h3 span{font-weight: normal;}
.inews .title a{color: #434343;}
.inews .item{width: 100%;display: block;padding-bottom: 20px;border-bottom: 1px dashed #d4d4d4;}
.inews .item img{width: 100px;height: 75px;float: left;display: block;margin-right: 20px;}
.inews .item h3{color: #333;line-height: 24px;height: 24px;overflow: hidden;margin-bottom: 10px;transition: all .5s;}
.inews .item .txt{line-height: 20px;height: 40px;text-align: justify;overflow: hidden;color: #999999;}
.inews .item:hover h3{color: #e60212;}
.inews .list{line-height: 55px;}
.inews .list li{width: 100%;height: 55px;line-height: 55px;overflow: hidden;border-bottom: 1px dashed #dbdbdb;}
.inews .list li a{width: 100%;display: block;}
.inews .list li .time{color: #c5c5c5;float: right;font-weight: normal;}
.inews .faq{height: 375px;overflow: hidden;}
.inews .faq dd{font-size: 16px;line-height: 20px;padding-top: 16px;}
.inews .faq dt{position: relative;color: #000;font-size: 17px;font-weight: 500;padding-bottom: 10px;}
.inews .faq li{width: 100%;padding: 15px 0;overflow: hidden;border-bottom: 1px dashed #dbdbdb;}
.inews .faq li a{display: block;}
.inews .faq li i{position: absolute;top: 0;left: 0;display: inline-block;width: 20px;height: 20px;color: #fff;font-size: 12px;line-height: 20px;font-weight: normal;text-align: center;background: #434343;border-radius: 5px;}
.inews .faq li h3{position: relative;color: #434343;font-size: 16px;line-height: 20px;font-weight: bold;padding-left: 30px;}
.inews .faq li p{position: relative;color: #707070;font-size: 14px;line-height: 22px;text-align: justify;margin-top: 5px;overflow: hidden;padding-left: 30px;}
.inews .faq li p i{background: #e60212;top: 1px;}
.w1200{width: 1400px; margin: 0 auto;}