/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #c82343;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	--font-66: 66px;
	--font-58: 58px;
	--font-48: 48px;
	--font-46: 46px;
	--font-40: 40px;
	--font-38: 38px;
	--font-36: 36px;
	--font-32: 32px;
	--font-30: 30px;
	--font-28: 28px;
	--font-26: 26px;
	--font-24: 24px;
	--font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;
	--font-16: 16px;
}


.header{ position:fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: 0.3s;}
.header .wapper{width:100%;max-width: 1715px;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 20px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 80px;width: auto;}
.headList .logo .img1{display: block;}
.headList .logo .img2{display: none;}

.header.fixed{background: rgba(255,255,255,0.8);}
.header.fixed .headList .logo .img1{display: none;}
.header.fixed .headList .logo .img2{display: block;}
/*menu*/
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#ffffffc2; width:100%; position:absolute; left:50%; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:21px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}

.header.fixed .menu a{color: #000;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;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;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{font-size: 20px;color: #555555;font-weight: bold;}
.iTitEn{font-size: 22px;color: #535353;text-transform: uppercase;}
.iTit{}
.iTxt{font-size: 16px;color: #666;}
.iTxt img{max-width: 100%;}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

.iMore a{display: block;border: 1px solid #dfdfdf;width: 220px;height: 42px;position: relative;font-size: 16px;color: #000;}
.iMore a:before{content: '';width: 30px;height: 1px;left: -10px;background: #dfdfdf;top: 50%;transform: translateY(-50%);transition: 0.6s;position: absolute;}
.iMore a span{display: block;width: 100%;line-height: 40px;position: relative;text-align: center;}
.iMore a:hover{border: 1px solid var(--main-color);}
.iMore a:hover:before{left: 35px;opacity: 0;}

.iMore2 a{display: inline-block;padding: 10px 20px;color: #fff;font-size: 16px;background: var(--main-color);}

/*-------------------------------------------*/
.swiper-container {width: 100%;position: relative;overflow: hidden;}
/*banner*/
.banner{width: 100%;position: relative;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.banTop{position: absolute;left: 0;bottom: 10%;width: 100%;z-index: 9;}
.banTop .wapper{width: 100%;max-width: 1480px;}
.banTop .desc{width: 100%;color: #fff;}
.banTit{font-size: 34px;}
.banTxt{font-size: 34px;margin-top: 10px;font-style: italic;}

.i1Warp{width: 100%;padding: 0 5%;}
.i1Warp .img{width: 50%;}
.i1Warp .img img{width: 100%;}
.i1Warp .desc{width: 45%;}
.i1Warp .desc .iTxt{font-size: 14px;}

.i1Warp2{padding: 0 5%;width: 100%;}
.i1Warp2 .img{width: 45%;}
.i1Warp2 .img img{width: 100%;}
.i1Warp2 .desc{width: 50%;}
.i1Warp2 .iTitEn{font-size: 24px;font-weight: 300;}
.i1Warp2 .iTitCn{font-size: 32px;}
.i1Warp2 .iTxt{font-size: 18px;line-height: 2;font-weight: 300;}
.i1Warp2 .iTxt h3{margin: 10px 0;}
.i1Warp2 .iTxt p{line-height: 1.5;    font-size: 16px;    padding: 2px 0;}

.index2{width: 100%;background: #f8f8f8;}
.i2Top{max-width: 1710px;margin: 0 auto;width: 100%;}
.i2Content{position: relative;width: 100%;}
.i2Content:after{width: 100%;height: 1px;position: absolute;top: 46px;left: 0;background: #e6e5e5;content: "";}
.i2Content .wapper{width: 100%;max-width: 1480px;}
.i2List{width: 100%;}
.i2List ul li{width: 25%;position: relative;}
.i2List .part{display: block;width: 100%;position: relative;padding: 0 20px;}
.i2List .part:after{position: absolute;top: 46px;width: 0;height: 1px;background: #333;content: "";transition: 0.3s;z-index: 1;}
.i2List .part .date{display: flex;align-items: center;height: 25px;line-height: 25px;justify-content: space-between;}
.i2List .part .date .time{font-size: 20px;color: #c0c0c0;}
.i2List .part .date .btn{padding-left: 20px;border-left: 1px solid #c0c0c0;opacity: 0;transition: 0.3s;}
.i2List .part .tit{font-size: 16px;color: #666;height: 30px;line-height: 30px;margin-top: 35px;transition: 0.3s;}
.i2List .part .txt{font-size: 13px;color: #999;height: 50px;line-height: 25px;margin-top: 15px;transition: 0.3s;}
.i2List .part .img{width: 100%;height: 156px;margin-top: 25px;}
.i2List .part .img img{width: 100%;height: 100%;}

.i2List .part:hover:after{width: 100%;}
.i2List .part:hover .btn{opacity: 1;color: #c0c0c0;}
.i2List .part:hover .tit{transform: translateX(10px);}
.i2List .part:hover .txt{transform: translateX(10px);}
.i2List .part:hover .img img{transform: scale(1.1);}

.i3Tab{font-size: 16px;}
.i3Tab a{display: inline-block;}
.i3Tab a:after{content: "/";margin: 0 15px;}
.i3Tab a:last-child:after{display: none;}

.i3List{width: 100%;}
.i3List ul li{width: 33.3%;padding: 0 10px;margin-bottom: 20px;}
.i3List .part{display: block;width: 100%;}
.i3List .part .img{width: 100%;}
.i3List .part .img img{width: 100%;transition:1s;height: 190px;object-fit: cover;}
.i3List .part .desc{padding-top: 20px;text-align: center;}
.i3List .part .tit{font-size: 18px;color: #333;font-weight: 300;}
.i3List .part .txt{font-size: 14px;color: #8d8d8d;padding: 10px 0;font-weight: 300;}
.i3List .part:hover .img img{transform: scale(1.1);}

.i4Tit{font-size: 58px;color: #fff;font-weight: bold;}
.i4Tit img{vertical-align: middle;max-height: 62px;margin: 0 5px;position: relative;top: -3px;}
.i4Txt{font-size: 18px;color: #fff;opacity: 0.8;}

.i4List{width: 100%;}
.i4List ul li{width: 25%;padding: 0 10px;text-align: center;}
.i4List .tit{color: var(--main-color);font-size: 18px;font-weight: bold;}
.i4List .tit strong{font-size: 90px;}
.i4List .tit span{vertical-align: top;}
.i4List .txt{color: #fff;font-size: 18px;margin-top: 10px;}

.index5{padding: 20px 0;overflow: hidden;width: 100%;}
.i5List{margin: 10px 0;}
.i5List ul li{float: left;width: 180px;height: 110px;}
.i5List .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.i5List .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.index6 .wapper{max-width: 790px;}

.footer{background: #343333;padding: 60px 0;font-size: 14px;color: #959595;}
.footer .wapper{max-width: 1480px;margin: 0 auto;width: 100%;}
.fLogo img{max-width: 100%;max-height: 70px;}
.fWarp{width: 100%;}
.fWarp .left{width: 30%;}
.fWarp .left .title{font-size: 21px;color: #fff;}
.fWarp .left .addr{font-size: 18px;}
.fShare .item{margin-right: 20px;}
.fShare .item a{font-size: 20px;}
.fWarp .beian{font-size: 14px;}

.fMenu{width: 50%;}
.fMenu ul li{margin-right: 2vw;}
.fMenu dl dt{font-size: 18px;color: #fff;margin-bottom: 20px;}
.fMenu dl dd{margin: 10px 0;}
.fMenu dl dd a:hover{color: var(--main-color);}

.fWarp .right{width: 20%;text-align: right;font-size: 21px;}
.fWarp .right .txt p{padding: 0;}

.footLinks{padding: 10px 0;font-size: 14px;color: #666;}
.footRight{position: fixed;bottom: 30%;right: 0;z-index: 999;}
.footRight img{max-width: 145px;}

.tongtu{width: 100%;}
.tongtu img{width: 100%;}

.otherTxt::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}
.otherTxt::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.otherTxt::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.otherTxt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.pageMenu{padding: 25px 0;}
.pageMenu ul li{padding: 0 20px;}
.pageMenu a{color: #3e3e3e;font-size: 21px;}
.pageMenu ul li.on a{color: var(--main-color);}
.pageMenu ul li a:hover{color: var(--main-color);}
.pageMenu .list2 ul li{padding: 0;}
.pageMenu .list2 ul li:after{content: "/";margin: 0 10px;}
.pageMenu .list2 ul li:last-child:after{display: none;}
.pageMenu .list2 ul li a{font-size: 16px;}
/*about*/

.about1{width: 100%;}
.about2{padding: 60px 0 20px;background: #f9f9f9;}
.abo2Warp{width: 100%;}
.abo2Warp .img{width: 32%;}
.abo2Warp .img img{width: 100%;}
.abo2Warp .desc{width: 65%;}
.abo2Warp .desc .tit{font-size: 18px;font-weight: bold;margin-bottom: 10px;color: #333;}

.about3{padding: 25px 0;background: #f9f9f9;}
.abo3YearSwiper{width: 100%;height: 40px;background: #fff;}
.abo3YearSwiper .year{text-align: center;font-size: 16px;color: rgba(17,17,17,0.5);position: relative;height: 40px;line-height: 35px;cursor: pointer;}
.abo3YearSwiper .year:after{position: absolute;left: 50%;transform: translateX(-50%);width: 69px;height: 5px;background: var(--main-color);content: "";bottom: 0;opacity: 0;}

.abo3YearSwiper .swiper-button-next{right: 0;}
.abo3YearSwiper .swiper-button-prev{left: 0;}
.abo3YearSwiper .swiper-button-next, .abo3YearSwiper .swiper-button-prev{width: 32px;height: 32px;border-radius: 50%;background: var(--main-color);color: #fff;margin-top: -16px;}
.abo3YearSwiper .swiper-button-next:after, .abo3YearSwiper .swiper-button-prev:after{font-size: 20px;}
.abo3YearSwiper .swiper-slide-thumb-active .year{color: #333;font-size: 20px;}
.abo3YearSwiper .swiper-slide-thumb-active .year:after{opacity: 1;}

.abo3PanelSwiper .swiper-slide{background: transparent;margin-top: 50px;}
.abo3PanelSwiper .part{display: block;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.abo3PanelSwiper .part .img{width: 48%;}
.abo3PanelSwiper .part .img img{width: 100%;}
.abo3PanelSwiper .part .desc{width: 48%;}
.abo3PanelSwiper .part .iTxt{font-size: 14px;}

.about4{width: 100%;}
.abo4Warp{width: 100%;}
.abo4Warp .img{width: 48%;}
.abo4Warp .img img{width: 100%;height: 405px;object-fit: contain;}
.abo4Warp .desc{width: 48%;}
.abo4Warp .iTxt{height: 405px;overflow: hidden;overflow-y: auto;padding-right: 20px;}
.abo4Warp .iTxt h3{margin: 10px 0;color: var(--main-color);font-size: 18px;font-weight: bold;}

.about5{width: 100%;background: #f8f8f8;}
.abo5Warp{width: 100%;}
.abo5Warp .left{width: 35%;}
.abo5Warp .right{width: 50%;}
.abo5Warp .iTxt h3{margin: 10px 0;color: var(--main-color);font-size: 18px;font-weight: normal;}

.abo6List{width: 100%;}
.abo6List ul li{width: 33.3%;padding: 5px;}
.abo6List .part{display: block;width: 100%;height: 100%;}
.abo6List .part .img{width: 100%;height: 100%;}
.abo6List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.abo6List .part:hover .img img{transform: scale(1.1);}
.abo6List ul li:nth-child(1),
.abo6List ul li:nth-child(7){width: 66.6%;}

/*project*/

.project{width: 100%;padding: 0 0 60px;}
.project .i3List ul li{width: 25%;padding: 0 5px;margin-bottom: 10px;}
.project .i3List .part .txt{display: none;}

.service1List{width: 100%;}
.service1List ul li{width: 20%;}
.service1List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;transition: 0.3s;}
.service1List .part .img{width: 100%;height: 100%;}
.service1List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.service1List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 10px;display: flex;justify-content: center;align-items: center;}
.service1List .part .desc{width: 100%;text-align: center;}
.service1List .part .tit{font-size: 16px;color: #aaa;}
.service1List .part .tit2{font-size: 24px;color: #fff;margin-top: 10px;}
.service1List .part:hover{background: rgba(255,255,255,.8);box-shadow: 0 10px 10px rgb(0 0 0 / 30%);}
.service1List .part:hover .img img{opacity: 0;}
.service1List .part:hover .tit{color: #333;}
.service1List .part:hover .tit2{color: #333;}

.service2List{width: 100%;}
.service2List ul li{width: 14.28%;padding: 5px;}
.service2List .part{display: block;width: 100%;height: 100%;}
.service2List .part .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.service2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;opacity: 0.8;}
.service2List .part:hover .img img{opacity: 1;}

.service2List2{width: 100%;}
.service2List2 ul li{width: 25%;padding: 25px;border-top: 2px dotted #ddd;border-right: 2px dotted #ddd;}
.service2List2 ul li:nth-child(4n){border-right: none;}
.service2List2 ul li:nth-child(1),
.service2List2 ul li:nth-child(2),
.service2List2 ul li:nth-child(3),
.service2List2 ul li:nth-child(4){border-top: none;}
.service2List2 .part{display: block;width: 100%;height: 100%;text-align: center;}
.service2List2 .part .img{width: 100px;height: 100px;display: flex;justify-content: center;align-items: center;margin: 0 auto;border-radius: 50%;}
.service2List2 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.service2List2 .part .tit{font-size: 24px;font-weight: bold;margin: 15px 0; color:#333;}
.service2List2 .part .txt{font-size: 16px;color: #666;}


.service3{background: #f8f8f8;}
.service3List{width: 100%;}
.service3List ul li{width: 33.3%;padding: 0 10px;}
.service3List .part1{display: block;width: 100%;height: 100%;background: #fff;padding: 20px;}
.service3List .part1 .img{width: 100%;}
.service3List .part1 .img img{width: 100%;}
.service3List .part1 .desc{width: 100%;}
.service3List .part1 .iTxt{padding: 10px 0;border-bottom: 1px solid #ddd;font-size: 14px;}
.service3List .part1 .icon{text-align: right;padding-top: 10px;}
.service3List .part1 .icon img{width: auto;max-height: 50px;max-width: 100%;}

.news{background: #f4f4f4;padding: 20px 0 60px;}
.newsTop{width: 100%;padding: 0 15px;}
.newsTop .part{display: block;width: 100%;position: relative;}
.newsTop .part .img{width: 100%;height: 100%;}
.newsTop .part .img img{width: 100%;}
.newsTop .part .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px;background: rgba(0,0,0,0.6);}
.newsTop .part .tit{font-size: 20px;color: #fff;}

.newsList{margin-top: 30px;}
.newsList ul li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.newsList ul li:nth-child(2){width: 66.6%;}

.newsList .part{display: block;width: 100%;height: 100%;background: #fff;display: flex;flex-direction: column;}
.newsList .part .img{width: 100%;height: 100%;flex: 1;}
.newsList .part .img img{width: 100%;height: 100%;}
.newsList .part .desc{padding: 20px;}
.newsList .part .tit{font-size: 16px;color: #1b1b1b;line-height: 25px;height: 50px}
.newsList .part .btm{font-size: 12px;color: #959595;margin-top: 10px;}
.newsList .part .tag{}
.newsList .part .time{}
.newsList .part:hover .img img{transform: scale(1.1);}

/*contact*/

.contact{width: 100%;padding: 20px 0 60px;}
.contactWarp{width: 100%;background: #f7f8f8;}
.contactWarp .left{width: 35%;padding: 35px;}
.contactWarp .right{width: 65%;}
.contactSwiper{width: 100%;height: 100%;}
.contactSwiper img{width: 100%;height: 100%;object-fit: cover;}
.contactWarp .title{font-size: 18px;color: #1a1a1a;font-weight: bold;margin-bottom: 10px;}
.contactWarp .txt{font-size: 16px;color: #1b1b1b;margin-bottom: 10px;}
.contactWarp .txt i{color: #666;}
.contactWarp .txt h2{font-weight: normal;font-size: 18px;margin: 10px 0;}
.contactWarp .ewm{font-size: 16px;}
.contactWarp .ewm img{width: 100px;}

.contact2Warp{width: 100%;background: #f7f8f8;}
.contact2Warp .img{width: 50%;}
.contact2Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.contact2Warp .right{width: 50%;padding: 5%;overflow: hidden;max-height: 650px;}
.contact2Box{width: 100%;}
.contact2Box .title{font-size: 16px;font-weight: bold;color: var(--main-color);margin-bottom: 10px;}
.contact2Box .txt{font-size: 14px;color: #333;}
.contact2List{width: 100%;margin-top: 20px;}
.contact2List ul li{padding: 5px;margin: 10px 0;}
.contact2List .tab{display: flex;font-size: 16px;color: #666;font-weight: bold;cursor: pointer;display: flex;justify-content: space-between;max-width: 450px;}
.contact2List .tab .tit{flex: 1;}
.contact2List .tab.on{color: var(--main-color);}
.contact2List .tab.on .icon span{display: none;}
.contact2List .tab.on .icon:after{content: "-";}
.contact2List .panel{display: none;padding-top: 10px;}
.contact2List .txt{}
.contact2Box .btm{margin-top: 20px;}
.contact2Box .btm a{color: var(--main-color);}

.contact3{width: 100%;margin-top: 100px;}
.contact3 .part{display: block;width: 100%;height: 275px;}
.contact3 .part .img{width: 100%;height: 100%;/*background: #000;*/}
.contact3 .part .img img{width: 100%;height: 100%;}
.contact3 .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 5%;display: flex;justify-content: center;align-items: center;transition: 0.3s;background: #c722425e;}
.contact3 .part .desc{width: 100%;}
.contact3 .part .tit{color: #fff;font-size: 20px;text-align: center;}
.contact3 .part:hover .img img{opacity: 0.8;transition: 0.3s;}
.contact3 .part:hover .imgTop{opacity: 0;}

.inside{width: 100%;overflow: hidden;padding: 20px 0 60px;}
.inside img{max-width: 100%;}

.fEwm{margin-top: 20px;}
.fEwm .ewm{width: 100px;font-size: 14px;color: #999;margin-left: 20px;}
.fEwm .ewm img{width: 100%;}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;}
.banTit{font-size: 24px;}
.banTxt{font-size: 24px;}
.menu a{font-size: 16px;}
.i2Top{padding: 0 10px;}

.fWarp .left .title{font-size: 18px;}
.fWarp .left .addr{font-size: 16px}
.fMenu{width: 40%;}
.fMenu ul li{margin-right: 10px;}
.fWarp .right{font-size: 18px;}
.fEwm .ewm{width: 80px;}

}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.language{float: right;height: 70px;display: flex;align-items: center;margin-right: 20px;}
.banTit{font-size: 16px;}
.banTxt{font-size: 16px;}
.i1Warp{padding: 0 10px;}
.i1Warp .img{width: 100%;margin-bottom: 20px;}
.i1Warp .desc{width: 100%;}
.i1Warp2 {padding: 0 10px;}
.i1Warp2 .desc{width: 100%;margin-bottom: 20px;}
.i1Warp2 .iTxt{font-size: 16px;line-height: 1.8;}
.i1Warp2 .iTxt p{line-height: 1.8;}
.i1Warp2 .img{width: 100%;}
.i2Content:after{display: none;}
.i2List{margin-top: 35px;}
.i2List ul li{width: 100%;margin-bottom: 20px;}
.i2List .part{padding: 0;}
.i2List .part .tit{margin-top: 15px;}
.i3List ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.i3List .part .tit{font-size: 16px;}
.i3List .part .txt{font-size: 12px;}
.i4Tit{font-size: 24px;}
.i4Tit img{max-height: 24px;}
.i4List ul li{width: 50%;}
.i4List .tit strong{font-size: 48px;}

.footRight img{max-width: 100px;}
.fWarp .left{width: 100%;}
.fWarp .left .title{font-size: 16px;}
.fWarp .left .addr{font-size: 15px;}
.fMenu{width: 100%;margin: 20px 0;}
.fMenu ul li{margin-right: 8px;}
.fWarp .right{width: 100%;text-align: left;font-size: 18px;}
.cop {text-align: left !important;}

.pageMenu ul li{padding: 0 5px;}
.pageMenu a{font-size: 14px;}
.abo2Warp .img{width: 100%;margin-bottom: 20px;}
.abo2Warp .desc{width: 100%;}
.abo4Warp .img{width: 100%;}
.abo4Warp .desc{width: 100%;margin-top: 20px;}
.abo5Warp .left{width: 100%;margin-bottom: 20px;}
.abo5Warp .right{width: 100%;}
.abo6List ul li:nth-child(1), .abo6List ul li:nth-child(7){width: 100%;}
.abo6List ul li{width: 100%;}

.iTxt{font-size: 14px;}
.contactWarp .left{width: 100%;padding: 20px;}
.contactWarp .right{width: 100%;}
.contactWarp .txt{font-size: 14px;}
.contact2Warp .img{width: 100%;}
.contact2Warp .right{width: 100%;}

.newsTop{padding: 0;}
.newsTop .part .imgTop{padding: 10px;}
.newsTop .part .tit{font-size: 14px;}
.newsList ul li{width: 100%;padding: 0;}
.newsList ul li:nth-child(2){width: 100%;}
.project .i3List ul li{width: 50%;}

.pageMenu .list2 ul li a{font-size: 12px;}
.pageMenu .list2 ul li:after{margin: 0 5px;}
.service1List ul li{width: 50%;}
.service2List ul li{width: 33.3%;}
.service3List ul li{width: 100%;margin-bottom: 20px;}

.fEwm{justify-content: flex-start;}
.fEwm .ewm{margin-left: 0;margin-right: 20px;}
.service2List2 ul li{width: 100%;border: 1px solid #eee;}












}
