﻿@charset "utf-8";
.container {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.met_clear {
	clear: both;
}
.pagination {
    margin: 0 auto;
}

/*头部*/

.header_top {
	background: #585858;
}

.tem_top {
	position: relative;
	z-index: 100;
	height: 50px;
	color: #53555a;
	font-size: 14px;
	line-height: 50px;
}

.tem_top img {
	vertical-align: middle;
}

.tem_top .tem_top_zuo span {
	font-weight: normal;
	margin-left: 16px;
	color: #f6f6f6;
	vertical-align: middle;
}

.tem_top a {
	color: #fff;
}

.tem_top a:hover {
	color: #e60f0f;
}

.tem_top_nav {
	position: absolute;
	top: 0;
	right: 0;
}

.tem_top_nav dl {
	position: relative;
	float: right;
	margin-left: 30px;
}

.tem_top_nav dl dt i {
	margin-left: 5px;
}

.tem_top_nav dl dd {
	position: absolute;
	top: 50px;
	right: -13px;
	display: none;
	padding: 10px 18px;
	border: 1px solid #e7e8ed;
	background: #b3b3b3;
	white-space: nowrap;
}

.tem_top_nav dl dd a {
	display: block;
	height: 35px;
	line-height: 35px;
}

.tem_top_nav .menu-link {
	float: right;
	margin-left: 30px;
}

.tem_top_nav .menu-link i {
	color: #fff;
	font-size: 14px;
	line-height: 50px;
}

.news_search {
	display: none;
	float: right;
	position: relative;
	width: 190px;
	line-height: 30px;
	height: 30px;
	margin-top: 3%;
	background-color: #4f5356;
}

.news_search .search_box {
	width: 150px;
	padding-left: 10px;
	font-size: 14px;
	border: none;
	border-left: 1px solid #dbdbdb;
}

.news_search .search_box::-webkit-input-placeholder {
	color: #fff;
}

.news_search input {
	position: absolute;
	top: 20%;
	right: 0;
	color: #fff;
	background-color: #4f5356;
	border: none;
	border-left: 1px solid #dbdbdb;
}

.news_search input.searchgo {
	padding-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

.news_search i {
	position: absolute;
	top: 30%;
	left: 8px;
	color: #fff;
}


/*导航*/

.tem_head {
	position: relative;
}

.tem_head .nav {
	background: rgba(26, 26, 26, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.tem_head .nav ul li {
	position: relative;
	float: left;
	margin: 0 30px;
}

.tem_head .nav ul li a.navdown {
	color: #fff;
	border-bottom: 2px solid #ed0e28;
}

.tem_head .nav ul li a:hover {
	color: #fff;
	border-bottom: 2px solid #ed0e28;
}

.tem_head .nav ul li a {
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #fff;
}

.nav ul li dl {
	position: absolute;
	left: -35%;
	top: 63px;
	width: 110px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	padding: 5px 0 10px 0;
	display: none;
}

.nav ul li:nth-child(2n) dl {
	width: 600px;
}

.nav ul li:nth-child(2n) dl dd {
	width: 180px;
}

.nav ul li dl dd {
	font-size: 14px;
	float: left;
	width: 110px;
}

.nav ul li dl dd a {
	padding: 10px 0!important;
	color: #fff!important;
}

.nav ul li dl dd a:hover {
	border-bottom: none!important;
	color: #ed0e28!important;
}


/*banner*/

.banner {
	width: 100%;
}

.banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.swiper-container {
	width: 100%;
	position: relative;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
}

.swiper-pagination-bullet-active {
	background: #e60f0f;
}

.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-container .swiper-slide img {
	width: 100%;
}

.swiper-button-prev {
	background-image: none;
	left: 10%;
}

.swiper-button-next {
	background-image: none;
	right: 10%;
}

.swiper-button-prev i,
.swiper-button-next i {
	font-size: 70px;
	padding: 5px 10px;
}

.swiper-button-prev i:hover,
.swiper-button-next i:hover {
	background-color: rgba(26, 26, 26, 0.5);
	color: #fff;
}


/*banner结束*/


/*公司介绍*/

.index_brief {
	padding: 100px 0 90px 0;
	overflow: hidden;
}

.index_brief .index_video {
	padding-bottom: 33px;
}

.index_brief .index_brief_ct {
	width: 465px;
	margin-right: 45px;
}

.index_brief .index_brief_ct h2 {
	font-size: 30px;
	color: #000000;
	margin: 30px 0 20px 0;
}

.index_brief .index_brief_ct p {
	font-size: 14px;
	line-height: 1.5;
}

.index_brief .index_brief_ct .brief_more {
	margin-top: 66px;
}

.index_brief .index_brief_ct .brief_more a {
	padding: 15px 45px;
	font-size: 16px;
	border: 2px solid #bdaa8b;
	display: inline-block;
}


/*新闻动态*/

.index_news {
	padding: 70px 0 60px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}

.index_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.index_title p.fl {
	border-left: 6px solid #bdaa8b;
	font-size: 24px;
	padding-left: 10px;
}

.index_title p.fl span {
	font-size: 12px;
	padding-left: 20px;
}

.index_title .fr a {
	line-height: 30px;
}

.index_news ul {
	position: relative;
	margin-top: 20px;
}

.index_news ul li {
	float: left;
	position: relative;
	margin-right: 15px;
}

.index_news ul li:nth-child(3),
.index_news ul li:nth-child(5) {
	margin-right: 0;
}

.index_news ul li .zhe {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: url(../images/top_bg.png);
}

.index_news ul li .zhe .p1 {
	font-size: 18px;
	color: #fff;
	padding: 0 15px;
	line-height: 32px;
	font-weight: 600;
}

.index_news ul li .zhe .p2 {
	font-size: 12px;
	color: #fff;
	width: 90%;
	line-height: 20px;
	margin: 0 15px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: nowrap;
}

.index_news ul .news_01 {
	width: 470px;
}

.index_news ul .news_02 {
	width: 230px;
}

.index_news ul .news_03 {
	width: 465px;
}

.index_news ul .news_04 {
	width: 225px;
	margin-top: 15px;
}

.index_news ul .news_05 {
	width: 225px;
	margin-top: 15px;
}


/*产品展示*/

.index_product {
	padding: 85px 0 75px 0;
	overflow: hidden;
}

.index_product .hd ul {
	margin-left: 20px;
	margin-top: 10px;
	width: 90%;
}

.index_product .hd ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.index_product .hd ul li a {
	margin-right: 10px;
}

.index_product .hd ul li a:hover {
	color: #bdaa8b;
	border-bottom: 1px solid #bdaa8b;
}

.index_product .bd {
	margin-top: 35px;
}

.index_product .slideTxtBox .bd ul li {
	float: left;
	width: 174px;
	margin-right: 30px;
}
.index_product .slideTxtBox .bd ul li img{
	margin: 0 auto;
    display: block;
}
.index_product .slideTxtBox .bd ul li span{
	display:block;
	text-align: center;
	line-height: 40px;
    font-size: 15px;
}
.index_product .bd ul li:nth-child(6) {
	margin-right: 0;
}

.index_product .bd ul li img {
	/*width: 174px;
	height: 356px;*/
}

.index_product .jingpin {
	margin-top: 70px;
}

.index_product .jingpin .picScroll-left {
	position: relative;
	margin-bottom: 75px;
}

.index_product .jingpin p {
	font-size: 14px;
	color: #a1a1a1;
	text-align: center;
	padding-top: 20px;
}

.index_product .picScroll-left .hd i {
	font-size: 70px;
}

.index_product .picScroll-left .hd .next {
	position: absolute;
	top: 50%;
	right: 0;
}

.index_product .picScroll-left .hd .prev {
	position: absolute;
	top: 50%;
	left: 0;
}

.index_product .jingpin .bd ul {
	width: 99999px;
}

.index_product .jingpin .bd ul li {
	float: left;
	width: 224px;
	margin-right: 65px;
}

.index_product .jingpin .bd .tempWrap {
	width: 1090px;
	overflow: hidden;
	margin: 0 auto;
}

.index_product .jingpin .bd ul li img {
	/*width: 224px;
	height: 480px;*/
}
.index_product .jingpin .bd ul li span{
	    display: block;
    text-align: center;
	line-height: 40px;
    font-size: 16px;
}
.index_product .jingpin .more {
	margin: 0 auto;
	width: 220px;
}

.index_product .jingpin .more a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 55px;
	height: 55px;
	color: #bdaa8b;
	border: 2px solid #bdaa8b;
}


/*企业荣誉*/

.index_honor {
	background-color: #f7f7f7;
	padding: 70px 0 60px 0;
	overflow: hidden;
}

.index_honor .honor_com {
	width: 1180px;
	height: 440px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}

.index_honor .honor_com ul li {
	float: left;
	height: 200px;
	margin-right: 15px;
	margin-bottom: 25px;
}
.index_honor .honor_com ul li:nth-child(7n){margin-right:0px;}
.index_honor .honor_com ul li:first-child+li+li+li+li+li+li,.index_honor .honor_com ul li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li{
    margin-right:0px;
}
#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height: 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}


/*合作企业*/

.index_hezuo {
	padding: 50px 0 40px 0;
	overflow: hidden;
}

.index_hezuo ul li {
	float: left;
	margin-top: 20px;
	margin-right: 45px;
	border: 1px solid #E1E0E0;
}

.index_hezuo ul li img {
	display: block;
}

.index_hezuo ul li:nth-child(5n) {
	margin-right: 0;
}


/*底部*/

.footer {
	background: #f7f7f7;
	padding-top: 40px;
}

.footer .container {
	text-align: center;
}

.footer .lianxi {
	font-size: 20px;
	color: #000;
	width: 745px;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}

.footer .lianxi span {
	margin-right: 25px;
}

.footer ul {
	float: left;
}

.footer ul li {
	float: left;
	margin: 30px 28px;
}

.footer ul li:nth-child(2) a,
.footer ul li:nth-child(3) a {
	display: none;
}

.footer ul li .one {
	font-size: 20px;
	color: #1a1a1a;
	margin-bottom: 10px;
	display: block!important;
}

.footer ul li a {
	color: #808080;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	display: block;
}

.footer .lianxi_you {
	margin-right: 30px;
}

.footer .zixun {
	margin: 28px 0 30px 0;
	padding: 0 10px;
}

.footer .zixun a {
	display: block;
	font-size: 14px;
	padding: 8px 20px;
	border: 1px solid #bdaa8b;
	border-radius: 50px;
	background-color: #bdaa8b;
	color: #fff;
}

.footer .weixin p,
.footer .weibo p {
	font-size: 12px;
	line-height: 2;
}

.footer .weixin i,
.footer .weibo i {
	font-size: 18px;
	color: #fff;
	background-color: #5c5c5c;
	padding: 8px;
	border-radius: 50px;
}

.footer .bottom {
	background-color: #232323;
}

.footer .bottom .container {
	text-align: left;
	padding: 30px 0;
}

.footer .bottom img {
	float: left;
}

.footer .bottom .bottom_com {
	margin-left: 30px;
}

.footer .bottom .bottom_com p {
	color: #fff;
	line-height: 2;
}
.footer .bottom .bottom_com a {
	color: #fff;
	line-height: 2;
}
.footer .bottom_com p span {
	margin-left: 10px;
}

.erweima {
	position: absolute;
	top: 30px;
	right: 20px;
	display: none;
	padding: 10px;
	background: rgba(225, 225, 225, 0.5);
}


/*产品展示页*/

.productBox .hd {
	padding: 5px 0 35px 0;
}

.productBox .hd ul li {
	float: left;
	margin-right: 35px;
	margin-top: 25px;
	font-size: 14px;
}

.productBox .bd {
	background-color: #f8f8f8;
	padding-bottom: 50px;
}

.productBox .bd ul li {
	position: relative;
	float: left;
	margin-top: 75px;
	text-align: center;
	width: 300px;
	height: 475px;
}

.productBox .bd ul li:hover .a1 .zhe {
	position: absolute;
	top: 0;
	left: 13%;
	background: rgba(0, 0, 0, 0.5);
	width: 226px;
	height: 478px;
}

ul li:hover .item_mask {
	opacity: 1;
	margin: -20px auto auto -20px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.item_mask {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .36s ease;
	opacity: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-left: -150px;
}

.item_mask::before {
	margin-top: -8px;
	margin-left: -1px;
}

.item_mask:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	width: 1px;
	height: 25px;
	background-color: #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.item_mask::after {
	margin-top: -1px;
	margin-left: -8px;
}

.item_mask:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 40%;
	width: 25px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}


/*产品详情页*/

#details .nav {
	background: #fff;
}

#details .nav ul li a {
	color: #333;
}

#details .nav {
	position: relative;
}

.pageTarget {
	background-color: #f2f2f2;
}

.pageTarget .title_right {
	float: right;
	padding: 20px 0;
	color: #444;
}

.pageTarget .title_right i {
	font-size: 16px;
}

.pageTarget .title_right a {
	padding: 0 5px;
}

.zhanshi {
	padding: 40px 0 90px 0;
}

.picBtnTop {
	width: 500px;
	padding: 5px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}

.picBtnTop .hd {
	position: absolute;
	left: 5px;
	overflow: hidden;
}

.picBtnTop .hd ul li {
	height: 130px!important;
	width: 85px;
	text-align: center;
	padding: 0 5px 5px 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.picBtnTop .hd ul li img {
	width: 75px;
	height: 130px;
	border: 4px solid #ddd;
	cursor: pointer;
	vertical-align: bottom;
}

.picBtnTop .hd ul li.on {
	background: url("../images/icoright.gif") no-repeat center right;
}

.picBtnTop .hd ul li.on img {
	border-color: #f60;
}

.picBtnTop .bd {
	width: 300px;
	height: 214px;
	position: absolute;
	left: 230px;
}

.picBtnTop .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.picBtnTop .sPrev i,
.picBtnTop .sNext i {
	padding: 5px 40px;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.zhanshi .zhanshi_com {
	float: right;
	width: 620px;
}

.zhanshi .zhanshi_com .title-warp {
	margin: 50px 0 35px 0;
}

.zhanshi .zhanshi_com .title-warp p {
	font-size: 24px;
	color: #4c4c4c;
}

.zhanshi .zhanshi_com .title-warp p span {
	margin-left: 45px;
}

.zhanshi .zhanshi_com .description p {
	font-size: 16px;
	line-height: 1.5;
	color: #808080;
}

.product_details {
	background-color: #f2f2f2;
	padding: 40px 0 30px 0;
}

.product_details .details_left {
	background-color: #fff;
	width: 830px;
	float: left;
	padding: 35px 40px 90px 30px;
}

.product_details .details_left .xq_tit {
	border-bottom: 1px solid #808080;
	padding-bottom: 15px;
}

.product_details .details_left .xq_tit span {
	border-bottom: 2px solid #333;
	font-size: 20px;
	padding-bottom: 15px;
}

.product_details .details_left .xq_com p {
	padding: 20px 50px 30px 20px;
	font-size: 18px;
	line-height: 1.5;
	text-indent: 2em;
}

.product_details .details_left .xq_com ul li {
	float: left;
	margin: 0 50px 0 60px;
	width: 264px;
	text-align: center;
}

.product_details .details_left .xq_com ul li img {
	width: 100%;
}

.product_details .details_right {
	float: right;
	background-color: #fff;
	width: 286px;
	padding: 35px 20px 90px 20px;
}

.product_details .details_right .xq_tit span {
	font-size: 20px;
	padding-bottom: 15px;
}

.product_details .details_right ul li {
	padding: 23px 10px 10px 10px;
	border-bottom: 1px solid #adadad;
}

.product_details .details_right ul li img {
	float: left;
	width: 75px;
}

.product_details .details_right ul li .xinxi {
	float: right;
	width: 130px;
	margin-left: 20px;
}

.product_details .details_right ul li .xinxi h2 {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.product_details .details_right ul li .xinxi p {
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.product_details .details_right ul li:hover .xinxi p {
	color: #812421;
}


/*工程案例页*/

.case {
	background-color: #373d41;
	padding: 45px 0 25px 0;
}

.case .case_tit {
	text-align: center;
}

.case .case_tit h4 {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	background: url(../images/title_bg01.png) no-repeat center;
}

.sideMenu {
	margin-top: 30px;
}

.sideMenu h3 {
	font-size: 24px;
	line-height: 1.5;
	padding: 30px 0 30px 50px;
	border-top: 1px solid #e3e3e3;
	background: #f4f4f4;
	cursor: pointer;
}

.sideMenu h3 em {
	float: right;
	display: block;
	color: #000000;
	width: 34px;
	height: 34px;
	margin-right: 30px;
	background: url(../images/jia.png) no-repeat;
}

.sideMenu h3.on em {
	background: url(../images/jian.png) no-repeat;
}

.sideMenu h3.on {
	background-color: #00c1de;
	color: #fff;
}

.sideMenu ul {
	padding: 30px 100px 10px 60px;
	color: #000;
	display: none;
	background-color: #fff;
}

.sideMenu ul li {
	float: left;
	font-size: 14px;
	margin-bottom: 30px;
	margin-right: 80px;
}


/*公司简介页*/

.about_brief01 {
	margin-top: 40px;
}

.about_brief02 {
	margin-top: 40px;
}

.brief_tit {
	font-size: 24px;
	color: #333;
}

.about_brief02 .en_tit,
.about_brief03 .fr .en_tit {
	font-size: 30px;
	color: #999;
	margin-bottom: 20px;
	margin-top: 10px;
	display: block;
}

.about_brief02 p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	line-height: 1.5;
}

.about_brief03 {
	margin-top: 60px;
}

.about_brief03 .fl {
	width: 685px;
}

.about_brief03 .fl .brief_tit {
	margin-bottom: 15px;
}

.about_brief03 .fl p {
	font-size: 16px;
	line-height: 1.5;
}

.about_brief03 .fr {
	width: 400px;
}

.about_brief03 .fr p {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	float: left;
	margin-bottom: 20px;
}

.about_brief03 .fr p span {
	float: right;
}

#allmap {
	margin-top: 40px;
	width: 100%;
	height: 477px;
}


/*企业荣誉页*/

.about_honor01 {
	background-color: #f5f5f5;
}

.about_honor01 ul li {
	float: left;
	width: 280px;
	margin-right: 26px;
	margin-top: 45px;
	background-color: #fff;
}

.about_honor01 ul li:nth-child(4n) {
	margin-right: 0;
}

.about_honor01 ul li span {
	font-size: 16px;
	color: #333;
	height: 60px;
	display: block;
	line-height: 60px;
	padding: 0 15px;
}


/*分页*/

.fenye {
	margin-top: 50px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
	font-size: 14px;
}

.fenye .currentpage {
	padding: 5px 10px;
	color: #fff;
	display: inline-table;
	background: #bdaa8b;
	border: 1px solid #ccc;
}

.fenye a,
.fenye i {
	padding: 5px 10px;
	color: #232323;
	background: #e6e6e6;
	display: inline-table;
	border: 1px solid #ccc;
}

.fenye a:hover,
.fenye i:hover {
	color: #232323;
	background: #ffffff;
	border: 1px solid #bdaa8b;
}


/*招商加盟*/

.join_01 {
	padding: 35px 0 20px 0;
	background-color: #f8f8f8;
}

.join_01 .container {
	padding: 50px 15px 75px 10px;
	background-color: #fff;
}

.join_01 .join_tit {
	text-align: center;
	font-size: 24px;
	color: #333;
}

.join_01 .join_com {
	margin-top: 25px;
}

.join_01 .join_com p {
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 2;
}

.join_01 ul {
	margin-top: 45px;
}

.join_01 ul li {
	font-size: 18px;
	color: #333;
	float: left;
	width:42%;
	margin-right: 90px;
	margin-top: 15px;
	padding-left: 10px;
}


/*招贤纳士*/

.about_job {
	background-color: #f8f8f8;
	padding: 30px 0;
}

.about_job .job_body {
	padding: 30px 25px;
	margin-bottom: 30px;
	background-color: #fff;
}

.about_job .job-title {
	margin-top: 0;
	color: #37474f;
	font-size: 24px;
	margin-bottom: 11px;
	text-transform: capitalize;
}

.about_job .job-metas {
	font-size: 12px;
	color: #a3afb7;
	margin: 0 0 11px;
}

.about_job .job-metas i {
	margin: 0 5px;
}

.about_job .job_com {
	padding: 30px 20px;
	line-height: 180%;
}

.job_details {
	width: 1110px;
	margin-top: 40px;
	margin-bottom: auto;
	padding: 0px 70px;
	color: rgb(0, 0, 0);
	font-family: Helvetica, Tahoma, Arial;
}

.job_details h3 {
	margin: 0px;
	padding-left: 8px;
	font-size: 20px;
	line-height: 20px;
	color: rgb(76, 76, 76);
	border-left: 4px solid rgb(28, 160, 252);
}

.job_details ul {
	margin-top: 13px;
	margin-bottom: 80px;
	padding: 0px;
	color: rgb(102, 102, 102);
}

.job_details ul li {
	font-size: 13px;
	margin-bottom: 16px;
	list-style-type: disc;
}

.about_job .dtail {
	margin-top: 30px;
}

.about_job .dtail a {
	color: #292929;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #292929;
}

.about_job .dtail a:hover {
	color: #fff;
	border-color: #292929;
	background-color: #292929;
}


/*行业新闻页*/

.mc_news {
	background-color: #f8f8f8;
	padding: 60px 0;
}

.mc_news .news_left,
.mc_news .shownews_left {
	width: 100%;
}

.mc_news .news_left .news_list {
	background-color: #fff;
	display: block;
	margin-bottom: 20px;
	padding: 35px 30px 35px 20px;
}

.mc_news .news_img {
	float: left;
}

.mc_news .news_img img {
	width: 170px;
	display: block;
}

.mc_news .news_com {
	float: left;
	width: 950px;
	margin-left: 20px;
}

.mc_news .news_com h4 {
	color: #464646;
	font-size: 22px;
	margin-bottom: 10px;
}

.mc_news .news_com p.des {
	color: #6a6a6a;
	margin-bottom: 15px;
	font-size: 14px;
	margin: 0 0 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mc_news .news_com .info span {
	margin-right: 10px;
	font-size: 12px;
	color: #b2b2b2;
}

.mc_news .news_right {
	float: right;
	width: 286px;
	padding: 35px 18px 135px 10px;
	background-color: #fff;
}

.mc_news .news_right h3 {
	font-size: 18px;
	font-weight: 300;
	margin-left: 15px;
	line-height: 1.2;
	color: #666;
}

.mc_news .news_right ul {
	margin-top: 20px;
}

.mc_news .news_right ul li {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #e4eaec;
}

.mc_news .news_right ul li a {
	color: #464646;
	font-size: 15px;
}

.mc_news .news_right ul li a:hover {
	color: #666;
}


/*资讯详情页*/

.mc_news .shownews_left {
	background-color: #fff;
	padding: 30px;
	float: left;
	width: 880px;
}

.mc_news .shownews_left .shownews-header h1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
}

.mc_news .shownews_left .shownews-header .info {
	font-size: 12px;
	color: #b2b2b2;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f2f5;
}

.mc_news .shownews_left .shownews-header .info span {
	margin-right: 10px;
}

.mc_news .shownews_left .shownews-com {
	padding: 30px 0 50px 0;
}

.mc_news .shownews_left .shownews-com p {
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	font-family: "宋体";
	margin-bottom: 40px;
	text-indent: 2em;
}

.mc_news .shownews_left .shownews-footer ul {
	border-top: 1px solid #f0f2f5;
	padding-top: 20px;
	text-align: center;
}

.mc_news .shownews_left .shownews-footer ul li {
	width: 49%;
	display: inline-block;
}

.mc_news .shownews_left .shownews-footer ul li a {
	display: block;
	padding: 10px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	border-radius: 1000px;
	border: 1px solid #e4eaec;
}

.mc_news .shownews_left .shownews-footer .previous a {
	float: left;
}

.mc_news .shownews_left .shownews-footer .next a {
	float: right;
}

.mc_news .shownews_left .shownews-footer ul li a:hover {
	color: #292929;
	border-color: #292929;
}


/*在线留言页*/

.onlin_com {
	padding: 70px 0 110px 0;
}

.onlin_com .onlin_tit {
	text-align: center;
}

.onlin_com .onlin_tit p {
	font-size: 24px;
	color: #010838;
	margin-bottom: 15px;
}

.onlin_com .onlin_tit span {
	font-size: 14px;
	color: #010838;
	display: block;
	margin-bottom: 40px;
}

.onlin_com ul li {
	float: left;
	margin-left: 75px;
}

.onlin_com ul li input {
	width: 300px;
	height: 36px;
	border: none;
	background: 0 0;
	line-height: 36px;
	border-bottom: 1px solid #dedede;
	font-family: Arial, "微软雅黑";
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.onlin_com .mes_cont {
	margin: 65px 0 0 75px;
}

.onlin_com textarea {
	margin-top: 65px;
	width: 1050px;
	outline: 0;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
	-webkit-appearance: none;
	resize: none;
	overflow: hidden;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: Arial, "微软雅黑";
}

.onlin_com .inputsub {
	margin-top: 60px;
}

.onlin_com .inputsub input {
	display: block;
	margin: 0 auto;
	background: #5a4234;
	border: 0 none;
	height: 34px;
	font-size: 14px;
	line-height: 26px;
	padding: 0 130px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}


/*资质认证*/

.zizhi_com {
	background-color: #f8f8f8;
}

.zizhi_com .zizhi_tit {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.zizhi_com .zizhi_tit ul li {
	float: left;
	font-size: 16px;
	margin-right: 55px;
	padding-left: 10px;
	color: #999999;
	line-height: 80px;
}

.zizhi_com .zizhi_list {
	padding: 40px 20px;
}

.zizhi_com .zizhi_list ul li {
	position: relative;
	float: left;
	margin-right: 103px;
	margin-bottom: 45px;
	height: 188px;
	width: 149px;
}

.zizhi_com .zizhi_list ul li:nth-child(5n) {
	margin-right: 0;
}

.zizhi_com .zizhi_list ul li:hover .a1 .zhe {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 149px;
	height: 188px;
}


/*分页*/

.met_pager {
	text-align: center;
	padding: 30px 0;
}

.met_pager a {
	border: 1px solid #e0e0e0;
	text-align: center;
	height: 28px;
	line-height: 28px;
	min-width: 28px;
	_width: 28px;
	text-align: center;
	display: inline-block;
	color: #232323
}

.met_pager a:hover {
	border: 1px solid #a0a0a0;
	color: #232323
}

.met_pager .PreSpan,
.met_pager .NextSpan {
	height: 30px;
	line-height: 30px;
	min-width: 60px;
	_width: 60px;
	text-align: center;
	background: #e6e6e6;
	color: #232323;
	display: inline-block
}

.met_pager .PreA,
.met_pager .NextA {
	height: 28px;
	line-height: 28px;
	min-width: 58px;
	_width: 58px;
	color: #232323
}

.met_pager .PreSpan,
.met_pager .PreA {
	margin-right: 6px
}

.met_pager .NextSpan,
.met_pager .NextA {
	margin-left: 6px
}

.met_pager .firstPage,
.met_pager .lastPage {
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	min-width: 40px;
	_width: 40px;
	color: #232323
}

.met_pager .Ahover {
	font-weight: bold;
	background: #bdaa8b;
	color: #fff
}

.met_pager .PageText {
	margin-left: 10px;
	color: #232323
}

.met_pager #metPageT,
#metPageB {
	text-align: center;
	border: 1px solid #e0e0e0;
	color: #232323
}

.met_pager #metPageT {
	width: 20px;
	padding: 6px 5px 5px
}

.met_pager #metPageB {
	min-width: 40px;
	_width: 40px;
	padding: 6px 0 5px;
	cursor: pointer;
	font-weight: bold
}

*html .met_pager #metPageT {
	height: 13px;
	line-height: 13px
}

*html .met_pager #metPageB {
	padding: 0;
	height: 28px;
	line-height: 20px
}

*+html .met_pager #metPageT {
	height: 13px;
	line-height: 13px
}

*+html .met_pager #metPageB {
	padding: 0;
	height: 28px;
	line-height: 20px
}

.met_section {
	padding: 40px 0 50px;
	width: 1200px;
	margin: 0 auto;
}

.met_section aside {
	position: relative;
	float: left;
	width: 230px;
}

.met_section article {
	float: left;
	margin-left: -230px;
	width: 100%;
}

.met_section article .met_article {
	margin-left: 250px;
}

.met_section_asidenone article {
	float: none;
	margin-left: 0;
}

.met_section_asidenone article .met_article {
	margin-left: 0;
}

.met_section aside section {
	border: 1px solid #ddd;
}

.met_section aside section h2 {
	padding: 0 20px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 60px;
}

.met_section aside .met_aside_list {
	padding: 10px 0;
}

.met_section aside .met_aside dl dt {
	height: 45px;
	line-height: 45px;
}

.met_section aside .met_aside dl dt a {
	display: block;
	padding: 0 20px;
	color: #333;
}

.met_section aside .met_aside dl dt a:hover {
	background: #efefef;
}

.met_section aside .met_aside dl dt.on {
	background: #efefef;
	border-left: 4px solid #e9280c;
}

.met_section aside .met_aside dl dd {
	padding: 6px 0 6px 0;
}

.met_section aside .met_aside dl dd a {
	display: block;
	padding-left: 40px;
	height: 35px;
	color: #333;
	font-weight: normal;
	line-height: 35px;
}

.met_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
	background: #efefef;
}

.met_section aside .met_related {
	margin-top: 20px;
}

.met_section aside .met_related ul {
	padding: 20px;
}

.met_section aside .met_related li {
	margin-bottom: 8px;
	list-style: none;
}

.met_article_head {
	position: relative;
	padding: 0 10px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	line-height: 60px;
}

.met_article_head .met_position {
	position: absolute;
	top: 0;
	right: 10px;
	color: #aaa;
	font-family: '宋体';
}

.met_article_head .met_position a {
	color: #999;
	font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_article_head h1 {
	color: #555;
	font-weight: normal;
	font-size: 18px;
}

.met_section_sehed {
	padding-top: 0;
}

.met_section_head {
	height: 50px;
	color: #aaa;
	font-size: 12px;
	font-family: '宋体';
	line-height: 50px;
}

.met_section_head a {
	color: #999;
	font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_section_head a:hover {
	color: #e9280c;
}

ul.searchnavlist {
	list-style: none;
	padding: 0 20px;
	margin: 0
}

ul.searchnavlist li {
	padding: 5px 0
}

ul.searchnavlist .advsearch_searchword input {
	width: 90%;
	height: 28px;
	line-height: 28px\9;
	padding: 2px 5px;
	border: 1px solid #dcdfe0;
	background-color: #fff;
	color: #333;
	outline: 0;
	border-radius: 2px
}

ul.searchnavlist .searchgo {
	display: block;
	background: #23b7e5;
	border: 0 none;
	height: 34px;
	line-height: 26px;
	padding: 0 35px;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

ul.searchnavlist .searchgo:hover {
	background: #38c4f0
}

ul.searchnavlist .searchgo:active {
	background: #1ba4cf
}

#searchlist {
	padding: 15px 0
}

#searchlist li {
	padding-left: 10px;
	margin-bottom: 6px;
	line-height: 1.5
}

#searchlist ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#searchlist ul li {
	padding: 3px 5px;
	margin-bottom: 10px
}

#searchlist ul li img {
	display: none
}

#searchlist .search_title {
	display: block;
	padding: 2px 0
}

#searchlist .search_title a {
	font-size: 16px;
	color: #12C;
	text-decoration: underline
}

#searchlist .search_title em {
	color: #c00;
	text-decoration: underline;
	font-style: normal
}

#searchlist .search_detail {
	display: block
}

#searchlist .search_detail a {
	text-decoration: underline;
	color: #12C
}

#searchlist .search_content em {
	color: #c00;
	font-style: normal
}

#searchlist .search_updatetime {
	display: block;
	margin-top: 5px;
	color: green
}

#searchlist a:hover {
	text-decoration: underline
}