﻿@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	outline: none;
}


/*清除内外边距*/


/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/

a:focus {
	outline: none;
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
	font-family: 'Courier New', Courier, monospace;
}


/*统一等宽字体*/

small {
	font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
	list-style: none;
}


/*重置列表元素*/

a {
	text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
	/*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,
q:after {
	content: '';
}


/*重置表单元素*/

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;
}


/*重置表格元素*/

hr {
	border: none;
	height: 1px;
}


/*重置 hr*/

img {
	max-width: 100%;
	vertical-align: middle;
}

i {
	font-style: normal;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

input {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/*重置input标签属性*/

textarea {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/*重置textarea标签属性*/


/*init END*/


/*此文件放置共用函数、变量等*/


/* 字体设置 */


/* 定位属性 */


/* 遮罩层定位 */


/* 截字符 */

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/* 公用类 */

body {
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	font-family: '微软雅黑';
	background: #fff;
}


/* 清楚浮动 */

.clearfix {
	zoom: 1;
}

.clearfix p {
	font-size: 16px;
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input {
	background: none;
	font-family: '微软雅黑';
	border: none;
}

textarea {
	background: none;
	font-family: '微软雅黑';
	border: none;
}

a[transition] {
	-webkit-transition: 0.4s 0s;
	-o-transition: 0.4s 0s;
	-moz-transition: 0.4s 0s;
	transition: 0.4s 0s;
}

a {
	text-decoration: none;
	color: #000000;
}

.header {
	width: 100%;
	height: 169px;
	z-index: 99;
	position: relative;
}

.top1 {
	width: 100%;
	height: 32px;
	background: url(../img/bj.png);
	overflow: hidden;
}

.top11 {
	width: 1200px;
	margin: 0 auto;
}

.tzl {
	width: 1200px;
	margin: 0 auto;
}

.tzl a {
	float: left;
	font-size: 13px;
	color: #666666;
	background: url(../img/tz.png) no-repeat center left;
	padding-left: 30px;
	padding-top: 2px;
}

.sc {
	float: right;
	overflow: hidden;
}

.sc .sy:hover {
	color: #846734;
}

.sc .sc:hover {
	color: #846734;
}

.sc ul li {
	float: left;
	font-size: 13px;
	color: #666666;
	padding-top: 2px;
	padding-left: 10px;
}

.sc ul .syt {
	background: url(../img/swsy.png) no-repeat center left;
	padding-left: 15px;
	background-position-y: 8px;
}

.sc ul .sx {
	padding-right: 15px;
}

.sc ul .sct {
	background: url(../img/sc.png) no-repeat center left;
	padding-left: 15px;
	background-position-y: 7px;
}

.top2 {
	width: 1200px;
	height: 122px;
	margin: 0 auto;
	margin-top: 24px;
}

.logo {
	float: left;
}

.top21 {
	float: right;
	width: 544px;
	height: 42px;
}

.ss {
	width: 325px;
	height: 42px;
	float: left;
	background: url(../img/ssk.jpg);
}

.ss input {
	width: 210px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #c2c2c2;
	padding-left: 30px;
	margin-top: 2px;
}

input {
	background: none;
	font-family: 微软雅黑;
	border: none;
}

.ss a {
	width: 70px;
	height: 41px;
	font-size: 14px;
	background: #846734 url(../img/sst.png) no-repeat 52px;
	color: #fff;
	float: right;
	line-height: 41px;
	text-align: center;
	padding-right: 10px;
}

.dh img {
	float: right;
	margin-top: 11px;
}

.nav {
	float: right;
	margin-top: 30px;
	position: relative;
}

.nav h2 {
	font-size: 17px;
	font-weight: normal;
}

.nav ul>li {
	float: left;
	width: 101px;
	height: 47px;
	font-size: 17px;
	color: #323232;
	font-weight: normal;
	text-align: center;
	padding: 0 4px;
}

.nav .on {
	width: 101px;
	height: 47px;
	border-bottom: 3px solid #846734;
}

.nav .on a {
	color: #846734;
}

.nav ul li ul {
	width: 100%;
	height: 54px;
	background: #846734;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 99999;
	display: none;
}

.nav ul li ul li {
	font-size: 17px;
	width: 80px;
	padding: 0 20px;
}

.nav ul li ul li a {
	color: #FFFFFF;
	line-height: 54px;
}

.nav ul li a:hover {
	color: #846734;
}

.nav ul li:hover {
	border-bottom: 3px solid #846734;
}

.nav ul li:hover ul {
	display: block;
}

.nav ul li ul li a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
	display: block;
	height: 501px;
	position: relative;
}

.cg_banner_listbox {
	position: relative;
	height: 100%;
	z-index: 0;
	margin-top: 9px;
}

.tempWrap {
	margin: 0 auto;
}

.cg_banner_listbox ul li {
	zoom: 1;
	vertical-align: middle;
}


/*li按钮*/

.cg_banner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 1;
	width: 100%;
}

.cg_banner .hd ul {
	overflow: hidden;
	zoom: 1;
	clear: both;
	width: 100%;
	text-align: center;
}

.cg_banner .hd ul li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 2px;
	width: 20px;
	height: 4px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	line-height: 8px;
	color: #fff;
	transition: .5s;
}

.cg_banner .hd ul li.on {
	width: 30px;
	background: #0579cb;
}


/*前/后按钮代码*/

.cg_banner .prev,
.cg_banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 9;
}

.cg_banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.cg_banner .prev:hover,
.cg_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.cg_banner .prevStop {
	display: none;
}

.cg_banner .nextStop {
	display: none;
}

.index_nr h2:hover {
	color: #846734;
}

.index_nr h2>a:hover {
	color: #846734;
}


/*# sourceMappingURL=all.css.map */

.l_header {
	width: 100%;
}

.l_toplogo {
	padding: 27px 0;
}

.l_toplogo a {
	transition: .3s;
}

.l_toplogo a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: .3s;
}

.l_dh {
	display: none;
}

.l_nav {
	display: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.l_pcnav {
	background: #0066cb;
}

.l_pcnavt ul li {
	float: left;
	width: 120px;
	text-align: center;
	transition: .2s;
	position: relative;
	transition: .5s;
}

.l_pcnavt ul li ul {
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 999;
	background: #F77B03;
	display: none;
	transition: .5s;
}

.l_pcnavt ul li ul .on {
	background: #0072C4;
}

.l_pcnavt ul li ul li:hover {
	background: #0072C4;
}

.l_pcnavt ul li:hover ul {
	display: block;
	transition: .5s;
}

.l_pcnavt ul .on {
	background: #f77b03;
}

.l_pcnavt ul li a {
	font-size: 17px;
	color: #fff;
	display: block;
	width: 100%;
	line-height: 56px;
}
.l_pcnavt ul li ul li a{
	line-height: 40px;
}
.l_pcnavt ul li:hover {
	background: #f77b03;
	transition: .2s;
}

.clear {
	clear: both;
}

.l_ss {
	float: right;
	background: url(../img/ssbj.png) no-repeat center center;
	width: 210px;
	height: 36px;
	margin-top: 10px;
}

.l_ss input {
	margin-left: 20px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}

.l_ss input::-webkit-input-placeholder {
	color: #fff;
}

.l_ss input:-moz-placeholder {
	color: #fff;
}

.l_ss input::-moz-placeholder {
	color: #fff;
}

.l_ss input:-ms-input-placeholder {
	color: #fff;
}

.l_ss a {
	float: right;
	margin-right: 12px;
	margin-top: 7px;
}

.l_ssan {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/ss.png) no-repeat center center;
	transition: .2s;
}

.l_ssan:hover {
	background: url(../img/ssh.png) no-repeat center center;
	transition: .2s;
}

.slideBox {
	position: relative;
	width: 100%;
	height: 556px;
}

.slideBox .hd {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -33px;
	z-index: 9;
}

.slideBox .hd ul li {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #0072c4;
	border-radius: 40px;
	margin: 0 5px;
	cursor: pointer;
}

.slideBox .hd ul .on {
	background: #ffa904;
}

.l_gsjj {
	padding: 90px 0;
}

.l_gsjj .l_jjtop .l_topz {
	float: left;
	width: 631px;
	height: 319px;
}

.l_gsjj .l_jjtop .l_topz h2 a {
	font-size: 34px;
	background: url(../img/btbj.png) no-repeat center center;
	display: block;
	width: 600px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	transition: .3s;
}

.l_gsjj .l_jjtop .l_topz h2 a:hover {
	color: #f77b03;
	transition: .3s;
}

.l_gsjj .l_jjtop .l_topz p {
	font-size: 26px;
	color: #0072c4;
	margin-top: 55px;
}

.l_gsjj .l_jjtop .l_topz div p{
	font-size: 14px;
    color:#333;
}

.l_gsjj .l_jjtop .l_topy {
	float: right;
}

.l_gsjj .l_jjtop .l_topy i {
	background: url(../img/sp.png) no-repeat center center;
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	z-index: 99;
}

.l_gsjj .l_jjtop .l_topy {
	position: relative;
	cursor: pointer;
	transition: .3s;
}

.l_gsjj .l_jjtop .l_topy:hover {
	opacity: 0.7;
	filter: alpha(opacity=50);
	transition: .3s;
}

.modal {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.modal iframe {
	width: 700px;
	height: 500px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -250px;
	z-index: 99999;
}

.tempWrap {
	width: 100% !important;
}

.l_jjbot {
	text-align: center;
	margin: 52px auto;
	overflow: hidden;
}

.l_jjbot ul li{
	float: left;
	margin: 0 10px;
	width: 220px;
    height: 206px;
}
.l_jjbot ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	transition: .3s;
	background: #fff;
}
.l_jjbot ul li a img {
	display: block;
	margin: 0 auto;
	padding-top: 42px;
	margin-bottom: 15px;
}

.l_jjbot ul li a:hover{
	background: #9ccc45;
	color: #fff;
	transition: .3s;
}
.l_jjbot1{
	display: none;
}
.l_cpzs {
	background: #0066cb;
	text-align: center;
	padding: 66px 0;
}

.l_cpzs h2 a {
	font-size: 34px;
	color: #fff;
	font-weight: normal;
	transition: .2s;
}

.l_cpzs h2 a:hover {
	color: #f77b03;
	transition: .2s;
}

.l_cpzs>p {
	font-size: 16px;
	color: #fff;
	background: url(../img/btbj1.png) no-repeat center bottom;
	padding-bottom: 10px;
}

.picScroll-left {
	position: relative;
	z-index: 9;
	padding-bottom: 100px;
	margin-top: 50px;
}

.picScroll-left .bd ul li {
	position: relative;
	z-index: 99;
	width: 372px;
	margin: 0 4px;
	overflow: hidden;
}

.picScroll-left .bd ul li img {
	width: 372px;
	height: 245px;
	transition: .2s;
}

.picScroll-left .bd ul li:hover p {
	color: #f77b03;
	transition: .2s;
}

.picScroll-left .bd ul li:hover img {
	transform: scale(1.1);
	transition: .2s;
}

.picScroll-left .bd ul li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	transition: .2s;
}

.picScroll-left .hd {
	position: absolute;
	left: 50%;
	z-index: 9999;
	bottom: 0px;
	margin-left: -62.5px;
}

.picScroll-left .hd a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	cursor: pointer;
}

.picScroll-left .hd .prev {
	background: url(../img/yjt.png) no-repeat center center;
	transition: .3s;
}

.picScroll-left .hd .prev:hover {
	background: url(../img/yjth.png) no-repeat center center;
	transition: .3s;
}

.picScroll-left .hd .next {
	background: url(../img/zjt.png) no-repeat center center;
	transition: .3s;
}

.picScroll-left .hd .next:hover {
	background: url(../img/zjth.png) no-repeat center center;
	transition: .3s;
}

.l_xwdt {
	text-align: center;
	padding: 66px 0;
}

.l_xwdt h2 a {
	font-size: 34px;
	color: #393939;
	font-weight: normal;
	transition: .2s;
}

.l_xwdt h2 a:hover {
	color: #f77b03;
	transition: .2s;
}

.l_xwdt>p {
	font-size: 16px;
	color: #323232;
	background: url(../img/btx.png) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 48px;
}

.l_xwdt .l_xwtt {
	float: left;
	width: 435px;
	height: 358px;
	text-align: left;
	overflow: hidden;
}

.l_xwdt .l_xwtt p {
	font-size: 16px;
	font-weight: normal;
	margin: 12px 0;
	transition: .3s;
}

.l_xwdt .l_xwtt span {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.l_xwdt .l_xwtt a {
	display: block;
	width: 100%;
	height: 100%;
}

.l_xwdt .l_xwtt a img {
	transition: .3s;
}

.l_xwdt .l_xwtt a:hover img {
	opacity: 0.7;
	transition: .3s;
	filter: alpha(opacity=50);
}

.l_xwdt .l_xwtt a:hover p {
	color: #f77b03;
	transition: .3s;
}

.l_xwdt .l_xwlb {
	float: right;
	width: 715px;
	text-align: left;
}

.l_xwdt .l_xwlb ul li {
	width: 100%;
	height: 109px;
	background: #f0f0f0;
	transition: .3s;
	margin-bottom: 15px;
}

.l_xwdt .l_xwlb ul li div {
	display: inline-block;
	vertical-align: middle;
}

.l_xwdt .l_xwlb ul li .l_rq {
	width: 129px;
	height: 109px;
	text-align: right;
	background: url(../img/xt1.png) no-repeat center right;
}

.l_xwdt .l_xwlb ul li .l_rq p {
	font-size: 22px;
	margin-right: 30px;
	padding-top: 17px;
	transition: .3s;
}

.l_xwdt .l_xwlb ul li .l_rq span {
	font-size: 18px;
	margin-right: 30px;
	font-weight: normal;
	transition: .3s;
}

.l_xwdt .l_xwlb ul li .l_nr {
	margin-left: 37px;
	height: 109px;
}

.l_xwdt .l_xwlb ul li .l_nr P {
	font-size: 16px;
	font-weight: normal;
	margin-top: 22px;
	margin-bottom: 8px;
	transition: .3s;
}

.l_xwdt .l_xwlb ul li .l_nr span {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	transition: .3s;
}

.l_xwdt .l_xwlb ul li:hover {
	background: #f77b03;
	transition: .3s;
}

.l_xwdt .l_xwlb ul li:hover p {
	color: #fff;
	transition: .3s;
}

.l_xwdt .l_xwlb ul li:hover span {
	color: #fff;
	transition: .3s;
}

.l_gcal {
	text-align: center;
	padding: 85px 0;
}

.l_gcal h2 a {
	display: block;
	background: url(../img/btbj2.png) no-repeat center center;
	width: 600px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	margin: 0 auto;
	font-size: 34px;
	color: #393939;
	transition: .2s;
}

.l_gcal h2 a:hover {
	color: #F77B03;
	transition: .2s;
}

.picScroll-left1 {
	margin-top: 71px;
}

.picScroll-left1 .bd ul li {
	width: 388px;
	height: 279px;
	position: relative;
	margin: 0 6px;
}

.picScroll-left1 .bd ul li p {
	width: 282px;
	height: 68px;
	font-size: 16px;
	text-align: center;
	line-height: 68px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -141px;
	background: #fff;
	transition: .3s;
}

.picScroll-left1 .bd ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.picScroll-left1 .bd ul li img {
	transition: .3s;
}

.picScroll-left1 .bd ul li:hover img {
	opacity: 0.7;
	transition: .3s;
	filter: alpha(opacity=50);
}

.picScroll-left1 .bd ul li:hover p {
	color: #fff;
	background: #f77b03;
	transition: .3s;
}

.l_sjdb {
	display: none;
}

.l_footer {
	background: #343537;
}

.l_footernr {
	padding: 43px 0;
}

.l_footernr>div {
	display: inline-block;
	vertical-align: top;
}

.l_dlx h2 {
	font-size: 32px;
	color: #f77b03;
}

.l_dlx p {
	font-size: 14px;
	color: #919191;
	line-height: 30px;
}

.l_ewm {
	margin-left: 17px;
}

.l_bq {
	overflow: hidden;
	background: url(../img/dxt.png) no-repeat center top;
	background-position-x: 22px;
	text-align: left;
	width: 770px;
}

.l_bq ul li {
	float: left;
	width: 110px;
	text-indent: 1.6em;
}

.l_bq ul {
	padding-top: 18px;
}

.l_bq ul li a {
	font-size: 15px;
	color: #fff;
}

.l_bq ul li a:hover {
	color: #F77B03;
}

.l_bq p {
	width: 755px;
	float: right;
	font-size: 13px;
	color: #868686;
	line-height: 30px;
	margin-top: 15px;
}

.l_bq p a {
	font-size: 13px;
	color: #868686;
}

.l_bq p a:hover {
	color: #F77B03;
}

.l_bq p img {
	vertical-align: middle;
	margin-top: -4px;
}

.l_gjyq {
	background: #2f3032;
	height: 51px;
}

.l_gjyq1 p {
	float: left;
	line-height: 51px;
}

.l_gjyq1 .l_qylj {
	float: right;
	background: url(../img/yqbj.png) no-repeat center center;
	width: 149px;
	height: 29px;
	position: relative;
	line-height: 29px;
	text-indent: 1em;
	font-size: 12px;
	color: #737373;
	margin-top: 10px;
}

.l_gjyq1 .l_qylj a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #737373;
}

.l_gjyq1 .l_qylj a:hover {
	color: #F77B03;
}

.l_gjyq1 .l_qylj:hover ul {
	display: block;
}

.l_gjyq1 .l_qylj ul {
	position: absolute;
	bottom: 29px;
	background: #fff;
	width: 100%;
	display: none;
}

.l_gjyq1 .l_qylj ul li a:hover {
	color: #F77B03;
}

.slideBox1 {
	position: relative;
	width: 100%;
	height: 340px;
}

.slideBox1 .hd {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -33px;
	z-index: 9;
}

.slideBox1 .hd ul li {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #0072c4;
	border-radius: 40px;
	margin: 0 5px;
	cursor: pointer;
}

.slideBox1 .hd ul .on {
	background: #ffa904;
}

.slideBox1 .bd ul {
	width: 100% !important;
}

.slideBox1 .bd ul li {
	width: 100% !important;
}

.l_ejnav .l_dw {
	float: right;
	margin-top: 23px;
}

.l_ejnav .l_dw a {
	font-size: 14px;
	color: #666666;
}

.l_ejnav .l_dw a:hover {
	color: #F77B03;
}

.l_ejnav .l_dw img {
	margin-top: -6px;
	margin-right: 10px;
}

.l_ejnav .l_dw .on {
	color: #F77B03;
}

.l_ejnav h2 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	color: #393939;
}

.l_ejnav .l_ejbt1 {
	text-align: center;
	padding-top: 50px;
}

.l_ejnav .l_ejbt1 h2 {
	
}

.l_ejnav p {
	font-size: 16px;
	text-align: center;
	background: url(../img/btx.png) no-repeat center bottom;
	padding-bottom: 10px;
}

.l_ejnav .l_ejbt {
	padding-top: 50px;
}

.l_ejnav .l_ejlm {
	text-align: center;
	height: 77px;
	border-bottom: 3px solid #0066cb;
	margin-top: 25px;
}

.l_ejnav .l_ejlm a {
	display: inline-block;
	padding: 0 20px;
	font-size: 17px;
	color: #323232;
	line-height: 77px;
}

.l_ejnav .l_ejlm img {
	margin-top: -5px;
}

.l_ejnav .l_ejlm a:hover {
	color: #f77b03;
	border-bottom: 3px solid #F77B03;
}

.l_ejnav .l_ejlm .on {
	color: #f77b03;
	border-bottom: 3px solid #F77B03;
}

.l_zyjj {
	margin-top: 80px;
	padding-bottom: 170px;
}

.l_zyjj p {
	font-size: 14px;
	line-height: 35px;
}

.l_qywh {
	padding-bottom: 90px;
	margin-top: 60px;
}

.l_qywh>div {
	background: #fafafa;
	width: 100%;
	height: 281px;
	margin-top: 25px;
}

.l_qywh .l_why img {
	margin-left: 178px;
	margin-top: 25px;
}

.l_qywh .l_why .l_whynr {
	float: right;
	width: 50%;
	height: 281px;
}

.l_qywh .l_why .l_whynr>div {
	display: inline-block;
	vertical-align: top;
	margin-right: 44px;
}

.l_qywh .l_why .l_whynr h2 {
	font-size: 24px;
	font-weight: normal;
	color: #0066CB;
	margin-bottom: 10px;
	padding-top: 50px;
}

.l_qywh .l_why .l_whynr p {
	font-size: 14px;
	line-height: 35px;
}

.l_qywh .l_whz .l_whznr {
	float: left;
	width: 50%;
	height: 281px;
	padding-left: 171px;
}

.l_qywh .l_whz .l_whznr h2 {
	font-size: 24px;
	font-weight: normal;
	color: #0066CB;
	margin-bottom: 10px;
	padding-top: 35px;
}

.l_qywh .l_whz .l_whznr p {
	font-size: 14px;
	line-height: 35px;
}

.l_qywh .l_whz img {
	margin-top: 23px;
}

.l_ryzz {
	margin-top: 40px;
	padding-bottom: 110px;
	min-height: 400px;
}

.l_ryzz ul {
	min-height: 645px;
}

.l_ryzz ul li {
	position: relative;
	z-index: 1;
	width: 388px;
	height: 279px;
	float: left;
	margin: 22px 6px;
}.l_ryzz ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.l_ryzz ul li .zz {
	width: 100%;
	height: 245px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	transition: .3s;
}

.l_ryzz ul li .zz img {
	position: absolute;
	left: 50%;
	top: 42%;
	margin-left: -25px;
}

.l_ryzz ul li a p {
	width: 282px;
	height: 68px;
	font-size: 16px;
	text-align: center;
	line-height: 68px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -141px;
	background: #fff;
	transition: .3s;
	z-index: 99;
}

.l_ryzz ul li:hover .zz {
	display: block;
	transition: .3s;
}

.l_ryzz ul li:hover p {
	background: #F77B03;
	color: #fff;
	transition: .3s;
}

.fy {
	text-align: center;
	margin-top: 30px;
}

.fy a {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: #0066CB;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	transition: .2s;
	margin: 0 5px;
}

.fy a:hover {
	background: #F77B03;
	transition: .2s;
}

.fy .on {
	background: #F77B03;
}

.l_ryxq h2 {
	text-align: center;
	font-size: 25px;
	color: #0072C4;
	padding-top: 50px;
	margin-bottom: 30px;
}

.l_ryxq .l_rq1 {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}

.l_ryxq .l_rq1 span {
	font-size: 14px;
	margin: 0 12px;
}

.l_ryxq .l_rq1 a {
	margin-right: 15px;
}
.l_ryxq .l_rq1 .gb {
	color: #333;
	font-size: 14px;
}
.l_ryxq .l_rq1 .gb:hover{
	color: #F77B03;
}
.wz {
	min-height: 400px;
}

.wz p {
	font-size: 14px;
	line-height: 35px;
}

.l_sxp {
	margin: 50px 0;
}

.l_sxp a {
	display: block;
	font-size: 16px;
	margin-top: 8px;
}

.l_sxp a span {
	display: inline-block;
	width: 124px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	background: #0072C4;
	margin-right: 25px;
}

.l_sxp a[href]:hover span {
	background: #F77B03;
}

.l_cpzz {
	padding-bottom: 100px;
	min-height: 645px;
}

.l_cpzz ul {
	padding: 45px 0;
	min-height: 539px;
}

.l_cpzz ul li {
	float: left;
	width: 389px;
	height: 256px;
	position: relative;
	z-index: 9;
	margin: 18px 5px;
	overflow: hidden;
}

.l_cpzz ul li a {
	display: block;
	width: 389px;
	height: 256px;
	overflow: hidden;
}

.l_cpzz ul li img {
	transition: .3s;
}

.l_cpzz ul li p {
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	transition: .3s;
}

.l_cpzz ul li:hover p {
	background: #F77B03;
	transition: .3s;
}

.l_cpzz ul li:hover img {
	transform: scale(1.1);
	transition: .3s;
}

.l_xwdt1 .l_xwlb .fy {
	width: 1200px;
}

.l_xwdt1 .l_xwlb {
	text-align: left;
	width: 1234px;
	padding-bottom: 82px;
	min-height: 400px;
}

.l_xwdt1 .l_xwlb ul {
	padding: 45px 0;
	min-height: 400px;
}

.l_xwdt1 .l_xwlb ul li {
	width: 48%;
	height: 109px;
	background: #f0f0f0;
	transition: .3s;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
}

.l_xwdt1 .l_xwlb ul li div {
	display: inline-block;
	vertical-align: middle;
}

.l_xwdt1 .l_xwlb ul li .l_rq {
	width: 129px;
	height: 109px;
	text-align: right;
	background: url(../img/xt1.png) no-repeat center right;
}

.l_xwdt1 .l_xwlb ul li .l_rq p {
	font-size: 22px;
	margin-right: 30px;
	padding-top: 17px;
	transition: .3s;
}

.l_xwdt1 .l_xwlb ul li .l_rq span {
	font-size: 18px;
	margin-right: 30px;
	font-weight: normal;
	transition: .3s;
}

.l_xwdt1 .l_xwlb ul li .l_nr {
	height: 109px;
	width: 73%;
	float: right;
}

.l_xwdt1 .l_xwlb ul li .l_nr P {
	font-size: 16px;
	font-weight: normal;
	margin-top: 22px;
	margin-bottom: 8px;
	transition: .3s;
}

.l_xwdt1 .l_xwlb ul li .l_nr span {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	transition: .3s;
}

.l_xwdt1 .l_xwlb ul li:hover {
	background: #f77b03;
	transition: .3s;
}

.l_xwdt1 .l_xwlb ul li:hover p {
	color: #fff;
	transition: .3s;
}

.l_xwdt1 .l_xwlb ul li:hover span {
	color: #fff;
	transition: .3s;
}

.l_tj {
	height: 180px;
	background: url(../img/tjbj.png) no-repeat center center;
	margin-bottom: 62px;
}

.l_tj ul {
	padding-top: 64px;
}

.l_tj ul li {
	float: left;
	font-size: 14px;
	margin: 8px 45px;
	width: 310px;
	line-height: 35px;
}

.l_tj ul li a {
	background: url(../img/tj.png) no-repeat center left;
	font-weight: normal;
	padding-left: 20px;
	font-size: 14px;
}

.l_tj ul li span {
	font-weight: normal;
	float: right;
	font-size: 14px;
}

.l_tj ul li:hover a {
	color: #0072C4;
}

.l_tj ul li:hover span {
	color: #0072C4;
}

.l_zxly {
	background: url(../img/lybj.png) no-repeat center center;
	height: 535px;
	position: relative;
	padding-bottom: 150px;
}

.l_zxly .l_lyk {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -35%;
	width: 70%;
	padding-top: 50px;
}

.l_zxly .l_lyk .l_xm {
	display: inline-block;
	width: 45%;
	border-bottom: 1px solid #dedede;
	margin-right: 9.5%;
	line-height: 60px;
	font-size: 16px;
}

.l_zxly .l_lyk .l_xm input {
	text-indent: 0.5em;
	line-height: 60px;
	width: 80%;
}

.l_zxly .l_lyk .l_xm img {
	margin-top: -5px;
}

.l_zxly .l_lyk .l_dh1 {
	display: inline-block;
	width: 45%;
	border-bottom: 1px solid #dedede;
	line-height: 60px;
	font-size: 16px;
}

.l_zxly .l_lyk .l_dh1 input {
	text-indent: 0.5em;
	line-height: 60px;
	width: 80%;
}

.l_zxly .l_lyk .l_dh1 img {
	margin-top: -5px;
}

.l_zxly .l_lyk .l_wb {
	width: 100%;
	border-bottom: 1px solid #dedede;
	margin-top: 30px;
	padding-bottom: 10px;
}

.l_zxly .l_lyk .l_wb img {
	vertical-align: top;
	margin-top: 5px;
}

.l_zxly .l_lyk .l_wb textarea {
	width: 97%;
	text-indent: 0.5em;
	font-size: 16px;
	resize: none;
	height: 172px;
	line-height: 30px;
}

.l_zxly .l_lyk .l_yzm {
	margin-top: 30px;
	line-height: 60px;
	font-size: 16px;
	width: 50%;
	border-bottom: 1px solid #dedede;
	display: inline-block;
}

.l_zxly .l_lyk .l_yzm input {
	text-indent: 0.5em;
	line-height: 60px;
	width: 65%;
}

.l_zxly .l_lyk a {
	display: inline-block;
	width: 148px;
	height: 47px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 47px;
	border-radius: 30px;
	background: #F77B03;
	margin-left: 20px;
}

.l_zxly .l_lyk a:hover {
	background: #0072C4;
}

.l_ckly {
	padding-bottom: 100px;
	min-height: 500px;
}

.l_ckly .l_lyq {
	padding-top: 50px;
}

.l_ckly .l_lyq img {
	vertical-align: top;
}

.l_ckly .l_lyq .l_hfly {
	background: #f9f9f9;
	width: 90.7%;
	display: inline-block;
	margin-left: 35px;
}

.l_ckly .l_lyq .l_hfly p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.l_ckly .l_lyq .l_hfly textarea {
	width: 88%;
	margin: 30px auto;
	font-size: 14px;
	display: block;
	resize: none;
	background: #fff;
	padding: 20px 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px #f1f1f1;
}

.l_lxwm {
	text-align: center;
	padding-bottom: 72px;
}

.l_lxwm h2 {
	font-size: 29px;
	color: #0072C4;
	font-weight: normal;
	margin-top: 50px;
}

.l_lxwm>img {
	display: block;
	margin: 0 auto;
}

.l_lxwm span {
	display: inline-block;
	font-size: 14px;
	padding: 6px 0;
	margin: 0 50px;
	margin-top: 48px;
}

.l_lxwm .lxdh {
	background: url(../img/dh2.png) no-repeat center left;
	padding-left: 40px;
}

.l_lxwm .dz {
	background: url(../img/dz.png) no-repeat center left;
	padding-left: 20px;
}

.l_lxwm .wz1 {
	background: url(../img/wz.png) no-repeat center left;
	padding-left: 25px;
}

.l_lxwm iframe {
	width: 100%;
	height: 391px;
	border: none;
	margin-top: 43px;
}

.l_zxyp {
	padding-bottom: 100px;
}

.l_zxyp h2 {
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.l_zxyp>p {
	text-align: center;
	font-feature-settings: 15px;
}

.zxns--container {
	margin: 0 auto;
	width: 1200px;
	margin-top: 30px;
	background: #f9f9f9;
	min-height: 400px;
}
.cpyc--list .head .item a{
	display: block;
	width: 100%;
	line-height: 24px;
}
.cpyc--list .head .item1 {
	width: 200px;
	min-width: 200px;
}
.cpyc--list .head .item2 {
	width: 200px;
	min-width: 200px;
}

.cpyc--list .head .item3 {
	width: 200px;
	min-width: 200px;
}

.cpyc--list .head .item4 {
	width: 200px;
	min-width: 200px;
}

.cpyc--list .head .item5 {
	width: 70px;
	min-width: 70px;
}

.cpyc--list {
	padding-left: 50px !important;
	padding-right: 50px !important;
	padding-bottom: 50px !important;
	margin-bottom: 50px;
	min-height: 400px;
}

.cpyc--list .cell {
	border-bottom: 1px solid #e5e5e5;
}

.cpyc--list .cell .head {
	display: table;
	width: 100%;
	background: #f9f9f9;
}

.cpyc--list .cell .head .item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 66px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	padding: 5px 10px;
}

.cpyc--list .cell .head .item5 a {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background: url(../img/icon40.png) no-repeat center;
}

.cpyc--list .cell .head .item a:hover {
	opacity: .7;
}

.cpyc--list .cell .body {
	display: none;
	font-size: 16px;
	color: #666;
	line-height: 2;
	background: #fff;
}

.cpyc--list .cell .body img {
	max-width: 100%;
	height: auto !important;
}

.cpyc--list .cell .body .content {
	padding: 15px 30px 0;
	text-align: left;
}

.cpyc--list .cell .body .btn {
	padding: 15px 30px 30px 30px;
	text-align: center;
}

.cpyc--list .cell .body .btn a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 95px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
}

.cpyc--list .cell .body .btn a:hover {
	background: #FF9900 !important;
}

.cpyc--list .cell .body .btn a.btn1 {
	background: #0072C4;
}

.cpyc--list .cell .body .btn a.btn2 {
	background: #0072C4;
}

.cpyc--list .cell.open {
	display: block;
	background: #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.cpyc--list .cell.open .head .item5 a {
	display: block;
	background: url(../img/icon41.png) no-repeat center;
}

.l_wzdt>img {
	display: block;
	margin: 50px auto;
}

.l_sitemap {
	text-align: center;
	padding-bottom: 120px;
	background: url(../img/sitemapbj.png) no-repeat center top;
}

.l_sitemap dl {
	float: left;
}

.l_sitemap dl dt {
	width: 146px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	margin-bottom: 15px;
	background: url(../img/dt.png) no-repeat center center;
}

.l_sitemap dl dt a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 59px;
}

.l_sitemap dl .wkz {
	background: url(../img/wkz.png) no-repeat center center;
	width: 135px;
}

.l_sitemap dl .wkz:hover {
	background: url(../img/wkzh.png) no-repeat center center;
	width: 135px;
}

.l_sitemap dl .wky {
	background: url(../img/wky.png) no-repeat center center;
}

.l_sitemap dl .wky:hover {
	background: url(../img/wkyh.png) no-repeat center center;
}

.l_sitemap dl>.on {
	background: url(../img/dth.png) no-repeat center center;
}

.l_sitemap dl dt:hover {
	background: url(../img/dth.png) no-repeat center center;
}

.l_sitemap dl dd .on {
	color: #F77B03;
}

.l_sitemap dl dd a:hover {
	color: #F77B03;
}

.l_sitemap dl dd {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.swiper-container {
	display: none;
}

.l_cpsj {
	display: none;
}

.l_alsj {
	display: none;
}

.l_fy {
	display: none;
}
.fh{
	position: fixed;
	bottom: 27.4%;
	right: 10%;
	transition: .3s;
	z-index: 999;
	display: block;
	width: 51px;
	height: 35px;
}
.fh:hover{
	opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 1200px) {
	.slideBox {
		display: none;
	}
	.fh{
		width: 31px;
		height: 21px;
		bottom: 10.5%;
		right: 5%;
	}
	.slideBox1 {
		display: none;
	}
	.swiper-container2 {
		display: block !important;
		position: relative;
		overflow: hidden;
	}
	.l_footer {
		display: none;
	}
	.swiper-container {
		display: block;
	}
	.w1200 {
		width: 100%;
	}
	.l_ss {
		display: none;
	}
	.l_toplogo {
		padding: 10px 0px;
	}
	.l_toplogo a {
		width: 60%;
		display: inline-block;
		margin-left: 10px;
	}
	.l_toplogo .l_dh {
		width: 25px;
		height: 25px;
		float: right;
		margin-right: 10px;
		margin-top: 3px;
	}
	.l_pcnav {
		display: none;
	}
	.l_nav {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 52px;
		left: 0;
		z-index: 99;
	}
	.l_nav ul {
		width: 100%;
		background: #0072C4;
		padding: 20px 0;
	}
	.l_nav ul a {
		font-size: 17px;
		color: #fff;
		display: block;
		width: 100%;
		line-height: 40px;
		text-align: center;
	}
	.l_nav ul .on {
		background: #F77B03;
	}
	.l_gsjj {
		padding-top: 20px;
		text-align: center;
		padding-bottom: 0;
	}
	.l_gsjj .l_jjtop .l_topz h2 a {
		background: none;
		font-size: 26px;
		font-weight: normal;
		width: 100%;
	}
	.l_gsjj .l_jjtop .l_topz p {
		text-align: center;
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.l_topz>img {
		display: block;
		margin: 0 auto;
	}
	.l_gsjj .l_jjtop .l_topz div {
		text-align: center;
		height: 50px;
		overflow: hidden;
		padding: 0 15px;
		margin-top: 20px;
	}
	.modal {
		display: none;
	}
	.l_gsjj .l_jjtop .l_topz {
		width: 100%;
		float: none;
		height: auto;
	}
	.l_topy {
		display: none;
	}
	.l_jjbot {
		margin: 0px;
	}
	.l_jjbot ul li{
		width: 28% !important;
	}
	.l_jjbot ul li img{
		display: block;
	}
	.picScroll-left {
		display: none;
	}
	.l_cpzs {
		padding: 40px 0;
	}
	.l_cpzs h2 a {
		font-size: 26px;
	}
	.l_cpsj {
		margin-top: 30px !important;
		display: block;
	}
	.l_cpsj ul li {
		width: 45% !important;
		position: relative;
		margin: 20px 2.5%;
	}
	.l_cpsj ul li img{
		width: 372px;
		height: 172px;
	}
	.l_cpsj ul li p {
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 999;
		background: rgba(0, 0, 0, 0.5);
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 30px;
		transition: .2s;
	}
	.l_cpsj .swiper-slide {
		margin-right: 0 !important;
	}
	.l_xwdt {
		padding: 40px 0;
		padding-bottom: 20px;
	}
	.l_xwdt .l_xwtt {
		display: none;
	}
	.l_xwdt .l_xwlb {
		width: 100%;
		float: none;
	}
	.l_xwdt .l_xwlb ul li {
		height: auto;
	}
	.l_xwdt .l_xwlb ul li .l_rq {
		width: 27%;
	}
	.l_xwdt .l_xwlb ul li .l_nr {
		width: 58%;
		height: auto;
	}
	.l_xwdt .l_xwlb ul li .l_nr P {
		height: 30px;
		overflow: hidden;
		margin-top: -7px;
	}
	.l_xwdt .l_xwlb ul li .l_nr span {
		height: 20px;
		overflow: hidden;
		display: block;
	}
	.l_xwdt h2 a {
		font-size: 26px;
	}
	.l_gcal h2 a {
		font-size: 26px;
		background: none;
		font-weight: normal;
		width: 100%;
	}
	.l_gcal {
		padding-top: 0;
		padding-bottom: 50px;
	}
	.l_alsj {
		display: block;
		margin-top: 20px;
		overflow: hidden;
	}
	.l_alsj .swiper-slide {
		width: 100% !important;
	}
	.l_alsj .swiper-slide ul li {
		width: 45% !important;
		margin: 0 2.5%;
	}
	.l_alsj .swiper-slide ul li p {
		font-size: 14px;
		height: 25px;
		overflow: hidden;
	}
	.picScroll-left1 {
		display: none;
	}
	.l_sjdb {
		display: block;
		background: #343537;
		color: #fff;
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
	}
	.l_sjdb a {
		color: #fff;
	}
	.l_ejnav .l_dw {
		display: none;
	}
	.l_ejnav .l_ejbt {
		text-align: center;
		padding-top: 20px;
	}
	.l_ejnav .l_ejbt h2 {
		text-align: center;
		font-size: 24px;
		text-indent: 0;
	}
	.l_ejnav p {
		font-size: 14px;
	}
	.l_ejnav .l_ejlm {
		border-bottom: none;
		height: auto;
		overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
	}
	.l_ejnav .l_ejlm>img {
		display: none;
	}
	.l_ejnav .l_ejlm a {
		line-height: 45px;
		margin: 0 1.5%;
	}
	.l_zyjj {
		padding-bottom: 50px;
		width: 95%;
		margin: 0 auto;
		margin-top: 50px;
	}
	.l_zyjj>img:nth-child(1) {
		display: none;
	}
	.l_qywh>div {
		height: auto;
		padding: 15px 0;
	}
	.l_qywh .l_why .l_whynr {
		height: auto;
	}
	.l_qywh .l_why .l_whynr h2 {
		padding-top: 0;
	}
	.l_qywh>div img {
		display: none;
	}
	.l_qywh .l_why .l_whynr {
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.l_qywh .l_whz .l_whznr {
		float: none;
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding-left: 0;
	}
	.l_qywh .l_why .l_whynr>div {
		width: 100%;
		margin-right: 0;
	}
	.l_qywh .l_whz .l_whznr h2 {
		padding-top: 0;
	}
	.l_ryzz ul li {
		width: 45%;
		height: auto;
		margin: 10px 2.5%;
	}
	.l_ryzz ul li a p {
		position: static;
		left: 0;
		width: 100%;
		height: 30px;
		overflow: hidden;
		margin-left: 0;
		line-height: 30px;
		font-size: 14px;
	}
	.l_ryzz ul {
		min-height: 400px;
	}
	.l_ryzz {
		min-height: 400px;
	}
	.l_ejnav .l_ejbt1 {
		padding-top: 20px;
	}
	.l_ejnav .l_ejbt1 h2 {
		text-indent: 0;
		font-size: 26px;
	}
	.fy {
		display: none;
	}
	.l_fy {
		text-align: center;
		font-size: 0.26rem;
		color: #666;
		margin-top: 1.7rem;
		display: block;
	}

	.l_fy a {
		display: inline-block;
		width: 25px;
		height: 25px;
		background: #2368BD;
		color: #fff;
		font-size: 14px;
		line-height:25px;
		margin: 0 2px;
	}
	.l_fy .on {
		background: #F77B03;
	}
	.l_fy .dq {
		background: #fff;
		border: 1px solid #d1d1d1;
		color: #666;
		margin: 0 2px;
	}
    .l_fy input{
    width: 25px;
    height: 25px;
    text-align: center;
  }
	.l_fy .l_xiy {
		margin-right: 10px;
	}
	.l_cpzz ul li{
		width: 45%;
		height: auto;
		margin: 10px 2.5%;
	}
	.l_cpzz ul li a{
		width: 100%;
		height: auto;
	}
	.l_cpzz ul li p{
		font-size: 14px;
		line-height: 35px;
	}
	.l_cpzz ul{
		min-height: 400px;
		padding-bottom: 20px;
	}
	.l_cpzz{
		min-height: 400px;
	}
	.l_ryxq h2{
		padding-top: 30px;
		margin-bottom: 0;
	}
	.zz{
		display: none;
	}
	.l_ztdx{
		display: none;
	}
	.l_ztss{
		display: none;
	}
	.l_ztfd{
		display: none;
	}
	.wz{
		width: 96%;
		margin: 0 auto;
		padding-top: 20px !important;
	}
	.wz p>img{
		width: 80%;
	}
	.l_sxp a{
		font-size: 14px;
	}
	.l_sxp a span{
		width: 20%;
		height: 35px;
		line-height: 35px;
	}
	.l_sxp{
		width: 96%;
		margin: 40px auto;
	}
	.l_ryzz ul li:hover .zz{
		display: none;
	}
	.l_xwdt1 .l_xwlb{
		width: 100%;
	}
	.l_xwdt1 .l_xwlb ul{
		padding-bottom: 20px;
	}
	.l_xwdt1 .l_xwlb ul li{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.l_xwdt1 .l_xwlb ul li .l_rq{
		width: 30%;
	}
	.l_xwdt1 .l_xwlb ul li .l_nr{
		width: 63%;
	}
	.l_xwdt1 .l_xwlb ul li .l_nr P{
		height: 25px;
		overflow: hidden;
	}
	.l_xwdt1 .l_xwlb ul li .l_nr span{
		display: block;
		height: 25px;
		overflow: hidden;
	}
	.l_tj{
		overflow: hidden;
		margin-bottom: 0;
	}
	.l_tj ul li{
		margin: 1px 32px;
	}
	.l_zxly{
		background: none;
		overflow: hidden;
		padding-bottom: 50px;
	}
	.l_zxly .l_lyk{
		width: 96%;
		position: static;
		margin-left: 0;
		margin: 0 auto;
	}
	.l_zxly .l_lyk .l_xm{
		margin-right: 8.5%;
	}
	.l_zxly .l_lyk .l_wb textarea{
		width: 93%;
	}
	.l_zxly .l_lyk .l_yzm{
		overflow: hidden;
		width: 100%;
	}
	.l_zxly .l_lyk .l_yzm input{
		width: 58%;
	}
	.l_zxly .l_lyk a{
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	.l_ckly{
		width: 96%;
		margin: 0 auto;
		min-height: 400px;
	}
	.l_ckly .l_lyq .l_hfly{
		vertical-align: top;
		width: 70%;
		margin-left: 25px;
	}
	.l_ckly .l_fy{
		margin-top: 30px;
	}
	.l_lxwm>img{
		margin-bottom: 20px;
	}
	.l_lxwm span{
		margin: 0 20px;
	}
	.zxns--container{
		width: 100%;
	}
	.cpyc--list{
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}
	.cpyc--list .head .item4{
		display: none !important;
	}
	.cpyc--list .head .item2{
		display: none !important;
	}
	.cpyc--list .head .item1{
		width: 30%;
		min-width: 30%;
	}
	.l_sitemap{
		background: none;
		text-align: left;
		padding-bottom: 50px;
	}
	.l_sitemap dl{
		margin-left: 0 !important;
	}
	.l_sitemap dl dt a{
		color: #fff;
	}
	.l_sitemap dl dd{
		float: left;
		margin: 0 20px;
	}
	.l_sitemap dl{
		float: none;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.hxq_upload{
	width: 90% !important;
	    margin: -130px 0 0 -168px !important;
	}
	.hxq_upload_b_rt{
		float: left !important;
		width: 167px !important;
	}
	.hxq_upload_b_lt{
		margin: 0 10px !important;
	}
	.l_fy>div{
    display:inline-block;
}
.l_ryxq .l_rq1 .gb{
	display: none;
}
	.cpyc--list .cell .body .btn a.btn2{
		display: none;
	}
	.cpyc--list .cell .body .btn a{
		margin-left: 0;
	}
	.l_jjbot1{
		display: block;
	}
	.l_jjbot .bd{
		display: none;
	}
}