/*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:1480px; margin:0 auto;padding: 0 20px;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #040d1c;
    --main-color2: #d31619;
    --main-bg1: #f5f5f5;
    --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:relative;background: #fff;}
.hTop{width: 100%;}
.hTop .warp{padding: 10px 0;}
.hTop .logo{display: flex;align-items: center;padding: 0 10px;}
.hTop .logo img{width: auto;height: auto;max-height: 80px;}
.language{font-size: 16px;align-items: flex-end;padding: 10px 0;}
.language a{display: inline-block;padding: 0 20px;color: var(--main-color);}
.language a:hover{color: var(--main-color2);}

.pc_menu .logo2{padding: 0 10px;display: none;}
.pc_menu .logo2 img{      width: 30vw;
    height: 60px;
    object-fit: contain;}

/*menu*/
.pc_menu{background: var(--main-color);transition: 0.3s;}
.menu{height:70px;line-height:70px;margin-left: auto;}
.menu ul li{ float:left; position:relative;}
.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;}
.menu ul li dl dd{ line-height:45px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:16px; color:#333;display:block;}
.menu ul li dl dd a:hover{color: var(--main-color);background: #eee;}
.menu a{ font-size:20px;color:#fff;display:block;text-align:center;padding: 0 26px;}
.menu a:hover{}
a.menu_hover{}
.menu ul li span a i{font-size: 20px;padding-left: 10px;}

.header.fixed .pc_menu{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
.header.fixed .logo2{display: block;}

/*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;
    width: 300px;}
.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;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
;
    justify-content: space-evenly;
}
.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: 32px;color: var(--main-color);font-weight: bold;position: relative;text-align: center;padding-bottom: 20px;}
.iTit:after{position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 50px;height: 2px;background: var(--main-color2);content: "";}
.iTxt{}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg video{width: 100%;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;height: 86vh;}
.banner:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--main-color);z-index: 8;opacity: 0.6;content: "";}
.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: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 9;
    width: 80%;}
.banTop .desc{    background: rgba(255, 255, 255, 0.8);
    padding: 20px 35px;
    font-size: 6vw;
    font-weight: 300;
    text-align: center;
    color: var(--main-color);}

.i1List{width: 100%;}
.i1List ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 20px;}
.i1List ul li:nth-child(3n){margin-right: 0;}
.i1List .part{display: block;width: 100%;}
.i1List .part .img{width: 100%;}
.i1List .part .img img{width: 100%;}
.i1List .part .tit{margin-top: 20px;font-size:20px;color: var(--main-color);text-align: center;}
.i1List .part:hover .img img{transform: scale(1.1);}
.i1List .part:hover .tit{color: var(--main-color2);}

.index2{background: var(--main-bg1);position: relative;}
.index2:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--main-color);opacity: 0.75;content: "";}
.index2 .wapper{position: relative;z-index: 9;}
.i2List{width: 100%;}
.i2List ul li{width: calc(33.3% - 20px);margin-right: 30px;margin-bottom: 30px;    box-shadow: var(--main-shadow);display: table;}
.i2List ul li:nth-child(3n){margin-right: 0;}
.i2List .part{width: 100%;height: 100%;background: #fff;padding: 20px;text-align: center;display: block; }
.i2List .part .imgBox{width: 100%;height: 250px; position:relative;}
.i2List .part .img{width: 100%;height: 100%; background:#000;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .icon{display: flex;justify-content: center;align-items: center;height: 50px;}
.i2List .part .icon img{width: 100%;max-width: 100%;height: 55px;object-fit: contain;}
.i2List .part .imgTop{width: 100%;background: #0000009c;height: 100%; position: absolute;display: flex;justify-content: center;align-items: center; padding:10px; top:0; left:0;}
.i2List .part .imgTop .tit{color:#fff;font-size: 24px;}
.i2List .part:hover .imgTop .tit{color: #fff;}
.i2List .part:hover .icon img{transform: rotateY(180deg);}

.i2List .part .line{height: 1px;width: 100%;background: #eee;}
.i2List .part .tit{margin: 20px 0;font-size: 20px;color: #333;/*height: 60px;*/line-height: 30px;}
.i2List .part .btn{margin-top: 20px;text-align: center;padding-bottom: 10px;}
.i2List .part .btn span{    display: inline-block;
    padding: 10px 35px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 16px;
    transition: 0.3s;}

.i2List .part:hover{/*box-shadow: var(--main-shadow);*/}
.i2List .part:hover .img img{transform: scale(1.1); opacity:0.8;}
.i2List .part:hover .tit{color: var(--main-color);}
.i2List .part:hover .btn span{background: var(--main-color);color: #fff;}

.i3List{width: 100%;}
.i3List ul li{width: calc(25% - 37.5px);margin-right: 50px;margin-bottom: 20px;}
.i3List ul li:nth-child(4n){margin-right: 0;}
.i3List .part{width: 100%;height: 100%;text-align: center;display: block;}
.i3List .part .img{width: 100%;}
.i3List .part .img img{    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;}
.i3List .part .desc{text-align: center;padding: 20px 0;}
.i3List .part .tit{font-size: 20px;color: #333;}
.i3List .part .txt{font-size: 16px;color: #666;margin-top: 10px;}
.i3List .part:hover{transform: translateY(-10px);}

.index4{background: var(--main-bg1);position: relative;}
.index4:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--main-color);opacity: 0.75;content: "";}
.index4 .wapper{position: relative;z-index: 9;}
.i4Warp{position: relative;padding-bottom: 50px;}
.i4List{position: relative;}
.i4List .swiper-slide{background: transparent;}
.i4List .part{width: 100%;height: 100%;text-align: center;display: block;background: #fff;padding: 10px;}
.i4List .part .img{width: 100%;}
.i4List .part .img img{width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;}
.i4List .part .tit{font-size: 20px;color: var(--main-color);padding-top: 20px;padding-bottom: 10px;}
.i4List .part:hover .img img{transform: scale(1.1);}
.i4Warp .swiper-pagination-bullet{background: #fff;}
.i4Warp .swiper-pagination-bullet-active{background: var(--main-color2);}

.footer{width: 100%;background: var(--main-color);padding: 20px 0;color: #fff;font-size: 16px;}
.footer a{color: #fff;}
.fWarp{width: 100%;}
.fLogo{}
.fLogo img{width: auto;height: auto;max-height:50px;}
.fLine{background: #333;/*margin: 0 5%;*/width: 1px;}
.fTit{font-size: 20px;margin-bottom: 20px;}
.fMenu{margin-right: 0;}
.fMenu ul li{margin: 15px 0;}
.fMenu ul li a{font-size: 16px;color: #fff;opacity: 0.7;}
.fMenu ul li a:hover{opacity: 1;}

.fTel{margin-left: 0;}
.fTel ul li{margin: 15px 0;}
.fTel ul li i{vertical-align: middle;margin-right: 10px;}

.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;}

.innerTit{font-size: 38px;color: #333;}
.innerLine{width: 20%;height: 1px;background: #eee;}

/*business*/
.business{width: 100%;background: url(../images/bg_3.jpg) center bottom no-repeat;background-size: cover;position: relative;}
.business:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;opacity: 0.8;content: "";}
.business .wapper{position: relative;z-index: 9;}
.businessList{width: 100%;}
.businessList ul li{width: 48%;margin-bottom: 50px;}
.businessList .part{    width: auto;
    
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 15px;}
.businessList .part .icon{width: 135px;margin-right: 15px;display: flex;justify-content: center;}
.businessList .part .icon img{width: auto;max-width: 100%;}
.businessList .part .desc{width: calc(100% - 150px);}
.businessList .part .tit{padding: 10px;background: #939598;color: #fff;font-size: 18px;}
.businessList .part .txt{margin-top: 20px;font-size: 16px;color: #333;}
.businessList .part .txt p{padding: 0;margin: 15px 0;background: url(../images/dian.png) left top 8px no-repeat;background-size: 15px;padding-left: 20px;}

.case .i2List .part{border: 1px solid #eee;}

/*member*/

.member{width: 100%;background: #f5f5f5;}
.memberWarp{width: 100%;/*min-height: 600px;*/    padding-bottom: 100px;align-items: center;}
.memberWarp .img{width:25%;}
.memberWarp .img img{     width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;}
.memberWarp .desc{width: 70%;}
.memberWarp .desc .title{font-size: 50px;color: #836643;    width: fit-content;
    text-align: center;}
.memberWarp .desc .text2{font-size: 24px;color: #414757;margin-top: 20px;}
.memberWarp .desc .text{font-size: 16px;color: #777;margin: 10px 0;}
.memberWarp .desc .tel{margin-top: 35px;}
.memberWarp .desc .tel ul li{margin: 10px 0;font-size: 16px;color: #836643;}
.memberWarp .desc .tel ul li i{margin-right: 10px;}

.inside{overflow: hidden;width: 100%;}
.inside img{max-width: 100%;}

/*---*/

.contact{background: #f5f5f5;}
.contact .iTit{text-align: left;}
.contact .iTit:after{left: 0;transform: none;}
.contactWarp1{padding: 50px;}
.contactWarp1 .item{width: 33.3%;padding: 20px;border-right: 1px solid #f5f5f5;text-align: center;}
.contactWarp1 .item:last-child{border: none;}
.contactWarp1 .icon{}
.contactWarp1 .icon img{width: 100%;max-width: 60px;}
.contactWarp1 .tit{margin-top: 20px;font-size: 16px;color: #555;}
.contactWarp1 .txt{ margin-top: 20px;
    color: #333;
    font-weight: bold;
    font-size: 17px;}
.contactWarp1 .txt a{color: #998c7f;}

.contactWarp2{width: 100%;}
.contactWarp2 ul li{width: 25%;padding: 0 10px;margin-bottom: 20px;text-align: center;}
.contactWarp2 .icon{}
.contactWarp2 .icon img{    max-width: 100%;
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;}
.contactWarp2 .tit{margin-top: 20px;font-size: 22px;color: #333;}



@media only screen and (max-width: 1480px) {
.wapper{ width:100%;}

}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;}
.fLogo img{max-height: 50px;}
.fMenu{margin-right: 0;}
.menu a{font-size: 18px;padding: 0 20px;}

}

@media only screen and (max-width: 999px) {
.wapper{ width:100%;padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.pt100{padding-top: 60px;}
.pb100{padding-bottom: 60px;}
.banner{height: auto;}
.banTop .desc{font-size: 14px;padding: 10px 20px;}
.iTit{font-size: 28px;}
.i1List ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.i2List ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.i3List ul li{margin-right: 0;width: 50%;padding: 0 10px;margin-bottom: 20px;}
.i3List .part .img{height: 200px;}
.fLogo{width: 100%;text-align: center;}
.fLine{margin: 20px 0;width: 100%;height: 1px;}
.fMenu{width: 100%;margin-right: 0;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{width: auto;margin: 2px;}
.fTel{width: 100%;margin-left: 0;margin-top: 20px;font-size: 14px;}
.fTel ul li i{margin-right: 5px;}
.innerTit{font-size: 26px;}
.businessList ul li{width: 100%;margin-bottom: 20px;}
.businessList .part{display: block;}
.businessList .part .icon{margin: 0 auto;}
.businessList .part .desc{width: 100%;margin-top: 20px;}
.tongtu .t1{font-size: 20px;}
.memberWarp .img{width: 100%;margin-bottom: 20px;}
.memberWarp .desc{width: 100%;}
.memberWarp .desc .title{font-size: 32px}
.memberWarp .desc .text2{font-size: 18px;}

.contactWarp1{padding: 20px;}
.contactWarp1 .item{width: 100%;border-right: none;border-bottom: 1px solid #f5f5f5;}
.contactWarp2 ul li{width: 50%;padding: 0 10px;}
.contactWarp2 .tit{font-size: 20px;}









}
