/* Generated by less 2.2.0 */
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
/*全局样式*/
html,
body {
  width: 100%;
  margin: 0 auto;
}
/*= 清除浮动=*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 0%;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 0%;
}
/* 针对IE7 */
* + html .clearfix {
  min-height: 0%;
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #494949;
  background: #ffffff;
  font: 16px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #494949;
}
a:hover {
  color: #01478d;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
@media (min-width: 1230px) {
  /*min-width 1200 不要写其它内容*/
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
p,
h3,
h4 {
  margin: 0;
}
a:link {
  text-decoration: none;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
* {
  outline: none !important;
}
a,
img {
  transition: all 0.5s ease-in-out;
}
header {
  display: none;
}
.index-body {
  height: 100vh;
  overflow: hidden;
}

.main-wrap {
  background: #fff;
  top: 100vh;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  z-index: 9;
}


.main-wrap2 {
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  z-index: 9;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
}





.header .top {
  text-align: right;
  height: 39px;
  line-height: 39px;
  background: #01478d;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.header .top a {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-left: 36px;
}
.header .top a + a {
  position: relative;
}
.header .top a + a:after {
  content: '/';
  position: absolute;
  left: -20px;
}
.header .head {
  padding: 28px 0;
}
.header .head .logo a,
.header .head .logo h1 {
  display: inline-block;
  vertical-align: middle;
}
.header .head .logo a img,
.header .head .logo h1 img {
  display: block;
  max-height: 75px;
}
.header .head .logo h1 {
  margin: auto;
  margin-left: 20px;
}
.header .head .nav li {
  float: left;
  position: relative;
  padding: 0 30px;
}
.header .head .nav li h3 a {
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  display: block;
}
.header .head .nav li dl {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 60px;
  display: none;
  text-align: center;
  width: 150px;
  max-width: 230px;
  padding: 10px 0 50px;
  background: #01478d;
  background: rgba(1, 71, 141, 0.8);
  background: -webkit-gradient(left top, left bottom, color-stop(100%, rgba(9, 44, 135, 0)), color-stop(100%, rgba(9, 44, 135, 0)));
  background: -webkit-linear-gradient(top, #01478d 0%, rgba(9, 44, 135, 0) 100%);
  background: linear-gradient(to bottom, #01478d 0%, rgba(9, 44, 135, 0) 100%);
}
.header .head .nav li dl dd a {
  padding: 8px 2px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.header .head .nav li .fadeInUp {
  display: block;
}
.header .head .search-btn {
  margin-top: 13px;
  cursor: pointer;
}
.header-show {
  transform: none;
  opacity: 1;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.modal-dialog {
  border: none;
  width: 800px;
  height: 54px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  z-index: 802;
  left: 50%;
  margin: 0;
  margin-top: -27px;
  margin-left: -400px;
  background: #fff;
}
.modal-dialog .text {
  background: none;
  width: 80%;
  margin-left: 2%;
  height: 54px;
  line-height: 54px;
}
.modal-dialog .image {
  background: #2b4b8c;
  padding: 15px 6%;
}
* {
  outline: none;
}


.banner2 {
  height: aouo;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


/*  */
.banner-slick{ overflow:hidden; }
.banner-slick .slick-dots{ bottom: 30px; }
.banner-slick .slick-dots li{ width: 40px; height: 2px; background: url(../images/cir.png) no-repeat center;  margin:0 8px; }
.banner-slick .slick-dots li.slick-active{ background: url(../images/cir2.png) no-repeat center; transform: scale(1.2,1.2); }
.banner-slick .slick-dots li button:before{display: none;}
.slick-slider{margin: 0;}




.banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner .slick-list {
  z-index: 1000;
}
.banner .item a {
  height: 100vh;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  z-index: 2;
}
.banner .item a:after {
  content: '';
  width: 100%;
  height: 410px;
  background: url(../images/mask-t.png) repeat-x top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.banner .item a:before {
  content: '';
  width: 100%;
  height: 320px;
  background: url(../images/mask-b.png) repeat-x bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner .item .text {
  position: absolute;
  width: 100%;
  bottom: 38px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  z-index: 2;
}
.banner .item .text p {
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .slick-dots {
  position: absolute;
  z-index: 1000;
  right: 188px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.banner .slick-dots li {
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding-top: 4px;
  margin: 0 auto 15px;
}
.banner .slick-dots li button {
  display: block;
  background: #fff;
  border: none;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 4px;
}
.banner .slick-dots .slick-active {
  background: url(../images/active.png) no-repeat center;
}
.banner .slick-dots .num {
  padding-top: 48px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.banner .slick-dots .num:after {
  content: '';
  width: 1px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
}

.slick-track {
  max-width: none;
}
.main-wrap .header {
  background: #4777a9;
}
.title {
  text-align: center;
  height: 64px;
  line-height: 64px;
}
.title h3 {
  font-size: 36px;
  line-height: 64px;
  font-weight: normal;
  display: inline-block;
  padding: 0 68px 0 109px;
  position: relative;
  background: url(../images/tit-l.png) no-repeat left top, url(../images/tit-r.png) no-repeat right bottom;
  margin-left: -66px;
}
.title h3 a {
  display: block;
}
.main-bg {
  padding-top: 237px;
  background: url(../images/bg-t.jpg) no-repeat top center / 100% 1400px, url(../images/bg-f.jpg) no-repeat bottom center;
  background-color: #e8eafd;
  padding-bottom: 100px;
  overflow: hidden;
}


.main-bg2 {
 /* background: url(../images/bg-t.jpg) no-repeat top center / 100% 1400px, url(../images/bg-f.jpg) no-repeat bottom center;  */
  background-color: #fff;
 padding-bottom: 100px;
  overflow: hidden;
}


.news-box .tit {
  width: 120px;
  background: url(../images/tit-bg.png) no-repeat top center;
  margin-top: -19px;
  padding-top: 78px;
  text-align: center;
}
.news-box .tit h3 {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  width: 39px;
}
.news-box .tit a {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  display: inline-block;
  margin-top: 26px;
  width: 30px;
}
.news-box .news-banner {
  margin-left: 170px;
  margin-right: 344px;
}
.news-box .news-banner a {
  display: block;
}
.news-box .news-banner .pic {
  height: 600px;
  overflow: hidden;
}
.news-box .news-banner .pic img {
  width: 100%;
  display: block;
}
.news-box .news-banner .text {
  background: #fff;
  margin-right: 216px;
  margin-top: -78px;
  position: relative;
  z-index: 1;
  padding: 46px;
}
.news-box .news-banner .text h5 {
  margin: auto;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-banner .text p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 34px;
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .s-news-banner {
  width: 514px;
  position: absolute;
  right: 0;
  top: 106px;
}
.news-box .s-news-banner a {
  display: block;
}
.news-box .s-news-banner .pic {
  height: 350px;
  overflow: hidden;
}
.news-box .s-news-banner .pic img {
  width: 100%;
  display: block;
}
.news-box .s-news-banner .text {
  background: #fff;
  margin-right: 50px;
  margin-top: -65px;
  position: relative;
  z-index: 1;
  padding: 25px 35px;
}
.news-box .s-news-banner .text h5 {
  margin: auto;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .dots {
  margin-top: 54px;
  text-align: center;
}
.news-box .dots ul li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #a8b3c6;
  display: inline-block;
  margin: 0 13px;
}
.news-box .dots ul li.slick-active {
  background: #01478d;
}
.notification-box {
  margin-top: 70px;
  padding-bottom: 70px;
  background: url(../images/bg-b.jpg) no-repeat bottom center;
}
.notification-banner {
  margin-top: 56px;
}
.notification-banner .item a {
  width: 460px;
  display: block;
  margin: 0 auto;
}
.notification-banner .item .pic {
  height: 290px;
  overflow: hidden;
}
.notification-banner .item .pic img {
  width: 100%;
  display: block;
}
.notification-banner .item .text {
  padding-top: 40px;
}
.notification-banner .item .text p {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-banner .item .text span {
  font-size: 18px;
  color: #808080;
}
.info-box {
  margin-top: 48px;
}
.info-box ul {
    width: 203px;
    margin-top: 0px;
    margin-right: 0px;
}
.info-box ul li {
  margin-bottom: 2vh;
  background-color: #000;
  background-size: cover !important;
  position: relative;
}
.info-box ul li a {
    display: block;
    height: 100%;
    padding-top: 17%;
    text-align: center;
    padding-bottom: 17%;
}
.info-box ul li em,
.info-box ul li img {
  display: block;
  margin: 0 auto;
}
.info-box ul li p {
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
}
.info-box ul .item1 {
  padding-top: 60%;
  height: 42vh;
}
.info-box ul .item1 dl {
  position: absolute;
  bottom: 56px;
  left: 70px;
}
.info-box ul .item1 dl dd a {
  padding-top: 0;
  color: #fff;
}
.info-box ul .item5 {
  height: 46vh;
  padding-top: 28%;
}
.info-box ul .tit {
  background: none;
  height: auto;
  margin-top: 70px;
}
.info-box ul .tit .title {
  text-align: right;
}
.info-box ul .tit .title h3 {
  font-size: 23px;
}
.info-box ul .tit .title h3 a {
  padding-top: 0;
}
.info-box ul:first-child {
  margin-right: 18px;
}
.footer {
  background: url(../images/foot-bg.png) no-repeat top center;
  background-size: cover;
  margin-top: -70px;
  padding: 120px 0 60px;
  color: #fff;    z-index: 999999999;
    position: relative;
}
.footer .s-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
}
.footer .s-logo img {
  width: 100%;
  display: block;
}
.footer .container .fl {
  padding-top: 15px;
}
.footer .container .fl p {
  font-size: 15px;
  padding-left: 32px;
}
.footer .container .fl .tel {
  background: url(../images/phone.png) no-repeat left center;
}
.footer .container .code img {
  width: 94px;
  display: block;
}
.data-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 100%;
  top: 0;
  z-index: 1051;
  transition: all 0.5s ease-in-out;
  background: url(../images/data-bg.jpg) no-repeat center;
  background-size: cover;
}
.data-box .data {
  width: 94px;
  height: 213px;
  background: url(../images/data.png) no-repeat right center;
  position: absolute;
  left: -94px;
  top: 60%;
  margin-top: -156.5px;
  padding-left: 30px;
  padding-top: 62px;
  cursor: pointer;
}
.data-box .data p {
  width: 27px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
.data-box .data .back {
  display: none;
}
.data-box.show {
  left: 0;
}
.data-box.show .data {
  background: url(../images/data2.png) no-repeat right center;
  left: 0;
}
.data-box.show .data p {
  display: none;
}
.data-box.show .data .back {
  display: block;
}
.data-box .content {
  margin-left: 16vw;margin-bottom: 100px;}
.data-box .content dl {
  height: 33.3vh;
  transform: translateY(0);
  position: relative;
}
.data-box .content dl dd {
  width: 16.8vw;
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
  background: url(../images/l1.png) no-repeat center;
  background-size: 100% 100% !important;
  transition: all 0.5s ease-in-out;
}
.data-box .content dl dd h5 {
  font-size: 24px;
  color: #fff;
  margin-top: 15vh;
  position: relative;
  z-index: 1;
}
.data-box .content dl dd p {
  font-size: 20px;
  color: #fff;
  opacity: 0.35;
  position: relative;
  z-index: 1;
}
.data-box .content dl .d0 {
  background: url(../images/d0.png) no-repeat center;
}
.data-box .content dl .d2 {
  background: url(../images/l2.png) no-repeat center;
}
.data-box .content dl .d3 {
  background: url(../images/l3.png) no-repeat center;
}
.data-box .content dl .d4 {
  background: url(../images/l4.png) no-repeat center;
}
.data-box .content dl .o4 {
  opacity: 0.4;
}
.data-box .content .dl2 {
  margin-left: 10%;
  transform: translateY(-50%);
}
.data-box .content .dl3 {
  margin-left: 20%;
  transform: translateY(-100%);
}
.data-box .content .dl4 {
  transform: translateY(-150%);
}
.data-box .content .dl5 {
  transform: translateY(-200%);
}




  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}



.dpzw{}
.dpzw p{ text-indent:2em; font-size:16px; margin-bottom:20px; text-align:justify; text-justify:inter-ideograph;}
.dpzw img{text-align: center; max-width:100%; margin:10px auto; display: block;height: auto !important;} 

.cont img{text-align: center; max-width:100%; margin:10px auto; display: block;height: auto !important;} 


.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lm{width:18%;padding-right: 30px;margin-top: 60px;}
.lm h2{font-size: 24px;color:#fff;background:#01478d;width:100%;height:90px;position: relative;padding: 20px 0 0 25px;
	margin: 0;
}
.lm h2::after{display: block;content:"";position: absolute;left: 25px;bottom: 25px;width:50px;height: 1px;background: #fff;}
.lm ul{width:100%; background:#daefff;padding:25px 0 10px 20px;}
.lm ul li{line-height: 50px;color: #555;font-size: 16px;padding-left: 35px;margin-top: 10px;}
.lm ul li:hover,.lm ul li.on{background: #fff;padding-left: 15px;}
.lm ul li:hover a,.lm ul li.on a{background: url(../images/li.png) no-repeat left center;padding-left:20px;display: block;color:#003e7c;}
.lm-right{width:80%;margin-top: 60px;}
.lm-right .local{padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.lm-right .local .lmmc{font-size: 25px;color:#003e7c;line-height: 30px;}
.lm-right .local .position{padding-left: 20px;font-size: 14px;
	color:#999999;line-height: 30px;}
.lm-right .local .position a{font-size: 14px;color:#999999;}
.img-list{ padding-top: 10px; }
.banlist>ul.slide>li{padding:30px 15px 0;width:50%;float: left;}
.banlist li .imged{padding-top:40%;}
.banlist li img{transition: all 1s; }
.banlist li:hover img{transform: scale(1.05);}
.banlist li:hover a,.xwlist li:hover a{color:#003e7c;}
.banlist li .bt,.banlist li .bt2{font-size: 16px;color:#555;line-height: 30px;padding: 10px 0;display: block;}
/*机构设置 */

/*机构设置 */
.jglist{padding-top:50px;}
.jglist li{width:33.3%;padding:25px 0;text-align: left;border-bottom: 1px solid #ededed;border-right: 1px solid #ededed;float: left;padding-left: 70px;}
.jglist li:nth-child(3){border-right: none;}
.jglist li:nth-child(6){border-right: none;}
.jglist li:nth-child(9){border-right: none;}
.jglist li:nth-child(12){border-right: none;}
.jglist li:nth-child(15){border-right: none;}
.jglist li:nth-child(18){border-right: none;}
.jglist li:nth-child(21){border-right: none;}
.jglist li a{background: url(../images/li2.png) no-repeat left center;padding-left: 40px;font-size: 16px;color:#555;}
.jglist li:hover{background: #eeeff1;}
/* piclist */
.banlist .piclist li .imged{padding-top:68%;}
.piclist li{width:33.3%;padding:30px 15px 0;float: left;}
.banlist li .bt2{padding:25px 0 0;}
/* 学校领导 */
.ldlist{padding-bottom: 70px;}
.ldlist h2{font-size: 20px;color:#333;padding-top: 50px;font-weight: bold;margin: 0;}
.headlist li{float: left;width:33.3%;padding:30px 15px 0;position: relative;}
/* .headlist li img{transition: all 1s;} */
.headlist li .ldimg{width:35%;}
.headlist li .ldimg .imged{padding-top:100%;}
/* .headlist li img:hover{transform: scale(1.05);} */
.headlist li .ld-r{width:60%;padding:30px 0 30px 30px;background: #f8f8f8;height: auto;position: absolute;bottom: 0;left: 35%;top: 30px;}
.headlist li .ld-r a{font-size: 20px;color:#555;line-height: 32px;padding-bottom: 15px;display: block;}
.headlist li .ld-r p{font-size: 14px;color:#777;margin: 0;}
.headlist li:hover .ld-r{background: #003e7c;}
.headlist li:hover .ld-r a,.headlist li:hover .ld-r p{color:#fff;}
/* list */
.xwlist ul{padding-top:0px;}
.xwlist ul.slide li{position: relative;line-height: 40px;background: url(../images/li.png) no-repeat left center;padding:0 100px 0 20px;font-size: 16px;}
.xwlist .slide li l{position: absolute;right: 0;top: 0;font-size: 14px;color:#777;}
/* content */
.content{padding-top:30px;}
.content h2{font-size: 22px;color:#555;margin: 0 0 20px; line-height: 34px;}
.content .article{background: #eeeff1;line-height: 30px;font-size: 14px;color:#888;  margin-bottom: 20px;}
.content .article span{padding-right: 20px;display: inline;}
.content .cont{padding-top:30px;min-height:380px;}
.content .cont img{padding-bottom: 5px;}
.cont p{font-size: 16px;color:#555;line-height: 40px;text-indent: 2rem;}
.article-a{    padding-bottom: 35px;
    padding-top: 46px;}
.article-a p{line-height: 45px;background:#eeeff1;width: 50%;color:#666;text-align: left;padding-left: 30px;}
.article-a p.on,.article-a p:hover {background:#01478d;color:#fff;}
.article-a p.on a,.article-a p:hover a{color:#fff;}
.article-a .prev{float: left;}
.article-a .next{float: right;}

.pagination{margin:40px 0 60px;}
.pagination li a{ margin:0 3px; border-radius: 0!important; color: #333; background: none; height: 25px; padding-top: 0; padding-bottom: 0; line-height: 23px; }
.pagination > .active > a,.pagination li a:hover, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background: #003e7c; border-color: #003e7c; color: #fff; }
.page-box{ padding:30px 0 0 0; }
 .pagination > li > span {padding:2px 12px;}
.page-l{ line-height: 25px; margin-right: 5px; margin-left: 15px; }
.page-input{ width: 40px; box-shadow: none;border-radius: 0; background: none; height: 25px; }
.page-l-l{ margin-left: 10px; }
.page-number{ height: 25px; line-height: 23px; border:solid 1px #ddd; padding:0 5px; margin-left: 5px; }
.page-box{ display: inline-block; }
.page-r{ margin:20px 0; }

/* 用户服务 */
.user{width:100%;}
.uselist{padding-bottom:80px;}
.uselist .usetit{width:171px;line-height: 50px;background: url(../images/titbg.png) no-repeat center;color:#fff;font-size: 20px;
	margin:40px 0 20px;padding-left: 20px;}
.uselist li{margin-bottom: 15px;width: 25%;line-height: 50px;background:#eeeeee;padding-left: 45px;float: left;}
.uselist li a{display: block;background: url(../images/icon.png) no-repeat left center;padding-left: 20px;font-size: 16px;color:#555;}
.uselist li:hover a{background: url(../images/icon1.png) no-repeat left center;color:#2b4979;}
/* 视频 */
.new5{padding: 30px 0;}
.gysp{margin-right: 43px;}
.gysp span{font-size: 26px;color: #113b75;writing-mode: vertical-lr;writing-mode: tb-lr;width: 45px;position: relative;letter-spacing: 5px;margin-right: 20px;}
.gysp span:before{content: "";display: block;width: 1px;height: 122px;background: #045093;position: absolute;right: 0;margin-top: 60px;}
.gysp a{font-size: 16px;writing-mode:vertical-lr;writing-mode: tb-lr;color: #555;letter-spacing: 5px;padding-top: 135px;}
.ship{position: relative;width: 590px;height: 360px;overflow: hidden;}
.ship span{display: block;line-height: 50px;padding: 0 19px;background: rgba(0, 0, 0, 0.3);position: absolute;bottom: 0;color: #fff;font-size: 16px;width: 100%;}
.tpgy{position: relative;height: 360px;overflow: hidden;width: 630px;}
.tpgyimg{display: block;width: 50px;height: 172px;position: absolute;writing-mode: vertical-lr;writing-mode: tb-lr;background: #f0fbff;color: #045093;font-size: 26px;top: 0;right: 25px;letter-spacing: 5px;padding: 20px 8px 0;}
.chak{position: absolute;top: 260px;right: 39px;font-size: 16px;color: #fff;writing-mode: vertical-lr;writing-mode: tb-lr;letter-spacing: 5px;}
.chak:before{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
	position: absolute;
	top: -49px;
	left: 10px;
}
.new5 img{transition: all .5s;
	-webkit-transition: all .5s; /* Safari */}
.new5 img:hover{transform: scale(1.1);}
.gysp_lis{width: 730px;padding-bottom: 40px;}



.notification-box {margin-top: 70px;padding-bottom: 30px;background: url(../images/bg-b.jpg) no-repeat bottom center;}
.con_nl{ width:48%; float:left;}
.con_nr{ width:48%; float:right;}

.news_li{ width:100%;}
.news_li ul li{  height:68px; line-height:68px; padding-left:12px;padding-right:12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:18px; display:block; transition: all 0.2s ease-in-out;}
.news_li ul li:hover{ background: #fff;}

.news_li ul li l{ font-size: 36px;}
.news_li ul li l:hover{ font-size: 36px; color: #01478d}
.news_li  ul li:hover {transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 10px 0;}
.news_li ul li span{color:#a8b3c6; font-size:14px; float:right;}

.title1 {text-align: center;line-height: 64px; float: right;}
.title1 h3 { font-size: 20px; line-height: 64px;font-weight: normal; display: inline-block; padding: 0 68px 0 134px; position: relative; background: url(../images/tit-l.png) no-repeat left top, url(../images/tit-r.png) no-repeat right bottom; margin-left: -66px;}
.title1 h3 a { display: block;}

.xinxi_li dl{ margin-top:5px;}
.xinxi_li dl dd{width:100%;  overflow:hidden;   }
.xinxi_li dl dd:nth-child(1n){float: left;}
.xinxi_li dl dd:nth-child(2n){float: right;}
.xinxi_li dl dd a{width:80%; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:url(../images/li.png) left center no-repeat; padding-left:20px; display:block;  height:54px; line-height:54px; font-size: 18px; transition: 0.6s;}
.xinxi_li dl dd a:hover{transform: translateY(0.1px);}
.xinxi_li dl dd l{ float:right; color:#a8b3c6; font-size:14px; width:auto !important;height:54px; line-height:54px; }

.s_shou{ background: url(../images/xxgk_bgs.png) repeat; height: auto; min-height: 165px; }
.s_date{ width: 22%; background: #26579b; margin-left: 2%; text-align: center;}
.s_date p{ color: #fff;}

.s_list .s_tits{padding: 18px 18px 0px 18px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.s_xiangq{overflow: hidden; text-overflow: ellipsis; line-height: 34px; padding:0px 18px 18px 18px;}
.s_tits{ font-size: 22px;}


/*全局样式 end*/
@media (min-width: 1570px) {
  .container {
    width: 1540px;
  }
}




@media (min-width: 1025px) {
  /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
  .header .top a:hover {
    opacity: 0.7;
  }
  .header .head .nav li dl dd a:hover {
    background: #01478d;
  }
  .notification-banner .item:hover .text p {
    color: #01478d;
  }
  .info-box ul li:hover {
    opacity: 0.8;
  }
  .data-box .content dl dd:hover {
    opacity: 0.5;
    z-index: 10;
  }


}





@media (max-width: 1569px) {
  .header .head .logo a img,
  .header .head .logo h1 img {
  }
  .banner .item .text p {
    font-size: 24px;
  }
  .data-box .content dl dd h5 {
    font-size: 20px;
  }
  .news-box .news-banner .pic {
    height: 400px;
  }
  .news-box .s-news-banner .pic {
    height: 300px;
  }
  .news-box .news-banner .text {
    padding: 26px;
  }
  .news-box .news-banner .text h5 {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
  }
  .notification-banner .item a {
    width: 90%;
  }
  .notification-banner .item .pic {
    height: 225px;
  }
  .title h3 {
    font-size: 30px;
  }
  .info-box ul {
    width: 31%;
    margin-left: 0px !important;
    margin-left: 1% !important;
  }
  .info-box ul:first-child {
    margin-right: 2%;
  }
  .header .head .nav li {
    padding: 0 20px;
  }
  .info-box ul .item1 dl {
    left: 50px;
  }
  .info-box ul .item1 dl dd a {
  }
}





@media (max-width: 1199px) {
  /*修改1200以下、小屏显示器*/


.notification-box {margin-top:40px;padding-bottom: 30px;background: url(../images/bg-b.jpg) no-repeat bottom center;}
.con_nl{ width:100%; float:left;}
.con_nr{ width:100%; float:right;}







  .header {
    display: none;
  }
  header {
    display: block;
    padding: 10px 15px;
    height: auto;
    background: #265181;
    top: 0;
    width: 100%;
    z-index: 1055;
    padding: 2%;
  }
  header .logo a,
  header .logo h1 {
    display: inline-block;
    vertical-align: middle;
  }


.s-head .logo { width:80%;}

  header .menu {
    display: block;
    width: 38px;
    margin-right: 15px;
    transition: all 0.3s ease;
    margin-top: 5%;
  }
  header .menu span {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 100px;
  }
  header .menu span + span {
    margin-top: 6px;
  }
  header .menu.on {
    margin-top: 20px;
  }
  header .menu.on span {
    transform: rotate(45deg);
  }
  header .menu.on span:nth-child(2) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  header .menu.on span:nth-child(3) {
    display: none;
  }
  .menu-nav {
    position: fixed;
    width: 350px;
    top: 70px;
    right: 0;
    padding: 20px 15px 50px;
    background: #265181;
    display: none;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    z-index: 900;
    height: calc(60vh);
    overflow-y: scroll !important;
  }
  .menu-nav form .text {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    width: calc(50%);
    height: 28px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    margin-right: 5px;
    font-size: 14px;
  }
  .menu-nav form .text::placeholder {
    color: #fff;
  }
  .menu-nav ul {
    width: 100%;
    margin-top: 25px;
  }
  .menu-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0 5%;
    width: 100%;
  }
  .menu-nav ul li:after {
    display: none;
  }
  .menu-nav ul li h3 a {
    height: auto;
    line-height: 1.5;
    padding: 14px 0 14px 0px;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    text-align: left;
  }
  .menu-nav ul li h3 i {
    display: block;
    width: 30px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.6rem;
    margin-right: 10px;
    font-style: normal;
    transition: all 0.3s ease-in-out;
  }
  .menu-nav ul li h3 .down {
    transform: rotate(-45deg);
  }
  .menu-nav ul li dl {
    padding-bottom: 15px;
    display: none;
    visibility: initial;
    transition: none;
    position: relative;
    top: auto;
    width: 100%;
    opacity: 1;
    background: none;
    box-shadow: none;
  }
  .menu-nav ul li dl dd {
    width: 100%;
    border-bottom: 1px solid #265181;
    padding-left: 20px;
  }
  .menu-nav ul li dl dd a {
    padding: 10px 0;
    font-size: 1.4rem;
    color: #fff;
    display: block;
  }
  .menu-nav ul li.on {
    background: rgba(0, 0, 0, 0.1);
  }
  .menu-nav .other {
    margin-top: 25px;
  }
  .menu-nav .other a {
    color: #fff;
    margin: 0 10px;
  }
  .banner,
  .banner .item a {
    height: 500px;
  }
  .banner:after {
    height: 60%;
    background-size: auto 100%;
  }
  .banner .slick-dots {
    right: 10px;
  }
  .index-body {
    height: auto;
    overflow-y: scroll;
  }
  .main-wrap {
    position: relative;
    height: auto;
    overflow: hidden;
    top: 0 !important;
  }
  .main-bg {
    padding-top: 30px;
  }
  .news-box .s-news-banner {
    display: none;
  }
  .news-box .news-banner {
    margin-right: 0;
  }
  .news-box .tit h3 {
    font-size: 28px;
  }
  .notification-banner .item .pic {
    height: 175px;
  }
  .notification-banner .item .text {
    padding-top: 10px;
  }
  .footer .fl {
    width: 58%;
  }
  .info-box ul .item1 dl {
    position: relative;
    margin-top: 16px;
    left: auto;
    bottom: auto;
  }
  .data-box .content dl dd h5 {
    font-size: 16px;
  }
  .data-box .content dl dd p {
    font-size: 14px;
  }
  .data-box.show {
    z-index: 1060;
  }
.container {
    width: 96%;
	margin: 0 auto;
}
	
.lm {
    width: 20%;
	margin-top: 30px;
	padding-right: 0px;
	}	
	
.lm-right {
    width: 75%;
    margin-top: 20px;
}
		
	

	
}



@media (max-width: 990px) {
  .banner,
  .banner .item a {
    height: 400px;
  }
  .banner .item .text p {
    font-size: 16px;
  }
  .banner .item .text {
    bottom: 0;
  }
  .news-box .news-banner .text {
    margin-right: 0;
  }
  .info-box ul li p,
  .info-box ul .tit .title h3 {
    font-size: 20px;
  }
  .data-box .content dl {
    height: auto;
    transform: none;
    margin-left: 0 !important;
  }
  .data-box .content dl dd h5 {
    margin-top: 7vh;
  }
  .data-box .content dl dd {
    width: 25%;
    background-size: 1000% !important;
    background-repeat: repeat !important;
    height: 25vh;
    box-shadow: rgba(255, 255, 255, 0.1) 0 0 10px 0;
  }
  .dn {
    display: none;
  }
  .banner .item a:after {
    display: none;
  }
	
.container {
    width: 96%;
	margin: 0 auto;
}
	
	
.lm {
    width: 100%;
	margin-top: 30px;
	padding-right: 0px;
display: none;
	}	
	
.lm-right {
    width: 100%;
    margin-top: 20px;
}
	
	
.notification-box {margin-top: 70px;padding-bottom: 30px;background:none;}
.con_nl{ width:100%; float:left;}
.con_nr{ width:100%; float:right;}	
}

@media (max-width: 739px) {.dpzw table{width: 100%;}}

@media (max-width: 640px) {
.notification-box {margin-top: 70px;padding-bottom: 30px;background:none;}
.con_nl{ width:100%; float:left;}
.con_nr{ width:100%; float:right;}

.xinxi_li dl dd a{ width:76% !important; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:url(../images/li.png) left center no-repeat; padding-left:20px; display:block;  height:54px; line-height:54px; font-size: 16px; transition: 0.6s;}

.news_li ul li {
    height: 68px;
    line-height: 68px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    display: block;
    transition: all 0.2s ease-in-out;
}




.header .logo img {
    height:43px;
  }
 .header .logo h1 {
    display: block;
    margin-top: 5px;
    margin-left: 10px;
  }
  header .logo h1 img {
    height: 90%;
  }
.header .logo a {
    display: block;
  }
  .data-box .data {
    width: 50px;
    height: 160px;
    background-size: contain !important;
    left: -50px;
    padding-left: 10px;
    padding-top: 48px;
  }
  .data-box .data p {
    font-size: 12px;
  }
  .data-box .content dl dd {
    width: 33.3%;
    height: 20vh;
  }
  .data-box .content dl dd h5 {
    font-size: 14px;
  }
  .banner,
  .banner .item a {
    height: auto;
  }
  .banner .slick-dots {
    bottom: 50px;
    top: auto;
    transform: none;
  }
  .banner .slick-dots li {
    display: none !important;
  }
  .banner .slick-dots .num {
    padding-top: 0;
  }
  .banner .slick-dots .num:after {
    display: none;
  }
  .title h3 {
    font-size: 22px;
  }
  .news-box .tit {
    float: none;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    text-align: left;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .news-box .tit h3,
  .news-box .tit a {
    writing-mode: inherit;
    width: auto;
  }
  .news-box .tit h3 {
    font-size: 22px;
    float: left;
  }
  .news-box .tit a {
    float: right;
    margin-top: 0;
  }
  .news-box .news-banner {
    margin-left: auto;
  }
  .news-box .news-banner .pic {
    height: 0;
    padding-top: 76%;
    position: relative;
  }
  .news-box .news-banner .pic img {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .notification-box {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .info-box {
    margin-top: 30px;
  }
  .info-box .title {
    margin-bottom: 25px;
  }
  .info-box ul .tit .title {
    text-align: center;
  }
  .info-box ul {
    width: 100%;
    margin-top: 0;
    margin-left: 0px !important;
  }
  .info-box ul li {
    width: 49%;
    float: left;
  }
  .info-box ul li:nth-child(2n) {
    float: right;
  }
  .info-box ul .item1 {
    padding-top: 2%;
height: 20vh;
  }
  .info-box ul .item1 + li {
    height: 20vh;
  }
  .info-box ul .item1 + li a {
    padding-top: 22%;
  }
  .info-box ul li a {
  }
  .info-box ul li.item5 {
    height: 30vh;
    padding-top: 0;
  }
  .info-box ul .tit .title h3 {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .footer {
    background-size: cover;
    padding-bottom: 30px;
  }
  .footer .container .fl {
    width: 100%;
  }
  .footer .container .code {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .footer .container .code img {
    margin: 0 auto;
  }
  .info-box ul .tit {
    margin-top: 15vh;
  }
	
	
.lm {
    width: 100%;
	margin-top: 30px;
	padding-right: 0px;
	}	
	
.lm-right {
    width: 100%;
    margin-top: 20px;
}
	
.piclist li {
    width: 50%;
    padding: 15px 15px;
}	
	
	
}




@media (max-width: 480px) {
  /*修改425以下、普通的安卓手机屏*/
  .menu-nav {
    width: 100%;
  }
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  .banner .item .text p {
    font-size: 14px;
  }
  .news-box .news-banner .text h5 {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }
  .news-box .news-banner .text p {
    line-height: 1.5;
  }
  .notification-banner .item .text p {
    font-size: 16px;
  }
  .info-box ul li p,
  .info-box ul .tit .title h3 {
    font-size: 16px;
  }
	
	.lm-right, .lm {
    width: 100%;
    margin-top: 30px;



}


.info-box ul li p, .info-box ul .tit .title h3 {
    font-size: 14px;}


	
	
}


@media (max-width: 320px) {
  /*修改425以下、iPhone5，4，等小屏手机*/
.notification-box {margin-top: 70px;padding-bottom: 30px;background:none;}
.con_nl{ width:100%; float:left;}
.con_nr{ width:100%; float:right;}

.xinxi_li dl dd a{ width:70% !important; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:url(../images/li.png) left center no-repeat; padding-left:20px; display:block;  height:54px; line-height:54px; font-size: 15px; transition: 0.6s;}

.news_li ul li {
    height: 68px;
    line-height: 68px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    display: block;
    transition: all 0.2s ease-in-out;
}



}