/*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: #005bac;
	--main-color2: #cc0000;
	--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;
}



.header{ position:fixed;top: 0;left: 0;width: 100%;z-index: 999;}
.header.on{display: none;}
.header.fixed{background: var(--main-color);}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.headList .logo .img2{display: none;}

/*menu*/
.menu{height:90px;line-height:90px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background: var(--main-color); width:231%; position:absolute; left:50%; top:90px; 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;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#fff;display:block;}
.menu ul li dl dd a:hover{ font-weight:bold;}
.menu a{ font-size:15px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{font-weight: bold;}
a.menu_hover{font-weight: bold;}
.menu ul li.on span a{font-weight: bold;}

/*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{}
.iTitEn{}
.iTit{font-size: 32px;color: #000;}
.iTxt{font-size: 16px;color: #555;}
.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: inline-block;padding: 10px 25px;border: 1px solid #cccccc;color: #666;font-size: 15px;border-radius: 30px;}
.iMore a:hover{background: var(--main-color);color: #fff;}

/*-------------------------------------------*/

.mainFull{width: 100%;height: 100%;overflow: hidden;}
.fullSwiper{width: 100%;height: 100%;}
.fullSwiper .swiper-slide-active .iproPart{opacity: 1;}
.fullSwiper .swiper-pagination-bullet{background: #111;opacity: 0.9;}
.fullSwiper .fullPages{right: 2% !important;}
.fullSwiper .fullPages .swiper-pagination{z-index: 9;}
.fullSwiper .fullPages .swiper-pagination-bullet{width: 5px;height: 5px;margin: 15px auto !important;transition: 0.3s;}
.fullSwiper .fullPages .swiper-pagination-bullet-active{width: 10px;height: 10px;}
.fullSwiper .fullPages .swiper-pagination-bullet:hover{width: 10px;height: 10px;}
.mPart{width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;background-size: cover;-moz-background-size: cover;-webkit-background-size: cover;padding-top: 0;box-sizing: border-box;}
.iInfo{font-size: 16px;color: #81888b;}
.iBtmslide{height: auto !important;width: 100%;}


/*banner*/
.banner{width: 100%;height: 100%;}
.banner2{width: 100%;}
.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;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;z-index: 9;}
.banTit{font-size: 52px;color: #fff;font-weight: bold;}
.banTxt{font-size: 16px;color: #fff;}
.banMore{}
.banMore a{display: inline-block;padding: 10px 35px;border: 1px solid rgba(255,255,255,0.8);color: #fff;font-size: 15px;border-radius: 30px;}
.banMore a:hover{background: #fff;color: #333;}
.banner .banTxt{margin-top: 40px;max-width: 688px;margin-left: auto;margin-right: auto;}
.banner .banMore{margin-top: 70px;}

.mPart{position: relative;width: 100%;height: 100%;}
.mPart:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.3) url(../images/bg_1.png) repeat;content: "";}
.mPart .wapper{position: relative;z-index: 9;}
.i1List{width: 100%;}
.i1List ul li{width: 25%;padding: 0 20px;}
.i1List .part{display: block;width: 100%;}
.i1List .part .icon{width: 80px;height: 80px;overflow: hidden;margin: 0 auto;position: relative;}
.i1List .part .icon img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.i1List .part .icon img.img2{top: -100%;}
.i1List .part .tit{font-size: 18px;color: #5a5a5a;font-weight: bold;margin: 15px 0;text-align: center;    height: 50px;
}
.i1List .part .txt{font-size: 14px;color: #666;text-align: center;}
.i1List .part .more{font-size: 16px;color: var(--main-color);font-weight: bold;margin-top: 20px;text-align: center;}
.i1List .part .more:hover{color: var(--main-color2);}

.i1List .part:hover .icon img.img1{top: 100%;}
.i1List .part:hover .icon img.img2{top: 0;}

.index2{position: relative;width: 100%;height: 100%;}
.index2:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.6);content: "";}
.index2 .wapper{position: relative;z-index: 9;}

.i2List{width: 100%;}
.i2List ul li{width: 25%;padding: 0 5px;}
.i2List .part{display: block;width: 100%;height: 100%;background: #fff;padding: 10px;}
.i2List .part .img{width: 100%;height: 470px;overflow: hidden;position: relative;transition: 0.3s;}
.i2List .part .img:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,91,172,0.6) url(../images/add.png) center no-repeat;content: "";transition: 0.3s;opacity: 0;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .desc{padding: 20px 0 10px;}
.i2List .part .tit{font-size: 18px;color: #222;}
.i2List .part .txt{font-size: 13px;color: #555;margin: 10px 0;line-height: 1.5;}
.i2List .part .more{margin-top: 15px;text-align: right;}
.i2List .part .more span{display: inline-block;border: 1px solid var(--main-color2);font-size: 12px;border-radius: 30px;cursor: pointer;padding: 5px 10px;color: var(--main-color2);}
.i2List .part .more span:hover{background: var(--main-color);color: #fff;border-color: var(--main-color);}

.i2List .part:hover .img{transform: rotateY(180deg);}
.i2List .part:hover .img:after{opacity: 1;}

.i3Warp{width: 100%;}
.i3Warp .left{width: 48%;}
.i3Warp .right{width: 48%;}

.i1Swiper .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i1Swiper .part .img{width: 100%;height: 100%;}
.i1Swiper .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i1Swiper .part .imgTop{width: 100%;padding: 10px 15px;box-sizing: border-box;background: rgba(0,0,0,0.5);position: absolute;bottom: 0;left: 0;}
.i1Swiper .part .t1{font-size: 14px;color: #fff;}
.i1Swiper .part .txt{font-size: 12px;color: #fff;margin-top: 5px;}
.i1Swiper .swiper-pagination{width: auto;text-align: right !important;width: 100%;}
.i1Swiper .swiper-pagination-bullet{background: #fff;opacity: 1;width: 15px;height: 15px;text-align: center;line-height: 15px;font-size: 12px;color: #000;}
.i1Swiper .swiper-pagination-bullet-active{background: #245284;color: #fff;}

.i3List{width: 100%;height: 100%;background: #fff;border: 1px solid #eee;padding: 20px;}
.i3List ul li{padding: 20px 0;border-bottom: 1px solid #eee;}
.i3List .part{display: flex;align-items: center;justify-content: space-between;}
.i3List .part .date{width: 60px;height: 70px;background: var(--main-color);color: #fff;font-size: 12px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.i3List .part .date strong{font-size: 32px;margin-bottom: 5px;}
.i3List .part .desc{width: calc(100% - 90px);}
.i3List .part .tit{font-size: 16px;color: #000;}
.i3List .part .tit:hover{color: var(--main-color);}
.i3List .part .txt{font-size: 13px;color: #888;line-height: 1.5;margin-top: 10px;}

.i4List{width: 100%;}
.i4List ul li{width: 25%;padding: 5px;}
.i4List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.i4List .part .img{width: 100%;height: 100%;}
.i4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i4List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden;color: #fff;background: rgba(0,91,172,0.8);top: 100%;transition: 0.3s;padding: 20px;}
.i4List .part .tit{font-size: 18px;font-weight: bold;}
.i4List .part .txt{font-size: 14px;line-height: 1.5;margin-top: 10px;}
.i4List .part:hover .img img{transform: scale(1.1);}
.i4List .part:hover .imgTop{top: 0;}

.index5{overflow: hidden;}
.i5List{margin-left: -20px;margin-right: -20px;}
.i5List ul li{width: 25%;padding: 0 20px;}
.i5List .part{display: block;width: 100%;height: 100%;background: #fff;}
.i5List .part .img{width: 100%;position: relative;}
.i5List .part .img:after{position: absolute;top: 0;left: 50%;width: 0;height: 100%;background: rgba(0,91,172,0.6) url(../images/Lightbulb.png) center no-repeat;content: "";transition: 0.3s;opacity: 0;transform: translateX(-50%);}
.i5List .part .img img{width: 100%;height: 180px;object-fit: cover;}
.i5List .part .desc{padding: 20px;}
.i5List .part .tit{font-size: 18px;color: #5a5a5a;text-align: center;font-weight: bold;}
.i5List .part .txt{margin-top: 10px;font-size: 12px;color: #888;line-height: 1.6;text-align: center;}
.i5List .part:hover .img:after{width: 100%;opacity: 1;}

.iFooter{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.iFooter:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/bg_1_2.png) repeat;content: "";}
.iFooter .footer{position: relative;z-index: 9;background: transparent;}

.footer{padding: 60px 0;background: rgb(32, 32, 32);font-size: 14px;color: #999;width: 100%;}
.footer .line{width: 100%;height: 1px;background: #999;margin: 15px 0;}
.footer .tel{color: #fff;font-size: 30px;}
.footer .txt{margin: 15px 0;}
.fWarp{width: 100%;}
.fWarp .item1{width: 28%;}
.fWarp .item2{width: 30%;}
.fWarp .item3{width: 120px;}
.fTit{font-size: 24px;color: #ccc;}
.fBtn{display: inline-block;padding: 10px 35px;border: none;background: #fff;font-size: 14px;color: #333;border-radius: 3px;}
.fBtn:hover{background: var(--main-color);color: #fff;}
.fEwm{width: 100%;text-align: center;}
.fEwm img{width: 100%;}
.fForm{width: 100%;}
.fForm .row{margin-bottom: 20px;}
.fForm input,
.fForm textarea{width: 100%;height: 40px;border: 1px solid rgba(255,255,255,0.3);border-radius: 3px;padding: 0 10px;font-size: 14px;background: transparent;}
.fForm textarea{height: 72px;padding: 10px;}
.fForm input::placeholder,
.fForm textarea::placeholder{color: #fff;}

.fLinks ul li{width: 100px;height: 36px;margin: 5px;}
.fLinks .part{width: 100%;height: 100%;position: relative;overflow: hidden;display: block;}
.fLinks .part img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.fLinks .part img.img2{top: -100%;}

.fLinks .part:hover img.img1{top: 100%;}
.fLinks .part:hover img.img2{top: 0;}

.i3Tit{background: var(--main-color);padding: 20px;text-align: center;font-size: 16px;color: #fff;font-weight: bold;}
.i3List2{width: 100%;padding: 15px 0;border-bottom: 1px dashed #e2e2e2;}
.i3List2 ul li{padding: 10px 0;}
.i3List2 .part{display: block;width: 100%;}
.i3List2 .tit{font-size: 14px;color: #434343;font-weight: bold;}
.i3List2 .time{margin: 10px 0;color: #929292;font-size: 12px;}
.i3List2 .txt{font-size: 12px;color: #999999;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.p_page{width: 100%;background: #fafafa;padding: 20px 0;}
.current{font-size: 14px;}
.current a{font-size: 14px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

.pMenu ul li{display: inline-block;}
.pMenu a{padding: 0 20px;font-size: 14px;color: #333;}
.pMenu ul li.on a{color: var(--main-color);font-weight: bold;}

/*about*/
.about2{padding: 50px 0;}
.about2Box{border: 1px solid #ddd;padding: 50px;}
.leader{width: 100%;}
.leader .imgBox{width: 28%;font-size: 16px;font-weight: bold;color: #333;text-align: center;}
.leader .imgBox img{width: 100%;}
.leader .desc{width: 70%;}

.honor{width: 100%;}
.honor ul li{width: 33.3%;padding: 10px;}
.honor .part{width: 100%;height: 100%;display: block;background: #f6f6f6;padding: 15px;}
.honor .part .img{width: 100%;height: 215px;display: flex;justify-content: center;align-items: center;}
.honor .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.honor .part .tit{padding: 15px 0;font-size: 15px;color: #000;text-align: center;border-bottom: 1px solid #ddd;}

/*contact*/

.contact{width: 100%;}
.contactList{width: 100%;}
.contactList .item{width: 25%;padding: 0 5px;text-align: center;}
.contactList .item .icon{width: 92px;height: 92px;overflow: hidden;margin: 0 auto;position: relative;}
.contactList .item .icon img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.contactList .item .icon img.img2{top: -100%;}
.contactList .item .tit{font-size: 18px;color: #000;margin-top: 20px;font-weight: bold;}
.contactList .item .txt{font-size: 14px;color: #000;margin-top: 20px;line-height: 1.5;}

.contactList .item:hover .icon img.img1{top: 100%;}
.contactList .item:hover .icon img.img2{top: 0;}

.contactMap{height: 320px;width: 100%;overflow: hidden;}
.contactMap img{width: 100%;height: 100%;}
.contactMap p{padding: 0;line-height: none;}
.contactMap iframe{width: 100%;}


.product{overflow: hidden;width: 100%;}
.proList ul li{width: 33.3%;padding: 0 20px;margin-bottom: 30px;}
.proList .part{display: block;width: 100%;height: 100%;}
.proList .part .img{width: 100%;height: 550px;overflow: hidden;position: relative;transition: 0.3s;}
.proList .part .img:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6) url(../images/add.png) center no-repeat;content: "";transition: 0.3s;opacity: 0;}
.proList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.proList .part .desc{margin-top: 20px;}
.proList .part .tit{font-size: 16px;color: #222;font-weight: bold;}
.proList .part .txt{font-size: 14px;color: #555;margin: 10px 0;line-height: 1.5;}

.proList .part:hover .img{transform: scale(1.1);}
.proList .part:hover .img:after{opacity: 1;}

/*news*/

.news{width: 100%;}
.newsBox{border: 1px solid #ddd;padding: 50px;}
.newsList{width: 100%;}
.newsList ul li{padding: 20px 0;border-bottom: 1px solid #eee;}
.newsList .part{display: flex;flex-wrap: wrap;justify-content: space-between;}
.newsList .part .img{width: 25%;position: relative;display: block;}
.newsList .part .img:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6) url(../images/Lightbulb.png) center no-repeat;content: "";transition: 0.3s;opacity: 0;}
.newsList .part .img img{width: 100%;height: 100%;object-fit: cover;}
.newsList .part:hover .img img{transform: scale(1.1);}
.newsList .part:hover .img:after{opacity: 1;}

.newsList .part .desc{width: 72%;}
.newsList .part .tag{font-weight: normal;color: var(--main-color);}
.newsList .part .tit{font-size: 18px;color: #333;font-weight: bold;}
.newsList .part .tit a{color: #333;}
.newsList .part .tit a:hover{color: var(--main-color);}
.newsList .part .time{margin-top: 10px;font-size: 14px;color: #888;}
.newsList .part .txt{margin-top: 10px;font-size: 14px;color: #666;line-height: 1.6;}

.serviceList{width: 100%;}
.serviceList ul li{margin-bottom: 50px;}
.serviceList .part{display: flex;justify-content: space-between;flex-wrap: wrap;border: 1px solid #ddd;padding: 50px;}
.serviceList .part .img{width: 120px;margin-right: 50px;}
.serviceList .part .img img{width: 100%;}
.serviceList .part .desc{flex: 1;}
.serviceList .part .tit{font-size: 20px;color: #666;font-weight: bold;}
.serviceList .part .txt{font-size: 16px;color: #666;margin-top: 10px;}

.serBtm{font-size: 20px;color: #000;font-weight: bold;text-align: center;}
.serBtm em{color: var(--main-color);font-size: 28px;}

.human{overflow: hidden;}
.join{padding: 20px 0;}
.joinWarp{width: 100%;}
.joinWarp .item{width: 50%;padding: 0 50px;border-right: 1px solid #ddd;}
.joinWarp .item:last-child{border: none;}
.joinWarp .iTit{font-size: 24px;}

.peixun{width: 100%;padding: 30px 0;}

.inside{width: 100%;min-height: 500px;overflow: hidden;}
.inside img{max-width: 100%;}

.iMore3 a{display: inline-block;border-radius: 30px;border: 1px solid var(--main-color);padding: 10px 20px;color: var(--main-color);font-size: 14px;}


.swiper-container{position: relative;overflow: hidden;}
.ml_descriptioncon_fy p{padding: 0;}
.ml_descriptioncon_fy img{margin: 0 !important;}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 20px;}
.joinWarp .item{padding: 0 20px;}


}

@media only screen and (max-width: 999px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.pc_show{display: none;}
.m_show{display: block;}
.hHei{height: 70px;}
.iTxt{font-size: 14px;}
.wapper{ width:100%;padding: 0 10px;}
.banner2{position: relative;}
.banTit{font-size: 24px;}
.banTxt{font-size: 14px;margin: 10px 0;}
.index1{padding: 20px 0;}
.i1List ul li{width: 100%;padding: 20px 0;}
.i2List ul li{width: 100%;padding: 10px 0;}
.i3List2{padding: 15px 10px;}
.index2{padding: 20px 0;}
.index3{padding: 20px 0;}
.iTit{font-size: 24px;}
.i5List ul li{width: 100%;padding: 0;}
.i5List .part .img img{height: auto;}
.fWarp .item{width: 100% !important;padding: 10px 0;}
.fTit{font-size: 18px;}
.footer .tel{font-size: 26px;}
.fWarp .item3{display: flex;justify-content: space-between;}
.fEwm{width: 45%;text-align: center;margin-top: 0;}
.fEwm img{max-width: 120px;}
.about2Box{padding: 15px;}
.honor ul li{width: 100%;}
.honor .part .img{height: auto;}
.tongtu .t1{font-size: 24px;}
.pMenu{margin-top: 20px;}
.pMenu ul li{padding: 0 5px;margin-bottom: 5px;}
.contactList .item{width: 100%;padding: 20px 0;}
.proList ul li{width: 100%;padding: 0;margin-bottom: 20px;}
.joinWarp .item{width: 100%;padding: 20px 0;border-bottom: 1px solid #ddd;border-right: none;}
.leader .imgBox{width: 100%;margin-bottom: 20px;}
.leader .desc{width: 100%;}
.newsBox{padding: 15px;}
.newsList .part .img{width: 100%;margin-bottom: 20px;}
.newsList .part .desc{width: 100%;}
.serviceList .part{display: block;padding: 20px;}
.serviceList .part .img{margin: 0 auto;margin-bottom: 20px;}
.serviceList .part .desc{width: 100%;}



}
