/*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;font-family:' '; 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;letter-spacing: 2px;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1500px; margin:0 auto;}



.header{ position:absolute;top: 0;left: 0;width: 100%;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 0px;box-sizing: border-box;}
.headList .logo{display: block;    padding-top: 40px;}
.headList .logo img{max-height: 100px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:35px;line-height:35px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:35px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;}
.menu ul li dl dd{ line-height:35px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#666;display:block; padding:0;text-align:center;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:17px;color:#ab928d;display:block;text-align:center;padding: 0 25px;font-weight:bold}
.menu a:hover{color:#fff;}
a.menu_hover{color:#a832ff;}
.menu ul li.on span a{color:#ffffff;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;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_show{top:70px}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav 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%;}
.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: #aa928c !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;}

.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;}

.color_1{color: #aa928d !important;}

/*-------------------------------------------*/

/*banner*/
.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;}

.banner{width: 100%;position: relative;}
.banImg{width: 100%;height: 809px;}
.banImg img{width: 100%;height: 100%;object-fit: cover;}
.banIcon{position: absolute;left: 50%;transform: translateX(-50%);bottom: -58px;}
.banIcon img{height: 60px;}

.banIcon2{position: absolute;left: 50%;transform: translateX(-50%);bottom: -28px;width: 20px;}
.banIcon2 img{width: 100%;display: block;}

.banTop{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;}
.banTop .warp{width: 471px;height: 471px;position: relative;margin: 0 auto;}
.banTop .warp  img{width: 100%;height: 100%;}
.banTop .warp .desc{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.banTop .warp .t1{font-size: 30px;margin-top: 10%;}
.banTop .warp .info{font-size: 18px;margin-top: 5%;margin-bottom: 5%;}
.banTop .warp .t2{font-size: 125px;letter-spacing: 20px;}

.index1{width: 100%;position: relative;}
.i1Bg{width: 100%;height: 100%;overflow: hidden;position: absolute;top: 0;left: 0;z-index: -1;}
.i1Bg img{width: 100%;height: 100%;object-fit: cover;}
.i1Warp{width: 100%;height: 668px;}
.i1Warp .wapper{width: 100%;max-width:1600px; margin:0 auto;}
.i1Top{width: 100%;padding-top: 25px;}
.i1Top .i1Tit{width: 340px;padding-top:20px;}
.i1Tit .t1{font-size: 21px;color: #53046E;margin-bottom: 10px;padding-top: 42px;font-weight:bold}
.i1Tit .txt{font-size: 15px;color: #999;line-height: 1.8;}
.i1Links{width: 721px;height: 30px;line-height: 18px;}
.i1Links ul li{width: auto;float: left;text-align: center;padding: 0 13px;}
.i1Links a{color: #fff;font-size: 17px;   /* font-weight: bold;*/}

.i1Cet{width: 100%;}
.i1Desc{width: 50%;box-sizing: border-box;padding-left: 10%;padding-top: 4%;}
.i1Desc .titImg img{height: 41px;}
.i1Desc .info{margin-top: 5%;}
.i1More{display: block;width: 148px;height: 37px;background: #060108;line-height: 37px;text-align: center;line-height: 37px;margin-top: 30px;color: #fff;}
.i1More:hover{background: #53046f;color: #fff;}
.i1Img{width: 45%;text-align: center;}
.i1Img img{width: auto;max-width: 100%;}

.index2{width: 100%;position: relative;}
.index2 .i1Top .i1Tit{order: 1; text-align:right; padding-right:3%; padding-top:20px;}
.index2 .i1Links{order: 0;}
.index2 .i1Links a:hover{color: #ab928d;}
.i2Desc{width: 60%;box-sizing: border-box;padding-right: 10%;padding-top: 5%;}
.i2Desc .titImg img{height: 41px;}
.i2List{margin-top: 60px;}
.i2List ul li{line-height: 45px;display: flex;justify-content: space-between;align-items: center;}
.i2List ul li .t1{flex: 1;color: #333;font-size: 15px;}
.i2List ul li .t1:hover{color: #aa928d;}
.i2List ul li .time{font-size: 14px;color: #c2c2c2;display: inline-block;}


.index3{width: 100%;position: relative;padding-bottom: 20px;}
.i3Tit{font-size: 16px;color: #333;}
.i3Form{width: 100%;max-width: 560px;margin: 0 auto;margin-top: 50px;}
.i3Form ul li{margin-bottom: 20px;}
.i3Form .tit{font-size: 14px;color: #333;margin-bottom: 5px;}
.i3Form input{width: 100%;height: 30px;border: #aaa 1px dashed;background: #eee;padding: 4px;box-sizing: border-box;}
.i3Form .yzm{display: flex;align-items: center;font-size: 12px;color: #53046f;}
.i3Form .yzm input{width: 60px;height: 25px;margin-left: 15px;}
.i3Form .yzm .yzmImg{display: inline-block;width: 60px;height: 25px;margin-left: 15px;}
.i3Form .yzm .yzmImg img{width: 100%;height: 100%;object-fit: cover;}
.i3Form .yzm .yzmTxt{font-size: 12px;display: inline-block;margin-left: 15px;color: #53046f;}
.i3Form button{border: none; cursor: pointer;width: 200px;margin-top: 10px;height: 34px;line-height: 34px;color: #fff;font-size: 12px;background-color: #cf4557;}

.i3Left{width:40%;}
.i3Right{width:55%;}

.i3Map{width: 100%;}
.mapImg{width: 100%;overflow: hidden;max-width: 980px;margin: 0 auto;}
.mapImg img{width: 100%;}

.i3Desc{width: 100%;overflow: hidden;max-width: 980px;margin: 0 auto;padding-top: 20px;}
.i3Desc ul{width: 100%;}
.i3Desc ul li{font-size: 16px;color: #53046f;line-height: 39px;}
.i3Desc .tel{color: #aa928d;font-size: 20px;}
.i3Desc .tel_numb{color: #53046f;font-size: 36px;}

.footMenu{width: 100%;background: #aa928d ;padding: 35px 0;}
.footMenu ul li{display: inline-block;}
.footMenu ul li a{color: #fff;font-size: 14px;}
.footMenu ul>li>a{font-weight: bold;font-size: 18px;}
.footMenu ul>li>a:after{content: "|";padding: 0 10px;color: #fff; display:none;}

.footer{width: 100%;background: #000000;color: #fff;padding: 35px 0; text-align: center;}
.footer ul{width: 50%;}
.footer ul li{line-height: 30px;}
.footer ul li img{width: 22px;padding-right: 5px;}
.footer .right{width: 50%;}
.footer .tit{color: #aa928d ;font-size: 20px;margin:10px 0 ;}

.pageRight{position: fixed;right: 0;bottom: 30%;z-index: 999;}
.pageRight ul li{margin-bottom: 6px;position: relative;}
.pRBtn{width: 50px;height: 50px;border: 1px solid #ddd;position: relative;overflow: hidden;background: #fff;cursor: pointer;}
.pRBtn .txt{color: #306eff;font-size: 14px;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
.pRBtn .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.pRBtn .imgTop img{width: 100%;height: 100%;object-fit: cover;}
.pRBtn:hover .imgTop{opacity: 0;}

.pRPanel{position: absolute;right: 50px;top: 0;padding-right:25px;background: url(../images/02index-spri.png) right 15px top 20px no-repeat;display: none;}
.pRPanel .warp{border:1px solid #ccc; border-top:4px solid #ff6800; padding:20px; background:#fff; -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15); box-shadow: 0 3px 8px rgba(0,0,0,.15);font-size: 14px;}
.pRPanel .ewm{width: 160px;text-align: center;color: #ff6800;font-size: 14px;}
.pRPanel .ewm img{width: 100%;}
.pageRight ul li:hover .pRPanel{display: block;}
.pRPanel .desc{flex: 1;}
.pRPanel .icon{margin-right: 10px;}
.pRPanel .icon img{vertical-align: middle;}

.qqList{border-top: 1px solid #ddd;padding-top: 20px;margin-top: 20px;}
.qqList ul li{width: 33.3%;}
.qqList ul li a{display: inline-block;color: #999;font-size: 13px;padding-left: 43px;background: url(../images/q1.gif) no-repeat left 3px;line-height: 36px;}
.qqList ul li a:hover{color: #ff6800;}

.fEwm{color:#fff; font-size:14px;}
.fEwm img{width:120px;}

.fMenu li{margin-right:3%;}
.fMenu li dl dd{margin:10px 0;}

.aboTitEn{font-size: 36px;text-transform: uppercase;font-family: 'Times New Roman';margin-bottom: 15px;}
.aboTit{font-size: 30px;font-weight: bold;margin-bottom: 15px;}
.aboTxt{text-align: center;margin-bottom: 20px;}
.aboTxt span{display: inline-block;padding: 15px 20px;box-sizing: border-box;border: 1px solid #ddd;font-size: 13px;}
.aboDesc{width: 100%;padding: 20px;box-sizing: border-box;border: 1px solid #ddd;font-size: 14px;color: #666;}

.newLinks{width: 100%;}
.newLinks ul li{display: inline-block;margin: 5px;}
.newLinks a{display: block;padding: 12px 25px;background: #aa928d;color: #fff;font-size: 14px;}
.newLinks ul li.on a,
.newLinks a:hover{background: #000;}

.newList{width: 100%;}
.newList ul li{margin: 20px 0;display: flex;flex-wrap: wrap;}
.newList .img{width: 140px;height: 130px;overflow: hidden;margin-right: 20px;}
.newList .img img{width: 100%;height: 100%;object-fit: cover;}
.newList .desc{flex: 1;}
.newList .desc .t1{font-size: 16px;color: #333;margin-bottom: 10px;}
.newList .desc .time{font-size: 12px;color: #999;margin-bottom: 10px;}
.newList .desc .info{font-size: 12px;color: #666;line-height: 1.8;}

.product{width: 100%;}
.proList{width: 100%;}
.proList ul li{float: left;width: calc(25% - 30px);margin-right: 40px;margin-bottom: 40px;}
.proList ul li:nth-child(4n){margin-right: 0;}
.proList .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;box-sizing: border-box;padding: 20px;}
.proList .part .img{width: 100%;height: 220px;display: flex;justify-content: center;align-items: center;}
.proList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;object-fit: cover;}
.proList .part .t1{margin-top: 10px;text-align: center;font-size: 14px;color: #333;}

.contact{width: 100%;}
.cont_1 .left{width: 256px;border: 1px solid #aa928d;padding: 20px;box-sizing: border-box;font-size: 14px;color: #333;}
.cont_1 .img{width: calc(100% - 320px);}
.cont_1 .img img{width: 100%;}

.cont_2{width: 100%;}
.cont_2 .left{width: 48%;font-size: 14px;color: #666;}
.cont_2 .right{width: 48%;}

.inside{width: 100%;}
.inside img{width: auto;max-width: 100%;}

@media only screen and (max-width: 1600px) {
.i1Bg{background-size: 100% !important;}
.i1Top{padding-top:1vw;}
.index3 .i1Bg{background-size: cover !important;}
.i1Warp{padding-bottom:3%;height:auto}
.i1Warp .wapper{padding: 0 10%;box-sizing: border-box;}
.i1Desc{padding-left: 5%; width:55%;}
.i1Tit .t1{padding-top:15px;}
.i1Desc .info{margin-top:3%;}
.i2Desc{padding-right: 5%; width:55%; padding-top:3%}
.i2List{margin-top:3%;}
.i1More{margin-top:25px;}

}

@media only screen and (max-width: 1300px) {
.wapper{ width:100%;padding: 0 10px;box-sizing: border-box;}
.i1Top .i1Tit{order:1; padding-top:0;}
.i1Links{width: 100%;order:0;}
.i1Desc {width:65%;padding-left: 3%;padding-top: 2%;}
.i1Desc .titImg img{height:30px;}
.i1Desc .info{margin-top:2%;}
.index2 .i1Top .i1Tit{margin-left: auto;}
.i2Desc .titImg img{height:30px;}
.i2Desc{width:65%;padding-right: 3%;padding-top: 2%;}
.i2List{margin-top:2%;}
.i2List ul li{line-height: 30px;}
.i1More{margin-top: 20px;}




}

@media only screen and (max-width: 980px) {
.index1{background: #f3e5fe;}
.index2{background: #daefe8;}
.index1 .i1Bg,
.index2 .i1Bg{ display:none;}
.i1Warp .wapper{padding:0 3%;}
.i1Links a{ color:#333;}
.i1Desc{width:100%;}
.index2 .i1Top .i1Tit{margin-left:0; margin-right:auto; text-align:left;}
.i2Desc{width:100%;}

}

@media only screen and (max-width: 780px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}

.banImg{height: 520px;}
.banTop .warp{width: 300px;height: 300px;}
.banTop .warp .t1{font-size: 24px;}
.banTop .warp .info{font-size: 14px;}
.banTop .warp .t2{font-size: 32px;}
.banIcon{bottom: -40px;}
.banIcon img{height: 40px;}
.banIcon2{bottom: -15px;}

.i1Top{display: block;}
.i1Top .i1Tit{width: 100%;}
.i1Links{width: 100%;}
.i1Links ul li{padding: 0 5px;}
.i1Links a{color: #666;}
.i1Desc{width: 100%;padding: 5%;box-sizing: border-box;}
.i1Img{width: 100%;margin-top: 20px;order: 1;}
.i1Warp{height: auto;}
.i1Desc .titImg{display: none;}
.i1Desc .info{margin-top: 20px;}

.i2Desc{width: 100%;padding: 5% 5px;box-sizing: border-box;order: 0;}
.i2Desc .titImg{display: none;}
.i2List{margin-top: 0;}
.i2List ul li .time{margin-left: 10px;}
.i3Form{margin-top: 20px;}
.i3Desc ul{width: 100%;}
.i3Desc .tel{width: 100%;margin-top: 10px;}
.footMenu ul li a{font-size: 12px;}
.footMenu ul li:after{padding: 0 5px;}
.footer ul{width: 100%;}
.footer .right{width: 100%;margin-top: 10px;}
.footer .tit{font-size: 16px;}
.proList ul li{width: 50%;padding: 0 3px;margin-bottom: 6px;box-sizing: border-box;margin-right: 0;}
.proList .part{padding: 10px;}
.cont_1 .left{width: 100%;}
.cont_1 .img{width: 100%;margin-top: 20px;}
.cont_2 .left {width: 100%;}
.cont_2 .right{width: 100%;margin-top: 20px;}
.i3Left,
.i3Right{width: 100%;}
.i3Right{margin-top:20px;}
.footMenu .f_left{width:100%;}
.footMenu .f_right{width:100%;margin-top:20px;}
.footMenu ul li dl{display:none;}
}
