.navgationDiv{display:none;}

html *{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333333;
	font-family: "Noto Sans SC","Microsoft YaHei","Arial",sans-serif;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	
}
.portlet-header{
   position:relative;
   z-index:1000;
}
.dn{
    left: 0 !important;
    top: 0 !important;
    position: absolute;
    z-index: 100;
}
/* span{
	vertical-align: middle;
} */

ul,ol {
     list-style: none 
}
 img {
     vertical-align: middle;
     border: 0;
     -ms-interpolation-mode: bicubic;
}
 button,select,textarea {
     font-size: 100%;
     vertical-align: middle;
     outline: none;
}
 textarea {
     resize: none 
}
 button,input[type="button"],input[type="reset"],input[type="submit"] {
     cursor: pointer;
     -webkit-appearance: button;
     -moz-appearance: button 
}
 input{
     border: 0;
     outline: 0;
}
 input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder {
     color: transparent 
}
 button::-moz-focus-inner,input::-moz-focus-inner {
     padding: 0;
     border: 0 
}
 table {
     border-collapse: collapse;
     border-spacing: 0 
}
 .fl {
     float: left;
}
 .fr {
     float: right;
}
 .hide {
     display: none;
}
 .show {
     display: block;
}
 .ellipsis {
     white-space: Nowrap;
     text-overflow: ellipsis;
     overflow: hidden 
}
 .break {
     word-break: break-all;
     word-wrap: break-word 
}
 .clearfix {
     *zoom: 1;
}
 .clearfix:after {
     content: "\200B";
     display: block;
     height: 0;
     clear: both;
}
 .rl{
     position: relative;
	 }
.vi{
	visibility: hidden;
} 
.vid{
	visibility: visible;
}
body .animated {
  -webkit-animation-duration:1s;
    animation-duration: 1s;
animation-timing-function:ease-out;
-webkit-animation-timing-function:ease-out;
}

.dpwz{line-height:2.5rem;}
.dpwz p{color:#747474;margin:2rem 0;}
.bt_border{padding-bottom: 2.5rem; font-size: 2rem; border-bottom:1px solid #e9e9e9;}
.bt_border span{
   position:relative;
   padding-bottom:2.5rem;
   color:#000;
}
.bt_border span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
        width:100%;
        height:1px;
        background:#ff9000;
} 

 .w75{
	 width: 75vw;
	 margin: auto;
 } 
 .w1200{
	 width: 75rem;
	 margin: auto;
 }

#banner_ydb{display:none;}
#banner_ydb .gallery-top .swiper-slide img{width:100%;}

.header{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 15vh;
	transition: all .5s;
	background: transparent;
}
.header_bg{
	background: url(/jydb/uiFramework/commonResource/zip/jydb/img/head_bg.png) no-repeat;
	background-size:100% 100% ;
}
.logo{
	padding-left: 5vw;
	position: relative;
	z-index: 10;
} 
 .logo img{
	width: 25vw;
	margin-top: 2vh;
 }
 .r_box{
	 position: relative;
	 z-index: 10;
 }
  
 .alink li{
	 float: left;
         position:relative;
	 color: #fff;
	 font-size: 1rem;
	 margin-top: 3vh;
	 border-left: 0.0625rem solid #fff;
	 padding-left: 1.875rem;
 } 
 .alink li a{cursor:pointer;}
.alink li form{
         width: 0;
         overflow: hidden;
         position: absolute;
         right:-0.5rem;
         z-index:1;
         transition:all .5s;
}
.alink li form.form_state{
        width:15rem;
}
.search-input{
    width:13rem;
    line-height: 2rem;
    padding: 0 1rem;
    background: #005ca8;
    color:#fff;
}
.search-submit{
    width: 1rem;
    height: 1rem;
    background: url(/jydb/uiFramework/commonResource/zip/jydb/img/search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 100;
}
input::input-placeholder{color:  #fff ;} 
input::-webkit-input-placeholder { color: #fff; } 
input:-moz-placeholder {color: #fff; } 
input::-moz-placeholder { color: #fff; } 
input:-ms-input-placeholder {color: #fff; }

  .alink li:first-child{
	  border: 0;
  }
  .alink li span{
	  margin: 0 1.875rem 0 1.25rem;
  }
   .alink li img{
	   height: 1.5rem;
   }
 .caidan{
	 
 }
 .caidan>a{
	 display: block;
	 background: #da761d;
	 width: 12.5vw;
	 height: 10vh;
	 text-align: center;
	 cursor: pointer;
 }
  .caidan>a>img{
	 width: 2vw;
	  margin-top: 3vh;  
  }
  .caidan .nav{
	  position: fixed;
	  right: -37vw;
	  top: 0;
	  width: 37vw;
	  height: 100%;
	  padding: 0 5vw;
	  background: #da761d;
	  color: #fff;
	  box-sizing: border-box;
	  opacity: 0;
	  transition: all .5s;
  }
  .caidan .nav_open{
	  right: 0;
	  opacity: 1;
  }
  .caidan .caidan_close{
	  text-align: right;
  }
  .caidan .caidan_close img{
	  width: 1.7vw;
	  margin-top: 2.6vh;
	  cursor: pointer;
  }
  .caidan .candan_address{
	  position: absolute;
	  left: 5vw;
	  bottom: 0;
	  color: #9c520f;
	  font-size: 0.875rem;
  }
  .caidan .candan_address p{
	  padding-bottom: 2vh;
  }
  .caidan .candan_address p span{
	  display: inline-block;
	  margin-right: 1rem;
  }
  .son1{
	  margin-top: 5vh;
  }
  .son1>li>p{
	  line-height: 6vh;
	  border-bottom: 0.0625rem solid #e59f61;
	  font-size: 1.5rem;
  }
  .son1>li:first-child>p>b{
	  display:none;
  }
  .son1>li>p>b{
	  float: right;
	  width: 2rem;
	  height: 6vh;
	  background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/caidan_jiantou.png);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: 0.625rem 1rem;
	  transition: all .5s;
  }
  .son1>li.state>p>b{
	  transform: rotate(-90deg);
  }
  .son1>li.state .son2{
	  /* max-height: 10vh; */
   /* display:block;*/
  }
  .son2{
	  display: none;
	  padding: 1vh 2vw;
  }
  .son2>li{
  	  line-height: 4vh;
  	  font-size: 1rem;
  }
  .son2>li>b{
	  float: right;
	  height: 4vh;
	  width: 2rem;
	  background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/caidan_li_jiantou.png);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: 1.125rem 0.5625rem;
  }
  
  
 .page2,.page3,.page4,.page5,.page6,.page7{
	 background-repeat:no-repeat ;
	 background-size:cover ;
	 color: #fff;
 }
 .page2{
	 background-image:url(/jydb/uiFramework/commonResource/zip/jydb/img/page2_bg.jpg) ;
 }
 .page3{
 	 background-image:url(/jydb/uiFramework/commonResource/zip/jydb/img/page3_bg.jpg) ;
 }
  .page4{
 	 background-image:url(/jydb/uiFramework/commonResource/zip/jydb/img/page4_bg.jpg) ;
 }
  .page5{
 	 background-image:url(/jydb/uiFramework/commonResource/zip/jydb/img/page5_bg.jpg) ;
 }
  .page6{
 	 background-image:url(/jydb/uiFramework/commonResource/zip/jydb/img/page6_bg.jpg) ;
 }
  .page7{
 	 background-image:url(/jydb/uiFramework/commonResource/zip/jydb/img/page7_bg.jpg) ;
 }
 
.page1 .gallery-top{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.page1 .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page1 .swiper_text{
	position: absolute;
	left: 12.5vw;
	top: 45vh;
	width: 75vw;	
	color: #fff;
	visibility: hidden;
}
.gallery-top  .swiper_text{display:none;}

.page1 .swiper-slide:first-child .swiper_text{
	
}
.page1 .swiper-slide:nth-child(2) .swiper_text{
	left: 50vw;
}
.page1 .swiper_text h1{
	font-size: 4rem;
	font-weight: bold;
}
.page1 .swiper_text h2{
	font-size: 1.75rem;
	text-transform:uppercase;
}

.page1 .gallery-thumbs_box{
	width: 75vw;
	position: absolute;
	z-index: 10;
	left: 12.5vw;
	bottom: 0;

}
.page1 .gallery-thumbs{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 15vh;
	background: #fff;
}
.page1 .gallery-thumbs .swiper-slide{
	border-left: 1px solid #fff;
	width: 33.33% !important;
}
.page1 .gallery-thumbs .swiper-slide:first-child{
	border: 0;
}
.page1 .gallery-thumbs .swiper-slide:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10;
}
.page1 .gallery-thumbs .swiper-slide:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background: #da761d;
	width: 0;
	height: 1px;
}

#fullpage .page1 .gallery-thumbs .bar:before{
	width: 100%;
	transition: all linear 5s;
}
#fullpage .page1 .gallery-thumbs .bar1:before{
	width: 100%;
	transition: all linear 4s;
}

.page1 .gallery-thumbs .swiper-slide{
	position: relative;
}
.page1 .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page1 .gallery-thumbs .swiper_text2{
       display:none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding:0 2.5rem;
	box-sizing: border-box;
	font-size: 1.5rem;
	color: #fff;
	z-index: 10;
}
.page1 .gallery-thumbs .swiper_text2 h1{
	margin: 3vh 0 .5vh 0;
}
.page1 .gallery-thumbs .swiper_text2 img{
	width: 1.5625rem;
}
.page1 .gallery-thumbs .swiper-slide .swiper_text2 b{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(0,0,0,.5);
}

body #fp-nav.fp-left{
	top:70vh;
	left: 1vw;
}
#fp-nav ul li, .fp-slidesNav ul li{
	margin: 1vh 0;
}
body #fp-nav ul li a span,body .fp-slidesNav ul li a span {
    width: 0.5rem;
	height: 0.5rem;
	margin: 0;
	left: 0;
	top: 0;
	background: url(/jydb/uiFramework/commonResource/zip/jydb/img/qiehuan_icon.png) no-repeat;
	background-size: 100% 100%;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	width: 0.5rem;
	height: 0.5rem;
	margin: 0;
	left: 0;
	top: 0;
	background: url(/jydb/uiFramework/commonResource/zip/jydb/img/qiehuan_icon_state.png) no-repeat;
	background-size: 100% 100%;
}

.fp-xian{
	position: fixed;
	top: 20vh;
	left: 1vw;
	color: #fff;
}
.fp-xian .xian{
	margin: 2vh 0;
	height: 30vh;
	width: 0.0625rem;
	background: #fff;
    margin-left: 0.3rem;
}


.page2{
	color: #fff;
	text-align: center;
}

.p_name{
	font-size: 2.25rem;
	text-align: center;
	padding-top: 30vh;
	padding-bottom: 2vh;
}
.p_name span{
	font-weight: bold;
}
.p_name img{
	width: 1rem;
}
.p_name em{
	font-size: 1.25rem;
	font-style: normal;
}
.p_tit{
	font-size: 3.5rem;
	font-weight: bold;
	padding-bottom: 2vh;
	animation-delay: .5s;
}
.p_summary{
	font-size: 1.125rem;
	line-height: 2.5rem;
	text-align: left;
	width: 52vw;
	margin: auto;
	padding-bottom: 2vh;
	animation-delay: 1s;
}
.p_info li{
	display: inline-block;
	padding: 0.625rem 5rem;
	animation-delay: 1.5s;
}

.p_info li{
	border-right: 0.0625rem solid #fff;
}
.p_info li:last-child{
       border:0;
}

.p_info li h1{
	font-size: 4rem;
	/* font-weight: bold; */
}
.p_info li p{
	font-size: 1rem;
}

.page3{
	color: #000;
}
.page3 .p_name{
	color: #da761d;
	padding-top:0 ;
	margin-top: 5vh;
	margin-bottom: 2vh;
}
.page3 .news_box{
	padding: 4.75rem;
	background: #fff;
	animation-delay: .5s;
}
.news_pic,.news_tab{
	width:48%;
}
.new_pic_a img{
	width:100%;
      max-height:23rem;
}
.page6 .new_pic_a img{
 max-height:32rem;
}
.news_pic h1{
	margin-top: 1.25rem;
	font-size: 1.25rem;
	padding: 0 2.5rem;
}
.news_list{
	font-size: 1.25rem;
}
.news_list li{
	margin-top: 1rem;
}
.news_list li:first-child{
	border-bottom: 0.0625rem solid #f5f5f5;
}
.news_list li:first-child p{
	display: -webkit-box;
}
.news_date{
	width: 15%;
	color: #c3c3c3;
}
.news_tit{
	width: 82%;
}
.news_tit h1{
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_tit p{
	font-size: 1rem;
	margin-top: .5rem;
	margin-bottom: 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display: none;
}

.tabindexListNew{
	
}
.tabindexListNew span{
	border:0.0625rem solid #e9e9e9;
	text-align: center;
	font-size: 1.25rem;
	float: left;
	width: 14.125rem;
	height: 4.25rem;
	line-height: 4.25rem;
}
.tabindexListNew span:first-child{
	border-right: 0;
}
.tab{
	background: #da761d;
	color: #fff;
}

.page4 .page4_tt{
	position: absolute;
    top: 20vh;
	width: 75vw;
}
.page4 .p_name{
	padding-top: 0;
}
.page4 .p_tit{
	font-size: 1.75rem;
}
.page4 ul.page4_cont{
	position: absolute;
	bottom: 0;
	width: 75vw;
	display: table;
    table-layout: fixed;
}
.page4 ul.page4_cont li{
	width: 25%;
	padding: 0 3%;
	box-sizing: border-box;
	border-left: 0.0625rem solid #fff;
	height: 60vh;
	display: table-cell;
    vertical-align: middle;
	transition: all .5s;
}
.page4 ul.page4_cont li:first-child{
	border: 0;
}
.page4 ul.page4_cont li:nth-child(1){
	animation-delay: .5s;
}
.page4 ul.page4_cont li:nth-child(2){
	animation-delay: 1s;
}
.page4 ul.page4_cont li:nth-child(3){
	animation-delay: 1.5s;
}
.page4 ul.page4_cont li:nth-child(4){
	animation-delay: 2s;
}
.page4 ul.page4_cont li img{
	height: 2.25rem;
}
.page4 ul.page4_cont li h1{
	font-size: 1.75rem;
	font-weight: bold;
	margin-top: 1.25rem;
}
.page4 ul.page4_cont li p{
	font-size: 1.125rem;
	margin-top: 1.25rem;
	line-height: 2.25rem;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.page4 ul.page4_cont li:hover{
	backdrop-filter: blur(10px)
}
.page4 ul.page4_cont li:hover p{
	height: 20vh;

}

.page5 .p_box_left{
	width: 26vw;
}
.page5 .p_name{
	padding-top: 10vh;
	text-align: left;
}
.page5 .p_summary{
	padding: 5vh 0;
	width: 100%;
	font-size: 1.25rem;
}
.page5 .whjs_ul{
	position: absolute;
	width: 40vw;
	right: 12.5vw;
	bottom: 0;
	color: #fff;
	font-size: 1.75rem;
}
.page5 .whjs_ul li{
	position: relative;
	width: 50%;
	float: left;
}
.page5 .whjs_ul li:nth-child(1){
	animation-delay: 1.5s;
}
.page5 .whjs_ul li:nth-child(2){
	animation-delay: 2s;
}
.page5 .whjs_ul li>img{
	width: 100%;
}
.page5 .whjs_ul li a{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2rem;
	width: 100%;
	box-sizing: border-box;
}
.page5 .whjs_ul li a img{
	float: right;
	width: 1.5625rem;
	margin-top: 1rem;
}

.page6{
	
}
.page6 .p_name{
	padding-top: 0;
	padding-bottom: 5vh;
}
.page6 .news_box{
	background: #fff;
	color: #000;
}
.page6 .tabindexList{
	font-size: 1.75rem;
	font-weight: bold;
	animation-delay: .5s;
}
.page6 .tabindexList span{
	position: relative;
	z-index: 10;
	padding-left: 2rem;
	margin-left: 5rem;
}
.page6 .tabindexList span.tab{
	background: transparent;
}
.page6 .tabindexList span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
	width: 0.8125rem;
	height: 0.9375rem;
	background: url(/jydb/uiFramework/commonResource/zip/jydb/img/tab_icon.png) no-repeat;
	background-size: 100% 100%;
}
.page6 .tabindexList span.tab:before{
	background: url(/jydb/uiFramework/commonResource/zip/jydb/img/tab_icon_state.png) no-repeat;
	background-size: 100% 100%;
}
.page6 .news_box{
	animation-delay: 1s;
	width: 100%;
}
.page6 .news_box .news_list{
	padding-right: 1rem;
}
.page6 .news_box .news_list li{
	margin-top: 3rem;
}
.page6 .news_box .news_tit p{
	margin-top: 1rem;
}

.page7{
	
}
.p_box_left{
	width: 25vw;

}
.page7 .p_name{
	text-align: left;
	padding-bottom: 20vh;
	margin-top: -20vh;
}
.page7 .p_tit{
	font-size: 3rem;
	font-weight: normal;
	text-align: left;
	position: relative;
	margin-bottom: 2vh;
}
.page7 .p_tit:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 2em;
	background: #fff;
	height: 0.0625rem;
}
.page7 .p_summary{
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.875rem;
}
.page7 .swiper-xxgk{
	position: absolute;
	right: 0;
	top: 20vh;
	width: 57vw;
	overflow: hidden;
}
.page7 .swiper-xxgk .swiper-slide{
	width: 25vw;
	height: 60vh;
	position: relative;
}
.page7 .swiper-xxgk .swiper-slide>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page7 .swiper-xxgk .swiper-slide h1{
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 5rem;
	width: 90%;
	margin: 0 5%;
	color: #fff;
	font-size: 1.75rem;
	transition: all .5s;
}
.page7 .swiper-xxgk .swiper-slide:nth-child(1){
	animation-delay: 1.5s;
}
.page7 .swiper-xxgk .swiper-slide:nth-child(2){
	animation-delay: 2s;
}
.page7 .swiper-xxgk .swiper-slide:nth-child(3){
	animation-delay: 2.5s;
}
.page7 .swiper-xxgk .swiper-slide_hover h1{
	padding-bottom: 2.5rem;
	border-bottom: 0.375rem solid #fff;
}

.page7 .swiper-xxgk .swiper-slide h1 img{
	float: right;
}
.page7 .swiper-xxgk .swiper-slide .xxgk_bg{
	background: rgba(218,118,29,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all .5s ease;
}
.page7 .swiper-xxgk .swiper-slide_hover .xxgk_bg{
	height: 60%;
	background: linear-gradient(rgba(255,255,255,0), rgba(218,118,29,.8));
}







/* 企业概况 */

.ej_banner{
	position: relative;
}
.ej_banner img{
	width: 100%;
}
.ej_banner .ej_banner_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	top: 45%;
	text-align: center;
}
.ej_banner .ej_banner_text h1{
	font-size: 3rem;
	color: #fff;
	text-shadow:5px 5px 5px #000;
}
.ej_nav_box{
        width:100%;
	position: relative;
        z-index:10;
        top: 0;
	background: #f0f0f0;
}
.ej_nav{
	text-align: center;
	border-bottom: 0.0625rem solid #e0e0e0;
}
.ej_nav li{
	position: relative;
	margin: 0 2.5rem;
	display: inline-block;
	font-size: 1.125rem;
	color: #333333;
	line-height: 3.9375rem;
}
.bottomLine{
    position: absolute;
    left: 0;
    bottom:0;
	z-index: 1;
    background-color: #ff9000;
    transition: all 0.3s ease;
    height: 0.25rem;
    width: 0;
}
.ej_tit{
	font-weight: bold;
	font-size: 2.25rem;
	padding-top: 6.25rem;
	padding-bottom: 4.375rem;
	text-align: center;
}
.ej_tit img{
	width: 1.5rem;
	margin-right: 1.25rem;
}
.qygk_jj{
	font-size: 1.125rem;
	color: #666;
	margin-bottom: 4.375rem;
}
.qygk_jj h1{
	font-size: 1.5rem;
	color: #666;
}
.qygk_jj p{
	margin-top: 2.5rem;
}
.qygk_sum{
	width: 62.5rem;
	margin: auto;
	background: #f9f9f9;
	text-align: center;
	padding: 3.5rem 0 5rem 0;
}
.qygk_sum li{
	float: left;
	width: 33.33%;

}
.qygk_sum li .suzi{
	border-left: 0.0625rem solid #999999;
	box-sizing: border-box;
}
.qygk_sum li:first-child .suzi{
	border-left: 0;
}
.qygk_sum img{
	height: 4.375rem;
	margin-bottom: 2.5rem;
}
.qygk_sum h1{
	font-size: 4rem;
	color: #ff9000;
}
.qygk_sum p{
	font-size: 1rem;
	color: #666666;
}
.qygk_fzlc{
	margin-top: 10rem;background: #FBFBFB;
}

.both{ clear: both;}
.history-header{ height: 30rem; background-size: cover; background-image:url(/jydb/uiFramework/commonResource/zip/jydb/img/qygk_fzlc_bg.png); background-position: center;color: #fff;}
.history-header .ej_tit{padding: 0;}
.history-header h2{ text-align: center; font-size: 1.875rem; line-height: 2.8125rem; padding-top: 7.25rem; }

.progress-bar{ /*width: 33.125rem;*/text-align:center; margin: auto; padding-top: 4.375rem;}
.progress-bar .node{ width:1.5rem ; height: 1.5rem; /* float: left; */position: relative; border-radius: 50%; background:rgba(255,255,255,0.5);cursor: pointer;display:inline-block;    vertical-align: middle;}
.progress-bar .node .txt{ position: absolute; font-size: 1rem; top: -30px; width: 12.5rem; text-align: center; left: 50%;  margin-left: -6.5rem;}
.progress-bar .node .core{ width:1.125rem; height: 1.125rem; position: absolute; top:0.1875rem;  left:0.1875rem;  border-radius: 50%;background: #fff; }
.progress-bar .node.active .core{ background: #0072ff; }
.progress-bar .line{ /*float: left; */height: 0.125rem;  background:rgba(255,255,255,0.5); width:6.25rem; /*margin-top: 0.6875rem;*/display:inline-block;    vertical-align: middle;}


.history-content{margin: 0px 3%;height: 25.8125rem; background: #FBFBFB ; color: #5F6464; overflow: hidden;position:relative;}
.en-us .history-content{
  height: 38.75rem;
}

.history-main{ width: 625rem; position: absolute;}
.history-main-box{/* width: 24rem;*/width: 17rem; float: left; margin-right: 25px;}
.history-title{ font-size: 3rem;font-weight: 500;font-style:italic;padding-top: 5rem; line-height: 2.25rem;  padding-bottom: 1.875rem; border-bottom:1px solid #D8D9DC; margin-bottom: 1.125rem;color: #2A2E2E;}
.history-main-box .li{ line-height: 1.5625rem; margin-bottom: 1.125rem; font-size: 0.875rem;}
.history-main-box .li .left{ display:none;float: left; width: 2.5rem; padding-right: 0.625rem;  text-align: right;}
.history-main-box .li .right{ /*width: 20rem; */width:100%;float: left;}

.history-content .mod-con{ position: relative;}

.clearfix-mission{ display: none;}

.history-button{ display: none;}


.qygk_dt{
	width: 100%;
	height: 35rem;
	margin-bottom: 12.5rem;
}
.qygk_dt img{
	height: 100%;
}

/* 组织架构 */
.ej_cont{
	padding-bottom: 10rem;
}


/* 文字新闻列表 */
.list_wz{
	
}
.list_wz li{
	padding: 2.5rem;
	border: 0.0625rem solid #e0e0e0;
	position: relative;
	margin-bottom: 1.875rem;
}
.list_wz li:before{
	content: '';
	display: block;
	width: 0.375rem;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
	background: #0072ff;
	transition: all .5s;
}
.list_wz li:hover:before{
	background: #ff9000;
}
.list_wz li h1{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list_wz li p{
	font-size: 0.875rem;
	color: #999999;
}

/* 图片新闻列表 */
.list_pic li{
	float: left;
	width: 32%;
	margin-left: 2%;
	background: #f0f0f0;
	margin-bottom: 3.75rem;
}
.list_pic li:nth-child(1),.list_pic li:nth-child(4),.list_pic li:nth-child(7),.list_pic li:nth-child(10),.list_pic li:nth-child(13){
	margin: 0;
}
.list_pic li:hover img{
	transform: scale(1.05);
}
.pic_box{
	overflow: hidden;
	width: 100%;
	height: 13.75rem;
}
.list_pic li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.list_pic .list_pic_text{
	padding:2.5rem 1.875rem;
}
.list_pic li h1{
	font-size: 1.125rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 3.125rem;
}
.list_pic li p{
	font-size: 0.875rem;
	color: #999999;
}

/* 金玉之声 */
.n1{
	position: relative;
	margin-top: 5rem;
	
}
.n1 .n1_pic{
	width: 25rem;
	height: 35rem;
	position: absolute;
	left: 0;
	bottom: 1rem;
	transition: all 1s;
}
.n1:hover .n1_pic{
	transform: rotate(1deg);
}
.n1 .rb{
	width: 38rem;
	margin-right: 5.625rem;
}
.n1 h1{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 3.75rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.n1 .n1_xx{
	background: #f9f9f9;
	padding: 3.125rem 0;
	width: 100%;
}
.n1 h2{
	font-size: 1.125rem;
	font-weight: bold;
}
.n1 p{
	margin-top: 1.875rem;
	margin-bottom: 2.875rem;
	line-height: 1.75rem;
	font-size: 1rem;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.n1_btn a{
	width: 13.75rem;
	line-height: 3.5rem;
	font-size: 1.125rem;
	text-align: center;
}
.n1_btn a.bt1{
	color: #fff;
	background: #ff9000;
}
.n1_btn a.bt2{
	border: 0.0625rem solid #333333;
	color: #333333;
}
.pdf_box{position:fixed;width:100%;height:100%;z-index:-1;top:-100%;opacity:0;transition:all 1s;text-align:center;}
.pdf_box_state{top:0;opacity:1;z-index:10;}
.pdf_box:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);}
.media{position:relative;top:15%;display:inline-block;}
.jyzs_qk .wq_box{
	padding: 6.25rem 0;
}
.jyzs_qk .wq_box>h1{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 3.75rem;
	text-align: center;
}
.n1_ul li{
	float: left;
	width: 49%;
	margin-left: 2%;
	padding: 2.5rem 1.25rem;
	box-sizing: border-box;
	background: #f9f9f9;
	margin-bottom: 1.25rem;
	transition: all .5s;
}
.n1_ul li:hover{
	background: #ddd;
}
.n1_ul li:nth-child(odd){
	margin-left: 0;
}
.n1_ul li .d1 img{
	width: 12.125rem;
        height:17rem;
}
.n1_ul li .d2{
        max-width:18rem;
	margin-left: 3.125rem;
	height: 14.375rem;
	position: relative;
	font-size: 1.125rem;
}
.n1_ul li .d2 h1{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.n1_ul li .d2 h2{
	color: #999999;
}
.n1_ul li .d2 p{
	position: absolute;
	left: 0;
	bottom: 0;
}
.n1_ul li .d2 p img{
	height: 1.125rem;
	margin-right: 1rem;
}
.whq_box{
	position: relative;
}
.whq_box .ej_tit{
        color:#fff;
	position: absolute;
        z-index:10;
	width: 100%;
}
.swiper-whq{
	position: relative;
	overflow: hidden;
}
.swiper-whq .swiper-slide img{
       width:100%;
	height: 45rem;
}
.swiper-whq .swiper-pagination{
	bottom: 3.75rem;
}
.swiper-whq .swiper-pagination-bullet{
	width: 0.875rem;
	height: 0.875rem;
	margin: 0 0.5rem;
	background: #fff;
	opacity: 1;
}
.swiper-whq .swiper-pagination-bullet-active{
	background: #ff9000;
}

/* 员工风采 */
.ygfc_ul li{
	width: 32%;
	float: left;
	background: #fff;
	position: relative;	
	margin-bottom: 2rem;
}
.ygfc_ul li:nth-child(2),.ygfc_ul li:nth-child(5),.ygfc_ul li:nth-child(8){
	margin: 0 2%;
}
.ygfc_ul li{
	cursor: pointer;
}
.ygfc_ul li:hover .d1 img{
	transform: scale(1.05);
}
.ygfc_ul li:hover .d1 .pic_play{
	opacity: 1;
}
.ygfc_ul li:hover .d1 .pic_play img{
	margin-top: 2.5rem;
}
.ygfc_ul li:hover .d2{
	padding-top: 1.625rem;
	padding-bottom: 1.625rem;
	border-bottom: 0.25rem solid #ff9000;
}
.ygfc_ul li:hover .d2 h1{
	
}
.ygfc_ul li:hover .d2 p{
	padding: 1.625rem 0;
	max-height: 5.375rem;
}

.ygfc_ul li .d1{
	width: 100%;
	height: 16.875rem;
	overflow: hidden;
	position: relative;
}
.ygfc_ul li .d1 .pic_play{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	transition: all .5s;
	text-align: center;
}
.ygfc_ul li .d1 .pic_play img{
	width: 3.625rem;
	height: 3.625rem;
	transition: all .5s;
}
.ygfc_ul li .d1>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.ygfc_ul li .d2{
	position: absolute;
	left: 5%;
	bottom: 2rem;
	width: 90%;
	padding: 4.375rem 1.25rem 3.125rem 1.25rem ;
	box-sizing: border-box;
	font-size: 1rem;
	background: #fff;
	border-bottom: 0.125rem solid #0072ff;
	transition: all .5s;
}
.ygfc_ul li .d2 h1{
	font-size: 1.5rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ygfc_ul li .d2 p{
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.ygfc_ul li .d3{
	height: 7.5rem;
	box-shadow: 0 0 5px 5px #efefef;
}
.ygfc_ul li .ygfc_Pic{
	width: 0;
	height: 0;
	overflow: hidden;
}

/* 党建廉政 */
.djlz_list li{
	margin-bottom: 2.5rem;
	background: #f9f9f9;
}
.djlz_list li .d1{
	width:26.875rem;
	height: 15rem;
	overflow: hidden;
}
.djlz_list li .d1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.djlz_list li:hover .d1 img{
	transform: scale(1.02);
}
.djlz_list li .d2{
	width: 43.75rem;
	padding-top: 2.5rem;
	padding-bottom: 1.875rem;
	padding-right: 1.875rem;
}
.djlz_list li .d2 h1{
	font-size: 1.5rem;
	font-weight: bold;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.djlz_list li .d2 p{
	font-size: 1rem;
	color: #999999;
	padding: 1rem 0;
}

/* 招聘信息 */
.zxns_list li{
	line-height: 5rem;
	font-size: 1.125rem;
	color: #999999;
	border-bottom: 0.0625rem solid #e0e0e0;
	transition: all .3s;
}
.zxns_list li:first-child{
	border-top: 0.0625rem solid #e0e0e0;
}
.zxns_list li:hover{
	background: #f9f9f9;
}
.zxns_list li:hover .d5{
	background: url(/jydb/uiFramework/commonResource/zip/jydb/img/zpxx_jiantou_state.png) left center no-repeat;
	background-size:1.375rem 0.875rem ;
}
.zxns_list li>div{
	float: left;
	padding-right: 0.5%;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zxns_list li .d1{
	width: 35%;
	font-size: 1.75rem;
	font-weight: bold;
	color:#333;
}
.zxns_list li .d2{
	width: 19%;
}
.zxns_list li .d3{
	width: 14%;
}
.zxns_list li .d4{
	width: 26%;
}
.zxns_list li .d5{
	width: 5%;
	height: 5rem;
	background: url(/jydb/uiFramework/commonResource/zip/jydb/img/zpxx_jiantou.png) left center no-repeat;
	background-size:1.375rem 0.875rem ;
}
.zxns_list li .d5 a{
        display:block;
	width: 100%;
	height: 100%;
}



/* 详细页面 */

.xilan_back{
	line-height: 5.625rem;
	background: #f0f0f0;
	font-size: 1.125rem;
}
.xilan_back img{
	margin-right: 1.25rem;
}
.zp_cont{
	padding: 7.5rem 0;
}
.zp_cont .tit{
	font-size: 2.25rem;
	font-weight: bold;
	position: relative;
}
.zp_cont .tit h2,.zp_cont .tit h3{font-size: 1.5rem;}

.zp_cont .sub{
	color: #666666;
	font-size: 1.125rem;
	padding-top: 3.125rem;
	padding-bottom: 5rem;
	border-bottom: 0.0625rem solid #e0e0e0;
}
.zp_cont .sub span{
	padding: 0 2.5rem;
	color: #eeeeee;
}
.zp_cont .con{
	padding: 3rem 0;
	color: #666666;
	border-bottom: 0.0625rem solid #e0e0e0;
	font-size: 1.5rem;
	position: relative;
}
.zp_cont .con h1{
	padding-bottom: 2.5rem;
	font-weight: bold;
	font-size: 1.75rem;
	color: #333;
}
.zp_cont .con p{
	margin: 1rem 0;
}
.zp_cont .con .youxiang{
	font-size: 1.5rem;
	color: #666666;
}
.zp_cont .con .youxiang img{
	height: 1.5rem;
	margin-left: 1rem;
	margin-right: 0.5rem;
}
.zp_cont .con .youxiang a{
	color: #ff9000;
	text-decoration: underline;
}
.xx_cont table{margin:auto;max-width:100%;}
.xx_cont img{
   max-width:100%;
}
.xx_cont p{
   width:100%;
   min-height:0.1rem;
   margin:16px 0;
   font-size: 16px;
font-family: 'Microsoft Yahei','SimHei','SimSun';
}
.xx_cont p img{
  max-width:100%;
}
.xx_cont .sub{
	margin-bottom: 3.125rem;
}
.xx_cont .tit,.xx_cont .sub{
	text-align: center;
	position: relative;
}
.xx_cont .sub{
	padding: 3.125rem 0;
	
}
.zp_cont .tit #share_box{
	left: inherit;
	right: 0;
	bottom: 0;
	width: 22rem;
	background: transparent;
}
#share_box{width: 32.5rem;margin: auto;position: absolute;left: 21.25rem;bottom: -1rem;background: #fff;font-size: 1.125rem;color: #666666;font-weight: normal;}
#share_box>a{margin-left: 1.5rem;}
#share_box>a>img{width: 2.25rem;}
#share_box ul{display: inline-block;vertical-align: middle;}
#share_box a{cursor:pointer;}
#share_box li{display: inline-block;vertical-align: middle;}
#share_box li a{width: 2rem;height: 2rem;display:inline-block;background-size:100% 100% ;background-repeat:no-repeat ;padding: 0;line-height: initial;margin: 0;margin-left: 1.25rem;margin-top: 0.3rem;}
#share_box .content_qq{background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/shareQQ.png);}
#share_box .content_sina{background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/shareWB.png);}
#share_box .content_weixin{background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/shareWX.png);}
/* #content-share-list .content_qq:hover{background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/shareQQ_hover.png);}
#content-share-list .content_sina:hover{background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/shareWB_hover.png);}
#content-share-list .content_weixin:hover{background-image: url(/jydb/uiFramework/commonResource/zip/jydb/img/shareWX_hover.png);} */
#content{padding: 5.625rem 0 14.375rem 0;border-bottom: 0.125rem solid #e0e0e0;}


/* 人才理念 */
.rcln_box{
	
}
.rcln_tit{
	text-align: center;
}
.rcln_tit h1{
	font-size: 2.25rem;
	padding-bottom: 1.25rem;
}
.rcln_tit h1 strong{
	font-size: 3rem;
	color: #ff9000;
}
.rcln_tit p{
	font-size: 1.5rem;
	color: #666666;
}
.rcln_ul li{
	position: relative;
	margin-top: 5.625rem;
	width: 100%;
	overflow: hidden;
}
.rcln_ul li>img{
	width: 100%;
	transform: scale(1.02);
	transition: all .5s;
}
.rcln_ul li:hover >img{
	transform: scale(1);
}
.rcln_ul li .dd{
	position: absolute;
	right: 0;
	top: 6.25rem;
	width: 46.25rem;
	height: 27.5rem;
	padding: 0 3.75rem;
	background: #f9f9f9;
	box-sizing: border-box;
}
.rcln_ul li:nth-child(2) .dd{
	left: 0;
}
.rcln_ul li .dd h1{
	font-size: 2rem;
	padding-top: 5rem;
	padding-bottom: 2.5rem;
}
.rcln_ul li .dd h1 img{
	height: 5.625rem;
}
.rcln_ul li .dd h1 span{
	float: right;
	width: 28.75rem;
}
.rcln_ul li .dd p{
	line-height: 2rem;
	font-size: 1.125rem;
	color: #666666;
}

/*分页*/
.fy {text-align:center;padding-top:5rem;font-size:1rem;color:rgb(124,124,124);}
.fy div{
      display:inline-block;
}
.fy a{margin:0 0.5rem;}
.fy .NormalRed{color:rgb(5,117,255);}
.fy_s,.fy_x{padding:0.2rem 0.7em;border:1px solid #ddd;}
.fy .easysite-page-text{border:1px solid #ddd;width:3rem;text-align:center;}
.fy .easysite-jump-page{padding-left:2rem;}
.fy .easysite-jump-btn{margin-left:1rem;background:#fff;}

/*企业荣誉*/
#certify {
	position: relative;
	width: 75rem;
	margin: 0 auto;
	margin-bottom: 6.25rem;
}

#certify .swiper-container {
	
}

#certify  .swiper-slide {
	width: 50rem;
	height: 34.375rem;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 1.25rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	margin: 0 0.625rem;
	opacity: 1;
	background: #757575;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background:#ff9000;
}

#certify .swiper-button-prev {
	top:45%;
	left: 7.5rem;
	width: 1.75rem;
	height: 3.25rem;
	background: url(/jydb/uiFramework/commonResource/image/2022101014593677949.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}


#certify .swiper-button-next {
	top:45%;
	right: 7.5rem;
	width: 1.75rem;
	height: 3.25rem;
	background: url(/jydb/uiFramework/commonResource/image/2022101014594325077.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.tabindexListRy{
	font-size: 1.5rem;
	border-bottom: 0.0625rem solid #e0e0e0;
         margin-bottom:3rem;
}
.tabindexListRy .tab{
	font-weight: bold;
	color:#0072ff;
	background: transparent;
}
.tabindexListRy .tab:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.0625rem;
	background: #0072ff;
}
.tabindexListRy span{
	position: relative;
	float: left;
	margin-right: 3.125rem;
	padding-bottom: 1.25rem;
}
.tabindexListRy span:first-child{
	padding-left:1.5rem;
	padding-right:1.5rem;
}
.swiper-containerRy .list_pic li h1{
        margin-bottom:0;
        text-align:center;
        color:#333333;
        font-weight:normal;
}
.swiper-containerRy .list_pic li p{
        display:none;
}



.foot_top{
	padding: 5.625rem;
	background: #f0f0f0;
}
.foot_bottom{
	line-height: 6.25rem;
	background: #025ba7;
}
.foot_left{
	width: 30rem;
}
.foot_left .foot_logo{
	width: 100%;
	margin-bottom: 4.375rem;
}
.foot_left select{
	display: block;
	width: 100%;
	border: 0;
	outline: 0;
	height: 3.75rem;
	line-height: 3.75rem;
	padding: 0 2.5rem;
	box-sizing: border-box;
	font-size: 1.125rem;
	color: #333333;
	margin-bottom: 0.125rem;
}
.foot_left option{
	font-size: 1.125rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.foot_right{
	padding: 0.75rem;
	background: #fff;
}
.foot_right .foot_ewm{
	width: 11.25rem;
}
.foot_right p{
	padding: 1.25rem 0;
	color: #999999;
	font-size: 1.125rem;
	text-align: center;
}

.foot_bottom{
	color: #FFFFFF;
	font-size: 1rem;
}
.foot_bottom .foot_beian span{
	margin-right: 1.25rem;
	display: inline-block;
}
.foot_bottom .foot_link{
	font-size: 1.125rem;
}
.foot_bottom .foot_link span{
	margin: 0 1.25rem;
}




@media screen and (max-width: 768px) {
.index-foot{display:none;}
	.w75{width: 90vw;}
	.w1200{width: 96%;padding: 0 2%;}
         #banner{display:none;}
         #banner_ydb{display:block;}
	.header{height: 10vh;}
	.logo img{width: 60vw;}
	.alink{display: none;}
	.caidan>a{width: 20vw;height: 7vh;}
	.caidan>a>img {
		width: 5vw;
		margin-top: 2.53vh;
	}
	.page1 .swiper_text{
		top: 40%;
		left: 5vw;
		width: 90vw;
	}
   .page1 .swiper_text h1 {
		font-size: 2rem;
	}
	.page1 .swiper-slide:nth-child(2) .swiper_text{
		left: 12.5vw;
	}
	.page1 .gallery-thumbs_box{
		width: 100%;
		left:0;
	}
.new_pic_a img{max-height:12rem;}
.new_pic_a img{max-height:12rem;}
 .page2{
	 background-image:url(/jydb/resource/cms/2022/11/page2_bg_ydb.jpg) ;
 }
 .page3{
 	 background-image:url(/jydb/resource/cms/2022/11/page3_bg_ydb.jpg) ;
 }
  .page4{
 	 background-image:url(/jydb/resource/cms/2022/11/page4_bg_ydb.jpg) ;
 }
  .page5{
 	 background-image:url(/jydb/resource/cms/2022/11/page5_bg_ydb.jpg) ;
 }

  .page7{
 	 background-image:url(/jydb/resource/cms/2022/11/page6_bg_ydb.jpg) ;
 }
 
	.fp-xian .xian{
		height: 10vh;
	}
	body #fp-nav.fp-left{
		top: 45vh;
	}
	.page1 .gallery-thumbs{
		height: 12vh;
	}
	.page1 .gallery-thumbs .swiper_text2{
		padding: 0 .5rem;
		font-size: 1rem;
	}
	.page1 .gallery-thumbs .swiper_text2 h1 {
		margin: 2vh 0 0.5vh 0;
	}
	.page1 .gallery-thumbs .swiper_text2 img{
		width: 1rem;
	}
	.caidan .nav{
		width: 80vw;
		right: -80vw;
	}
	.caidan .nav_open{
		right: 0;
	}
	.caidan .caidan_close img {
		width: 5vw;
	}
	.caidan .candan_address p{
		padding-right: 1%;
		padding-bottom: 1vh;
	}
	.son1>li>p{
		font-size: 1.125rem;
		line-height: 5vh;
	}
	.son1>li>p>b{
		height: 5vh;
	}
	.son2>li{
		line-height: 3vh;
		font-size: 0.875rem;
	}
	.son2>li>b{
		height: 3vh;
	}
	.page2, .page3, .page4, .page5, .page6, .page7 {
		background-size: inherit;
	}
	.p_name {
		font-size: 1.25rem;
		padding-top: 0;
		float: none;
	}
	.p_tit {
		font-size: 1.5rem;
	}
	.p_summary {
		font-size: 0.7rem;
		line-height: inherit;
		width: 100%;
		margin: auto;
	}
	.p_info li {
		display: inline-block;
		padding: 0.5rem;
	}
	.p_info li h1 {
		font-size: 1.5rem;
	}
	.p_info li p{
		font-size: 0.6rem;
	}
	.page3 .p_name{
		margin-bottom: 4rem;
	}
        .page3 .tabindexListNew{
                width: 100%;
                position: absolute;
                left: 0;
                top: -4rem;
               text-align: center;
                font-size: 0;
         }
        .page3 .tabindexListNew span {
           border:0;
           float: none;
               display: inline-block;
            font-size: 1rem;
            width: 9.125rem;
          height: 3.25rem;
           background: #fff;
          line-height: 3.25rem;
       }
       .page3 .tabindexListNew span.tab{
         background: #da761d;
       }
	.page3 .news_box{
		padding: 0;
	}
	.news_pic, .news_tab{
		float: none;
		width: 100%;
	}
	.news_pic h1 {
		margin-top: 0.5rem;
		margin-bottom: 0rem;
		font-size: 1rem;
		padding: 0 1rem;
               text-align: center;
	}
	.tabindexListNew{
		text-align: center;
	}
	.tabindexListNew span {
		float: none;
		display: inline-block;
		font-size: 1rem;
		width: 6.125rem;
		height: 2.25rem;
		line-height: 2.25rem;
	}
        .news_tab{padding:2%;padding-bottom:2rem;box-sizing:border-box;}
	.news_list {
		font-size: 1rem;
	}
	.news_tit p {
		font-size: 0.875rem;
		display: none !important;
	}
        .news_list li:first-child{border:0;}
	.page4 .page4_tt {
		width: 90vw;
		left: 5vw;
		text-align:center;
	}
	.page4 .p_name {
		float: none;
	}
	.page4 .p_tit{
		font-size: 1.2rem;
                text-align:left;
	}
	.page4 ul.page4_cont{
		width: 90vw;
	}
	.page4 ul.page4_cont li{
		height: 40vh;
		padding: 0 2%;
		text-align: center;
	}
	.page4 ul.page4_cont li h1{
		font-size: 1rem;
	}
	.page4 ul.page4_cont li img{
		height: 1.5rem;
	}
	.page4 ul.page4_cont li p {
		font-size: 0.6rem;
		margin-top: 1rem;
		line-height: inherit;
	}
	.page5 .p_box_left{
		width: 100%;
	}
	.page5 .p_name{
		padding-top: 0;
		text-align: center;
		margin-top: -20vh;
	}
	.page5 .p_summary {
		padding: 1vh 0;
		width: 75%;
		font-size: .7rem;
	}
	.page5 .whjs_ul {
		width: 80vw;
		right: 10vw;
		font-size: 1.125rem;
	}
	.page5 .whjs_ul li a img{
		margin-top: .5rem;
	}
	.page6 .p_name {
		padding-bottom: 2vh;
	}
	.page6 .tabindexList {
		font-size: 1.125rem;
		text-align: center;
		float: none;
		margin-bottom: 1rem;
	}
	.page6 .tabindexList span {
		padding-left: 1rem;
		margin-left: 2rem;
	}
       .page6 .tabindexList span:first-child{
               margin-left: 0;
      }
	.page6 .tabindexList span:before {
		top: 0.5rem;
		width: 0.5rem;
		height: 0.6rem;
	}
	.page6 .news_box{
		padding: 0;
		box-sizing: border-box;
	}
         .page6 .new_pic_a img{
           max-height:16rem;
       }
	.page6 .news_box .news_list li{
		margin-top: 1rem;
	}
	.p_box_left{
		float: none;
		width: 100%;
	}
	.page7 .p_name {
		text-align: center;
		padding-bottom: 2vh;
		margin-top: -20vh;
	}
	.page7 .p_tit{
		font-size: ;
	}
	.page7 .p_tit {
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 2vh;
	}
	.page7 .p_tit:before{
		display: none;
	}
	.page7 .swiper-xxgk {
		right: 5vw;
		top: inherit;
		bottom: 0;
		width: 90vw;
	}
.page7 .swiper-xxgk .swiper-slide .xxgk_bg{
height: 60%;
    background: linear-gradient(rgba(255,255,255,0), rgba(218,118,29,.8));
}
	.page7 .swiper-xxgk .swiper-slide{
		height: 30vh;
		width: 27vw;
		margin-right: 1vw !important;
	}
	.page7 .swiper-xxgk .swiper-slide h1 {
		left: 0;
		bottom: 2rem;
		width: 90%;
		margin: 0 5%;
		color: #fff;
		font-size: 1rem;
		transition: all .5s;
	}
	.page7 .swiper-xxgk .swiper-slide h1 img {
		width: 1rem;
		margin-top: 0.5rem;
	}
	.page7 .swiper-xxgk .swiper-slide_hover h1{
		border-bottom: 0.125rem solid #fff;
	}
	
	.ej_banner .ej_banner_text h1 {
		font-size: 1.25rem;	
	}
	.ej_nav_box{
	/* 	position: sticky;
		top: 10vh; */
	}
	.ej_nav li {
		margin: 0 0.2rem;
		font-size: 0.9rem;
		line-height: 2.5rem;
	}
	.ej_tit {
		font-size: 1.5rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.qygk_jj {
		font-size: 0.9rem;
		margin-bottom: 2rem;
	}
	.qygk_jj h1 {
		font-size: 1.125rem;
	}
	.qygk_jj p {
		margin-top: 1rem;
	}
	.qygk_sum{
		width: 100%;
		padding: 1rem 0;
	}
	.qygk_sum img {
		height: 2.5rem;
		margin-bottom: 1rem;
	}
	.qygk_sum h1 {
		font-size: 2rem;
	}
	.qygk_sum p{
		font-size: .6rem;
	}
	.qygk_fzlc{
		margin-top: 2rem;
	}
	.history-header {
		height: 10rem;
		overflow: hidden;
		background-size: 100% 100%;
	}
	.history-header h2 {
		padding-top: 1rem;
	}
	.progress-bar {
		width: 90%;
		padding-top: 2rem;
	}
	.progress-bar .line{
		/*width: 3.9rem;*/
                width:1rem;
	}
	.history-title {
		font-size: 1.5rem;
		padding-top: 1rem;
		line-height: 2.25rem;
		padding-bottom: 1rem;
		margin-bottom: 1.125rem;
	}
	.qygk_dt {
		width: 100%;
		height: auto;
		margin-bottom: 3rem;
	}
        .xypj_pic img{width:70%;}
	.ej_cont{
		padding-bottom: 2rem;
	}
	.list_wz li {
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.list_wz li h1 {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.list_pic li {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 1rem !important;
	}
	.list_pic .list_pic_text {
		padding: 1rem;
	}
	.list_pic li h1 {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	
	.n1 {
		margin-top: 2rem;
		text-align: center;
	}
	.n1 .n1_pic {
		width: 40%;
		height: auto;
		bottom: 1rem;
		position: relative;
	}
	.n1 .rb {
		width: 100%;
		margin-right: 0;
	}
	.n1 h1 {
		font-size: 1.25rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	.n1 .n1_xx {
		padding: 1rem 0;
	}
	.n1 p{
		margin: 1rem 0;
		text-align: left;
	}
	.n1_btn a {
		width: 48%;
		line-height: 3rem;
	}
	.jyzs_qk .wq_box{
		padding: 1rem 0;
	}
	.jyzs_qk .wq_box>h1 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.n1_ul li {
		padding: 0.5rem;
		margin-bottom: 1rem;
	}
	.n1_ul li .d1{
		width: 30%;
	}
	.n1_ul li .d1 img{
		width: 100%;
               height:auto;
	}
	.n1_ul li .d2 {
		float: right;
		width: 65%;
		height: 8rem;
		margin-left: 0;
		font-size: 1rem;
	}
	.n1_ul li .d2 h1 {
		font-size: 1rem;
		margin-bottom: 1.25rem;
	}
        .n1_ul li .d2 h2{
                font-size: 0.8rem;
        }
	.swiper-whq .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.swiper-whq .swiper-pagination{
		bottom: 1rem;
	}
	.ygfc_ul li {
		width: 48%;
		height: 8rem;
		margin-bottom: 3rem !important;
	}
	.ygfc_ul li .d1 {
		width: 100%;
		height: 100%;
	}
	.ygfc_ul li .d2 {
		position: relative;
		bottom: 2rem;
		width: 90%;
		padding: 1rem;
		font-size: 0.6rem;
		box-shadow: 0 5px 5px #efefef;
	}
	.ygfc_ul li .d2 h1 {
		font-size: 0.9rem;
	}
	.ygfc_ul li .d2 p{
		display: none;
	}
	.ygfc_ul li .d3{
		display: none;
	}
	.ygfc_ul li:nth-child(even){
		margin-left: 2%;
	}
	.ygfc_ul li:nth-child(odd){
		margin-left: 0;
	}
	.ygfc_ul li .d1 .pic_play{
		opacity: 1;
		background: rgba(0,0,0,.1);
	}
	.ygfc_ul li .d1 .pic_play img {
		width: 2.5rem;
		height: 2.5rem;
		margin-top: 2rem;
	}
	.LookPicture .Look_before{
		left: 0 !important; 
	}
	.LookPicture .Look_next{
		right: 0 !important; 
	}
	
	
	.djlz_list li{
		margin-bottom: 1rem;
	}
	.djlz_list li .d1 {
		width: 40%;
		height: 6rem;
	}
	.djlz_list li .d2 {
		width: 55%;
		padding-top: 0;
		padding-bottom: 1rem;
		padding-right: 0;
	}
	.djlz_list li .d2 h1{
		font-size: 1rem;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 0.5rem;
	}
	.djlz_list li .d2 p{
		display: none;
	}
	
	
	.rcln_tit h1 {
		font-size: 1.25rem;
	}
	.rcln_tit h1 strong {
		font-size: 1.5rem;
	}
	.rcln_tit p {
		font-size: 1.125rem;
	}
	.rcln_ul li {
		margin-top: 2rem;
	}
	.rcln_ul li .dd {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		height: auto;
		padding: 0;
		padding-bottom: 1rem;
	}
	.rcln_ul li .dd h1 {
		font-size: 1rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		text-align: center;
	}
	.rcln_ul li .dd h1 img {
		height: 3rem;
	}
	.rcln_ul li .dd h1 span {
		float: right;
		width: 70%;
		text-align: left;
	}
	.rcln_ul li .dd p {
		line-height: inherit;
		font-size: 0.9rem;
	}
	
	.zxns_list li{
		line-height: 4rem;
		font-size: 0.8rem;
	}
	.zxns_list li .d1{
		font-size: 1rem;
	}
	.zxns_list li .d5 {
		height: 4rem;
		width: 6%;
	}


	.zp_cont{
		padding: 2rem 0;
		padding-bottom: 5rem;
	}
	.zp_cont .tit{
		font-size: 1.25rem;
	}
.zp_cont .tit h2,.zp_cont .tit h3{font-size: 1rem;}

	.zp_cont .sub{
		font-size: 0.9rem;
		padding: 1rem 0;
		padding-bottom: 2rem;
	}
	.zp_cont .sub span{
		padding: 0 0.5rem;
	}
	.zp_cont .sub{
		
	}
	.zp_cont .con{
		font-size: 1rem;
		padding: 1rem 0;
	}
	.zp_cont .con h1{
		padding-bottom: 1rem;
		font-size: 1.25rem;
	}
	.zp_cont .con .youxiang{
		font-size: 1rem;
	}
	
	
	#share_box {
		width: 70% !important;
		right: 0% !important;
		left: inherit;
		font-size: 0.9rem;
		text-align: right;
	}
	.xx_cont #share_box {
		text-align: center;
		right: 15% !important;
	}
	#share_box li a {
		width: 1rem;
		height: 1rem;
		margin-left: 0.5rem;
		margin-top: -0.3rem;
	}
	#share_box>a>img {
		width: 1rem;
	}
	
	#certify{
		width: 100%;
		margin-bottom: 2rem;
	}
	#certify .swiper-slide{
		width: 80%;
		height: 15rem;
	}
	#certify .swiper-button-prev {
		top: 45%;
		left: 3.5rem;
		width: 1rem;
		height: 2rem;
	}
	#certify .swiper-button-next{
		top: 45%;
		right: 3.5rem;
		width: 1rem;
		height: 2rem;
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 0.5rem;
		height: 0.5rem;
		margin: 0 0.2rem;
	}
	.tabindexListRy {
		font-size: 1.125rem;
	}
	.tabindexListRy span:first-child {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.tabindexListRy span {
		margin-right: 1rem;
		padding-bottom: 0.5rem;
	}
	
	.fy a{margin:0;}
	.fy .easysite-jump-page {
            padding-left: 0;
              margin-top: 1rem;
          }
	
	.foot_top{
		padding: 1rem;
	}
	.foot_left,.foot_right{
		width: 100%;
		float: none;
	}
	.foot_left{
		text-align: center;
	}
	.foot_left .foot_logo{
		width: 70%;
		margin-bottom: 2rem;
	}
	.foot_left select {
		height: 2.5rem;
		line-height: 2.5rem;
		padding: 0 2.5rem;
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.foot_right{
		padding: 0.5rem;
		box-sizing: border-box;
		text-align: center;
	}
	.foot_right .foot_ewm {
		width: 8rem;
	}
	.foot_right p {
		padding: 0.5rem 0;
		font-size: 1rem;
	}
	.foot_bottom {
		font-size: 0.8rem;
		line-height: inherit;
		padding: 0.5rem 0;
		text-align: center;
	}
	.foot_bottom .foot_link{
		float: none;
		font-size: 1rem;
	}
}