@charset "utf-8";
html,body {
	height:auto;
	overflow-x:hidden;
}
* {
	list-style:none;
	outline:none;
	border:none;
	padding:0;
	margin:0;
}
span,a{
    color:#333;
}
ul,ol,p {
	margin-bottom:0;
	padding:0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.bgcolor-f0 {
	background-color:#f0f0f0;
}
/*******************************************首页********************************************/
	/***************** head*****************/
.mb-nav {
	z-index:900;
	position:absolute;
	width:250px;
	top:0;
	right:-300px;
	background:#333333;
	transition:.5s;
}

.mb-nav-close {
	font-size:15px;
	line-height:20px;
	padding:15px 0 15px 15px;
	color:#ddd;
	background:#2b2b2b url(../images/close.png) no-repeat 222px center;
	cursor:pointer;
}
.mb-nav-close span{
    display: block;
    width: 12%;
    height: 3px;
    margin-bottom: 6px;
    background-color: #ddd;
    border-radius: 2px;
    transition: all .1s ease;
} 
.mb-nav-close span:last-child{
    margin-bottom: -3px;
}    
.mb-fir-nav>li {
	position:relative;
}
.mb-fir-nav>li>a {
	display:block;
	width:100%;
	font-size:15px;
	line-height:20px;
	padding:15px 0 15px 15px;
	color:#ddd;
	border-bottom:1px solid #2b2b2b;
}
.mb-nav-arrow {
	position:absolute;
	display:block;
	width:44px;
	height:50px;
	border-left:1px solid #2b2b2b;
	right:0;
	top:0;
	background:url(../images/up.png) no-repeat 16px center;
	cursor:pointer;
}
.mb-nav-arrow:hover {
	background:#0e0e0e url(../images/up.png) no-repeat 16px center;
	;
}
.mb-sec-nav {
	display:none;
}
.mb-sec-nav>li>a {
	display:block;
	width:100%;
	font-size:15px;
	line-height:20px;
	padding:15px 0 15px 35px;
	color:#ddd;
	border-bottom:1px solid #2b2b2b;
}
.mb-fir-nav>li>a:hover,
.mb-sec-nav>li>a:hover {
	background:#0e0e0e;
}
/***************** pchead*****************/
.info-head {
	z-index:999;
}
.logo-box {
	display:block;
	width:420px;
}
.logo-box img {
	display:block;
	max-width: 100%;
}
.logo-box .logo2 {
	display:none;
}
.nav-box {
	width:calc(100% - 500px);
	display: flex;
	justify-content: end;
}
.nav-box li:first-child{
}
.nav-box li{
	display:block;
	width:16%;
	text-align:center;
	position: relative;
}
.nav-box li> a{
	display: block;
	padding: 20px 0;
}
.nav-box li> a:last-of-type {
	border-right:0;
}
.nav-box li> a span {
	display:block;
	color:#666;
}
/*.nav-box li:hover p{
	display: block;
}*/
.nav-box li p{
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 199;
	display: none;
}
.nav-box li p a{
	display: block;
	line-height: 24px;
	border-top: 1px solid #eee;
	padding: 12px 0;
}
.nav-box li p a:hover{
	background-color: #0e0e0e;
	color: #fff;
}
.nav-en {
	font-size:12px;
	line-height:12px;
	margin-top:10px;
}
.nav-cn {
	font-size:16px;
	line-height:16px;
}
.nav-box li a:hover ,
.nav-box li.on-top>a{
	background-color:#0e0e0e;
}
.nav-box li>a:hover span,
.nav-box .on-top span {
	color:#fff;
}
.toggle {
	float:right;
	cursor:pointer;
	width:35px;
	height:24px;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index:100;
	display:none;
}
.toggle span {
	display:block;
	width:100%;
	height:4px;
	margin-bottom:6px;
	background-color:#0e0e0e;
	border-radius:2px;
	transition:all .1s ease
}
.toggle:hover span {
	background-color:#2e3c63;
}
@media (max-width:1259px) {
	.nav-box {
	width:calc(100% - 440px);
}
}
@media (max-width:991px) {
	.logo-box .logo1 {
		display:none;
	}
	.logo-box .logo2 {
		display:block;
		max-width: 130%;
	}
	.logo-box {
		width:60%;
	}
	.nav-box {
		width:calc(100% - 140px);
	}
}

@media (max-width: 767px) {
	.nav-box {
		display:none;
	}
	.toggle {
		display:block;
	}

}

/***************** banner*****************/
.slider {
	position: relative;
}
 .swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
} 
.callbacks_tabs {
	position: absolute;
	bottom:5%;
	z-index:100;
	left:50%;
	margin-left:-28px;
	margin-bottom:0;
}
.callbacks_tabs li {
	display:inline-block;
}
.callbacks_tabs li a {
	visibility: visible;
	font-size:0;
	height: 12px;
	width: 12px;
	display:block;
	background:#fff;
	border-radius:50%;
	margin:0 8px;
}
.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a {
	background:#0e0e0e;
}
.callbacks_tabs a {
	visibility:hidden;
}
.sub-banner img {
	display:block;
	width:100%;
}
@media(max-width:640px) {
	.callbacks_tabs {
	margin-left:-22px;
	bottom:15px;
}
.callbacks_tabs li a {
	height: 10px;
	width: 10px;
	margin:0 6px;
}
}
/****************更多*************************/
	.more {
	display:block;
	width:160px;
	height:40px;
	line-height:38px;
	font-size:16px;
	transition:.3s;
}
.more1 {
	color:#fff;
	text-align:center;
	border:1px solid #0e0e0e;
	background-color:#0e0e0e;
}
.more1:hover {
	color:#0e0e0e;
	background-color:transparent;
}
.more2 {
	color:#666;
	padding-left:35px;
	border:1px solid #666;
	background:url(../images/arrow_01.png) no-repeat 110px center;
}
.more2:hover {
	background:#0e0e0e url(../images/arrow_02.png) no-repeat 120px center;
	color:#fff;
	border:1px solid #0e0e0e;
}
@media (max-width:991px) {
	.more {
	width:120px;
	height:32px;
	line-height:30px;
	font-size:15px;
}
.more2 {
	padding-left:20px;
	background:url(../images/arrow_01.png) no-repeat 88px center;
}
.more2:hover {
	background:#0e0e0e url(../images/arrow_02.png) no-repeat 98px center;
}
}
/********首页标题**************/
	.info-tit-white div {
	color:#fff;
}
.info-tit {
	margin-bottom:40px;
}
.info-tit01 {
	width:100%;
	height:52px;
	position:relative;
}
.info-tit01:after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background-color:#0e0e0e;
	position:absolute;
	left:0;
	top:50%;
	z-index:-1;
}
.info-tit01 .info-tit-cn,
.info-tit01 .info-tit-en {
	float:left;
	width:50%;
	padding:0 10px;
	font-size:22px;
	line-height:52px;
	font-weight:bold;
}
.info-tit01 .info-tit-cn {
	background-color:#0e0e0e;
	color:#fff;
	text-align:right;
}
.info-tit01 .info-tit-en {
	background-color:#ded5d5;
	color:#333;
	text-align:left;
}
.info-tit02 {
	text-align:center;
}
.info-tit02 .info-tit-cn {
	font-size:30px;
	line-height:1;
	margin-bottom:10px;
	font-weight: bold;
}
.info-tit02 .info-tit-cn span{
	color: #f18e02;
}
.info-tit-white > div{
	color: #fff;
}
.info-tit02 .info-tit-en {
	font-size: 16px;
    line-height: 1;
    color: #999;
    padding-top: 10px;
}
@media (max-width:991px) {
	.info-tit01 .info-tit-cn,.info-tit01 .info-tit-en {
	font-size:20px;
}
}
@media (max-width:767px) {
	.info-tit {
	margin-bottom:30px;
}
.info-tit01 {
	height:40px;
}
.info-tit01 .info-tit-cn {
	width:50%;
	font-size:18px;
	line-height:40px;
}
.info-tit01 .info-tit-en {
	width:50%;
	font-size:14px;
	line-height:40px;
}
.info-tit02 .info-tit-cn {
	font-size:28px;
	line-height:18px;
}
.info-tit02 .info-tit-en {
	font-size:14px;
	line-height:14px;
}
}
@media (max-width:500px) {
	.info-tit01 .info-tit-cn {
	font-size:17px;
	line-height:40px;
}
}


/***************产品中心***************************/
.info-pro {
	padding:60px 0 0;
}
.info-pro-part .info-pro-box:nth-child(even) .pro-types{
	background-color: #4ecccc !important;
}
.info-pro-part .info-pro-box{
	margin-bottom: 20px;
}
.info-pro-nav {
	margin-bottom:20px;
	text-align: center;
}
.info-pro-nav a ,.info-pro-nav .pro-types{
	display:block;
	float:left;
	padding:10px 5px;
	text-align:center;
	margin-left:20px;
	transition:.8s;
}
.info-pro-nav .pro-types{
	background-color: #f18e02;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 10px 10px;
	border-radius: 8px;
	float: left;
	margin: 0 !important;
}
.info-pro-nav .info-pro-type{
	float: left;
	margin-top: 8px;
}
.info-pro-nav .pro-types img{
	display: inline-block;
	padding: 0 15px 0 5px;
}
/*.info-pro-nav a:last-of-type {
	margin-right:0;
}*/

.ipn-cn {
	display:block;
	font-size:16px;
}
.ipn-en {
	display:block;
	font-size:14px;
	line-height:14px;
	color:#d2d2d2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info-pro-nav a:hover {
	background-color:#0e0e0e;
	border-radius: 3px;
}
.info-pro-nav a:hover span {
	color:#fff;
}
.info-pro-nav a:hover:before,
.info-pro-nav a:hover:after {
	display:none;
}
.info-pro-list li {
	float:left;
	background-color: #f5f5f5;
	border:1px solid #ccc;
	width:23.5%;
	margin-bottom:30px;
	margin-right:2%;
	transition:.5s;
	position: relative;
}
.info-pro-list li:nth-of-type(4n) {
	margin-right:0;
}

.ipl-pic img {
	display:block;
	width:100%;
}
.ipl-tit {
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
/*.info-pro-list li:hover .ipl-pic {
	border:4px solid #0e0e0e;
}*/
.info-pro-list .info-pro-cover{
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	background-color: rgba(0,0,0,0.7);
	display: block;
	text-align: center;
	color: #fff;
	transition: .3s;
	opacity: 0;

}
.info-pro-list li:hover .info-pro-cover{
	opacity: 1;
}
.info-pro-list .info-pro-cover b{
	display: inline-block;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
	padding: 8px 20px;
	background-color: #f18e02;
	margin-top: 100px;
}

@media (max-width:1259px) {
	.info-pro-nav a {
		padding:10px;
	}
	.ipn-cn {
		font-size:20px;
		line-height:40px;
		margin-bottom:0;
	}
	
	.ipn-en {
		display:none;
	}

	.info-pro-nav .pro-types{
		float: none;
	}
	.info-pro-type{
		width: 100%;
		float: none !important;
	}
}
@media (max-width:991px) {
	.info-pro-nav a {
		padding:5px;
		height:50px
	}
	.info-pro-nav a:before,.info-pro-nav a:after {
		width:20px;
		height:20px;
	}
	
	.info-pro-list li:hover .info-pro-cover{
		display: none;
	}
	.info-pro-nav .pro-types{
		float: none;
	}
	.info-pro-nav .info-pro-type{
		float: none;
	}
}
@media (max-width:767px) {
	.info-pro-nav {
	margin-bottom:20px;
}
.info-pro-nav a {
	display:inline-block;
	float:none;
	width:auto;
	height:32px;
	padding:0 5px;
	text-align:center;
	margin:0 2px 10px;
	border:1px solid #999;
	border-radius:4px;
}
.ipn-cn {
	display:block;
	width:100%;
	height:100%;
	font-size:16px;
	line-height:30px;
	color:#666;
}
.info-pro-nav a:nth-of-type(5) .ipn-cn,.info-pro-nav a:nth-of-type(6) .ipn-cn {
	line-height:30px;
}
.info-pro-nav a:before,.info-pro-nav a:after {
	display:none;
}
.info-pro-nav a:hover {
	border:1px solid #0e0e0e;
}
.info-pro-list li {
	width:32%;
	margin-right:0;
	margin-bottom:10px;
}
.info-pro-list li:nth-of-type(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
.ipl-tit {
	font-size:14px;
}
}
@media (max-width:500px) {
	.info-pro-list li {
	width:48%;
}
.info-pro-list li:nth-of-type(3n-1) {
	margin-left:0;
	margin-right:0;
}
.info-pro-list li:nth-of-type(2n) {
	margin-left:4%;
}
}
/****************走进**********************/
.info-about {
	padding:60px 0;
	/*background:url(../images/index_about_bg.jpg) no-repeat center;
	background-size:cover;*/
	background-color: #f5f5f5;
}
.info-about-l {
	float:left;
	width:48%;
}
.info-about-l h4{
	color: #333;
	font-size: 25px;
	font-weight: bold;
	margin:0 0 30px;
}

.info-about-r {
	float:right;
	width:48%;
/*	height:460px;*/
	padding:30px 0 20px;
}
.info-about-r img {
	display:block;
	max-width:100%;
}
.info-about-des span {
	display:block;
	text-align: justify;
	line-height:25px;
	text-indent:2em;
	color:#666;
	font-size: 16px;
}
.info-about-list {
	margin:35px 0;
}
.info-about-list li {
	float:left;
	border-right:1px solid #d2d2d2;
	padding:0 20px;
}
.info-about-list li:last-of-type {
	border-right:0;
}
.info-about-num{
	margin-top: 20px;
}
.info-about-num li{
	color: #999;
	float: left;
	margin-right: 26px;
	font-size: 16px;
}
.info-about-num li:last-child{
	margin-right: 0;
}
.info-about-num li span{
	color: #e60012;
	font-size: 35px;
}
.ial-icon {
	width:48px;
	height:38px;
	margin:0 auto 15px;
}
.ial-tit {
	font-size:14px;
	color:#666;
	text-align:center;
	margin-top:10px;
}
.info-about .morered {
	background-color: #ebebeb;
	border-left: 5px solid #e60012;
	font-size: 14px;
	text-align: center;
	margin-top: 60px;
}
@media (max-width:1259px) {
.info-about-num li span {
    font-size: 24px;
}	
.info-about-des span {
	font-size:14px;
	line-height:22px;
}
.info-about-r {
	height:360px;
	padding:20px 20px 0 20px;
}
.info-about-list {
	margin:20px 0 25px;
}
}
@media (max-width:991px) {
	.info-about-des span {
		line-height:20px;
	}
	.info-about-r {
		height:276px;
		padding:15px 20px 0 20px;
	}
	.info-about-list {
		display:none;
	}
}
@media (max-width:767px) {
	.info-about-l {
		float: none;
		width: 100%;
	}
	.info-about-r {
		display: none;
	}
	.info-about-des span {
		color:#666;
		line-height:24px;
	}
	.info-about .more1 {
		float:none;
		margin:30px auto 0;
	}
	.info-about-num li{
		width: 25%;
		margin: 0;
	}
	.info-about-num li:nth-child(3){
		display:none;
	}
	.info-about .morered{
		font-size: 15px;
	}
	.info-about .morered {
		width: 40%;
		margin: 35px auto 0;
	}


	 
}



/****************首页表单***********************/
.info-mask{
	width:100%;
	height: 330px;
	background-color: #0e0e0e;
}

.info-zxzx {
	height: 330px;
	background: url(../images/bg.jpg) no-repeat center;
    background-size: 100%;
    background-attachment: fixed;
}
.info-zxzx .container {
	height: 264px;
	position: relative;
}
.info-zxzx .zxzxbg {
	width: 238px;
	height: 288px;
	background: url(../images/zxzxbg01.png) no-repeat center;
	position: absolute;
	left:-40px;
	top: 30px;
}
.info-zxzx .conleft {
	padding-top: 50px;
	color: #fff;
}
.info-zxzx .conleft .zxzx_p1 {
	margin-bottom: 15px;
}
.info-zxzx .conleft .zxzx_p2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.info-zxzx .conleft .zxzx_p2 span {
	color: #fff;
	float: left;
	margin-right: 15px;
	padding-left: 12px;
	font-size: 16px;
	background: url(../images/zxzx02.png) no-repeat left center;
}
.info-zxzx .conleft .zxzx_p3 {
	width: 440px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 22px;
	color: #4b440d;
	background: #fde200;
	border-radius: 25px;
	box-shadow: 3px 3px 10px #0e0e0e;
	margin-bottom: 15px;
}
.info-zxzx .conleft .zxzx_tel {
	padding-left: 55px;
	height: 50px;
	background: url(../images/zxzx_tel.png) no-repeat left center;
}
.info-zxzx .conleft .zxzx_tel .p1 {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0;
	color: #fff;
}
.info-zxzx .conleft .zxzx_tel .p2 {
	font-size: 28px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: 0;
	color: #fff;
}
.info-zxzx .conright {
	width: 465px;
	padding: 24px 32px;
	background: #0e0e0e;
	height: 330px;
	color: #fff;
}
.info-zxzx .conright h4 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
	color: #fff;
}
.info-zxzx .conright h4 span {
	display: block;
	font-size: 20px;
	color: #fff;
}
.info-zxzx .conright h4 b{
	color: #fff;
}
.info-zxzx .conright .info_p{
	height: 40px;
	background: #fff;
	position: relative;
	margin-bottom: 8px;
}
.info-zxzx .conright .info_p span.ico {
	float: left;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dddddd;
}
.info-zxzx .conright .info_p input {
	float: right;
	width: 355px;
	height: 40px;
	border: none;
	line-height: 40px;
	text-indent: 12px;
	font-size: 14px;
	color: #666;
}


.info-zxzx .conright .info_p1 span.ico {
	background: url(../images/zxzx03.png) no-repeat center;
}

.info-zxzx .conright .info_p2 span.ico {
	background: url(../images/zxzx04.png) no-repeat center;
}
.info-zxzx .conright .info_p3 span.ico {
	background: url(../images/xqdj.png) no-repeat center;
}

.info-zxzx .conright .ljtja {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 21px;
	text-align: center;
	line-height: 40px;
	color: #413b0c;
	background: #fde200;
	border: 0;
	cursor: pointer;
}
@media (max-width:1259px){
	.info-zxzx .zxzxbg{
		display: none;
	}
	.info-zxzx .conleft{
		margin-left: 0;
	}
}

@media (max-width:991px){
	.info-zxzx{
		height: auto;
		background-size: cover;
		background-attachment: inherit;
	}
	.info-mask{
		height: auto;
	}
	.info-zxzx .container{
		height: auto;
	}
	.info-zxzx .conleft{
		width: 100%;
		float: none;
	}
	.info-zxzx .conright{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.info-zxzx .conright{
		height: auto;
	}
}
@media (max-width:640px){
	.info-zxzx .conleft .zxzx_p3{
		width: 100%;
		font-size:20px;
	}
	.info-zxzx .conright h4 span{
		font-size: 18px;
	}
	.info-zxzx .conright h4{
		font-size: 20px;
	}
	.info-zxzx .conright .info_p input{
		width: 220px;
	}
}
@media (max-width:480px){
	
}



/****************新闻**********************/
	.info-news {
	padding:60px 0;
}
.info-news-top {
	width:100%;
	border:1px solid #999;
	padding:30px;
}
.int-pic {
	float:left;
	width:360px;
	position:relative;
}
.int-pic img {
	display:block;
	width:100%;
	height:202px;
	position:relative;
}
.int-tt {
	width:84px;
	height:67px;
	background:url(../images/index_news_tt.png) no-repeat center;
	position:absolute;
	top:0;
	left:0;
}
.int-info {
	float:right;
	width:calc(100% - 390px);
}
.int-info-tit {
	display:block;
	width:100%;
	font-size:18px;
	line-height:24px;
	height:24px;
	font-weight:600;
	color:#0e0e0e;
	margin:10px 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.int-info-txt {
	display:block;
	width:100%;
	font-size:15px;
	line-height:26px;
	height:78px;
	overflow:hidden;
	color:#666;
}
.int-info .more2 {
	margin-top:20px;
}
.info-news-bottom li {
	float:left;
	width:33.333333333333333333333%;
	padding:30px;
	border-top:0;
}
.info-news-bottom li:nth-of-type(2) {
	border-left:0;
	border-right:0;
}
.inb-date {
	display:block;
	margin-bottom:15px;
}
.inb-date-d {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:16px;
	background-color:#0e0e0e;
	color:#fff;
	text-align:center;
	margin-right:10px;
}
.inb-date-y {
	font-size:14px;
	line-height:30px;
	color:#999;
}
.inb-info-tit {
	display:block;
	width:100%;
	font-size:16px;
	line-height:24px;
	height:24px;
	margin-bottom:15px;
	font-weight:600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.inb-info-txt {
	display:block;
	width:100%;
	font-size:14px;
	line-height:20px;
	height:40px;
	overflow:hidden;
	color:#666;
}
.info-news-bottom li:hover .inb-info-tit {
	text-decoration: underline;
	color:#0e0e0e;
}
.info-news .more1 {
	margin:40px auto 0;
}
@media (max-width:991px) {
	.info-news-top {
	padding:15px;
}
.info-news-bottom li {
	padding:15px;
}
.int-info-tit {
	margin:15px 0;
}
.int-info-txt {
	font-size:14px;
}
.inb-info-txt {
	height:60px;
}
}
@media (max-width:767px) {
	.info-news-top {
	border:0;
	padding:0;
	width:100%;
	margin:0 auto 20px;
}
.int-pic {
	float:none;
	width:100%;
}
.int-info {
	float:none;
	width:100%;
}
.int-info-tit {
	font-size:16px;
}
.int-info-txt {
	height:auto;
	font-size:14px;
	line-height:20px;
}
.int-info .more1 {
	margin-top:15px;
}
.info-news-bottom li {
	float:none;
	width:100%;
	margin:0 auto;
	padding:15px 0;
	border:0;
	border-bottom:1px dashed #999;
}
.info-news-bottom li:first-of-type {
	border-top:1px dashed #999;
}
.inb-date {
	margin-bottom:10px;
}
.inb-info-tit {
	margin-bottom:10px;
}
.inb-info-txt {
	height:auto;
}
.info-news .more1 {
	margin:30px auto 0;
}
}


/**************四大优势********************/
.tab-contain{
	padding: 0;
	margin: 50px auto 70px;
}
.tab_box {
	margin: 70px auto 0;
}
.tab_btns {
	height: 100px;
}
.tab_btns li {
	width: 25%;
	float:left;
	cursor:pointer;
}
.tab_btns .tab_active {
	color:#ff4700;
}
.tab_btns li a{
	display: block;
	color: #333;
	font-size: 22px;
	background-image: url(../images/advan01.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-left: 75px;
}
.tab_btns li a:hover{
	color: #0e0e0e;
}
.tab_btns li:nth-child(2) a{
	background-image: url(../images/advan02.png);	
}
.tab_btns li:nth-child(3) a{
	background-image: url(../images/advan03.png);	
}
.tab_btns li:nth-child(4) a{
	background-image: url(../images/advan04.png);	
}
.tab_btns li a i{
	font-style: normal;
	color: #999;
	font-size: 14px;
	margin-left: 15px;
}
.tab_btns li span {
	width:100%;
	display:block;
	height:4px;
	padding-top:20px;
}
.tab_btns li span:after {
	content:"";
	display: block;
	width: 0;
	height: 4px;
	background: #0e0e0e;
	transition: all 0.3s ease;
}
.tab_btns .tab_active span:after {
	width: 100%;
}
.tab_cons {
	background: url(../images/vanbg.jpg) no-repeat right center;
	background-size: cover;
}
.tab_cons > dl {
	display: none;
	font-size: 30px;
	margin: 0;
}
.tab_cons .tab_current {
	display: block;
}

.tab_cons .tab-pics{
	width: 50%;
}
.tab_cons .tab-pics img{
	max-width: 100%;
	display: block;
}
.tab_infos{
	width: 50%;
}
.tab_infos > div{
	font-size: 14px;
    line-height: 26px;
    background-color: #fff;
    padding: 40px;
    margin: 40px 40px 0 0;
}
.tab_infos b{
	font-size: 24px;
    color: #ccc;
    line-height: 40px;
    display: block;
}
.tab_infos h4{
	font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.tab_infos p{
	margin: 20px 0 30px;
	height: auto;
	text-align: justify;
	font-size: 16px;
}

.tab_infos span{
	display: block;
	font-size: 16px;
    line-height: 28px;
    color: #333;

}
.tab_infos a{
	display: block;
	color: #333;
    font-size: 15px;
    text-align: center;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 50px;
    border: 1px #333 solid;
    transition: 0.3s;
}
.tab_infos a:hover{
	background-color: #f18e02;
	border-color: #f18e02;
	color: #fff;
}


@media (max-width:991px) {
	.tab-contain{
		margin-bottom: 0;
	}
	.tab_box{
		margin-top: 40px;
	}
	.tab_cons{
		background: none;
		border-radius: 10px;
	}
	.tab_cons > dl{
		padding: 20px;
	}
	.tab_cons .tab-pics{
		width: 100%;
		float: none;
	}
	.tab_btns{
		height: auto;
	}
	.tab_btns li{
		width: 50%;
		margin-bottom: 20px;
	}
	.tab_btns li a{
		font-size: 20px;
	}
	.tab_btns li a i{
		display: block;
		margin-left: 0;
	}
	.tab_infos{
		width: 100%;
		padding: 20px 0;
	}
	.tab_infos b,.tab_infos span,.tab_infos a{
		display: none;
	}
	.tab_infos h4{
		font-size: 22px;
	}
	.tab_infos > div{
		margin: 0;
		padding: 10px 0;
	}
	.tab_infos p{
		margin-bottom: 0;
	}

}
@media (max-width:767px) {
	

}



/**************流程********************/

.info-process{
	background-color: #f5f5f5;
	padding: 50px 0;
}
.process-box li{
	width: 19%;
	float: left;
	text-align: center;
	color: #999;
}
.process-box li:nth-child(even){
	width: 8%;
	padding-top: 50px;
}
.process-box li a{
	display: block;
	border-radius: 50%;
	border:1px solid #333;
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
}
.process-box li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.process-box li b{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
.process-box li p{
	font-size: 16px;
}

@media (max-width:991px) {
	.info-process{
		padding-bottom: 30px;
	}
	.process-box li:nth-child(even){
		display: none;
	}
	.process-box li{
		width: 50%;
		margin-bottom: 20px;
	}
	.process-box li a{
		width: 90px;
		height: 90px;
	}
	.process-box li p {
        font-size: 14px;
    }
}






/******************优势*****************/
.info-adv {
	padding:60px 0;
	background:url(../images/index_adv_bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment: fixed;
}
.info-adv-box li {
	float:left;
	width:25%;
	padding:0 40px;
}
.info-adv-pic {
	width:155px;
	margin:0 auto 30px;
}
.info-adv-pic img {
	display:block;
	width:100%;
}
.info-adv-tit {
	font-size:18px;
	line-height:20px;
	text-align:center;
	margin-bottom:30px;
	color:#fff;
	font-weight:bold;
}
.info-adv-des {
	font-size:16px;
	line-height:24px;
	color:#fff;
}
@media (max-width: 1259px) {
	.info-adv-box li {
	padding:0 25px;
}
.info-adv-pic {
	width:140px;
	margin:0 auto 10px;
}
.info-adv-tit {
	font-size:16px;
	margin-bottom:20px;
}
.info-adv-des {
	font-size:15px;
}
}
@media (max-width: 991px) {
	.info-adv-pic {
	width:120px;
	margin:0 auto 5px;
}
.info-adv-tit {
	margin-bottom:10px;
}
.info-adv-des {
	font-size:14px;
}
.info-adv-box li {
	padding:0 15px;
}
}
/****************foot**********************/
	.info-foot {
	padding:30px 0;
}
.info-foot-l,
.info-foot-m {
	float:left;
	width:calc( (100% - 210px)/2);
}
.info-foot-r {
	float:right;
}
.info-foot-tit {
	position:relative;
	height:50px;
	margin-bottom:25px;
}
.info-foot-tit:after {
	content:"";
	display:block;
	width:60px;
	height:4px;
	background-color:#d2d2d2;
	position:absolute;
	bottom:0;
	left:0;
}
.info-foot-tit span {
	font-size:22px;
	line-height:22px;
}
.ift-cn {
	color:#666;
	padding-right:18px;
}
.ift-en {
	color:#d2d2d2;
}
.info-foot-add span {
	display:block;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.info-foot-nav li {
	float:left;
	width:40%;
}
.info-foot-nav li a {
	font-size:14px;
	line-height:30px;
	color:#666;
}
.info-foot-nav li a:hover {
	color:#0e0e0e;
}
.foot-link {
	background-color:#0e0e0e;
	padding:10px 0;
}
.foot-copy {
	text-align: center;
	font-size:14px;
	line-height:24px;
	color:#ccc;
}
.foot-bei {
	font-size:14px;
	line-height:24px;
	color:#ccc;
	margin-left:20px;
}
.foot-tech {
	float:right;
	font-size:14px;
	line-height:24px;
	color:#ccc;
}
.friend-link {
	padding-top:20px;
}
.friend-link span,
.friend-link a,.bot-resp span {
	display:inline-block;
	color:#333;
	font-size:14px;
	line-height:20px;
	margin-right:10px;
}
.bot-resp{
	padding-bottom: 20px;
}
.foot-link a:hover {
	text-decoration:underline;
}
@media (max-width: 991px) {
	.info-foot-tit {
	height:34px;
	margin-bottom:15px;
}
.info-foot-tit span {
	font-size:16px;
	line-height:20px;
}
.ift-cn {
	padding-right:10px;
	font-weight:bold;
}
.info-foot-l {
	padding-right:50px;
}
.info-foot-nav li {
	width:50%;
}
}
@media (max-width: 767px) {
	.foot-copy {
	float:none;
	display:block;
	width:100%;
	margin:0;
}
.foot-bei {
	margin-left:0;
	margin-right:30px;
}
.foot-tech {
	float:left;
}
}
/****************首页边距**********************/
@media (max-width: 991px) {
	.info-pro,.info-about,.info-news,.info-adv {
	padding:50px 0;
}
}
@media (max-width: 767px) {
	.info-pro{
	padding:40px 0 0;
}
	.info-about,.info-adv,.info-news {
	padding:40px 0;
}
.info-foot {
	padding:20px 0;
}
}
/*******************************************内页********************************************/
/******面包屑导航******/
.local {
	margin-bottom:30px;
	background-color:#f0f0f0;
	padding:10px 0;
}
.local-box span,
.local-box a {
	line-height:20px;
	margin-right:5px;
	color:#666;
}
.local-box a:hover {
	text-decoration:underline;
}
.mainlist-local {
	padding-left:10px;
}
@media (max-width:991px) {
	.mainlist-local {
	padding-left:0;
}
}
@media (max-width:600px) {
	.local {
	margin-bottom:30px;
	padding:5px 0;
}
.local-box span,.local-box a {
	font-size:12px;
}
}
/******main******/
.main {
	width:100%;
	padding-bottom:40px;
	border-bottom: 1px #3f4551 dashed;
	margin-bottom: 10px;
}


.mainleft {
	float:left;
	width:220px;
	margin-right:20px;
}
.mainlist {
	float:left;
	width: calc(100% - 240px);
	border: 1px solid #f0f0f0;
    padding-bottom: 100px;
}
.maininfo {
	float:left;
	width:calc(100% - 280px);
}
.mainright {
	float:left;
	width:230px;
	margin-left:50px;
}
@media (max-width: 991px) {
	.mainleft,.mainlist,.maininfo {
	float:none;
	width:100%;
}
}
/*****左菜单****/
.left-nav-tit {
	width:100%;
	text-align:center;
	background-color:#0e0e0e;
	padding:40px 0;
	margin-bottom:1px;
}
.lnt-cn {
	display:block;
	width:100%;
	font-size:26px;
	line-height:26px;
	color:#fff;
	margin-bottom:10px;
}
.lnt-en {
	display:block;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#fff;
}
.left-nav-list li a {
	display:block;
	width:100%;
	padding:20px;
	line-height:20px;
	margin-bottom:1px;
	font-size:14px;
	background-color:#f0f0f0;
	color:#666;
	text-align:center;
	position:relative;
	overflow:hidden;
	transition:.8s;
	z-index:1;
}
.left-nav-list li a:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color:#0e0e0e;
	position:absolute;
	left:-100%;
	top:0;
	transition:.8s;
	z-index:-1;
}
.left-nav-list li a:hover:before {
	left:0;
}
.left-nav-list li a:hover {
	color:#fff;
}
.left-con {
	padding: 30px 10px;
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fff;
}
.left-con-tit {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.left-con-info li {
	width:100%;
	font-size:14px;
	line-height:25px;
	color:#666;
	margin-bottom:20px;
}

@media (max-width: 991px) {
.left-nav {
	margin-top: 20px;
}
.left-nav-tit {
	display:none;
}
.left-nav-list {
	text-align:center;
}
.left-nav-list li {
	display:inline-block;
	margin:0 2px;
}
.left-nav-list li a {
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #999;
	color: #666;
	border-radius: 4px;
	background-color:#fff;
}
.left-nav-list li a:hover {
	border:1px solid #0e0e0e;
}
.left-nav-list li:last-of-type {
	margin-bottom:20px;
}
}

/*****右侧筛选菜单**********/
.cation-content {
    width: 100%;
    margin: 1px auto 30px;
    padding: 0;
}

.cation-middle {
    line-height: 48px;
    background: #fff;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
}

.cation-list {
    overflow: hidden;
}

.cation-list dt {
    float: left;
    width: 100px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    color: #333;
    font-size: 16px;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 22px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cation-list dd {
    border-bottom: 1px dotted #e0e0e0;
    margin-left: 64px;
    overflow: hidden;
}

.cation-list dd a {
    color: #8d8d91;
    font-size: 16px;
    line-height: 14px;
    height: 14px;
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 0 18px;
    margin: 17px 0;
}

.cation-list dd a.on, .cation-list a:hover {
    color: #0e0e0e;
}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}
@media screen and (max-width: 768px) {
/*手机版右侧筛选*/
    .cation-content {
        width: 100%;
        margin: 1px auto 30px;
        padding: 0;
    }
    .cation-middle {
        background: #fff;
        padding: 10px;
    }
    .cation-list{
        margin-bottom: 15px;
    }
    .cation-list dt {
        width: 100px;
        font-weight: 700;
        line-height: 32px;
        font-size: 15px;
    }
    .cation-list dt:after {
        top: 13px;
    }
    .cation-list dd {
        margin-left: 50px;
    }
    .cation-list dd a {
        color: #8d8d91;
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        float: left;
        border-right: 1px solid #e0e0e0;
        padding: 0 8px;
        margin: 8px 0;
    }
}
/*****右侧推荐新闻**********/
.snl-tit {
	width:100%;
	height:50px;
	font-size:18px;
	line-height:50px;
	text-align:center;
	background-color:#0e0e0e;
	margin-bottom:2px;
	color:#fff;
}
.snl-info li {
	padding:15px 10px;
	height:46px;
	border-bottom:1px dashed #999;
}
.snl-info li span {
	display:block;
	width:20px;
	height:16px;
	float:left;
	margin-right:10px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:center;
	background-color:#999;
}
.snl-info li:nth-of-type(1) span {
	background-color:#0e0e0e;
}
.snl-info li:nth-of-type(2) span {
	background-color:#0e0e0e;
}
.snl-info li:nth-of-type(3) span {
	background-color:#0e0e0e;
}
.snl-info li div {
	float:left;
	width:calc(100% - 30px);
	font-size:14px;
	line-height:16px;
	height:16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.snl-info li:hover span {
	background-color:#0e0e0e;
}
.snl-info li:hover div {
	color:#0e0e0e;
}
/******常见问题**********/
	.sub-quest-tj {
	margin-top:50px;
	margin-bottom:50px;
}
.tj-tit {
	width:100%;
	height:30px;
	padding-left:25px;
	background:url(../images/tit_bg.jpg) no-repeat left center;
	font-size:16px;
	line-height:30px;
	color:#fff;
}
.sub-tjquest-box,
.sub-tjpro-box {
	padding:25px 10px;
	border-bottom:1px solid #999;
}
.sub-tjquest-box li {
	width:48%;
	height:28px;
	overflow:hidden;
}
.sub-tjquest-box li:nth-of-type(2n) {
	float:right;
}
.sub-tjquest-box li:nth-of-type(2n+1) {
	float:left;
}
.sub-tjquest-box li .tj-dot {
	display:block;
	float:left;
	width:6px;
	height:6px;
	margin-top:11px;
	border-radius:50%;
	background-color:#0e0e0e;
	margin-right:10px;
}
.sub-tjquest-box li div {
	float:left;
	width:calc(100% - 110px);
	font-size:14px;
	line-height:28px;
	height:28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.sub-tjquest-box li .tj-date {
	display:block;
	float:right;
	font-size:12px;
	line-height:28px;
	color:#666;
}
.sub-tjquest-box li:hover div,
.sub-tjquest-box li:hover .tj-date {
	color:#0e0e0e;
}
@media (max-width: 1229px) {
	.sub-tjquest-box li .tj-date {
	display:none;
}
.sub-tjquest-box li div {
	width:calc(100% - 20px);
}
}
/*****推荐产品**********/
	.sub-tjpro-box li {
	float:left;
	width:23.5%;
	margin-right:2%;
}
.sub-tjpro-box li:last-of-type {
	margin-right:0;
}
.sub-tjpro-box li img {
	width:100%;
	border:1px solid #999;
}
.sub-tjpro-box li span {
	display:block;
	width:100%;
	height:20px;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	text-align:center;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.sub-tjpro-box li:hover img {
	border:1px solid #0e0e0e;
	box-shadow:0 0 8px rgba(12,143,215,.3);
}
.sub-tjpro-box li:hover span {
	color:#0e0e0e;
}
/*******分页**********/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #0e0e0e;
	background-color: #fff;
	border: 1px solid #0e0e0e;
	margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #0e0e0e;
	border-color: #0e0e0e;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #0e0e0e;
	border-color: #0e0e0e;
	cursor: default;
}
/*******上下页**********/
	.sub-prenext {
	margin-top:30px;
}
.sub-prenext div span {
	font-size:14px;
	color:#666;
	line-height:24px;
	margin-right:10px;
}
.sub-prenext div a {
	font-size:14px;
	color:#666;
	line-height:24px;
}
.sub-prenext div a:hover {
	color:#0e0e0e;
}
.back-top{
    text-align: center;
    margin-top: 20px;
}
.sub-back {
	width:130px;
	padding-left:20px;
	text-align:center;
	font-size: 16px;
	line-height:32px;
	height:32px;
	background-color:#0e0e0e;
	color:#fff;
	border-radius:5px;
	position:relative;
	top:0;
	padding: 8px 38px;
}
.sub-back:hover {
	top:-2px;
	box-shadow:0 1px 6px 1px rgba(0,0,0,.5);
}
/*********产品列表***********/
.sub-prolist {
	margin-bottom:10px;
}
.sub-prolist li {
	float:left;
	width:30%;
	margin-bottom:30px;
}
.sub-prolist li:nth-of-type(3n-1) {
	margin-left:5%;
	margin-right:5%;
}
.sub-prolist-pic {
	border: 1px solid #dfdfdf;
}
.sub-prolist-pic img {
	display:block;
	width:100%;
}
.sub-prolist-tit {
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.sub-prolist li:hover .sub-prolist-pic {
	border:1px solid #0e0e0e;
}
@media (max-width:1259px) {
	.sub-prolist li {
	width:32%
}
.sub-prolist li:nth-of-type(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
}
@media (max-width:767px) {
.sub-prolist {
	margin-bottom:20px
}
.sub-prolist li {
	margin-bottom:10px
}
.sub-prolist-tit {
	font-size:14px;
}
}
@media (max-width:500px) {
	.sub-prolist li {
	width:48%;
}
.sub-prolist li:nth-of-type(3n-1) {
	margin:0 0 10px 0;
}
.sub-prolist li:nth-of-type(2n+1) {
	margin:0 4% 10px 0;
}
}
/*********新闻列表&内页***********/
.sub-newslist {
	margin-bottom:40px;
}
.sub-newslist li {
	padding: 20px 10px;
    border-bottom: 1px dashed #d0c9c9;
    margin-bottom: 20px;
}
.sub-newslist-date {
	float:left;
	width:70px;
	height:70px;
	padding:12px 0;
	margin-right:20px;
	text-align:center;
	background-color:#0e0e0e;
}
.sub-newslist-d {
	display:block;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	height:24px;
	margin-bottom:10px;
	color:#fff;
}
.sub-newslist-ym {
	display:block;
	font-size:12px;
	line-height:12px;
	height:12px;
	color:#fff;
}
.sub-newslist-info {
	float:right;
	width:calc(100% - 90px);
}
.sub-newslist-tit {
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	height:16px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:10px;
}
.sub-newslist-des {
	font-size:14px;
	line-height:22px;
	height:44px;
	overflow:hidden;
}
.sub-newslist li:hover .sub-newslist-tit {
	color:#0e0e0e;
}
@media (max-width:600px) {
	.sub-newslist-date {
	width:60px;
	margin-right:10px
}
.sub-newslist-info {
	width:calc(100% - 70px);
}
}
/*******新闻详情页**********/
	.sub-newstit {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.sub-newsdate {
	font-size:14px;
	line-height:24px;
	text-align:center;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
.sub-newsdate span {
	margin: 0 15px;
	color:#666;
}
@media (max-width:600px) {
	.sub-newstit {
	font-size:16px;
	margin-bottom:10px;
}
.sub-newsdate {
	font-size:12px;
	line-height:20px;
	padding-bottom:10px;
}
}
/*********产品内页***********/
.sub-protit {
	line-height:20px;
	text-align:center;
	padding-bottom:20px;
	border-bottom: 1px dashed #ddd;
}
.sub-protit h1{
    font-size:26px;
	font-weight:bold;
}
.sub-protit p{
    padding-top: 10px;
    color: #797474
}  
.sub-proinfo {
	padding: 20px 15px;
}
.sub-proinfo p{
	padding: 10px 0;
	line-height: 30px;
}
.sub-proinfo img {
	max-width: 70%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
@media (max-width:600px) {
	.sub-protit {
	font-size:16px;
	padding-bottom:10px;
}
}
/*********联系我们 **************/
.sub-contact-list li {
	float:left;
	margin-top:50px;
	padding-left:80px;
}
.sub-contact-list li:nth-of-type(2n-1) {
	width:60%;
}
.sub-contact-list li:nth-of-type(2n) {
	width:40%;
}
.sub-contact-li01 {
	background:url(../images/cont_icon01.png) no-repeat left center;
}
.sub-contact-li02 {
	background:url(../images/cont_icon02.png) no-repeat left center;
}
.sub-contact-li03 {
	background:url(../images/cont_icon03.png) no-repeat left center;
}
.sub-contact-li04 {
	background:url(../images/cont_icon04.png) no-repeat left center;
}
.sub-contact-li05 {
	background:url(../images/cont_icon05.png) no-repeat left center;
}
.sub-contact-li06 {
	background:url(../images/cont_icon06.png) no-repeat left center;
}
.sub-contact-tit {
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}
.sub-contact-des {
	display:inline-block;
	font-size:16px;
	line-height:24px;
	color:#666;
	padding-top:10px;
	margin-top:13px;
	border-top:1px solid #ddd;
}
@media (max-width:991px) {
.sub-contact-list li {
	padding-left:70px;
}
}
@media (max-width:767px) {
.sub-contact-list li {
	float:none;
	margin-top:30px;
	padding-left:55px;
	background-size:40px;
}
.sub-contact-list li:nth-of-type(2n-1),.sub-contact-list li:nth-of-type(2n) {
	width:100%;
}
.sub-contact-tit {
	font-size:16px;
	line-height:20px;
}
.sub-contact-des {
	font-size:14px;
	line-height:20px;
	padding-top:5px;
	margin-top:5px;
}
.sub-proinfo img {
    max-width: 100%;
}
}
@media (max-width:500px) {
.sub-contact-list li {
	width:100%
}
.sub-contact-list li:nth-of-type(2n) {
	margin-left:0;
}
}
/************定制咨询*******************/
	.page-dingzhi-txt {
	color:#666;
}
.dingzhi-tit {
	line-height:32px;
	font-weight:bold;
	color:#666;
	margin-top:20px;
	padding-bottom: 10px;
}
.cus-mes {
	width:100%;
	height:140px;
	line-height:24px;
	padding:10px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.dingzhi-line1,
.dingzhi-line2,
.dingzhi-line3 {
	width:100%;
}
.dingzhi-line3 {
	margin-top:20px;
}
.cus-info {
	display:block;
	float:left;
	width:23.5%;
	margin-right:2%;
	height:44px;
	line-height:24px;
	padding:10px 10px 10px 40px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.cus-info:nth-of-type(1) {
	background:url(../images/name.png) no-repeat 10px center;
	background-size: 20px;
}
.cus-info:nth-of-type(2) {
	background:url(../images/name.png) no-repeat 10px center;
	background-size: 20px;
}
.cus-info:nth-of-type(3) {
	background:url(../images/tel.png) no-repeat 10px center;
	background-size: 20px;
}
.cus-info:nth-of-type(4) {
	background:url(../images/set.png) no-repeat 10px center;
	background-size: 20px;
	margin-right:0;
}
.captcha {
	display:block;
	float:left;
	width:23.5%;
	margin-right: 5px;
	height:44px;
	line-height:24px;
	padding:10px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.captcha-img {
	float:left;
	width: 120px;
	height: 44px;
	border:1px solid #aeaeae;
	border-radius:4px;
}
.captcha-img img {
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}
.dingzhi-submit,
.dingzhi-reset {
	display:block;
	float:left;
	width:49%;
	height:44px;
	line-height:24px;
	padding:10px;
	border-radius:4px;
	color:#fff;
}
.dingzhi-submit {
	margin-right:2%;
	background-color:#007aff;
}
.dingzhi-reset {
	background-color:#33b756;
}
.dingzhi-submit:hover {
	background-color: #0e0e0e;
}
.dingzhi-reset:hover {
	background-color:#999;
}
@media (max-width:767px) {
.cus-mes {
	padding:5px;
}
.cus-info {
	padding:5px 5px 5px 26px;
	height:34px;
}
.cus-info:nth-of-type(1) {
	background:url(../images/feed_icon01.png) no-repeat 5px center;
	background-size:16px;
}
.cus-info:nth-of-type(2) {
	background:url(../images/feed_icon02.png) no-repeat 5px center;
	background-size:16px;
}
.cus-info:nth-of-type(3) {
	background:url(../images/feed_icon04.png) no-repeat 5px center;
	background-size:16px;
}
.cus-info:nth-of-type(4) {
	background:url(../images/feed_icon03.png) no-repeat 5px center;
	background-size:16px;
}
.captcha {
	height:34px;
	padding:5px;
}
.captcha-img {
	margin-top:1px
}
.dingzhi-submit,.dingzhi-reset {
	height:34px;
	padding:5px;
}
.ipl-pic img {
    display: block;
    width: 100%;
}
}
@media (max-width:680px) {
.dingzhi-tit {
	margin-top:20px;
}
.cus-info {
	width: 100%;
	margin-bottom:10px;
}
.captcha {
	width:49%;
}
.cus-info:nth-of-type(2){
	margin-right:0;
}
}
.pagebar {
	padding:20px;
	overflow:hidden;
	clear:both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height:100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}
.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.text-secondary {
	text-align:center;
	padding:20px 0
}
.mob-head {
	position:relative;
}

/*在线客服*/
.zxkf{
	width: 120px;
	position: fixed;
    right: 0;
    top: 40%;
    background-color: #fff;
    text-align: center;
	z-index: 999;
	display:none;
	
}
.kf-tit{
	background-color: #0e0e0e;
	padding: 10px 0;
    display: block;
	border: 1px solid #0e0e0e;
}
.kf-tit span{	
    color: #fff;
	font-size: 15px;
}
.zx-list{	
    border: 1px solid #dfdfdf;
}
.zxkf li{
	padding:10px 0;
	border-bottom: 1px dashed #b5b5b5;
	cursor:pointer;
	
}
.zxkf li img{
}
.zxkf li a{
	color:#333;
}
.zxkf li>div{
    display: none;
}
.zxkf li>div p {
    padding: 0 10px;
}
.zxkf li>div img {
    max-width: 100px;
}
.dhxx{
	background-color: #0e0e0e;
	position: absolute;
    right: 90px;
    top: 160px;
	display:none;
	width: 200px;
}
.dhxx p{
	padding: 15px;
	color:#fff;
	font-size:22px;
}
.wxxx{	
	position: absolute;
    right: 90px;
    top: 200px;
	display:none;
}
.wxxx p img{
	width:150px;
}


/*商品详情*/
.sprq{
    padding: 0 10px;
    border-bottom: 1px solid #dfdfdf;
    height: 520px;
}
#magnifier {
	width: 420px;
	height: 500px;
    float:left;
}
.small-box {
	position: relative;
	width: 420px;
	height: 420px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.small-box table td {
	width: 420px;
	height: 420px;
}
.small-box img {
	width: auto;
	height: auto;
	max-height: 420px;
	max-width: 420px;
}
.small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #0099ff;
	opacity: .5;
	filter: alpha(opacity: 50);
	cursor: move;
}
.thumbnail-box {
	position: relative;
	width: 100%;
}
.thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 32px;
	margin-top: -16px;
}
.thumbnail-box .btn-prev {
	left: 0;
	background: url(../images/btn_prev.png) no-repeat;
}
.thumbnail-box .btn-prev.btn_prev_disabled {
	background: url(../images/btn_prev_disabled.png) no-repeat;
	cursor: not-allowed;
}
.thumbnail-box .btn-next {
	right: 0;
	background: url(../images/btn_next.png) no-repeat;
}
.thumbnail-box .btn-next.btn_next_disabled {
	background: url(../images/btn_next_disabled.png) no-repeat;
	cursor: not-allowed;
}
.thumbnail-box .list {
	overflow: hidden;
	width: 390px;
	margin: 0 auto;
}
.thumbnail-box .wrapper {
	width: 100000px;
}
.thumbnail-box .list .item {
	float: left;
	margin: 0 10px;
}
.thumbnail-box .list .item-cur {
	}
.thumbnail-box .list .item img {
	border: 2px solid #a9a9a9;
	width: 54px;
	height: 54px;
}
.thumbnail-box .list .item-cur img {
	border: 2px solid #e53e41;
}
.big-box {
	display: none;
	overflow: hidden;
    position: relative;
    left: 422px;
    top: -494px;
    width: 420px;
    height: 420px;
    border: 1px solid #e4e4e4;
}
.big-box img {
	display: block;
}
.cpsx{
    float: left;
    width: 49%;
    margin: 0 20px 0 30px;
    line-height: 38px;
    font-size: 16px;
}

@media (max-width:926px){
    .sprq{
        padding: 0 10px;
        height: 408px;
        border:none;
    }
    #magnifier {
    	width: 100%;
    	height: 420px;
        float: left;
    }
    .small-box {
    	position: relative;
    	width: 100%;
    	height: auto;
    	margin-bottom: 10px;
    	border: 1px solid #eee;
    }
    .small-box table td {
    	width: 100%;
    	height: 100%;
    }
    .small-box img {
    	width: auto;
    	height: auto;
    	max-height: 100%;
    	max-width: 100%;
    }
    .small-box .hover {
    	display: none;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 200px;
    	height: 200px;
    	border: 1px solid #aaa;
    	background: #0099ff;
    	opacity: .5;
    	filter: alpha(opacity: 50);
    	cursor: move;
    }
    .thumbnail-box {
    	position: relative;
    	width: 100%;
    	border-bottom: 1px #dfdfdf solid;
        padding: 5px 0 15px 15px;
    }
    .thumbnail-box .btn {
    	position: absolute;
    	top: 50%;
    	width: 22px;
    	height: 32px;
    	margin-top: -16px;
    }
    .thumbnail-box .btn-prev {
    	left: 0;
    	background: url(../images/btn_prev.png) no-repeat;
    }
    .thumbnail-box .btn-prev.btn_prev_disabled {
    	background: url(../images/btn_prev_disabled.png) no-repeat;
    	cursor: not-allowed;
    }
    .thumbnail-box .btn-next {
    	right: 0;
    	background: url(../images/btn_next.png) no-repeat;
    }
    .thumbnail-box .btn-next.btn_next_disabled {
    	background: url(../images/btn_next_disabled.png) no-repeat;
    	cursor: not-allowed;
    }
    .thumbnail-box .list {
    	overflow: hidden;
    	width: 390px;
    	margin: 0 auto;
    }
    .thumbnail-box .wrapper {
    	width: 100000px;
    }
    .thumbnail-box .list .item {
    	float: left;
    	margin: 0 10px;
    }
    .thumbnail-box .list .item-cur {
    	}
    .thumbnail-box .list .item img {
    	border: 2px solid #a9a9a9;
    	width: 54px;
    	height: 54px;
    }
    .thumbnail-box .list .item-cur img {
    	border: 2px solid #e53e41;
    }
    .big-box {
    	display: none;
    	overflow: hidden;
        position: relative;
        left: 422px;
        top: -494px;
        width: 420px;
        height: 420px;
        border: 1px solid #e4e4e4;
    }
    .big-box img {
    	display: block;
    }
    .cpsx{
        padding-top:50px;
        float: left;
        width: 100%;
        margin: 0;
        line-height: 38px;
        font-size: 16px;
    }
.index-head{
    position: unset!important;    
}    
.index-banner{
    margin-top:0!important;
}
}

.index-head{
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #0e0e0e;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}
.index-banner{
    margin-top:78px;
}
@media (min-width: 1260px){
    #top-container {
        width: 1440px!important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-box {
        width: calc(100% - 650px);
    }
    .logo-box img {
        display: block;
        max-width: 160px;
    }
    .logo-box {
        display: block;
        width: 420px;
    }
}