/* 清除内外边距 */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 16px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}




/*表单弹框*/

.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../image/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
.header , .content , .footer { width:1200px; margin:0 auto;}

.msg {
	height: 220px;
	border-top: 1px solid #dddddd
}

.w_1200 {
	margin: 0 auto;
}

.w_1200 .msg-div1 {
	width: 29.6%;
	background: url(../image/20230321150701.png) no-repeat center center;
	color: #ffffff;
	height: 231px;
	text-align: right;
	font-size: 32px;
	margin-top: -2px;
}
.w_1200 .msg-div {
	width: 16%;
	height: 205px;
	/*text-align: center;*/
	padding-left: 32px;
	border-left: 1px solid #dddddd;
}

.p1 {
	margin-top: 84px;
	margin-right: 54px;
}

.p2 {
	margin-top: 21px;
	margin-right: 54px;
	font-weight: bolder;
	font-size: 24px;
}

.msg .msg-div .p3 {
	font-size: 60px;
	font-weight: bold;
	font-family: "Arial";
	margin-top: 59px;
	color: #000000;
}

.msg .msg-div .span1_list {
	font-size: 20px;
	margin-top: -40px;
	margin-left: 43px;
	background-color: #29934c;
	height: 38px;
	width: 38px;
	line-height: 38px;
	border-radius: 59px;
	color: #FFFFFF;
	text-align: center;
}

.msg .msg-div .span1_list2 {
	margin-left: 112px;

}

.msg .msg-div .span1_list3 {
	margin-left: 76px;

}

.msg .msg-div .p4{
	margin-top: 7%;
	font-weight:bold;
	font-size: 20px;
	color: #3C3C3C;
}

.msg .msg-div .p5{
	margin-top: 5%;
}

.pro1 {
	padding-top: 51px;
	height: 621px;
	box-sizing: border-box;
}

.tit {
	text-align: center;
	font-weight: normal;
}

.tit span {
	display: block;
	font-size: 35.95px;
	color: #1a1a1a;
	line-height: 77px;
}

.tit i {
	font-size: 16px;
	color: #999999;
}

.pro1_con {
	margin-top: 33px;
}

.xmdz {
	width: 363px;
	display: inline-block;
	height: 403px;
	background-color: #F0F0F0;
	margin-left: -5px;
}

.xmdz h4 {
	font-size: 25px;
	color: #333;
	line-height: 67px;
	margin: 0px 29px;
	padding-top: 40px;
}

.xmdz .sp1 {
	display: block;
	margin-left: 31px;
	color: #333;
}

.xmdz .sp2 {
	padding-top: 32px;
}

.xmdz .sp3 {
	padding-top: 30px;

}

/*.xmdz .sp3 span {*/
/*	margin-left: 11px;*/
/*	color: #333;*/
/*	font-size: 20px;*/
/*}*/

.xmdz .sp4 {
	color: #333;
	font-size: 17px;
	margin-top: -52px;
	margin-left: 91px;
	font-weight:normal;
}

.xmdz .sp5 {
	font-weight:bold;
	margin-left: 91px;
	font-size: 22px;
	color: #333;
}

.pro1_con .ys_l li img {
	vertical-align: middle;
	margin-left: -40px;
}

.pro2_con dt {
	padding-left: 318px;
	background: url(/static/image/pro_ic1.png) no-repeat 462px 2px;
}

.pro2_con dt b {
	display: block;
	font-size: 16px;
	color: #008753;
	font-weight: bold;
	line-height: 16px;
	margin-top: 93px;
	margin-left: 239px;
}

.pro2_con dt a {
	display: block;
	font-size: 34px;
	color: #000000;
	line-height: 34px;
	padding-top: 20px;
	padding-left: 239px;
}

.pro2_con dd {
	padding-left: 318px;
	margin-left: 239px;
}

.pro2_con dd p {
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 30px;
	padding-top: 23px;
	letter-spacing: -0.8px;
}

.pro2_con dd .more {
	width: 100px;
	height: 30px;
	border: 1px solid #008753;
	box-sizing: border-box;
	margin-top: 23px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	font-family: Arial;
	display: block;
	transition: all 0.3s;
	text-align: center;
}

.pro2_con ul {
	margin-top: 50px;
	/*margin-left: 209px;*/
	margin-left: 17.5%;

}

.clearfix {
	zoom: 1;
}

.pro2_con ul li {
	float: left;
	width: 307px;
	margin-right: 12px;

}

.pro2_con ul li a {
	color: #333;
	text-decoration: none;
	font-family: 'Microsoft Yahei', Arial;
}

.pro2_con ul li i {
	width: 307px;
	height: 230px;
	display: block;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

.pro2_con ul li img {
	width: 307px;
	height: 230px;
	display: block;
	transition: all 0.5s;
}

.pro2_con ul li:hover span {
	height: 80px;
	line-height: 80px;
	background: url(/static/image/pro_yuan.png) no-repeat 239px 28px #008753;
	line-height: 80px;
	color: #fff;
	border: 0;
	margin-top: -32px;
	position: relative;
	z-index: 50;
}

.pro2_con ul li:nth-child(2n):hover span {
	font-size: 16px;
	line-height: 25px;
	padding-top: 14px;
	height: 80px;
	box-sizing: border-box;
}

.pro2_con ul li span {
	display: block;
	width: 100%;
	height: 48px;
	border: 1px solid #e5e5e5;
	line-height: 48px;
	border-top: 0;
	line-height: 48px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
	background: #fff;
}

.pro2 {
	padding-top: 51px;
	box-sizing: border-box;
	background: url(/static/image/pro1_bg.png) no-repeat  21%  235px;
	height: 840px;
}

.pro3 {
	padding-top: 80px;
	background: url(/static/image/pro2_bg.png) no-repeat 75%;
	box-sizing: border-box;
	height: 720px;
	background-color: #F4F4F4;
}

.pro3_con dl {
	margin: 0px 0 0 216px;
}

.pro3_con dt {
	padding-left: 103px;
	background: url(/static/image/pro_ic2.png) no-repeat 0 2px;
}

.pro3_con dt b {
	display: block;
	font-size: 16px;
	color: #008753;
	font-weight: bold;
	line-height: 16px;
}

.pro3_con dt a {
	display: block;
	font-size: 34px;
	color: #000000;
	line-height: 34px;
	padding-top: 20px;
}
.pro3_con dd {
	padding-left: 76px;
	width: 555px;
}

.pro3_con dd p {
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 30px;
	padding-top: 23px;
}

.pro3_con dd .more {
	width: 100px;
	height: 30px;
	border: 1px solid #008753;
	box-sizing: border-box;
	margin-top: 23px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	font-family: Arial;
	display: block;
	transition: all 0.3s;
	text-align: center;
}

.pro3_con ul {
	margin-top: 50px;
}

.pro3_con ul li {
	float: left;
	width: 307px;
	margin-right: 11px;
}

.pro3_con ul li a {
	color: #333;
	text-decoration: none;
	font-family: 'Microsoft Yahei', Arial;
}

.pro3_con ul li i {
	width: 307px;
	height: 230px;
	display: block;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

.pro3_con ul li img {
	width: 307px;
	height: 230px;
	display: block;
	transition: all 0.5s;
}

.pro3_con ul li span {
	display: block;
	width: 100%;
	height: 48px;
	border: 1px solid #e5e5e5;
	line-height: 48px;
	border-top: 0;
	line-height: 48px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s;
	background: #fff;
}

.pro3_con ul li:hover span {
	height: 80px;
	line-height: 80px;
	background: url(/static/image/pro_yuan.png) no-repeat 239px 28px #008753;
	line-height: 80px;
	color: #fff;
	border: 0;
	margin-top: -32px;
	position: relative;
	z-index: 50;
}

.pro4 {
	padding-top: 51px;
	height: 400px;
	box-sizing: border-box;
	background: url(/static/image/beijing4.png) no-repeat ;
}

.pro4 li {
	width: 145px;
	float: left;
	font: 16px "Microsoft YaHei";
	color: #333;
	height: 139px;
	background: url(/static/image/ancb.png) no-repeat;
}

.liuc_m4 {
	width: 1160px;
	/*background: url(../image/liuc_line.png) no-repeat center 25px;*/
	height: 182px;
	margin-top: 36px;
}

.pro4 li .liuc_span {
	display: block;
	/*width: 60px;*/
	height: 58px;
	overflow: hidden;
}

.pro4 li .liuc_span img {
	margin-left: 16px;
	margin-top: 8px;
}

.pro4 li span:nth-child(2) {
	display: block;
	margin-left: 19px;
}

.pro4 li b {
	display: block;
	font-size: 12px;
	color: #8A8A8A;
	padding: 5px 0 0;
	margin-left: 19px;
	font-weight: normal;
}

.xad {
	height: 203px;
	background: url(/static/image/xad_bg.png) no-repeat center;
}

.xad_l {
	float: left;
	width: 802px;
	box-sizing: border-box;
}

.xad h3 {
	display: block;
	font-weight: normal;
	padding-top: 72px;
	font-size: 34px;
	line-height: 34px;
	color: #fff;
	position: relative;
}

.xad h3 span {
	display: inline-block;
	font-weight: bold;
	/*margin-left: 45px;*/
}

.xad h4 {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	padding-top: 20px;
	font-weight: normal;
}

.xad_r {
	margin-top: 116px;
	float: left;
	width: 398px;
	position: relative;
}

.xad_r p {
	float: left;
	transition: all 0.5s;
}

.xad_r p strong {
	display: block;
	font-size: 28px;
	color: #ffffff;
	line-height: 100%;
	margin-top: -42px;
	font-family: Arial;
	margin-left: 142px;
	width: 284px;
	/*background: url(/static/image/dianhua_03.png) no-repeat;*/
}

.xad_r .dianhua {
	margin-top: -47px;
	margin-left: 95px;
	position: absolute;
}

.content .dhzx {
	color: #ffffff;
	position: absolute;
	margin-top: -67px;
	margin-left: 141px;
}

.xad .more {
	margin-top: 9px;
	display: block;
	width: 200px;
	background: #008753;
	border: 1px solid #008753;
	border-radius: 22px;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	height: 38px;
	color: #fff;
	overflow: hidden;
	float: right;
	margin-right: 114px;
}

.xad .more img {
	display: inline-block;
	width: 22px;
	margin-right: 8px;
	vertical-align: -5px;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.xad .more span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	margin-left: 4px;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 38px;
}

.xad .more:hover img {
	 margin-right: 12px;
}


/*新闻资讯*/

.news a {
	color: #333;
	text-decoration: none;
	font-family: 'Microsoft Yahei', Arial;
}

.tit span {
	display: block;
	font-size: 35.95px;
	color: #1a1a1a;
	line-height: 46px;
}

.tit i {
	display: block;
	font-size: 16px;
	font-family: Arial;
	margin-top: 18px;
	line-height: 18px;
	color: #999999;
}

.news_con {
	margin-top: 30px;
}

.news_l {
	float: left;
	width: 727px;
}

.news_l h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft Yahei";
}

.news_l h2 a {
	display: block;
	height: 45px;
	display: block;
	padding-left: 39px;
	font-weight: normal;
	background: url(/static/image/news_ic1.png) no-repeat;
	color: #000000;
	border-bottom: 1px solid #e3e3e3;
	font-size: 24px;
}

.news_l h2 a em, .news_r h2 a em {
	float: right;
	font-size: 16px;
	color: #808080;
	font-family: Arial;
	font-weight: normal;
	margin-top: 14px;
}

.news1 dl {
	height: 144px;
	padding: 30px 0 0;
}

.news1 dt {
	float: left;
	width: 77px;
	height: 144px;
	display: block;
}

.news1 dt em {
	width: 60px;
	height: 30px;
	display: block;
	line-height: 30px;
	background: #008753;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.news1 dd {
	width: 650px;
	float: left;
}

.news1 h3 a {
	font-size: 22px;
	color: #262626;
	line-height: 30px;
	padding: 0 0 12px;
	font-weight: normal;
	display: block;
	transition: all 0.3s;
}

.news1 h3 a:hover {
	color: #008753;
}

.news1 p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.news2 dl {
	height: 130px;
	padding: 20px 0;
	border-top: 1px dashed #c0bfbf;
}

.news2 dt {
	float: left;
	width: 231px;
	height: 130px;
	display: block;
	overflow: hidden;
}

.news2 dt img {
	width: 231px;
	height: 130px;
	display: block;
	transition: all 0.5s;
}

.news2 dd {
	width: 466px;
	float: left;
	height: 140px;
	margin-left: 30px;
}

.news2 h3 a {
	font-size: 22px;
	color: #262626;
	line-height: 22px;
	padding: 25px 0 16px;
	font-weight: normal;
	display: block;
	transition: all 0.3s;
}

.news2 p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.news_r {
	float: right;
	width: 397px;
}

.news_r h2 a {
	display: block;
	height: 45px;
	display: block;
	padding-left: 39px;
	font-weight: normal;
	background: url(/static/image/news_ic2.png) no-repeat;
	color: #000000;
	border-bottom: 1px solid #e3e3e3;
	font-size: 26px;
}

.news_r p img {
	display: block;
	width: 397px;
	height: 170px;
	margin-top: 30px;
}

.news_r ul li {
	padding-top: 27px;
	height: 97px;
	border-bottom: 1px dashed #c0bfbf;
	box-sizing: border-box;
	padding-left: 20px;
	background: url(/static/image/news_ic.png) no-repeat 0 32px;
}

.news_r ul li a {
	font-size: 16px;
	color: #1a1a1a;
	line-height: 16px;
	padding: 0 0 14px;
	font-weight: normal;
	display: block;
	transition: all 0.3s;
}

.news_r ul li em {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
	display: block;
}

.news2 h3 a:hover, .news_r ul li a:hover, .news1 dd h3 a:hover, .pro5 .ck a:hover {
	color: #008753;
}

.pro5 {
	padding-top: 51px;
	height: 721px;
	box-sizing: border-box;
	background: url(/static/image/zoujin_syc.png) no-repeat center top;
	background-color: #F7F7F7;
}

.pro5 .tit {
	margin-top: 178px;
	display: block;
}

.pro5 .ck {
	border: 1px solid #CDCDCD;
	margin: 37px auto;
	width: 155px;
	text-align: center;
	padding: 13px;
	border-radius:40px;
}

.pro6 {
	height: 230px;
	box-sizing: border-box;
	background-color: #F7F7F7;
}

.pro6 .fo_img {
	margin-top: 7px;
	float: left;
	line-height: 28px;
	color: #2A2A2A;
}

.pro6 .fo_img p {
	font-size: 14px;
}

.pro6 .fo_info {
	float: left;
	margin-top: -20px;
	line-height: 39px;
	margin-left: 65px;
	width: 544px;
}

.pro6 .fo_info p {
	/*font-size: unset !important;*/
	/*font-weight: unset !important;*/
	padding-left: 43px;
	color: #333333;
}

.pro6 .fo_info p:nth-child(1) {
	background: url(/static/image/fot_phone.png) no-repeat left 7px;
	/*font-size: 28px;*/
	/*font-weight:bold;*/
}
.pro6 .fo_info p:nth-child(2) {
	background: url(/static/image/fot_add.png) no-repeat left 7px;
	font-size: 14px;
}
.pro6 .fo_info p:nth-child(3) {
	background: url(/static/image/fot_email.png) no-repeat left 7px;
	font-size: 14px;
}

.pro6 .fo_wx {
	float: right;
	margin-top: 10px;
	text-align: center;
}

.pro6 .fo_wx .weixin{
	display: inline-block;
	text-align: center;
	padding-right: 10px;
}

.pro7 {
	background-color: #313332;
	color: #A6A6A6;
	font-size: 14px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

















































































