@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

* {
	word-wrap: break-word;
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	/*background:url(../images/bg.jpg) no-repeat;*/
	background-repeat: no-repeat;
	/* background-position: center center;*/
	background-size: cover;
}

body,
html {
	font-family: "微软雅黑";
	min-width: 320px;
}

ul,
ul li,
dl,
dl dt,
dl dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.f_faminly {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

input {
	outline: 0;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

ul li {
	list-style-type: none;
	float: left;
}

/*.container{ border:1px solid red;}*/
.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

.container1 {
	width: 100%;
}


/*loading加载*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #06376c;
	z-index: 1000000;
}

.loading-img {
	width: 239px;
	position: absolute;
	height: 49px;
	left: 50%;
	top: 50%;
	margin-left: -119px;
	margin-top: -24.5px;
	-webkit-animation: rotateplane 1.4s infinite ease-in-out;
	animation: rotateplane 1.4s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/*头部*/

#banner {
	width: 100%;
	position: relative;
}

.clearpadding {
	padding: 0px;
	margin: 0px;
}

.section_ui {
	width: 100%;
}

.section_ui_c {
	width: 1720px;
	margin: 0px auto;
}

.section_ui_c1 {
	width: 1300px;
	margin: 0px auto;
}

.section_ui_c2 {
	width: 1720px;
	margin: 0px auto;
}

.header_top {
	width: 100%;
	height: 105px;
	position: relative;
	background: url(../images/xx.jpg) bottom repeat-x;
	background-color: #fff;
	color: #000000;
}

.home-swiper2 .swiper-slide .div .div1 .header_top.fixedmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: url(../images/logobg.png) repeat;
	color: #fff;
}

.header_top.fdmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.header_top .i_logo_ul .nav_menu li .a_nav {
	color: #000
}

.i_logo_img {
	width: 24%;
	padding-top: 1.5%;
}

.i_logo_img img {
	width: 100%;
}

.i_logo_ul {
	width: 53%;
}

.i_logo_ul .nav_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_logo_ul .nav_menu li {
	width: 14%;
	height: 105px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.i_logo_ul .nav_menu li .a_nav {
	width: 100%;
	height: 105px;
	padding-top: 32px;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #333333;
	font-size: 12px;
}

.i_logo_ul .nav_menu li .a_nav span {
	font-size: 16px;
}

.i_logo_ul .nav_menu li .a_nav:hover,
.i_logo_ul .nav_menu li .a_nav.active,
.i_logo_ul .nav_menu li .a_nav.active1 {
	color: #fff;
	background-color: #0059be;
	text-decoration: none;
}

.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav,
.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav:hover,
.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav.active,
.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav.active1 {
	color: #fff
}

.i_logo_ul .nav_menu li dl {
	width: 100%;
	position: absolute;
	z-index: 10000;
	display: none;
	left: 0px;
	top: 100%;
	background-color: #2796ff;
}

.i_logo_ul .nav_menu li dl dd {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 1px solid #fff;
}

.i_logo_ul .nav_menu li dl dd a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.i_logo_ul .nav_menu li dl dd a:hover {
	color: #fff;
	text-decoration: none;
}


.two_list_m {
	width: 26px;
	height: 26px;
	float: right;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 3.5vmin;
	right: 15px;
	z-index: 1000;
}

.phone_two {
	width: 100%;
	position: fixed;
	left: 0px;
	display: none;
	z-index: 10000000;
	background-color: #fff;
	margin-top: 0vmin;
}

.phone_two_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.phone_two_ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.phone_two_ul_a {
	width: 100%;
	height: 50px;
	background-color: #fff;
	line-height: 50px;
	display: inline-block;
	padding: 0px 2%;
	font-size: 14px;
	color: #515151;
	text-decoration: none;
}

.phone_two_ul_a:hover,
.phone_two_ul_a.activephone,
.phone_two_ul_a.activephone:hover {
	background-color: #4ea3e9;
	text-decoration: none;
	color: #fff;
}

.phone_two_ul li dl {
	width: 100%;
	display: none;
	padding: 10px 0px;
}

.phone_two_ul li dl dd {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
}

.phone_two_ul li dl dd a {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #515151;
}

.phone_two_ul li dl dd a:hover {
	color: #337ab7;
	text-decoration: none;
}

.home-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}

.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/



.home-swiper2 {
	width: 100%;
	height: 100%;
}

.home-swiper2 .swiper-slide {
	text-align: left;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper2 .swiper-slide .div {
	width: 88%;
	padding: 3%;
	margin: 0px auto;
	/*-moz-box-shadow:0px 0px 10px #c7c5bf;-webkit-box-shadow:0px 0px 10px #c7c5bf;*/
	/*webkit*/
	/*box-shadow:0px 0px 10px #c7c5bf;*/
	/*opera或ie9*/
}

.home-swiper2 .swiper-slide .div .div1 {
	width: 100%;
	padding-bottom: 5%;
	line-height: 2.0;
	/*border-bottom:1px dashed #a0a0a0;*/
}

.home-swiper2 .swiper-slide .div .div1 img {
	max-width: 100%
}

.home-swiper2 .swiper-slide .div .div1 table tr td {
	width: 25%;
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: break-all;
}

.home-swiper2 .swiper-slide .div .div1 table tr td a {
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
	display: inline-block;
	overflow: hidden;
	word-break: break-all;
}

/*.home-swiper1 .swiper-slide .div .div1 .a_img{width:24%; display:inline-block; overflow:hidden; color:#333333; font-size:18px; text-align:center; line-height:2.2; font-weight:bold;}
.home-swiper1 .swiper-slide .div .div1 .a_img img{width:100%;}
.home-swiper1 .swiper-slide .div .div1 .a_img_r{width:70%; color:#666666; font-size:18px; line-height:2;}
.home-swiper1 .swiper-slide .div .div1 .a_img_r li{width:50%; float:left; padding-right:2%;}
.home-swiper1 .swiper-slide .div .div1 .a_img_r li span{ color:#333333; font-weight:bold;}
.home-swiper1 .swiper-slide .div .div2{width:100%; padding:2% 0px; text-align:center; overflow:hidden; font-size:30px; color:#006cd2;}
.home-swiper1 .swiper-slide .div .div3{width:100%; padding:0px 3%;}
.home-swiper1 .swiper-slide .div .div3 li{width:100%; padding-bottom:6%; float:left;}
.home-swiper1 .swiper-slide .div .div3 li .a_img{width:33%; display:inline-block; overflow:hidden;}
.home-swiper1 .swiper-slide .div .div3 li .a_img img{width:100%;}
.home-swiper1 .swiper-slide .div .div3 li .a_img_r{width:54%; line-height:1.8; background:url(../images/jt.png) left center no-repeat; background-size:7%; padding-left:10%; color:#333333; font-size:18px;}
.home-swiper1 .swiper-slide .div .div3 li .a_img_r span{ color:#333333; font-weight:bold;}*/

/*底部*/
.wx_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 0px;
	z-index: 100;
}

.i_footer {
	width: 100%;
	padding: 5% 0px;
	background-color: #f5f5f5;
}

.i_footer_l {
	width: 53%;
	color: #000000;
	font-size: 14px;
}

.i_footer_l_t {
	width: 100%;
	overflow: hidden;
	padding: 2% 0px;
}

.i_footer_l_t a,
.i_footer_l_t a:hover {
	padding: 0px 3%;
	display: inline-block;
	color: #000000;
	line-height: 1.8;
	display: inline-block;
	background: url(../images/fgx.png) right center no-repeat;
	overflow: hidden;
}

.i_footer_l_c {
	width: 100%;
	padding: 5px 0px;
	line-height: 1.8;
}

.i_footer_l_c a,
.i_footer_l_c a:hover {
	color: #000;
}

.i_footer_r {
	width: 6.3%;
	display: inline-block;
	overflow: hidden;
}

.i_footer_r img {
	width: 100%;
}


/*首页内容部分*/
.i_indexdiv {
	width: 100%;
}

.i_content {
	width: 100%;
	padding-bottom: 3%;
}

.i_cp_t {
	width: 100%;
	padding: 3% 0px;
	text-align: center;
	overflow: hidden;
	color: #666666;
	font-size: 20px;
}

.i_cp_t span {
	color: #0059be;
	font-size: 44px;
}

.i_cp_c {
	width: 100%;
	padding-bottom: 1%;
}

.i_cp_c li {
	width: 33.33%;
	padding: 0px 1%;
	float: left;
}

.i_cp_c li .div {
	width: 100%;
	background-color: #f6f6f6;
	color: #666666;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
}

.i_cp_c li .div:hover {
	text-decoration: none;
	color: #666;
}

.i_cp_c li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.i_cp_c li .div .a_img img {
	width: 100%;
	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.i_cp_c li .div .a_img:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}

.i_cp_c li .div .a_text {
	width: 100%;
	padding: 2% 9% 6% 9%;
}

.i_cp_c li .div .a_text .s1 {
	width: 100%;
	height: 8vmin;
	line-height: 8vmin;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 22px;
}

.i_cp_c li .div .a_text .s2 {
	width: 100%;
	/* height:6vmin; */
	line-height: 3vmin;
	overflow: hidden;
}

.i_cp_c li .div .a_text .s3,
.i_cp_c li .div .a_text .s3:hover {
	margin-top: 3vmin;
	line-height: 30px;
	height: 30px;
	padding: 0px 25px;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #0059be;
	color: #0059be;
	font-size: 18px;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}

.i_lm_div {
	width: 100%;
}

.i_lm_div_left {
	width: 48%;
}

.i_lm_div_right {
	width: 50%;
}

.i_lm_div_t {
	width: 100%;
	padding: 1% 0px;
	background: url(../images/nav_01.png) bottom left no-repeat;
	color: #666666;
	font-size: 20px;
}

.i_lm_div_t span {
	color: #0059be;
	font-size: 44px;
}

.i_lm_div_c {
	width: 100%;
	padding-top: 6%;
}

.i_lm_div_c_left {
	width: 49%;
}

.i_lm_div_c .a_img {
	width: 48%;
	display: inline-block;
	overflow: hidden;
}

.i_lm_div_c .a_img img {
	width: 100%;
	width: 100%;
	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.i_lm_div_c .a_img:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.14);
	transform: scale(1.14);
}

.i_gsjj_t {
	width: 100%;
	padding-bottom: 25px;
	display: inline-block;
	color: #000000;
	font-size: 30px;
	line-height: 1.0;
	background: url(../images/nav_01.png) bottom left no-repeat;
}

.i_gsjj_c {
	width: 100%;
	color: #666666;
	font-size: 16px;
	max-height: 30vmin;
	overflow: hidden;
	line-height: 3.2vmin;
	margin-top: 6%;
}

.i_gsjj_b,
.i_gsjj_b:hover {
	margin-top: 4vmin;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 25px;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #0059be;
	color: #0059be;
	font-size: 18px;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}

.i_news_left {
	width: 51%;
}

.i_news_right {
	width: 46%;
}

.home-swiper1 {
	width: 100%;
	height: 100%;
}

.home-swiper1 .swiper-wrapper {
	margin: 0px;
	padding: 0px;
}

.home-swiper1 .swiper-slide {
	text-align: left;
	font-size: 12px;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
	color: #868686;
	margin: 0px;
	padding: 0px;
	float: left;
}

.home-swiper1 .swiper-slide .a_img {
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.home-swiper1 .swiper-slide .a_img img {
	width: 100%;
}

.home-swiper1 .swiper-slide .a_img .a_text {
	text-align: left;
	width: 100%;
	background: url(../images/n_bg.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #fff;
	font-size: 14px;
	text-indent: 15px;
	padding: 15px 0px;
}

.home-swiper1 .swiper-slide .s1,
.home-swiper1 .swiper-slide .s1:hover {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	padding-top: 1%;
	height: 5vmin;
	line-height: 5vmin;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.home-swiper1 .swiper-slide .s2 {
	width: 100%;
	height: 3vmin;
	line-height: 3vmin;
	overflow: hidden;
}

.home-swiper1 .swiper-slide .s3 {
	width: 100%;
	height: 12vmin;
	line-height: 4vmin;
	overflow: hidden;
	color: #515151;
	font-size: 14px;
}

.home-swiper1 .swiper-slide .s4,
.home-swiper1 .swiper-slide .s4:hover {
	color: #0059be;
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 2%;
}

.i_news_right_ul {
	width: 100%;
}

.i_news_right_ul li {
	width: 100%;
	padding: 6.5% 0px;
	border-bottom: 1px dashed #c2c2c2;
	float: left;
}

.i_news_right_ul li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	color: #666666;
	font-size: 15px;
}

.i_news_right_ul li .div:hover {
	text-decoration: none;
	color: #666;
}

.i_news_right_ul li .div .a_nleft {
	width: 20%;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.i_news_right_ul li .div .a_nleft .s1 {
	width: 100%;
	border-bottom: 1px solid #0059be;
	color: #333333;
	font-size: 50px;
	display: inline-block;
	overflow: hidden;
}

.i_news_right_ul li .div .a_nright {
	width: 73%;
}

.i_news_right_ul li .div .a_nright .s1 {
	width: 100%;
	height: 4vmin;
	line-height: 4vmin;
	overflow: hidden;
	color: #333333;
	font-size: 21px;
}

.i_news_right_ul li .div .a_nright .s2 {
	width: 100%;
	height: 6vmin;
	line-height: 3vmin;
	overflow: hidden;
}

.a_t1 {
	width: 100%;
	padding: 3% 0px;
	line-height: 1.8;
	color: #0059be;
	font-size: 24px;
	text-align: center;
}

.a_t1 span {
	font-size: 50px;
}

.a_map {
	width: 100%;
	position: relative;
	overflow: hidden
}

.a_map img {
	width: 100%;
}

.a_map_c {
	width: 37.2%;
	height: 100%;
	background: url(../images/map_dt.png) repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 5%;
	padding-top: 7%;
	color: #fff;
	font-size: 20px;
	line-height: 2.5;
}

.a_banner {
	width: 100%;
	position: relative;
}

.a_banner a img {
	width: 100%;
}

.a_banner .a_t2 {
	width: 100%;
	padding: 5% 0px;
	line-height: 1.8;
	color: #fff;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

.a_banner .a_t2 span {
	font-size: 50px;
}

.i_nbg {
	background-color: #fcfcfc;
	width: 100%;
}

.i_nbg1 {
	width: 100%;
}

.i_ndiv {
	width: 100%;
	padding-bottom: 30px;
}

.i_ndiv.tb1 {
	padding-top: 30px;
}

.i_ndiv_c {
	width: 100%;
	background-color: #fff;
	padding: 3% 4%;
}

.i_ndiv_c1 {
	width: 100%;
	padding: 0% 4%;
}

.i_ndiv_c_ul {
	width: 100%;
}

.i_ndiv_c_ul li {
	width: 100%;
	padding-bottom: 3%;
	float: left;
}

.i_ndiv_c_ul li .a_img {
	width: 32%;
	display: inline-block;
	overflow: hidden;
}

.i_ndiv_c_ul li .a_img img {
	width: 100%;
}

.i_ndiv_c_ul li .a_img_r {
	width: 65%;
	color: #a7a7a7;
	font-size: 14px;
	padding-top: 0%;
}

.i_ndiv_c_ul li .a_img_r .a1,
.i_ndiv_c_ul li .a_img_r .a1:hover {
	width: 100%;
	text-decoration: none;
	height: 5vmin;
	line-height: 5vmin;
	display: inline-block;
	overflow: hidden;
	color: #1c84fb;
	font-size: 20px;
}

.i_ndiv_c_ul li .a_img_r .s1 {
	width: 100%;
	height: 3vmin;
	line-height: 3vmin;
	overflow: hidden;
	margin-bottom: 10px;
}

.i_ndiv_c_ul li .a_img_r .s2 {
	width: 100%;
	height: 6vmin;
	line-height: 3vmin;
	color: #666666;
	font-size: 14px;
	margin-bottom: 4%;
	overflow: hidden;
}

.i_ndiv_c_ul li .a_img_r .s3,
.i_ndiv_c_ul li .a_img_r .s3:hover {
	padding: 0px 4%;
	height: 33px;
	line-height: 33px;
	border: 1px solid #1c84fb;
	display: inline-block;
	overflow: hidden;
	color: #1c84fb;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}

.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 50px 3% 10px 3%;
	font-size: 16px;
}

.a_mtbd_dpages a {
	padding: 0px 15px;
	height: 40px;
	margin-bottom: 5px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #dcdcdc;
	color: #333333;
	display: inline-block;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages {
	color: #fff;
	text-decoration: none;
	background-color: #3663aa;
	border: 1px solid #3663aa;
}

.a_news_l {
	width: 74%;
	background-color: #fff;
	padding: 2% 3%;
}

.a_news_l_t {
	width: 100%;
	padding: 1% 0px;
	line-height: 1.7;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}

.a_news_l_t1 {
	width: 100%;
	padding: 1% 0px;
	color: #666666;
	text-align: center;
	font-size: 12px;
}

.a_news_l_tc {
	width: 100%;
	padding: 3% 0%;
	color: #666666;
	overflow: hidden;
	line-height: 1.8;
	font-size: 14px;
}

.a_news_l_tc img {
	max-width: 100%;
}

.a_news_l_tb {
	width: 100%;
	border-top: 1px solid #f4f4f4;
	line-height: 2.0;
	padding: 1% 0px;
}

.a_news_l_tb a,
.a_news_l_tb a:hover {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
}

.a_news_r {
	width: 24%;
}

.a_news_r_t {
	width: 100%;
	padding: 2% 6%;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	background-color: #006cd2;
}

.a_news_r_t a,
.a_news_r_t a:hover {
	color: #fff;
	text-decoration: none;
}

.a_news_r_c {
	width: 100%;
	padding: 6% 6%;
	background-color: #fff;
	margin-bottom: 6%;
}

.a_news_r_c .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.a_news_r_c .a_img img {
	width: 100%;
}

.a_news_r_ul {
	width: 100%;
}

.a_news_r_ul li {
	width: 100%;
	height: 5vmin;
	line-height: 5vmin;
	float: left;
	border-bottom: 1px solid #f3f3f3;
}

.a_news_r_ul li a {
	width: 100%;
	height: 5vmin;
	line-height: 5vmin;
	display: inline-block;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

.a_news_r_ul li a:hover {
	text-decoration: none;
	color: #006cd2;
}

.a_news_r_ul1 {
	width: 100%;
}

.a_news_r_ul1 li {
	width: 100%;
	padding-bottom: 4%;
	float: left;
	background: url(../images/news_bg.png) left top 8px no-repeat;
	padding-left: 6%;
	color: #333333;
}

.a_news_r_ul1 li a {
	color: #333;
	line-height: 2.0;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.a_news_r_ul1 li a span {
	float: right;
}

.a_news_r_ul1 li a:hover {
	text-decoration: none;
	color: #006cd2;
}

.a_news_fx {
	position: absolute;
	right: 0px;
	top: 10px;
}

.a_rlzyList_t {
	width: 100%;
	border-bottom: 2px solid #0059be;
}

.a_rlzyList_t span {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background-color: #0059be;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.a_rlzyList {
	width: 100%;
	padding: 3% 0px;
}

.a_rlzyList li {
	width: 100%;
	float: left;
}

.a_rlzyList li .div {
	width: 100%;
	padding: 2% 5% 2% 2%;
	border-bottom: 1px solid #f8f8f8;
	color: #5dc8f1;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
}

.a_rlzyList li .div:hover {
	background-color: #f8f8f8;
	color: #5dc8f1;
	text-decoration: none;
}

.a_rlzyList li .div .left_div {
	width: 75%;
}

.a_rlzyList li .div .left_div .s1 {
	width: 100%;
	height: 5vmin;
	line-height: 5vmin;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
}

.a_rlzyList li .div .left_div .s2 {
	width: 100%;
	height: 5vmin;
	line-height: 5vmin;
	font-size: 16px;
	color: #0059be;
	font-weight: bold;
}

.a_rlzyList li .div .left_div .s2 span {
	font-size: 24px;
}

.a_rlzyList li .div .left_div .s3 {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.7;
}

.a_rlzyList li .div .right_div {
	width: 16%;
	padding-top: 4%;
}

.a_rlzyList li .div .right_div span,
.a_rlzyList li .div .right_div span:hover {
	text-align: center;
	width: 100%;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	font-size: 18px;
	background-color: #ff4b3d;
	color: #fff;
	display: inline-block;
}

.a_rlzydetails_t {
	width: 100%;
	padding-bottom: 1%;
	border-bottom: 1px solid #efefef;
}

.a_rlzydetails_t .s1 {
	height: 5vmin;
	line-height: 5vmin;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	color: #333333;
}

.a_rlzydetails_t .s1 .tn1 {
	color: #ff4b3d;
}

.a_rlzydetails_t .s1 .tn1 font {
	font-size: 36px;
}

.a_rlzydetails_t .s2 {
	width: 100%;
	padding: 1% 0px;
	color: #333333;
	font-size: 18px;
}

.a_rlzydetails_t .s3 {
	width: 100%;
	padding: 1% 0px;
}

.a_rlzydetails_t .s3 span {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	display: inline-block;
	overflow: hidden;
	background-color: #efefef;
	color: #333333;
	font-size: 14px;
}

.a_rlzydetails_c {
	width: 100%;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	line-height: 2.0;
	padding: 3% 0px;
}

.a_rlzydetails_c img {
	max-width: 100%
}

.a_rlzydetails_c .rlzytitle {
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

.a_menu_t {
	width: 100%;
	background-color: #f6f6f6;
	text-align: center;
}

.a_menu_t a {
	padding: 0px 45px;
	height: 55px;
	line-height: 55px;
	color: #333333;
	display: inline-block;
	overflow: hidden;
	font-size: 18px;
}

.a_menu_t a:hover,
.a_menu_t a.activeermenu {
	background-color: #0059be;
	color: #fff;
	text-decoration: none;
}

.a_menu_left {
	width: 11%;
	background-color: #f6f6f6;
	padding: 1%;
}

.a_menu_left_ul {
	width: 100%;
}

.a_menu_left_ul li {
	width: 100%;
	padding-bottom: 2%;
	float: left;
}

.a_menu_left_ul li a {
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	background-color: #bfbfbf;
	color: #fff;
	font-size: 16px;
}

.a_menu_left_ul li a:hover,
.a_menu_left_ul li a.activeleftmenu {
	color: #fff;
	background-color: #006cd2;
	text-decoration: none;
}

.a_menu_right {
	width: 70%;
	margin-left: 2%;
}

.a_menu_right_center {
	width: 100%;
	margin: 45px 0px;
	line-height: 2.0;
	color: #666666;
	font-size: 16px;
	overflow-x: hidden;
	overflow: hidden;
}

.a_menu_right_center ul {
	width: 100%;
	padding-top: 10px;
}

.a_menu_right_center ul li {
	width: 25%;
	float: left;
	padding: 0px 1% 1% 1%;
}

.a_menu_right_center ul li img {
	width: 100%;
}

.a_menu_right_pages {
	width: 100%;
	padding: 5% 0px;
	text-align: center;
	display: none;
}

.a_menu_right_pages a,
.a_menu_right_pages a:hover {
	width: 44%;
	height: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	background-color: #0059be;
	font-size: 20px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.a_menu_right1 {
	width: 85%;
	margin: 45px 0px;
	margin-left: 2%;
}


.a_zxlmenu {
	width: 100%;
	margin-bottom: 3%;
	position: relative;
	display: none;
	z-index: 100;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.jpg) right center no-repeat;
	font-size: 18px;
	text-align: center;
	background-color: #006cd2;
	color: #fff;
	cursor: pointer;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	border-top: 1px solid #fff;
	display: none;
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li a {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5082f5;
}

.a_about_gsjj {
	width: 100%;
	padding: 4% 0px;
}

.a_about_gsjj_l {
	width: 44%;
	color: #666666;
	font-size: 16px;
	line-height: 2.0;
	overflow: hidden;
}

.a_about_gsjj_l .s1 {
	color: #cbcbcb;
	font-size: 20px;
	width: 100%;
	padding: 1% 0px;
}

.a_about_gsjj_l .s1 span {
	color: #0059be;
	font-size: 30px;
}

.a_about_gsjj_r {
	width: 52%;
	display: inline-block;
	overflow: hidden;
}

.a_about_gsjj_r img {
	width: 100%;
}

.a_gszzbg {
	background-color: #fafafa;
}

.a_gszzdiv {
	width: 100%;
	padding-bottom: 3%;
	padding-top: 2%;
}

.a_gszzdiv_t {
	width: 100%;
	color: #666666;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 2.0;
	padding-bottom: 3%;
}

.a_gszzdiv_t span {
	color: #0059be;
	font-size: 30px;
}

.a_gszzdiv_c {
	width: 100%;
	background: url(../images/xx.png) center repeat-x;
}

.a_gshjdiv {
	width: 100%;
	padding: 2% 0px 3% 0px;
}

.a_gshjdiv_ul {
	width: 100%;
}

.a_gshjdiv_ul li {
	width: 16.66%;
	float: left;
	padding: 0px 0.5% 1% 0.5%;
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 2.2;
}

.a_gshjdiv_ul li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.a_gshjdiv_ul li .a_img img {
	width: 100%;
}

.a_gshjdiv_ul li .a_text {
	width: 100%;
	height: 8vmin;
	line-height: 8vmin;
	display: inline-block;
	overflow: hidden;
}

.a_gshjdiv2 {
	width: 100%;
}

.a_gshjdiv2_l {
	width: 32.8%;
	float: left;
	background-color: #3794dc;
	color: #fff;
	padding: 1%;
	margin-right: 0.5%;
	font-weight: normal;
}

.a_gshjdiv2_l .le_div {
	width: 58%;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.a_gshjdiv2_l .le_div span {
	font-size: 16px;
}

.a_gshjdiv2_l .re_div {
	width: 35%;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.a_gshjdiv2_l .re_div p {
	margin: 0px;
	padding: 5px 0px;
}

.a_gshjdiv2_l .re_div p {
	margin: 0px;
	padding: 5px 0px;
}

.a_gshjdiv2_r {
	width: 66.7%;
}

.a_gshjdiv2_r li {
	width: 25%;
	float: left;
	padding: 0px 0.5% 1% 0.5%;
}

.a_gshjdiv2_r li img {
	width: 100%;
}

.sjs-swiper {
	width: 100%;
	height: 100%;
}

.sjs-swiper .swiper-slide {
	width: 100%;
	text-align: center;
	background-color: transparent;
}

.sjs-swiper .swiper-slide .div {
	width: 117px;
	height: 265px;
	float: left;
	position: relative;
}

.sjs-swiper .swiper-slide .div .img_div {
	width: 117px;
	height: 265px;
	font-weight: bold;
	background: url(../images/35.png) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding-top: 55px;
	line-height: 1.0;
}

.sjs-swiper .swiper-slide .div .text {
	width: 300%;
	text-align: left;
	position: absolute;
	right: -320%;
	color: #0059be;
	top: 0px;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.5;
}

.sjs-swiper .swiper-slide .div .text span {
	font-size: 18px;
	color: #333333;
}

.sjs-swiper .swiper-slide .div1 {
	width: 117px;
	height: 265px;
	float: left;
	position: relative;
	margin-top: 240px;
}

.sjs-swiper .swiper-slide .div1 .img_div {
	width: 117px;
	height: 265px;
	font-weight: bold;
	background: url(../images/34.png) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding-top: 198px;
	line-height: 1.0;
}

.sjs-swiper .swiper-slide .div1 .text {
	width: 300%;
	text-align: left;
	position: absolute;
	right: -320%;
	color: #0059be;
	bottom: 0px;
	font-size: 16px;
	overflow: hidden;
	line-height: 1.5;
}

.sjs-swiper .swiper-slide .div1 .text span {
	font-size: 18px;
	color: #333333;
}
