/*******************************************************
 					通用样式
 *******************************************************/
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: arial "微软雅黑";
}
li{
	list-style: none;
}
/*清除浮动*/
.clear-float{
	clear: both;
}



/*******************************************************
 					头部
 *******************************************************/
.productList-header{
	width: 100%;
	height: 100px;
}
.productList-header .logo{
	float: left;
	width: 340px;
	height: 100%;
	background: url(../img/index_logo.png) no-repeat center right;
}
.productList-header .right{
	float: right;
	min-width: 1000px;
	margin-right: 20px;
}
.productList-header .right-Email{
	text-align: right;
	font-size: 12px;
	color: #888;
	line-height: 50px;
}
.productList-header .right-Email em{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 20px;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.productList-header .right-Email em:nth-child(1){
	background-image: url(../img/index_right_03.png);
}
.productList-header .right-Email em:nth-child(2){
	background-image: url(../img/index_right_05.png);
}
.productList-header .nav ul{
	float: right;
}
.productList-header .nav li{
	float: left;
	padding: 5px 10px;
	font-size: 14px;
	margin-right: 40px;
	border-radius: 3px;
}
.productList-header .nav li.active{
	background: #FF4E00;
	color: #fff;
}
.yun-sevice,
.get-chanpin{
	border: 1px solid #FE6D3F;
	color: #FE6D3F;
	float: right;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
}
.yun-sevice{
	margin-right: 10px;
}
.yun-sevice em,
.get-chanpin em{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-position: center;
	vertical-align: middle;
}
.yun-sevice em{
	background-image: url(../img/index_right_10.png);
}
.get-chanpin em{
	background-image: url(../img/index_right_13.png);
}

/*顶部图片*/
.productList-top-img{
	width: 100%;
	height: 200px;
	background: url(../img/news_detail_02.png);
	background-size: 100% 100%;
	color: #fff;
}
.productList-top-imgFont{
	margin: 0 auto;
	width: 1300px;
	padding-top: 45px;
}
.productList-top-imgFont p:nth-child(1){
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.productList-top-imgFont p:nth-child(1) ~ p{
	line-height: 30px;
}
.productList-top-imgFont p a{
	color: #FF905F;
	font-weight: bold;
}


/*******************************************************
 					列表详情
 *******************************************************/
.productList-content{
	width: 1300px;
	margin: 0 auto;
	padding-top: 35px;
	overflow: hidden;
}
/*左边*/
.productList-content-left{
	width: 930px;
	float: left;
	margin-right: 60px;
}
.productList-content-left .nav{
	line-height: 40px;
	padding-left: 10px;
	background: #F7F8F8;
	font-size: 14px;
}
.productList-content-left .nav-tab{
	line-height: 40px;
	background: #F7F8F8;
	margin: 20px 0 40px;
	padding-left: 40px;
	font-size: 14px;
}
.productList-content-left .nav-tab span{
	margin-right: 45px;
}
.productList li{
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.productList .left{
	width: 180px;
	float: left;
}
.productList .left em{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/news_list_03.png);
	vertical-align: -3px;
	margin-right: 10px;
}
.productList .right{
	overflow: hidden;
	height:165px
}
.productList .right .tittle a{
	color:#333;
	text-decoration: none;
}
.productList .tittle{
	margin-bottom: 15px;
	font-size:22px;
}
.productList .content{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.productList .content a{
	color: #FE6D3F;
	margin-left: 5px;
	text-decoration:none;
}
.productList .content a:hover{
	color: #FE6D3F;
	margin-left: 7px;
	text-decoration:none;
}
.productList .content span{
	color: #FE6D3F;
	margin-left: 5px;
}
.productList .tips{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.productList .tips ul{
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.productList .tips ul li{
	width:160px;
	height:50px;
	background-position:10px 10px;
	background-repeat:no-repeat;
	float: left;
	text-align:left;
	font-size:14px;
	color:#666666;
	border:none;
	display:table;
	background-color:#f0f3f5;
	border-radius:3px;
	margin-right:20px;
	padding:0;
}
.productList .tips ul li span{
	height:50px;
	display:table-cell;
	vertical-align:middle;
	padding-left:50px;
	text-align:center;
	line-height:16px;
	padding-right:10px;
}
.pr_img_01{
	background:url(../img/product_list_01.png);
}
.pr_img_02{
	background:url(../img/product_list_02.png);
}
.pr_img_03{
	background:url(../img/product_list_01.png);
}
.pr_img_04{
	background:url(../img/product_list_02.png);
}

.productList-content-left .page{
	text-align: center;
	margin-top: 25px;
	color: #666;
	font-size: 14px;
}
.productList-content-left .page a{
	margin: 0 3px;
	color: #666;
	text-decoration: none;
}


/*右边*/
.productList-content-right{
	overflow: hidden;
}
.productList-content-right .seach{
	line-height: 40px;
	padding-left: 10px;
	background: #F7F8F8;
	font-size: 14px;
}
.productList-content-right input{
	outline: none;
	border: none;
	background: none;
	line-height: 18px;
	font-size: 14px;
	width: 245px;
}
::-webkit-input-placeholder{
	color: #999;
}
:-ms-input-placeholder{
	color: #999;
}
::-moz-placeholder{
	color: #999;
}
:-moz-placeholder{
	color: #999;
}
.productList-content-right .btn-seach{
	float: right;
	background: url(../img/news_detail_12.png);
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}
.contact-us{
	background: #F7F8F8;
	margin-top: 20px;
	padding: 15px 0 45px 15px;
	font-size: 15px;
}
.contact-us>p{
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-us li{
	margin: 10px 0;
}
.contact-us li>div{
	display: inline-block;
	color: #666;
	line-height: 40px;
}
.contact-us .left{
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-us li:nth-child(1) .left{
	vertical-align: -40%;
}
.contact-us li:nth-child(1) .right{
	line-height: 26px;
}
.contact-us li:nth-child(2) .left{
	vertical-align: -30%;
}
.contact-us li:nth-child(2) .right{
	line-height: 26px;
}
.contact-us li:nth-child(1) .left{
	background-image: url(../img/news_detail_15.png);
}
.contact-us li:nth-child(2) .left{
	background-image: url(../img/news_detail_30.png);
}
.contact-us li:nth-child(3) .left{
	background-image: url(../img/news_detail_20.png);
}
.contact-us li:nth-child(4) .left{
	background-image: url(../img/news_detail_22.png);
}
.contact-us li a{
	color: #FE6D3F;
	text-decoration: none;
}
.contact-us .QRCode{
	width: 190px;
	height: 190px;
	background: url(../img/news_detail_25.png);
	margin-left: 40px;
	margin-top: 20px;
}


/*******************************************************
 					专家
 *******************************************************/
.zhuanjia{
	width: 100%;
	height: 250px;
	position: relative;
	background: url(../img/index_02.png);
	background-size: 100% 100%;
	margin-top: 80px;
}
.zhuanjia-mask{
	width: 100%;
	height: 100%;
	background: url(../img/index_102_02.png);
	background-size: 100%;
	opacity: 0.7;
	position: absolute;
}
.zhuanjia-zixun{
	text-align: center;
	color: #fff;
	padding-top: 68px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.zhuanjia-zixun p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.zhuanjia-zixun p:nth-child(2){
	display: block;
	margin: 30px auto;
	width: 310px;
	line-height: 45px;
	text-align: center;
}

/*******************************************************
 					底部
 *******************************************************/
.index-footer{
	background: #303030;
}
.index-footer-content{
	width: 1300px;
	margin: 0 auto;
	font-size: 14px;
	color: #aaaaaa;
	overflow: hidden;
	padding: 50px 0 40px;
}
.index-footer-content .left{
	float: left;
}
.index-footer-content ul{
	float: left;
}
.index-footer-content ul:nth-child(2){
	margin-left: 100px;
	margin-right: 70px;
}
.index-footer-content ul:nth-child(3){
	margin-right: 50px;
}
.index-footer-content div:not(.bottom) ul li:nth-child(1){
	color: #fff;
	margin-bottom: 35px;
	font-weight: bold;
}
.index-footer-content div:not(.bottom) ul li{
	line-height: 26px;
}
.index-footer-content .right{
	float: right;
}
.index-QRCode{
	width: 142px;
	height: 142px;
	background: url(../img/news_detail_25.png);
	background-size: 100% 100%;
}
.index-footer-content .bottom{
	width: 815px;
	margin: 70px auto 0;
	color: #666;
	font-size: 12px;
}
.index-footer-content .bottom li{
	float: left;
	padding: 0 10px;
	border-right: 2px solid #666;
}
.index-footer-content .bottom>span{
	margin-left: 30px;
	margin-right: 40px;
}