﻿/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-weight: bold;
}
h2 {
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
address, caption, cite, code, dfn, th, var, optgroup, i, em, small, ins, tt, big, p, tb {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
input, button, textarea, select {
*font-size:100%
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	margin: 0 auto;
	padding: 0px;
	font-family: "微软雅黑", Arial;
	font-size: 14px;
	color: #333;
}
html {
	overflow-x: hidden;
	min-width: 1200px;
}
img {
	border: none;
	
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center
}
.margin-auto {
	margin: 0 auto;
	overflow: hidden
}
.w1200 {
	width: 1200px;
}
.w1300 {
	width: 1300px
}
.p50 {
	padding: 50px 0;
}
.clear {
	clear: both;
}
.banner {
	text-align: center;
}
.banner p {
	color: #0081d8;
	padding-top: 80px;
	font-size: 40px;
}
.banner h3 {
	color: #636363;
	text-transform: uppercase;
	padding-top: 10px
}
/*第一块*/
.index-first {
}
.index-first ul {
	border-left: #e5e5e5 solid 1px;
}
.index-first li {
	text-align: center;
	width: 20%;
	float: left;
	padding: 0 2%;
	border-right: #e5e5e5 solid 1px;
}
.index-first li span {
	display: block;
	text-align: center;
}
.index-first li span img {
	margin: 0 auto;
}
.index-first li h3 {
	color: #282828;
	font-size: 23px;
	padding: 10px 0
}
.index-first li p {
	line-height: 20px;
	color: #666;
}
/*首页产品*/
.index-product {
	background-color: #d0111b;
	padding: 50px 0;
}
.index-product .inner {
}
.index-product .inner-title {
	color: #fff;
}
.index-product .inner-title h3 {
	font-weight: bold;
	font-size: 32px;
}
.index-product .inner-title p {
	font-size: 14px;
	text-transform: uppercase;
}
.index-product .inner-nav {
}
.index-product .inner-nav li {
	width: 145px;
	height: 40px;
	text-align: center;
	font-size: 15px;
	margin-left: 20px;
	float: left;
	line-height: 40px;
	background-color: #fff;
}
.index-product .inner-nav li a {
	color: #333;
	display: block;
}
.index-product .inner-nav li a:hover {
	background-color: #fdf400;
	color: #d0111b;
	text-decoration: none;
	transition: all 0.5s;
}
.index-product .inner-nav li .hover {
	background-color: #fdf400;
	color: #d0111b;
}
.index-product .inner-contnet {
	padding-top: 20px;
}
.index-product .inner-contnet ul {
	width: 1300px;
}
.index-product .inner-contnet li {
	width: 275px;
	float: left;
	background-color: #fff;
	padding-bottom: 10px;
	margin-right: 30px;
	text-align: center;
}
.index-product .inner-contnet li span {
	display: block;
	text-align: center;/*line-height:255px;*/
	height: 255px;
	overflow: hidden;
	padding: 15px;
}
.index-product .inner-contnet li span img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.index-product .inner-contnet li h3 {
	color: #d0111b;
	font-size: 14px;
	padding: 10px;
}
.index-product .inner-contnet li p {
	color: #666;
	font-size: 13px;
}
/*简介*/
.index-about {
	padding-top: 50px;
}
.index-about .inner-about {
	width: 581px;
}
.index-about .inner-about .title {
	color: #282828;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
}
.index-about .inner-about .title em {
	text-transform: uppercase;
	color: #282828;
	font-size: 14px;
	padding-left: 10px;
}
.index-about .inner-about p {
	text-indent: 2em;
	line-height: 30px;
}
.index-about .inner-about .more {
	width: 134px;
	height: 37px;
	border: #bfbfbf solid 1px;
	text-align: center;
	line-height: 37px;
	color: #333;
	display: block;
	margin-top: 10px;
}
.index-about .inner-about img {
	padding-top: 20px;
}
.index-about .inner-about {
}
/*案例*/
.index-case {
	padding-top: 50px;
}
.index-case .inner-title {
	height: 50px;
	line-height: 50px;
	border-bottom: #dcdcdc solid 1px;
}
.index-case .inner-title p {
	color: #282828;
	float: left;
	font-weight: bold;
	font-size: 32px;
}
.index-case .inner-title p em {
	color: #5f5c5c;
	font-size: 15px;
	padding-left: 5px;
	text-transform: uppercase;
}
.index-case .inner-title .more {
	float: right;
	color: #5f5c5c;
	font-size: 15px;
	text-transform: uppercase;
}
.index-case .inner-content {
	padding-top: 20px;
}
.index-case .inner-content span {
	display: block;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.index-case .inner-content span.type1 {
	width: 602px;
	height: 360px;
}
.index-case .inner-content span.type2 {
	width: 584px;
	height: 360px;
}
.index-case .inner-content span.type3 {
	width: 391px;
	height: 333px;
}
.index-case .inner-content span img {
}
.index-case .inner-content span h3 {
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
	margin-top: -40px;
	z-index: 1;
	position: absolute;
	bottom: 0px;
	color: #fff;
	line-height: 40px;
}
.index-case .inner-content .p20 {
	padding-left: 13px;
}
/*合作伙伴*/
.index-partner {
}
.index-partner .inner-title {
	height: 50px;
	line-height: 50px;
	border-bottom: #dcdcdc solid 1px;
}
.index-partner .inner-title p {
	color: #282828;
	float: left;
	font-weight: bold;
	font-size: 32px;
}
.index-partner .inner-title p em {
	color: #5f5c5c;
	font-size: 15px;
	padding-left: 5px;
	text-transform: uppercase;
}
.index-partner .inner-title .more {
	float: right;
	color: #5f5c5c;
	font-size: 15px;
	text-transform: uppercase;
}
.index-partner .inner-content {
	padding-top: 20px;
}
.index-partner .inner-content span {
	float: left;
	border: #dcdcdc solid 1px;
	display: block;
	margin-right: 23px;
	margin-bottom: 23px;
}
/*技术*/
.index-adva {
	padding: 50px 0;
}
.index-adva .inner-title {
}
.index-adva .inner-title img {
	margin: 0 auto;
}
.index-adva .inner-content {
	padding-top: 40px;
}
.index-adva .inner-content ul {
	width: 1070px;
	margin: 0 auto;
}
.index-adva .inner-content li {
	width: 497px;
	height: 157px;
	margin-bottom: 40px;
}
.index-adva .inner-content li p {
	width: 296px;
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 22px;
}
.index-adva .inner-content li h3 {
	width: 290px;
	float: right;
	padding-right: 5px;
}

/*经销商*/
.index-stores {
	background-color: #d0111b;
	padding: 40px 0;
	position: relative;
	height: 500px;
}
.index-stores .inner-title {
	color: #fff;
}
.index-stores .inner-title p {
	font-weight: bold;
	font-size: 32px;
}
.index-stores .inner-title h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.index-stores .inner-content {
	padding-top: 40px;
}
.index-stores .inner-content span {
	width: 400px;
	float: left;
	display: block;
	margin-top: 97px;
}
.index-stores .inner-content span img {
	width: 100%;
	display: block;
}
.index-stores .inner-content ul {
	position: relative;
	min-height: 420px;
	left: 60px;
}
.index-stores .inner-content li { /*position:absolute; left:25%;*/
	height: 392px;
	width: 639px;
}
.index-stores .inner-content li img { /*display:inline-table;*/
}
.index-stores .inner-content li h3 {
	text-align: center;
	color: #fff;
}
.index-stores .inner-content {
	height: 392px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.index-stores .inner-content li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.index-stores .inner-content li img {
	border: none;
	float: left;
	width: 100%;
}
.index-stores .inner-content .p1 {
	transform: translate3d(-224px, 0, 0) scale(0.81);
}
.index-stores .inner-content .p2 {
	transform: translate3d(0px, 0, 0) scale(0.81);
	transform-origin: 0 50%;
	opacity: 0.8;
	z-index: 2;
}
.index-stores .inner-content .p3 {
	transform: translate3d(224px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
}
.index-stores .inner-content .p4 {
	transform: translate3d(449px, 0, 0) scale(0.81);
	transform-origin: 100% 50%;
	opacity: 0.8;
	z-index: 2;
}
.index-stores .inner-content .p5 {
	transform: translate3d(672px, 0, 0) scale(0.81);
}
.index-stores .inner-content .p6 {
	transform: translate3d(896px, 0, 0) scale(0.81);
}
.index-stores .inner-content .p7 {
	transform: translate3d(1120px, 0, 0) scale(0.81);
}
/*首页新闻*/
.index-news, .index-join {
	width: 582px;
}
.index-news .inner-title, .index-join .inner-title {
	height: 50px;
	line-height: 50px;
	border-bottom: #dcdcdc solid 1px;
}
.index-news .inner-title p, .index-join .inner-title p {
	color: #282828;
	float: left;
	font-weight: bold;
	font-size: 32px;
}
.index-news .inner-title p em, .index-join .inner-title p em {
	color: #5f5c5c;
	font-size: 15px;
	padding-left: 5px;
	text-transform: uppercase;
}
.index-news .inner-title .more, .index-join .inner-title .more {
	float: right;
	color: #5f5c5c;
	font-size: 15px;
	text-transform: uppercase;
}
.index-news .inner-content {
	padding-top: 20px;
}
.index-news .inner-content .news-ind {
	float: left;
}
.index-news .inner-content .news-ind img {
	float: left;
	margin-right: 20px;
}
.index-news .inner-content .news-ind h3 {
	font-size: 17px;
	color: #282828;
	padding-bottom: 20px;
}
.index-news .inner-content .news-ind p {
	color: #5f5c5c;
	font-size: 14px;
}
.index-news .inner-content .news-list {
	float: left;
	padding-top: 20px;
}
.index-news .inner-content .news-list li {
	background: url(../img/index-news-1.jpg) left no-repeat;
	border-bottom: #d2d2d2 dashed 1px;
	line-height: 40px;
	text-indent: 2em;
	font-size: 15px;
}
.index-news .inner-content .news-list li a {
	color: #5f5c5c;
	display: block;
}
/*首页留言*/
.index-join {
}
.index-join .join-content {
	margin-top: 20px;
}
.index-join .inner-top {
	padding: 20px 25px;
	background-color: #d6070f;
	color: #fff;
}
.index-join .inner-top h3 {
	font-size: 16px;
}
.index-join .inner-top p {
	font-size: 55px;
	text-align: center;
}
.index-join .inner-bottom {
	background-color: #f1f0f0;
	padding: 20px 30px
}
.index-join .inner-bottom .gtform {
}
.index-join .inner-bottom .gtform .it {
	width: 520px;
	height: 40px;
	border: none;
	margin-bottom: 10px;
	text-indent: 1em;
	background-color: #fff;
}
.index-join .inner-bottom .gtform .it: {
}
.index-join .inner-bottom .gtform .content {
	width: 520px;
	height: 140px;
	border: none;
	margin-bottom: 10px;
	line-height: 30px;
	text-indent: 1em;
	background-color: #fff;
}
.index-join .inner-bottom .gtform .btn {
	width: 150px;
	height: 40px;
	border: none;
	margin-bottom: 10px;
	text-align: center;
	background-color: #d6070f;
	color: #fff;
	margin-right: 20px;
}
.index-join .j {
	margin-top: 0px;
	font-size: 18px;
	text-align: center;
}
/*产品*/
.product {
	background-color: #f0f0f0;
}
.product .title {
	background-color: #fff;
	padding: 29px 0;
}
.product .title ul {
	text-align: center;
	width: 100%;
	display: inline-table;
	position: relative;
}
.product .title li {
	width: 150px;
	height: 45px;
	text-align: center;
	display: inline-table;
	line-height: 45px;
	border: #dadada solid 1px;
	margin: 0 20px;
}
.product .title li a {
	color: #333;
	display: block;
}
.product .title li a:hover {
	background-color: #d0111b;
	color: #fff;
	text-decoration: none;
	border: none
}
.product .title li .hover {
	background-color: #d0111b;
	color: #fff;
	text-decoration: none;
	border: none
}
.product .product-content {
	padding-top: 40px;
}
.product .product-content li {
	width: 342px;
	float: left;
	background-color: #fff;
	padding-bottom: 10px;
	margin-right: 60px;
	text-align: center;
	margin-bottom: 30px;
	height:420px;
	overflow:hidden;
}
.product .product-content li span {
	display: block;
	text-align: center;/*line-height:325px;*/
	height: 325px;
	overflow: hidden;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product .product-content li span img {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}
.product .product-content li h3 {
	color: #d0111b;
	font-size: 14px;
	padding: 10px;
}
.product .product-content li p {
	color: #666;
	font-size: 13px;
}
/*简介*/
.about-content {
	padding-bottom: 30px;
}
.about-content .inner-title {
	padding: 20px;
}
.about-content .inner-title h3 {
	color: #b5b5b5;
	font-size: 38px;
	text-transform: uppercase;
}
.about-content .inner-title p {
	color: #d0111b;
	font-size: 25px;
}
.about-content .inner-title p:after {
	content: '';
	width: 48px;
	height: 2px;
	background-color: #d0111b;
	display: block;
	margin: 10px auto;
}
.about-content .inner-content {
}
.about-content .inner-content span {
	display: block;
	float: left;
	margin-right: 30px;
}
.about-content .inner-content p {
	font-size: 15px;
	text-indent: 2em;
	line-height: 30px;
}
/**新闻中心**/
.news-content {
	padding-top: 40px;
}
.news-content li {
	width: 1200px;
	float: left;
	background-color: #fff; /*padding-bottom:10px;*/
	margin-right: 60px;
	margin-bottom: 30px;
}
.news-content li span {
	display: block;
	line-height: 325px;
	text-align: center;
}
.news-content li span img {
	width: 250px;
	height: 170px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.news-content li h3 {
	font-size: 17px;
	color: #282828;
	padding-bottom: 20px;
	padding-top: 15px;
}
.news-content li p {
	color: #5f5c5c;
	font-size: 14px;
}
/**案例***/


.case-content {
	padding-top: 40px;
}
.case-content li {
	width: 256px;
	float: left;
	background-color: #fff;
	padding-bottom: 10px;
	margin-right: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.case-content li span {
	display: block;
	text-align: center;/*line-height:325px;*/
	height: 290px;
}
.case-content li span img {/*width:256px;*/
	height: 288px;
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 100%;
}
.case-content li h3 {
	color: #d0111b;
	font-size: 14px;
	padding: 10px;
}
.case-content li p {
	color: #666;
	font-size: 13px;
}
.brand-content li {
	width: 32%;
	margin-right: 0px;
}
.brand-content li:nth-child(3n + 2) {
	margin: auto 1.5%;
}
.brand-content li span {
	height: 290px;
	overflow: hidden;
}
.brand-content li span img {
	height: auto;
}
/**sohu6增加**/
.indpro {
	width: 1200px;
	position: relative;
	display:none;
}
.indpro a.prev {
	width: 40px;
	height: 354px;
	background: url(../img/indproarrleft.png) no-repeat 0 0;
	position: absolute;
	left: -50px;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.indpro a.prev:hover {
	background: url(../img/indproarrlefthov.png) no-repeat 0 0;
}
.indpro a.next {
	width: 40px;
	height: 354px;
	background: url(../img/indproarrrig.png) no-repeat 0 0;
	position: absolute;
	right: -50px;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.indpro a.next:hover {
	background: url(../img/indproarrrighov.png) no-repeat 0 0;
}
.indpro .bd {
	overflow: hidden;
}
.indpro .bd ul {
	overflow: hidden;
	zoom: 1;
}
.indpro .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	transition: 1s;
	margin: 0;
	margin-right: 16px;
	width: 288px;
	height: auto;
	padding: 0;
}
.indpro .bd ul li:hover {
	opacity: 0.9;
}
.indpro .bd ul li .pic {
	text-align: center;
	width: 288px;
	height: 288px;
	overflow: hidden;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indpro .bd ul li .pic img {
	width: 80%;
	height: auto;
	margin: auto;
}
.indpro .bd ul li .title {
	width: 268px;
	height: 50px;
	font-size: 14px;
	cursor: pointer;
	padding: 8px 10px;
	text-overflow: ellipsis;
}
.indpro .bd ul li .title a {
	color: red;
}
/**首页页经销商门店**/
.container_image {
	width: 1200px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}
.add {
	background: url(../img/a_more.png) no-repeat 0 0;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 30px;
	z-index: 4;
	cursor: pointer;
	display: none;
}
.container_image .i_btn {
	display: block;
	width: 34px;
	height: 80px;
	position: absolute;
	top: 225px;
	z-index: 3;
	background-image: url(../img/a_l.png);
}
.container_image .prev_L {
	left: 136px;
	background-position: 0 0;
}
.container_image .next_R {
	right: 136px;
	background-position: -34px 0;
}
.slide_img {
	width: 880px;
	height: 400px;
	position: relative;
	z-index: 1;
}
.slide_img li {
	width: 180px;
	height: 380px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	background: #ffffff;
}
.slide_img li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	height: 500px;
}
.slide_img li a img {
	position: absolute;
	height: 100%;
}
.slide_img li.on a {
	height: 530px;
}
.slide_img li.on {
	width: 800px;
	left: 190px;
	left: 190px;
	top: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.6);
	overflow: hidden;
}
.slide_img li.on img {
	width: 100%;
}
.slide_img li.left {
	left: 0;
}
.slide_img li.right {
	left: 1000px;
}
.slide_img li.mid {
	left: 190px;
}
.slide_img li .info {
	height: 134px;
	padding-top: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94%;
	padding: 0 3%;
	color: #ffffff;
	display: none;
	z-index: 3;
}
.slide_img li .icon {
	background: url(../img/a_more.png) no-repeat 0 0;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 370px;
	bottom: 30px;
	z-index: 4;
}
.slide_img li.on .icon {
	display: block;
}
.slide_img li .bg {
	width: 100%;
	height: 142px;
	background: #000000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: none;
}
.slide_img li .info span {
	font-size: 18px;
	display: block;
	padding: 7px 0;
	height: 36px;
	overflow: hidden;
	padding-left: 12px;
	background: url(../img/tibg3.png) no-repeat 0 center;
	line-height: 36px;
}
.slide_img li .info p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.slide_img li .info i {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/a_more.png) no-repeat 0 -60px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -30px;
}


/**产品分页**/
.switch {
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	height: 60px;
	box-sizing: content-box;
}
.switch a {
	display: inline-block;
	height: 20px;
	border: 1px solid #ccc;
	text-align: center;
	margin: 2px;
	padding: 2px;
	background: #f2f2f2;
	color: #333;
	text-decoration: none;
	box-sizing: content-box;
	font-size:14px;

}
.switch a:hover {
	background: #d0101b;
	color: white;
}
.switch a.on {
	background: #d0101b;
	color: white;
}
