* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
}

html,
body {
	font-family: "microsoft yahei";
	font-size: 14px;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0D3B71;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #0D3B71;
	text-decoration: none;
}

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

.ov {
	overflow: hidden;
}

.maximg {
	max-width: 100%;
}

.cl {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.top {
	background-color: #0D3B71;
	height: 55px;
	color: #fff;
	font-size: 12px;
	padding-top: 19px;
}

.top a {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

.pr {
	position: relative;
}

.top .fr a:last-child {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 10px;
}

.top a img {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 2px;
}

.nav {
	height: 100px;
	border-bottom: 1px solid #ddd;
}

.logo {
	float: left;
	margin-top: 15px;
}

.nav_ul {
	float: left;
	margin-left: 70px;
	margin-top: 25px;
}

.nav_ul li {
	float: left;
	margin-right: 35px;
	line-height: 50px;
}

.nav_ul li a {
	font-size: 16px;
	display: block;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	padding-bottom: 22px;
	transition: all 0.5s;
}

.nav_ul li:hover a {
	border-bottom: 2px solid #0D3B71;
}

.toptel {
	float: right;
	width: 180px;
	margin-top: 37px;
}

.toptel img {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 5px;
}

.toptel span {
	font-size: 18px;
	color: #0D3B71;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

.toptel span b {
	position: absolute;
	display: block;
	width: 100%;
	padding: 1px;
	background-color: #0D3B71;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	border-radius: 5px;
	transform: scaleY(0);
	transform-origin: 0px 0px;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	z-index: 500;
	transition: all 0.5s;
}

.toptel:hover span b {
	transform: scaleY(1);
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.toptel span b a {
	color: #fff;
	display: block;
	transition: all 0.5s;
	line-height: 35px;
}

.toptel span b a:hover {
	background-color: #fff;
	color: #0D3B71;
}

.toptel i {
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	display: block;
	float: right;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	margin-right: 5px;
	margin-top: 5px;
	transition: all 0.5s;
}

.toptel:hover i {
	transform: rotate(-225deg);
	margin-top: 10px;
}

.login_bg {
	background: url(../images/login_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 1px 0px;
}

.login_box {
	width: 425px;
	height: 375px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding: 55px;
	margin: 300px auto;
	box-shadow: 0px 0px 5px #999;
}

.login_box h1 {
	text-align: center;
	color: #0D3B71;
	font-weight: normal;
}

.login_box ul li {
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	height: 50px;
	margin-top: 20px;
}

.login_box ul li img {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

.login_box ul li input {
	border: 0px;
	border-left: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, 0);
	float: right;
	width: 245px;
	text-indent: 15px;
	outline: none;
	color: #0D3B71;
}

.login_btn {
	background: url(../images/login_btn.png) center center no-repeat;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: 0px;
	display: block;
	margin-top: 40px;
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	outline: none;
}

.foot {
	background-color: #0D3B71;
	padding-top: 50px;
	padding-bottom: 20px;
}

.foot_nav {
	width: 815px;
	float: left;
}

.foot_nav .foot_nav_ul {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
	padding-bottom: 20px;
}

.foot_nav .foot_nav_ul li {
	float: left;
}

.foot_nav .foot_nav_ul li a {
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 32px;
	padding-left: 32px;
	display: block;
}

.foot_nav .foot_nav_ul li:first-child a {
	border: 0px;
	padding: 0px;
}

.foot_nav .foot_nav_ul li:last-child a {
	margin: 0px;
}

.foot_nav .foot_contact_ul li {
	float: left;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 45px;
}

.foot_nav .foot_contact_ul li:first-child {
	margin-left: 0px;
}

.foot_nav .foot_contact_ul li span {
	display: block;
	float: left;
	background-color: #6E89AA;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	text-align: center;
	line-height: 48px;
	transition: all 0.5s;
}

.foot_nav .foot_contact_ul li:hover span {
	background-color: #557091;
}

.foot_nav .foot_contact_ul li span img {
	display: block;
	margin: 0px auto;
	margin-top: 15px;
}

.foot_nav .foot_contact_ul li p {
	display: block;
	float: right;
	margin-left: 10px;
	color: #ccc;
	font-size: 13px;
	line-height: 24px;
}

.foot_qr {
	float: right;
}

.foot_qr li {
	width: 115px;
	background-color: #fff;
	border-radius: 5px;
	float: left;
	padding: 10px;
	margin-left: 30px;
	text-align: center;
	color: #999;
}

.copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	color: #6E89AA;
	font-size: 12px;
	margin-top: 40px;
	padding-top: 20px;
}

.banner_class {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 300;
	height: 48px;
}

.banner_class ul {
	position: absolute;
	top: 110px;
	width: 233px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.3);
}

.banner_class>div>ul>li {
	height: 55px;
	line-height: 55px;
	transition: all 0.5s;
	padding: 0px 20px;
	position: relative;
}

.banner_class>div>ul>li:last-child>a {
	border-bottom: 0px
}

.height100 {
	height: 48px;
}

.swiper-slide img {
	display: block;
}

.banner_class>div>ul>li>a {
	color: #fff;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.banner_class>div>ul>li>a:before {
	content: "";
	display: none;
	float: right;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
	margin-top: 24px;
}

.banner_class>div>ul>li:hover {
	background-color: #0D3B71;
}

.banner_class>div>ul>li:hover>a {
	border-bottom: 0px solid #0D3B71;
}

.banner_class>div>ul>li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.banner_class>div>ul>li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.banner_class>div>ul>li>.banner_class_subnav {
	position: absolute;
	width: 760px;
	background-color: #fff;
	top: 0px;
	left: 240px;
	border-radius: 5px;
	padding: 19px;
	line-height: 20px;
	display: none;
}

.banner_class>div>ul>li>.banner_class_subnav p {
	color: #C19D4D;
	font-weight: bold;
	font-size: 16px;
}

.banner_class>div>ul>li>.banner_class_subnav>div {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.banner_class>div>ul>li>.banner_class_subnav>div:last-child {
	border: 0px;
	margin-bottom: 0px;
}

.banner_class>div>ul>li>.banner_class_subnav a {
	display: inline-block;
	margin-top: 13px;
	margin-right: 10px;
	color: #999;
}

.zxdt {
	background-color: rgba(13, 59, 113, 0.5);
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 46px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	line-height: 46px;
	padding: 0px 20px;
}

.zxdt>img {
	float: left;
	margin-top: 18px;
	margin-left: 30px;
}

.zxdt_swiper {
	width: 1050px;
	height: 46px;
}

.zxdt_swiper a {
	color: #fff;
	margin-right: 80px;
}

.zxdt_prev {
	position: absolute;
	z-index: 800;
	top: 12px;
	right: 30px;
	line-height: 10px;
}

.zxdt_next {
	position: absolute;
	z-index: 800;
	top: 20px;
	right: 30px;
	line-height: 10px;
}

.bghui {
	background-color: #f3f5f7;
	padding: 30px 0px;
}

.xmsb_left {
	background: url(../images/xmsb_left_bg.png) center no-repeat;
	height: 586px;
	width: 298px;
	float: left;
}

.xmsb_right {
	width: 880px;
	background-color: #fff;
	padding: 20px;
	float: right;
}

.xmsb_left .sm_class {
	margin-top: 200px;
	text-align: center;
}

.xmsb_left .sm_class a {
	display: inline-block;
	width: 112px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 29px;
	margin-top: 10px;
	transition: all 0.5s;
}

.xmsb_left .sm_class a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.xm_tabs li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	cursor: pointer;
}

.xm_tabs li:first-child {
	border-left: 0px;
}

.xm_tabs {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
	line-height: 45px;
	height: 45px;
}

.xm_tabs li.act {
	border-top: 2px solid #AF4FB9;
}

.xm_content li {
	padding-top: 20px;
	display: none;
}

.xm_content li.show {
	display: block;
}

.xm_content .xmitem {
	width: 410px;
	float: left;
	background-color: #F3F5F7;
	padding: 20px;
	margin-top: 20px;
	margin-left: 20px;
	transition: all 0.5s;
}

.xm_content .xmitem:nth-child(2n+1) {
	margin-left: 0px;
}

.xm_content .xmitem p {
	font-size: 16px;
	float: left;
	display: block;
	width: 310px;
	border-right: 1px solid #ddd;
	padding-right: 20px;
	padding-bottom: 10px;
}

.xm_content .xmitem span {
	font-size: 12px;
	display: block;
	margin-top: 15px;
	color: #999;
}

.xm_content .xmitem i {
	display: block;
	width: 30px;
	font-style: normal;
	float: right;
	line-height: 16px;
	color: #AF4FB9;
	border: 1px solid #AF4FB9;
	border-radius: 5px;
	padding: 6px;
	transition: all 0.5s;
	text-align: center;
}

.xm_content .xmitem:hover {
	box-shadow: 3px 3px 3px #ccc;
}

.xm_content .xmitem:hover i {
	background-color: #AF4FB9;
	color: #fff;
}

.xm_content li h2 {
	text-align: center;
	margin-top: 40px;
}

.xm_content li .pingu_inp {
	border: 1px solid #ddd;
	float: left;
	width: 315px;
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
}

.xm_content li .pingu_inp span {
	background-color: #f3f5f7;
	height: 38px;
	width: 95px;
	text-align: center;
	display: inline-block;
	float: left;
}

.xm_content li .pingu_inp input {
	height: 38px;
	border: 0px;
	outline: none;
	border-left: 1px solid #ddd;
	float: left;
	padding-left: 20px;
}

.xm_btn {
	background-color: #AF4FB9;
	width: 130px;
	height: 39px;
	text-align: center;
	color: #fff;
	line-height: 39px;
	border: 0px;
	float: left;
	margin-top: 30px;
}

.zscq_left {
	background: url(../images/zscq_left.png) top center no-repeat;
}

.zs_tabs li.act {
	border-top: 2px solid #4B79E1;
}

.zs_tabs li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	cursor: pointer;
}

.zs_tabs li:first-child {
	border-left: 0px;
}

.zs_tabs {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
	line-height: 45px;
	height: 45px;
}

.zs_content li {
	padding-top: 20px;
	display: none;
}

.zs_content li.show {
	display: block;
}

.zs_content .zsitem {
	width: 266px;
	float: left;
	background-color: #F3F5F7;
	padding: 20px;
	margin-top: 20px;
	margin-left: 20px;
	transition: all 0.5s;
}

.zs_content .zsitem:nth-child(3n+1) {
	margin-left: 0px;
}

.zs_content .zsitem p {
	font-size: 16px;
	float: left;
	display: block;
	width: 180px;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	padding-bottom: 10px;
}

.zs_content .zsitem span {
	font-size: 12px;
	display: block;
	margin-top: 15px;
	color: #999;
}

.zs_content .zsitem i {
	display: block;
	width: 30px;
	font-style: normal;
	float: right;
	line-height: 16px;
	color: #4B79E1;
	border: 1px solid #4B79E1;
	border-radius: 5px;
	padding: 6px;
	transition: all 0.5s;
	text-align: center;
}

.zs_content .zsitem:hover {
	box-shadow: 3px 3px 3px #ccc;
}

.zs_content .zsitem:hover i {
	background-color: #4B79E1;
	color: #fff;
}

.zs_btn {
	background-color: #4B79E1;
	width: 130px;
	height: 39px;
	text-align: center;
	color: #fff;
	line-height: 39px;
	border: 0px;
	float: left;
	margin-top: 30px;
}

.zs_content li h2 {
	text-align: center;
	margin-top: 40px;
}

.zs_content li .pingu_inp {
	border: 1px solid #ddd;
	float: left;
	width: 315px;
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
}

.zs_content li .pingu_inp span {
	background-color: #f3f5f7;
	height: 38px;
	width: 95px;
	text-align: center;
	display: inline-block;
	float: left;
}

.zs_content li .pingu_inp input {
	height: 38px;
	border: 0px;
	outline: none;
	border-left: 1px solid #ddd;
	float: left;
	padding-left: 20px;
}

.zcwq_txt P {
	text-transform: uppercase;
}

.zcwq_txt {
	position: absolute;
	color: #fff;
	left: 50px;
	top: 40px;
}

.zcwq_txt h1 {
	text-shadow: 3px 3px 3px #444;
}

.zcwq_txt span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
}

.zcwq_txt a {
	display: block;
	width: 100px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	margin-top: 30px;
	transition: all 0.5s;
}

.zcwq_txt a:hover {
	background-color: #4B79E1;
	color: #fff;
	border: 1px solid #4B79E1;
}

.hzal_bg {
	background: url(../images/hzal_bg.jpg) center no-repeat;
	height: 535px;
	box-sizing: border-box;
	padding: 10px 20px;
}

.ind_title {
	text-align: center;
	margin: 30px auto;
}

.hzal_bg .ind_title {
	color: #fff;
}

.ind_title p {
	font-size: 28px;
	color: #0D3B71;
}

.ind_title i {
	display: block;
	width: 30px;
	margin: 10px auto;
	border-top: 2px solid #0D3B71;
}

.hzal_bg .ind_title p {
	font-size: 28px;
	color: #fff;
}

.hzal_bg .ind_title i {
	display: block;
	width: 30px;
	margin: 10px auto;
	border-top: 2px solid #fff;
}

.hzal_bg .ind_title span {
	color: #ABBBD8;
}

.hezl_swiper img {
	display: block;
	max-width: 100%;
}

.hezl_swiper p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 80%;
	margin: 0px auto;
	padding: 10px;
	transition: all 0.5s;
}

.hezl_swiper p span {
	display: block;
	color: #ABBBD8;
	font-size: 12px;
}

.hezl_swiper a:hover p {
	background-color: #0D3B71;
	box-shadow: 0px 0px 5px #0D3B71;
	transform: translateY(-20px);
}

.hzal_link {
	text-align: center;
	margin-top: 40px;
}

.hzal_link a {
	display: inline-block;
}

.hzal_link .more {
	display: inline-block;
	height: 35px;
	border-radius: 18px;
	border: 1px solid #ABBBD8;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	margin: 0px 15px;
	transition: all 0.5s;
	width: 120px;
}

.hzal_link .more:hover {
	background-color: #fff;
	color: #0D3B71;
}

.ind_news {
	margin-top: 30px;
	padding: 1px;
	margin-bottom: 50px;
}

.ind_news ul {
	overflow: hidden;
}

.ind_news ul li {
	width: 364px;
	float: left;
	margin-left: 54px;
}

.ind_news ul li:first-child {
	margin-left: 0px;
}

.ind_news ul li>h2 {
	text-align: center;
	background: #f3f5f7;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #666;
}

.ind_news ul li>h2>span:before {
	content: "";
	width: 20px;
	display: inline-block;
	border-bottom: 1px solid #666;
	vertical-align: super;
	margin-right: 10px;
}

.ind_news ul li>h2>span:after {
	content: "";
	width: 20px;
	display: inline-block;
	border-bottom: 1px solid #666;
	vertical-align: super;
	margin-left: 10px;
}

.ind_news>ul>li>div>a>p {
	width: 270px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
}

.ind_news>ul>li>div>a {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.ind_news>ul>li>div>a>p>span {
	display: block;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 15px;
	color: #999;
	font-size: 13px;
	line-height: 20px;
}

.ind_news>ul>li>div>a>h1 {
	width: 90px;
	font-weight: normal;
	font-size: 40px;
	float: right;
	text-align: center;
	color: #0D3B71;
	margin-top: 10px;
}

.ind_news>ul>li>div>a>h1>span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.ind_news>ul>li>div>a>h1>i {
	border-top: 1px solid #0D3B71;
	border-left: 1px solid #0D3B71;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0px auto;
	transform: rotate(135deg);
	margin-top: 20px;
}

.ind_news>ul>li>a {
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	height: 50px;
	display: block;
}

.ind_news>ul>li>a:last-child {
	border: 0px;
}

.ind_news>ul>li>a>span {
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
}

.huoban a {
	display: block;
	float: left;
	width: 200px;
	padding: 20px;
	transition: all 0.5s;
	text-align: center;
}

.huoban a:hover {
	box-shadow: 3px 3px 5px #999;
}

.frlink {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}

.frlink a {
	display: inline-block;
	color: #999;
	margin-left: 20px;
	font-size: 13px;
}

.frlink a:hover {
	color: #0D3B71;
}

.news_ban {
	background: url(../images/news_ban.jpg) center no-repeat;
	height: 244px;
}
.contact_ban{
	background: url(../images/contact_ban.jpg) center no-repeat;
	height: 244px;
	background-size: cover;
}
.wqss_ban{
	background: url(../images/wqss_ban.jpg) center no-repeat;
	height: 244px;
	background-size: cover;
}
.wdzk_ban{
	background: url(../images/wdzk_ban.jpg) center no-repeat;
	height: 244px;
	background-size: cover;
}
.xmsb_ban{
	background: url(../images/xmsb_ban.jpg) center no-repeat;
	height: 244px;
	background-size: cover;
}
.zscq_ban{
	background: url(../images/zscq_ban.jpg) center no-repeat;
	height: 244px;
	background-size: cover;
}
.nclass_bg {
	background-color: #f3f5f7;
	height: 50px;
}

.nclass>a {
	display: inline-block;
	width: 140px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	transition: all 0.5s;
}

.nclass>a:hover {
	background-color: #0D3B71;
	color: #fff;
}

.nclass>a.hover {
	background-color: #0D3B71;
	color: #fff;
}

.nclass>.speedlink {
	line-height: 50px;
	color: #0D3B71;
	font-size: 12px;
}

.nclass>.speedlink>a {
	color: #999;
}

.picnewslist li {
	float: left;
	margin-top: 42px;
	margin-left: 42px;
	width: 372px;
}

.picnewslist li:nth-child(3n+1) {
	margin-left: 0px;
}

.picnewslist li a {
	display: block;
	position: relative;
}

.picnewslist li a .ov img {
	display: block;
	transition: all 0.5s;
}

.picnewslist li a:hover .ov img {
	transform: scale(1.1);
}

.picnewslist li a .txt {
	background-color: #F3F5F7;
	padding: 20px;
	border-bottom: 2px solid #ddd;
	transition: all 0.5s;
}

.picnewslist li a:hover .txt {
	border-bottom: 2px solid #0D3B71;
}

.picnewslist li a .txt p {
	font-weight: 600;
	color: #0D3B71;
	font-size: 15px;
}

.picnewslist li a .txt p i {
	font-style: normal;
	font-weight: normal;
	float: right;
	display: block;
	color: #999;
	font-size: 12px;
}

.picnewslist li a .txt span {
	display: block;
	color: #999;
	margin-top: 10px;
	font-size: 13px;
}

.page {
	margin: 50px 0px;
	text-align: center;
}

.page li{
	float: left;
}
.page a {
	display: inline-block;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #ddd;
	padding: 0px 13px;
	font-size: 12px;
	color: #888;
	transition: all 0.5s;
}
.page a.active {
	background-color: #0D3B71;
	color: #fff;
	border-color: #0D3B71;
}
.page a.act {
	background-color: #0D3B71;
	color: #fff;
	border-color: #0D3B71;
}

.page a:hover {
	background-color: #0D3B71;
	color: #fff;
	border-color: #0D3B71;
}
.page .pageactive{
    display: inline-block;
    height: 33px;
    text-align: center;
    line-height: 33px;
    padding: 0px 13px;
    font-size: 12px;
    color: #fff;
    transition: all 0.5s;
    margin:0 5px;
    background-color: #0D3B71;
    border-color: #0D3B71;
}
.speedlink {
	float: right;
}

.about_title {
	text-align: center;
	margin: 40px auto;
	color: #0D3B71;
}

.about_title p {
	font-size: 44px;
	text-transform: uppercase;
	font-family: georgia;
}

.about_title span {
	font-size: 24px;
	display: block;
	margin-top: 5px;
}

.qyjj {
	margin-bottom: 50px;
}

.qyjj .txt {
	width: 650px;
	float: right;
}

.qyjj .txt h2 {
	color: #0D3B71;
	margin-top: 30px;
}

.qyjj .txt span {
	display: block;
	margin-top: 20px;
	line-height: 30px;
	text-indent: 30px;
	color: #888;
}

.lmdw_swiper {
	margin-bottom: 50px;
}

.lmdw_swiper .swiper-slide {
	text-align: center;
}

.lmdw_swiper .swiper-slide a i {
	display: block;
	margin: 40px auto;
	width: 7px;
	height: 7px;
	background-color: #c3c5c7;
	border-radius: 100%;
	transition: all 0.5s;
}

.lmdw_swiper .swiper-slide a:hover i {
	background-color: #0D3B71;
}

.lmdw_swiper .swiper-slide a:hover div img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.lmdw_swiper .swiper-slide a div {
	width: 185px;
	margin: 20px auto;
	box-shadow: 0px 0px 3px #c3c5c7;
}

.lmdw_swiper .swiper-slide a div img {
	margin: 0px auto;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s;
	filter: gray;
}

.lmdw_swiper .swiper-slide a p {
	font-size: 16px;
	color: #666;
}

.lmdw_left {
	position: absolute;
	left: -50px;
	top: 45px;
}

.lmdw_right {
	position: absolute;
	right: -50px;
	top: 45px;
}

.bghui .line {
	width: 100%;
	position: absolute;
	top: 260px;
	border-bottom: 1px solid #c3c5c7;
	left: 0px;
}

.qywh ul li {
	width: 385px;
	float: left;
	background-color: #f3f5f7;
	border: 1px solid #c3c5c7;
	padding: 30px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
}

.qywh ul li:nth-child(3n+1) {
	margin-left: 0px;
}

.qywh ul li i {
	width: 96px;
	height: 96px;
	display: block;
	margin: 20px auto;
	border-radius: 100%;
	background-color: #a3a5a7;
	padding-top: 28px;
}

.qywh ul li:nth-child(2n) i {
	background-color: #0D3B71;
}

.qywh ul li p {
	color: #0D3B71;
	font-size: 18px;
	font-weight: bold;
}

.qywh ul li span {
	display: block;
	margin-top: 10px;
	color: #999;
}

.bghj_bg {
	background: url(../images/bghj_bg.jpg) center no-repeat;
	height: 572px;
	margin-top: 50px;
	padding: 10px 0px;
}

.bghj_bg .about_title {
	color: #fff;
}

.bghj_swiper {
	padding-bottom: 70px;
	margin-top: 20px;
}

.bghj_swiper .swiper-slide a>img {
	max-width: 100%;
	display: block;
}

.bghj_swiper .swiper-slide a {
	position: relative;
	display: block;
}

.bghj_swiper .swiper-slide a .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
	z-index: 500;
	top: 0px;
	left: 0px;
	transition: all 0.5s;
	opacity: 0;
	transform: scale(0);
}

.bghj_swiper .swiper-slide a .mask img {
	display: block;
	margin: 10px auto;
	width: 30px;
	margin-top: 70px;
}

.bghj_swiper .swiper-slide a:hover .mask {
	opacity: 1;
	transform: scale(1);
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	top: auto;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #fff;
}
.honor_swiper .swiper-slide{
	background-color: #f3f5f7;
	padding: 20px;
	text-align: center;
	transition: all 0.5s;
}
.honor_swiper .swiper-slide:hover{
	background-color: #e3e5e7
}
.honor_swiper .swiper-slide img{
	margin: 10px auto;
}
.honor_left {
	position: absolute;
	left: -100px;
	top: 245px;
}

.honor_right {
	position: absolute;
	right: -100px;
	top: 245px;
}
.honor{
	margin-bottom: 50px;
}
.n_left{
	float: left;
	width: 895px;
	margin-top: 30px;
}
.newslist1 li{
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	margin-top: 30px;
	padding-bottom: 30px;
}
.newslist1 li a img{
	display: block;
	float: left;
	width: 240px;
}
.newslist1 li a{
	display: block;
}
.newslist1 li a .txt{
	width: 630px;
	float: right;
}
.newslist1 li a .txt p{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.newslist1 li a .txt span{
	display: block;
	line-height: 22px;
	color: #999;
	margin-top: 20px;
}
.newslist1 li a .txt i{
	font-style: normal;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	display: block;
}
.n_right{
	width: 260px;
	float: right;
	margin-top: 30px;
}
.tjgg{
	background-color: #f3f5f7;
	padding: 20px;
	border-top: 2px solid #0D3B71;
	margin-top: 30px;
	box-shadow: 3px 3px 3px #ddd;
}
.tjgg h3{
	color: #0d3b71;
}
.tjgg h3 img{
	float: left;
	margin-top: 2px;
	margin-right: 8px;
}
.tjgg ul li a{
	display: block;
}
.tjgg ul li{
	border-bottom: 1px dotted #ddd;
	margin-top: 25px;
	padding-bottom: 10px;
}
.tjgg ul li span{
	display: block;
	font-size: 12px;
	color: #999;
	margin-left: 10px;
	margin-top: 8px;
}
.wenda_swiper{
	margin-top: 30px;
}
.wenda_left {
	position: absolute;
	left: 10px;
	top: 60px;
	z-index: 500;
}

.wenda_right {
	position: absolute;
	right: 10px;
	top: 60px;
	z-index: 500;
}
.newslist2 img{
	max-width: 100%;
}
.newslist2 li{
	width: 580px;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
	background-color: #f3f5f7;
}
.newslist2 li:nth-child(2n){
	margin-right: 0px;
}
.newslist2 li a{
	display: block;
	overflow: hidden;
}
.newslist2 li a >img{
	width: 270px;
	float: left;
}
.newslist2 li a .txt{
	width: 310px;
	float: left;
	padding: 20px;
}
.newslist2 li a .txt p{
	font-size: 17px;
}
.newslist2 li a .txt span{
	display: block;
	margin-top: 20px;
	color: #999;
}
.newslist2 li a .txt i{
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	border-radius: 100%;
	margin-top: 20px;
	
	transition: all 0.5s;
}
.newslist2 li a:hover .txt i{
	background-color: #0D3B71;
}
.newslist2 li a .txt i img{
	display: block;
	margin: 0px auto;
	margin-top: 6px;
}
.contact_box>img{
	float: left;
}
.contact_box{
	margin: 30px auto;
}
.contact_box .txt{
	float: right;
	width: 709px;
	background: url(../images/contact_bg.jpg) center no-repeat;
	padding: 66px;
}
.contact_box .txt p{
	color: #999;
	margin-top: 20px;
}
.contact_box .txt p>span{
	color: #0D3B71;
	font-size: 22px;
	font-weight: bold;
}
.sbzx{
	margin-top: 50px;
	margin-bottom: 50px;
}
.sbzx li{
	width: 580px;
	float: left;
	margin-left: 40px;
	border: 1px solid #0D3B71;
}
.sbzx li:first-child{
	margin-left: 0px;
}
.sbzx li h1{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background-color: #0D3B71;
	height: 45px;
	line-height: 45px;
}
.sbzx li p{
	padding:20px 40px;
	line-height: 30px;
	color: #999;
	float: left;
}
.sbzx li p span{
	display: block;
	color: #0d3b71;
	font-weight: bold;
}
.sbzx li a{
	display: block;
	float: right;
	text-align: center;
	color: #0D3B71;
	margin-top: 50px;
	margin-right: 50px;
}
.sbzx li a img{
	display: block;
	margin: 5px auto;
}
.wqss_bg{
	background: url(../images/wqss_bg.jpg) top center no-repeat;
	height: 730px;
}
.wqss_ul{
	width: 900px;
	margin: 50px auto;
}
.wqss_ul li{
	width: 300px;
	float: left;
	text-align: center;
	border:1px solid #ddd;
	padding: 60px 30px;
	border-left: 0px;
	transition: all 0.2s;
	margin-top: 80px;
}
.wqss_ul li:first-child{
	border-left: 1px solid #ddd;
}
.wqss_ul li p span{
	display: block;
	text-transform: uppercase;
	color: #999;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
}
.wqss_ul li p{
	font-size: 20px;
	margin-top: 30px;
	color: #0D3B71;
	font-weight: bold;
}
.wqss_ul li img{
	display: block;
	margin: 30px auto;
	
}
.wqss_ul li.hover{
	transform: scale(1.1);
	background-color: #0D3B71;
	color: #fff;
	border: 0px;
	box-shadow: 0px 0px 3px #0D3B71;
	margin-top: 45px;
}
.wqss_ul li i{
	font-style: normal;
	font-size: 12px;
	color: #ABBBD8;
	text-align: left;
	display: none;
}
.wqss_ul li.hover p{
	color: #fff;
}
.wqss_ul li.hover span{
	color: #fff;
}
.wqss_ul li.hover .oldpic{
	display: none
}
.wqss_ul li.hover i{
	display: block
}
.wq_title{
	text-align: center;
	margin: 30px auto;
}
.wq_title p{
	font-size: 24px;
	color: #999;
	text-transform: uppercase;
}
.wq_title span{
	display: block;
	font-size: 22px;
	margin-top: 5px;
}
.wqwt_ul{
	overflow: hidden;
	margin: 80px auto;
}
.wqwt_ul li{
	width: 25%;
	float: left;
	background: url(../images/sixbg1.png) center no-repeat;
	text-align: center;
	padding: 100px 50px;
	color: #fff;
	transition: all 1s;
}
.wqwt_ul li p{
	font-size: 16px;
}
.wqwt_ul li span{
	font-size: 12px;
}
.wqwt_ul li:hover{
	background: url(../images/sixbg2.png) center no-repeat;
}
.whly_bg{
	background: url(../images/whly_bg.png) center no-repeat;
	height: 795px;
	padding: 50px 0px;
}
.whly_bg .wq_title p{
	color: #fff;
}
.whly_bg .wq_title span{
	color: #fff;
}
.whly_ul li{
	width: 356px;
	float: left;
	margin-left: 66px;
	margin-top: 50px;
	position: relative;
}
.whly_ul li:first-child{
	margin-left: 0px;
}
.whly_ul li .mask{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 200;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 40px;
}
.whly_ul li .mask .maskbg img{
	display: block;
	margin: 20px auto;
	margin-top: 120px;
	transition: all 0.5s;
}
.whly_ul li .mask .maskbg{
	transition: all 0.5s;
	height: 100%;
	overflow: hidden;
	padding: 1px 30px;
}
.whly_ul li .mask p{
	font-size: 22px;
}
.whly_ul li .mask p span{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
}
.whly_ul li:hover .mask .maskbg{
	background-color: rgba(13,59,113,0.9);
	
}
.whly_ul li:hover .mask .maskbg img{
	
	margin-top: 30px;
	
}
.whly_ul li .mask .maskbg> span{
	display: block;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	line-height: 22px;
	opacity: 0;
	transition: all 0.5s;
	
}
.whly_ul li .mask .maskbg> span i{
	display: block;
	margin: 20px auto;
	width: 1px;
	height: 30px;
	background-color: #fff;
}
.whly_ul li:hover .mask .maskbg> span{
	
	opacity: 1;
	
}
.wqlc{
	padding-bottom: 30px;
}
.wqlc ul li{
	float: left;
	width: 150px;
	text-align: center;
	margin-left: 60px;
	background-color: #fff;
	position: relative;
	z-index: 300;
}
.wqlc ul li:first-child{
	margin-left: 0px;
}
.wqlc ul li div{
	background: url(../images/wqlc_bg1.png) center no-repeat;
	padding: 40px 0px;
	position: relative;
	transition: all 0.5s;
}
.wqlc ul li:hover div{
	background: url(../images/wqlc_bg2.png) center no-repeat;
}
.wqlc ul li div span{
	display: block;
	position: absolute;
	top: 55px;
	right: -15px;
	font-size: 12px;
	color: #999;
	background-color: #fff;
	text-align: center;
	width: 60px;
	transition: all 0.5s;
}
.wqlc ul li:hover div span{
	color: #0D3B71;
}
.wqlc ul li:hover  p{
	color: #0D3B71;
}
.wqlc ul li p{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 50px;
	transition: all 0.5s;
	color: #666;
}
.wqlc .line{
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 63px;
}
.hyal_swiper a{
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	transition: all 0.5s;
	border-bottom: 3px solid #fff;
	padding-bottom: 20px;
}
.hyal_swiper {
	border-bottom: 1px solid #ddd;
	
}
.hyal_swiper .swiper-slide-active a{
	border-bottom: 3px solid #0D3B71;
}
.hyal_left{
	position: absolute;
	left: -50px;
	top: 60px;
}
.hyal_right{
	position: absolute;
	right: -50px;
	top: 60px;
}
.hyal ul li{
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ddd;
	margin-top: 30px;
	margin-bottom: 50px;
	display: none;
}
.hyal ul li h5{
	color: #0D3B71;
	font-size: 16px;
	margin-top: 20px;
}
.hyal ul li p{
	padding: 20px 0px;
	color: #888;
	line-height: 22px;
	border-bottom: 1px dotted #ddd;
}
.hyal ul li p img{
	display: block;
	margin: 10px auto;
}
.hyal ul li p a{
	display: inline-block;
	width: 135px;
	color: #999;
	line-height: 30px;
}
.wenda_list li{
	width: 580px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	background-color: #f3f5f7;
	border: 1px solid #ddd;
	padding: 20px;
	transition: all 0.5s;
}
.wenda_list li:hover{
	box-shadow: 0px 0px 5px #ccc;
}
.wenda_list li:nth-child(2n+1){
	margin-left: 0px;
}
.wenda_list li .txt h1{
	width: 100px;
	float: left;
	color: #0D3B71;
	text-align: center;
	font-size:46px;
	border-right: 1px solid #ddd;
}
.wenda_list li .txt h1 span{
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.wenda_list li .txt {
	overflow: hidden;
}
.wenda_list li .txt p{
	width: 410px;
	float: right;
	font-size: 16px;
	font-weight: bold;
}
.wenda_list li .txt p span{
	display: block;
	margin-top: 20px;
	line-height: 22px;
	font-size: 13px;
	color: #999;
	font-weight: normal;
}
.wenda_list li a>p{
	text-align: right;
	font-size: 12px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 10px;
	color: #999;
}
.xmsb_pic{
	background: url(../images/xmsb_pic.jpg) center no-repeat;
	height: 271px;
	margin: 0px auto;
	margin-top: 40px;
	width: 1200px;
	text-align: center;
	color: #fff;
	padding:70px 100px;
}
.xmsb_pic p{
	margin-top: 20px;
	line-height: 24px;
}
.xmsb_list li{
	width: 580px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	background-color: #f3f5f7;
	box-shadow: 3px 3px 3px #ddd;
	padding: 20px;
	transition: all 0.5s;
}
.xmsb_list li:hover{
	box-shadow: 3px 3px 3px #999;
}
.xmsb_list li:nth-child(2n+1){
	margin-left: 0px;
}
.xmsb_list li a p{
	float: left;
	width: 470px;
	font-size: 18px;
}
.xmsb_list li a p span{
	display: block;
	color: #999;
	line-height: 22px;
	font-size: 12px;
	margin-top: 10px;
}
.xmsb_list li a div i{
	float: right;
	display: block;
	width: 30px;
	font-style: normal;
	
	line-height: 16px;
	color: #fff;
	background-color: #0D3B71;
	border-radius: 5px;
	padding: 6px;
	transition: all 0.5s;
	text-align: center;
	
	
}
.xmsb_list li a div{
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
}
.xmsb_list li.notj a div{
	display: none;
}
.xmsb_list li.notj a p{
	float: left;
	width: 540px;
	font-size: 18px;
}
.jzgd{
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}
.jzgd a{
	width: 154px;
	border:1px solid #ddd;
	border-radius: 22px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: center;
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	z-index: 200;
	transition: all 0.5s;
}
.jzgd a:hover{
	background-color: #0D3B71;
	border: 1px solid #0D3B71;
	color: #fff;
}
.jzgd .line{
	border-top: 1px solid #ddd;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 22px;
}

.bqlc{
	padding-bottom: 30px;
}
.bqlc ul li{
	float: left;
	width: 255px;
	text-align: center;
	margin-left: 60px;
	background-color: #f3f5f7;
	position: relative;
	z-index: 300;
}
.bqlc ul li:first-child{
	margin-left: 0px;
}
.bqlc ul li div{
	background: url(../images/bqlc_bg1.png) center no-repeat;
	padding: 60px 0px;
	position: relative;
	transition: all 0.5s;
}
.bqlc ul li:hover div{
	background: url(../images/bqlc_bg2.png) center no-repeat;
}
.bqlc ul li div span{
	display: block;
	position: absolute;
	top: 75px;
	right: 25px;
	font-size: 12px;
	color: #999;
	background-color: #f3f5f7;
	text-align: center;
	width: 60px;
	transition: all 0.5s;
}
.bqlc ul li:hover div span{
	color: #0D3B71;
}
.bqlc ul li:hover  p{
	color: #0D3B71;
}
.bqlc ul li p{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 50px;
	transition: all 0.5s;
	color: #666;
}
.bqlc ul li p span{
	font-size: 13px;
	color: #999;
	display: block;
	line-height: 24px;
	margin-top: 15px;
}
.bqlc .line{
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 83px;
}

.newslist3 li{
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	margin-top: 30px;
	padding-bottom: 30px;
}

.newslist3 li a{
	display: block;
}
.newslist3 li a .txt{
	
}
.newslist3 li a .txt p{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.newslist3 li a .txt span{
	display: block;
	line-height: 22px;
	color: #999;
	margin-top: 20px;
}
.newslist3 li a .txt i{
	font-style: normal;
	margin-top: 20px;
	color: #999;
	font-size: 12px;
	display: block;
}
.ywlx_class{
	margin-top: 50px;
	font-size: 16px;
}
.ywlx_class a{
	display: inline-block;
	color: #0D3B71;
	margin-left: 10px;
	border-left: 1px solid #ddd;
	padding-left: 10px;
}
.ywlx_class a img{
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.ywlx_class a:first-child{
	border: 0px;
}
.ywlx{
	width: 860px;
	margin-top: 30px;
	float: left;
}
.ywlx_ul{
	margin-top: 30px;
}
.ywlx_ul li{
	height: 108px;
	width: 273px;
	float: left;
	transition: all 0.5s;
	margin-left: 20px;
	margin-top: 20px;
	padding: 30px;
	background: url(../images/dj1.png) 220px 70px no-repeat #f3f5f7;
}
.ywlx_ul li:hover{
	box-shadow: 3px 3px 3px #ddd;
	background: url(../images/dj2.png) 220px 70px no-repeat #f3f5f7;
}
.ywlx_ul li:nth-child(3n+1){
	margin-left: 0px;
}
.ywlx_ul li a p{
	font-size: 16px;
}
.ywlx_ul li a span{
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.zxzx{
	float: right;
	width: 300px;
	background: url(../images/zixun_bg.jpg) bottom center no-repeat #f3f5f7;
	margin-top: 80px;
	padding: 30px;
	padding-bottom: 78px;
}
.zxzx>img{
	display: block;
	margin: 40px auto;
}
.zxzx>h2{
	color: #0D3B71;
	text-align: center;
	margin-top: 30px;
}
.zxzx a{
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	border: 1px solid #0D3B71;
	color: #0D3B71;
	text-align: center;
	margin: 10px auto;
	transition: all 0.5s;
}
.zxzx a:hover{
	background-color: #0D3B71;
	color: #fff;
}
.bq_title{
	position: relative;
	margin: 30px auto;
	text-align: center
}

.djjz{
	margin-top: 50px;
	
}
.djjz ul li{
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.djjz ul li> div{
	width: 146px;
	height: 146px;
	background: url(../images/djjz_bg.png) center no-repeat;
	margin: 20px auto;
	padding: 9px;
	
}
.djjz ul li>div>span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #f3f5f7;
	padding: 1px;
}
.djjz ul li>div>span>img{
	display: block;
	margin: 0px auto;
	margin-top: 35px;
}
.djjz ul li>p{
	font-size: 18px;
	color: #666;
}
.djjz ul li>p span{
	display: block;
	font-size: 13px;
	color: #999;
	margin-top: 10px;
}
.djlc{
	border-top: 1px solid #ddd;
	padding-bottom: 60px;
}
.bqcl{
	border-top: 1px solid #ddd;
}
.djlc ul li{
	border: 1px solid #ddd;
	background-color: #ECEEF0;
	padding: 40px;
	float: left;
	width: 20%;
	border-left: 0px;
	position: relative;
	text-align: center;
	margin-top:50px;
}
.djlc ul li >div{
	width: 63px;
	height: 63px;
	background-color: rgba(53,133,215,0.2);
	padding: 5px;
	border-radius: 100%;
	position: absolute;
	    top: -33px;
    left: 85px;

}
.djlc ul li >div>span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(53,133,215,1);
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
}
.djlc ul li:first-child{
	border-left: 1px solid #ddd
}
.djlc ul li img{
	display: block;
	margin: 30px auto;
}
.djlc ul li p {
	font-size: 16px;
}
.djlc ul li p span{
	display: block;
	margin-top:20px;
	color: #999;
	font-size: 13px;
	line-height: 20px;
}
.bqcl ul li{
	width: 200px;
	float: left;
	text-align: center;
	background: url(../images/bqcl_bg1.png) center no-repeat;
	padding: 130px 20px;
}
.bqcl ul li:nth-child(2n){
	
	background: url(../images/bqcl_bg2.png) center no-repeat;
}
.bqcl ul li p{
	color: #fff;
	text-align: center;
	font-size: 18px;
	
}
.djql{
	background: #ECEEF0;
	border-top: 1px solid #ddd;
	padding: 20px 0px;
	padding-bottom: 50px;
}
.djql ul li{
	background: url(../images/djql_bg.png) center no-repeat;
	float: left;
	width: 20%;
	height: 241px;
	text-align: center;
	
}
.djql ul li img{
	display: block;
	margin: 0px auto;
	margin-top: 80px;
}
.djql ul li p{
	margin-top: 10px;
	font-size: 18px;
	color: #888;
}
.kh li{
	float: left;
	width: 25%;
	margin: 30px 0px;
	overflow: hidden;
}
.kh li img{
	display: block;
	float: left;
}
.kh li p{
	font-size: 30px;
	font-weight: bold;
	color: #888;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.kh li p span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.sbfl{
	font-size: 16px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.sbfl>ul{
	float: right;
	width: 780px;
	height: 320px;
	overflow-y: auto;
}
.sbfl>ul>li{
	width: 20%;
	text-align: center;
	float: left;
	font-size: 13px;
	padding: 0px 10px 20px 10px;
	
}
.sbfl>ul>li a{
	display: block;
	border: 1px solid #ddd;
	background-color: #f3f5f7;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
}

.sbfl>ul::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
 
.sbfl>ul::-webkit-scrollbar-track,
.sbfl>ul::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
 
.sbfl>ul::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}
 
.sbfl>ul::-webkit-scrollbar-thumb {
  min-height: 10px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(14,60,113,0.8) inset;
}
 
.sbfl>ul::-webkit-scrollbar-corner {
  background: transparent;
}
.qglink{
	width: 345px;
	height: 60px;
	display: block;
	margin: 30px auto;
	background-color: #E5EEF6;
	border-radius: 30px;
	padding: 0px 20px;
	
}
.qglink span{
	display: block;
	height: 60px;
	border-radius: 30px;
	background-color: #3585D7;
	color: #eee;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
}
.jssb{
	
	border-top: 1px solid #ddd;
	padding: 40px 0px;
	
	
}
.jssb ul li{
	width: 33.3%;
	float: left;
	margin-top: 30px;
	position: relative;	
	
}
.jssb ul li p{
	font-size: 20px;
	margin-top: 20px;
}
.jssb ul li p span{
	display: block;
	margin-top: 20px;
	color: #888;
	font-size: 14px;
}
.jssb ul li h1{
	position: absolute;
	right: 50px;
	border-right: 1px solid #ddd;
	top: -20px;
	color: #ddd;
	font-size: 120px;
	font-weight: normal;
	padding-right: 30px;
}
.jssb ul li:last-child h1{
	border-right: 0px solid #ddd;
}
.blzt_bg{
	background: url(../images/blzt_bg.jpg) top center no-repeat;
	height: 630px;
	padding: 50px 0px;
}
.blzt_bg ul li{
	width: 360px;
	float: left;
	margin-left: 60px;
	margin-top: 30px;
	text-align: center;
	border: 4px solid #ddd;
	padding: 30px;
	transition: all 0.5s;
}
.blzt_bg ul li:hover{
	border: 4px solid #0E3C71;
}
.blzt_bg ul li:first-child{
	margin-left: 0px;
}
.blzt_bg ul li h1{
	color: #0E3C71;
	font-size: 40px;
	margin: 20px auto;
}
.blzt_bg ul li p{
	font-size: 22px;
	color: #666;
}
.blzt_bg ul li span{
	color: #888;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}
.mfzs{
	padding: 30px 0px;
	padding-bottom: 100px;
}
.mfzs img{
	display: block;
	margin:40px auto;
}
.mfzs1{
	position: absolute;
	font-size: 18px;
	top: 60px;
	width: 280px;
	left: 0px;
}
.mfzs1 span{
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	
}
.mfzs2{
	position: absolute;
	font-size: 18px;
	top: 330px;
	width: 280px;
	left: 50px;
}
.mfzs2 span{
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	
}
.mfzs3{
	position: absolute;
	font-size: 18px;
	top: 560px;
	width: 280px;
	left: 480px;
	text-align: center;
	
}
.mfzs3 span{
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	
}
.mfzs4{
	position: absolute;
	font-size: 18px;
	top: 60px;
	width: 280px;
	right: 0px;
	text-align: right;
	
}
.mfzs4 span{
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	
}
.mfzs5{
	position: absolute;
	font-size: 18px;
	top: 330px;
	width: 280px;
	right: 50px;
	text-align: right;
}
.mfzs5 span{
	display: block;
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	
}
.sqlc{
	position: relative;
	border-top: 1px solid #ddd;
}
.sqlc ul li{
	width: 200px;
	float: left;
	text-align: center;
	padding: 20px;
}
.sqlc ul li img{
	display: block;
	margin: 0px auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s;
	filter: gray;
}
.sqlc ul li i{
	font-style: normal;
	color: #888;
	font-size: 12px;
	text-transform: uppercase;
}
.sqlc ul li p{
	margin-top: 20px;
	font-size: 18px;
}
.sqlc ul li p span{
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}
.sqlc ul li h2{
	display: block;
	height: 50px;
	margin: 30px auto;
	text-align: center;
	background-color: #f3f4f7;
	position: relative;
	z-index: 200;
}
.sqlc ul li:hover img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	
	filter: none;
}
.sqlc ul li:hover i{
	color: #3886D5;
}
.sqlc .line{
	width: 100%;
	position: absolute;
	border-bottom: 1px dotted #ddd;
	left: 0px;
	top: 210px;
}
.tese{
	border-top: 1px solid #ddd;
	padding: 20px 0px;
	padding-bottom: 50px;
}
.tese ul li{
	width: 285px;
	border:3px solid #ddd;
	float:left;
	margin-top: 50px;
	margin-left: 20px;
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	transition: all 0.5s;
}
.tese ul li:hover{
	background-color: #f0f0f0;
	border:3px solid #3886D5;
}
.tese ul li:nth-child(2n):hover{
	background-color: #f0f0f0;
	border:3px solid #0E3C71;
}
.tese ul li >div{
	width: 205px;
	left: 40px;
	top: -25px;
	height: 50px;
	position: absolute;
	background-color: #3886D5;
	text-align: center;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
}
.tese ul li:nth-child(2n)>div{
	background-color:#0E3C71
}
.tese ul li:first-child{
	margin-left: 0px;
}
.tese ul li img{
	display: block;
	margin: 0px auto;
	margin-top: 30px;
}
.tese ul li p{
	display: block;
	margin-top: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
}
.cgal{
	background: #ECEEF0;
	
	padding: 20px 0px;
	padding-bottom: 50px;
}
.cgal ul{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cgal ul li{
	width: 20%;
	float: left;
	border:1px solid #ddd;
	border-left: 0px;
	border-bottom: 0px;
}
.cgal ul li img{
	display: block;
	width: 100%;
}
.cgal ul li a{
	display: block;
	position: relative;
}
.cgal ul li a .mask{
	transition: all 0.5s;
	opacity: 0;
	transform: scale(0);
	position: absolute;
	z-index: 200;
	background-color: rgba(14,60,113,0.8);
	color: #fff;
	height: 100%;
	width: 100%;
	top: 0px;
	text-align: center;
	line-height: 100px;
	left: 0px;
	font-size: 16px;
}
.cgal ul li a:hover .mask{
	opacity: 1;
	transform: scale(1);
}
.mdlink{
	background: #f3f5f7;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
}
.mdlink a{
	display: inline-block;
	width: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #666;
	border-bottom: 3px solid #f3f5f7;
	text-align: center
}
.mdlink a:hover{
	border-bottom: 3px solid #0E3C71;
}
.mdlink a.hover{
	border-bottom: 3px solid #0E3C71;
}
.speedlink1 {
	line-height: 50px;
	color: #0D3B71;
	font-size: 12px;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
}

.speedlink1>a {
	color: #999;
}
.show_box{
	background: #fff
}
.show_bg{
	background: #f3f5f7
}
.pad30{
	padding: 30px
}
.pad30 .n_left{
	width: 850px;
}
.pad30 .n_right{
	margin-top: 0px;
}
.newscontent{
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding: 20px 0px;
	color: #666;
	line-height: 26px;
	
}
.newscontent  img{
	/*display: block;*/
	max-width: 100%
}
.newscontent .daodu{
	background-color: #f3f5f7;
	padding: 20px;
	color: #666;
	line-height: 22px;
	margin-bottom: 20px;
}
.newslink{
	overflow: hidden;
}
.newslink a{
	display: block;
	width: 50%;
	padding-left: 3px;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin:20px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslink a.sxp_l{
	background-color: #f3f5f7;
	border: 1px solid #ddd;
}
.newslink a.sxp_r{
	background-color: #0E3C71;
	border: 1px solid #0E3C71;
	color: #fff;
}
.news_title h2{
	font-size: 30px;
	font-weight: normal;
	color: #0E3C71;
}
.news_title .newsdate{
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}
.news_title .newsdate img{
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
