@charset "utf-8";
/* 内页banner */
.inside-banner{
	width: 100%;
	height: 280px;
	background-position: center;
	background-repeat: no-repeat;
}
/* 内页banner */

/* 面包屑 */
.inside-subnav{
	font-size: 15px;
	color: #999999;
	line-height: 20px;
	padding: 18px 0;
	border-bottom: 2px solid #E7E7E7;
}
.inside-subnav span{
	font-size: 15px;
	color: #999999;
}
.inside-subnav a{
	font-size: 15px;
	color: #999999;
	transition: all .3s;
}
.inside-subnav a:hover,
.inside-subnav a:last-child{
	color: #1d2974;
}
/* 面包屑 */


/* 栏目中英文标题+二级菜单 */
.clumb-min{
	padding: 50px 0 0;
}
.clumb-min .clumb-title{
	
}
.clumb-min .clumb-title .cn_title{
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.clumb-min .clumb-title .en_title{
	font-size: 16px;
	line-height: 16px;
	color: #1d2974;
	text-transform: uppercase;
}
.clumb-min .clumb {
	font-size: 0;
	padding: 12.5px 0;
	overflow: hidden;
	width: auto;
}
.clumb-min .clumb .clumb-box {
	width: auto;
}
.clumb-min .clumb .clumb-box a {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	color: #1d2973;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 5px 10px;
	width: auto;
	position: relative;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.clumb-min .clumb .clumb-box a:hover, 
.clumb-min .clumb .clumb-box a.cur {
	color: #ffffff;
}
.clumb-min .clumb .clumb-box a:hover:before, 
.clumb-min .clumb .clumb-box a.cur:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.clumb-min .clumb .clumb-box a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e1690d;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
@media screen and (max-width:768px) {
	.clumb-min {
	    padding: 30px 0 0;
	}
	.clumb-min .clumb{
		width: 100%;
		margin-top: 10px;
	}
}
/* 栏目中英文标题+二级菜单 */

/* 单页内容 */
.Pledge-min {
	color: #929292;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 2;
	font-size: 14px;
}
/* 单页内容 */

/*产品中心*/
.product-list {
	padding-top: 30px;
}
.product-list ul {
	margin: 0 -5px;
	padding-bottom: 20px;
}
.product-list li {
	padding: 0 5px;
	margin: 0 0 10px 0;
}
.product-list li a {
	border: 1px solid #e3e3eb;
	display: block;
}
.product-list li img {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product-list li .pro-img {
	background-color: #eaebf5;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.product-list li .pro-text {
	border-top: 1px solid #e3e3eb;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
	color: #58596d;
}
 @media (min-width: 1024px) {
.product-list {
	padding-top: 57px;
	padding-bottom: 20px;
}
.product-list ul {
	padding-bottom: 30px;
}
.product-list li:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.03, 1.03);
	-moz-transform: translate(-50%,-50%) scale(1.03, 1.03);
	-ms-transform: translate(-50%,-50%) scale(1.03, 1.03);
	-o-transform: translate(-50%,-50%) scale(1.03, 1.03);
	transform: translate(-50%,-50%) scale(1.03, 1.03);
}
.product-list li a {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.product-list li .pro-img {
	overflow: hidden;
}
.product-list li .pro-img img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}
.product-list li .pro-text {
	font-size: 16px;
}
.product-list li:hover .pro-text {
	color: #1d2974;
}
.product-list li:hover a {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
}
 @media (min-width: 1199px) {
.product-list ul {
	margin: 0 -15px;
}
.product-list li {
	padding: 0 15px;
	margin: 0 0 30px 0;
}
.product-list li .pro-text {
	line-height: 83px;
}
}

/*分页样式*/
.pages {
	clear: both;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	border-top: 5px solid #f4f5f6;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px;
	transition: all .3s;
}
.pages ul li a {
	display: block;
	padding: 6px 15px;
	color: #999;
	transition: all .3s;
}
.pages ul li.active,
.pages ul li:hover {
	background: #e1690d;
	color: #fff;
	border: 1px solid #dc5000;
}
.pages ul li.active a,
.pages ul li:hover a {
	color: #fff;
}

/*产品详情*/
.product-detail{
	padding-bottom: 30px;
}
.product-detail .mainimg-info {
	border: 1px solid #ebebeb;
}
.product-detail .mainimg-info img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.product-detail .maintxt-info {
	padding: 20px 0 0 0;
	line-height: 24px;
}
.product-detail .maintxt-info .name {
	color: #757575;
	padding: 15px 0;
	font-size: 14px;
}
.product-detail .maintxt-info .desc {
	border-top: 1px solid #eeeeee;
	color: #929292;
	padding: 15px 0 0 0;
}
 @media (min-width: 1024px) {
	.product-detail {
		padding-top: 50px;
	}
	.product-detail .mainimg-info {
		float: left;
		width: 56%;
		max-width: 557px;
	}
	.product-detail .maintxt-info {
		overflow: hidden;
		padding: 0 0 0 20px;
	}
}
 @media (min-width: 1199px) {
	.product-detail {
		padding-top: 98px;
		padding-bottom: 71px;
	}
	.product-detail .maintxt-info {
		padding: 20px 20px 0 60px;
	}
	.product-detail .maintxt-info .name {
		font-size: 15px;
		line-height: 30px;
		padding: 29px 0 19px;
	}
	.product-detail .maintxt-info .desc {
		line-height: 30px;
		padding: 21px 0 0 0;
		max-width: 510px;
	}
}
.pro-datial-tab {
	color: #929292;
	padding-bottom: 25px;
	line-height: 30px;
}
.tab-options {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	background-color: #ffffff;
}
.tab-options a {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	margin: 0 5px;
}
.tab-options a:after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 51%;
	right: 51%;
	z-index: -1;
	background-color: #0c337f;
	-o-transition-property: left, right;
	-moz-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-property: left, right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.tab-options a:hover:after, .tab-options a.cur:after {
	left: 0;
	right: 0;
	z-index: 1;
}
.pro-title {
	padding: 0 0 10px 0;
	color: #4c4c4c;
	font-size: 16px;
}
.pro-title img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.comtablemin {
	text-align: center;
}
.Technical{
	padding-top: 30px;
}
 @media (min-width: 1024px) {
	.pro-datial-tab {
		line-height: 30px;
	}
	.tab-options {
		height: 68px;
	}
	.tab-options a {
		line-height: 67px;
		margin: 0 47px;
		font-size: 20px;
	}
	.pro-title {
		font-size: 20px;
		padding: 0 0 16px 0;
	}
	.Technical {
		padding-top: 40px;
	}
	.tab-optionsbox {
		height: 68px;
	}
}

.news-detail-foot{
	margin-top: 30px;
}
.news-detail-foot dl {
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	padding: 10px 0;
}
.news-detail-foot dl span {
	display: inline-block;
	line-height: 27px;
	padding: 0 10px 0 0;
}
.news-detail-foot dl a {
	color: #666666;
}
.news-detail-foot dl dd, .news-detail-foot dl dt {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-detail-foot dl dd:hover a, .news-detail-foot dl dt:hover a {
	color: #d82019;
}
 @media (min-width: 768px) {
.news-detail-foot dl {
	padding: 39px 0 22px;
}
.news-detail-foot dl dd, .news-detail-foot dl dt {
	float: left;
	width: 50%;
}
.news-detail-foot dl dt {
	text-align: right;
}
}

/*投诉维修*/
.Comprepair li {
	margin-bottom: 13px;
}
.Comprepair label {
	display: block;
	position: relative;
}
.Comprepair label span {
	display: block;
	margin-bottom: 5px;
	color: #4c4c4c;
	font-size: 16px;
}
.Comprepair label em {
	color: #fb0013;
	margin-right: 2px;
}
.Comprepair label input {
/*	font-family: "Microsoft YaHei";*/
}
.Comprepair label .inputext {
	display: block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
	width: 100%;
	padding: 10px;
}
.Comprepair label .vccode {
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
	width: 79px;
	height: 30px;
	cursor: pointer;
}
.Comprepair label .changecode {
	display: block;
}
.Comprepair label textarea {
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	padding: 10px 20px;
	height: 190px;
	font-family: "Microsoft YaHei";
}
.Comprepair label .submit {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	background-color: #e1690d;
	margin: 0 auto;
	border: none;
	cursor: pointer;
}
.Comprepair .licode .inputext {
	width: 70%;
}
 @media (min-width: 768px) {
	.Comprepair li {
		margin-bottom: 34px;
	}
	.Comprepair label span {
		float: left;
		width: 95px;
		font-size: 16px;
		margin-right: 20px;
		margin-bottom: 0;
		height: 57px;
		line-height: 57px;
		text-align: right;
	}
	.Comprepair label .inputext {
		height: 56px;
		line-height: 56px;
		float: left;
		width: 380px;
	}
	.Comprepair label .vccode {
		top: 50%;
		margin-top: -15px;
	}
}
 @media (min-width: 1024px) {
	.Comprepairform {
		padding-top: 62px;
		padding-bottom: 97px;
	}
	.Comprepair {
		max-width: 1200px;
		margin: 0 auto;
	}
	.Comprepair li {
		float: left;
		width: 50%;
		max-width: 500px;
	}
	.Comprepair li:nth-child(odd) {
		margin-right: 60px;
	}
	.Comprepair .litextarea {
		margin-top: -7px;
	}
	.Comprepair .litextarea, .Comprepair .lisubmit {
		width: 100%;
		max-width: 100%;
	}
	.Comprepair .licode .inputext {
		max-width: 183px;
	}
	.Comprepair label textarea {
		float: left;
		width: 90%;
		max-width: 940px;
	}
	.Comprepair label .inputext .vccode {
		width: 280px;
		height: 40px;
		float: left;
	}
	.Comprepair label .submit {
		width: 300px;
		height: 52px;
		line-height: 52px;
		font-size: 18px;
	}
}
@media screen and (max-width:1199px) {
	.form-horizontal{
		margin: 0;
	}
	.Comprepairform{
		padding-top: 60px;
	}
}
 @media (min-width: 1199px) {
	.Comprepair {
		background: url(../images/wicon18.png) no-repeat 0 0;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		padding: 56px 47px 56px 70px;
	}
	.Comprepair li {
		margin-bottom: 50px;
	}
}
 @media (min-width: 1260px) {
	.Comprepair {
		padding: 70px 70px 30px 47px;
	}
}