@charset "UTF-8";
/**
 * 
 * @authors Mr.Six (1760880247@qq.com)
 * @date    2018-09-21 10:40:30
 * @version $Id$
 * @color:#e6212a;
 */
* {
	margin: 0;
	padding: 0px;
	font-family: "微软雅黑";
}
*, :after,
 :before,
input[type=search] {
	box-sizing: border-box;
}
img {
	border: 0px;
	display: block;
}
a {
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}
i,
em {
	font-style: normal;
}
input {
	vertical-align: middle;
	outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
[type="text"] {
	-webkit-appearance: none;
	appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
li {
	list-style-type: none;
}
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #979797;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html {
	background-image: url(about: blank);
	background-attachment: fixed;
}
.banner img,.service_b img,.case_b img,.news_b img,.join_b img{
	display: none;
}
/*head css*/
.top {
	width: 100%;
	height: 130px;
	background: url(../images/top_bg.png) repeat-x;
}
.t_link,.h_wrap{
	width: 1160px;
	margin: 0 auto;
}
.t_link{
	text-align: right;
	height: 25px;
}
.t_link a{
	line-height: 25px;
	color: #fff;
}
.t_link a:hover{
	text-decoration: underline;
}
.h_wrap{
	height: 105px;
	zoom: 1;
}
.logo{
	float: left;
	width: 197px;
	height: 58px;
	margin-top: 20px;
}
.dc_nav{
	float: left;
	width: 600px;
	margin-left: 130px;
	margin-top: 6px;
	display: inline;
}
.dc_nav ul li{
	float: left;
	width: 100px;
	background: url(../images/line.png) no-repeat right center;
	text-align: center;
	height: 98px;
	position: relative;
}
.dc_nav ul li:nth-last-child(2){
	background: none;
}
.dc_nav ul li a{
	font-size: 16px;
	color: #444;
	display: block;
	line-height: 98px;
}
.dc_nav ul li a:hover{
	color: #e6212a;
	display: block;
	height: 98px;
	border-bottom: 2px solid #e6212a;
}
.subnav .dc_nav ul .dc_lisel a{
	color: #e6212a;
	display: block;
	height: 98px;
	border-bottom: 2px solid #e6212a;
}
.subnav .dc_nav ul li .tabnav{
	width: 100px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 98px;
	left: 0px;
	display: none;
	z-index: 999;
}
.subnav .dc_nav ul li .tabnav span{
	width: 98px;
	display: block;
	height: 30px;
	border-bottom: 1px solid #ddd;
}
.subnav .dc_nav ul li .tabnav span:last-of-type{
	border: 0px;
}
.subnav .dc_nav ul li .tabnav span a,.subnav .dc_nav ul .dc_lisel .tabnav span a{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border: 0px;
	display: block;
	color: #333;
}
.subnav .dc_nav ul li .tabnav span a:hover,.subnav .dc_nav ul .dc_lisel .tabnav span a:hover{
	background: #e6212a;
	color: #fff;
	display: block;
	height: 30px;
	border: 0px;
}
.hotline{
	float: right;
	font-size: 14px;
	color: #444;
}
.hotline i{
	font-size: 24px;
}
/*焦点图*/
.device {
	width: 100%;
	position: relative;
	clear: both;
}
.arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 9999;
}
.arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 9999;
}
.swiper-container {
	width: 100%;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
    z-index: 1;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 9999;
}
.pagination2 {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 6px;
	cursor: pointer;
	border-radius: 50%;
}
.swiper-active-switch {
	background: #b11d23;
}
.pagination2 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
.pagination2 .swiper-active-switch {
	background: #b11d23;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.prolist .swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.swiper-slide img {
	display: block;
	width: 100%;
	max-height: 779px;
	margin: 0 auto;
	text-align: center;
}

.idx_clibox .swiper-slide{
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*idx_plan css*/
.idx_plan{
	width: 100%;
	padding: 50px 0px;
}
.ip_div{
	width: 1160px;
	margin: 0 auto;
}
.idx_h2_title{
	font-size: 24px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	font-weight: 500;
}
.idx_h2_title:after{
	content: "";
	width: 100px;
	height: 2px;
	background: #e6212a;
	display: block;
	margin: 10px auto;
}
.ipd_warp{
	overflow: hidden;
	zoom: 1;
	margin-left: -13px;
}
.ipd_list{
	float: left;
	width: 280px;
	background: #e6212a;
	margin-left: 13px;
	display: inline;
	position: relative;
	padding-bottom: 50px;
}
.ipd_l{
	padding: 50px 0 10px 10px;
	width: 175px;
	height: 134px;
}
.ipd_r{
	position: absolute;
	color: #fff;
	top: 35px;
	right: 10px;
	width: 146px;
}
.ipd_r h3{
	font-size: 16px;
	margin-bottom: 5px;
}
.ipd_r h3 a{
	font-size: 16px;
	color: #fff;
}
.ipd_r h3 a:hover{
	text-decoration: underline;
}
.ipd_r p{
	font-size: 14px;
	line-height: 24px;
}
.ipd_l img{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}
.ipd_l img:hover{
	transform: scale(1.07);
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	border-radius: 0px;
}
/*idx_company css*/
.idx_com{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 40px;
}
.idx_cl{
	float: left;
	width: 595px;
}
.idx_cl h2 i{
	color: #333;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.idx_cl h2{
	font-size: 26px;
	color: #e6212a;
	margin-bottom: 20px;
}
.idx_cl p{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #333;
}
.idx_cr{
	float: right;
	width: 495px;
}
/*idx_nbox css*/
.idx_n{
	width: 1160px;
	margin: 0 auto;
}
.idx_nlist{
	margin-left: -32px;
	padding: 20px 0px;
}
.idx_nbox{
	float: left;
	width: 266px;
	border: 1px solid #ddd;
	margin-left: 32px;
	display: inline;
	border-radius: 4px;
	padding: 10px 0px;
	height: 460px;
}
.idx_nbox h3{
	background: url(../images/icon_5.png) no-repeat 10px center;
	padding-left: 50px;
	font-weight: 500;
	font-size: 16px;
	color: #e6212a;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.idx_nbox h3 span{
	float: right;
	color: #666;
	font-size: 12px;
	margin-right: 10px;
	display: inline;
}
.idx_n_txt{
	padding: 10px;
}
.idx_n_txt h4{
	margin-bottom: 10px;
}
.idx_n_txt h4 a{
	font-size: 16px;
	color: #333;
}
.n_img{
	margin-bottom: 20px;
}
.idx_n_txt p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
	margin-bottom: 10px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.idx_n_txt i{
	float: right;
}
.idx_n_txt i a{
	font-size: 14px;
	text-decoration: underline;
	color: #666;
}
.idx_n_txt i a:hover{
	color: #e6212a;
}
.idx_nbox_sel{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}
.idx_nbox_sel:hover{
	transform: scale(1.07);
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	border-radius: 0px;
	box-shadow: 0px 0px 8px #ccc;
}
.idx_n_more{
	clear: both;
	text-align: center;
	padding: 40px 0px;
}
.idx_n_more a{
	font-size: 16px;
	color: #333;
}
.idx_n_more a:hover{
	text-decoration: underline;
	color: #e6212a;
}
/*idx_client css*/
.idx_client{
	width: 100%;
	padding-bottom: 40px;
}
.idx_clibox{
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 480px;
}

.idx_clib_list ul{
	margin-left: -68px;
}
.idx_clib_list ul li{
	float: left;
	width: 172px;
	height: 172px;
	margin-left: 72px;
	display: inline;
	margin-bottom: 30px;
}
.idx_clib_list ul li img{
	display: block;
	border-radius: 50%;
}
/*foot css*/
.foot{
	width: 100%;
	background: #1b2131;
	padding: 40px 0px;
	clear: both;
}
.f_txt{
	width: 1160px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	zoom: 1;
}
.f_txt h2{
	font-size: 16px;
	margin-bottom: 20px;
}
.f_add{
	width: 420px;
	float: left;
}
.f_add ul li,.f_tel ul li{
	margin-bottom: 20px;
}
.f_add ul li p,.f_tel ul li p{
	margin-bottom: 5px;
}
.f_tel{
	width: 220px;
	float: left;
	margin-left: 170px;
	display: inline;
}
.f_tel ul li p i{
	font-size: 24px;
}
.f_wchat{
	float: right;
	width: 125px;
	margin-top: 60px;
}
.f_wchat p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
/*=======Page css=========*/
/*about css*/
.banner{
	background: url('../images/002.jpg') no-repeat;
	width: 100%;
	height: 779px;
}
.service_b{
	background: url('../images/003.jpg') no-repeat;
	width: 100%;
	height: 779px;
}
.case_b{
	background: url('../images/004.jpg') no-repeat;
	width: 100%;
	height: 779px;
}
.news_b{
	background: url('../images/005.jpg') no-repeat;
	width: 100%;
	height: 779px;
}
.join_b{
	background: url('../images/006.jpg') no-repeat;
	width: 100%;
	height: 779px;
}
.page{
	width: 100%;
	padding: 40px 0px;
}
.page_wrap{
	width: 1160px;
	margin: 0 auto;
}
.about{
	margin-bottom: 50px;
}
.about h2{
	font-size: 24px;
	color: #333;
	border-bottom: 2px dashed #e6212a;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.about p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.ab_pager_honor ul{
	overflow: hidden;
	zoom: 1;
	margin: 40px 0px;
}
.ab_pager_honor ul li{
	width: 260px;
	float: left;
	height: 330px;
	margin-left: 40px;
	display: inline;
	background: #ccc;
}
.ab_pager_honor ul li img{
	display: block;
	width: 260px;
	height: 330px;
}
.ab_pager_honor ul li:first-of-type{
	margin-left: 0px;
}
/*service css*/
.s_padd{
	padding: 40px 0px;
}
.serv_zx{
	background: url(../images/icon_1.png) no-repeat left top;
	margin-bottom: 60px;
}
.serv_js{
	background: url(../images/icon_2.png) no-repeat left top;
	margin-bottom: 60px;
}
.serv_zy{
	background: url(../images/icon_3.png) no-repeat left top;
	margin-bottom: 60px;
}
.serv_fa{
	background: url(../images/icon_4.png) no-repeat left top;
	margin-bottom: 60px;
}
.sz_title{
	margin-left: 120px;
}
.sz_title h2{
	font-size: 22px;
	color: #e6212a;
	margin-bottom: 20px;
}
.sz_title p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.sz_list{
	border-left: 2px solid #e6212a;
	margin-left: 40px;
	padding-left: 78px;
	margin-top: 20px;
}
.sz_list h3{
	color: #d88b3d;
	font-size: 18px;
}
.sz_list span:first-of-type{
	padding-left: 0px;
}
.sz_list span:last-of-type{
	border-right: 0px;
}
/*case css*/
.case h2{
	margin-bottom: 50px;
}
.case .idx_clib_list ul{
	overflow: hidden;
	zoom: 1;
}
.p_case_list ul{
	overflow: hidden;
	zoom: 1;
	padding: 20px 0px;
}
/*news css*/
.n_tab{
	background: #e6e6e6;
	height: 45px;
}
.n_tab ul li{
	background: #7d7d7d;
	height: 45px;
	border-top-right-radius: 20px;
	text-align: center;
	float: left;
}
.n_tab ul li a{
	padding: 0px 40px;
	color: #FFF;
	line-height: 45px;
	font-size: 16px;
	display: block;
}
.n_tab ul .n_tab_sel{
	background: #e6212a;
}
.n_l_box{
	margin: 20px 0px;
}
.ntl_info li{ height:50px; line-height:50px; border-bottom:#ddd 1px solid;}

.ntl_info li a{ float:left; color:#333;}

.ntl_info li a:hover{ color:#d6212a;}

.ntl_info li span{ float:right;}


.n_d_info{
	margin-bottom: 20px;
}
.n_d_info h2{
	font-size: 20px;
	text-align: center;
	color: #d6212a;
}
.n_d_info span{
	display: block;
	font-size: 14px;
	color: #666;
	margin: 20px auto;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.n_d_info p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}
.n_d_info img{
	margin: 0 auto;
}
.n_pagenav a{
	width: 570px;
	font-size: 16px;
	color: #333;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.n_pagenav a:hover{
	color: #d6212a;
	text-decoration: underline;
}
/*===pagenav css===*/
.pagenav {
	clear: both;
	margin: 0 auto;
	width: 836px;
	text-align: center;
	padding-top: 20px;
}
.pagenav a {
	padding: 10px 15px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #979797;
	margin:0px 5px;
	background: #fff;
}
.pagenav a:hover {
	background: #d6212a;
	color: #fff;
	border: 1px solid #d6212a;
}
.pagenav span{
	padding: 10px 15px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #979797;
	margin:0px 5px;
	background: #fff;
}
.pagenav .sel {
	background: #d6212a;
	color: #fff;
	border: 1px solid #d6212a;
}
/*join css*/
.join_info h2{
	color: #d6212a;
	margin-bottom: 20px;
	font-size: 20px;
}
.join_info p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.join_item{
	overflow: hidden;
	zoom: 1;
	margin-top: 40px;
}
.join_tl{
	float: left;
}
.join_tr{
	float: right;
}
.join_tl,.join_tr{
	width: 555px;
	border: 1px solid #d6212a;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}
.join_tl_pic{
	float: left;
	width: 343px;
	height: 287px;
}
.join_tl_title{
	float: right;
	width: 210px;
	text-align: center;
	margin-top: 110px;
}
.join_tl_title a{
	color: #d6212a;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 40px;
	background: url('../images/icon_6.png') no-repeat bottom center;
}
.guide{
	width: 100%;
}
.g_site a{
	font-size: 12px;
	color: #333;
}
.g_site a:hover{
	text-decoration: underline;
}
.g_site{
	color: #333;
	margin-bottom: 20px;
}
.join_info_txt h3{
	font-size: 18px;
	color: #d6212a;
	margin-bottom: 20px;
}
.join_info .join_info_txt p{
	margin-bottom: 20px;
}
/*join_info_table css*/
.join_info_table table{
	width: 100%;
}
.join_info_table tbody tr td a{ color:#d6212a;}

.join_info_table tbody tr td a:hover{ color:#000;}

.join_info_table tbody tr td{
	height: 45px;
	color:#333;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

/*手机导航*/
.row{
	display: none;
	float: left;
	position: relative;
}
.row .three{
	width: 38px;
	padding: 10px;
	text-align: center;
}
.hamburger .line{
	width: 22px;
	height: 2px;
	background-color: #707473;
	display: block;
	margin: 5px auto;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	-webkit-border-radius: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hamburger:hover{
	cursor: pointer;
}

.cf:before,.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
#hamburger-1.is-active .line:nth-child(2){
	opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1){
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
.m_pagenav,.m_hotline{
	display: none;
}
@media (max-width:768px){
	/*头部*/
	.top{
		background: #fff;
		border-bottom: 1px solid #ddd;
		height:59px;
	}
	.head{
		position: relative;
		width: 100%;
	}
	.t_link{
		position: absolute;
		top:18px;
		right: 6px;
		width: 90px;
		text-align: center;
	}
	.t_link a{
		color: #333;
		
	}
	.h_wrap{
		height: auto;
		width: 100%;
	}
	.row{
		display: block;
		margin: 6px 0px 0px 5px;
	}
	.logo{
		float: none;
		margin: 0 auto;
		width: 102px;
		height: 30px;
		padding-top: 15px;
	}
	.logo img{
		height: 30px;
		margin: 0 auto;
	}
	.dc_nav{
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
	.dc_nav ul li{
		float:none;
		background: none;
		text-align: left;
		height: 50px;
		padding-left: 16px;
		border-bottom: 1px solid #f3f3f3;
		width: 100%;
	}
	.subnav{
		position: absolute;
		top: 60px;
		left: 0px;
		background: #fff;
		z-index: 99999;
		width: 100%;
		display: none;
	}
	.subnav .dc_nav ul{
		margin-top: 0px;
	}
	.dc_nav ul li a{
		line-height: 50px;
	}
	.subnav .dc_nav ul .dc_lisel a{
		color: #333;
		height: 50px;
		border: 0px;
	}
	.dc_nav ul li a:hover{
		height: auto;
		border: 0px;
		color: #333;
	}
	.tabnav{
		display: none;
	}
	.hotline{
		display: none;
	}
	.m_hotline{
		display: block;
		line-height: 50px;
		font-size: 16px;
		color: #333;
	}
	/*内容区*/
	.idx_plan{
		padding: 20px 0px;
	}
	.ip_div{
		width: 100%;
	}
	.idx_h2_title{
		font-size: 16px;
	}
	.ipd_warp{
		margin-left: 0px;
	}
	.ipd_list{
		width: 100%;
		margin-left: 0px;
		float: none;
		display: block;
		margin-bottom: 10px;
		padding-bottom:0px;
	}
	.ipd_l{
		padding:16px 0px 10px 10px;
		width: 100px;
		height: auto;
	}
	.ipd_l img{
		width: 120px;
	}
	.ipd_r{
		width: auto;
		top: 16px;
		left: 90px;
	}
	.ipd_r p{
		line-height: 20px;
	}
	/*idx_company css*/
	.idx_com{
		padding-bottom: 20px;
	}
	.idx_com,.idx_cr img{
		width: 100%;
	}
	.idx_cl,.idx_cr{
		float: none;
		width: 100%;
		padding: 0px 16px;
	}
	/*idx_news css*/
	.idx_n,.n_img img{
		width: 100%;
	}
	.idx_nlist{
		margin-left: 0px;
		padding-top: 0px;
	}
	.idx_nbox{
		float: none;
		border: 0px;
		margin-left: 0px;
		display: block;
		border-radius: 0px;
        padding: 0px 16px;
        width: 100%;
        margin-bottom: 16px;
        height: auto;
        border-bottom: 1px dashed #ddd;
	}
	.idx_n_txt i{
		float: none;
		display: block;
		text-align: right;
	}
	.idx_n_txt p{
		max-height: 90px;
		height: auto;
	}
	.idx_n_more{
		padding: 0px;
		background: #dfdfdf;
        margin: 0px 16px;
        height: 40px;
	}
	.idx_n_more a{
		line-height: 40px;
		font-size: 14px;
	}
	/*idx_clibox css*/
	.idx_clibox{
		width: 100%;
	}
	.idx_clib_list ul li{
		width: 15%;
		height: auto;
		margin-left:4%;
	}
	.idx_clib_list ul{
		margin-left:0;
		overflow: hidden;
	}
	/*f_txt css*/
	.f_txt{
		width: 100%;
		padding: 0px 16px;
	}
	.f_add,.f_tel,.f_wchat{
		float: none;
		width: auto;
		margin-top: 0px;
	}
	.f_wchat img{
		margin: 0 auto;
	}
	/*page css*/
	.banner,.service_b,.case_b,.join_b,.news_b{
		background: none;
		height: auto;
	}
	.banner img,.service_b img,.page_wrap,.case_b img,.news_b img,.join_b img{
		width: 100%;
	}
	.page{
		padding: 40px 16px;
	}
	.ab_pager_honor ul{
		margin-bottom: 0px;
		margin-left: 4%;
	}
	.ab_pager_honor ul li{
		
		width:46%;
		height: auto;
		margin-right:4%;
		margin-left: 0px;
		margin-bottom: 4%;
	}
	.ab_pager_honor ul li img{
		width: 100%;
		height: auto;
	}
	.serv_zx,.serv_js,.serv_zy,.serv_fa{
		background-size: 120px;
	}
	.sz_title{
		margin-left: 80px;
	}
	.sz_list{
		margin-left: 26px;
		padding-left:50px; 
	}
	.sz_title p{
		font-size: 14px;
		line-height: 24px;
	}
	.sz_list h3{
		font-size: 16px;
	}
	.sz_list span{
		font-size: 14px;
		width: auto;
		margin: 8px 0px;
		width: 150px;
	}
	.s_padd{
		padding: 0px;
	}
	.page_wrap .idx_clib_list ul li{
		float: left;
		width: 27%;
		margin-right:2%;
	}
	.page_wrap .idx_clib_list ul li img{
		width: 100%;
		display: block;
		margin:0 auto;
	}
	/*news css*/
	.n_tab ul li{
		width: 33.3333%;
	}
	.n_tab ul li a{
		padding:0px;
		text-align: center;
	}
	.nlt_pic{
		margin-bottom:10px;
	}
	.nlt_pic,.nlt_pic img{
		width: 100%;
		height: auto;
	}
	.nlt_pic,.ntl_info{
		float: none;
		width: 100%;
	}
	.ntl_info span i{
		font-size: 12px;
	}
	.pagenav{
		display: none;
	}
	.m_pagenav{
		display: block;
		margin: 0px 16px;
		text-align: center;
	}
	.m_pagenav a{
		background: #fff;
		border: 1px solid #ddd;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		color: #666;
		display: block;
		margin-bottom: 10px;
	}
	.m_pagenav a:last-of-type{
		margin-bottom: 0px;
	}
	.n_pagenav a{
		width: 100%;
		margin-bottom:10px;
		color:#666;
		text-decoration: underline;
	}
	.join_tl{
		margin-bottom: 20px;
	}
	.join_tl,.join_tr{
		width: 100%;
		float: none;
		height: auto;
	}
	.join_tl_pic{
		width: 160px;
		height: auto;
	}
	.join_tl_pic img{
		width: 160px;
	}
	.join_tl_title{
		margin-top:30px;
		width: 120px;
		margin-right: 10px;
	}
	.join_info_table tbody tr td{
		font-size: 12px;
	}
}

.yinpin_btn a{ width:150px; height:40px; font-size:20px; font-weight:bold; text-align:center; line-height:40px; display:block; margin:0px auto; background:#d6212a; color:#fff; border-radius:5px}
.yinpin_btn a:hover{ background:#333;}