body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", '微软雅黑', sans-serif;
}
a:hover, a:focus{
  color: #D0021B;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1299px) {
  .container {
    width: 1250px;
  }
}
@media (min-width: 1399px) {
  .container {
    width: 1360px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 1430px;
  }
}
.float-box {
  position: fixed;
  right: 0;
  top: 85%;
  transform: translateY(-50%);
  z-index: 9999;
}
.float-box div {
  margin-bottom: 6px;
}
.float-box div a{
  width: 44px;
  background: #D0021B;
  padding: 9px 8px 2px;
  border-radius: 10px;
  height: 44px;
  display: inline-block;
}
.float-box div img {
  display: block;
  max-width: 100%;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 52px;
  border: none;
  background: rgba(158,0,1,0.7);
  z-index: 1000;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 16px 0 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li.active > a::after,
nav.navbar.bootsnav ul.nav > li > a:hover::after{
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  background: linear-gradient( 90deg, #FFFFFF 0%, #FEB04C 100%);
  height: 2px;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  transition: all .3s;
}
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
  background-color: none!important;
  color: #fff!important;
}
nav.navbar.bootsnav ul.nav li.dropdown a:hover,
nav.navbar.bootsnav ul.nav li.dropdown a:focus,
nav.navbar.bootsnav ul.nav li.dropdown.active a:focus {
  background-color: transparent !important;
}
nav.navbar.bootsnav ul.nav li.dropdown:hover > a {
  background:none!important;
  color: #fff;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  border: none;
  border-left: 3px solid #9E0001;
  width: 100%;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff!important;
  background-color: #b91f20 !important;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index:9999;
}
.padnav {
  display: none;
}
.common-title {
  position: relative;
}
.common-title.switch {
  overflow: hidden;
}
.common-title.switch .switch_tab {
  float: left;
}
.common-title.switch .switch_tab a {
  cursor: pointer;
}
.common-title.switch .switch_tab .h36 {
  color: #b4b4b4;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom:4px solid #fff;
}
.common-title.switch .switch_tab.active .h36 {
  color: #444;
  position: relative;
  border-bottom:4px solid #9E0001;
}
.common-title.switch .switch_tab.active .h36::after {
    content: '';
    border-bottom: 5px solid #9E0001;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    bottom:0;
    width: 0;
    transform: translateX(-50%);
  } 

.common-title.switch .switch_tab:last-child {
  margin-left: 36px;
}
.common-title.switch .switch_tab:last-child.active::after {
  left: 185px;
}

.common-title.switch .switch_tab a.more {
  display: none;
}
.common-title.switch .switch_tab.active a.h24 {
  color: #333;
  font-weight: 700;
}
.common-title.switch .switch_tab.active a.more {
  display: block;
}
.common-title.switchs {
  overflow: hidden;
}
.common-title.switchs .switch_tab {
  float: left;
}
.common-title.switchs .switch_tab a {
  cursor: pointer;
}
.common-title.switchs .switch_tab:last-child {
  margin-left: 30px;
}
.common-title.switchs .switch_tab a.more {
  display: none;
}
.common-title.switchs .switch_tab.active a.h24 {
  color: #9E0001;
}
.common-title.switchs .switch_tab.active a.more {
  display: block;
}
.common-title a.h24 {
  
}
.common-title a.h24:hover {
  color: #9E0001;
}
.common-title a.more {
  position: absolute;
  right: 0;
  top: 40%;
  color: #92C1EC;
  transform: translateY(-50%);
}
.common-title .switch_tab.active {
  
}

.common-title.red-after {
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
}

.index_bgtop{ padding: relative; z-index: 0; }
.index_bgtop img{ width: 100%; }
.back_gwa{ position: absolute; left:0; top: 15px; width: 100%; }
.back_gwa a{ color: #fff; }
.back_gwa span{ color: #fff; font-size: 14px; margin:0 5px; }

@media (max-width: 767px) {
  .back_gwa{ top: 6px; }
}

.wz_cent{
	position: relative;
	z-index:1;
	margin-top: -14%;
}

.first-pull {
	

}

.header-top .header-tool {
  text-align: right;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-top .header-tool li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.header-top .header-tool li:last-child {
  padding-right: 0;
}
.header-top .header-tool li:last-child:after {
  display: none;
}
.header-top .header-tool li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #444;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 4px;
}
.header-top .header-tool li a {
  font-size: 16px;
  color: #444;
}
.header-top .header-tool li a:hover {
  color: #9E0001;
}
.header-top .header-logo-wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-top .header-logo {
  float: left;
  flex: 1;
}
.header-top .header-logo .img-boxs {
  display: inline-block;
}
.search_box{
  max-width: 180px;
  position: relative;
  float: right;
  height: 32px;
  background: #ABDFFF;
  border-radius: 15px;
  padding-right: 32px;
}
.search_ipt{
  width:100%;
  height: 30px;
  margin-top: 1px;
  padding-left: 15px;
}
.search_sub{
  width: 19px;
  height: 19px;
  position: absolute;
  right:10px;
  top:6.5px;
}

.index-banner {

}
.index-banner .swiper-slide-active .banner-box .info-cont {
  bottom: 0;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .info-cont {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  transition: all ease 1.2s;
  padding: 60px 150px 20px 25px;
  
}
.index-banner .banner-box .info-cont a {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
}
.index-banner .banner-box .info-cont a:hover {
  color: #f4e3a7;
}
.index-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fff;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
  background: #ca000e;
  width: 48px;
}
.index-banner .banner-page {
  bottom: 20px;
  width: auto;
  left: auto;
  right: 20px;
}

/* banner */
.slick-slider{position:relative;
  display:block;-moz-box-sizing:border-box;
  box-sizing:border-box;-webkit-user-select:none;
  -moz-user-select:none;-ms-user-select:none;
  user-select:none;-webkit-touch-callout:none;
  -khtml-user-select:none;-ms-touch-action:pan-y;
  touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{
  -webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto}
.banner{ position: relative; }
.ani{position:absolute;width:543px;height:541px;right:100px;bottom:100px;zoom:.7;}
.ani-0{position:relative}
.ani-0 .btn{position:absolute;right:0;bottom:0;width:100px;height:100px;}
.ani-0 .btn li{width:23px;height:1px;background-color:#bd326d;position:absolute}
.ani-0 .btn .l1{top:22px;left:38px;transform:rotate(0)}
.ani-0 .btn .l2{top:30px;left:57px;transform:rotate(45deg)}
.ani-0 .btn .l3{top:50px;left:65px;transform:rotate(90deg)}
.ani-0 .btn .l4{position:absolute;top:69px;left:57px;transform:rotate(135deg)}
.ani-0 .btn .l5{top:77px;left:38px;transform:rotate(180deg)}
.ani-0 .btn .l6{top:69px;left:19px;transform:rotate(-135deg)}
.ani-0 .btn .l7{position:absolute;top:50px;left:11px;transform:rotate(-90deg)}
.ani-0 .btn .l8{position:absolute;top:30px;left:19px;transform:rotate(-45deg)}
.wp1.on span{display:block;height:2px;width:0;
  background-color:#fff;animation:625ms both ani}
.wp1.on .l2 span{animation:625ms 625ms both ani}
.wp1.on .l3 span{animation:625ms 1.25s both ani}
.wp1.on .l4 span{animation:625ms 1.875s both ani}
.wp1.on .l5 span{animation:625ms 2.5s both ani}
.wp1.on .l6 span{animation:625ms 3.125s both ani}
.wp1.on .l7 span{animation:625ms 3.75s both ani}
.wp1.on .l8 span{animation:625ms 4.375s both ani}
@keyframes ani{
0%{width:calc(0%)}
25%{width:calc(25%)}
50%{width:calc(50%)}
75%{width:calc(75%)}
100%{width:calc(100%)}
}
.ani-0 p{}
.ani-01 p,.ani-03 p{color:#fff}
.banner .item1, 
.banner .item2,
.banner .slick-slide{
  display:block;
  background-repeat:no-repeat;
  background-position:20% 20%;
  -webkit-background-size:100%;
  background-size:100%;position:relative;width:100vw;overflow:hidden}
.banner .list01{position:absolute;
  background-repeat:no-repeat;
  background-position:center;background-size:100% 100%;
  display:inline-block;width:48px;padding:16px 0;
  top:30%;left:20px;overflow:hidden;height:330px}
.banner .list01 li{padding:10px 0;width:48px;text-align:center;height:62px}
.banner .list01 li:first-child{padding-top:0}
.banner .list01 li:last-child{padding-bottom:0}
.banner .list01 a{position:relative;color:#fff;text-decoration:none;
  outline:0;z-index:99;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;
  display:block;padding:0 14px}
.banner .list01:after{position:absolute;top:-100px;left:1px;z-index:9;
  transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}
.banner .list01.d0:after{top:2px}
.banner .list01.d1:after{top:77px}
.banner .list01.d2:after{top:140px}
.banner .list01.d3:after{top:200px}
.banner .list01.d4:after{top:264px}
.banner.s1 .ani-01 h3{display:block;opacity:1;font-weight:400;
  font-size:28px;animation-name:mymove1;animation-duration:2s;}
.banner.s1 .ani-01 h3 a{color:#fff}
.banner.s2 .ani-02 h3 a,.banner.s3 .ani-02 h3 a{color:#000}
.banner .slick-slide img{height: 100%;max-width: none; width: 100%;}
.ss1 .slick-active img{animation-name:bb1;
  animation-duration:8s;animation-timing-function:linear}
.ss2 .slick-active img{animation-name:bb2;
  animation-duration:8s;animation-timing-function:linear}
.ss3 .slick-active img{animation-name:bb3;
  animation-duration:8s;animation-timing-function:linear}
@keyframes bb1{
from{transform:scale(1)}
to{transform:scale(1.2)}
}
@-webkit-keyframes bb1{
from{transform:scale(1)}
to{transform:scale(1.2)}
}
@keyframes bb2{
from{transform:scale(1.2) translate(0,0)}
to{transform:scale(1.2) translate(50px,0)}
}
@-webkit-keyframes bb2{
from{transform:scale(1.2) translate(0,0)}
to{transform:scale(1.2) translate(50px,0)}
}
@keyframes bb3{
from{transform:scale(1.2) translate(0,0)}
to{transform:scale(1.2) translate(0,50px)}
}
@-webkit-keyframes bb3{
from{transform:scale(1.2) translate(0,0)}
to{transform:scale(1.2) translate(0,50px)}
}
@keyframes mymove1{
from{top:50px;opacity:0}
to{top:100px;opacity:1}
}
@-webkit-keyframes mymove1{
from{top:50px;opacity:0}
to{top:100px;opacity:1}
}
.banner.s1 .ani-01 p{font-size:80px;position:absolute;bottom:0;left:-45px}
.banner.s1 .ani-01{background-color:rgba(147,10,65,.8);
  color:#fff;padding:102px 40px 47px;height:400px;width:400px;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out}
.banner.s1 .ani-01 .btn{display:block}
.banner.s1 .ani-02{background-color:rgba(229,229,229,1);width:140px;height:140px;
  position:absolute;right:3px;bottom:140px;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out}
.ani-02 .btn,.banner.s1 .ani-02 h3{display:none}
.banner.s1 .ani-02 p{font-size:26px;text-align:center;line-height:140px}
.banner.s1 .ani-03{background-color:rgba(206,156,68,1);width:140px;height:140px;
  position:absolute;right:143px;bottom:1px;transition:.5s ease-in-out;
  -webkit-transition:.5s ease-in-out}
.ani-03 .btn,.banner.s1 .ani-03 h3{display:none}
.banner.s1 .ani-03 p{font-size:26px;text-align:center;line-height:140px}
.banner.s2 .ani-02{background-color:rgba(229,229,229,.8);padding:102px 40px 47px;
  height:400px;width:400px;position:absolute;bottom:0;left:140px;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out}
.banner.s2 .ani-02 h3{display:block;opacity:1;font-weight:400;font-size:28px;
  animation-name:mymove2;animation-duration:2s;}
@keyframes mymove2{
from{top:50px;opacity:0}
to{top:100px;opacity:1}
}
@-webkit-keyframes mymove2{
from{top:50px;opacity:0}
to{top:100px;opacity:1}
}
.banner.s2 .ani-02 p{font-size:80px;position:absolute;bottom:0;left:-45px}
.banner.s2 .ani-02 .btn{display:block}
.banner.s2 .ani-01 p{font-size:26px;text-align:center;line-height:140px}
.banner.s2 .ani-01 h3{display:none}
.banner.s2 .ani-01{width:140px;height:140px;background-color:#930a41;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;
  position:absolute;top:0;left:140px}
.banner.s2 .ani-01 .btn{display:none}
.banner.s2 .ani-03{background-color:#ce9c44;width:140px;height:140px;position:absolute;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;top:140px;left:0}
.ani-03 .btn,.banner.s2 .ani-03 h3{display:none}
.banner.s2 .ani-03 p{font-size:26px;text-align:center;line-height:140px}
.banner.s3 .ani-03{background-color:rgba(206,156,68,.8);padding:102px 40px 47px;
  height:400px;width:400px;position:absolute;bottom:0;right:140px;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out}
.banner.s3 .ani-03 h3{display:block;font-weight:400;font-size:28px;
  animation-name:mymove3;animation-duration:2s;}
.banner.s3 .ani-03 h3 a{color:#fff}
@keyframes mymove3{
from{top:50px;opacity:0}
to{top:100px;opacity:1}
}
@-webkit-keyframes mymove3{
from{top:50px;opacity:0}
to{top:100px;opacity:1}
}
.banner.s3 .ani-03 p{font-size:80px;position:absolute;left:-45px;bottom:45px}
.banner.s3 .ani-03 .btn{display:block}
.banner.s3 .ani-01 p{font-size:26px;text-align:center;line-height:140px}
.banner.s3 .ani-01 h3{display:none}
.banner.s3 .ani-01{width:140px;height:140px;background-color:#930a41;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;
  position:absolute;top:2px;right:140px}
.banner.s3 .ani-01 .btn{display:none}
.banner.s3 .ani-02{background-color:rgba(229,229,229,1);
  width:140px;height:140px;position:absolute;top:140px;right:0;
  transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out}
.ani-02 .btn,.banner.s3 .ani-02 h3{display:none}
.banner.s3 .ani-02 p{font-size:26px;text-align:center;line-height:140px}
@media (max-width: 1299px) {
  .ani{right:50px;bottom:40px;}
}
@media (max-width: 1199px) {
  .ani{display: none;}
}

/* banner end */

/* news */
.index_djzt{ margin:70px 0; }
.yaowen{ margin-bottom: 70px; }
.index_new{ overflow: hidden; margin:0 -15px; }
.new_leftcent{ padding:  0 15px;}
.new_rightcent{ padding:  0 15px; }
.xb_ywbanner{ position: relative; }
.xb_ywbanner > a img{ width: 100%; }
.pos_ptxt{ 
  position: absolute; bottom: 0; left:0; width: 100%; 
  background: -webkit-linear-gradient(left, rgba(0,134,227,0.8) 0%, rgba(96,212,255,0.8) 100%);
  background: -o-linear-gradient(left, rgba(0,134,227,0.8) 0%, rgba(96,212,255,0.8) 100%);
  background: linear-gradient(to right, rgba(0,134,227,0.8) 0%, rgba(96,212,255,0.8) 100%);
  padding: 20px 20% 20px 25px;
}
.pos_ptxt a{
  display: block;
  color: #FFFFFF;
  line-height: 34px;
}
.banner01 .swiper-pagination{
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  display: inline-block;
  right:9px;
  left:auto;
  width: auto;
  bottom: 2px;
}
.banner01 .swiper-pagination-current{font-size: 48px;}
.banner01 .swiper-button-next:after,
.banner01 .swiper-button-prev:after{ display:none; }
.banner01 .swiper-button-next, 
.banner01 .swiper-button-prev{ 
  background-color: rgba(0,78,162,0.5); 
  background-position: center;
  background-repeat: no-repeat;
  width: 29px; height: 29px; 
  top: auto;
  bottom:79px;
}
.banner01 .swiper-button-next{
  right:0;
  left:auto;
} 
.banner01 .swiper-button-prev{
  right:30px;
  left:auto;
}
.new_rightcent{}
.new_rightcent ul{  }
.new_rightcent ul li{ 
  font-size:18px;
  border-bottom: 1px dashed #DFEAF6; 
  padding: 15px 0;
}
.new_rightcent ul li:last-child{ border-bottom:0;}
.new_rightcent ul li a{
  line-height: 1.66667;
}

@media (min-width: 992px) {
  .new_leftcent{ float: left; width: 58.6%; }
  .new_rightcent{ float: left; width: 41.4%; }
  .pos_ptxt a{
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 68px;}
  .new_rightcent ul li a{
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;}
}


.index_cydt{
  padding: 70px 0;
  background: #F2F8FF;
}
.tuwen_list{}
.tuwen_list li a b img{ width: 100%; }
.xtdt_bt{ 
  color:#fff; 
  padding: 16px 25px;
}
.xtdt_bt span{font-weight: bold;}
.xtdt_bt p{font-size:20px; line-height:1.8;}

@media (min-width: 992px) {
  .xtdt_bt p{
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 72px;}
}
@media (max-width: 991px){
  .xtdt_bt{ margin:0 0 30px; }
}



.xhtr_cent{ margin:40px 0 75px;  }
.xshd_hzqt{ margin-top: 20px; }
.xshd_list{

}
.xshd_list li{
  padding: 20px 0;
  border-bottom: 1px dashed #CBE1FF;
}
.xshd_list li:last-child{border-bottom:0;}
.xshd_list li span{font-family: Georgia;}
.xshd_list li a{
  font-size: 18px;
  line-height: 1.66667;
  display:block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tzgg_rczp{
  border-top: 4px solid #9E0001;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.tzgg_rczp .common-title a.more{ right: 25px; }
.tzgg_rczp .common-title.switch .switch_tab:last-child{
  margin-left: 0;
}
.tzgg_rczp .common-title.switch .switch_tab .h36 {
  color: #444;
  display: inline-block;
  padding:15px 38px 18px 20px;
  border-bottom:0;
}
.tzgg_rczp .common-title.switch .switch_tab.active .h36 {
  color: #fff;
  position: relative;
  border-bottom:0;
}
.tzgg_rczp .common-title.switch .switch_tab.active .h36::after {
  content:'';
  display:inline-block;
  position:absolute;
  left:0;
  width:100%;
  bottom:0;
  border-top: 92px solid #9E0001;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  transform: none;
  border-bottom: 0;
  z-index:-1;
}
.tzgg_rczp.news .public-wrap{ padding: 0 25px 20px; }
.tzgg_rczp.news .news-list li span.date-s{ font-size: 16px; }
.tzgg_rczp.news .news-list li{
  border-bottom: 1px solid #F2F8FF;
  padding: 25px 0;
}
.tzgg_rczp.news .news-list li:last-child{ border-bottom: 0; }
.tzgg_rczp.news .news-list li b{ color: #9E0001; text-align: center; }
.tzgg_rczp.news .news-list li b span{ display: block; line-height: 1.2; }
.tzgg_rczp.news .news-list li a{
      font-size: 18px;
    line-height: 1.66667;
}

@media (min-width: 992px) {
  .tzgg_rczp.news .news-list li b{ float: left;
   margin-right: 15px; line-height: 1.3;
 }
  .tzgg_rczp.news .news-list li a{
    width: auto;
    overflow:hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;}
}
@media (max-width: 991px) {
.tzgg_rczp.news .news-list li b{ width: 100px; float: left;}
}


.index_kybm{background: #F2F8FF; padding: 65px 0 75px;}
.kybm_list{

}
.kybm_list li{
  
}
.kybm_list li a{
  display: block;
  padding: 14%;
  color: #fff;
  transition: all 0.5s;
}
.kybm_list li a:hover{
  transform: translateY(-10px);
    transition: all 0.5s;
}
@media (max-width: 991px) {
  .kybm_list li{ margin-bottom: 30px; }
  .kybm_list li a{ padding: 10%; }
}
@media (max-width: 767px) {
  .kybm_list li a{ padding: 5%; }
  .index_djzt{ margin:35px 0; }
  .pos_ptxt{ position: static; }
  .pos_ptxt a{ font-size: 16px; line-height: 24px; }
  .common-title.red-after{ margin-bottom: 20px; }
  .xtdt_bt p{ font-size: 16px; line-height: 1.5; }
}



.gzxx_list{

}
.gzxx_list li{
  box-shadow: 0px 0px 10px 0px rgba(16,93,191,0.28);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 28px;
  display: flex;
}
.gzxx_list li b{
  float: left; width: 16%;
  font-family: Georgia;
  font-size: 23px;
  color: #9E0001;
  line-height: 1.26;
  text-align: center;
  background: #F2F8FF;
  border-radius: 4px;
  padding: 13px 0;
}
.gzxx_list li p{
  float: left; width: 84%;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.news .news-list.gzxx_list li span.date-s{line-height: 1.26;}

@media (min-width: 992px) {
  .gzxx_list li p a{
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
}

.pic_about{    
  padding: 50px 0 80px;
   background-attachment: fixed;
      background-size: cover; 
    background-repeat: no-repeat;
    background-position: top center;}
.pic_list{}
.pic_list li{ margin-bottom: 24px; }
.pic_list li a{ display: block;position: relative;  }
.pici_bt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(left, #9E0001 0%, rgba(34,152,227,0) 100%);
  background: -o-linear-gradient(left, #9E0001 0%, rgba(34,152,227,0) 100%);
  background: linear-gradient(to right, #9E0001 0%, rgba(34,152,227,0) 100%);
  z-index: 3;
  font-size: 16px;
  opacity: 0;
  color: #fff;
  padding:10px 15px;
  transition: all ease 0.25s;}
.pic_list li a:hover .pici_bt{opacity:1;}
.lxwm_map{ position: relative; padding-bottom: 45px; }
.dz_cent{ 
  position: absolute;
  width: 60%;
  left:25px;
  bottom: 0;
  padding: 25px;
}
.dz_cent p{
font-size: 18px;
line-height: 1.888;
}

.news .public-wrap {
  margin-top: 25px;
}
.news .public-wrap.switch_cont .news-list {
  display: none;
}
.news .public-wrap.switch_cont .news-list.active {
  display: block;
}
.news .news-list {
  margin-top: 25px;
}
.news .news-list li {
  position: relative;
}
.news .news-list li a {

}
.news .news-list li span.date-s {
  display: block;
  font-size: 20px;
  font-weight:700;
  color: #9E0001;
  line-height: 2;
}
.news .news-list li:hover a,
.news .news-list li:hover span.date-s {
  color: #9E0001;
}
.news a.db {
  position: relative;
  min-height: 140px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.news a.db:hover .news-box .title {
  color: #9E0001;
}
.news a.db .img-boxs {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 140px;
}
.news a.db .img-boxs img {
  min-height: 140px;
  object-fit: cover;
}
.news a.db .news-box {
  padding-left: 255px;
  padding-top: 20px;
  padding-right: 20px;
}
.news a.db .news-box .title {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 10px;
}
.news a.db .news-box .data-s {
  font-size: 14px;
  color: #9E0001;
  margin: 15px 0;
}
.news a.db .news-box .des {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
}
.public-box {
 
}
.tool-swiper {
  margin: 60px 0;
}
.tool-swiper a.db {
  text-align: center;
  margin: 0 auto;
}
.tool-swiper a.db:hover .img-boxs {
  background: #e0e5f3;
  border: 1px dashed #9E0001;
}
.tool-swiper a.db:hover .img-boxs img {
  transform: scale(1.05) translate(-50%, -50%);
}
.tool-swiper a.db .img-boxs {
  display: inline-block;
  width: 85px;
  height: 85px;
  background: #f0f4ff;
  border-radius: 50%;
  position: relative;
  border: 1px dashed transparent;
  transition: all ease 0.5s;
}
.tool-swiper a.db .img-boxs img {
  max-width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all ease 0.25s;
  transform: translate(-50%, -50%);
}
.tool-swiper a.db p.h16 {
  color: #9E0001;
  margin-top: 10px;
}
.news-list a.dbs {
  background: #f8faff;
  padding-bottom: 15px;
  display: block;
}
.news-list a.dbs .img-boxs {
  min-height: 140px;
}
.news-list a.dbs .img-boxs img {
  width: 100%;
  min-height: 140px;
  object-fit: cover;
}
.news-list a.dbs .title {
  padding: 0 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #333333;
}
.news-list a.dbs .title:hover {
  color: #9E0001;
}
.verline-li .news .news-list li {
  margin-top: 0;
  margin-bottom: 10px;
}
.verline-li .news .news-list li:last-child {
  margin-bottom: 0;
}
.special-swiper {
  margin-top: 25px;
}
.special-swiper .img-boxs:hover img {
  transform: scale(1.05);
}
.special-swiper .img-boxs img {
  width: 100%;
  min-height: 95px;
  max-height: 95px;
}
.swit-aside li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.swit-aside li .time {
  width: 70px;
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #bbcae2;
}
.swit-aside li .time .mo {
  font-size: 18px;
  line-height: 22px;
  color: #454979;
  display: block;
}
.swit-aside li .time .year {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #a9a9a9;
}
.swit-aside li a {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  min-height: 45px;
  padding-left: 15px;
}
.swit-aside li a:hover {
  color: #9E0001;
}
.ysdw-box {
  background: #f2f5fa;
  padding: 19px 20px;
  min-height: 305px;
}
.ysdw-box .ysdw-swtich-tit span {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 7px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}
.ysdw-box .ysdw-swtich-tit span:last-child {
  margin-left: 20px;
}
.ysdw-box .ysdw-swtich-tit span.active {
  font-weight: 700;
  color: #9E0001;
  border-bottom: 3px solid #9E0001;
}
.ysdw-box .ysdw-switch-cont {
  margin-top: 20px;
  display: none;
}
.ysdw-box .ysdw-switch-cont.active {
  display: block;
}
.ysdw-box .ysdw-switch-cont li {
  margin-bottom: 9px;
}
.ysdw-box .ysdw-switch-cont li:last-child {
  margin-bottom: 0;
}
.ysdw-box .ysdw-switch-cont li a {
  display: flex;
  background: #fff;
}
.ysdw-box .ysdw-switch-cont li a .img-boxs {
  width: 50px;
  height: 50px;
  background: #dde8fa;
  text-align: center;
}
.ysdw-box .ysdw-switch-cont li a .img-boxs img {
  width: auto;
  max-width: 50px;
}
.ysdw-box .ysdw-switch-cont li a .title {
  padding: 10px 10px 0 10px;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ysdw-box .ysdw-switch-cont li a .title:hover {
  color: #9E0001;
}
.zdpt-item {
  margin: 13px -4px 0;
}
.zdpt-item li {
  float: left;
  width: 50%;
  padding: 0 4px;
  margin-top: 8px;
}
.zdpt-item li a img {
  min-height: 55px;
  max-height: 55px;
}
.zdpt-item li a:hover img {
  transform: scale(1.05);
}
.foot-box {
  background: url(20240912_qtgh75zn_footbg.png) no-repeat;
  padding: 35px 0;
}
.footer-link .footer-link-wrap select {
  width: 100%;
  border: 1px solid #C9E4FF;
  appearance: none;
  -webkit-appearance: none;
  /* ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã…Â½Ã¢â‚¬Â°ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾iOSÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â°ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
  -moz-appearance: none;
  /* ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã…Â½Ã¢â‚¬Â°ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾FirefoxÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â°ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  padding: 10px 20px;
}
.footer-link .footer-link-wrap select option {
  color: #333;
}
.footer {
  color: #fff;
}
.footer .footer-wrap {
  position: relative;
}
.footer .footer-wrap a.db {
  float: left;
  margin-right: 20px;
  padding-top: 12px;
  width: 287px;
}
.footer .footer-wrap .footer-info {
  float: left;
  padding-left: 10%;
}
.footer .footer-wrap .work {
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display:flex;
  align-items:center;
}
.wfwj_pic{ margin-right: 20px; }
.footer-info .info p {
  font-size: 14px;
  line-height: 2.3;
}
.footer-info .info p a {
  
}
.footer-info .info p a.gaw {
  padding-left: 20px;
  
  background-size: contain;
}
.footer-link > li > a:hover,
.footer-info .info p a:hover {
  color: #ef6420;
}
.other-box.aside{ padding: 50px 0 60px; }
.other-box .aside-item {
  

}
.other-box .aside-item h3 {
  padding: 20px;
  background: #D0021B;
}
.other-box .aside-item h3 span {
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.other-box .aside-item .aside-list {
  background: #F2F8FF;
  padding-top: 15px;
  
}
.other-box .aside-item .aside-list li {
  padding: 0px 20px;
  transition: all ease 0.25s;
}
.other-box .aside-item .aside-list li:hover a {
  color: #D0021B;
  
}
.other-box .aside-item .aside-list li:hover a:after {
  background: #D0021B;
}
.other-box .aside-item .aside-list li.active a {
  color: #D0021B;
  font-weight: 700;
  
}
.other-box .aside-item .aside-list li a {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  width: 100%;
  border-bottom: 1px solid #fff;
  
}
.other-box .aside-item .aside-list li:last-child a {
  border-bottom: none;
}
.other-box .aside-item .aside-list li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 12px;
  border-radius: 3px;
  transform: translateY(-50%);
}
.other-box .aside-item .aside-list li.active a:after {
  background: #D0021B;
}
.other-box .ti-ma {
  background: #fff;
  padding: 8px 0 50px 10px;
  
}
.other-box .ti-ma .tuwen {
  min-height: 150px;
  padding-top: 30px;
}
.other-box .common-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #cfd8e4;
}
.other-box .common-title a {
  background: none;
  position: inherit;
  padding-right: 0px;
  top: auto;
}
.other-box .common-title a.h22 {
  font-size: 30px;
  color: #343434;
  position: inherit;
  background: none;
  top: auto;
  padding-right: 0;
}
.other-box .common-title a.h22:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -16px;
  background: #9E0001;
}
.other-box .bread-item-groups {
  float: right;
  padding-top: 10px;
}
.other-box .bread-item-groups .bread-location,
.other-box .bread-item-groups .bread-item {
  display: inline-block;
  color: #999;
}
.other-box .bread-item-groups .bread-item a {
  color: #808080;
}
.other-box .bread-item-groups .bread-item a:hover {
  color: #9E0001;
}

.other-box .wrap {
  padding-top: 30px;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 40px;
  min-height: 150px;
}
.other-box .wrap img,.other-box .wrap video{
  max-width:100%;
}

.yuanshi-box{margin-top: 35px;}
.yuanshi-box ul{}
.yuanshi-box ul li{ float: left; width: 20%; padding: 0 15px; margin-bottom: 35px; }
.yuanshi-box ul li a{ text-align: center; }
.yuanshi-box ul li a img{ width:100%; height: 268px; }
.name{ font-size: 20px; margin:12px 0 5px; }
.zc{ color: #9E0001; }
@media (max-width: 1399px){
  .yuanshi-box ul li a img{height: 218px; }
}
@media (max-width: 1299px){
  .footer .footer-wrap a.db{ width: 250px; }
  .footer-info .info p {
    font-size: 14px;
    line-height: 24px;}
}
@media (max-width: 1199px){
  .yuanshi-box ul li{ width: 33.3333%; }
  .yuanshi-box ul li a img{height: 307px; }
  #map{ height: 230px!important; }
  .footer .footer-wrap .work{
    float: none;
    position: static;
    display: block;
    transform:none;
    text-align: center;
  }
}
@media (max-width: 991px){
  .yuanshi-box ul li a img{height: 319px; }
  .header-top .header-logo .img-boxs img{ width: 90%; }
}
@media (max-width: 767px){
  .other-box.aside{padding: 20px 0 30px;}
  .yuanshi-box ul li{ width: 100%; }
  .yuanshi-box ul li a img{ width:80%; margin: 0 10%; height: auto; }
}


.tuwen .wenzi-item li {
  transition: all ease 0.3s;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0,109,179,0.28);
  margin-bottom: 33px;
}
.tuwen .wenzi-item li:hover a{
  color: #9E0001;
}

.tuwen .wenzi-item li a {
  font-size: 18px;
  color: #333333;
  padding: 30px 20px 25px;
  display: block;
  width: 100%;
  
  padding-left: 95px;
}
.tuwen .wenzi-item li .data-s {
  font-family: Georgia;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  width: 70px;
  height: 53px;
  background: #0E81CB;
  position: absolute;
  text-align: center;
  left:18px;
  top: 0;
  line-height: 1.2;
  padding-top: 5px;
}
.tuwen .wenzi-item li .data-s b{
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.other-box .content-info {
  margin-top: 30px;
}
.other-box .content-info .title {
  text-align: center;
  line-height: 30px;
}
.other-box .content-info .detail {
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 15px;

  color: #999999;
  text-align: center;
}
.other-box .content-info .detail .auther {
  margin-right: 50px;
  display: inline-block;
  color: #666;
}
.other-box .content-info .detail .after{display: inline-block;}
.other-box .content-info .detail span a {
  color: #666;
}
.other-box .next-list {
  padding-top: 30px;
  border-top: 1px solid #d9dfe7;
}
.other-box .next-list li {
  margin: 8px 0;
}
.other-box .next-list li a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333;
}
.other-box .next-list li a:hover {
  color: #9E0001;
}
.tuwen .tuwen-item li {
  background-color: #ffffff;
  border-radius: 6px;
  transition: all ease 0.25s;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0,109,179,0.28);
}
.tuwen .tuwen-item li:hover a.db .tuwen-list .title {
  color: #9E0001;
}
.tuwen .tuwen-item li a.db {
  position: relative;
  padding-left: 260px;
  min-height: 160px;
}
.tuwen .tuwen-item li a.db .img-boxs {
  width: 220px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.tuwen .tuwen-item li a.db .img-boxs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tuwen .tuwen-item li a.db .img-boxs img[src=""] {
  display: none;
}
.tuwen .tuwen-item li a.db[data-img=""] {
  padding-left: 95px;
  min-height: auto;
}
.tuwen .tuwen-item li a.db[data-img=""] .img-boxs {
  display: none;
}
.tuwen .tuwen-item li .tuwen-list .title {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.tuwen .tuwen-item li .tuwen-list .des {
  line-height: 1.8;
  color: #666666;
  margin: 8px 0 10px 0;
}
.tuwen .tuwen-item li .tuwen-list{ 
  position: relative; 
  padding: 30px 12px 20px 0;
}
.tuwen .tuwen-item li .tuwen-list .date-s {
  font-family: Georgia;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  width: 70px;
  height: 53px;
  background: #0E81CB;
  position: absolute;
  text-align: center;
  left:-95px;
  top: 0;
  line-height: 1.2;
  padding-top: 5px;
}
.tuwen .tuwen-item li .tuwen-list .date-s b{
  display: block;
  font-size: 14px;
  line-height: 1.2;
}



.tuwen .tupian-item li {
  margin-bottom: 30px;
}
.tuwen .tupian-item a.db img {
  min-height: 215px;
  max-height: 215px;
  object-fit: cover;
  width: 100%;
}
.tuwen .tupian-item a.db .title {
  min-height: 50px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  transition: all ease 0.25s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tuwen .tupian-item a.db[data-pic=""] .img-boxs {
  position: relative;
}
.tuwen .tupian-item a.db:hover .title {
  color: #9E0001;
}
.leader-box {
  margin-top: 30px;
}
.leader-box ul.row.row-30 {
  display: flex-wrap;
  display: flex;
  justify-content: center;
}
.leader-box a {
  display: block;
  text-align: center;
  background: #f4f6ff;
  margin-bottom: 50px;
  border-bottom: 3px solid #9E0001;
}
.leader-box a:hover {
  background: #f2f7ff;
}
.leader-box a:hover .leader-name {
  color: #9E0001;
}
.leader-box a img {
  width: 100%;
}
.leader-box a .leader-name {
  font-size: 18px;
  color: #444444;
  font-weight: 700;
  padding: 20px 0;
  transition: all ease 0.25s;
}
.leader-box a .zc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #9E0001;
  padding-bottom: 10px;
}
.tdose .trods {
  margin-bottom: 30px;
}
.tdose .trods .common-title {
  position: relative;
}
.tdose .trods .common-title a.h22 {
  display: inline-block;
}
.tdose .trods .bread-item-groups {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tdose .bread-item-groups {
  margin-top: 0;
  padding-top: 0;
}
.tuwen .jgsz li {
  margin-bottom: 30px;
}
.tuwen .jgsz li a {
  font-size: 18px;
  padding: 15px 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  display: block;
  height: 80px;
  border-radius: 5px;
  /*overflow:hidden;*/
  position: relative;
}
.tuwen .jgsz li a:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.tuwen .jgsz.jgsz-ky li a:after {
  background: #0d4994;
}
.tuwen .jgsz.jgsz-ky li a {
  
  background-size: cover;
  border: 1px solid #9E0001;
}
.tuwen .jgsz.jgsz-ky li a:hover {
  background: #9E0001;
  background-size: cover;
  color: #fff;
}
.tuwen .jgsz.jgsz-ky li a:hover:after {
  background: #c61111;
}
.tuwen .jgsz li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.origion {
  padding-top: 30px;
}
.origion .origion-tit {
  font-size: 20px;
  line-height: 30px;
  color: #9E0001;
  font-weight: 700;
  padding-left: 20px;
  
}
.origion .origion-list {
  margin: 0 -15px;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}
.origion .origion-list li {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.origion .origion-list li a {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  background: #f2f7ff;
  display: block;
  padding: 10px 20px;
  border-radius: 2px;
  overflow: hidden;
}
.origion .origion-list li a:hover {
  color: #fff;
  background: #2966ca;
}
.Rightfixed {
  position: fixed;
  top: 344px;
  left: 50%;
  margin-left: 705px;
  -webkit-transform: translateZ(0);
  z-index: 10;
}
.Rightfixed img {
  display: block;
  width: 40px;
  margin-bottom: 2px;
}
.RF_box {
  position: relative;
}


.gunius-detail {
  margin-top: 40px;
}
.gunius-detail .gunius-top {
  position: relative;
  min-height:312px;
  padding: 30px 30px 30px 255px;
  
}
.gunius-detail .gunius-top .img-boxs {
  position: absolute;
  left: 30px;
  top: 30px;
  max-width:170px;
}
.gunius-detail .gunius-top .img-boxs img{
  width:190px;
}
.gunius-detail .gunius-top .gunius-info .name {
  color: #fff;
  font-size:26px;
  font-weight:700;
  padding-bottom:25px;
  border-bottom:1px solid #dcdfe6;
  position: relative;
}
.gunius-detail .gunius-top .gunius-info .name::after{
  content:'';
  display:inline-block;
  position:absolute;
  width:86px;
  height:4px;
  background:#fff;
  left:0;
  bottom:-1px;
}

.gunius-detail .gunius-list {
  margin-top: 40px;
}
.gunius-detail .gunius-list h3.h18 {
  color: #333;
  position:relative;
  padding:15px 15px;
  background: #F2F8FF;
}
.gunius-detail .gunius-list h3.h18 span{
  position:relative;

}

.gunius-detail .gunius-list .gunitem {
  padding: 15px 0 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #333333;
}
.gunius-detail .gunius-item{
  padding-top:20px;
}
.gunius-detail .gunius-item li{
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  padding-top:5px;
  padding-bottom:5px;
}
.gunius-detail .gunius-item li span{
  font-weight: 400;
}









/* ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¥Ã‚Â±Ã‚ÂÃƒÂ¤Ã‚Â»Ã‚Â¥ÃƒÂ¤Ã‚Â¸Ã…Â  */
@media all and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  nav.navbar.bootsnav ul.nav > li {
    position: relative;
  }
  /* nav.navbar.bootsnav ul.nav > li.dropdown .dropdown-menu::after {
    content: '';
    border-bottom: 6px solid #0a5ea5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: -6px;
    width: 0;
    transform: translateX(-50%);
  } */
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
    font-weight: 700;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border: none;
    border-left: 3px solid #9E0001;
    border-right: 3px solid #9E0001;
    width: 100%;
    background: #9E0001;
    min-width: 170px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 16px;
    color: #fff;
  }
  nav.navbar.bootsnav li.dropdown.pc-menu {
    position: initial;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav {
    width: 100%;
    position: absolute;
    left: 0;
    background: #f0f4ff;
    border-color: #f0f4ff;
    min-height: 100px;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap {
    position: relative;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .title {
    font-size: 20px;
    font-weight: 700;
    color: #9E0001;
    padding-left: 20px;
    margin-bottom: 15px;
    
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .img-boxs img {
    width: 100%;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .des {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #353535;
    line-height: 24px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .more {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #9E0001;
    font-weight: 700;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .leader-box a {
    margin-bottom: 15px;
    border: none;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .leader-box .img-boxs img {
    width: auto;
    max-height: 120px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .leader-box .leader-name {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .zzjg li {
    margin-top: 5px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .zzjg li a {
    font-size: 14px;
    color: #9E0001;
    padding-left: 20px;
    
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav .nav-neun-wrap .zzjg li a:hover {
    color: #333 !important;
  }
  .verline-li .container .row-20 .col-md-9.col-20 {
    width: 71.5%;
  }
  .verline-li .container .row-20 .col-md-3.col-20 {
    width: 28.5%;
  }
  .index-banner .banner-box .img-boxs img {
    width: 100%;
    max-height: 520px;
    min-height: 520px;
    object-fit: cover;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .container {
    width: 1100px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    display: none;
  }
  .nav-wrap .padnav {
    display: block;
    background: #9E0001;
  }
  .nav-wrap .padnav .active a {
    background: #9E0001!important;
  }
  .nav-wrap .padnav .swiper-slide-active a {
    background: #9E0001!important;
  }
  .nav-wrap .padnav li{ text-align: center; }
  .nav-wrap .padnav li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 0;
    white-space: nowrap;
  }
  .nav-wrap .padnav .padnav-mask {
    width: 24px;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background-size: 8px 14px;
  }
  .nav-swiper .active a{ position: relative; }
  .nav-swiper .active a::after{content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background: linear-gradient( 90deg, #FFFFFF 0%, #FEB04C 100%);
  height: 2px;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  transition: all .3s;}
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 5px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff!important;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff!important;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
  #pages .pages {
    display: none;
  }
  #pages #more {
    width: 100%;
    background: #9E0001;
    color: #fff;
  }
  .other-box .aside-item {
    position: fixed;
    padding-left: 0;
    top: 25%;
    width: 200px;
    margin-right: 0;
    z-index: 9999;
    box-sizing: border-box;
    transition: all ease 0.25s;
  }
  .other-box .aside-item:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(20240912_qtgh75zn_icon08.png) no-repeat center;
    background-color: rgba(208, 2, 27, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    z-index: 9997;
    transform: translateY(-60%);
  }
  .other-box .aside-item.open:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(20240912_qtgh75zn_icon07.png) no-repeat center;
    background-color: rgba(208, 2, 27, 0.5);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-60%);
  }
  .header-top {
    min-height: auto;
    padding-bottom: 25px;
  }
  .index-banner .banner-box .info-cont {
    padding: 20px 15px 40px;
  }
  .index-banner .banner-box .info-cont a {
    font-size: 18px;
  }
  .index-banner .banner-page {
    width: 100%;
    right: auto;
    bottom: 10px;
  }
  .banner-box .img-boxs img {
    min-height: 400px;
    object-fit: cover;
  }
  .public-box .container .col-20.col-md-6:last-child,
  .news .public-wrap .news-list .col-md-9:last-child {
    margin-top: 30px;
  }
  .news a.db .news-box .title {
    display: block;
  }
  .news a.db .news-box .des {
    display: none;
  }
  .common-title .switch_tab.tzgg {
    margin-top: 30px;
  }
  .news .news-list li a {
    white-space: inherit;
  }
  .news .news-list li span.date-s {
    top: 12px;
  }
 
  .footer-link-wrap .select-box {
    margin-bottom: 15px;
  }
  .footer .footer-wrap .footer-info {
    border-left: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .footer .footer-wrap a.db,
  .footer .footer-wrap .footer-info,
  .footer .footer-wrap .work {
    float: none;
  }
  .footer .footer-wrap .work {
    position: initial;
    transform: translateY(0);
  }
  .other-box .tuwen .tuwen-item li a.db {
    padding-left: 0;
  }
  .other-box .tuwen .tuwen-item li a.db .img-boxs {
    width: 100%;
    height: auto;
    position: initial;
    margin-bottom: 10px;
  }
  .other-box .wrap .xgplayer-skin-default{
    width:100%;
    max-width:100%;
  }
   .gunius-detail .gunius-top{
    padding:15px;background: #9E0001;
  }
  .gunius-detail .gunius-top .img-boxs{
    position:initial;
    text-align:center;
    margin-bottom:15px;
    max-width:100%;
  }
}
@media (max-width: 767px) {
  .header-top .header-tool {
    padding-top: 20px;
  }
  .header-top .header-tool li {
    padding: 0 10px;
  }
  .header-top .header-logo-wrap {
    justify-content: end;
  }
  .header-top .header-logo {
    flex: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .banner-box .img-boxs img {
    min-height: 300px;
  }
  .index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .news a.db .img-boxs {
    position: inherit;
    width: 100%;
    height: auto;
  }
  .news a.db .news-box {
    padding: 15px;
  }
  .news a.db .news-box .des {
    display: block;
  }
  .news .news-list li {
    padding-right: 0;
  }
  .common-title .switch_tab.active {
    margin-bottom: 15px;
  }
  .common-title a.h24 {
    padding-left: 30px;
  }
  .common-title.switch::after {
    display: none;
  }
  .common-title.switch .switch_tab:last-child.active::after {
    left: 160px;
  }
  .news .news-list li span.date-s {
    position: inherit;
    top: 0;
  }
  .swit-aside li a {
    display: block;
  }
  .other-box .bread-item-groups{
    float:none;
    margin-top: 25px;
  }
  .other-box .ti-ma{
    padding:15px 15px 50px 15px;
  }
  .tuwen .wenzi-item li{
    padding:0 15px;
  }
  .tuwen .wenzi-item li a{
    flex: initial;
    padding-right: 0;
    padding-bottom: 5px;
  }
  .tuwen .wenzi-item li .data-s{
    padding-bottom: 15px;
  }
  .leader-box ul.row.row-30{
    flex-wrap:wrap;
    justify-content:flex-start;
  }
  .tuwen .tuwen-item li .tuwen-list .date-s{ left:0; }
  .tuwen .tuwen-item li .tuwen-list{ padding: 60px 12px 20px 12px; }
  .tzgg_rczp .common-title.switch .switch_tab a.more{ top: 90%; }
  .common-title .switch_tab.active{ margin-bottom: 30px; }
  .news .public-wrap{ margin-top: 0; }
  .news .news-list{ margin-top: 0; }
  .gzxx_list li b{ width: 24%; }
  .gzxx_list li p{ width: 76%; padding: 0 15px; }
  .pici_bt{position: static;
    opacity: 1;}
  .dz_cent{ width: 100%; position: static; }
}
@media (max-width: 400px) {
  .banner-box .img-boxs img {
    min-height: 250px;
  }
}


/*---------------common---------------------*/
.sidebar {overflow: hidden;}
.sidebar .title {margin-bottom: 0px;
  position: relative;
  background: #D0021B; 
  font-size: 20px;
  font-weight: 700;
  color:#ffffff;
  margin-top: 0;
  border-top: #f08519 solid 0px;
  overflow: hidden;
  text-transform:uppercase;
  line-height: 34px;
    padding: 10px 15px}
.sidebar .title img{ display: inline-block; float: left; margin:17.5px 10px 17.5px 25px;}

@media (max-width:1390px) {
  .sidebar .title{ font-size:18px;}
} 
@media (max-width:1290px) {
  .sidebar .title{ font-size:16px;}
} 
@media (max-width:1199px) {
  .sidebar {margin-right: 0px;}
} 


/*---------------ÃƒÂ§Ã‚Â½Ã¢â‚¬ËœÃƒÂ§Ã‚Â«Ã¢â€žÂ¢ÃƒÂ¥Ã‚Â¤Ã‚Â´---------------------*/
.webheader{  }
.head_title{ position: relative;}
.head_title > img{ width: 100%; }
.pc_none{ display:none;}


@media (min-width: 1921px){
	/* body{
		background: url(ky_bg.png) top center no-repeat #F8FBFE ;
		background-size: cover;
	} */
}
@media (max-width: 1280px){
	.head_title p img{ max-width: 90%; }
}
@media (max-width: 1199px){
	

}
@media (max-width: 991px){

}
@media (max-width: 767px){
	.container-fluid{ background:none; position:relative; }
	.navbar.navbar-default{ min-height: 0; }
	.titlea { margin: 55px 0 25px;}
	.titleb{ margin-bottom: 25px; }
	.head_title .titleb img{ max-width: 80%; }
	.mob_none{ display:none;}
	.pc_none{ display:block;}
}

@media (max-width: 600px){
	.webheader .col-md-2{ margin-top: 20px; }
	.navbar-default .navbar-toggle {
    right: 1px;
    top: -70px;}
    .mob_searchblock .searchbox{ top: 13.7%; }
}
@media (max-width: 500px){
	.mob_searchblock .searchbox{ top: 11.8%; }
	.webheader .logo { margin-bottom:16px;}
	.webheader .col-md-2{ padding-left: 0; margin-top: 16px; }
	.mob_searchblock button{ width: 35px; }
	.navbar-default .navbar-toggle {
    right: 0px;
    top: -52px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 26px; }
}
@media (max-width: 450px){
	.mob_searchblock .searchbox{ width: 94%; margin: 0 3%; }
	.mob_searchblock .searchbox{ top: 12%; }
	.titlea { margin: 50px 0 20px;}
	.mob_searchblock button{ width: 30px; }
	.navbar-default .navbar-toggle {
    right: 1px;
    top: -42px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 20px; margin-top: 3px;}
    .ky_fhzs{ margin-right:0; }
}
@media (max-width: 380px){
	.mob_searchblock .searchbox{ top: 12.2%; }
	.mob_searchblock button{ width: 27px; }
	.navbar-default .navbar-toggle {
    right: 0;
    top: -38px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 19px; height: 2px;}
}
@media (max-width: 320px){
	.mob_searchblock .searchbox{ top: 12.8%; }
	.mob_searchblock button{ width: 24px; }
	.navbar-default .navbar-toggle {
    right: 0;
    top: -38px;
	padding-right: 4px;}
    .navbar-default .navbar-toggle .icon-bar{ width: 17px;}
	
}

/* ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª*/
.djzt_nav{
	background:rgba(163, 0, 0, 0.7)!important;
	     filter:Alpha(opacity=70); 
	     background:#A30000;
     text-align: center;
     position:absolute;
     left: 0;
     bottom: 0;
     width: 100%;
 }
/* .navbar-right li a.cur{ background:none;} */


@media (min-width: 768px){
	.djzt_nav .navbar-nav > li{
		float:none;
		display:inline-block;}
	.djzt_nav .navbar{ width: 100%; }
	.djzt_nav .navbar-nav{ width: 100%; }
	.navbar-default .navbar-nav > li > a{ position: relative; }
	.navbar-default .navbar-nav > li > a:hover{ background:none; }
	.navbar-default .navbar-nav > li > a:hover span{
		background: #F5A623; 
		height: 4px;
		position: absolute;
		display:block;
		bottom: 0;
		width: 100%;}
	.navbar-right li a.cur span{
		background: #F5A623; 
		height: 4px;
		position: absolute;
		display:block;
		bottom: 0;
		width: 100%;}
}


@media (max-width: 767px){
	.djzt_nav{ position: static; text-align: left; }
}



/*---------------ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã…Â¸Ã…Â¸ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯---------------------*/

.firstpart {overflow: hidden;padding: 37px 0 0 0;}
.secondpart {}
.thirdpart {background: #0c568e;overflow: hidden;padding: 30px 0 20px 0;}
.fourthpart {padding: 40px 0;}



@media (min-width: 1230px){
	.gjboth_cent .container,
	.gjbtm_cent .container{width: 1200px; padding:0;}
}
@media (min-width: 1310px) {
    .gjboth_cent .container,
	.gjbtm_cent .container{width: 1240px;padding:0;}
}
@media (min-width: 1400px) {
  	.gjboth_cent .container,
	.gjbtm_cent .container{ width: 1240px;padding:0; }
}



@media (max-width: 767px){
	
}



/*---------------ÃƒÂ§Ã¢â‚¬Å¾Ã‚Â¦ÃƒÂ§Ã¢â‚¬Å¡Ã‚Â¹ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾&ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»---------------------*/
.hotnews{ margin-top: 38px; }
.hotnews .newsbg{ background: #EFEFEF; }
.ban_grtnews .cmain1a{ padding-right: 15px; }
.host_more{ display:block; 
	overflow:hidden;
	padding-right:6px;
	text-align: right;
  margin-top: 10px;
}
.host_more a{ font-size: 15px; 
	line-height: 26px; 
	color:#D0021B; 
}
.host_more a:hover{
	color:#F5A623; 
}

@media (min-width: 992px){
	 .hotnews .col-md-8{ width: 65.5%; padding-right: 0; }
	 .hotnews .col-md-4{ width: 34.5%; padding-left: 25px;}
}

@media (max-width: 991px){
	 .hotnews .col-md-9{ padding:0; }
	 .hotnews .col-md-3{ background:none; }
	 .ban_grtnews .cmain1a{ padding-left: 15px; padding-bottom: 15px;}
}



/* ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¥Ã‹â€ Ã‚Â¶ */
.banner01{

}
.banner01.swiper-container-horizontal>.swiper-pagination-bullets{ 
	display:inline-block; 
	left: auto; 
	right:28px; 
	width: auto;
	bottom: 24px;
}
.banner01 .swiper-pagination-bullet{ 
	width: 10px; 
	height: 10px; 
	background: #fff;
	opacity: 1;
}
.banner01 .swiper-pagination-bullet-active{
	width: 22px; 
	border-radius: 20px;
}

.flexslider .slides img {
  height: 496px;
  width: 100%;
}
.djban_txt{ 
  padding:20px 20% 20px 30px; 
  font-size: 22px; 
  color:#fff; 
  line-height: 34px;
  font-weight: 700;
  background: url(ba_txtbg.png) repeat-x;
  margin: 0;
  position:absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.djban_txt:hover{ color:#F5A623; }

@media (min-width: 768px) {
  .djban_txt{ overflow: hidden; 
    text-overflow:ellipsis;
    white-space: nowrap;}
}


@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
	.flexslider .slides img{ height: 463px; }
}
@media (max-width: 1280px) {
	.flexslider .slides img {height: 433px;}
}
@media (max-width: 1199px) {
	.flexslider .slides img {height: 350px;}
}
@media (max-width: 991px) {
  .flexslider .slides img {height: 405px;}
}

@media (max-width: 767px) {
	.flexslider .slides img {height: 396px;}
    .djban_txt{ padding-right: 10px;  padding-left: 10px; font-size: 18px;}
    .banner01.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 0;}
}
@media (max-width: 600px) {
  .flexslider .slides img {height: 320px;}
  .djban_txt{ padding-top: 0; font-size: 16px; line-height: 24px;}
}
@media (max-width: 500px) {
	.flexslider .slides img {height: 264px;}
}
@media (max-width: 450px) {
  .flexslider .slides img {height: 236px;}
}
@media (max-width: 380px) {
  .flexslider .slides img {height: 197px;}
}
@media (max-width: 320px) {
  .flexslider .slides img {height: 163px;}
}



/*---------------ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â---------------------*/
.lanmu { height:42px;
	margin-bottom: 11px; 
	border-top: 4px solid #C9DFFF;}
.lanmu_l { 
	color:#444;
	float:left;
	font-weight: 700;
	font-size:18px;
	line-height: 42px;
	position: relative;
	padding-right: 12px;
}
.lanmu_l span{ position: absolute; 
	width: 100%;
	height: 4px;
	background:#3d55a7;
	top:-4px;
}
.lanmu_l a {color:#004280;}
.lanmu_l a:hover {color:#004280;}
.lanmu_l img {display: inline-block;
	margin-left: 7px;
	margin-right: 10px;
	margin-top: -3px;}
.lanmu_r { line-height:42px; float:right; font-size:14px;font-family: Arial;}
.lanmu_r a{ color:#3C61C2; text-decoration:none;}
.lanmu_r a:hover{ color:#D0021B; text-decoration:none;}

.lanmu1 { height:44px;margin-bottom: 20px;}
.lanmu1_l{ height:44px; line-height:30px; color:#004280; font-weight:500; float:left; font-size:26px; border-bottom: #DB2427 solid 2px;}
.lanmu1_r{ line-height:44px; float:right; color:#bddcff; font-family: Arial; font-size:12px;}
.lanmu1_r a{ color:#1b84c6; text-decoration:none;}
.lanmu1_r a:hover{ color:#F00307; text-decoration:none;}

.lanmu2 { overflow: hidden;}
.lanmu2_l { color:#ffffff;float:left;font-weight: 500;font-size:22px;padding: 0 0 18px 0;}
.lanmu2_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.lanmu2_r { line-height:32px; float:right; font-size:12px;font-family: Arial;}
.lanmu2_r a{ color:#bfcddd; text-decoration:none;}
.lanmu2_r a:hover{ color:#ffffff; text-decoration:none;}

.lanmu3 { height:48px; margin-bottom: 20px;}
.lanmu3_l{ height:48px; line-height:40px; font-size:20px; color:#6aefff; font-weight:600;margin-left: 16px; float:left;}
.lanmu3_r{ line-height:42px; float:right; color:#e3f6ff; font-family: Arial; font-size:12px;margin-right: 15px;}
.lanmu3_r a{ color:#6aefff; text-decoration:none;}
.lanmu3_r a:hover{ color:#d5fbff; text-decoration:none;}

.sortlanmu { background: #cdebf5;padding:8px 8px 11px 12px;color: #004280;font-size: 22px;border-left: #ff6c00 solid 5px;font-weight: 500;line-height: 24px;margin-bottom: 20px;}
.sortlanmu a {color: #004280;}
.sortlanmu a:hover {color: #101010;}


.column {  overflow:hidden;  margin-top:9px;}
.column_l {  font-size:24px; font-weight: 700;  overflow: hidden;
 color:#D0021B;padding: 5px 22px 5px 0;}
.column_l img{ float:left; margin: 6px 6px 0 0;  }
.column_l span{float:left; 
	font-size: 24px;
color:#D0021B;
font-weight: 700;
line-height: 37px;width: 6px;
    height: 25px;
    background: #D0021B;
    margin: 5.5px 10px 0 0;}
.column_l .lineimg{ margin: 16px 0 0 6px;  }



.djzt_tit{ overflow: hidden; margin: 4px 0 12px; }
.djzt_tit h3{  
	float:left; margin: 0;  
	position: relative;
	padding: 0 34px;
} 
.djzt_tit h3::after,
.djzt_tit h3::before{  
  content: '';
  display: inline-block;
  width: 34px;
  height: 58px;
  position: absolute;
  top: 0;
}  
.djzt_tit h3::after{ right:0;
	background:url(20240912_qtgh75zn_icon06.png) no-repeat;  }
.djzt_tit h3::before{ left:0;
	background:url(20240912_qtgh75zn_icon05.png) no-repeat;}
.djzt_tit h3 > a{ 
	display: block; height: 58px; line-height: 1; 
	background:#C50101;
}
.djzt_tit h3 img{ position: absolute; left:0; top: -16px; z-index: 0;}
.djzt_tit h3 span{ 
	font-size: 26px;
color: #FFFFFF;padding: 0 35px 0 80px;
    position: relative;
    z-index: 1;
    line-height: 56px;
}
.djzt_tit .tit_more{  
	float:right;
	font-size: 15px;
	color:#D0021B;
	font-weight: 700;
	line-height: 26px;
	margin-top: 18px;
}
.djzt_tit .tit_more:hover{ color:#F5A623; }

.shytit_more{ position:absolute; right:0; top:-54px;
	font-size: 15px;
	color:#D0021B;
	font-weight: 700;
	line-height: 26px;
}
.shytit_more:hover{ color:#F5A623; }

.txt_lang01{ min-width: 445px; }

.jcehhd_cent{ 
	/*background:url(20240912_qtgh75zn_lmbg02.png) no-repeat; */
	margin-top: 40px;
}

@media (min-width: 991px){
	.column_l{ min-width:125px; }
}
@media (min-width: 1921px){
  .jcehhd_cent{ background-size: cover; }
  .foot-box{ background-size: cover;  }
}

@media (max-width: 1199px){
	.djzt_tit h3 span{ font-size:22px;}
  .foot-box{ background-size: cover;  }
}
@media (max-width: 991px){
  .djzt_tit h3 span{ font-size:20px;}
}
@media (max-width: 767px){
	.column_l{ font-size:20px;}
	.secondarybox{padding-top:15px;}
	.djzt_tit h3 img{ }
	.djzt_tit h3 span{ font-size: 18px; padding-left: 55px; padding-right: 15px;}
	.djzt_tit .tit_more{ font-size: 14px; }
  div.djzt_tit h3.mob_tit_lang{ padding: 0; }
  .djzt_tit h3.mob_tit_lang > a{ height: auto; }
  .djzt_tit h3.mob_tit_lang::after, 
  .djzt_tit h3.mob_tit_lang::before{ display: none;}
  .djzt_tit h3.mob_tit_lang > a span{ line-height: 1.6;
      padding: 6px 20px 6px 80px;  display: block; }

}



/*ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®*/
.nav_column{
	overflow: hidden;
    padding: 60px 0 0 0;
}
@media (min-width: 992px){
	.nav_column .col-md-8{ width: 71.6%; }
	.nav_column .col-md-4{ width: 28.4%; }
}


/*ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ©Ã‚Â¡Ã‚Â¹ÃƒÂ¥Ã‚ÂÃ‚Â¡*/
.cmain1a{ width:100%; }
.cmain1ax{ width:100%; height:38px; margin-bottom:6px;}

.cmain1ay{ width:100%;padding:0 0 0 0;overflow:hidden;}
.cmain1ay .title {    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}
.cmain1ay .title a { color:#D0021B; }
.cmain1ay .title a:hover { color:#D0021B; text-decoration: none;}
.cmain1ay .txt_hedar{ 
  padding-bottom: 1px; 
}
.cmain1ay .txt_hedar a{ color:#444; line-height: 2; font-size: 14px;}
.cmain1ay .txt_hedar a:hover{ color:#D0021B;  }
.cmain1ay img { max-width:none;}
.cmain1ax li{float:left; height:38px; line-height:24px;}
.cmain1ax li.now{ }
.cmain1ax li.now a{ color:#004280; text-decoration:none;}
#threea1{ margin: 0 24px 0 0; text-align:center;}
#threea2{ margin: 0 24px 0 0; text-align:center;}
#threea3{ margin: 0 24px 0 0; text-align:center;}
.cmain1ax li a{ color:#004280; font-size:20px; font-family:\5FAE\8F6F\96C5\9ED1; font-weight:600; text-decoration:none;}
.cmain1ay1{ width:163px; height:220px; float:left; position:relative; margin-right:12px;}
.cmain1ay1x{ width:163px; height:28px;text-align:center; position:absolute; left:10px; bottom:0;}
.cmain1ay1x a{color:#000000; line-height:28px; font-size:11px; font-family:\5FAE\8F6F\96C5\9ED1;}

.list-index{ padding:0 0 13px 0; }
.list-index li{ overflow:hidden;clear:both;}
.list-index li a{ 
	
	float:left;
	width:100%;
	padding-left: 2px;
	font-size:16px;
	line-height:2.4; 
	color:#333;
	font-weight: 700; }
.list-index li a:hover{color: #D0021B; text-decoration:none;}
.list-index span {height:26px;line-height:26px;color:#9b9b9b; 
	font-size: 12px; font-family:Arial;}
.list-index span.right {float: right;}



.cmain1ay .lin_ptxt{ border-bottom: 0;}



@media screen and (max-width: 480px){
.list-index li a {width:100%;font-size:13px;}
.list-index span {width:0px; visibility:hidden;}
}

@media screen and (min-width: 768px){
	.list-index li a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}
}
@media (min-width: 992px) {
	.cmain1ay .title a { 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 54px;}
  .cmain1ay .txt_hedar a{
    display:block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;}
}
@media (min-width: 1200px) {
	
	.cmain1ay .lin_ptxt a{
		-webkit-line-clamp: 11;
	overflow: hidden;
	height: 305px;}
}
@media (min-width: 1367px){
    .cmain1ay .title a { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;}
}
@media (max-width: 1366px){
	.cmain1ay .title{ margin-top: 15px; font-size: 18px; margin-bottom: 0; }
}
@media (max-width: 1280px) {
	
	.list-index li a{ line-height: 2; }
}
@media (max-width: 1199px) {
	.cmain1ay .title{
		margin-bottom: 5px;
	}
	
	.cmain1ay .title a {}
	.cmain1ay .txt_hedar a{
		display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
	line-height: 1.7;}
	
	.cmain1ay .lin_ptxt a{
	-webkit-line-clamp: 10;
	overflow: hidden;
	height: 234px;}
	
	.list-index{padding-bottom: 0;}
	.list-index li a{ font-size:15px;line-height:30px;}

}
@media (max-width: 991px) {
	.cmain1ay .txt_hedar a{
	-webkit-line-clamp: unset;
	height: auto;}

	.list-index{ 
		/* padding-top: 15px;  
		padding-bottom: 15px;  */
	}

}
@media (max-width: 991px) {
	.list-index li{ padding: 4px 0;}
	.list-index li a{ font-size:15px;}
}
@media (max-width: 767px) {
	.cmain1ay{ padding-right:15px; padding-left: 15px; }
	/* .list-index{ padding-left: 15px;} */
	.cmain1a{ background-size: 100%; }
}

.list-newimg {overflow: hidden;margin: 20px 0 0 0;}
.list-newimg li {margin-bottom: 18px;}
.list-newimg .overlay {background-color: rgba(0, 0, 0, 0.56);}
.list-newimg .overlay span {color: #E4E4E4;font-size: 12px;font-style: normal;}
.list-newimg .overlay a {display: inline-block;width: 100%;height: auto;font-size: 15px;color: #fff;text-align: center;position: absolute;top: 18%;left: 0;margin-top: 0;margin-left: 0px;background-color: transparent;padding: 10px;}
.list-newimg .overlay a:hover {color: #ffffff; text-decoration: underline;}
@media (max-width: 1199px) {
	.list-newimg .overlay a {top: 10%;}
}



/* ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¥Ã‚Â¿Ã†â€™ÃƒÂ¥Ã‚ÂÃ¢â‚¬ËœÃƒÂ¥Ã¢â‚¬Â¦Ã…Â¡ */
.wh_wxxd{
    width: 100%;
    margin: 20px auto 10px;
    position: relative;
    /*overflow: hidden;
    min-height: 426px;*/
}
.wh_tab{
    position: absolute;
    right: 120px;
    top: -100px;
    padding: 0 0 0 26px;
    margin-bottom: 30px;
}
.whtab_wrap{
    overflow: hidden;
}
.whtab_wrap li{
    float: left;
}
.whtab_wrap li a{
    display: block;
    padding: 12.5px 32.5px;;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: relative;

}
.whtab_wrap li a::after{
  content: '';
  position: absolute;
  left: 0;
  top: 19px;
  width: 1px;
  height: 21px;
  background:#fff;
  border-radius: 3px;
}
.whtab_wrap li:first-child a::after{
  display: none;
}

.whtab_wrap .mouseover{
    position: relative;
}
.whtab_wrap .mouseover::before{
    content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 52px;
  height: 7px;
  margin-left: -26px;
  background:#fff;
}
.wxxd_cent{
    width: 100%;
   /* overflow: hidden;*/
}
.wxxd_cent .mod{
    display: none;
    /*overflow: hidden;*/
	min-height:432px;
}


.qzrgt_txt{ overflow:hidden;}
.qzrgt_txt .list-index{  }
.qzrgt_txt .list-index li a{ line-height: 2.625; background-position: left 18px; }
.qzrgt_txt .sgzw_li{ overflow: hidden; }
.qzrgt_txt .sgzw_li li{
	width: 25%; float:left; clear: none;
	padding: 0 15px;
	margin-bottom: 50px;
}
.sgzw_li .sgzw_libgyy{ padding-right: 10px;  transition: all ease 0.25s;}
.sgzw_li .sgzw_libgyy a{
	padding: 30px;
	display: block; 
	position: relative;
	background:#f4f4f4;
	border:1px solid #C50101;
	min-height: 166px;
}
.sgzw_li .sgzw_libgyy a::before{
    content: '';
  position: absolute;
  right:-10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border:1px solid #C50101;
  z-index:-1;
}
.sgzw_li .sgzw_libgyy a:hover{padding-top: 20px;}
.sgzw_li .sgzw_libgyy a h3{ margin-bottom: 8px;	
	font-size: 20px;  font-weight: 700; line-height: 1.8; }
.sgzw_li .sgzw_libgyy a span{font-size: 15px;}
.qzrgt_txt01{ padding-left: 0; width: 100%; }
.qzleft_img{ float:left; width: 27.5%; position: relative; }
.qzrgt_txt02{ float:left; 
	width: 72.5%; 
padding-left: 15px;}
.qzrgt_txt02 .list-index{  }
.qzrgt_txt02 .list-index li a{ line-height: 2.625; background-position: left 18px; }
.qzrgt_txt02 .sgzw_li{ overflow: hidden; }
.qzrgt_txt02 .sgzw_li li{
	width: 33.333333%; float:left; clear: none;
	padding: 0 7.5px;
}

@media (max-width: 1399px){
  .wh_tab{
    position: static;
    width: 100%;
    background: #C50101;
  }
}
@media (max-width: 1199px){
	.wxxd_cent .mod{ min-height:195px;}
}

@media (max-width: 991px){
	.qzleft_img{ width: 100%; margin-bottom: 15px;}
	.qzleft_img img{ width:100%;}
	.qzrgt_txt02{ width: 100%;padding-left: 0; }
	.wxxd_cent .mod{ min-height:628px;}
  .whtab_wrap li a{ font-size: 18px; }
  .txt_lang01{min-width: 385px;}
}
@media (max-width: 767px){
	.wh_tab{padding-left: 5px;}
	.whtab_wrap li a {padding: 11.5px 20px;font-size: 16px;}
  .txt_lang01{min-width: 320px;}
  .whtab_wrap li a::after{
    top: 17px;
    height: 18px;}
  .whtab_wrap .mouseover::before{ height: 4px; bottom: -1px;}
}
@media (max-width: 500px){
	.qzrgt_txt .list-index .sgzw_li li{ width: 100%; padding: 0; }
	.qzrgt_txt{ padding-left: 0; }
	
}
@media (max-width: 395px){
	.whtab_wrap li a {padding: 6.5px 15px;}
}
@media (max-width: 395px){
	.whtab_wrap li a {padding: 6.5px 14px; font-size: 14px;}
}



/* ÃƒÂ¦Ã‚Â­Ã…â€™ÃƒÂ¥Ã¢â‚¬â„¢Ã‚ÂÃƒÂ¦Ã‚Â¯Ã¢â‚¬ÂÃƒÂ¨Ã‚ÂµÃ¢â‚¬Âº */
.ky_jcban{
	margin: 0 -8px;
}
.ky_jcban li{ 
	padding:0 8px; 
	width: 25%; 
	float:left; 
	margin-bottom: 32px;
}
.ky_jcban li a{ display:block; overflow:hidden; }
.ky_jcban li b{ margin-bottom: 12px; position: relative;}
.ky_jcban li b img{ height: 190px; }
.ky_jcban li b span{ 
	position: absolute; 
	background: url(20240912_qtgh75zn_icon03.png) no-repeat;
	width: 44px;
	height: 34px;
	display:block;
	left: 50%;
	top: 50%;
	margin: -17px 0 0 -22px;
}
.ky_jcban li p{ font-size: 17px; margin-bottom: 1px; font-weight: 700;  }
.ky_jcban li span{ font-size: 15px; font-weight:normal; color:#444444; }
.ky_jcban li a:hover span{ color:#D0021B; }

.ky_vote li{ font-weight: 700; color:#374C7B; }
.ky_vote li img{ margin-bottom:12px;}

.swiper-father{ position: relative; }
.carouselb,
.carouselc{ margin-top: 22px; }
.swiper-father .swiper-button-next01, 
.swiper-father .swiper-button-prev01,
.swiper-father .swiper-button-next02, 
.swiper-father .swiper-button-prev02,
.swiper-father .swiper-button-next03, 
.swiper-father .swiper-button-prev03{ top: -62px;
 width: 40px; height: 40px; outline: none;}
.swiper-father .swiper-button-next01,
.swiper-father .swiper-button-next02,
.swiper-father .swiper-button-next03{ 
	background:url(20240912_qtgh75zn_icon02.png) no-repeat center; 
	right:80px;
}
.swiper-father .swiper-button-prev01,
.swiper-father .swiper-button-prev02,
.swiper-father .swiper-button-prev03{
	background:url(20240912_qtgh75zn_icon01.png) no-repeat center;
	left: auto;
	right:280px;
}
.swiper-father .swiper-pagination01{
	position: absolute;
	top: -79px;
	right: 128.5px;
	font-size: 20px;
	font-weight: 700;
}
.swiper-father .swiper-pagination01 .swiper-pagination-bullet{ 
	margin:0 8px; 
	background:none;
	opacity: 1;
	width: auto;
	height: auto;
}
.swiper-father .swiper-pagination01 .swiper-pagination-bullet-active{
	color: #D0021B;
}



.carouselbb,
.carouselcc,
.carouseldd{ display:none; }
.carouselbb .swiper-button-prev,
.carouselbb .swiper-button-next,
.carouselcc .swiper-button-prev02,
.carouselcc .swiper-button-next02,
.carouseldd .swiper-button-prev03,
.carouseldd .swiper-button-next03{ width: 44px; height: 44px; outline: none;}
.carouselbb .swiper-button-next,
.carouselcc .swiper-button-next02,
.carouseldd .swiper-button-next03{ background:url(qzwh_page02.png) no-repeat center; right: 0;}
.carouselbb .swiper-button-prev,
.carouselcc .swiper-button-prev02,
.carouseldd .swiper-button-prev03{ background:url(qzwh_page01.png) no-repeat center; left: 0;}


.carouseld .ky_jcban li{
    width: 100%;
    margin-bottom: 0;
}

.index_bg01{
	background-image:url(20240912_qtgh75zn_lmbg01.png);
	background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px 0 60px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.index_bg01 div.djzt_tit{ position: relative; margin-bottom: 25px;}
.index_bg01 div.djzt_tit h3{ width: 100%; }
.index_bg01 div.djzt_tit .tit_more{ color: #fff;
	position: absolute; right: 34px; }


@media (min-width: 768px){
	.ky_jcban li p{ overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap; }
	.ky_jcban li span{overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap; 
				display: block;
			}
	
}

@media (max-width: 1399px){
	.ky_jcban li b img{ height: 158px; }
	.carouseld .ky_jcban li b img{ height: 170px; }
}
@media (max-width: 1299px){
	.ky_jcban li b img{ height: 157px; }
	.carouseld .ky_jcban li b img{ height: 158px; }
	.ky_vote li span{ font-size: 14px;}
}
@media (max-width: 1199px){
	.ky_jcban li b img{ height: 125px; }
	.ky_vote li{ width:25%;}
	.carouseld .ky_jcban li b img{ height: 123px; }
  .swiper-father .swiper-button-next01, 
  .swiper-father .swiper-button-prev01{}
  .swiper-father .swiper-button-next01{ 
    right:60px;
  }
  .swiper-father .swiper-button-prev01{
    right:260px;
  }
  .swiper-father .swiper-pagination01{
    right: 108px;
  }
}
@media (max-width: 1050px){

}
@media (max-width: 991px){
	.ky_jcban li{ width: 25%;}
	.ky_vote li{ width:33.3333%;}
	.ky_jcban li b img{ height:94px; }
	.carouseld .ky_jcban li b img{ height: 90px; }
  .swiper-father .swiper-button-next01, 
  .swiper-father .swiper-button-prev01,
  .swiper-father .swiper-pagination01{
   display: none;
  }

}
@media (max-width: 767px){
	.swiper-father{ display:none; }
	.carouselb,.carouselc,.carouseld{ display:none; }
	.carouselbb,.carouselcc,.carouseldd{ display:block; }
	.ky_jcban li{ width: 100%; margin-bottom: 0;}
	.ky_jcban li b img{ height: auto; }
	/* .ky_jcban.ky_vote li{ width:50%;} */
	.ky_jcban.ky_vote li p{ height:40px; overflow:hidden;}
	.ky_jcban.ky_vote li span{ height:20px; overflow:hidden; display:block;}
  .index_bg01 div.djzt_tit .tit_more{ position: static; color: #D0021B; }
}
@media (max-width: 400px) {

}


/* ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ */
.kynx_cent{  }
.column_title{
	margin-top: 50px;
}
.mt20_wxxd{ margin-top: 20px; overflow:hidden; }
.column_title .djzt_tit{ margin-bottom: 16px;  padding: 17px 0;}
.collanmua{ margin: 0 -15px; }
.collanmua li{width:25%;float:left;padding:0 15px;margin-bottom: 30px;}
.collanmua li a img{ width: 100%; height:auto; }
.collanmua li a p{ 
	color:#D20F27; 
	font-size: 17px; 
	font-weight: 700;
	margin-bottom: 0;
	padding:13px 0 8px;}
.collanmua li a span{ 
	color:#444; 
	font-size: 15px;  
	display:block;}
.collanmua li a:hover span{ color:#D0021B; }

.qzrgt_txt01 .collanmua li a{ text-align:center; display:block;}

.collanmub{  }
.dj_lmimg{
	
}
.dj_lmimg b{
	width: 310px; 
	float:left; 
	margin-right: 16px;
}
.dj_lmimg b img{
	 height: 203px;
}
.dj_lmimg > div{

}
.dj_lmimg > div h3{
	color:#333;
	margin: 18px 0 13px; 
}
.dj_lmimg > div p{
	font-size: 15px;
	line-height: 2;
	color:#666;
}
.dj_lmimg:hover > div h3,
.dj_lmimg:hover > div p{ color:#D0021B; }


.collanmud{
	overflow: hidden;
}
.dj_lmimg01{
	width: 37.3%;
	float:left; 
	
}
.dj_lmimg01 b{
	
} 
.dj_lmimg01 b img{ height: 327px; } 
.dj_lmtxt01{
	width: 62.7%;
	float:left; 
	padding-left: 38px;
}
.dj_lmtxttop{}
.dj_lmtxttop a{

}
.dj_lmtxttop h3{
	color:#333333; 
	font-weight: 700;
	margin: 10px 0;
}
.dj_lmtxttop p{
	color:#666; 
	font-size: 15px;
	line-height: 2;
	margin-bottom: 15px;
}
.dj_lmtxttop a:hover h3,
.dj_lmtxttop a:hover p{
	color:#D0021B; 
}

.collanmue{}
.collanmue .dj_lmimg{ 
	overflow: hidden; 
	margin-bottom: 12px;
	display:block; }
.dj_lftwo li{ margin-bottom: 30px; }
.dj_lftwo li img{
	height: 200px;
	width: 100%;
}

.collanmuf{ margin-top: 26px; }
.collanmuf .dj_lftwo{
}
.collanmuf .dj_lftwo .col-md-6{ padding: 0 8px; }
.ky_subtitle{
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 30px;
    color: #666;
}
.jcehhd_cent .dj_lftwo li a{
   position: relative;
   display: block;
}
.jceh_zzc{
  /*position: absolute;
  width: 100%;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  bottom: 0;
  left: 0;*/
  padding: 10px 0 15px;
}
.jceh_zzc h3{ font-size: 17px; font-weight: 700; line-height: 1.6; margin-bottom: 4px; }
.jceh_zzc span{font-size: 15px; }
.Previous_Next{ overflow: hidden; border-top: 1px solid #ddd; 
	 padding: 16px 0 20px; margin-top: 30px;
}

.collanmua_sfdk li{
	height: 400px;
	overflow: hidden;
}

@media (min-width: 768px){
	.Previous_Next .right{ float: right; }
	.collanmua li a span,
	.collanmua li a p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
	.dj_lmtxttop h3{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		height: 26px;}
	.dj_lmtxttop p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 60px;}
	.jceh_zzc h3{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 54.5px;
	}
	.jceh_zzc span{
		overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap; 
				display: block;
	}
	.dj_lmimg > div h3{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;}
	.dj_lmimg > div p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		height: 97px;}
}

@media (min-width: 1300px){
	.dj_lmimg > div p{ height: 120px;}
}

@media (max-width: 1399px){
	.dj_lmimg b{ width: 290px; }
	.dj_lmimg b img{ height: 190px; }
 	.dj_lmimg01 b img{ height: 305px; }
	.dj_lmtxttop p{ margin-bottom: 5px; }
	.dj_lftwo li img{ height: 165px;}
	.collanmuf .list-index ul{ margin-top: -8px; }
	.collanmua li a img{ height: auto; }
  .sgzw_li .sgzw_libgyy a{ min-height: 202px; }
}
@media (max-width: 1290px){
  .cmain1ay .title{ line-height: 1.5; }
	.list-index li a{ background-position: left 13px; }
	.collanmua li a img{ height:auto; }
	.dj_lmimg b{ width: 270px; }
	.dj_lmimg b img{ height: 176px; }
	.dj_lmimg > div p{ line-height: 1.7; }
	.dj_lmimg01 b img{ height: 285px; }
	.collanmuf .list-index ul{ margin-top: 1px; }
	.dj_lftwo li img{ height: 165px; }

}
@media (max-width: 1199px){
  .sgzw_li .sgzw_libgyy a{ padding: 18px; }
	.cmain1ay .txt_hedar{ padding-bottom: 10px; margin-bottom: 10px; }
	.collanmua li a img{ height: auto; }
	.dj_lmimg b{ width: 212.5px; }
	.dj_lmimg b img{ height: 138.5px; }
	.dj_lmimg > div h3{ margin: 5px 0 10px; }
	.dj_lmimg01 b img{ height: 230px; }
	.dj_lmtxttop h3{ font-size: 19px; margin: 0; }
	.dj_lftwo li img{ height: 130px; }
	.collanmuf .list-index ul{ margin-top: -5px; }
  .jceh_zzc h3{ font-size: 18px; }
}
@media (max-width: 991px){
	.collanmue .dj_lmimg{ margin-bottom: 0; }
	.collanmua li{ padding:0 7px; width: 50%; margin-bottom: 25px;}
	.collanmua li a img{ height: auto; }
	.dj_lmimg01 b img{ height: auto; }
	.collanmue .col-md-6{ margin: 0 0 15px; }
	.collanmue .col-md-6:last-child{ margin-bottom: 0; }
	.dj_lftwo li img{ height: 210px; }
	.dj_lftwo{ margin-bottom: 20px; }
  .qzrgt_txt .sgzw_li li{ width: 50%; }
}
@media (max-width: 767px){
	.collanmua li a img{ height:auto; }
	.dj_lftwo li img{ height: auto; }
	.dj_lftwo .col-md-6{ margin-bottom: 20px; }
	.dj_lftwo .col-md-6:last-child{ margin-bottom: 0; }
	.dj_lmimg01{ width: 100%; margin-bottom: 20px; }
	.dj_lmtxt01{ padding-left: 0; width: 100%; }
	.dj_lmtxttop h3{ margin-bottom: 8px; }
	.dj_lmimg b{ width: 170px; }
	.dj_lmimg b img{ height: auto; }
	.collanmua li{ width: 100%; margin-bottom: 20px;}
  .qzrgt_txt .sgzw_li li{ width: 100%; }
}
@media (max-width: 600px) {
  
}
@media (max-width: 500px) {
	
}
@media (max-width: 450px) {
  .collanmua li a p{ font-size: 15px; }
}
@media (max-width: 380px) {
 
}
@media (max-width: 320px) {
	.dj_lmimg b{ width: 140px; }
}





/* ÃƒÂ¥Ã¢â‚¬Â¦Ã…Â¡ÃƒÂ¥Ã‚ÂÃ‚Â²ÃƒÂ¥Ã‚Â­Ã‚Â¦ÃƒÂ¤Ã‚Â¹Ã‚Â ÃƒÂ¦Ã¢â‚¬Â¢Ã¢â€žÂ¢ÃƒÂ¨Ã¢â‚¬Å¡Ã‚Â²ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ…â€™ÃƒÂ¥Ã…â€œÃ‚Â°ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */

.wldj_vid{ position: relative; }
.wldj_vid > button{ 
	width: 54px; 
	height: 42px;  
	background:none;
	border:0;
	position: absolute;
	left:50%;
	top: 50%;
	margin: -21px 0 0 -27px;
}
.wldj_vid > button img{ 
	width: 54px; 
	height: 42px;
}
.dj_lftwo li p{
    font-size: 15px;
    line-height:25px;
    margin-top: 15px; }
.dj_lftwo li p a{ 
    color: #333; }
.dj_lftwo li p a:hover {
    color: #D0021B;
    text-decoration: none;
}

.collanmuc_ds{ padding-top: 5px; }

.link_dsbtm{

}
.link_dsbtm p{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	text-align: center;
}
.link_dsbtm a:hover p{
	color: #D0021B;
}


@media (min-width: 768px){
	.dj_lftwo li p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
}


@media (max-width: 767px){
	.dswlzx_logo{ top: 15px; }
	.dswlzx_logo img{ width: 44px; }
	.link_dsbtm{ margin-bottom: 25px; }

}

/*---------------ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã‚Â°Ã‚Â¾---------------------*/
.foot {  background:#F3F7FC; border-top: 4px solid #DA4A5E;}
.foot .tophalf {padding: 35px 0 44px 0;}
.copyright{font-size:12px; line-height:20px;color:#f7f7f7;display:block; overflow:hidden;}
.copyright .cas{ 
	width: 269px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 20px 0 0; text-align:center;}
.copyright .cas img {}
.copyright .left { 
	font-size:14px; 
	line-height:29px;
	color:#444;float:none; margin: 8px 0 0 37%;}
.copyright .left a {color:#444;}
.copyright .left a:hover {color:#D0021B;}
.copyright .rightbz {display:block; overflow:hidden; float:right;margin:0 0 0;}
.copyright .rightbz img{ display:inline-block; margin-left:5px;}
.copyright .rightjb { width:65px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}
.copyright .rightwx { width:80px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}


@media screen and (max-width: 1290px){
	.copyright .cas{margin: 15px 40px 0;}
}
@media screen and (max-width: 1199px){
	
	.copyright .cas img{ width:90%; }
	.foot .tophalf{ padding-bottom: 40px; }
	.copyright .cas { margin: 18px 0px 0; }
}
@media screen and (max-width: 991px){
	.copyright .left { width:100%; margin: 7px; text-align: center;}
	.copyright .rightbz {padding:0;width: 100%;
    text-align: center;}
	.copyright .rightwx { width:49%;padding:20px 0 0 0;}
	.copyright .cas{ width:100%; border:0; margin-bottom: 10px;}
	.copyright .cas img{ width: 250px; margin: 0 auto; }
}
@media screen and (max-width: 767px){
.foot .secondhalf {padding: 18px 0;}
.foot .secondhalf img {display: none;}
.copyright .cas { width: 100%; border:0px;margin: 12px 0; display:none;}
.copyright .cas img {display: block;margin-right: auto;margin-left: auto;}
.copyright .left { width:100%; text-align: center; margin-top: 12px;}
.copyright .rightbz {margin: 0 auto;float: none;}
.copyright .rightwx { width: 50%; }
}
@media screen and (max-width: 320px){
.copyright .rightwx { width:50%;}
}


/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ */
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  background-color: #F0F7FE;
  padding-bottom: 20px;
}

.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}

.leftNavigation li a {
  font-size: 18px;
  display: block;
  padding: 11px 12px;
  color: #333;
  /* border-bottom: solid 1px #fff; */
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:700;
  padding-left: 20px;

}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 160%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.6rem;
  padding: 13px 0;
  text-align: center;
  font-weight: 600;color: #7e96c1;
}
.leftNavigation li.active a .leftNavIcon {color: #8ea5c3;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  padding: 0.8rem 0;
  text-align: center;
}
.leftNavigation li a.current{
	color: #f00;
    background: #d0dcf9;
	}
.fa-angle-right:before{ font-size:20px; }
.leftNavigation li a:hover {
	text-decoration:none;  
  background:#d0dcf9; 
}
.leftNavigation li a:hover .leftNavIcon {color: #84c4fe;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #d8e3f0;
}
.leftNavigation li ul li { border-bottom: solid 1px #bfd0e1;}
.leftNavigation li ul li a {
  border-bottom: solid 0px #D0E9F3; font-size:14px; color:#393939; margin-left:30px; padding-left:12px;
}
.leftNavigation li ul li a:hover {
  color: #00398f; text-decoration:none; 
}

.leftNavigation li ul li.active a {
  color: #00348a; 
  text-decoration:none; 
  
}
.leftNavigation li.active > a {
   text-decoration:none;
  background:#E5ECFD;
}
.leftNavigation li.active ul {
  display: block;
}
.leftNavigation > li{ 
	/*border-left: 6px solid #F0F7FE;*/
 }
.leftNavigation > li:hover,
.leftNavigation > li.active {
	/*border-left: 6px solid #D0021B;*/
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#393939; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}

li .menu-cont{ display:none;
	background: #eee;
    padding: 10px 0;}
li .menu-cont .child-title{	
	    font-size: 16px;
    	line-height: 36px;
    	padding: 0 12px 0 40px;
}	
	
	


/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.ky_listcent{
	/*margin-top: 18px;*/
}
.secondarybox { 
	display:block; 
	overflow:hidden; 
	padding: 15px 15px 20px;}

.ky_seemore{ text-align: center; display:none; }
.ky_seemore button{
	width: 270px;
	height: 47px;
	line-height: 47px;
	border-radius: 3px;
	border: 1px solid #D7D7D7;
	font-size: 18px;
	font-weight: bold;
	color: #D0021B;
	background:none;}
.ky_seemore button:hover{ background:#D0021B; border:1px solid #D0021B; color:#fff; }
.lyandtime{ padding-bottom: 20px; border-bottom:1px dashed #D5D5D5; }

@media screen and (max-width: 1199px){
	.sidebar .title{ font-size:12px;}
	.leftNavigation li a{ padding-left:16px;}
	li .menu-cont .child-title{ padding-left:28px;}
}
@media screen and (max-width: 991px){
	.sidebar .title{ font-size:15px;}
}
@media screen and (max-width: 767px){
	.kylist_bg02{ }
	.ky_seemore{  display:block; }
  .breadcrumb > li{ padding-left: 6px; }
}



/*0*/
.tpgz_cent{ position:relative;}
.tpgz_cent .column_l{ width:100%; margin-bottom:7px;}
.tpgz_cent .ky_tpsearch{ top: 0;
    right: 0;
	margin:0;}

@media (max-width: 767px){
	.tpgz_cent .ky_tpsearch{ top: auto;}
}


.qzrgt_txt01 .ky_jcban li{ width: 25%; }
.qzrgt_txt01 .ky_jcban li b img{ height:210px;  }
@media (max-width: 1399px){
	.qzrgt_txt01 .ky_jcban li b img{ height:175px;  }
}
@media (max-width: 1299px){
	.qzrgt_txt01 .ky_jcban li b img{ height:175px;  }
}
@media (max-width: 1199px){
	.qzrgt_txt01 .ky_jcban li b img{ height:140px;  }
}
@media (max-width: 991px){
	.qzrgt_txt01 .ky_jcban li{ width: 50%; }
	.qzrgt_txt01 .ky_jcban li b img{ height:220px;  }
}

@media (max-width: 767px){
	.qzrgt_txt01 .ky_jcban li{ width: 100%; }
	.qzrgt_txt01 .ky_jcban li b img{ height:auto;  }
}


/*---------------ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â---------------------*/
.picnewslist {overflow: hidden;margin: 0 15px 10px 15px;}
.picnewslist li{margin-bottom: 8px; display: block; overflow: hidden; }
.picnewslist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.picnewslist li h2 { font-size:15px; line-height:22px; margin:0 0 8px 0;display: block;}/*text-overflow: ellipsis;white-space: nowrap;*/
.picnewslist li h2 a { color:#383838;font-family: \5FAE\8F6F\96C5\9ED1;}
.picnewslist li h2 a:hover { color:#004ea2; text-decoration:none;}
.picnewslist .news-img{ margin-right: 10px; margin-bottom:8px;}
.picnewslist .news-img img{ max-width: 102px; border:#e4e4e4 solid 1px;}
.picnewslist .news-txt p { line-height: 20px; font-size: 13px; margin: 0px; color:#8e8e8e;}
.picnewslist .news-txt i { font-size: 12px; margin: 0 0 5px 0; color:#009cd1; display:block;font-style: normal;text-align: right;}
.picnewslist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.picnewslist .news-txt p a:hover { color:#15549a;}
.picnewslist .hzfa-img{ margin-right: 10px; margin-bottom:15px;}
.picnewslist .hzfa-img img{ max-width: 112px; border:#e4e4e4 solid 3px;}
.picnewslist .hzfa-txt p { line-height: 1.5; font-size: 12px; margin:0 0 15px 0; color:#8e8e8e;}
@media (max-width: 1199px) {
	.minh {min-height: 98px;}
	.picnewslist li h2 { font-size:14px;}
}
@media (max-width: 991px) {
	.minh {min-height: auto;}
}
@media (min-width: 768px) {
	.picnewslist .news-txt p{ line-height: 20px; height: auto; font-size: 13px; overflow:hidden;}
	.picnewslist .news-img img{ width: 102px; height: 66px;}
	.picnewslist .news-img{ margin-right: 13px;}
	.picnewslist li{margin-bottom: 8px; display: block; overflow: hidden; }
	.picnewslist .hzfa-txt p{ line-height: 20px; height: auto; font-size: 13px; overflow:hidden;}
	.picnewslist .hzfa-img img{ width: 112px; height: 152px;}
	.picnewslist .hzfa-img { margin-right: 15px;}
}
@media (max-width: 767px) {
	.picnewslist .news-img{ margin-bottom:2px;}
	.picnewslist .news-img img{ width: 126px; height:84px;}
	.picnewslist .hzfa-img{ margin-bottom:2px;}
	.picnewslist .hzfa-img img{ width: 106px; height:146px;}
	.picnewslist li h2 {white-space:normal;}
	}
/*-----------------ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨---------------------*/
.list-tab { overflow:hidden; display:block;}
.list-tab ul{ float:left; width:74%; padding-left:18px;}
.list-tab ul li{overflow:hidden;
	clear:both;
	border-bottom:0px dashed #d4d4d4;
	 width:100%; text-align:left;padding: 0;
margin-bottom:14px;}
.list-tab ul li:last-child{ margin-bottom: 0; }
.list-tab ul li a{ float:left;/*width:88%;*/
	max-width: 85%;overflow:hidden;font-size:15px; 
	color:#444;
	background-repeat: no-repeat;
	background-position: left 8px;
	padding:0 0 0 12px;
	text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-tab ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-tab ul li a:hover {color: #3C61C2; text-decoration: none;}
.list-tab i {float: left;margin: 14px 0 0 8px;}
.list-tab span {color:#AEAFB1; font-size: 12px; font-family:Arial; padding-right: 4px;}
.list-tab span.right {float: right;}
.list-tab .lingt_smbig li{margin-bottom:16px;}

.list-tab .top_newtit a{ width:100%; max-width: 100%;
    white-space: normal;
    padding-left:0;
}
.list-tab .top_newtit a h3{ margin: 0 0 5px; line-height: 25px; font-size: 18px; color:#fff;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px; }
.list-tab .top_newtit a p{ color:#7995bc; font-size: 14px; margin-bottom: 12px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 40px; }
.list-tab .top_newtit a:hover h3{ color:#0096ff;}

.left-txtximg{ float:left; width:26%;  background: #fff;
border-radius: 0 0 6px 6px;}
.left-txtximg img{width:100%;}
.left-txtximg a p{    
	font-size: 15px;
    color: #444;
    margin-top: 10px;
    line-height: 1.6;}
.left-txtximg a:hover p{color: #3C61C2;}	

.events_tab{ position:relative;}
.mores_all{ position:absolute; right:13px; top:11px;}
.mores_all a{ font-size:14px; color:#fff;}
.mores_all a:hover{ color:#D0021B;}

.text_listtime{ margin: 10px 0 45px; }


@media (max-width: 1199px) {
	.list-tab ul li a{max-width: 81%;}
}
@media screen and (max-width: 992px){
.list-tab { height:auto !important;margin-left: 0px;}
}
@media (max-width: 991px) {
.list-tab ul li a{font-size:15px;}
.list-tab span {}
.list-tab i {margin: 10px 0 0 8px;}
}
@media screen and (max-width: 767px){
.list-tab ul li{}
.list-tab ul li a {max-width: 100%;white-space: normal;line-height: 24px;background-position: left 10px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.list-tab span {width:0px; visibility:hidden;display: none;}
}

.list-news { overflow:hidden; display:block;}
.list-news li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;}
.list-news li:nth-child(5n+0) {margin-bottom: 20px;
	padding-bottom: 20px;
 border-bottom: 1px dashed #D8D8D8;}
.list-news li a{ float:left;/*width:86%;*/max-width: 84%;overflow:hidden;font-size:16px;
	line-height:42px; 
	color:#444;background-image: url(qzwh_icon01.png);
	background-repeat: no-repeat;background-position: left 18px;padding-left: 16px;text-overflow:ellipsis; white-space:nowrap; }
.list-news li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-news li a:hover {color:#D0021B;}
.list-news i {float: left;margin: 14px 0 0 8px;}
.list-news span {line-height:40px;color:#666; font-size: 15px; font-family:Arial;}
.list-news span.right {float: right;}
.dw_nanme{ line-height:42px;}

@media (max-width: 1199px) {
	.list-news li a{max-width: 81%;}
}
@media screen and (max-width: 991px){
	.list-news li a{max-width: 73%;font-size:16px;}
	.list-news i {margin: 12px 0 0 8px;}
}
@media screen and (max-width: 767px){
.list-news ul li{padding: 4px 0;}
.list-news li a {max-width: 100%;white-space: normal;
  line-height: 1.6;background-position: left 10px;float: none;}
.list-news span.right { display: none;
  /*float: none; line-height: 1.6; margin-left: 8px;*/
}
.dw_nanme{ line-height:24px;}
}

.list-article { overflow:hidden; display:block;}
.list-article li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;}
.list-article li:nth-child(5n+0) {margin-bottom: 20px;}
.list-article li a{ float:left;/*width:100%;*/max-width: 96%;overflow:hidden;font-size:16px;line-height:33px; color:#383838;background-repeat: no-repeat;background-position: left 14px;padding-left: 14px;text-overflow:ellipsis; white-space:nowrap; }
.list-article li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-article li a:hover {color: #004ea2;}
.list-article i {float: left;margin: 14px 0 0 8px;}
@media screen and (max-width: 1199px){
	.list-article li a{max-width: 95%;}
}
@media screen and (max-width: 991px){
	.list-article li a{max-width: 92%;font-size:15px;}
	.list-article i {margin: 12px 0 0 8px;}
}
@media screen and (max-width: 767px){
.list-article ul li{padding: 4px 0;}
.list-article li a {max-width:100%;white-space: normal;line-height: 24px;background-position: left 10px;}
}




/*ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
.academic-notice{ width:100%;}
.academic-notice dl { margin:0px;}
.academic-notice dd{ overflow: hidden;padding: 20px 0;border-bottom: #dedede solid 1px;}
.academic-notice dd:last-child {margin-bottom: 0px;padding-bottom: 0px;border-bottom: 0px;}
.academic-notice dd span{ float:left;color:#fff;text-align:center;width:66px;
	margin-right:2px;font-size:30px;font-weight: 600;padding: 2px 0 0 0;
	background: #0a87f9;
	font-family: Arial;
    border-radius: 4px;}
.academic-notice dd span b { background: #1c4b86;height: 24px; 
	text-align: center; line-height: 24px;
	 font-size: 14px;font-family: Arial; 
	 display: block; color:#ffffff;
	 border-radius: 0 0 4px 4px;
	 font-weight: normal;
	margin-top: -2px;}
.academic-notice dd .hdtitle { float:left; width:90%; overflow:hidden; display:block; color:#535353;margin-left: 10px; }
.academic-notice dd .hdtitle a{ overflow:hidden; display:block; line-height:20px; 
	color:#333; font-size:16px; text-decoration:none;-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;text-overflow: ellipsis;white-space: normal;}
.academic-notice dd .hdtitle a > img { display: inline-block; margin-left:6px;}
.academic-notice dd .hdtitle a:hover {COLOR: #0b85f5; }
.academic-notice dd .hdtitle p { line-height: 20px; font-size:14px; color:#808080; line-height:18px;margin: 7px 0 0 0;}
@media (max-width: 1199px) {
	.academic-notice dd .hdtitle {width:87%;}
	.academic-notice dd .hdtitle a {font-size: 15px;}
}
@media (max-width: 991px) {
	.academic-notice dd .hdtitle {width:81%;}
}
@media (max-width: 767px) {
	.academic-notice dd .hdtitle {width:74.8%;}
	.academic-notice dd .hdtitle a{ white-space: normal;font-size:14px;}
}
@media (max-width: 392px) {
	.academic-notice dd .hdtitle {width:70.8%;}
}
@media (max-width: 350px) {
	.academic-notice dd .hdtitle {width:66.8%;}
}
/*ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
.jlnotice { margin: 0 15px 18px 15px;}
.jlnotice dl { margin:0px;}
.jlnotice dd{ overflow: hidden;margin-bottom: 17px;padding-bottom: 17px;border-bottom: #d3d3d3 dashed 1px;}
.jlnotice dd:last-child {margin-bottom: 0px;padding-bottom: 0px;border-bottom: 0px;}
.jlnotice dd span{ float:left;color:#ff9c00;text-align:center;width:63px;margin-right:2px;font-size:25px;font-weight: 600;padding: 2px 0 0 0;font-family: Arial;/*font-family: Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;*/}
.jlnotice dd span b { background: #0367b2;height: 24px; text-align: center; line-height: 24px; font-size: 12px;font-family: Arial; display: block; color:#ffffff;}
.jlnotice dd .hdtitle { float:left; width:76%; overflow:hidden; display:block; color:#535353;margin-left: 10px; }
.jlnotice dd .hdtitle a{ overflow:hidden; display:block; line-height:20px; color:#383838; font-size:15px; text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-overflow: ellipsis;white-space: nowrap;}
.jlnotice dd .hdtitle a > img { display: inline-block; margin-left:6px;}
.jlnotice dd .hdtitle a:hover {COLOR: #004ea2; }
.jlnotice dd .hdtitle p { font-size:13px; color:#0561a6; line-height:19px;margin: 7px 0 0 0;}
@media (max-width: 1299px) {
	.jlnotice dd{ margin-bottom: 21px;padding-bottom: 21px;}
}
@media (max-width: 1199px) {
	.jlnotice dd .hdtitle {width:71%;}
}





/*---------------------------------ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢------------------------------------------*/
.twobanner {height: 236px;border-top: #4d788e solid 1px;}
.twolmmt {margin: 4px 0 0 0;}
.h_menu {padding: 0;}
.location_menu { overflow:hidden;padding: 0px;}
.navbar {min-height: 40px; border: 0px solid transparent;}
.navbar-toggle {float: right;padding: 4px 5px;margin-top: 7px;margin-bottom: 6px; margin-right:0px;border: 2px solid #F6FAFC;}
.navbar-menu { font-size:18px; color:#ffffff; float:left; font-weight:500; margin:9px 0 0 0;}
.navbar-default .navbar-collapse {
	/*border-color: #214289;*/
}
.nav-tabs > li { text-align:center;}
.nav-tabs > li:last-child {border-right:#cacaca solid 0px;}
.nav-stacked > li {background: #e9f6fe;border-top: #feffff solid 1px;border-bottom: #cce7fa solid 1px;}

.search_linktwo .social-links{ margin-right: 27px; }
@media (max-width: 1249px) {
	.search_linktwo .social-links{ margin-right: 20px; }
}
@media (max-width: 1199px) {
	.search_linktwo .social-links{ margin-right: 24px; }
}

@media (max-width: 1024px) {
.twobanner {height: 206px;}
}
@media only screen and (max-width: 992px) {
.nav-pills > li > a {font-size: 14px;}
}
@media (min-width: 768px) {
.navbar-menu {display: none;}
.navbar-right {margin-right: 0px;}
}
@media only screen and (max-width: 768px) {
.twobanner {height: 142px;}
.h_menu {position: relative;margin-left: -15px;margin-right: -15px;}
.location_menu {position: relative;margin-left: -15px;margin-right: -15px;}
}
@media (max-width: 767px) {
	.search_linktwo .social-links{ margin-right: 0; }
}
@media screen and (max-width: 640px){
.navbar-collapse { margin-top:6px;}
}
@media screen and (max-width: 480px){
.nav-tabs > li { width:100%;border-right:#cacaca solid 0px;}
}




.thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none; 
	padding: 4px;
}
/*---------------ÃƒÂ§Ã‚Â»Ã¢â‚¬Â ÃƒÂ¨Ã‚Â§Ã‹â€ ---------------------*/
#xlmain {display: block;overflow: hidden;margin:0px;}
#xlmain .wztitle {color: #404040; font-family: \5FAE\8F6F\96C5\9ED1; 
	line-height:1.7; text-align:center; font-size: 30px; 
	padding: 0px 0px 2px 0px;font-weight: 700;
margin: 30px 0 20px;}
.lyandtime{ font-size: 15px; color:#9a9a9a; }
#xlmain .qtinfo {color:#666; font-family: \5FAE\8F6F\96C5\9ED1; 
	text-align:left; font-size: 14px;
	padding: 0px 0px 0 0px;margin-bottom: 0;}
.share_sy{  border-bottom: solid 1px #cccccc; padding-bottom: 6px; }
#xlmain .zg_wztxt.textxl p{ margin-bottom: 15px; font-size: 18px; line-height: 1.8; }


#xlmain .qtinfo a {color:#666; text-decoration: none;}
#xlmain .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
#xlmain .text { margin:0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 24px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:20px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;padding: 0 0 10px 0;}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .xilan-content-main.zoomIn {
  font-size: 18px;
  line-height: 36px;
}
#xlmain .xilan-content-main.zoom {
  font-size: 16px;
  line-height: 30px;
}
#xlmain .xilan-content-main.zoomOut {
  font-size: 13px;
  line-height: 24px;
}
#xlmain .textxl *{
	   
    font-family: \5FAE\8F6F\96C5\9ED1!important;
}
/* #xlmain .textxl .xgplayer-definition{ display: none; } */

.font_txtbh{ float: right;margin: 3px 11px 0 0; }
.share{ float: right; }
.font_txtbh a{ color:#196cbe; }
.enclosure_btm{ margin: 0 0 2px 0; overflow: hidden; padding-top: 10px; }
.next_page{ 
	overflow: hidden; 
	padding:25px 0 0; 
	margin-bottom: 0;
	border-top:1px dashed #D5D5D5; }
.next_page img{ display: inline-block; }
.next_page .left{ width: 50%; }
.next_page .left img{ margin-right: 10px; margin-top: -4px;}
.next_page .right { max-width: 50%; }
.next_page .right img{ margin-left: 10px; margin-top: -4px;}

.enclosure_btm h3{ color:#444;
 font-size: 14px; 
 margin:0;
float:left;
width: 13%;}
.enclosure_btm h3 img{ display:inline-block; }
.enclosure_btm ul{float:left;
width: 87%;}
.enclosure_btm ul li{ margin: 8px 0; 
 padding-left:10px;}
.enclosure_btm ul li a{ color:#2459BC; font-size: 14px; text-decoration:underline; }
.enclosure_btm ul li a:hover{ color:#444; }

@media (min-width: 767px) {
	#xlmain .textxl img {max-width: 100%;}
}
@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
	.enclosure_btm h3{ width: 16%;}
	.enclosure_btm ul{ width: 84%; }
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
	.share_sy .col-sm-5{ width:100%; margin-bottom: 5px;}
	#xlmain .qtinfo{  text-align: center; }
	.share_sy .col-sm-7{ width:100%;text-align: center; }
	.font_txtbh{ float: none; }
	.enclosure_btm h3{ width: 25%;}
	.enclosure_btm ul{ width: 75%; }
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 22px;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
	.font_txtbh{ margin-bottom: 5px; }
	.share{text-align: center;
    width: 140px;
    float: none;
    margin: 0 auto;}
    .enclosure_btm h3{ width: 100%;}
	.enclosure_btm ul{ width: 100%; }
}

#xlmain .xgplayer{ width: 800px!important; height:450px!important; } 
@media screen and (max-width: 767px){
  #xlmain .xgplayer{ width: 100%!important; height:180px!important;}
}

.rcxl {overflow: hidden;}
.rcxl ol, .rcxl li {list-style-type: decimal;}
.rcxl ol {padding-left: 17px;}
.rcxl li {margin-bottom: 12px;line-height: 21px;}
.rcxl p {margin: 0 0 6px 0 !important;}




/*-----------------ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡---------------------*/
.graphiclist {overflow: hidden;}
.graphiclist li{margin-bottom: 8px; display: block; overflow: hidden; }
.graphiclist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.graphiclist li h2 { font-size:18px; 
	margin:0 0 10px 0; 
	font-weight: 700;
color:#2459BC;}
.graphiclist .news-img img{ 
	/* border:#e4e4e4 solid 1px; */
}
.graphiclist .news-txt p { line-height: 22px; 
	font-size: 14px; 
	margin:0 0 10px; color:#444;}
.graphiclist .news-txt span{ font-size: 12px; color:#888; }
.graphiclist .news-txt i { font-family: Arial;font-size: 14px; margin: 4px 0 0 0; color:#106ece; display:block;text-align: right;padding: 0 5px 0 0;font-style: normal;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; 
	font-size:12px; text-decoration:underline; 
	font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#15549a;}
.graphiclist .learn_more{ font-size: 14px; color:#2561ad; display: inline-block;}
.graphiclist .learn_more:hover{ color:#0d80e8; }
.graphiclist .learn_more img{ float: right;    margin: 2.5px 0 0 5px; }

.graphiclist .news-txt a:hover h2{ color:#444;  }
.graphiclist .news-txt a:hover p,
.graphiclist .news-txt a:hover span{ color:#2459BC; }
hr.picexttx{ border-top: 1px dashed #dadada; margin: 52px 0 45px 0;}

.current_leaders{ margin-bottom: 45px; }
.current_leaders li h2{ font-size: 16px; 
	color:#444444;
font-weight: 700;
margin: 10px 0 15px;}

.current_leaders li h2 b{ color:#3C61C2; 
	font-size: 30px; 
	margin-right: 30px;}
.current_leaders .news-txt span{ font-size: 15px; color: #444; }
.current_leaders li span img{ display:inline-block; margin-right: 12px; } 





@media (min-width: 768px) {
	.graphiclist .news-txt p{ line-height: 22px; height: 44px;
	 font-size: 14px; overflow:hidden;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
	.graphiclist .news-img img{ width: 187px; height: 125px;}
	.graphiclist .news-img{ margin-right: 20px;}
	.graphiclist li{margin-bottom: 0;padding: 25px 0 0; 
		display: block; overflow: hidden; }
	.graphiclist li h2 { 
		/* overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; */
		line-height: 26px;
		max-height: 52px;
}

.current_leaders li .news-txt p{ 
	margin-bottom: 30px; 
	font-size: 15px; 
	line-height: 2; 
	height:88px ;}
.current_leaders .news-img{ margin-right: 25px;}
.current_leaders .news-img img{ width: 167px; height: 230px;}

}

@media screen and (min-width:768px) and (max-width:991px){
  .graphiclist .news-txt p{-webkit-line-clamp: 2; height: 44px;}
  .current_leaders li .news-txt p{ height: 66px; }
}



.picture_lists{ margin-bottom: 35px; }

@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.graphiclist li{  }
	.graphiclist .news-img img{ width: 173px; height: 101px;}
	.graphiclist .news-txt p {  }
	.graphiclist li h2 a { height: 20px; }
	.graphiclist .learn_more{ float: right; }

	.current_leaders .news-img img{ width: 140px; height: 192px;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 112px; height:75px;}
	.graphiclist li{padding: 25px 0 0;
    display: block;
    overflow: hidden;}
	.graphiclist li h2 a {height: auto;
    	white-space: normal;
		line-height: 28px;
		line-height: 22px;}
	.current_leaders li h2 b{ font-size: 20px; margin-right: 20px; }
	.current_leaders .news-img img{ width: 120px; height: 165.5px;}

}

.publication {overflow: hidden;}
.publication li{margin-bottom: 8px; display: block; overflow: hidden; }
.publication li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.publication li h2 { font-size:16px;color: #ffffff;line-height:22px; margin:0 0 8px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;font-weight: 700;}
.publication li h2 a { color:#383838;font-family: \5FAE\8F6F\96C5\9ED1;}
.publication li h2 a:hover { color:#004ea2; text-decoration:none;}
.publication .news-img { border:#e3e3e3 solid 1px;}
.publication .news-img img{ max-width: 107px; padding: 3px;}
.publication .news-txt p { line-height: 20px; font-size: 13px; margin: 0px; color:#949494;}
.publication .news-txt i { font-size: 12px; margin: 4px 0 0 0; color:#009cd1; display:block;font-style: normal;text-align: right;}
.publication .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.publication .news-txt p a:hover { color:#15549a;}
@media (min-width: 768px) {
	.publication .news-txt p{ line-height: 20px; height: auto; font-size: 13px;}
	.publication .news-img img{ width: 107px; height: 138px;}
	.publication .news-img{ margin-right: 15px;}
	.publication li{margin-bottom: 25px; display: block; overflow: hidden; }
}
@media (max-width: 991px) {
	.publication li{margin-bottom: 20px;}
}
@media (max-width: 767px) {
	.publication .news-img{ margin-bottom:2px;margin-right: 15px;}
	.publication li h2 {white-space:normal;overflow: inherit;}
	}

.zhuzuo {overflow: hidden;}
.zhuzuo li{margin-bottom: 8px; display: block; overflow: hidden; }
.zhuzuo li:nth-last-child(1) {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.zhuzuo li:nth-last-child(2) {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.zhuzuo li h2 { font-size:16px;color: #ffffff;line-height:22px; margin:0 0 8px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;font-weight: 700;}
.zhuzuo li h2 a { color:#383838;font-family: \5FAE\8F6F\96C5\9ED1;}
.zhuzuo li h2 a:hover { color:#004ea2; text-decoration:none;}
.zhuzuo .news-img { border:#e3e3e3 solid 1px;}
.zhuzuo .news-img img{ max-width: 107px; padding: 3px;}
.zhuzuo .news-txt p { line-height: 20px; font-size: 13px; margin: 0px; color:#949494;}
.zhuzuo .news-txt i { font-size: 12px; margin: 4px 0 0 0; color:#009cd1; display:block;font-style: normal;text-align: right;}
.zhuzuo .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.zhuzuo .news-txt p a:hover { color:#15549a;}
@media (min-width: 768px) {
	.zhuzuo .news-txt p{ line-height: 20px; height: auto; font-size: 13px;}
	.zhuzuo .news-img img{ width: 107px; height: 138px;}
	.zhuzuo .news-img{ margin-right: 15px;}
	.zhuzuo li{margin-bottom: 25px; display: block; overflow: hidden; }
}
@media (max-width: 991px) {
	.zhuzuo li{margin-bottom: 20px;}
}
@media (max-width: 767px) {
	.zhuzuo .news-img{ margin-bottom:2px;margin-right: 15px;}
	.zhuzuo li h2 {white-space:normal;overflow: inherit;}
	}

.new-graphic { margin-top: 10px;padding: 0 2px;}
.new-graphic li {margin-bottom: 30px;}
.new-graphic li .boxstyle {overflow: hidden;
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-bottom: 4px solid #00ccff;
}
.new-graphic li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphic li .boxstyle .txtinfo {margin: 15px;overflow: hidden;height: 146px;}
.new-graphic li .boxstyle .txtinfo h5 {font-size: 13px;color: #f7931e;margin: 0 0 8px 0;}
.new-graphic li .boxstyle .txtinfo h4 { color: #004ea2;font-size: 16px;font-weight: 700;margin: 0 0 8px 0;line-height: 20px;}
.new-graphic li .boxstyle .txtinfo h4 a { color: #004ea2;word-break:break-all;}
.new-graphic li .boxstyle .txtinfo h4 a:hover { color: #383838;}
.new-graphic li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphic li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}
@media (min-width: 768px) {
	.new-graphic li .boxstyle img {height: 127px;width: 100%;}
}
@media (max-width: 1199px) {
	.new-graphic li .boxstyle img {height: 102px;width: 100%;}
	.new-graphic li .boxstyle .txtinfo {height: 170px;}
}
@media (max-width: 991px) {
	.new-graphic li .boxstyle img {height: 100px;width: 100%;}
}
@media (max-width: 767px) {
	.new-graphic li .boxstyle img {height: auto;width: 100%;}
	.new-graphic li .boxstyle .txtinfo {height: auto;}
	.new-graphic li .boxstyle .txtinfo h4 {font-size: 15px;line-height: 22px;}
	.new-graphic li .boxstyle .txtinfo p {font-size: 13px;line-height: 20px;}
}

.staff { margin-top: 10px;padding: 0 2px;}
.staff .col-md-2 {padding-right: 10px;padding-left: 10px;}
.staff li {margin-bottom: 22px;}
.staff li .boxstyle {
	overflow: hidden;
  /*-ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-bottom: 4px solid #ececec;*/
}
.staff li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.staff li .boxstyle .txtinfo {margin: 10px 6px 2px;overflow: hidden;}
.staff li .boxstyle .txtinfo h5 {font-size: 13px;color: #f7931e;margin: 0 0 8px 0;}
.staff li .boxstyle .txtinfo h4 { color: #0453b0;font-size: 16px;font-weight: 500;margin: 0 0 3px 0;line-height: 20px; text-align: center;}
.staff li .boxstyle .txtinfo h4 a { color: #383838;word-break:break-all;}
.staff li .boxstyle .txtinfo h4 a:hover { color: #0453b0;}
.staff li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 3px 0;word-break: break-all;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
.staff li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}
@media (min-width: 768px) {
	.staff li .boxstyle img {height: 160px;width: 120px;}
}
@media (max-width: 1199px) {
	.staff li .boxstyle img {height: 130px;width: 96px;}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.staff li .boxstyle img {height: 160px;width: 120px;}
	.staff .col-md-2 {padding-right: 15px;padding-left: 15px;}
}
@media (max-width: 320px) {
	.staff li .boxstyle img {height: 160px;width: 120px;}
}

.isPc {margin-top: -20px;}
.isPc .Pt3{padding:20px 0; border-bottom: 3px solid #f3f9fe;}
.isPc .Pt3 b{color:red; font-weight:normal;}
.isPc .Pt3:hover{background:#f7fcff;}
.isPc .p3{float:left; margin-right:25px;}
.isPc .p3 img {width: 226px;height: 100%;}
.isPc .t3 h3{ font-size:16px; line-height:20px; font-weight:600; margin: 0 0 10px 0;}
.isPc .t3 h3 a{color:#383838;}
.isPc .t3 h3 a:hover {color:#004ea2;}
.isPc .Pt3 span{ display:block; margin-bottom:2px; font-size:13px; color:#30b9de;}
.isPc .t3 p{ font-size:13px; line-height:22px; color:#7d7d7d;margin: 0;}
@media (max-width: 1199px) {
	.isPc .p3 img {width: 200px;}
	.isPc .p3{margin-right:15px;}
}
@media (max-width: 991px) {
	.isPc .p3 img {width: 158px;}
}
@media (max-width: 767px) {
	.isPc .p3 img {width: 126px;}
}


/*---------------ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨---------------------*/
.new-graphics { margin-top: 25px; }
/*.new-graphics .row {margin-right: -11px;margin-left: -11px;}
.new-graphics .col-md-4 {padding-right: 11px;padding-left: 11px;}*/
.new-graphics > ul{ margin-bottom: 20px; }
.new-graphics li {margin-bottom: 20px;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle img {height: 220px;width: 100%;}
.gybs_centpic li .boxstyle img {height: 180px;width: 100%;}
.new-graphics li .boxstyle .txtinfo {margin: 8px 2px 0 2px;
	overflow: hidden;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 14px;
	color: #999999;margin: 0 0 3px 0;
	font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #374C7B;
	font-size: 16px;line-height: 21px;font-weight: 500;
	margin: 0 0 8px 0;}
.new-graphics li .boxstyle .txtinfo h4 a { color: #444;
	border: 0;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display:block;
height: 22px;
/*! autoprefixer: off */
/* autoprefixer: on */}
.new-graphics li .boxstyle .txtinfo h4 a:hover { color: #D0021B;}
.new-graphics li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphics li .boxstyle .txtinfo span {
	font-size: 13px;color: #808080;line-height: 22px;}
.gybs_centpic li .boxstyle .txtinfo h4{ margin-top: 5px;
  font-size: 17px; font-weight: 700; margin-bottom: 2px; }
.gybs_centpic li .boxstyle .txtinfo span{ font-size: 15px; }


@media (min-width: 768px) {
	.new-graphics li .boxstyle .txtinfo span{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap; 
		display: block;
	}
}


/* mohu*/
.boxstyle .box-s {
  overflow: hidden;
  position: relative;
  height: 240px;
  background-image: -webkit-linear-gradient(#F5F5F2, #ECECE6);
  background-image: -o-linear-gradient(#F5F5F2, #ECECE6);
  background-image: linear-gradient(#F5F5F2, #ECECE6);
}

.boxstyle .box-s img {
  display: block;
  width: 100%;
}

.boxstyle .box-s .img-bg {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(10px);
  margin-top: 0;
  top: 0;
  transform: none;
  max-width: 200%;
}

.boxstyle .box-s .img-a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.boxstyle .box-s .img-a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s;
  object-fit: contain;
}

.boxstyle .box-s:hover .img-a img {
  transform: translate(-50%, -50%) scale(1.1);
}





/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¥Ã‹â€ Ã‚Â¶ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¥Ã‚ÂºÃ‚Â¦*/
/*.sswhy_li li .boxstyle img{ height:auto;}*/
.sswhy_li li .boxstyle .txtinfo{ text-align:center;}

@media (max-width: 1399px) {
  .gybs_centpic li .boxstyle img {height: 148px;}
}
@media (max-width: 1299px) {
  .gybs_centpic li .boxstyle img {height: 133px;}
}
@media (max-width: 1199px) {
	.new-graphics li .boxstyle img {height:150px;}
  .gybs_centpic li .boxstyle img {height: 115px;}
	/*.sswhy_li li .boxstyle img{ height:auto;}*/
}
@media (max-width: 1099px) {
	
}
@media (max-width: 991px) {
	.new-graphics li .boxstyle img {height: 155px;}
  .gybs_centpic li .boxstyle img {height: 185px;}
	/*.sswhy_li li .boxstyle img{ height:auto;}*/
}
@media (max-width: 767px) {
	.new-graphics li .boxstyle img {height: auto;}
	.new-graphics li .boxstyle .txtinfo {height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 { font-size: 16px;line-height: 22px;}
	.new-graphics li .boxstyle .txtinfo h4 a {-webkit-line-clamp: inherit;}
}




/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â„¢ÃƒÂ¨Ã‚Â¿Ã¢â‚¬Â¡ÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¥Ã‚Â¤Ã‚Â§*/
.img_hovbig{
	display: block;
  overflow: hidden;
}
.img_hovbig img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.img_hovbig:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}



/*Page*/
#pages {
    width:100%; font-size: 14px; text-align:center; clear:both; 
    border-top: dotted 0px #cccccc; 
	overflow: hidden; padding-top: 0px; margin: 0 0 6px;
}
#pages span{padding:8px 16px; display: inline-block;}
#pages A {
    background: #EAF1FF; 
    color: #333; 
	text-decoration:none;
    border: #efefef 1px solid; 
    display: inline-block; 
	padding:8px 16px;
  line-height: normal;
  height: auto;
}
#pagenav_nextgroup{background:none;}
#pages .nolink{ padding:8px 16px; background:none;}
#pages a:hover {padding: 8px 16px;
    border: #D0021B 1px solid; background: #D0021B;  color: #fff;
    line-height: normal;
    height: auto;
}
#pages A.curr {
    border: #D0021B 1px solid; background: #D0021B;  color: #fff;
}
#pages A.curr:visited {
    border: #D0021B 1px solid; background: #D0021B;  color: #fff;
}
#pages .curr{
	background: #D0021B;
  color: #fff;
	border:1px solid #D0021B;
  line-height: normal;
  height: auto;
}

@media screen and (max-width: 767px){
	#pages{ display:none; }
	#pages A { padding:3px 10px; font-size: 13px; }
	#pages .nolink{ padding:3px 10px; }
}
@media screen and (max-width: 320px){
	#pages A { padding:2px 8px; font-size: 12px; }
	#pages .nolink{ padding:2px 8px; }
}



/* Ã¦Å â€¢Ã§Â¥Â¨Ã¦Å“â€°Ã¥â€¦Â³Ã¤Â»Â£Ã§Â Â */
.tp-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tp-top-ewm {
  float: right;
  margin-top: 15px;
}

.tp-top-ewm .ewm-btn {
  float: left;
  color: #FFF;
  margin-right: 20px;
  cursor: pointer;
}

.tp-top-ewm .ewm-box {
  float: left;
  background: #fff;
  text-align: center;
}

.tp-top-ewm .ewm-box .img-box {
  width: 80px;
  margin: 0 auto;
}
.ewm-tip{font-size:13px;}


.ty_ewm{ position: relative; }
.ty_ewm img{ position: absolute;right: 0;
    width: 80px; }
.ty_guize{  }
.ty_guize p{font-size: 18px; line-height: 34px; margin-bottom: 0; text-indent: 2em;}
.ty_guize p span{ font-weight:700; color:#CB1D0A;}

.ty_title{ position: relative; }
.ky_tpsearch{
  float:right;
  position: absolute;
  right: 0;
  top: -42px;
}
/* second level menu */
.ky_tpsearch .dropdown-menu {
    min-width: 188px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  background:#9e0001;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  z-index: 101;
  border: 0px;
}

/* second level menu items */
.ky_tpsearch .dropdown-menu > li > a {
  padding: 15px 20px;
  font-size: 17px;
  font-weight:700;
  color: #fff;
  /* border-bottom: 1px solid #0f6abb; */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

/* second level menu items on focus/hover and when opened */
.ky_tpsearch .dropdown-menu > li > a:hover,
.ky_tpsearch .dropdown-menu > li > a:focus,
.ky_tpsearch .nav .open > a,
.ky_tpsearch .nav .open > a:hover,
.ky_tpsearch .nav .open > a:focus,
.ky_tpsearch .dropdown-menu > .active > a,
.ky_tpsearch .dropdown-menu > .active > a:hover,
.ky_tpsearch .dropdown-menu > .active > a:focus,
.ky_tpsearch .dropdown-menu .menu > .active > a,
.ky_tpsearch .dropdown-menu .menu > .active > a:hover,
.ky_tpsearch .dropdown-menu .menu > .active > a:focus {
  background-color: #dc3d3e;
  color: #fff;
  border-color: transparent;
}

/* third level menu */
.ky_tpsearch .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100% !important;
  padding-top: 0;
  margin-left: 0px;
  border-left: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
  /* border-top: 1px solid #0f5092; */
}

.ky_tpsearch .btn-default{
  border:1px solid #374C7B;
  background:#fff;
  color:#333!important;
  height:36px;
  font-size:14px;
  outline:none;
}
.ky_tpsearch .btn-default:hover,
.ky_tpsearch .btn-default:focus,
.ky_tpsearch .btn-default:active,
.ky_tpsearch .btn-default.active,
.ky_tpsearch .open .dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #9e0001;
    border-color: #9e0001;
}
.ky_tpsearch .btn-default:active:hover,
.ky_tpsearch .btn-default.active:hover,
.ky_tpsearch .open > .dropdown-toggle.btn-default:hover,
.ky_tpsearch .btn-default:active:focus,
.ky_tpsearch .btn-default.active:focus,
.ky_tpsearch .open > .dropdown-toggle.btn-default:focus,
.ky_tpsearch .btn-default:active.focus,
.ky_tpsearch .btn-default.active.focus,
.ky_tpsearch .open > .dropdown-toggle.btn-default.focus{
  background-color: #9e0001;
    border-color: #9e0001;
}
.ky_tpsearch .bootstrap-select.btn-group .no-results{
  white-space: normal;
  word-break:break-all;
}
/*.ky_tpsearch .bootstrap-select.btn-group .dropdown-menu{ padding-bottom:6px;}*/
.ky_tpsearch .dropdown-menu>li>a{
  padding:10px;
  font-size:14px;
  font-weight:normal;
  white-space: normal;
  word-break:break-all;}
.ky_tpsearch .bootstrap-select.btn-group ul.dropdown-menu.inner{ height:380px!important;}
.ky_tpsearch .bootstrap-select.btn-group .dropdown-menu{top: 100%; bottom: auto;}
.ky_tpsearch .dropdown-menu{ z-index:1000;}
.ky_tpsearch .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 325px;
}
.ky_tpsearch .bootstrap-select.btn-group .dropdown-menu li a{ 
  padding-left: 15px!important; }

.ky_tpsearch input[type="text"] {
  outline: none;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  padding:0 15px;
  font-size: 16px;
  line-height:36px;
  height: 36px;}
.ky_tpsearch input[type="submit"] {
  background: url(nxy2021_tp04.png) no-repeat  center;
  border: none;
  cursor: pointer;
  height: 60px;
  width: 100%;
  outline: none;
}
.sbtnbg{
  float:left;
  width: 27%;
  height:60px;
  outline: none;
    background: url(nxy2021_tp06.png) repeat-x;
}
.ky_tpzw .ky_jcban{
  overflow: hidden;
}
.ky_jcban li font{
  width: 100%;
  display:block;
  margin-top: 4px;
  cursor: pointer;
}
.ky_jcban li font em{
  font-style: normal;
  font-style: 14px;
  color:#EE4D61;
  font-weight: 500;
 }
.ky_jcban li font input{
  width: 20px;
  height: 20px;
  float:right;
  margin-top: 0;
}
.ky_jcban li font input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  outline: none;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  outline: none;
  background:url(nxy2021_tp01.png) no-repeat;
}

.ky_jcban li font input[type="checkbox"]:checked {
  background:url(nxy2021_tp02.png) no-repeat;
  outline: none;
}

.top_bgpc{ display: block; }
.top_bgmob{ display: none; }
@media (max-width: 1299px){
  .ky_tpsearch .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 225px;}
}

@media (max-width: 1199px){
  .ky_tpsearch{ margin-right: 0; }
  .sbtnbg{ width: 32%; }
  .ky_tpsearch .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){ width:100%;}
  .ky_tpsearch input[type="submit"]{ background-size: auto; }

}
@media (max-width: 991px){
  .ky_tpcent .column_l{ font-size: 24px; padding-left: 18px; margin-top: 0; }
  .ky_tpsearch{ height: 40px; }
  .sbtnbg{ height: 40px; }
  .ky_tpsearch input[type="text"]{ margin: 0; }
  .ky_tpsearch input[type="submit"]{ height: 40px; background-size: 80%; }
  .ky_tpcent .column{ margin-bottom: 60px; }
  .ky_tpsearch{
  width: 100%;
    position: static;
    margin-bottom: 20px;
    height: 42px;
    left: 0;
    padding: 0 15px;
    box-sizing: border-box;}
  
}
@media (max-width: 767px){
  .tp-top-ewm .ewm-box{ display: none; }
  .ty_guize{ padding-left: 15px; margin-bottom: 15px; }
  .ty_ewm{ display:none; }
  

  .ky_tpsearch .bootstrap-select.btn-group ul.dropdown-menu.inner{ height:auto!important;}
  .top_bgpc{ display: none; }
.top_bgmob{ display: block; }

}
@media (max-width: 600px) {

}
@media (max-width: 500px) {

}
@media (max-width: 450px) {

}
@media (max-width: 380px) {
  .ky_tpcent .column_l{ font-size: 21px }
  .ky_tpcent .column_l span{ height: 36px; }
}
@media (max-width: 320px) {
  .ky_tpcent .column_l{ font-size: 18px }
}

/* topu xuanfukuang */
.refer{color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0; position: static; bottom: 0; width: 100%;
  z-index:9999;
  /* background: rgba(0,0,0,0.7);
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2000000,endcolorstr=#B2000000) */
}
.refer .contwidth{
  background:url(nxy2021_tp08.png); overflow:hidden;
  padding: 15px 0;
}
.refer label{display: block;  font-size: 16px; color:#D31E43; margin-bottom: 15px;}
.refer .ky_tptxt{
  margin: 0 0 15px;
}
.refer .refer-txt{width: 100px; height:32px; background:#fff; border:0;
  line-height:32px; font-size:16px; padding:0 5px;
border:1px solid #D31E43; outline: none;}
.refer .refer-img{vertical-align:top; margin:0 15px; display:inline-block;}
.refer .refer-sub{background:#D0021B; padding: 8px 25px;
 border:0; margin:15px auto 15px; color:#fff; font-size:20px; display:block; font-weight:bold;
border-radius: 4px;}

.refer .refer-sub:hover{
  background:#e6142d;
  }
.refer .refer-sub img{width: 23px; display:inline-block; margin-right: 18px; }
#_logo_btn{ margin-left: 10px; }

@media screen and (min-device-width: 1024px) {
  .refer .refer-sub img{width: 23px;}
}

@media (max-width: 767px) {
  .refer .contwidth{ padding: 20px 0 10px; }
  .tp-top-ewm{ margin-top: 22px; margin-right: 15px; font-size: 14px;}
  .tp-top-ewm .ewm-btn{ margin-right: 0; }
  #_logo_btn{ margin-left: 6px; }
}
@media screen and (min-width:300px) and (max-width: 767px) {
  .refer .refer-txt, .refer .refer-img{height:24px;}
  .refer .refer-sub{font-size:18px; font-size: 1.5rem;}
  .refer .refer-sub img{width: 20px;}

}
