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



/*******************************************************
 					头部
 *******************************************************/
.newsDetai-header{
	width: 100%;
	height: 100px;
}
.newsDetai-header .logo{
	float: left;
	width: 340px;
	height: 100%;
	background: url(../img/index_logo.png) no-repeat center right;
}
.newsDetai-header .right{
	float: right;
	min-width: 1000px;
	margin-right: 20px;
}
.newsDetai-header .right-Email{
	text-align: right;
	font-size: 12px;
	color: #888;
	line-height: 50px;
  margin-right:40px;
}
.newsDetai-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;
}
.newsDetai-header .right-Email em:nth-child(1){
	background-image: url(../img/index_right_03.png);
}
.newsDetai-header .right-Email em:nth-child(2){
	background-image: url(../img/index_right_05.png);
}
.newsDetai-header .nav ul{
	float: right;
}
.newsDetai-header .nav li{
	float: left;
	padding: 5px 10px;
	font-size: 14px;
	margin-right: 40px;
	border-radius: 3px;
}
.newsDetai-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);
}

/*顶部图片*/
.about-top-img{
	width: 100%;
	height: 320px;
	background: url(../img/aboutbg.jpg) #666 no-repeat;
	background-size: cover;
  background-position:center;
	color: #fff;
	text-align:center;
}
.about-top-imgFont{
	margin: 0 auto;
	width: 1300px;
	padding-top: 70px;
}

.about-top-imgFont h1{
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
}
.about-top-imgFont p{
	line-height: 30px;
	margin-bottom:30px;
	text-align:center;
   letter-spacing: 6px;
}

.zl_imgBox{
	width: 920px;
	margin: 60px auto 0 auto;
	color: white;
	display: flex;
	display: -webkit-flex;
}
.zl_imgBox>div{
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	border-radius: 10px;
	text-align: center;
	width: 260px;
}
.zl_imgBox>div>h2{
	margin: 10px 0 0 0;
   font-size: 22px;
}
.zl_imgBox>div>p{
	margin: 5px 0 10px 0;
  letter-spacing: 0px;
}

.about-top-imgFont span{
	width: 160px;
	float:left;
	margin-right:30px;
}
.about-top-imgFont a{
	width:148px;
	height:43px;
	border:1px #049fd9 solid;
	color:#049fd9;
	line-height:43px;
	text-align:center;
	background-color:#FFFFFF;
	font-size:16px;
	padding:8px 25px;
	text-decoration:none;
	margin-right:20px;
}
.about-top-imgFont a:hover{
	width:148px;
	height:43px;
	border:1px #049fd9 solid;
	color:#ffffff;
	line-height:43px;
	text-align:center;
	background-color:#049fd9;
	font-size:16px;
	padding:8px 25px;
	text-decoration:none;
	margin-right:20px;
}

/*******************************************************
 					产品详细页 优势
 *******************************************************/
.sol-youshi{
	margin:40px 0 50px 0;
}
.sol-youshi .tittle{
	text-align: center;
	padding-top: 20px;
	color:#333333;
}
.sol-youshi .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.sol-youshi .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.sol-youshi-list{
	width: 1300px;
	margin: 40px auto 10px;
	overflow: hidden;
}
.sol-youshi-list li{
	width: calc(100% / 3);
	height: 250px;
	margin-bottom: 35px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#666666;
}
.sol-youshi-list li span{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
}
.sol-youshi-list li h1{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.sol-youshi-list li h2{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
}


/*******************************************************
 					解决方案列表
 *******************************************************/
.about-dongtai{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.about-dongtai .tittle{
	text-align: center;
	padding:20px 0 50px 0;
	color:#333333;
}
.about-dongtai .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.about-dongtai .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.about-dongtai>ul{
	width: 1300px;
}
.about-dongtai>ul li{
	line-height: 32px;
	font-size: 14px;
	padding:0;
	display:block;
	width:1300px;
	background-color:#f7f8f8;
	margin-bottom:30px;
	height:260px;
	position:relative;
}

.about-dongtai>ul li span{
	width:360px;
	height:220px;
	display:block;
	float:left;
	margin:20px 30px 20px 20px;
	background-color:#FFFFFF;
}
.about-dongtai>ul li span img{
	width:360px;
	height:220px;
}
.about-dongtai>ul em{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C2C2C2;
	border-radius: 50%;
	margin-right: 10px;
}
.about-dongtai .left{
	float: left;
}
.about-dongtai .right{
	float: right;
}
.about-dongtai .about-info{
	padding-left:20px;
	width:960px;
	padding-left:20px;
	color: #333;
	padding-top:10px;
	line-height:33px;
	font-size:14px;
	display:block;
	height:260px;
	border-right:1px #d4dce2 dotted;
}

.about-dongtai .about-info b{
	font-size:14px;
}
.about-dongtai .about-info h1{
	text-align: left;
	font-size:22px;
	font-weight:normal;
	display:inline-block;
	padding-bottom:15px;
}
.about-dongtai .about-link{
	float: left;
	padding-left:20px;
	width:450px;
}
.about-dongtai .about-info a{
	font-size: 14px;
	color: #ff4e00;
	background-color: #d4dce2;
	padding: 2px 14px;
    padding-left: 14px;
	text-decoration: none;
	font-weight: normal;
	margin-right:20px;
}
.about-dongtai .about-info a:hover{
	font-size: 14px;
	color: #ffffff;
	background-color: #ff4e00;
	padding: 2px 14px;
    padding-left: 14px;
	text-decoration: none;
	font-weight: normal;;
}
.about-case{
	position:absolute;
	top:10px;
	right:10px;
	width:300px;
	color: #333;
	line-height:33px;
	font-size:14px;
	display:block;
	height:260px;
}
.about-case h1{
	width:280px;
	height:70px;
	border:1px #d4dce2 solid;
	text-align:center;
	display:block;
	/*padding:12px 0 0 0;*/
	margin-top:25px;
}

/*******************************************************
 					新闻详情
 *******************************************************/
.case-content-wrap{
	width: 1300px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.case-content{
	width: 1300px;
	float: left;
}
.case-content .nav{
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 25px;
	background: #F7F8F8;
	font-size: 14px;
}
.case-content .tittle{
	text-align: center;
	font-size: 24px;
}
.case-content .time{
	text-align: center;
	margin: 27px;
}
.case-content .time em{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/news_list_03.png);
	vertical-align: -4px;
	margin-right: 10px;
	background-position: center;
}
.case-content hr{
	border: none;
	border-top:1px solid #ccc;
	padding:30px 0 0px 0;
	margin-top:20px;
}
.case-content-text{
	padding: 42px 22px;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.case-content-right{
	overflow: hidden;
}
.case-content-right .seach{
	line-height: 40px;
	padding-left: 10px;
	background: #F7F8F8;
	font-size: 14px;
}
.case-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;
}
.case-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(1) .left{
	background-image: url(../img/news_detail_15.png);
}
.contact-us li:nth-child(2) .left{
	background-image: url(../img/news_detail_20.png);
}
.contact-us li:nth-child(3) .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: 0px;
}
.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;
}

/*******************************************************
 					产品详细页 典型使用场景
 *******************************************************/
.sol-demo{
	background-color:#ffffff;
}
.sol-demo .tittle{
	text-align: center;
	padding: 50px 0;
	color:#333333;
}
.sol-demo .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.sol-demo .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.sol-demo-list{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.sol-demo-list li{
	width: calc(100% / 4);
	height: 250px;
	margin-bottom: 120px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#333333;
	padding:30px 20px 0 20px;
	position:relative;
}
.sol-demo-list li span{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	display:block;
	top:0;
	position:absolute;
	z-index:999;
	left:110px;
}
.sol-demo-list li h1{
	background-position: center;
	background-repeat: no-repeat;
	text-align:left;
	font-size:16px;
	height:240px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	background-color:#f7f8f8;
	padding:90px 20px 20px 20px;
	display:block;
	top:70px;
	position:absolute;
	border-radius:4px;
}
/*案例轮显图开始-----------------------------------------------------*/
.fix{*zoom:1;}
.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
/*banner*/
.none{ display:none;}
.banner{ min-width:1300px;height:480px; position:relative; margin:0 auto; overflow:hidden; z-index:1;}
.banner_show{ width:100%; text-align:center; height:572px; overflow:hidden; position:relative;}
.bannger_inbox{ position:absolute; left:50%; top:0;}

/*翻页*/
.banner_pre_next{position:relative; z-index:101; top:360px; width:200px; left:50%; height:37px; margin-left:-230px;*left:240px;}
.banner_pre_next a{ width:49px; height:32px; background:url(../img/btn.png) no-repeat; text-indent:-999em;}
.banner_pre_next .banner_btn_left{position:absolute; background-position:0px 0px;}
.banner_pre_next .banner_btn_right{position:absolute; right:2px; background-position:-49px 0px;}


/*圆点*/
.yq_banner_list{ width:200px; height:25px;position:absolute; top:485px; text-align:right; z-index:100; left:120px; padding-right:12px;}
.yq_banner_list a{ display:inline-block; width:19px; height:19px;background:url(../img/abg.png) no-repeat right; margin-right:10px;}
.yq_banner_list a.hover{background:url(../img/abg.png) no-repeat left; }

/*文字*/
.banner_mag{width:50%;height:480px;position:absolute; overflow:hidden;left:0;top:0px; text-align:left;z-index:99;font-family:"Microsoft YaHei";}
.banner_magbox{height:480px; background: rgba(0,0,0,.3); text-align:left; padding:80px 30px 35px;}
.banner_magbox .focus-img{ text-align:right; margin-bottom:40px;}
.banner_magbox h4{font-size:30px; font-weight:normal;color:#fff; margin-bottom:50px; padding-left:150px; }
.banner_magbox h4 a{color:#fff; }
.banner_magbox p{font-size:16px; color:#fff;font-weight:normal;line-height:32px; padding-left:150px; margin-bottom:55px;}
.banner_magbox a{font-size:16px; color:#ffffff; background:none; font-weight:normal; width:220px; height:44px; line-height:44px; text-align:center; cursor:pointer; margin-left:150px; padding:10px 50px; transition: .2s all; border:1px #FFFFFF solid; text-decoration:none;border-radius: 50px; }
.banner_magbox a:hover{font-size:16px; color:#ff4e00; font-weight:normal;  background-color:#ffffff; width:220px; height:44px; line-height:44px; text-align:center; cursor:pointer; margin-left:150px; padding:10px 50px; border:1px #FFFFFF solid; transition: .2s all; background-color:#FFFFFF; text-decoration:none;}


/*案例轮显图结束-----------------------------------------------------*/


/*******************************************************
 					产品详细页 客户效益
 *******************************************************/
.about{
	background-color:#ffffff;
}
.about .tittle{
	text-align: center;
	padding: 20px 0 0 0;
	color:#333333;
}
.about .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
	margin-bottom:40px;
}
.about .tittle p:nth-child(2),
.about .tittle p:nth-child(3),
.about .tittle p:nth-child(4){
	margin-top: 20px;
	font-size: 16px;
	color:#333333;
	text-align:left;
	line-height:30px;
   text-indent:2em;
}
.about .tittle p:nth-child(3),
.about .tittle p:nth-child(4){
	margin-top: 0px;
}
.about .tittle br{
	clear:both;
	display:block;
	margin-top:20px;
}
.title ul{
  width: 1300px;
  padding:40px 0;
  float:left;
}
.title ul li{
  width: 423px;
  background-position: center;
	background-repeat: no-repeat;
  
}
.tittle ul li:nth-child(1){
  background:url(../img/about-01.jpg) no-repeat center;
  height:145px;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
   margin:40px 0 60px 0;
}
.tittle ul li:nth-child(2){
  margin:40px 15px 60px 15px;
  background:url(../img/about-02.jpg) no-repeat center;
  height:145px;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
}
.tittle ul li:nth-child(3){
  background:url(../img/about-03.jpg) no-repeat center;
  height:145px;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
   margin:40px 0 60px 0;
 
}
.tittle li span{
  display:block;
  width:423px;
  text-align:center;
  font-size:24px;
  font-weight:bold;
  line-height:50px;
  padding-top:25px;
  color:#ffffff;
}
.about .tittle hr{
	border: none;
	border-top: 1px solid #ccc;
	padding: 0 0 30px 0;
	margin-top:30px;
  clear:both;
}
.about-list{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.about-list li{
	width: calc(100% / 4);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#333333;
	padding-top:30px;
	position:relative;
}
.about-list li span{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	display:block;
	top:0;
	position:absolute;
	z-index:999;
	left:98px;
}
.about-list li h1{
	background-position: center;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	height:40px;
	color:#333333;
	margin-bottom:15px;
	display:block;
	padding:120px 0 20px 0;
}
.about-list li h2{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	font-size:14px;
	height:100px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	display:block;
	border-radius:4px;
	padding:0 20px 0 20px;
}
.about-list li h3{
	background-position: center;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	height:40px;
	color:#333333;
	margin-bottom:15px;
	display:block;
	padding:120px 20px 30px 20px;
	line-height:24px;
}
.about-list li h4{
	background-position: center;
	background-repeat: no-repeat;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	display:block;
	border-radius:4px;
	padding:30px 20px 0px 20px;
	line-height:24px;
}
.about-list li h3 em{  
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C2C2C2;
	border-radius: 50%;
	margin-right: 10px;
}
.about-list li h4 em{  
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C2C2C2;
	border-radius: 50%;
	margin-right: 10px;
}

/*******************************************************
 				  关于我们  我们能帮用户实现
 *******************************************************/
.wedo{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.wedo li{
	width: calc(100% / 2);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#333333;
	padding-top:30px;
	position:relative;
	display:table;
}
.wedo li span{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	display:block;
	top:0;
	float:left;
}
.wedo li h1{
	background-position: center;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	height:40px;
	color:#333333;
	margin-bottom:15px;
	display:block;
	padding:30px 0 20px 0;
}
.wedo li h2{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	font-size:14px;
	height:100px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	display:block;
	border-radius:4px;
	padding:0 20px 0 20px;
}
.wedo li h3{
	background-position: center;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	height:40px;
	color:#333333;
	padding:0;
	line-height:24px;
	display:table-cell;
	vertical-align:middle;
}
.wedo li h4{
	background-position: center;
	background-repeat: no-repeat;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	display:block;
	border-radius:4px;
	padding:0;
	line-height:24px;
}
.wedo li h3 em{  
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C2C2C2;
	border-radius: 50%;
	margin-right: 10px;
}
.wedo li h4 em{  
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C2C2C2;
	border-radius: 50%;
	margin-right: 10px;
}


/*******************************************************
 					方案页 推荐文档阅读
 *******************************************************/
.sol-dongtai{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:90px;
}
.sol-dongtai .tittle{
	text-align: center;
	padding: 40px;
}
.sol-dongtai .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.sol-dongtai .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.sol-dongtai>ul{
	width: 590px;
}
.sol-dongtai>ul li{
	line-height: 36px;
	font-size: 14px;
}
.sol-dongtai>ul em{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C2C2C2;
	border-radius: 50%;
	margin-right: 10px;
}
.sol-dongtai .left{
	float: left;
}
.sol-dongtai .right{
	float: right;
}
.sol-dongtai .sol-info{
	float: left;
}
.sol-dongtai .sol-time{
	float: right;
	color: #999;
}

/*******************************************************
 					荣誉资质
 *******************************************************/
.case-honor{
	background-color:#f3f3f3;
}
.case-honor .tittle{
	text-align: center;
	padding: 50px 0;
	color:#333333;
}
.case-honor .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.case-honor .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.case-honor-list{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.case-honor-list li{
	width: calc(100% / 4);
	height: 200px;
	margin-bottom: 120px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:460px;
	text-align:center;
	font-size:14px;
	color:#333333;
}
.case-honor-list li:nth-child(1){
	background-image: url(../img/honor_01.png);
}
.case-honor-list li:nth-child(2){
	background-image: url(../img/honor_02.png);
}
.case-honor-list li:nth-child(3){
	background-image: url(../img/honor_03.png);
}
.case-honor-list li:nth-child(4){
	background-image: url(../img/honor_04.png);
}


/*******************************************************
 					底部
 *******************************************************/
.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;
}