@charset "utf-8";
/* CSS Document */

/*重置*/

body,div,p,span,a,img,input,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,textarea{ margin:0; padding:0; border:0; list-style:none; font-weight:normal;-ms-overflow-style: scrollbar;}
body{ font-family:"microsoft yahei",Verdana, Geneva, sans-serif;font-size:16px;max-width:1920px;margin:0 auto;}
a{ text-decoration:none; color:#232323;}
a:hover{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:link{text-decoration:none;}
a:focus {
	outline:none;
}
.clear_padding_left {
	padding-left:0px;
}
.clear_padding_right {
	padding-right:0px;
}
.clear_margin_left {
	margin-left:0px;
}
.clear_margin_right {
	margin-right:0px;
}

@media(max-width:1200px){
	body{
		font-size:14px;
		}
	}
@media(max-width:992px){
	body{
		font-size:12px;
		}
	}
@media(max-width:767px){
	body{
		font-size:10px;
		}
	}

.fixed-more{
	position:relative;
	padding:0.7em 2em;
	border-radius:5px;
	color:#fff;
	display:inline-block;
	margin:2em auto;
	z-index:999999;
	font-size:0.875em;
	background-color:#4a85ff;
	background:linear-gradient(0deg,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(0deg,#4a85ff, #4fbeff);
	
	
	}

.fixed-more:hover{
	color:#fff;
	background-color:#4fbeff;
	background:linear-gradient(180deg,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(180deg,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(180deg,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(180deg,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(180deg,#4a85ff, #4fbeff);
	}




/*公用*/
.container-fluid{
	max-width:1920px;
	min-width:320px;
	margin:auto;
	overflow:hidden;
	}
.pd-tb{
	padding:6% 0;
	}
.pd-lr{
	padding:0 1.66666%;
	}
.more{
	
	}
.more{
	padding:0.5em 2em;
	border-radius:5px;
	font-size:0.875em;
	background-color:#1dd8bd;
	background:linear-gradient(left,#18c3ab, #1dd8bd); 
	background: -webkit-linear-gradient(left,#18c3ab, #1dd8bd); 
	background:-moz-linear-gradient(left,#18c3ab, #1dd8bd); 
	background:-ms-linear-gradient(left,#18c3ab, #1dd8bd); 
	background:-o-linear-gradient(left,#18c3ab, #1dd8bd);
	color:#fff;
	display:inline-block;
	}


.more:hover{
	color:#fff;
	background-color:#18c3ab;
	background:linear-gradient(right,#18c3ab, #1dd8bd); 
	background: -webkit-linear-gradient(right,#18c3ab, #1dd8bd); 
	background:-moz-linear-gradient(right,#18c3ab, #1dd8bd); 
	background:-ms-linear-gradient(right,#18c3ab, #1dd8bd); 
	background:-o-linear-gradient(right,#18c3ab, #1dd8bd);
	}

.relative{
	position:relative;
	}
.fixed{
	position:fixed;
	top:0;
	}
.static{
	position:static;
	}
@media(max-width:767px){
	.pd-lr{
		padding:0 3% !important;
		}
	}






/*导入字体*/
@font-face {
  font-family: 'hyqh';
  src: url('../fonts/hyqh.eot');
  src:
    url('../fonts/hyqh.eot?#font-spider') format('embedded-opentype'),
    url('../fonts/hyqh.woff') format('woff'),
    url('../fonts/hyqh.ttf') format('truetype'),
    url('../fonts/hyqh.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*顶部导航占位*/
.index-nav-seat{
	height:6.25em;
	}

@media(max-width:767px){
	.index-nav-seat{
	height:40px;
	}
	}
/*顶部导航*/
.no-overflow{
	/*overflow:visible;*/
	}
.index-nav{
	height:6.25em;
	max-width:1920px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999999999;
	margin:auto;
	background-color:#000;
	background-color:rgba(0,0,0,0.9);
	transition:top 0.7s;
	-moz-transition:top 0.7s;
	-ms-transition:top 0.7s;
	-o-transition:top 0.7s;
	-webkit-transition:top 0.7s;
	}

.index-nav:hover{
	background-color:#000;
	background-color:rgba(0,0,0,0.9);
	}

.index-nav .logo{
	line-height:6.25em;
	width:14%;
	display:inline-block
	}
.index-nav .logo img{
	max-width:100%;
	}
.index-nav .nav{
	
	text-align:right;
	float:right;
	}

.index-nav .nav li{
	float:left;
	display:inline-block;
	position:relative;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	-o-perspective: 500px;
	perspective: 500px;
	transition:all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;	
	
	}
.index-nav .nav li a{
	line-height:6.25em;
	height:6.25em;
	padding:0 1em;
	color:#fff;
	display:block;
	
	transition:all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;	
	}




.index-nav .nav li > a .sub_arrow {
	display:inline-block;
	overflow:hidden;
	border:  solid #fff;
	border-width: 0 2px 2px 0;
	padding: 2.5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position:relative;
	top:-3px;
	margin:0 4px 0 4px;
	transition:all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
}	
	
	


.index-nav .nav li:hover a{
	/*background-color:#000;*/
	color:#4fbeff;
	}


.index-nav .nav li:hover .sub_arrow {
	top:0;
	border-color:#4fbeff;
	border-width: 0 2px 2px 0;
	padding: 2.5px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}


.index-nav .nav  li .sub_nav_container {
	visibility: hidden;
	background:#fff;
	position:absolute;
	left:0;
	top:130%;
	opacity: 0;
	padding:0 0 0 0;
	width:auto;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	border-radius:5px;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	
	
	transition:all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}

.index-nav .nav li > .sub_nav_container:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent;
}
.index-nav .nav li > .sub_nav_container:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 20px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(255, 255, 255, 1);
	border-left: 6px solid transparent;
}
.index-nav .nav li:hover > .sub_nav_container {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(-1deg);
	-moz-transform: rotateX(-1deg);
	-ms-transform: rotateX(-1deg);
	-o-transform: rotateX(-1deg);
	transform: rotateX(-1deg);
}
.index-nav .nav li > .sub_nav_container a {
	line-height:normal;
	height:auto;
	display:block;
	padding:13px 28px 13px 28px;
	/*min-width:150px;*/
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
	line-height:normal;
	font-size:14px;
	color:#333;
	transition:all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-top:0;
	border-left:0;
	border-right:0;
}
.index-nav .nav li > .sub_nav_container a:hover {
	color:#fff;
	background-color:#007DB8;

}



.index-nav .nav li > .sub_nav_container a.addlinkcsstop:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;	
}


.index-nav .nav li > .sub_nav_container a.addlinkcssbottom:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;	
}


.index-nav .s-nav{
	position:absolute;
	background-color:#000;
	background-color:rgba(0,0,0,0.96);
	overflow:hidden;
	padding:1em 2em 2em 2em;
	right:0;
	display:none;
	z-index:999999999;
	}

.index-nav .s-nav .box{
	float:left;
	width:200px;
	text-align:left;
	margin:0 1em;
	min-height:130px;
	}

	
.index-nav .s-nav .box h1{
	padding-left:2.5em;
	font-size:1em;
	line-height:2em;
	color:#666;
	margin-bottom:1em;
	cursor:default;
	}
.index-nav .s-nav .box span{
	display:block;
	height:1px;
	background-color:#333;
	}

.index-nav .s-nav .box a{
	font-size:1em;
	color:#eee;
	line-height:2em;
	margin-top:1em;
	display:block;
	line-height:1.7em;
	height:1.7em;
	}
.index-nav .s-nav .box a:hover{
	color:#4fbeff;
	background-color:transparent;
	}
.index-nav .s-nav .img1 h1{
	background:url(../images/s-nav.png) center left no-repeat;
	}
.index-nav .s-nav .img2 h1{
	background:url(../images/s-nav1.png) center left no-repeat;
	}
.index-nav .s-nav .img3 h1{
	background:url(../images/s-nav2.png) center left no-repeat;
	}
.index-nav .s-nav .img4 h1{
	background:url(../images/s-nav3.png) center left no-repeat;
	}

.index-nav .nav li:hover .s-nav{
	display:block;
	}


	
	

/*移动端导航*/
.index-nav-mobile{
	height:40px;
	background-color:#000;
	position:fixed;
	top:0;
	z-index:9999999999;
	padding:0 3%;
	overflow:hidden;
	}

.index-nav-mobile .logo-mobile{
	line-height:40px;
	display:inline-block;
	width:90px;
	float:left;
	}
.index-nav-mobile .logo-mobile img{
	max-width:100%;
	}

.index-nav-mobile .menu{
	display:inline-block;
	line-height:40px;
	width:20px;
	float:right;
	height:40px;
	cursor:pointer;
	}
.index-nav-mobile .menu img{
	max-width:100%;
	}

.index-nav-mobilelist{
	width:100%;
	height:100vh;
	background-color:#000;
	position:fixed;
	z-index:99999;
	overflow:auto;
	padding:80px 0;
	text-align:center;
	display:none;
	}

.index-nav-mobilelist dt{
	font-size:1.5em;
	line-height:1em;
	padding-top:2em;
	}
.index-nav-mobilelist dt a{
	font-weight:bold;
	color:#ddd;
	display:inline-block;
	}
.index-nav-mobilelist dt span{
	display:block;
	height:2px;
	width:1.5em;
	background-color:#555;
	margin:1em auto;
	}
.index-nav-mobilelist dd{
	font-size:0.875em;
	line-height:2em;
	}
.index-nav-mobilelist dd a{
	color:#aaa;
	
	}

/*顶部导航响应*/
@media(max-width:992px){
	.index-nav .nav li a{
		padding:0 0.7em;
		}
	}
@media(max-width:767px){
	.index-nav{
		height:50px;
		overflow:hidden;
		}
	.index-nav-seat{
		height:39px;
		}
	}





/*底部*/
.footer{
	width:100%;
	position:relative;
	z-index:99;
	/*background-color:#e9e9e9;
	background:url(../images/footer-bj.png) center center no-repeat;*/


	background-image:url(../images/footer-bj.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;
	
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);		

	
	padding:5% 0 0 0;
	}
.footer ul{
	overflow:hidden;
	padding-bottom:65px;
	}

.footer ul li{
	width:16.666666%;
	float:left;
	}

.footer ul li dl{
	text-align:left;
	
	}
.footer ul li dl dt{
	font-size:1.125em;
	padding-bottom:0.5em;
	}
.footer ul .footer-right h1{
	font-size:0.875em;
	color:#666;
	padding-bottom:1.5em;
	}


.footer ul .footer-right .logo-img{
	display:block;
	max-width:70%;
	margin:auto;
	margin-bottom:1.5em;
	}
.footer ul li dl dt a{
	color:#232323;
	font-weight:bold;
	}
.footer ul li dl dt a:hover{
	color:#4fbeff;
	}
.footer ul li dl dd{
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 0 15px 0 0;
	margin-top:13px;
	}

.footer ul li dl dd a{
	color:#666;
	}
.footer ul li dl dd a:hover{
	color:#4fbeff;
	}
.footer ul .footer-right{
	text-align:center;
	}
.footer ul .footer-right .wei-img{
	display:inline-block;
	max-width:51%;
	margin-bottom:1.5em;
	}
.footer ul .footer-right .icon-box{
	display:inline-block;
	width:100%;
	overflow:hidden;
	/*height:20px;
	border:1px solid #4fbeff;*/
	}

.footer .copyright{
	border-top:1px solid #d1d1d1;
	padding:2em 0;
	text-align:center;
	font-size:0.875em;
	color:#666;
	line-height:1.5em;
	}




@media(max-width:767px){
	.footer{
		padding:4em 3% 0 3%;
		}
	.footer ul li{
		display:none;
		}
	.footer ul .footer-right{
		display:block;
		text-align:center;
		width:100%;
		}
	.footer ul .footer-right .logo-img{
		max-width:30%;
		}
	.footer ul .footer-right .wei-img{
		max-width:20%;
		}
	}




/*banner_新增样式_start*/
/*banner_start*/
.swiper-container,
.swiper-wrapper,
.swiper-slide
{
	/*width:100%;
	height:100%;*/
}



.banner
{
	/*width:100%;
	height:100%;
	overflow:hidden;*/
}
.banner .bannervideo
{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}

.banner .bannervideo_bg
{
	background-image:url(../images/video-cutover-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;	
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);	
}

.banner .bannervideo .overlayer
{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;  
	opacity:0.5;		
	z-index:18;
	display:inline-table;	
}

.banner .bannervideo  .bannertext_container
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:inline-table;
	/*height:250px;
	margin-top:-125px;*/
	z-index:20;
}
.banner .bannervideo  .bannertext_container .bannertext
{
	padding:0 15px;
	display:table-cell;
	vertical-align:middle;
	
	
}
.banner .bannervideo  .bannertext_container .bannertext h1
{
	font-size:45px;
	line-height:65px;
	text-align:center;	
	color:#FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);	
}

.banner .bannervideo  .bannertext_container .bannertext h2
{
	margin-top:8px;
	font-size:24px;
	line-height:35px;
	text-align:center;	
	color:#FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);	
}
.banner .bannervideo  .bannertext_container  .bannertext .banner_btn_container
{
	margin-top:45px;
	text-align:center;
}
.banner .bannervideo  .bannertext_container  .bannertext .banner_btn_container .webbtn{
	padding:10px 20px;
    background-color: #fe7012;
    border-radius: 5px;
    text-align: center;
    color: #fff;
	-moz-transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;	
}

.banner .bannervideo  .bannertext_container .bannertext .banner_btn_container .webbtn:hover{
	 background-color: #de1919;
}


@media (max-width: 767px) {
	  .banner .bannervideo  .bannertext_container .bannertext h1
	  {
		  font-size:24px;
		  line-height:40px;
		  text-align:center;	
		  color:#FFF;
		  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);	
	  }
	  
	  .banner .bannervideo  .bannertext_container .bannertext h2
	  {
		  margin-top:15px;
		  font-size:18px;
		  line-height:28px;
		  text-align:center;	
		  color:#FFF;
		  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);	
	  }  
	  .banner .bannervideo  .bannertext_container  .bannertext .banner_btn_container
	  {
		  margin-top:35px;
	  }	  
}


.banner .bannervideo .video_tvc
{
	width:100%;
	height:100%;
	object-fit:cover;
}



.banner .bannervideo .video_tvc_ie{
	object-fit: cover;
	object-position: left top;
	font-family: 'object-fit:cover;object-position:left top';
}

.banner .bannerpic
{
	/*width:100%;
	height:100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;	
	
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);*/
}

.banner .bannerpic .bannertext_container
{
	width:100%;
	height:100%;
	/*position:relative;*/
	position:relative;
	display:inline-table;
	/*display:inline-table;	*/
	
}

.banner .bannerpic .bannertext_container a
{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
}

.banner .bannerpic .bannertext_container .bannertext
{
	padding:0 15px;
	display:table-cell;
	vertical-align:bottom;
}
.banner .bannerpic .bannertext_container .bannertext h1
{
	font-size:40px;
	line-height:50px;
	text-align:center;	
	color:#FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);	
}

.banner .bannerpic .bannertext_container .bannertext h2
{
	margin-top:20px;
	font-size:24px;
	line-height:35px;
	text-align:center;	

	color:#FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);	
}
.banner .bannerpic .bannertext_container  .bannertext .banner_btn_container
{
	/*margin-top:45px;*/
	text-align:center;
	margin-bottom:220px;
}


@media (max-width: 767px) {
	.banner .bannerpic .bannertext_container  .bannertext .banner_btn_container
	{
		/*margin-top:45px;*/
		text-align:center;
		margin-bottom:130px;
	}

}

.banner .bannerpic .bannertext_container  .bannertext .banner_btn_container .webbtn{
	padding:10px 20px;
    background-color: #fe7012;
    border-radius: 5px;
    text-align: center;
    color: #fff;
	-moz-transition: all 0.8s ease;
	-webkit-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}

.banner .bannerpic .bannertext_container .bannertext .banner_btn_container .webbtn:hover{
	 background-color: #de1919;
}



.banner .bannerpic .bannertext_container .bannertext .banner_btn_container .sbtn{
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}
.banner .bannerpic .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.banner .bannerpic .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.banner .bannerpic .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.banner .bannerpic .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



@media (max-width: 767px) {
	  .banner .bannerpic .bannertext_container  .bannertext  h1
	  {
		  font-size:18px;
		  line-height:25px;
		  text-align:center;	
		  color:#FFF;
		  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
		  padding:0 15px;
	  }
	  
	  .banner .bannerpic .bannertext_container  .bannertext  h2
	  {
		  margin-top:15px;
		  font-size:14px;
		  line-height:25px;
		  text-align:center;	
		  color:#FFF;
		  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
		  padding:0 15px;
	  }  
	  .banner .bannerpic .bannertext_container  .bannertext .banner_btn_container
	  {
		  margin-top:15px;
	  }	  
}


/*banner_新增样式_end*/




/*首页*/

/*homergoods*/
.homergoods
{
	position:relative;
	margin: 0 auto 0  auto;
}


.homergoods .morebtn
{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:11;
}


.homergoods .morebtn .content_text
{
	width:100%;
	height:100%;
	display:inline-table;
}

.homergoods .morebtn .content_text .goodsbtn
{
/*	display:table-cell;
	vertical-align:middle;
	text-align:center;*/
	position:absolute;
    left: 6.9%;
    bottom: 28%;	
}

.homergoods .morebtn .content_text .goodsbtn .realbtn
{

}






.homergoods .morebtn .content_text .goodsbtn .realbtn .sbtn{
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}


@media (max-width: 767px) {
	.homergoods .morebtn .content_text .goodsbtn .realbtn .sbtn{
		padding:0.5em 1em 0.4em 1em;
		font-size:10px;


	}

}
.homergoods .morebtn .content_text .goodsbtn .realbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.homergoods .morebtn .content_text .goodsbtn .realbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.homergoods .morebtn .content_text .goodsbtn .realbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.homergoods .morebtn .content_text .goodsbtn .realbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

























.index{
	margin-top:-6.25em;
	}
.frame{
	height:55em;
	height:110vh;
	overflow:hidden;
	}
/*.banner{
	width:100%;
	height:55em;
	height:100vh;
	background-color:#CCC;
	overflow:hidden;
	position:relative;
	}

.banner .banner-box{
	
	overflow:hidden;
	} 

.banner .banner-box .img-box{
	width:100vw;
	max-width:1920px;
	height:55em;
	height:100vh;
	float:left;
	position:relative;
	}

.banner .banner-box .img-box img{
	max-width:100%;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	}

.banner .banner-box .img-box .txt{
	position:absolute;
	left:15%;
	top:30%;
	top:36vh;
	width:42%;
	text-align:left;
	z-index:2;
	}
.banner .banner-box .img-box h1{
	color:#fff;
	font-size:2.5em;
	line-height:1.7em;
	}

.banner .banner-box .img-box .more{
	border:none;
	color:#fff;
	display:inline-block;
	margin-top:2em;
	background-color:#4a85ff;
	background:linear-gradient(0deg,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(0deg,#4a85ff, #4fbeff);
	}

.banner .banner-box .img-box .more:hover{
	background-color:#4fbeff;
	background:linear-gradient(180deg,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(180deg,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(180deg,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(180deg,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(180deg,#4a85ff, #4fbeff);
	border:none;
	}

.banner .banner-btn{
	position:absolute;
	bottom:5%;
	bottom:5vh;
	text-align:center;
	width:100%;
	overflow:hidden;
	}

.banner .banner-btn li{
	width:3%;
	height:22px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
	padding:10px 0;
	}
.banner .banner-btn li div{
	background-color:#fff;
	background-color:rgba(255,255,255,0.3);
	height:2px;
	overflow:hidden;
	}
.banner .banner-btn li + li{
	margin-left:0.8%;
	}
.banner .banner-btn li span{
	width:100%;
	display:block;
	height:2px;
	background-color:#fff;
	margin-left:-100%;
	transition:margin 1s;
	-moz-transition:margin 1s;
	-ms-transition:margin 1s;
	-o-transition:margin 1s;
	-webkit-transition:margin 1s;
	}
	
.banner .banner-btn li:hover span{
	margin:0;
	}*/
/*banner响应*/
/*@media(max-width:992px){
	.banner .banner-box .img-box img{
		max-width:1024px;
		width:1024px;
		left:50%;
		margin-left:-512px;
		
		}
	
}
@media(max-width:767px){
	.banner .banner-box .img-box .txt{
		top:15%;
		top:15vh;
	}
	.index{
	margin-top:-40px;
	}
	}
*/
/*嗖嗖云*/
.ssy{
	position:relative;
	height:55em;
	height:100vh;
	}

.ssy .ssy-bj{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/ssy-bj1.png) center bottom no-repeat;
	background:url(../images/ssy-bj1.png) center bottom no-repeat, url(../images/ssy-bj.jpg);
	background-size:contain,auto;
	}
.ssy .ssy-bj .color-bj{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#fff;
	transition:margin 2s;
	-moz-transition:margin 2s;
	-ms-transition:margin 2s;
	-o-transition:margin 2s;
	-webkit-transition:margin 2s;
	}

.ssy .ssy-bj .color-bj1{
	margin-left:100%;
	}

.ssy .ssy-box{
	position:relative;
	height:100%;
	width:100%;
	z-index:1;
	text-align:center;
	padding-top:4em;
padding-top:20vh;
	}
.ssy .ssy-box h1{
	font-size:2.5em;
	
	}

.ssy .ssy-box .logo-img{

	margin:2em;
	margin:3vh;
	
	}


.ssy .ssy-box p{
	width:60%;
	margin:auto;
	font-size:0.875em;
	line-height:2em;
	color:#666;
	}
.ssy .ssy-box .pc-bottom,.ssy .ssy-box .pc-show{
	position:absolute;
	width:40%;
	width:60vmin;
	max-width:90%;
	left:0;
	right:0;
	margin:0 auto;
	}
.ssy .ssy-box .pc-bottom{
	bottom:-50vh;
	transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	-webkit-transition:all 2s;
	}
.ssy .ssy-box .pc-show{
	bottom:5%;
	bottom:5vh;
	opacity:0;
	transition:all 4s;
	-moz-transition:all 4s;
	-ms-transition:all 4s;
	-o-transition:all 4s;
	-webkit-transition:all 4s;
	}
.ssy .ssy-box .bottom{
	bottom:5%;
	bottom:5vh;
	}
.ssy .ssy-box .show{
	opacity:1;
	}



/*社保云*/
.sby{
	position:relative;
	height:55em;
	height:100vh;
	background-color:rgb(255,255,255);
	background-color:rgba(234,247,255,1);
	}

.sby .sby-bj{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/sby-bj.png) bottom left no-repeat;
	background-size:contain;
	}



.sby .sby-box{
	position:relative;
	height:100%;
	width:100%;
	z-index:1;
	text-align:center;
	padding-top:4em;
padding-top:20vh;
	}
.sby .sby-box h1{
	font-size:2.5em;
	
	}

.sby .sby-box .logo-img{
	margin:2em;
	margin:3vh;
	}
.sby .sby-box p{
	width:60%;
	margin:auto;
	line-height:2em;
	font-size:0.875em;
	color:#666;
	}
/*.sby .sby-box .pad-img{
	position:absolute;
	left:0;
	right:0;
	width:70%;
	width:100vmin;
	max-width:100%;
	bottom:-100vw;
	margin:0 auto;
	transition:all 3s;
	-moz-transition:all 3s;
	-ms-transition:all 3s;
	-o-transition:all 3s;
	-webkit-transition:all 3s;
	}

.sby .sby-box .pad-bottom{
	bottom:0;
	}

.sby .sby-box .icon-img{
	position:absolute;
	left:0;
	right:0;
	width:40%;
	width:60vmin;
	max-width:90%;
	bottom:-100vw;
	margin:0 auto;
	transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	-webkit-transition:all 2s;
	}

.sby .sby-box .icon-bottom{
	bottom:5%;
	bottom:5vh;
	}
*/


.sby .sby-box .pad-img{
	position:absolute;
	bottom:-18%;
	bottom:-50vh;
	left:0;
	right:0;

	max-width:90%;
	bottom:-100vw;
	margin:0 auto;
	transition:all 3s;
	-moz-transition:all 3s;
	-ms-transition:all 3s;
	-o-transition:all 3s;
	-webkit-transition:all 3s;
	}

.sby .sby-box .pad-bottom{
	bottom:-5%;
	bottom:-5vw;
	}


.sby .sby-box .yun1,.sby .sby-box .yun2,.sby .sby-box .yun3{
	position:absolute;
	padding:5% 5% 6% 3%;
	font-size:1.5em;
	color:#fff;
	background:url(../images/sby.png) center center no-repeat;
	background-size:100% 100%;
	transition:all 3s;
	-moz-transition:all 3s;
	-ms-transition:all 3s;
	-o-transition:all 3s;
	-webkit-transition:all 3s;
 	}

.sby .sby-box .yun1{
	left:-40vmin;
	bottom:20%;
	bottom:20vh;
	}
.sby .sby-box .yun2{
	right:-40vmin;
	bottom:10%;
	bottom:10vh;
	}
.sby .sby-box .yun3{
	right:-40vmin;
	bottom:15%;
	bottom:15vh;
	}
.sby .sby-box .yun1-1{
	left:20%;
	}

.sby .sby-box .yun1-2{
	right:43%;
	}

.sby .sby-box .yun1-3{
	right:15%;
	}




/*绩效云*/

.jxy{
	position:relative;
	height:55em;
	height:100vh;
	background-color:#fff;
	}

.jxy .jxy-bj{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/jxy-bj.png) bottom center no-repeat;
	background-size:contain;
	}




.jxy .jxy-box{
	position:relative;
	height:100%;
	width:100%;
	z-index:1;
	text-align:center;
	padding-top:4em;
padding-top:20vh;
	}
.jxy .jxy-box h1{
	font-size:2.5em;
	
	}

.jxy .jxy-box .logo-img{
	margin:2em;
	margin:3vh;
	}


.jxy .jxy-box p{
	width:60%;
	margin:auto;
	line-height:2em;
	font-size:0.875em;
	color:#666;
	}
.jxy .jxy-box .phone-img{
	position:absolute;
	width:25%;
	width:40%;
	width:60vmin;
	max-width:60%;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0;
	bottom:-70vh;
	transition:all 3s;
	-moz-transition:all 3s;
	-ms-transition:all 3s;
	-o-transition:all 3s;
	-webkit-transition:all 3s;
	}

.jxy .jxy-box .phone-bottom{
	bottom:5%;
	bottom:5vh;
	}



/*福利云*/
.fly{
	position:relative;
	height:55em;
	height:100vh;
	background-color:#fff;
	background-color:rgba(230,255,255,1);
	}

.fly .fly-bj{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/fly-bj.png) bottom center no-repeat;
	background-size:contain;
	}




.fly .fly-box{
	position:relative;
	height:100%;
	width:100%;
	z-index:1;
	text-align:center;
	padding-top:4em;
padding-top:20vh;
	}
.fly .fly-box h1{
	font-size:2.5em;
	
	}

.fly .fly-box .logo-img{
	margin:2em;
	margin:3vh;
	}


.fly .fly-box p{
	width:60%;
	margin:auto;
	line-height:2em;
	font-size:0.875em;
	color:#666;	
	}
.fly .fly-box .box-img{
	position:absolute;
	width:40%;
	width:60vmin;
	max-width:70%;
	left:0;
	right:0;
	margin:0 auto;
	bottom:0;
	bottom:-70vh;
	transition:all 3s;
	-moz-transition:all 3s;
	-ms-transition:all 3s;
	-o-transition:all 3s;
	-webkit-transition:all 3s;
	}

.fly .fly-box .box-bottom{
	bottom:5%;
	bottom:5vh;
	}


/*公益云*/
.gyy{
	position:relative;
	height:55em;
	height:110vh;
	background-color:#fff;
	
	}

.gyy .gyy-bj{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/gyy-bj.png) bottom center no-repeat;
	background-size:contain;
	}




.gyy .gyy-box{
	position:relative;
	height:100%;
	width:100%;
	z-index:1;
	text-align:center;
	padding-top:4em;
padding-top:20vh;
	}
.gyy .gyy-box h1{
	font-size:2.5em;
	
	}

.gyy .gyy-box .logo-img{
	margin:2em;
	margin:3vh;
	}


.gyy .gyy-box p{
	width:60%;
	margin:auto;
	font-size:0.875em;
	color:#666;
	line-height:2em;
	}
.gyy .gyy-box .o-img{
	position:absolute;
	width:40%;
	width:60vmin;
	max-width:40%;
	left:0;
	right:0;
	margin:0 auto;
	bottom:20%;
	bottom:-70vh;
	transition:all 3s;
	-moz-transition:all 3s;
	-ms-transition:all 3s;
	-o-transition:all 3s;
	-webkit-transition:all 3s;
	}

.gyy .gyy-box .o-bottom{
	bottom:5%;
	bottom:5vh;
	}



/*合作伙伴*/
.index-partner{
	background-color:#fff;
	z-index:1;
	position:relative;
	}
.index-partner-box{
	text-align:center;
	padding:4em 0 2em 0;
	}
.index-partner-box h1{
	font-size:2.5em;
	
	}

.index-partner-box ul{
	margin:4em 0;
	overflow:hidden;
	}

.index-partner-box ul li{
	float:left;
	width:16.666666%;
	}
.index-partner-box ul li img{
	display:block;
	max-width:84%;
	margin:auto;
	}





/*合作-响应*/
@media(max-width:991px){
	.gyy{
		height:100vh;
		}
	}

@media(max-width:767px){
	.index-partner{
		padding:0 3%;
		}
	.index-partner-box ul li{
	width:25%;
	height: 65px;
	}
	
}




/*新闻*/
.index-news{
	background-color:#f6f6f6;
	background:url(../images/news-bj.jpg) center center no-repeat;
	background-size:cover;
	/*z-index:1;*/
	position:relative;
	}

.index-news-box{
	text-align:center;
	padding:4em 0 2em 0;
	}

.index-news-box h1{
	font-size:2.5em;
	
	}
.index-news-box .news-over{
	overflow:hidden;
	margin:4em 0;
	}

.index-news-box .news-left{
	float:left;
	width:48%;
	
	
	}
.index-news-box .news-right{
	float:right;
	width:48%;
	
	}



.index-news-box .news-over .news-title{
	background-color:#4fbeff;
	background:linear-gradient(0deg,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(0deg,#4a85ff, #4fbeff);
	overflow:hidden;
	padding:1em 3em;
	}

.index-news-box .news-over .news-title h2{
	float:left;
	font-size:1.125em;
	color:#fff;
	font-weight:bold;
	}
.index-news-box .news-over .news-title a{
	float:right;
	font-size:0.875em;
	color:#fff;
	position:relative;
	overflow:hidden;
	}
.index-news-box .news-over .news-title a:before{
	content:"更多";
	color:#fff;
	position:absolute;
	width:100%;
	font-size:0.875em;
	background-color:#fff;
	color:#4fbeff;
	left:-100%;
	transition:left 0.3s;
	-moz-transition:left 0.3s;
	-webkit-transition:left 0.3s;
	-ms-transition:left 0.3s;
	-o-transition:left 0.3s;
	}
.index-news-box .news-over .news-title a:hover:before{
	left:0;
	}
.index-news-box .news-over .news-txt{
	text-align:left;
	padding:2em 3em;
	background-color:#fff;
	}
.index-news-box .news-over .news-txt a{
	display:block;
	overflow:hidden;
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
	font-size:0.875em;
	color:#666;
	padding:0.5em 0;
	}

.index-news-box .news-over .news-txt a:hover{
	color:#4fbeff;
	}
/*新闻-响应*/
@media(max-width:767px){
	
	
.index-news{
	padding:0 3%;
	}
.index-news-box .news-left,.index-news-box .news-right{
	width:100%;
	margin:0;
	margin-bottom:3%;
	float:none;
	}
.index-news-box .news-over{
	overflow:hidden;
	margin-bottom:0;
	}
}





.index .fixed,.index .fixed-1{
	position:fixed;
	top:0;
	z-index:0;
	max-width:1920px;
	overflow:hidden;
	}







/*侧导航*/
/*.left-nav{
	position:fixed;
	top:0;
	left:6%;
	width:14%;
	padding:6% 0 0 0;
	}
*/

.left-nav{
	position:absolute;
	top:60px;
	left:6%;
	width:14%;
	padding-top:6%;
	z-index:3;
	}
.left-nav ul{
	padding:1em 0;
	background:url(../images/left-nav-bj2.jpg) right top repeat-y;
	}

.left-nav ul li{
	position:relative;
	width:100%;
	padding:0.5em;
	padding-right:1.5em;
	
	}
.left-nav ul li a{
	display:block;
	font-sizE:1em;
	text-align:right;
	}
	
.left-nav ul li:hover a{
	color:#1dd8bd;
	}
	


.left-nav ul li a.cur:link,.left-nav ul li a.cur:visited,.left-nav ul li a.cur:active {
    color:#1dd8bd;
}

.left-nav ul li a.cur:hover {
    color:#1dd8bd;
}
	
	
.left-nav ul li span{
	display:block;
	width:0.7em;
	height:0.7em;
	border-radius:1em;
	background-color:#666;
	position:absolute;
	right:-0.33em;
	top:0;
	bottom:0;
	margin:auto;
	}

.left-nav ul li span.curspan
{
	background-color:#1dd8bd;
}


.left-nav ul li:hover span{
	background-color:#1dd8bd;
	}

.left-nav-bj{
	float:right;
	margin-right:-6px;
	text-align:right;
	}
	

	
	
	
	
	
	
/*侧导航响应*/
@media(max-width:1200px){
	.left-nav{
		left:0;
		}
	}

























/*案例列表页*/
.case{
	
	}


.case dl{
	overflow:hidden;
	display:none;
	min-height:500px;
	}
.case dl dt,.case dl dd{
	margin-bottom:1em;
	}
.case dl dt{
	border-bottom:1px solid #1dd8bd;
	position:relative;
	border-image:linear-gradient(0deg,#1dd8bd, #1dd8bd)1 1; 
	border-image: -webkit-linear-gradient(0deg,#1dd8bd, #1dd8bd)1 1; 
	border-image:-moz-linear-gradient(0deg,#1dd8bd, #1dd8bd)1 1; 
	border-image:-ms-linear-gradient(0deg,#1dd8bd, #1dd8bd)1 1; 
	border-image:-o-linear-gradient(0deg,#1dd8bd, #1dd8bd)1 1; 
	margin-bottom:3em;
	}


.case dl dt h1{
	font-size:1.5em;
	color:#1dd8bd;
	}
.case dl dt h2{
	font-size:0.875em;
	color:#666;
	padding-top:0.5em;
	}


.case dl dt span{
	display:block;
	position:absolute;
	bottom:0.5em;
	right:0.5em;
	color:#1dd8bd;
	}

.case dl dd{
	border-bottom:2px dotted #aaa;
	padding-bottom:0.5em;
	margin-bottom:2em;
	}





.case dl dd h1{
	font-size:0.875em;
	line-height:1.7em;
	background:url(../images/case-dd.png) left center no-repeat;
	background-size:1%;
	padding-left:1em;
	}
.case dl dd h1 a{
	
	color:#666;
	-webkit-transition-property: color;
	  transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	
	}
.case dl dd h2{
	font-size:1.125em;
	color:#232323;
	}



.case dl dd:hover h1 a{
	color:#1dd8bd;
	}
.case dl dd:hover span{
	width:100%;
	background-color:#fff;
	}
.case dl dd:hover h2{
	color:#fff;
	}







/*案例列表页响应*/
@media(max-width:767px){
	.case{
		background-color:#f6f6f6;
		}
	.case dl{
		display:block;
		min-height:inherit;
		}	
	.case dl dt,.case dl dd{
		width:100%;
		margin:1.666666% 0;
		height:auto;
		}
	
	.case dl dt{
		padding:2em;
		background:linear-gradient(0deg,#4a85ff, #4fbeff); 
		background: -webkit-linear-gradient(0deg,#4a85ff, #4fbeff); 
		background:-moz-linear-gradient(0deg,#4a85ff, #4fbeff); 
		background:-ms-linear-gradient(0deg,#4a85ff, #4fbeff); 
		background:-o-linear-gradient(0deg,#4a85ff, #4fbeff);
		
		border:none;
		}
	.case dl dt h1{
		color:#fff;
		}
	.case dl dt h2{
		color:rgba(255,255,255,0.5);
		}
	.case dl dt span{
		color:#fff;
		right:1em;
		bottom:2em;
		}
	
	.case dl dd{
		background-color:#fff;
		border:none;
		border-bottom:1px solid #f0f0f0;
		padding:3%;
		}
	.case dl dd h1{
		height:auto;
		}
	.case dl dd h2{
		color:#666;
		}
	.case dl dd span{
		margin:2em 0 1em 0;
		}
	.case dl dd:hover h1 a{
		color:#4fbeff;
		}
	.case dl dd:hover span{
		width:20%;
		background-color:#4fbeff;
		}
	.case dl dd:hover h2{
		color:#666;
		}

	.case dl dd:hover:before{
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  
	}
	}



/*案例详情页*/


.case1-1 .title{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
	}
.case1-1 .lab{
	overflow:hidden;
	padding:1.5em 0;
	}

.case1-1 .lab h2{
	float:left;
	margin-right:2em;
	font-sizE:0.875em;
	color:#666;
	}

.case1-1 .lab h2 span{
	color:#1dd8bd;
	}

.case1-1 .way{
	font-size:0.875em;
	color:#666;
	padding:2em 0;
	border-bottom:1px solid #ddd;
	line-height:1.7em;
	}

.case1-1 .test{
	padding:2em 0;
	
	border-bottom:1px solid #ddd;
	}
.case1-1 .test  h3{
	display:block;
	font-size:0.875em;
	color:#1dd8bd;
	padding-bottom:1em;
	}
.case1-1 .test p{
	padding-bottom:2em;
	color:#666;
	}
.case1-1 .test span{
	display:block;
	color:#666;
	}
.case1-1 .txt{
	color:#333;
	padding:2em 0;
	font-size:0.875em;
	/*text-indent:2em;*/
	line-height:1.7em;
	}

.case1-1 .txt strong{
	color:#1dd8bd;
	font-size:1.125em;
	}
.case1-1 .more-box{
	padding:2em 0;
	overflow:hidden;
	}

.case1-1 .more-box .more{
	clear:both;
	float:left;
	position:relative;
	color:#fff;
	display:inline-block;
	margin:1em 0;
	-webkit-transition-property: color;
	  transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}


/*.case1-1 .more-box .more:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:linear-gradient(0deg,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(0deg,#4a85ff, #4fbeff);
	
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	}
.case1-1 .more-box .more:hover{
	color:#fff;
	}

.case1-1 .more-box .more:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  
}*/


.case1-1 .more-box .return{
	padding:3em 2em 0.5em 0;
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	clear:both;
	float:left;
	border-bottom:3px solid #232323;
	}

.case1-1 .more-box .return:hover{
	color:#1dd8bd;
	border-bottom:3px solid #1dd8bd;
	}




/*新闻列表页*/

.news-1 .grid .pm{
	position:relative;
	width:30%;
	margin:1.66666666%;
	float:left;
	}
.news-1 .grid .pm .new-time{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	padding:0.7em;
	background-color:rgba(0,0,0,0.8);
	text-align:center;
	z-index:1;
	-webkit-transition-property: background;
	  transition-property: background;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	}

.news-1 .grid .pm .new-time h1{
	font-sizE:1.875em;
	font-family:Arial;
	font-weight:bold;
	color:#fff;
	padding-bottom:0.5em;
	}
.news-1 .grid .pm .new-time h2{
	font-sizE:1em;
	font-family:Arial;
	font-weight:blod;
	color:#fff;
	}


.news-1 .grid .pm .img{
	width:100%;
	/*background-color:rgb(0,0,0);*/
	display:block
	}

.news-1 .grid .pm .img img{
	display:block;
	max-width:100%;
	opacity:0.9;
	}

.news-1 .grid .pm .txt{
	background-color:#f0f0f0;
	padding:2em;
	line-height:1.7em;
	-webkit-transition-property: background;
	  transition-property: background;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	}

.news-1 .grid .pm .txt h1{
	font-size:1.125em;
	padding-bottom:1em;
	line-height:1.7em;
	}

.news-1 .grid .pm .txt h1 a{
	font-weight:bold;
	color:#232323;
	}

.news-1 .grid .pm .txt h2{
	font-size:0.875em;
	color:#666;
	line-height:1.5em;
	text-indent:2em;
	}


.news-1 .grid li:hover .new-time{
	background:linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background: -webkit-linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background:-moz-linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background:-ms-linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background:-o-linear-gradient(0deg,#22bfa9, #1dd8bd);
	}

.news-1 .grid li:hover .txt{
	background:linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background: -webkit-linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background:-moz-linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background:-ms-linear-gradient(0deg,#22bfa9, #1dd8bd); 
	background:-o-linear-gradient(0deg,#22bfa9, #1dd8bd);
	}

.news-1 .grid li:hover .txt h1 a{
	color:#fff;
	}

.news-1 .grid li:hover .txt h2{
	color:#f0f0f0;
	}
@media(max-width:767px){
	.news-1 {
		padding:6% 3%;
		}
	.news-1 .grid .pm{
		margin:0;
		margin-bottom:3%;
		width:100%;
		float:none;
		}

	}


/*新闻详情页*/
.news1-1 .date{
	font-size:0.875em;
	color:#666;
	padding-bottom:5em;
	text-align:center;
	}

.news1-1 .title{
	font-size:1.5em;
	font-weight:bold;
	color:#232323;
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
	margin-bottom:1em;
	line-height:1.5em;
	text-align:center;
	}


.news1-1 img{
	max-width:100%;
	display:block;
	margin:0 auto;
	}
.news1-1 .txt{
	color:#666;
	padding:2em 0;
	line-height:1.7em;
	margin-top:2em;
	text-indent:2em;
	font-sizE:0.875em;
	}


.news1-1 .more-box{
	padding:2em 0;
	overflow:hidden;
	}

.news1-1 .more-box .more{
	clear:both;
	float:left;
	position:relative;
	color:#fff;
	display:inline-block;
	margin:1em 0;
	-webkit-transition-property: color;
	  transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}


/*.news1-1 .more-box .more:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background:linear-gradient(0deg,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(0deg,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(0deg,#4a85ff, #4fbeff);
	
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	}*/
.news1-1 .more-box .more:hover{
	color:#fff;
	}


/*.news1-1 .more-box .more:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1); 
}*/


.news1-1 .more-box .return{
	padding:3em 2em 0.5em 0;
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	clear:both;
	float:left;
	border-bottom:3px solid #232323;
	}

.news1-1 .more-box .return:hover{
	color:#1dd8bd;
	border-bottom:3px solid #1dd8bd;
	}



/*合作伙伴*/



.partner .title{
	font-size:1.5em;
	
	color:#1dd8bd;
	}

.partner .txt{
	font-size:0.875em;
	color:#666;
	text-indent:2em;
	padding:2em 0;
	line-height:1.7em;
	margin-bottom:2em;
	}


.partner .icon-box{
	overflow:hidden;
	padding:2em 0;
	margin-bottom:2em;
	}

.partner .icon-box li{
	width:33.333333%;
	float:left;
	margin-bottom:2em;
	}

.partner .icon-box li img{
	display:block;
	max-width:70%;
	/*-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray;*/
	}

.partner .icon-box li:hover img{
	-webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%); 
	-ms-filter: grayscale(0%); 
	-o-filter: grayscale(0%); 
	filter: grayscale(0%); 
	}

@media(max-width:767px){
	.partner-1{
		padding:6% 3%;
		}
	}





/*联系我们*/
.contact{
	padding: 6% 0;
	}

.contact .common{
	position:relative;
	}

.contact .common .img-box{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	
	overflow:hidden;
	transition:background 0.1s;
	-webkit-transition:background 0.1s;
	-moz-transition:background 0.1s;
	-ms-transition:background 0.1s;
	-o-transition:background 0.1s;
	
	}

.contact .common .img-box img{
	max-width:100%;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	transition:background 0.1s;
	transform: scale(1.5,1.5);
	}

.contact .common .img-box h1{
	font-size:1.125em;
	font-weight:bold;
	line-height:1.5em;
	height:4.5em;
	color:#fff;
	padding-top:3em;
	background:url(../images/map-r.png) top center no-repeat;
	background-size:2em;
	display:inline-block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	width:100%;
	
	}


.contact .common .img-box:hover h1{
	background-size:1.8em;
	}


.contact .common .txt-box{
	padding:4% 0 4% 4%;
	float:right;
	}

.contact .common .txt-box .txt-bj{
	background:url(../images/map-txt.png) 2.5em 0 no-repeat, url(../images/map-txt.png) 0 100% no-repeat;
	background-size:1em;
	display:inline-block;
	}
.contact .common .txt-box h1{
	display: inline-block;
	color:#1dd8bd;
	font-size: 1.5em; 
	padding:1.5em 0;
	font-weight:bold;
	/*color:#4fbeff;*/
	/*文本渐变*/
	background: -webkit-linear-gradient(left,#18bda5,#1dd8bd);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	
	
	 
	}
.contact .common .txt-box h2{
	 display: inline-block;
     color:#1dd8bd;
     font-size: 1.5em; 
	 
	 font-weight:bold;
	}
.contact .common .txt-box h1 span,.contact .common .txt-box h2 span{
	font-size:1.8em;
	font-weight:bold;
	}

.contact .common .txt-box .txt{
	font-size:0.875em;
	color:#333;
	line-height:1.7em;
	padding-top:1em;

	}

/*联系我们响应*/
@media(min-width:768px){
	.contact .map-a .img-box{
	left:auto;
	right:0;
	}
.contact .map-a .txt-box{
	float:left;
	text-align:left;
	padding:4%;
	}
	}



@media(max-width:767px){
	.contact .common .img-box{
		position:relative;
	}
	.contact .common .img-box img{
		max-width:100%;
		position:relative;
	}
	.contact .common{
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	}






/*申请试用*/
.apply{
	padding:4% 0;
	}
.apply .tiptext
{
	
	    margin: 0% 1.66666%;
}
.apply-1 h1{
	padding:0 2.5em;
	font-sizE:1.5em;
	
	position:relative;
	}


.apply-1 h1 span{
	display:block;
	width:5px;
	position:absolute;
	left:1.66666%;
	top:0;
	bottom:0;
	margin:auto;
	background: linear-gradient(top,#26dec4,#1dd8bd);
	background: -moz-linear-gradient(top,#26dec4,#1dd8bd);
	background: -ms-linear-gradient(top,#26dec4,#1dd8bd);
	background: -o-linear-gradient(top,#26dec4,#1dd8bd);
	background: -webkit-linear-gradient(top,#26dec4,#1dd8bd);
	}

.apply-1 .input-box{
	overflow:hidden;
	margin:2% 0;
	/*border:1px solid #F00;*/
	
	}

.apply-1 .input-box .inputbox_area{
    /*border:1px solid #F00;*/
	width:30%;
	float:left;	
	margin:1% 1.66666%;
	overflow:hidden;
}

.apply-1 .input-box .addw
{
	width:96.66666%
}
	
.apply-1 .input-box input[type=text]{
	font-size:0.875em;
	width:30%;
	float:left;
	margin:1% 0;
	padding:0.5em 1em;
	border-radius:5px;
	border:1px solid #aaa;
	outline:none;
	color:#666;
	}

.apply-1 .input-box .inputbox_area  input{
	font-size:0.875em;
	width:96.66666%;
	padding:0.5em 1em;
	border-radius:5px;
	border:1px solid #aaa;
	outline:none;
	color:#666;
}





.apply-1 .input-box .inputbox_area .tipmessage {
	width: 100%;
	color: #ff0500;
	padding-left: 18px;
	font-size: 14px;
	/*margin-top:5px;*/
	word-break: break-all;
	overflow:hidden;
	/*border:1px solid #F00;*/
}


.apply-1 .input-box .w{
	width:96.66666% !important;
	margin:1.66666% !important;
	}

.apply-1 .input-box .subbtn
{
	margin-top:60px;
	overflow:hidden;
	/*border:1px solid #F00;*/
}

.apply input[type=submit]{
	
	text-align:center;
	display:block;
	margin:auto;
	margin-top:3%;
	padding:0.5em 3em;
	clear:both;
	border-radius:5px;
	color:#fff;
	outline:none;
	font-size:0.875em;
	background:#1dd8bd 
	
	
	}

.apply-1 .input-box input[type=submit]:hover{
	background:#18bba4; 
	}


.apply-2 .input-box textarea{
	width:98.8%;
	margin:0 0;
	border:1px solid #aaa;
	border-radius:5px;
	padding:0.5em 1em;
	outline:none;
	height:10em;
	color:#666;
	line-height:1.5em;
	resize:none;
	font-size:0.875em;
	}


.apply-2 .label-box{
	padding:1.66666% 1.66666% 0 1.66666%;
	clear:both;
	
	}


.apply-2 .label-box span{
	font-size:0.875em;
	font-weight:bold;
	margin-right:2em;
	color:#232323;
	}

.apply-2 .label-box label{
	font-size:0.875em;
	color:#666;
	margin-right:2em;
	cursor:pointer;
	margin-top:-4px;
	}

.apply-2 .label-box label input[type=checkbox]{
	margin-right:0.5em;
	width:1.2em;
	height:1.2em;
	
	outline:none;
	opacity:0.8;
	}


/*申请试用响应*/
@media(max-width:1366px){
.apply-1 .input-box input[type=button]{
	margin-top:0;
	}
}
@media(max-width:767px){
	.apply{
		padding:4%;
		}
	.apply-1{
		padding:0;
		}
		

	  .apply-1 .input-box .inputbox_area{
		  
		  width:98.66666%;
		  float:none;	
	
	  }	
		
		
	/*.apply-1 .input-box input[type=text]{
		float:none;
		width:96.66666%;
		
		}*/

	.apply-2 .label-box label,.apply-2 .label-box span{
		display:block;
		}
	.apply-2 .label-box label{
		margin-top:1.5em;
		}

       .apply-2 .input-box textarea{
		   width:96%;
	   
	   }
		
	
	}




/*关于我们页面*/

/*标题*/
.about-title{
	
	}

.apnd
{
	margin-bottom:50px;
}	
	
.about-title h1{
	font-size:2.3em;
	color:#1dd8bd;
	}

.about-title h2{
	font-size:1.5em;
	font-weight:bold;
	color:#1dd8bd;
	}

.about-title h2 span{
	display:inline-block;
	width:2em;
	border-bottom:1px solid #666;
	margin-right:0.5em;
	}


/*about*/
.about-1{
	}
.about-1 .col-lg-9{
	
	padding:4% 0;
	}

.about-1 .about-title{
	display:inline-block;
	float:right;
	text-align:right;
	margin-right:50%;
	padding-top:4%;
	}

.about-1 .about-title h2{
	padding-top:1em;
	}


.about-1 .img1{
	position:absolute;
	top:45%;
	left:0;
	width:50%;
	}
.about-1 .img2{
	position:absolute;
	top:0;
	right:22%;
	width:18%;
	z-index:1;
	}
.about-1 .img3{
	position:absolute;
	top:4%;
	right:8.333333%;
	width:28%;
	}

.about-1 .img-box img{
	max-width:100%;
	display:block;
	
	}


.about-1 .p{
	width:56%;
	padding:15% 16% 8% 10%;
	clear:both;
	border:1px solid #1dd8bd;
	border-right:none;
	float:right;
	line-height:2em;
	margin-top:4%;
	font-size:0.875em;
	text-indent:2em;
	color:#666;
	}

.about-1 .line-1{
	width:0.8%;
	height:30%;
	position:absolute;
	bottom:-12%;
	right:12%;
	background:#1dd8bd; 
	}

.about-1 .line-2{
	width:0.3%;
	height:30%;
	position:absolute;
	bottom:-24%;
	right:15%;
	background:#1dd8bd; 
	}

/*about-1响应式*/

@media(max-width:992px){
	.about{
		padding-top:0;
		}
	.about-1{
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		}	
	.about-1 .col-lg-9{
	
		padding-top:0;
		}
	.about-1 .img1{
		position:relative;
		top:0;
		left:0;
		width:100%;
		}
	.about-1 .img2,.about-1 .img3{
		display:none;
		}
	.about-1 .about-title{
		overflow:hidden;
		display:block;
		float:none;
		text-align:left;
		margin:0;
		padding:4% 3% 0 3%;
		}
	.about-1 .about-title h1,.about-1 .about-title h2{
		float:left;
		}
	.about-1 .about-title h2{
		padding-top:0;
		margin-left:1em;
		}
	.about-1 .p{
		width:100%;
		padding:0 3%;
		border:none;
		float:none;
		text-indent:2em;
		margin-top:6%;
		}
		
	.about-1 .line-1,.about-1 .line-2{
		display:none;
		}
	
	}


/*about-2*/
.about-2{
	padding:4% 0;
	}
.about-2 .about-title{
	overflow:hidden;
	}


.about-2 .about-title h1,.about-2 .about-title h2{
	float:left;
	margin-right:1em;
	}


.about-2 .list-box{
	overflow:hidden;
	margin-top:6%;
	padding-left:2.5%;
	}

.about-2 .list-box ul li{
	margin-bottom:3%;
	}	
	
	
.about-2 .list-box .year{
	font-size:1.125em;
	font-weight:bold;
	color:#1dd8bd;
	margin-bottom:1em;
	
	
	}

.about-2 .list-box .list h2{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	margin-bottom:1em;
	
	
	}
	
.about-2 .list-box .ccctxt
{
	font-size:0.875em;
	color:#333;
	padding-left:1.5em;
	margin:0.5em 0;
	line-height:1.5em;
	color:#666;
}	

/*.about-2 .list-box .list p{
	font-size:0.875em;
	color:#666;
	margin:0.5em 0;
	background:url(../images/line-sm.jpg) left center no-repeat;
	padding-left:1.5em;
	
	}*/



/*about-2响应*/

@media(max-width:992px){
	.about-2{
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-top:3%;
		}
	.about-2 .about-title{
		padding:0 3%;
		}

	.about-2 .list-box ul li .list{
		padding:2% 0 4% 0;
		}

	.about-2 .list-box{
		padding:0 3%;
		}


	}





/*about-3*/

.about-3{
	margin:4% 0;
	position:relative;
	}

.about-3 .about-title{
	
	
	
	}
.about-3 .about-title h1{
	position:absolute;
	font-size:2.3em;
	line-height:1.2em;
	width:1em;
	height:6.4em;
	padding:0.5em 0;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background-color:#fff;
	z-index:1;
	}
.about-3 .about-title h2{
	position:absolute;
	/*left:12%;
	bottom:5%;*/
    left: 3%;
    bottom: 28%;	
	}
.about-3 .play{
	position:relative;
	border:1px solid #4fbeff;
	border-right:none;
	width:98%;
	width:-moz-calc(100% - 0.875em);	
	width:calc(100% - 0.875em);
	width:-webkit-calc(100% - 0.875em);
	
	float:right;
	padding:10%;
	overflow:hidden;
	}

.about-3 .play .txt-box{
	float:left;
	width:80%;
	overflow:hidden;
	
	}

.about-3 .play .txt-box ul{
	overflow:hidden;
	width:999999px;
	
	}
.about-3 .play .txt-box ul li{
	float:left;
	
	}
.about-3 .play .txt-box ul li h1{
	padding-left:15%;
	font-size:1.125em;
	color:#232323;
	font-weight:bold;
	}

.about-3 .play .txt-box ul li .color{
	color:#1dd8bd;
	}

.about-3 .play .txt-box ul li h1 span{
	color:#aaa;
	font-size:0.6em;
	margin-left:0.2em;
	font-weight:bold;
	}

.about-3 .play .txt-box ul li .line{
	width:7em;
	height:1px;
	background-color:#1dd8bd;
	margin:2em 0;
	}

.about-3 .play .txt-box ul li .txt{
	padding-left:15%;
	}
.about-3 .play .txt-box ul li .txt{
	margin:0.3em 0;
	font-size:0.875em;
	color:#666;
	line-height:1.5em;
	}
.about-3 .play .year-box{
	position:absolute;
	right:8.3333333%;
	top:0;
	bottom:0;
	margin:auto;
	height:18em;
	overflow:hidden;
	padding:1.5em 0;
	}

.about-3 .play .year-box .pm{
	height:15em;
	overflow:hidden;
	
	}
.about-3 .play .year-box .top{
	position:absolute;
	top:0;
	width:100%;
	height:0.8em;
	background:url(../images/about-3-btn2.jpg) center center no-repeat;
	background-size:contain;
	cursor:pointer;
	-moz-user-select:none;
	}
.about-3 .play .year-box .top:hover{
	background:url(../images/about-2-bj.jpg) center center no-repeat;
	}
.about-3 .play .year-box .bottom{
	position:absolute;
	bottom:0;
	width:100%;
	height:0.8em;
	background:url(../images/about-3-btn.jpg) center center no-repeat;
	background-size:contain;
	cursor:pointer;
	-moz-user-select:none;
	}
.about-3 .play .year-box .bottom:hover{
	background:url(../images/about-2-bj4.jpg) center center no-repeat;
	}


.about-3 .play .year-box  ul li{
	line-height:3em;
	cursor:pointer;
	
	}
.about-3 .play .year-box  ul li:hover{
	color:#4fbeff;
	}

.about-3 .play .year-box  ul .color{
	color:#4fbeff;
	}


/*about-3响应*/
@media(max-width:992px){
	
	
.about-3{
	background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin:0;
		margin-top:3%;
		position:relative;
		padding:4% 0;
	}
.about-3 .about-title{
		padding:0 3%;
		}
.about-3 .about-title h1{
	position:static;
	font-size:1.5em;
	line-height:1.2em;
	width:auto;
	height:auto;
	padding:0;
	background-color:#f6f6f6;
	float:left;
	margin-right:1em;
	}
.about-3 .about-title h2{
	position:static;
	float:left;
	}

.about-3 .play{
	position:relative;
	border:0;
	width:100%;
	float:none;
	padding:10%;
	overflow:hidden;
	}

}







/*about-4*/
/*about-4*/
.about-4 {
	padding:4% 0;
	}
.about-4 .about-title{
	overflow:hidden;
	}
.about-4 .about-title h1{
	color:#1dd8bd;
	float:left;
	margin-right:1em;
	}

.about-4 .about-title h2{
	float:left;
	}

.about-4 .img{
	width:94%;
	margin:2em 0;
	overflow:hidden;
	}

.about-4 .img img{
	display:block;
	max-width:20%;
	float:left;
	}

.about-4 .img h1{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	padding:1.5em 0;
	}
.about-4 .img h1 span{
	font-size:0.75em;
	padding-left:1em;
	}

.about-4 .img p{
	text-indent:2em;
	font-size:0.875em;
	line-height:1.6em;
	padding-bottom:1em;
	color:#666;
	}

.about-4 .img .txt{
	float:right;
	width:75%;
	}

.about-4  .ccontent
{
	text-indent:2em;
}


/*about-4响应*/
@media(max-width:992px){
.about-4{
	background-color:#f6f6f6;
	border-bottom:1px solid #f0f0f0;
	margin:0;
	margin-top:3%;
	padding:4% 3%;	
	}
.about-4 .img h1{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	padding:1.5em 0;
	}
.about-4 .img h1 span{
	font-size:0.75em;
	padding-left:1em;
	}

.about-4 .img p{
	text-indent:2em;
	font-size:0.875em;
	line-height:1.6em;
	padding-bottom:1em;
	}
}

/*about-5*/
.about-5{
	padding-top:4%;
	}
.about-5 .titleimg-box{
	padding:2% 0;
	position:relative;
	}

.about-5 .titleimg-box .line-frame{
	width:100%;
	padding-top:25%;
	border:1px solid #4fbeff;
	border-right:0;
	}


.about-5 .titleimg-box .img-box{
	width:99%;
	padding-top:25%;
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	}
.about-5 .titleimg-box .img-box img{
	max-width:100%;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	}

.about-5 .titleimg-box h1{
	font-size:2.3em;
	padding:1% 8.33333% 1% 3%;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}

.about-5 .txt{
	padding:2% 8.33333% 2% 3%;
	text-align:left;
	}

.about-5 .txt dt{
	font-size:1.125em;
	font-weight:bold;
	padding:1em 0;
	cursor:pointer;
	}

.about-5 .txt dd{
	font-size:0.875em;
	color:#666;
	padding:0 0 2em 0;
	line-height:2em;
	display:none;
	}

.about-5 .txt .color{
	color:#4fbeff;
	}


.about-5 .titleimg-box .h2dw{
	position:absolute;
	/*left:12%;
	bottom:5%;*/
    left: 275px;
    bottom: -3px;
    font-size: 1.5em;
    font-weight: bold;
    color: #4fbeff;	
	}	

.about-5 .titleimg-box .h2dw span
{
    display: inline-block;
    width: 2em;
    border-bottom: 1px solid #666;
    margin-right: 0.5em;	
}

/*about-5响应*/
@media(max-width:992px){
	
	
.about-5{
	background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin:0;
		margin-top:3%;
		padding:4% 3%;	
	}


.about-5 .about-title{
	overflow:hidden;
	}
.about-5 .about-title h1{
	float:left;
	
	margin-right:1em;
	}
.about-5 .about-title h2{
	float:left;

	}
.about-5 .txt{
	text-align:left;
	}
	
.about-5 .titleimg-box .h2dw{
	position:absolute;
	/*left:12%;
	bottom:5%;*/
    left: 275px;
    bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
    color: #4fbeff;	
	}	
	
}



/*about-6*/
.about-6{
	padding-top:4%;
	}
.about-6 .titleimg-box{
	padding:2% 0;
	position:relative;
	}

.about-6 .titleimg-box .line-frame{
	width:100%;
	padding-top:25%;
	border:1px solid #4fbeff;
	border-right:0;
	}


.about-6 .titleimg-box .img-box{
	width:99%;
	padding-top:25%;
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	}
.about-6 .titleimg-box .img-box img{
	max-width:100%;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	}

.about-6 .titleimg-box h1{
	font-size:1.5em;
	padding:1% 8.33333% 1% 3%;
	color:#fff;
	position:absolute;
	bottom:0;
	right:0;
	
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}

.about-6 .txt{
	padding:2% 8.33333% 2% 0;
	text-align:right;
	}

.about-6 .txt dt{
	font-size:1.125em;
	font-weight:bold;
	padding:1em 0;
	cursor:pointer;
	}

.about-6 .txt dd{
	font-size:0.875em;
	color:#666;
	padding:0 0 2em 0;
	line-height:2em;
	display:none;
	}

.about-6 .txt .color{
	color:#4fbeff;
	}
.about-6 .about-title h2{
	position:absolute;
	/*left:12%;
	bottom:5%;*/
    left: 180px;
    top: 0%;
	}	
	
/*about-6响应*/
@media(max-width:992px){
	
	
.about-6{
	background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin:0;
		margin-top:3%;
		padding:4% 3%;	
	}

.apnd {
    margin-bottom: 20px;
}
.about-6 .about-title{
	overflow:hidden;
	}
.about-6 .about-title h1{
	float:left;
	
	margin-right:1em;
	}
.about-6 .about-title h2{
	float:left;

	}
.about-6 .txt{
	text-align:left;
	}
.about-6 .about-title h2{
	position:absolute;
	/*left:12%;
	bottom:5%;*/
    left: 120px;
    top: 0%;
	}		
}	



/*嗖嗖云平台*/
/*嗖嗖云平台公用*/
.ssypt .more{
	border:none;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	color:#fff;
	display:inline-block;
	}


.ssypt .more:hover{
	background-color:#4a85ff;
	background:linear-gradient(right,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(right,#4a85ff, #4fbeff);
	}

.ssypt .ssypt-about h2{
	color:#f69f0c;
	font-size:1.125em;
	font-weight:bold;
	margin-bottom:1em;
	}
.ssypt .ssypt-about h3{
	font-size:0.875em;
	margin-bottom:1em;
	color:#666;
	line-height:1.7em;
	margin-bottom:2em;
	text-indent:2em;
	}
.ssypt .ssypt-title{
	font-size:1.5em;
	color:#4fbeff;
	
	}


/*嗖嗖云平台介绍*/
.ssypt-1{
	/*background:url(../images/ssypt-bannerbj.jpg);*/
	}
.ssypt-1 .row{
	
	}
.ssypt-1 .qtbg
{
  background:#e1eef6;
}
.ssypt-1 .ssypt-1-box{
	/*padding-top:45%;*/
	/*position:relative;*/
	background:#e1eef6;
	/*border:1px solid #060;*/


	}
.ssypt-1 .ssypt-1-box .qtvideo
{
	position:relative;
	overflow:hidden;
	height:508px;
	height:580px;
/*	top:100px;
	right:40px;*/

}	
.ssypt-1 .ssypt-1-box img{
	width:100%;
	display:block;
	height:auto;
}
/*.ssypt-1 .ssypt-banner{
	max-width:100%;
	display:block;
	}

.ssypt-1 .more{
	position:absolute;
	bottom:7%;
	right:12%;
	}*/





/*.ssypt-1 .pc-img{
	position:absolute;
	width:35%;
	left:8.33333%;
	top:20%;
	margin:0 auto;
	}

.ssypt-1 .pc-img img{
	display:block;
	max-width:100%;
	}


.ssypt-1 .txt{
	position:absolute;
	width:45%;
	right:8.33333%;
	top:20%;
	margin:0 auto;
	text-align:right;
	}

.ssypt-1 .txt h1{
	font-size:2em;
	
	}*/
/*文字响应*/
@media (min-width:768px) and (max-width:1920px){
	/*.ssypt-1 .txt h1{
		font-size:2.5vw;
		}*/
	}


/*.ssypt-1 .txt h1 span{
	font-weight:bold;
	background: -webkit-linear-gradient(top,#4a85ff,#4fbeff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	}

.ssypt-1 .txt .p{
	padding:3em 0;
	}

.ssypt-1 .txt .p p{
	font-size:0.875em;
	line-height:1.7em;
	color:#666;
	text-indent:2em;
	}*/


/*.ssypt-1响应*/
@media(max-width:767px){
	.ssypt-1{
		text-align:center;
		}
	.ssypt-1 .more{
		position:static;
		margin:3% 0;
		
	}
	/*.ssypt-1 .ssypt-1-box{
		padding:8% 3%;
	}
	.ssypt-1 .pc-img{
		position:relative;
		width:70%;
		left:0;
		right:0;
		top:10%;
		margin:0 auto;
	}
	
	.ssypt-1 .txt{
		position:relative;
		width:70%;
		left:0;
		right:0;
		top:0;
		margin:0 auto;
		text-align:center;
	}*/
	}


/*ssypt-2*/
.ssypt-2{

	}
.ssypt-2 .ssypt-2-box{
	position:relative;
	overflow:hidden;
	}

.ssypt-2 .ssypt-2-box .img-box{
	position:absolute;
	bottom:0;
	left:0;
	width:45%;
	padding-top:30%;
	z-index:1;
	overflow:hidden;
	}
.ssypt-2 .ssypt-2-box .img-box img{
	max-width:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	}
.ssypt-2 .ssypt-2-box .ssypt-title{
	position:absolute;
	top:15%;
	right:12.5%;
	
	
	}



.ssypt-2 .ssypt-2-box .bdr{
	width:50%;
	padding:13% 3% 3% 0;
	border:1em solid #ddd;
	float:right;
	margin-right:8.33333%;
	margin-bottom:5%;
	text-align:right;
	}

.ssypt-2 .ssypt-2-box .bdr .ssypt-about{
	width:70%;
	display:inline-block;
	}

/*ssypt-2响应*/
@media(max-width:767px){
	.ssypt-2{
		padding:0;
		border:1px solid #f0f0f0;
		background-color:#f6f6f6;
		margin-bottom:3%;
		}
	.ssypt-2 .ssypt-2-box{
		padding:0;
		background-color:
		}
	.ssypt-2 .ssypt-2-box .img-box{
		position:relative;
		width:100%;
		padding-top:50%;
		}
	.ssypt-2 .ssypt-2-box .ssypt-title{
		position:static;
		padding:0.5em 3%;
		
		}
	.ssypt-2 .ssypt-2-box .bdr{
		width:100%;
		padding:0 3%;
		border:none;
		float:none;
		margin:0 0 5% 0;
		text-align:left;
		
		}
	.ssypt-2 .ssypt-2-box .bdr .ssypt-about{
		width:100%;
		}
}


/*.ssypt-3*/

.ssypt-3{}

.ssypt-3 .ssypt-3-box{
	overflow:hidden;
	position:relative;
	}

.ssypt-3 .txt{
	float:left;
	width:42%;
	padding:3% 2% 3% 8.333333%;
	background-color:#f0f0f0;
	}

.ssypt-3 .txt .ssypt-title{
	margin-bottom:1em;
	}

.ssypt-3 .txt .ssypt-about{
	margin-bottom:3.5em;
	}

.ssypt-3 .img-box{
	width:58%;
	position:absolute;
	top:0;
	bottom:0;
	margin:0 auto;
	right:0;
	overflow:hidden;
	}
.ssypt-3 .img-box img{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	max-width:100%;
	}


@media(max-width:767px){
	.ssypt-3{
		margin-bottom:3%;
		}
	.ssypt-3 .txt{
		float:none;
		width:100%;
		padding:3% 3% 3% 3%;
		}
	.ssypt-3 .img-box{
		position:relative;
		padding-top:50%;
		width:100%;
		margin:0;
		}
}


/*ssypt-4*/
.ssypt-4{

	}
.ssypt-4 .ssypt-4-box{
	position:relative;
	overflow:hidden;
	}

.ssypt-4 .ssypt-4-box .img-box{
	position:absolute;
	bottom:0;
	left:0;
	width:45%;
	padding-top:30%;
	z-index:1;
	overflow:hidden;
	}
.ssypt-4 .ssypt-4-box .img-box img{
	max-width:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	}
.ssypt-4 .ssypt-4-box .ssypt-title{
	position:absolute;
	top:15%;
	right:12.5%;
	
	
	}



.ssypt-4 .ssypt-4-box .bdr{
	width:50%;
	padding:13% 3% 3% 0;
	border:1em solid #ddd;
	float:right;
	margin-right:8.33333%;
	margin-bottom:5%;
	text-align:right;
	}

.ssypt-4 .ssypt-4-box .bdr .ssypt-about{
	width:70%;
	display:inline-block;
	}

/*ssypt-4响应*/
@media(max-width:767px){
	.ssypt-4{
		padding:0;
		border:1px solid #f0f0f0;
		background-color:#f6f6f6;
		margin-bottom:3%;
		}
	.ssypt-4 .ssypt-4-box{
		padding:0;
		background-color:
		}
	.ssypt-4 .ssypt-4-box .img-box{
		position:relative;
		width:100%;
		padding-top:50%;
		}
	.ssypt-4 .ssypt-4-box .ssypt-title{
		position:static;
		padding:0.5em 3%;
		
		}
	.ssypt-4 .ssypt-4-box .bdr{
		width:100%;
		padding:0 3%;
		border:none;
		float:none;
		margin:0 0 5% 0;
		text-align:left;
		
		}
	.ssypt-4 .ssypt-4-box .bdr .ssypt-about{
		width:100%;
		}
}



.ssypt .ssypt-about img{
	display:inline-block;
	margin-bottom:1em;
	}
@media(max-width:767px){
	.ssypt .ssypt-about img{
		max-width:15%;
		}
	}



/*ssypt-5*/
.ssypt-5{

	}
.ssypt-5 .ssypt-5-box{
	position:relative;
	overflow:hidden;
	padding:6% 0;
	}
.ssypt-5 .ssypt-5-box .img-box{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	width:100%;
	}
.ssypt-5 .ssypt-5-box .img-box img{
	display:block;
	max-width:100%;

	}
.ssypt-5 .ssypt-5-box .txt{
	position:relative;
	text-align:center;
	width:100%;
	top:20%;
	}

.ssypt-5 .ssypt-5-box .txt .ssypt-title{
	color:#fff;
	}
.ssypt-5 .ssypt-5-box .txt  .ssypt-about{
	margin-top:7%;
	}
.ssypt-5 .ssypt-5-box .txt  .ssypt-about h2,.ssypt-5 .ssypt-5-box .txt  .ssypt-about h3{
	color:#fff;
	}


/*ssypt-5响应*/
@media(max-width:767px){
	.ssypt-5{
		padding:0;
		border:1px solid #f0f0f0;
		background-color:#f6f6f6;
		margin-bottom:3%;
		}
	.ssypt-5 .ssypt-5-box {
		padding:0;
		}
	.ssypt-5 .ssypt-5-box .img-box{
		position:relative;
		top:0;
		width:100%;
		}
	.ssypt-5 .ssypt-5-box .txt{
		position:static;
		text-align:left;
		width:100%;
		padding:0 0 5% 3%;
		}
	.ssypt-5 .ssypt-5-box .txt .ssypt-title{
		color:#4fbeff;
		padding:0.5em 0;
		}
	.ssypt-5 .ssypt-5-box .txt  .ssypt-about{
		margin-top:0;
		}
	.ssypt-5 .ssypt-5-box .txt  .ssypt-about h2{
		color:#f69f0c;
		}
	.ssypt-5 .ssypt-5-box .txt  .ssypt-about h3{
		color:#232323;
		}
}




/*小莱健康*/
.xljk-1 .xljk-1-box{
	width:100%;
	position:relative
	}

.xljk-1 .xljk-1-box img{
	max-width:100%;
	}
.xljk-1 .more{
	position:absolute;
	right:16.5%;
	top:50%;
	}
/*xljk-2*/

.xljk-2 .xljk-2-box{
	overflow:hidden;
	padding:6% 8.333333%;
	position:relative;
	}

.xljk-2 .xljk-2-box .xljk-title{
	width:1em;
	color:#ddd;
	float:left;
	font-size:4.375em;
	position:relative;
	bottom:0;
	left:0;
	max-height:100%;
	margin:auto;
	height:6em;
	}

.xljk-2 .xljk-2-box .xljk-title h1{
	font-size:0.875em;
	font-weight:bold;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); 	/* IE 9 */
	-moz-transform:rotate(-90deg); 	/* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
	-o-transform:rotate(-90deg); 
	position:absolute;
	left:0;
	bottom:20%;
	
	}

.xljk-2 .xljk-2-box .img-box{
	margin-left:10%;
	float:left;
	width:47%;
	}

.xljk-2 .xljk-2-box .img-box img{
	max-width:100%;
	}

.xljk-2 .xljk-2-box .txt{
	width:30%;
	float:left;
	margin-left:3%;
	text-indent:2em;
	line-height:1.5em;
	}

.xljk-2 .xljk-2-box .txt span{
	width:4em;
	height:2px;
	display:inline-block;
	margin-top:20%;
	margin-bottom:3em;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}


.xljk-2 .xljk-2-box .txt p{
	font-size:0.875em;
	color:#666;
	}




.xljk-2 .xljk-2-box .txt a{
	display:inline-block;
	margin-top:4em;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	color:#fff;
	border:none;
	}

.xljk-2 .xljk-2-box .txt a:hover{
	background-color:#4a85ff;
	background:linear-gradient(right,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(right,#4a85ff, #4fbeff);
	}


/*.xljk-2响应*/
@media(max-width:767px){
	
	.xljk-2 .xljk-2-box{
		overflow:hidden;
		padding:6% 3%;
		position:relative;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		}
	.xljk-2 .xljk-2-box .xljk-title{
		width:100%;
		position:static;
		color:#4fbeff;
		height:auto;
		font-size:3em;
		}
	.xljk-2 .xljk-2-box .xljk-title h1{
		font-size:0.875em;
		font-weight:bold;
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); 	/* IE 9 */
		-moz-transform:rotate(0deg); 	/* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
		-o-transform:rotate(0deg); 
		position:static;
		}
	.xljk-2 .xljk-2-box .img-box{
		display:none;
		}	
	
	.xljk-2 .xljk-2-box .txt{
		width:100%;
		float:none;
		margin-left:0;
		}
	.xljk-2 .xljk-2-box .txt span{
		margin:3em 0;
		}

}

/*xljk-3*/
.xljk-3{
	background:url(../images/xljk-3.jpg) no-repeat center center fixed ;
	background-size:cover;
	}
.xljk-3-box{
	overflow:hidden;
	padding:6% 8.33333%;
	}

.xljk-3-box li{
	width:15%;
	float:left;
	text-align:center;
	}

.xljk-3-box li + li{
	margin-left:5.68%;
	
	}

.xljk-3-box li h1{
	font-size:1.125em;
	font-weight:bold;
	color:#aaa;
	margin-bottom:1em;
	}

.xljk-3-box li h2{
	font-size:5em;
	color:#4fbeff;
	
	}

.xljk-3-box li h2 sub{
	font-size:0.3em;
	}

.xljk-3-box li h3{
	font-size:1.125em;
	font-weight:bold;
	color:#fff;
	margin:1em 0;
	}

.xljk-3-box li h4{
	font-size:0.875em;
	color:#aaa;
	margin-top:3em;
	line-height:1.5em;
	}


/*xljk-3响应*/
@media(max-width:767px){
	.xljk-3{
		background:url(../images/xljk-3.jpg) no-repeat center center;
		}
	.xljk-3-box{
	
	padding:6% 3%;
	}
	.xljk-3-box li{
		width:100%;
		}
	.xljk-3-box li .left{
		float:left;
		width:33.33333%;
		}
	.xljk-3-box li h4{
		float:right;
		width:60%;
		text-align:left;
		}
	.xljk-3-box li{
		padding:3% 0;
		}	
	.xljk-3-box li + li{
		margin:0;
		border-top:1px solid #444;
		
		}
	.xljk-3-box li h3{
		font-size:1.125em;
		font-weight:bold;
		color:#fff;
		margin:1em 0 0 0;
		}
	}





/*xljk-4*/

.xljk-4 .xljk-4-box{
	overflow:hidden;
	padding:6% 8.333333% 0 8.33333%;
	position:relative;
	}

.xljk-4 .xljk-4-box .xljk-title{
	width:1em;
	color:#ddd;
	float:right;
	font-size:4.375em;
	position:relative;
	bottom:0;
	right:0;
	max-height:100%;
	margin:auto;
	height:6em;
	}

.xljk-4 .xljk-4-box .xljk-title h1{
	font-size:0.875em;
	font-weight:bold;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 
	position:absolute;
	right:0;
	bottom:20%;
	
	}

.xljk-4 .xljk-4-box .img-box{
	margin-right:10%;
	float:right;
	width:30%;
	position:relative;
	padding-top:48%;
	}

.xljk-4 .xljk-4-box .img-box img{
	max-width:100%;
	display:block;
	position:absolute;
	bottom:0;
	}

.xljk-4 .xljk-4-box .txt{
	width:45%;
	float:right;
	margin-right:7%;
	text-align:right;
	padding-top:10%;
	}

.xljk-4 .xljk-4-box .txt span{
	width:4em;
	height:2px;
	display:inline-block;
	margin-bottom:15%;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}


.xljk-4 .xljk-4-box .txt h2{
	font-size:1.125em;
	color:#04b686;
	margin-bottom:2em;
	font-weight:bold;
	}

.xljk-4 .xljk-4-box .txt h3{
	font-size:3.125em;
	color:#4fbeff;
	margin-bottom:0.3em;
	font-weight:bold;
	}

.xljk-4 .xljk-4-box .txt h4{
	font-size:0.875em;
	color:#666;
	margin-bottom:3em;
	}

.xljk-4 .xljk-4-box .txt h5{
	font-size:0.875em;
	color:#666;
	margin-bottom:3em;
	padding-right:0.5em;
	border-right:4px solid #04b686;
	}

/*.xljk-4响应*/
@media(max-width:992px){
	
	.xljk-4 .xljk-4-box .txt h3{
		font-size:2em;
		}
	.xljk-4 .xljk-4-box .xljk-title{
		display:none;
		}
	.xljk-4 .xljk-4-box .img-box{
		padding-top:55%;
		width:37%;
		}
}
@media(max-width:767px){
	
	.xljk-4 .xljk-4-box{
		overflow:hidden;
		padding:6% 3%;
		position:relative;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		text-align:center;
		}
	.xljk-4 .xljk-4-box .xljk-title{
		width:100%;
		position:static;
		color:#4fbeff;
		height:auto;
		font-size:3em;
		display:block;
		float:none;
		}
	.xljk-4 .xljk-4-box .xljk-title h1{
		font-size:0.875em;
		font-weight:bold;
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); 	/* IE 9 */
		-moz-transform:rotate(0deg); 	/* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
		-o-transform:rotate(0deg); 
		position:static;
		}
	.xljk-4 .xljk-4-box .img-box{
		position:static;
		padding:0;
		float:none;
		margin-top:2em;
		display:block;
		margin:5% auto;
		}
	.xljk-4 .xljk-4-box .img-box img{
		position:static;
		}	
	
	.xljk-4 .xljk-4-box .txt{
		width:100%;
		float:none;
		margin-left:0;
		text-align:center;
		}
	.xljk-4 .xljk-4-box .txt span{
		margin:3em 0;
		}
	.xljk-4 .xljk-4-box .txt h5{
		padding-left:0.5em;
		border:0;
		}

}



/*嗖嗖公益*/
.ssgy{
	
	}
.ssgy-1 .ssgy-1-box{
	width:100%;
	position:relative
	}

.ssgy-1 .ssgy-1-box img{
	max-width:100%;
	}
.ssgy-1 .more{
	position:absolute;
	left:16.5%;
	top:50%;
	}
/*ssgy-2*/
.ssgy-2 .row{
	
	position:relative;
	overflow:hidden;
	
	}


.ssgy-2 .ssgy-2-bj{
	overflow:hidden;
	width:100%;
	height:100%;
	top:0;
	
	position:absolute;
	z-index:-1;
	}

.ssgy-2 .ssgy-2-bj .bj-1{
	width:40%;
	padding-top:40%;
	background-color:#f0f0f0;
	border-radius:100%;
	display:block;
	bottom:20%;
	right:80%;
	position:absolute;
	}

.ssgy-2 .ssgy-2-bj .bj-2{
	width:40%;
	padding-top:40%;
	background-color:#4fbeff;
	border-radius:100%;
	display:block;
	top:50%;
	right:10%;
	position:absolute;
	}

.ssgy-2 .ssgy-2-box{
	
	overflow:hidden;
	}

.ssgy-2 .ssgy-2-box .txt{
	padding:15% 0;
	width:40%;
	float:left;
	}

.ssgy-2 .ssgy-2-box .txt h1{
	font-size:1.5em;
	color:#4fbeff;
	margin-bottom:1em;
	}

.ssgy-2 .ssgy-2-box .txt h2{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	margin-bottom:1em;
	}
.ssgy-2 .ssgy-2-box .txt p{
	font-size:0.875em;
	color:#666;
	text-indent:2em;
	line-height:1.7em;
	min-height:200px;
	}

.ssgy-2 .ssgy-2-box .txt .more{
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	color:#fff;
	display:inline-block;
	margin-top:3em;
	border:none;
	}

.ssgy-2 .ssgy-2-box .txt .more:hover{
	background-color:#4a85ff;
	background:linear-gradient(right,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(right,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(right,#4a85ff, #4fbeff);
	color:#fff;
	display:inline-block;
	margin-top:3em;
	}


.ssgy-2 .ssgy-2-box .img-box{
	width:45%;
	position:absolute;
	bottom:-800px;
	right:8.33333%;
	transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	-webkit-transition:all 2s;
	}
.ssgy-2 .ssgy-2-box .img-bottom{
	bottom:0;
	}




.ssgy-2 .ssgy-2-box .img-box img{
	max-width:100%;
	display:block;
	}



@media(max-width:767px){
	.ssgy-2 .ssgy-2-box{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		}
	.ssgy-2 .ssgy-2-box .txt{
		padding:0;
		width:100%;
		float:none;
		}
	.ssgy-2 .ssgy-2-box .img-box{
		display:none;
		}
	.ssgy-2 .ssgy-2-bj{
		display:none;
		}
	.ssgy-2 .ssgy-2-box .txt h1{
		font-size:3em;
		}
	
	.ssgy-2 .ssgy-2-box .txt p{
		min-height:0;
		}
	
	}




/*ssgy-3*/
.ssgy-3{
	padding:6% 0;
	position:relative;
	
	}

.ssgy-3 .ssgy-3-bj{
	overflow:hidden;
	width:100%;
	height:100%;
	top:0;
	background-color:#f3f3f3;
	position:absolute;
	z-index:-1;
	}

.ssgy-3 .ssgy-3-bj .bj-1{
	width:40%;
	padding-top:40%;
	background-color:#e2eef4;
	border-radius:100%;
	display:block;
	bottom:60%;
	left:60%;
	position:absolute;
	}

.ssgy-3 .ssgy-3-bj .bj-2{
	width:40%;
	padding-top:40%;
	background-color:#fff;
	border-radius:100%;
	display:block;
	top:80%;
	left:10%;
	position:absolute;
	}

.ssgy-3 .ban-1{
	overflow:hidden;
	position:relative;
	margin-bottom:6%;
	}
/*.ssgy-3 .ban-1 .img-box{
	position:absolute;
	width:45%;
	top:0;
	bottom:0;
	margin:auto;
	}*/
.ssgy-3 .ban-1 .img-box{
	float:left;
	width:45%;
	
	}

/*.ssgy-3 .ban-1 .img-box img{
	max-width:100%;
	display:block;
	position:absolute;
	bottom:-500px;
	right:0;
	transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	-webkit-transition:all 2s;
	}*/
.ssgy-3 .ban-1 .img-box img{
	margin:auto;
	max-width:100%;
	display:block;
	transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	-webkit-transition:all 2s;
	}

.ssgy-3 .ban-1 .txt{
	float:right;
	width:50%;
	
	}

.ssgy-3 .ban-1 .txt h1{
	font-size:1.5em;
	color:#4fbeff;
	margin:1em 0;
	}

.ssgy-3 .ban-1 .txt h2{
	font-size:1.125em;
	color:#232323;
	margin-bottom:2.5em;
	font-weight:bold;
	}
.ssgy-3 .ban-1 .txt ul{
	margin-bottom:2em;
	}
.ssgy-3 .ban-1 .txt ul li{
	overflow:hidden;
	width:100%;
	margin:1em 0;
	}

.ssgy-3 .ban-1 .txt ul li span{
	float:left;
	width:1.5em;
	height:4px;
	margin-top:0.4em;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}

.ssgy-3 .ban-1 .txt ul li h3{
	float:left;
	margin:0 1em;
	font-size:1.125em;
	font-weight:bold;
	}

.ssgy-3 .ban-1 .txt ul li p{
	float:left;
	
	font-size:0.875em;
	color:#666;
	width:75%;
	}


.ssgy-3 .ban-2{
	overflow:hidden;
	position:relative;
	}
/*.ssgy-3 .ban-2 .img-box{
	position:absolute;
	width:45%;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	}*/

.ssgy-3 .ban-2 .img-box{
	
	width:45%;
	
	float:right;
	}

/*.ssgy-3 .ban-2 .img-box img{
	max-width:100%;
	display:block;
	position:absolute;
	bottom:0;
	right:-500px;
	transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	-webkit-transition:all 2s;
	}*/
.ssgy-3 .ban-2 .img-box img{
	max-width:100%;
	display:block;
	margin:auto;
	transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	-webkit-transition:all 2s;
	}
.ssgy-3 .ban-2 .img-box .right{
	right:0;
	}

.ssgy-3 .ban-2 .txt{
	float:left;
	width:50%;
	text-align:right;
	}

.ssgy-3 .ban-2 .txt h1{
	font-size:1.5em;
	color:#4fbeff;
	margin:1em 0;
	}

.ssgy-3 .ban-2 .txt h2{
	font-size:1.125em;
	color:#232323;
	margin-bottom:2.5em;
	font-weight:bold;
	}
.ssgy-3 .ban-2 .txt ul{
	margin-bottom:2em;
	}
.ssgy-3 .ban-2 .txt ul li{
	overflow:hidden;
	width:100%;
	margin:1em 0;
	}

.ssgy-3 .ban-2 .txt ul li span{
	float:right;
	width:1.5em;
	height:4px;
	margin-top:0.4em;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}

.ssgy-3 .ban-2 .txt ul li h3{
	float:right;
	margin:0 1em;
	font-size:0.875em;
	color:#666;
	}

@media(max-width:767px){
	.ssgy-3 .ban-1 .txt h1{
		font-size:3em;
		}
	.ssgy-3 .ban-2 .txt h1{
		font-size:3em;
		}
	.ssgy-3 .ssgy-3-box{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		}
	.ssgy-3 .ssgy-3-box .txt{
		padding:0;
		width:100%;
		float:none;
		text-align:left;
		}
	.ssgy-3 .ssgy-3-box .img-box{
		display:none;
		}
	.ssgy-3 .ssgy-3-bj{
		display:none;
		}
	.ssgy-3 .ban-2 .txt ul li span{
		float:left;
		}
	.ssgy-3 .ban-2 .txt ul li h3{
		float:left;
		}
	}


/*ssgy-4*/
.ssgy-4{
	background:url(../images/ssgy-4.jpg) center center fixed no-repeat;
	background-size:cover;
	
	}

.ssgy-4 .ssgy-4-box{
	text-align:center;
	padding:6% 3%;
	}

.ssgy-4 .ssgy-4-box h1{
	font-size:1.5em;
	color:#fff;
	opacity:0.5;
	margin-bottom:0.3em;
	}

.ssgy-4 .ssgy-4-box h2{
	font-size:1.125em;
	color:#fff;
	margin-bottom:3em;
	font-weight:bold;
	}

.ssgy-4 .ssgy-4-box ul{
	overflow:hidden;
	}
.ssgy-4 .ssgy-4-box ul li{
	float:left;
	width:25%;
	padding:0 1em;
	}
.ssgy-4 .ssgy-4-box ul li .icon-box{
	max-width:81px;
	width:45%;
	margin:auto;
	}
.ssgy-4 .ssgy-4-box ul li span{
	width:100%;
	padding-top:100%;
	background:url(../images/sby4.png) 0 0 no-repeat;
	background-size:100%;
	display:block;
	}
	
.ssgy-4 .ssgy-4-box ul li .icon-2{
	background:url(../images/sby4.png) 0 33.5% no-repeat;
	background-size:100%;
	}
.ssgy-4 .ssgy-4-box ul li .icon-3{
	background:url(../images/sby4.png) 0 66.5% no-repeat;
	background-size:100%;
	}
.ssgy-4 .ssgy-4-box ul li .icon-4{
	background:url(../images/sby4.png) 0 100% no-repeat;
	background-size:100%;
	}




.ssgy-4 .ssgy-4-box ul li h3{
	font-size:1.125em;
	font-weight:bold;
	color:#fff;
	margin:1em 0;
	}

.ssgy-4 .ssgy-4-box ul li p{
	font-size:0.875em;
	color:#fff;
	opacity:0.8;
	padding:0 1em;
	}


@media(max-width:767px){
	.ssgy-4{
		background:url(../images/ssgy-4.jpg) center center no-repeat;
		
		}
	.ssgy-4 .ssgy-4-box h1{
		font-size:3em;
		}
	.ssgy-4 .ssgy-4-box ul li{
	float:none;
	width:100%;
	margin:6% 0;
	}
	}



/*嗖嗖管*/
.ssg{
	
	}
.ssg-1 .ssg-1-box{
	width:100%;
	position:relative
	}

.ssg-1 .ssg-1-box img{
	max-width:100%;
	}
.ssg-1 .more{
	position:absolute;
	left:16.5%;
	top:50%;
	}

/*ssg-2*/

.ssg-2{
	position:relative;
	}
.ssg-2 .xian{
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:16%;
	background-color:#e5e5e5;
	}
.ssg-2 .ssg-2-box{
	overflow:hidden;
	position:relative;
	}
.ssg-2 .img-box{
	width:70%;
	overflow:hidden;
	float:right;
	}

.ssg-2 .img-box img{
	max-width:120%;
	display:block;
	}

.ssg-2 h1{
	font-size:6em;
	position:absolute;
	top:10%;
	left:0;
	font-weight:bold;
	color:#d5d5d5;
	}

.ssg-2 .left{
	text-align:right;
	float:left;
	padding:15% 0 0 5%;
	}

.ssg-2 .left h2{
	font-size:1.5em;
	}

.ssg-2 .left span{
	display:inline-block;
	width:3em;
	height:3px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	margin-top:100%;
	}


@media(max-width:992px){
	.ssg-2 h1{
		font-size:4em;
		}
	.ssg-2 .left span{
		margin-top:50%;
		}
	}

@media(max-width:767px){
	.ssg-2 {
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	.ssg-2 .pd-tb{
		padding:0;
		}
	.ssg-2 .img-box{
		width:100%;
		overflow:hidden;
		float:none;
		}
	.ssg-2 .img-box img{
		max-width:100%;
		display:block;
		}
	.ssg-2 .xian{
		display:none;
		}
	.ssg-2 h1{
		display:none;
		}
	.ssg-2 .left{
		padding:6% 3%;
		width:100%;
		float:none;
		text-align:center;
		}
	.ssg-2 .left span{
		margin-top:6%;
		}
	}




/*ssg-3*/
.ssg-3{
	padding-top:4%;
	position:relative;
	}

.ssg-3 h1{
	position:absolute;
	top:0;
	right:8.33333%;
	font-size:6em;
	font-weight:bold;
	color:#d5d5d5;
	z-index:1;
	}
.ssg-3 .xian{
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	right:5%;
	background-color:#393939;
	}

.ssg-3 .row{
	background:url(../images/ssg-3.jpg) center center fixed no-repeat;
	background-size:cover;
	}
.ssg-3 .ssg-3-box{
	text-align:center;
	padding:6% 3%;
	
	
	}

.ssg-3 .ssg-3-box ul{
	overflow:hidden;
	}
.ssg-3 .ssg-3-box ul li{
	float:left;
	width:25%;
	padding:0 1em;
	}
.ssg-3 .ssg-3-box ul li .icon-box{
	max-width:81px;
	width:45%;
	margin:auto;
	}
.ssg-3 .ssg-3-box ul li span{
	width:100%;
	padding-top:100%;
	background:url(../images/ssg3.png) 0 0 no-repeat;
	background-size:100%;
	display:block;
	}
	
.ssg-3 .ssg-3-box ul li .icon-2{
	background:url(../images/ssg3.png) 0 33.5% no-repeat;
	background-size:100%;
	}
.ssg-3 .ssg-3-box ul li .icon-3{
	background:url(../images/ssg3.png) 0 66.5% no-repeat;
	background-size:100%;
	}
.ssg-3 .ssg-3-box ul li .icon-4{
	background:url(../images/ssg3.png) 0 100% no-repeat;
	background-size:100%;
	}




.ssg-3 .ssg-3-box ul li h3{
	font-size:1.125em;
	font-weight:bold;
	color:#fff;
	margin:1em 0;
	}

.ssg-3 .ssg-3-box ul li p{
	font-size:0.875em;
	color:#fff;
	opacity:0.8;
	padding:0 1em;
	}

@media(max-width:992px){
	.ssg-3 h1{
		font-size:4em;
		}
	}
@media(max-width:767px){
	.ssg-3 .ssg-3-box h1{
		font-size:3em;
		}
	.ssg-3 .ssg-3-box ul li{
		float:none;
		width:100%;
		margin:6% 0;
		}
	.ssg-3 .xian{
		display:none;
		}
	.ssg-3 h1{
		display:none;
		}	
	.ssg-3 .row{
		background:url(../images/ssg-3.jpg) center center no-repeat;
		background-size:cover;
		}
	}



/*ssg-4*/

.ssg-4 .pd-tb{
	padding-bottom:0;
	}

.ssg-4-box{
	position:relative;
	overflow:hidden;
	}
.ssg-4-box .img-box{
	position:absolute;
	top:0;
	width:55%;
	padding-top:45%;
	}
.ssg-4-box .img-box .bottom-img{
	width:55%;
	position:absolute;
	top:0;
	left:0;
	}
.ssg-4-box .img-box .top-img{
	width:55%;
	position:absolute;
	right:0;
	bottom:0;
	}
.ssg-4-box .img-box .bottom-img img,.ssg-4-box .img-box .top-img img{
	max-width:100%;
	display:block;
	}
.ssg-4-box .img-box .bottom-img h1{
	text-align:left;
	padding-left:0.5em;
	font-size:1.125em;
	border-left:4px solid #4fbeff;
	font-weight:bold;
	margin-top:1em;
	}
.ssg-4-box .img-box .top-img h1{
	text-align:right;
	padding-right:0.5em;
	font-size:1.125em;
	border-right:4px solid #4fbeff;
	font-weight:bold;
	margin-top:1em;
	}	
	
	
.ssg-4-box .img-box span{
	position:absolute;
	top:40%;
	left:10%;
	font-size:20vw;
	line-height:0.9em;
	
	color:#ff7b45;
	
	/*文本渐变-只针对webkit*/
	background: -webkit-linear-gradient(top,#fff057,#ff7b45);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;

	}
@media(min-width:1920px){
	.ssg-4-box .img-box span{
		font-size:25em;
		}
	}

.ssg-4-box .txt{
	float:right;
	text-align:right;
	}
.ssg-4-box .txt h1{
	font-size:6em;
	font-weight:bold;
	color:#d5d5d5;
	margin-bottom:0.3em;
	
	}



.ssg-4-box .txt h2{
	font-size:1.5em;
	margin-bottom:0.3em;
	}


.ssg-4-box .txt h3{
	font-size:0.875em;
	color:#aaa;
	
	}
.ssg-4-box .txt .xian{
	margin-top:20%;
	width:4em;
	height:2px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	display:inline-block;
	}
.ssg-4-box .txt  ul{
	margin:70% 0 30% 0;
	}

.ssg-4-box .txt  ul li{
	overflow:hidden;
	margin:0.5em;
	}

.ssg-4-box .txt  ul li span{
	width:1.5em;
	height:4px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	float:right;
	margin-top:0.5em;
	}
.ssg-4-box .txt  ul li p{
	float:right;
	font-size:0.875em;
	padding:0 1em;
	color:#666;
	}



/*ssg-4响应*/

@media(max-width:1366px){
	.ssg-4-box .txt  ul{
		margin:30% 0 20% 0;
		}
	}


@media(max-width:992px){
	.ssg-4-box .txt h1{
		font-size:4em;
		}
	.ssg-4-box .img-box{
		width:50%;
		}
	}


@media(max-width:767px){
	.ssg-4 .row{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	.ssg-4-box .img-box{
		position:relative;
		top:0;
		width:100%;
		padding-top:42%;
		margin-bottom:6%;
		}
	.ssg-4-box .img-box .bottom-img{
		width:35%;
		left:0;
		}
	.ssg-4-box .img-box .top-img{
		width:35%;
		top:0;
		}
	.ssg-4-box .img-box span{
		position:absolute;
		top:auto;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
		font-size:15vw;
		line-height:0.9em;
		text-align:center;
		}
	.ssg-4-box .txt{
		float:none;
		text-align:left;
		}
	.ssg-4-box .txt h1{
		display:none;
		}
	.ssg-4-box .txt .xian{
		margin:10% 0 10% 0;
		}
	.ssg-4-box .txt ul{
		margin:0;
		}
	.ssg-4-box .txt ul li span,.ssg-4-box .txt ul li p{
		float:left;
		}
	}



/*ssg-5*/

.ssg-5 .ssg-5-box{
	position:relative;
	overflow:hidden;
	}

.ssg-5-box .txt{
	width:80%;
	padding:20% 0 5% 40%;
	margin-bottom:5%;
	border:15px solid #ddd;
	border-right:none;
	float:right;
	}

.ssg-5-box .txt h2{
	font-size:1.5em;
	margin-bottom:1em;
	}
.ssg-5-box .txt  ul{
	
	}

.ssg-5-box .txt  ul li{
	overflow:hidden;
	margin:0.5em;
	}

.ssg-5-box .txt  ul li span{
	width:1.5em;
	height:4px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	float:left;
	margin-top:0.5em;
	}
.ssg-5-box .txt  ul li p{
	float:left;
	font-size:0.875em;
	padding:0 1em;
	color:#666;
	width:92%;
	}



.ssg-5-box img{
	position:absolute;
	top:10%;
	max-width:55%;
	}
.ssg-5-box h1{
	font-size:6em;
	font-weight:bold;
	color:#d5d5d5;
	position:absolute;
	right:15%;
	top:20%;
	}


/*ssg-4响应*/
@media(max-width:992px){
	.ssg-5-box h1{
		font-size:4em;
		}
	}


@media(max-width:767px){
	.ssg-5 .row{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	.ssg-5-box h1{
		display:none;
		}
	.ssg-5-box .txt{
		width:100%;
		padding:0;
		border:0;
		}
	.ssg-5-box img{
		display:none;
		}
}



/*乾通嗖嗖*/

/*乾通嗖嗖-标题公共*/
.qtss-title{
	border:10px solid #ededed;
	display:inline-block;
	padding:1em 10em 1em 0; 
	}

.qtss-title h1{
	font-size:1.125em;
	color:#4fbeff;
	font-weight:bold;
	margin-left:-30%;
	margin-bottom:0.5em;
	}

.qtss-title h2{
	font-size:1.5em;
	color:#232323;
	margin-left:-30%;
	
	}
@media(max-width:738px){
	.qtss-title{
		border:0;
		}
	.qtss-title h1{
		margin:0 0 1em 0;
		}
	.qtss-title h2{
		margin:0;
		}
	}



.qtss{
	
	}
.qtss-1 .qtss-1-box{
	width:100%;
	position:relative
	}

.qtss-1 .qtss-1-box img{
	max-width:100%;
	}
.qtss-1 .more{
	position:absolute;
	left:16.5%;
	top:50%;
	}
/*qtss-2*/
.qtss-2{
	}

.qtss-2-box{
	position:relative;
	overflow:hidden;
	padding-bottom:5%;
	}

.qtss-2-box .txt{
	width:30%;
	margin-left:20%;
	float:left;
	}


.qtss-2-box .p{
	padding-right:3em;
	margin:20% 0;
	font-size:0.875em;
	color:#666;
	text-indent:2em;
	line-height:1.7em;
	}

.qtss-2-box .xian{
	width:4em;
	height:2px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}

.qtss-2-box  .img-box{
	width:30%;
	float:right;
	margin-right:20%;
	}

.qtss-2-box  .img-box img{
	max-width:100%;
	display:block;
	}

.qtss-2-box h3{
	font-size:12em;
	font-size:10vw;
	font-weight:bold;
	position:absolute;
	left:0;
	top:40%;
	color:#f3f3f3;
	z-index:-1;
	}

.qtss-2-box h4{
	font-size:12em;
	font-size:10vw;
	font-weight:bold;
	position:absolute;
	right:0;
	bottom:0;
	color:#f3f3f3;
	z-index:1;
	}
@media(min-width:1920px){
	.qtss-2-box h3{
	font-size:12em;
	
	}

.qtss-2-box h4{
	font-size:12em;
	
	}
	}

@media(max-width:767px){
	.qtss-2{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	.qtss-2-box{
		padding:0;
		}	
		
	.qtss-2-box .txt{
		width:100%;
		margin:0;
		}
	.qtss-2-box .img-box{
		display:none;
		
		}
	.qtss-2-box .txt .p{
		margin:3% 0;
		padding:0;
		}
	.qtss-2-box h3,.qtss-2-box h4{
		display:none;
		}
	}






/*qtss-3*/
.qtss-3{
	background:url(../images/qtss-3.jpg) center center no-repeat fixed;
	background-size:cover;
	
	}
.qtss-3 .row{
	position:relative;
	}

.qtss-3  .qtss-3-color{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	left:0;
	background-color:#232323;
	background-color:rgba(35,35,35,0.95);
	}
.qtss-3-box{
	position:relative;
	overflow:hidden;
	z-index:1;
	}

.qtss-3-box .txt{
	width:30%;
	margin-left:8.33333%;
	float:left;
	
	}
.qtss-3-box .qtss-title{
	border:10px solid #34383a;
	}
.qtss-3-box .qtss-title h2{
	color:#fff;
	}
.qtss-3-box .p{
	padding-right:20%;
	margin:20% 0;
	font-size:0.875em;
	color:#fff;
	text-indent:2em;
	line-height:1.7em;
	}

.qtss-3-box .xian{
	width:4em;
	height:2px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}

.qtss-3-box  .list-box{
	width:53%;
	float:right;
	margin-right:8.333333%;
	background-color:#fff;
	overflow:hidden;
	}


.qtss-3-box  .list-box li{
	width:25%;
	padding-top:12%;
	float:left;
	height:300px;
	position:relative;
	transition:padding 1s;
	-moz-transition:padding 1s;
	-ms-transition:padding 1s;
	-o-transition:padding 1s;
	-webkit-transition:padding 1s;
	cursor:pointer;
	text-align:center;
	}

.qtss-3-box  .list-box li h1{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	margin-bottom:1em;
	}
.qtss-3-box  .list-box li .p1{
	width:70%;
	margin:auto;
	height:6em;
	overflow:hidden;
	color:#666;
	font-size:0.875em;
	transition:display 1s;
	-moz-transition:display 1s;
	-ms-transition:display 1s;
	-o-transition:display 1s;
	-webkit-transition:display 1s;
	}
.qtss-3-box  .list-box li .p2{
	width:70%;
	margin:auto;
	height:10em;
	overflow:hidden;
	color:#fff;
	font-size:0.875em;
	display:none;
	transition:display 1s;
	-moz-transition:display 1s;
	-ms-transition:display 1s;
	-o-transition:display 1s;
	-webkit-transition:display 1s;
	}



.qtss-3-box  .list-box li h2{
	font-size:12em;
	font-size:10vw;
	font-weight:bold;
	/*文本渐变-只针对webkit*/
	background: -webkit-linear-gradient(top,#4a85ff,#4fbeff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	opacity:0.1;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:1em;
	}

.qtss-3-box  .list-box li:hover{
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	padding-top:10%;
	}

.qtss-3-box  .list-box li:hover .p1{
	display:none;
	}

.qtss-3-box  .list-box li:hover .p2{
	display:block;
	}
.qtss-3-box  .list-box li:hover h1{
	color:#fff;
	}





.qtss-3-box h3{
	font-size:12em;
	font-size:10vw;
	font-weight:bold;
	position:absolute;
	left:0;
	top:40%;
	color:#302e2d;
	z-index:-1;
	}


@media(min-width:1920px){
	.qtss-3-box  .list-box li h2{
		font-size:12em;
		}

	.qtss-3-box h3{
		font-size:12em;
		}
	}



@media(max-width:992px){
	.qtss-3-box  .list-box li{
		height:250px;
		}
		
	.qtss-3-box  .list-box li .p2{
		height:14em;
		}
	
	}

@media(max-width:767px){
	.qtss-3 .row{
		padding:6% 3%;
		}
	.qtss-3  .qtss-3-color{
		width:100%;
		}
	.qtss-3-box .qtss-title{
		border:0;
		}
	.qtss-3 h3{
		display:none;
		}
	.qtss-3-box .txt{
		float:none;
		width:100%;
		padding:0;
		margin:0;
		}
	
	.qtss-3-box .p{
		padding:0;
		margin:3% 0;
		
		}
	
	.qtss-3-box .list-box{
		width:100%;
		margin:3% 0;
		background:none;
		
		}
	
	.qtss-3-box .list-box li{
		width:100%;
		height:auto;
		padding:0;
		text-align:left;
		margin:3% 0;
		}
	.qtss-3-box .list-box li h1{
		color:#4fbeff;
		}
	.qtss-3-box .list-box li .p1{
		padding:0;
		width:100%;
		height:auto;
		color:#eee;
		}
	.qtss-3-box .list-box li .p2{
		padding:0;
		width:100%;
		display:block;
		height:auto;
		color:eee;
		}
	.qtss-3-box .list-box li h2{
		display:none;
		}
	
	.qtss-3-box  .list-box li:hover{
		background:none;
		
		padding:0;
		}
	
	.qtss-3-box  .list-box li:hover .p1{
		display:block;
		}
	
	.qtss-3-box  .list-box li:hover .p2{
		display:block;
		}
	.qtss-3-box  .list-box li:hover h1{
		color:#4fbeff;
		}
	
	
	
	
	}



/*qtss-4*/
.qtss-4{
	}
.qtss-4 .row{
	}

.qtss-4-box{
	position:relative;
	overflow:hidden;
	}

.qtss-4-box .txt{
	width:30%;
	margin-left:20%;
	float:left;
	
	}


.qtss-4-box .xian{
	width:4em;
	height:2px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	margin-top:30%;
	}

.qtss-4-box  .list-box{
	width:50%;
	float:right;
	overflow:hidden;
	}


.qtss-4-box  .list-box li{
	width:100%;
	cursor:pointer;
	padding:5% 0 5% 10%;
	}

.qtss-4-box  .list-box li h1{
	font-size:0.875em;
	color:#666;
	margin-bottom:1em;
	}
.qtss-4-box  .list-box li h2{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	margin-bottom:1em;
	}
.qtss-4-box  .list-box li span{
	font-size:0.875em;
	font-weight:bold;
	color:#666;
	
	}



.qtss-4-box  .list-box li:hover{
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	}
.qtss-4-box  .list-box li:hover h1,.qtss-4-box  .list-box li:hover h2,.qtss-4-box  .list-box li:hover span{
	color:#fff;
	}





.qtss-4-box h3{
	font-size:12em;
	font-size:10vw;
	font-weight:bold;
	position:absolute;
	left:0;
	top:40%;
	color:#f3f3f3;
	z-index:-1;
	}

@media(min-width:1920px){
	
	.qtss-3-box h3{
		font-size:12em;
		}
	}


@media(max-width:767px){
	.qtss-4-box h3{
		display:none;
		}
		
	.qtss-4-box .txt{
		width:100%;
		float:none;
		margin:0;
		}
		
	.qtss-4-box .list-box{
		width:100%;
		float:none;
		margin-top:3%;
		}
	.qtss-4-box .xian{
		margin-top:3%;
		}
	
	.qtss-4 .row{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	
	.qtss-4-box  .list-box li{
		padding:5% 0;
		}
	
	.qtss-4-box  .list-box li:hover{
		background:none;
		}
	.qtss-4-box  .list-box li:hover h1{
		color:#666;
		}
	.qtss-4-box  .list-box li:hover h2{
		color:#232323;
		}
	.qtss-4-box  .list-box li:hover span{
		color:#666;
		
		}

	}







/*qtss-5*/
.qtss-5{
	}
.qtss-5 .row{
	background-color:#232323;
	/*background-color:rgba(35,35,35,0.95);*/
	background:rgba(35,35,35,0.95) url(../images/qtss-5.jpg) center center no-repeat fixed;
	}

.qtss-5-box{
	position:relative;
	}

.qtss-5-box .txt{
	width:60%;
	padding-left:8.33333%;
	position:relative;
	z-index:1;
	}

.qtss-5-box .qtss-title{
	border:10px solid #353636;
	margin-bottom:15%;
	}
.qtss-5-box .qtss-title h2{
	color:#fff;
	}
.qtss-5-box p{
	font-size:0.875em;
	color:#aaa;
	
	margin-bottom:2em;
	line-height:1.7em;
	text-indent:2em;
	}

.qtss-5-box h4{
	font-size:0.875em;
	color:#aaa;
	
	margin-bottom:0.5em;
	line-height:1.7em;
	position:relative;
	padding-left:2em;
	}
.qtss-5-box h4 span{
	width:1em;
	height:2px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	display:block;
	}




.qtss-5-box .xian{
	width:4em;
	height:2px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	margin-top:5%;
	}




.qtss-5-box h3{
	font-size:12em;
	font-size:10vw;
	font-weight:bold;
	position:absolute;
	left:0;
	top:40%;
	color:#323232;
	}


@media(min-width:1920px){
	.qtss-3-box h3{
		font-size:12em;
		}
	}

@media(max-width:767px){
	.qtss-5 .row{
		padding:6% 3%;
		}
	.qtss-5-box .txt{
		width:100%;
		padding:0;
		}
	.qtss-5-box .qtss-title{
		border:0;
		margin-bottom:5%;
		}
	}





/*微蜂网*/
.wfw{
	
	}


.wfw-1-box{
	padding:6%;
	
	position:relative;
	}
.wfw-1-box .top-box{
	width:3em;
	height:0.5em;
	background-color:#ff5400;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	}

.wfw-1-box .right-box{
	width:0.5em;
	height:3em;
	background-color:#ff5400;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	}
.wfw-1-box .bottom-box{
	width:3em;
	height:0.5em;
	background-color:#ff5400;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	}


.wfw-1-box .left-box{
	width:0.5em;
	height:3em;
	background-color:#ff5400;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	}

.wfw-1-box h1{
	font-size:1.5em;
	
	color:#232323;
	margin-bottom:2em;
	}

.wfw-1-box .p p{
	margin:1em 0;
	color:#666;
	text-indent:2em;
	font-size:0.875em;
	}

.wfw-1-box .more{
	margin-top:3em;
	float:right;
	}


@media(max-width:767px){
	.wfw-1-box .top-box,.wfw-1-box .right-box,.wfw-1-box .bottom-box,.wfw-1-box .left-box{
		display:none;
		}
	.wfw-1-box{
		padding:0;
		}
	.wfw-1{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	}


/*wfw-2*/


.wfw-2-box{
	overflow:hidden;
	position:relative;
	}

.wfw-2-box .img-box{
	float:left;
	width:45%;
	}

.wfw-2-box .img-box img{
	display:block;
	max-width:100%;
	}
.wfw-2-box .txt{
	float:right;
	width:45%;
	padding-bottom:7%;
	}

.wfw-2-box .txt h1{
	font-size:1.5em;
	margin:10% 0 35% 0;
	
	}

.wfw-2-box .txt h2{
	font-size:0.875em;
	color:#232323;
	margin-bottom:0.5em;
	line-height:1.7em;
	position:relative;
	padding-left:2em;
	padding-right:10%;
	color:#666;
	}
.wfw-2-box .txt h2 span{
	width:1em;
	height:2px;
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	display:block;
	}


.wfw-2-box h3{
	font-size:8em;
	font-size:6.5vw;
	font-weight:bold;
	position:absolute;
	right:35%;
	top:22%;
	/*文本渐变-只针对webkit*/
	color:#4fbeff;
	background: -webkit-linear-gradient(left,#4a85ff,#4fbeff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	}
@media(min-width:1920px){
	.wfw-2-box h3{
		font-size:8em;
		}
	}
.wfw-2-box .border{
	width:45%;
	padding-top:30%;
	border:1px solid #4fbeff;
	position:absolute;
	top:10%;
	left:5%;
	}

@media(max-width:767px){
	.wfw-2{
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	.wfw-2-box .img-box{
		float:none;
		width:100%;
		padding-top:40%;
		overflow:hidden;
		position:relative;
		}
	.wfw-2-box .img-box img{
		position:absolute;
		top:0;
		bottom:0;
		margin:auto;
		}
	.wfw-2-box .txt{
		float:none;
		width:100%;
		padding:0;
		}
	
	.wfw-2-box .txt h1{
		margin:3% 0;
		}
	.wfw-2-box h3{
		right:auto;
		width:100%;
		text-align:center;
		}
	.wfw-2-box .border{
		display:none;
		}
	
	}



/*wfw-3*/

.wfw-3{
	background:url(../images/wfw-3.jpg) 80% 0 no-repeat;
	background-size:1.8%;
	padding:3% 0;
	}

.wfw-3-box h1{
	font-size:1.5em;
	padding:1em 3%;
	background:url(../images/map-txt.png) top center no-repeat,url(../images/map-txt.png) bottom center no-repeat;
	display:inline-block;
	margin-bottom:6%;

	}


.wfw-3-box ul{
	overflow:hidden;
	}

.wfw-3-box ul li{
	width:50%;
	float:left;
	margin-bottom:5%;
	padding:0 3%;
	}
.wfw-3-box ul li .icon-box{
	width:60px;
	height:45px;
	
	}

.wfw-3-box ul li .icon1{
	background:url(../images/wfw-31.png) 0 0 no-repeat;
	}
.wfw-3-box ul li .icon2{
	background:url(../images/wfw-31.png) -86px 0 no-repeat;
	width:59px;
	}
.wfw-3-box ul li .icon3{
	background:url(../images/wfw-31.png) -183px 0 no-repeat;
	}
.wfw-3-box ul li .icon4{
	background:url(../images/wfw-31.png) -282px 0 no-repeat;
	}

.wfw-3-box ul li h2{
	font-size:1.125em;
	font-weight:bold;
	color:#232323;
	margin:1em 0;
	}

.wfw-3-box ul li h3{
	font-size:0.875em;
	color:#666;
	margin-bottom:0.8em;
	}


@media(max-width:767px){
	.wfw-3{
		background-image:none;
		padding:6% 3%;
		background-color:#f6f6f6;
		border-bottom:1px solid #f0f0f0;
		margin-bottom:3%;
		}
	.wfw-3-box h1{
		background:none;
		margin-bottom:0;
		}	
		
	}


/*wfw-4*/
.wfw-4{
	padding:0 0 6% 0;
	}
.wfw-4-box{
	
	}
.wfw-4-box h1{
	font-size:1.5em;
	text-align:center;
	margin-bottom:1.5em;
	}
.wfw-4-box .wfw-4-nav{
	overflow:hidden;
	text-align:center;
	}
.wfw-4-box .wfw-4-nav span{
	display:inline-block;
	margin:1em 3em;
	border:none;
	cursor:pointer;
	}
.wfw-4-box .wfw-4-nav span:hover{
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	color:#fff;
	}
.wfw-4-box .wfw-4-nav .bj-color{
	background-color:#4fbeff;
	background:linear-gradient(left,#4a85ff, #4fbeff); 
	background: -webkit-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-moz-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-ms-linear-gradient(left,#4a85ff, #4fbeff); 
	background:-o-linear-gradient(left,#4a85ff, #4fbeff);
	color:#fff;
	}

.wfw-4-box ul{
	overflow:hidden;
	MARGIN-TOP:2%;
	
	}

.wfw-4-box ul li{
	width:46%;
	float:left;
	margin:2%;
	background-color:#f3f3f3;
	border:1px solid #e9e9e9;
	padding:5%;
	text-align:center;
	min-height:290px;
	}

.wfw-4-box ul li h2{
	font-size:1.125em;
	color:#4fbeff;
	font-weight:bold;
	margin-bottom:1em;
	}


.wfw-4-box ul li h2 span{
	font-size:1.5em;
	font-weight:bold;
	color:#232323;
	line-height:1em;
	}

.wfw-4-box ul li h3{
	font-size:0.875em;
	color:#666;
	margin-bottom:1em;
	line-height:1.5em;
	text-align:left;
	}


.wfw-4-box ul li h4{
	font-size:0.875em;
	color:#232323;
	font-weight:bold;
	margin-top:5em;
	}
.wfw-4-box ul li h4 span{
	color:#4fbeff;
	font-weight:bold;
	}
@media(max-width:1200px){
	.wfw-4-box ul li{
		min-height:235px;
		}
	.wfw-4-box ul li h4{
		margin-top:3em;
		}
	
	}

@media(max-width:767px){
	.wfw-4{
		padding:6% 3%;
		}
	.wfw-4-box ul li{
		width:100%;
		margin:3% 0;
		float:none;
		min-height:1px;
		}
	
	.wfw-4-box ul li h3{
		text-align:center;
		}
	
	
	}

/*兼容百度分享下的微信分享错位CSS*/	
.bd_weixin_popup
{
	  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/*分页样式二start*/
.jogger {
	padding-right: 2px; padding-left: 2px; padding-bottom: 2px; margin: 7px; padding-top: 2px; font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
}
.jogger a {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #333; padding-top: 0.5em; background-color: #fff; text-decoration: none; border-radius:4px;border:1px solid #4b87ff;
}
.jogger a:hover {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #fff; padding-top: 0.5em; background-color: #4b87ff;border-radius:4px; border:1px solid #4b87ff;
}
.jogger a:active {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #fff; padding-top: 0.5em; background-color: #4b87ff;border-radius:4px;border:1px solid #4b87ff;
}
.jogger span.currentpage {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #fff; padding-top: 0.5em; background-color: #4b87ff; border-radius:4px;border:1px solid #4b87ff;
}
/*end*/	

/*banner图样式*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  max-width: 100%;
  text-align: center;
/*  padding-top:100px;*/
/*  padding-bottom:60px;*/


  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

/*.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }*/

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -30px;
  display:none;
  }
.callbacks_container:hover .callbacks_nav{display:block;}

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


.callbacks_tabs.callbacks1_tabs{
	bottom:5%;
	bottom:5vh;
	position:absolute;
	z-index:100;
	width:100%;
	text-align:center;
	}
.callbacks_tabs.callbacks1_tabs li{
	display:inline-block;
	width:40px;
	height:4px;
	margin-left:12px;
	/*border-radius:10px;*/
	border:1px solid #666;
	background:#666;
	position:relative;
	}
.callbacks_tabs.callbacks1_tabs li a{
	display:inline-block;
	width:40px;
	height:2px;
	/*border-radius:10px;*/
	position:absolute; 
	left:-1px; 
	top:-1px;
	z-index:1000; 
	color:rgba(100,200,300,0);
	color:transparent;
	}
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{
	width:43px;
	height:4px;	
	background:#fff;
	}	
	
.fenye{
	overflow:hidden;
	margin:40px auto 5px auto;
	text-align: right;
	width:100%;
	padding:2px 0 2px 0;
	}	
	
	
/*CSS*/
.index-youqing{
	padding:4em 0;
	background-color:#fff;
	position:relative;
	z-index:1;
	}

.index-youqing dl{
	overflow:hidden;
	}
.index-youqing dl dt{
	float:left;
	margin-right:1em;
	font-size:1.125em;
	color:#232323;
	font-weight:bold;
	}

.index-youqing dl dd{
	float:left;
	margin-right:2em;
	font-size:0.875em;
	}

.index-youqing dl dd a{
	color:#666;
	}
.index-youqing dl dd a:hover{
	color:#4b87ff;
	}	
	
	
	
	
.infoarea{
	padding: 6% 0;
	}	
.infoarea .showtxt
{
	margin-bottom:45px;
}
.infoarea h1
{
	font-size:16px;
	text-align:center;
	padding:15px 0;
}

.infoarea h2
{
	font-size:16px;
	text-align:center;
	color:#FF8000;
}

.infoarea h2 a
{
	color:#FF8000;
}	

.infoarea h2 a:hover
{
	color:#F00;
}





/*服务保障*/
.servicestb
{
	margin:95px auto;
}
@media (max-width: 767px) {
  .servicestb
	{
		margin:65px auto ;
	}
}

.appenttop
{
	padding-top:45px;
}



.servicessafe h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 220px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .servicessafe h1 {
	  font-size:24px;
  }
}


.servicessafe h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.servicessafe .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 60px auto;
}


.servicessafe .borderline span {
    display: block;
    width: 150px;
    height: 6px;
    background-color:#1dd8bd;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}



.servicessafe .boxarea
{
	position: relative;
    border: 12px solid #ededed;
    /*width: 350px;*/
	width:90%;
    height: 108px;
}




@media (max-width: 767px) {

	.servicessafe .boxarea
	{
		position: relative;
		border: 6px solid #ededed;
		width: 90%;
		margin:0 auto 35px  auto;

		height: 80px;
	}
	
	.appenttop
	{
		padding-top:0;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {
  /*.servicessafe .boxarea
  {
	  position: relative;
	  border: 1px solid #ededed;
	  width: 350px;
	  height: 108px;
	  
  }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
 /* .servicessafe .boxarea
  {
	  position: relative;
	  border: 1px solid #ededed;
	  width: 350px;
	  height: 108px;
	  
  }*/
}



.servicessafe .boxarea .bottomline {
    position: absolute;
    left: 5%;
    top: -12px;
   /* width: 215px;*/
    width:90%;
    height: 12px;
    background-color: rgba(23,171,161,0.9);
    z-index: 1;
	
}



@media (max-width: 767px) {
.servicessafe .boxarea .bottomline {
    position: absolute;
    width: 180px;
    height: 12px;
    top:-12px;
    left: 50%;
	margin-left:-90px;	

    background-color: rgba(23,171,161,0.9);
    z-index: 1;
	
}
}


.servicessafe .boxarea .appbottomline {
  width: 280px;	
}


@media (max-width: 767px) {
.servicessafe .boxarea .appbottomline {
  width: 180px;
}
	
}


.servicessafe .boxarea .subtitle
{
    position: absolute;
    left: 12%;
    top: -30px;
    font-size: 40px;
    z-index: 2;
}

@media (max-width: 767px) {
.servicessafe .boxarea .subtitle
{
    position: absolute;
    width: 180px;
    height: 34px;
	text-align:center;
    left: 50%;
	margin-left:-90px;
    top: -6px;
	margin-top:-17px;
    font-size: 24px;
    z-index: 2;
}

}


.servicessafe  .text1
{
	font-size:14px;
	/*text-align:left;*/
	line-height:28px;
	margin-top:35px;
	padding:0 35px;
    text-align: justify;
    text-justify: inter-ideograph;	
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.servicessafe  .text1
	{
		font-size:14px;
		line-height:25px;
		margin-top:35px;
	}
}

.servicessafe .addw
{
	width:297px;
}


.servicessafe .addpadding
{
	padding:0 100px;
}

@media (max-width: 767px) {
  .servicessafe  .text1
  {
	 font-size:12px;
	 line-height:25px;
	 margin-top:0;
	 margin-bottom:25px;
	 padding:0 15px;
  }
}


.servicessafe .showtext {
    position: relative;
    overflow: hidden;
   /* border-radius: 5px;*/
   /*margin-right:75px;*/
   margin:0 15px;
}


@media (max-width: 767px) {
  .servicessafe .showtext {
    margin-right:15px;
	margin-left:15px;
	margin-bottom:15px;
	
  }
  
  
}

.servicessafe .showtext img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    /*border-radius: 5px;*/
    transition: All 0.8s ease;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
}
.servicessafe .showtext:hover img
{
     transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
	/*border-radius:5px;*/	
}

.servicessafe .showtext .titlearea {
    position: absolute;
   /* padding: 20px 15px;
    line-height: 35px;*/
    left: 0;
    bottom: 0;
    right: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #FFF;
    font-size: 16px;
   /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}


.servicessafe .showtext .titlearea  .bgcd
{
	width: 100%;
    height: 100%;
    display: inline-table;
    text-align: center;
}


.servicessafe .showtext .titlearea  .bgcd .bgcdtxt {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 25px 25px 25px;
}


.servicessafe .showtext .titlearea .bgcd .bgcdtxt .borderline {
    width: 60px;
    height: 3px;
    background-color:#1dd8bd;
    margin: 0 auto;
    margin: 15px auto;
}

.servicessafe .showtext .titlearea .bgcd .bgcdtxt .subtextshow {
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-ideograph;	
}

@media (min-width: 768px) and (max-width: 991px) {
	.servicessafe .showtext .titlearea .bgcd .bgcdtxt .subtextshow {
		
		font-size: 12px;
		line-height: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.servicessafe .showtext .titlearea .bgcd .bgcdtxt .subtextshow {
		
		font-size: 14px;
		line-height: 25px;
	}
}


/*@media (min-width: 992px) and (max-width: 1199px) {
 .servicessafe .showtext .titlearea .bgcd .bgcdtxt .subtextshow {
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.servicessafe .showtext .titlearea .bgcd .bgcdtxt .subtextshow {
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
}
}*/


@media (max-width: 767px) {
.servicessafe .showtext .titlearea .bgcd .bgcdtxt .subtextshow {
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
}	
}





.servicessafe .showtext .biglayer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

.servicessafe .showtext .biglayer .bgcd {
    width: 100%;
    height: 100%;
    display: inline-table;
    text-align: center;
}

.servicessafe .showtext .biglayer .bgcd .bgcdtxt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px 0 25px;
}


.servicessafe .showtext .biglayer .bgcd .bgcdtxt h3 {
	
	margin-bottom:25px;
}
.servicessafe .showtext .biglayer .bgcd .bgcdtxt h3  a
{
	transition:all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	font-size:14px;
	font-weight:800;
	color:#FFF;
}

.homeserver .showtext .biglayer .bgcd .bgcdtxt h3  a:hover
{
	color:#418f37;
}
.servicessafe .showtext .biglayer .bgcd .bgcdtxt .borderline {
    width: 60px;
    height: 4px;
    background-color:#1dd8bd;
    margin: 0 auto;
    margin: 15px auto;
}

.servicessafe .showtext .biglayer .bgcd .bgcdtxt .subtextshow {
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
}
@media (max-width: 767px) {
.servicessafe .showtext .biglayer .bgcd .bgcdtxt .subtextshow {
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
}	
}


@media (min-width: 768px) and (max-width: 991px) {
	.servicessafe .showtext .biglayer .bgcd .bgcdtxt .subtextshow {
		
		font-size: 12px;
		line-height: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.servicessafe .showtext .biglayer .bgcd .bgcdtxt .subtextshow {
		
		font-size: 12px;
		line-height: 23px;
	}
}


.servicessafe .showtext:hover .titlearea {
	bottom:-100%;
	opacity:0;
}
.servicessafe .showtext:hover .biglayer {
	top:0;
}




/*嗖嗖管*/
.pssg
{
	position:relative;
}

.pssg .ssgbtn
{
	position:absolute;
	left:52.3%;
	top:55%;
} 


@media (max-width: 767px) {
.pssg .ssgbtn
{
	position:absolute;
    left: 54%;
    top: 57%;
} 


}



.pssg .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #ff4200  0%, #ea825d 100%);
    background: -webkit-linear-gradient(to right, #ff4200 0%, #ea825d 100%);
    background: -o-linear-gradient(to right, #ff4200 0%, #ea825d 100%);
    background: -ms-linear-gradient(to right, #ff4200 0%, #ea825d 100%);
    background: linear-gradient(to right, #ff4200 0%, #ea825d 100%)
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .pssg .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}

.pssg .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.pssg .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #ea825d  0%, #ff4200 100%);
  background: -webkit-linear-gradient(to right, #ea825d 0%, #ff4200 100%);
  background: -o-linear-gradient(to right, #ea825d 0%, #ff4200 100%);
  background: -ms-linear-gradient(to right, #ea825d 0%, #ff4200 100%);
  background: linear-gradient(to right, #ea825d 0%, #ff4200 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pssg .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.pssg .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.pssg1
{
	margin: 95px auto;
}


@media (max-width: 767px) {
.pssg1 {
    margin: 25px auto;
  }	
}


/*@media (min-width: 768px) and (max-width: 991px) {
	.servicessafe .showtext .biglayer .bgcd .bgcdtxt .subtextshow {
		
		font-size: 12px;
		line-height: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.servicessafe .showtext .biglayer .bgcd .bgcdtxt .subtextshow {
		
		font-size: 12px;
		line-height: 23px;
	}
}
*/

.pssg1  .rightbox
{
	margin-top:30px;
	margin-left:75px;
	font-size:14px;
	line-height:28px;
}

@media (max-width: 767px) {
.pssg1  .rightbox{
    margin-left:15px;
	margin-right:15px;
  }	
}


@media (min-width: 992px) and (max-width: 1199px) {
	.pssg1  .rightbox
	{
		margin-top:0;
		margin-left:45px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.pssg1  .rightbox
	{
		margin-top:0;
		margin-left:45px;
	}
}


.pssg1  h1 {
    font-size: 40px;
}
@media (max-width: 767px) {
  .pssg1  h1 {
    font-size:24px;
	text-align:center;
	margin-top:25px;
   }
}

.pssg1 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    margin: 25px auto 20px auto;
}


.pssg1 .borderline span {
    display: block;
    width: 150px;
    height: 6px;
    background-color: #0759a2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}

@media (max-width: 767px) {
  .pssg1 .borderline span {
	  left:50%;
	  margin-left:-75px;
	  
   }
}
.pssg1 .text1
{
	font-size:14px;
	line-height:35px;
    text-align: justify;
    text-justify: inter-ideograph;	
}


@media (max-width: 767px) {
	.pssg1 .text1
	{
		font-size:12px;
		line-height:25px;
	}

}




.pssg2
{
	background-image:url(../images/pssg2.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;
	background-attachment:fixed;
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);
	padding:85px 0;	
}





.pssg2  h1 {
    font-size: 40px;
	color:#FFF;
	text-align:center;
}
@media (max-width: 767px) {
  .pssg2  h1 {
    font-size: 24px;
  }
}
.pssg2 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 25px auto 20px auto;
}


.pssg2 .borderline span {
    display: block;
    width: 150px;
    height: 6px;
    background-color: #0759a2;
    position: absolute;
    top: 50%;
	left:50%;
	margin-left:-75px;
    margin-top: -3px;
}
.pssg2 h2
{
	font-size:24px;
	text-align:center;
	color:#FFF;
}
.pssg2  .text1
{
	font-size:14px;
	text-align:left;
	line-height:30px;
	margin-top:25px;
	padding:30px;
	color:#333;
	background-color:rgba(255,255,255,1);
	height: 128px;
	/*overflow-y:auto;*/
}
@media (max-width: 767px) {
	.pssg2  .text1
	{
		font-size:12px;
		line-height:28px;
		margin-top:35px;
	}
}




.pssg3
{
	margin:95px auto;
}


@media (max-width: 767px) {
	.pssg3
	{
		margin:35px auto;
	}
}

.pssg3 h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 220px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .pssg3 h1 {
	  font-size:24px;
  }
}


.pssg3 h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.pssg3 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 60px auto;
}


.pssg3 .borderline span {
    display: block;
    width: 150px;
    height: 6px;
    background-color: #0759a2;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}

.pssg3  .text1
{
	font-size:14px;
	text-align:center;
	line-height:28px;
	margin-top:15px;
	padding:0 35px;
	/*background:url(../images/dh.png) no-repeat top center;*/
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.pssg3  .text1
	{
		font-size:14px;
		line-height:28px;
		margin-top:35px;
	}
}

@media (max-width: 767px) {
  .pssg3  .text1
  {
	 font-size:12px;
	 line-height:25px;
	 margin-top:0;
	 margin-bottom:25px;
	 padding:0 25px;
  }
}




.pssg4
{
	background-image:url(../images/pssg9.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;
	background-attachment:fixed;
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);
	padding:85px 0;	
}





.pssg4  h1 {
    font-size: 40px;
	color:#FFF;
	text-align:center;
}
@media (max-width: 767px) {
  .pssg4  h1 {
    font-size: 24px;
  }
}
.pssg4 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 25px auto 45px auto;
}


.pssg4 .borderline span {
    display: block;
    width: 150px;
    height: 6px;
    background-color: #0759a2;
    position: absolute;
    top: 50%;
	left:50%;
	margin-left:-75px;
    margin-top: -3px;
}


.pssg4  .subtext {
    display: inline-table;
    width: 100%;
    height: 320px;
	/*margin:0 auto;*/
    /* padding: 100px 0; */
   padding:15px;
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.pssg4  .subtext 
	{
       height: 360px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	.pssg4  .subtext 
	{
       height: 450px;
	}
}

.pssg4 .subtext .subtextshow {
    display: table-cell;
    vertical-align: middle;
    padding:30px 30px 30px 30px;
    background: -moz-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: -webkit-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: -o-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: -ms-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: linear-gradient(to right, #1296db 0%, #4fc3ff 100%);	
   
}

.pssg4 .subtext .subtextshow  h2
{
	font-size:18px;
	font-weight:800;
	 color: #FFF;
}


.pssg4 .subtext .subtextshow .showtxt
{
	margin-top:25px;
	font-size:14px;
	line-height:35px;
	height:150px;
	color: #FFF;
	padding-right:15px;
    text-align: justify;
    text-justify: inter-ideograph;	
}

@media (max-width: 767px) {
	.pssg4 .subtext .subtextshow .showtxt
	{
		margin-top:25px;
		font-size:12px;
	   color: #FFF;
	}
}



.pssg5
{
	margin:95px auto;
}


@media (max-width: 767px) {
	.pssg5
	{
		margin:35px auto 10px auto;
	}
}

.pssg5 h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 220px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .pssg5 h1 {
	  font-size:24px;
  }
}


.pssg5 h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.pssg5 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 60px auto;
}


.pssg5 .borderline span {
    display: block;
    width: 150px;
    height: 6px;
    background-color: #0759a2;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}

.pssg5  .text1
{
	font-size:14px;
	text-align:center;
	line-height:35px;
	margin-top:15px;
	padding:0 35px;
    /*text-align: justify;
    text-justify: inter-ideograph;	*/

	/*background:url(../images/dh.png) no-repeat top center;*/
}

@media (min-width: 768px) and (max-width: 991px) {
	.pssg5  .text1
	{
		height:100px;
	
	}
}



@media (max-width: 1199px) and (min-width: 992px)
{
	.pssg5  .text1
	{
		font-size:14px;
		
		margin-top:35px;
	}
}

@media (max-width: 767px) {
  .pssg5  .text1
  {
	 font-size:12px;
	 line-height:28px;
	 margin-top:0;
	 margin-bottom:25px;
	 padding:0 25px;
	 height:120px;
  }
}

.pssg5 .addmrign
{
	margin-top:85px;
}


@media (max-width: 767px) {

.pssg5 .addmrign
{
	margin-top:15px;
}

}
@media (min-width: 768px) and (max-width: 991px) {

	.pssg5 .addmrign
	{
		margin-top:35px;
	}
}


.pssg6
{
	margin:95px auto;
}


@media (max-width: 767px) {
	.pssg6
	{
		margin:5px auto 75px auto;
	}
}

.pssg6  .pcasebtn
{
	text-align:center;
	width:100%;
}




.pssg6  .pcasebtn .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .pssg6  .pcasebtn .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}

.pssg6  .pcasebtn .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.pssg6  .pcasebtn .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pssg6  .pcasebtn .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.pssg6  .pcasebtn .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}






/*小来一体化*/
.xlyth
{
	position:relative;
}

.xlyth .ssgbtn
{
	position:absolute;
	left:50.5%;
	top:55%;
} 


@media (max-width: 767px) {
.xlyth .ssgbtn
{
	position:absolute;
    left: 50%;
    top: 57%;
} 


}



.xlyth .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .xlyth .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}


.xlyth .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.xlyth .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.xlyth .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.xlyth .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.xlyth1
{
	margin: 95px auto 85px auto;
	
}

@media (max-width: 767px) {

	.xlyth1
	{
		margin: 45px auto 65px auto;
		
	}

}

/*@media (max-width: 767px) {
  .xlyth1
  {
      margin: 35px auto 35px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.xlyth1
	{
		margin: 95px auto 435px auto;
	}

}


@media (max-width: 1199px) and (min-width: 992px)
{
	.xlyth1
	{
		margin: 95px auto 415px   auto;
	}

}*/


.xlyth1 .relpos
{
	/*position:relative;*/
	
}
.xlyth1 .relpos h1
{
	font-size:40px;
}


@media (max-width: 767px) {
	.xlyth1 .relpos h1
	{
		font-size:24px;
		text-align:center;
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.xlyth1 .relpos h1
	{
		font-size:24px;
		text-align:left;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.xlyth1 .relpos h1
	{
		font-size:24px;
	}
}

.xlyth1 .borderline {
    position: relative;
    width: 10%;
    height: 3px;
    background-color: rgba(255, 66, 0, 0.85);
    margin: 25px 0 20px 0;
}

@media (max-width: 767px) {
	.xlyth1 .borderline {
		position: relative;
		width: 10%;
		height: 3px;
		background-color: rgba(255, 66, 0, 0.85);
		margin: 25px  auto 20px  auto;
	}	
}
.xlyth1 .relpos .txt1
{
	/*position:absolute;
    right: -92px;
    top: 112px;*/
	background-color:#FFF;
	font-size:14px;
	line-height:35px;
    text-align: justify;
    text-justify: inter-ideograph;
	padding:45px 50px 45px 50px;
	/*z-index:5;*/
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	/*margin-right:-92px;*/
	margin-top:45px;
	/*position:relative;
	right:-50px;
	z-index:1*/
}

@media (max-width: 767px) {
	.xlyth1 .relpos .txt1
	{
		position:static;
		font-size:12px;
		padding:30px 15px 30px 15px;
	}
}




.xlyth2
{
	background-image:url(../images/xlyth1.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;
	background-attachment:fixed;
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);
	padding:85px 0;	
}

.xlyth2 h1
{
	font-size:40px;
	color:#FFF;
	text-align:center;
}




.xlyth2 .titlearae h1 {
	margin: 0 auto 0 auto;
	font-size: 36px;
	text-align: center;
}


@media (max-width: 767px) {
	.xlyth2 .titlearae h1 {
		font-size: 20px;
	}
}


.xlyth2 .borderline {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.48);
	margin: 25px auto 60px auto;
}
.xlyth2 .borderline span {
	display: block;
	width: 150px;
	height: 3px;
	background-color: rgba(255, 66, 0, 0.85);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -1px;
}







.xlyth2 .pshowtext
{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}




.xlyth2 .pshowtext .showtext {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	/*border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;*/
	height:320px;
	/*overflow-y:auto;*/
	background-color:#FFF;
}

.xlyth2 .pshowtext .showtext h1 {
	padding:30px 0 0 0;
	font-size:24px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#333;
}

.xlyth2 .pshowtext .showtext .plugicon
{
	width: 10%;
	height: 3px;
	background-color: rgba(255, 66, 0, 0.85);
	margin: 15px auto 15px auto;	
}

@media (max-width: 767px) {
.xlyth2 .pshowtext .showtext h1 {
	font-size:18px;
	padding:15px 0;
}

}

.xlyth2 .pshowtext .showtext .tests {
	padding:15px 25px 45px 25px;
	font-size: 14px;
	line-height:35px;
}



@media (max-width: 767px) {
.xlyth2 .pshowtext .showtext .tests {
	font-size: 12px;
	
}


}





.xlyth3
{
	margin:95px auto;
}


@media (max-width: 767px) {
	.xlyth3
	{
		margin:35px auto;
	}
}

.xlyth3 h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 220px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .xlyth3 h1 {
	  font-size:24px;
  }
}


.xlyth3 h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.xlyth3 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 145px auto;
}


.xlyth3 .borderline span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: rgba(255, 66, 0, 0.85);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -1px;
}

.xlyth3  .text1
{
	font-size:14px;
	text-align:center;
	line-height:28px;
	margin-top:35px;
	padding:0 35px;
	/*background:url(../images/dh.png) no-repeat top center;*/
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.xlyth3  .text1
	{
		font-size:14px;
		line-height:28px;
		margin-top:35px;
	}
}

@media (max-width: 767px) {
  .xlyth3  .text1
  {
	 font-size:12px;
	 line-height:25px;
	 margin-top:0;
	 margin-bottom:25px;
	 padding:0 25px;
  }
}








.xlyth3 .itemc {
	width:100%;
	height:200px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	/*border-radius:5px;*/
	display:inline-table;
	position:relative;
	margin-bottom: 35px;
}


@media (max-width: 767px) {
	.xlyth3 .itemc {
		height:100px;

	}
}

.xlyth3 .itemc .t2 {
    width: 100px;
    height: 100px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0%;
	margin-top:-50px;
	
	background: -moz-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -webkit-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -o-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -ms-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: linear-gradient(to right, #ff4200 0%, #fe632d 100%);	
	border-radius:50%;
	padding:10px;
	/*background:#FFF;*/
}

.xlyth3 .itemc .t2 img
{
	border-radius:50%;
}

.xlyth3 .itemc .itemc_1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	
	padding:95px 30px 45px 30px;
	background: -moz-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -webkit-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -o-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(to right, #fff 0%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, #fff 100%);
	/*color:#FFF;*/
	/*border-radius:5px;*/
	line-height:28px;
}



@media (max-width: 767px) {
 .xlyth3 .itemc {
	 margin-bottom:65px;
  }
  .xlyth3 .itemc .itemc_1{
	  font-size:12px;
  }
 
  .xlyth3  .itemc_mbtom{
	  margin-bottom:15px;
  }  
  
}



.xlyth4
{
	background-image:url(../images/xlyth100.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;
	background-attachment:fixed;
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);
	padding:85px 0 85px 0;	
}





.xlyth4  h1 {
    font-size: 40px;
	color:#fff;
	text-align:center;
}
@media (max-width: 767px) {
  .xlyth4  h1 {
    font-size: 24px;
  }
}
.xlyth4 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.35);
    margin: 25px auto 75px auto;
}


.xlyth4 .borderline span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: rgba(255, 66, 0, 0.85);
    position: absolute;
    top: 50%;
	left:50%;
	margin-left:-75px;
    margin-top: -2px;
}


.xlyth4  .subtext {
    display: inline-table;
    width: 100%;
    height: 320px;
	/*margin:0 auto;*/
    /* padding: 100px 0; */
   padding:15px;
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.xlyth4  .subtext 
	{
       height: 360px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	.xlyth4  .subtext 
	{
       height: 450px;
	}
}

.xlyth4 .subtext .subtextshow {
    display: table-cell;
    vertical-align: middle;
    padding:30px 30px 30px 30px;
    background: -moz-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: -webkit-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: -o-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: -ms-linear-gradient(to right, #1296db 0%, #4fc3ff 100%);
    background: linear-gradient(to right, #1296db 0%, #4fc3ff 100%);	
   
}

.xlyth4 .subtext .subtextshow  h2
{
	font-size:18px;
	font-weight:800;
	 color: #FFF;
}


.xlyth4 .subtext .subtextshow .showtxt
{
	margin-top:25px;
	font-size:14px;
	line-height:25px;
	 color: #FFF;
}

@media (max-width: 767px) {
	.xlyth4 .subtext .subtextshow .showtxt
	{
		margin-top:25px;
		font-size:12px;
		line-height:25px;
		 color: #FFF;
	}
}



.xlyth4 .boxarea 
{
	width:100%;
    height:1px;
	/*margin-bottom:35px;*/
    background: -moz-linear-gradient(to right, #1296db 0%, #fff 100%);
    background: -webkit-linear-gradient(to right, #1296db 0%, #fff 100%);
    background: -o-linear-gradient(to right, #1296db 0%, #fff 100%);
    background: -ms-linear-gradient(to right, #1296db 0%, #fff 100%);
    background: linear-gradient(to right, #1296db 0%, #fff 100%);	
}
.xlyth4 .boxarea .leftb
{
	width:90px;
	height:90px;
	background-color:#1296db;
	/*float:left;*/
	display:inline-table;
}

.xlyth4 .boxarea .leftb h1
{
	display:table-cell;
	vertical-align:middle;
	font-size:36px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

.xlyth4 .boxarea .rightb
{
/*	float:left;*/
	font-size:14px;
	padding:35px;
	text-align:left;
	width:auto;
	line-height:28px;
	color:#FFF;
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.xlyth4 .boxarea .rightb
	{
       font-size:12px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	.xlyth4 .boxarea .rightb
	{
       font-size:12px;
	}
}

@media (max-width: 767px) {
	.xlyth4 .boxarea .rightb
	{
       font-size:12px;
	}
}






.xlyth5
{
	/*background-image:url(../images/pssg9.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;
	background-attachment:fixed;
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);*/
	padding:85px 0 45px 0;	
}




@media (max-width: 767px) {
   .xlyth5
   {
	  padding:65px 0 0 0;	 
   }
}



.xlyth5  h1 {
    font-size: 40px;
	color:#333;
	text-align:center;
}
@media (max-width: 767px) {
  .xlyth5  h1 {
    font-size: 24px;
  }
}
.xlyth5 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 25px auto 45px auto;
}


.xlyth5 .borderline span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: rgba(255, 66, 0, 0.85);
    position: absolute;
    top: 50%;
	left:50%;
	margin-left:-75px;
    margin-top: -1px;
}


.xlyth5  .subtext {
    display: inline-table;
    width: 100%;
    height: 320px;
	/*margin:0 auto;*/
    /* padding: 100px 0; */
   padding:15px;
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.xlyth5  .subtext 
	{
       height: 360px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	.xlyth5  .subtext 
	{
       height: 450px;
	}
}

.xlyth5 .subtext .subtextshow {
    display: table-cell;
    vertical-align: middle;
    padding:30px 30px 30px 30px;
    background: -moz-linear-gradient(to right, #418f37 0%, #6d9b67 100%);
    background: -webkit-linear-gradient(to right, #418f37 0%, #6d9b67 100%);
    background: -o-linear-gradient(to right, #418f37 0%, #6d9b67 100%);
    background: -ms-linear-gradient(to right, #418f37 0%, #6d9b67 100%);
    background: linear-gradient(to right, #418f37 0%, #6d9b67 100%);	
   
}

.xlyth5 .subtext .subtextshow  h2
{
	font-size:18px;
	font-weight:800;
	 color: #FFF;
}


.xlyth5 .subtext .subtextshow .showtxt
{
	margin-top:25px;
	font-size:14px;
	line-height:35px;
	color: #FFF;
	height:150px;
	padding-right:15px;
    text-align: justify;
    text-justify: inter-ideograph;	
}

@media (max-width: 767px) {
	.xlyth5 .subtext .subtextshow .showtxt
	{
		margin-top:25px;
		font-size:12px;
		line-height:35px;
		 color: #FFF;
	}
}




.xlyth6
{
	margin:0 auto 95px auto;
}


@media (max-width: 767px) {
	.xlyth6
	{
		margin:20px auto 50px auto;
	}
}

.xlyth6  .pcasebtn
{
	text-align:center;
	width:100%;
}




.xlyth6  .pcasebtn .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .xlyth6  .pcasebtn .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}

.xlyth6  .pcasebtn .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.xlyth6  .pcasebtn .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.xlyth6  .pcasebtn .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.xlyth6  .pcasebtn .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}








/*小来福利*/
.xlfl
{
	position:relative;
}

.xlfl .ssgbtn
{
	position:absolute;
	left:50.5%;
	top:55%;
} 


@media (max-width: 767px) {
.xlfl .ssgbtn
{
	position:absolute;
    left: 50%;
    top: 57%;
} 


}


.xlfl .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}


@media (max-width: 767px) {
   .xlfl .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}


.xlfl .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.xlfl .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.xlfl .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.xlfl .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}





.xlfl1
{
	margin: 95px auto 95px auto;
}

@media (max-width: 767px) {
  .xlfl1
  {
      margin: 35px auto 35px auto;
  }
}


.xlfl1 .imgcss
{
	    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);*/
}

/*
@media (min-width: 768px) and (max-width: 991px) {
	.xlfl1
	{
		margin: 95px auto 435px auto;
	}

}


@media (max-width: 1199px) and (min-width: 992px)
{
	.xlfl1
	{
		margin: 95px auto 333px auto;
	}

}*/


.xlfl1 .relpos
{
	   margin-top: -25%;
}

@media (max-width: 767px) {
	.xlfl1 .relpos
	{
		margin-top:0;
	}
}


.xlfl1 .relpos h1
{
	font-size:40px;
	text-align:right;
	padding-left: 20px;
}


@media (max-width: 767px) {
	.xlfl1 .relpos h1
	{
		margin-top:35px;
		font-size:24px;
		text-align:center;
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.xlfl1 .relpos h1
	{
		font-size:24px;
		text-align:right;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.xlfl1 .relpos h1
	{
		font-size:24px;
	}
}

.xlfl1 .borderline {
    position: relative;
    width: 10%;
    height: 3px;
    background-color: rgba(198, 51, 63, 1);
    margin: 25px 0 55px  auto;
}

@media (max-width: 767px) {
	.xlfl1 .borderline {
		position: relative;
		width: 10%;
		height: 3px;
		background-color: rgba(255, 66, 0, 0.85);
		margin: 25px  auto 20px  auto;
	}	
}
.xlfl1 .relpos .txt1
{
	
	background-color:rgba(255,255,255,0.9);
	font-size:14px;
	line-height:35px;
    text-align: justify;
    text-justify: inter-ideograph;
	padding:45px 45px 45px 45px;
	z-index:5;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	/*margin-left:-92px;*/
	
}

@media (max-width: 767px) {
	.xlfl1 .relpos .txt1
	{
		font-size:12px;
		padding:30px 15px 30px 15px;
		margin-left:0;
	}
}

.xlfl1 .relpos .txt1 .icontext
{
	margin-top:45px;
}
.xlfl1 .relpos .txt1 .icontext .showtxt
{
    text-align: justify;
    text-justify: inter-ideograph;	
}
@media (max-width: 767px) {

   .xlfl1 .relpos .txt1 .icontext .showtxt
	{
		margin-bottom:35px;
	}
}

.xlfl1 .relpos .txt1 .icontext h2
{
	font-size:24px;
	text-align:center;
	margin-bottom:25px;
} 
.xlfl1 .relpos .txt1 .icontext  .iconarea
{
	text-align:center;
	margin-bottom:25px;
}




.xlfl2
{
	margin:85px auto;
}


@media (max-width: 767px) {
	.xlfl2
	{
		margin:35px auto 0 auto;
	}
}

.xlfl2 h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 220px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .xlfl2 h1 {
	  font-size:24px;
  }
}

@media (max-width: 1199px) and (min-width: 992px)
{
  .xlfl2 h1 {
	  font-size:24px;
  }
}


@media (max-width: 991px) and (min-width: 768px)
{
  .xlfl2 h1 {
	  font-size:24px;
  }
}

.xlfl2 h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.xlfl2 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 145px auto;
}


.xlfl2 .borderline span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: rgba(198, 51, 63, 1);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -1px;
}

.xlfl2  .text1
{
	font-size:14px;
	text-align:center;
	line-height:28px;
	margin-top:35px;
	padding:0 35px;
	/*background:url(../images/dh.png) no-repeat top center;*/
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.xlfl2  .text1
	{
		font-size:14px;
		line-height:28px;
		margin-top:35px;
	}
}

@media (max-width: 767px) {
  .xlfl2  .text1
  {
	 font-size:12px;
	 line-height:25px;
	 margin-top:0;
	 margin-bottom:25px;
	 padding:0 25px;
  }
}








.xlfl2 .itemc {
	width:100%;
	height:218px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	/*border-radius:5px;*/
	display:inline-table;
	position:relative;
	margin-bottom: 35px;
}


@media (max-width: 767px) {
	.xlfl2 .itemc {
		height:100px;

	}
}

.xlfl2 .itemc .t2 {
    width: 100px;
    height: 100px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0%;
	margin-top:-50px;
	
	background: -moz-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -webkit-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -o-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -ms-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: linear-gradient(to right, #ff4200 0%, #fe632d 100%);	
	border-radius:50%;
	padding:10px;
	/*background:#FFF;*/
}

.xlfl2 .itemc .t2 img
{
	border-radius:50%;
}

.xlfl2 .itemc .itemc_1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	
	padding:115px 30px 45px 30px;
	background: -moz-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -webkit-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -o-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(to right, #fff 0%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, #fff 100%);
	/*color:#FFF;*/
	/*border-radius:5px;*/
	line-height:28px;
}



@media (max-width: 767px) {
 .xlfl2 .itemc {
	 margin-bottom:65px;
  }
  .xlfl2 .itemc .itemc_1{
	  font-size:12px;
  }
 
  .xlfl2  .itemc_mbtom{
	  margin-bottom:15px;
  }  
  
}





.xlfl3
{
	margin:85px auto;
}

@media (max-width: 767px) {
	.xlfl3
	{
		margin:0 auto 35px auto;
	}
}


.xlfl3 .tabnav
{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
	margin-bottom:65px;
}

.xlfl3 .tabnav  .sspan {
    margin: 0 30px;
    font-size: 40px;
    padding-bottom: 28px;
    cursor: pointer;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.xlfl3 .tabnav  .sspan {
		font-size: 24px;
	}
}


@media (max-width: 991px) and (min-width: 768px)
{
	.xlfl3 .tabnav  .sspan {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
   .xlfl3 .tabnav  .sspan {
     font-size: 16px;
	 font-weight:bold;
   }
   
 .xlfl3 .tabnav  .sspan {
    margin: 0 10px;
 }
}


.xlfl3 .tabnav .sspan:hover
{
	color:rgba(198, 51, 63, 1);
}
.xlfl3 .tabnav .sspan.fontcolor
{
	color:rgba(198, 51, 63, 1);
}

.xlfl3 .tabnav  .sspan > span
{
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;

	-moz-transition: all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;	
	
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;	
	
	border-bottom:3px solid rgba(198, 51, 63, 1);
}


.xlfl3 .tabnav  .sspan:hover > .curspan
{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
	opacity: 1;			
}


.xlfl3 .tabnav  .sspan > .curspan.currentcolor
{
	border-bottom:3px solid rgba(198, 51, 63, 1);
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
	opacity: 1;				
}


.joblist .rwolinw {
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	padding:35px 35px 35px 35px;
	margin-bottom:35px;
	
}

@media (max-width: 767px) {
	.joblist .rwolinw {
		  padding:10px 5px 10px 5px;
	}
}

@media (max-width: 767px) {
  .joblist .rwolinw {
	 /* margin-left:-15px;
	  margin-right:-15px;*/
  }
}

.joblist .nbtn {
   margin-bottom:0;
}
.joblist .rwolinw .txts1 {
	overflow:hidden;
	font-size:14px;
	line-height:35px;
	padding:30px 5px 24px 10px;
	display:none;
	width:100%;
    text-align: justify;
    text-justify: inter-ideograph;	
}


@media (max-width: 767px) {
  .joblist .rwolinw .txts1 {
	  font-size:12px;
	  line-height:30px;
  
  }
}


.joblist h1 {
	text-align:left;
	height:50px;
	padding-left:50px;
	background:url(../images/j1.png) no-repeat left center;
	font-size:16px;
	line-height:50px;
}

.joblist h1.addicon
{
	background:url(../images/j1a.png) no-repeat left center;
}

.joblist h1.addicon1
{
	background:url(../images/j1b.png) no-repeat left center;
}

.joblist h1.addicon2
{
	background:url(../images/j1c.png) no-repeat left center;
}



@media (max-width: 767px) {
  .joblist h1 {
	  font-size: 14px;
  }

}





.joblist .j2 {
	background:url(../images/j2.png) no-repeat left center;
}
.joblist .j3 {
	background:url(../images/j3.png) no-repeat left center;
}
.joblist .j4 {
	width:50px;
	height:50px;
	float:right;
	background:url(../images/jh.png) no-repeat right center;
	cursor:pointer;
   -moz-transition: all .8s ease;
   -webkit-transition:all .8s ease;
   -o-transition:all .8s ease;
   transition:all .8s ease;
}


@media (max-width: 767px) {
  .joblist .j4 {

	  float:right;
	  background:url(../images/jh.png) no-repeat left center;
  }

}



.joblist .j5 {
	width:50px;
	height:50px;
	float:right;	
	background:url(../images/j_h.png) no-repeat right center;
	cursor:pointer;
   -moz-transition: all .8s ease;
   -webkit-transition:all .8s ease;
   -o-transition:all .8s ease;
   transition:all .8s ease;	
}


.joblist .j4:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}




.xlfl3 .casbtn {
	margin:35px auto 0 auto;
	text-align:center;
	/*position:absolute;
	width:114px;
	height:42px;
	bottom:-118px;
	left:50%;
	margin-left:-57px;
	z-index:88;*/
}


@media (max-width: 767px) {
  .xlfl3 .casbtn 
  {
     margin:0 auto 0 auto; 
  }

}


.xlfl3 .casbtn .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .xlfl3 .casbtn .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}

.xlfl3 .casbtn .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.xlfl3 .casbtn .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.xlfl3 .casbtn .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.xlfl3 .casbtn .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

















.xlfl3_1 .mianc .leftcs {
/*overflow:hidden;*/
}
.xlfl3_1 .mianc .leftcs .cimg {
	width:	415px;
	float:right;
	margin:0 auto 25px auto;
	position:relative;
	padding-right: 25px;
}


@media (max-width: 767px) {
  .xlfl3_1 .mianc .leftcs .cimg {
	  width:100%;
	  padding-right: 0;
  }
}


.xlfl3_1 .mianc .leftcs .cimg .boxss {
	width:16px;
	height:16px;
	z-index:3;
	border-radius:50%;
	background-color:#CCC;
	position:absolute;
	bottom: -32px;
	right: -8px;
}
.xlfl3_1 .mianc .leftcs .cimg img {
	/*border-radius:5px;*/
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
}
.xlfl3_1 .mianc .leftcs .txtscs {
	border-top:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	padding:40px 25px 0 0;
	overflow:hidden;
}
@media (max-width: 767px) {
	.xlfl3_1 .mianc .leftcs .txtscs {
		border-top:1px solid rgba(0, 0, 0, 0.1);
		width:100%;
		padding:15px 15px 15px 15px;
		overflow:hidden;
	}

}
.xlfl3_1 .mianc .leftcs .txtscs h1 {
	font-size:26px;
	text-align:right;
}

@media (max-width: 767px) {
  .xlfl3_1 .mianc .leftcs .txtscs h1 {
	  font-size:16px;
	  text-align:center;
	  font-weight:bold;
  }

}



.xlfl3_1 .mianc .leftcs .txtscs .subtext {
	font-size:14px;
	line-height:28px;
	margin:20px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
	text-align:right;
}

@media (max-width: 767px) {
  .xlfl3_1 .mianc .leftcs .txtscs .subtext {
	  font-size:12px;
	  line-height:25px;
	  text-align:center;
  }

}

.xlfl3_1 .mianc .rightcs {
	margin:120px 0 0 0;
}

@media (max-width: 767px) {
	.xlfl3_1 .mianc .rightcs {
		margin:35px 0 0 0;
	}
}


.xlfl3_1 .mianc .rightcs .cimg {
	width:415px;
	float:left;
	margin:0 auto 25px 25px;
	position:relative;
}


.xlfl3_1 .mianc .rightcs .cimg .boxss {
	width:16px;
	height:16px;
	z-index:3;
	border-radius:50%;
	background-color:#CCC;
	position:absolute;
	bottom: -32px;
	left: -33px;
}



@media (max-width: 767px) {
  .xlfl3_1 .mianc .rightcs .cimg {
	  width:100%;
	  float:left;
	  margin:0 auto 25px auto;
	  position:relative;
  }
}



.xlfl3_1 .mianc .rightcs .cimg img {
	/*border-radius:5px;*/
}
.xlfl3_1 .mianc .rightcs .txtscs {
	border-top:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	padding:40px 0 0 25px;
	overflow:hidden;
}


@media (max-width: 767px) {
  .xlfl3_1 .mianc .rightcs .txtscs {

	  padding:15px 15px 15px 15px;

  }

}


.xlfl3_1 .mianc .rightcs .txtscs h1 {
	font-size:26px;
	text-align:left;
}


@media (max-width: 767px) {

  .xlfl3_1 .mianc .rightcs .txtscs h1 {
	  font-size:16px;
	  text-align:center;
	  font-weight:bold;
  }


}

.xlfl3_1 .mianc .rightcs .txtscs .subtext {
	font-size:14px;
	line-height:28px;
	margin:35px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	text-align:left;
}


@media (max-width: 767px) {

	.xlfl3_1 .mianc .rightcs .txtscs .subtext {
		font-size:12px;
		line-height:25px;
		margin:25px 0;
		text-align:justify;
		text-justify:inter-ideograph;
		text-align:center;
	}

}




.xlfl4
{
	margin:160px auto 95px auto;
}


@media (max-width: 767px) {
	.xlfl4
	{
		margin:80px auto 50px;
	}
}

/*.xlfl4 h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 220px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .xlfl4 h1 {
	  font-size:24px;
  }
}


.xlfl4 h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.xlfl4 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 145px auto;
}


.xlfl4 .borderline span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: rgba(198, 51, 63, 1);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -1px;
}
*/


.xlfl4_1 {
	padding:0 0 70px 0;
	/*background-image:url(../images/sixclub.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 767px) {

.xlfl4_1 {
	padding:0 0 25px 0;
  }


}

.xlfl4_1 .titlearae h1 {
	margin: 0 auto 0 auto;
	font-size: 36px;
	text-align: center;/*color:#FFF;*/
}

@media (max-width: 767px) {
	.xlfl4_1 .titlearae h1 {
		font-size: 20px;
	}
}

.xlfl4_1 .borderline {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(103, 103, 103, 0.18);
	margin: 25px auto 60px auto;
}
.xlfl4_1 .borderline span {
	display: block;
	width: 150px;
    height: 3px;
    background-color: rgba(198, 51, 63, 1);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -1px;
}
.xlfl4_1 .mianc {
	position:relative;
}
.xlfl4_1 .mianc .minmiddelline {
	position:absolute;
	width:2px;
	top:66px;
	left:50%;
	margin-left:-1px;
	height:100%;
     background: -moz-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: -o-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
}



@media (max-width: 767px) {
    .xlfl4_1 .mianc .minmiddelline {
	   top:50px;	
	}
}



.xlfl4_1 .mianc .casbtn {
	position:absolute;
	width:114px;
	height:42px;
	bottom:-118px;
	left:50%;
	margin-left:-57px;
	z-index:88;
}


@media (max-width: 767px) {
  .xlfl4_1 .mianc .casbtn 
  {
    bottom: -18px;
    margin-left: -38px;	  
  }

}


.xlfl4_1 .mianc .casbtn .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .xlfl4_1 .mianc .casbtn .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}

.xlfl4_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.xlfl4_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.xlfl4_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.xlfl4_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}










.xlfl4_1 .mianc .leftcs {
/*overflow:hidden;*/
}
.xlfl4_1 .mianc .leftcs .cimg {
	width:auto;
	float:right;
	margin:0 auto 25px auto;
	position:relative;
	padding-right: 45px;
	text-align:right;
}


@media (max-width: 767px) {
  .xlfl4_1 .mianc .leftcs .cimg {
	  width:100%;
	  padding-right: 0;
	  text-align:center;
  }
}


.xlfl4_1 .mianc .leftcs .cimg .boxss {
	width:16px;
	height:16px;
	z-index:3;
	border-radius:50%;
	background-color:#CCC;
	position:absolute;
	bottom: -32px;
	right: -8px;
}
.xlfl4_1 .mianc .leftcs .cimg img {
	/*border-radius:5px;*/
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
}
.xlfl4_1 .mianc .leftcs .txtscs {
	border-top:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	padding:48px 90px 0 0;
	overflow:hidden;
}

@media (max-width: 767px) {

	.xlfl4_1 .mianc .leftcs .txtscs {
	
		padding:25px 15px 15px 15px;
	}
}

.xlfl4_1 .mianc .leftcs .txtscs h1 {
	font-size:26px;
	text-align:right;
}

@media (max-width: 767px) {
  .xlfl4_1 .mianc .leftcs .txtscs h1 {
	  font-size:16px;
	  text-align:center;
	  font-weight:bold;
  }

}



.xlfl4_1 .mianc .leftcs .txtscs .subtext {
	font-size:14px;
	line-height:28px;
	margin:20px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
	text-align:right;
}

@media (max-width: 767px) {
  .xlfl4_1 .mianc .leftcs .txtscs .subtext {
	  font-size:12px;
	  line-height:25px;
	  text-align:center;
  }

}

.xlfl4_1 .mianc .rightcs {
	margin:120px 0 0 0;
}

@media (max-width: 767px) {
	.xlfl4_1 .mianc .rightcs {
		margin:35px 0 0 0;
	}
}


.xlfl4_1 .mianc .rightcs .cimg {
	width:415px;
	float:left;
	margin:0 auto 25px 25px;
	padding-left:25px;
	position:relative;
}


.xlfl4_1 .mianc .rightcs .cimg .boxss {
	width:16px;
	height:16px;
	z-index:3;
	border-radius:50%;
	background-color:#CCC;
	position:absolute;
	bottom: -32px;
	left: -33px;
}



@media (max-width: 767px) {
  .xlfl4_1 .mianc .rightcs .cimg {
	  width:100%;
	  float:left;
	  margin:0 auto 25px auto;
	  position:relative;
	  text-align:center;
	  padding-left:0;
  }
}



.xlfl4_1 .mianc .rightcs .cimg img {
	/*border-radius:5px;*/
}
.xlfl4_1 .mianc .rightcs .txtscs {
	border-top:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	padding:48px 0 0 90px;
	overflow:hidden;
}


@media (max-width: 767px) {
  .xlfl4_1 .mianc .rightcs .txtscs {

	  padding:20px 15px 15px 15px;

  }

}


.xlfl4_1 .mianc .rightcs .txtscs h1 {
	font-size:26px;
	text-align:left;
}


@media (max-width: 767px) {

  .xlfl4_1 .mianc .rightcs .txtscs h1 {
	  font-size:16px;
	  text-align:center;
	  font-weight:bold;
  }


}

.xlfl4_1 .mianc .rightcs .txtscs .subtext {
	font-size:14px;
	line-height:28px;
	margin:35px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	text-align:left;
}


@media (max-width: 767px) {

	.xlfl4_1 .mianc .rightcs .txtscs .subtext {
		font-size:12px;
		line-height:25px;
		margin:25px 0;
		text-align:justify;
		text-justify:inter-ideograph;
		text-align:center;
	}

}











.xlfl5
{
	margin:160px auto 145px auto;
}


@media (max-width: 767px) {
	.xlfl5
	{
		margin:80px auto 50px;
	}
}

/*.xlfl5 h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 220px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .xlfl5 h1 {
	  font-size:24px;
  }
}


.xlfl5 h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.xlfl5 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 145px auto;
}


.xlfl5 .borderline span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: rgba(198, 51, 63, 1);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -1px;
}
*/


.xlfl5_1 {
	padding:0 0 70px 0;
	/*background-image:url(../images/sixclub.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center center;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

@media (max-width: 767px) {

.xlfl5_1 {
	padding:0 0 25px 0;
  }


}

.xlfl5_1 .titlearae h1 {
	margin: 0 auto 0 auto;
	font-size: 36px;
	text-align: center;/*color:#FFF;*/
}

@media (max-width: 767px) {
	.xlfl5_1 .titlearae h1 {
		font-size: 20px;
	}
}

.xlfl5_1 .borderline {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(103, 103, 103, 0.18);
	margin: 25px auto 60px auto;
}
.xlfl5_1 .borderline span {
	display: block;
	width: 150px;
    height: 3px;
    background-color: rgba(198, 51, 63, 1);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -1px;
}
.xlfl5_1 .mianc {
	position:relative;
}
.xlfl5_1 .mianc .minmiddelline {
	position:absolute;
	width:2px;
	top:66px;
	left:50%;
	margin-left:-1px;
	height:100%;
     background: -moz-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: -o-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: -ms-linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
	background: linear-gradient(to bottom, #CCC 0%, #f4f4f4 100%);
}




@media (max-width: 767px) {
    .xlfl5_1 .mianc .minmiddelline {
	   top:50px;	
	}
}



.xlfl5_1 .mianc .casbtn {
	position:absolute;
	width:114px;
	height:42px;
	bottom:-118px;
	left:50%;
	margin-left:-57px;
	z-index:88;
}

@media (max-width: 767px) {
  .xlfl5_1 .mianc .casbtn 
  {
    bottom: -18px;
    margin-left: -38px;	  
  }

}


.xlfl5_1 .mianc .casbtn .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .xlfl5_1 .mianc .casbtn .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}

.xlfl5_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.xlfl5_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.xlfl5_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.xlfl5_1 .mianc .casbtn .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}









.xlfl5_1 .mianc .leftcs {
/*overflow:hidden;*/
}
.xlfl5_1 .mianc .leftcs .cimg {
	width:	415px;
	float:right;
	margin:0 auto 25px auto;
	position:relative;
	padding-right: 25px;
}


@media (max-width: 767px) {
  .xlfl5_1 .mianc .leftcs .cimg {
	  width:100%;
	  padding-right: 0;
  }
}


.xlfl5_1 .mianc .leftcs .cimg .boxss {
	width:16px;
	height:16px;
	z-index:3;
	border-radius:50%;
	background-color:#CCC;
	position:absolute;
	bottom: -32px;
	right: -8px;
}
.xlfl5_1 .mianc .leftcs .cimg img {
	/*border-radius:5px;*/
	/*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
}
.xlfl5_1 .mianc .leftcs .txtscs {
	border-top:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	padding:40px 25px 0 0;
	overflow:hidden;
}
@media (max-width: 767px) {
	.xlfl5_1 .mianc .leftcs .txtscs {
		border-top:1px solid rgba(0, 0, 0, 0.1);
		width:100%;
		padding:15px 15px 15px 15px;
		overflow:hidden;
	}

}
.xlfl5_1 .mianc .leftcs .txtscs h1 {
	font-size:26px;
	text-align:right;
}

@media (max-width: 767px) {
  .xlfl5_1 .mianc .leftcs .txtscs h1 {
	  font-size:16px;
	  text-align:center;
	  font-weight:bold;
  }

}



.xlfl5_1 .mianc .leftcs .txtscs .subtext {
	font-size:14px;
	line-height:28px;
	margin:20px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
	text-align:right;
}

@media (max-width: 767px) {
  .xlfl5_1 .mianc .leftcs .txtscs .subtext {
	  font-size:12px;
	  line-height:25px;
	  text-align:center;
  }

}

.xlfl5_1 .mianc .rightcs {
	margin:120px 0 0 0;
}

@media (max-width: 767px) {
	.xlfl5_1 .mianc .rightcs {
		margin:35px 0 0 0;
	}
}


.xlfl5_1 .mianc .rightcs .cimg {
	width:415px;
	float:left;
	margin:0 auto 25px 25px;
	position:relative;
}


.xlfl5_1 .mianc .rightcs .cimg .boxss {
	width:16px;
	height:16px;
	z-index:3;
	border-radius:50%;
	background-color:#CCC;
	position:absolute;
	bottom: -32px;
	left: -33px;
}



@media (max-width: 767px) {
  .xlfl5_1 .mianc .rightcs .cimg {
	  width:100%;
	  float:left;
	  margin:0 auto 25px auto;
	  position:relative;
  }
}



.xlfl5_1 .mianc .rightcs .cimg img {
	/*border-radius:5px;*/
}
.xlfl5_1 .mianc .rightcs .txtscs {
	border-top:1px solid rgba(0, 0, 0, 0.1);
	width:100%;
	padding:40px 0 0 25px;
	overflow:hidden;
}


@media (max-width: 767px) {
  .xlfl5_1 .mianc .rightcs .txtscs {

	  padding:15px 15px 15px 15px;

  }

}


.xlfl5_1 .mianc .rightcs .txtscs h1 {
	font-size:26px;
	text-align:left;
}


@media (max-width: 767px) {

  .xlfl5_1 .mianc .rightcs .txtscs h1 {
	  font-size:16px;
	  text-align:center;
	  font-weight:bold;
  }


}

.xlfl5_1 .mianc .rightcs .txtscs .subtext {
	font-size:14px;
	line-height:28px;
	margin:35px 0;
	text-align:justify;
	text-justify:inter-ideograph;
	text-align:left;
}


@media (max-width: 767px) {

	.xlfl5_1 .mianc .rightcs .txtscs .subtext {
		font-size:12px;
		line-height:25px;
		margin:25px 0;
		text-align:justify;
		text-justify:inter-ideograph;
		text-align:center;
	}

}







.ycss_1
{	
   overflow:hidden;
 
}

.ycss_1 .rm
{
	margin:1px auto 1px auto;
}
.ycss_1   .cinput
{
	/*float:left;*/
	/*margin-right:2em;*/
	border:1px solid #CCC;
	height:30px;
	line-height:30px;
	border-radius:3px;
	width:80%;
	padding:1%;
	font-size:12px;
}
.ycss_1   .cssradio
  {
	  text-align:left;
  }
  
@media (max-width: 767px) {

  .ycss_1   .cinput
  {
     /*width:60%;*/
  }
  
  
 .ycss_1   .cssradio
  {
	  text-align:left;
  }
  
}
.ycss_1   .cinput1
{
	border:1px solid #F00;
	display:inline;

	/*padding:1%;*/

}
.ycss_1 .bd1
{
	background:url(../images/bd1.png) no-repeat 10px center;
	padding-left:40px;
}

.ycss_1 .bd2
{
	background:url(../images/bd2.png) no-repeat 10px center;
	padding-left:40px;
}
.ycss_1 .bd3
{
	background:url(../images/bd3.png) no-repeat 10px center;
	padding-left:40px;
}
.ycss_1 .bd4
{
	background:url(../images/bd4.png) no-repeat 10px center;
	padding-left:40px;
}

.ycss_1 .albumlistdesc
{
    border: 1px solid #CCC;
	height:55px;
    border-radius: 4px;
    width: 90%;
    padding: 1%;
	line-height:26px;
	resize:none;

}

.ycss_1 .tipmessage {
	width: 100%;
	color: #ff0500;
	padding-left: 28px;
	font-size: 12px;
	/*margin-top:5px;*/
	word-break: break-all;
	text-align:left;
}



/*openday*/
.openday
{
	position:relative;
}

.openday .ssgbtn
{
	position:absolute;
	left:50.5%;
	top:55%;
} 


@media (max-width: 767px) {
.openday .ssgbtn
{
	position:absolute;
    left: 50%;
    top: 57%;
} 


}



.openday .ssgbtn .sbtn{
	
    padding:0.8em 2em 0.6em 2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #ff4200   0%, #ea825d  100%);
    background: -webkit-linear-gradient(to right, #ff4200  0%, #ea825d  100%);
    background: -o-linear-gradient(to right, #ff4200  0%, #ea825d  100%);
    background: -ms-linear-gradient(to right, #ff4200  0%, #ea825d  100%);
    background: linear-gradient(to right, #ff4200  0%, #ea825d  100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .openday .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}


.openday .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.openday .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #ea825d   0%, #ff4200  100%);
  background: -webkit-linear-gradient(to right, #ea825d  0%, #ff4200  100%);
  background: -o-linear-gradient(to right, #ea825d  0%, #ff4200  100%);
  background: -ms-linear-gradient(to right, #ea825d  0%, #ff4200  100%);
  background: linear-gradient(to right, #ea825d  0%, #ff4200  100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.openday .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.openday .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.openday1
{
	margin: 95px auto 95px auto;
}

@media (max-width: 767px) {
.openday1
{
	margin: 15px auto 35px auto;
}


}

/*@media (max-width: 767px) {
  .openday1
  {
      margin: 35px auto 35px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.openday1
	{
		margin: 95px auto 640px auto;
	}

}


@media (max-width: 1199px) and (min-width: 992px)
{
	.openday1
	{
		margin: 95px auto 430px auto;
	}

}*/


.openday1 .relpos
{
   margin-top: -30%;

}
.openday1 .relpos h1
{
	font-size:40px;
}


@media (max-width: 767px) {
	.openday1 .relpos h1
	{
		font-size:24px;
		text-align:center;
	}
	
	.openday1 .relpos
	{
	   margin-top: 35px;
	
	}	
	
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.openday1 .relpos h1
	{
		font-size:24px;
		text-align:left;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.openday1 .relpos h1
	{
		font-size:24px;
	}
}

.openday1 .borderline {
    position: relative;
    width: 10%;
    height: 3px;
    background-color: rgba(8, 148, 222, 1);
    margin: 25px 0 40px 0;
}

@media (max-width: 767px) {
	.openday1 .borderline {
		position: relative;
		width: 10%;
		height: 3px;
		margin: 25px  auto 20px  auto;
	}	
}
.openday1 .relpos .txt1
{
	/*position:absolute;
    right: -92px;
    top: 112px;*/
	background-color:rgba(255,255,255,0.9);
	font-size:14px;
	line-height:35px;
    text-align: justify;
    text-justify: inter-ideograph;
	padding:45px 45px 45px 45px;
	z-index:5;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);	
}

@media (max-width: 767px) {
	.openday1 .relpos .txt1
	{
		/*position:static;*/
		font-size:12px;
		padding:30px 15px 30px 15px;
	}
}


.openday1 .relpos .txt1 .linebrder
{
    position: relative;
    width: 10%;
    height: 3px;
    background-color:#f60;
    margin: 25px 0 20px 0;	
}


.openday2
{
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center  center;
	background-attachment:fixed;
	transform: matrix(1, 0, 0, 1, 0, 0);	
	-ms-transform:matrix(1, 0, 0, 1, 0, 0);	
	-moz-transform:matrix(1, 0, 0, 1, 0, 0);	
	-webkit-transform:matrix(1, 0, 0, 1, 0, 0); 
	-o-transform:matrix(1, 0, 0, 1, 0, 0);
	padding:85px 0;	
}

.openday2 h1
{
	font-size:40px;
	color:#FFF;
	text-align:center;
}


.openday2 h3
{
	width:120px;
	height:120px;
	line-height:120px;
	text-align:center;
	border-radius:50%;
	background-color:rgba(255,102,0,0.75);
	text-align:center;
	font-size:36px;
	color:#FFF;
	margin:0 auto 45px auto;
	
}


.openday2 h4
{
	width:120px;
	height:120px;
	line-height:120px;
	text-align:center;
	border-radius:50%;
	background-color:rgba(255,102,0,0.75);
	text-align:center;
	font-size:36px;
	color:#FFF;
	margin:85px auto 45px auto;
}


.openday2 .titlearae h1 {
	margin: 0 auto 0 auto;
	font-size: 36px;
	text-align: center;
}


@media (max-width: 767px) {
	.openday2 .titlearae h1 {
		font-size: 20px;
	}
	.openday2 h3
	{
	
		font-size:24px;
	
	}		
	.openday2 h4
	{
	
		font-size:24px;
	
	}	
}


.openday2 .borderline {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.48);
	margin: 25px auto 60px auto;
}
.openday2 .borderline span {
	display: block;
	width: 150px;
	height: 3px;
	background-color: rgba(255, 66, 0, 0.85);
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -1px;
}







.openday2 .pshowtext
{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}




.openday2 .pshowtext .showtext {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	/*border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;*/
	height:280px;
	overflow-y:auto;
	background-color:#FFF;
}

.openday2 .pshowtext .showtext h1 {
	padding:30px 0 0 0;
	font-size:24px;
	margin:0 auto 0 auto;
	text-align:center;
	color:#333;
}

.openday2 .pshowtext .showtext .plugicon
{
	width: 10%;
	height: 3px;
	background-color: rgba(8, 148, 222, 1);
	margin: 15px auto 15px auto;	
}

@media (max-width: 767px) {
.openday2 .pshowtext .showtext h1 {
	font-size:18px;
	padding:35px 0 0 0;
}

}

.openday2 .pshowtext .showtext .tests {
     padding: 15px 30px 45px 30px;
    font-size: 14px;
    line-height: 35px;
	text-align: justify;
    text-justify: inter-ideograph;
}
.openday2 .pshowtext .showtext .tests  .spnafontcolor
{
	color:#ff6600;
	font-size:16px;
	font-weight:bold;
}


@media (max-width: 767px) {
.openday2 .pshowtext .showtext .tests {
	font-size: 12px;
	line-height:30px;
	
}


}





.openday3
{
	margin:95px auto;
}


@media (max-width: 767px) {
	.openday3
	{
		margin:35px auto;
	}
}

.openday3 h1 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    width: 300px;
    margin: 15px auto;
}


@media (max-width: 767px) {

  .openday3 h1 {
	  font-size:24px;
  }
}


.openday3 h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

.openday3 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.18);
    margin: 25px auto 50px auto;
}


.openday3 .borderline span {
    display: block;
    width: 150px;
    height: 3px;
    background-color: rgba(8, 148, 222, 1);
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -1px;
}

.openday3  .text1
{
	font-size:14px;
	text-align:center;
	line-height:28px;
	margin-top:35px;
	padding:0 35px;
	/*background:url(../images/dh.png) no-repeat top center;*/
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.openday3  .text1
	{
		font-size:14px;
		line-height:28px;
		margin-top:35px;
	}
}

@media (max-width: 767px) {
  .openday3  .text1
  {
	 font-size:12px;
	 line-height:25px;
	 margin-top:0;
	 margin-bottom:25px;
	 padding:0 25px;
  }
}








.openday3 .itemc {
	width:100%;
	/*height:200px;*/
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	/*border-radius:5px;*/
	/*display:inline-table;
	position:relative;*/
	margin-bottom: 35px;
}


@media (max-width: 767px) {
	.openday3 .itemc {
		/*height:100px;*/

	}
}

.openday3 .itemc .t2 {
    width: 100px;
    height: 100px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:0%;
	margin-top:-50px;
	
	background: -moz-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -webkit-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -o-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: -ms-linear-gradient(to right, #ff4200 0%, #fe632d 100%);
	background: linear-gradient(to right, #ff4200 0%, #fe632d 100%);	
	border-radius:50%;
	padding:10px;
	/*background:#FFF;*/
}

.openday3 .itemc .t2 img
{
	border-radius:50%;
}

.openday3 .itemc .itemc_1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	
	padding:30px 30px 30px 30px;
	background: -moz-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -webkit-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -o-linear-gradient(to right, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(to right, #fff 0%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, #fff 100%);
	/*color:#FFF;*/
	/*border-radius:5px;*/
	line-height:28px;
}
.openday3 .itemc .itemc_1 .titles
{
	font-size:16px;
	text-align:left;
	text-align: justify;
    text-justify: inter-ideograph;
}


@media (max-width: 767px) {
 .openday3 .itemc {
	 margin-bottom:65px;
  }
  .openday3 .itemc .itemc_1{
	  font-size:12px;
  }
 
  .openday3  .itemc_mbtom{
	  margin-bottom:15px;
  }  
 
	.openday3 .itemc .itemc_1 .titles
	{
		font-size:12px;
		text-align:left;
	}
  
  
}

.openday3 .wbtn
{
	text-align:left;
	margin-top:25px;
}


.openday3 .wbtn .ssgbtn .sbtn{
	
    padding:0.5em 1.5em 0.5em 1.5em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #fff;
	border-radius:5px;
	/*border: 2px solid #fff;*/
    background: -moz-linear-gradient(to right, #4a85ff  0%, #4fbeff 100%);
    background: -webkit-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -o-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: -ms-linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
    background: linear-gradient(to right, #4a85ff 0%, #4fbeff 100%);
	/*filter:alpha(opacity=65);
	-moz-opacity:0.65;  
	opacity: 0.65; */		
}

@media (max-width: 767px) {
   .openday3 .wbtn .ssgbtn .sbtn{
	font-size:12px;
    padding:0.3em 1em 0.3em 1em;
	margin-top:10px;
   }
}


.openday3 .wbtn .ssgbtn .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.openday3 .wbtn .ssgbtn .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background:#fff;*/
  
  background: -moz-linear-gradient(to right, #4fbeff  0%, #4a85ff 100%);
  background: -webkit-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -o-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: -ms-linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);
  background: linear-gradient(to right, #4fbeff 0%, #4a85ff 100%);  
  
  border-radius:5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.openday3 .wbtn .ssgbtn .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.openday3 .wbtn .ssgbtn .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


