@charset "utf-8";

body, html {
	overflow-x: hidden;
}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #009900;}
ul {margin: 0;list-style: none;padding: 0;}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, form, img, select {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Microsoft YaHei";
	background: #fff;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #009900;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
.blank10 {
	height: 10px;
}
.blank15 {
	height: 15px;
}
.blank20 {
	height: 20px;
}
.blank30 {
	height: 30px;
}
.blank40 {
	height: 40px;
}
.blank50 {
	height: 50px;
}
.blank60 {
	height: 60px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}


/*滚动条美化*/
body::-webkit-scrollbar {
 width: 10px !important;
}
body::-webkit-scrollbar-track {
 background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
 background-color: #f3f3f3;
 -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
 background-color: #ddd;
 border: solid 1px #C0C0C0;
 border-radius: 4px;
}
body::-webkit-scrollbar-corner {
 background-color: #ddd;
}
body::-webkit-resizer {
 background-repeat: no-repeat;
 background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
 background-color: #F3F3E0;
}
::-webkit-scrollbar {
 width: 15px;
}
/*图片放大*/
.picShow img:hover, .picShow a:hover img {
	transition: all 500ms ease-out 0s;
	cursor: pointer;
	-webkit-transform: scale(1.15);
	moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.picShow img {
	transition: all 500ms ease-out 0s;
}
.main100 {
	width: 80%;
	margin: auto;
	max-width: 1280px;
	min-width: 1200px;
}
.fix_width {
	width: 90%;
	margin: auto;
	max-width: 1440px;
	min-width: 1200px;
}
.main {
	width: 1200px;
	margin: auto;
}
.table {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	height: 100%
}
.table_cell {
	display: table-cell;
	vertical-align: middle
}

/*头部*/
.header {
	height: 80px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	transition: 0.3s all;
	background: #fff; /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
	border-bottom: solid 1px #ebeef4;
	box-sizing: border-box;
}
/*.header:hover{background:rgba(20,107,187, 0.8);}*/
.header .logo {
	float: left;
	padding-top: 15px;
	transition: 0.3s all;
}
.header .logo img {
	height: 50px;
	transition: 0.3s all;
	background: none;
}
.header .logo2 {
	float: left;
	margin: 15px 0 0 10px;
}
.header .tel {
	color: #fff;
	font-size: 22px;
	line-height: 70px;
	height: 70px;
	background: url(../images/mb/tel_on.png) no-repeat left center;
	padding-left: 25px;
	transition: 0.3s all;
	font-family: Arial, Helvetica, sans-serif;
}
/*所有服务*/
.all_service {
	margin: 25px 0 0 30px;
	color: #fff;
	position: relative;
	float: left;
}
.all_service span {
	cursor: pointer;
	display: block;
	position: relative;
	color: #fff;
	line-height: 34px;
	text-indent: 12px;
	width: 90px;
	height: 34px;
	border-radius: 18px;
	background: #009900;
}
.all_service span i {
	display: block;
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -2px;
	background: #30c8c6;
	background: url(../images/mb/jz_head_top.png) no-repeat center;
	background-size: 100%;
	width: 7px;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.all_service span.on {
	background: #009900;
}
.all_service span.on i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.maskbox {
	width: 1020px;
	height: 280px;
	background: #fff;
	position: absolute;
	display: none;
	left: 0;
	top: 55px;
	z-index: 999;
	padding: 35px 25px;
	box-sizing: border-box;
}
.maskbox .all_box {
}
.maskbox .all_box h3 {
	height: 36px;
	padding-left: 52px;
	font-size: 15px;
	line-height: 36px;
	color: #333;
	float: left;
}
.maskbox .all_box h3.tit1 {
	background: url(../images/head_icon1.png) no-repeat left;
	background-size: 36px 36px;
}
.maskbox .all_box h3.tit2 {
	background: url(../images/head_icon2.png) no-repeat left;
	background-size: 36px 36px;
}
.maskbox .all_box h3.tit3 {
	background: url(../images/head_icon3.png) no-repeat left;
	background-size: 36px 36px;
}
.maskbox .all_box h3.tit4 {
	background: url(../images/head_icon4.png) no-repeat left;
	background-size: 36px 36px;
}
.maskbox .all_box li {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 22px;
	margin-left: 20px;
	position: relative;
}
.maskbox .all_box li:before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: #d3d3d3;
	position: absolute;
	left: 0;
	top: 11px;
}
/*下拉菜单*/
.head-box {
	height: 80px;
	float: right;
}
.head-box .menu {
}
.head-box .menu ul li {
	float: left;
	position: relative;
	z-index: 999;
	box-sizing: border-box;
	position: relative;
	margin: 0 12px;
}
.head-box .menu ul li .svb a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 80px;
}
.head-box .menu ul li dt a {
	display: block;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-bottom: #fff 1px solid;
}
.head-box .menu ul li dt:last-child a {
	border-bottom: 0;
}
.head-box .menu ul li dt a:hover {
background:;
	color: #009900;
}
.head-box .menu ul li .svb {
	transition: 0.5s all;
}
.head-box .menu ul li:hover .svb {
background:;
}
.head-box .menu ul li:hover .svb a {
	color: #009900;
}
.head-box .menu ul li.curr .svb {
background:;
}
.head-box .menu ul li.curr .svb a {
	color: #009900;
}
.head-box .menu ul li .svb-box {
	display: none;
	background: rgba(20,107,187, 0.8);
	z-index: 999;
	width: 160px;
	position: absolute;
	left: -50px;
	top: 70px;
	border-radius: 0px;
	overflow: hidden;
}
.head-box .menu ul li:nth-child(2), .head-box .menu ul li:nth-child(3) {
	background: url(../images/mb/jz_hot.png) no-repeat right 18px;
}
/*.head-box .menu ul li:hover:nth-child(2),.head-box .menu ul li:hover:nth-child(3),.head-box .menu ul li.curr {background:none;}*/

.head-box .menu ul li .svb a:before {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #009900;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.head-box .menu ul li:hover .svb a:before {
	width: 100%;
}

/*--------------------*/
.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;-webkit-transition: all 0.5s;transition: all 0.5s;/*! padding-top: 10%; */}
.section {padding: 30px 0;}
.banner-sub {height: 500px;background: no-repeat center / cover;color: #fff;text-align: center;font-size: 44px;text-shadow: 0 2px 2px #333333;}
.banner-sub .container {display: table;height: 100%;}
.banner-sub .inner {display: table-cell;vertical-align: middle;}
.container {padding: 0 15px;width: 1200px;margin: 0 auto;}
.lanmu {position: relative;background-color: #f1f1f1;text-align: center;}
.lanmu-title {display: none;line-height: 50px;font-size: 16px;}
.lanmu-title:after {content: '';display: inline-block;vertical-align: middle;margin: 0 0 -3px 10px;border-width: 7px;border-style: solid dashed dashed dashed;border-color: #333 transparent transparent transparent;}
.lanmu ul {font-size: 0;}
.lanmu li {display: inline-block;vertical-align: middle;}
.lanmu li a {display: block;line-height: 70px;font-size: 17px;position: relative;padding: 0 33px;border-right: 1px solid #ddd;-webkit-transition: all 0.5s;transition: all 0.5s;}
.lanmu li:last-child a {border-right: 0;}
.lanmu li.active a,.lanmu li a:hover {background-color: #009900;color: #fff;}

.wzjs-1 {margin-bottom: 40px;}
.wzjs-1 .pic {float: left;padding: 10px;width: 450px;background: url(../images/bj_12.jpg) center no-repeat;height: 305px;}
.wzjs-1 .pic .img-center {height: 305px;line-height: 305px;}
.wzjs-1 .info {margin-left: 500px;}
.wzjs-1 .info h1 {margin: 0;font-size: 0;font-weight: normal;}
.wzjs-1 .info h1 span,.wzjs-1 .info h1 small {display: inline-block;vertical-align: middle;}
.wzjs-1 .info h1 span {font-size: 32px;margin-right: 15px;}
.wzjs-1 .info h1 small {font-size: 14px;color: #fff;line-height: 26px;padding: 0 4px;}
.wzjs-1 .text {padding: 15px;background: url(../images/mb/conbg_03.jpg) repeat center;margin-top: 20px;}
.wzjs-1 .text .item {overflow: hidden;margin-bottom: 15px;}
.wzjs-1 .text .item.sb-bb {margin-bottom: 0;}
.wzjs-1 .text .sb-it {display: inline-block;vertical-align: middle;margin-right: 15px;margin-bottom: 15px;}
.wzjs-1 .text .label {float: left;font-size: 12px;line-height: 22px;padding: 0 5px;border: 1px solid #aaaaaa;color: #828282;}
.wzjs-1 .text .con {margin-left: 70px;line-height: 24px;}
.wzjs-1 .text .con strong {color: #FF0000;font-size: 20px;}
.wzjs-1 .text .tag {font-size: 0;margin-bottom: -10px;}
.wzjs-1 .text .tag span {font-size: 12px;line-height: 22px;padding: 0 5px;border: 1px solid #333;color: #333;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom: 10px;}
.wzjs-1 .text .btn {margin-top: 40px;font-size: 0;}
.wzjs-1 .text .btn a {display: inline-block;font-size: 14px;vertical-align: middle;margin: 10px 10px 0 0;position: relative;border: 1px solid #666;color: #666;line-height: 30px;text-align: center;padding: 0 20px;}
.wzjs-1 .text .btn .img-center {position: absolute;top: 110%;background-color: #666;left: 50%;width: 100px;padding: 5px;margin-left: -55px;display: none;z-index: 1;}
.wzjs-1 .text .btn a:hover {background-color: #666;color: #fff;}
.wzjs-1 .text .btn a:hover .img-center {display: block;}
.wzjs-1 .text .btn a:first-child {background-color: #009900;color: #fff;border-color: #009900;}
.wzjs-1 .text .btn a:last-child {background-color: #000;color: #fff;border-color: #000;}

.wzjs-box {margin-bottom: 40px;}
.wzjs-tit {margin-bottom: 20px;border-bottom: 2px solid #d7d7d7;line-height: 22px;}
.wzjs-tit span {display: inline-block;font-size: 22px;border-bottom: 2px solid #009900;margin-bottom: -2px;padding-bottom: 10px;}
.wzjs-tit span i {display: inline-block;vertical-align: top;line-height: 22px;width: 22px;text-align: center;color: #fff;background-color: #009900;border-radius: 50%;font-style: normal;font-size: 14px;margin-right: 10px;}
.wzjs-tit em {float: right;font-size: 12px;color: #999;font-style: normal;}

.wzjs-2 {margin-bottom: 20px;font-size: 20px;color: #666;}
.wzjs-2 .tel {float: right;color: #009900;background: url(../images/mb/gw.jpg) no-repeat 0 center;padding-left: 30px;}
.wzjs-2 strong {color: #009900;}

.table-2 table {width: 100%;border-collapse: collapse;background-color: #fff;line-height: 1.8;}
.table-2 th,.table-2 td {border: 1px solid #c8c8c8;padding: 12px 20px;}
.table-2 th {font-size: 16px;font-weight: normal;background-color: #f5f6f7;}
.table-2 th:first-child,.table-2 td:first-child {width: 110px;background: url(../images/c-c3.jpg) repeat-y right center #f5f6f7;}
.table-2 th:last-child,.table-2 td:last-child {width: 200px;}
.table-2 td {color: #666;}
.table-2 td img {display: inline-block;vertical-align: middle;}
.table-2 td .btn {display: inline-block;padding: 2px 12px;background-color: #009900;color: #fff;}

.wybzd {text-align: center;font-size: 16px;line-height: 2;margin: -20px 0 40px;}
.wybzd p {margin: 0;}

.wzjs-3 li {float: left;width: 16.666666666%;}
.wzjs-3 li .wrap {padding: 10px 20px;text-align: center;}
.wzjs-3 li .img-center {height: 42px;line-height: 42px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.wzjs-3 li p {margin: 10px 0 0;font-size: 16px;}
.wzjs-3 li .wrap:hover {box-shadow: 0 0 26px #d2d2d2;}
.wzjs-3 li .wrap:hover .img-center {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.wzjs-3-tips {margin-top: 20px;padding: 5px 15px;border: 1px solid #009900;}
.wzjs-3-tips p {margin: 10px 0;}
.wzjs-3-tips p strong {color: #fe6700;}

.wzjs-4 li {float: left;width: 12.5%;}
.wzjs-4 li .wrap {position: relative;}
.wzjs-4 li .wrap:after {content: '';position: absolute;width: 27px;height: 34px;background: url(../images/mb/lc_85.jpg) no-repeat center / cover;top: 13px;right: -13px;}
.wzjs-4 li .img-center {height: 60px;line-height: 60px;}
.wzjs-4 li p {margin: 10px 0 0;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.wzjs-4 li:last-child .wrap:after {display: none;}

.wzjs-5 {position: relative;}
.wzjs-5 .bg {position: absolute;left: 50%;top: 0;background: url(../images/mb/shzb_97.jpg) no-repeat center / contain;width: 28px;height: 100%;margin-left: -14px;}
.wzjs-5 .wzjs-box {width: 520px;}
.wzjs-5 .text {color: #666;line-height: 1.8;}
.wzjs-5-left {float: left;background: url(../images/mb/bg-bg_03.jpg) no-repeat right bottom;}
.wzjs-5-right {float: right;background: url(../images/mb/bg-bg_05.jpg) no-repeat right bottom;}

.wzjs-6 {margin: 0;}
.wzjs-6 dt {float: right;width: 600px;}
.wzjs-6 dd {margin: 0 700px 0 10px;padding-top: 60px;}
.wzjs-6 dd p {margin: 0 0 15px;line-height: 2;font-size: 16px;background-color: #ececec;padding: 0 20px;border-left: 10px solid #009900;}

/* 底部 */
.f_nbg {
	width: 100%;
	min-width: 1200px;
	background: #181818;
	padding: 60px 0 56px 0;
}
.fot_line {
	border-right: rgba(255,255,255,0.05) 1px solid;
	min-height: 180px;
	box-sizing: border-box;
}
.fot_logo {
	width: 290px;
}
.fot_logo img {
	width: 224px;
}
.f_nav {
	width: 360px;
	padding: 0 50px;
	padding-top: 20px;
}
.f_nav h4 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}
.f_nav li p {
	width: 50%;
	line-height: 28px;
	float: left;
}
.f_nav li p a {
	font-size: 14px;
	color: rgba(255,255,255,0.46);
}
.f_nav li p a:hover {
	color: #009900;
}
.b_weixin {
	width: 260px;
	text-align: center;
	padding-top: 20px;
}
.b_weixin h4 {
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #fff;
	background: url(../images/icon_ewm.png) 75px center no-repeat;
	margin-bottom: 40px;
}
.b_weixin li {
}
.b_weixin li img {
	width: 108px;
	height: 108px;
	margin-bottom: 10px;
}
.b_weixin li p {
	font-size: 14px;
	text-align: center;
	color: rgba(255,255,255,0.46);
}
.b_contact {
	width: 280px;
	box-sizing: border-box;
	padding-top: 20px;
}
.b_contact h4 {
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #fff;
	background: url(../images/icon_ren.png) left center no-repeat;
	margin-bottom: 20px;
}
.b_contact p {
	font-size: 14px;
	color: rgba(255,255,255,0.46);
	line-height: 34px;
}
.bq_bg {
	width: 100%;
	min-width: 1200px;
	margin: 0px auto;
	padding: 18px 0;
	background: #111;
	color: rgba(255,255,255,0.46);
	text-transform: uppercase;
	font-size: 12px;
	text-align:center;
}
.bq_bg a {
	color: rgba(255,255,255,0.36);
}
.bq_bg span, .bq_bg a {
	color: rgba(255,255,255,0.46);
	margin: 0 5px;
}
.bq_bg span {
	float: right;
	color: rgba(255,255,255,0.46);
	font-size: 12px;
}
/*--------------------*/
/*右侧浮动*/
.circle {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 120px;
	right: 0;
	z-index: 999;
	text-align: center;
	line-height: 80px;
	color: #3f897c;
	font-size: 30px;
}
.circle span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color: rgb(194, 14, 47);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(2) {
	animation-delay: 1s;
}
.circle span:nth-of-type(3) {
	animation-delay: 2s;
}
@keyframes circleScale {
 0% {
 opacity: 1;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
@keyframes circleScale1 {
 0% {
 opacity: 1;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 60% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(3);
 -moz-transform: scale(3);
 -ms-transform: scale(3);
 transform: scale(3);
}
}
.circle a {
	cursor: pointer;
	position: relative;
	background: #d90024;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-top: -4px;
	line-height: 47px;
}
.anniu .circle a {
	background: #f08200
}
.anniu .circle span {
	background: rgba(240, 130, 0)
}
.anniu .circle {
	bottom: 40px;
}
.circle a .kuang {
	display: none;
	position: absolute;
	right: 75px;
	top: 0;
	width: 150px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 10px;
	box-shadow: 3px 1px 5px rgba(0,0,0,0.15)
}
.circle a .kuang:before {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	border-top: transparent 10px solid;
	border-bottom: transparent 10px solid;
	border-left: #fff 10px solid
}