@charset "utf-8";
Shtml, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, 
blockquote, pre, form, fieldset, table, th, td, span{padding:0;margin:0;}
li{ list-style: none; }
a{ text-decoration:none; color: #111; }
body{font-family: "PingFang SC",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei",STHeiTi,sans-serif;background-color: #f5f5f5;}
header { width: 100%;}
body,html{
 overflow-x:hidden;
}
/*代码初始化*/
*{
    margin: 0;
    padding:0;
}
ul,ol{
    list-style: none;
}
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
input{
    padding-top:0;
    padding-bottom:0;
    outline:none;
}
select,input{
    vertical-align: center;
}
select,input,textarea{
    font-size:12px;
    margin:0;
}
textarea{
    resize: none;
}
img{
    border:0;
    vertical-align:middle;
}
table{
    border-collapse:collapse;
}
body{
    font-size:12px;
	font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color:#666;
    background-color: #f5f5f5;
}
.clearfix:before,.clearfix:after{
    content:"";
    display: table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}
a{
    color:#666;
    text-decoration:none;
}
a:hover{
    color:#ee2d23;
}
h1,h2,h3,h4,h5,h6{
    text-decoration: none;
    font-weight: normal;
}
s,i,em{
    font-style:normal;
    text-decoration: none;
}
.col-red{
    color: #ee2d23!important;
}

/*公共类代码*/
.w{
    width:1180px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.al{
    text-align: left;
}
.ac{
    text-align:center;
}
.ar{
    text-align:right;
}
.hide{
    display:none;
}
.bg-white{
    background-color: #fff;
}
/*顶部导航条开始*/
.top-head{
    width:100%;
    height:40px;
    background-color: #333;
}
.top-nav li{
    float:left;
    line-height:40px;
    color:#424242;
    margin-right:8px;
}
.top-nav li a,.top-tel{
    font-size:12px;
    color:#b0b0b0;
}
.top-nav li a:hover{
    color: #fff;
}
.top-tel{
    line-height:40px;
}
/*顶部导航条结束*/

/*导航条开始*/
.nav-box{
    height:55px;
    padding:22px 0;
}
.nav{
    margin-left:80px;
}
.nav li{
    float:left;
    line-height:55px;
    margin-right:20px;
}
.nav li a{
    font-size:16px;
    color:#333;
}
.nav li a:hover{
    color:#ee2d23;
}.nav-search{
     position: relative;
 }
.search-box,.search-btn{
    width: 142px;
    height: 50px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #616161;
    padding:0 10px;
    transition: border .2s;
}
.search-border{
    border:1px solid #ee2d23;
    transition: border .2s;
}
.search-btn{
    width:52px;
    height:52px;
    border-left:0;
    margin:0;
    padding: 0;
    cursor:pointer;
    background:url('../imgs/seacrh-btn.jpg');
}
.search-text{
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top:50%;
    right:65px;
    margin-top:-6px;
}
.search-text-a{
    background: #eee;
    color: #757575;
    padding: 0 5px;
    transition: all .2s;
}
.search-text-a:hover{
    color:#fff;
    background:#ee2d23;
    transition: all .2s;
}
.autocomplete-container {
	width: 216px;
}

.autocomplete-input {
	padding: 9px;
	border-radius: 3px;
	font-family: inherit;
	float: left;
	font-size: 1em;
	border: 1px solid rgba(0, 0, 0, 0.19);
	margin: 0;
}

.autocomplete-button {
	font-family: inherit;
	border: none;
	background-color: #990101;
	color: white;
	padding: 8px;
	float: left;
	cursor: pointer;
	border-radius: 0px 3px 3px 0px;
	transition: all 0.2s ease-out 0s;
	margin: 0.5px 0px 0px -1px;
}

.autocomplete-button:HOVER {
	background-color: #D11E1E;
}

.proposal-box {
	position: absolute;
	height: auto;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	left: 0px;
	z-index: 999;
}

.proposal-list {
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.proposal-list li {
	text-align: left;
	padding: 5px;
	font-family: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	height: 25px;
	line-height: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

li.proposal.selected {
	background-color: rgba(175, 42, 0, 0.52);
	color: white;
}
.head_top{ width: 100%; height:32px; background: #333; }
.auto { width: 1180px; margin: 0 auto }
.head_top a{ font-size: 12px; color:#eee; line-height: 32px;}
.logo_h1{font-size: 23.4px;color: #5b5b5b;display: inline-block; line-height: 110px;margin-left: 13px;vertical-align: top;}
.top_p { float: right; margin-top: 0px; color: #ededed; line-height: 32px; }
.top_p span {color: #ee2e24; font-size: 16px;}
.top_p a { display: inline-block; padding: 0 5px;  } 
.logo_wai {box-shadow: 1px 1px 5px rgba(0,0,0,.08); border-top: none; background: #fff;}
.nav{ display: inline-block; vertical-align: top; }
.xiang_mu {display: inline-block; width: 164px; height: 60px; 
 line-height: 60px; text-align: center; color: #fff; font-size: 22px; margin-right: 30px; }
.navf { margin-right: 80px; }
.xz { background: #f6f6f6; color: #ee2e24; }
.nav li:hover{background: #f6f6f6; color: #ee2e24;  }
.dh_left{float:left;margin-right:56px; margin-top: 20px;}
.waibao { width:100%; background: #f2f2f2;  padding-bottom: 40px;  }
.mbxie a{ font-size: 12px;  }
.zh_lt { display: inline-block; vertical-align: top; width: 800px;background: #fff; padding: 16px 14px 0px 16px;}
.zh_lt .articleTag {
    height: 14px;
    padding-bottom: 28px;
    border-bottom: 1px solid #eee;
}
.articleA{margin: 20px 0 21px 0;
    padding-bottom: 32px;
	    border-bottom: 1px solid #eee;}
.articleTag span {
    float: left;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #666;
    margin-right: 32px;
}
.edit{margin-top:12px; height: 255px;}
.edit .edit-box {
    padding: 0px 24px;
}
.edit .edit-box .edit-item {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    color: rgb(51, 51, 51);
}
.edit .edit-box .edit-item .p1 {
    display: inline-block;
    width: 570px;
}
.edit .edit-box .edit-item .p3 {
    float: right;
    color: rgb(153, 153, 153);
}
.footer_auto{width: 1200px;
    margin: 10px auto 0 auto;
    padding: 7px 0 10px 0;
    border-top: 3px solid #EE1111;
    text-align: center;
    color: #7c7c7c;
    font-size: 12px;}
.muludaohang {border-top: 1px #ececec solid;
    border-left: 1px #ececec solid;
    border-right: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
    border-radius: 3px;
    min-height: 260px;
}
.footer_auto p {
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.footer_auto p a {
    display: inline-block;
    margin: 0 9px;
}
.zh_lt .muludaohang ul{width:710px;}
.zh_lt .muludaohang ul li{width:300px; float:left;line-height:28px;    font-size: 14px; margin-left:30px;}
.zh_lt .muludaohang ul li a{color: #136ec2;}
.zh_lt .muludaohang p{font-size:18px; margin-left:30px;}
.zh_ri { display: inline-block; vertical-align: top; width: 370px;  background: #fff; 
	margin-left: 15px;  padding-top: 0px; position: relative;}

.zh_ltri { display: inline-block; vertical-align: top; margin-left: 20px;  }

.zh_ltrip1 { font-size: 20px; color: #ee2e24; margin-top: 0px; }
.zh_ltrip2 {font-size: 12px; color: #666;width: 470px; margin-top: 0px;}
.zh_ltrip3 {width: 215px; font-size: 14px; clip: #333; display: inline-block; margin-top: 0px; }
.an2 { width: 174px; height: 36px; line-height: 36px; margin-right: 10px; margin-top: 10px; }
.zhishilie { margin-top: 30px; }
.zhishilie li { width: 768px; height: 150px; border-bottom: 1px #afafaf dotted; display: inline-block; }
.zhishilie li:hover{background: #f3f3f3 !important;}
.zhishilip1 { font-size: 16px; color: #333; margin-top: 40px; }
.zhishilip2 { font-size: 12px; width: 758px; line-height: 20px; color: #666; }

.yema li{ float: left; width: 24px; height: 24px; background: #ccc; border-radius: 3px;
 font-size: 16px; color: #fff;  margin-left: 3px;
text-align: center; 
line-height: 24px; }
.yema { width: 260px; margin: 0 auto; position: relative; top: 30px; }
.yema li:hover{background: #f36c65 !important;   }
.yema_dian { background: #f36c65 !important; }
.next { width: 80px !important; }
.zh_lt .avoid{font-weight: bold;color: #136ec2;text-decoration: none;}
.zh_lt p{margin-bottom: 16px;line-height: 24px;font-size: 16px;}
.zh_lt a{color: #136ec2;text-decoration: none;}
.tuijian { font-size: 18px; color: #333; }
.rilie { width: 253px; height: 142px; overflow: hidden;}

			 .rilie img {
			    cursor: pointer;
			    transition: all 0.8s;
			}

			 .rilie img:hover{
			    transform: scale(1.2);
			}
/*面包导航*/
.breadnav {
    width: 1180px;
    margin: 0 auto;
    border-bottom: #f6f6f7 solid 1px;
    font-size: 12px;
    line-height: 40px;
    color: #858585;
}
.breadnav a {
    color: #858585;
}
.breadnav a::after {
    content: ">";
    color: #cdcdcd;
    font-size: 12px;
    margin: 0 7px;
}
.zh_rilie span { font-size: 14px; color: #333; }	
.zh_rilie li {margin-top: 20px;}
.xian { border-bottom: 1px #ccc solid; margin-top: 35px; }
.wetilie li { font-size: 14px; margin-top: 15px;     text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
.wetilie li:hover{ color: #f36c65; }
.wetilie li img { position: relative; top: 3px; }
.an3 { width: 100%; height: 36px; line-height: 36px; margin-top: 30px; }
.an3 img { margin-right: 5px; position: relative; top: 2px; }

.zh_lt h1{ font-size: 24px; color: #000;font-weight: normal; height: auto;line-height: 34px;margin-bottom: 7px;}
.si_ji { font-size: 12px; color: #999; }
.si_ji span { margin-left: 30px; }
.mu_lu { font-size: 18px; }
.mu_lu_lie a { font-size: 14px; line-height: 24px; color: #666; }
.mu_lu_lie a:hover{ color: #000; }
.xian3 { width: 712px; border-bottom: 1px solid #eee;    margin-top: 10px; }
.wen_zi { font-size: 14px; color: #666; text-indent: 2em; line-height: 24px; margin-top: 24px; }

.zh_lt h2 {color: #444;font-size: 18px;font-weight: bold;margin: 16px 0;padding: 10px 0;line-height: 16px;border-bottom: 1px solid #eee;}
.timu { font-size: 18px; color: #333; border-bottom: 2px #eaeaea  solid; padding-bottom: 18px;  margin-top: 40px;}
.anniu a {height: 35px; line-height: 35px; vertical-align: top; }
.anniu a img { position: relative; top: 5px; margin-right: 3px; }
.anan2 { width: 90px; }
.anan3 { width: 145px;  }
.anan4 { width: 50px; background: #999; }
.anniu  { float: right; margin-top: 20px; }
.fen_xiang li { float: left; margin-right: 4px; margin-top: 25px;}

			 .fen_xiang img {
			    cursor: pointer;
			    transition: all 0.8s;
			}

			 .fen_xiang img:hover{
			    transform: scale(0.8);
			}
.bdsharebuttonbox{ float: left;}
.fn-left2{position: relative;float: left; width:830px;}
.clearfloat{clear:both} 
.x_g { font-size: 16px; margin-left: 16px; }
.x_gul li {font-size: 12px; color: #666; line-height: 36px;}
.x_gul li span { display: inline-block; width: 3px; height: 3px; background: #f36c65; 
	border-radius: 3px; margin-right: 9px; position: relative; top:-3px; }
.x_gul li:hover{ color: #000; }	
.pileft { display: inline-block; vertical-align: top; width:240px;}
.piright {display: inline-block;vertical-align: top;margin-left: 70px;width: 445px;}
.baikeliuyan{width: 770px;}
.wenben { width: 445px; height: 124px; background: #f8f8f8; box-sizing: border-box; padding: 10px;
margin-top: 10px; margin-bottom: 8px; }
.piright a { width: 90px; height: 35px; line-height: 35px; float: right; margin-left: 4px; }
.anan6 { background: #666; }
.tui { font-size: 16px; margin-top: 30px; }
.icoa{ display: inline-block; width: 80px;  }
.icoa { font-size: 14px; color: #666; text-align: center; margin-top: 30px;margin-bottom: 0px; }

.yema { width: 260px; margin: 0 auto; position: relative; top: 30px; }
.yema li:hover{background: #f36c65 !important;   }
.yema_dian { background: #f36c65 !important; }
.next { width: 80px !important; }
.niutu-part{background: #fcfcfc; border: 1px solid #dcdddd;overflow: hidden;}
.subtit {
    margin: 20px 0 23px 20px;
}
.subtit.subtit-3 {
    width: 94px;
    height: 19px;
    background-repeat: no-repeat;
}
.more {
    color: #212121;
    font-size: 14px;
    padding-right: 20px;
    position: absolute;
    right: 12px;
    top: 22px;
    display: block;
}
.niutu-part .pic-wrap li {
    float: left;
    width: 158px;
    margin: 0 2px 10px 18px;
}
.niutu-part .pic-wrap li a {
    display: block;
    width: 100%;
    height: 100%;
}
.niutu-part .pic-wrap li .img-box {
    width: 158px;
    height: 100px;
    overflow: hidden;
}
.niutu-part .pic-wrap li img {
    display: block;
    width: 158px;
    height: auto;
}
.niutu-part .pic-wrap li p {
    color: #403f3f;
    font-size: 14px;
    width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .list-wrap li {
    border-bottom: 1px solid #dcdddd;
}
.list-wrap li a {
    color: #403f3f;
}
 .list-wrap li .tit {
    font-size: 16px;
    padding-left: 16px;
    margin: 32px 0 19px 22px;
	    font-weight: 700;
}
.list-wrap li .comment {
    font-size: 14px;
    margin-left: 38px;
    margin-right: 20px;
}
.list-wrap li .time {
    color: #868686;
    font-size: 14px;
    text-align: right;
    margin: 10px 20px 20px 0;
}
.video_jx .bd {
    overflow: hidden;
    width: 712px;
}
.video_jx .bd ul {
    width: 712px;
}
.video_jx .bd li {
    float: left;
    width: 217px;
    height: 152px;
    margin-right: 20px;
}
 .video_jx .bd li a {
    display: block;
    position: relative;
    width: 217px;
    height: 112px;
} 
 .video_jx .bd li img {
    width: 217px;
    height: 112px;
}
 .video_jx .bd li span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background: #000;
}
.video_jx .bd li em {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 7px;
    width: 6px;
    height: 11px;
    background: url(../img/124356275.png) no-repeat 0 0;
}
.video_jx .bd li h4 {
    margin-top: 9px;
    font: bold 12px/22px "\5B8B\4F53";
}
.page_right{width:390px;float:left;}

#Catalog_box {position:fixed;bottom:500px;margin-left:50px;}
#Catalog_box .cate-item1 span{color: #999; font-weight: bold;font-family: Arial; font-size: 14px; padding-right: 5px;}
#Catalog_box .cate-item1 {font-weight: 700;text-decoration: none;font-size: 14px; color:#555;  margin-bottom: 5px;}

#Catalog_box .cate-item2{padding-left:20px; font-size:14px; }
#Catalog_box .cate-item2 span{font-weight: 500;}
#Catalog_box dd.active,#Catalog_box dd.active a{color:#136ec2!important;}
.zh_lt  table {
    width: 640px;
    color: #666666;
    text-align: center;
    margin-bottom: 1px;
	border-collapse: collapse;
	margin: 0 auto;
}
 .zh_lt  table td{height: 30px;}
.zh_lt h3{font-size: 16px;font-weight: 400;color: #333;
}
.arc-xg{margin-top:80px; }
.rmdlist-items{background-color: #fafafa;
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    padding: 15px 15px 0;}
.rmdlist-items li {
    color: #404040;
    display: inline-block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    margin-right: 33px;
    padding-left: 8px;
    position: relative;
    width: 180px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.module-common-footer{width: 100%;
    margin: 0 auto;
    text-align: center;
	background:#fff;
  }
.module-common-footer .footbox {
    width: 1180px;
    margin: 0 auto;
}
.module-common-footer .f-nav {
    zoom: 1;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 40px 0;
}
.module-common-footer .f-nav li {
    float: left;
	margin-right:20px;
}
.module-common-footer .f-nav li a {
    font-size: 14px;
    color: #999;
}
.module-common-footer .baiduread {
    clear: both;
    width: 100%;
    font-size: 12px;
    border-top: 1px solid #dfe0e4;
    text-align: left;
    padding: 30px 0 25px;
}
.videoright{width: 328px;float: right;}
.rightBox {
    background: #fff;
    margin-bottom: 24px;
}
.rightBox .author-mes {
    padding: 10px 10px 0 10px;
}
.rightBox .leftXian {
    width: 4px;
    height: 24px;
    background: #EE1111;
    float: left;
    margin-top: 15px;
}
.rightBox .rec {
    height: 54px;
    line-height: 54px;
    margin: 0 24px 0 24px;
    border-bottom: 1px solid #eee;
}
.mes-box{border-bottom: 1px solid #eee;}
.rightBox .mess {
	height:80px;
    margin-bottom: 24px;
}
.fn-left {
    float: left;
}

.rightBox .all-chejiahao {
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.rightBox .all-chejiahao div {
    width: 100px;
    margin: 0 auto;
}
.rightBox .all-chejiahao div span {
    font-size: 16px;
    color: #666;
}
.authorCover{margin-right:10px;}
.introduction{font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.rightBox .author-mes .info .authorTitle {
    max-width: 160px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    margin-bottom: 50px;
}
.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rightBox .author-rec .p1 {
    font-size: 18px;
    color: #333;
    float: left;
}
.two .article {
    padding: 24px;
}
.two .article .article-item {
    height: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}
.two .article .article-item a {
    font-size: 14px;
    color: #666;
}
.tags .tag-list {
    padding: 24px 24px 12px 24px;
    margin-right: -15px;
}
.tags .tag-list .tag-item {
    float: left;
    font-size: 14px;
    color: #666;
    height: 12px;
    line-height: 12px;
    padding: 10px 12px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0 8px 12px 0;
}
.tags{height:320px;}
table {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(92, 125, 192);
text-align:center;
}

table td{
    border-top:1px solid rgb(92, 125, 192);
    border-left:1px solid rgb(92, 125, 192);
}
table tr td:last-child{
    border-right:1px solid rgb(92, 125, 192);
}

table td,table th {
padding: 5px 10px;
font-size: 12px;
font-family: Verdana;
color:rgb(92, 125, 192);
}

table tr:nth-child(even) {
background: rgb(211, 223, 237);
}
table tr:nth-child(odd) {
background: #FFF
}
.autocomplete-container {
	width: 216px;
}

.autocomplete-input {
	padding: 9px;
	border-radius: 3px;
	font-family: inherit;
	float: left;
	font-size: 1em;
	border: 1px solid rgba(0, 0, 0, 0.19);
	margin: 0;
}

.autocomplete-button {
	font-family: inherit;
	border: none;
	background-color: #990101;
	color: white;
	padding: 8px;
	float: left;
	cursor: pointer;
	border-radius: 0px 3px 3px 0px;
	transition: all 0.2s ease-out 0s;
	margin: 0.5px 0px 0px -1px;
}

.autocomplete-button:HOVER {
	background-color: #D11E1E;
}

.proposal-box {
	position: absolute;
	height: auto;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	left: 0px;
	z-index: 999;
}

.proposal-list {
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.proposal-list li {
	text-align: left;
	padding: 5px;
	font-family: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	height: 25px;
	line-height: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

li.proposal.selected {
	background-color: rgba(175, 42, 0, 0.52);
	color: white;
}
.articleA .tagBot {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}
.pi_run dt .fl {
    color: #999;
	font-size:14px;
}
.rev_dl {
    line-height: 22px;
    padding: 10px 24px;
    overflow: hidden;
    _display: inline-block;
    color: #333;
    background-color: #fff;
}
.fl {
    float: left;
}

.pi_run dt {
    padding-top: 10px;
    overflow: hidden;
    position: relative;
}
.pi_run dd {
    margin-top: 10px;
    padding-top: 0;
    position: relative;
border-bottom: 1px dotted #ccc;
}
.pi_run p {
    line-height: 26px;
    font-size: 14px;
    _display: inline-block;
    word-break: break-all;
    word-wrap: break-word;
}
.edit-item  p{
margin-top:10px;
line-height:25px;
font-size:14px;
}
.edit-item{
    border-bottom: 1px dotted #ccc;
margin-top: 10px;}
.edit-box{padding: 0px 24px;}
.footer {
    padding: 50px 0 30px;
    background: #2a2c37;
}
.company-info {
    width: 1190px;
    height: 90px;
    margin: 0 auto;
    color: #b8b8b8;
    padding-bottom: 50px;
}
.footer-logo {
    width: 102px;
    height: 90px;
    float: left;
    margin-left: 40px;
    _margin-left: 20px;
}
.phone-email {
    float: left;
    width: 378px;
    padding-left: 30px;
}
.ewm-box, .ewm-box img {
    width: 85px;
    display: block;
}
.ewm-box {
    float: left;
    height: 105px;
    margin-top: 4px;
    margin-right: 30px;
    text-align: center;
}
.company-info .basic-info {
    float: left;
    width: 390px;
    padding-left: 200px;
    background: transparent;
    margin: 0;
    overflow: hidden;
}
.friendly-link {
    width: 1100px;
    padding: 0 0 0 90px;
    height: auto;
    line-height: 28px;
    margin: 0 auto;
    position: relative;
}
.link-tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 28px;
    font-size: 16px;
}
.friendly-link a {
    color: #666;
    line-height: 28px;
    margin-right: 20px;
    display: inline-block;
    font-size: 12px;
}
.info-link a, .info-link a:hover {
    color: #b8b8b8;
}
.info-link a {
    margin-right: 5px;
}
.footer-logo{
    background-repeat: no-repeat;
    background-image:url(http://www.huomi360.cn/templets/default/imgs/newindex_logo.png);
.close-box, .open-box {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 9px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}