@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}
header{width: 100%;height: auto;background: #fff; overflow: hidden;}
header .itop_r{width:25%;float: right;margin-top:45px;text-align:right;}
header .itop_r a{color: #00518e;display: inline-block;font-weight:bold;font-size:20px;}
header .itop_r a:before{content:"";display: inline-block;background:url("../images/top_tel.png")left center no-repeat;width:32px;height:32px;vertical-align:middle;margin-right:10px;margin-bottom:3px}
header .itop_r span{display: inline-block;margin: 0 20px}
header .itop_r a.active {color: #00518e}
.logo{float: left;padding: 25px 0;}
.logo img{border:0}
nav{width: 100%;height:60px;line-height: 60px;background: #00518e;position: relative;}
nav .nav_index{float: left;width: 60px;height: 60px;}
nav .nav_index img{border:0}
nav ul{width: 80%;float: left;}
nav ul li{float: left;width: 11.1%;height: 60px;line-height: 60px;text-align: center;}
nav ul li a{width: 100%;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #fff;display: block;}
nav ul li a:visited{color:#fff}
nav ul li:hover{background: #006cbf;}
nav ul li:hover a{color:#fff}
nav ul li.active{background: #006cbf}
nav ul li:nth-child(1){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;
  /* Fix of Webkit flickering */
  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;}
/* IE10 Windows Phone 8 Fixes */
.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: 870px;float: left;height:560px; }
.index_gray_r{width: 300px;float: right;height: 560px;}
.index_l_notice{width: 420px;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;}
.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: 420px;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: 81%;margin: 30px auto;height: auto;overflow: hidden;position: relative}
.xzfc .mask ul{position: relative;overflow: hidden}
.xzfc .mask ul li{width: 340px;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%;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: 300px;float: right;height:auto;overflow: hidden}
.index_white_l ul li{float: left;width: 420px;height: 170px;}
.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{height: 270px;padding:15px 2%;width:96%;margin: 0 auto;text-align: center;background: #006cbf;overflow: hidden}
.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;}
.index_white2{background: #fff;padding:30px 0;height: auto;width: 100%;overflow: hidden;}
.index_rc_l{background: #006cbf;width: 200px;height: 110px;float: left;text-align: center;line-height: 110px;}
.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{width: 96%;margin: 0 auto;}
.index_rc_r ul li{width: 48%;float: left;margin-top: 13px;}
.index_rc_r ul li h2{float: left;color: #333}
.index_rc_r ul li span{color: #999;float: right;}
.index_rc_r ul li:nth-last-of-type(even){float: right;}
footer{height: 230px;width: 100%;background: #00518e;overflow: hidden}
.footer_t{width: 100%;height: 200px;overflow: hidden;}
.logo_w{width: 70%;float: left;margin-top: 30px;}
.logo_w p{display: inline-block;margin-right: 10px;color: #fff;margin-top: 30px;}
.logo_w img{border:0}
.foot_r{width: 25%;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;}
.mbx a:visited{color:#999}
.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 ul li 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{width: 33.3%;text-align: center;text-indent: 0; float: left;border-bottom: #ddd 1px solid;}
  .index_gray_r ul li:nth-of-type(odd){background: #ebebeb;}
  .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}
  .big_bg_r{float: none;margin: 25px auto}
  .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%;}
}



@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{width: 100%;float: none;padding:0;line-height: 30px}
  .index_rc_r ul li:nth-last-of-type(even){float: none;}
  .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}
	.logo a:nth-of-type(2) img{width:55%}
	.logo_w a:nth-of-type(2) img{width:55%}
}
@media screen and (max-width:640px){
.logo a:nth-of-type(1) img{width:30%}

.logo a:nth-of-type(2) img{width:55%}
.logo_w a:nth-of-type(1) img{width:30%}

.logo_w a:nth-of-type(2) img{width:60%}
  .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_gray_r ul li{width: 50%;}
  .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 ul li 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%;}
	header button{width:33px;}
	.logo_w{width:100%}
}

@media screen and (max-width:375px){
  .index_l_notice ul li span{display: none}
  .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;}
    
}
