@charset "utf-8";
/* CSS Document */

/*--------------- 
总体 
---------------*/
body{ position:relative; width:100%; font-family: "微软雅黑"; font-size: 14px; background:#fff; color:#777; overflow-x:hidden;}
body.index{background:#f8f8f8;}
.en { position:relative; width:100%; font:normal 14px/24px "Arial"; background:#fff; color:#777; overflow-x:hidden;}
a { text-decoration:none;}
h3, h4, h5 { font-weight:normal;}
.cl{clear: both;}
.blank30{height:30px; line-height: 30px; clear: both; overflow: hidden;}
.wrapper{width:1200px; /*overflow: hidden;*/margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper2{width:1200px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper3{width:1200px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.mt50{margin-top: 50px;}
.mt70{margin-top: 70px;}
img{vertical-align: middle;}
.no-wrap{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

/*
header{width: 100%;height: auto;background: #fff; overflow: hidden;}
header .itop_r{width: 40%;float: right;margin-top: 50px;}
header .itop_r a{color: #555;display: inline-block;}
header .itop_r span{display: inline-block;margin: 0 20px;}
header .itop_r a.active {color: #00518e;}
.logo{  width:100%; max-width:1920px; margin:0 auto;}
nav{width: 100%;height:60px;line-height: 60px;background: #00518e;position: relative;}
nav .nav_index{float: left;width: 60px;height: 60px;}
nav ul{width: 88%;float: left;}
nav ul li{float: left; height: 60px;line-height: 60px;text-align: center; width:20%;}
nav ul li a{width: 100%;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #fff;display: block;}
nav ul li:hover{background: #006cbf;}
nav ul li.active{background: #006cbf;}
nav ul li:nth-child(1),nav ul li:nth-child(2){display: none;}
header button { position:absolute; right:10px; top:40px; display:inline-block; width:45px; height:24px;  line-height:10px;display: none;}
    header button span{    display: inline-block; margin: 2px 0; width: 100%; height: 4px; background: #00518e;}*/
/*--------------- 
banner 
---------------
.banner_slider {
	width:100%;
	height:450px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;}
.banner_slider .bd {
	width:1200px;
	position:absolute;
	left:50%;
	margin-left:-600px
;}
.banner_slider .bd li {
	width:1200px;
	overflow:hidden;
		position:relative;}
.banner_slider .bd li img {
	display:block;
	width:1200px;
	height:450px;}
.banner_slider .tempWrap {
	overflow:visible !important
;}
.banner_slider .tempWrap ul {
	margin-left:-1200px !important;}
.banner_slider .hd {
	display:block;
	position:absolute;
	width:1200px;
	left:50%;
	margin-left:-600px;
	z-index:1;
	height:110px;
	bottom:0px;
	background:rgba(125,0,74,0.7) center 0;
	text-align:left;}
.banner_slider .hd h2 {
	color:#fff;
	margin-left:20px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:10px;}
.banner_slider .hd p {
	color:#fff;
	margin-left:20px;
	text-align:left;}
.en .banner_slider .hd p{display:none;}
.banner_slider .pnBtn {
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	height:450px;
	cursor:pointer;}
.banner_slider .prev {
	left:-50%;
	margin-left:-600px;}
.banner_slider .next {
	left:50%;
	margin-left:600px;}
.banner_slider .pnBtn .blackBg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:450px;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.7;}
.banner_slider .pnBtn .arrow {
	display:none;
	position:absolute;
	top:0;
	z-index:1;
	width:60px;
	height:450px;}
.banner_slider .pnBtn .arrow:hover {
	filter:alpha(opacity=60);
	opacity:0.6;}
.banner_slider .prev .arrow {
	right:-60px;
	background:url(../images/arrow_l.png) center center no-repeat;}
.banner_slider .next .arrow {
	left:-60px;
	background:url(../images/arrow_r.png) center center no-repeat;}


.device {
  width: 100%;
  height: 330px;
overflow: hidden;
  margin:0 auto;
  position: relative;}

.swiper-container {
  height: 100%;
  width:100%;
	overflow: hidden;}
.swiper-container img{width: 100%;}
.content-slide {
  padding: 20px;
  color: #fff;}

.pagination {
    display: block;
    position: absolute;
    right: 5px;
    text-align:right;
    bottom: 22%;
    width: 100%;
    margin: 0 auto;}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;}
.swiper-active-switch {
  background: #00518e;}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;

	z-index:1;}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;}
.swiper-slide img{height: 260px;}
.swiper-slide .big_bg_z{background: #e5e5e5;height:58px;width: 100%;padding-top: 12px;}
.swiper-slide .big_bg_z h2{margin-left: 20px;color: #333;font-weight: bold;font-size: 16px;}
.swiper-slide .big_bg_z p{margin-left: 20px;margin-top: 5px;color: #333;}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;}

.content-slide {
  padding: 20px;
  color: #fff;}

*/



/*.search{background: url(../images/search_ico.png) center center no-repeat;float: right;width: 24px;height: 24px;margin-top: 18px;margin-right: 20px;cursor: pointer;}
.items_search{position: absolute;right: 0;top: 60px;z-index:99999;width: 100%;height: 55px;display: none;}
.items_search form{width: 238px;height: 44px;border:#00518e 3px solid;background: #fff;float: right;}
.items_search input[type=text]{border: 0;width:80%;height: 42px;line-height: 42px;text-align: left;text-indent: 1em;float: left;}*/
.items_search input[type=submit]{background: url(../images/search_ico2.png) center center no-repeat;width: 20px;height: 20px;float: right;border: 0;margin-top: 12px;margin-right: 10px;cursor: pointer;}
.page{text-align:center;width: 100%;clear: both;height: auto;overflow: hidden;padding: 50px 0;}
.page table{width: 100%;text-align: center;margin:0 auto;display:inline;}
.page td{font-size: 16px !important;}
.page td .PrevDisabled{font-size: 16px !important;border:0 !important; background: #00528c;color: #333 !important;}
.page td span{ margin: 0 5px !important;padding: 8px 12px !important;background: #eee !important;    color: #333 !important;font-size: 16px !important;border:0 !important;}
.page td a{ margin: 0 5px !important;padding: 8px 12px !important;background: #ddd !important;color: #333 !important;font-size: 16px !important;border:0 !important;}
.page td a:link{background: #eee !important; border:0 !important; font-size: 16px !important;}
.page td a:visited{ background: #eee !important; border:0 !important; font-size: 16px !important;}
.page td a:hover{background: #00528c !important; border:0 !important;    font-size: 16px !important;}
.page td a:active{background: #00528c !important; border:0 !important;font-size: 16px !important;}
.page .this-page{background: #00528c !important;color:#fff !important;}
#vsb_content_2 P{line-height:30px !important;}
	.top_nav button { position:absolute; right:30px; top:48px; display:inline-block; width:45px; height:24px;  line-height:10px; display: none;}
    .top_nav button span{    display: inline-block; margin: 2px 0; width: 100%; height: 4px; background: #0070c0;}

.index_gary{background: #f5f5f5;padding:30px 0;height: auto;width: 100%;overflow: hidden;}
.index_gray_l{width: 790px;float: left;  }
.index_gray_r{width: 380px;float: right;height: 560px;}
.index_gray_r_div1{}
.index_gray_r_div2{ margin-top:30px; }
.index_l_notice{width: 380px;float: left;height: auto;overflow: hidden;}
.index_l_notice_ul{background: #fff;width: 100%;height: auto;overflow: hidden;}
.index_l_notice_ul li{width: 100%;height: 50px;border-bottom: #ebebeb 1px solid;line-height: 50px;}
.index_l_notice_ul li h2{color: #333;float: left;padding-left: 20px; width:calc(100% - 130px); }
.index_l_notice_ul li span{float: right;padding-right: 20px;color: #999;}
.index_l_notice_ul li:last-child{border-bottom: 0;}
.jssc{background:url(../images/index_red_bg.jpg) center center no-repeat;width: 420px;height: 80px;margin-top: 10px;text-align: center;color: #fff;font-size:20px;font-weight: bold;line-height: 80px;}
.jssc a{color: #fff;font-weight: bold;display: block;width: 100%;}
.index_l_xz{width: 380px;float: right;height: auto;overflow: hidden;}
.index_title{height:60px;width: 100%;line-height: 60px;background: #006cbf;}
.index_title a{display: block;width: 100%;height: 60px;}
.index_title h2{text-align: left;text-indent: 1em;font-size: 20px;font-weight: bold;color: #fff; float: left;}
.index_title span{float: right;margin-right: 20px;font-size: 20px;font-weight: bold;color: #fff;}
.t_blue{background: #00518e;}
.xzfc{background: #fff;height: 500px;width: 100%;position: relative;overflow: hidden;}
.xzfc .mask{width: 360px;margin: 10px auto;height: auto;overflow: hidden;position: relative;}
.xzfc .mask ul{position: relative;overflow: hidden;}
.xzfc .mask ul li{width: 360px;float: left;text-align: center;}
.xzfc .mask ul li img{border-radius:50%;width: 190px;height: 190px; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%;-o-border-radius:50%;}
.xzfc .mask ul li h2{font-size: 18px;font-weight: bold;color: #333;margin-top: 20px;}
.xzfc .mask ul li p{color: #555;line-height: 30px;text-align: left;margin-top: 30px;}
.xzfc .mask ul li span{display: block;margin: 0 auto;width: 130px;height: 50px;border: #00518e 1px solid;text-align: center;line-height: 50px;color: #00518e;margin-top: 30px;}
.xzfc .preview,.xzfc .next{background: url(../images/arrow_l_g.png) center center no-repeat;width: 28px;height: 51px;left: 20px;top: 20%;position: absolute;cursor: pointer;}
.xzfc .next{background: url(../images/arrow_r_g.png) center center no-repeat;left:auto;right: 20px;}
.index_gray_r ul{width: 100%;height: auto;overflow: hidden;}
.index_gray_r_ul li{height: 41px;line-height: 41px;text-indent: 2em;background: #ebebeb;width: 100%;}
.index_gray_r_ul li:nth-of-type(odd){background: #dedede;}
.index_gray_r_ul li a{color: #333333;/*width: 100%;*/ padding-right:20px; height: 45px;display: block;/*font-size: 16px;*/}
.teacher_c{background:url(../images/index_blue_bg.jpg) center center no-repeat;width: 300px;height: 80px;margin-top: 10px;text-align:left;text-indent: 120px;color: #fff;font-size:20px;font-weight: bold;line-height: 80px;}
.teacher_c a{color: #fff;font-weight: bold;display: block;width: 100%;}

.index_white{background: #fff;padding:30px 0;height: auto;width: 100%;overflow: hidden;}
.index_white_l{width: 870px;float: left;height:auto;overflow: hidden;}
.index_white_r{width: 380px;float: right;height:auto;overflow: hidden;}
.index_white_l ul li{float: left;width: 420px;height: 279px;}
.index_white_l ul li a{display: block;width: 100%;height: 100%;}
.index_white_l ul li img{width: 100%;height: 100%;}
.index_white_l ul li:nth-of-type(even){float: right;}
.index_white_l ul li:nth-child(3){margin-top: 20px;}
.index_white_l ul li:nth-child(4){margin-top: 20px;}
.index_white_r ul{ padding:15px 20px; margin: 0 auto;/*text-align: center;*/background: #006cbf;overflow: hidden; color:#fff; line-height:38px; height:300px;}
.index_white_r ul li{width:100%;height: 27px;line-height: 27px;}
.index_white_r ul li a{display: block;width: 100%;height: 30px;}
.index_white_r ul li h2{float: left;width: 55%;color: #fff;}
.index_white_r ul li span{float: right;width: 45%;color:#fff;}
.big_bg{background: url(../images/index_bg.jpg) center center no-repeat;width: 100%;/*height: 510px;overflow: hidden;*/}
.big_bg_l{width: 790px;float: left;height:390px;/*margin-top:65px;*/}
.big_bg_r{width: 380px;float: right;height: 390px;margin-top:65px;}
.big_bg_l_l{width: 380px;float: left;}
.big_bg_l_r{width: 380px;float: right;}
.big_bg_l_l ul {background: #fff;padding: 10px 0;width: 100%;height: 310px; text-align: center;margin: 0 auto;}
.big_bg_l_l ul li{border-bottom: #ebebeb 1px solid;height: 50px;line-height: 50px;width: 100%;}
.big_bg_l_l ul li a{display: block;height: 50px;width: 100%;color: #333;}
.big_bg_l_l ul li h2{width: 100%;margin: 0 auto;text-align:left;text-indent:1.5em;color: #333;}
.big_bg_l_l ul li:last-child{border-bottom: 0;}
.big_bg_l_r ul {background: #fff;padding: 10px 0;width: 100%;/*height: 310px;*/ text-align: center;margin: 0 auto;}
.big_bg_l_r ul li{border-bottom: #ebebeb 1px solid;height: 50px;line-height: 50px;width: 100%;}
.big_bg_l_r ul li a{display: block;height: 50px;width: 100%;color: #333;}
.big_bg_l_r ul li h2{width: 100%;margin: 0 auto;text-align: left;text-indent: 1.5em; color: #333;}
.big_bg_l_r ul li:last-child{border-bottom: 0;}
.big_bg_r ul {background: #fff;padding: 10px 0;width: 100%;height: 310px; text-align: center;margin: 0 auto;}
.big_bg_r ul li{border-bottom: #ebebeb 1px solid;height: 50px;line-height: 50px;width: 100%;}
.big_bg_r ul li a{display: block;height: 50px;width: 100%;color: #333;}
.big_bg_r ul li h2{width: 100%;margin: 0 auto;text-align:left;text-indent:1.5em;color: #333;}
.big_bg_r ul li:last-child{border-bottom: 0;}
.index_white2{background: #fff;padding:30px 0;height: auto;width: 100%;overflow: hidden;}
.index_rc_l{background: #006cbf;width: 200px; float: left;text-align: center; color:#fff; line-height:45px; }
.index_rc_l a{display: block;width: 100%;color: #fff;font-size:20px;font-weight: bold;}
.index_rc_r{/*border:#006cbf 1px solid;*/width: 998px;/*height: 108px;*/float: right;}
.index_rc_r ul{ margin: 0 auto;}
.index_rc_r ul li{/*width: 48%;*/float: left;/*margin-top: 13px;*/ line-height:45px; margin-left:28px;  } 
.index_rc_r ul li a{ display:block;  color:#fff; text-align:center; padding:0px 10px; background:#006cbf;}
.index_rc_r ul li h2{float: left;color: #333;}
.index_rc_r ul li span{color: #999;float: right;}

footer{height: 230px;width: 100%;background: #00518e;overflow: hidden;}
.footer_t{width: 100%;height: 200px;overflow: hidden;}
.logo_w{width: 55%;float: left;margin-top: 30px;}
.logo_w_logo{}
.logo_w_logo a,.logo_w_logo img{ display:block; width:100%; max-width:632px; } 
.logo_wwz{}
.logo_w .logo_wwz p{display: inline-block;margin-right: 10px;color: #fff;margin-top: 30px;}
.logo_w .logo_wwz p a{ color:#fff;}
.foot_r{width: 30%;float: right;margin-top: 30px;}
.foot_r ul{float: left;width:60%;}
.foot_r ul li{color: #fff;float: left;width: 50%;line-height: 26px;}
.foot_r ul li:nth-of-type(even){float: right;}
.foot_r ul li a{color: #fff;}
.foot_r .qr{float: right;text-align: center;color: #fff;}
.foot_r .qr p{margin-top: 10px;}
.footer_f{background: #0c1d3c;width: 100%;height: 30px;}
.footer_f p{margin-right: 10px;display: inline-block;color: #fff;line-height: 30px;}
.footer_f a{color: #fff;}

.list_l{margin-top: 20px;float: left;width: 300px;height: auto;overflow: hidden;margin-bottom: 50px;}
.list_r{margin-top: 20px;float: right;width: 850px;height: auto;overflow: hidden;margin-bottom: 50px;background: #fff;}

.list_l_title{background:#006cbf;width: 100%;height: 60px;line-height: 60px;color: #fff;}
.list_l_title a{display: block;width: 100%;height: 60px;line-height: 60px;text-indent: 1em;color: #fff;font-weight: bold;font-size: 22px;}
.list_l .subNav{margin-top: 1px;width: 100%;background: #e5e5e5;height: auto;overflow: hidden;}
.list_l .subNav span{color: #333; font-size: 16px;float: right;margin-right: 20px;display: block;}
.list_l .subNav h2{float: left;width: 80%;height: 50px;line-height: 50px;text-indent: 1.5em;color: #333;font-size: 16px;}
.list_l .subNav a{display: block;height: 50px;line-height: 50px;background: #e5e5e5;width: 100%;}
.list_l .subNav:hover span{color: #fff;}
.list_l .subNav:hover a{background: #33a7ff;cursor: pointer;}
.list_l .subNav:hover h2{color: #fff;}
.list_l .currentDd a{background: #33a7ff;}
.list_l .currentDd span{color: #fff;}
.list_l .currentDd h2{color: #fff;}
.list_l .navContent{display:none;}
.list_l .navContent li{width: 100%;height: 50px;line-height: 50px;background: #d4edff;color: #333;}
.list_l .navContent li a{display: block;height: 50px;line-height: 50px;width: 100%;}
.list_l .navContent li h2{float: left;width: 80%;height: 50px;line-height: 50px;text-indent: 2em;color: #333;}
.list_l .navContent li span{color: #333; font-size: 16px;float: right;margin-right: 20px;display: block;}
.list_l .navContent li:hover{background: #b2dfff;}
.list_l .navContent li:hover h2{color: #006cbf;}
.list_l .navContent li:hover span{color: #006cbf;}
.list_l .navContent li.active{background: #b2dfff;}
.list_l .navContent li.active h2{color: #006cbf;}
.list_l .navContent li.active span{color: #006cbf;}
.inone{display: none;}
.mbx{height: 60px;line-height: 60px;border-bottom: #eee 1px solid;width: 100%;}
.mbx_z{float: right;margin-right: 20px;}
.mbx a{color: #999;display:inline-block;margin: 0 5px;height: 60px;line-height: 60px;}
.list_l dl{width: 100%;height: auto;overflow: hidden;}
.list_l dl dt.active{width: 100%;height:auto;overflow: hidden;position: relative;margin-top:20px;}
.list_l dl dt.active a{display: block;height: 80px;width: 100%;background: url(../images/sy_bg.jpg) center center no-repeat;}
.list_l dl dt.active dl{width: 100%;height: auto;overflow: hidden;}
.list_l dl dt.active dl dt{height: 40px;background: #fff;line-height: 40px;color: #555;width: 100%;}
.list_l dl dt.active dl dt a{display: block;height: 40px;color: #555;line-height: 40px;width: 100%;background: #fff;text-indent: 1em;}
.list_l dl dt.active dl dt a h2{font-size: 16px;}
.list_l dl dt.active dl dt:hover a{color: #006cbf;}
.inone888{display: none;}
.list_l dl dt a.inactive888 span{background: url(../images/sy_sj2.png) center center no-repeat;width: 20px;height: 16px;display: inline-block;float: right;margin-top:30px;margin-right: 20px;}
.list_l dl dt a.inactives888 span{background: url(../images/sy_sj.png) center center no-repeat;width: 20px;height: 16px;display: inline-block;float: right;margin-top:30px;margin-right: 20px;}
.ks_zz{margin: 30px auto;width: 100%;height: auto;overflow: hidden;}
.ks_zz h2{color: #00518e;font-size: 18px;font-weight: bold;height: auto;overflow: hidden;margin-bottom: 10px;}
.ks_zz p{line-height: 30px;color: #333;text-align: left;}
.ks_lx{margin-top: 10px;width: 100%;height: auto;overflow: hidden;border-bottom: #ebebeb 1px solid;padding-bottom: 30px;}
.ks_lx p{margin-right: 30px;display: inline-block;color: #00518e;}
.list_news{margin-top: 20px;height: auto;overflow: hidden;}
.list_news ul li{height:50px;line-height: 50px;width: 100%;border-bottom: #ebebeb 1px solid;}
.list_news ul li h2{color: #333;width: 85%;float: left;text-align:left;}
.list_news_span{color:#999;width: 15%;float: right;text-align: center;}
.list_news ul li:last-child{border-bottom: 0;}

.list_news2{margin-top: 20px;height: auto;overflow: hidden;}
.list_news2 ul li{height:50px;line-height: 50px;width: 100%;border-bottom: #ebebeb 1px solid;}
.list_news2 ul li h2{color: #333;width: 65%;float: left;text-align:left;}
.list_news2 ul li span{color:#999;width: 15%;float: right;text-align: center;}
.list_news2 ul li:last-child{border-bottom: 0;}
.list_news2 ul li h3{float: left;width: 17%;color: #00518e;font-weight: bold;margin-right: 2%;}
.list_news2 ul li h3:after{content:"";background: #00518e;height: 15px;width: 1px;float: right;margin-top: 18px;}
.jigou_info{border: #bbb 1px solid;width:99%;margin: 30px auto;height: auto;overflow: hidden;}
.jigou_info img{float: left;}
.jigou_info .jigou-z{width: 56%;margin-right: 20px;float: right;margin-top: 20px;}
.jigou_info .jigou-z p{color: #555;line-height: 30px;margin-top: 10px;text-align: left;}
.jigou_info .jigou-z span{color: #00518e;display: block;text-align: left;margin-top: 20px;}
.jigou_list{width: 100%;height: auto;overflow: hidden;margin: 0 auto;padding: 0;}
.jigou_list ul li{width: 410px;height: 330px;float: left;background: #f7f7f7;margin-bottom: 30px;}
.jigou_list ul li .jigou_n{background: #00518e;height: 50px;line-height: 50px;}
.jigou_list ul li:nth-of-type(even){float: right;}
.jigou_list ul li .jigou_n h2{font-size: 18px;font-weight: bold;color: #fff;text-indent: 1em;float: left;}
.jigou_list ul li .jigou_n span{float: right;margin-right: 20px;color: #fff;}
.jigou_list_z{margin-top:15px;}
.jigou_list_z p{line-height: 30px;color: #555;padding:0 20px;}
.jigou_list_lx{background: #ededed;width: 100%;margin:25px auto;padding: 10px 0;height:78px;}
.jigou_list_lx p{line-height: 26px;color: #00518e;}
.list_xz ul li{height:auto;margin-bottom: 40px;margin-top: 30px;width: 100%;overflow: hidden;}
.list_xz ul li h2{font-size: 18px;color: #333;font-weight: bold;}
.list_xz ul li p{margin-top: 10px;line-height: 30px;color: #555;}
.list_xz_l{width:76%;float: left;}
.list_xz_r{width:130px;height: 50px;line-height: 50px;text-align: center;color: #00518e;border:#00518e 1px solid;float: right;margin-top: 20px;}

.fck{line-height: 26px;color: #555;margin: 40px auto;height: auto;overflow: hidden;}
.fck div,.fck p{line-height: 26px;color: #555;}
.fck2{line-height: 26px;color: #555;margin: 20px auto;height: auto;overflow: hidden;}
.art_title{width: 100%;margin:0 auto;padding: 0;text-align: center;}
.art_title h1{width: 80%;margin: 0 auto;text-align:center;font-size: 24px;color: #333;font-weight: bold;line-height: 30px;}
.art_title p{font-size: 14px;color: #999;text-align: center;margin: 10px auto 30px auto;}
  .page{text-align:center;width: 100%;clear: both;height: auto;overflow: hidden;padding: 50px 0;}
.page table{width: 100%;text-align: center;margin:0 auto;display:inline;}
.page td{font-size: 16px !important;}
.page td .PrevDisabled{font-size: 16px !important;border:0 !important; background: #00528c;color: #333 !important;}
.page td span{ margin: 0 5px !important;padding: 8px 12px !important;background: #eee !important;    color: #333 !important;font-size: 16px !important;border:0 !important;}
.page td a{ margin: 0 5px !important;padding: 8px 12px !important;background: #ddd !important;color: #333 !important;font-size: 16px !important;border:0 !important;}
.page td a:link{background: #eee !important; border:0 !important; font-size: 16px !important;}
.page td a:visited{ background: #eee !important; border:0 !important; font-size: 16px !important;}
.page td a:hover{background: #00528c !important; border:0 !important;    font-size: 16px !important;}
.page td a:active{background: #00528c !important; border:0 !important;font-size: 16px !important;}
.page .this-page{background: #00528c !important;color:#fff !important;}
#vsb_content_2 P{line-height:30px !important;}















/*


@media screen and (max-width:1024px){
.wrapper{width:96%;}
	.wrapper2{width:96%;}
	.wrapper3{width:100%;}
	header .itop_r{display: none;}
	.list_r{width: 100%;float: none;}
	.list_l{float: none;margin: 20px auto 50px auto;}
	.banner_slider{height: 384px;}
	.banner_slider .bd{width: 100%;margin-left: -50%;}
	.banner_slider .bd li img{width: 100%;height: 100%;}
	.banner_slider .bd li{width: 100%;}
	.banner_slider .tempWrap ul{margin-left: -100% !important;}
	.index_gray_l{width: 100%;float: none;margin: 0 auto;}
	.index_l_notice{width: 50%;}
	.index_l_xz{width: 48%;}
	.jssc{width: 100%;}
	.xzfc .mask{width: 72%;}
	.index_gary{padding: 30px 0 10px 0;}
	.index_gray_r{float: none;width: 100%;margin-top: 20px;height: auto;}
	
	.index_gray_r ul li a{font-size: 14px;}
	.teacher_c{margin: 10px auto;}
	.index_white{padding: 30px 0 0 0 ;}
	.index_white_l{width: 100%;float: none;text-align: center;}
	.index_white_l ul li{float: none;display: inline-block;}
	.index_white_l ul li:nth-of-type(even){display: inline-block;float: none;}
	.index_white_r{width: 100%;float: none;margin: 20px auto;}
	.index_white_r ul{height: auto;}
	.index_white_r ul li{width: 49%;float: left;}
	.big_bg_l{width: 100%;float:none;text-align: center;}
	.big_bg_l_l{width: 49%;}
	.big_bg_l_r{width: 49%;}
	.big_bg{height: auto;background-position: top center;background-size:cover;}
	.big_bg_l_l ul li h2{text-align: left;text-indent: 1.5em;}
	.big_bg_l_r ul li h2{text-align: left;text-indent: 1.5em;}
	
	.index_rc_l{width: 100%;height: 50px;line-height: 50px;}
	.index_rc_r{width: 99.8%;float: none;height: auto;overflow: hidden;padding: 10px 0;}
	.logo_w{width: 66%;}
	footer{height: auto;}
	.foot_r ul{display: none;}
	.foot_r{width: 100%;float: none;margin: 20px auto;text-align: center;}
	.foot_r .qr{float: none;text-align: center;}
	.logo_w{float: none;width: 100%;}
nav ul li{ padding:0px 6px; }
nav ul li a{ font-size:14px;}
.index_gray_r_div1{ float:left; width:50%; }
.index_gray_r_div2{ float:right; margin-top:0px; width:48%; }
.big_bg_l_l,.big_bg_l_r,.big_bg_r{ float:none; width:100%; }
.big_bg_l{ height:auto; }
.big_bg_l_r,.big_bg_r{ margin-top:25px; }
}


@media screen and (max-width:999px){
nav ul li{ padding:0px 3px; }
nav ul li a{ font-size:12px;}
}
@media screen and (max-width:800px){
	header button {display: block;}
	nav{display: none;}
		.banner_slider{height: 288px;}
	.index_l_notice{float: none;width: 100%;}
		.index_l_xz{float: none;width: 100%;margin-top: 20px;}
	.index_gray_l{height: auto;overflow: hidden;}
	.xzfc .mask{width: 92%;}
	.index_white_l ul li{margin-top: 20px;}
	.index_rc_r{padding: 0;}
	.index_rc_r ul li{ line-height: 30px;}

	.logo_w{width: 86%;}
	.footer_t{height: auto;}
	.foot_r .qr{margin: 0 auto;}
	nav ul li:nth-child(1){display: block;}
	nav ul li{width: 100%;border-bottom: #fff 1px solid;}
	.nav_index{display: none;}
	.search{display: none;}
	nav ul{width: 100%;float: none;}
	nav{height: auto;overflow: hidden;}
	.ks_lx p{margin: 0 auto;text-align: left;width: 100%;line-height: 30px;}
	.jigou_info{text-align: center;margin: 20px auto;padding: 20px 0;}
	.jigou_info img{float: none;text-align: center;}
	.jigou_info .jigou-z{float: none;text-align: left;width: 90%;margin: 0 auto;}
	.jigou_list ul li{width: 100%;float: none;}
	.jigou_list ul li:nth-of-type(even){float: none;}
	.list_news2 ul li h3{display: none;}
	.index_gray_r_div1,.index_gray_r_div2{ float:none; width:100%; }
	.index_gray_r_div2{ margin-top:30px; }
}
@media screen and (max-width:640px){
	.logo img{width:40%;}	
	.logo_w img{width:50%;}	
	.banner_slider{height: 240px;}
	.xzfc .mask{width: 55%;}
	.big_bg_l{height: auto;}
	.big_bg_l_l{width: 100%;float: none;}
	.big_bg_l_r{float: none;width: 100%;height: auto;overflow: hidden;margin-top: 20px;}
	.index_rc_r{width: 99.7%;}
	.list_news2 ul li h2{width: 80%;}
}
@media screen and (max-width:480px){
	header button{top:24px;}
	.banner_slider{height: 155px;}
	.jssc{background: #952D44;}
	.xzfc .mask{width: 84%;}

	.index_white_r ul li{float: none;width: 100%;}
	.big_bg_l{margin-top: 25px;}
	.index_rc_r ul li span{display: none;}
	.index_rc_r ul li{margin-top: 10px;line-height: 40px;height: 40px;border-bottom: #ddd 1px solid;}
	.index_rc_r{width: 99.5%;}
	.logo_w p{width: 100%;line-height: 30px;margin-top: 10px;margin-left: 20px;}
	.footer_f{height: auto;}
	.footer_f p{text-align: center;margin: 0 auto;width: 100%;}
	.list_news_span{display: none;}
	.list_news ul li h2{width: 100%;line-height: 26px;}
	.list_news ul li{padding-bottom: 10px;}
	.list_news2 ul li span{display: none;}
	.list_news2 ul li h2{width: 100%;line-height: 26px;}
	.list_news2 ul li{padding-bottom: 10px;}
	.list_xz_r{display: none;}
	.list_xz_l{width: 100%;}
}

@media screen and (max-width:375px){
	
	.index_l_notice_ul li h2{padding-left: 10px;}
	.xzfc .mask{width: 93%;}
    .banner_slider{height: 141px;}
	.index_white_l ul li{width: 100%;height: auto;}
	.xzfc .mask{width: 96%;}
	.index_rc_r ul{width: 98%;}
	.big_bg_r{width: 100%;}
	.swiper-slide img{height:210px;}
	.device{height: 280px;}
	.pagination{bottom: 28%;}
	.big_bg_r{margin: 25px auto 0 auto;}


}
@media screen and (max-width:360px){
		.banner_slider{height: 135px;}

	
	}
@media screen and (max-width:320px){
	    .banner_slider{height: 120px;}
	.big_bg_l_l ul li h2{text-indent: 0;}
	.big_bg_l_r ul li h2{text-indent: 0;}
		.device{height: 280px;}
	.pagination{bottom: 28%;}
	.big_bg_r{margin: 25px auto 0 auto;}
	.xzfc .mask ul li{width: 300px;}
		
}
*/

.index_sy{ background:url(../images/index-banner.jpg) no-repeat; background-size:100% 100%; min-height:100%; color:#fff;   }
.index_sy .wrapper{   padding-top:3%; }
.index_sytitle{ text-align:center; font-size:30px; font-weight:bold;}
.index_sy_logo{ float:left; width:65%; max-width:846px; }
.index_sy_logo img{ display:block; width:100%; }
.index_sy_icon{ float:right; width:17.7%; max-width:230px; margin-top:8px; }
.index_sy_icon img{ display:block; width:100%; }
.index_kuang{ width:100%; max-width:1000px; margin:0 auto; padding-top:215px;}
.index_div{ width:35%;  margin-top:35px; }
.index_title2{ margin:0 auto; font-size:26px; font-weight:bold; line-height:40px; margin-bottom:30px;  width:250px; padding-top:70px; height:180px; text-align:center; background:#00518e;border-radius:50%; box-shadow:0px 0px 35px rgb(255,255,255,0.8);}
.index_title2 a{ color:#fff; display:block; padding:25px;}
.index_wz{ font-size:16px; line-height:28px; }
.index_by{ float:left; width:24%; text-align:center; margin:110px 3% 0px 3%; font-size:42px; font-weight:bold; background: -webkit-linear-gradient(45deg, #e43d15, #f5a592); /* Chrome, Safari */
  background: linear-gradient(45deg, #e43d15, #f5a592); /* 标准语法 */
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: transparent; /* 其他浏览器 */ }
.fl{ float:left; }
.fr{ float:right; }

.clear{ clear:both; }
/*
@media screen and (max-width:1199px){
.index_sy .wrapper{   padding-top:7%; }
.index_by{ font-size:30px; }
}
@media screen and (max-width:839px){
.index_kuang{ padding-top:25px; }
.index_title2{ width:200px; padding-top:30px; height:170px; font-size:18px; }
.index_by{ margin:0 auto; margin-top:100px; }
}
@media screen and (max-width:599px){
.index_div,.index_by{ float:none !important; width:100%; }
.index_by{ margin:0 auto;  font-size:24px; }

}
*/
.ipart1{ float:left; width:900px; }
.ipart1 a,.ipart1 img{ display:block; width:100%; }
.ipart2{ float:right; width:270px; }
.ipart2 ul{}
.ipart2 li{}
.ipart2 li:first-child{ margin-bottom:23px; }
.ipart2 li a,.ipart2 li img{ display:block; width:100%; height:180px;}

.ipart3{ width:380px; float:right; }
.ipart3 .index_l_notice_ul li h2{ float:none; width:100%; }






.headerdw{  position:absolute;   width:100%; top:0px; left:0px;  z-index:99999; }

.header {   transition:0.5s;   padding-top:10px; padding-bottom:15px; background: linear-gradient(to top,rgba(0,64,148,0),rgba(0,64,148,0.9)); color:#fff; }
.header .topzong {  }


.headh{ position:fixed; width:100%; top:0px; left:0px; z-index:99999;  transition:0.5s;   }
.headh .topzong{   transition:0.5s;  }
.headh .daohang>li{ padding-bottom: 20px;}

.index_ys{}
/*.index_ys .header{ background:none; }
.index_ys .headh{ background:#fff;  }*/


.logo { float:left;  width: 450px; margin-top:16px; }
.logo a, .logo img { display: block; width: 100%;   }
.logo a:hover img{  transform: scale(1, 1) }

.header_right{ float:right; width:calc(100% - 500px); }
.header_rtop{ }
.header_rtlinks{ float:right; line-height:43px; padding-right:38px;  }
.header_rtlinks a,.header_rtlinks span{ float:left; color:#fff; }
.header_rtlinks a:hover{ text-decoration:underline; }
.header_rtlinks span{ margin:0px 12px; }

/*  sousuo  */
.sousuo .sou::-webkit-input-placeholder {/* WebKit browsers */
 color:#cccccc; opacity:1 }
.sousuo .sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#cccccc; opacity:1 }
.sousuo .sou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#cccccc; opacity:1 }
.sousuo .sou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#cccccc; opacity:1 }

.sousuo{ margin-top:2px;  width:26px; height:47px; float:right; transition:0.5s; position:relative; }
.sousuo form{ width:300px; height:0px; overflow:hidden; position:absolute;  top:42px; background:#fff; border-radius:4px; color:#222; border:0px solid #00518e; right:-5px; transition:0.5s; z-index:99999}

.sousuof form{ height:45px; border:1px solid #00518e;}

.sousuo select{ width:80px; height:33px; line-height:33px; font-family: AkzidenzGrotesk-Light, Arial, "Arial Black", "sans-serif", Verdana; border-radius:4px; text-align:center; cursor:pointer; position:absolute; left:0px; top:0px; background:none; color: #ffffff; font-size:14px;  z-index:9999999}
.sousuo option{ cursor:pointer; color: #333333;}
.sousuo .icon-sousuo:before{ color:#fff; }
.sousuo .sou{width: 260px;height:43px;line-height:43px; border-radius:4px; padding-left:10px; font-size:14px;  color:#333333; background:none; border:none;}
.sousuo .suo{width:26px;height:45px; float:right; background:none; position:relative; z-index:9999999; border-radius:4px; cursor:pointer; border:none;}
.sousuo .sou2,.sousuo .sou1{ width:26px; height:43px; text-align:center; line-height:10px; position:absolute; right:0px; top:0px;  cursor:pointer; z-index:99990;  transition:1s;   border:none;}
.sousuo .sou1{ background:url(../images/sousuo2.png) no-repeat center; }
.sousuo .sou2{ background:url(../images/sousuo.png) no-repeat center; }

nav{ }
.nav { }
.nav>li { float: left; z-index: 999;  width:12.5%; text-align:center; position: relative;   }
.nav>li>a { display: block; font-size: 16px;  font-weight:bold; line-height: 30px;padding-bottom:5px;  cursor: pointer; position: relative;   color:#fff; }


.nav>li:hover,.nav>li a:hover{   color:#efefef;  }
.navxz>a{   color:#efefef !important;}
/*
.index_ys .nav>li>a{ color:#fff; }
.index_ys .nav>li:hover { border-bottom:solid 2px #fff;  color:#fff;  }
.index_ys .navxz>a{ border-bottom-color:#fff !important;  color:#fff !important;}

.index_ys .headh .nav>li:hover { border-bottom:solid 2px #00518e;  color:#00518e;  }
.index_ys .headh .navxz>a{ border-bottom:solid 2px #00518e !important;  color:#00518e !important;}*/

.yijikuang {   position: absolute; width: 205px; left: -70px;  top: -9999px;    }
.yiji {  background: #fff; box-shadow:0px 7px 7px 7px rgb(0,0,0,0.06);  padding:10px 0px 10px 0px;}
.yiji li { position: relative; transition: 0.5s; line-height:26px;  line-height: 0px; padding:5px 10px 5px 10px; margin-left:0px; line-height:24px; }
.yiji li a {   font-size: 14px;  position: relative;  color:#333; }
.yiji li:hover>a { color:#00518e;   }
.yiji li:hover>a em { opacity: 1 }


.erjikuang { position: absolute; width:205px; top: -9999px; left: 100%;  padding-left:10px;   }
.erji{background:#fff;  padding:10px 0px 10px 0px; box-shadow:0px 7px 7px 7px rgb(0,0,0,0.06);}
.erji li { }

.sanji { position: absolute; width: 138px; background: #f9f9f9; top: -9999px; left: 100%; padding: 10px 0; }
.nav>li:hover .yijikuang { top: 35px;   }
.nav>li:hover .yiji>li>a { line-height: 26px; }
.yiji>li:hover .erjikuang { top: -10px; }
.yiji>li:hover .erji>li>a { line-height: 26px; }
.erji>li:hover .sanji { top: 0px; }
.erji>li:hover .sanji>li>a { line-height: 26px; }

.nav div,.nav li,.nav div:before{  transition:none;}


.banner{  max-width:1920px; margin:0 auto; width:100%; }
.slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
	width: 100%;
	position: absolute;
	overflow: hidden;
	top: -1px;
}
.slide .console{ height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .slide_dbwz{ position:absolute; bottom:0px; left:0px; width:100%;  color:#fff; font-size:30px;   font-weight:bold; z-index:999; line-height:45px; background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0)); padding:20px 0px; }
.slide .slide_dbwz span{ width:calc(100% - 450px);  color:#fff; }


.slide .slide_db{ position: absolute; left: 0; bottom: 30px; width: 100%; z-index:999;}
.slide .dotList{  text-align: right;  }
.slide .dotList ul li{ display: inline-block; width: 10px; height: 10px;  margin-left: 20px; cursor:pointer;background:#fff; transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s;}
.slide .dotList ul li.active{ background-position:0px 0px; width:74px; height:10px; border-radius:5px; transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -webkit-transition: 0.5s;}
.slide .carousel-control{position: absolute; top: 45%; width: 62px; height: 62px; z-index:999; }
.slide .carousel-control.left{left:0;	cursor:pointer; display:none; }
.slide .carousel-control.right{	right:0; cursor:pointer; display:none;}
.slide .carousel-control.right { right: 0;  background-repeat: no-repeat; cursor: pointer; }
.slide .carousel-control.right:hover {   }

.slide .dotList ul li{cursor: pointer;   font-size: 0px;  border: none;outline: none;  width:10px; height:10px; border-radius:50%; }
.slide .slidedetail{display:none;}
.slide .slide-count { display: none; }
.slide div{  transition:none; }
.banner{position:relative;width:100%;margin-left:auto;margin-right:auto;}
.banner .slick-list,.banner .slick-slide,.banner .slick-slider,.banner .slick-track{height:100%}
.banner .slick-slide{outline:0;position:relative;background-position:center center;background-repeat:no-repeat;-o-background-size:cover;-ms-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover}
.banner .slick-next,.banner .slick-prev{position:absolute;top:50%;margin-top:-36px;overflow:hidden;width:35px;height:75px;font-size:0;line-height:0;z-index:9;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;*background-color:rgba(37,37,37,.8);-webkit-transition:.8s;-moz-transition:.8s;-ms-transition:.8s;-o-transition:.8s;transition:.8s;cursor:pointer;border:none;opacity:0;filter:alpha(opacity=0)}
.banner .slick-prev{left:0;background-image:url(../images/img13.png)}
.banner .slick-next{right:0;background-image:url(../images/img14.png)}
.banner:hover .slick-next,.banner:hover .slick-prev{opacity:1;filter:alpha(opacity=100)}
.banner .slick-dots{position:absolute;right:8%;bottom:42px;text-align:center;z-index:9}
.banner .slick-dots li{float:left;margin:0 12px;position:relative}
.banner .slick-dots li button{display:block;width:32px;height:32px;font-size:20px;line-height:30px;color:#fff;background:0 0;border-radius:50%;text-align:center;border:1px solid transparent;cursor:pointer;overflow:hidden;text-shadow:0 2px 6px rgba(0,0,0,.67)}
.banner .slick-dots li.slick-active button,.banner .slick-dots li:hover button{border-color:#fff;font-size:24px}
.banner .slick-dots li:after{content:"";position:absolute;*left:42px;top:50%;width:6px;height:2px;background:#fff;margin-top:-1px}
.banner .slick-dots li:last-child:after{*display:none}
.banner .pic{height:0;*padding-top:49.93%;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;  overflow:hidden; }
.banner .pic img{
	position: absolute;right: 50%;z-index: 1;
}

