body,html{
	color: #000;
	font-size: 12px;
	background: #fff;
	line-height: 20px;
	font-family: "microsoft yahei";
}
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #333;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
img{
	border: none;
}
ul,ol{
	list-style: none;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after,
.container:before,
.container:after{
	display: table;
  content: " ";
}
.row:after,
.container:after{
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.ft_12{
	font-size: 12px;
}
.ft_14{
	font-size: 14px;
}
.ft_16{
	font-size: 16px;
}
.ft_18{
	font-size: 18px;
}
.ft_20{
	font-size: 20px;
}
.ft_20{
	font-size: 20px;
}
.ft_22{
	font-size: 22px;
}
.ft_24{
	font-size: 24px;
}
.lh_22{
	line-height: 22px;
}
.lh_24{
	line-height: 24px;
}
.lh_28{
	line-height: 28px;
}
.responsive-img{
	max-width: 100%;
}
.transition{
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.t_f{
	text-align: left;
}
.t_r{
	text-align: right;
}
.t_c{
	text-align: center;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.gray{
	color: #747474 !important;
}
.white{
	color: #fff !important;
}
.green{
	color: #59ac00 !important;
}
.blue{
	color: #269bde !important;
}

.btn{
	display: inline-block;
	    *display: inline;
	    zoom: 1;
	outline: none;
	webkit-transition: all .5s ease;
	transition: all .5s ease;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.btn_gold{
	color: #f0e9a6;
	border: 1px solid #f0e9a6;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 24px;
}
.btn_zx{
	color: #fff;
	background: #000;
	font-size: 18px;
	line-height: 20px;
	padding: 17px 40px;
}

@media (max-width:640px){
	.btn_gold{
		font-size: 16px;
		padding: 8px 15px;
	}
	.btn_zx{
		font-size: 14px;
		padding: 6px 20px;
	}
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*padding: 10px 0;*/
	z-index: 99;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.logo_img,.logo_img_sticky{
	height: 50px;
	z-index: 99;
	position: relative;
}
.logo_img_sticky{
	display: none;
}
nav{
	float: right;
	/*z-index: 99;*/
}

nav .nLi{
	float: left;
	position: relative;
/*	z-index: 99;*/
}
nav .nLi h3 a{
	display: block;
	line-height: 20px;
	padding: 16px 25px;
	color: #fff;
}
nav .sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	/*padding: 0 10px 12px;*/
	white-space: nowrap;
	text-align: center;
	min-width: 100%;
	line-height: 22px;
	/*margin-top: 4px;*/
	z-index: 99;
	
}
nav .sub a{
	color: #777a7a;
	display: block;
	padding: 12px;
	line-height: 20px;
	border-bottom: 1px solid #e1e1e1;
	
}
nav .sub a:hover{
	color: #333;
}

nav .nLi.on .sub{
	display: block;
	background: #f8f8f8;
	border-top: 1px solid #4a4951;
	/*margin-top: 4px;*/
}
.icon_menu{
	display: none;
	width: 25px;
	height: 21px;
	background: url(../images/menu-icon1.png) no-repeat;
	float: right;
	margin: 15px 0 0 0;
	cursor: pointer;
	z-index: 99;
	position: relative;
}
header.sticky{
	background: #f8f8f8;
	/*padding: 4px 0;*/
	
}
header.sticky .nLi h3 a{
	/*padding: 13px 25px;*/
	color: #333;
}
header.sticky .nLi:hover h3 a{
	color: #333;
}
header.sticky .icon_menu{
	/*background: url(../images/menu-icon.png) no-repeat;*/
}

header.sticky .logo_img_sticky{
	display: block;
	height: 46px;
}
header.sticky .logo_img{
	display: none;
}
@media (max-width: 1000px) {
	header{
		padding: 5px 0;
	}
	.logo_img{
		height: 40px;
	}
	.icon_menu{
		display: inline-block;
	    *display: inline;
	    zoom: 1;
	}
	nav{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		float: none;
		background: #f8f8f8;
		padding: 55px 0 15px 0;
		height: 400px;
		overflow-y: scroll;
	}
	nav .nLi{
		float: none;
	}
	nav .nLi h3 a{
		padding: 5px 15px;
	}
	nav .nLi.on h3 a,nav .nLi.on .sub{
		background: none;
	}
	nav .sub{
		position: static;
		text-align: left;
		margin: 0;
		padding: 10px 15px 10px 25px;
		display: block;
	}
	
}


.dsp_table{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.dsp_table_cell{
	display: table-cell;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}



.center{
	text-align: center;
}


.h3{
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 12px;
	font-weight: normal;
}
.h4{
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 12px;
	font-weight: normal;
}
.h5{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}
.h6{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}
@media (max-width:768px){
	.h3{
		font-size: 20px;
		line-height: 30px;
	}
	.h4{
		font-size: 18px;
		line-height: 20px;
	}
	.h5{
		font-size: 16px;
		line-height: 20px;
	}
	.h6{
		font-size: 14px;
		line-height: 20px;
	}
}


#whatwedo,#case{
	padding: 70px 0;
}


.wwd_list{
	width: 88%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.wwd_list li{
	float:left;
	width: 33.3%;
	padding: 20px 15px;
	overflow: hidden;
}
.wwd_list li a:hover .rotate_shake {
	-webkit-animation: rotate_shake .5s ease .1s;
	-moz-animation: rotate_shake .5s ease .1s;
	animation: rotate_shake .5s ease .1s;
}
.wwd_list .img{
	float: left;
}
.wwd_list .txt{
	margin-left: 80px;
}
.wwd_list .txt p.gray{
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
@media (max-width:1024px){
	.wwd_list{
		width: 95%;
	}
}
@media (max-width:768px){
	.wwd_list li{
		width: 50%;
	}
}
@media (max-width:480px){
	.wwd_list li{
		width: 100%;
		padding: 15px 0;
	}
}


.dial_box{
	padding-top: 40px;
}
.dial{
	width: 50%;
	margin: 0 auto;
}
.dial li{
	width: 50%;
	float: left;
	text-align: center;
	padding: 40px 15px;
}
.dial li img{
	max-width: 90%;
}
.dingzhi_bars{
	clear: both;
	background: rgba(41, 43, 56, .7);
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #70292b38, endColorstr = #70292b38);
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
}

@media (max-width:1024px){
	.dial{
		width: 70%;
	}
}
@media (max-width:640px){
	.dial li{
		width: 100%;
		padding: 30px 15px;
	}
	.dingzhi_bars{
		font-size: 16px;
		line-height: 20px;
	}
	.btn_gold{
		font-size: 16px;
		padding: 8px 15px;
	}
	.btn_zx{
		
	}
}


.sort{
	text-align: center;
}
.sort li{
	display: inline-block;
	    *display: inline;
	    zoom: 1;
	margin: 12px 17px;
}
.sort li a{
	display: block;
	line-height: 20px;
	padding: 4px 25px;
	color: #878787;
	border: 1px solid #878787;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.sort li a:hover,.sort li.on a{
	color: #fff;
	background: #000;
	border-color:#000;
}

@media (max-width: 768px) {
	.sort li{
		margin: 5px 10px;
	}
}
#case{
	padding-bottom: 0;
}
.case_list {
	margin-top: 30px;
	overflow: hidden;
}
.case_list li{
	float: left;
	width: 25%;
}
.case_i{
	position: relative;
	overflow: hidden;
}
.case_i .img{
	width: 100%;
	display: block;
	-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.case_i .txt_bg{
	background: #000;
	/*background: rgba(255,255,255,0.8);*/
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
right: 0;
opacity: 0;
filter: Alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
z-index: 10;
}
.case_i .txt{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 80%;
	text-align: center;
	transition: .8s;
	padding: 20px 20px 20px 0px;
	color: #fff;
	
}
.case_i .txt h5{
	font-size: 30px;
	line-height: 40px;
	border-bottom: 1px dashed #fff;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 30px;
}
.case_i .txt .desc{
	font-size: 12px;
	color: #acacac;
	line-height: 32px;
}
.case_i a:hover .img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.case_i a:hover .txt_bg{
	opacity: 1;
visibility: visible;
filter: Alpha(opacity=80);
}


.case_list.on li{
	/*-webkit-animation: in .5s ease;
	animation: in .5s ease;*/
}
@-webkit-keyframes in{
	0%{
		-webkit-transform: scale(0.5);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
@keyframes in{
	0%{
		transform: scale(0.5);
	}
	100%{
		transform: scale(1);
	}
}

@media (max-width: 640px) {
	.case_list li{
		width: 50%;
	}
}

.partner_bg{
	background: url(../images/partner_bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 50px 0;
}
.partner_list{
	padding: 20px 0;
}
.partner_list li{
	float: left;
	width: 16.6%;
	padding: 10px;
}
.partner_list li img{
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.partner_list li a{
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
}
.partner_list li a:hover{
	opacity: 0.6;
}
@media (max-width:768px){
	.partner_list li{
		width: 20%;
	}
}
@media (max-width:540px){
	.partner_list li{
		width: 33.3%;
		padding: 6px;
	}
}

.zx_bar{
	background: #eee;
	padding: 45px 0;
}
.home_news_container{
	padding: 50px 0;
}
.news {
	margin-top: 20px;
	position: relative;
	zoom: 1;
}
.news .title{
	font-size: 14px;
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
}
.news .desc{
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.timetag{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 12px;
	color: #fff;
	background: #323236;
	font-size: 16px;
	font-family: arial;
	text-align: center;
}
.timetag .day{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

.hovergray:hover{
	 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

footer{
	background: #333333;
	color: #fff;
	padding: 50px 0 0 0;
}
footer .gray{
	color: #818181;
}
.f_nav_box{
	text-align: center;
}
.f_nav{
	line-height: 22px;
}
.f_nav a{
	color: #818181;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.f_nav a:hover{
	color: #fff;
	
}
footer .f_btm{
	margin-top: 50px;
}
.f_btm{
	padding: 10px 0;
	background: #28282b;
	overflow: hidden;
	color:#fff;
}
.f_btm .txt{
	float: left;
	line-height: 35px;
}
.f_icon{
	float: right;
	overflow: hidden;
}
.f_icon a{
	display: inline-block;
	    *display: inline;
	    zoom: 1;
	    width: 30px;
	    height: 30px;
	    margin: 0 3px;
}
.f_icon img{
	display: block;
	vertical-align: middle;
}


@media (max-width: 767px) {
	.f_nav_box,.f_contact{
		display: none;
	}
}
@media (max-width: 640px) {
	.f_btm .txt,.f_icon{
		float: none;
	}
}





/*图片抖动*/

@-webkit-keyframes rotate_shake {
	25%{
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: top;
	}
	50%{
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: top;
	}
	75%{
		-webkit-transform: rotate(25deg);
		-webkit-transform-origin: top;
	}
	100% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: top;
	}
	
}

@-moz-keyframes rotate_shake {
	25%{
		-moz-transform: rotate(45deg);
		-moz-transform-origin: top;
	}
	50%{
		-moz-transform: rotate(0deg);
		-moz-transform-origin: top;
	}
	75%{
		-moz-transform: rotate(25deg);
		-moz-transform-origin: top;
	}
	100% {
		-moz-transform: rotate(0deg);
		-moz-transform-origin: top;
	}
}
@keyframes rotate_shake {
	25%{
		transform: rotate(45deg);
		transform-origin: top;
	}
	50%{
		transform: rotate(0deg);
		transform-origin: top;
	}
	75%{
		transform: rotate(45deg);
		transform-origin: top;
	}
	100% {
		transform: rotate(0deg);
		transform-origin: top;
	}
}


.rotate_shake:hover {
	-webkit-animation: rotate_shake .5s ease .1s;
	-moz-animation: rotate_shake .5s ease .1s;
	animation: rotate_shake .5s ease .1s;
}

/*图片旋转360度*/

@-webkit-keyframes rotate_360 {
	
	100% {
		-webkit-transform: rotate(360deg);
	}
	
}

@-moz-keyframes rotate_360 {
	
	100% {
		-moz-transform: rotate(360deg);
	}
}
@keyframes rotate_360 {
	
	100% {
		transform: rotate(360deg);
	}
}


.rotate_360{
	-webkit-animation: rotate_360 2s ease;
	-moz-animation: rotate_360 2s ease;
	animation: rotate_360 2s ease;
}





/*新闻列表*/

.inner_banner{
	height: 285px;
	background-size: cover !important;
	color: #fff;
}
.h_zw{
	margin-top: 52px;
}
.breadcrumb{
	padding: 15px 0;
	line-height: 20px;
	background: url(../images/icon_house.png) left center  no-repeat;
	color: #888888;
	padding-left: 20px;
	
}
.breadcrumb a{
	color: #888888;
	padding: 0 0.5em;
}
.breadcrumb a:hover{
	color: #2d8dde;
}
.gray_bg{
	background-color: #f3f5f7;
}
.content{
	width: 70%;
	float: left;
	margin-bottom: 20px;
}
.aside{
	width: 30%;
	padding-left: 30px;
	float: right;
}
.list{
	padding: 20px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.icon_time,.icon_renqi{
	line-height: 20px;
	min-height: 15px;
	background: url(../images/icon_clock.png) left center no-repeat;
	padding-left: 20px;
	color: #666;
}
.icon_renqi{
	background: url(../images/iconfont-hot.png) left center no-repeat;
}
.list .img{
	float: left;
	width: 165px;
}

.list .text{
	margin-left: 180px;
}
.list .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.list .title a{
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.list .title a:hover{
	color: #2d8dde;
}
.list .desc{
	color: #767676;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
}
.menu_list{

}
.menu_list li{
	color: #333;
	font-size: 14px;
}
.menu_list li a{
	display: block;
	line-height: 20px;
	padding: 13px 0;
	border-bottom: 1px solid #eaeaea;
	color: #555;
	background:url(../images/icon_arrow_right.jpg) right center no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.menu_list li a:hover,.menu_list li.on a{
	color: #2D8DDE;
}

.mar_b_20{
	margin-bottom: 20px;
}
.bg_white{
	background-color: #fff;
}
.pad_20{
	padding: 20px;
}
.pic_list{
	margin-left: -10px;
	zoom: 1;
	overflow: hidden;
}
.pic_list li{
	width: 50%;
	float: left;
	padding: 0 0 12px 10px;
}
.pic_list li .title{
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.aside_block{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.tab1{
	overflow: hidden;
	margin-left: -12px;
}
.tab1 .tab_i{
	display: inline-block;
	    *display: inline;
	    zoom: 1;
	width: 120px;
	margin-left: 12px;
	border: 1px solid #dcdcdc;
	color: #666;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 3px;
}
.tab1 .tab_i.on{
	color: #fff;
	background: #333333;
}
.list_sj{
	font-size: 14px;
}
.list_sj li{
	line-height: 22px;
	padding: 6px 0;	
	white-space: nowrap;
	overflow: hidden;
}
.list_sj li a{
	display: block;
	color: #333;
	background: url(../images/icon_sj1.png) left center no-repeat;
	padding-left: 20px;
	
}
.list_sj li a:hover{
	color: #8b8b8b;
	background: url(../images/icon_sj.png) left center no-repeat;
}

.neirong{
	line-height: 24px;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #555;
}
.neirong img{
	max-width: 100%;
}
.bor_b{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 12px;
}




@media (max-width: 999px) {
	.content,.aside{
		float: none;
		width: 100%;
	}
	.aside{
		padding: 0;
	}
}
@media (max-width: 540px) {
	.list .img{
		width: 100%;
		float: none;
	}
	.list .text{
		margin-left: 0;
		margin-top: 12px;
	}
	.list .title{
		font-size: 16px;
	}
}


/*案例*/
.ver-mid{
	vertical-align: middle;
}
.case_header{
	background: #181818;
	color: #969696;
	padding: 20px 0;
}
.case_header .title{
	color: #6abb07;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}

.case_header .desc{
	margin-bottom: 10px;
}
.case_header .visit{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.pos_relative{
	position: relative;
	zoom: 1;
}
.case_bg{
	background: #323232;
	padding: 50px 0;
}



/*banner*/
@-webkit-keyframes fanzhuan{
0%{   
-webkit-transform:rotateY(0deg);  
}
100%{ 
-webkit-transform:rotateY(180deg);  
}
}
@keyframes fanzhuan{
0%{
transform:rotateY(0deg);
}
100%{
transform:rotateY(180deg);
}
}




.page{
	text-align: center;
	clear: both;
	padding: 20px 10px;
}
.page a,.page strong{
	display: inline-block;
	    *display: inline;
	    zoom: 1;
	line-height: 20px;
	padding: 2px 5px;
	margin: 3px;
}


.s_line{
	height: 9px;
	overflow: hidden;
	background: #4f4f4f;
	margin-bottom: 20px;
}
.s_line.white{
	background: #fff;
}
.s_txt{
	font-size: 36px;
	font-weight: bold;
	color: #4f4f4f;
	line-height: 40px;
	text-transform: uppercase;
}
.s_txt.white{
	color: #fff;
}
.pad_50_0{
	padding: 50px 0;
}
.s_h{
	color: #4f4f4f;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px dashed #4f4f4f;
}
.s_h.red{
	color: #df524b;
	border-color: #df524b;
}
.s_i{
	padding: 50px 0 0 0;
	overflow: hidden;
	color: #777777;
}
.s_i .img{
	float: left;
	width: 18%;
}
.s_i .txt{
	float: right;
	width: 75%;
}
.s_i_content{
	padding-left: 50px;
}
@media (max-width: 991px) {
	.s_i_side{
		display: none;
	}
	.s_i_content{
		padding-left: 15px;
	}
}
@media (max-width: 640px) {
	.s_i .img{
		display: none;
	}
	.s_i .txt{
		width: 100%;
	}
	.s_i_typeimg{
		height: 50px;
	}
}

.btn_radius{
	border-radius: 3px;
	border:1px solid #333;
	color: #333;
	padding: 3px 12px;
}
.btn.white{
	color: #fff;
	border-color: #fff;
}
.case_i1{
	margin-bottom: 20px;
}
.case_i1 .title{
	font-size: 16px;
	line-height: 30px;
}
.case_i1 .desc{
	white-space: nowrap;
	overflow: hidden;
}
.case_i1 .title a:hover{
	color: #27E0B8  !important;
}
.case_i1 .img{
	display: block;
	overflow: hidden;
}
.hc_service{
	padding: 30px 40px;
}
.hc_service .img{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.hc_service .img img{
	max-width: 100%;
}
.guige{
	display: table;
	height: 400px;
}
.guige .guige_inner{
	width: 100%;
	height: 100%;
	display: table-cell;
	*display: inline;
	zoom: 1;
	vertical-align: bottom;
}

.jiage_table{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #676767;
}

.jiage_table th{
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: #59ac00;
	font-weight: normal;
	padding: 14px 0;
}

.jiage_table td{
	border: 1px solid #dcdcdc;
	padding: 14px 0;
	line-height: 20px;
}
.jiage_table.wap{
	display: none;
}
.diag_box{
	padding: 20px 50px 20px 20px;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 2px #e6e6e6;
	box-shadow: 0 1px 2px #e6e6e6;
	box-shadow: 0 1px 2px #e6e6e6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}
.pad_20_0{
	padding: 20px 0;
}
.pad_10_0{
	padding: 10px 0;
}





@media (max-width: 767px) {
	.guige{
		height: auto;
		padding: 30px 0;
		width: 100%;
	}
	.jiage_table.wap{
		display: table;
	}
	.jiage_table.pc{
		display: none;
	}
}


.weixin_icon_bg{
	background: url(../images/weixin_bg.jpg) center center no-repeat;
	background-size: cover;
}
.weixin_icon{
	margin-top: -30px;
}
.weixin_icon li{
	width: 20%;
	text-align: center;
	color: #fff;
	float: left;
	margin-top: 30px;
}

.weixin_icon li .desc{
	font-size: 14px;
	line-height: 20px;
	/*height: 40px;*/
	overflow: hidden;
}
.weixin_icon h6{
	white-space: nowrap;
	overflow: hidden;
}
.weixin_icon li .responsive-img{
	width: 94px;
	height: 94px;
}
.wx_jjfa_text{
	margin-left: 120px;
	color: #555;
	font-size: 14px;
}





@media (max-width: 1023px) {
	.weixin_icon li {
		width: 25%;
	}
	.weixin_icon li .desc{
		font-size: 12px;
	}
	.weixin_icon li .responsive-img{
		width: 50px;
		height: 50px;
	}
}
@media (max-width:640px){
	.weixin_icon li {
		width: 50%;
	}
	.wx_jjfa_text{
		margin-left: 70px;
	}
	.wx_jjfa_icon{
		width: 50px;
	}
}



/*网站建设*/



.banner,.banner h3,.banner h4,.banner a{
	color: #fff;
}
.banner .col-md-6{
	padding:160px 15px 80px 15px;
}
.banner .text{
	padding-top: 220px;
}
@media (max-width: 991px){
	.banner .col-md-6{
		padding:60px 15px 0px 15px;
	}
	.banner .text{
		padding-top: 20px;
	}
}
.section_h{
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	zoom: 1;
	height: 73px;
}
.section_h_ywfw{
	background-image: url(../images/h_yyfw.png);
}

/*.blue{
	color: #2d9fff;
}*/
.section_h_ywfw .tel{
	float: right;
	font-size: 22px;
	line-height: 50px;
}
.ywfw_list{
	padding: 30px 0;
}
.ywfw_list li{
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 12.5%;
	text-align: center;
	border: 1px solid #ececec;
	margin: -1px 0 0 -1px;
	padding: 15px 0;
	font-size: 14px;
}
.ywfw_list li .img{
	max-width: 90%;
}
@media (max-width: 768px) {
	.ywfw_list li{
		width: 25%;
	}
	.section_h{
		height: 50px;
	}
}
@media (max-width: 468px){
	.ywfw_list li{
		width: 50%;
	}
}

.webtype{
	width: 25%;
	float: left;
	padding-right: 5%;
	position: relative;
	zoom: 1;
}
.baojia_content{
	width: 75%;
	float: right;
	background: #389fff;
	min-height: 648px;
	padding: 35px;
	color: #fff;
}
.webtype li{
	float: right;
	clear: both;
	padding: 48px 10px 0 10px;
	background-color: #2d9fff;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 23px 0;
	width: 170px;
	height: 170px;
	cursor: pointer;
	line-height: 35px;
}
.webtype .sj{
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 12px solid transparent;
	border-right-color:#2d9fff ;
}
.webtype .sj1{
	border-right-color: #f18f68;
	background: none !important;
}
.webtype .sj2{
	border-right-color: #5cd18b;
	background: none !important;
}
.webtype li strong{
	font-size:32px;
}
.green_bg{
	background-color: #5cd18b !important;
}
.orange_bg{
	background-color: #f18f68 !important;
}
.baojia_content .table td,.baojia_content .table th{
	padding: 10px;
}
.baojia_content .table th{
	font-size: 14px;
}
.baojia_content .box{
	width: 90%;
}
.btn_radius1{
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
}
@media (max-width: 1024px) {
	.webtype{
		width: 100%;
		padding:0;
		text-align: center
	}
	.webtype li{
		float: none;
		display: inline-block;
		    *display: inline;
		    zoom: 1;
		margin: 10px 12px;
	}
	.webtype .sj{
		display: none;
	}
	.baojia_content{
		width: 100%;
		min-height: 100px;
	}
	.baojia_content .box{
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 468px){
		.webtype li{
		float: none;
	padding: 25px 10px 0 10px;
	background-color: #2d9fff;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 23px 0;
	width: 90px;
	height: 90px;
	}
	.webtype li strong{
		font-size: 14px;
	}
	.baojia_content{
		padding: 20px 10px;
	}
	.baojia_content .box{
		width: 100%;
	}
}
.section_h_anli{
	background-image: url(../images/h_anli.png);
}
.clear{
	clear: both;
}


.cp_list {
	margin-left: -2%;
	zoom: 1;
	overflow: hidden;
}
.cp_list li{
	width: 23%;
	margin-left: 2%;
	float: left;
	margin-bottom: 25px;
	background: #363636;
	color: #898989;
}
.cp_list li a{
	color: #fff;
}
.cp .img{
	width: 100%;
	display: block;
	position: relative;
	zoom: 1;
}
.cp .img img{
	display: block;
}
.cp .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2da3fd;
	-moz-transition: all 0.3s;
-o-transition: all 0.3s;
 -webkit-transition: all 0.3s; 
 transition: all 0.3s; 
 opacity: 0;
 filter:Alpha(opacity=0)
}
.cp .bg em{
	display: block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	background: url(../images/icon_search.png) no-repeat;
}
.cp .img:hover .bg{
	 opacity: 0.8;
 filter:Alpha(opacity=80)
}
.cp .text{
	padding: 12px 0;
	white-space: nowrap;
}
.cp .text a,.cp .text p{
	margin: 0 12px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.cp_list li{
		width: 48%;
		margin-left: 2%;
	}
}
@media (max-width: 479px){
	.cp_list li{
		width: 100%;
		margin-left: 2%;
	}
}
.section_h_wh{
	background-image: url(../images/h_wh.png);
}
.whhw{
	margin-left: -4%;
}
.whhw li{
	float: left;
	width: 21%;
	background: #2d9fff;
	color: #fff;
	font-size: 14px;
	padding: 15px;
	margin-left: 4%;
	line-height: 30px;
}
.whhw li .title{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding-bottom: 5px;
	line-height: 30px;
	margin-bottom: 10px;
}
.whhw li .txt{
	height: 150px;
}
.whhw li .btn_radius1{
	height: 32px;
	line-height: 32px;
}
.whhw li.odd{
	background: #383e4c;
	margin-top: 35px;
}

@media (max-width:678px) {
	.whhw li{
		width: 46%;
	}
}
@media (max-width:468px) {
	.whhw li{
		width: 100%;
		margin-top: 20px !important;
	}
}
.black_bg{
	background: url(../images/black_bg.png) repeat;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.black_bg a{
	color: #fff;
}
.contact{
	max-width: 570px;
	margin: 0 auto;
	color: #fff;
}
.contact_tubiao li{
	width: 33%;
	text-align: center;
	float:left;
	margin-bottom: 20px;
}
.contact_tubiao li img{
	cursor: pointer;
	width: 70%;
}
.black_block{
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.contact_info{
	padding: 20px 0;
}
.contact_info li{
	width: 50%;
	float: left;
	line-height: 30px;
	padding: 5px 0;
	font-size: 16px;
}
@media (max-width: 399px) {
	.contact_info li{
		width: 100%;
		font-size: 12px;
	}
}
/*.banner .col-md-6{
	overflow: hidden;
}
.banner .animate1{
	position: relative;
	left: -200%;
}
.banner .animate2{
	position: relative;
	right: -200%;
}
.banner .animate3{
	position: relative;
	top: 1000px;
}*/



.slide-container {
	position: relative;
	color: #fff;
	height: 500px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .slide{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	position: relative;
	width: 100%;
	height: 100%;
}


#banner .pagination{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 5;
}
.swiper-pagination-switch,#banner .pagination span{
	 display: inline-block;
	 *display: inline;
	 zoom: 1;
	 width: 18px;
	 height: 18px;
	 overflow: hidden;
	 background: #aaaaaa;
	 border: 7px solid #fff;
	 opacity: 0.5;
	filter: alpha(opacity=50);
	margin: 5px 2px;
	cursor: pointer;
}
.swiper-active-switch,#banner .pagination span.on{
	 opacity: 1;
	filter: alpha(opacity=100);
}
#banner .h2,#banner .h3{
	text-transform: uppercase;
	z-index: -1;
	font-weight: bold;
}
#banner .h2{
	font-size: 60px;
	line-height: 70px;
}
#banner .h3{
	font-size: 40px;
	line-height: 50px;
}
.arrow_left,.arrow_right{
	display: block;
	width: 25px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 10%;
	background: url(../images/arrow_left.png) no-repeat;
}
.arrow_right{
	left: auto;
	right: 10%;
	background: url(../images/arrow_right.png) no-repeat;
}
.arrow_left:hover{
	background: url(../images/arrow_left_hover.png) no-repeat;
}
.arrow_right:hover{
	background: url(../images/arrow_right_hover.png) no-repeat;
}




#home_video{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	min-width: 900px;
	min-height: 500px;
	z-index: 2;
	
}
.slide_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(35, 57, 70, .3);filter:progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #30233946 , endColorstr = #30233946 );
	z-index: 3;
}

@media (max-width: 768px) {
	#banner .h2{
	font-size: 30px;
}
#banner .h3{
	font-size: 20px;
}
.arrow_left,.arrow_right{
	display: none;
}
#home_video{
	display: none;
	z-index: -1000;
}
}


.progress_bar{
	margin: 15px 0;
	background: #f5f5f5;
	height: 5px;
	overflow: hidden;
}
.progress{
	height: 5px;
	width: 0;
	background: #363636;
}

.input{
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 2px 5px;
	outline: none;
	border-radius: 3px;
}
.input:focus{
	border-color: #00B7EE;
}
.book-form .input{
	width: 100%;
	margin: 5px 0 12px 0;
}

.side_anli_slide{
	position: relative;
}
.side_anli_slide .prev_btn,.side_anli_slide .next_btn{
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
	top: 50%;
	left: 0;
	margin-top: -20px;
	background: url(../images/arrow_left_hover.png) no-repeat;
}
.side_anli_slide .next_btn{
	left: auto;
	right: 0;
	background: url(../images/arrow_right_hover.png) no-repeat;
}