﻿/*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:candara; color:#666;}
a{color:#666;}
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;}

.indexTop{width: 100%;background: #fff;position: relative;z-index: 99999;}
.indexTop .wapper{width: 1380px;}
.indexTop .Warp{/*margin-top: 20px;*/justify-content: space-between;align-items: center;height: 45px;font-size: 14px;color: #fff; display:flex;}
.indexTop .hLink{display: flex;justify-content: flex-end;margin-right: 30px;}
.indexTop .hLink a{display: inline-block;margin-left: 20px;font-size: 20px;color: #fff;}
.indexTop .hLink a:hover{opacity: 0.8;}
.header{ position:relative;width: 100%;z-index: 9999;}
.header .wapper{width: 1380px;}
.headList{display: flex;justify-content: flex-end;align-items: center;/*height: 90px;*/}
.logo{display: block;}
.logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:45px;line-height:45px;}
.menu ul li{ float:left; position:relative;margin: 0 5px;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:45px; 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;background: none;}
.menu a{ font-size:16px;color:#666;display:block;text-align:center;padding: 0 25px;font-weight: bold;}
.menu a:hover{background:#e65b32;color:#fff;}
a.menu_hover{background:#e65b32;color:#fff;}
.menu ul li.on span a{background:#415172;color:#fff;}

@font-face {
  font-family: "Candara";
  src: url("Candara.woff2") format("woff2"),
       url("Candara.woff") format("woff"),
       url("Candara.ttf") format("truetype"),
       url("Candara.eot") format("embedded-opentype"),
       url("Candara.svg") format("svg");
}
/*mMenu*/
.m_header{width: 100%;position: relative;z-index: 9999;}
.sp_header{height:50px;overflow:hidden;background:#fff;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:50px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#415172;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:9;background:#fff;width:100%;height:calc(100% - 95px);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:95px}
.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{width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;background: #415172;}



/*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;}

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;}
.bannerSwiper .swiper-pagination-bullet-active{background: #415172;}
.banner .banTop{width: 100%;position: absolute;top: 50%;left: -102px;padding: 20px 15%;box-sizing: border-box;z-index: 99;transform: translateY(-50%);}
.banner .desc{font-size: 4vw;color: #fff;word-break: break-all;text-align: left;font-weight: bold;line-height: 83px;}



.iFormWarp{width: 100%;padding: 60px 0;}
.iForm{width: 80%;margin: 0 auto;background: #fff;box-shadow: 2px 2px 5px rgba(0,0,0,0.3);border-radius: 10px;padding: 40px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;}
.iFTitle{width: 260px;}
.iFTitle .text{font-size: 14px;color: #f6815e;font-weight: bold;}
.iFTitle .title{font-size: 22px;color: #333;font-weight: bold;margin-top: 10px;}
.iForm .form{flex: 1;}
.iForm .form ul{display: flex;}
.iForm .form ul li{margin-left: 10px;width: 40%;}
.iForm .form ul li:last-child{width: 20%;}
.iForm .formInput{width: 100%;height: 45px;padding: 0 10px;box-sizing: border-box;border: 1px solid #EEE;border-radius: 5px;background: #f9f9f9;outline: none;}
.iForm .formBtn{width: 100%;height: 45px;background: #f6815e;color: #fff;font-size: 16px;border-radius: 5px;border: none;}
.iForm .formBtn:hover{opacity: 0.8;}

.iAbout{width: 100%;padding: 90px 0;overflow: hidden;background: #f9f9f9;}
.iAbWarp{width: 100%;}
.iAbDesc{width: 100%;}
.iAbTitle{position: relative;padding-bottom: 20px;margin-bottom: 20px;}
.iAbTitle .text{font-size: 16px;color: #333;font-weight: 100;margin-bottom: 10px;}
.iAbTitle .title{font-size: 35px;color: #333;font-weight: 100;}
.iAbTitle .line{display: block;height: 1px;width: 100%;background: #f6833d;position: absolute;right: calc(100% - 100px);bottom: 0;}
.iAbDesc .info{font-size: 16px;color: #333;line-height: 1.8;}
.iAbDesc .more{margin-top: 20px;}
.iAbDesc .more a{display: inline-block;padding: 12px 30px;border: 1px solid #f6833d;color: #f6833d;font-size: 16px;text-transform: uppercase;}

.iAbImg{float: right;}
.iAbImg img{width: 600px;max-width:100%;margin-left: 13px;}

.index1{width: 100%;padding: 90px 0;}
.i1Warp{width: 80%;margin: 0 auto;}
.i1Warp ul{display: flex;flex-wrap: wrap;}
.i1Warp ul li{width: 25%;}
.i1Warp .part{background: #cb4055;text-align: center;color: #fff;padding: 40px 20px;box-sizing: border-box;}
.i1Warp .part .title{font-size: 26px;font-weight: bold;}
.i1Warp .part .text{font-size: 16px;}
.i1Warp ul li:nth-child(1) .part{background: #f6815e;}
.i1Warp ul li:nth-child(2) .part{background: #fafafa;color: #101632;}
.i1Warp ul li:nth-child(3) .part{background: #151515;}
.i1Warp ul li:nth-child(4) .part{background: #e65b32;}

.iPlanA{width: 100%;background: #171717;padding: 60px 0;}
.iPlanATitle{width: 100%;text-align: center;}
.iPlanATitle .text{font-size: 20px;color: #e65b32;font-weight: bold;margin-bottom: 10px;}
.iPlanATitle .title{color: #fff;font-weight: bold;font-size: 36px;}
.iPlanAList{width: 100%;margin-top: 50px;}
.iPlanAList ul{display: flex;flex-wrap: wrap;}
.iPlanAList ul li{width: 33.33%;padding: 0 20px;margin-bottom: 20px;box-sizing: border-box;}
.iPlanAList .part{display: block;width: 100%;overflow: hidden;}
.iPlanAList .part .img{width: 200px;font-size: 0px;overflow: hidden; height:200px; border-radius:50%; margin:0 auto;}
.iPlanAList .part .img img{width: 100%; height:100%;object-fit: cover;}
.iPlanAList .part .desc{padding-top: 20px;color: #fff;text-align:center;}
.iPlanAList .part .title{font-size: 18px;font-weight: bold; }
.iPlanAList .part .text{font-size: 14px;padding-top: 10px;}
.iPlanAList .part .info{font-size: 14px;padding-top: 10px; color:#e65b32;}
.iPlanAList .part .more{font-size: 16px;display: block;padding-top: 20px;color: #fff;}
.iPlanAList .part .more:hover{color: #cb4055;}

.iPlanB{width: 100%;padding: 0 0;}
.iPlanBList{width: 100%;}
.iPlanBList ul{display: flex;flex-wrap: wrap;}
.iPlanBList ul li{width: 33.33%;padding: 0 10px;margin-bottom: 20px;box-sizing: border-box;}
.iPlanBList .part{display: block;width: 100%;overflow: hidden;position: relative;background: #f8f8f8;}
.iPlanBList .part .img{width: 100%;height: 290px;font-size: 0px;overflow: hidden;}
.iPlanBList .part .img img{width: 100%;height: 100%;object-fit: cover;border: none;}
.iPlanBList .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 35px;box-sizing: border-box;    background: #0000006e;}
.iPlanBList .part .title{color: #fff;font-size: 26px;font-weight: 100;margin-bottom: 20px;}
.iPlanBList .part .text{color: #fff;font-size: 16px;font-weight: 100;margin-bottom: 20px;    height: 149px;
}
.iPlanBList .part .more{display: inline-block;padding: 5px 10px;color: #fff;font-size: 14px;background: #f7815e;}
.iPlanBList .part .more:hover{opacity: 0.8;}
/*.iPlanBList ul li:nth-child(2) .part .imgTop{background: #f9f9f9;}*/

.iPlanC{width: 100%;padding: 90px 0;background: #f9f9f9;}
.iPlanCList{width: 100%;}
.iPlanCList ul{display: flex;flex-wrap: wrap;}
.iPlanCList ul li{display: block;width: 40%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.iPlanCList .w40{width: 40%;}
.iPlanCList .w60{width: 60%;}
.iPlanCList .part{display: block;width: 100%;overflow: hidden;position: relative;background: #f8f8f8;}
.iPlanCList .part .img{width: 100%;height: 290px;font-size: 0px;overflow: hidden;}
.iPlanCList .part .img img{width: 100%;height: 100%;object-fit: cover;border: none;}
.iPlanCList .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 35px;box-sizing: border-box;background: rgba(0,0,0,0.5);}
.iPlanCList .part .title{color: #fff;font-size: 26px;font-weight: 100;margin-bottom: 20px;}
.iPlanCList .part .text{color: #fff;font-size: 16px;font-weight: 100;margin-bottom: 20px;}
.iPlanCList .part .more{display: inline-block;padding: 5px 10px;color: #fff;font-size: 14px;background: #7eb4d8;}
.iPlanCList .part .more:hover{opacity: 0.8;}

.index2{width: 100%;padding: 60px 0;}
.i2Text{width: 100%;text-align: left;/*font-size: 55px;*/color: #7d7d7d;font-weight: 100;}

.iPartner{width: 100%;padding: 60px 0;background: #ffffff;}
.iPartner ul{display: flex;flex-wrap: wrap;padding: 0 5%;box-sizing: border-box;}
.iPartner ul li{width: 25%;padding: 40px;box-sizing: border-box;}
.iPartner .img{display: block;width: 100%;height: 80px;display: flex;justify-content: center;align-items: center;}
.iPartner .img img{max-width: 100%;max-height: 100%;width: auto;}
.iPartner img{width: 100%;max-width: 1200px;}
.footForm input::-webkit-input-placeholder{color:#999; }
.footForm input::-moz-placeholder{color:#999;}
.footForm input:-moz-placeholder{color:#999;}
.footForm input:-ms-input-placeholder{color:#999;}
.footer{width: 100%;background: #222;padding: 30px 0;}
.footList{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-around;}
.footDesc{width: 33%;padding: 0 20px;box-sizing: border-box;}
.fLogo{display: block;overflow: hidden;}
.fLogo img{max-width: 100%;max-height: 50px;}
.footDesc .text{font-size: 12px;color: #999;margin: 10px 0;}
.footDesc p{padding: 0;}
.footTitle{color: #fff;font-size: 16px;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #fff;}
.fLink a{color: #fff;font-size: 22px;margin-left: auto;margin-right: 15px;}
.fLink a:hover{opacity: 0.8;}

.footText{width: 33%;font-size: 12px;color: #fff;margin: 0 0;padding: 0 20px;box-sizing: border-box;}

.footForm{width: 33%;padding: 0 20px;box-sizing: border-box;}
.footForm ul{margin-top: 10px;}
.footForm ul li{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.footForm .w100{width: 100%;}
.footForm .w49{width: 49%;}
.footForm .formInput{width: 100%;height: 35px;padding: 0 10px;box-sizing: border-box;border:none;border-bottom: 1px solid #999;outline: none;background: none;color: #999;}
.footForm .btn{text-align: right;margin-top: 20px;width: 100%;}
.footForm button{color: #fff;font-size: 14px;background: #f5833d;padding: 10px 20px;margin-left: auto;display: inline-block;border: none;}
.footForm button:hover{opacity: 0.8;}
.copyRight{background: #585858;width: 100%;overflow: hidden;padding: 10px 0;}
.copyRight .desc{font-size: 12px;color: #fff;text-align: center;}

.tongtu{width: 100%;position: relative;}
.tongtu .img{width: 100%;font-size: 0px;overflow: hidden;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;text-align: center;}
.tongtu .imgTop h1{font-size: 48px;margin-bottom: 20px;color: #fff;margin: 0 0 26px;line-height: 1.2;}
.tongtu .imgTop ul{padding: 0;}
.tongtu .imgTop ul li{color: #fff;display: inline-block;font-size: 16px;font-weight: 400;}
.tongtu .imgTop ul li a{position: relative;padding-right: 30px;-webkit-transition: 0.3s;transition: 0.3s;color: #fff;}
.tongtu .imgTop ul li a:before,
.tongtu .imgTop ul li a:after{background-color: #fff;content: ""; height: 15px; width: 2px; position: absolute;right: 7px;top: 2px;transform: rotate(26deg);}
.tongtu .imgTop ul li a:before{right: 13px;}
.tongtu .imgTop ul li a:hover{color: #21A7D0;}

.product{width: 100%;padding: 60px 0;}
.proList{width: 100%;}
.proList ul{display: flex;flex-wrap: wrap;}
.proList ul li{width: 33.3%;padding: 0 10px;margin-bottom: 30px;box-sizing: border-box;display: inline-block;}
.proList .part{display: block;border-bottom: 1px solid #e0e0e0;}
.proList .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.proList .part .img img{width: 100%;}
.proList .part .desc{padding: 10px 0;}
.proList .part .title{display: block;font-size: 16px;color: #333;text-align: center;padding-bottom: 10px;}
.proList .part .text{font-size: 14px;color: #666;}
.proList .part:hover{border-bottom: 1px solid #f6833d;}


.Prodetail{width: 100%;padding: 30px 0 60px;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: calc(100% - 300px);display: inline-block;}
.mainRight{width: 260px;margin-left: 40px;display: inline-block;}
.ProdDesc{width: 100%;}
.ProdTitle{width: 100%;text-align: center;font-size: 40px;margin-bottom: 20px;font-weight: 100;color: #333;}
.ProdText{width: 100%;font-size: 16px;color: #333;}
.ProdText img{max-width: 100%;}
.ProdContact{width: 100%;border: 1px solid #eee;padding: 20px;box-sizing: border-box;}
.ProdContact .title{font-size: 20px;color: #333;font-weight: 100;text-align: center;}
.ProdContact .info{font-size: 15px;color: #000;margin: 10px 0;}
.ProdContact .info ul li{line-height: 25px;}
.ProdContact .info i{padding-right: 5px;}
.ProdContact .more{display: block;width: 100%;height: 45px;color: #f6833d;font-size: 16px;border: 1px solid #f6833d;text-align: center;line-height: 45px;}
.ProdContact .more:hover{background: #f6833d;color: #fff;}

.inside{width: 100%;padding: 60px 0;}
.insideWarp{width: 100%;}


@media only screen and (max-width: 1380px) {
.header .wapper{width: 1200px;}
.indexTop .wapper{width: 1200px;}

}
@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 10px;box-sizing: border-box;}
.header .wapper{width: 100%;}
.indexTop .wapper{width: 100%;}
.iForm{width: 90%;}
.iPlanBList ul li{padding: 0 5px;}
.iPlanBList .part .imgTop{padding: 30px;}
.iPlanCList ul li{padding: 0 5px;}
.iPlanCList .part .imgTop{padding: 30px;}
.iPartner ul li{padding: 20px;}

}


@media only screen and (max-width: 980px) {
.menu a{font-size: 15px;padding: 0 20px;}
.iForm{width: 100%;}
.iAbDesc .info{font-size: 14px;}
.iAbTitle{padding-bottom: 15px;margin-bottom: 15px;}
.iAbTitle .title{font-size: 28px;}
.i1Warp{width: 90%;}
.iPlanBList .part{overflow: hidden;}
.iPlanBList .part .img{height: 280px;}
.iPlanBList .part .imgTop{padding: 20px;}
.iPlanBList .part .title{font-size: 20px;}
.iPlanBList .part .text{font-size: 14px;}

.iPlanCList .part{overflow: hidden;}
.iPlanCList .part .img{height: 280px;}
.iPlanCList .part .imgTop{padding: 20px;}
.iPlanCList .part .title{font-size: 20px;}
.iPlanCList .part .text{font-size: 14px;}
.iPlanCList .part .imgTop{padding: 20px;}
.i2Text{font-size: 36px;}
.iPartner ul li{padding: 15px;}
.mainRight{width: 240px;margin-left: 20px;}
.mainLeft {width: calc(100% - 260px);}
.ProdContact{padding: 15px;}
.ProdTitle{font-size: 28px;}
.iPlanAList .part .img{width:160px; height:160px;}
}

@media only screen and (max-width: 780px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.indexTop .Warp{justify-content: center;}
.indexTop .Warp .logo{display: none;}
.indexTop .Warp .text{display: none;}
.banner .desc{font-size: 18px;}
.iForm{display: block;}
.iFTitle{width: 100%;text-align: center;margin-bottom: 20px;}
.iAbWarp{display: block;}
.iAbDesc{width: 100%;padding: 0;}
.iAbImg{width: 100%;padding: 0;margin-top: 20px;}
.i1Warp{width: 100%;}
.iPlanAList ul li{width: 100%;}
.iPlanATitle .title{font-size: 28px;}
.iPlanBList ul li{width: 100%;}
.iPlanCList .w40{width: 100%;}
.iPlanCList .w60{width: 100%;}
.i2Text{font-size: 28px;}
.iPartner ul li{width: 33.3%;}
.footDesc{width: 100%;padding-bottom: 20px;}
.footText{width: 100%;padding-bottom: 20px;}
.footForm{width: 100%;}
.tongtu .imgTop h1{font-size: 28px;margin-bottom: 10px;}
.proList ul li{width: 50%;}
.mainWarp{display: block;}
.mainLeft{width: 100%;}
.mainRight{width: 100%;margin-left: 0;margin-top: 20px;}
.ProdText{font-size: 14px;}
.banner .desc{line-height: 2;}
.banner .banTop{left: 0;padding: 0 5%;}

}

@media only screen and (max-width: 600px) {
.banner{height: 220px;}
.iForm{padding: 20px;}
.iForm .form ul{display: block;}
.iForm .form ul li{width: 100% !important;margin-bottom: 10px;}
.iAbout{padding: 40px 0;}
.i1Warp ul li{width: 50%;}
.index1{padding: 40px 0;}
.iPlanA{padding: 40px 0;}
.iPlanB{padding: 40px 0;}
.iPlanC{padding: 40px 0;}
.i2Text{font-size: 24px;}
.index2{padding: 40px 0;}
.iPartner{padding: 40px 0;}
.iPartner ul{padding: 0;}
.iPartner .img{height: 60px;}
.iPartner ul li{padding: 10px;}
.tongtu .img img{height: 180px;object-fit: cover;}
.proList ul li{padding: 0 5px;}
.proList .part .title{font-size: 14px;}
.proList .part .text{font-size: 12px;}
.product{padding: 40px 0;}







}