/*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:rgba(0, 0, 0, 0.85);}
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-000: rgba(0, 0, 0, 0.85);
    --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;
}


.comPad{padding-left: 30px;padding-right: 30px;box-sizing: border-box;}
.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;}
.headList .logo{display: block;}
.headList .logo img{max-height: 30px;width: auto;}


/*menu*/
.headList .menu{height:70px;line-height:70px;}
.headList .menu ul li{ float:left; position:relative;}
.headList .menu ul li dl{ background:#fff; 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;}
.headList .menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.headList .menu ul li dl dd a{ font-size:14px; color: #666;display:block;}
.headList .menu ul li dl dd a:hover{ color:#000;}
.headList .menu a{ font-size:18px;color: var(--main-color-000);display:block;text-align:center;padding: 0 20px;}
.headList .menu a:hover{color:#000;}
a.menu_hover{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:14px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#0188FB;width:22px;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:7px}
.sp_nav1 span:nth-of-type(3){top:15px}
.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:#898989f5;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{position:relative;line-height:45px;font-size:16px ;border-bottom:1px solid #fff}


.sjj_nav1 nav_show1 a { padding:0 20px; color:#fff}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#fff;width:100%;padding: 5px 20px;display: block;box-sizing: border-box; text-align:center}
.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;}

/*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;}
.iTit{font-size: 2vw;font-weight: 300;color: var(--main-color-000);}
.iTit2{font-size: 1.2vw;font-weight: 300;color: var(--main-color-000);}
.iTit a{color: var(--main-color-000);}
.iTxt{font-size: 1vw;font-weight: 300;}

.iLine{}
/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: #00b0ec;width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.banWarp{width: 100%;max-width: 1080px;margin: 0 auto; margin-top:8%}
.banImg{width: 100%;}
.banImg img{width: 100%;}
.banTxt{text-align: center;font-size: 16px;color: #666;font-weight: 300;padding: 3vw 0;}

.index1{margin: 100px 0 50px;}
.i1List{width: 100%;}
.i1List ul li{width: calc(33.3% - 16.6px);margin-right: 25px;margin-bottom: 4vw;}
.i1List ul li:nth-child(3n){margin-right: 0;}
.i1Img{width: 100%;position: relative;overflow: hidden;}
.i1Img a{display: block;width: 100%;height: 100%;font-size: 0px;overflow: hidden;}
.i1Img img{width: 100%;height: 100%;object-fit: cover;}
.i1Desc{margin-top: 2vw;display: block;}
.i1Tit{font-size: 1vw;font-weight: 300;}
.i1Desc .iTxt{font-size: 0.8vw;}
.i1List .swiper-button-next:after,.i1List .swiper-button-prev:after{color: #fff;font-size: 26px;}

.comLine .line{width: 100%;height: 1px;background: var(--main-color-000);opacity: 0.3;}

.index2{margin: 60px 0;}
.i2List{width: 100%;}
.i2Item{width: 100%;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 5vw;}
.i2Item .img{width: 66%;}
.i2Item .img a{display:: block;width: 100%; height:100%;}
.i2Item .img img{width: 100%;}
.i2Item .desc{width: 33%;}

.i2List .i2Item:nth-child(2n) .desc{order: 1;text-align: right;}
.i2List .i2Item:nth-child(2n) .img{order: 0;}

.index3{margin: 80px 0; padding:0 16px}
.i3Warp{width: 83%;margin: 0 auto;}
.i3Warp .iTxt{font-size: 1.12vw;}

.footer{width: 100%;padding: 20px 0;text-align: center;font-size: 1vw;color: #333;font-weight: 300;}

.innerTop{margin: 100px 0;}
.innerTop .iTit{font-size: 2.6vw;}

.case{margin: 100px 0 50px;}
.case .i1List ul li{width: calc(50% - 12.5px);margin-right: 25px;margin-bottom: 4vw;}
.case .i1List ul li:nth-child(3n){margin-right: 25px;}
.case .i1List ul li:nth-child(2n){margin-right: 0 !important;}

.innerBtm{margin: 20px 0;}

.caseDetail{width: 100%;margin: 60px 0;}
.caseDetail  .iTit{font-size: 2.6vw;}
.caseDetail  .iTit2{font-size: 0.86vw;}
.caseDwarp{width: 100%;margin-top: 15px;}
.caseDwarp .desc{width: 32%;}
.caseDwarp .txt{font-size: 14px;color: #000;font-weight: 300;}
.caseDwarp .imgBox{width: 65%;}
.caseDlist{width: 100%;}
.caseDlist ul li{width: calc(50% - 10px);margin-bottom: 20px;}
.caseDlist ul li:first-child{width: 100%;}
.caseDlist .spotlight{display: block;width: 100%;height: 100%;}
.caseDlist .spotlight img{display: block;width: 100%;height: 100%;}
#spotlight{background: #fff !important;}
#spotlight .footer{display: none !important;}

.inside{width: 100%;margin: 15px 0;}
.innerTit{font-size: 2.6vw;font-weight: 300;color: #000;}
.innerLine{width: 100%;margin: 3vw auto;height: 1px;background: #000;opacity: 0.3;max-width: 800px;}
.contact{margin-top: 3vw;}
.contact ul li{margin: 2vw 0; text-align: center;font-size: 1.5vw;color: #000;font-weight: 300;}
.contact ul li i{color: #000;font-size: 1.8vw;margin-right: 1vw;}

.contact .txt{font-size: 1.2vw;color: #666;max-width: 800px;margin: 0 auto;text-align: center;font-weight: 300;margin-top: 5vw;}











@media only screen and (max-width: 1200px) {
.wapper{ width:100%; margin:0 auto;}
<!--.headList .menu a{padding: 0 15px;font-size: 16px;}-->


}

@media only screen and (max-width: 980px) {
.comPad{ padding: 0 12px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.sp_nav1 span{background: #000;}
.hHei{height: 70px;}
.index1{margin: 50px 0;}
.index1 .comPad{padding:0 3px;}
.i1List ul li{width: calc(33.3% - 3px); margin-right:2px; margin-bottom:8px;}
.i1Desc{margin-top: 10px;}
.i1Desc .i1Tit{font-size: 12px;}
.i1Desc .iTxt{margin-top:5px; font-size:12px;}
.i1List .swiper-button-next, .i1List .swiper-button-prev{display:none;}
.iTxt{font-size: 14px;}
.iTit{font-size: 26px;}
.i2Item .iTit{font-size:17px;}
.i2Item .iTxt{font-size:12px;}

.i3Warp{width: 100%;}
.iTit2{font-size: 16px;}
.i3Warp .iTxt{margin-top: 20px;font-size: 16px;}
.footer{font-size: 14px;}
.innerTop{margin: 50px 0;}
.innerTop .iTit{font-size: 26px;}
.innerTop .iTit2{font-size: 16px;}
.case{margin: 50px 0;}
.case .comPad{padding: 0;}
.case .i1List ul li{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;}
.case .i1List ul li:nth-child(3n){margin-right: auto;}
.case .i1List ul li:nth-child(2n){margin-right: 0;}
.caseDetail .iTit{font-size: 26px;}
.caseDetail .iTit2{font-size: 16px;}
.caseDwarp .desc{width: 100%;margin-bottom: 20px;}
.caseDwarp .imgBox{width: 100%;}
.caseDlist ul li{width: 100%;}
#spotlight .header,
#spotlight.menu .header{transform: translateY(0px) !important;display: block;}
#spotlight .header div{margin-left: 10px;}
.innerTit{font-size: 26px;}
.innerLine{margin: 20px 0;}
.contact ul li{margin: 15px 0;font-size: 16px;}
.contact ul li i{font-size: 20px;margin-right: 10px;}
.contact .txt{font-size: 16px;margin-top: 35px;}
.index3{padding:0;}
.i3Warp .iTxt p{padding: 5px 15px !important;}





}

