@charset "utf-8";
/* CSS Document */

/*--------------- 
总体 
---------------*/
body{ position:relative; width:100%;font-size: 14px; background:#fff; color:#777; overflow-x:hidden; }
.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}
.blank20{height:20px; line-height: 20px; clear: both; overflow: hidden}
.blank60{height:60px; line-height: 60px; clear: both; overflow: hidden}
.wrapper{width:1300px; overflow: hidden;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper-sub{width:1200px; overflow: hidden;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper-sub2{width:1200px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.wrapper2{width:1300px;margin: 0 auto;padding: 0; height:auto; position: relative;}
.mt50{margin-top: 50px;}
.mt70{margin-top: 70px;}
img{vertical-align: middle}
.fl{float: left;}
.fr{float: right;}
header{width: 100%;height:auto;position: relative;}
.itop{height:340px;background:rgba(10,73,147,0.8);width: 100%;margin:0 auto;padding:0;text-align: center;position: absolute;left: 0;top: 0;right: 0;z-index: 9999;}
.ilogo{width: 100%;text-align: center;margin-top:50px;}
.ilogo img{margin-right: 5px;}
.search{display: none;}
.search2{display: none;}
.searchxy{display: none;}
.isearch{height:60px;line-height:60px;position: relative;margin:30px auto;border: #fff 1px solid;width:85%;background:none;}
.isearch input[type=text]{position: relative;border: 0;height:60px;line-height:60px;width: 85%;float: left;background:none;color:#fff;font-size:32px;margin-left:100px;}
.isearch input[type=submit]{position: absolute;left:35px;top:12px;background: url(../images/search-j.png) center center no-repeat;width:37px;height: 37px;border: 0;cursor: pointer;-webkit-appearance : none ;}
.isearch input::-webkit-input-placeholder{
  color:#fff;
}
.isearch input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#fff;
}
.isearch input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#fff;
}
.isearch input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#fff;
}
.itop_r{float: right;position: absolute;right:30px;top:30px;}
.itop_r_l{float: left;}
.itop_r_l ul li {display: inline-block;font-size: 16px;color:#fff; margin:0 auto;text-align: center;padding:0 10px;position: relative;}
.itop_r_l ul li:after{content: "|";display: inline-block;padding-left:20px;vertical-align: bottom;margin-bottom:0px;color: #a8c9f7}
.itop_r_r{float: right;margin-left: 20px;}
.itop_r_r a{font-size: 16px;color:#fff;display: inline-block;}
.itop_r_r a:nth-child(1):after{display: inline-block;content: "|";color: #fff;font-size: 16px;margin: 0 7px;}
.itop_r_r a:hover{color:#54a2e2 }
.itop_r_r a.active{color:#54a2e2 }
.itop_r_l ul li ul{display: none;position: absolute;left:-100%;right:0;top:30px;width: 300px;height: 40px;line-height: 40px; background: #051d32;z-index: 9999;}

.itop_r_l ul li ul li{line-height: 40px;}
.itop_r_l ul li ul li:after{content: "";padding-left: 0;}
.itop_r_l ul li a{color:#a8c9f7;display:inline-block}
.itop_r_l ul li:hover a{color: #fff}
.itop_r_l ul li:hover ul li a{color: #fff;}
.itop_r_l ul li:nth-child(5):after{content:"";}
nav{width: 100%;height:70px;line-height:70px;text-align: center;margin-top:50px;}



.nav_menu3,
.nav_menu3 ul,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 ul li
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 ul{position: relative;}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: 1000px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
text-align: center;line-height: 70px;float: left;padding: 0 20px;margin-bottom:3px;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {

  text-decoration: none;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Arial";
  height: 70px;
  line-height: 70px;
  display: block;

}
.nav_menu3 > ul > li:hover  {
  color: #38bced;

border-bottom: #38bced 5px solid;
}
.nav_menu3 > ul > li:hover > a{color: #38bced;font-weight: bold;}

.nav_menu3 > ul > li.active  {
  color: #38bced;

border-bottom: #38bced 5px solid;
}
.nav_menu3 > ul > li.active > a{color: #fff;font-weight: bold;}

.nav_menu3 > ul > li#nav-has-sub:hover > a::after {
  border-color: #990B2C;
}

.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
  top:70px;
}

.nav_menu3 li:hover > ul {
  left: 0;
}
.nav_menu3.align-right li:hover > ul {
  left: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 50px;
  
}
.nav_menu3 ul ul li a {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height:50px;
  width: 115px;
  font-weight: bold;
  text-align: center;
  background: #1484c7;
  text-decoration: none;
  color: #fff; 
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 16px;
}
/*.nav_menu3 ul li:nth-child(1) ul li a{width: 176px;}
.nav_menu3 ul li:nth-child(2) ul li a{width: 176px;}
.nav_menu3 ul li:nth-child(3) ul li a{width: 90px;}
.nav_menu3 ul li:nth-child(3) ul li ul li a{width:200px;}
.nav_menu3 ul li:nth-child(4) ul li:nth-child(3):hover ul{display: none}
.nav_menu3 ul li:nth-child(2) ul li:nth-child(5):hover ul li a{width: 176px;}

/*.nav_menu3 ul li:nth-child(5) ul li a{width: 115px;}*/
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #1484c7;
  background: #fff;



}
.nav_menu3 ul ul li:hover ul li a{background: #1484c7;color:#fff}
.nav_menu3 ul li:hover ul li:hover.menu333:after {content:"";background:url("../images/nav-arrow-r.png") center center no-repeat;color: #1484c7; position: absolute;right: 0px;top: 30%;margin-right: 0px;  display: inline-block;text-align: right;width: 9px;height: 20px;}
.device {
width: 100%;
float: left;
margin:0 auto;
position: relative;
height: 100vh;

}
 .swiper-container { width: 100%;height: 100%;}
.pagination {
      display: block;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px !important;
    width: 100%;
  z-index: 999
}
.swiper-pagination-bullet{
    display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;

  margin: 0 15px !important;
  cursor: pointer;
border:#014b88 2px solid;
opacity:1;
  
}
.swiper-slide img{width:100%;height:100%}
.swiper-pagination-bullet-active{  background: #014b88;}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white
{background-image:url(../images/arrow_l.png);width:32px;height:60px;left:0;top:50%;background-size: 100% 100%;}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image: url(../images/arrow_r.png);width: 32px;height: 60px;left: auto;right:0;top:50%;background-size: 100% 100%;}
.part01{width: 100%;margin: 0 auto;padding:0; position: relative;min-height:500px;height: auto;overflow: hidden}
.part01-l{background: #044c97;width: 385px;height: 200px;position: absolute;top:245px;left:0}
.part01-pic{position: absolute;left:50px;top: 0}
.part01-z{width: 55%;height:auto;overflow: hidden;right:0;top: 30px;position: absolute;}
.part01-z-z{background: #fff;-moz-box-shadow:  2px 2px 5px rgba(10, 10, 10, 0.16),2px 2px 5px rgba(10, 10, 10, 0.16);-webkit-box-shadow:  2px 2px 5px rgba(10, 10, 10, 0.16),2px 2px 5px rgba(10, 10, 10, 0.16);box-shadow:  2px 2px 5px rgba(10, 10, 10, 0.16),2px 2px 5px rgba(10, 10, 10, 0.16);height:280px;padding:30px 0 ;width:99%;}
.part01-z span{display: block;background: #015686;width: 160px;height: 50px;line-height: 50px;color: #fff;float: right;text-align: center;margin-top: 20px;margin-right:7px;font-size: 16px;}
.part01-z-z p{width: 90%;margin: 0 auto;line-height: 30px;color:#777;text-indent:2em;font-size: 16px;margin-bottom: 5px;}
.part02{background: url("../images/index-news-bg.jpg")center center no-repeat;height: 766px;width: 100%;position: relative;overflow: hidden;}
.index-title{background:url("../images/title-j-bg.png")center center no-repeat;width: 247px;height: 47px;line-height: 47px;color: #fff;font-size: 24px;margin:30px auto;text-align: center;}
.part02-l ul{border-bottom: #63b3f0 1px solid;width: 100%;height: 50px;}
.part02-l ul li{width: 20%;float: left;text-align: center;font-size:22px;color: #fff;cursor: pointer;}
.part02-l ul li.active:after{display: block;content: "";background: url("../images/index-tg-o.png")center center no-repeat;width:200px;height: 5px;border-top: #fff 3px solid;text-align: center;margin: 20px auto}
.part02-l section{clear: both;width: 100%;height: auto;overflow: hidden;}
.part02-l section dl{width: 100%;height: auto;overflow: hidden;}
.part02-l section dl dt div{width: 380px;margin-top: 20px;}
.part02-l section dl dt{width: 33.3%;margin:0 auto 2% auto;float: left;text-align: center;}
.part02-l section dl dt div{margin: 40px auto}
.part02-l section dl dt:hover{background: #025391;}
.part02-l section dl dt img{width:100%;height:214px;}
.part02-l section dl dt span{width:100%;display: block;height:40px;line-height:40px;background: #013c68;color:#fff;font-size: 18px;text-align: center;margin-top:20px;}
.part02-l section dl dt span:before{content: "";display: inline-block;background: url("../images/index-news-t-ico.png") center center no-repeat;width: 21px;height: 21px;margin-right: 10px;margin-bottom: 3px;vertical-align: middle;}
.part02-l section dl dt h2{color: #fff;font-size:18px;margin-top: 20px;line-height: 30px; text-align: center;}
.part02-l section dl dt p{color: #76c0ff;font-size: 16px;text-align: center;margin-top: 10px;line-height:30px;}
.news-m{width: 250px;height: 50px;line-height: 50px;text-align: center;margin:0px auto;clear: both;background: #fff;}
.news-m a{color: #00345b;font-size:16px;display: block;font-weight: bold;}
.news-m:hover{background: #025391;}
.news-m:hover a{color: #fff;}
.tzgg {height: auto;overflow: hidden;margin-bottom:50px;margin-top: 20px;width: 100%;}
.tzgg ol li{width: 49%;float: left;height:40px;padding:10px 0 20px 0;}
.tzgg ol li span{width: 70px;height:50px;float: left;text-align: center;background: #71bffa;display:inline-block;font-size: 14px;color: #fff;vertical-align: text-bottom;line-height: 25px;border-radius: 5px;}
.tzgg ol li span storng{display: block;border-bottom: #8acdff 1px solid;height: 25px;line-height: 25px;}
.tzgg ol li h2{float: right;width: calc(100% - 90px);font-size: 16px;color: #fff;line-height:26px;border-bottom: #2993e3 1px solid;height: 50px;padding-bottom: 10px;}
.tzgg ol li:nth-child(even){float: right;}
.tzgg ol li:hover{
  background-image: -webkit-linear-gradient(left, rgba(93,0, 0, 0) 0%, rgba(11,86,143,1) 100%);
  background-image: -moz-linear-gradient(left, rgba(93,0, 0, 0) 0%, rgba(11,86,143,1) 100%);
  background-image: -o-linear-gradient(left, rgba(93,0, 0, 0) 0%, rgba(11,86,143,1) 100%);
  background-image: linear-gradient(left, rgba(93,0, 0, 0) 0%, rgba(11,86,143,1) 100%);
}
.jyxm{height:384px;width: 100%;margin: 0 auto;overflow: hidden}
.jyxm ul li{position: relative;display: block;box-sizing: border-box;float: left;width: 16.66667%;text-align: center;background:url("../images/edu-l-bg.png")center center no-repeat;height: 308px;padding:0;margin:30px auto;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;overflow: hidden}
.jyxm ul li span{background: url("../images/edu-bg.png")center center no-repeat;width: 161px;height:161px;background-position:100% 100%;margin: 20px auto;text-align: center;display: block;position: relative}
.jyxm ul li span i{background: url("../images/edu-i-ico-01.png")center center no-repeat;width: 65px;height:65px;display: block;margin: 0 auto;background-position:100% 0;vertical-align: middle;position: absolute;top:30%;left:0;right: 0;}
.jyxm ul li:nth-child(2) span i{background: url("../images/edu-i-ico-02.png")center center no-repeat;background-position:100% 0;}
.jyxm ul li:nth-child(3) span i{background: url("../images/edu-i-ico-03.png")center center no-repeat;background-position:100% 0;}
.jyxm ul li:nth-child(4) span i{background: url("../images/edu-i-ico-04.png")center center no-repeat;background-position:100% 0;}
.jyxm ul li:nth-child(5) span i{background: url("../images/edu-i-ico-05.png")center center no-repeat;background-position:100% 0;}
.jyxm ul li:nth-child(6) span i{background: url("../images/edu-i-ico-06.png")center center no-repeat;background-position:100% 0;}
.jyxm ul li h2{font-size: 24px;color: #444;font-weight: bold;height: 62px;}
.jyxm ul li p{display: none;width:140px;height: 45px;line-height: 45px;text-align: center;font-size:20px;color: #003d66;font-weight: bold;background: #dbf0ff;border-radius:5px;margin:40px auto 0 auto}
.jyxm ul li:hover{background: url("../images/edu-l-bg2.png")center center no-repeat;height: 384px;margin:0px auto 30px auto;transform:scale(1.0); -webkit-transform:scale(1.0); -o-transform:scale(1.0); -ms-transform:scale(1.0); -moz-transform:scale(1.0);}
.jyxm ul li:hover p{display: block;}
.jyxm ul li:hover span{background-position:100% 0;}
.jyxm ul li:hover span i{background-position:100% 100%;}
.jyxm ul li:hover h2{color: #fff;}
.part04{background:url("../images/xs-bg.jpg")top center no-repeat;width: 100%;height:auto;overflow: hidden}
.part04 .index-title{background: url("../images/title-j-bg2.png")center center no-repeat}
.part04-l ul {width: 57%;margin:0px auto;height: auto;overflow: hidden}
.part04-l ul li{width: 340px;height: 70px;line-height: 70px;background: #fff;text-align: center;margin: 30px auto;}
.part04-l ul li:nth-child(even){float: right;}
.part04-l ul li i{display: inline-block;background: url("../images/xs-ico.png")center center no-repeat;background-position:100% 100%;width: 38px;height: 38px;vertical-align: middle;margin-bottom: 5px;margin-right: 30px;}
.part04-l ul li:nth-child(even) i{background: url("../images/xs-ico2.png")center center no-repeat;background-position:100% 100%;}
.part04-l ul li h2{font-size: 20px;color:#261404;display: inline-block;font-weight: bold;}
.part04-l ul li:hover{background: #952f71;cursor: pointer;}
.part04-l ul li:hover i{background-position:100% 0;}
.part04-l ul li:hover h2{color:#fff;}
.part04-l ul li.active{background: #952f71;}
.part04-l ul li.active i{background-position:100% 0;}
.part04-l ul li.active h2{color:#fff;}
.part04-l article{clear: both;margin-top: 120px;}
.part04-l section{margin-bottom: 50px;height: auto;overflow: hidden}
.part04-l section dl{height: auto;overflow: hidden;width: 100%;margin-bottom: 60px;}
.part04-l section dl dt{position: relative;display: block;box-sizing: border-box;float: left;width: 23.5%;text-align: left;margin-right: 2%;}
.part04-l section dl dt:nth-child(4){margin-right: 0;}
.part04-l section dl dt span{display: block;font-size: 24px;color: #391e07;}
.part04-l section dl dt span:before{content: "";background: #391e07;width:3px;height:22px;display: inline-block;margin-right: 15px;vertical-align:middle;margin-bottom: 3px;}
.part04-l section dl dt h2{color: #a92c7d;font-size: 17px;margin-top: 20px;}
.part04-l section dl dt p{color: #777;font-size: 15px;line-height: 30px;margin-top: 10px;height:90px;padding-bottom:30px;border-bottom: #dfdfdf 1px solid;width:92%;}
.part04-l section dl dt h3{font-size: 14px;color: #777;margin-top: 10px;}
.part04-l section dl dt h4{font-size: 14px;color: #777;margin-top: 10px;}
.part04-l article .news-m{background: #025391;}
.part04-l article .news-m  a{color: #fff}
.index-ad{background: url("../images/ad-bg.jpg")center center no-repeat;width: 100%;height: 200px;position: relative;text-align: center;}
.index-ad h2{font-weight: bold;color: #fff;font-size: 54px;margin-top:40px;}
.index-ad p{color: #fff;font-size: 34px;margin-top: 10px;}
.part05{background: url("../images/video-bg.jpg")center center no-repeat;height: 800px;margin: 0 auto;position: relative;overflow: hidden;}
.part05-num{position:absolute;width:55%;margin: 0 auto;top: 100px;left: 0;right: 0;z-index: 999;}
.part05-num ul li{width: 25%;position: relative;display: block;box-sizing: border-box;float: left;text-align: center}
.part05-num ul li h2{color: #fff;font-size:26px;}
@font-face {
  /* font-properties */
  font-family: DINCond-Bold;
  src: url('../images/DINCond-Bold.otf')
}
.part05-num ul li h2 span{font-size: 100px;color: #3dadf3;font-weight: bold;display: block;font-family: "DINCond-Bold";margin-right: 20px;}
.part05-num ul li p{font-size: 20px;line-height:30px;color: #fff;text-align: center;margin:20px auto;width: 80%;}
.down_tc{width:800px; height:450px; line-height:50px;overflow:hidden; z-index:9999; position:fixed; top:50%; display:none; background:none;left:50%; margin:-225px 0 0 -400px; }
.down_tc_bt{color:#fff;width:100%;background: none; }
.down_tc_bt h3{ float:left; color:#111;margin-top: 15px;font-size:16px; text-align:left; text-indent:2em;}
.down_tc_bt button{ float:right; padding:0; color:#fff;background: none;border: 0;  font-size:20px; margin-right:30px;}
.theme-popover-mask {z-index: 9998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.6;filter:alpha(opacity=40);display:none}
.down_tc video{margin: 0 auto;object-fit: fill;width: 93%;height: auto;overflow: hidden}
.part05-button{position:absolute;top: 50%;left: 0;right:0;text-align: center;margin: 0 auto}
.part06-l{margin:20px auto 40px auto;width: 100%;height: auto;overflow: hidden}
.part06-l ul li{position: relative;display: block;box-sizing: border-box;float: left;width:32%;height: 140px;margin-right:2%;margin-top: 2%;background: url("../images/td-pic-01.jpg")center center no-repeat;}
.part06-l ul li:nth-child(2){background: url("../images/td-pic-02.jpg")center center no-repeat;}
.part06-l ul li:nth-child(3){background: url("../images/td-pic-03.jpg")center center no-repeat;}
.part06-l ul li:nth-child(4){background: url("../images/td-pic-04.jpg")center center no-repeat;}
.part06-l ul li:nth-child(5){background: url("../images/td-pic-05.jpg")center center no-repeat;}
.part06-l ul li:nth-child(6){background: url("../images/td-pic-06.jpg")center center no-repeat;}
.part06-l ul li:nth-child(7){background: url("../images/td-pic-07.jpg")center center no-repeat;}
.part06-l ul li:nth-child(8){background: url("../images/td-pic-08.jpg")center center no-repeat;}
.part06-l ul li:nth-child(9){background: url("../images/td-pic-09.jpg")center center no-repeat;}
.part06-l ul li:nth-child(3n){margin-right: 0;}
.part06-l ul li h2{font-size:32px;font-weight: bold;margin-top:30px;color: #fff; margin-left:40px;text-shadow: 0 2px 2px #000;}
.part06-l ul li p{font-size: 18px;text-transform:uppercase;color: #fff;margin-top:5px;margin-left: 40px;text-shadow: 0 2px 2px #000;}
footer{width: 100%;height: 350px;overflow: hidden;margin: 0 auto;position:relative;background:#05375c}
.footer-l{margin-left: 2%;float: left;margin-top: 5%;}
.footer-l .address-z{margin-top: 100px;}
.footer-l .address-z p{color: #fff;font-size: 16px;margin-top: 10px;}
.footer-r{width:38%;float: right;margin-top: 5%;}
.footer-nav {height: auto;overflow: hidden;width: 100%;}
.footer-nav h2{font-size: 20px;color: #fff;border-bottom: #165b90 1px solid;position: relative;padding-bottom: 15px;width: 90%;}
.footer-nav h2:after{content:"";height: 3px;width: 85px;display: block;background: #267bbc;position: absolute;left: 0;bottom:-2px}
.footer-nav p a{display: inline-block;font-size: 16px;color: #FFFFFF;margin-top: 20px;}
.footer-nav p a:nth-child(5):after{content: "";display: none}
.footer-nav p a:last-child:after{content: "";display: none}
.footer-nav p a:after{content: "|";color: #267bbc;font-size: 14px;padding:0 15px}
.footer-nav p a:hover{color: #267bbc}
.footer-nmp{float: right;margin-right: 5%;margin-top:15%;width: 100%;text-align: right}
.footer-nmp ul li img{width: 120px;height: 120px;margin: 0 auto;position: absolute;top:-50%;left: auto;right: 0;display: none;text-align: center}
.footer-nmp ul li{display: inline-block; position: relative;text-align: center;margin-left: 15px;height: 250px;}
.footer-nmp ul li i{display: inline-block;background: url("../images/footer-l-ico01.png")center center no-repeat;width: 44px;height: 44px;}
.footer-nmp ul li:nth-child(2) i{background: url("../images/footer-l-ico02.png")center center no-repeat;}
.footer-nmp ul li:nth-child(3) i{background: url("../images/footer-l-ico03.png")center center no-repeat;}
.footer-nmp ul li:nth-child(4) i{background: url("../images/footer-l-ico04.png")center center no-repeat;}
.footer-nmp ul li:nth-child(5) i{background: url("../images/footer-l-ico05.png")center center no-repeat;}
.footer-nmp ul li:hover {cursor: pointer;}
.footer-nmp ul li:hover img{display: block}

/*校友*/
.xy-top{height: auto;width: 100%;margin: 0 auto;padding: 0;position: relative;}
.xy-top-t{background: #004da0;height: 80px;width: 100%;border-bottom: #bf4d96 5px solid;}
.xy-top-t-l{float: left;height: 80px;line-height: 80px;}
.xy-top-t-l span:nth-child(1){width: 120px;text-align: center;background: #0352a7;border-left: #1865b7 1px solid;border-right: #1865b7 1px solid;display:inline-block}
.xy-top-t-l span a{color: #fff;font-size: 16px;}
.xy-top-t-l span:nth-child(2){width: 470px;line-height: 80px;height: 80px;text-align: center;border-right: #1865b7 1px solid;display: inline-block;text-align: center;}
.xy-top-t-l span:nth-child(2) i{background: url("../images/xy-ico.png")center center no-repeat;display: inline-block;width: 22px;height: 19px;margin-right: 20px;vertical-align: middle;margin-bottom: 3px;}
.xy-top-t-r{float: right;width: 370px;}
.xy-top-t-r .xy-search{width:75%;height:45px;line-height: 45px; margin-top:20px;background: #fff;border-radius: 5px;display: inline-block;float: left;}
.xy-top-t-r .xy-search input[type=text]{width: 80%;float: left;height:45px;border:0;background:none;text-indent: 1.5em}
.xy-top-t-r .xy-search input[type=submit]{background:url("../images/xy-ico2.png")center center no-repeat;float: right;width: 28px;height: 28px;margin-right:15px;margin-top:8px;border:0;cursor: pointer}
.xy-top-t-r .xy-lan{width: 20%;display: inline-block;height:80px;line-height:80px;float: right;}
.xy-top-t-r .xy-lan a{color: #fff;font-size: 16px;}
.xy-top-t-r .xy-lan a:nth-child(1):after{content: "|";margin: 0 5px;color: #fff;display: inline-block;font-size: 16px;}
.xy-top-t-r .xy-lan a:hover{color: #81c7fa}
.xy-nav{height: 100px;width: 100%;margin: 0 auto;}
.xy-nav .xy-logo{float: left;width: 30%;margin-top: 20px;}
.xy-nav .xy-nav-l{width: 64.6667%;float: right;text-align: center}
.xy-nav .xy-nav-l ul li{float: left;text-align: center;}
.xy-nav .xy-nav-l ul li:nth-child(1) a{color: #004da0;font-weight: bold;}
.xy-nav .xy-nav-l ul li a{color: #333;font-size: 16px;display: block;padding: 40px 13px;}
.xy-nav .xy-nav-l ul li:hover{background:-webkit-linear-gradient(top,#f1f1f1,#e5e5e5);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f1f1f1,endcolorstr=#e5e5e5,gradientType=1);}
.xy-nav .xy-nav-l ul li:hover a{font-weight: bold;}
#xybanner .pagination {
      display: block;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px !important;
    width: 100%;
  z-index: 999
}
#xybanner .swiper-pagination-bullet{
    display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 12px !important;
  cursor: pointer;
border:#fff 2px solid;
opacity:1;
  
}
#xybanner .swiper-pagination-bullet-active{background: #1865b7;}
.xy-part01{background: url("../images/xy-about-pic2.png")left center no-repeat;width: 100%;height: 490px;overflow: hidden;position: relative;}
.xy-title {margin-top: 40px;width: 100%;height: 50px;overflow: hidden}
.xy-title h2{color: #004da0;font-size:36px;display: inline-block;font-weight: bold;float: left;}
.xy-title em{font-family: "Arial";font-size: 26px;color: #a8a8a8;display: inline-block;margin-left: 20px;font-weight:normal}
.xy-title span{color: #004da0;float: right;display: inline-block;font-size: 16px;vertical-align: middle;margin-top:10px;}
@font-face {
  /* font-properties */
  font-family: DINCond-Light;
  src: url("../images/DINCond-Light.otf");
}
.xy-info-z{width: 64%;float: right;margin-top: 40px;}
.xy-info-z p{font-size: 16px;color: #444444;line-height: 30px;margin-top: 10px;}
.xy-info-z span{text-align: center;background: #004da0;width: 200px;height: 50px;line-height: 50px;display: block;float: right;margin-top:20px;}
.xy-info-z span a{color: #fff;font-size: 18px;display: block;}
.xy-part02{background: url("../images/xy-dbg.jpg")center center no-repeat;width: 100%;height:435px;overflow: hidden;position: relative;}
.xy-p2-title{position: relative;background: url("../images/xy-gg-bg.jpg")center center no-repeat;width: 330px;height: 350px;float: right;margin-top: 40px;}
.xy-p2-t-z{position: absolute;bottom:30px;right:30px;text-align: right}
.xy-p2-t-z h2{color: #fff;font-size: 36px;font-weight: bold;}
.xy-p2-t-z p{font-family: "Arial";font-size:26px;font-weight:normal;color: #fff;margin-top:5px;text-transform:uppercase;}
.xy-p2-t-z span{display: block;font-size: 16px;color: #fff;margin-top:5px;}
.xy-p2-l{width: calc(100% - 330px);float: left;background: #fff;margin-top: 40px;height: 300px;padding: 25px 0;}
.xy-p2-l ul{font-size:0;}
.xy-p2-l ul li{padding:0 2.5%;width:28%;display: inline-block;margin: 0 auto;border-right: #ccc 1px solid;}
.xy-p2-l ul li h2{font-size: 18px;color: #333;line-height: 30px;height: 120px;overflow: hidden}
.xy-p2-l ul li p{font-size: 22px;text-align:left;color: #9a9a9a;margin-top: 20px;}
.xy-p2-l ul li p:before{content: "";background: url("../images/xy-ico3.png")center center no-repeat;background-position:100% 0; width:19px;height: 19px;display: inline-block;margin-right: 10px;vertical-align:middle;margin-bottom: 3px;}
.xy-p2-l ul li:nth-child(3){border-right: 0;}
.xy-p2-l ul li span{float: right;text-align: center;width: 120px;height: 40px;line-height: 40px;background: #007ccb;color: #fff;font-size: 16px;border-radius:5px;margin-top: 80px;}
.xy-p2-l ul li:hover h2{font-weight: bold;color: #004da0}
.xy-p2-l ul li:hover p{color: #004da0}
.xy-p2-l ul li:hover p:before{content: "";background-position:100% 100%;}
.xy-p2-l ul li:hover span{background:#004da0}
.xy-part03{width: 100%;margin:0 auto;height: auto;overflow: hidden;}
.xy-part03 .xy-title{margin-top: 25px;}
.xy-part03-l{width: 100%;height: auto;overflow: hidden;margin-top:30px;}
.xy-part03-l ul li{width: 49%;float: left;padding:0;height: auto;border-bottom: #e9e9e9 1px solid;margin-bottom:15px;}
.xy-part03-l ul li:nth-child(even){float: right;}
.xy-part03-l ul li h2{font-size: 16px;color: #333;float: left;}
.xy-part03-l ul li h2:before{content: "";width:6px;height: 6px;border-radius:50%;display: inline-block;margin-right:10px;margin-bottom: 3px;background: #bcbcbc;}
.xy-part03-l ul li span{float: right;display: block;width: 120px;height: 35px;line-height: 35px;text-align: center;color: #fff;background: #bf4d96;margin-bottom: 15px;font-weight: bold;}
.xy-part03-l ul li span i{display: inline-block;background: url("../images/xy-ico4.png")center center no-repeat;width: 15px;height: 15px;display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;}
.xy-part03-l ul li:nth-child(7){border-bottom: 0;}
.xy-part03-l ul li:nth-child(8){border-bottom: 0;}
.xy-part03-l ul li:hover h2{color: #bf4d96}
.xy-part03-l ul li:hover h2:before{content: ""; background:#bf4d96}
.xy-part04{background: url("../images/xy-fc-dbg.jpg")center center no-repeat;height:488px;width:100%;overflow: hidden;position: relative}
.xy-part04 .xy-title{margin-top: 30px;}
.xy-part04 .xy-title h2{color: #fff;}
.xy-part04 .xy-title h2 em{color: #7db7f8;}
.xy-part04 .xy-title span{color: #fff;}
.xy-part04-l ul li{position: relative;display: block;box-sizing: border-box;float: left;width:23.5%;margin-right: 2%;margin-top:3%;overflow: hidden}
.xy-part04-l ul li:nth-child(4n){margin-right: 0;}
.xy-part04-l ul li div.xy-fc-pic{position: relative;width:100%;height:180px;}
.xy-part04-l ul li div.xy-fc-pic p{position: absolute;bottom:10px;left: 10px;width: 140px;height: 35px;line-height: 35px;text-align: center;background: rgba(0,0,0,0.7);color: #fff;z-index: 9999;}
.xy-part04-l ul li div.xy-fc-pic p i{display: inline-block;background: url("../images/xy-ico4.png")center center no-repeat;width: 15px;height: 15px;margin-right: 10px;margin-bottom: 3px;vertical-align: middle;}
.xy-part04-l ul li div.xy-fc-pic img{width: 100%;height:100%;position: absolute;z-index: 997;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
.xy-part04-l ul li div.xy-fc-pic b{width: 100%;height:100%;position: absolute;z-index: 998;display: none;background: rgba(0,0,0,0.6);}
.xy-part04-l ul li div.xy-fc-pic span{text-align: center;position: absolute;top:-9999px;left: 0;right:0;margin: 0 auto;font-size: 16px;z-index: 999;color: #fff;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
.xy-part04-l ul li div.xy-fc-pic span:before{content: "";background: url("../images/xy-ico5.png")center center no-repeat;width: 29px;height: 29px;display: block;text-align: center;margin: 0 auto 20px auto;}
.xy-part04-l ul li h2{background: #fff;height: 100px;border-top:#bf4d96 5px solid;width: 90%;padding:15px 5%;color: #333;line-height: 30px;font-size: 16px;}
.xy-part04-l ul li:hover div.xy-fc-pic p{display: none}
.xy-part04-l ul li:hover div.xy-fc-pic b{display: block}
.xy-part04-l ul li:hover div.xy-fc-pic span{display: block;top: 30%}
.xy-part04-l ul li:hover h2{background: #bf4d96;color: #fff;}
.xy-part04-l ul li:hover div.xy-fc-pic img{transform:scale(1.05); -webkit-transform:scale(1.05); -o-transform:scale(1.05); -ms-transform:scale(1.05); -moz-transform:scale(1.05);}
.xy-part05 .xy-title{margin-top: 30px;}
.xy-kw{width: 100%;height: 315px;margin:30px auto;position: relative;overflow: hidden}
.xy-kw-k{width: 165px;height: 205px;border:#004da0 10px solid;border-radius: 10px;float: left;background: #fff;position: absolute;left: 0;top: 0}
.kw-fm-pic{position:absolute;width: 208px;height: 285px;left:30px;top:30px;}
.xy-kw-z{width: calc(100% - 238px);float: right;height: 180px;background:-webkit-linear-gradient(top,#1177e4,#032d5a);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1177e4,endcolorstr=#032d5a,gradientType=1);margin-top:50px;}
.xy-kw-z h2{font-size: 26px;color:#fff;margin-left:30px;margin-top:30px;}
.xy-kw-z p{font-size: 16px;line-height: 30px;color: #a0bfe1;margin-left:30px;margin-top: 10px;width: 90%;}
.xy-kw span{width: 160px;height: 50px;line-height: 50px;text-align: center;float: right;color: #fff;margin-top: 40px;display: block;background: #004da0;position: absolute;right: 0;bottom:0}
.xy-kw span a{font-size: 16px;color: #fff;}
.xy-part06{background:url("../images/xy-jz.jpg")center center no-repeat;widows:100%;height:150px;overflow: hidden;position: relative;}
.xy-part06 h2{color: #fff;font-size: 40px;display: inline-block;width: 100%;text-align:center;margin: 50px auto;}
.xy-part06 h2 em{font-family: "Arial";font-size: 26px;display: inline-block;margin-left: 10px;font-weight:normal}
.xy-footer{background: url("../images/xy-foot.jpg")center center no-repeat;width: 100%;height: 280px;position: relative;margin: 0 auto;overflow: hidden}
.xy-footer-logo{margin-top: 50px;float: left;}
.xy-footer-nav{float: left;margin-left: 50px;margin-top: 50px;width: 185px;}
.xy-footer-nav h2{font-size: 18px;color: #fff;margin-bottom: 15px;height: auto;overflow: hidden;font-weight: bold;}
.xy-footer-nav ul li{width: 50%;float: left;line-height: 30px}
.xy-footer-nav ul li:nth-child(even){float: right;}
.xy-footer-nav ul li a{font-size: 16px;color: #fff;}
.xy-footer-nav ul li a:hover{color: #bf4d96}
.xy-footer-lx{float: right;width: 375px;text-align: left;margin-top: 50px;}
.xy-footer-lx h2{font-size: 18px;color: #fff;margin-bottom: 15px;height: auto;overflow: hidden;font-weight: bold;}
.xy-footer-lx p{font-size: 16px;line-height: 30px;color: #fff;}
#nav-menu li {position: relative}
#nav-menu li ul li, #nav-menu li ul li a{

font-size: 16px;
color: #333;
padding:0
}
#nav-menu li ul li{
  padding:0;
  line-height: 45px;
  width: 100%;
  background: #fff;
  border-bottom: #ddd 1px solid;
}
#nav-menu li ul {display: none;position: absolute;left:0;right:0; top: 100px;z-index: 99999;width:120px;margin:0 auto}
#nav-menu li:hover ul{
  display: block;
}
#nav-menu li ul li:hover{background: #004da0;color: #fff;}
#nav-menu li ul li:hover a{color: #fff;}
/*学生天地*/
.xs-header{width: 100%;margin: 0 auto;position: relative;}
.xs-top-t{background: url("../images/xs-top.jpg")top center no-repeat;width: 100%;height:80px;position: relative;margin: 0 auto;}
.xs-nav{position: absolute;top:30px;left: 0;right: 0;z-index: 99999;}
.xs-nav .wrapper-sub2{background: url("../images/xs-logo-bg.png")left center no-repeat;height:100px;}
.xs-nav .wrapper-sub2 ul li{width: 11.1%;float: left;text-align: center;line-height: 80px;height: 80px;}
.xs-nav .wrapper-sub2 ul li a{color: #fff;font-size: 16px;}
.xs-logo{float: left;margin-left:25px;margin-top:20px;}
.xs-nav .xs-nav-l{height: 80px;width: calc(100% - 300px);float: right;background: #004da0;margin-top: 10px;}
.xs-nav .wrapper-sub2 ul{width:calc(100% - 140px);float: left;}
.xs-nav .wrapper-sub2 .xs-search{width:29px;height:80px;float: right;position: relative;margin-right: 20px;margin-top:25px;}
.xs-nav .wrapper-sub2 .xs-search form{position: absolute;right:-20px;top:55px;width: 250px;height: 50px;line-height: 50px;background: #fff;display: none}
.xs-nav .wrapper-sub2 .xs-search form input[type=text]{background: #fff;border:0;display: inline-block;width:calc(100% - 50px);background: none;text-indent:1.5em;height: 50px;font-size: 15px;}
.xs-nav .wrapper-sub2 .xs-lan{float: right;width: 80px;height: 80px;line-height:80px;}
.xs-nav .wrapper-sub2 .xs-lan a{color: #fff;font-size: 16px;}
.xs-nav .wrapper-sub2 .xs-lan a:nth-child(1):after{content: "|";display: inline-block;margin: 0 5px;color: #fff;font-size: 16px;}
.xs-nav .wrapper-sub2 .xs-lan a:hover{color: #81c7fa}
.xs-nav .wrapper-sub2 .xs-search form input[type=submit]{background: url("../images/xy-ico2.png")center center no-repeat;width: 28px;height: 28px;display: inline-block;border:0;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;cursor: pointer;}
.xs-nav #nav-menu li ul{top: 80px;float: none;z-index: 99999;}
.xs-nav #nav-menu li ul li{height: 50px;}

.xs-nav #nav-menu li ul li a{display: block}
.xs-part01{background: url("../images/xs-p1-bg.jpg")center center no-repeat;width: 100%;height: 520px;position: relative;margin: 0 auto;padding: 0;}
.xs-title {margin-top:30px;width: 100%;height: 50px;overflow: hidden}
.xs-title h2{color: #fff;font-size:30px;display: inline-block;float: left;}
.xs-title em{font-size:20px;color: #004da0;display: inline-block;margin-left:15px;text-transform:uppercase;}
.xs-title span{color: #216198;float: right;display: inline-block;font-size: 16px;vertical-align: middle;margin-top:10px;}
.xs-title em:after{display: inline-block;content: "";background: url("../images/xs-t-ico.png")center center no-repeat;width: 17px;height: 15px;vertical-align: middle;margin-left: 20px;margin-bottom: 3px;}
.xs-part01-l{width: 100%;height: auto;overflow: hidden;position:relative;margin-top:15px;}
.xs-part01-l ul{border-bottom: #fff 2px solid;height:auto;overflow: hidden;position: relative}
.xs-part01-l ul li{width: 250px;height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #073d6b;background: #fff;font-weight: bold;float: left;margin-right: 10px;cursor: pointer}
.xs-part01-l ul li.active{background: #bf4d96;color: #fff}
.xs-part01-l section{margin-top:30px;}
.xs-part01-l section em{position: absolute;right:0;top:10px;}
.xs-part01-l section em a{color: #fff;font-size: 16px;}
.xs-part01-l section ol{height: auto;overflow: hidden;width: 100%;margin: 0 auto}
.xs-part01-l section ol li{width:49%;height: 143px;background: #fff;float: left;}
.xs-part01-l section ol li img{width:190px;height:143px;}
.xs-part01-l section ol li:nth-child(even){float: right;}
.xs-part01-l section ol li div{float: right;width:calc(100% - 230px);margin-right: 20px;margin-top:15px;}
.xs-part01-l section ol li div h2{font-size: 18px;color: #333;font-weight: bold;height:60px;line-height:30px;margin-bottom:25px;}
.xs-part01-l section ol li div span{color: #22558c;font-size: 16px;float: left;display: block}
.xs-part01-l section ol li div p{background: #22558c;width: 120px;height: 30px;line-height: 30px;text-align: center;color: #fff;float: right;display: block}
.xs-part01-l section dl{margin-top: 35px;width: 100%;height: auto;overflow: hidden}
.xs-part01-l section dl dt{width:49%;float: left;border-bottom:#234e73 1px solid;margin-bottom: 15px;padding-bottom: 15px;}
.xs-part01-l section dl dt h2:before{content: "";width: 6px;height: 6px;background: #fff;display: inline-block;margin-right: 10px;border-radius: 50%;vertical-align: middle;margin-bottom: 3px;}
.xs-part01-l section dl dt h2{color: #fff;font-size: 16px;display: inline-block;float: left;}
.xs-part01-l section dl dt span{display: inline-block;float: right;color: #fff;font-size: 14px;}
.xs-part01-l section dl dt:nth-child(5){border-bottom: 0;}
.xs-part01-l section dl dt:nth-child(6){border-bottom: 0;}
.xs-part01-l section dl dt:nth-child(even){float: right;}
.xs-part01-l section dl dt:hover h2{color:#0a94eb }
.xs-part01-l section dl dt:hover h2:before{content:"";background:#0a94eb;}
.xs-part01-l section dl dt:hover span{color:#0a94eb }
.xs-part02{background: #fff;width: 100%;margin:0 auto;padding: 30px 0;position: relative;}
.xs-part02-l{width: 580px;float: left;}
.xs-part02-l ul{height: auto;overflow: hidden;width: 100%;}
.xs-part02-l ul li{background: url("../images/xs-tab-bg1.jpg")center center no-repeat;width:280px;height:106px;line-height: 106px; text-align: center;color: #fff;font-size: 30px;float: left;}
.xs-part02-l ul li a{color: #fff;font-weight: bold;text-shadow: 2px 2px 2px #000;display:block;}
.xs-part02-l ul li:nth-child(even){float: right;background: url("../images/xs-tab-bg2.jpg")center center no-repeat;}
.xs-part02-l section{margin-top: 30px;}
.xs-part02-l section dl{margin-top:15px;width: 100%;height: auto;overflow: hidden}
.xs-part02-l section dl dt{width:100%;float: left;border-bottom:#dcdcdc 1px solid;margin-bottom: 13px;padding-bottom: 13px;}
.xs-part02-l section dl dt h2:before{content: "";width: 6px;height: 6px;background: #bcbcbc;display: inline-block;margin-right: 10px;border-radius: 50%;vertical-align: middle;margin-bottom: 3px;}
.xs-part02-l section dl dt h2{color: #444;font-size: 16px;display: inline-block;float: left;}
.xs-part02-l section dl dt span{display: inline-block;float: right;color: #444;font-size: 14px;}
.xs-part02-l section dl dt:nth-child(6){border-bottom: 0;}
.xs-part02-l section dl dt:nth-child(even){float: right;}
.xs-part02-l section dl dt:hover h2{color:#004da0 }
.xs-part02-l section dl dt:hover h2:before{content:"";background:#004da0;}
.xs-part02-l section dl dt:hover span{color:#004da0 }
.xs-part02-r{float: right;width: 580px;}
.xs-part02-r .xs-title{margin-top: 0;height: auto;}
.xs-part02-r .xs-title h2{color: #000000;display: block}
.xs-part02-r .xs-title em{display: block;color: #999999;margin-left: 0;margin-top:5px;}
.xs-part02-r .xs-title em:after{content:"";background: url("../images/xs-t-ico2.png")center center no-repeat;}
.xs-part02-r ul{margin-top: 10px;}
.xs-part02-r ul li{height:auto;width: 100%;border-bottom: #e9e9e9 1px solid;padding-bottom:25px;margin-top: 25px;overflow: hidden}
.xs-part02-r ul li em:before{content: "";height: 10px;background: #2c7fd9;width:20px;position: absolute;right:20px;top:-10px;}
.xs-part02-r ul li em{width: 115px;height:95px;border-top: #1b3047 10px solid;text-align: center;background: #efefef;display: block;float: left;font-size: 20px;color: #444;padding-top: 10px;position: relative}
.xs-part02-r ul li em strong{display: block;font-size:50px;color: #444;}
.xs-part02-r ul li:nth-child(2) {border-bottom: 0;}
.xs-part02-r ul li h2{font-size: 15px;color: #666;width: calc(100% - 140px);float: right;line-height: 30px;overflow: hidden;margin-bottom:10px;}
.xs-part02-r ul li span{width: 140px;height: 40px;line-height: 40px;background: #004da0;text-align: center;color: #fff;font-size: 14px;float: right;display: block;}
.xs-part03{background:#e4e4e4 url("../images/xs-p3-bg.jpg")top center no-repeat;width: 100%;height:435px;overflow: hidden;position: relative;}
.xs-part03 .xs-title h2{color: #000000;}
.xs-part03 .xs-title em{color: #999999;}
.xs-part03 .xs-title em:after{content:"";background: url("../images/xs-t-ico2.png")center center no-repeat;}
.xs-part03-l ul li{position: relative;display: block;box-sizing: border-box;float: left;width:23.5%;margin-right:2%;margin-top: 2%;background: #fff;padding-bottom:10px;overflow: hidden}
.xs-part03-l ul li:nth-child(4){margin-right: 0;}
.xs-part03-l ul li h2{font-size: 18px;color: #333;width: 90%;margin: 5% auto 10px auto;height: auto;overflow: hidden;line-height:26px}
.xs-part03-l ul li img{width: 100%;height:175px;transition-duration:.3s; -webkit-transition-duration:.3s; -o-transition-duration:.3s; -ms-transition-duration:.3s; -moz-transition-duration:.3s;}
.xs-part03-l ul li span{display: none;float: left;font-weight: bold;color: #123e6e;margin-left: 5%;font-size: 16px;}
.xs-part03-l ul li p{float: right;margin-right: 5%;color:#123e6e;}
.xs-part03-l ul li:hover span{display: block}
.xs-part03-l ul li:hover img{transform:scale(1.05); -webkit-transform:scale(1.05); -o-transform:scale(1.05); -ms-transform:scale(1.05); -moz-transform:scale(1.05);}
.xs-part03-l ul li:hover{border-bottom:#123e6e 5px solid;}
.xs-part04{background:url("../images/xs-zp-bg.jpg")center center no-repeat;width:100%;height:180px;position: relative;text-align: center;}
.xs-part04 h2{display: inline-block;font-size: 54px;color: #fff;text-shadow: 2px 2px 2px #000;margin-top: 55px;}
.xs-part04 span{display: inline-block;margin-left: 20px;font-size:48px;color: #fff;text-shadow: 2px 2px 2px #000;text-transform:uppercase}
/*内页*/

.n-top{height: auto;width: 100%;margin: 0 auto;padding: 0;position: relative;}
.n-top-t{background: #05375c;height: 55px;width: 100%;}
.n-top-t-l{float: left;height: 55px;line-height:55px;}
.n-top-t-l span:nth-child(1){width: 120px;text-align: center;background: #0352a7;border-left: #1865b7 1px solid;border-right: #1865b7 1px solid;display:inline-block}
.n-top-t-l span a{color: #fff;font-size: 16px;}
.n-top-t-l span:nth-child(2){width: 470px;line-height:55px;height:55px;text-align: center;border-right: #1865b7 1px solid;display: inline-block;text-align: center;}
.n-top-t-l span:nth-child(2) i{background: url("../images/xy-ico.png")center center no-repeat;display: inline-block;width: 22px;height: 19px;margin-right: 20px;vertical-align: middle;margin-bottom: 3px;}
.n-top-t-r{float: right;width: 370px;}
.n-top-t-r .n-search{width:75%;height:40px;line-height: 40px; margin-top:7px;background: #fff;border-radius: 5px;display: inline-block;float: left;}
.n-top-t-r .n-search input[type=text]{width: 80%;float: left;height:40px;border:0;background:none;text-indent: 1.5em}
.n-top-t-r .n-search input[type=submit]{background:url("../images/xy-ico2.png")center center no-repeat;float: right;width: 28px;height: 28px;margin-right:15px;margin-top:8px;border:0;cursor: pointer}
.n-top-t-r .n-lan{width: 20%;display: inline-block;height:55px;line-height:55px;float: right;}
.n-top-t-r .n-lan a{color: #fff;font-size: 16px;}
.n-top-t-r .n-lan a:nth-child(1):after{content: "|";margin: 0 5px;color: #fff;display: inline-block;font-size: 16px;}
.n-top-t-r .n-lan a:hover{color: #81c7fa}
.n-top-t-l{float: left;position: relative;}
.n-top-t-l ul li {display: inline-block;font-size: 16px;color:#fff; margin:0 auto;text-align: center;padding:0 10px;position: relative;}
.n-top-t-l ul li:after{content: "|";display: inline-block;padding-left:20px;vertical-align: bottom;margin-bottom:0px;color: #a8c9f7}
.n-top-t-l ul li ul li{line-height: 40px;}
.n-top-t-l ul li ul{display: none;position: absolute;left:-100%;right:0;top:55px;width: 300px;height: 40px;line-height: 40px; background: #051d32;z-index: 9999;}
.n-top-t-l ul li ul li:after{content: "";padding-left: 0;}
.n-top-t-l ul li a{color:#a8c9f7;display:inline-block}
.n-top-t-l ul li:hover a{color: #fff}
.n-top-t-l ul li:hover ul li a{color: #fff;}
.n-top-t-l ul li:nth-child(5):after{content:"";}
.n-nav {width: 100%;height:55px;padding: 25px 0}
.n-nav .n-logo{float: left;width: 20%;margin-top: 0;}

.n-nav-r{width: 77%;float: right;height:80px;line-height:80px;text-align: center;margin-top:0;}



.n-nav .nav_menu3,
.n-nav .nav_menu3 ul,
.n-nav .nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.n-nav .nav_menu3 ul li
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.n-nav .nav_menu3 ul{position: relative;}
.n-nav .nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.n-nav .nav_menu3:after,
.n-nav .nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.n-nav .nav_menu3 #menu-button {
  display: none;
}
.n-nav .nav_menu3 {
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.n-nav .nav_menu3 > ul > li {
text-align: center;line-height:80px;float: left;padding: 0 17px;height: 80px;}
.n-nav .nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.n-nav .nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.n-nav .nav_menu3.align-center ul ul {
  text-align: left;
}
.n-nav .nav_menu3.align-right > ul > li {
  float: right;
}
.n-nav .nav_menu3.align-right ul ul {
  text-align: right;
}
.n-nav .nav_menu3 > ul > li > a {

  text-decoration: none;

  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  color: #111;
  font-size: 18px;
  font-weight: normal;
  font-family: "Arial";
  height: 70px;
  line-height: 70px;
  display: block;

}
.n-nav .nav_menu3 > ul > li:hover  {
  color: #05375c;


}
.n-nav .nav_menu3 > ul > li:hover > a{color: #05375c;font-weight:  normal;}

.n-nav .nav_menu3 > ul > li.active  {
  color: #05375c;


}
.n-nav .nav_menu3 > ul > li.active > a{color: #05375c;font-weight:  normal;}

.n-nav .nav_menu3 > ul > li#nav-has-sub:hover > a::after {
  border-color: #990B2C;
}

.n-nav .nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
  top:80px;
}

.n-nav .nav_menu3 li:hover > ul {
  left: 0;
}

.n-nav .nav_menu3.align-right li:hover > ul {
  left: 0;
}
.n-nav .nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.n-nav .nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.n-nav .nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.n-nav .nav_menu3 ul li:hover > ul > li {
  height: 50px;
  
}
.n-nav .nav_menu3 ul ul li a {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height:50px;
  width: 115px;
  font-weight: bold;
  text-align: center;
  background: #05375c;
  text-decoration: none;
  color: #fff; 
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 16px;
}
 .nav_menu3 ul ul li ul li a{width:185px;}
.n-nav .nav_menu3 ul ul li ul li a{width:185px;}
.nav_menu3 ul li:nth-child(6) ul li:nth-child(3):hover ul{display: none}
/*.n-nav .nav_menu3 ul li:nth-child(1) ul li a{width: 176px;}
.n-nav .nav_menu3 ul li:nth-child(2) ul li a{width: 176px;}
.n-nav .nav_menu3 ul li:nth-child(3) ul li a{width: 90px;}
.n-nav .nav_menu3 ul li:nth-child(3) ul li ul li a{width:200px;}
.n-nav .nav_menu3 ul li:nth-child(4) ul li:nth-child(3):hover ul{display: none}
.n-nav .nav_menu3 ul li:nth-child(2) ul li:nth-child(5):hover ul li a{width: 176px;}

/*.n-nav .nav_menu3 ul li:nth-child(5) ul li a{width: 115px;}*/
.n-nav .nav_menu3 ul ul li:hover > a,
.n-nav .nav_menu3 ul ul li a:hover {
  color: #05375c;
  background: #fff;



}
.n-nav .nav_menu3 ul ul li:hover ul li a{background: #05375c;color:#fff}
.n-nav .nav_menu3 ul li:hover ul li:hover.menu333:after {content:"";background:url("../images/n-nav-arrow-r.png") center center no-repeat;color: #05375c; position: absolute;right: 0px;top: 30%;margin-right: 0px;  display: inline-block;text-align: right;width: 9px;height: 20px;}
.nav_menu3 ul li ul li ul li a:hover {
  color: #05375c;
  background: #fff;



}
.nbanner{position:relative;width: 100%;height: auto;overflow: hidden;text-align: center}
.nbanner img{width: 100%;position: absolute;left: 0;top: 0;}
.nbanner h2{position: absolute;left: 0;right: 0;margin: 0 auto;top:40%;width: 100%;color: #fff;font-size: 36px;display: inline-block;}
.nbanner h2 span{display:block;color: #6ad7ff;}
.nbanner .wrapper-sub{margin: 0 auto;top:45%;}
.nbanner .wrapper-sub h2{float: left;display: block;position: static;text-align: left}
.nbanner .wrapper-sub span{display: block;text-align: left;margin-left: 0;font-size: 20px;color: #a4a4a4;margin-top: 10px;}
.mbx{height:60px;line-height: 60px;background: #f1f1f1;width: 100%;color: #111;font-size: 16px;}
.mbx-z img{display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;}
.mbx-z a{margin: 0 5px;color: #111;font-size: 16px;}
.mbx-z a:hover{color: #05375c}
.n-list_r{width: 79%;float: right;margin-top:40px;}
.n-list_l{width: 220px;float: left;height: auto;overflow: hidden;margin:40px auto;}
.n-list-r-t{font-size:32px;color: #0a4993;text-align: center;border-bottom: #ddd 1px solid;font-weight: bold;padding-bottom: 30px;position: relative}
.n-list-r-t h1{display: inline-block}
.n-list-r-t:after{position: absolute;left: 0;bottom: -12px;right: 0;content: "";background: url("../images/n_bt_ico.png")center center no-repeat;width: 79px;height: 23px;margin: 0 auto;display:inline-block;text-align: center}

.list_l_title{background:#1a498a;width: 100%;height:80px;line-height:80px;color: #fff;}
.list_l_title a{display: block;width: 100%;height:80px;line-height:80px;text-indent: 1em;color: #fff;font-size:30px;}
.n-list_l .subNav{border-top: #caced4 1px solid;width: 100%;background: #f7f7f7;height: auto;overflow: hidden}
.n-list_l .subNav span{display:inline-block;background: url("../images/n_l_arrow.png")center center no-repeat;width:13px;height: 21px;float: right;margin-right: 1em;vertical-align: middle;margin-top: 15px;}
.n-list_l .subNav h2{float: left;width: 80%;height: 50px;line-height: 50px;text-indent: 1.5em;color: #333;font-size:17px;}
.n-list_l .subNav a{display: block;height: 50px;line-height: 50px;background: #e5e5e5;width: 100%;}
.n-list_l .subNav:hover a{background: #e5e8ed;cursor: pointer;}
.n-list_l .subNav:hover h2{color: #333;}
.n-list_l .subNav:first-child{border-top: 0;}
.n-list_l .currentDd a{background: #e5e8ed;}
.n-list_l .currentDd span{background: url("../images/n_l_arrow02.png")center center no-repeat;width: 22px;height: 13px;margin-top: 20px;}
.n-list_l .currentDd h2{color: #0a4993;font-weight: bold;}
.n-list_l .currentDd h2:before{display: inline-block;border-radius: 50%;background:#0a4993;width:5px;height:5px;margin-right: 10px;content: "";vertical-align: middle;margin-bottom: 3px;}
.n-list_l .navContent{display:none;}
.n-list_l .navContent li{width: 100%;height: 50px;line-height: 50px;background: #ecf0f5;color: #333;}
.n-list_l .navContent li a{display: block;height: 50px;line-height: 50px;width: 100%;}
.n-list_l .navContent li h2{float: left;width:100%;height: 50px;line-height: 50px;text-indent:2em;color: #333;font-size: 14px;}
.n-list_l .navContent li:hover h2{color: #0a4993;font-weight: bold;}
.n-list_l .navContent li:hover h2:before{content: "";background: url("../images/n_l_arrow03.png")center center no-repeat;width:5px;height: 11px;background-position: 100% 100%;display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;}
.n-list_l .navContent li.active{background: #b2dfff;}
.n-list_l .navContent li.active h2{color: #0a4993;font-weight: bold;}
.n-list_l .navContent li.active h2:before{content: "";background: url("../images/n_l_arrow03.png")center center no-repeat;width:5px;height: 11px;background-position: 100% 100%;display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;}
.n-l-pic{width: 100%;height: auto;overflow: hidden}
.n-l-pic img{width: 100%;margin-top: 10px;}
.fck-zj{width: 98%;margin:20px auto 50px auto;height: auto;overflow: hidden;}
.fck-zj .zj-info{background: #f1f1f1;padding: 15px;height: auto;overflow: hidden}
.fck-zj .zj-info img{float: left;width: 120px;height: 168px;}
.fck-zj .zj-info .zj-info-pic-r{float: right;width:calc(100% - 160px);}
.fck-zj .zj-info .zj-info-pic-r h2{font-size: 24px;color: #0a4993;margin-bottom:10px;}
.fck-zj .zj-info .zj-info-pic-r h2 span{display: inline-block;margin:15px 0 15px 20px;color: #333;font-size: 20px;}
.fck-zj .zj-info .zj-info-pic-r p{line-height: 30px;color: #333;font-size: 16px;}
.fck-zj .zj-info .zj-info-pic-r p:before{content: "";background: url("../images/n_l_arrow03.png")center center no-repeat;width:5px;height: 11px;background-position: 100% 0;display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;}
.zj-k-list{width: 98%;margin: 20px auto 0 auto;height: auto;overflow: hidden}
.zj-k-list .zj-k-title{background: #3f6899;height: 40px;width: 100%;padding: 0;width: 240px;line-height: 40px;text-align: center !important;color: #fff;font-size: 18px;}
.zj-k-list .zj-k-z{background: #ecf0f5;padding:10px 20px 20px 20px;height: auto;overflow: hidden;border-top: #3f6899 3px solid;}
.zj-k-list .zj-k-z h2{color: #000;font-size: 18px;height: auto;overflow: hidden;margin-bottom:15px;margin-top:15px;font-weight:bold;}
.zj-k-list .zj-k-z table{text-align: center;width: 100%;margin: 0 auto 10px auto;color: #333;font-size: 16px;}
.zj-k-list .zj-k-z table th{background: #afafaf;color: #fff;border:#fff 1px solid;height:40px;line-height:40px;}
.zj-k-list .zj-k-z table td{background: #fff;color: #333;border:#e4e4e4 1px solid;height:40px;line-height:40px;}
.zj-k-list .zj-k-z p{line-height: 32px;font-size: 16px;color: #333;}
.zj-gd{margin:30px auto 0 auto;width:98%;height: auto;overflow: hidden}
.zj-gd-title{border-bottom: #ccc 1px solid;width: 100%;padding-bottom:10px;height: auto;overflow: hidden}
.zj-gd-title h2{color: #3f6899;font-size: 20px;float: left;display: inline-block;font-weight: bold;}
.zj-gd-title h2:before{content: "";background: url("../images/n_xzgd_ico.png")center center no-repeat;width: 19px;height: 20px;display: inline-block;vertical-align: middle;margin-bottom: 3px;margin-right: 10px;margin-left: 5px;}
.zj-gd-title p{color: #333;font-size: 16px;float: right;display: inline-block;margin-right: 10px;}
.zj-gd-z{margin-top: 20px;width: 100%;height: auto;overflow: hidden;}
.zj-gd-z a{font-size: 16px;color: #111;width: 100%;display: block;line-height: 34px}
.zj-gd-z a:before{content: "";background: #3f6899;display: inline-block;width: 6px;height: 6px;border-radius: 50%;vertical-align: middle;margin-left:15px;margin-right: 10px;margin-bottom: 5px;}
.zj-gd-z a:hover{color: #3f6899;font-weight: bold;}
.n-footer{background: #05375c;width: 100%;height: 545px;overflow: hidden;}
.n-foot-nav{height: 330px;width: 100%;margin-top: 30px;overflow: hidden;}
.n-foot-nav ul li{width:11.5%;padding: 0 0.5%; margin: 0 auto;text-align: center;height: auto;overflow: hidden;float: left;position: relative}
.n-foot-nav ul li:after{border-left: #15496f 1px solid;width: 1px;height: 100%;overflow: hidden;content: "";display: inline-block;position: absolute;right: 0;top: 0}
.n-foot-nav ul li a{color: #fff;display: block}
.n-foot-nav ul li a:hover{color: #267bbc}
.n-foot-nav ul li:last-child:after{content:"";display: none;}
.n-foot-nav ul li h2{font-size: 18px;font-weight: bold;}
.n-foot-nav ul li h2:after{display: block;background: #15496f;height: 1px;width:20px;content: "";margin:10px auto;text-align: center;}
.n-foot-nav ul li p{line-height:28px;}
.n-foot-fx{margin:40px auto 0 auto;height: auto;width: 100%;}
.n-foot-fx .n-foot-fx-logo{float: left;}
.n-foot-fx .footer-nmp{width:48%;margin:0 auto;margin-top:15px;}
.n-foot-fx .footer-nmp ul li{height:auto}
.n-foot-fx .footer-nmp ul li img{top: -260%;}
.n-footer-bq{background: #022036;line-height: 55px;height: 55px;width: 100%;margin-top: 30px;}
.n-f-bq-l{float: left;color: #fff;}
.n-f-bq-l p:before{content: "";background: url("../images/n_f_ico.png")center center no-repeat;width: 16px;height: 15px;display: inline-block;margin-right: 10px;}
.n-f-bq-r{float: right;color: #fff;}
.n-f-bq-r a{color: #fff}

.device2 {
  width: 100%;
  height: 536px;
overflow: hidden;
  margin:0 auto;
  position: relative;

}
.swiper-container2 { width: 100%;height: 100%;}
.swiper-container2 img{width: 100%;height: 100%}
.pagination2 {
      display: block;
    position: absolute;
  left: auto !important;
    right: 10px;
    text-align:right;
    bottom: 15px !important;
    width: 100%;
  z-index: 999
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-pagination-bullet{
    display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
opacity:1
  
}
.device2 .swiper-pagination-bullet{
    display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a6a6a6;
  margin: 0 10px !important;
  cursor: pointer;
opacity:1;
  border:0;
  
}
.device2 .swiper-pagination-bullet-active{  background: #00518e;}
.swiper-pagination-bullet-active{  background: #00518e;}
.swiper_z{background:rgba(0,0,0,0.65);height: 50px;line-height: 50px;color: #fff;text-align:left;text-indent: 1.5em;font-size: 16px;width: 100%;position: absolute;left: 0;bottom: 0;z-index: 9999;}
.n-news-index{height: auto;overflow: hidden;width: 100%;margin: 0 auto;}
.n-news-i-l{width: 515px;float: left;}
.n-news-k{width: 100%;background: #f4f4f4;margin-top: 20px;}
.n-news-title{width: 100%;height: 40px;line-height: 40px;background: #33609e;}
.n-news-title h2{font-size: 15px;float: left;color: #fff;}
.n-news-title h2:before{content: "";background:url("../images/n-news-title-ico.jpg")center center no-repeat;width: 8px;height:13px;display: inline-block;margin: 0 15px;vertical-align: middle;margin-bottom: 3px;}
.n-news-title span{color: #a4c2ea;font-size: 15px;float: right;display: inline-block;margin-right: 15px;}
.n-news-kz{width: 100%;height: auto;overflow: hidden;}
.n-news-kz ul li{border-bottom: #ddd 1px solid;width: 100%;height: 35px;line-height: 35px;}
.n-news-kz ul li h2{float: left;display: inline-block;color:#333;margin-left: 15px;}
.n-news-kz ul li h2:before{content: "";width: 6px;height: 6px;background: #33609e;border-radius:50%;display: inline-block;margin-right:10px;vertical-align:middle;margin-bottom: 3px;}
.n-news-kz ul li span{float: right;display: inline-block;color: #333;margin-right: 15px;}
.n-news-kz ul li:last-child{border-bottom: 0;}
.n-news-kz ul li:hover h2{color: #33609e;font-weight: bold;}
.n-news-kz ul li:hover span{color: #33609e;font-weight: bold;}
.n-news-i-r{width: 410px;float:right;}
.n-news-jz{padding: 25px 30px;}
.n-news-jz h2{font-size:24px;color: #391e07;}
.n-news-jz h2:before{content: "";width: 3px;height: 22px;background: #391e07;display: inline-block;margin-right: 15px;vertical-align: middle;margin-bottom: 3px;}
.n-news-jz h3{color: #a92c7d;font-size: 18px;margin-top:10px;}
.n-news-jz p{line-height: 30px;color: #777;font-size: 16px;margin-top:10px;}
.n-news-fc{padding: 18px 0;width: 100%;}
.n-news-fc-img{width:93%;height:auto;overflow:hidden;margin: 0 auto;}
.n-news-fc-img img{width: 100%;height: 100%;}
.n-news-fc-img em{bottom:0;left: 0;width: 100%;height:40px;background: #202020;text-align: center;line-height: 40px;color: #fff;font-size: 16px;;z-index: 2;display: block}
.n-news-fc-img em:before{content: "";background:url("../images/n-news-fc-ico.png")center center no-repeat;width: 21px;height: 21px;display: inline-block;vertical-align:middle;margin-bottom: 3px;margin-right: 10px;}
.n-news-fc-z{background: #fff;width: 93%;margin: 0 auto ;padding:15px 0;height: auto;overflow: hidden}
.n-news-fc-z h2{font-size: 18px;color: #333;line-height: 30px;width:85%;margin: 10px auto 0 auto;}
.n-news-fc-z p{font-size: 16px;color: #777;line-height: 30px;width:85%;margin: 10px auto 0 auto;}
.n-news-cf{background:url("../images/cf-bg.jpg")center center no-repeat;width: 100%;height:140px;margin: 20px auto;}
.n-news-cf h2{font-size: 24px;color: #fff;text-align: center;font-weight: bold;padding-top:15px;}
.n-news-cf h3{color: #87b9ff;font-size: 20px;text-align: center;padding-top: 10px;}
.n-news-cf p{text-align: center;}
.n-news-cf p span{display: inline-block;color: #fff;font-size: 18px;margin: 10px 20px;}
.n-news-cf p span:before{content: "";width: 17px;height: 17px;background:url("../images/cf-ico1.png")center center no-repeat;display: inline-block;vertical-align: middle;margin-bottom: 3px;margin-right: 10px;}
.n-news-cf p span:nth-child(2):before{content: "";background:url("../images/cf-ico2.png")center center no-repeat;}
.n-list-lw{width: 100%;margin: 40px auto;height:auto;overflow: hidden;}
.n-list-lw ul li{border-bottom: #ddd 1px solid;height: 50px;line-height: 50px;width:100%;overflow:hidden;}
.n-list-lw ul li:last-child{border-bottom: 0;}
.n-list-lw ul li h2{font-size: 15px;color: #333;float: left;}
.n-list-lw ul li h2:before{content:"";background: url("../images/n-news-list-ico.png")center center no-repeat;width: 18px;height: 13px;display: inline-block;margin-right: 15px;background-position: 100% 0;}
.n-list-lw ul li p{float: right;display: inline-block;color: #555}
.n-list-lw ul li:hover h2{color:#0a4993;font-weight: bold;}
.n-list-lw ul li:hover p{color:#0a4993;font-weight: bold;}
.n-list-lw ul li:hover h2:before{content:"";background-position: 100% 100%;}
.n-tea-fl{width: 98%;margin:50px auto 0 auto;height: auto;overflow: hidden;}
.n-tea-fl ul li{width:32.5%;margin-right:1.25%;text-align: center;float: left;}
.n-tea-fl ul li:nth-child(3){margin-right:0}
.n-tea-fl ul li h2{font-size: 18px;color: #333;height: 50px;line-height: 50px;background: #e0e0e0;}
.n-tea-fl ul li.active h2{background: #204066;color: #fff;}
.n-tea-fl ul li i{display: block; width: 0;  height: 0; border-width: 10px; border-style: solid;margin:0 auto; border-color:#fff transparent transparent transparent;}
.n-tea-fl ul li.active i{ border-color:#204066 transparent transparent transparent;}
.n-tea-fl ul li:hover h2{ background: #204066;color: #fff}
.n-tea-fl ul li:hover i{ border-color:#204066 transparent transparent transparent;}
.n-zz-tea .n-tea-fl{margin-top:0}
.n-zz-tea article{margin-top:20px;}
.n-zz-tea .n-tea-fl ul li.active h2{background: #a52124;}
.n-zz-tea .n-tea-fl ul li.active i{ border-color:#a52124 transparent transparent transparent;}
.n-zz-tea .n-tea-fl ul li:hover h2{ background: #a52124;}
.n-zz-tea .n-tea-fl ul li:hover i{ border-color:#a52124 transparent transparent transparent;}
.n-tea-xs{width: 98%;margin: 0 auto;height: auto;overflow: hidden;}
.n-tea-xs ul li{  line-height:26px; height: 80px;overflow: hidden;text-align:center; font-size:24px; color:#fff; background:#4e647d;border-radius:5px;width:18.5%;margin-right: 1.875%;margin-top: 1.875%;float: left; display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;}
.n-yjs-l{margin-top:30px;}
.n-yjs-l ul li{height:50px;}
.n-tea-xs ul li p{ display:inline-block; text-align:left; padding:0 10px;color: #fff;font-size: 16px;text-align: center}
.n-tea-xs ul li:nth-child(5n){margin-right: 0;}
.n-tea-xs ul li:hover{background: #0a4993;}
.n-tea-xs ul li.active{background: #0a4993;}
.n-tea-list{width: 100%;margin: 0 auto;height: auto;overflow:hidden}
.n-tea-list ul li{padding:2%;width: 96%;margin: 25px auto 0 auto;background: #f1f1f1;height: auto;overflow: hidden}
.n-tea-list ul li img{float: left;width: 120px;height: 168px;}
.n-tea-list-z{float: right;width:calc(100% - 150px);}
.n-tea-list-z h2{color: #0a4993;font-size: 24px;font-weight: bold;display: inline-block;margin: 10px auto 5px auto;height: auto;overflow: hidden}
.n-tea-list-z em{color: #333;font-size: 20px;margin-left: 15px;display: inline-block;}
.n-tea-list-z p{font-size: 16px;line-height: 30px;color: #555;}
.n-tea-list-z p:before{content: "";background: url("../images/n_l_arrow03.png")center center no-repeat;width: 5px;height: 11px;background-position: 100% 0;display: inline-block;vertical-align: middle;margin-bottom: 3px;margin-right: 10px;}
.n-tea-list-z span{width: 120px;height: 40px;line-height: 40px;color: #fff;background: #0a4993;float: right;text-align: center;font-size: 16px;display: inline-block;margin-top: 20px;}

.n-tea-py{width: 98%;margin: 0 auto;height: auto;overflow: hidden;}
.n-tea-py ul li{  line-height:40px; height:40px;overflow: hidden;text-align:center; color:#fff; background:#4e647d;width:40px;margin-right:11px;margin-top: 1.875%;float: left; display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;}
.n-tea-py ul li p{ display:inline-block; text-align:left; padding:0 10px;color: #fff;font-size: 20px;text-align: center}
.n-tea-py ul li:hover{background: #0a4993;}
.n-tea-py ul li.active{background: #0a4993;}

.n-tea-time{width: 98%;margin:30px auto 10px auto;height: auto;overflow: hidden;}
.n-tea-time ul li{text-align: center;float: left;display: inline-block;position: relative}
.n-tea-time ul li h2{font-size: 15px;color: #333;height:40px;line-height:40px;background: #fff;width:auto;padding: 0 25px;border-radius: 5px;display: inline-block}
.n-tea-time ul li:after{content: "";background: #ddd;width:1.5px;height: 20px;display: inline-block;float: right;margin-left: 15px;position: absolute;right:0;top:20%}
.n-tea-time ul li.active h2{background: #204066;color: #fff;}
.n-tea-time ul li i{display: block; width: 0;  height: 0; border-width: 5px; border-style: solid;margin:0 auto; border-color:#fff transparent transparent transparent;}
.n-tea-time ul li.active i{ border-color:#204066 transparent transparent transparent;}
.n-tea-time ul li:hover h2{ background: #204066;color: #fff}
.n-tea-time ul li:hover i{ border-color:#204066 transparent transparent transparent;}
.n-tea-time ul li.active:after{content: "";display: none}
.n-tea-time ul li:hover:after{content: "";display: none}
.n-tea-time ul li:last-child:after{content: "";display: none}
.article-t{width: 100%;margin: 30px auto;text-align: center;}
.article-t h1{font-size:24px;color: #111;font-weight: bold;}
.article-t p{margin-top: 10px;color: #777;}
.fck{margin:30px auto 50px auto;width: 100%;height: auto;overflow: hidden}
.fck p,.fck div,.fck span{line-height: 30px !important;color: #2f2f2f !important;font-size: 16px !important;}
.jyxm-info{margin:40px auto;width: 100%;height: auto;overflow: hidden}
.jyxm-info ul li{width:100%;background: #23427c;height:auto;overflow:hidden;}
.jyxm-info ul li div.big-jy{width:94%;padding:0 3%;margin:0 auto;height: auto;overflow: hidden;}
.jyxm-info ul li h2{background:#dde7f9;width: 100%;height: 60px;font-size: 24px;color: #192f59;}
.jyxm-info ul li.kc{float: right;}
.jyxm-info ul li h2 em{margin-top: 10px;display: inline-block;}
.jyxm-info ul li h2 em:before{content: "";background:url("../images/jyxm-title-ico01-blue.png")center center no-repeat;width: 22px;height: 22px;display: inline-block;margin: 0 20px 0 30px;vertical-align: middle;margin-bottom: 3px;}
.jyxm-info ul li.kc h2 {background: url("../images/jyxm-title-02.png")center center no-repeat;}
.jyxm-info ul li.kc h2 em:before{content:"";background:url("../images/jyxm-title-ico02.png")center center no-repeat;}
.jyxm-info ul li div.sec-jy{width:calc(100% - 350px);float:left;margin: 0 auto;height: auto;overflow: hidden;padding:30px 0;}
.jyxm-info ul li img.jygk-pic{float:right;margin-top:30px;}
.jyxm-info ul li.kc div{background: #066ea9;}
.jyxm-info ul li div p{color: #fff;font-size: 15px;width:100%;line-height: 32px;margin: 0 auto;height: auto;overflow: hidden}
.jyxm-info ul li div span{width: 120px;height:30px;line-height: 30px;text-align: center;float: left;font-size: 16px;display: inline-block;color:#28406c;background: #fff;border:0;margin-right: 5%;margin-top:50px;}
.jyxm-info ul li.kc div span{color: #5fbff6;border:#5fbff6 1px solid}
.jyxm-news{background: url("../images/jyxm-bg.jpg")center center no-repeat;width: 100%;height: 418px;position: relative;overflow: hidden}
.jyxm-k ul li{width: 45%;float: left;background: #fff;margin:45px auto;padding:5px 2%}
.jyxm-k ul li:nth-child(even){float: right;}
.jyxm-t{border-bottom: #0c3e99 3px solid;height:50px;line-height: 50px}
.jyxm-t h2{font-size:24px;color:#0c3e99;font-weight: bold;float: left;position: relative;width:40%;}
.jyxm-t h2:before{content:"";background: url("../images/jyxm-title-ico03.png")center center no-repeat;width: 32px;height: 22px;display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;margin-left: 3px;background-position: 100% 0}
.jyxm-t h2:after{content:"";height: 6px;display: block;background: #0c3e99;position: absolute;left: 0;bottom:-4px;width:100%;}
.jyxm-t span{display: inline-block;float: right;font-size: 16px;color: #555;}
.jyxm-l dl{margin: 5px auto;width: 100%;height:auto;overflow: hidden}
.jyxm-l dl dt{height: 50px;line-height: 50px;border-bottom: #ddd 1px solid;width: 100%;}
.jyxm-l dl dt h2{float: left;font-size: 16px;color: #333;}
.jyxm-l dl dt h2:before{content: "";width: 5px;height: 5px;background: #bbb;display: inline-block;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;border-radius: 50%}
.jyxm-l dl dt span{float: right;display: inline-block;color: #555}
.jyxm-l dl dt:last-child{border-bottom: 0;}
.jyxm-l dl dt:hover h2{color: #0c3e99;font-weight: bold;}
.jyxm-l dl dt:hover span{color: #0c3e99;font-weight: bold;}
.jyxm-l dl dt:hover h2:before{content:"";background: #0c3e99;}
.jyxm-k ul li:nth-child(even) .jyxm-t{border-bottom:#057fcd 3px solid}
.jyxm-k ul li:nth-child(even) .jyxm-t h2{color:#057fcd}
.jyxm-k ul li:nth-child(even) .jyxm-t h2:before{content: "";background-position: 100% 100%}
.jyxm-k ul li:nth-child(even) .jyxm-t h2:after{background: #057fcd;}
.jyxm-k ul li:nth-child(even) .jyxm-l dl dt:hover h2{color: #057fcd;font-weight: bold;}
.jyxm-k ul li:nth-child(even) .jyxm-l dl dt:hover span{color: #057fcd;font-weight: bold;}
.jyxm-k ul li:nth-child(even) .jyxm-l dl dt:hover h2:before{content:"";background: #057fcd;}
.jyxm-sanke{margin:40px auto;height:auto;overflow: hidden;width: 100%;}
.jyxm-sanke ul li{display:inline-block;float: left;width: 320px;height: 58px;line-height: 58px; background:url("../images/jyxm-bk-bg.jpg")center center no-repeat;text-align: center;font-size: 24px;color: #fff;font-weight: bold;cursor:pointer}
.jyxm-sanke ul li:nth-child(2){background:url("../images/jyxm-ss-bg.jpg")center center no-repeat;}
.jyxm-sanke ul li:nth-child(3){background:url("../images/jyxm-bs-bg.jpg")center center no-repeat;}
.jyxm-sanke article section{clear: both;background: #2f5086;padding:30px 20px;height: auto;overflow:hidden}
.jyxm-sanke article section dl dt{width: 18.5%;margin-right: 1.875%;float: left;text-align: center;}
.jyxm-sanke article section dl dt:last-child{margin-right: 0;}
.jyxm-sanke article section dl dt div{background: #fff;border-radius: 5px;padding:0 0 15px 0;}
.jyxm-sanke article section dl dt div h2{background: #e8e8e8;height: 40px;line-height: 40px;color: #333;font-size:18px;border-top-left-radius:5px;border-top-right-radius:5px;font-weight: bold;}
.jyxm-sanke article section dl dt div p{width: 78%;margin: 10px auto;color: #555;line-height:26px;text-align: left;font-size: 15px;}
.jyxm-sanke article section dl dt div span{display: block;width:75%;background: #1246a8;height: 35px;line-height: 35px;text-align: center;font-size: 16px;color: #fff;margin: 0 auto;}
.jyxm-zyxw{background: #f7f7f7;padding: 30px 0;width: 100%;height: auto;overflow: hidden}
.zyxw-t{width: 100%;font-size: 24px;color: #111;font-weight: bold;}
.zyxw-t:before{content: "";background: url("../images/jyxm-title-ico04.png")center center no-repeat;width: 32px;height:18px;vertical-align: middle;margin-bottom: 3px;display: inline-block;margin-right: 15px;}
.zyxw-t:after{content: "";border-top: #dbdbdb 1px solid;width: calc(100% - 170px);display: inline-block;vertical-align: middle;margin-left:20px;}
.jyxm-zyxw ul{height:auto;overflow: hidden;margin-top: 30px;text-align: center}
.jyxm-zyxw ul li{float: left;width: 16.66%;display: inline-block;height: 50px;line-height: 50px;position: relative}
.jyxm-zyxw ul li h2{color: #444444;font-size: 20px;background: #dfe9f3;}
.jyxm-zyxw ul li h2:after{content: "";width:2px;height:20px;background: #ddd;display:inline-block;float: right;margin-left: 10px;margin-top:15px;}
.jyxm-zyxw ul li:last-child h2:after{content: "";display: none}
.jyxm-zyxw ul li:hover{cursor: pointer;height: 57px;}
.jyxm-zyxw ul li:hover h2{background: #1246a8;color: #fff}
.jyxm-zyxw ul li:hover h2:after{content: "";display: none}
.jyxm-zyxw ul li.active h2{background: #1246a8;color: #fff}
.jyxm-zyxw ul li.active h2:after{content: "";display: none}
.jyxm-zyxw ul li i{display: none;width: 0;  height: 0; border-width: 7px; border-style: solid;margin:0 auto; border-color:#fff transparent transparent transparent;}
.jyxm-zyxw ul li:hover i{border-color:#1246a8 transparent transparent transparent;display: block}
.jyxm-zyxw ul li.active i{border-color:#1246a8 transparent transparent transparent;}
.jyxm-zyxw article{clear: both;}
.jyxm-zyxw article section{background: #fff;padding:0 30px;height: auto;overflow: hidden}
.zyxw-z-l{margin:20px auto;float: left;border-right: #ddd 1px solid;width:74%;}
.zyxw-z-l img{float: left;width:300px;height: 225px;}
.zyxw-z-l div{width: calc(100% - 350px);float: right;margin-right: 20px;}
.zyxw-z-l div h2{font-size:20px;color: #1246a8;font-weight: bold;display: inline-block;margin-top: 10px;}
.zyxw-z-l div h2:before{content: ""; height: 20px;width: 3px;display: inline-block;margin-right: 15px;vertical-align: middle;margin-bottom: 3px;background: #1246a8;}
.zyxw-z-r{float: right;margin-right:0px;margin-top:40px;width:24%;}
.zyxw-z-l div h3{color: #333;font-size: 18px;margin-top: 10px;font-weight: bold;}
.zyxw-z-l div p{line-height: 28px;color: #555;margin-top:10px;text-align: left;font-size: 15px;}
.zyxw-z-l div span{width: 120px;height: 35px;line-height: 35px;text-align: center;border:#1246a8 1px solid;font-size: 16px;display: block;float: left;margin-top: 15px;color: #1246a8 ;}
.zyxw-z-l div span:hover{background: #1246a8;color: #fff;}
.zyxw-z-r p{color: #333;line-height: 30px;font-size: 15px;}
.zyxw-z-r img{width: 80px;height: 80px;margin-top:15px;}
.zyxw-link .part06-l ul li{background: url("../images/jyxm-f-pic1.jpg")center center no-repeat;width: 278px;height: 151px;margin-right: 2.4%;}
.zyxw-link .part06-l ul li h2{margin-left: 20px;font-size: 30px;font-weight: normal;}
.zyxw-link .part06-l ul li p{font-size: 16px;margin-left: 20px;line-height: 24px}
.zyxw-link .part06-l ul li:nth-child(2){background: url("../images/jyxm-f-pic2.jpg")center center no-repeat;}
.zyxw-link .part06-l ul li:nth-child(3){margin-right: 2.4%;background: url("../images/jyxm-f-pic3.jpg")center center no-repeat;}
.zyxw-link .part06-l ul li:nth-child(4){margin-right: 0;background: url("../images/jyxm-f-pic4.jpg")center center no-repeat;}
.n-list-vi{background: #ccc;padding: 30px;height: auto;overflow: hidden;margin-bottom: 50px;}
.n-tea-list-fc{width: 100%;margin: 50px auto;float: left;height: auto;overflow: hidden;}
.n-tea-list-fc ul li{width: 32%;margin-right: 2%;float: left;text-align: center;margin-bottom: 40px;}
.n-tea-list-fc ul li:nth-child(3n){margin-right: 0;}
.n-tea-list-fc ul li div{background: #f2f2f2;padding:15px 20px;height: auto;overflow: hidden}
.n-tea-list-fc ul li div h2{font-size: 16px;text-align: left;border-bottom: #dfdfdf 1px solid;padding-bottom: 10px;color: #333;line-height: 26px;}
.n-tea-list-fc ul li div p{color: #555;text-align:left;font-size: 14px;margin-top: 10px;line-height: 24px;}
.n-tea-list-fc ul li div em{display: block;float: left;margin-top:20px;color: #777;}
.n-tea-list-fc ul li div span{width:100px;height: 30px;line-height: 30px;background: #0a4993;text-align: center;color: #fff;display: block;margin-top: 15px;float: right;}
.n-tea-list-fc ul li:hover div{background: #204f87;}
.n-tea-list-fc ul li:hover div h2{border-bottom:#2e609d 1px solid;color: #fff;}
.n-tea-list-fc ul li:hover div p{color: #fff;}
.n-tea-list-fc ul li:hover div em{color: #fff;}
.n-tea-index{width: 100%;height:auto;overflow: hidden;margin: 0 auto;}
.n-tea-index-info{width: 100%;height:auto;overflow: hidden;margin:0 auto;}
.n-tea-index-info img{width:300px;height: 225px;float: left;}
.n-tea-index-info p{float: right;width: calc(100% - 320px);line-height: 32px;color: #333;margin-top:15px;font-size: 16px;}
.n-tea-num{width: 100%;margin:40px auto 0 auto;height: auto;overflow: hidden;}
.n-tea-num ul li{width: 21%;padding-left:2%;padding-right:2%;float: left;text-align:left;border-bottom: #ececec 3px solid;height: 120px;padding-bottom: 40px;margin-bottom: 30px;}
.n-tea-num ul li h2{height:100px;line-height:34px;font-size:20px;color: #333;}
.n-tea-num ul li h2:before{content:"";background:#1a498a;width:2px;height:30px;display:inline-block;margin-right:15px;vertical-align:middle;margin-bottom:3px;}
.n-tea-num ul li p{font-size:30px;color: #1a498a;font-weight: bold;}
.n-tea-num ul li p span{font-size: 16px;color: #333;}
.n-tea-ml-list{width: 100%;height:auto;overflow: hidden;margin: 0 auto 50px auto;}
.n-tea-ml-list p{font-size: 16px;line-height: 30px;color: #555;}
.n-wm-list{width:100%;height: auto;overflow: hidden;margin:30px auto;}
.n-wm-list ul li{text-align: center;width: 40%;margin: 0 5%;float: left;display: inline-block;margin-top:20px;}
.n-wm-list ul li:nth-child(even){float: right;}
.n-wm-list ul li img{width:380px;height:214px;object-fit:fill}
.n-wm-list ul li em{font-style:normal;color: #fff;font-size: 16px;text-align: center;background: #013c68;height: 40px;line-height: 40px;display: inline-block;width: 100%;}
.n-wm-list ul li em i{display: inline-block;background: url(../images/index-news-t-ico.png)center center no-repeat;width: 21px;height: 21px;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;}
.n-wm-list ul li div{background: #f4f4f4;padding: 15px;}
.n-wm-list ul li div h2{color: #333;font-size: 18px;}
.n-wm-list ul li div p{color: #555;font-size: 16px;margin-top: 10px;}
.n-wm-list ul li div span{width: 100px;height:30px;line-height: 30px;text-align: center;color: #333;background: #dbdbdb;display: block;margin: 20px auto;border-radius: 5px;font-size: 15px;}
.n-wm-list ul li:hover div h2{color: #013c68;font-weight: bold;}
.n-wm-list ul li:hover div p{color: #013c68;font-weight: bold;}
.n-wm-list ul li:hover div span{background:#013c68;color: #fff;}

.n-xshd-list ul{height: auto;overflow: hidden;width: 100%;margin:50px auto;}
.n-xshd-list ul li{position: relative;display: block;box-sizing: border-box;float: left;width: 31.3%;text-align: left;margin:0 3% 50px 0;}
.n-xshd-list ul li:nth-child(3n){margin-right: 0;}
.n-xshd-list ul li span{display: block;font-size: 24px;color: #0a4993;}
.n-xshd-list ul li span:before{content: "";background: #0a4993;width:3px;height:22px;display: inline-block;margin-right: 15px;vertical-align:middle;margin-bottom: 3px;}
.n-xshd-list ul li h2{color: #a92c7d;font-size: 17px;margin-top: 20px;}
.n-xshd-list ul li p{color: #777;font-size: 15px;line-height: 30px;margin-top: 10px;height:90px;padding-bottom:30px;border-bottom: #dfdfdf 1px solid;width:92%;}
.n-xshd-list ul li h3{font-size: 14px;color: #777;margin-top: 10px;}
.n-xshd-list ul li h4{font-size: 14px;color: #777;margin-top: 10px;}
.n-ld-list{width: 100%;height: auto;overflow: hidden;margin: 20px auto 50px auto}
.n-ld-title{background: #7396c7;height:40px;line-height: 40px;text-align: center;font-size: 18px;color:#fff;margin-top: 30px;}
.xyldjt{padding: 20px 30px;background: #f3f5f8;}
.xyldjt .n-ld-h2{width: 100%;height: 30px;line-height: 30px;border-bottom: #ddd 1px solid;padding-bottom: 10px;margin-bottom: 10px;cursor: pointer;}
.xyldjt .n-ld-h2 h2{float: left;font-size:18px;color: #333;font-weight: bold;}
.xyldjt .n-ld-h2 h2 em{font-size: 16px;color: #555;display: inline-block;margin-left: 15px;display: inline-block;font-weight: normal;}
.xyldjt .n-ld-h2 span{background: url("../images/ld-ico.png")center center no-repeat;width: 24px;height: 24px;background-position: 100% 0;display: inline-block;float: right;margin-top: 5px;} 
.xyldjt .on span{background-position: 100% 100%;}
.xyldjt h2:before{content: "";border-radius: 50%; background: #b0b5bd;width: 6px;height: 6px;vertical-align: middle;margin-bottom: 3px;display: inline-block;margin-right: 10px;}
.xyldjt ul{display: block}
.xyldjt .txt{width: 96%;margin: 10px auto;height: auto;overflow: hidden}
.xyldjt .pic{float: left;width: 120px;height: 168px;}
.xyldjt .pic img{width:100%;height:100%;}
.xyldjt .pic-z{float: right;width: calc(100% - 150px);}
.xyldjt .pic-z .n-ld-h3 h3{font-size: 20px;color: #333;font-weight: bold;display: block;border-bottom: #ddd 1px solid;padding-bottom: 10px;margin-top: 10px;}
.xyldjt .pic-z .n-ld-h3 span{display: block;font-size: 16px;margin-top: 10px;color: #777}
.xyldjt .pic-z p:before{content: "";border-radius: 50%; background: #cdcdcd;width: 6px;height: 6px;vertical-align: middle;margin-bottom: 3px;display: inline-block;margin-right: 10px;}
.xyldjt .pic-z p{margin-top: 10px;color: #555;font-size: 16px;}
.hzyx-pic{width: 100%;height: auto;overflow: hidden;margin-top: 50px;}
.hzyx-pic img{width: 100%;}
.hzyx-list{background: #f5f5f5;padding:30px;}
.hzyx-l{height: auto;overflow: hidden;margin-bottom: 30px;width: 100%;}
.hzyx-t{
  background-image: linear-gradient(to right, rgb(197,209,215), transparent);
  background-image: -moz-linear-gradient(to right, rgb(197,209,215), transparent);
  background-image: -o-linear-gradient(to right, rgb(197,209,215), transparent);
  background-image: linear-gradient(to right, rgb(197,209,215), transparent);
width: 100%;
height: 50px;line-height: 50px;overflow: hidden
}
.hzyx-t h2{font-size: 24px;display: inline-block;color: #2c4452;}
.hzyx-t h2 span{display: inline-block;margin-left: 15px;}
.hzyx-t h2:before{content: "";display: inline-block;background:#c5d1d7 url("../images/hzxy-ico.png")center center no-repeat;width: 27px;height:50px;border-right: #fff 1px solid;vertical-align: middle;padding: 0 10px;margin-bottom: 3px;margin-right:25px;}
.hzyx-z{background: #fff;padding:0 20px 30px 20px;height: auto;overflow: hidden}
.hzyx-z ul{height: auto;overflow: hidden;}
.hzyx-z h3{font-size: 20px;color: #111;font-weight: bold;margin-top: 20px;}
.hzyx-z ul li{float: left;width: 25%;margin-top:20px;}
.hzyx-z ul li a{font-size: 16px;color: #555;}
.hzyx-z ul li:before{content: "";display: inline-block;width: 4px;height: 4px;background: #555;border-radius: 50%;margin-right: 10px;vertical-align:middle;margin-bottom: 3px;}
.hzyx-z ul li:hover a{color: #05375c;font-weight: bold;}
.n-kc-list{width:96%;height: auto;overflow: hidden;margin:20px auto}
.n-kc-l{margin: 20px auto;width: 100%;height: auto;overflow: hidden;}
.n-kc-l h2{font-size: 20px;color: #1a498a;font-weight: bold;display: inline-block;border-bottom: #ddd 1px solid;margin-bottom: 15px;padding-bottom: 15px;width: 100%;}
.n-kc-l h2:before{content: ""; height:20px;width: 3px;background: #1a498a;display: inline-block;vertical-align: middle;margin-right: 10px;margin-bottom: 3px;}
.n-kc-l p{width: 100%;line-height: 32px;font-size: 16px;color: #555;width: 96%;margin: 0 auto;}
.n-kc-l p:before{content: "";background: #c0c0c0;width: 6px;height: 6px;display: inline-block;vertical-align: middle;margin-bottom: 3px;margin-right: 10px;border-radius: 50%}
.n-kc-l p a{color:#555}
.his-pic{margin: 50px auto 30px auto;width: 100%;height: auto;overflow: hidden}
.his-list{width: 94%;margin: 0 auto;height: auto;overflow: hidden}
.his-list i{background: url("../images/his-ico1.png")center center no-repeat;width: 35px;height: 35px;display:inline-block}
.his-list ul{border-left: #ddd 1px solid;margin-left: 17px;margin-top: -2px;padding-bottom:50px;}
.his-list ul li{width: 100%;height: auto;padding-top:35px;}
.his-list ul li:before{content: "";display: inline-block;background:url("../images/his-ico3.png")center center no-repeat;width: 35px;height: 35px;vertical-align: middle;margin-bottom: 3px;margin-right: 10px;float: left;margin-left: -17px;}
.his-list ul li h2:before{content: "";background: #4b80be;width: 8px;height: 8px;display: inline-block;border-radius: 50%;margin-right:20px;vertical-align: middle;margin-bottom: 3px;margin-left:10px;}
.his-list ul li h2{color: #4b80be;font-size:20px;font-weight: bold;margin-top:3px;}
.his-list ul li p{font-size: 15px;color: #555;margin-top: 10px;margin-left: 30px;}
.his-list ul li:nth-child(1):before{background:url("../images/his-ico2.png")center center no-repeat;}
.his-list ul li:nth-child(1) h2:before{background:url("../images/his-ico4.png")center center no-repeat;width: 35px;height: 35px;margin-left: 0;margin-right: 5px;}
.his-list ul li:nth-child(1) h2{margin-top: 0;color: #0a4993;font-size: 24px;}
.his-list ul li:nth-child(2):before{background:url("../images/his-ico2.png")center center no-repeat;}
.his-list ul li:nth-child(2) h2:before{background:url("../images/his-ico4.png")center center no-repeat;width: 35px;height: 35px;margin-left: 0;margin-right: 5px;}
.his-list ul li:nth-child(2) h2{margin-top: 0;color: #0a4993;font-size: 24px;}
.his-list ul li:nth-child(5):before{background:url("../images/his-ico2.png")center center no-repeat;}
.his-list ul li:nth-child(5) h2:before{background:url("../images/his-ico4.png")center center no-repeat;width: 35px;height: 35px;margin-left: 0;margin-right: 5px;}
.his-list ul li:nth-child(5) h2{margin-top: 0;color: #0a4993;font-size: 24px;}
.his-list ul li:nth-child(8):before{background:url("../images/his-ico2.png")center center no-repeat;}
.his-list ul li:nth-child(8) h2:before{background:url("../images/his-ico4.png")center center no-repeat;width: 35px;height: 35px;margin-left: 0;margin-right: 5px;}
.his-list ul li:nth-child(8) h2{margin-top: 0;color: #0a4993;font-size: 24px;}
.his-list ul li:nth-child(12):before{background:url("../images/his-ico2.png")center center no-repeat;}
.his-list ul li:nth-child(12) h2:before{background:url("../images/his-ico4.png")center center no-repeat;width: 35px;height: 35px;margin-left: 0;margin-right: 5px;}
.his-list ul li:nth-child(12) h2{margin-top: 0;color: #0a4993;font-size: 24px;}
#showMore{margin-left:-2px;margin-bottom: 40px;}
#showMore .hide{background:url(../images/his-ico5.jpg)center center no-repeat;display: block;width: 44px;height: 44px;}
#showMore .show{background:url(../images/his-ico6.jpg)center center no-repeat;display: block;width: 44px;height: 44px;}
.n-news-pic{width: 100%;margin: 50px auto;height: auto;overflow: hidden}
.n-news-pic ul li{padding: 20px 15px;border-bottom: #ddd 1px solid;height: auto;overflow: hidden}
.n-news-pic ul li img{float: left;width: 200px;height:113px;object-fit:contain}
.n-news-pic ul li div{float: right;width: calc(100% - 220px);float: right;}
.n-news-pic ul li div h2{font-size: 18px;font-weight: bold;color: #333;margin-top:5px;}
.n-news-pic ul li div p{color: #555;font-size: 15px;margin-top:10px;height: 50px;line-height: 26px;}
.n-news-pic ul li div i{display:inline-block;color: #28518b;float: left;font-style: normal}
.n-news-pic ul li div i:before{display: inline-block;content: "";background: url("../images/index-news-pic-ico.png")center center no-repeat;width: 21px;height: 21px;vertical-align: middle;margin-bottom: 3px;margin-right: 10px;}
.n-news-pic ul li div span{width: 120px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 15px;float: right;display: inline-block;background: #28518b;border-radius: 5px}
.n-news-pic ul li:hover{background: #28518b;}
.n-news-pic ul li:hover div h2{color: #fff}
.n-news-pic ul li:hover div p{color: #fff}
.n-news-pic ul li:hover div i:before{content: "";background:url("../images/index-news-pic-ico2.png")center center no-repeat}
.n-news-pic ul li:hover div i{color: #fff}
.n-news-pic ul li:hover div span{background: #4875ae;color:#fff;}
.down-nav{width: 100%;padding: 50px 0 30px 0;border-bottom: #ddd 1px solid;height: auto;overflow: hidden;}
.down-nav ul li{background: url("../images/down-nav-bg.png")center center no-repeat;width: 23.5%;margin-right: 1.875%;float: left;margin-bottom: 20px;text-align: center;height: 100px;line-height: 100px}
.down-nav ul li:nth-child(4n){margin-right: 0;}
.down-nav ul li a{font-size: 22px;color: #fff;font-weight:bold;display: block;text-shadow:#111 2px 2px 2px}
.down-nav ul li:hover{background: url("../images/down-nav-bg2.png")center center no-repeat;}
.down-nav ul li.active{background: url("../images/down-nav-bg2.png")center center no-repeat;}
.down-list ul li h2:before{content: "";background: url("../images/down-ico.png")center center no-repeat;width: 19px;height:15px;background-position: 100% 0}
.down-list ul li:hover h2:before{background-position: 100% 100%;content: "";}
.n-list-kw ul li{width:22%;margin-right: 4%;float: left;margin-top: 50px;text-align: center;}
.n-list-kw {width: 100%;height: auto;overflow: hidden;margin-bottom: 50px;padding-bottom: 50px;}
.n-list-kw ul li:nth-child(4n){margin-right: 0;}
.n-list-kw ul li .kw-pic{border:#ccc 1px solid;text-align: center;padding: 20px 0}
.n-list-kw ul li .kw-pic img{width: 208px;height: 285px;}
.n-list-kw ul li .kw-z{background: #232323;padding: 20px;text-align: center;height: 75px;}
.n-list-kw ul li .kw-z h2{font-size: 20px;color: #fff;}
.n-list-kw ul li .kw-z span{font-size: 14px;color: #fff;text-align: center;width: 120px;height: 30px;line-height: 30px;display: block;margin: 20px auto;background: #155ca6;}
.n-list-kw ul li .kw-z p{font-size:15px;color: #b0b0b0;margin-top: 10px;}
.n-fc-list ul li h2{background: #f6f6f6;}
.n-fc-list {width: 100%;height: auto;overflow: hidden;margin-bottom:50px;}
.xs-fc-list {margin:50px auto 30px auto;width: 100%;height: auto;overflow: hidden;}
.xs-fc-list ul li{width: 32%;margin-right: 2%;margin-bottom:20px;height: auto;overflow: hidden;background: #f6f6f6;border-bottom:#f6f6f6 5px solid;}
.xs-fc-list ul li:nth-child(3n){margin-right: 0;}
.xs-fc-list ul li:nth-child(4){margin-right: 2%;}
.xs-fc-list ul li span{display: block;color: #f6f6f6}
.xs-fc-list ul li:hover span{color: #123e6e}
.n-lxwm{margin:50px auto;width:96%;height: auto;overflow: hidden;}
.n-lxwm p{line-height:30px;font-size: 16px;color: #555;margin-top: 10px;}
.n-lxwm p i{display: inline-block;background: url("../images/lxwm-ico01.png")center center no-repeat;width: 20px;height: 20px;margin-right: 10px;vertical-align: middle;margin-bottom: 3px;}
.n-lxwm p:nth-child(2) i{background: url("../images/lxwm-ico02.png")center center no-repeat;}
.n-lxwm p:nth-child(3) i{background: url("../images/lxwm-ico03.png")center center no-repeat;}
.n-lxwm p:nth-child(4) i{background: url("../images/lxwm-ico04.png")center center no-repeat;}

 .p_pages { clear:both; display:inline-block; padding:50px 0; width:100%; text-align:center; font-size:16px; }
.page a { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_no_d{ display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid;background:#00518e; color:#fff; }
.page span{display:inline-block;}
.p_fun_d { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_fun_d  a { display:inline-block; margin:0 5px; padding:6px 12px; border:1px #eee solid; color: #111 }
.p_fun_d:hover{ background:#00518e; color:#fff; }
.p_fun_d a:hover,.p_fun_d.thisclass a { background:#00518e; color:#fff; }
/*红色*/

.party .n-top-t-r .n-search input[type=submit]{background:url("../images/n_search-ico-red.png")center center no-repeat;}
.party .n-top-t{background: #83171b;}
.party .n-top-t-l ul li a{color: #ff9c9f}
.party .n-top-t-l ul li:after{color: #a0171c}
.party .n-top-t-r .n-lan a:hover{color: #ff9c9f}
.party .n-top-t-l ul li ul{background: #52090b;}
.party .n-nav .nav_menu3 ul ul li a{background: #a0171c;}
.party .list_l_title{background: #a52124;}
.party .n-list_l .currentDd h2{color:#a52124}
.party .n-list_l .currentDd h2:before{background: #a52124;}
.party .n-list_l .navContent li:hover h2{color: #a52124}
.party .n-list_l .navContent li:hover h2:before{content: "";background: url("../images/n_l_arrow04.png")center center no-repeat;}
.party .n-list_l .navContent li.active h2{color: #a52124}
.party .n-list_l .navContent li.active h2:before{content: "";background: url("../images/n_l_arrow04.png")center center no-repeat;}
.party .nbanner h2 span{color: #ffaaaa}
.party .n-list-r-t{color: #af1515}
.party .n-nav .nav_menu3 ul ul li a:hover{color: #fff;}
.party .n-nav .nav_menu3 ul ul li:hover ul li a{background: #83171b;}
.party .n-nav .nav_menu3 ul li:hover ul li:hover.menu333:after{background:url("../images/red-nav-arrow-r.png")center center no-repeat;}
.party .n-nav .nav_menu3 ul ul li:hover > a{color:#fff}
.party .mbx-z a:hover{color: #a52124}
.party .n-footer{background: #83171b;}
.party .n-footer-bq{background: #700c10;}
.party .n-foot-nav ul li a:hover{color: #f4d3d4;}
.party .n-foot-nav ul li:after{border-left:#932025 1px solid;}
.party .n-foot-nav ul li h2:after{background: #932025;}
.party .device2 .swiper-pagination-bullet-active{  background: #a52124;}
.party .n-news-title{background: #8a1114;overflow: hidden}
.party .n-news-title h2:before{content: "";width:40px;height:40px;margin-left: 0;margin-bottom: 0;}
.party .p1 h2:before{background:url("../images/party-i-ico01.jpg")center center no-repeat;}
.party .p2 h2:before{background:url("../images/party-i-ico02.jpg")center center no-repeat;}
.party .p3 h2:before{background:url("../images/party-i-ico03.jpg")center center no-repeat;}
.party .p4 h2:before{background:url("../images/party-i-ico04.jpg")center center no-repeat;}
.party .n-news-i-l{width:49%;margin-bottom: 20px;}
.party .n-news-i-r{width:49%;margin-bottom: 20px;}

.party .n-news-title span{color: #e68083}
.party .n-news-kz ul li h2:before{background:#8a1114;content: "";}
.party .n-news-kz ul li:hover h2{color:#8A1114}
.party .n-news-kz ul li:hover span{color:#8A1114}
.party .n-news-zt ul li{width:48%;float: left;height: auto;overflow: hidden;line-height: 30px;padding: 8px 0;margin: 0 1%}
.party .n-news-zt ul li h2:before{content: "";display: none}
.party .n-news-zt ul li i{width: 6px;height: 6px;background: #8a1114;float: left;border-radius:50%;display: inline-block;margin-right:10px;vertical-align:middle;margin-top: 10px;margin-left:15px;margin-right: 0;}
.party .n-news-zt ul li h2{display: inline-block;font-size: 16px;float: left;width:calc(100% - 50px);}
.party .n-news-zt ul li:nth-child(3){border-bottom: 0;}
.party .n-list-lw ul li:hover h2{color:#cd0909;font-weight: bold;}
.party .n-list-lw ul li:hover p{color:#cd0909;font-weight: bold;}
.party .n-list-lw ul li h2:before{content:"";background: url("../images/n-news-list-ico2.png")center center no-repeat;width: 19px;height: 21px;background-position: 100% 0;margin-bottom: -5px;}
.party .n-list-lw ul li:hover h2:before{background-position: 100% 100%;}
.party .xs-top-t{background: url("../images/xs-top-red.jpg")top center no-repeat;}
.party .xy-footer{background: url("../images/xy-foot-red.jpg")center center no-repeat;}
.party .xs-nav .wrapper-sub2{background: url("../images/xs-logo-bg-red.png")left center no-repeat;}
.party .xs-nav .xs-nav-l{background: #cf2220;}
.party .xs-nav .wrapper-sub2 .xs-search form input[type=submit]{background: url("../images/n_search-ico-red.png")center center no-repeat;}
.party .xs-nav .wrapper-sub2 .xs-lan a:hover{color: #ffaaaa}
.party .xy-footer-nav ul li a:hover{color: #ffaaaa}
.party #nav-menu li ul li:hover{background: #cf2220;}
.party .p_fun_d:hover{ background:#8A1114;}
.party .p_fun_d a:hover,.p_fun_d.thisclass a { background:#8A1114;}
.party .p_no_d{background:#8A1114;}
.party .n-list_l .navContent li.active{background:#ffb2b2}

.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: #05375c;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: #05375c !important; border:0 !important;    font-size: 16px !important;}
.page td a:active{background: #05375c !important; border:0 !important;font-size: 16px !important;}
.page .this-page{background: #05375c !important;color:#fff !important;}
.zp-dzz{background: #7396c7;color:#fff;font-size:20px;margin-bottom: 20px;height: 50px;line-height: 50px;text-align: center;width: 100%;}
.zp-normal{width: 100%;margin:20px auto;height: auto;overflow: hidden;}
.zp-normal h2{color: #111;font-size: 20px;font-weight: bold;height: auto;overflow: hidden;margin-bottom:10px;}
.zp-normal h2:before{content: "";display: none;}
.zp-normal p{line-height: 30px;color: #555;font-size: 16px}
.phone_nav{display: none}
.phone_nav button { position: absolute;top:0px;right: 10px; display:inline-block; width:50px; height:24px;  line-height:10px; }
.phone_nav button span{ display: inline-block; margin: 2px 0; width: 100%; height: 5px; background: #fff;border-radius:5px;}
#index_xiala li ul.menu_xiala {display:none; position:absolute; z-index:999999999; width:220px; padding:0; background:#fff;border: #ddd 1px solid;border-bottom: #fecb09 5px solid;}
#index_xiala li ul.menu_xiala li { width:50%; float:left; background:#fff;border-top: #ddd 1px solid}
#index_xiala li ul.menu_xiala li:nth-child(1){border-top: 0;}
#index_xiala li ul.menu_xiala li:nth-child(2){border-top: 0;}
#index_xiala li ul.menu_xiala li a{line-height:40px; height: 40px; color:#005187; font-size:14px;width:auto;}
#index_xiala li ul.menu_xiala li a:hover{ background:none; color:#11456f;}
.search{background:url(../images/search-j.png) center center no-repeat;width: 25px;height: 25px;background-size: 100% 100%;position: absolute;top: 0px;right:60px}
.search2{background:url(../images/search-j.png) center center no-repeat;width: 25px;height: 25px;background-size: 100% 100%;position: absolute;top: 0px;right:60px}
.searchxy{background:url(../images/search-j.png) center center no-repeat;width: 25px;height: 25px;background-size: 100% 100%;position: absolute;top: 0px;right:60px}
.en .nav_menu3{width:1160px;}
.en .nav_menu3 ul ul li a{height:auto;line-height:20px;padding:15px 20px;width:250px;}
.en .nav_menu3 ul li:nth-child(4) ul li a{width:180px;}
.en .nav_menu3 ul ul li:nth-child(11) a{padding-top:5px}
.en .nav_menu3 ul ul li:hover ul{display:none;}
.en .en-index-title{border-bottom: #ddd 1px solid;margin-bottom: 10px;padding-bottom: 10px;height:auto;overflow:hidden;}
.en .en-index-title h2{color:#0a4993;font-size:28px;float: left;}
.en .en-index-title h2:before{display: inline-block;content:"";background:url(../images/en-index-ico2.png)center center no-repeat;width:42px;height:42px;margin-right:10px;margin-bottom:3px;vertical-align: middle;}
.en .en-index-title span{float: right;text-align:center;width: 100px;height: 30px;line-height: 30px;border:#0a4993 1px solid;display: inline-block;color:#0a4993;}
.en .en-about .en-index-title h2:before{content:"";background:url(../images/en-index-ico1.png)center center no-repeat;}
.en .en-news .en-index-title h2:before{content:"";background:url(../images/en-index-ico3.png)center center no-repeat;}
.en .n-foot-nav ul li{width:16.6%;padding:0}
.en .n-footer{height:auto;}
.en .n-foot-nav{height:auto;}
.en-about-z{padding: 20px 0 0 0;width: 100%;margin-bottom: 20px;height: auto;overflow: hidden;}
.en-about-z img{float: left;}
.en-about-z div{width:calc(100% - 430px);float:right;margin-top: 20px;}
.en-about-z div p{text-indent: 2em;line-height:28px;color: #555;font-size: 16px;}
.en-news-list{width:100%;height: auto;overflow: hidden;padding: 20px 0;}
.en-news-list ul li{width:18.5%;float: left;margin-right: 1.875%;}
.en-news-list ul li img{width: 100%;height: 133px;}
.en-news-list ul li:last-child{margin-right: 0;}
.en-news-list ul li div{padding: 15px;background: #323232;}
.en-news-list ul li div h2{color: #fff;font-size: 18px;line-height: 26px;}
.en-news-list ul li div p{margin-top: 20px;color:#8ea4bd;font-size: 16px}
.en-news-list ul li div p:before{content:"";background:url(../images/en-news-index-ico.png)center center no-repeat;width: 14px;height: 13px;vertical-align: middle;margin-bottom: 3px;margin-right: 10px;display: inline-block;}
.en-news-list ul li:hover div{background: #0a4993;}
.en .n-nav .nav_menu3 > ul > li > a{font-size: 16px;}
.en .n-nav .nav_menu3 ul ul li a{height:auto;line-height:20px;padding:15px 20px;width:250px;}
.en .n-nav .nav_menu3 ul li:nth-child(4) ul li a{width:180px;}
.en .n-nav .nav_menu3 ul ul li:nth-child(11) a{padding-top:5px}
.en .n-nav .nav_menu3 ul ul li:hover ul{display:none;}
.en .list_l_title a{font-size: 20px}
.en .n-list_l .subNav a{height: auto;}
.en .n-list_l .subNav{position: relative;}
.en .n-list_l .subNav h2{text-indent:0;padding: 15px 10%;width:80%;margin:0 auto;line-height: 26px;height: auto;font-size:16px;}
.en .n-list_l .currentDd h2:before{content:"";display: none;}
.en .n-list_l span{position:absolute;right: 0;top:0}
.en .n-tea-xs ul li{height: 112px;line-height: 18px}
.en .n-list-r-t h1{line-height: 34px}
.en .n-tea-list-z em{font-size:16px}
.en .hzyx-z ul li{width:32%;}
.en .n-list_l .navContent li.active h2.aa1370{text-indent:0.5em;}
.en .n-list_l .navContent li.active h2.aa1370:before{margin-right:5px;}
.en .n-list_l .navContent li:hover h2.aa1370{text-indent:0.5em;}
.en .n-list_l .navContent li:hover h2.aa1370:before{margin-right:5px;}

@media screen and (max-width:1600px){
  .xy-part01{background-size: contain;height: 440px;}
  .xy-info-z{width: 58%;}
}
@media screen and (max-width:1500px){
  .device{height:100%}
}
@media screen and (max-width:1440px){
.device{height:100%}
.isearch{margin-bottom:10px}
nav{margin-top:0}
.itop{height:auto;}
  .xy-info-z{width: 53%;}
  .part05-num ul li h2 span{font-size: 95px;}

}

@media screen and (max-width:1368px){
.ilogo {margin-top:60px;}
.itop_r{top:20px;right:20px;}
.isearch{margin:10px auto}
  .xy-info-z{width: 50%;}
}
@media screen and (max-width:1280px){
.isearch{height:50px;line-height:50px;}
.ilogo img{width:20%}
.isearch input[type=submit]{left:25px;top:7px;}
.isearch input[type=text]{height:50px;line-height:50px;font-size:26px;}
nav{height:60px;line-height:60px;}
.nav_menu3 > ul > li{line-height:60px;}
.wrapper2{width:96%}
.wrapper{width:96%}
.part05-num{width:92%}
  .xy-info-z{width: 46%;}
}

@media screen and (max-width:1024px){
.wrapper{width:96%}
.wrapper-sub{width:96%}
.wrapper-sub2{width:96%}
.wrapper2{width:96%}
.n-list_r{float: none;width: 100%;}
.n-list_l{float: none;width: 100%;}
.part02-l ul li.active:after{width:150px;margin:15px auto;}
.part02-l ul{height:40px;}
.blank60{height: 30px;line-height: 30px;}
.part01-l{display: none;}
.part01-pic{position: static;width: 100%;margin:0 auto;text-align:center;}
.part01-z{width: 100%;margin: 0 auto;position: static;}
.part01-z-z{height:auto;overflow:hidden;margin-bottom:30px;}
.part01-z span{display:none;}
.part02-l ul li{font-size:18px;}
.jyxm ul li{background-position: 100% 100%;background-size: cover;}
.jyxm ul li span{background-size: cover;width: 145px;height: 145px;}
.jyxm ul li span i{top:25%;}
.part02{height: auto;padding: 20px 0 40px 0}
.part02-l section dl dt{width:31%;margin-right:3%}
.part02-l section dl dt:nth-child(3){margin-right: 0;}
.part02-l section dl dt div{width: 100%;margin:20px auto}
.part02-l section dl dt img{height: 180px;}
.part02-l section dl dt h2{font-size: 16px;line-height: 26px;}
.part02-l section dl dt p{font-size: 14px;line-height: 24px;}
.jyxm ul li h2{font-size: 20px;}
.part04-l ul{width: 80%;}
.part05-num ul li h2 span{font-size:90px;}
.footer-nav{display: none;}
footer{height: auto;padding:10px 0 20px 0}
  .footer-nmp{margin-top: 50%;}
  .footer-nmp ul li {height: auto;}
  .footer-nmp ul li img{top:-275%}
  .part05{height: 500px;background-size: cover;}
  .part05-num{top:50px;}
  .part05-button{top: 60%;}
  .itop{position: static}
  .phone_nav{display:block}
  .right_nav {height: 40px;line-height: 40px;color: #fff;background: #005288;text-align: center;font-size: 18px;font-weight: bold;}
   .sj-nav {height: 100%;background: #333;position: fixed;right: -200px; top: 0; width: 200px;overflow: hidden;}
  .sj-nav #index_xiala li{height: 40px;line-height: 40px;text-align:center;border-bottom: #ddd 1px solid;}
  .sj-nav #index_xiala li a{color: #fff;}
  .itop_r{display: none}
  nav{display: none !important}
  #index_xiala li:hover ul.menu_xiala{display: none}
  .search{display: block}
  .search2{display: block}
  .searchxy{display: block}
  .isearch{display: none}
  .ilogo{margin-top: 0;float: left;width:25%;margin-left: 20px;}
  .ilogo img{width: 100%;}
  .itop{padding:25px 0;position: static;overflow: hidden;}
  .phone_nav button{right:20px;top: 20px;}
  .search{width:30px;height:30px;top: 20px;right:90px;}
  .search2{width:30px;height:30px;top: 20px;right:90px;}
  .searchxy{width:30px;height:30px;top: 20px;right:90px;}
  .isearch{width: 100%;background: #fff;border: 0;position: absolute;bottom:-25px;left:0;height:40px;line-height:40px;}
  
  .isearch input[type=text]{color:#111;font-size: 18px;width:100%;margin-left: 0;height: 40px;line-height: 40px;text-indent: 1.5em;}
  .isearch input[type=submit]{display: none;}
.isearch input::-webkit-input-placeholder{
  color:#111;
}
.isearch input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#111;
}
.isearch input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#111;
}
.isearch input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#111;
}
.itop .wrapper2{width: 100%;}
.n-top-t-l{display: none;}
.n-top-t-r{float: none;width: 100%;}
.n-top-t-r .n-lan{display: none}
.n-top-t-r .n-search{width: 100%;}
.n-nav-r{display: none;}
.n-header .search2{background:url("../images/xy-ico2.png")center center no-repeat}
.n-header .phone_nav button span{background:#0a4993;}
.n-top-t{display: none;}
.party .n-header .search2{background:url("../images/n_search-ico-red.png")center center no-repeat;}
.party .n-header .phone_nav button span{background:#83171b;}
  .xy-top-t-l{display: none}
  .xy-top-t-r .xy-lan{display: none}
  .xy-nav-l{display: none}
.xy-header .searchxy{background:url("../images/xy-ico2.png")center center no-repeat;top: 35px}
.xy-header .phone_nav button span{background:#0a4993;}
  .xy-header .phone_nav button{top: 35px}
  .xy-top-t{display: none;}
  .xy-top-t-r{width: 100%;float: none;}
  .xy-top-t-r .xy-search{width: 100%;}
  #nav-menu{display: none;}
  .xs-lan{display:none}
  .xs-nav .phone_nav button{right: 30px;top:35px}
  .xs-nav .wrapper-sub2 .xs-search{margin-right: 70px;margin-top: 25px;}
  .nbanner{display: none}
  .n-foot-nav{display: none}
  .n-footer{height: auto;padding-bottom: 0;}
  .n-l-pic{text-align: center;width: 220px;margin:0 auto}
  
  .n-foot-fx{margin-top: 20px;}
  .n-foot-fx .footer-nmp{float: none;margin: 0;width: 100%;}
  .n-foot-fx .footer-nmp ul li{margin-top: 10px;}
  .n-footer{overflow: visible}
  .n-footer .wrapper-sub{overflow: visible;}
  .xy-footer-nav{display: none;}
  .xy-footer-logo{margin-top: 80px;}
  .xy-part01{background:none;height: auto;padding-bottom: 20px;}
  .xy-info-z{float: none;width: 100%;margin-top: 20px;}
  .xy-part02{background: none}
  .xy-p2-title{float: none;background:none;width: 100%;height: auto;overflow: hidden;}
  .xy-p2-t-z{position: static;text-align: left;color: #111}
  .xy-p2-t-z h2{color: #004da0;display: inline-block;}
  .xy-p2-t-z p{display: inline-block;color: #a8a8a8;margin-left: 10px;}
  .xy-p2-t-z span{display:inline-block;text-align: right;color: #004da0;float: right;}
  .xy-part02{height: auto;background-position: top center}
  .xy-p2-l{width: 100%;}
  .xy-part03-l ul li{float: none !important;width: 100%;overflow: hidden}
  .xs-part01-l section ol li{width: 100%;margin-bottom: 10px;}
  .xs-part01{background: #06355F;height: auto;}
  .xs-part01-l section dl dt{width: 100%;}
  .xs-part01-l section dl{margin-top: 15px;}
  .xs-part02-l{float: none;width: 100%;}
  .xs-part02-l ul{width:60%;margin: 0 auto}
  .xs-part02-r{width: 100%;float: none;}
  .xs-part04 h2{font-size: 40px;}
  .xs-part04 span{font-size: 34px;}
  .device{height:auto;overflow:hidden;}
  .en-about{margin-top:25px;clear: both}
  .en-about-z{text-align: center;}
  .en-about-z img{float: none;margin: 0 auto}
  .en-about-z div{float: none;width: 100%;text-align: left;}
  .device{float: none;}
}

@media screen and (max-width:800px){
  .part02-l section dl dt img{height:150px;}
  .tzgg{margin-top: 0;}
  .tzgg ol li{float: none;width: 100%;margin-bottom: 10px;}
  .part02{background: #025392;}
  .jyxm ul li{width: 33%;}
  .jyxm{height: auto}
  .jyxm ul li h2{padding: 0 15px}
  .part04-l ul{width: 100%;}
  .part04-l article{margin-top: 75px;}
  .part04-l section dl dt{width: 48%;margin-top: 5%;margin-bottom: 2%;}
  .index-ad h2{font-size: 48px;}
  .index-ad p{font-size: 26px;}
  .part06-l ul li{width: 49%;}
  .part06-l ul li:nth-child(3){margin-right: 2%;}
  .part06-l ul li:nth-child(even){margin-right: 0;}
  .jyxm ul li{background: none;height: auto;margin: 0 auto}
  .footer-r{float: none;width: 100%;}
  .footer-nmp{text-align: right;margin-top:30px;margin-right: 0;}
  .footer-l .address-z{margin-top: 50px;}
  .part04-l section dl dt h2{height:45px}
  .phone_nav button{top:10px;right:15px}
  .search{top:10px;right:80px}
  .search2{top:10px;right:80px}
  .news-m{width: 150px;height: 40px;line-height: 40px;}
  .n-foot-fx .n-foot-fx-logo{float: none;text-align: center;margin: 0 auto}
  .n-foot-fx .footer-nmp{text-align: center}
  .n-foot-fx .footer-nmp ul li{margin-top: 30px;}
  .n-f-bq-l{float: none;text-align: center;}
  .n-f-bq-r{float: none;text-align: center}
  .n-footer-bq{height: auto;padding:10px 10px 10px 0;}
  .n-footer-bq p{line-height:30px;text-align: left}
  .xy-footer-logo{text-align: center;float: none;margin: 0 auto}
  .xy-footer-lx{float:none;}
  .xy-footer{padding:30px 0;height: auto;background: #004da0;}
  .party .xy-footer{background:#a52124;}
  .device2{height: auto}
  .n-news-i-l{float: none;width: 100%;}
  .n-news-i-r{float: none;width: 100%;}
  .n-news-kz ul li span{display: none}
  .n-list-lw ul li {height:auto;line-height: 26px;padding: 10px 0;overflow: hidden}
  .n-list-lw ul li p{display: none}
  .party .n-news-i-l{width: 100%;float: none;}
  .party .n-news-i-r{width: 100%;float: none;}
  .party .n-news-zt ul li{float: none;width: 100%;}
  .n-xshd-list ul li{width: 48%;margin-right: 0;}
  .n-xshd-list ul li:nth-child(3n){margin-right:0;}
  .n-xshd-list ul li:nth-child(odd){margin-right:4%;}
  .n-wm-list ul li{width: 380px;margin:20px auto 0 auto;float: none;display: block}
  .n-wm-list ul li:nth-child(even){float: none;}
  .jyxm-info ul li{width: 100%;float: none;height: auto;margin-bottom: 30px;}
  .jyxm-info ul li h2{background-size: cover;}
  .jyxm-info{margin-bottom: 0;}
  .jyxm-k ul li{width: 96%;margin: 20px auto 10px auto}
  .jyxm-news{height: auto;background:#164A72;padding: 5px 0 20px 0}
  .jyxm-sanke ul li{width: 33.3%;}
  .jyxm-sanke article section dl dt{width:49%;margin-right: 2%;margin-bottom: 3%;}
  .jyxm-sanke article section dl dt:nth-child(even){margin-right: 0;}
  .zyxw-z-l{border:0;width: 100%;height: auto;overflow: hidden;float: none;}
  .zyxw-z-l div span{display:none;}
  .zyxw-z-r{width: 100%;float: none;margin-top: 0;height: auto;overflow:hidden;margin-bottom: 20px;position: relative;}
  .zyxw-z-r p{float: left;width:calc(100% - 120px);}
  .zyxw-z-r img{float: right;position: absolute;right: 0;top: 0;margin-top: 0;}
  .jyxm-zyxw ul li h2{font-size: 18px;}
  .zyxw-link .part06-l ul li{margin: 2% 6%}
  .zyxw-link .part06-l ul li:nth-child(3){margin-right:6%;}
  .n-tea-index-info{text-align: center}
  .n-tea-index-info img{float: none;margin: 0 auto}
  .n-tea-index-info p{float: none;width: 100%;text-align: left}
  .n-tea-list-fc img{width: 100%;}
  .n-fc-list ul li{width: 49%;}
  .n-fc-list ul li:nth-child(even){margin-right: 0;}
  .n-list-kw ul li{width:48%;}
  .n-list-kw ul li:nth-child(even){margin-right: 0;}
  .xy-part04{height: auto;background: #014085;padding-bottom: 20px;}
  .xy-part04-l ul li{width: 49%;}
  .xy-part04-l ul li:nth-child(even){margin-right: 0;}
  .xy-kw-z h2{font-size: 20px;margin-left: 15px;margin-top: 15px;}
  .xs-part02-l ul{width:80%;}
  .xs-part03{height: auto;padding-bottom: 20px;}
  .xs-part03-l ul li{width:48%;margin-right: 4%;}
  .xs-part03-l ul li:nth-child(even){margin-right: 0;}
  .jyxm-info ul li div.sec-jy{width:100%;float: none;}
  .jyxm-info ul li img.jygk-pic{display: none;}
  .mbx{line-height: 30px}
}

@media screen and (max-width:480px){
  
  .part01-pic img{width: 100%;}
  .part01-z-z{box-shadow: none;}
  .part02-l ul {height: auto;overflow: hidden}
  .part02-l ul li{font-size: 16px;width: 33%;margin-bottom: 15px;}
  .part02-l ul li.active:after{content: "";display: none;}
  .part02-l ul li.active{color: #63b3f0;}
  .part06-l ul li{width: 100%;}
  .tzgg ol li h2{height: auto;font-size: 14px;}
  .part02-l section dl dt{width: 100%;margin-right: 0;}
  .part02-l section dl dt img{height: 214px}
  .jyxm ul li span{width: 100px;height: 100px;}
  .jyxm ul li span i{width: 50px;height: 50px;background-size: cover}
  .jyxm ul li:nth-child(2) span i{background-size: cover}
  .jyxm ul li:nth-child(3) span i{background-size: cover}
  .jyxm ul li:nth-child(4) span i{background-size: cover}
  .jyxm ul li:nth-child(5) span i{background-size: cover}
  .jyxm ul li:nth-child(6) span i{background-size: cover}
  .jyxm ul li h2{font-size: 16px;}
  .part04{background:none;}
  .part04 .index-title{background: url("../images/title-j-bg.png")center center no-repeat}
  .part04 ul li{background: #8c8c8c;width: 48%;margin: 10px auto;height: 50px;line-height: 50px;color:#fff}
  .part04 ul li i{display: none}
  .part04-l ul li h2{color: #fff}
  .part04-l article{margin-top: 10px;}
  .part04-l section dl dt{width:96%;padding: 0 2%; float: none;margin-right: 0;}
  .part04-l section dl dt p{width: 100%;}
  .index-ad h2{font-size: 28px;}
  .index-ad p{font-size: 16px;}
  .index-ad{height: auto;padding-bottom: 30px;background-size: cover;}
  .part05-num ul li{width: 50%;}
  .part05-num ul li h2 span{font-size: 80px;}
  .part05-num ul li p{height: 60px;font-size: 16px;width: 100%;}
  .part05-button{display: none;}
  .footer-l img{width: 96%;}
  .ilogo{width: 50%;}
  .phone_nav button{top:10px;right:15px}
  .search{top:10px;right:80px}
  .search2{top:10px;right:80px}
  .footer-nmp{text-align: center;float: none;}
  .footer-l .address-z{margin: 30px auto}
  .footer-nmp ul li img{left: 0;}
  .footer-nmp ul li:nth-child(5) img{left: auto}
  .swiper-pagination-bullet{width: 8px;height: 8px;}
  .pagination{bottom: 10px !important}
  .n-nav .n-logo{width: 60%;}
  .n-nav .n-logo img{width: 100%;}
  .xy-nav .xy-logo{width: 60%;}
  .xy-nav .xy-logo img{width: 100%;}
  .searchxy{right:80px}
  .xs-logo{margin-left:20px;}
  .xs-nav .xs-nav-l{width:calc(100% - 285px)}
  .xs-nav .phone_nav button{right: 15px}
  .xs-nav{position: static}
  .xs-top-t{display: none;}
  .xs-nav .xs-nav-l{background:none;margin-top: 0;}
  .xs-nav .wrapper-sub2 .xs-search{background:url("../images/xy-ico2.png")center center no-repeat;margin-top: 5px;}
  .xs-nav .wrapper-sub2 .xs-search img{display: none}
  .xs-nav .phone_nav button {top: 30px}
  .xs-nav .phone_nav button span{background:#0a4993;}
  .xs-nav .wrapper-sub2{height:auto;background: #fff;background-size:contain;padding-bottom: 20px;overflow: hidden;}
  .xs-nav .wrapper-sub2 .xs-search{position: static}
  .xs-nav .wrapper-sub2 .xs-search form{position: absolute;top:0;left: 0; right: 0;background: #ccc;}
  
  .party .xs-nav .wrapper-sub2{height:auto;background: #fff;background-size:contain;padding-bottom: 20px;overflow: hidden;}
  .party .xs-nav .xs-nav-l{background:none;}
  .party .xs-nav .wrapper-sub2 .xs-search{background:url("../images/n_search-ico-red.png")center center no-repeat}
  .party .xs-nav .phone_nav button span{background:#af1515}
  .party .right_nav{background: #af1515;}
  .n-foot-fx .n-foot-fx-logo img{width: 100%;}
  .n-news-kz ul li{height:auto;line-height: 26px;padding: 10px 0;overflow: hidden}
  .n-news-cf p span{display: block;}
  .n-news-cf h3{font-size: 18px;}
  .n-news-cf{background:#1a498a;height: auto;padding: 10px 0}
  .swiper_z{font-size: 14px;}
  .pagination2{display: none}
  .fck img{width: 100% !important;height: 100% !important}
  .n-xshd-list ul li{width: 96%;margin: 0 auto 30px auto;float: none}
  .n-xshd-list ul li:nth-child(odd){margin-right: 0;}
  .n-news-pic ul li {text-align:center;}
  .n-news-pic ul li img{float: none;margin: 0 auto}
  .n-news-pic ul li div{float: none;width: 100%;}
  .n-news-pic ul li div h2{margin-top: 15px;}
  .n-news-pic ul li div p{text-align: left;height: auto}
  .n-news-pic ul li div i{margin-top: 15px;}
  .n-news-pic ul li div span{margin-top: 15px;}
  .n-news-pic{margin-top: 30px;}
  .hzyx-z ul li{width:100%;}
  .jyxm-l dl dt{height: auto;overflow: hidden}
  .jyxm-l dl dt h2{padding:10px;line-height: 26px;}
  .jyxm-l dl dt span{display: none}
  .zyxw-z-l{text-align: center}
  .zyxw-z-l img{float: none;}
  .zyxw-z-l div{width: 100%;float: none;margin: 15px auto 0 auto;text-align: left}
  .zyxw-z-l div h2{display: none}
  .jyxm-zyxw ul li{width: 33.3%;}
  .jyxm-zyxw ul li h2:after{content: "";display: none}
  .jyxm-zyxw ul li:hover{height: 50px}
  .jyxm-zyxw ul li.active i{border: 0;display:none}
  .jyxm-zyxw ul li:hover i{border: 0;display: none}
  .zyxw-link .part06-l ul li{margin: 2% auto !important;float: none;}
  .zyxw-link .part06-l ul li h2{padding-top: 20px;}
  .jyxm-sanke article section dl dt{width: 100%;margin:0 auto 3% auto !important}
  .jyxm-sanke ul li{font-size: 20px;}
  .n-tea-num ul li{width: 46%;}
  .fck-zj .zj-info{text-align: center}
  .fck-zj .zj-info img{float: none;margin: 0 auto}
  .fck-zj .zj-info .zj-info-pic-r{width: 100%;float: none;text-align: left}
  .n-tea-xs ul li{width: 31.3%;margin-right: 2%;}
  .n-tea-xs ul li:nth-child(5n){margin-right: 2%;}
  .n-tea-list ul li{text-align: center}
  .n-tea-list ul li img{float: none;margin: 0 auto;}
  .n-tea-list-z{width:96%;float: none;text-align: left;padding: 2%}
  .n-tea-list-z span{display: none;}
  .n-tea-py ul li{width: 31.3%;margin-right: 2%;}
  .n-tea-list-fc ul li{width: 100%;margin: 2% auto}
  .n-list-vi img{width: 100%;}
  .n-tea-time ul li h2{padding:0;width: 100%;}
  .n-tea-time ul li{width:33.3%}
  .n-tea-time ul li:after{content: "";display: none}
  .down-nav ul li{width:48%;margin-right: 2%;}
  .down-nav ul li:nth-child(4n){margin-right:2%;}
  .n-list-lw{width: 96%;margin: 10px auto 30px auto}
  .down-nav ul li a{font-size: 18px;}
  .down-nav ul li{height:80px;line-height: 80px;background-size: cover}
  .xy-part04-l ul li{width: 100%;margin:2% auto !important}
  .xy-footer-logo img{width: 90%;}
  .his-pic img{width: 100%;}
  .n-list-kw ul li{width:100%;margin:50px auto 0 auto !important;float: none;}
  #xybanner .pagination{bottom:10px !important}
  .xy-part01{padding-bottom: 0;}
  .xy-title {margin-top: 20px;height: auto;overflow: hidden}
  .xy-title h2{font-size: 26px;margin-left: 10px;}
  .xy-title em{display: none}
  .xy-title span{margin-right: 10px;}
  .xy-info-z span{margin: 30px auto 0 auto;width: 150px;float: none;}
  .xy-p2-t-z h2{font-size: 26px;margin-left: 10px;}
  .xy-p2-t-z p{display: none;}
  .xy-p2-t-z span{margin-right: 10px;}
  .xy-p2-l{margin-top:0;padding-bottom: 0;height: auto;overflow: hidden}
  .xy-p2-l ul li{width: 95%;padding-bottom: 10px;border-bottom: #ddd 1px solid;margin-bottom: 10px;}
  .xy-p2-l ul li h2{font-size: 14px;height: auto;}
  .xy-p2-l ul li p{display: none}
  .xy-p2-l ul li span{display: none;}
  .xy-part03-l ul li {padding-bottom: 10px;margin-bottom: 10px;line-height: 26px}
  .xy-part03-l ul li span{display:none;}
  .xy-part03-l ul li:nth-child(7){border-bottom: #ddd 1px solid;}
  .xy-part04 .xy-title{margin-top: 20px;margin-bottom: 20px;}
  .xy-kw-k{display: none}
  .xy-kw{height: auto;text-align: center}
  .kw-fm-pic{position: static}
  .xy-kw-z{position: static;width: 100%;height: auto;margin-top: 20px;padding-bottom: 20px;}
  .xy-kw-z h2{margin: 15px auto 0 auto;text-align: left;width: 90%;line-height:30px}
  .xy-kw-z p{margin: 10px auto 0 auto;text-align: left;}
  .xy-kw span{display: none;}
  .xy-part06 h2{margin:25px auto}
  .xs-part01-l ul li{width: 30%;}
  .xs-part01-l section ol li{text-align: center;height: auto;padding: 20px 0}
  .xs-part01-l section ol li img{float: none;margin: 0 auto;text-align: center}
  .xs-part01-l section ol li div{float: none;width: 90%;margin: 10px auto 0 auto;text-align: left}
  .xs-part01-l section dl dt span{display:none;}
  .xs-part02-l ul li{float: none !important;display: block;margin:0 auto 10px auto;}
  .xs-part02-l ul{width: 100%;text-align: center}
  .xs-part02-l section dl dt span{display:none}
  .xs-part02-r ul li{padding-bottom: 0;}
  .xs-part02-r ul li em{display: none}
  .xs-part02-r ul li h2{width: 100%;}
  .xs-part02-r ul li span{display: none;}
  .xs-part03-l ul li{width: 80%;margin:20px auto !important;float: none !important;}
  .xs-part04 h2{font-size: 30px;}
  .xs-part04 span{font-size: 24px;}
  .qianming{width:50% !important;}
  .xyldjt .pic{float: none;margin: 0 auto;text-align: center}
  .xyldjt .pic-z{width: 100%;text-align: left;float: none;height: auto;overflow: hidden;margin-bottom: 15px;}
  .xyldjt .pic-z .n-ld-h3 span{display: inline-block;margin-left: 10px;}
  .xyldjt{padding: 20px 10px}
  .en-news-list ul li{width: 100%;margin:20px auto 0 auto;float: none;}
  
}
@media screen and (max-width:375px){
  .n-wm-list ul li{width: 310px;}
  .xs-logo img{width: 80%;}
  .n-wm-list ul li img{width:310px;height:175px;}
  .n-news-pic ul li div h2{font-size: 16px;}
  .xs-title em{display: none;}
  .xs-part02-r .xs-title em{display: none;}
  .xs-part04 span{font-size: 20px;}
  
}
@media screen and (max-width:360px){
  .xy-nav{height: 90px;}
  .xy-header .phone_nav button{right: 10px}
  .searchxy{right:70px}
  .xs-part03-l ul li{width: 100%;}
}
@media screen and (max-width:320px){
  .xs-logo img{width: 70%;}
}