﻿@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;
	overflow-x: hidden;
}


/* 清楚浮动 */

.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;
}

input {
	background: none;
	font-family: 微软雅黑;
	border: none;
}


/* 样式开始 */

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: relative;
}

.header .sub {
	position: absolute;
	top: 82px;
	width: 100%;
	z-index: 9;
	background: #063868;
	text-align: center;
	font-size: 0;
	display: none;
}

.header .sub ul {
	display: inline-block;
	vertical-align: top;
	width: 116px;
	height: 300px;
	border-left: 1px solid #1c548b;
}
.header .sub ul:nth-child(6){
	border-right: 1px solid #1c548b;
}
.header .sub ul .on a {
	color: #fff;
	font-weight: bold;
}

.header .sub ul:hover {
	background: #004f99;
	font-weight: bold;
}

.header .sub ul li a:hover {
	color: #fff;
}

.header .sub ul:nth-child(1) {
	margin-left: 193px;
}

.header .sub ul li {
	margin-top: 15px;
}

.header .sub ul li a {
	display: block;
	font-size: 14px;
	color: #b5d9fa;
}

.header>.w1200>a {
	display: block;
	float: left;
	margin-top: 10px;
}

.header>.w1200>a:hover img {
	opacity: 0.7;
}

.header>.w1200>ul {
	display: inline-block;
	vertical-align: middle;
	margin-left: 55px;
}

.header>.w1200>ul>li {
	float: left;
	background: url(../img/navd.png) no-repeat center left;
	position: relative;
}

.header>.w1200>ul>.on {
	background: url(../img/navh.png) no-repeat center bottom;
	background-size: 100%;
}

.header>.w1200>ul>.on>a {
	color: #033565;
	background: url(../img/navd.png) no-repeat center left;
}

.header>.w1200>ul>li>a {
	font-size: 16px;
	color: #323232;
	display: block;
	padding: 27px 27px;
}

.header>.w1200>ul>li:hover>a {
	color: #033565;
	background: url(../img/navh.png) no-repeat center bottom;
	background-size: 100%;
}

.header .qh {
	float: right;
	margin-top: 27px;
	font-size: 14px;
	color: #666;
}

.header .qh a {
	font-size: 14px;
	color: #666;
}

.header .qh .on {
	color: #2b3655;
}

.header .qh a:hover {
	color: #2b3655;
}

.sousuo {
	width: 40px;
	float: right;
	border-radius: 50px;
	height: 35px;
	border: 1px solid transparent;
	overflow: hidden;
	position: absolute;
	right: 21%;
	top: 27%;
}

.sousuo>div {
	overflow: hidden;
}

.sousuo input {
	width: 90%;
	height: 35px;
	color: #fff;
	padding-left: 20px;
	font-size: 14px;
}

.sousuo input::-webkit-input-placeholder {
	color: #fff;
}

.sousuo a {
	display: block;
	background: url(../img/ss.png)no-repeat center;
	float: right;
	width: 30px;
	height: 29px;
	border-radius: 20px;
	margin: 3px 3px 0 0;
}

.banner {
	position: relative;
}

.banner .item {
	background: no-repeat center;
}

.banner .item a {
	display: block;
}

.banner .item a img {
	display: none;
}

.banner .owl-dots {
	position: absolute;
	bottom: 30px;
	z-index: 10;
	width: 100%;
	text-align: center;
}
.banner .owl-dots:nth-child(odd){
    display:none;
}
.banner .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: #fff;
	border-radius: 100%;
}

.banner .owl-dots .owl-dot.active {
	background: #829bb3;
}

.index--banner {
	height: 519px;
}

.index--banner .item a {
	height: 519px;
}

.index_nav {
	background: #f5f5f5;
}

.index_nav .w1200 {
	position: relative;
}

.index_nav .w1200 .picScroll-left {
	width: 69%;
	float: left;
}

.index_nav .w1200 .picScroll-left .bd ul li {
	float: left;
	width: 16.5%;
}

.index_nav .w1200 .picScroll-left .bd ul .on a {
	background: #707070;
	color: #fff;
}

.index_nav .w1200 .picScroll-left .bd ul .on a .img {
	display: none;
}

.index_nav .w1200 .picScroll-left .bd ul .on a .imgon {
	display: block;
}

.index_nav .w1200 .picScroll-left .bd ul li:hover a {
	background: #707070;
	color: #fff;
	transition: .3s;
}

.index_nav .w1200 .picScroll-left .bd ul li:hover a .img {
	display: none;
}

.index_nav .w1200 .picScroll-left .bd ul li:hover a .imgon {
	display: block;
	transition: .3s;
}

.index_nav .w1200 .picScroll-left .bd ul li a {
	display: block;
	font-size: 16px;
	color: #666666;
	text-align: center;
	padding: 58px 0;
	transition: .3s;
}

.index_nav .w1200 .picScroll-left .bd ul li a div {
	display: block;
	margin: 30px auto;
	margin-top: 0;
	width: 43px;
	height: 36px;
}

.index_nav .w1200 .picScroll-left .bd ul li a div .img {
	display: none;
	display: block;
	margin: 0 auto;
}

.index_nav .w1200 .picScroll-left .bd ul li a div .imgon {
	display: none;
	margin: 0 auto;
	transition: .3s;
}

.index_nav .w1200 .index_sp {
	width: 360px;
	height: 230px;
	position: absolute;
	bottom: 0;
	z-index: 9;
	right: 0;
	background: #fff;
}

.index_nav .w1200 .index_sp iframe {
	display: block;
	width: 93%;
	height: 207px;
	margin: 0 auto;
	margin-top: 12px;
	border: none;
}

.idnex_new {
	padding: 45px 0;
	padding-bottom: 80px;
	background: url(../img/indexbj.jpg) no-repeat center center;
}

.idnex_new .new_z {
	float: left;
	width: 40%;
}

.idnex_new .new_z>p {
	font-size: 18px;
}

.idnex_new .new_z .new_tab .hd {
	text-align: center;
	font-size: 0;
	width: 40%;
	margin: 25px 0;
}

.idnex_new .new_z .new_tab .hd ul li {
	display: inline-block;
	width: 50%;
	background: #707070;
}

.idnex_new .new_z .new_tab .hd ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
}

.idnex_new .new_z .new_tab .hd ul .on {
	background: #033565;
}

.idnex_new .new_z .new_tab .bd {
	position: relative;
}

.idnex_new .new_z .new_tab .bd .hd1 {
	position: absolute;
	bottom: -30px;
}

.idnex_new .new_z .new_tab .bd .hd1 ul li {
	width: 30px;
	height: 3px;
	background: #b5b5b5;
	display: inline-block;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
}

.idnex_new .new_z .new_tab .bd .hd1 ul .on {
	background: #e10114;
}

.idnex_new .new_z .new_tab .bd .bd1 ul li a {
	font-size: 18px;
}

.idnex_new .new_z .new_tab .bd .bd1 ul li a:hover {
	color: #033565;
}

.idnex_new .new_z .new_tab .bd .bd1 ul li p {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin: 5px 0;
	height: 50px;
	overflow: hidden;
}

.idnex_new .new_z .new_tab .bd .bd1 ul li span {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.idnex_new .sfq {
	float: right;
	width: 55%;
}

.dh ul {
	position: relative;
	overflow: hidden;
	width: 661px;
	height: 306px;
}

.dh ul li {
	float: left;
	width: 83px;
	overflow: hidden;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.dh ul li a {
	display: block;
	width: 240px;
	height: 100%;
}

.dh ul li a img {
	height: 100%;
}

.dh ul li .layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(27, 29, 36, 0.75);
	height: 100%;
}

.dh ul li .layer p {
	position: absolute;
	bottom: 5px;
	font-size: 16px;
	color: #fff;
	text-indent: 1em;
	width: 100%;
}

.dh ul li.curr {}


/* .dh ul li.curr .layer .p1{left: -200%;}
.dh ul li.curr .layer .p2{left: 10px;} */

.col1 {
	color: #00A39A;
}

.col2 {
	color: #fff;
}

.footer {
	background: #f5f5f5;
	border-top: 24px solid #033565;
	padding: 20px 0;
}

.footer .footer_z {
	width: 20%;
	float: left;
}

.footer .footer_z h2 {
	font-size: 21px;
	color: #033565;
	margin-top: 13px;
}

.footer .footer_z p {
	font-size: 14px;
	color: #868686;
}

.footer .footer_y {
	float: right;
	width: 79%;
}
.footer .footer_y>p{
	display: inline-block;
}
.footer .footer_y>ul {
	overflow: hidden;
	margin-bottom: 35px;
}

.footer .footer_y>ul li {
	float: left;
	padding: 0 2.5%;
	background: url(../img/iconxt.png) no-repeat center right;
}

.footer .footer_y ul li a {
	font-size: 14px;
}

.footer .footer_y ul li a:hover {
	color: #033565;
}

.footer .footer_y .yqlj {
	float: right;
	width: 15%;
	position: relative;
	background: #fff;
	margin-top: -64px;
}

.footer .footer_y .yqlj:hover ul {
	display: block;
}

.footer .footer_y .yqlj>a {
	font-size: 14px;
	color: #c0c0c0;
	background: url(../img/iconjt.png) no-repeat 95% center;
	display: block;
	text-indent: 0.5em;
	line-height: 30px;
}

.footer .footer_y .yqlj>a:hover {
	color: #033565;
}

.footer .footer_y .yqlj ul {
	position: absolute;
	top: 30px;
	left: 0;
	background: #fff;
	width: 100%;
	display: none;
}

.footer .footer_y .yqlj ul li a {
	font-size: 14px;
	color: #c0c0c0;
	display: block;
	text-indent: 0.5em;
	line-height: 30px;
}

.footer .footer_y .yqlj ul li a:hover {
	color: #033565;
}

.footer .footer_y p {
	font-size: 13px;
	color: #868686;
	margin-bottom: 8px;
}

.footer .footer_y p img {
	margin-top: -3px;
}

.footer .footer_y p a {
	font-size: 13px;
	color: #868686;
}

.footer .footer_y p a:hover {
	color: #033565;
}

.sub_nav {
	background: #f7f9fb;
	padding: 42px 0;
}

.sub_nav h2 {
	font-size: 32px;
	color: #033565;
	float: left;
	width: 70%;
}

.sub_nav .dw {
	float: right;
	font-size: 12px;
	color: #999999;
	margin-top: 18px;
}

.sub_nav .dw a {
	font-size: 12px;
	color: #999999;
}

.sub_nav .dw a:hover {
	color: #033565;
}

.sub_nav .dw .sy {
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 15px;
}

.ejnav {
	text-align: center;
	font-size: 0;
	border-bottom: 1px solid #f7f9fb;
}

.ejnav a {
	display: inline-block;
	width: 16%;
	font-size: 16px;
	color: #333333;
	border-left: 1px solid #f7f9fb;
	border-right: 1px solid #f7f9fb;
	line-height: 45px;
}

.ejnav .on {
	background: #033565;
	border-color: #033565;
	color: #fff;
	font-weight: bold;
}

.ejnav a:hover {
	background: #033565;
	border-color: #033565;
	color: #fff;
	font-weight: bold;
}

.ejnav1 {
	text-align: center;
	font-size: 0;
	border-bottom: 1px solid #f7f9fb;
}

.ejnav1 a {
	display: inline-block;
	width: 49.5%;
	font-size: 16px;
	color: #333333;
	border-left: 1px solid #f7f9fb;
	border-right: 1px solid #f7f9fb;
	line-height: 45px;
}

.ejnav1 .on {
	background: #033565;
	border-color: #033565;
	color: #fff;
	font-weight: bold;
}

.ejnav1 a:hover {
	background: #033565;
	border-color: #033565;
	color: #fff;
	font-weight: bold;
}

.zj {
	text-align: center;
	font-size: 0;
	background: url(../img/jjbj.png) no-repeat center 7%;
	padding: 100px 0;
	min-height: 400px;
}

.zj>h2 {
	font-size: 36px;
	color: #3d3d3d;
}

.zj span {
	font-size: 12px;
	color: #999999;
}

.zj>p {
	font-size: 16px;
	color: #333333;
}

.zj>div {
	display: inline-block;
	width: 22%;
	vertical-align: top;
	margin: 0 1.5%;
}

.zj>div h2 {
	font-size: 20px;
	color: #333333;
}

.zj>div p {
	font-size: 16px;
	color: #333333;
}

.zj>iframe {
	margin-top: 45px;
	width: 100%;
	height: 261px;
	border-radius: 10px;
	border: none;
}

.dsz {
	padding: 100px 0;
	min-height: 400px;
}
.dsz p{
	line-height: 32px;
}
.dsz .dsz_nr {
	width: 55%;
	float: right;
	padding-top: 40px;
}

.dsz .dsz_nr p {
	font-size: 15px;
	color: #333333;
	line-height: 30px;
}

.zzjg {
	padding: 80px 0;
	min-height: 400px;
}

.zzjg p {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.dt {
	padding: 60px 0;
	min-height: 400px;
}

.dt .dt_top {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 45px;
}

.dt .dt_top>a {
	display: block;
	float: left;
	width: 534px;
	height: 335px;
	overflow: hidden;
}

.dt .dt_top>a img {
	width: 100%;
	transition: .3s;
}

.dt .dt_top>a:hover img {
	transform: scale(1.1);
	transition: .3s;
}

.dt .dt_top .dt_top_nr {
	float: right;
	width: 45%;
	margin-right: 5%;
}

.dt .dt_top .dt_top_nr h3 a {
	font-size: 18px;
}

.dt .dt_top .dt_top_nr h3 a:hover {
	color: #033565;
}

.dt .dt_top .dt_top_nr span {
	background: url(../img/iconsj.png) no-repeat center left;
	font-size: 14px;
	color: #999999;
	padding-left: 23px;
	display: block;
	margin-top: 25px;
	margin-bottom: 30px;
}

.dt .dt_top .dt_top_nr p {
	font-size: 14px;
	color: #666666;
	height: 85px;
	overflow: hidden;
	line-height: 30px;
}

.dt .dt_top .dt_top_nr>a {
	display: inline-block;
	font-size: 12px;
	margin-top: 40px;
	width: 93px;
	height: 35px;
	line-height: 35px;
	transition: .3s;
}

.dt .dt_top .dt_top_nr>a:hover {
	background: url(../img/xqon.png) no-repeat center center;
	text-indent: 1em;
	color: #033565;
	transition: .3s;
}

.dt>ul {
	padding: 25px 0;
	min-height: 400px;
}

.dt>ul li {
	line-height: 60px;
}

.dt>ul li a {
	width: 1200px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.dt>ul li a span {
	font-size: 16px;
	color: #a7a7a7;
	font-weight: normal;
	margin-right: 45px;
}

.dt>ul li:hover {
	background: #f5f5f5;
}

.dt>ul li:hover a {
	color: #de0315;
	background: url(../img/iconh.png) no-repeat center right;
}

.dt>ul li:hover a span {
	color: #de0315;
}

.fy {
	background: #ccd7e2;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.fy>div{
	height: 60px;
}
.fy .sy {
	float: left;
	background: #033565 url(../img/iconz.png) no-repeat center center;
	color: #fff;
	font-size: 18px;
	display: block;
	width: 80px;
	height: 60px;
	line-height: 60px;
	margin-top: 0;
	margin: 0;
}

.fy .sy:hover {
	opacity: 0.8;
	background: #033565 url(../img/iconz.png) no-repeat center center;
}

.fy .xy {
	float: right;
	background: #033565 url(../img/icony.png) no-repeat center center;
	color: #fff;
	font-size: 18px;
	width: 80px;
	height: 60px;
	line-height: 60px;
	margin-top: 0;
	margin: 0;
}

.fy .xy:hover {
	opacity: 0.8;
	background: #033565 url(../img/icony.png) no-repeat center center;
}

.fy a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	margin:0 5px ; 
	margin-top: 14px;
}

.fy .on {
	background: #fff;
	color: #033565;
}

.fy a:hover {
	background: #fff;
	color: #033565;
}
.gc{
	display: none;
}
.dtxq {
	background: #f5f5f5;
	padding-bottom: 40px;
}

.dtxq .dw {
	padding-top: 45px;
	padding-bottom: 32px;
	text-align: right;
	font-size: 12px;
	color: #999999;
}

.dtxq .dw a {
	font-size: 12px;
	color: #999999;
}

.dtxq .dw a:hover {
	color: #033565;
}

.dtxq .dw .sy {
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 15px;
}

.dtxq .xqnr {
	background: url(../img/top.png) no-repeat center top #fff;
}

.dtxq .xqnr .nr_top {
	width: 93%;
	margin: 0 auto;
	border-bottom: 1px dashed #eeeeee;
	padding-top: 49px;
	padding-bottom: 29px;
	overflow: hidden;
}

.dtxq .xqnr .nr_top h2 {
	font-size: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 41px;
}

.dtxq .xqnr .nr_top span {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	margin-right: 60px;
}

.dtxq .xqnr .nr_top .sj {
	background: url(../img/iconsj1.png) no-repeat center left;
	padding-left: 20px;
}

.dtxq .xqnr .nr_top .ll {
	background: url(../img/iconll.png) no-repeat center left;
	padding-left: 25px;
}

.dtxq .xqnr .nr_top .zt {
	background: url(../img/iconzt.png) no-repeat center left;
	padding-left: 23px;
}

.dtxq .xqnr .nr_top .zt a {
	font-size: 14px;
	color: #999999;
}

.dtxq .xqnr .nr_top .zt a:hover {
	color: #033565;
}

.dtxq .xqnr .nr_top>a {
	float: right;
	font-size: 14px;
	color: #999999;
}

.dtxq .xqnr .nr_top>a:hover {
	color: #033565;
}

.dtxq .xqnr .wz {
	width: 93%;
	margin: 0 auto;
	padding: 30px 0;
	min-height: 300px;
}

.dtxq .xqnr .wz p {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.dtxq .xqnr .sxp {
	text-align: center;
}

.dtxq .xqnr .sxp a {
	display: inline-block;
	width: 33.1%;
	background: #9abee1;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}

.dtxq .xqnr .sxp a[href]:hover {
	background: #033565;
}

.dtxq .xqnr .sxp .lb {
	background: url(../img/iconlb.png) no-repeat 40% center #9abee1;
}

.dtxq .xqnr .sxp .lb:hover {
	background: url(../img/iconlb.png) no-repeat 40% center #033565 !important;
}

.dtxq .tj {
	position: relative;
	padding-bottom: 40px;
}

.dtxq .tj .hd {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
}

.dtxq .tj .hd ul li {
	display: inline-block;
	width: 21px;
	height: 2px;
	background: #6c6c6c;
	text-indent: -999px;
	margin: 0 3px;
}

.dtxq .tj .hd ul .on {
	background: #033565;
}

.dtxq .tj .bd ul {
	overflow: hidden;
}

.dtxq .tj .bd ul li {
	float: left;
	width: 29%;
	margin: 0 2.1%;
}

.dtxq .tj .bd ul li a {
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.dtxq .tj .bd ul li:hover a {
	color: #033565;
}

.dtxq .tj .bd ul li p {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 12px;
	height: 50px;
	overflow: hidden;
}

.dtxq .tj .bd ul li span {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.qxcy {
	padding: 100px 0;
	min-height: 400px;
}

.qxcy>div {
	overflow: hidden;
	background: #fcfcfc;
	margin-bottom: 22px;
}

.qxcy .z>a {
	display: block;
	float: left;
	width: 766px;
	height: 370px;
	overflow: hidden;
}

.qxcy .z>a img {
	transition: .3s;
}

.qxcy .z .nr {
	float: right;
	width: 30%;
	margin-right: 38px;
}

.qxcy .z .nr .nr_top {
	overflow: hidden;
	border-bottom: 1px solid #c7d5e3;
	padding: 37px 0;
	transition: .3s;
	padding-bottom: 20px;
}

.qxcy .z .nr .nr_top>div {
	float: left;
	width: 72px;
	border: 1px solid #033565;
	border-radius: 100%;
	padding: 22px 0;
	margin-right: 20px;
}

.qxcy .z .nr .nr_top>div img {
	display: block;
	margin: 0 auto;
}

.qxcy .z .nr .nr_top a {
	display: block;
	font-size: 28px;
	color: #033565;
	transition: .3s;
}

.qxcy .z .nr .nr_top span {
	font-size: 14px;
	color: #a1a1a1;
	transition: .3s;
}

.qxcy .z .nr>p {
	font-size: 14px;
	color: #777;
	margin: 40px 0;
	height: 50px;
	overflow: hidden;
	transition: .3s;
}

.qxcy .z .nr>a {
	background: url(../img/icongd.png) no-repeat center right;
	font-size: 14px;
	color: #a1a1a1;
	padding-right: 25px;
	display: inline-block;
	transition: .3s;
}

.qxcy .z:hover {
	background: #033565;
}

.qxcy .z:hover>a img {
	transform: scale(1.1);
	transition: .3s;
}

.qxcy .z:hover .nr .nr_top {
	border-bottom-color: #fff;
}

.qxcy .z:hover .nr .nr_top>div {
	background: #fff;
}

.qxcy .z:hover .nr .nr_top a {
	color: #fff;
}

.qxcy .z:hover .nr .nr_top span {
	color: #fff;
}

.qxcy .z:hover .nr>p {
	color: #fff;
}

.qxcy .z:hover .nr>a {
	color: #fff;
	background: url(../img/icongdh.png) no-repeat center right;
}

.qxcy .y>a {
	display: block;
	float: right;
	width: 766px;
	height: 370px;
	overflow: hidden;
}

.qxcy .y>a img {
	transition: .3s;
}

.qxcy .y .nr {
	float: left;
	width: 30%;
	margin-left: 38px;
}

.qxcy .y .nr .nr_top {
	overflow: hidden;
	border-bottom: 1px solid #c7d5e3;
	padding: 37px 0;
	transition: .3s;
}

.qxcy .y .nr .nr_top>div {
	float: left;
	width: 72px;
	border: 1px solid #033565;
	border-radius: 100%;
	padding: 22px 0;
	margin-right: 20px;
}

.qxcy .y .nr .nr_top>div img {
	display: block;
	margin: 0 auto;
}

.qxcy .y .nr .nr_top a {
	display: block;
	font-size: 28px;
	color: #033565;
	transition: .3s;
}

.qxcy .y .nr .nr_top span {
	font-size: 14px;
	color: #a1a1a1;
	transition: .3s;
}

.qxcy .y .nr>p {
	font-size: 14px;
	color: #777;
	margin: 40px 0;
	height: 50px;
	overflow: hidden;
	transition: .3s;
}

.qxcy .y .nr>a {
	background: url(../img/icongd.png) no-repeat center right;
	font-size: 14px;
	color: #a1a1a1;
	padding-right: 25px;
	display: inline-block;
	transition: .3s;
}

.qxcy .y:hover {
	background: #033565;
}

.qxcy .y:hover>a img {
	transform: scale(1.1);
	transition: .3s;
}

.qxcy .y:hover .nr .nr_top {
	border-bottom-color: #fff;
}

.qxcy .y:hover .nr .nr_top>div {
	background: #fff;
}

.qxcy .y:hover .nr .nr_top a {
	color: #fff;
}

.qxcy .y:hover .nr .nr_top span {
	color: #fff;
}

.qxcy .y:hover .nr>p {
	color: #fff;
}

.qxcy .y:hover .nr>a {
	color: #fff;
	background: url(../img/icongdh.png) no-repeat center right;
}

.sub_nav1 {
	position: relative;
}

.sub_nav1 .hd a {
	display: inline-block;
	width: 49px;
	height: 49px;
	border: 1px solid #f6f6f6;
	text-align: center;
	line-height: 49px;
	font-size: 18px;
	cursor: pointer;
}

.sub_nav1 .hd a:hover {
	background: #033565;
	color: #fff;
}

.sub_nav1 .hd a.next {
	position: absolute;
	right: 0;
}

.sub_nav1 .bd {
	width: 1102px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -551px;
}

.sub_nav1 .bd ul {
	overflow: hidden;
}

.sub_nav1 .bd ul li {
	float: left;
	width: 16.65%;
}

.sub_nav1 .bd ul li a {
	display: inline-block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	margin-top: 1px;
}

.sub_nav1 .bd ul .on a {
	background: #033565;
	color: #fff;
}

.sub_nav1 .bd ul li:hover a {
	background: #033565;
	color: #fff;
}

.zyyw {
	min-height: 400px;
}

.zyyw .nr_top {
	background: url(../img/ywt.png) no-repeat right bottom;
	padding-right: 40%;
	padding-top: 80px;
	padding-bottom: 150px;
	margin-bottom: 60px;
}

.zyyw .nr_top p {
	font-size: 16px;
	color: #333333;
}

.zyyw .bjzs h2 {
	background: url(../img/xbt.png) no-repeat center left;
	font-size: 20px;
	color: #999999;
	padding-left: 25px;
	padding-top: 6px;
}

.zyyw .bjzs ul {
	overflow: hidden;
	margin: 50px 0;
}

.zyyw .bjzs ul li {
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin: 0 1%;
	margin-bottom: 40px;
}

.zyyw .bjzs ul li img {
	display: block;
	margin-bottom: 30px;
}

.zyyw .cpyt h2 {
	background: url(../img/xbt.png) no-repeat center left;
	font-size: 20px;
	color: #999999;
	padding-left: 25px;
	padding-top: 6px;
}

.zyyw .cpyt ul {
	overflow: hidden;
	margin: 50px 0;
}

.zyyw .cpyt ul li {
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin: 0 1%;
	margin-bottom: 40px;
}

.zyyw .cpyt ul li img {
	display: block;
	margin-bottom: 30px;
}

.gcal {
	padding: 65px 0;
}
.gcal .fy{
	margin-top: 50px;
	min-height: 400px;
}
.gcal ul {
	overflow: hidden;
	min-height: 400px;
}

.gcal ul li {
	float: left;
	width: 28%;
	padding: 20px;
	background: #fcfcfc;
	margin: 1% 1%;
	transition: .2s;
}

.gcal ul li .bt {
	display: block;
	font-size: 28px;
	color: #033565;
	font-weight: normal;
	background: none;
	transition: .2s;
}

.gcal ul li span {
	font-size: 14px;
	color: #a1a1a1;
	font-weight: normal;
	transition: .2s;
	height: 19px;
	display: block;
}

.gcal ul li p {
	font-size: 14px;
	color: #777;
	font-weight: normal;
	border-top: 1px solid #c7d5e3;
	height: 50px;
	overflow: hidden;
	padding: 30px 0;
	margin-top: 27px;
	transition: .2s;
}
.gcal ul li em{
	display: inline-block;
	background: url(../img/icongd.png) no-repeat center right;
	font-size: 14px;
	color: #a1a1a1;
	font-weight: normal;
	padding-right: 25px;
	transition: .2s;
}
.gcal ul li a {
	font-size: 14px;
	color: #a1a1a1;
	font-weight: normal;
	padding-right: 25px;
	transition: .2s;
}

.gcal ul li:hover {
	background: #033565;
	transition: .2s;
}

.gcal ul li:hover .bt {
	background: none;
	transition: .2s;
	color: #fff;
}

.gcal ul li:hover span {
	color: #fff;
	transition: .2s;
}

.gcal ul li:hover p {
	color: #fff;
	border-top-color: #fff;
	transition: .2s;
}

.gcal ul li:hover em {
	color: #fff;
	background: url(../img/icongdh.png) no-repeat center right;
	transition: .2s;
}

.lxwm {
	overflow: hidden;
	padding: 75px 0;
}

.lxwm .z {
	float: left;
	width: 50%;
}

.lxwm .z h2 {
	font-size: 60px;
	color: #333333;
	font-family: 'Impact Regular';
	line-height: 70px;
}

.lxwm .z P {
	font-size: 45px;
	color: #333333;
	font-family: '宋体';
}

.lxwm .z span {
	font-size: 14px;
	color: #969696;
	display: block;
}

.lxwm .z a {
	background: #033565;
	color: #fff;
	font-size: 26px;
	padding: 2px 10px;
	margin-top: 35px;
	display: inline-block;
}
.lxwm .z a:hover{
	opacity: 0.8;
}
.lxwm .y {
	float: right;
	width: 50%;
}

.lxwm .y h2 {
	font-size: 24px;
	color: #033565;
	font-weight: normal;
}

.lxwm .y h3 {
	font-size: 38px;
	color: #033565;
}

.lxwm .y span {
	font-size: 14px;
	color: #969696;
	display: block;
	margin-bottom: 57px;
}

.lxwm .y p {
	font-size: 16px;
	color: #333333;
}

.sitemap {
	padding: 70px 0;
	overflow: hidden;
	text-align: center;
	background: url(../img/sxt.png) no-repeat center 45%;
}

.sitemap dl {
	display: inline-block;
	vertical-align: top;
	margin: 0 4%;
	margin-top: 75px;
}

.sitemap dl dt {
	height: 60px;
}


.sitemap dl dt a {
	font-size: 16px;
	color: #1a284d;
	font-weight: bold;
}

.sitemap dl dt:hover {
	background: url(../img/sson.png) no-repeat center bottom;
}

.sitemap dl dd a {
	font-size: 14px;
	color: #707070;
	line-height: 40px;
}



.sitemap dl dd a:hover {
	color: #033565;
	font-weight: bold;
}

.ryzs {
	padding: 90px 0;
	min-height: 400px;
}

.ryzs .tab {
	overflow: hidden;
}

.ryzs .tab .hd {
	float: left;
}

.ryzs .tab .hd ul li {
	font-size: 16px;
	color: #000000;
	line-height: 50px;
	padding: 0 40px;
	cursor: pointer;
	border-left: 2px solid #f7f9fb;
	transition: .3s;
	position: relative;
}

.ryzs .tab .hd ul li::after {
	position: absolute;
	width: 2px;
	height: 0px;
	content: "";
	border-left: 2px solid #033565;
	left: -2px;
	top: 0;
	transition: .3s;
}

.ryzs .tab .hd ul li:hover::after {
	height: 100%;
	transition: .3s;
}

.ryzs .tab .hd ul .on {
	color: #de0315;
	font-weight: bold;
	transition: .3s;
}

.ryzs .tab .hd ul .on::after {
	height: 100%;
	transition: .3s;
}

.ryzs .tab .bd {
	float: right;
}

.ryzs .fy {
	margin-top: 80px;
}

.qycl {
	padding-top: 100px;
	margin-bottom: 50px;
	min-height: 560px;
	background: url(../img/lcbj.png) no-repeat center bottom;
}

.qycl .slidebox {
	background: url(../img/lcx.png) no-repeat center top;
	position: relative;
	height: 560px;
}

.qycl .slidebox .hd {
	position: relative;
	padding-top: 35px;
}

.qycl .slidebox .hd ul {
	overflow: hidden;
	width: 964px;
	margin: 0 auto;
}

.qycl .slidebox .hd ul li {
	float: left;
	font-size: 20px;
	color: #999999;
	margin: 0px 1.2%;
	cursor: pointer;
}

.qycl .slidebox .hd ul .on {
	color: #033565;
	font-weight: bold;
}

.qycl .slidebox .hd .arrow .prev {
	display: block;
	width: 17px;
	height: 32px;
	background: url(../img/lcz.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 5px;
	cursor: pointer;
}

.qycl .slidebox .hd .arrow .prev:hover {
	background: url(../img/lczh.png) no-repeat center center;
}

.qycl .slidebox .hd .arrow .next {
	display: block;
	width: 17px;
	height: 32px;
	background: url(../img/lcy.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}

.qycl .slidebox .hd .arrow .next:hover {
	background: url(../img/lcyh.png) no-repeat center center;
}

.qycl .slidebox .bd {
	padding-top: 100px;
}

.qycl .slidebox .bd>div {
	overflow: hidden;
}

.qycl .slidebox .bd>div .nf {
	float: left;
}

.qycl .slidebox .bd>div .nf h2 {
	font-size: 153px;
	color: #033565;
}

.qycl .slidebox .bd>div .nr {
	float: right;
	margin-right: 30px;
	margin-top: 120px;
	width: 50%;
	text-align: center;
}

.qycl .slidebox .bd>div .nr ul li {
	font-size: 18px;
	color: #033565;
	font-weight: bold;
}

.sjfooter {
	display: none;
}

.list {
	display: none;
}

.sjnav {
	display: none;
}

.sycy {
	display: none;
}

.sj_new {
	display: none;
}

.sj_cy {
	display: none;
}

.sj_sxp {
	display: none;
}

.sj_tj {
	display: none;
}

.zy_sj {
	display: none;
}

.sj_lc {
	display: none;
}
.sj_ry{
	display: none;
}
.ydy{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.ydy a{
		display: block;
		background: url(../img/yd_bj.jpg) no-repeat center bottom;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
	}
	#divTyping{
		position: absolute;
		left: 50%;
		margin-left: -331px;
		top:180px;
		z-index: 9;
		font-size: 80px;
		color: #fff;
		font-family: "黑体";
		font-weight: bold;
	}
	.sj_yd{
		display: none;
	}
@media screen and (max-width: 1700px) {
	.sousuo {
		right: 17%;
	}
}

@media screen and (max-width: 1600px) {
	.sousuo {
		right: 15%;
	}
}

@media screen and (max-width: 1500px) {
	.sousuo {
		right: 13%;
	}
}

@media screen and (max-width: 1400px) {
	.sousuo {
		right: 11%;
	}
}

@media screen and (max-width: 1300px) {
	.sousuo {
		right: 6%;
	}
}

@media screen and (max-width: 1200px) {
	.banner {
		height: auto !important;
	}
	.sj_yd{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1;
		display: block;
	}
	.sj_yd a{
		display: block;
		background: url(../img/sj_yd.jpg) no-repeat center top;
		background-size: 100% 100%;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
	}
	.sj_yd a #divTyping1{
		position: absolute;
		top:180px;
		left: 0;
		z-index: 9;
		font-size: 40px;
		color: #fff;
		font-family: "黑体";
		font-weight: bold;
		width: 100%;
		text-align: center;
		display: block;
	}
	.ydy{
		display: none;
	}
	.wenzi{
		display: none;
	}
	.banner .item {
		background: none !important;
	}
	.banner .item a {
		display: block;
		height: auto !important;
	}
	.banner .item a img {
		display: block;
	}
	.banner .owl-dots {
		bottom: 4px;
	}
	.banner .owl-dots .owl-dot {
		width: 8px;
		height: 8px;
		margin: 0 5px;
		background: #fff;
		border-radius: 100%;
	}
	.banner .owl-dots .owl-dot.active {
		background: #829bb3;
	}
	.w1200 {
		width: 100%;
	}
	.footer {
		display: none;
	}
	.sjfooter {
		display: block;
		background: #f5f5f5;
		font-size: 13px;
		color: #868686;
		text-align: center;
		width: 100%;
		padding: 10px 0;
	}
	.sjfooter a {
		font-size: 13px;
		color: #868686;
	}
	.header>.w1200>ul {
		display: none;
	}
	.header .qh {
		display: none;
	}
	.sousuo {
		display: none;
	}
	.list {
		display: block;
		float: right;
		width: 8%;
		margin-top: 22px;
		margin-right: 10px;
	}
	.sjnav {
		position: fixed;
		top: 68px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99;
		background: rgba(0, 0, 0, 0.5);
	}
	.sjnav ul {
		background: #fff;
		padding: 20px 0;
	}
	.sjnav ul li {
		text-align: center;
		line-height: 40px;
	}
	.sjnav ul .on {
		background: #033565;
	}
	.sjnav ul .on a {
		color: #fff;
	}
	.sjnav ul li a {
		display: block;
		font-size: 16px;
	}
	.index_nav .w1200 .picScroll-left {
		float: none;
		width: 100%;
	}
	.index_nav .w1200 .picScroll-left .tempWrap {
		width: 100% !important;
	}
	.index_nav .w1200 .index_sp {
		position: static;
		width: 100%;
		height: auto;
		margin-top: 25px;
	}
	.idnex_new .new_z {
		float: none;
		width: 100%;
		text-align: center;
	}
	.idnex_new .sfq {
		float: none;
		width: 100%;
		display: none;
	}
	.idnex_new .new_z .new_tab .hd {
		margin: 25px auto;
	}
	.idnex_new .new_z .new_tab .bd .hd1 {
		left: 50%;
		margin-left: -32.5px;
	}
	.header>.w1200>a {
		margin: 10px;
	}
	.header>.w1200>a img {
		width: 80%;
	}
	.sycy {
		display: block;
		width: 100%;
	}
	.sycy .swiper-slide {
		width: 30%;
		text-align: center;
		font-size: 18px;
	}
	.sycy .swiper-slide img {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.picScroll-left {
		display: none;
	}
	.new_tab {
		display: none;
	}
	.sj_new {
		display: block;
	}
	.sj_new .hd {
		margin: 15px 0;
	}
	.sj_new .hd ul li {
		display: inline-block;
		width: 20%;
		background: #707070;
		padding: 0px 5px;
	}
	.sj_new .hd ul .on {
		background: #033565;
	}
	.sj_new .hd ul li a {
		display: block;
		font-size: 16px;
		color: #fff;
	}
	.sj_new .bd .swiper-container1 .swiper-wrapper .swiper-slide a {
		display: block;
		font-size: 18px;
	}
	.sj_new .bd .swiper-container1 .swiper-wrapper .swiper-slide p {
		font-size: 14px;
		color: #666666;
		font-weight: normal;
		margin: 5px 0;
		height: 50px;
		overflow: hidden;
	}
	.sj_new .bd .swiper-container1 .swiper-wrapper .swiper-slide span {
		font-size: 14px;
		color: #666666;
		font-weight: normal;
	}
	body {
		overflow-x: hidden;
	}
	.sj_cy {
		display: block;
		margin-bottom: 40px;
		overflow: hidden;
	}
	/*.sj_cy ul {
		overflow: hidden;
	}*/
	.sj_cy ul li {
		float: left;
		width: 45%;
	/*	margin: 0 2.5%;*/
		margin-bottom: 10px;
	}
	.sj_cy ul li p {
		font-weight: normal;
		font-size: 18px;
	}
	.idnex_new {
		padding-bottom: 20px;
		overflow: hidden;
	}
	.ejnav {
		overflow-x: auto;
		white-space: nowrap;
	}
	.ejnav a {
		width: auto;
		padding: 0 15px;
	}
	.sub_nav {
		padding: 20px;
	}
	.dt .dt_top .dt_top_nr p{
		height: 55px;
	}
	.zj {
		background: none;
		padding: 20px;
	}
	.zj>h2 {
		font-size: 22px;
	}
	.zj>div {
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}
	.dsz {
		padding: 40px 20px;
	}
	.dsz img {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.dsz .dsz_nr {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.ryzs .tab .bd {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.ejnav1 {
		overflow-x: auto;
		white-space: nowrap;
	}
	.dt .dt_top {
		padding-bottom: 20px;
	}
	.dt .dt_top .dt_top_nr {
		width: 92%;
		margin: 0 auto;
		float: none;
	}
	.dt .dt_top .dt_top_nr span {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.dt .dt_top .dt_top_nr>a {
		margin-top: 20px;
	}
	.dt .dt_top>a {
		margin-bottom: 10px;
		width: 100%;
		height: auto;
	}
	.dt>ul {
		padding: 25px 20px;
	}
	.dt>ul li a {
		width: 100%;
		height: 60px;
		overflow: hidden;
		text-overflow:ellipsis;
white-space: nowrap;
	}
	.dtxq .xqnr .nr_top {
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.dtxq .dw {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.dtxq .xqnr .nr_top h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.dtxq .xqnr .nr_top span {
		margin-bottom: 5px;
	}
	.dtxq .xqnr .nr_top .zt{
		display: none;
	}
	.sxp {
		display: none;
	}
	.sj_sxp {
		display: block;
		background: #9abee1;
	}
	.sj_sxp a {
		display: block;
		color: #fff;
		font-size: 16px;
		width: 93%;
		margin: 0 auto;
		padding: 5px 0;
	}
	.tj {
		display: none;
	}
	.sj_tj {
		display: block;
	}
	.sj_tj .swiper-container2 {
		text-align: center;
	}
	.sj_tj .swiper-container2 a {
		display: block;
		font-size: 16px;
		color: #333333;
		font-weight: normal;
	}
	.sj_tj .swiper-container2 p {
		font-size: 14px;
		color: #666666;
		font-weight: normal;
		margin-top: 18px;
		margin-bottom: 12px;
		height: 50px;
	}
	.sj_tj .swiper-container2 span {
		font-size: 14px;
		color: #666666;
		font-weight: normal;
	}
	.qxcy .z>a {
		width: 100%;
		height: auto;
		float: none;
	}
	.qxcy .z .nr {
		float: none;
		width: 93%;
		margin: 0 auto;
	}
	.qxcy .z .nr .nr_top {
		padding: 20px 0;
	}
	.qxcy .z .nr>p {
		margin: 20px 0;
	}
	.qxcy .y>a {
		width: 100%;
		height: auto;
		float: none;
	}
	.qxcy .y .nr {
		float: none;
		width: 93%;
		margin: 0 auto;
	}
	.qxcy .y .nr .nr_top {
		padding: 20px 0;
	}
	.qxcy .y .nr>p {
		margin: 20px 0;
	}
	.qxcy>div {
		padding-bottom: 22px;
		margin-bottom: 0;
	}
	.sub_nav1 {
		display: none;
	}
	.zy_sj {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		text-align: center;
	}
	.zy_sj a {
		display: inline-block;
		width: auto;
		font-size: 16px;
		color: #333333;
		border-left: 1px solid #f7f9fb;
		border-right: 1px solid #f7f9fb;
		line-height: 45px;
		padding: 0 10px;
	}
	.zy_sj .on {
		background: #033565;
		color: #fff;
		display: inline-block;
		width: 100%;
		padding: 0 10px;
		font-size: 16px;
		border-left: 1px solid #f7f9fb;
		border-right: 1px solid #f7f9fb;
		line-height: 45px;
		font-weight: bold;
	}
	.zyyw .nr_top {
		width: 93%;
		margin: 0 auto;
		background-size: 100%;
		background-position-x: center;
		padding-right: 0;
		padding-top: 30px;
		margin-bottom: 40px;
	}
	.bjzs {
		margin-top: 20px;
	}
	.zyyw .bjzs ul {
		margin: 20px 0;
	}
	.zyyw .bjzs ul li {
		width: 45%;
		margin: 0 2.5%;
		margin-bottom: 10px;
	}
	.zyyw .bjzs ul li img {
		margin-bottom: 5px;
	}
	.zyyw .cpyt ul li {
		width: 45%;
		margin: 0 2.5%;
		margin-bottom: 10px;
	}
	.zyyw .cpyt ul li img {
		margin-bottom: 5px;
	}
	.gcal ul li {
		width: 80%;
		margin: 0 auto;
		float: none;
		padding: 20px;
		margin-bottom: 20px;
	}
	.lxwm .z {
		width: 93%;
		float: none;
		margin: 0 auto;
	}
	.lxwm .y {
		width: 93%;
		float: none;
		margin: 0 auto;
		margin-top: 50px;
	}
	.sitemap dl {
		width: 100%;
		margin: 0;
		margin-top: 30px;
	}
	.sitemap {
		background: none;
	}
	.sitemap>img {
		width: 50%;
	}
	.sitemap dl dt {
		height: auto;
	}
	.sitemap dl>.on {
		background: none;
	}
	.qycl {
		display: none;
	}
	.sj_lc {
		display: block;
		width: 93%;
		margin: 0 auto;
		padding: 30px 0;
		min-height: 400px;
	}
	.sj_lc h2 {
		color: #033565;
		font-size: 24px;
	}
	.sj_lc p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.ryzs .tab .hd {
		float: none;
		margin: 0 auto;
		width: 93%;
	}
	.ryzs .tab .hd ul li {
		border-left: none;
	}
	.gc{
	display: block;
}
.sub_nav h2{
	background-size:100% !important;
	width: auto;
	font-size: 28px;
}
.ryzs{
	padding: 20px 0;
}
.zzjg{
	padding: 20px 20px;
}
.qxcy{
	padding: 20px 0;
	width: 95%;
}
.gcal{
	padding: 20px 0;
}
.dt{
	padding: 30px 0;
}
.kk{
	display: none;
}
.tab{
	display: none;
}
.sj_ry{
	display: block;
}
.sj_ry ul{
	overflow: hidden;
	min-height: 300px;
}
.sj_ry ul li{
	width: 47%;
	margin: 2% 1.5%;
	float: left;
	text-align: center;
}
.sj_ry ul li p{
	font-size: 16px;
	margin-top: 8px;
}
.lxdt{
	height: 300px !important;
}
.lxwm .z h2{
	font-size: 35px;
}
.lxwm .z P{
	font-size: 20px;
}
.lxwm{
	padding: 25px 0;
}
.lxwm .y span{
	margin-bottom: 30px;
}
.lxwm .y h3{
	font-size: 30px;
}
.dtxq .xqnr .wz{
	padding: 20px 0;
}
.noscroll{
	overflow: hidden;
}
.zyyw{
	width: 95% !important;
	margin: 0 auto !important;
}
}