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

.header {
  position: relative;
  width: 100%;
  height: 498px;
  background: url(headerbj.jpg) center top no-repeat;
  overflow: hidden;
}
.header .logo {
  margin-top: 75px;
  text-align: center;
}

.main {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.main#menu_main {
  width: 1250px;
}
.header-fr {
  position: absolute;
  right: 0;
  top: 20px;
  height: 45px;
}
.search {
  float: left;
  width: 290px;
  height: 43px;
  margin-right: 20px;
  border-radius: 30px;
  border: 1px solid #bbd0e9;
}
.search input {
  height: 40px;
  line-height: 42px;
  border: none;
  width: 220px;
  margin-left: 20px;
  font-size: 16px;
  color: #00489d;
}
.search a img {
  vertical-align: middle;
}
.language {
  float: left;
}
.language span {
  display: inline-block;
  width: 44px;
  height: 43px;
  text-align: center;
  line-height: 43px;
}
.language span a {
  color: #00489d;
}
.language span.on {
  background: url(yuan.png) center top no-repeat;
}
.language span.on a {
  color: #fff;
}
.nav {
  background-color: #00489d;
  height: 50px;
}
.nav ul li {
  float: left;
  text-align: center;
  background: url(line.png) right center no-repeat;
  line-height: 50px;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.nav ul li:last-child {
  background: none;
}
.nav ul li:first-child {
  /* width: 60px; */
  text-align: left;
}
.nav ul li.on a {
  color: #face30;
  font-weight: 700;
}
.nav ul li:hover a {
  color: #face30;
  font-weight: 700;
}

.headline {
  margin-top: 40px;
  margin-bottom: 35px;
  text-align: center;
}
.headline h3 a {
  font-size: 36px;
  color: #004084;
}
.headline p {
  font-size: 18px;
  color: #00489d;
  margin-top: 15px;
}

.newslbt {
  width: 100%;
  height: 440px;
  position: relative;
  margin-bottom: 30px;
}
.newslbt .hd {
  position: absolute;
  right: 35px;
  bottom: 30px;
  z-index: 9;
}
.newslbt .hd li {
  margin-left: 10px;
  float: left;
  background: url(icon2.png) left center no-repeat;
  width: 14px;
  height: 14px;
}
.newslbt .hd li.on {
  background: url(icon.png) left center no-repeat;
}
.newslbt .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.newslbt .bd li {
  height: 440px;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.newslbt .bd img {
  width: 100%;
  height: 440px;
}
.newslbt .bd span {
  /* position: absolute; */
  display: block;
  width: 1180px;
  height: 72px;
  /* background: url(txt-jb.png) left top repeat-x; */
  line-height: 72px;
  text-align: center;
  /* bottom: 0; */
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.news {
  width: 375px;
  float: left;
  margin-bottom: 25px;
  border-top: 3px solid #e5323d;
  padding-top: 15px;
}
.news.center {
  margin-right: 26px;
  margin-left: 26px;
}
h3.common {
  padding-bottom: 10px;
  border-bottom: 1px solid #b2b7bc;
}
h3.common span a {
  font-size: 20px;
  color: #000;
}
h3.common i {
  float: right;
  vertical-align: middle;
}
.xwzz {
  margin-top: 15px;
}
.xwzz .firstnews {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #454545;
}
.xwzz .firstnews h4 {
  margin-bottom: 15px;
}
.xwzz .firstnews h4 a {
  font-size: 18px;
  color: #004084;
  line-height: 32px;
}
.xwzz .firstnews p {
  color: #004084;
  font-size: 16px;
  line-height: 30px;
}

.list ul li {
  padding-left: 13px;
  line-height: 30px;
  background: url(dot.png) left center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list ul li a {
  font-size: 16px;
  color: #004084;
}
.zyhd .firstnews h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.zyhd .firstnews h4 a {
  font-size: 18px;
  color: #004084;
  line-height: 32px;
}
.zyhd .firstnews .desc p {
  float: right;
  width: 210px;
  line-height: 30px;
  font-size: 16px;
  color: #004084;
}
.zhdt h4 {
  float: right;
  width: 210px;
  font-size: 18px;
  line-height: 32px;
}
.zhdt h4 a {
  color: #004084;
}
.zhdt .firstnews {
  margin: 15px 0;
}
.yxal img {
  width: 100%;
  height: 105px;
  margin-bottom: 10px;
}

.footer {
  height: 130px;
  background: #e7ebec;
  border-bottom: 5px solid #00489d;
}
.footer-fl {
  float: left;
  width: 770px;
  margin-top: 20px;
}
.footer-fl p {
  line-height: 28px;
  font-size: 14px;
  color: #062346;
}
.footer-fl p span {
  margin-right: 15px;
}
.footer-fl p span a {
  margin-right: 15px;
  font-size: 14px;
  color: #062346;
}
.footer-fl p img {
  vertical-align: middle;
}
.footer-fr {
  float: right;
}
.footer-fr a {
  margin-right: 35px;
  margin-top: 30px;
  vertical-align: top;
  display: inline-block;
}
.footer-fr span {
  display: inline-block;
  width: 75px;
  margin-left: 30px;
  margin-top: 15px;
}
.footer-fr span i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #062346;
  text-align: center;
}

.footer-fl{width:auto;float:none;text-align: center;margin-top:0;padding-top:30px;}
.scy_main{ width:1180px; margin:0 auto;position: relative;}
.scy_sydw{position: absolute;top:30px;right:230px;}

/* 列表页 */
.erjipage {
  margin-top: 20px;
}
.menus-fl {
  float: left;
  width: 230px;
  padding-top: 15px;
  border-right: 2px solid #efeff1;
}
.menus-fl h4 {
  background: url(line2.png) left bottom no-repeat;
  font-weight: normal;
  padding-bottom: 15px;
}
.menus-fl h4 i {
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #a5a5a5;
  padding-bottom: 5px;
}
.menus-fl h4 a {
  font-size: 30px;
  color: #000;
}
.menus ul li {
  height: 80px;
  line-height: 80px;
  border-bottom: 2px solid #efeff1;
}
.menus ul li a {
  display: block;
  font-size: 18px;
  color: #000;
  padding-left: 25px;
}
.menus ul li.on a {
  color: #e5323d;
  background: url(right.png) 205px center no-repeat;
}
.menus ul li:hover a {
  color: #e5323d;
  background: url(right.png) 205px center no-repeat;
}
.list-fr {
  width: 905px;
  float: right;
}
.bread {
  padding: 30px 0;
  border-bottom: 2px solid #efeff1;
  text-align: right;
  color: #4d4d4d;
}
.bread p a {
  padding: 0 10px;
  font-size: 16px;
  color: #4d4d4d;
}
.bread p a:last-child {
  font-weight: 700;
}
.lists ul li {
  background: url(dot.png) 7px center no-repeat;
  line-height: 60px;
}
.lists ul li a {
  display: inline-block;
  width: 84%;
  padding-left: 35px;
  font-size: 16px;
  color: #004084;
}
.lists ul li span {
  float: right;
  padding-right: 10px;
  font-size: 16px;
  color: #777777;
}
.nav ul li {
  width: 70px;
}
.nav ul li:nth-child(1) {
  width: 80px;
  text-align: center;
}
.nav ul li:nth-child(2) {
  width: 120px;
}
.nav ul li:nth-child(5) {
  width: 150px;
}
.nav ul li:nth-child(6) {
  width: 125px;
}
.nav ul li:nth-child(7) {
  width: 150px;
}
.nav ul li:nth-child(9) {
  width: 110px;
}
.nav ul li:nth-child(10) {
  width: 150px;
}
.nav ul li:nth-child(8) {
  width: 85px;
}
.nav ul li:last-child {
  width: 120px;
}
.headline h3 a {
  font-size: 28px;
}
.headline p {
  font-size: 17px;
}
.newslbt .bd span {
  width: auto;
  text-align: left;
  padding-left: 20px;
  width: 80%;
  line-height: normal;
  height: auto;
  /* display: inline-block; */
}
.newslbt .bd li div {
  width: 100%;
  display: block;
  height: 72px;
  background: url(txt-jb.png) left top repeat-x;
  line-height: 72px;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.xwzz .firstnews p {
  font-size: 14px;
}
.zyhd .firstnews .desc p {
  font-size: 15px;
}
.footer-fr span i {
  font-size: 12px;
}
.footer .main {
  padding-bottom: 0;
}
.menus ul li a {
  font-size: 15px;
}
.crumbs_en {
  margin-top: 38px;
  color: #b6b7b9;
  padding-bottom: 16px;
  border-bottom: 1px solid #b6b7b9;
}

.crumbs_en a {
  font-size: 14px;
  color: #b6b7b9;
  margin-right: 15px;
  margin-left: 15px;
}

.crumbs_en a:last-child {
  color: #1f61ba;
}

.crumbs_en img {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}

.article_mid h3 {
  width: 1090px;
  margin: auto;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  margin-top: 45px;
}

.article_mid .article_date,
.article_mid .article_source {
  color: #999999;
}

.article_mid .article_date {
  margin-left: 55px;
}

.article_mid_bo {
  width: 1090px;
  margin: auto;
  margin-top: 35px;
}

.article_mid .article_date span,
.article_mid .article_source span {
  display: inline-block;
  margin-left: 15px;
}

.article_mid .article_source {
  display: inline-block;
  margin-left: 45px;
}

.article_bo div {
  float: left;
}

.article_bo {
  width: 550px;
  margin: auto;
  color: #808080;
  margin-top: 30px;
}

.font_en span {
  cursor: pointer;
}

.article_bo div + div {
  margin-left: 45px;
}

.article_bo div {
  position: relative;
}

.article_bo div img {
  position: absolute;
  top: 0;
  left: 0;
}

.article_bo div:nth-child(2),
.article_bo div:nth-child(3) {
  padding-left: 25px;
}

#main_word .main {
  padding-bottom: 0;
}

.article_en {
  padding-bottom: 40px;
  border-bottom: 1px solid #999999;
}

.word {
  padding-top: 67px;
  padding-bottom: 76px;
  font-size: 18px;
}

.word p {
  margin-top: 45px;
  line-height: 35px;
}

.editor_en {
  background-color: #f4f4f4;
  line-height: 29px;
  color: #999999;
  height: 29px;
  margin-top: 70px;
}

.editor_en span {
  float: right;
  display: inline-block;
  margin-right: 10px;
}

.article_bo div:nth-child(2),
.article_bo div:nth-child(3) {
  cursor: pointer;
}
#main_word .small_en,
#main_word .medium_en,
#main_word .big_en {
  margin-left: 5px;
}
.article_bo {
  width: 570px;
}

#pcMain {
  display: block;
}

#mobileMain {
  display: none;
}
#TouchNav {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f8f8f8;
}

#TouchNav .swiper-slide {
  /* width: 3rem; */
  padding: 0 5px;
  letter-spacing: 2px;
  text-align: center;
}

#TouchNav .swiper-slide a {
  transition: all 0.3s ease;
  display: block;
}

#TouchNav .active a {
  transform: scale(1.1);
  color: #ff2d2d;
}

.zyhd .firstnews{margin-bottom:20px;}
.zyhd .firstnews h4{margin-bottom:12px;}
.nav ul li:first-child{width:100px;}
.nav ul li{width:154px;}
.zyhd .firstnews .desc p{width:210px;}
.zyhd1 .firstnews .desc p{width:1016px;}
.list1 li{display:inline-block;width:170px;}
.list1 li{*display:inline;}
.list2 ul li{width:570px;display:inline-block;}
.list2 ul li{*display:inline;}
.list ul li{line-height:32px;}
.header{height:418px;}
.header .logo{margin-top:80px;}
.header-fr{top:40px;}

.header{height:418px;background:url(headerbj.jpg) no-repeat top center;}
.header-rl{width: 200px; float: left; background: url(rili230223.png) left  center no-repeat; margin-top: 30px; font-size: 16px; color:#575757;padding-left: 30px;}
.header-fr{top:20px;}
.header .logo{margin-top:75px;}
ul.tab-head{width: 1180px;margin:0 auto}
.nav ul li{width:auto !important;padding:0 24px !important;}

.footer-con-lf p{margin-top:10px}
.footer-fl .weixin_nr02 {width: 225px;height: 50px;padding: 10px;background: #0088d3;text-align: left;position: absolute;left: -78px;top: -79px;display: none;z-index: 9999;color: #fff;font-size:14px;line-height: 24px;}
.a_lxwm{cursor:pointer;}
.footer-fl{position:relative;}
.div_lxwm{width:240px;height:40px;line-height:40px;background: #0088d3;display:none;position:absolute;left:470px;top:-20px;font-size:14px;color:#fff;}
.footer-con{text-align: center; padding-top:20px}
.footer-con-lf{width: 450px; margin-left: 305px; float: left; font-size: 14px; color:#062346}
.footer-con-lf p{margin-top:10px}
.footer-con-lf p span{margin-left: 15px; margin-right: 15px;}
.footer-con-lf p span a{color:#062346}
.footer-con-fr{float: left;}
.footer-fl{width:1100px;margin:0;padding:0;}

.footer-fl{width:1100px;margin:0;padding:0;}

.news{padding-top:14px;}
h3.common{padding-bottom:14px;}
.gjdtcarouse{background: #fff;margin:50px 0; position: relative; width: 100%; height: 467px;}
.gjdtcarouse .bd ul li img{float: left; width: 784px; height: 440px;}
.gjdtcarouse .bd ul li .info{float: right; width: 360px;}
.gjdtcarouse .bd ul li .info h3{font-size: 26px;color:#004084; line-height: 36px; font-weight: bold;padding-bottom:20px;border-bottom: 1px dashed #cacaca;}
.gjdtcarouse .bd ul li .info h3 a{color:#004084;}
.gjdtcarouse .bd ul li .info p{font-size: 16px; color: #4d4d4d;line-height: 32px;padding-top:28px;}
.gjdtcarouse .hd {position: absolute; right: 130px; bottom:30px;z-index:9;}
.gjdtcarouse .hd ul li{display:inline-block;width: 19px; height: 19px; background: url(slide-20230412-02.png) center no-repeat;margin-right:8px;cursor:pointer;}
.gjdtcarouse .hd ul li.on{background: url(slide-20230412-01.png) no-repeat center;}
.gjdtpic{width:695px}
.gjdtlist{width: 430px;}
.gjdtpic .newswjhd ul li .desc{width: 418px;}
.gjdtcarouse .hd ul li a{display:block;width:19px;height:19px;}

.scy_ttxw{background:url(scy_ttxw_bj_20221113.jpg) no-repeat;height:59px;line-height:59px;padding:0 10px 0 70px;margin-bottom:30px;position: relative;overflow:hidden;}
.scy_ttxw .bd{overflow:hidden;}
..scy_ttxw .bd .tempWrap{width:1750px !important;}
.scy_ttxw ul li span{display: inline-block;width:6px;height:6px;background:#333;margin-bottom:3px;}
.scy_ttxw ul li a{font-size:16px;color:#333;padding-left:10px;}
.scy_ttxw ul li{margin-right:30px;width: auto !important;}

.gjdtcarouse .prev,
.gjdtcarouse .next {
  position: absolute;
  left: 1%;
  top: 50%;
  display: block;
  width: 32px;
  height: 40px;
  margin-top: -20px;
  background: url(slider-arrow.png) -110px 5px no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -webkit-transition: all 0.3s 0s ease-in-out;
}

.gjdtcarouse .next {
  left: auto;
  right: 35%;
  background-position: 8px 5px;
}
.fl{float: left;}
.fr{float: right;}
.news{width:376px;}
.div576{width: 576px;}
.zyhd .firstnews .desc p{width: 412px;}
.list ul li span{font-size:16px;color:#a3a3a3;float:right;}


















@media screen and (max-width: 767px) {
  #pcMain {
    display: none;
  }

  #mobileMain {
    display: block;
  }
  .list ul li {
    padding-left: 30px;
  }
  .list ul li {
    background: url(dot_en_03.png) left center no-repeat;
  }
  .xwzz .firstnews h4 a {
    line-height: 50px;
  }
  .xwzz .firstnews p {
    line-height: 45px;
  }
  .zyhd .firstnews .desc p {
    font-weight: bold;
  }
  .zyhd .firstnews h4 a {
    font-weight: normal;
  }
  .zyhd .firstnews h4 a {
    line-height: normal;
  }
  .zyhd .firstnews h4 {
    border-bottom: 1px dashed #454545;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .xwzz .firstnews p{
    line-height: normal;
  }
  .headline p{
    line-height: normal;
  }

}