/*å¤´éƒ¨å¼€å§‹********************************************************************************************/
@charset "utf-8";

/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
#verifyBrowser {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #ffe266;
  border-bottom: 1px solid #f5e29d;
  border-top: 1px solid #f5e29d;
  text-align: center;
  font-size: 14px;
  color: #444;
  display: none;
  z-index: 999;
}

#verifyBrowser .close {
  display: block;
  width: 20px;
  height: 20px;
  color: #c29417;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

html,
body {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei, Arial, SimSun, Tahoma, Geneva, sans-serif;
  background: #fff;
  color: #333333;
  margin: 0;
  padding: 0;
}

/* slideé»˜è®¤css */
.slideBox .bd {
  overflow: hidden;
}

/*å¯¼èˆªç‚¹æ ·å¼*/
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 12px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
}

.slideBox .hd ul li {
  float: left;
  margin: 0 2px;
  width: 8px;
  height: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slideBox .hd ul li.on {
  background: #4387dd;
}

/* ä¸‹é¢æ˜¯å‰/åŽæŒ‰é’®ä»£ç ï¼Œå¦‚æžœä¸éœ€è¦åˆ é™¤å³å¯ */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 40px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-size: 100% 100% !important;
}

.slideBox .prev {
  left: 10px;
  background: url(arrows_left.png) no-repeat center center;
}

.slideBox .next {
  right: 10px;
  background: url(arrows_right.png) no-repeat center center;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

/*é¡¶éƒ¨----------------------------------------------*/
.top_logo {
  position: relative;
}

.top_logo .header_top {
  background: #f8f8f8;
  line-height: 36px;
  height: 36px;
  background: #fff;
}

.top_logo .tips {}

.top_logo .tips .top_icon_list0 li {
  float: left;
}

.top_logo .tips .top_icon_list0 li a {
  margin: 0 15px;
}

.top_logo .tips .top_icon_list {
  margin-right: 20px;
}

.top_logo .tips .top_icon_list li {
  float: left;
  position: relative;

}

.top_logo .tips .top_icon_list li img {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;

}

.top_logo .tips .top_icon_list li a {
  width: 40px;
  height: 36px;
  float: left;
  background: url(top_icon1.png) no-repeat center center;
}

.top_logo .tips .top_icon_list li.li2 a {
  background: url(top_icon2.png) no-repeat center center;
}

.top_logo .tips .top_icon_list li.li3 a {
  background: url(top_icon3.png) no-repeat center center;
}

.top_logo .tips .top_icon_list li:hover a {
  background: url(top_icon11.png) no-repeat center center;
}

.top_logo .tips .top_icon_list li.li2:hover a {
  background: url(top_icon22.png) no-repeat center center;
}

.top_logo .tips .top_icon_list li.li3:hover a {
  background: url(top_icon33.png) no-repeat center center;
}

.top_logo .tips .top_icon_list li i {
  float: left;
}

.top_logo .tips .top_icon_list li:hover img {
  display: block;
}

.top_logo .header_bot {
  background: url(top_bg.jpg) no-repeat top center;
  padding: 45px 0 30px;
}

.top_logo .header_bot .logo {
  margin-left: 15px;
}

.top_logo .header_bot .logo .top {
  margin: 0 0 5px;
}

.top_logo .header_bot .logo .cn_logo_name {
  margin-right: 15px;
}



/*æœç´¢æ¡†â€”-------------------------------------*/
input::-webkit-input-placeholder {
  Â Â Â Â color: #999999;
}

input::-moz-placeholder {
  Â Â Â Â color: #999999;
}

input:-ms-input-placeholder {
  Â Â Â Â color: #999999;
}

.top_logo .search_box {
  margin: 28px 0 0 156px;
  position: relative;
  display: inline-block;
}

.top_logo .search_box .search {
  background: #fff;
  padding: 10px 65px 10px 18px;
  width: 380px;
  border: 1px solid #29a8f0;
}

.top_logo .search_box .search_btn {
  position: absolute;
  top: 0;
  right: 0px;
  width: 65px;
  height: 100%;
  border: none;
  background: url(search_icon.png) no-repeat center center;
}


/*å¯¼èˆªæ¡-----------------------------------*/
.top_nav .w {
  width: 960px;
  padding: 0 120px;
  margin: 0 auto;
  background: url(nav_bg.png) no-repeat 100% 100%;
}

.top_nav .nav_list {
  color: #fff;
}

.top_nav .nav_list li {
  float: left;
  width: 12.5%;
  font-size: 0;
  position: relative;
}

.top_nav .nav_list li>a {
  font-size: 20px;
  line-height: 60px;
  width: 100%;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.top_nav .nav_list li:hover a,
.top_nav .nav_list li.on>a {
  background: url(nav_one_bg.png) no-repeat center center;
  font-weight: 700;
}





/*å†…å®¹åŒº----------------------------*/
.viewport {
  padding: 20px 0 40px;
}

.viewport_con {}

/*å†…å®¹åŒºå…¬å…±æ ·å¼*/
.sec {}

.sec1 .news_left_img {
  width: 530px;
  height: 385px;
}

/*é¦–é¡µå·¦ä¾§è½®æ’­å›¾*/
.slideBox_new {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slideBox_new .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox_new_ul {
  width: 100%;
  height: 100%;
}

.slideBox_new_ul li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  font-size: 0;
}

.slideBox_new_ul li a {
  width: 100%;
  height: 100%;
}

.slideBox_new_ul li .img_con {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover !important;
}

.slideBox_new_ul li .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 200px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
}

.slideBox.slideBox_new .hd ul li {
  margin: 0 4px;
  background: #fff;
}

.slideBox.slideBox_new .hd ul li.on {
  background: #2d70dc;
}

.slideBox.slideBox_new .hd {
  bottom: 17px;
}

.sec1 .news_right_item {
  width: 650px;
  height: 394px;

}

/*tab å¯¼èˆªåˆ‡æ¢æ ‡é¢˜æ ·å¼*/
/*é¦–é¡µåˆ‡æ¢å¯¼èˆª*/
.news_menu1 {
  position: relative;
  margin-bottom: 15px;
}

.news_menu1 a {
  width: 155px;
  text-align: center;
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 55px;
  margin-right: 10px;
  background: #e9e9e9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.news_menu1 a[data-class="ov4"] {
  margin-right: 0;
}

.news_menu1 a.on {
  background: url(new_menu_bg.png) no-repeat bottom center;
  color: #fff;
}

.news_detail .news_list_con {
  display: none;
}

.news_detail .news_list_con.active {
  display: block;
}

/*é»˜è®¤æ–°é—»åˆ—è¡¨*/
.news_list {}

.news_list li {
  font-size: 0;
  position: relative;
  padding: 0 10px;
}

.news_list li a {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  padding-right: 95px;
}

.news_list li .dot {
  width: 6px;
  height: 6px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -3px;
  left: 10px;
  position: absolute;
}

.news_list li .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 14px;
}

.news_list li:hover a,
.news_list li:hover .time {
  color: #2aa8f0;
}

.news_list li:hover a .dot {
  background: #2aa8f0;
}


.sec2 {
  padding: 20px 0;
}

.sec2 .news_left_item {
  width: 740px;
}

.news_menu2 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;

}

.news_menu2:before {
  width: 5px;
  height: 20px;
  background: #29a8f0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.news_menu2 a {
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 40px;
}

.news_menu2 a.on {
  color: #29a8f0;
}

.news_list3.news_list li {
  padding: 0;
}


.sec2 .sec2_right {
  width: 430px;
}


.line_title {
  line-height: 20px;
  font-size: 20px;
  position: relative;
  margin: 0 0 20px;
  font-weight: 700;
  padding-left: 20px;
}

.line_title:before {
  width: 5px;
  height: 20px;
  background: #29a8f0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.zwgk_ul {}

.zwgk_ul li {
  width: 100%;
  background: #f1faff;
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.zwgk_ul li a {
  width: 100%;
  line-height: 40px;
  padding-left: 105px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zwgk_ul li span {
  width: 45px;
  line-height: 40px;
}

.zwgk_ul li span .img2 {
  display: none;
}

.zwgk_ul li:hover {
  background: #7fc2e8;
  color: #fff;
}

.zwgk_ul li:hover span .img1 {
  display: none;
}

.zwgk_ul li:hover span .img2 {
  display: block;
  position: relative;
  top: 4px;
}

.sec3 {
  margin-bottom: 30px;
}

.sec3 .zwfw_img,
.sec3 .zwfw_img img {
  width: 100%;
}

.zwfu_con {
  height: 198px;
  margin-top: 10px;
}

.zwfu_con .bd {
  width: 1200px;
  height: 100%;
  overflow: hidden;
}

.zwfu_list {
  margin-top: 10px;
}

.zwfu_list li {
  width: 24.16%;
  float: left;
  margin-right: 1.12%;
  height: 198px;
  background: #faecea;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zwfu_list li.li12,
.zwfu_list li.li8,
.zwfu_list li.li4 {
  /* margin-right: 0;*/
  background: #e9f4f3;
}

.zwfu_list li.li10,
.zwfu_list li.li6,
.zwfu_list li.li2 {
  background: #edfff0;
}

.zwfu_list li.li11,
.zwfu_list li.li7,
.zwfu_list li.li3 {
  background: #f6f2e4;
}

.zwfu_list li a {
  width: 100%;
}

.zwfu_list li span {
  width: 100%;
  text-align: center;
  height: 102px;
  padding: 25px 0 0;
}

.zwfu_list li span img {}

.zwfu_list li i {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #c2422b;
}

.zwfu_list li.li2 i {
  color: #489a57;
}

.zwfu_list li.li3 i {
  color: #d68064;
}

.zwfu_list li.li4 i {
  color: #5c9283;
}

.sec3 .line_title {
  margin-bottom: 20px;
}

.sec4 {
  margin-bottom: 30px;
}

.sec4 .sec4_left {
  width: 580px;
}

.sec4_list li.li1 img {
  width: 360px;
}

.sec4_list li.li2 img {
  width: 208px;
}


.sec4 .news_right_item {
  width: 594px;
}

.sec5_list {

  position: relative;
}

/* ä¸“é¢˜ä¸“æ  */
.picMarquee-left {
  overflow: hidden;
  position: relative;
  padding: 0 34px;
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sec5_list .hd {}

.sec5_list .hd .prev,
.sec5_list .hd .next {
  display: block;
  width: 34px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff url(left_prev.png) no-repeat center center;
}

.sec5_list .hd .next {
  left: auto;
  right: 0;
  background: #fff url(right_next.png) no-repeat center center;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-left .bd ul li {
  width: 275px;
  height: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px;
}

.picMarquee-left .bd ul li a {
  width: 100%;
  height: 100%;
}

.picMarquee-left .bd ul li img {
  width: 100%;
  height: 100%;
}


/*åº•éƒ¨*/
footer {
  background: #eee;
  color: #999999;
  padding: 20px 0;
  border-top: 10px solid #29a8f0;
}

.footer_top {
  text-align: center;
  margin-bottom: 35px;
}

.footer_top .seclect_con {
  width: 320px;
  display: inline-block;
  position: relative;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.footer_top .seclect_con2 {
  margin: 0 90px;
}

.footer_top select {
  width: 100%;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  padding: 9px 9px 9px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 20;
}

.footer_top .seclect_con:before {
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(arrow.jpg) no-repeat center center;
  width: 30px;
  height: 21px;
  margin-top: -11px;
  z-index: 10;
  display: block;
  content: "";
}

.footer_top .seclect_con:after {
  display: none;
}

.foot_nav {
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}

.foot_nav a {
  line-height: 30px;
  font-size: 16px;
  margin: 0 15px;
}

.foot_cen p {
  line-height: 32px;
  text-align: center;
}

.foot_cen p span {
  padding: 0 5px;
}

.gongbei_icon {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.foot_img a {
  position: absolute;
  bottom: 95px;
}

.foot_img .a1_img {
  left: 30px;
}

.foot_img .a1_img img {
  width: 110px;
  height: 55px;
}

.foot_img .a2_img {
  right: 30px;
}

.foot_img .a2_img img {
  width: 56px;
  height: 68px;
}

/*ä¿¡æ¯å‘å¸ƒ------------------------------------------------------------------------------------*/
.xxfb1 {
  margin-bottom: 20px;
}

.xxfb1 .video_con {
  width: 530px;
  height: 333px;
}

.xxfb1 .video_con video {
  width: 100%;
  height: 100%;
}

.xxfb1 .xxfb1_right {
  width: 635px;
}

.xxfb1 .line_title {
  margin-bottom: 12px;
}

.xxfb2 .line_title {
  margin-bottom: 20px;
}

.line_title a:hover {
  color: #29a8f0;
}

.xxfb2 .xxfb2_left {
  width: 570px;
}

.xxfb2 .xxfb2_right {
  width: 580px;
}

/*æ”¿åŠ¡å…¬å¼€------------------------------------------------------------------*/
.zwgk {}

.zwgk_left {
  width: 718px;
  font-size: 18px;
}

.zwgk_right {
  width: 434px;
}

.peo_top_list li {
  text-align: center;
  margin-bottom: 22px;
}

.peo_top_list li img {
  width: 100px;
  height: 132px;
}

.peo_top_list li p {
  line-height: 32px;
}

.peo_bot_list {
  text-align: center;
}

.peo_bot_list li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

.peo_bot_list li img {
  width: 100px;
  height: 132px;
}

.peo_bot_list li p {
  line-height: 32px;
}

.zwgk .bottom_list {
  margin-top: 20px;
}

.zwgk .bottom_list li {
  width: 18.9%;
  float: left;
  margin-right: 1.375%;
  color: #29a8f0;
  border: 1px solid #eaf7ff;
  background: #fff;
  height: 104px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.zwgk .bottom_list li a {
  width: 100%;
}

.zwgk .bottom_list li.li5 {
  margin-right: 0;
}

.zwgk .bottom_list li span {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  height: 50px;
}

.zwgk .bottom_list li p {
  text-align: center;
}

.zwgk .bottom_list li span .img2 {
  display: none;
}

.zwgk .bottom_list li:hover {
  background: #29a8f0;
  border: 1px solid #29a8f0;
  color: #fff;
}

.zwgk .bottom_list li:hover span .img1 {
  display: none;
}

.zwgk .bottom_list li:hover span .img2 {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.zwgk_right {
  padding-top: 20px;
}

.zwgk_right .top_list {}

.zwgk_right .top_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid #f7f7fc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 225px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.zwgk_right .top_list li.li3 {
  margin-right: 0;
}

.zwgk_right .top_list li a {
  width: 100%;
  text-align: center;
}

.zwgk_right .top_list li span {
  width: 100%;
  padding: 40px 0;
}

.zwgk_right .top_list li p {
  text-align: center;
  position: relative;
}

.zwgk_right .top_list li p:before {
  width: 33px;
  height: 3px;
  background: #29a8f0;
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -16px;
}

.zwgk_right .top_list li:hover {
  background: #f8fcff;
}

.zwgk_right .zcjd_img {
  padding: 25px 0 40px;
  width: 100%;
}

.zwgk_right .zcjd_img img {
  width: 100%;
}

.zwgk_right .zwgk_ul li:hover {
  background: #29a8f0;
}

.zwgk_right .line_title {
  margin-bottom: 25px;
}

.zwgk_right .zwgk_ul li a {
  line-height: 43px;
}

/*èµ°è¿›æ²³ä¸œ----------------------------------------------------------------------------------------------*/
.zjhd1 {
  background: url(zjhd_bg.jpg) no-repeat center center;
  background-size: 100% auto;
  padding-bottom: 30px;
}

.zjhd1 .video_con {
  width: 530px;
  height: 335px;

}

.zjhd1 .video_con video {
  width: 100%;
  height: 100%;
}

.zjhd1_right {
  width: 670px;
  padding: 0 10px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zjhd_title {
  font-size: 22px;
  line-height: 50px;
}

.zjhd_title a {
  position: relative;

}

.zjhd_title a:after {
  background: #2da8f0;
  width: 55px;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.zjhd1_right .zjhd_title {
  padding-left: 180px;
  margin-bottom: 30px;
}

.zjhd1_right .zjhd_title a {
  padding-right: 20px;
}

.zjhd1_right .zjhd_title i {
  position: relative;
  z-index: 10;
}

.zjhd1_right .zjhd_title a:after {
  bottom: 12px;
}

.zjhd_info {
  line-height: 36px;
  font-size: 16px;
}

.look_more {
  text-align: right;
  margin-top: 35px;
}

.look_more a {
  padding: 10px 5px 10px 10px;
  background: #3d94ff;
  color: #fff;
}

.look_more a img {
  position: relative;
  top: -2px;
}

.zjhd2 .zjhd2_list .zjhd_title {
  color: #fff;
  z-index: 10;
  margin-bottom: 15px;
}

.zjhd2_list li {
  width: 100%;
  margin-top: 40px;
}

.zjhd2_list li .left {
  width: 480px;
  padding: 12px 0 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.zjhd2_list li .left:before {
  background: #445281;
  width: 165px;
  height: 343px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.zjhd2_list li .left .img_con {
  position: relative;
  z-index: 10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
  width: 422px;
  height: 294px;
  overflow: hidden;

}

.zjhd2_list li .left .img_con img {
  width: 100%;
  height: 100%;
}

.zjhd2_list li .right {
  width: 695px;
  height: 294px;
  margin-top: 77px;
  background: #f9fbfd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

.zjhd2_list li.li2 .left,
.zjhd2_list li.li4 .left {
  float: right;
}

.zjhd2_list li.li2 .right,
.zjhd2_list li.li4 .right {
  float: left;
}

/*é¢åŒ…å±‘*/
.crumbs {
  line-height: 20px;
  font-size: 16px;
  margin: 10px 0 30px;
}

.crumbs a {
  display: inline;
}

/*æŠ•èµ„æ²³ä¸œ-------------------------------------------------------------------*/

.tzhd {
  background: url(05-tzhd_bg1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 37px 0 24px;
}

.tzhd_con {
  width: 940px;
  margin: 0 auto;
}

.tzhd_left {
  width: 418px;
  height: 308px;
  background: #fff url(05-tzhd_bg.jpg) no-repeat top center;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.tzhd_left .img_con {
  position: absolute;
  top: 57%;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: -96px;

}

.tzhd_left .img_con img {
  width: 129px;
  margin-bottom: 12px;
}

.tzhd_left .img_con p {
  line-height: 25px;
  color: #2b5c95;
  font-size: 18px;
}

.tzhd_right {
  width: 495px;

}

.tzhd_right li {
  width: 48.4%;
  margin-right: 3.2%;
  float: left;
  height: 148px;
  margin-bottom: 13px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  background: url(05-tzhd_img1.jpg) no-repeat center center;
  background-size: cover !important;
}

.tzhd_right li.li2 {
  background: url(05-tzhd_img2.jpg) no-repeat center center;
}

.tzhd_right li.li3 {
  background: url(05-tzhd_img3.jpg) no-repeat center center;
}

.tzhd_right li.li4 {
  background: url(05-tzhd_img4.jpg) no-repeat center center;
}

.tzhd_right li.li2,
.tzhd_right li.li4 {
  margin-right: 0;
}

.tzhd_right li p.name {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -18px;
  top: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}

.tzhd_right li p.name img {
  margin-right: 8px;
  position: relative;
  top: -7px;
}

/*æ”¿åŠ¡æœåŠ¡------------------------------------------------------------------------------------*/
.zwfw {}

.zwfw_left {
  width: 330px;
}

.zwfw_l_list {}

.zwfw_l_list li {
  width: 33.33%;
  float: left;
  text-align: center;
  margin-bottom: 35px;
}

.zwfw_l_list li a {
  width: 100%;
}

.zwfw_l_list li span {
  height: 78px;
}

.zwfw_l_list li p {
  text-align: center;
  font-size: 18px;
}

.zwfw_l_list li span .img2 {
  display: none;
}

.zwfw_l_list li:hover span .img1 {
  display: none;
}

.zwfw_l_list li:hover span .img2 {
  display: inline-block;
}

.zwfw_right {
  width: 820px;
  padding-top: 55px;
}

.zwfw_right_t {}

.zwfw_right_t .l_list {
  width: 580px;
}

.zwfw_right_t .l_list li {
  width: 32.4%;
  float: left;
  margin-right: 1.4%;
  border: 1px solid #f7f7fe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 127px;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 24px 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zwfw_right_t .l_list li.li5,
.zwfw_right_t .l_list li.li3 {
  margin-right: 0;
}

.zwfw_right_t .l_list li.li4,
.zwfw_right_t .l_list li.li5 {
  width: 49.3%;
}

.zwfw_right_t .l_list li a {
  width: 100%;
}

.zwfw_right_t .l_list li p {
  position: relative;
}

.zwfw_right_t .l_list li span {
  width: 100%;
  padding: 9px 0 0;
  text-align: right;
}


.zwfw_right_t .l_list li p:before {
  width: 33px;
  height: 3px;
  background: #29a8f0;
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 20px;
}

.zwfw_right_t .l_list li:hover {
  background: #e5f6ff;
}



.zwfw_right_t .bstj_img {
  width: 237px;
}

.zwfw_right_t .bstj_img img {
  width: 100%;
}


.zwfw_right_b {
  width: 100%;
  margin-top: 10px;
}

.zwfw_right_b img {
  width: 100%;
}

/*æ”¿æ°‘äº’åŠ¨----------------------------------------------------------*/

.zmhd {}

.zmhd_left {
  width: 360px;
}

.zmhd_l_list li {
  margin-bottom: 15px;
}

.zmhd_l_list li a,
.zmhd_l_list li a img {
  width: 100%;
}

.zmhd_right {
  width: 780px;
}

.zmhd_right .top {
  margin-bottom: 20px;
}

.zmhd_right .line_title {
  margin: 0 0 10px;
}

/*ä¸“é¢˜ä¸“æ ---------------------------------------------------------------------------------*/
.containner {
  padding: 22px 15px;
  border: 1px solid #dcdcdc;
}

.class_title {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.class_title a {
  color: #017cda;
  font-size: 18px;
  line-height: 19px;
  padding-left: 33px;
  position: relative;
  font-weight: 700;
}

.class_title a:before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 8px;
  top: 0;
  background: #017cda;
}

.news_img_list {}

.news_img_list li {
  float: left;
  width: 29.7%;
  margin: 0 1.81% 30px;
}

.news_img_list li a {
  width: 100%;
  border: 1px solid #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news_img_list li .img_con {
  padding: 8px;
}

.news_img_list li img {
  width: 100%;
  height: 156px;
}

.news_img_list li .name {
  background: #fbfbfb;
  border-top: 1px solid #f3f3f3;
  color: #666666;
  line-height: 40px;
  height: 40px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

/*é€šç”¨åˆ—è¡¨é¡µ-------------------------------------------------------*/

.containner2 {
  padding: 50px 20px 50px 50px;
}

/*å·¦ä¾§æ ç›®å¯¼èˆª*/
.left_menu {
  width: 300px;
}

.channel_title {
  text-align: center;
  line-height: 57px;
  height: 70px;
  width: 100%;
  font-weight: 700;
  background: url(left_nav_title_bg.png) no-repeat bottom center;
  background-size: 100% auto;
  font-size: 22px;
  color: #017cda;
  margin-bottom: 17px;
}

.left_menu .left_menu_ul li.list_item {
  font-size: 0;
  position: relative;
  margin-bottom: 2px;
}

.left_menu .left_menu_ul li.list_item>a {
  background: #f8f8f8;
  font-size: 18px;
  padding: 18px 15px 18px 110px;
  line-height: 24px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #3a81bb;
}

.left_menu .left_menu_ul li.list_item .toggle_i {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 8px;
  background: url(open.png) no-repeat center center;
}

.left_menu .left_menu_ul li.list_item .toggle_i.open {
  background: url(close_nav.png) no-repeat center center;
}

.left_menu .left_menu_ul .list_item_dl {
  display: none;
  background: #fff;
  border: 1px solid #abdcf9;
  padding: 10px
}

.left_menu .left_menu_ul .list_item_dl dd {
  font-size: 0;
}

.left_menu .left_menu_ul .list_item_dl dd a {
  font-size: 18px;
  padding: 18px 10px 18px 10px;
  text-align: center;
  line-height: 24px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*å¯¼èˆªé€‰ä¸­å½“å‰çŠ¶æ€*/
:root .left_menu .left_menu_ul li.list_item:hover>a,
:root .left_menu .left_menu_ul li.list_item.selected>a {
  background: -ms-linear-gradient(to right, #1381d3, #2da8f0);
  background: -webkit-linear-gradient(to right, #1381d3, #2da8f0);
  background: -o-linear-gradient(to right, #1381d3, #2da8f0);
  background: -moz-linear-gradient(to right, #1381d3, #2da8f0);
  background: linear-gradient(to right, #1381d3, #2da8f0);
  position: relative;
  color: #fff;
}

.left_menu .left_menu_ul li.list_item:hover>a,
.left_menu .left_menu_ul li.list_item.selected>a {
  background: #1381d3 \0;
  position: relative \0;
}

.left_menu .left_menu_ul li.list_item:hover>a:before,
.left_menu .left_menu_ul li.list_item.selected>a:before {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #2da8f0;
  content: "";
  display: block;
}

.left_menu .left_menu_ul li.list_item.selected i.toggle_i {
  background: url(close_nav.png) no-repeat center center;
}

.left_menu .left_menu_ul li.list_item.selected i.toggle_i.open {
  background: url(open.png) no-repeat center center;
}

.left_menu .left_menu_ul li.list_item.selected .list_item_dl {
  display: block;
}

.left_menu .left_menu_ul li.list_item.selected .list_item_dl dd:hover a,
.left_menu .left_menu_ul li.list_item.selected .list_item_dl dd.active a {
  color: #3a81bb;
  background: #e1edff;
}

.right_content {
  width: 810px;
}

.news_list2.news_list li {
  border-bottom: 1px dashed #dcdcdc;
  padding: 0;
}

.news_list2.news_list li a {
  line-height: 41px;
  height: 41px;
  padding-left: 25px;
  padding-right: 0;
}

.news_list2.news_list li .dot {
  left: 3px;
}

/*é€šç”¨åˆ—è¡¨2-----------------------------------------------------------------*/
.right_content2 {
  width: 760px;
}

.big_title {
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}

.news_menu3 {
  position: relative;
}

.news_menu3 a {
  float: left;
  margin-right: 45px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}

.news_menu3 a.on {
  color: #017cda;
}

.zf_info {
  border: 1px solid #dcdcdc;
  padding: 20px 30px;
  line-height: 44px;
  font-size: 16px;
}

.zf_info span {
  text-indent: initial;
}

/*é€šç”¨æ–‡ç« é¡µ-------------------------------------------------------------------------------*/
.containner3 {
  padding: 25px;
}

.content_page {}

.news_header {}

.news_header .news_title1 {
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
  text-align: center;
}

.news_header .news_title2 {
  font-size: 22px;
  line-height: 28px;
  padding: 20px 0;
  text-align: center;
}

.news_header .news_title3 {
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0;
  color: #666666;
  text-align: center;
}

.news_header .news_info {
  margin-top: 20px;
  line-height: 24px;
  text-align: center;
  padding: 6px 0;
  position: relative;
  background: #f3f3f3;
  color: #666666;
}

.news_header .news_info>span {
  margin: 0 25px;
}

.news_header .news_info .sm_big {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 40px;
}

.news_header .news_info .sm_big span {
  margin: 0 2px;
}

.news_header .news_info .sm_big span a {
  width: 24px;
  height: 24px;
  background-size: 100% 100% !important;
}

.news_header .news_info .sm_big span .smaller {
  background: url(sm.jpg) no-repeat center center;
}

.news_header .news_info .sm_big span .bigger {
  background: url(big.jpg) no-repeat center center;
}

.news_header .news_info .sm_big span .puter {
  background: url(dy.jpg) no-repeat center center;
}

.page_info {
  padding: 30px 0px 50px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
}

.page_info p {}

.page_info span {
  display: inline;
}

.page_info img {
  max-width: 100%;
}

/*åˆ†äº«é¡µé¢*/
.comment_header_content {
  margin: 20px 0 40px;
  background: #f0f0f0;
  padding: 0 20px;
  line-height: 40px;
}

.comment_share {
  float: left;
}

.comment_share .share {
  padding-left: 0;
  margin-top: 0;
}

.comment_share .share .gwds_more {
  background-position: center center;
  position: relative;
  top: 5px;
}

.dy {
  float: right;
  font-size: 16px;
}

/*é¢†å¯¼ä¿¡æ¯é¡µ------------------------------------------------------*/
.right_content3 {
  width: 850px;
}

.left_menu2 {
  width: 275px;
  margin-top: 30px;
}

.left_menu2 .left_menu_ul li.list_item {}

.left_menu2 .left_menu_ul li.list_item>a {
  padding-left: 20px;
  font-size: 16px;
  line-height: 46px;
  background: #f8fafc;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left_menu2 .left_menu_ul li.list_item>a span {
  width: 120px;
  font-weight: 700;
}

.left_menu2 .left_menu_ul li.list_item.selected:hover>a .left_menu2 .left_menu_ul li.list_item.selected>a {
  background: #29a8f0;
  color: #fff;
}

.left_menu2 .left_menu_ul li.list_item:hover>a {
  background: #f8fafc;
  color: #29a8f0;
}

.people_containner .class_title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}


.people_parts {}

.people_parts .part1 {
  padding: 20px 0 0;
  margin-bottom: 30px;
  text-align: center;
}

.people_parts .part1 .img_con {
  width: 158px;
  display: inline-block;
}

.people_parts .part1 img {
  width: 100%;
  margin-bottom: 25px;
}

.people_parts .part1 .text {
  font-size: 22px;
  color: #017cda;
  font-weight: 700;

}

.people_parts .part1 .text font,
.people_parts .part1 .text span {
  padding: 0 10px;
}

.people_parts .part2 {
  margin-bottom: 20px;
}

.people_title {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 700;
}

.people_title .title {
  font-size: 18px;
  color: #017cda;
  padding-bottom: 20px;

}

.people_parts .people_info {
  line-height: 40px;
  font-size: 16px;
  padding: 12px 20px;
}

.news_list4.news_list {
  padding-top: 15px;
}

.news_list4.news_list li {
  padding: 0;
}

.news_list4.news_list li a {
  padding-left: 24px;
}

/*xinç½‘ç«™åœ°å›¾------------------------------------------------------*/
.sitemap_con {
  position: relative;
  z-index: 100;
}

.site_item {
  margin-bottom: 20px;
}

.site_item .class_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.site_item .site_item_list {
  padding: 0 0 10px;
}

.site_item_list .list_item {
  position: relative;
  width: 18.6%;
  margin: 0 .7% 20px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site_item_list .list_item>a {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 5px 0;
  height: 50px;
  line-height: 24px;
  background: #f5f6f6;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.site_item_list .list_item>a.fz10 {
  font-size: 12px;
  line-height: 13px;
  padding: 10px 5px 0;
}

.site_item_list .list_item .toggle_i {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}


.list_item_hide {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  border: 1px solid #f5f6f6;
  z-index: 101;
}

.last_item .list_item_hide {
  top: auto;
  bottom: 100%;
}

.list_item_hide dd>a {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_item_hide dd>a:hover {
  color: #017cda;
}

.site_item_list .list_item.selected:hover .list_item_hide {
  display: block;
}

/*12-21æ–°å¢ž*/
.x_img1 {
  margin-top: 20px;
  float: left;
}

.x_img1 img {
  width: 100%;
}

.zwgk_right .top_list.top_list2 {
  margin-top: 20px;
  width: 434px;
  float: left;
  margin-left: 48px;
}

.zwgk_right .top_list.top_list2 li {
  width: 21%;
  margin-right: 4%;
  height: 110px;
}

.zwgk_right .top_list.top_list2 li.li2 {
  margin-right: 0;
}

.zwgk_right .top_list.top_list2 li span {
  padding: 15px 0;
}

.zwgk_right .top_list.top_list2 li i {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 1366px) {}

/*ç§»åŠ¨ç«¯*/
@media screen and (max-width: 900px) {
  html {
    font-size: 10px!important;
  }

  .wrap {
    margin: 0;
    width: 100%;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* text-align: center; */
  }

  .people_parts .part1 .text font,
  .people_parts .part1 .text span {
    padding: 0 5px;
  }

  .top_logo .header_bot {
    padding: 2.5rem 0 2rem;
    text-align: center;
  }

  .top_logo .header_bot .gh_icon {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .top_logo .header_bot .gh_icon img {
    width: 5rem;
  }

  .top_logo .header_bot .logo {
    /* margin-left: 0; */
  }

  .top_logo .header_bot .logo .top {
    text-align: center;
  }

  .top_logo .header_bot .logo .cn_logo_name img {
    width: 28rem;
  }

  .top_logo .header_bot .logo .cn_logo_name {
    margin-right: .5rem;
  }

  .top_logo .header_bot .logo .zheng_logo img {
    width: 3.5rem;
  }

  .top_logo .header_bot .logo .en_logo_name img {
    width: 100%;
  }

  .top_logo .search_box {
    margin: 2.5rem auto 0;
  }

  .top_logo .search_box .search {
    padding: 0.7rem 5rem 0.7rem 1.8rem;
    width: 25rem;
  }

  .top_nav .w {
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top_nav .nav_list {
    background: #2ba8f0;
  }

  .top_nav .nav_list li {
    width: 25%;
  }

  .top_nav .nav_list li>a {
    font-size: 1.6rem;
    line-height: 4rem;
  }

  .sec1 .news_left_img {
    width: 100%;
    height: 24rem;
  }

  .sec1 .news_right_item {
    width: 100%;
    margin-top: 1.5rem;
    height: 380px;
  }

  .news_menu1 {
    margin-bottom: 0.8rem;
  }

  .slideBox_new_ul li .name {
    height: 3.6rem;
    line-height: 3.6rem;
    padding: 0 100px 0 1.5rem;
    font-size: 1.4rem;
  }

  .news_menu1 a {
    width: auto;
    font-size: 1.4rem;
    padding: 0 1rem;
    line-height: 3.6rem;
    margin-right: .3rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
  }

  .news_menu1 a.on {
    background-size: 100% 100%;
  }

  .news_list li {
    padding: 0 .5rem;
  }

  .news_list li a {
    font-size: 1.4rem;
    line-height: 3.2rem;
    height: 3.2rem;
  }

  .more_news {
    text-align: center;
    color: #aaa;
  }

  .more_news a {
    padding: 1rem 0;
  }

  .news_menu2 {
    margin-bottom: 0.8rem;
    padding-left: 1rem;
  }

  .news_menu2 a {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-right: 2.0rem;
  }

  .news_menu2:before {
    width: .3rem;
    height: 1.8rem;
  }

  .sec2 {
    padding: 1.2rem 0;
  }

  .sec2 .news_left_item {
    width: 100%;
  }

  .line_title {
    line-height: 1.8rem;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    padding-left: 1.3rem;
  }

  .line_title:before {
    width: .3rem;
    height: 1.8rem;
  }

  .sec2 .sec2_right {
    width: 100%;
  }

  .zwgk_ul li a {
    padding-left: 8rem;
    font-size: 1.4rem;
  }

  .zwfu_con {
    height: 9.5rem;
  }

  .zwfu_con .bd {
    width: 100%;
  }

  .zwfu_list {
    height: 9.5rem;
  }

  .zwfu_list li span img {
    height: 4rem;
  }

  .zwfu_list li span {
    height: 5rem;
    padding: 1rem 0 0;
  }

  .zwfu_list li {
    height: 9.5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
  }

  .zwfu_list li i {
    font-size: 1.5rem;
  }

  .sec4 .sec4_left {
    width: 100%;
  }

  .sec4_list li.li1 {
    width: 62%;
  }

  .sec4_list li.li2 {
    width: 36%;
  }

  .sec4_list li.li1 img,
  .sec4_list li.li2 img {
    width: 100%;
    height: 100%;
  }

  .sec4 .news_right_item {
    width: 100%;
    margin-top: 1.5rem;
  }

  .picMarquee-left {
    width: 100%;
    padding: 0 2rem;
  }

  .sec4 {
    margin-bottom: 1.5rem;
  }

  .picMarquee-left .bd ul li {
    width: 13.5rem;
    height: 6rem;
  }

  .sec5_list .hd .prev,
  .sec5_list .hd .next {
    width: 2rem;
    background-size: 60% !important;
  }

  footer {
    padding: 2rem 0;
    border-top: .5rem solid #29a8f0;
  }

  .footer_top {
    text-align: center;
    margin-bottom: 1.2rem;
  }

  .footer_top select {
    padding: .5rem 0 .5rem 1rem;
  }

  .footer_top .seclect_con2 {
    margin: .8rem 0;
  }

  .foot_nav a {
    font-size: 1.4rem;
    margin: 0 .5rem;
  }

  .foot_cen p {
    line-height: 2.8rem;
    font-size: 1.2rem;
  }

  .foot_img {
    margin-top: 1.5rem;
    text-align: center;
  }

  .foot_img .a1_img {
    left: 1.5rem;
    bottom: 2.6rem;
  }

  .foot_img .a1_img img {
    width: 6rem;
    height: 3rem;
  }

  .foot_img .a2_img img {
    width: 3rem;
    height: 3.8rem;
  }

  .foot_img .a2_img {
    right: 2.8rem;
    bottom: 1.9rem;
  }

  .viewport {
    padding: 2rem 0;
  }

  /*ä¿¡æ¯å‘å¸ƒ*/
  .crumbs {
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
  }

  .xxfb1 .video_con {
    width: 100%;
    height: 20rem;
  }

  .xxfb1 .xxfb1_right {
    margin-top: 1.5rem;
    width: 100%;
  }

  .xxfb1 {
    margin-bottom: 1.5rem;
  }

  .xxfb1 .line_title {
    margin-bottom: .8rem;
  }

  .xxfb2 .xxfb2_left {
    width: 100%;
  }

  .xxfb2 .line_title {
    margin-bottom: 1rem;
  }

  .xxfb2 .xxfb2_right {
    width: 100%;
    margin-top: 1.5rem;
  }

  /*æ”¿åŠ¡å…¬å¼€---------------------------*/
  .zwgk_left {
    width: 100%;
    font-size: 1.4rem;
  }

  .peo_top_list li {
    text-align: center;
    margin-bottom: .5rem;
  }

  .peo_bot_list li img {
    width: 8.5rem;
    height: 10.8rem;
  }

  .peo_bot_list li {
    margin: 0 .5rem 1rem;
  }

  .zwgk .bottom_list {
    margin-top: 0;
  }

  .zwgk .bottom_list li {
    height: 80px;
  }

  .zwgk .bottom_list li span {
    padding-top: .8rem;
    height: 3.7rem;
  }

  .zwgk .bottom_list li span img {
    height: 2.7rem;
  }

  .zwgk_right {
    width: 100%;
  }

  .zwgk_right .top_list li {
    height: 15.5rem;
    font-size: 1.5rem;
  }

  .zwgk_right .top_list li span {
    width: 100%;
    padding: 1.5rem 0;
  }

  .zwgk_right .zcjd_img {
    padding: 1rem 0 2rem;
  }

  .zwgk_right .line_title {
    margin-bottom: 1.5rem;
  }

  /*èµ°è¿›æ²³ä¸œ-------------------------------*/
  .zjhd1 {
    padding-bottom: 0;
  }

  .zjhd1 .video_con {
    width: 100%;
    height: 22rem;
  }

  .zjhd1_right {
    width: 100%;
    padding: 1rem 0 1.5rem;
    background: #f2f6fa;
  }

  .zjhd1_right .zjhd_title {
    padding-left: 0;
    margin-bottom: 1rem;
    text-align: center;
  }

  .zjhd_title {
    font-size: 1.8rem;
  }

  .zjhd_info {
    line-height: 3.2rem;
    font-size: 1.4rem;
  }

  .look_more {
    margin-top: 1rem;
  }

  .look_more a {
    padding: .8rem .5rem .8rem 1rem;
    background: #3d94ff;
    color: #fff;
  }

  .zjhd2_list li {
    margin-top: 2rem;
  }

  .zjhd2_list li .left {
    width: 100%;
    padding: 0px 0 0 2rem;
  }

  .zjhd2_list li .left .img_con {
    margin-left: 1rem;
    width: 97%;
    height: 21.9rem;
  }

  .zjhd2_list li .left:before {
    width: 13rem;
    height: 26.5rem;
  }

  .zjhd2_list li .right {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding: 1rem;
  }

  /*æŠ•èµ„æ²³ä¸œ-------------------------------------------------*/
  .tzhd {
    padding: 2rem 0 1rem;
  }

  .tzhd_con {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tzhd_left {
    width: 100%;
    height: 28rem;
  }

  .tzhd_left .img_con p {
    font-size: 1.6rem;
  }

  .tzhd_right {
    width: 100%;
    margin-top: 1.5rem;
  }

  .tzhd_right li {
    height: 10rem;
    margin-bottom: 1rem;
  }

  .tzhd_right li p.name {
    font-size: 1.6rem;
  }

  /*æ”¿åŠ¡æœåŠ¡----------------------------------------------------------*/
  .zwfw_left {
    width: 100%;
  }

  .zwfw_l_list li {
    margin-bottom: 2rem;
  }

  .zwfw_l_list li p {
    font-size: 1.6rem;
  }

  .zwfw_right {
    width: 100%;
    padding-top: 1.5rem;
  }

  .zwfw_right_t .l_list {
    width: 100%;
  }

  .zwfw_right_t .l_list li {
    height: 11.7rem;
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem 0;
  }

  .zwfw_right_t .l_list li span {
    padding: 1.5rem 0 0;
  }

  .zwfw_right_t .l_list li span img {
    height: 5.5rem;
  }

  .zwfw_right_t .bstj_img {
    width: 100%;
    margin-top: 1rem;
  }

  /*æ”¿æ°‘äº’åŠ¨*/

  .zmhd_left {
    width: 100%;
  }

  .zmhd_right {
    width: 100%;
    padding-top: 1rem;
  }

  .zmhd_right .top {
    margin-bottom: 1rem;
  }

  /*ä¸“é¢˜ä¸“æ ----------------------------------*/
  .containner {
    padding: 1.5rem 1rem;
  }

  .class_title {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .class_title a {
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding-left: 2rem;
  }

  .class_title a:before {
    width: .3rem;
    left: .5rem;
  }

  .news_img_list li {
    width: 46%;
    margin: 0 2% 1.5rem;
  }

  .news_img_list li .img_con {
    padding: .5rem;
  }

  .news_img_list li img {
    height: 6.3rem;
  }

  .news_img_list li .name {
    line-height: 3rem;
    height: 3rem;
    padding: 0 .5rem;
  }

  /*é€šç”¨åˆ—è¡¨é¡µ*/
  .right_content {
    width: 100%;
  }

  .more_nav_btn {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ccc;
    line-height: 1.8rem;
  }

  .left_menu {
    width: 100%;
    position: relative;
  }

  .left_menu .left_menu_ul {
    display: none;
    position: absolute;
    width: 15.5rem;
    background: #fff;
    top: 3.5rem;
    right: 0;
    z-index: 100;
  }

  .left_menu .left_menu_ul li.list_item>a {
    font-size: 1.4rem;
    padding: .5rem .8rem;
    text-align: center;
    line-height: 2.4rem;
  }

  .left_menu .left_menu_ul li.list_item:hover>a,
  .left_menu .left_menu_ul li.list_item.selected>a {
    background: #f8f8f8;
    color: #3a81bb;
  }

  .left_menu .left_menu_ul .list_item_dl {
    padding: 0.3rem;
    display: block;
  }

  .left_menu .left_menu_ul .list_item_dl dd a {
    font-size: 1.4rem;
    padding: .5rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .left_menu .left_menu_ul li.list_item .toggle_i,
  .left_menu .left_menu_ul li.list_item.selected i.toggle_i {
    display: none;
  }

  .left_menu .left_menu_ul li.list_item.selected .list_item_dl dd:hover a,
  .left_menu .left_menu_ul li.list_item.selected .list_item_dl dd.active a {
    /* background: none;
        color: #333;*/
  }

  .pageing {
    padding: 2rem 0;
  }

  /*é€šç”¨åˆ—è¡¨é¡µ2-------------------------------------------*/
  .big_title {
    font-size: 2rem;
    padding: .5rem 0;
  }

  .news_menu3 a {
    margin-right: 2rem;
    font-size: 1.5rem;
    line-height: 4rem;
  }

  .zf_info {
    padding: 1rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }

  /*é€šç”¨å†…å®¹-----------------------------*/
  .news_header .news_title1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .news_header .news_title2 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: .5rem 0;
  }

  .news_header .news_title3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 1rem 0;
  }

  .news_header .news_info {
    margin-top: 1rem;
  }

  .news_header .news_info .sm_big {
    display: none;
  }

  .page_info {
    padding: 1.5rem 0 2rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }

  .page_info iframe {
    width: 100%;
  }

  .comment_header_content {
    display: none;
  }

  /*é¢†å¯¼ä¿¡æ¯é¡µ-----------------------------------*/
  .left_menu2 {
    width: 100%;
    position: relative;
    margin-top: 0;
  }

  .left_menu2 .left_menu_ul {
    display: none;
    position: absolute;
    width: 15.5rem;
    top: -1.5rem;
    right: 0;
    z-index: 100;
  }

  .people_containner .class_title {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
  }

  .left_menu2 .left_menu_ul li.list_item>a {
    padding-left: 1rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
  }

  .left_menu2 .left_menu_ul li.list_item>a span {
    width: 8rem;
  }

  .people_parts .part1 {
    padding: 0;
    margin-bottom: 1rem;
    text-align: center;
  }

  .people_parts .part1 .img_con {
    width: 10rem;
  }

  .people_parts .part1 img {
    margin-bottom: 1rem;
  }

  .people_parts .part1 .text {
    font-size: 1.5rem;
  }

  .people_title {
    line-height: 4rem;
    padding-left: .5rem;
  }

  .people_title .title {
    font-size: 1.6rem;
    padding-bottom: 0;
  }

  .people_title .title img {
    top: -0.2rem;
  }

  .people_parts .people_info {
    line-height: 3rem;
    font-size: 1.4rem;
    padding: 1rem 0;
  }

  .people_parts .part2 {
    margin-bottom: 0;
  }

  .news_list4.news_list {
    padding-top: 1rem;
  }

  /*ç½‘ç«™åœ°å›¾------------------*/

  .site_item_list .list_item {
    width: 46%;
    margin: 0 2% 1rem;
  }

  .site_item_list .list_item>a {
    padding: 1.2rem .5rem 0;
    height: 5rem;
    font-size: 1.4rem;
  }

  .site_item_list .list_item .toggle_i {
    right: 0;
    width: 3rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }

  .site_item {
    margin-bottom: 1rem;
  }

  .site_item_list .list_item>a.fz12 {
    font-size: 1.4rem;
    padding: .8rem .5rem 0;
    line-height: 1.7rem;
  }

  .site_item_list .list_item>a.fz10 {
    font-size: 1rem;
    padding: .5rem .5rem 0;
    line-height: 1.3rem;
  }

  .list_item_hide dd>a {
    line-height: 2rem;
    padding: .5rem;
  }

  .zwgk_right .top_list.top_list2 li span img {
    height: 30px;
  }

  .zwgk_right .top_list.top_list2 li {
    height: 90px;
  }
  /* 决策意见征集详情 */
  .yjzjcontent .yjzjtitle .yjzjtitlep{
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .yjzjcontent .yjzjtitle .yjzjtitlep span{
    font-size: 1.4rem;

  }
  .yjzjcontent .yjzjbody ul li p{
    font-size: 1.2rem;
    margin-top: 0.7rem;
  }
  .yjzjcontent .yjzjdetail p,
  .yjzjcontent .yjzjdetail .yjzjmore{
    font-size: 1.2rem;
  }
  .yjzjdetail .option-collection .shadow .login-msg, .yjzjdetail .option-collection .shadow .login-msg a{
    font-size: 1.8rem;
    line-height: normal;

  }
  .yjzjdetail .option-collection h2{
    font-size: 1.3rem;
    line-height: 2;
  }
  .yjzjdetail .option-collection-form > .item > .item-title{
    font-size: 1.2rem;
  }
  .yjzjdetail .option-collection-form input, .yjzjdetail .option-collection-form textarea{
    font-size: 1.2rem;
    line-height: 2;
  }
  .yjzjdetail .option-collection-form textarea{
    height: 15rem;
    font-size: 1.2rem;
    line-height: 2;
  }
  .yjzjdetail .option-collection a.option-btn, .yjzjdetail .option-collection a.option-btn:active, .yjzjdetail .option-collection a.option-btn:visited{
    font-size: 1.2rem;

  }
}



@media screen and (max-width: 320px) {
  .w {
    margin: 0;
    width: auto;
    padding: 0 10px;
  }

}