@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

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;
}

* html .clearfix {
  height: 0%;
}

* + html .clearfix {
  min-height: 0%;
}

* + html .clearfix {
  min-height: 0%;
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #222222;
  background: #ffffff;
  font: 16px/1.8 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #222222;
}
a:hover {
  color: #195b91;
}

.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;
}


.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) {
  
  .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;
}
a * {
  transition: all 0.5s ease-in-out;
}


.header .head {
  padding: 26px 0 22px;
  transition: all 0.4s ease-in-out;
  background: #0074b7 url(/static/image/head-bg.jpg) no-repeat center;
  position: relative;
}
.header .head .logo {
  transition: all 0.3s ease-in-out;
}
.header .head .logo img {
  display: block;
  margin: 0 auto;
}
.header .head .search-box {
  margin-top: 28px;
}
.header .head .search-box a {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  padding-left: 28px;
  margin: 0 14px;
}
.header .head .search-box .video {
  background: url(/static/image/video.png) no-repeat left center;
}
.header .head .search-box .web {
  background: url(/static/image/web.png) no-repeat left center;
}
.header .head .search-box form {
  background: #fff;
  border-radius: 50px;
}
.header .head .search-box form .text {
  padding-left: 0;
  height: 36px;
  background: none;
  font-size: 16px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.header .head .search-box form:hover .text {
  width: 130px;
  padding-left: 15px;
}
.nav {
  height: 55px;
  background: url(/static/image/nav-bg.jpg) repeat-x;
}
.nav ul li {
  float: left;
  width: 12%;
  height: 55px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.nav ul li h3 a {
  font-size: 16px;
  line-height: 55px;
  font-weight: normal;
  color: #fff;
  display: block;
}
.nav ul li h3 i {
  display: none;
}
.nav ul li dl {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  width: 100%;
  padding: 24px 0 10px;
  z-index: 10;
}
.nav ul li dl dd a {
  padding: 8px 2px;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.nav ul li dl dd a:hover {
  background-color: #003b5c;
}
.nav ul li.on {
  background: #003b5c;
}
.nav ul li.on dl {
  display: block; width:400px;
  background: url(/static/image/sub-bg.png) repeat-x center 14px;
  background-size: 100% 100%;
  position: relative;
}
.nav ul li.on dl:after {
  content: '';
  width: 100%;
  height: 14px;
  background: url(/static/image/top.png) no-repeat center bottom;
  position: absolute;
  top: 0;
  left: 0;
}
* {
  outline: none;
}
@-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);
  }
}
.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;
  display: block;
}

.banner {
  position: relative;
}
.banner .hot-box {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url(/static/image/hot.png) repeat;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}
.banner .hot-box h3 {
  width: 95px;
  line-height: 50px;
  font-size: 16px;
  color: #fffc00;
}
.banner .hot-box .hot-banner {
  margin-left: 95px;
}
.banner .hot-box .hot-banner .tempWrap {
  width: 100% !important;
}
.banner .hot-box .hot-banner li {
  margin-right: 20px;
  float: left;
}
.banner .hot-box .hot-banner li a {
  font-size: 14px;
  color: #fff;
  display: block;
}
.tempWrap ul {
  max-width: none;
}

.icon-box {
  margin-top: 42px;
}
.icon-box .swiper-container {
  margin: 0 40px;
}
.icon-box .swiper-slide {
  text-align: center;
}
.icon-box .swiper-slide a {
  display: block;
}
.icon-box .swiper-slide a .icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  background: #ddf3ff;
  border-radius: 100%;
  overflow: hidden;
}
.icon-box .swiper-slide a .icon i {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  background-position: center bottom;
}
.icon-box .swiper-slide a p {
  margin-top: 12px;
  font-size: 14px;
  color: #050505;
}

.news-box {
  margin-top: 30px;
  height: 417px;
  background: #f8f8f8 url(/static/image/new-bg.jpg) no-repeat left center;
}
.news-box .title {
  height: 367px;
  width: 168px;
  padding-right: 15px;
  margin-top: 50px;
  text-align: right;
}
.news-box .title h3 {
  color: #fff;
}
.news-box .title .swiper-button-next,
.news-box .title .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 30%;
  bottom: 0;
  left: 0;
  top: auto;
  transition: all 0.3s ease-in-out;
}
.news-box .title .swiper-button-next {
  left: 50px;
}
.news-box .news-banner {
  width: 516px;
  height: 417px;
  overflow: hidden;
}
.news-box .news-banner .swiper-slide {
  position: relative;
}
.news-box .news-banner .swiper-slide:after {
  content: '';
  width: 100%;
  height: 50px;
  background: url(/static/image/back.png) repeat;
  position: absolute;
  bottom: 0;
}
.news-box .news-banner .swiper-slide a {
  display: block;
}
.news-box .news-banner .swiper-slide a .pic {
  height: 417px;
}
.news-box .news-banner .swiper-slide a .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.news-box .news-banner .swiper-slide a p {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  bottom: 0;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .list-box {
  width: 490px;
  margin-top: 5px;
}
.title {
  margin-bottom: 40px;
}
.title h3 {
  font-size: 38px;
  color: #da251c;
  line-height: 55px;
  font-weight: normal;
}
.title h4 {
  font-size: 24px;
  color: #c1c1c1;
  text-transform: uppercase;
}
.list-box li {
  padding-right: 98px;
  height: 78px;
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.list-box li a {
  display: block;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-box li .day {
  position: absolute;
  right: 8px;
  font-size: 14px;
  color: #022f54;
  text-align: right;
  top: 20px;
}
.list-box li .day strong {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  display: block;
}

.swiper-wrapper {
  max-width: none;
}
.notice-box {
  margin-top: 48px;
  padding-bottom: 80px;
}
.notice-box .title {
  text-align: right;
  margin-bottom: 30px;
}
.notice-box .swiper-slide {
  height: 135px;
  margin-top: 20px !important;
  padding: 20px 0;
  float: left;
  border-bottom: 1px solid #e0e0e0;
}
.notice-box .swiper-slide a {
  display: block;
}
.notice-box .swiper-slide .day {
  width: 94px;
  height: 94px;
  text-align: center;
  float: left;
  background: #0074b7;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding-top: 15px;
}
.notice-box .swiper-slide .day strong {
  display: block;
  font-size: 38px;
  line-height: 1.1;
  font-weight: normal;
}
.notice-box .swiper-slide .text {
  margin-left: 108px;
}
.notice-box .swiper-slide .text h4 {
  font-size: 18px;
  color: #000000;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-box .swiper-slide .text p {
  font-size: 12px;
  color: #7b7b7b;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-pagination {
  position: relative;
  margin-top: 36px;
}
.swiper-pagination span,
.swiper-pagination li {
  width: 16px;
  height: 16px;
  background: #ddf3ff;
  opacity: 1;
  margin: 0 6px !important;
  display: inline-block;
  border-radius: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination li.on {
  background: #0074b7;
}

.demeanour-box {
  background: #daefff url(/static/image/fc-bg.jpg) no-repeat center bottom;
  padding: 40px 0 58px;
}
.demeanour-box ul li {
  float: left;
  width: 180px;
  margin-left: 24px;
}
.demeanour-box ul li:first-child {
  margin-left: 0;
}

.links {
  padding: 55px 0 45px;
}
.links .swiper-container {
  margin: 0 40px;
}
.links .swiper-slide {
  text-align: center;
}

.footer .foot {
  background: #0074b7 url(/static/image/foot-bg.jpg) no-repeat center;
  padding: 35px 1%;
  min-height: 172px;
  color: #fff;
}
.footer .foot h4 {
  font-size: 16px;
  line-height: 2;
}
.footer .foot p {
  font-size: 14px;
  line-height: 2;
  margin-top: 6px;
}
.footer .foot dl {
  width: 332px;
}
.footer .foot dl dd {
  width: 50%;
  float: left;
  margin-top: 6px;
}
.footer .foot dl dd a {
  width: 96%;
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .foot dl dd a:after {
  content: '>';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  font-size: 12px;
  opacity: 0.5;
}
.footer .bottom {
  background: #302f38;
  text-align: center;
  font-size: 14px;
  line-height: 41px;
  padding: 12px 0;
  color: #fff;
  clear: both;
}
.footer .bottom ul {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .bottom ul li {
  float: left;
  position: relative;
  margin-left: 20px;
}
.footer .bottom ul li .code {
  position: absolute;
  display: none;
  width: 110px;
  max-width: 110px;
  padding: 10px;
  background: #fff;
  border: #ddd 1px solid;
  top: -120px;
  left: 50%;
  margin-left: -55px;
}
.footer .bottom ul li .code img {
  width: 90px;
  height: 90px;
  display: block;
}
.footer .bottom ul li .icon {
  width: 41px;
  height: 41px;
}
.footer .bottom ul li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.nav form {
  display: none;
}
.nbanner{width:100%; height:500px; overflow:hidden; position:relative}
.zz{position:absolute; top:0; width:100%; height:100%;}
.nbanner img{width:100%; height:100%;}
.nytit{position:absolute; bottom:0; left:50%; margin-left:-600px; width:280px; height:120px; background:rgba(0,62,126,0.8)}
.nytit h3{ line-height:120px; text-align:center; color:#fff; font-size:36px;}
.nymenu{margin:0 auto; width:100%;}

.nymenu li{height:50px; line-height:50px; text-align:center; background:#d0e7ff; width:80%; margin:10px auto !important;}
.nymenu li a{color:#000; padding:0 20px; font-size:16px;display:block; }
.nymenu li a:hover{display:block; color:#fff; background:rgba(0,62,126,1.0); }
.sjdh{margin:0 auto; width:100%; background: #dff0ff; padding-top: 20px;}
.sjdh li{height:40px; line-height:40px; text-align:center; margin:0 auto 10px auto ;}
.sjdh li a{color:#000; padding:0 20px; font-size:16px;}
.sjdh li a:hover{display:block; color:#0b4064; background:#fff; width: 75%; margin: 0 auto; border-radius: 10px; }
.ny_dqwz{line-height:40px; text-align:left; padding-right:10px; font-size: 14px; margin-top:10px; float:right}
.ny_dqwz span{float: left;}
.ny_dqwz a{float: left; }
.ny_about{padding:15px; overflow:hidden; line-height:24px; font-size:13px; color:#999}

.ny_about p{text-indent:2em; font-size:16px; line-height:30px;}
.ny_about h2{font-size:24px; color:#999; line-height:40px; text-align:center;}
.ny_fbt{text-align:center; line-height:38px; border-bottom:1px solid #ccc; margin-bottom:20px;}
.ny_about .jjimg{box-shadow:10px 10px 0 #0054aa; margin:0 20px 20px 0;}
.news_left{width:280px; background:#f3f3f3;}
.news_right{width:880px;}
.dqlm{border-bottom:1px solid #f3f3f3; height:50px; margin-bottom:20px;}
.dqlm h3{line-height:50px; text-align:left; padding-left:20px; font-size:24px; color:#003e7e; float:left;}
.nlist{width:95%; margin:0 auto}
.nlist li{background:#f3f3f3; padding:1px 10px 10px 10px; margin:20px auto; display:block;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.nlist li h2{font-size:18px; line-height:20px; border-bottom:1px dashed #ccc;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap; color:#06C; padding-bottom:10px;}
.nlist li p{line-height:25px;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.nlist li span.rq{ background:#fff; text-align:center; padding:2px 10px; font-size:14px; }
.nlist li:hover{-webkit-transform: scale(1.05); -moz-transform: scale(1.05);background:#0052a6; box-shadow:0 0 10px #ccc; color:#fff !important}
.nlist li:hover span{color:#000;}
.nlist li:hover a{color:#fff !important}
.news-list2 {
  width: 100%;
}
.news-list2 li {
  float: left;
  width: 30%;

  background: #f2fbff;
  margin:0 1.5% 25px 1.5%;
}
.news-list2 li img {
  width: 100%;
  height: 216px;
}
.news-list2 li p {
  margin: 15px 15px 0;
  font-size: 18px;
  color: #006097;
  line-height: 2;
  border-bottom: #c0c5c7 1px solid;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list2 li span {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
  padding-left: 30px;
  line-height: 24px;
  font-size: 14px;
  color: #9aa0a3;

}
.jgsz{width:100%; margin:20px auto; clear:both;}
.jgsz li{float:left; background:url(/static/image/icon2.png) no-repeat 85% 0 #ddf3ff;  background-size:15%;width:23%; line-height:45px; height:45px; margin:20px 1% 0; }
.jgsz li p{padding-left:15px; font-size:16px; color:#0074b7;}
.jgsz li:hover{display:block; background:url(/static/image/icon3.png) no-repeat 85% 0 #013e61;  background-size:15%; }
.jgsz li p:hover{color:#fff;}
.tt_biaot3{height:40px; line-height:40px; color:#005fa8; font-size:26px; border-bottom:3px solid #013e61;  padding:0 20px; float:left;}






@font-face {
  font-family: 	hanyizhangmeiheijian;
  src: url('/static/font/hanyizhangmeiheijian.ttf');
}
.demeanour-box ul li a {
  display: block;
  height: 420px;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
.demeanour-box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0s;
  opacity: 0;
}
.demeanour-box ul li .bg {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease-out 0s;
}
.demeanour-box ul li .tit {
  position: absolute;
  left: 20px;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  max-height: 70%;
  top: 30px;
  z-index: 1;
}
.demeanour-box ul li .tit h4 {
  color: #fff;
  font-size: 40px;
  font-family: 'hanyizhangmeiheijian';
}
.demeanour-box ul li .more1 {
  position: absolute;
  right: 25px;
  bottom:0;
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.demeanour-box ul li .more1:after {
  content: "";
  border-left: 1px solid #fff;
  display: inline-block;
  height: 65px;
  margin-top: 8px;
}
.demeanour-box ul li .more1 img{margin-bottom:5px; width:20px; margin-right:5px;}





@media (min-width: 1025px) {
  
  .header .head .search-box a:hover {
    opacity: 0.8;
  }
  .banner .hot-box .hot-banner li a:hover {
    color: #da251c;
  }
  .icon-box .swiper-slide:hover .icon {
    background: #0074b7;
  }
  .icon-box .swiper-slide:hover .icon i {
    background-position: center top;
  }
  .news-box .news-banner .swiper-slide:hover .pic img {
    transform: scale(1.05);
  }
  .news-box .news-banner .swiper-slide:hover p {
    color: #da251c;
  }
  .list-box li:hover a {
    font-weight: bold;
  }
  .notice-box .swiper-slide:hover .text h4 {
    color: #195b91;
  }
   
  .demeanour-box ul li:hover a:after {
    opacity: 1;
  }
  .demeanour-box ul li:hover .tit {
    top: 50px;
  }
  .demeanour-box ul li:hover .more1 {
    bottom: 0;
  }
  .demeanour-box ul li:hover .bg {
    transform: scale(1.1);
  }
  
  .footer .bottom ul li:hover .code {
    display: block;
  }
}
@media (max-width: 1229px) {
  .header .head .search-box form .text {
    width: 110px;
    padding-left: 15px;
  }
  .news-box .list-box {
    width: calc(100% - 705px);
  }
  .news-box .list-box li {
    padding-right: 70px;
  }
  .news-box .list-box li a {
    font-size: 14px;
  }
  .demeanour-box ul li {
    width: calc(16.6% - 20px);
  }
   .nbanner{width:100%; height:300px; overflow:hidden; position:relative}
.zz{ position:absolute; top:0; width:100%; height:300px; }
.nbanner img{height:100%;}
.nytit{margin-left:-575px; left:50%; height:80px;}
.nytit h3{ line-height:80px; text-align:center; color:#fff; font-size:26px;}
.news_right{width:780px;}
.jgsz li{width:31%;background-size:25%; background-position:85% 0;}

.container{width:1200px; }
}
@media (max-width: 1024px) {

  .header {
    display: block;
    height: 70px;
    position: relative;
  }
  .header .head {
    padding: 10px 0;
  }
  .header .logo {
    height: 50px;
  }
  .header .logo img {
    height: 50px;
  }
  .header .search-box {
    display: none;
  }
  .menu {
    display: block;
    float: right;
    width: 38px;
    margin-top: 15px;
    transition: all 0.3s ease;
  }
  .menu span {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 100px;
  }
  .menu span + span {
    margin-top: 6px;
  }
  .menu.on {
    margin-top: 20px;
  }
  .menu.on span {
    transform: rotate(45deg);
  }
  .menu.on span:nth-child(2) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .menu.on span:nth-child(3) {
    display: none;
  }
  .nav form {
    display: block;
  }
  .nav {
    position: absolute;
    width: 70%;
    top: 65px;
    right: 0px;
    height: auto;
    padding: 20px 0 50px;
    background-repeat: repeat;
    display: none;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    z-index: 12;
  }
  .nav form {
    margin: 0 30px;
    background: #fff;
    border-radius: 50px;
    clear: both;
    overflow: hidden;
  }
  .nav form .text {
    width: calc(100% - 80px);
    height: 37px;
    background: none;
    padding-left: 15px;
  }
  .nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0 5%;
    width: 100%;
    height: auto;
  }
  .nav ul li h3 {
    text-align: left;
  }
  .nav ul li h3 a {
    font-size: 1.6rem;
    color: #fff;
    display: block;
  }
  .nav ul li h3 i {
    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;
    display: block;
  }
  .nav ul li h3 .down {
    transform: rotate(-45deg);
  }
  .nav ul li dl {
    position: relative;
    padding-left: 10%;
    padding-bottom: 15px;
    background: none !important;
    display: none;
    clear: both;
    overflow: hidden;
  }
  .nav ul li dl:after {
    display: none;
  }
  .nav ul li dl dd {
    width: 25%;
    float: left;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
  }
  .nav ul li dl dd a {
    padding: 10px 0;
    font-size: 1.4rem;
    color: #fff;
    display: block;
  }
  .nav ul li.on {
    background: rgba(0, 0, 0, 0.1);
  }
  @-webkit-keyframes returnToNormal {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes returnToNormal {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .news-box .list-box {
    width: 100%;
  }
  .news-box .title {
    width: calc(100% - 516px);
  }
  .news-box {
    height: auto;
    background-position: top left; background-size:100%;
  }
  
  .demeanour-box ul li a {
    height: 40vw;
  }
  .demeanour-box ul li .tit h4 {
    font-size: 24px;
  }
  .demeanour-box ul li .more1 {
    right: 8px;
    bottom: 0;
  }
  .demeanour-box ul li .tit {
    top: 30px;
  }
  
.news_left{width:100%; margin-top:20px;}
.news_right{width:100%;}
.nymenu{margin:0 !important;}
.nymenu li{float:left; width:46%; margin:10px 2% !important;}
  .nbanner{width:100%; height:300px; overflow:hidden; position:relative}
.zz{position:absolute; top:0; width:100%; height:300px; }
.nbanner img{height:100%;}
.nytit{margin-left:0; left:0; height:60px;}
.nytit h3{ line-height:60px; text-align:center; color:#fff; font-size:26px;}

.news-list2 li {
    width: 47%; 
height:285px;
  }
.news-list2 li img {
    height: 170px;
  }
.jgsz li{width:48%;background-size:12%; background-position:85% 0;}


}




@media (max-width: 640px) {
  .nav ul li dl dd {
    width: 33.3%;
  }
  .news-box .title h3{ float:left; padding-left:2%;}
  .news-box .title h3 a{color:#fff;}
  .news-box .title h4{ float:right; margin-top:20px; padding-left:2%; }
  .news-box .title {
    width: 100%;
    text-align: left;
    height: auto;  margin-top: 10px;
    padding-bottom: 60px;
  }
.notice-box .swiper-slide{margin-top:0px !important}
  .news-box .news-banner {
    width: 100%;
    height: auto;
  }
  .news-box .news-banner .swiper-slide a .pic {
    height: 320px;
  }
.news-box .news-banner .swiper-slide a .pic img{height:auto;}
  .demeanour-box ul li {
    width: 32.3%;
    margin-right: 1%; margin-left:0; margin-bottom:1%;
    margin-top: 15px;
  }
  .demeanour-box ul li img {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .footer .foot .fl,
  .footer .foot .fr {
    width: 100%;
  }
  .footer .bottom ul {
    position: relative;
    clear: both;
  }
  .footer .bottom ul li {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
  .title h3 {
    font-size: 28px; text-align:center;
  }
  .title h4 {text-align:center;}
  .notice-box {
    padding-bottom: 40px;
  }
  .notice-box .title{margin-bottom:0 !important;}
    
  .demeanour-box ul li {
    margin-top: 0;
  }
  .demeanour-box ul li .tit {
    top: 35%; text-align:center; width:100%;
    left: 0;writing-mode:inherit;
  }
  .demeanour-box ul li .tit h4 {
    font-size: 16px;
  }
  .demeanour-box ul li a {
    height: 20vw;
  }
  .demeanour-box ul li .more1 {
    font-size: 14px; display:none;
  }

  
.icon-box{display:none}
.swiper-container{height:240px;}
  .banner{height:240px;}
.banner img{height:100%;}
  .swiper-button-next, .swiper-button-prev{background-size:15px 44px;}
.nbanner{width:100%; height:200px; overflow:hidden; position:relative}
.zz{background: url(404.png) no-repeat top center; position:absolute; top:0; width:100%; height:200px; }
.jgsz li{width:48%;background-size:12%; background-position:85% 0;}
}
@media (max-width: 480px) {
	.nav{
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .nav ul li dl{
        width: 260px;
        max-width: 220px;
        padding:24px 10px 10px;
        left: 50%;
        margin-left: -110px;
        clear: both;
        overflow: hidden;
z-index:11;
}
dd{
 width: 50%;
float: left;
}
}
