body {
	background: #fff;
}
.clear {clear: both;display: block;height: 0;float: none;}
/*header*/
.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: none;
	transition: 0.5s;
}
.s-header, .header:hover {
	background: #090b1a;
}
.header .search {
	display: none;
}
/*index-banner*/
.index-banner {
	min-width: 1200px;
}
.index-banner {
	background: url(../images/banner.jpg) no-repeat bottom center;
	position: relative;
}
.index-banner .s {
	padding: 230px 0 150px;
	position: relative;
	z-index: 100;
	text-align: center;
}
.index-banner h2 {
	font-size: 45px;
	line-height: 100px;
	color: #fff;
}
.index-banner h2 span {
	color: #fff;
}
.index-banner .mc {
	color: #0595c7;
	margin-left: 20px;
}
.index-banner h6 {
	padding-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #f1eaea;
}
.index-slogan {
	position: relative;
	z-index: 100;
	padding: 20px 0;
	background: rgba(0,0,0,0.3);
}
.index-slogan .service-subject {
	float: left;
	width: 23%;
	padding: 0 1%;
}
.index-slogan .m {
	float: left;
	width: 50px;
	padding: 11px 0;
	margin-right: 12px;
}
.index-slogan .m img {
	vertical-align: middle;
}
.index-slogan .title-sub {
	line-height: 36px;
	font-size: 18px;
	color: #eee;
}
.index-slogan .des {
	font-size: 14px;
	color: #b7b9bd;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
/*index-title*/
.index-title {
	text-align: center;
}
.index-title .title {
	font-size: 30px;
	line-height: 30px;
	color: #333;
}
.index-title .tips {
	font-size: 16px;
	line-height: 15px;
	color: #757677;
}
.index-title .title-line {
	height: 20px;
}
/*index-service*/
.index-service {
	padding: 100px 0;
	zoom: 1;
	min-width: 1200px;
}
.index-service .s {
	padding-top: 50px;
}
.index-service .sub {
	float: left;
	width: 33.3%;
	height: 220px;
	background: #fff;
	position: relative;
	transition: 0.3;
}
.index-service dl {
	padding: 15px;
}
.index-service dt {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
.index-service dt {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #555;
}
.index-service .des {
	height: 40px;
	line-height: 20px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 14px;
	color: #646A75;
	text-align: center;
}
.index-service .m {
	padding: 20px 0;
	text-align: center;
}
.index-service .m img {
	height: 80px;
}
.index-service ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0595C7;
	color: #fff;
	text-align: center;
	display: none;
}
.index-service .ul-s {
	padding: 15px;
}
.index-service ul h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}
.index-service ul li {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}
.index-service .index2n {
	margin-top: 20px;
	height: 36px;
}
.index-service .index2n a {
	color: #fff;
	padding: 6px 25px;
	line-height: 36px;
	border-radius: 1px;
	border: 1px #FFF solid;
}
.index-service .index2n a:hover span {
	color: #0595c7;
}
/*index-case*/
.index-case {
	min-width: 1200px;
	padding: 80px 0;
	text-align: center;
	zoom: 1;
	background: #f8f8f8 url(../images/case-bg.jpg) no-repeat center center;
}
.index-case .title {
	color: #eee;
}
.index-case ul {
	padding: 40px 10px;
}
.index-case li {
	float: left;
	width: 25%;
}
.index-case li a {
	display: block;
	margin: 2px;
	position: relative;
	overflow: hidden;
}
.index-case li img {
	width: 100%;
	height: 192px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	vertical-align: middle;
}
.index-case li img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index-case li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/a.png);
}
.index-case li span {
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
}
.index-case .more {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #0595C7;
	border: 1px #0595C7 solid;
	border-radius: 3px;
}
.index-case .more span {
	color: #0595C7;
}
.index-case .more em {
	background: #0595C7;
}
.index-case .more:hover span {
	color: #fff;
}
/*index-customer*/
.index-customer {
	min-width: 1200px;
	padding: 60px 0;
	background: #fff;
}
.customer-box {
	padding: 50px 150px 30px;
}
.customer-box .m {
	float: left;
	width: 130px;
	margin-right: 20px;
}
.customer-box .m img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}
.customer-box .big-title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
}
.customer-box p {
	padding: 25px 0 10px;
	line-height: 25px;
	font-size: 15px;
	color: #4a4848;
	max-height: 66px;
	overflow: hidden;
}
.customer-box .s-title {
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #846565;
}
.customer-box .hd {
	text-align: center;
	padding: 20px 0 0;
}
.customer-box .hd li {
	display: inline-block;
*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	cursor: pointer;
	border: 1px #0590c7 solid;
	border-radius: 50%;
}
.customer-box .hd .on {
	background: #0595c7;
}
/*index-news*/
.index-news {
	min-width: 1200px;
	padding: 80px 0;
	background: #f8f8f8 url(../images/brand_bg.png) no-repeat center;
	border: 1px #f0f0f0 solid;
	border-width: 1px 0;
}
.index-news .s {
	padding-top: 40px;
}
.index-news .news-list {
	float: left;
	width: 400px;
}
.index-news .list-s {
	margin: 0 15px;
	background: #fff;
	border: 1px #f2f2f2 solid;
}
.index-news .m {
	position: relative;
}
.index-news .m p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 140px;
	font-size: 20px;
	background: rgba(0,0,0,0);
	color: #eee;
}
.index-news .m img {
	width: 100%;
	height: 140px;
}
.index-news ul {
	padding: 10px 15px;
}
.index-news li {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 14px;
	padding-left: 10px;
	background: url(../images/lidot.gif) no-repeat left center;
}
.index-news li span {
	float: right;
	margin-left: 10px;
	font-size: 12px;
	color: #888;
}
/*index-partner*/
.index-partner {
	min-width: 1200px;
	padding: 100px 0;
	background: #fff;
	 padding-bottom:20px;
}
.index-partner .s {
	padding: 50px 0 0;
}
.index-partner ul {
	padding: 0 10px;
}
.index-partner li {
	float: left;
	width: 20%;
}
.index-partner a {
	display: block;
	margin: 10px;
	height: 80px;
	border: 1px #ededed solid;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.5s;
}
.index-partner a:hover {
	border-color: #dcdcdc;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}
/*index-contact*/
.index-contact {
	min-width: 1200px;
	padding: 50px 0;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	position: relative;
}
.index-contact .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.index-contact .s {
	position: relative;
	padding: 0 120px;
	z-index: 100;
}
.index-contact h6 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}
.index-contact p {
	line-height: 50px;
	font-size: 18px;
	color: #eee;
}
.index-contact .btn {
	position: absolute;
	top: 50%;
	right: 120px;
	display: block;
	width: 200px;
	margin-top: -25px;
	border: 1px #fff solid;
	text-align: center;
	border-radius: 3px;
}
.index-contact .btn a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
}
/*index-process*/
.index-process {
	min-width: 1200px;
	background: #fff;
	padding: 80px 0;
}
.index-process ul {
	padding: 60px 30px 0;
}
.index-process li {
	float: left;
	width: 12.5%;
}
.index-process li a {
	display: block;
	border-left: 1px #ddd dotted;
	text-align: center;
	color: #808080;
}
.index-process .no a {
	border-left: 0;
}
.index-process li p {
	font-size: 16px;
	line-height: 40px;
}
.index-process li img {
	height: 50px;
}


.indexBox {padding: 40px 0 56px;}
.indexTitle {padding: 0 0 46px 0;text-align: center; position:relative; z-index:1;}
.indexTitle h2 {font-size: 28px;line-height: 2;font-weight: normal;}
.indexTitle .inner {vertical-align: middle;margin:0px 0 6px;font-size: 0;}
.indexTitle .inner span {display: inline-block;vertical-align: middle;line-height: 15px;}
.indexTitle .inner span.lineLeft,
.indexTitle .inner span.lineRight {width: 558px;
	height: 1px;background-color: #d4d4d4;}
.indexTitle .inner span.logo {background: url(http://www.qsynz.com/xinhe/style/css/img/small_logo_blue.png) center center no-repeat;width: 84px;height:41px;}
.indexTitle p {font-size: 16px;line-height: 2;}
.indexTitle.whiteTitle {color: #fff;}
.indexTitle.whiteTitle .inner span.logo {background: url(http://www.qsynz.com/xinhe/style/css/img/small_logo_white.png) center center no-repeat;}


.indexYs {background:#f6f6f6;position:relative; padding-bottom:36px;}
.ys li{width:33.3%;float:left; text-align:center;height:260px;}
.ys li img{display:block;margin:30px auto 15px;transition: all 0.3s ease-in-out 0s;}
.ys li b{font-size:18px;color:#333333; line-height:38px;}
.ys li p{font-size:14px;color:#666; line-height:24px;padding:0 44px;}
.ys li.cur,.ys li:hover{ background:#FFF;}
.ys li.cur img,.ys li:hover img{ transform: rotateY(180deg);}



.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing {  cursor:url(http://www.qsynz.com/xinhe/style/css/img/grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);}

.owl-theme .owl-controls{margin-top:0;text-align: center;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;margin: 5px;padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;filter: Alpha(Opacity=50);opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #869791;overflow: hidden;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);opacity: 1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;}




.indexPartner .container.w1200{ width:1000px; overflow:hidden; margin: auto;}
.indexPartner #partner { padding:0 5px;}
#partner.owl-theme .owl-controls .owl-page span{ width:60px;  height:6px; border:1px solid #1258aa; background-color:transparent;}
#partner.owl-theme .owl-controls .owl-page.active span, #partner.owl-theme .owl-controls.clickable .owl-page:hover span{  background-color:#1258aa;}
.indexPartner #partner .owl-wrapper {padding:10px 0 20px 0;}
.indexPartner .item{ text-align:center;}
.indexPartner .img {padding: 30px 0;border-right: 1px solid #e8e8e8;transition: all 0.3s linear;}
.indexPartner .img:first-child {border-bottom: 1px solid #E8E8E8;}
.indexPartner .item:first-child {border-left: 1px solid #e8e8e8;}
.indexPartner .item .img:hover {box-shadow: 0 0px 10px rgba(71, 189, 244, 0.8);position: relative;z-index: 2;}
.indexPartner .img img {width:170px;margin: 0 auto; text-align:center;}
.indexPartner .img img:hover{ filter: grayscale(0);-webkit-filter: grayscale(0);-o-filter: grayscale(0);  -ms-filter: grayscale(0);-moz-filter: grayscale(0);}
#partner.owl-theme .owl-controls .owl-buttons div {width: 180px;height: 36px;background-color: #fff;border: 1px solid #1258AA;
color: #1258AA;line-height: 36px;font-size: 18px;padding: 0;}
#partner.owl-theme .owl-controls .owl-buttons div:hover {background-color: #1258AA;color: #fff;}
