.page-left{
	width:250px;
	float:left;
}
.page-left h3{
	font-size:32px;
	text-align:left;
	padding:18px 30px;
	background:#f2f2f2;
}
.page-left .page-left-box a{
	padding:18px 30px;
	font-size:20px;
	display:block;
	border-bottom:1px solid #ccc;
	transition:all 0.3s;
}
.page-left .page-left-box .sub{
	display:none;
	background:#f2f2f2;
}
.page-left .page-left-box .sub a{
	font-size:14px;
	line-height:30px;
	border-bottom:0;
	color:#666666;
	padding:6px 30px;
}
.page-left .page-left-box a i{
	font-size:20px;
	float:right;
}
.page-left .page-left-box a:hover,.page-left .page-left-box a.active{
	background:#00a0e9;
	color:#fff;
	box-shadow:0 0 6px #00a0e9;
	border:0;
}
.page-left .page-left-box .sub a.active{
	background:#f2f2f2;
	color:#00a0e9;
	box-shadow:0 0 0px #00a0e9;
}
.page-right{
	width:850px;
	float:right;
}
.page-right .content{
	overflow:hidden;
	min-height:360px;
	line-height:28px;
}
.page-right .content img{
	max-width:100%;
}
.title {
  text-align: center;
  padding: 100px 0 54px 0;
}

.title > h2{
  position: relative;
  display: inline-block;
  font-size: 40px;
  margin: 0 auto;
}

.title > h2:before ,.title > h2:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: ' ';
  height: 6px;
  width: 90px;
  background-color: #0093d1;
  margin: auto;
}

.title > h2:before {
  left: -150px;
}

.title > h2:after {
  right: -150px;
}

.title > .subtitle {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
}

.contain {
  position: relative;
}

.contain-box {
  width: 77.5%;
  margin: 0 auto;
}

.about-banner > .bg * {
  color: inherit;
}

.about-banner > .bg {
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  height: 80px;
  left: 0;
  bottom: 20%;
  color: white;
  /*padding: 14% 0;*/
  margin: auto;
  box-sizing: border-box;
}

.about-banner > .bg > h1{
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.about-banner > .bg > h3 {
  font-size: 26px;
  text-align: center;
}

.about-banner > .bg > h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 100px;
}


.product-func {
  width: 42%;
  min-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.product-func > .item > a{
  color: inherit;
}

/*.product-func > .item {*/
/*float: left;*/
/*width: 137px;*/
/*height: 37px;*/
/*line-height: 35px;*/
/*margin-left: 80px;*/
/*font-size: 16px;*/
/*text-align: center;*/
/*box-sizing: border-box;*/
/*border: 1px solid white;*/
/*}*/

.product-func > .item {
  display: inline-block;
  /*width: 17.125%;*/
  min-width: 104px;
  height: 37px;
  line-height: 35px;
  margin-left: 8.5%;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid white;
  padding: 0 15px;
  transition: all 0.3s;
}
.product-func > .item:hover,.product-func > .item.active{
  /*color: #0093d1;*/
  border-color: #0093d1;
  background-color: #0093d1;
}
.product-func > .item:first-child {
  margin-left: 0;
}
.product-func > .item > a {
  display: block;
}

.product {
  width: 1390px;
  margin: 0 auto;
  padding: 5px 0;
}
.product > h2 {
  color: #191919;
  font-size: 30px;
  margin-bottom: 30px;
}
.folder > .item {
  float: left;
  width: 49%;
  line-height: 90px;
  margin-right: 2%;
  margin-bottom: 15px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 2px #ccc;
}
.folder > .item > a {
  padding: 0 30px 0 72px;
}
.folder > .item a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.folder > .item a > .iconfont {
  float: right;
  font-size: inherit;
  transform-delay: 0;
  transform-origin: center center;
  transition: transform 0.3s;
  transition-delay: 0s;
}

.folder .item > a.active {
  background-color: #0093d1;
  color: white;
}
.folder .item > .toggle {
  display: none;
}
.folder .item > a.active > .iconfont {
  transform: rotate(90deg);
}
.folder .item > a:hover {
  background-color: #0093d1;
  color: white;
}
.folder2 {
  padding: 25px 40px;
  box-sizing: border-box;
}
.folder2 > .item {
  width: 100%;
  margin-right: 0;
  line-height: 66px;
  color: #333;
  padding: 0;
}

.folder2 > .item > a > .iconfont{
  float: left;
  margin-right: 1em;
}
.folder2 > .item > a.active > .iconfont {
  transform: rotate(-90deg);
}
.folder3 {
  padding: 4px 0;
  max-height: 167px;
  overflow-y: scroll;
}

/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
.folder3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #f5f5f5;
}

/*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
.folder3::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #b6b6b6;
  background-color: #b6b6b6;
}
.folder3 > .item {
  line-height: 46px;
}
.folder3 > .item > a{
  text-indent: 2em;
}
.folder3 > .item > a.active{
}
.folder3 > .item > a > .iconfont{
  float: right;
  width: 1em;
  color: white;
  /*height: auto;*/
  text-align: end;
}
.folder > .item:nth-child(2n) {
  margin-right: 0;
}

.scheme-box {
  padding: 12.5%;
  box-sizing: border-box;
}

.scheme-page {
  padding: 0 12.6%;
  box-sizing: border-box;
}
.scheme-page > .item {
  display: block;
}
.scheme-title {
  padding: 40px 0;
}
.scheme-title > h3 {
  font-size: 30px;
  line-height: 60px;
  color: #333333;
}
.scheme-title > h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #666;
}

.scheme-step {
  padding-top: 70px;
  padding-bottom: 55px;
}
.scheme-step > .item {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scheme-step > .item:nth-child(4n) {
  margin-right: 0;
}

.scheme-step > .item > .circle {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
}

.scheme-step > .item.active > .circle {
  background-color: #0093d1;
  color: white;
  border-color: #0093d1;
}

.scheme-step > .item > .right {
  float: left;

}
.scheme-page {
  padding-top: 70px;
  padding-bottom: 70px;
}

.scheme-page > .item > .left{
  float: left;
  width: 30%;
  margin-right: 80px;
  margin-bottom: 50px;
}
.scheme-info > h3{
  color: #333;
  font-size: 24px;
  line-height: 64px;
}
.scheme-info > h3 > a {
  color: inherit;
}
.scheme-info > h3 > a:hover {
  color: #0093d1;
}
.scheme-info > h5 {
  font-size: 16px;
  color: #898989;
  font-weight: 500;
  line-height: 21px;
}
.scheme-info .btn-read-info{
  display: inline-block;
  padding: 10px 34px;
  border: 1px solid #898989;
  color: #898989;
  font-size: 16px;
  margin-top: 60px;
}

.scheme-info .btn-read-info:hover {
  border-color: #0093d1;
  background-color: #0093d1;
  color: white;
}

.case-box {
  position: relative;
  width: 1500px;
  padding-top: 56px;
  margin: 0 auto;
  min-height: 800px;
}
.case-box > .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 306px;
  padding-top: 56px;

}
.case-box > .left > .item {
  float: left;
  width: 150px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #cfcfcf;
  color: #333;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.case-box > .left > .item:nth-child(2n) {
  margin-right: 0;
}
.case-box > .left > .item > .iconfont {
  /*color: #666;*/
}

.case-box > .left > .item:hover,.case-box > .left > .item.active {
  border-color: #0093d1;
  color: #0093d1;
}

.case-box > .right {
  padding-left: 321px;
}

.case-list .list > .item {
  float: left;
  width: 24.25%;
  height: 335px;
  margin-right: 1%;
  text-align: center;
  padding: 20px 2.4%;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  margin-bottom: 33px;
  overflow: hidden;
}

.case-list .list > .item > h5{
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0;
}

.case-list .list > .item:nth-child(4n) {
  margin-right: 0;
}

.service-box {
}
.message-title{
  font-size: 32px;
  color: #191919;
}
.service-subtitle {
  margin: 50px 0;
  font-size: 16px;
  font-weight: bold;
}
.service-content {
  padding-left: 50px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  line-height: 34px;
}

.service-content *{
  font-size: inherit;
  color: inherit;
}

.contact-box {
 text-align:center;
 margin-top:50px;
 margin-bottom:20px;
}
.contact-box .cn{
  font-size:32px;
}
.contact-box .en{
  font-size:16px;
  margin-top:10px;
  letter-spacing:0.8px;
}
.contact-name {
  font-size: 28px;
  text-align: center;
}
.contact-content {
  color: #666;
  text-align:center;
}
.contact-content .item{
  display:inline-block;
  padding:20px 50px;
}
.contact-content .item i{
  font-size:55px;
  color:#00a0e9;
}
.contact-content .item .tit{
  font-size:16px;
  color:#666;
  margin-bottom:10px;
}
.contact-content .item p{
  font-size:16px;
  color:#000;
}
.contact-bsc {
  margin-top:54px;
}
.contact-bsc h4{
	font-size:32px;
	font-weight:200;
	display:block;
	margin-bottom:30px;
	line-height:32px;
	text-align:center;
}
.contact-bsc .bsc-list{}
.contact-bsc .bsc-list .item{
	width:180px;
	border:1px solid #00a0e9;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
	position:relative;
}
.contact-bsc .bsc-list .item a{
	font-size:20px;
	display:block;
	padding:15px 0;
	transition:all 0.3s;
}
.contact-bsc .bsc-list .item a:hover{
	background:#00a0e9;
	color:#fff;
}
.contact-bsc .bsc-list .item .sublist{
	display:none;
	position:absolute;
	top:100%;
	padding:20px;
	background:#fff;
	z-index:3;
	width:400px;
	text-align:left;
	box-shadow:0 0 3px #ccc;
	opacity:0.1;
	transition:all 0.3s;
}
.contact-bsc .bsc-list .item:hover .sublist{
	display:block;
	opacity:1;
}

.contact-bsc .bsc-list .item .sublist .l1{
	margin-bottom:10px;
}
#maps {
  width: 100%;
  height: 500px;
  /*height: 9.16rem;*/
}
.contact-notice{
	margin-top:40px;
}
.contact-notice .notice-title{
	font-size:20px;
	margin-bottom:20px;
}
.contact-notice .left{
	float:left;
}
.contact-notice .left .form-item{
	width:350px;
	border:1px solid #00a0e9;
	padding:12px 20px;
	margin-bottom:20px;
}
.contact-notice .left .form-item .label{
	font-size:16px;
}
.input-inline{
	display:inline-block;
}
.contact-notice .right{
	float:right;
}
.contact-notice .right .form-item{
	width:350px;
	border:1px solid #00a0e9;
	padding:12px 20px;
	margin-bottom:20px;
	padding-bottom:7px;
}
.input-block{
	display:block;
}
.btn-box{
	text-align:center;
}
.btn-contact-submit{
	padding:12px 40px;
	height:auto;
	line-height:normal;
	font-size:16px;
	margin:auto;
	box-shadow:0 0 6px #00a0e9;
}
.join-table{
  width:100%;
}

.join-table .head{
  background:#f2f2f2;
}
.join-table .head li{
	height:60px;
	text-align:left;
	line-height:60px;
	float:left;
}
.join-table .head li div{
	padding-left:39px;
	font-size:20px;
}
li.l1{width:290px;}
li.l2{width:280px;}
li.l3{width:200px;}
li.l4{width:80px;
	cursor:pointer;}
li.l5{
	width:100%;background:#f2f2f2;color:#000;display:none;
	overflow:unset !important;
	height:auto !important;
	line-height:normal !important;
	padding:20px 0;
}

.join-table .body{
  background:#fff;
  border-bottom:1px solid #ccc;
  transition:all 0.3s;
}
.join-table .body:hover{
  background:#00a0e9;
  cursor:pointer;
  color:#fff;
  border-bottom:1px solid #00a0e9;
}
.join-table .body li{
	height:60px;
	text-align:left;
	line-height:60px;
	float:left;
	
	cursor:auto;
	overflow:hidden;
}
.join-table .body li div{
	padding-left:39px;
	font-size:16px;
}
.join-btn-box{
	margin-top:40px;
	text-align:center;
}
.join-btn-box div{
	padding:10px 40px;
	text-align:center;
	height:auto;
	line-height:normal;
	font-size:20px;
	cursor:auto;
	box-shadow:0 0 6px #00a0e9;
}
.honor{
	
}
.honor li{
	width:260px;
	margin-right:34px;
	float:left;
	margin-bottom:40px;
	background:red;
}
.honor li .img-info{
	padding:10px;
	background:#f2f2f2;
	cursor:pointer;
	overflow:hidden;
	height:200px;
	position:relative;
}
.honor li .img-info.mid img{
	position:absolute;
	top:50%;
	width:240px;
}
.honor li .img-info.chui img{
	width:auto;
	height:100%;
	margin:auto;
	display:block;
}

.honor li .img-info img{
	transition:all 0.3s;
	
}
.honor li .img-info:hover img{
	transform:scale(1.1);
}

.honor li .con{
	background:#fff;
	border:1px solid #ccc;
	border-top:1px solid #f2f2f2;
	line-height:28px;
	padding:14px 15px;
	font-size:16px;
	text-align:center;
}
.honor li .con a{
	transition:all 0.3s;
	cursor:auto;
}
.honor li .con a:hover{
	/*color:#00a0e9;*/
}
.honor li:nth-child(3n){
	margin-right:0;
}

.scheme-info > .info-title {
  color: #000;
  font-size: 34px;
  text-align: center;
}
.scheme-info > .content {
  margin-top: 80px;
  font-size: 16px;
  line-height: 34px;
}
.scheme-info > .content p,.scheme-info > .content div{
  font-size: inherit;
  color: inherit;
}

.boarch{
	line-height:58px;
}
.boarch a{
	font-size:18px;
}
.boarch a:hover{
	color:#00a0e9;
}


.product-swiper {
  height: 440px;
}
.product-swiper > .left, .product-swiper > .right {
  position: relative;
  float: left;
  width: 49%;
  height: 100%;
  z-index: 1;
}

.product-swiper > .left {
  margin-right: 2%;
}

.product-swiper > .right {
  z-index: 8;
  margin-right: 0;
}

.product-swiper .gallery-top {
  height: 70%;
  width: 100%;
}
.product-swiper .gallery-thumbs {
  height: 30%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-swiper .gallery-thumbs .img {
  width: 100%;
  height: 100%;
}
.product-swiper .gallery-thumbs img {
  max-height: 100%;
}
.product-info > .panel{

}
.ad-box > h2 {
  display: inline-block;
  font-size: 30px;
  color: #484848;
  padding-right: 10px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  padding-bottom: 10px;
}
.ad-box > h3 {
  font-size: 44px;
  color: #333;

}
.ad-box > .btn-recommend{
  display: block;
  width: 116px;
  height: 36px;
  line-height: 36px;
  color: white;
  font-size: 16px;
  margin: 45px 0;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
  background-color: #0093d1;
}
.ad-box .swiper-right {
  position: relative;
  z-index: 8;
  padding: 0 15px;
}
.ad-box .swiper-right .swiper-container{
  z-index: 777;
}
.ad-box .swiper-right .swiper-button-next, .ad-box .swiper-right .swiper-button-prev{
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 999;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background: none;
  font-size: 20px;
  text-align: center;
}
.ad-box .swiper-button-prev > .iconfont ,.ad-box .swiper-button-next > .iconfont {
  font-size: inherit;
  color: inherit;
}
.ad-box .swiper-button-prev:hover , .ad-box .swiper-button-next:hover {
  border-color: #0093d1;
  color: #0093d1;
}
.ad-box .swiper-button-prev:hover , .ad-box .swiper-button-next:hover {
}
.ad-box .swiper-right .swiper-button-prev{
  left: -10px;
}

.ad-box .swiper-right .swiper-button-next{
  right: -10px;
}

.product-detail-box{
	
}
.product-detail-box .left{
	float:left;
}

.product-detail-box .img{
	width:400px;
	border:1px solid #00a0e9;
	overflow:hidden;
}
.product-detail-box .img img{
	width:100%;
	display:block;
}
.product-detail-box .right{
	float:left;
	margin-left:25px;
	height:400px;
}
.product-detail-box .right .pro-info{
	margin-top:50px;
}
.product-detail-box .right .pro-info .dec{
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	margin-bottom:80px;
}
.product-detail-box .right .pro-info h3{
	font-size:24px;
	margin-bottom:10px;
}
.product-detail-box .right .pro-info h4{
	font-size:18px;
	font-weight:normal;
	margin-bottom:40px;
}
.product-detail-box .right .pro-btn-box{
	
}
.product-detail-box .right .pro-btn-box .btn{
	padding:0 40px;
	line-height:85px;
	height:auto;
	font-size:24px;
	box-shadow:0 0 10px #00a0e9;
}
.product-detail {
  font-size: 16px;
  line-height: 34px;
  padding-top:40px;
}
.product-detail *{
  font-size: inherit;
  color: inherit;
}
.product-detail img{
	max-width:100%;
}
.product-detail .head{
	height:66px;
	color:#fff;
	line-height:66px;
	font-size:24px;
	padding-left:40px;
	background:#00a0e9;
	margin-bottom:20px;
}

.page-left .case-left-box{
	padding:25px 30px;
	border:1px solid #f2f2f2;
}
.page-left .case-left-box a{
	font-size:16px;
	line-height:26px;
	display:inline-block;
	text-align:center;
	border:1px solid #00a0e9;
	transition:all 0.3s;
	margin-bottom:20px;
	min-width:80px;
}
.page-left .case-left-box a:nth-child(2n){
	margin-right:0;
}
.page-left .case-left-box a:hover,.page-left .case-left-box a.active{
	background:#00a0e9;
	color:#fff;
	box-shadow:0 0 3px #00a0e9;
}
.case li .con:hover{
	border:1px solid #00a0e9;
}
.case li{
	width:200px;
	margin-right:15px;
}
.case li:nth-child(3n) {
    margin-right: 15px;
}
.case li:nth-child(4n) {
    margin-right: 0;
}
.case .img-info{
	height:200px;
	width:100%;
	overflow:hidden;
	padding:0 !important;
}
.case .img-info img{
	width:100%;
	height:100%;
}
.case-detail {
  
  margin: 0 auto;
  font-size: 16px;
  line-height: 34px;
}

.case-detail > h2 {
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  font-weight: 250px;
  background:#f2f2f2;
}
.case .con{
	white-space :nowrap;
	overflow:hidden;
}
.back-to{
	margin-bottom:30px;
	box-shadow:0 0 4px #00a0e9;
	color: #fff;
    background: #00a0e9;
}

.case-detail .img {
  margin: 30px 0;
}
.case-detail img {
  max-width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
}
.case-detail .img img {

}

.btn-back-list{
  margin-top: 50px;
  float: right;
  width: 126px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.btn-back-list:hover {
  color: white!important;
  background-color: #0093d1;
}

.news-content > h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
}
.news{}
.news .item{
	margin-bottom:40px;
}
.news .item .img{
	width:260px;
	text-align:center;
	float:left;
	max-height:160px;
	overflow:hidden;
}
.news .item .news-item{
	margin-left:280px;
}

.news-item .new-title {
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  font-weight:bold;
  text-overflow: ellipsis;
  transition:all 0.3s;
}
.news-item .new-title a:hover{
	color:#00a0e9;
}
.news-item .sub{
}
.news-item .sub .left{
	float:left;
	padding-right:12px;
	line-height:26px;
	text-align: left;
	font-size: 14px;
	color: #999;
	border-right:1px solid #999;
	margin-right:20px;
}
.news-item .new-description {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
.news-item .sub .more{
	padding:0 10px;
	margin-top:5px;
	background:#fff;
	color:#000;
	border:1px solid #00a0e9;
	transition:all 0.3s;
}
.news-item .sub .more:hover{
	color:#fff;
	background:#00a0e9;
}
.news-item .sub .more,.news-item .sub .more i{
	height:auto;
	line-height:23px;
	font-size:12px;
	
}

.news-item  .btn-new-look:hover {
  background-color: #898989;
  color: white;
}

.news-detail{
  
}
.news-detail .news-title{
  font-size:32px;
  line-height:42px;
  text-align:center;
}
.news-detail .news-description{
  font-size:14px;
  line-height:30px;
  text-align:center;
  color:#666;
  background:#f2f2f2;
  margin-top:20px;
  margin-bottom:30px;
}
.news-detail .news-description .time{
	margin-right:50px;
}
.news-detail .news-description .sort{
	margin-right:50px;
}
.news-content > .text {
  text-indent: 2em;
  font-size: 16px;
  line-height: 34px;
  margin-top: 15px;
}

.news-content > .text *{
  color: inherit;
  font-size: inherit;
}
.download-center {
  border-top:1px solid #ccc;
}

.download-table li {
  line-height: 66px;
  color:#333;
  font-size: 16px;
  display:block;
  border-bottom:1px solid #ccc;
}
.download-table  li a,.download-table  li span  {
  display: inline-block;
  text-align: left;
}
.download-table  li span.l1{
	padding-left:40px;
	float:left;
	width:40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.download-table  li .t{
	font-size:12px;
	color:#999;
	float:left;
	width:20%;
}
.download-table a.details{
	float:right;
	margin-top:14px;
	margin-right:20px;
	background:#fff;
	color:#000;
	border:1px solid #00a0e9;
	text-align:center;
}
.download-table a.details:hover {
  color: #fff;
  background:#00a0e9;
}

.join-form {
  width: 80%;
  margin: 0 auto;
  min-width: 800px;
  margin-top: 30px;
}

.join-form .input-group{
  margin-bottom: 20px;
}
.join-form .input-group label {
  display: block;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.join-form .input-block > input,.join-form .input-block > textarea{
  background-color: #f7f7f7;
  border-radius: 6px;
  width: 100%;
  text-indent: 1em;
}

.join-form input{
  line-height: 56px;
}
.join-form textarea{
  line-height: 28px;
}

.join-form .radio {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  padding-left: 2em;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-right: 28px;
  cursor: pointer;
}

.join-form .radio.active, .join-form .radio:hover {
  background-color: #f7f7f1;
}

.join-form .radio input{
  display: none;
}

.radio-check {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #b5b5b5;
  vertical-align: middle;
  margin-right: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.radio-check:hover {
  background-color: #cfcfcf;
}

.radio-check:hover > .iconfont{
  display: inline-block;
}

.radio-check > .iconfont{
  display: none;
  color: white;
  font-size: 24px;
}

.join-form input[checked='checked'] + .radio-check > .iconfont {
  display: inline-block;
}

.btn-join-submit {
  background-color: #0093d1;
  color: white;
  height: 56px;
  line-height: 56px;
  border-radius: 6px;
  width: 100%;
  font-size: 20px;
}

.form-digest {
  font-size: 16px;
  line-height: 27px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 5% 7.5%;
  box-sizing: border-box;
  color: #333;
}
.form-digest * {
  color: inherit;
  font-size: inherit;
}
.form-digest > .left , .form-digest > .right {
  width: 50%;
}
.form-digest > .right{
  box-sizing: border-box;
}
@media (max-width: 1500px){
  .contain-box,.product,.case-box,.news-box, .service-content ,.contact-box {
    width: 90%;
    margin: 0 auto;
  }
  .case-box > .left > .item {
    width: 130px;
  }
  .case-box > .right{
    padding-left: 281px;
  }
}

@media (max-width: 1200px){
  .product-func > .item {
    /*width: 20%;*/
    margin-left: 6%;
  }
  .case-box > .left > .item {
    width: 120px;
  }
  .case-box > .right{
    padding-left: 261px;
  }
}

@media (max-width: 768px){
  .product-func {
    width: 94%;
    margin: 0 auto;
    min-width: auto;
  }
  .product-func > .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px){
  .title {
    padding: 54px 0 30px 0;
  }
}
@media (max-width: 600px) {
  .title {
    padding: 30px 0
  }
}
.alert-box{
	width:500px;
	border:1px solid #00a0e9;
	position:fixed;
	top:50%;
	margin-top:-150px;
	z-index:10000;
	left:50%;
	display:none;
	margin-left:-250px;
}
.alert-box .head{
	line-height:80px;
	background:#00a0e9;
	text-align:center;
	font-size:32px;
	color:#fff;
}
.alert-box .con{
	padding:12px 40px;
	background:#fff;
	line-height:30px;
}
.alert-box .con p{
	font-size:18px;
}
.alert-box .bot{
	margin:auto;
	margin-top:25px;
	text-align:center;
	
}
.alert-box .btn{
	width:150px;
	text-align:center;
	padding:0;
	line-height:50px;
	height:auto;
	font-size:16px;
}