

/*------------------------重置样式开始------------------------*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) scroll repeat 0% 0% !important;
	border-radius: 5px;
}

::scrollbar {
	width: 0px;
}

html,
body {
	scrollbar-face-color: #a3a3a3;
	/*滚动条3D表面（ThreedFace）的颜色*/
	scrollbar-highlight-color: #ccc;
	/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
	scrollbar-shadow-color: #ccc;
	/*滚动条3D界面的暗边（ThreedShadow）颜色*/
	scrollbar-3dlight-color: #ccc;
	/*滚动条亮边框颜色*/
	scrollbar-arrow-color: #ccc;
	/*滚动条方向箭头的颜色 */
	scrollbar-track-color: #ccc;
	/*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color: #ccc;
	/*滚动条暗边框（ThreedDarkShadow）颜色*/
}

html{
	border: 0px;
}

body,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tbody,
tfoot,
th,
td,
tr,
dl,
dd,
dt,
p,
input,
button,
textarea,
form,
select,
button,
strong{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-family: "Microsoft Yahei",Arial, "Lucida Grande", Verdana, Lucida, Helvetica,  sans-serif;
	border: 0px;
	font-weight: normal;
	border-collapse: collapse;
	word-wrap: break-word;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active{
	background-color: transparent;
}

.clear{
	clear: both;
}

.hide{
	display: none;
}

.news_box:after,
.newsdata_title:after,
.article_recommend_box:after,
.recruit_left .dl-horizontal:after,
.contact_info:first-child:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	transform: scaleY(.2);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

/*.recruit_left:after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	transform: scaleY(.2);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}*/

/*------------------------重置样式结束------------------------*/

/*-------------------------脚部开始-------------------------*/

.footer_content{
	background-color: #1e1f21;
}

.footer_box {
	width: 1200px;
	margin: 0 auto;
}

.footer_main_content {
	padding-top: 40px;
	overflow: hidden;
}

.footer_main_left {
	float: left;
}

.footer_main_logo,
.footer_main_logo img {
	width: 252px;
}

.footer_enterprise_content {
	padding-top: 8px;
	margin-top: 12px;
	border-top: 1px solid #4d4d4d;
}

.footer_enterprise_content img {
	width: 37px;
	height: 41px;
	float: left;
	margin-right: 12px;
}

.footer_enterprise_content ul li {
	margin-top: 2px ;
	white-space: nowrap;
}

.footer_enterprise_content ul li span {
	font-size: 12px;
	color: #ccc;
}

.footer_enterprise_content ul li small {
	font-size: 10px;
	color: #999;
}

.footer_main_right {
	float: right;
}

.footer_main_fun_content {
	margin-left: 114px;
	float: left;
}

.footer_main_fun_content:first-child {
	margin-left: 0;
}

.footer_main_fun_title {
	padding-bottom: 22px;
}

.footer_main_fun_title h3 {
	font-size: 16px;
	color: #ccc;
	position: relative;
}

.footer_main_fun_title h3::after {
	content: '';
	width: 30px;
	height: 1px;
	margin-top: 12px;
	background-color: #808080;
	display: block;
}

.footer_main_fun_list ul {
	margin-right: 26px;
	float: left;
}

.footer_main_fun_list ul:last-child {
	margin-right: 0;
}

.footer_main_fun_list ul li {
	margin-bottom: 16px;
}

.footer_main_fun_list ul li a {
	font-size: 14px;
	color: #999;
}

.footer_main_address {
	width: 216px;
}

.footer_main_tel i {
	width: 26px;
	height: 26px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background-color: #00cd85;
	vertical-align: middle;
	border-radius: 50%;
}

.footer_main_tel strong {
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	color: #999;
	vertical-align: middle;
}

.footer_main_address p {
	margin-top: 16px;
	font-size: 12px;
	color: #999;
	line-height: initial;
}

.footer_main_qrcode,
.footer_main_qrcode img {
	width: 76px;
	height: 76px;
}

.footer_productlist_content {
	padding-top: 36px;
}

.footer_productlist_title {
	text-align: center;
	position: relative;
}

.footer_productlist_title::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #4d4d4d;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

.footer_productlist_title h3 {
	padding: 0 12px;
	font-size: 20px;
	color: #ccc;
	display: inline-block;
	background-color: #333;
	position: relative;
	z-index: 2;
}

.footer_productlist_list {
	padding-bottom: 30px;
	font-size: 0;
}

.footer_productlist_list ul li {
	height: 48px;
	line-height: 48px;
	margin-top: 30px;
	margin-right: 18px;
	display: inline-block;
}

.footer_productlist_list ul li:last-child {
	margin-right: 0;
}

.footer_productlist_list ul li a {
	text-decoration: none;
}

.footer_productlist_list ul li img {
	width: 48px;
	height: 48px;
	margin-right: 10px;
	vertical-align: middle;

}

.footer_productlist_list ul li span {
	font-size: 16px;
	color: #999;
	vertical-align: middle;
}

.footer_friendshiplink {
	padding-bottom: 8px;
	border-top: 1px solid #4d4d4d;
	font-size: 0;
}

.footer_friendshiplink ul li span,
.footer_friendshiplink ul li a {
	font-size: 12px;
	color: #808080;
}

.footer_friendshiplink ul li {
	margin-top: 10px;
	margin-right: 18px;
	display: inline-block;
}

.footer_copyright {
	padding: 14px 0;
	border-top: 1px solid #4d4d4d;
}

.footer_copyright p {
	text-align: center;
	font-size: 12px;
	color: #595959;
	line-height: initial;
}

.footer_head_content {
    padding: 38px 0 30px;
}

.footerOne {
	float: none !important;
}

.footerOne li {
    float: left;
    margin: 0 60px 0 0;
}

.footerOne li span {
    height: 44px;
    margin-right: 15px;
    padding: 0 12px;
    font-size: 36px;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 10px;
}

.footerOne li .desc {
	float: right !important;
    color: #fff;
}

.footerOne li .desc h3 {
    font-size: 24px;
}

.footerOne li .desc p {
    font-size: 14px;
    color: #858585;
}



/*新样式*/
.footer_box .footer_main_content .footer_left {
	float: left;
}
.footer_box .footer_main_content .footer_left dl {
	float: left;
	width: 150px;
	margin-right: 70px;
}
.footer_box .footer_main_content .footer_left dl dt {
	font-size: 20px;
	color: #cccccc;
	padding-bottom: 20px;
	border-bottom: 1px solid  #4d4d4d;
}
.footer_box .footer_main_content .footer_left dl dd {
	float: left;
	margin-top: 20px;
}
.footer_box .footer_main_content .footer_left dl dd a {
	display: block;
	line-height: 2;
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
}
.footer_box .footer_main_content .ft-help-2 {
	float: right;
	width: 250px;
}
.footer_box .footer_main_content .ft-help-2 .contact {
	margin-bottom: 24px;
}
.footer_box .footer_main_content .ft-help-2 .contact i {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	float: left;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
	background-color: #333333;
}
.footer_box .footer_main_content .ft-help-2 .contact .text {
	margin-left: 63px;
}
.footer_box .footer_main_content .ft-help-2 .qrcode .item {
	text-align: center;
	float: left;
	margin-right: 20px;
}
.footer_box .footer_main_content .ft-help-2 .qrcode .item-2 {
	margin-right: 0;
}
.footer_box .footer_main_content .ft-help-2 .qrcode .item .img img {
	width: 110px;
	height: 110px;
}
.footer_box .footer_main_content .ft-help-2 .qrcode .item p {
	line-height: 44px;
	color: #999;
	font-size: 14px;
}
.footer_box .footer_main_content .ft-help-2 .contact .text h3 {
	font-size: 14px;
	color: #999;
}
.footer_box .footer_main_content .ft-help-2 .contact .text p {
	font-size: 23px;
	color: #fff;
}
/*-------------------------脚部结束-------------------------*/
.floor_ten {
	width: 100%;
	height: 130px;
	background: #27282b;
}
.floor_ten .list{
	width: 1200px;
	margin: 0 auto;
}
.floor_ten ul li {
	height: 130px;
	float: left;
	width: 25%;
	background: url(../picture/bottom_icon01.png) no-repeat left center;
}
.floor_ten ul .li_two {
	background: url(../picture/bottom-icon2.png) no-repeat left center;
}
.floor_ten ul .li_three {
	background: url(../picture/bottom-icon3.png) no-repeat left center;
}
.floor_ten ul .li_four {
	background: url(../picture/bottom-icon4.png) no-repeat left center;
}
.floor_ten ul .one {
	padding-left: 70px;
	margin-top: 46px;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}
.floor_ten ul .two {
	padding-left: 70px;
	color: #999999;
	font-size: 16px;
}
