/*全局样式*/


*{font-family:'Arial','Microsoft YaHei';}
*:focus{outline:none;}
html{overflow-x:hidden;}
body,a{color:#333;}

.empty{ 
    display: block;
    background: url(img/empty.png) no-repeat center;
    width: 100%;
    height: 300px;
}

.wrapper{width:1280px; margin: 0 auto;}
.wrapper2{width:1180px; margin: 0 auto}
.wrapper3{width:1200px; margin: 0 auto}
.wrap-white{background:#fff;}
.wrap-white.p1{padding:90px 0; padding-top: 40px;}
.wrap-white.p2{padding:60px 0 90px 0;}
.wrap-white.p3{padding:50px 0 90px 0;}
.wrap-gray{background:#f4f4f4;}
.wrap-gray.p1{padding:90px 0;}

/*头部样式*/
.fr{ float: right;}
.fl{ float: left;}
.new_index_header{ display:none;}

#header{ height:110px; background:#f1f1f1; }
#header .wrapper{height:100%;justify-content: space-between; display: flex; background: url(../images/tb_bj.jpg) no-repeat center center;}
.head_right1_1{ color: #858585; font-size: 14px;}
.head_right1_1 a{ font-size: 14px; font-weight: bold; color: #cbd6e6;}
.head_right1_1 a:hover{ color: #fff;}
.head_right1_2{}
.weo-input3{ background: none; width: 304px; line-height: 44px; height: 44px; border: none; color:#858585!important; padding-left: 10px; float: left;  font-size: 14px;}
.head_right1_1{ margin-top: 18px; margin-right: 15px;}
input.weo-input3::placeholder {
  color: #858585; /* 你想要的颜色 */
}
.weo-input5 {
    background: url(../images/seach.png) no-repeat right center;
    width: 20px;
    height: 19px;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 14px;
    margin-top: 9px;
}
.head_right1_2{ margin-top: 10px;}
.head_right1_2_1{ width: 354px; height: 44px; border: 1px solid #fee1d0; border-radius:10px; background: #fff;}
.head_right1_2_2{ display: flex;}
#logo{ margin-top: 0px; }

#nav{ background: #cb802c; width: 100%; height: 40px; line-height: 40px;}
#nav > .wrapper > ul{display:flex; }
#nav > .wrapper > ul > li{position:relative; height:40px; text-align:center;transition: all 0.5s; width:88px; text-align: center; margin-right: 40px;}
#nav > .wrapper > ul > li > a{display:block; height:40px; line-height:40px;  font-size:17px; overflow:hidden; color: #fff;}
#nav > .wrapper > ul > li:hover > a{color:#fff; transition: all 0.5s; font-weight: bold;}
#nav > .wrapper > ul > li.current{  border-bottom: 3px solid #fff;}
#nav > .wrapper > ul > li.current > a{color:#fff;}
#nav > .wrapper > ul > li ul{position:absolute; left:50%; top:40px; transform:translate(-50%,20px); display:none; width:128px; padding:0px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.08); opacity:0; animation:NavAnimation 0.3s; animation-fill-mode:forwards; z-index: 999;}


#nav > .wrapper > ul > li:nth-child(5) ul{width: 167px;}

#nav > .wrapper > ul > li:hover ul{display:block;}
@keyframes NavAnimation{100%{transform:translate(-50%,0); opacity:1;}}
#nav > .wrapper > ul > li ul li{height:44px; line-height:44px; font-size:15px; overflow:hidden; border-top: 1px  solid rgba(0,0,0,0.078);}
#nav > .wrapper > ul > li ul li a{display:block; padding:0 20px; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; transition:all 0.2s linear;
text-transform:capitalize; font-size: 14px;}
#nav > .wrapper > ul > li ul li:hover a{letter-spacing:0; color:#fff; transition:all 0.2s linear; background: #cb802c; color: #fff;}

#h-line{width:1px; height:18px; margin-left:16px; background:#666;}
#search-btn{width:24px; height:24px; margin-left:36px; background:url(img/search.png) no-repeat center; cursor:pointer; transition:all 0.1s linear;}
#search-btn:hover{background-image:url(img/search-h.png); transition:all 0.1s linear;}
#language{display:flex; gap:0 20px; margin-left:36px;}
#language a{width:30px; height:30px; border:2px solid #fff; border-radius:50%; box-shadow:0 0 12px rgba(0,0,0,.12); overflow:hidden;}
#language img{width:26px; height:26px; border-radius:50%;}
#search{right:0; top:118px; z-index:98; display:none; height:68px; padding:10px; background:rgba(255,255,255,.5); box-shadow:0 0 10px rgba(0,0,0,.08); overflow:hidden;}
#search input{width:296px; height:44px; line-height:44px; padding:0 16px; border:none;  font-size:16px; color:#464646;}
#search input::-moz-placeholder{color:#999;}
#search input::-webkit-input-placeholder{color:#999;}
#search input::-ms-input-placeholder{color:#999;}
#search button{width:48px; height:48px; background:url(img/search1.png) no-repeat center #256dfa; border:none; border-radius:0;}
.head_right1_2{ display: flex;}

.weix{ position: relative; margin-left: 10px;}
.weix img{ cursor: pointer;}
.weix_dw img{position: absolute; left: -40px; top: 45px;  z-index: 99; width: 120px; display: none;transition: all 0.5s;}
.head_right1_1{ text-align: right;}
.head_right1_2_2{ margin-left: 15px;}
.weix:hover .weix_dw img{ transition: all 0.5s;width: 120px; display: block;transition: all 0.5s;}
.weix_dw img{ width: 120px; height: 120px; cursor: none;}

.cont1400{ width: 1400px;  max-width: 1400px; margin: 0 auto;}

.logo_rc{ padding-top: 16px; margin-left: 10px;}
#header{height: 88px;}
#header .cont1400{ display: flex;justify-content: space-between;align-items: center; height: 88px;}
#logo{ display: flex;}
.phone{ font-size: 16px; color: #666666; background: url(../images/phone.png) no-repeat left center; padding-left: 20px;}
.phone span{  color: #cb802c; font-size: 19px;}




/*首页样式*/

#banner{width:100%; height:700px; overflow:hidden;}
#banner .swiper-wrapper{height:700px;}
#banner .swiper-slide{width:100%; height:700px;}
#banner .swiper-slide img{width:100%; height:700px;}
#banner .swiper-pagination{left:50%; bottom:20px; transform:translateX(-50%); display:flex; justify-content:center; align-items:center; gap:0 10px; width:auto;}
#banner .swiper-pagination-bullet{width:12px; height:12px; margin:0; background:#fff; border-radius:50px; cursor:pointer; opacity:0.5;}
#banner .swiper-pagination-bullet-active{background:#fff;opacity:1;}




.numer{ background: #f5f5f5; height: 120px; padding-top: 20px; padding-bottom: 20px;}
.numer_list ul{display: flex;justify-content: space-between;align-items: center;}
.numer_list ul li{ text-align: center; border-right:1px solid #e7e7e7; width: 24%;}
.numer_list2{ color: #4d4d4d; font-size: 15px;}
.numer_list1{color: #4d4d4d; font-size: 15px;}
.numer_list1 span{color: #cb802c; font-size: 36px; font-weight: bold; padding-right: 2px;}


.fwxm{ padding-top: 50px; padding-bottom: 50px;}
.fwxm_tit {text-align:center; position: relative;}
.fwxm_tit1{ font-size: 48px; color: #ffeeda;text-transform:Uppercase; font-weight: bold;}
.fwxm_tit2{ font-size: 36px; color: #333333; font-weight: bold; margin-top: -32px;}
.fwxm_tit3{ font-size: 16px; color: #666666; margin-top: 10px;}

.fwxm_nr{display: flex;justify-content: space-between;}
.fwxm_nr_left2{display: flex;justify-content: space-between;gap:10px;}
.fwxm_nr_right1{display: flex;justify-content: space-between; gap:10px;}

.fwxm_nr_left1_img{overflow: hidden;height: 260px;}
.fwxm_nr_left1_img img{ max-width: 100%;height: 260px;text-align: center;transition: 1s;transition: all 0.5s; }
.fwxm_nr_left1_img:hover img {transform: scale(1.1);transition: all 0.5s;}

.fwxm_nr_center_img{ overflow: hidden;height: 530px;}

.fwxm_nr_center_img img{ width: 100%; text-align: center;transition: 1s;transition: all 0.5s; height: 530px;}
.fwxm_nr_center_img:hover img {transform: scale(1.1);transition: all 0.5s;}


.fwxm_nr_left1{ overflow:hidden; height: 260px; margin-bottom: 10px; position: relative;transition: all 0.5s;}
.fwxm_nr_left1_txt{  background: url(../images/hyy.png) repeat-x; height: 60px; line-height: 60px; text-align: center;  color: #fff; font-size: 16px; position: absolute; width: 100%; left: 0; bottom: 0;}

.fwxm_nr_left2_l{ height: 260px; overflow: hidden; width: 225px; position: relative;}

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

.fwxm_nr_center{ height: 530px; overflow: hidden; position: relative;}
.fwxm_nr_center img{ max-width: 100%;}
.fwxm_nr_center{ padding-left: 10px; padding-right: 10px;}
.fwxm_nr_center_img img{ height: 530px;}


.fwxm_nr_left2_l_img{ height: 260px; overflow: hidden;}
.fwxm_nr_left2_l_img img{ width: 100%; text-align: center;transition: 1s;transition: all 0.5s;}
.fwxm_nr_left2_l_img:hover img {transform: scale(1.1);transition: all 0.5s;}

.fwxm_nr_right1_1{ position: relative; height: 260px; overflow: hidden; width: 225px;}
.fwxm_nr_right1_1_img{ max-width: 100%; overflow: hidden;}


.fwxm_nr_right2{ margin-top: 10px; position: relative; height: 260px; overflow: hidden;}
.fwxm_nr_right2_img{max-width: 100%; height: 260px; overflow: hidden;}

.fwxm_nr_right2_img img{ width: 100%; text-align: center;transition: 1s;transition: all 0.5s;}
.fwxm_nr_right2_img:hover img {transform: scale(1.1);transition: all 0.5s;}



.fwxm_nr{ margin-top: 20px;}


.msfc{ background: #f5f5f5; padding-top: 50px; padding-bottom: 50px;}
.msfc_n1{}
.msfc_n1{ background: url(../images/ls_bj.png) no-repeat top center;}
.msfc_n1_img{ text-align: right;}
.msfc_n1{ position: relative;}


.msfc_n1_txt{ position: absolute; left: 10px; top: 50px;}
.msfc_n2{ background: url(../images/jsbj.png) no-repeat left center; background-size: cover; padding: 20px;}
.msfc_n2 h2{ width: 90px; height: 30px; line-height: 30px; text-align: center; background: #cb802c; border-radius: 60px; font-size: 14px; color: #fff;}  

.msfc_n .swiper-slide{}
.msfc_n .swiper-button-next{ background: url(../images/jt.png) no-repeat right center;    transform: rotate(180deg); }
.msfc_n .swiper-button-prev{ background: url(../images/jt.png) no-repeat right center;}

.msfc_n .swiper-button-next:after, .msfc_n .swiper-container-rtl .msfc_n .swiper-button-prev:after{ display: none;}
.msfc_n .swiper-button-prev:after{ display: none;}
/*.msfc_n1_txt{ background: url(../images/xdd.png) no-repeat left; padding-left: 30px; padding-top: 10px;}
.msfc_n1_txt h2{ color: #cb802c; font-size: 24px; font-weight: bold;}

.msfc_n1_txt section{ font-size: 14px; color: #666666; line-height: 23px; padding-top: 10px;}
.msfc_n1_txt section p{ font-size: 14px; color: #666666; line-height: 23px;}


.msfc_n2 ul{ padding-top: 10px;}*/


.msfc_n{ margin-top: 30px; padding-left: 50px; padding-right: 50px; position: relative;}
.msfc_n .swiper-slide img{ max-width: 100%;}


.about{ padding-top: 50px; padding-bottom: 60px;}

.about_nr{display: flex;justify-content: space-between;}
.about_nr_right{ width:50%; padding-left: 20px; border-radius: 20px; overflow: hidden;}
.about_nr_right img{ max-width:100%;border-radius: 20px; }
.about_nr_left{ width: 50%;}
.about_nr_left{ padding-right: 30px;}
.about_nr_left h1{ font-size: 30px; color: #cb802c; font-weight: bold;}
.about_nr_sele{
	 color: #666666;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-top: 30px;
}
.about_nr h2{ margin-top: 40px;transition: all 0.5s;}
.about_nr h2 a{ width: 140px; height: 50px; text-align: center; line-height: 50px; border-radius: 60px; border: 1px solid #cb802c; display: block; font-size: 16px; color: #cb802c; font-weight: bold;transition: all 0.5s;}
.about_nr h2 a:hover{background: #cb802c; color: #fff;transition: all 0.5s; padding-left: 10px;}
.about_nr_left h1{ margin-top: 20px;}

.about_nr{ margin-top: 50px;}


.news{ background: #f5f5f5; padding-top: 50px; padding-bottom: 50px;}
.news_title{display: flex;justify-content: space-between;}
.news_title_r{}
.news_title_r h2{ margin-top: 20px;transition: all 0.5s;}
.news_title_r h2 a{ width: 140px; height: 50px; text-align: center; line-height: 50px; border-radius: 60px; border: 1px solid #cb802c; display: block; font-size: 16px; color: #cb802c; font-weight: bold;transition: all 0.5s;}
.news_title_r h2 a:hover{background: #cb802c; color: #fff;transition: all 0.5s; padding-left: 10px;}



.news_title_l .fwxm_tit2{ text-align: left;}
.news_nr ul {display: flex;justify-content: space-between; gap:20px}
.news_nr ul li{ background: #fff;transition: all 0.5s; }

.news_nr_txt{ padding: 18px; padding-bottom: 24px;}
.news_nr_txt h2{line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-size: 18px; color: #333333; font-weight: bold;}
.news_nr_txt section{
	 color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-top: 5px;
}

.news_nr_txt h3{ width: 100px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #cb802c;color: #cb802c; border-radius: 60px; font-size: 15px; margin-top: 14px; }

.news_nr_pic{ position: relative;}
.news_nr_pic_time{ position: absolute; width: 80px; height: 80px; background:rgba(203,128,44,.8); left: 18px; top: 18px;text-align: center; border-radius: 10px;align-items: center;

justify-content: space-between;
box-sizing: border-box;}
.news_nr_pic_time p{ color: #fff; font-size: 15px; width: 100%;}

.news_nr_pic_time{ padding: 10px;box-sizing: border-box;}
.news_nr_pic_time .time_da{ font-size: 30px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); margin-bottom: 4px;}

.news_nr ul li:hover .news_nr_txt h2{ color: #cb802c;}
.news_nr ul li:hover{box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);transition: all 0.5s;}

.news_nr{ margin-top: 30px;}
.gzwm{padding-top: 50px; padding-bottom: 50px;}
.gzwm_nr ul{ display: flex;justify-content: space-between; margin-top: 30px;}
.gzwm_nr ul li{ position: relative; text-align: center; width: 25%; height: 300px;align-items: center; padding-top: 70px;
}
.gzwm_nr_txt_yc{
	
	background: var(--el-popover-bg-color);
    border: 1px solid #dcdcdc;
    border-radius:10px;
    box-shadow: var(--el-box-shadow-light);
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    font-size: var(--el-popover-font-size);
    line-height: 1.4;
   width: 200px;
  height: 200px;
  padding: 20px;
    overflow-wrap: break-word;
    padding: var(--el-popover-padding);
    z-index: var(--el-index-popper);
	  background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    position: absolute;
   left: 50%;
   margin-left: -100px;
   bottom: -138px;
   z-index: 999;
   background: #fff;
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
     opacity: 0;transition: all 0.5s;
     align-items: center;
     padding-top: 25px;

  
}
.gzwm_nr_txt_yc img{  width:145px; height:145px;}

.gzwm_nr_txt{ font-size: 18px; color: #333333; line-height: 25px; padding-top: 10px;}

.gzwm_nr ul li:nth-child(1){ background: #f5f5f5;}
.gzwm_nr ul li:nth-child(2){ background: #f1f1f1;}
.gzwm_nr ul li:nth-child(3){ background: #f5f5f5;}
.gzwm_nr ul li:nth-child(4){ background: #f1f1f1;}

.gzwm_nr ul li:hover .gzwm_nr_txt_yc{ opacity: 1;transition: all 0.5s;}


.yyzx{ background: url(../images/bge.png) no-repeat top center; background-size: cover;  padding-top: 80px; padding-bottom: 50px;box-sizing: border-box;}

 .yyzx form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

 .yyzx input {
      padding: 15px;
   
      border:none;
      font-size: 16px;
      height: 58px;
    }

 .yyzx button {
      
      grid-column: span 2;
      background-color: #cb802c;
      color: white;
      border: none;
      border-radius: 60px;
      font-size: 18px;
      cursor: pointer;
      width: 300px;
      height: 60px;
      line-height: 60px;
      font-weight: bold;
      margin: 0 auto;
      margin-top: 20px;
    }
    .yyzx button:hover{ background: #e59031;}
    
    .yyzx_nr{ margin-top: 50px;}

.news_nr_pic1 img{ max-width: 100%;width: 100%;text-align: center;transition: 1s;transition: all 0.5s;}

.news_nr_pic1{ height: 280px;  overflow: hidden; width: 100%;}
.news_nr_pic1:hover img {transform: scale(1.1);transition: all 0.5s;}

.footer{ background: #cb802c; padding-top: 50px; }

.footer_n1{ display: flex;justify-content: space-between;}
.footer_n1_ce h2{ font-size: 18px; font-weight: bold; color: #fff; padding-left: 15px;}
.footer_n1_ce_list a{ width: 100px;text-align: center; display: inline-block;  color: #fff; font-size: 15px;  margin-top: 18px; border-right: 1px solid rgba(255,255,255,.4); opacity: 0.9;}
.footer_n1_ce_list a:hover{ opacity: 1;}
.footer_n1_ce{ padding-left: 75px; padding-right: 50px; width: 560px;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);}
.footer_n1_ce_list a:nth-child(4){ border-right: none;}
.footer_n1_ce_list a:nth-child(8){ border-right: none;}
.footer_n1_ce em{ width: 30px; height: 2px; background: #fff; opacity: .7; display: block; margin-top: 14px; margin-left: 15px;}



.footer_n1_re h2{ font-size: 18px; font-weight: bold; color: #fff; }
.footer_n1_re em{ width: 30px; height: 2px; background: #fff; opacity: .7; display: block; margin-top: 14px;}


.footer_n1_re_n p{ color: #fff; font-size: 15px; line-height: 30px;}
.footer_n1_re_n p:nth-child(1){ background: url(../images/yg01.png) no-repeat left center; padding-left: 20px;}
.footer_n1_re_n p:nth-child(2){ background: url(../images/yg02.png) no-repeat left center; padding-left: 24px;}

.footer_n1_re_n{ padding-top: 20px;}
.footer_n2{ text-align: center; line-height: 80px; color: #fff; border-top:1px solid rgba(255,255,255,.2); margin-top: 30px;}
.footer_n2 a{ color: #fff;}
.footer_n2 a:hover{ text-decoration: underline;}


.ny_banner{  width: 100%; height: 460px;}
.ny_banner_txt{ text-align: center; padding-top: 200px;}
.ny_banner_txt h2{ font-size: 41px; color: #fff;}
.ny_banner_txt h3{ font-size: 18px; color: #ffffff; font-weight: normal; margin-top: 10px;}


.dqwz{ width: 100%; height: 60px; line-height: 60px; background: #f5f5f5;}
.dqwz .cont1400 span{ text-align: right; display: block;}
.dqwz .cont1400 span img{margin-right: 5px;
display: inline-block;
vertical-align: -2px;}
.dqwz .cont1400 b{ color: #cb802c; font-weight: normal;}

.main_m .cont1400{justify-content: space-between; display: flex;}
.man_left_t{ background: #cb802c; height: 80px; line-height: 80px; color: #fff; text-align: center; font-size: 24px;}
.man_left_t span{ font-size: 15px; padding-left: 5px;text-transform:Uppercase;}
.man_left{ width: 260px;}
.main_m{ margin-top: 40px; margin-bottom: 40px;}

.clear{ clear: both;}
.man_left_n ul li{  height: 50px; line-height: 50px; width: 100%; display: block; margin-top: 1px;}  
.man_left_n ul li a{ width: 100%; display: block;background: #f1f1f1 url(../images/sjt1.png) no-repeat 214px center;box-sizing: border-box; padding-left: 40px; font-size: 16px;transition: all 0.5s;}
.man_left_n ul li a:hover{background: #cb802c url(../images/sjt2.png) no-repeat 214px center; color: #fff;transition: all 0.5s;}
.man_left_n ul .one a{background: #cb802c url(../images/sjt2.png) no-repeat 214px center; color: #fff;}


.man_right{ width: calc(100% - 300px);}
.xlzx_list ul li{ border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; margin-top: 18px;transition: all 0.5s;}
.xlzx_list ul li a{display: flex;justify-content: space-between;}
.xlzx_list_left{ width: 300px; height: 206px; overflow: hidden;border-radius: 10px;}
.xlzx_list_left img{ max-width: 100%; height: 206px; border-radius: 10px;}

.xlzx_list_right{ width: calc(100% - 330px);}
.xlzx_list_right2{ font-size: 24px;color: #333333;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; margin-top: 10px;}
.xlzx_list_right1{ font-size: 14px; color: #666666; margin-top: 20px;}

.xlzx_list_right1 img{
margin-right: 5px;
display: inline-block;
vertical-align: -1px;
}

.xlzx_list_right3{
	  color: #3e3a39;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-top: 10px;
}
.xlzx_list_right4{  background: url(../images/hov2.png) no-repeat left center; width: 48px; height: 48px; margin-top: 20px;}

.xlzx_list ul li:hover .xlzx_list_right4{background: url(../images/hov1.png) no-repeat left center;transition: all 0.5s;}
.xlzx_list ul li:hover .xlzx_list_right2{ color: #cb802c;}
.xlzx_list ul li:first-child{ margin-top: 0;}


.xlzx_list_left img{ width: 100%; text-align: center;transition: 1s;transition: all 0.5s;}
.xlzx_list ul li:hover .xlzx_list_left img {transform: scale(1.1);transition: all 0.5s;}


/*翻页样式*/
#pageinfo { text-align: center;margin-bottom: 10px; margin-top: 26px;}
.digg {padding-top: 30px;}
.digg li{ width: 30px;height: 30px;line-height: 30px;display:inline-block; margin:0 4px;background:#fff;border:1px solid #d6d6d6;border-radius:2px;font-size:14px;color:#767676;}
.digg .page-item a{border: none;padding: 0px;height: 30px;line-height: 30px;display: inline-block;overflow: inherit;}
.digg .page-item a:hover {color: #cb802c;}
.digg .page-item a:active {background-color: #ff6700;color:#fff;}
.digg li.active {display: inline-block; width: 31px;height: 31px;line-height: 30px;background-color: #cb802c;color: #fff;text-decoration: none;}
.digg li:first-child{ width: 70px;}
.digg li:last-child{ width: 70px;}







#detail-info{padding-bottom:30px; border-bottom:1px dashed #e1e1e1; text-align:left; padding-top:10px; }
#detail-info h1{line-height:34px; font-size:30px; color: #333;}
#detail-info h3{height:18px; line-height:18px; margin-top:16px; font-size:15px; color:#999; overflow:hidden;border-bottom: none; font-weight: normal;}
#detail-share{margin-top:20px;}

#detail{line-height:220%; margin-top:26px; font-size:15px; color:#464646; }
#detail img{display:inline-block; vertical-align:middle;}

#prev-next{margin-top:26px;   overflow:hidden; background: #eeeeee; padding: 20px;}
#prev-next dl dd{height:18px; line-height:18px; margin-bottom:20px; font-size:15px; color:#464646; overflow:hidden;}
#prev-next dl dd:last-child{margin-bottom:0;}
#prev-next dl dd a{color:#666666;}
#prev-next dl dd a:hover{color:#cb802c;}


.case_lieb ul li{ width: 350px; float: left; margin-bottom: 20px; margin-right: 20px;transition: all 0.5s;}
.case_lieb ul li:nth-child(3n){ margin-right: 0;}
.case_lieb_txt{ background: #f5f5f5; padding: 20px;}
.case_lieb_txt h2{font-size:18px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-weight: bold; }
.case_lieb_txt section{
	  color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}


.case_lieb_txt_a{justify-content: space-between; display: flex;}
.huis{ font-size: 15px; color: #666; padding-top: 10px;}

.case_lieb_img{ width: 100%; height: 240px; overflow: hidden;transition: 1s;transition: all 0.5s;}


.case_lieb_img img{ width: 100%; text-align: center;transition: 1s;transition: all 0.5s;}
.case_lieb_img:hover img {transform: scale(1.1);transition: all 0.5s;}



.case_lieb_txt_a .jt_mo{ padding-top: 20px;}
.case_lieb_txt section{ margin-top: 6px;}


.case_lieb ul li:hover .case_lieb_txt h2{ color: #cb802c;}


.fwxm_xq h2{ font-size: 30px; text-align: center; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px;}
.fwxm_xq section p{ font-size: 16px; color: #333; line-height: 32px;}
.fwxm_xq section{ font-size: 16px; color: #333;line-height: 32px; padding-top: 30px; padding-bottom: 30px;}
.man_left_n{ margin-top: 4px;}


.teach_list ul li{ float: left; width: 24%; margin-right: 12px; margin-bottom: 10px;}
.teach_list ul li:nth-child(4n){ margin-right: 0;}
.teach_list ul li img{ max-width: 100%;}

.msfc_xq_re1 h2{ font-size: 24px; color: #cb802c; line-height: 30px; margin-bottom: 10px;}

.msfc_xq_re1_p{ font-size: 15px; color: #666666; line-height: 25px;}

.msfc_xq{justify-content: space-between; display: flex; width: 100%;}
.msfc_xq_le{  width: 464px;}
.msfc_xq_le img{
    max-width: 100%;
}
.msfc_xq_re{ width: calc(100% - 500px);}

.msfc_xq_re1_p p{ font-size: 15px; color: #666666;}
.msfc_xq_re1{ border-bottom: 1px solid #e5e5e5; padding-bottom: 30px;}


.msfc_xq_re2 h2{ width: 90px; height: 30px; line-height: 30px; text-align: center; background: #cb802c; color: #fff; border-radius: 20px; font-size: 15px; margin-top: 20px;}
.msfc_xq_re2 section{font-size: 15px; color: #666666; line-height: 25px; padding-top: 10px;}
.msfc_xq_re2 ul{ padding-left: 10px; padding-top: 15px;}
.msfc_xq_re2 ul li{font-size: 15px; color: #666666; line-height: 25px;}


.cont_lx1_left1 h2{ font-size: 36px; color: #cb802c;text-transform:Uppercase ;}
.cont_lx1_left1 h3{ font-size: 24px; line-height: 28px;}
.cont_lx1_left1 em{ width: 30px; height: 3px;  background: #cb802c;}

.cont_lx1_left2{ font-size: 24px; color: #333333; font-weight: bold; padding-top: 20px;}

.cont_lx1_left3 p{ font-size: 16px; color: #333333; margin-top: 10px;}
.cont_lx1_left3 p img{ 
margin-right: 8px;
display: inline-block;
vertical-align: -18px;}

.cont_lx1_left3{ padding-top: 20px;}

.cont_lx1{justify-content: space-between; display: flex;}
.cont_lx1_right{ width: 194px;  height: 220px; text-align: center; border: 1px solid #cb802c;}
.cont_lx1_right1 img{ width: 145px; height: 145px;}
.cont_lx1_right2{  font-size: 15px; color: #666666;}

.cont_lx1_right1{ margin-top: 20px;}
.cont_lx1_right{ margin-top: 20px;}

#map{ width: 100%; height: 400px; border: 1px solid #ccc; margin-top: 30px;}


/**/
.cpbd_tit{ text-align: center;}
.cpbd_tit h2{ font-size: 36px; color: #cb802c;text-transform:Uppercase; font-weight: bold;}
.cpbd_tit h3{ font-size: 30px; color: #333333;}

.cpbd{ padding-top: 40px; padding-bottom: 40px;}
.cpbd_nr{ background: #cpbd_nr; padding: 20px;}

.cpbd_nr1{justify-content: space-between; display: flex;}

.cpbd_nr1{ height: 60px; width: 100%; line-height: 60px; font-size: 15px; border-bottom: 1px dashed #dcdcdc;}
.cpbd_nr1 input{ margin-left: 20px; margin-right: 5px;}


.cpbd_nr{ background: url(../images/geijing.png) no-repeat top center; background-size: cover; padding-left: 40px; padding-right: 40px; margin-top: 20px;}

.ny_gsjj_le h2{ font-size: 36px; font-weight: bold; color: #cb802c; margin-top: 60px;text-transform:Uppercase ;}
.ny_gsjj_le h3{ font-size: 30px;  color: #333333;}

.ny_gsjj_le_n{ font-size: 16px; color: #4c4c4c; line-height: 30px; margin-top: 20px;}
.ny_gsjj_le em{ background: #cb802c; width: 34px; height: 4px; display: block; margin-top: 10px;}

.ny_gsjj_re{ position: relative;
width: 520px;
    height: 520px;
    margin-top: 90px;
    margin-left: 106px;}
    
 .juedd {
    position: absolute;
    left: 45%;
    top: 42%;
    cursor: pointer;
}

.ny_gsjj_n{justify-content: space-between; display: flex; }
.ny_gsjj_le{ width: 50%;}
.ny_gsjj_re{ width: 50%;}

.ny_gsjj_le_n{ margin-top: 20px;}
.ny_gsjj_re img{ width: 100%; height: 508px;}
.ny_gsjj_re .juedd img{ width: 90%; height: auto;}

.gshj{ background: #f5f5f5; padding-top: 70px; padding-bottom: 80px; margin-top: 40px;}

.gshj_tit{ text-align: center;}
.gshj_tit h2{ font-size: 36px; font-weight: bold; color: #cb802c; margin-top: 0px;text-transform:Uppercase ;}
.gshj_tit h3{ font-size: 30px;  color: #333333;}
.gshj__nrs{ margin-top: 15px;}
 .gshj__nrs  .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
.gshj__nrs .swiper-slide {
       
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
 .gshj__nrs .swiper-slide img{ max-width: 100%;}
.gshj__nrs { text-align: center; }
.gshj__nrs  .swiper-pagination{ left: 49%; margin-top: 18px;}
.gshj__nrs  .swiper-pagination-bullet{ width: 12px; height: 12px; margin: 5px;}

.gshj__nrs  .swiper-pagination-bullet-active{ background: #cb802c;}


.qyyj_n_n{ color: #fff; font-size: 32px; font-weight: bold; line-height:50px; letter-spacing: 4px; margin-top: 70px;}

.qyyj_n{ background: url(../images/yuanjing_bj.png) no-repeat top center; background-size: cover; padding-top: 90px; padding-bottom: 150px; text-align: center;}

.qyyj_n .gshj_tit h2{ color: #fff;}
.qyyj_n .gshj_tit h3{ color: #fff;}

.honer{ padding-top: 50px; padding-bottom: 50px; background: url(../images/jb_bj.jpg) no-repeat top center; background-size: cover;}
.honer_n{ margin-top: 40px;}

.honer_n .swiper-slide{ background:#fff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding: 12px; text-align: center}
.honer_n .swiper-slide img{ max-width: 100%;}
.honer_n  .swiper-container{ padding: 15px;box-sizing: border-box;}
.honer_n{ padding-left: 70px; padding-right: 70px; position: relative;}


.honer_n .swiper-button-next{ background: url(../images/gtt.png) no-repeat right center; width: 50px; height: 50px; background-size: 100%;transform: rotate(180deg);}

.honer_n .swiper-button-prev{ background: url(../images/gtt.png) no-repeat left center; width: 50px; height: 50px; background-size: 100%;}


.fzlc_nr{ width: 100%; background:#f5f5f5 url(../images/shan.png) no-repeat top center; padding-top: 60px; padding-bottom: 50px;} 
.fzlc_nr .gshj_tit h2{ color: #fff;}
.fzlc_nr .gshj_tit h3{ color: #fff;}

.fzlc_nr_n2{ color: #333333;font-size: 15px; line-height: 26px;}
.fzlc_nr_n1{ font-size: 30px; color: #ffffff; font-weight: bold;}
.fzlc_nr_n{ position: relative;}
.fzlc_nr_n:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 80px;
    background: #efe3d4;
    width: 95%;
    height: 8px;
}
.fzlc_nr_n .swiper-slide{ text-align:center}
.fzlc_nr_n .swiper-slide em{  background: url(../images/huangd.png) no-repeat top center; width: 30px; height: 30px; background-size: 100%; display: inline-block; margin-top: 70px;}

.fzlc_nr_n2{  text-align: left; margin-top: 70px;}
.fzlc_nr_n1{ margin-top: 15px;}


.fzlc_nr_n .swiper-button-next{background: url(../images/right2.png) no-repeat right center; width: 42px; height: 42px; background-size: 100%;transform: rotate(0deg);top: 26%;}
.fzlc_nr_n .swiper-button-prev{background: url(../images/right2.png) no-repeat right center; width: 42px; height: 42px; background-size: 100%;transform: rotate(-180deg); top: 26%;}
.fzlc_nr_n .swiper-button-next.swiper-button-disabled, .fzlc_nr_n  .swiper-button-prev.swiper-button-disabled{ opacity: 1;}
.fzlc_nr_n{ padding-left: 50px; padding-right: 50px;}
.dqwz .cont1400 span a:hover{ color: #cb802c;}

/*小屏适配开始*/

@media (max-width: 1500px){
	.cont1400 {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
   }
   .case_lieb ul li{ margin-right: 12px; width: 318px;}
   .case_lieb_img{ height: 218px;}
   .ny_gsjj_re img{ height: 400px;}
   .juedd {
    top: 27%;
}
}

@media (max-width: 1380px){
	.cont1400 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
   }
   
   .fzlc_nr_n .swiper-button-next{ top: 24%;}
   .fzlc_nr_n .swiper-button-prev{ top: 24%;}
   
   .case_lieb ul li{ margin-right: 12px; width: 290px;}
   .case_lieb_img{ height: 200px;}
		
}

.pchuagn{ position: fixed; right: 0; top: 40%; z-index: 99999;}
.pchuagn a{ width: 70px; height: 70px; background: #cb802c; border-radius: 4px; text-align: center; display: block; margin-top: 10px; position: relative;}
.pchuagn1{ width: 100%; text-align: center;  padding-top: 10px;}

.pchuagn2{ text-align: center; font-size: 14px; color: #fff; margin-top: 4px;}

.pchuagn3{ background: #cb802c; border-radius: 4px; position: absolute; left: -140px; top: 0; padding: 10px; width: 130px; opacity: 0;transition: all 0.5s;}
.pchuagn3_1{ background: url(../images/tj03.png) no-repeat left center; padding-left: 0px;color: #fff;}
.pchuagn3_2{ font-size: 17px; font-weight: bold; color: #fff; margin-top: 10px;}
.pchuagn4_2 img{ width: 100px; height: 100px;}
.pchuagn4_1{ font-size: 16px; color: #fff;}
.pchuagn a:hover .pchuagn3 {opacity: 1;transition: all 0.5s;}



@media (max-width: 800px){
  .cont1400 {
      width: 100%;
      max-width: 100%;
  } 
   .cont1280 {
      width: 100%;
      max-width: 100%;
  } 
.fwxm_tit3{ font-size:13px;}
.fwxm_tit2{ font-size:20px;}
.fwxm_tit1{ font-size:21px;}
.pchuagn{ display:none;}  
.about_nr{ display:block; padding:15px;}
.about_nr_left{width:100%;}
.about_nr_right{ width:100%;}
 .about_nr_left h1{ font-size:20px;}
 .about_nr_sele{ font-size:13px;}
 .about_nr_sele{ margin-top:15px;}
 .about_nr{ margin-top:0px;}
.about_nr h2 a{ width:100px; height:40px; line-height:40px; font-size:12px;} 
.about_nr h2{ margin-top:15px; margin-bottom:15px;}
.about_nr_right{ padding-left:0;} 
.about_nr_right img{ border-radius:10px;} 
.about_nr_right{border-radius:10px;} 
.news_nr ul{ display:block;}
.news_title_r h2 a{ width:100px; height:40px; line-height:40px; font-size:12px}
.news{ padding:15px;}
.news_nr_txt section{ font-size:13px;}
.news_nr_txt h2{ font-size:17px;}
.news_nr_txt h3{ font-size:12px;}
.news_nr_pic_time .time_da{ font-size:20px;}
.news_nr_pic_time p{ font-size:12px;}
.news_nr_pic1{ height:260px;}
.news_nr_pic_time{ height:70px; width:72px;}
.gzwm_nr_txt{ font-size:13px;}
.gzwm_nr_tu img{ height:44px;}
.gzwm_nr_txt_yc{ bottom:0; width:120px; height:120px; padding-top:8px;}
.gzwm_nr_txt_yc img{ width:100px; height:100px;}
.gzwm_nr ul li {
    position: relative;
    text-align: center;
    width: 25%;
    height: 166px;
    align-items: center;
    padding-top: 36px;
}
.gzwm_nr_txt{ line-height:18px;}
.yyzx form{ display:block;}
.yyzx input {
    padding: 10px;
    border: none;
    font-size: 13px;
    height: 45px;
    width: 100%;
    margin-top: 6px;
}
.yyzx_nr{ margin-top:0; padding:15px;}
.yyzx{ padding-top:30px;}
.yyzx button{ width:200px; height:40px; line-height:40px; font-size:12px;}
.footer_n1_ce{ display:none;}
.footer_n1{ display:block;}

.footer_n1_re_n p{ font-size:13px;}
.footer_n1_le{ display:none;}
.footer_n2 {
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 30px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
}
.footer_n1_re{ padding-left:15px; padding-right:15px;}
.footer_n2{ margin-top:10px;}
.footer{ padding-top:20px;}
.news_nr_pic1{ height:228px; }
.news_nr ul li{ margin-bottom:10px;}
.footer_n1_re_n {
    padding-top: 12px;
}
.yyzx{ padding-bottom:20px;}
.msfc {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
#banner .swiper-slide img{ height:170px;}
#banner{ height:170px; margin-top:50px;}
.numer_list2{ font-size:12px;}
.numer_list1 span{ font-size:25px;}
.numer_list ul{ display:block;}
.numer_list ul li{ width:50%; text-align:center; float:left;} 
.numer_list1{ font-size:12px;}
.fwxm_tit3 {
    font-size: 12px;
    margin-top: 0;
}

#nav{ display:none;}
#logo img{ width:80%;}
.fwxm_nr{ display:block;}
.fwxm_nr{ padding:15px;}
.fwxm_nr_left2_l {
    height: 215px;
    overflow: hidden;
    width: 49%;
    position: relative;
}
.fwxm_nr_center {
    padding-left: 0;
    padding-right: 0;
}
.fwxm_nr_center {
    height: 393px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.fwxm_nr_center_img img {
    height: 390px;
}
.fwxm_nr_right1{ margin-top:10px;}
.fwxm_nr_right2{ height:214px;}
.fwxm_nr_right2_img{ height:214px;}
.fwxm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.man_left{ display:none;}
.man_right{ width:100%;}
.dqwz .cont1400 span{ font-size:13px;}
.ny_banner{ height:132px;}
.teach_list ul li{ width:48%;}
.teach_list{ padding:10px;}
.teach_list ul li:nth-child(2n){ margin-right:0;}
.dqwz .cont1400 span img{ width:12px;}
.main_m{ margin-top:20px;}
.msfc_xq{ display:block;}
.msfc_xq_le{ width:100%;}
.msfc_xq{ padding:10px;}
.msfc_xq_re{ width:100%}
.msfc_xq_re2 section{ font-size:13px;}
.dqwz{  height:40px; line-height:40px; padding-right:15px;}
.yyzx button{ margin:0 auto; display:block; margin-top:10px;}
.msfc_xq_re1 h2{ font-size:20px;}
.msfc_xq_re{ padding-top:20px;}
.fwxm_xq{ padding:15px;}
.fwxm_xq img{ max-width:100%!important; height:auto!important;}
.fwxm_xq section{font-size:14px; line-height:25px;}
.fwxm_xq section p{ font-size:14px;line-height:25px;}
.fwxm_xq h2{ font-size:24px;}
.case_lieb ul li{ width:48%;}
.case_lieb ul li:nth-child(2n){ margin-right:0;}
.case_lieb_img {
    height: 118px;
}
.case_lieb_txt h2{ font-size:16px;}
.case_lieb_txt section{ font-size:13px;}
.huis{ font-size:13px;}
.case_lieb_txt{ padding:16px;}
.case_lieb ul li:nth-child(3n){ margin-right:12px;}
.case_lieb{ padding:10px;}
.main_m {
    margin-top: 10px;
}
.case_lieb_txt section{ line-height:20px;}
.main_m{ margin-bottom:0;}
#detail-info h1 {
    line-height: 28px;
    font-size: 19px;
    color: #333;
}
#detail-info h3{ font-size:14px;}
.xinw_xianq{ width:100%; padding:15px;}
.xinw_xianq img{ max-width:100%!important; height:auto!important; }
.xlzx_list_right {
    width: calc(100% - 161px);
}
.xlzx_list_left img{ height:130px;}
.xlzx_list_right2 { font-size:18px;}
.xlzx_list_right3{ font-size:13px;}
.xlzx_list_right3{ margin-top:0;}
.xlzx_list_right2{ margin-top:4px;}
.xlzx_list_right4{ width:28px; height:28px; background-size:100%;}
.xlzx_list_right1{ margin-top:0;}
.xlzx_list_right4{ margin-top:10px;}
.xlzx_list_left {
    width: 150px;
    height: 128px;}
.xlzx_list{ padding:10px;}
.xlzx_list ul li:hover .xlzx_list_right4{background: url(../images/hov1.png) no-repeat left center;transition: all 0.5s;
     width:28px; height:28px; background-size:100%;
    
}
.cont_lx1{ display:block;}
.cont_lx1_left2{ font-size:18px;}
.cont_lx1_left1 h3{ font-size:20px;}
.cont_lx1_left1 h2{ font-size:20px;}
.cont_lx1_left3 p{ font-size:13px;}
.cont_lx1_left3 p img{ width:}

.cont_lx1_left3 p img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: -5px;
    width: 20px;
}
.cont_lx1{ padding:15px;}
#map{ height:360px!important; margin-top:10px;}
.cont_lx1_left3{ padding-top:0;}
.cont_lx1_left2{ padding-top:15px;}
.cont_lx1_right1 img{ width:120px; height:120px;}
.cont_lx1_right2{ font-size:13px;}

.cont_lx1_right {
    width: 163px;
    height: 172px;
    text-align: center;
    border: 1px solid #cb802c;
}
.cont_lx1_right1 {
    margin-top: 14px;
}
.cpbd_nr1{ display:block;}
.cpbd_nr1{ line-height:25px; font-size:14px;}
.cpbd_nr1{ height:auto;padding-top: 10px;
    padding-bottom: 10px;}
.cpbd_nr{padding-left: 20px;
    padding-right: 20px;}
 .cpbd{ padding-bottom:0;}   
.cpbd_tit h2{ font-size:20px;}
.cpbd_tit h3{ font-size:20px;}
.ny_gsjj_n{ display:block;}
.ny_gsjj_le{ width:100%;}
.ny_gsjj_re{ width:100%;}
.ny_gsjj_le h2{ font-size:20px;}
.ny_gsjj_le h3{font-size:20px;}
.ny_gsjj_le_n{ font-size:13px; line-height:23px;}
.ny_gsjj_n{  padding:15px;}
.ny_gsjj_le h2{ margin-top:20px;}
.ny_gsjj_re{ margin-left:0;}
.ny_gsjj_re img {
    height: 233px;
}
.ny_gsjj_re{
    
    height: 265px;
    margin-top: 20px;
}
.gshj_tit h2{ font-size:20px;}
.gshj_tit h3{ font-size:20px;}
.honer_n .swiper-button-next{ width:40px; height:40px;}
.gshj__nrs .swiper-pagination {
    left: 31%;
    margin-top: 18px;
}
.honer_n .swiper-button-prev{width:40px; height:40px;}
.fzlc_nr_n1{ font-size:20px}
.qyyj_n_n{ font-size:17px;}
.qyyj_n_n{ margin-top:30px;}
.qyyj_n{ padding-bottom:30px; padding-top:40px;}
.fzlc_nr_n2 {
    color: #333333;
    font-size: 13px;
    line-height: 21px;
}
.fzlc_nr_n2{ margin-top:20px; color:#fff;}
.qyyj_n_n{ line-height:30px;}
.fzlc_nr_n .swiper-slide em{ margin-top:26px;}
.fzlc_nr_n:before{ top:34px; height:4px;}
.fzlc_nr_n .swiper-button-next {
    top: 15%;
}
.fzlc_nr_n .swiper-button-prev{ top: 15%;}
.fzlc_nr_n .swiper-slide em{ width:20px; height:20px;}
.numer{ height:auto;}
.numer_list1 span{ font-size:23px;}
.numer_list ul li{ margin-top:10px;}

.numer{ padding-top:6px;}
.fwxm_nr{ margin-top:10px;}
.fwxm_nr_left2_l{ height:178px;}
.fwxm_nr_right2 {
    height: 188px;
}
.fwxm_nr_center{ height:330px;}
.about_nr_left{ padding-right:0;}
#banner .swiper-pagination-bullet{ width:8px; height:8px;}
#banner .swiper-pagination{ bottom:10px;}
.fwxm_nr_left1_txt{ font-size:14px;}

.msfc .fwxm_tit2{margin-top: -30px;}
.about {
    padding-top: 30px;
    padding-bottom: 30px;
}
.news .fwxm_tit1 {
    font-size: 22px;
}
.gzwm {
    padding-top: 30px;
    padding-bottom:0px;
}
.gzwm_nr_txt_yc{margin-left: -60px;}
.footer_n1_re_n p:nth-child(2){background-size: 10px;}
.footer_n1_re_n p:nth-child(1){background-size: 10px;}
.footer_n1_re_n p{ line-height:23px;}
.gshj__nrs{ padding-left:10px; padding-right:10px;}
.gshj__nrs .swiper-pagination-bullet{ width:8px; height:8px;}
.honer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/jb_bj.jpg) no-repeat top center;
    background-size: cover;
}
.honer_n{ margin-top:10px;}
.gshj {
    background: #f5f5f5;
    padding-top: 34px;
    padding-bottom: 61px;
    margin-top: 0;
}
.fzlc_nr_n2{ margin-top:8px;}
.fzlc_nr{ padding-top:30px;}
.fzlc_nr{ padding-bottom:0;}
.yyzx button{ margin-top:15px;}
.ny_gsjj_re .juedd img{ width:51%;}
.ny_gsjj_le em{
    width: 31px;
    height: 2px;
}
.dqwz .cont1400 span img{vertical-align: -1px;}
#pageinfo{ margin-top:0;}
#prev-next dl dd a{ font-size:13px;}
#prev-next dl dd{ font-size:13px;}
.xlzx_list_right1{ font-size:12px;}
.xlzx_list_right2 {
    font-size: 17px;
}
.xlzx_list_right4 {
    margin-top: 3px;
}
.cpbd_nr1 label{ margin-bottom:6px; display:block;}

.new_index_header {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 5px 0px;
    background: #fff;  box-shadow: 0 8px 8px 0px rgb(0 0 0 / 8%);align-items: center;
display: flex;
justify-content: space-between;
box-sizing: border-box; display: block;
   }
.xin_logo{ float: left; width: 120px; padding-left:10px; }
.xin_logo img{ width: 100%;}
.new_index_navbtn { float: right; margin-right: 15px; width: 26px; height: 26px; position: relative; cursor: pointer; margin-top: 9px; }
.new_index_navbtn span { display: block; height: 2px; background: #333; top: 0px; position: absolute; width: 100%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.new_index_navbtn span:nth-child(2) { top: 10px; }
.new_index_navbtn span:nth-child(3) { top: 20px; }
.new_index_navbtn:hover span { width: 100%; }
.new_index_closeNavbtn span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 12px; }
.new_index_closeNavbtn span:nth-child(2) { display: none; }
.new_index_closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 12px; }
.new_index_closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 12px; }
.new_Common_nav {
    display: none;
    position: fixed;
    left: 0px;
    top: 50px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
    background-color: #fff;
}
.new_Common_nav ul { padding: 20px 15px 0px; }
.new_Common_nav ul li { cursor: pointer; border-bottom: 1px solid #ccc; position: relative; }
.new_Common_nav ul li h2{ margin:0; }
.new_Common_nav ul li h2 a { font-weight: 700; height: 60px; line-height:60px; font-size: 13px; display: block; color: #333; position: relative; }


.new_Common_nav ul li:before { position: absolute; top: 50%; right: 10px; width: 8px; height: 8px; border-top: 1px solid #555; border-right: 1px solid #555; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; content: ""; }
.new_Common_nav ul li.cur .new_child_navbox { max-height: 1500px; height: auto; padding-bottom: 20px; }
.new_Common_nav ul li.cur:before { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }
.new_child_navbox { width: 100%; background-color: #fff; overflow: hidden; max-height: 0px; }
.new_childnav_web dd h3 { padding-top: 10px; margin:0; }
.new_childnav_web dd h3 a { color: #4c4f55; font-size: 13px; display: block; background-image: url(../images/new_navicon15.png); background-repeat: no-repeat; background-position: -50px center; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; line-height: 30px; }
.new_childnav_web dd h3 a:hover { padding-left: 30px; color: #ed3542; font-weight: 700; background-position: 0px center; }
.new_childnav_web dd:last-child { background-image: none; }
dd{ margin:0; padding-left: 0; }
.new_childnav_Program dd h3 { padding-top: 10px; }
.new_childnav_web{ margin:0; }


.yinemfe{ float:left; margin-top:10px;background: url(../images/phone.png) no-repeat left center; padding-left:16px; background-size:10px;}
.yinemfe{ margin-left:14px;}

#header{ display:none;}
.footer_n1_re em{ margin-top:8px;}
.fzlc_nr_n2{font-size: 12px;
    line-height: 19px;}
.fzlc_nr_n1{ font-size:19px;}
.fzlc_nr_n .swiper-button-next{ width:34px; height:34px; top:19%;}
.fzlc_nr_n .swiper-button-prev{ width:34px; height:34px;top:19%;}
.ny_banner{ margin-top:50px;}
.gshj_tit h3 {
    font-size: 18px;
}
.gshj__nrs .swiper-slide{ margin-top:0!important; margin-bottom:15px;}
.gshj__nrs .swiper-pagination{left: 36%;}
.fzlc_nr_n1{ margin-top:0;}
.fzlc_nr{ padding-bottom:30px;}
.xlzx_list_right3{ line-height:20px;}
.xlzx_list_right1 img{ width:10px;}
.cont_lx1_right{ margin:0 auto;}
#map{ width:90%; margin:0 auto;  margin-bottom:10px; height:300px; }
.numer_list ul li:nth-child(2){border-right:none;}
.numer_list ul li:nth-child(4){border-right:none;}

.numer_list ul li{ width:49%;}
.gzwm_nr ul li{ width:25%;}
.news .fwxm_tit1{ display:none;}
.news_nr_pic_time{ padding:5px;}
.news_nr_pic_time {
    height: 62px;
    width: 64px;
}
.news_title_r h2{ margin-top:0;}
.news .fwxm_tit2{ margin-top:5px;}
.news_nr {
    margin-top: 10px;
}
.news{ padding-top:20px;}
.about{ padding-bottom:20px;}
.gzwm_nr_txt_yc{opacity:1;}
.gzwm_nr_txt_yc img {
    width: 100%;
    height: 100%;
}
.gzwm_nr_txt_yc {
    bottom: 0;
    width: 80px;
    height: 80px;
    padding-top: 8px;
    margin-left: -40px;
    bottom: 17px;
    box-sizing: border-box;
    padding: 8px;
    
}
.gzwm_nr ul li{ height:230px;}
.news_nr_txt section{ line-height:20px;}
.gzwm_nr ul{ margin-top:20px;}
.news_nr_txt h2{ font-size:16px;}
.about_nr_sele{ line-height:22px; font-size:14px;}
.about_nr_left h1 {
    font-size:18px;
}


}
