@charset "utf-8";

/*
 * 更改样式
 *  */
body,
html {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 16px;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
.row {
	padding: 0;
	margin: 0;
}

ul,
li,
ol,
dt,
dd,
dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,
a:hover,
a img,
a:hover img,
div {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	text-decoration: none;
}

a:hover{
	color: #0ba1af;
}



.title-family{

}

.word-clamp {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}

.container,
.container-fluid,
.navbar-collapse,
.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 {
	padding-left: 0;
	padding-right: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar {
	border: none;
	margin-bottom: 0;
}

.navbar-default {
	background: none;
}


.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}
.carousel-indicators li{
	background: #ffffff;
	border-color: #ffffff;
}
.carousel-indicators .active{
	background: none;
}

.form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}

/*
 * 头部样式
 *  */

#header .logo {
	text-align: left;
}

#header .logoright {
	text-align: right;
}

/*
 * 导航样式
 *  */

#menu .navbar-nav>li a:hover {
	color: #d1b8b8;
}

#myCarousel .item {
	text-align: center;
}

#myCarousel .item img {
	margin: 0 auto;
}



.sitemap {
	max-width: 1100px;
	margin: 50px auto
}

.mt-10 {
	margin-top: 10px
}

.m-sitemap-title {
	line-height: 50px;
	font-size: 25px;
}

.m-sitemap-title a {
	color: #333333;
}

.m-sitemap-border {
	margin-top: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.m-sitemap-nav {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.m-sitemap-nav a {
	color: #999;
}

.m-sitemap-nav a:hover,
.m-sitemap-nav .h-hotpro-item a.show,
.h-hotpro-item .m-sitemap-nav a.show,
.m-sitemap-nav .m-pagination-item a.current,
.m-pagination-item .m-sitemap-nav a.current {
	color: #888888;
	text-decoration: underline;
}

.m-sitemap-subnav {
	overflow: hidden;
}

.m-sitemap-subnav a {
	float: left;
	margin-top: 5px !important;
	margin-right: 10px !important;
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}

.m-sitemap-subnav a:hover,
.m-sitemap-subnav .h-hotpro-item a.show,
.h-hotpro-item .m-sitemap-subnav a.show,
.m-sitemap-subnav .m-pagination-item a.current,
.m-pagination-item .m-sitemap-subnav a.current {
	color: #888888;
	text-decoration: underline;
}

@media (min-width: 768px) {
	
	
	[class^='imghvr-'],
	[class*=' imghvr-'] {
	  position: relative;
	  display: inline-block;
	  margin: 0px;
	  max-width: 100%;
	  background-color: #238fd7;
	  color: #fff;
	  overflow: hidden;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	}
	[class^='imghvr-'] > img,
	[class*=' imghvr-'] > img {
	  vertical-align: top;
	  max-width: 100%;
	}
	[class^='imghvr-'] figcaption,
	[class*=' imghvr-'] figcaption {
	  background-color: inherit;
	  padding: 30px;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	}
	[class^='imghvr-'] h3,
	[class*=' imghvr-'] h3,
	[class^='imghvr-'] p,
	[class*=' imghvr-'] p {
	  margin: 0;
	  padding: 0;
	  color: #fff;
	}
	[class^='imghvr-'] a,
	[class*=' imghvr-'] a {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  z-index: 1;
	}
	[class^='imghvr-'],
	[class*=' imghvr-'],
	[class^='imghvr-']:before,
	[class^='imghvr-']:after,
	[class*=' imghvr-']:before,
	[class*=' imghvr-']:after,
	[class^='imghvr-'] *,
	[class*=' imghvr-'] *,
	[class^='imghvr-'] *:before,
	[class^='imghvr-'] *:after,
	[class*=' imghvr-'] *:before,
	[class*=' imghvr-'] *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-transition: all 0.35s ease;
	  transition: all 0.35s ease;
	}
	
	[class^='imghvr-shutter-in-']:after,
	[class*=' imghvr-shutter-in-']:after,
	[class^='imghvr-shutter-in-']:before,
	[class*=' imghvr-shutter-in-']:before {
	  background: inherit;
	  position: absolute;
	  content: '';
	}
	[class^='imghvr-shutter-in-']:after,
	[class*=' imghvr-shutter-in-']:after {
	  top: 0;
	  left: 0;
	}
	[class^='imghvr-shutter-in-']:before,
	[class*=' imghvr-shutter-in-']:before {
	  right: 0;
	  bottom: 0;
	}
	[class^='imghvr-shutter-in-'] figcaption,
	[class*=' imghvr-shutter-in-'] figcaption {
	  opacity: 0;
	  z-index: 1;
	}
	[class^='imghvr-shutter-in-']:hover figcaption,
	[class*=' imghvr-shutter-in-']:hover figcaption {
	  opacity: 1;
	  -webkit-transition-delay: 0.2s;
	  transition-delay: 0.2s;
	}
	
	
	.imghvr-shutter-in-out-vert:after,
	.imghvr-shutter-in-out-vert:before {
	  height: 0;
	  width: 100%;
	}
	.imghvr-shutter-in-out-vert:hover:after,
	.imghvr-shutter-in-out-vert:hover:before {
	  height: 100%;
	}
	
	.i02 {
	    animation-delay: 0.3s;
	    -webkit-animation-delay: 0.3s;
	}
	.i03 {
	    animation-delay: 0.6s;
	    -webkit-animation-delay: 0.6s;
	}
	.i04 {
	    animation-delay: 0.9s;
	    -webkit-animation-delay: 0.9s;
	}
	
	#header .container-fluid{
		max-width: 1100px;
		position: relative;
	}
	#header .navbar-header{
		position: absolute;
		left: 0px;
		top: 0px;	 
	}
	#header .navbar-info{
		height: 119px;
	}
	#header .navbar-info .logoTxt{
		float: left;
		padding-left: 145px;
	}
	#header .navbar-info .logoTxt .tit{
		padding-top: 30px;
		font-size: 20px;
		font-weight: bold;
		color: #238fd7;
	}
	#header .navbar-info .logoTxt .des{
		line-height: 30px;
		font-size: 14px;
		color: #666666;
	}
	#header .navbar-info .phone{
		float: right;
		padding-top: 30px;
	}

	#header a {
		color: #ffffff;
	}

	#header a:hover {
		color: #abbbde;
	}
	#header .navbar-con{
		background: #238fd7;
	}
	#header .navbar-con .navbar-collapse{
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	#header .navbar-nav{
		padding-left: 195px;
	}

	#header .navbar-nav>li{
		margin-right: 30px;
	}
	#header .navbar-nav>li.end {
		margin-right: 0
	}
	#header .navbar-nav>li a{
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}
	#header .navbar-nav>li a:hover{
		background: #ffae00;
		color: #ffffff;
	}
	#header .alibaba{
		float: left;
		padding-left: 35px;
		padding-top: 18px;
	}
	
	
	.line {
		width: 55px;
		height: 2px;
		background-color: #238fd7;
	}
	
	
	.h-products .h-products-tit{
		padding-top: 50px;
		background: #f8f8f8;
	}
	.h-products .h-products-tit .title,
	.brank-tit .title{
		font-size: 36px;
		height: 65px;
		text-align: center;
		font-weight: bold;
		color: #000000;
	}
	.h-products .h-products-tit span,
	.brank-tit span{
		color: #238fd7;
	}
	.h-products .h-products-tit .des{
		padding-top: 40px;
		max-width: 870px;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		color: #000000;
		padding-bottom: 50px;
	}
	.h-products .h-class-pcon,
	.product-list .product-class-pcon{
		margin-top: 20px;
		max-width: 1100px;
	}
	.h-products .h-class-pcon .item,
	.product-list .product-class-pcon .item{
		float: left;
		width: 10%;
	}
	.h-products .h-class-pcon .item .pic,
	.product-list .product-class-pcon .item .pic{
		width: 90%;
		background-size: 100% auto;
	}
	.h-products .h-class-pcon .item .tit,
	.product-list .product-class-pcon .item .tit{
		text-align: center;
		font-size: 14px;
		line-height: 35px;
	}
	.h-products .h-class-pcon .item .tit a,
	.product-list .product-class-pcon .item .tit a{
		color: #333333;
	}
	.h-products .h-class-pcon .item .tit a:hover,
	.product-list .product-class-pcon .item .tit a:hover{
		color: #238fd7;
	}
	.h-products .h-class-pcon .item .pic a img,
	.product-list .product-class-pcon .item .pic a img{
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); 	/* IE 9 */
		-moz-transform:rotate(0deg); 	/* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
		-o-transform:rotate(0deg); 
	}
	.h-products .h-class-pcon .item .pic a:hover img,
	.product-list .product-class-pcon .item .pic a:hover img{
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); 	/* IE 9 */
		-moz-transform:rotate(90deg); 	/* Firefox */
		-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
		-o-transform:rotate(90deg); 	/* Opera */
	}
	.item1 .pic{
		background: url(../images/icon01.png);
	}
	.item2 .pic{
		background: url(../images/icon02.png);
	}
	.item3 .pic{
		background: url(../images/icon03.png);
	}
	.item4 .pic{
		background: url(../images/icon04.png);
	}
	.item5 .pic{
		background: url(../images/icon05.png);
	}
	.item6 .pic{
		background: url(../images/icon06.png);
	}
	.item7 .pic{
		background: url(../images/icon07.png);
	}
	.item8 .pic{
		background: url(../images/icon08.png);
	}
	.item9 .pic{
		background: url(../images/icon09.png);
	}
	.item10 .pic{
		background: url(../images/icon10.png);
	}

	
	.h-proclass-tu{
		margin-top: 40px;
		max-width: 1100px;
	}
	.h-proclass-tu img{
		width: 99%;
	}
	
	.h-youshi{
		margin-top: 60px;
	}
	.h-youshi .h-youshi-1{
		background: url(../images/h-youshi-bg.jpg) center top no-repeat #238fd7;
	}
	.h-youshi .h-youshi-1 .h-youshi-con{
		max-width: 1000px;
	}
	.h-youshi .h-youshi-1 .title{
		padding-top: 70px;
		text-align: center
	}
	.h-youshi .col-sm-6{
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.h-youshi .pic img{
		width: 75%;
	}
	.h-youshi .info .num{
		float: left;
	}
	.h-youshi .info .tit{
		float: left;
		font-size: 30px;
		line-height: 40px;
		font-weight: bold;
		text-indent: 16px;
		color: #ffffff;
		padding-top: 20px;
		line-height: 40px;
	}
	.h-youshi .info .des{
		float: left;
		margin-top: 23px;
		background: #ffffff;
		padding-left: 12px;
		padding-right: 12px;
		line-height: 35px;
		color: #238fd7;
		margin-bottom: 25px;
	}
	.h-youshi .item{
		width: 100%;
		float: left;
		background: url(../images/dot.png) left 13px no-repeat;
		line-height: 34px;
		color: #ffffff;
		padding-left: 15px;
	}

	.h-youshi .h-youshi-2{
		margin-top: 70px;
		margin-bottom: 60px;
	}
	.h-youshi .h-youshi-2 .h-youshi-con{
		max-width: 1030px;
		position: relative;
		background: url(../images/h-youshi-2.png) right top no-repeat;
		background-size: auto 100%;
	}
	.h-youshi .h-youshi-2 .h-youshi-con .tit{
		color: #238fd7;
	}
	.h-youshi .h-youshi-2 .des{
		background: #238fd7;
		color: #ffffff;
	}
	.h-youshi .h-youshi-2 .item span{
		color: #238fd7;
	}
	.h-youshi .h-youshi-2 .item{
		background: url(../images/dot1.png) left 13px no-repeat;
		color: #111111
	}
	.h-youshi .h-youshi-2 .pic img{
		width: 100%;
	}
	
	.h-youshi .h-youshi-3 .col-sm-6{
		padding-top: 0;
	}
	.h-youshi .h-youshi-3 .info{
		padding-top: 45px;
	}
	.h-youshi .h-youshi-3 .h-youshi-con{
		max-width: 1060px;
		padding-top: 0
	}
	.h-youshi .h-youshi-3 .h-youshi-con .tit{
		color: #238fd7;
	}
	.h-youshi .h-youshi-3 .des{
		background: #238fd7;
		color: #ffffff;
	}
	.h-youshi .h-youshi-3 .item span{
		color: #238fd7;
	}
	.h-youshi .h-youshi-3 .item{
		background: url(../images/dot1.png) left 13px no-repeat;
		color: #111111;
	}
	.h-youshi .h-youshi-3 .pic img{
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.h-youshi .bg{
		background: url(../images/h-youshi-bg02.png) center top no-repeat
	}
	
	.h-youshi .h-youshi-4 .h-youshi-con,
	.h-youshi .h-youshi-5 .h-youshi-con{
		max-width: 1030px;
		padding-top: 0
	}
	.h-youshi .h-youshi-4 .col-sm-6, 
	.h-youshi .h-youshi-5 .col-sm-6{
		padding-bottom: 0;
	}
	
	.h-brank-icon{
		margin-top: 40px;
		max-width: 1100px;
	}
	
	.h-news{
		margin-top: 60px;
		max-width: 1100px;
	}
	.h-news .title{
		font-size: 36px;
		height: 64px;
		font-weight: bold;
		color: #238fd7;
		text-align: center;
	}
	.h-news .line{
		width: 86px;
		height: 4px;
		margin-left: auto;
		margin-right: auto;
		background: #238fd7;
	}
	.h-news .con{
		margin-top: 48px;
	}
	.h-news .con .col-per-28{
		float: left;
		width: 28%;
	}
	.h-news .con .col-per-40{
		float: left;
		width: 40%;
	}
	.h-news .con .col-per-32{
		float: left;
		width: 32%;
	}
	
	.h-news .blog-left .img{
		border-bottom: 1px solid #ffffff;
	}
	.h-news .blog-left .item{
		background: #238fd7;
		padding-top: 24px;
		padding-bottom: 24px;
		color: #ffffff;
	}
	.h-news .blog-left .item .tit{
		font-size: 16px;
		height: 40px;
		width: 90%;
	}
	.h-news .blog-left .item .tit a{
		color: #ffffff;
	}
	.h-news .blog-left .item .des{
		line-height: 24px;
		font-size: 12px;
		width: 90%;
	}
	.h-news .col-per-40 .item, .h-news .col-per-40 .more{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.h-news .col-per-40 .more{
		text-align: right;
	}
	
	.h-news .col-per-40 .item{
		line-height: 36px;
		font-size: 14px;
	}
	.h-news .col-per-40 .item span{
		display: none
	}
	
	.h-news a{
		color: #666666;
		font-size: 14px;
	}
	.h-news a:hover{
		color: #238fd7;
	}
	
	.h-news .col-per-40 .item2{
		line-height: 64px;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #d8d8d8;
		margin-bottom: 24px;
	}
	.h-news .col-per-40 .item2 a{
		color: #000000;
	}
	.h-news .col-per-40 .item2 span{
		float: right;
		padding-left: 15px;
		display: block;
		color: #666666;
		font-weight: normal;
	}
	.h-news .col-per-32 .tit{
		padding-top: 59px;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
	}
	.h-news .col-per-32 .eng{
		text-align: center;
		padding-bottom: 60px;
		font-size: 14px;
	}
	.h-news .col-per-32 .item01{
		background: #d3191a;
		color: #ffffff;
	}
	.h-news .col-per-32 .item01 a{
		color: #ffffff;
	}
	.h-news .col-per-32 .item02{
		background: #fbd512;
		color: #444444;
	}
	.h-news .col-per-32 .item02 a{
		color: #444444;
	}
	.h-news .col-per-32 .item03{
		background: #80c26a;
		color: #ffffff;
	}
	.h-news .col-per-32 .item03 a{
		color: #FFFFFF;
	}
	.h-news .col-per-32 .item04{
		background: #238fd7;
		color: #ffffff;
	}
	.h-news .col-per-32 .item04 a{
		color: #ffffff;
	}
	
	.h-kefu .more{
		width: 150px ;
		margin-top: 50px;
		
	}
	.h-kefu .more .btn{
		width: 150px;
		padding: 0 0 0 0;
		line-height: 45px;
		text-align: center;
		border-radius: 22px;
		background: #238fd7;
		border: none;
	}
	
	.h-kefu{
		max-width: 1100px;
		padding-top: 65px;
		padding-bottom: 50px;
	}
	.h-kefu .title{
		text-align: center;
		color: #238fd7;
		font-size: 36px;
		height: 65px;
		font-weight: bold;
	}
	.h-kefu .title-sub{
		color: #238fd7;
		font-size: 18px;
		text-align: center;
	}
	.h-kefu .con{
		margin-top: 60px;
	}
	.h-kefu .item{
		background: #f5f5f5;
		border-radius: 10px;
		width: 95%;
		height: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	.h-kefu .item .pic{
		position: relative;
		top: -20px;
	}
	.h-kefu .item .pic img{
		width: 60%;
	}
	.h-kefu .item .txt{
		height: 35px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	.h-kefu .item .des{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 30px;
	}
	


	.footer{
  		color: #ffffff;
  		background: url(../images/footer.png) center top no-repeat;
  		padding-bottom: 20px;
  	}
  	.footer a{ 
  		color: #ffffff;
  	}
  	.footer a:hover{ 
  		color: #d1b8b8;
  	}
  	.footer .container{
  		max-width: 1100px;
  		padding-top: 90px;
  	}
  	.footer .container .footer-logo{
  		height: 65px;
  		font-size: 25px;
  		font-weight: bold;
  	}
  	.footer .container .instr{
  		line-height: 30px;
  		height: 35px;
  	}
  	.footer .daohang{
  		padding-bottom: 5px;
  		border-bottom: 1px solid #66addc;
  	}
  	.footer .navbar-nav > li > a{
  		padding-left: 0;
  		font-size: 14px;
  	}
  	
  	.footer .shengchan{
  		margin-top: 20px;
  		font-size: 14px;
  		line-height: 30px;
  	}
  	.link .con{
  		max-width: 1100px;
  		padding-top: 8px;
  		padding-bottom: 5px;
  		font-size: 12px;
  		margin: 0px auto;
  		color: #b8b8b8;
  	}
  	.link .con a{#b8b8b8}
  	.footer .address{
  		margin-top: 20px;
  		line-height: 24px;
  		font-size: 14px;
  		color: #b8b8b8;
  	}
  	.footer .address a{
  		color: #b8b8b8;
  	}
  	.footer .footerContact .phone{
		line-height: 30px;
		color: #ffffff;
		text-align: right;
		padding-top: 15px;
		padding-bottom: 20px;
  	}
  	.footer .footerContact img{
  		width: 90%;
  		margin: 0 auto;
  	}
  	.footer .footerContact .txt{
  		text-align: center;
  		line-height: 50px;
  		font-size: 12px;
  	}

	/*创始人说*/
	.brank  .brank-tit{
		padding-top: 70px;
	}
	.brank  .brank-tit .title{
		font-size: 30px;
		height: 60px;
	}
	.brank  .brank-tit .des{
		height: 45px;
		text-align: center;
		font-size: 14px;
		color: #666666;
	}
	.brank .brank-icon{
		margin-top: 60px;
		max-width: 1100px;
	}
	.brank .brank-icon .col-sm-3, .h-brank-icon .col-sm-3{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.brank .brank-icon .item, .h-brank-icon .item{
		width: 90%;
		border-radius: 10px;
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#f0f0f0', Direction=135, Strength=5);/*for ie6,7,8*/ 
		-moz-box-shadow:0px 0px 10px #f0f0f0;/*firefox*/ 
		-webkit-box-shadow:0px 0px 10px #f0f0f0;/*webkit*/ 
		box-shadow:0px 0px 10px #f0f0f0;/*opera或ie9*/ 
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.brank .brank-icon .item .tit, .h-brank-icon .item .tit{
		text-align: center;
		font-size: 30px;
		line-height: 70px;
		font-weight: bold;
	}
	.brank .brank-icon .item .des, .h-brank-icon .item .des{
		line-height: 20px;
		text-align: center;
		font-size: 14px;
		height: 40px;
		color: #555555;
	}
	.brank .brank-content{
		padding-top: 30px;
		max-width: 1100px;
		line-height: 45px;
		color: #666666;
	}
	
	.brank-phone{
		width: 220px;
		margin-top: 50px;
		background: #238fd7; 
		margin-left: auto;
		margin-right: auto;
		height: 41px;
		border-radius: 20px;
	}
	.brank-phone .icon{
		float: left;
		padding-left: 16px;
		padding-top: 7px;
	}
	.brank-phone .txt{
		float: left;
		line-height: 41px;
		color: #ffffff;
		text-indent: 5px;
	}
	
	#myCarouseler{
		margin-top: 48px;
		max-width: 1000px;
	}
	#myCarouseler .carousel-control.right,
	#myCarouseler .carousel-control.left{
		filter: none;
		background-repeat: no-repeat;
	}
	#myCarouseler .carousel-control{
		width: 28px;
	}
	#myCarouseler .carousel-control.right{
		background: url(../images/brank-right.png) right center no-repeat;
	}
	#myCarouseler .carousel-control.left{
		background: url(../images/brank-left.png) left center no-repeat;
	}
	
	
	
	.brank .brank-huanjing{
		max-width: 1100px;
	}
	.brank .brank-huanjing .col-sm-4{
		margin-bottom: 20px
	}
	.brank .brank-huanjing .col-sm-4 img{
		width: 95%;
	}
	.brank .brank-custom{
		max-width: 1100px;
		margin-bottom: 30px;
	}
	
	.brank .brank-custom .col-sm-3{
		width: 20%;
	}
	
	.brank .brank-custom .col-xs-offset-2{
		margin-left: 0;
	}
	
	.brank .brank-custom .brank-tit{
		margin-bottom: 20px;
	}
	.brank .brank-custom a{
		display: block;
		width: 90%;
		border: 1px solid #dddddd;
		border-radius: 10px;
	}
	.brank .brank-rongyu{
		max-width: 745px;
	}
	.brank .brank-rongyu .pic{
		float: left;
		
	}
	.brank .brank-rongyu .title{
		float: left;
		line-height: 60px;
		padding-left: 10px;
	}
	.brank .brank-rongyu .brank-rongyu-btn{
		width: 280px;
		margin-top: 35px;
	}
	.brank .brank-rongyu .brank-rongyu-btn .btn{
		background: #238fd7;
		border: none;
		padding: 0 0 0 0;
		line-height: 38px;
		width: 90%;
		border-radius: 19px;
	}
	.brank .brank-rongyu-list{
		margin-top: 70px;
		max-width: 1100px;
	}
	.brank .brank-rongyu-list .col-sm-1-5{
		width: 20%;
	}
	.brank .brank-rongyu-list .col-xs-offset-2{
		margin-left: 0;
	}
	.brank .brank-rongyu-list .pic{
		width: 90%;
	}
	.brank .brank-rongyu-list .txt{
		text-align: center;
		font-size: 14px;
		line-height: 35px;
	}
	
	

	/*联系我们*/
	.contact-us .contact-box{
		padding-top: 60px;
		padding-bottom: 60px;
		max-width: 1000px;
	}
	.contact-us h1{
		line-height: 25px;
		font-size: 22px;
		color: #333333;
		font-weight:bold ;
		margin-bottom: 10px;
	}
	.contact-us h1.hh1{
		margin-top: 60px;
		margin-bottom: 10px;
	}
	.contact-us .hh2{
		font-size: 12px;
		color: #8eaed9;
		line-height: 60px;
	}
	.contact-us span{
		display: block;
		margin-top: 40px;
	}
	.contact-us span.s1 a{
		display: inline;
		color: #014a7f;
	}
	.contact-us span p,.contact-us span a{
		display: block;
		line-height: 24px;
		font-size: 14px;
		color: #444444;
		margin: 0 !important;
		padding: 0 !important;
	}
	.contact-us span a:hover{
		color: #014a7f;
	}
	.contact-us .form{
		width: 295px;
	}
	.contact-us .form-control-static{
		border: 0;
		border-bottom: #ededed 1px solid;
		width: 100%;
		font-size: 14px;
		color: #8eaed9;
		margin-top: 5px;
	}
	.contact-us .btn{
		width: 60px;
		height: 31px;
		line-height: 31px;
		padding: 0;
		margin: 0;
		background: #0073be;
		color: #FFFFFF;
		margin-top: 24px;
	}
	.contact-us .baiduMap{
		margin-top: 55px;
		width: 100%;
		height: 305px;
	}

	

	/*
  	 * 新闻列表页
  	 *  */

	.news-list{
		margin-top: 30px;
	}
	.question-box {
		width: 95%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.question-box .list-box {
		width: 62%;
		float: left;
		background: #FFFFFF;
	}
	.question-box .list-box .list {
		margin-bottom: 30px;
		border-top: #dfdfdf 1px solid;
		padding-top: 30px;
	}
	.question-box .list-box .list a {
		display: block;
	}
	.question-box .list-box .list .pic{
		width: 30%;
		float: left;
	}
	.question-box .list-box .list .pic img{
		width: 90%;
		float: left;
	}
	.question-box .list-box .list a:hover p.p1, .question-box .list-box .list a:hover p.time, .question-box .list-box .list a:hover h1 {
		color: #238fd7;
	}
	.question-box .list-box .list:first-child a {
		border: 0;
	}
	.question-box .list-box .list span {
		display: inline;
		width: 45px;
		height: 100%;
		float: left;
	}
	.question-box .list-box .list span p {
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		color: white;
		background: #014a7f;
	}
	.question-box .list-box .list-word{
		float: left;
	}
	.question-box .list-box .list-word span p {
		margin-top: 18px;
		background: #f3982c;
	}
	.question-box .list-box .list-word p.p1 {
		width: 762px;
		height: 84px;
		line-height: 28px;
		font-size: 14px;
		color: #666666;
		float: right;
		padding: 0;
		margin: 0;
		text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
		overflow: hidden;
	}
	.question-box .list-num {
		width: 30%;
		min-width: 320px;
		overflow: hidden;
		float: right;
		background: #FFFFFF;
		margin-bottom: 50px;
	}
	.question-box .list-num p.p2{
		line-height: 20px;
		font-size: 18px;
		color: #238fd7;
	}
	.question-box .list-num .list-num-box{
		width: 82%;
		margin:30px auto
	}
	.question-box .list-num ul{
		width: 100%;
		margin: 30px 0;
		display: table;
	}
	.question-box .list-num li:first-child{
		margin-top: 0;
	}
	.question-box .list-num li{
		width: 100%;
		height: 16px;
		line-height: 16px;
		margin: 0;
		margin-top: 18px;
		padding: 0;
	}
	.question-box .list-num li a:hover p.p3{
		color: #014A7F;
	}
	.question-box .list-num li span{
		display: block;
		width: 14px;
		height: 16px;
		float: left;
		margin-right: 2px;
	}
	.question-box .list-num li span img{
		position: relative;
		top: -2px;
		left: -5px;
	}
	.question-box .list-num li p.p3{
		width: 240px;
		line-height: 16px;
		font-size: 14px;
		color: #666666;
		overflow: hidden;
	    text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
	    white-space:nowrap;
	}
	/***question-details***/
	
	.question-box .question-details{
		padding:0 50px 0 50px;
		margin-bottom: 50px;
	}
	.question-box .question-details .details-title{
		margin: 35px auto 20px auto;
		
	}
	.question-box .details-title p.hh1{
	   width: 100%;
	   height: auto;
	   font-size: 20px;
	   line-height: 38px;
	   color: #666666;
	   text-align: center; 
	   word-break:break-all    
	}
	.question-box .details-title .msg{
		display: table;
		margin: 0 auto;
	}
	.question-box .details-title .msg p.pp:first-child{
	   margin-left: 0;
	}
	.question-box .details-title .msg p.pp{
	   display: inline;
	   height: auto;
	   font-size: 13px;
	   line-height: 38px;
	   color: #999999;
	   text-align: center;   
	   margin-left: 10px;
	}
	.question-box .details-title .color{
		width: 46px;
		height: 1px;
		margin: 0 auto;
		background: #999999;
		margin-top: 5px;
	}
	.question-box .word {
	   text-align: center;
	}
	.question-box .word p{
	   text-align: left;
	}
	.question-box .word p.pp{
	   font-size: 14px;
	   line-height: 38px;
	   color: #666666;
	   text-align: left;
	}
	.question-box .page-nav{
		width: 100%;
		margin: 30px 0 50px 0; 
	}
	.question-box .page-nav a{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin: 0 auto;
		overflow: hidden;
	    text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
	    white-space:nowrap;
	    color: #777777;
	    font-size: 12px;
	}
	.question-box .page-nav a:hover{
	    color: #014a7f;  
	}/*****diary-box*****/

	.diary-box .list-box .word{
		width: 68%;
		float: left;
		position: relative;
	}
	.diary-box .list-box p.hh1{
		color: #333333;
		font-size: 18px;
		line-height: 24px;
		width: 100%;
		height: auto;
		text-align: left;
		word-break:break-all
	}
	.diary-box .list-box p.hh1-hide{
		height: 48px;
		overflow: hidden;
		text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
	}
	.diary-box .list-box a:hover p.hh1{
		color: #238fd7;
	}
	.diary-box .list-box p.time{
		color: #999999;
		font-size: 12px;
		line-height: 24px;
		margin: 10px 0;
		padding: 0;
	}
	.diary-box .list-box .list-word p.p1{
		height: 48px;
		line-height: 24px;
		width: 100%;
	}


	/*
  	 * 新闻落地页 
  	 * */
  	.news-details{
  		margin-top: 20px;
  	}
	.news-details .news-details-con{
		margin-top: 50px;
		max-width: 1100px;
	}
	.news-details .title{
		line-height: 40px;
		font-size: 28px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: bold;
	}

	.news-details .info {
		font-size: 14px;
		color: #888888;
		text-align: center;
	}

	.news-details .content .con {
		line-height: 35px;
		text-align: left;
		padding-top: 30px;
		color: #666666;
	}
	
	.page-row{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.page-row .prev,
	.page-row .next{
		font-size: 14px;
		line-height: 30px;
	}
	.page-row a{
		color: #999999;
	}
	.page-row a:hover{
		color: #238fd7;
	}
	
	.fenxiang{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.fenxiang .bdshare-button-style0-32 .bds_tsina{
		background: url(../images/fx-icon01.png);
		width: 40px;
		height: 40px;
	}
	.fenxiang .bdshare-button-style0-32 .bds_weixin{
		background: url(../images/fx-icon02.png);
		width: 40px;
		height: 40px;
	}
	.fenxiang .bdshare-button-style0-32 .bds_sqq{
		background: url(../images/fx-icon03.png);
		width: 40px;
		height: 40px;
	}
	
	
	


	.main .page-btn {
		margin: 0 auto 60px auto;
		padding: 10px 0;
	}
	.main .page-btn li{
		padding-left: 5px;
		padding-right: 5px;
	}
	.main .page-btn a {
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 24px;
		border-radius: 50% !important;
		background: none !important;
		color: #888888;
		padding: 0 0 0 0;
	}
	.main .page-btn a.nolink {
		background: #0073be !important;
		color: #FFFFFF;
	}


	/*
  	 * 产品列表页
  	 * */
  	.product-list .banner,
  	.product-details .banner,
  	.application-list .banner,
  	.application-detail .banner{
  		margin-top: 30px
  	}
  	.product-list .product-class-pcon{
  		margin-top: 56px;
  	}
  	
  	.product-list-tit{
  		margin-top: 40px;
  	}
  	.product-list-tit .title{
  		text-align: center;
  		font-size: #090909;
  		line-height: 60px;
  		font-size: 20px;
  	}


	.product-list-con {
		max-width: 1100px;
		margin-top: 50px;
	}
	
	.product-list-con .col-sm-4{
		margin-bottom: 20px;
	}
	.product-list-con .col-sm-4 img{
		max-width: 410px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.product-list-con a{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		position: relative;
	}
	.product-list-con .imghvr-shutter-in-out-vert{
		width: 95%;
	}
	.product-list-con .imghvr-shutter-in-out-vert img{
		width: 100%;
	}
	.product-list-con h3{
		text-align: left;
		line-height: 30px;
		height: 45px;
		font-size: 18px;
	}
	.product-list-con p{
		line-height: 24px;
		font-size: 14px;
		color: #ffffff;
		text-align: left;
	}
	
	
	
	
	


	.product-details {
		max-width: 1200px;
	}
	
	.product-details .title{
		font-size: 20px;
		line-height: 30px;
		margin-top: 30px;
		font-weight: bold;
	}
	.product-details .title .des{
		font-size: 17px;
		font-weight: normal;
		margin-top: 5px;
		color: #238fd7;
	}
	.product-details .line{
		display: none;
	}
	
	.product-details .allImg{
		margin-top: 30px
	}
	
	.product-details .seka{
		width: 270px;
		background: #238fd7;
		position: relative;
		margin-top: 40px;
		line-height: 45px;
		border-radius: 22px;
		text-align: center;
	}
	.product-details .seka a{
		color: #ffffff;
		text-decoration: none;
	}
	.product-details .seka span{
		position: absolute;
		 top: 0;
		 right:35px
	}
	
	.product-details .content{
		max-width: 910px;
		padding-top: 50px;
		padding-bottom: 50px;
		line-height: 36px;
		color: #666666;
	}
	
	
	#seka {
		margin-top: 30px;
	}
	#seka .col-sm-1-5{
		width: 11.11%;
		float: left;
	}
	#seka .col-sm-1-5 img{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100px;
	}
	
	.product-details .item{
		background: url(../images/h-dot.jpg) left 15px no-repeat;
		padding-left: 20px;
	}

	/*
	 * 
	 * */
	.application-list-class{
		width: 480px;
		margin-top: 50px;
	}
	.application-list-class a{
		color: #333333;
	}
	
	.application-list-class .bclass a{
		display: block;
		width: 85%;
		line-height: 45px;
		text-align: center;
		color: #ffffff;
		font-size: 14px;
		background: #0085e6;
	}
	.application-list-class .input-group-btn button{
		padding-top: 0;
		padding-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		text-align: left;
		line-height: 43px;
		position: relative;
		color: #808080;
	}
	.application-list-class .input-group-btn button .caret{
		position: absolute;
		top: 20px;
		right: 10px;
	}
	
	.application-list .application-list-con{
		max-width: 1100px;
		margin-top: 50px;
	}
	.application-list .application-list-con .tit{
		width: 95%;
		line-height: 45px;
		height: 80px;
		text-align: center;
	}
	.application-list-con .col-sm-4 a{
		display: block;
		width: 95%;
		text-align: center;
		color: #444444;
		line-height: 120px;
	}
	.application-list-con .col-sm-4 a:hover{
		color: #0ba1af;
	}
	

	
	.application-detail .titleTop{
		margin-top: 60px;
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px;
	}
	.application-detail .allImg{
		margin-top: 45px;
	}
	
	.application-detail-con{
		max-width: 1100px;
	}
	
	.application-detail-con .content{
		margin-top: 50px;
		margin-bottom: 50px;
		line-height: 35px;
		color: #666666;
	}
	
	
	.right-nav {
		width: auto;
		height: auto;
		position: fixed;
		bottom: 100px;
		right: 100px;
		transition: bottom 1.5s, right 1.5s;
		-webkit-transition: bottom 1.5s, right 1.5s;
	}
	.right-nav a:hover {
		position: relative;
		top: 0
	}
	.right-nav-btn {
		display: table;
		float: right
	}
	.right-nav-btn ul, .right-nav-btn ul li {
		display: table;
	}
	.right-nav-btn ul li {
		margin-bottom: 5px;
	}
	.right-nav-btn ul li a, .right-nav-btn ul li img {
		display: block;
		width: 40px;
	}
	.right-nav-btn .back-top a {
		font-size: 14px;
		text-align: center;
		line-height: 20px;
		/*background: url("../img/style/right_04.jpg") no-repeat;
		background-position: center;
		background-size: 100%;*/
	}
	.right-nav-btn .back-top p {
		display: none;
		line-height: 18px;
		position: relative;
		top: 7px;
	}
	.right-nav-btn li span{
		display: block;
		width: 122px;
		position: absolute;
		left: -127px;
		top: 10px;
		display: none;
	}
	.right-nav-btn li:hover span{
		display: block;
	}
	
	.right-nav-btn li span img{
		width: 122px;
	}
	

}

@media (max-width: 768px) {
	* {
		padding: 0;
		margin: 0;
		max-width: 100%;
	}

	#header {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		padding-top: 0.16rem;
	}

	/* header */
	#header .container-fluid {
		position: relative;
	}

	#header .navbar-header {
		width: 18%;
		float: left;
	}

	#header .navbar-header img {
		width: 100%;
	}
	
	#header .navbar-info{
		float: left;
		width: 82%;
		position: relative;
	}
	#header .navbar-info .logoTxt{
		float: left;
		width: 80%;
		padding-top: 0.2rem;
	}
	#header .navbar-info .logoTxt .tit{
		font-size: 0.32rem;
		color: #238fd7;
	}
	#header .navbar-info .logoTxt .des{
		line-height: 0.4rem;
		font-size: 0.25rem;
		color: #666666;
	}
	#header .navbar-info .phone{
		float: right;
		width: 15%;
		padding-top: 0.3rem;
	}

	#header .navbar-right {
		float: left;
		padding-top: 0.6rem;
		padding-bottom: 5px;
		background: #f1f1f2;
	}
	#header .navbar-right .glyphicon{
		font-size: 18px;
	}
	

	#header .navbar-right .phone {
		display: none;
	}
	#header .navbar-default .navbar-toggle{
		border: none;
		margin-top: 0.4rem;
		padding: 0 0 0 0;
		width: 1.2rem;
		height: 1.2rem;
	
		line-height: 0.4rem;
		text-align: center;
		background: #000000;
		color: #ffffff;
		border-radius: 50%;
	}
	
	#header .navbar-default .navbar-toggle .glyphicon{
		line-height: 0.4rem;
	}
	#header .navbar-default .navbar-toggle .icon-bar{
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
	}
	
	
	#header .navbar-default .navbar-toggle,
	#header .navbar-right .navbar-toggle{
		border: none;
		margin: 0 0.266666rem 0 0;
		padding: 0 0 0 0;
		color: #ffffff;
	}
	#header .navbar-right .navbar-toggle:hover{
		background: none;
	}
	
	.navbar-con{
		background: #238fd7;
	}
	.navbar-con .navbar-nav{
		margin: 0 0 0 0;
	}
	.navbar-con li{
		border-bottom: 1px solid #ffffff;
	}
	.navbar-con .navbar-nav > li > a{
		color: #ffffff;
	}
	
	


	.slide {
		background: url(../images/dong-bg.jpg) top repeat-x;
		font-size: 14px;
	}
	.slide .carousel-control.right,
	.slide .carousel-control.left{
		background: none;
	}
	.slide .carousel-control{
		color: #356260;
	}
	
	.slide .item{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.line {
		width: 0.8rem;
		height: 2px;
		background-color: #238fd7;
	}
	
	
	.h-products .h-products-tit{
		padding-top: 0.666rem;
		background: #f8f8f8;
	}
	.h-products .h-products-tit .title,
	.brank-tit .title{
		font-size: 0.48rem;
		height: 0.9rem;
		text-align: center;
		font-weight: bold;
		color: #000000;
	}
	.h-products .h-products-tit .title span,
	.brank-tit span{
		color: #238fd7;
	}
	.h-products .h-products-tit .des{
		padding-top: 0.533rem;
		max-width: 90%;
		font-size: 14px;
		text-align: left;
		line-height: 28px;
		color: #000000;
		padding-bottom: 0.666rem;
	}
	.h-products .h-class-pcon,
	.product-list .product-class-pcon{
		margin-top: 0.6rem;
		max-width: 95%;
	}
	.h-products .h-class-pcon .item,
	.product-list .product-class-pcon .item{
		float: left;
		width: 20%;
	}
	.h-products .h-class-pcon .item .pic,
	.product-list .product-class-pcon .item .pic{
		width: 90%;
		background-size: 100% auto;
	}
	.h-products .h-class-pcon .item .tit,
	.product-list .product-class-pcon .item .tit{
		text-align: center;
		font-size: 10px;
		line-height: 24px;
		height: 30px;
	}
	.h-products .h-class-pcon .item .tit a,
	.product-list .product-class-pcon .item .tit a{
		color: #333333;
	}
	.h-products .h-class-pcon .item .tit a:hover,
	.product-list .product-class-pcon .item .tit a:hover{
		color: #238fd7;
	}
	.h-products .h-class-pcon .item .pic a img,
	.product-list .product-class-pcon .item .pic a img{
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); 	/* IE 9 */
		-moz-transform:rotate(0deg); 	/* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
		-o-transform:rotate(0deg); 
	}
	.h-products .h-class-pcon .item .pic a:hover img,
	.product-list .product-class-pcon .item .pic a:hover img{
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); 	/* IE 9 */
		-moz-transform:rotate(90deg); 	/* Firefox */
		-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
		-o-transform:rotate(90deg); 	/* Opera */
	}
	.item1 .pic{
		background: url(../images/icon01.png);
	}
	.item2 .pic{
		background: url(../images/icon02.png);
	}
	.item3 .pic{
		background: url(../images/icon03.png);
	}
	.item4 .pic{
		background: url(../images/icon04.png);
	}
	.item5 .pic{
		background: url(../images/icon05.png);
	}
	.item6 .pic{
		background: url(../images/icon06.png);
	}
	.item7 .pic{
		background: url(../images/icon07.png);
	}
	.item8 .pic{
		background: url(../images/icon08.png);
	}
	.item9 .pic{
		background: url(../images/icon09.png);
	}
	.item10 .pic{
		background: url(../images/icon10.png);
	}

	
	.h-proclass-tu{
		margin-top: 0.52rem;
		max-width: 95%;
	}
	.h-proclass-tu .col-xs-6{
		margin-bottom: 0.2rem;
	}
	.h-proclass-tu img{
		width: 95%;
	}
	
	.h-youshi{
		margin-top: 0.8rem;
	}
	.h-youshi .h-youshi-1{
		background: url(../images/h-youshi-bg.jpg) center top no-repeat #238fd7;
	}
	.h-youshi .h-youshi-1 .h-youshi-con{
		max-width: 100%;
	}
	.h-youshi .h-youshi-1 .title{
		padding-top: 1.5rem;
		text-align: center;
		width: 80%;
	}
	.h-youshi .pic{
		padding-top: 0.56rem;
		padding-bottom: 0.48rem;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.h-youshi .pic img{
		width: 75%;
	}
	.h-youshi .info{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.h-youshi .info .num{
		width: 0.8rem;
		float: left;
	}
	.h-youshi .info .tit{
		float: left;
		font-size: 0.466rem;
		line-height: 0.533rem;
		font-weight: bold;
		text-indent: 0.213rem;
		color: #ffffff;
		padding-top: 0.266rem;
	}
	.h-youshi .info .des{
		 clear: both;
		float: left;
		margin-top: 0.306rem;
		background: #ffffff;
		padding-left: 12px;
		padding-right: 12px;
		line-height: 24px;
		color: #238fd7;
		font-size: 14px;
		margin-bottom: 0.333rem;
	}
	.h-youshi .item{
		width: 100%;
		float: left;
		background: url(../images/dot.png) left 10px no-repeat;
		line-height: 24px;
		color: #ffffff;
		padding-left: 15px;
		font-size: 14px;
	}
	
	.h-youshi  .h-youshi-1 .info{
		padding-bottom: 0.96rem;
	}
	
	.h-youshi .h-youshi-2{
		margin-top: 0.76rem;
	}
	.h-youshi .h-youshi-2 .pic,
	.h-youshi .h-youshi-3 .pic{
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
	.h-youshi .h-youshi-2 .h-youshi-con .tit{
		color: #238fd7;
	}
	.h-youshi .h-youshi-2 .des{
		background: #238fd7;
		color: #ffffff;
	}
	.h-youshi .h-youshi-2 .item span{
		color: #238fd7;
	}
	.h-youshi .h-youshi-2 .item{
		background: url(../images/dot1.png) left 10px no-repeat;
		color: #111111
	}
	.h-youshi .h-youshi-2 .pic img{
		width: 100%;
	}
	
	.h-youshi .h-youshi-3 .info{
		padding-top: 0.6rem;
	}
	.h-youshi .h-youshi-3 .h-youshi-con{
		padding-top: 0
	}
	.h-youshi .h-youshi-3 .h-youshi-con .tit,
	.h-youshi .h-youshi-5 .h-youshi-con .tit{
		color: #238fd7;
	}
	.h-youshi .h-youshi-3 .des,
	.h-youshi .h-youshi-5 .des{
		background: #238fd7;
		color: #ffffff;
	}
	.h-youshi .h-youshi-3 .item span,
	.h-youshi .h-youshi-5 .item span{
		color: #238fd7;
	}
	.h-youshi .h-youshi-3 .item,
	.h-youshi .h-youshi-5 .item{
		background: url(../images/dot1.png) left 13px no-repeat;
		color: #111111;
	}
	.h-youshi .h-youshi-3 .pic img,
	.h-youshi .h-youshi-5 .pic img{
		width: 90%;
	}
	
	.h-youshi .h-youshi-4{
		margin-top: 0.6rem;
		background: url(../images/h-youshi-bg02.png) center top no-repeat
	}
	.h-youshi .h-youshi-4 .h-youshi-con{
		padding-top: 1.2rem;
		padding-bottom: 0.76rem;
	}
	
	.h-youshi .h-youshi-4 .pic{
		padding-top: 0.72rem;
	}
	
	.h-youshi .h-youshi-4 .h-youshi-con .item{
		background: none;
		padding-left: 0;
	}
	.h-youshi .h-youshi-4 .col-sm-6, 
	.h-youshi .h-youshi-5 .col-sm-6{
		padding-bottom: 0;
	}
	
	.h-youshi .h-youshi-5 .h-youshi-con{
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	
	
	
	.h-news{
		margin-top: 0.5rem;
	}
	.h-news .title{
		font-size: 0.48rem;
		height: 0.853rem;
		font-weight: bold;
		color: #238fd7;
		text-align: center;
	}
	.h-news .line{
		width: 1.133rem;
		height: 4px;
		margin-left: auto;
		margin-right: auto;
		background: #238fd7;
	}
	.h-news .con{
		margin-top: 0.64rem;
	}
	
	.h-news .col-per-40 .item{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.4rem;
	}
	.h-news .col-per-40 .item .date{
		float: left;
		width: 15%;
		text-align: center;
		line-height: 0.8rem;
		font-size: 16px;
		color: #5c5c5c;
		padding-bottom: 0.2rem;
		border-right: 1px solid #d9d9d9;
	}
	.h-news .col-per-40 .item .date .month{
		font-size: 14px;
		line-height: 0.4rem;
	}
	.h-news .col-per-40 .item .con-1{
		width: 82%;
		float: right;
	}
	.h-news .col-per-40 .item .con-1 .tit{
		color: #000000;
		line-height: 0.6rem;
		height: 0.8rem;
		font-size: 16px;
	}
	.h-news .col-per-40 .item .con-1 .des{
		font-size: 14px;
		color: #666666;
		line-height: 0.4rem;
	}

	.footer{
		width: 10rem;
		height: 1.84rem;
		margin: 0 auto;
		background: #238fd7;
	}
	.foot-box {
		width: 100%;
		height: 70%;
		position: relative;
		top: 20%;
	}
	.foot-box ul{
		width: 90%;
		height: 1.226rem;
		margin: 0 auto;
		height: 100%;
	}
	.foot-box li{
		width: 24.9%;
		height: 100%;
		float: left;
		text-align: center;
	}
	.foot-box li img{
		width: 0.693rem;
		height: 1.226rem;
	}

	

	/* index */
	/* 01 */


	/*创始人说*/
	.brank  .brank-tit{
		padding-top: 0.76rem;
	}
	.brank  .brank-tit .title{
		font-size: 0.4rem;
		height: 0.8rem;
	}
	.brank  .brank-tit .des{
		height: 0.8rem;
		text-align: center;
		font-size: 0.3rem;
		color: #666666;
	}
	.brank .brank-icon{
		margin-top: 0.4rem;
		width: 80%;
	}
	.brank .brank-icon .col-sm-3, .h-brank-icon .col-sm-3{
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
	}
	.brank .brank-icon .item, .h-brank-icon .item{
		width: 90%;
		border-radius: 0.133333rem;
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#f0f0f0', Direction=135, Strength=5);/*for ie6,7,8*/ 
		-moz-box-shadow:0px 0px 0.133333rem #f0f0f0;/*firefox*/ 
		-webkit-box-shadow:0px 0px 0.133333rem #f0f0f0;/*webkit*/ 
		box-shadow:0px 0px 0.133333rem #f0f0f0;/*opera或ie9*/ 
		padding-top: 0.133333rem;
		padding-bottom: 0.4rem;
	}
	.brank .brank-icon .item .tit, .h-brank-icon .item .tit{
		text-align: center;
		font-size: 0.4rem;
		line-height: 0.666666rem;
		font-weight: bold;
	}
	.brank .brank-icon .item .des, .h-brank-icon  .item .des{
		line-height: 0.4rem;
		text-align: center;
		font-size: 0.25rem;
		height: 0.8rem;
		color: #555555;
	}
	.brank .brank-content{
		padding-top: 0.64rem;
		max-width: 95%;
		line-height: 28px;
		font-size: 14px;
		color: #666666;
	}
	
	.brank-phone{
		width: 4.2rem;
		margin-top: 0.6rem;
		background: #238fd7; 
		margin-left: auto;
		margin-right: auto;
		height: 0.8rem;
		border-radius: 0.2rem;
	}
	.brank-phone .icon{
		float: left;
		padding-left: 15px;
		padding-top: 0.1rem;
	}
	.brank-phone .icon img{
		height: 0.4rem;
	}
	.brank-phone .txt{
		float: left;
		line-height: 0.8rem;
		color: #ffffff;
		overflow: hidden;
		font-size: 0.3rem;
		text-indent: 5px;
	}
	.brank-phone .txt a{
		color: #ffffff;
	}
	
	.brank-jixie{
		margin-top: 0.8rem;
	}
	
	.brank .brank-rongyu .brank-rongyu-btn{
		width: 5.08rem;
		margin-top: 0.48rem;
	}
	.brank .brank-rongyu .brank-rongyu-btn .btn{
		background: #238fd7;
		border: none;
		padding: 0 0 0 0;
		line-height: 0.6rem;
		width: 90%;
		border-radius: 0.2rem;
	}
	.brank .brank-rongyu-list{
		margin-top: 0.76rem;
		max-width: 95%;
	}
	.brank .brank-rongyu-list .pic{
		width: 90%;
	}
	.brank .brank-rongyu-list .txt{
		text-align: center;
		font-size: 0.28rem;
		line-height: 1rem;
	}
	
	.brank .brank-huanjing{
		margin-top: 0.6rem;
	}
	.brank .brank-huanjing .col-xs-6{
		margin-bottom: 0.28rem
	}
	.brank .brank-huanjing .col-xs-6 img{
		width: 95%;
	}
	.brank .brank-custom{
		max-width: 95%;
		margin-bottom: 0.6rem;
	}
	.brank .brank-custom a{
		display: block;
		width: 90%;
		border: 1px solid #dddddd;
		border-radius: 5px;
	}
	.brank .col-xs-4{
		margin-bottom: 0.36rem;
	}
	
	/*联系我们*/
	.contact-us{
		border-top: 1px #f0f0f0 solid;
	}
	.contact-us .contact-box{
		padding-top: 0.52rem;
		padding-bottom: 0.52rem;
		width: 95%;
	}
	.contact-us *{
		max-width: none;
	}
	.contact-us h1{
		line-height: 0.6rem;
		font-size: 0.45rem;
		color: #333333;
		font-weight:bold ;
		margin-bottom: 0.133333rem;
	}
	.contact-us h1.hh1{
		margin-top: 0.8rem;
		margin-bottom: 0.133333rem;
	}
	.contact-us .hh2{
		font-size: 12px;
		color: #8eaed9;
		line-height: 0.8rem;
	}
	.contact-us span{
		display: block;
		margin-top: 0.52rem;
	}
	.contact-us span.s1 a{
		display: inline;
		color: #014a7f;
	}
	.contact-us span p,.contact-us span a{
		display: block;
		line-height: 24px;
		font-size: 14px;
		color: #444444;
		margin: 0 !important;
		padding: 0 !important;
	}
	.contact-us span a:hover{
		color: #014a7f;
	}
	.contact-us .form{
		width: 60%;
	}
	.contact-us .form-control-static{
		border: 0;
		border-bottom: #ededed 1px solid;
		width: 100%;
		font-size: 14px;
		color: #8eaed9;
		margin-top: 5px;
	}
	.contact-us .btn{
		width: 2rem;
		height: 0.8rem;
		line-height: 0.8rem;
		padding: 0;
		margin: 0;
		background: #0073be;
		color: #FFFFFF;
		margin-top: 0.32rem;
	}
	.contact-us .baiduMap{
		margin-top: 0.76rem;
		width: 100%;
		height: 8rem;
	}
	
	
	
	/*
	 * 新闻列表页
	 *  */
	
	.question-box {
		width: 95%;
		margin: 0 auto;
	}
	.question-box .list-box {
		width: 100%;
		float: left;
		background: #FFFFFF;
	}
	.question-box .list-box .list {
		margin-bottom: 0.4rem;
		border-top: #dfdfdf 1px solid;
		padding-top: 0.4rem;
	}
	.question-box .list-box .list a {
		display: block;
	}
	.question-box .list-box .list .pic{
		width: 35%;
		float: left;
	}
	.question-box .list-box .list .pic img{
		width: 90%;
		float: left;
	}
	.question-box .list-box .list a:hover p.p1, .question-box .list-box .list a:hover p.time, .question-box .list-box .list a:hover h1 {
		color: #238fd7;
	}
	.question-box .list-box .list:first-child a {
		border: 0;
	}
	.question-box .list-box .list span {
		display: inline;
		width: 0.6rem;
		height: 100%;
		float: left;
	}
	.question-box .list-box .list span p {
		width: 0.333333rem;
		height: 0.333333rem;
		line-height: 25px;
		text-align: center;
		color: white;
		background: #014a7f;
	}
	.question-box .list-box .list-word{
		float: left;
	}
	.question-box .list-box .list-word span p {
		margin-top: 0.24rem;
		background: #f3982c;
	}
	.question-box .list-box .list-word p.p1 {
		height: 84px;
		line-height: 28px;
		font-size: 14px;
		color: #666666;
		float: right;
		padding: 0;
		margin: 0;
		text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
		overflow: hidden;
	}
	.question-box .list-num {
		width: 30%;
		min-width: 320px;
		overflow: hidden;
		float: right;
		background: #FFFFFF;
		margin-bottom: 50px;
	}
	.question-box .list-num p.p2{
		line-height: 20px;
		font-size: 18px;
		color: #238fd7;
	}
	.question-box .list-num .list-num-box{
		width: 82%;
		margin:30px auto
	}
	.question-box .list-num ul{
		width: 100%;
		margin: 30px 0;
		display: table;
	}
	.question-box .list-num li:first-child{
		margin-top: 0;
	}
	.question-box .list-num li{
		width: 100%;
		height: 16px;
		line-height: 16px;
		margin: 0;
		margin-top: 18px;
		padding: 0;
	}
	.question-box .list-num li a:hover p.p3{
		color: #014A7F;
	}
	.question-box .list-num li span{
		display: block;
		width: 14px;
		height: 16px;
		float: left;
		margin-right: 2px;
	}
	.question-box .list-num li span img{
		position: relative;
		top: -2px;
		left: -5px;
	}
	.question-box .list-num li p.p3{
		width: 240px;
		line-height: 16px;
		font-size: 14px;
		color: #666666;
		overflow: hidden;
	    text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
	    white-space:nowrap;
	}
	/***question-details***/
	
	.question-box .question-details{
		padding:0 50px 0 50px;
		margin-bottom: 50px;
	}
	.question-box .question-details .details-title{
		margin: 35px auto 20px auto;
		
	}
	.question-box .details-title p.hh1{
	   width: 100%;
	   height: auto;
	   font-size: 20px;
	   line-height: 38px;
	   color: #666666;
	   text-align: center; 
	   word-break:break-all    
	}
	.question-box .details-title .msg{
		display: table;
		margin: 0 auto;
	}
	.question-box .details-title .msg p.pp:first-child{
	   margin-left: 0;
	}
	.question-box .details-title .msg p.pp{
	   display: inline;
	   height: auto;
	   font-size: 13px;
	   line-height: 38px;
	   color: #999999;
	   text-align: center;   
	   margin-left: 10px;
	}
	.question-box .details-title .color{
		width: 46px;
		height: 1px;
		margin: 0 auto;
		background: #999999;
		margin-top: 5px;
	}
	.question-box .word {
	   text-align: center;
	}
	.question-box .word p{
	   text-align: left;
	}
	.question-box .word p.pp{
	   font-size: 14px;
	   line-height: 38px;
	   color: #666666;
	   text-align: left;
	}
	.question-box .page-nav{
		width: 100%;
		margin: 30px 0 50px 0; 
	}
	.question-box .page-nav a{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin: 0 auto;
		overflow: hidden;
	    text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
	    white-space:nowrap;
	    color: #777777;
	    font-size: 12px;
	}
	.question-box .page-nav a:hover{
	    color: #014a7f;  
	}/*****diary-box*****/
	
	.diary-box .list-box .word{
		width: 63%;
		float: left;
		position: relative;
	}
	.diary-box .list-box p.hh1{
		color: #333333;
		font-size: 14px;
		line-height: 24px;
		width: 100%;
		height: auto;
		text-align: left;
		word-break:break-all
	}
	.diary-box .list-box p.hh1-hide{
		height: 48px;
		overflow: hidden;
		text-overflow: ellipsis;
	    -ms-text-overflow: ellipsis;
	}
	.diary-box .list-box a:hover p.hh1{
		color: #238fd7;
	}
	.diary-box .list-box p.time{
		color: #999999;
		font-size: 12px;
		line-height: 24px;
		padding: 0;
	}
	.diary-box .list-box .list-word p.p1{
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		width: 100%;
	}
	
	
	/*
	 * 新闻落地页 
	 * */
	.news-details .news-details-con{
		margin-top: 0.6rem;
	}
	.news-details .title{
		line-height: 30px;
		font-size: 16px;
		text-align: center;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
		font-weight: bold;
	}
	
	.news-details .info {
		font-size: 12px;
		color: #888888;
		text-align: center;
	}
	
	.news-details .content .con {
		line-height: 30px;
		text-align: left;
		width: 95%;
		font-size: 14px;
		padding-top: 0.4rem;
		color: #666666;
	}
	
	.page-row{
		margin-top: 0.52rem;
		width: 95%;
		margin-bottom: 0.52rem;
	}
	.page-row .prev,
	.page-row .next{
		font-size: 14px;
		line-height: 24px;
	}
	.page-row a{
		color: #999999;
	}
	.page-row a:hover{
		color: #238fd7;
	}
	
	.fenxiang{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.fenxiang .bdshare-button-style0-32 .bds_tsina{
		background: url(../images/fx-icon01.png);
		width: 40px;
		height: 40px;
	}
	.fenxiang .bdshare-button-style0-32 .bds_weixin{
		background: url(../images/fx-icon02.png);
		width: 40px;
		height: 40px;
	}
	.fenxiang .bdshare-button-style0-32 .bds_sqq{
		background: url(../images/fx-icon03.png);
		width: 40px;
		height: 40px;
	}
	
	
	
	
	
	.main .page-btn {
		margin: 0 auto 0.8rem auto;
		padding: 10px 0;
		width: 60%;
	}
	.main .page-btn .num{
		display: none;
	}
	.main .page-btn li{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.main .page-btn .first{
		float: left;
		width: 45%;
	}

	.main .page-btn a{
		background: #238fd7;
		color: #ffffff;
		border: none;
	}
	.main .page-btn a.nolink {
		background: #eeeeee !important;
		color: #238fd7;
		border-radius: 5px;
		
	}
	
	
	/*
	 * 产品列表页
	 * */

	.product-list .product-class-pcon{
		margin-top: 0.76rem;
	}
	
	.product-list-tit{
		margin-top: 0.52rem;
	}
	.product-list-tit .title{
		text-align: center;
		font-size: #090909;
		line-height: 0.8rem;
		font-size: 14px;
	}
	
	
	.product-list-con {
		margin-top: 0.6rem;
		width: 95%;
	}
	
	.product-list-con .col-sm-4{
		margin-bottom: 0.28rem;
	}
	.product-list-con .col-sm-4 img{
		margin-left: auto;
		margin-right: auto;
	}
	
	.product-list-con a{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		position: relative;
	}
	.product-list-con .imghvr-shutter-in-out-vert{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.product-list-con .imghvr-shutter-in-out-vert img{
		width: 100%;
	}
	.product-list-con h3{
		text-align: left;
		line-height: 30px;
		height: 45px;
		font-size: 18px;
	}
	.product-list-con p{
		line-height: 24px;
		font-size: 14px;
		color: #ffffff;
		text-align: left;
	}
	
	
	
	
	
	
	
	.product-details .title{
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 0.266666rem;
		margin-top: 0.4rem;
		font-weight: bold;
	}
	
	.product-details .des{
		font-size: 12px;
		color: #09a0b3;
	}
	
	.product-details .allImg{
		margin-top: 0.52rem
	}
	
	.product-details .seka{
		width: 60%;
		background: #238fd7;
		position: relative;
		font-size: 14px;
		margin-top: 0.52rem;
		line-height: 0.8rem;
		border-radius: 0.4rem;
		text-align: center;
	}
	.product-details .seka a{
		color: #ffffff;
		text-decoration: none;
	}
	.product-details .seka span{
		position: absolute;
		 top: 0;
		 right: 0.6rem;
		 
	}
	.product-details .seka span img{
		height: 0.6rem;
	}
	
	.product-details .content{
		max-width: 95%;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
		line-height: 24px;
		font-size: 14px;
		color: #666666;
	}
	
	
	#seka {
		margin-top: 0.4rem;
	}
	#seka .col-sm-1-5{
		width: 20%;
		float: left;
	}
	#seka .col-sm-1-5 img{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100px;
	}
	
	.product-details .item{
		background: url(../images/h-dot.jpg) left 15px no-repeat;
		padding-left: 20px;
	}
	
	/*
	 * 
	 * */
	.application-list-class{
		width: 80%;
		margin-top: 0.6rem;
	}
	.application-list-class a{
		color: #333333;
	}
	
	.application-list-class .bclass a{
		display: block;
		width: 85%;
		line-height: 30px;
		text-align: center;
		color: #ffffff;
		font-size: 12px;
		background: #0085e6;
	}
	.application-list-class .input-group-btn button{
		padding-top: 0;
		padding-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		text-align: left;
		line-height: 28px;
		position: relative;
		color: #808080;
	}
	.application-list-class .input-group-btn button .caret{
		position: absolute;
		top: 10px;
		font-size: 12px;
		line-height: 20px;
		right: 10px;
	}
	
	.application-list .application-list-con{
		margin-top: 0.6rem;
	}
	.application-list .application-list-con .tit{
		width: 95%;
		line-height: 45px;
		height: 60px;
		text-align: center;
	}
	.application-list-con .col-sm-4 a{
		display: block;
		width: 95%;
		text-align: center;
		color: #444444;
		line-height: 1rem;
	}
	.application-list-con .col-sm-4 a:hover{
		color: #0ba1af;
	}
	
	
	
	.application-detail .titleTop{
		margin-top: 0.8rem;
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 0.2rem;
	}
	.application-detail .allImg{
		margin-top: 0.6rem;
	}
	
	.application-detail-con{
		max-width: 95%;
	}
	
	.application-detail-con .content{
		margin-top: 0.6rem;
		margin-bottom: 0.6rem;
		font-size: 14px;
		line-height: 24px;
		color: #666666;
	}

}
