@charset "utf-8";
/* CSS Document */
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
*{padding:0;margin:0;}
body{word-break:break-all;word-wrap:break-word; margin:0 auto; overflow-x:hidden;padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;  }
img{border:none;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type: none;}
ul,ol,input{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0; padding:0;}
a{color:#000;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
li{ list-style:none;}
em,i{font-style:normal}
b,th{font-weight:normal;}
button,input,textarea{font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;outline: none;}/*input:focus{outline: none;}*/
textarea{resize:none;}
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/border:0}
input[type=”button”], input[type=”submit”], input[type=”reset”] {-webkit-appearance: none;/*去掉苹果默认样式*/}
.fl{float:left;}
.fr{float:right;}
.clearfix {zoom: 1;}
.clearfix:after {content: ".";width: 0;height: 0;visibility: hidden; display: block;clear: both;overflow:hidden;}
i, cite, em, var, address, dfn {font-style: italic;}
p{font-size: .225rem; line-height: 2em;}

@keyframes shake {
   0%, 100% {
           bottom: 15%;
       }
   50% {
           bottom: 14%;
}
 }
.shake-animation {
  animation: shake 5s infinite ease-in-out;
}

/* // 实现rem适配 */
@media screen and (max-width: 1024px) {
	html {
	  font-size: 42.66px !important;
	}
  }
  
  @media screen and (min-width: 1920px) {
	html {
	  font-size: 80px !important;
	}
  }


@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1727246748610') format('woff2'),
       url('../fonts/iconfont.woff?t=1727246748610') format('woff'),
       url('../fonts/iconfont.ttf?t=1727246748610') format('truetype');
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w_72{ width: 72%;}

.header{ width: 100%; margin: 0 auto; position: fixed; top: 0; left: 0; z-index: 40; transition: all .3s ease-in-out; height: 1.25rem; background: #ffffff; }
.header .head_lm{  height: 1.35rem; display: flex; align-items: center; margin: 0 auto; justify-content: space-between;}

.fgx_hg{ width: 100%; height: 1.25rem; margin: 0 auto; overflow: hidden;}

.logo{ width: 28%;}
.logo img{ width: 100%;}

.nav_list{ display: flex; width: 55%; align-items: center; height: 100%; margin-left: 8%;}
.nav_list ul{ display: flex; align-items: center; width: 95%; height: 100%; justify-content: space-between;}
.nav_list ul li{  height: 100%; display: flex; align-items: center; position: relative;}
.nav_list ul li>a{font-size: .275rem; line-height: .675rem; color: #333333; text-align: center; position: relative; }
.nav_list ul li:hover>a,.nav_list ul li.on>a{ color: #004ea2; font-weight: bold;}
.sub_nav{ display: none;}
.sub_nav {position: absolute; display: flex;z-index: 21; background: rgba(255, 255, 255, .8); top: 100%; left: 50%;padding: .125rem ;box-sizing: border-box; width: 220%;
  transition: all 0.5s ease-in-out;opacity: 0; visibility: hidden; transform: translateY(.25rem);  margin-left: -110%; }
.nav_list ul li:hover .sub_nav { opacity: 1;visibility: inherit; transform: translateY(0);}
.sub_nav dl{ margin: 0 auto; text-align: center;}
.sub_nav dl dd a{ font-size: .2rem; color: #333333; line-height: 2em;  transition: all 0.3s ease 0s; text-align: center; display: inline-block;} 
.sub_nav dl dd a:hover{ color: #004ea2; transform: scale(1.05); font-weight: bold;}
.nav_list ul li>a::after{position: absolute;content: ''; transform: scale(0); display: block; height: .025rem; background: #004ea2; left: 50%;  bottom: 0; transition: all 0.3s ease 0s; width: 0; transform: translateX(-50%);}
.nav_list ul li:hover>a::after,.nav_list ul li.on>a::after{ width: 50%;}

.sear_ico{ width: 30px; height: 30px; background-size: 100% 100%; background: url("../images/sear.png")no-repeat center center; display: block;}


.search-form {width: 100%;position: fixed;left: 0;top: 1.25rem;background: #fff;z-index: 30;padding: .375rem 0; display: none; border-top: 1px solid #cccccc;}
.search-form .w1200{width: 60%; margin: .2rem auto; display: flex; justify-content: space-between; border-bottom: 1px solid #cccccc; 0.925rem; align-items: center; background: url("../images/sear.png")no-repeat center left; background-size: .375rem .375rem;box-sizing: border-box; padding: 0 .2rem;}
.search-form .w1200 .search-btn img{ width: .375rem; height: .375rem;}
.search-form .w1200 input{ font-size: .2375rem; line-height: 1rem;border:none; background-color: transparent !important; text-indent: 2.5em; width: 85%;}
.search-form .w1200 form{display:flex; font-size: .2375rem; line-height: 1rem;border:none; background: none; text-indent: 2.5em; width: 100%;}
.search-form .w1200 .close{width: .375rem; height: .375rem;transition: all 0.3s ease 0s; cursor: pointer;}
.search-form .w1200 .close:hover{ transform: rotate(180deg);}

.ico_sear{ background: #164b93; font-size: .25rem; line-height: .7rem; color: #ffffff; border-radius: 5px; width: 1.25rem; text-align: center; margin: 0 auto;display:inline-block;}
.close_btn{width: .375rem; height: .375rem;transition: all 0.3s ease 0s; cursor: pointer; margin: .4rem auto .4rem .5rem;}
.close_btn:hover{ transform: rotate(180deg);}

.ban_con{ width: 100%; position: relative; overflow: hidden; }
.ban_con .swiper-slide{text-align: center;display: flex;justify-content: center;align-items: center; }
.ban_con .swiper-slide img{ width: 100%;display: block;object-fit: cover;}


.ban_con.swiper-container-horizontal>.swiper-pagination-bullets span{ margin: 0 .125rem;}
.ban_con .swiper-pagination-bullet{  background: #ffffff; width: .125rem; height: .125rem;}
.ban_con.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: .25rem;}

.ban_con .swiper-button-prev2,.ban_con .swiper-button-next2{ width: .75rem; height: .75rem; position: absolute; top: 50%;  border: 1px solid #ffffff; z-index: 100; border-radius: 50%;font-size: .45rem; color: #ffffff; line-height: .75rem;  opacity: .8;  transition: all 0.5s; text-align: center; cursor: pointer; transform: translateY(-50%);  opacity: 0;}
.ban_con .swiper-button-prev2{ left: 0;}
.ban_con .swiper-button-prev2:hover,.ban_con .swiper-button-next2:hover{ opacity: 1; background: rgba(255,255,255,.5);}
.ban_con .swiper-button-next2{right: 0;}
.ban_con:hover .swiper-button-prev2,.ban_con:hover .swiper-button-next2{ opacity: 1;}
.ban_con:hover .swiper-button-prev2{ left: 10%;}
.ban_con:hover .swiper-button-next2{ right: 10%;}

.ban_con .swiper-slide-active{ animation-name:slidescale; animation: slidescale 9s ease 0s normal none; -moz-animation: slidescale 9s ease 0s normal none; -webkit-animation: slidescale 9s ease 0s normal none; -o-animation: slidescale 9s ease 0s normal none; }

@-webkit-keyframes slidescale{from{transform: scale(1.1); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);    -o-transform: scale(1.1);} to{transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} }
@-moz-keyframes slidescale{from{transform: scale(1.1); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);    -o-transform: scale(1.1);} to{transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} }
@keyframes slidescale{from{transform: scale(1.1); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);    -o-transform: scale(1.1);} to{transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} }

.main_con{ width: 100%; margin: 0 auto;}

.mar50{ margin: .625rem auto;}
.bjys01{ background: url("../images/bjys01.jpg")no-repeat center bottom,#f4f6f9; background-size: 100% auto;}
.bjys02{background: url("../images/bjys02.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto; padding-bottom: .625rem;}
.bjys03{ background: url("../images/bjys03.jpg")no-repeat center bottom,#f5f6f8; background-size: 100% auto; padding-bottom: .75rem;}
.bjys04{ background: url("../images/bjys04.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto;}
.bjys05{ background: url("../images/bjys05.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto;}
.bjys06{background: url("../images/bjys06.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto;}
.bjys07{background: url("../images/bjys07.jpg")no-repeat center bottom,#eff3f9; background-size: 100% auto;}
.bjys08{background: url("../images/bjys08.jpg")no-repeat center bottom; background-size: 100% auto;}
.bjys09{background: url("../images/bjys09.jpg")no-repeat center top,#ffffff; background-size: 100% auto;}
/* .bjys11{background: url("../images/bjys11.jpg")no-repeat center bottom,#eff3f9; background-size: 100% auto;} */
.bjys10{background: url("../images/bjys10.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto;}
.bjys12{background: url("../images/bjys12.jpg")no-repeat center bottom,#0652a3; background-size: 100% auto;}
.bjys13{background: url("../images/bjys13.jpg")no-repeat center bottom,#f1f4fa; background-size: 100% auto; overflow: hidden; padding-bottom: .625rem;}
.bjys14{background: url("../images/bjys14.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto;}
.bjys15{background: url("../images/bjys15.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto;}
.bjys16{background: url("../images/bjys16.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto; padding-bottom: .375rem;}
.bjys17{background: url("../images/bjys17.jpg")no-repeat center bottom,#ffffff; background-size: 100% auto; padding-bottom: .375rem;}

.ind01{ width: 100%; margin: 0 auto;}
.ind01 .w_72,.ind03 .w_72,.foot_main .w_72,.ind04 .w_72,.ind02 .w_72{ margin: 0 auto;}
.tit_bt{ width: 100%; text-align: center;}
.tit_bt h3{ font-size: .525rem; color: #333333; line-height: .625rem; position: relative;}
.tit_bt p{ font-size: .225rem; color: #666666; line-height: .25rem; text-transform: uppercase;}
.cor_blue{ color: #004ea2;}
.tit_bt h3:after{ width: 1rem; height: .025rem; background: #004ea2; content: ""; position: absolute; top: .375rem; left: 36%;}
.tit_bt h3:before{ width: 1rem; height: .025rem; background: #004ea2; content: ""; position: absolute; top: .375rem; right: 36%;}
.up_new{ width: 100%;padding: .625rem 0;}
.up_new a{ /*width: 100%; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); background: #ffffff; /* height: 6.25rem; display: flex; align-items: center; transition: all 0.5s ease-in;*/}
.imgzb{ width: 49.99%; height: 6.25rem; overflow: hidden;float: left;}
.up_new a:hover .imgzb img{ transform: scale(1.05);}
.imgzb img{ width: 100%; height: 100%;transition: all 0.5s ease-in;}
.textyb{ padding:0 .375rem; width: 47%;float: right; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); background: #ffffff;height: 6rem;}
.textyb h3{ font-size: .325rem; line-height: .45rem; color: #333333; font-weight: normal; padding: .25rem 0; border-bottom: 1px solid #cccccc;}
.textyb p{ font-size: .225rem; color: #666666; line-height: .4rem;}
.textyb h4{ font-size: .225rem; color: #666666; font-weight: normal;line-height: .5rem; display: flex; align-items: center;/* margin: .125rem 0; */justify-content: flex-end;}
.textyb h4 i{ font-size: .325rem; color: #333333; margin-right: .125rem; }

.see_more{ width: 1.875rem; height: .625rem; line-height: .625rem; border: 1px solid #004ea2;z-index: 5; position: relative;border-radius: 5px; font-size: .2rem;font-family: "PingFang SC"; margin-top: .1rem ; display: block;}
.see_more .seeInfo {color: #004ea2;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;justify-content: center;}
.see_more::after {content: "";	position: absolute;	top: 0;left: 0;width: 0%;	height: 100%;background-color: #004ea2;transition-duration: 0.5s;}


.rczc_more{ width: 1.875rem; height: .625rem; line-height: .625rem; border: 1px solid #004ea2;z-index: 5; position: relative;border-radius: 5px; font-size: .2rem;font-family: "PingFang SC"; margin-top: .1rem ; display: block;float: right;}
.rczc_more .seeInfo {color: #004ea2;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;justify-content: center;}
.rczc_more::after {content: "";	position: absolute;	top: 0;left: 0;width: 0%;	height: 100%;background-color: #004ea2;transition-duration: 0.5s;}

.arrowRight {width: .0875rem;height: .1625rem;background: url("../images/arrowRights.png") no-repeat;margin-left: 10px; background-size: 100% 100%;}
.see_more:hover .seeInfo .arrowRight,.rczc_more:hover .seeInfo .arrowRight{background: url("../images/arrowRight.png") no-repeat;}
.see_more:hover::after ,.rczc_more:hover::after{width: 100%;}
.see_more:hover .seeInfo ,.rczc_more:hover .seeInfo{color: #ffffff;}

.down_new ul{ width: 100%; /* display: flex; justify-content: space-between; flex-wrap: wrap; margin: .375rem auto;*/}
.down_new ul li{ width: 100%;/* border-bottom: 1px dashed #cccccc; */ transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;}
.down_new ul li a{ display: flex; justify-content: space-between; align-items: center; font-size: .225rem; color: #333333;line-height: .65rem; transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;}
.down_new ul li p{ width: 80%;color: #333333; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;}
.down_new ul li span{ color: #666666; font-size: .2rem; line-height: .65rem;}
.down_new ul li:hover p{ color: #004ea2; font-weight: bold;}
.down_new ul li:hover a{ transform: translateX(10px);}



.ywly_list{ width: 100%; display: flex; justify-content: space-between; align-items: center; height: 6.1875rem; }
.ywly_list li{ width:17%;height: 6.1875rem; position: relative;cursor: pointer; overflow: hidden;transition: all ease 0.7s;}
.ywly_list li .img_box{position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.ywly_list li .zi_box{transition: all ease 0.4s;  display: flex; position: absolute;  left: .375rem; top: .375rem; flex-direction: row; z-index: 6;}
.ywly_list li .zi_box h3{ font-size: .375rem;color: #ffffff;font-weight: normal; line-height: .45rem; width: .5rem; }
.ywly_list li .zi_box p{ font-size: .225rem; color: #ffffff; line-height:  .3rem; width: .375rem;  margin-left: .125rem;}
.ywly_list li .zi_box02{  width: 100%;   transition: all ease 0.4s; height: 100%;position: absolute; left: 0;top:0; z-index: 3; background: rgba(0, 0, 0, 0.2);}
.ywly_list li.on{ width:49%;}
.ywly_list li.on .zi_box{/* opacity: 0; */display:block }
.ywly_list li.on .zi_box h3,.ywly_list li.on .zi_box p{width: 100%; display: block;}
.ywly_list li.on .zi_box p{margin-left: 0;margin-top: 15px;}
.ywly_list li .zi_box .zi_boxPic{opacity: 0;}
.ywly_list li.on .zi_box .zi_boxPic{position: absolute;right: 11px;top: 3px;width: 35px;opacity: 1;}
    
    
.ywly_list li.on .zi_box02{opacity: 0; }


.foot_main{ width: 100%; margin: 0 auto; }
.bjys_foot{ background: url("../images/foot_bj.jpg")no-repeat center bottom,#28282a; background-size: cover;}


.foot_list01{ width: 100%; display: flex; align-items: flex-start; padding: .1rem 2rem 0.5rem; position: relative;}
.foot_list01 img{display: inline;vertical-align: middle;}
.foot_list01 span,.foot_list01 p{font-size: .2rem;   color: #d4d5d5;  line-height: .45rem;}
.foot_list01 {
  justify-content: space-around;
}
.nav_footbt{ width: 52%;}
.nav_footbt ul{ display: flex; justify-content: space-around;}
.nav_footbt ul li{ display: flex;  flex-direction: column;}
.nav_footbt ul li h3{color: #d4d5d5; font-size: .25rem; line-height: .5rem; padding-bottom: .125rem;}
.nav_footbt ul li a{ font-size: .2rem; color: #d4d5d5; line-height: .45rem; transition: all ease 0.4s;}
.nav_footbt ul li a:hover{ color: #ffffff;}
.foot02{ width: 30%; margin-left: .625rem;}
.foot03{ position: absolute; right: 0; top: 0;}

.foot_demo{ width: 100%; height: .75rem; display: flex; align-items: center; border-top: 1px solid #3c3d3e; justify-content: center;} 
.foot_demo p{ font-size: .2rem; color: #afafaf; display: flex; align-items: center; justify-content: center; }
.foot_demo img{ width: .225rem; height: .25rem;  margin: 0 .0625rem;}

.footup01 h3{color: #d4d5d5; font-size: .25rem; line-height: .5rem;}
.add_box{ padding-top: .125rem;}
.add_box li{ font-size: .2rem; color: #d4d5d5; line-height: .45rem;}
.add_box li p{ font-size: .2rem;color: #d4d5d5; line-height: .45rem;} 

.foot03 h3{color: #d4d5d5; font-size: .25rem; line-height: .5rem;}
.foot03 ul{padding-top: .125rem;}
.foot03 ul li{ width: 1.7rem; display: flex; justify-content: center; flex-direction: column;}
.foot03 ul li img{ width: 1.7rem; height: 1.7rem;}
.foot03 ul li p{ font-size: .2rem; color: #d4d5d5; text-align: center; line-height: .45rem;}

.flink{ width: 100%; padding: .2rem .1rem .1rem;display: flex;justify-content: space-around;}
.flink dl{ width: 5rem; height: .455rem; border: 1px solid #d4d5d5; position: relative;}
.flink dl a{color: #d4d5d5;}
.flink dl dt{ font-size: .2rem; color: #d4d5d5; line-height: .455rem; padding-left: 1.425rem; position: relative;}
.flink dl dt:after{ transition: .3s;content: ""; background: url("../zyimg/ico03.png")no-repeat center center; width: .175rem; height: .075rem;
  background-size: 100% 100%; top: 50%; margin-top: -.0375rem; position: absolute; right: .2rem; }

  .flink dl dd{position: absolute;bottom: 35px; left: 0;  right: 0;background:#ffffff;/* padding: .125rem; */border-top: 1px solid #eee;z-index: 5;display: none; }
  .flink dl dd ul li{font-size: .2rem;text-align: center; line-height: .5rem;border-top:1px solid #dddbdb;}
  .flink dl dd ul li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #666;  text-overflow: ellipsis;white-space: nowrap;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis; overflow: hidden;}
  .flink dl dd ul li a:hover{color:  #004ea2;/* transform: scale(1.05);  font-weight: bold; */}
  .flink dl dd ul{overflow-y: auto; max-height: 2.1rem; }
  .flink dl dd ul::-webkit-scrollbar{width:6px}
  .flink dl dd ul::-webkit-scrollbar-track{background: #eee;border-radius: 5px}
  .flink dl dd ul::-webkit-scrollbar-thumb{border-radius:5px;background:#cccccc;}

.yqlj{
	font-size: 1.5em;
	color: white;
	float: left;
	padding: .05rem .2rem .05rem;
}

.links_fg{ width: 100%; height: .625rem; border-bottom: 1px solid #3c3d3e;}
.links_light{ width: 100%; height: .2rem; border-bottom: 1px solid #d4d5d5;}
.tit_bt02{ margin-top: .75rem;}
.tit_bt02 h3{font-size: .525rem; color: #333333; line-height: .625rem; position: relative;width: 2.5rem;}
.tit_bt02 p{font-size: .225rem; color: #666666; line-height: .25rem; text-transform: uppercase;}
.tit_bt02 h3::after{ content: ""; position: absolute; top: 1.2rem; left: 0; width: 1rem; height: .025rem; background:#004ea2;}
.dis_fx{ display: flex; }
.btn_list{ margin-left: 1rem;}
.btn_list ul{ display: flex; justify-content: space-between; margin: .75rem auto;}
.btn_list ul li{ background: #ffffff; width: 6.2rem; height: 2.25rem; transition: all ease 0.4s; margin: 0 .4rem;  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);}
.btn_list ul li a{ display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.btn_list ul li:hover{ transform: translateY(-5px);}
.btn_list ul li:hover .icos_list img{  transform: rotate(360deg);}
.icos_list{ width: 1.125rem; height: 1.125rem;}
.icos_list img{ width: 100%; height: 100%;transition: all ease 0.8s;}
.btn_p{ margin-left: .25rem;}
.btn_p h3{ font-size: .375rem; line-height: .5rem; color: #333333; font-weight: normal; }
.btn_p p{ font-size: .225rem; color: #666666; line-height: .45rem;} 
.xq_a{float:right;margin: 0.6rem 0.2rem 0.3rem;}

.pageChange{ width: 100%; }
.pageChange ul{ width: 100%; height: 1.5rem; background: rgba(255, 255, 255, .5); display: flex; position: relative;}
.pageChange ul li{ width: 25%; z-index: 8; cursor: pointer; position: relative; height: 100%;transition: all ease 0.4s; }
.pageChange ul li a{display: flex; justify-content: center; align-items: center;height: 1.5rem;position: relative;}
.pageChange ul li p{ font-size: .3rem; color: #004ea2;transition: all ease 0.4s; }
.pageChange ul li i{ width: .4375rem; height: .375rem; background-size: .875rem .375rem; margin-right: .25rem; background-position: -0.4375rem 0;transition: all ease 0.4s; }
.pageChange ul li i.ico_01{ background-image: url("../images/ico_btn01.png");}
.pageChange ul li i.ico_02{ background-image: url("../images/ico_btn02.png");}
.pageChange ul li i.ico_03{ background-image: url("../images/ico_btn03.png");}
.pageChange ul li i.ico_04{ background-image: url("../images/ico_btn04.png");}
.pageChange ul li i.ico_05{ background-image: url("../images/ico_btn05.png");}

.pageChange ul li.on,.pageChange ul li:hover{ background: url("../images/ico_bj.png")no-repeat center center; background-size: 100% 100%;}
.pageChange ul li.on i,.pageChange ul li:hover i{ background-position: 0 0;}
.pageChange ul li.on p,.pageChange ul li:hover p{ color: #ffffff;}

.zszc_box{ width: 100%; margin: 0 auto .5rem;}
.zszc_zb{ width: 56%;}
.zszc_zb h3{ font-size: .3rem; color: #004ea2; line-height: .625rem; padding-bottom: .375rem;}
.zszc_zb p.text01{ font-size: .225rem; color: #333333; line-height: .4rem; padding-bottom: .5rem;text-indent: 2em;}
.zszc_zb p.text02{ font-size: .225rem; color: #333333; line-height: .4rem; padding-bottom: .3rem;text-indent: 2em;}
.zszc_zb ul{ display: flex; overflow: hidden; padding-bottom: .125rem;}
.zszc_zb ul li{ display: flex; flex-direction: column; align-items: center; width: 18%; }
.zszc_zb ul li img{ width: .375rem; height: .375rem;}
.zszc_zb ul li p{ font-size: .225rem; color: #333333; line-height: .45rem; }
.zszc_zb,.zszc_zb02,.zszc_zb03{padding-left: 5px;}

.zszc_yb{ width: 6.9625rem; background: url("../images/pic_bj01.png")no-repeat center .5rem; background-size: 6.5rem 4.45rem; padding-bottom: .625rem; overflow: hidden;}
.zszc_yb .swiper{ position: relative; }
.zszc_yb .swiper .swiper-slide{ width: 6.9625rem; height: 4.5875rem}
.zszc_yb .swiper .swiper-slide img{ width: 100%; height: 100%;}
.zszc_yb .swiper-pagination-bullet{ background: #000000; width: .45rem; height: .0375rem; border-radius: 0; }

.zszc_yb .swiper-pagination-bullet-active{ background: #004ea2;}
.zszc_yb .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 .1875rem;}


.zszc_yb .swiper-button-prev2,.zszc_yb .swiper-button-next2{ width: .5rem; height: .5rem; position: absolute; top: 50%;  border: 1px solid #ffffff; z-index: 100; border-radius: 50%;font-size: .25rem; color: #ffffff; line-height: .5rem;  opacity: .8;  transition: all 0.5s; text-align: center; cursor: pointer; transform: translateY(-50%);  opacity: 0;}
.zszc_yb .swiper-button-prev2{ left: 0;}
.zszc_yb .swiper-button-prev2:hover,.zszc_yb .swiper-button-next2:hover{ opacity: 1; background: rgba(255,255,255,.5);}
.zszc_yb .swiper-button-next2{right: 0;}
.zszc_yb:hover .swiper-button-prev2,.zszc_yb:hover .swiper-button-next2{ opacity: 1;}
.zszc_yb:hover .swiper-button-prev2{ left: 3%;}
.zszc_yb:hover .swiper-button-next2{ right: 3%;}
.zszc_yb .swiper-container-horizontal>.swiper-pagination-bullets{ bottom: -0.5rem;}

.zszc_demo{  overflow: hidden;}

.tit_bt03 h3{ font-size: .375rem; color: #333333; line-height: .75rem; font-weight: normal; position: relative; text-align: center;}
.tit_bt03 h3::after{ content: ""; position: absolute; background: #004ea2;  width: .625rem; height: .05rem; bottom: -.25rem; left: 50%; transform: translateX(-50%);}
.tit_bt03 p{ font-size: .225rem; color: #333333; line-height: .45rem; text-align: center; margin-top: .5rem;}

.tit_bt07 h3{ font-size: .525rem; color: #ffffff; line-height: .75rem; font-weight: normal; position: relative; text-align: center;}
.tit_bt07 h3::after{ content: ""; position: absolute; background: #ffffff;  width: .625rem; height: .05rem; bottom: -.25rem; left: 50%; transform: translateX(-50%);}
.tit_bt07 p{ font-size: .225rem; color: #ffffff; line-height: .45rem; text-align: center; margin-top: .5rem;}
  
.rid01{ width: 100%;}
.rid01 .w_72{ margin: 0 auto;}

.img_dj{ width: 48%; height: 5.5rem; overflow: hidden; position: relative;}
.img_dj .swiper-slide{ width: 100%; height: 100%;}
.img_dj .swiper-slide a{ position: relative; width: 100%; height: 100%; display: block;transition: all 0.5s; }
.img_dj .swiper-slide a:hover .img_01 img{ transform: scale(1.05);}
 .img_dj .swiper-pagination{ right: 0;}
 .img_dj.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 20px; width: 18%;}
 .img_dj .swiper-pagination-bullet{ background: #ffffff;}
 .img_dj .swiper-button-prev3,.img_dj .swiper-button-next3{ width: .5rem; height: .5rem; position: absolute; top: 50%; border: 1px solid #ffffff; z-index: 100; border-radius: 50%;font-size: .25rem; color: #ffffff; line-height: .5rem;  opacity: .8;  transition: all 0.5s; text-align: center; cursor: pointer; transform: translateY(-50%);  opacity: 0;}
 .img_dj .swiper-button-prev3{ left: 0;}
 .img_dj .swiper-button-prev3:hover,.img_dj .swiper-button-next3:hover{ opacity: 1; background: rgba(255,255,255,.5);}
 .img_dj .swiper-button-next3{right: 0;}
 .img_dj:hover .swiper-button-prev3,.img_dj:hover .swiper-button-next3{ opacity: 1;}
 .img_dj:hover .swiper-button-prev3{ left: 3%;}
 .img_dj:hover .swiper-button-next3{ right: 3%;}

.img_news{ width: 50%; height: 6rem;  overflow: hidden; position: relative;}
.img_news .swiper-slide{ width: 100%; height: 100%;}
.text_news{ width: 49%; height: 6rem;}
.text_news ul{ overflow: hidden; display: flex; flex-direction: column; height: 100%;}
.text_news ul li{font-size: .225rem; color: #333333;flex: 0 0 11.4%; align-items: center;justify-content: space-between; display: flex; transition: all 0.5s;    }
.text_news ul li i{ width: .05rem; height: .05rem;margin-right: .125rem; vertical-align: middle; background: #959595; display: inline-block; transition: all 0.5s; }
.text_news ul li a{box-sizing: border-box; color: #333333; 
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;  transition: all 0.5s; }
  .text_news ul li span{ color: #666666; font-size: .2rem;}

  .text_news ul li:hover i{ width: .1rem; background: #fe8900; }
  .text_news ul li:hover a{ color: #004ea2; font-weight: bold;transform: translateX(5px);}

.img_01{ width: 100%; height: 100%; overflow: hidden;transition: all 0.5s; }
.img_01 img{ width: 100%; height: 100%;transition: all 0.5s; }
.img_news .swiper-slide a{ position: relative; width: 100%; height: 100%; display: block;transition: all 0.5s; }
.img_news .swiper-slide a:hover .img_01 img{ transform: scale(1.05);}
.text_01{ width: 100%; height: .725rem; background: rgba(0, 0, 0, 0.8); position: absolute; bottom: 0; left: 0;}
.text_01 p{ font-size: .225rem; color: #ffffff; line-height: .75rem; width: 80%;transition: all 0.5s; white-space: nowrap; padding-left: .1875rem;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
  .img_news .swiper-pagination{ right: 0;}
  .img_news.swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 20px; width: 18%;}
  .img_news .swiper-pagination-bullet{ background: #ffffff;}
  .img_news .swiper-button-prev3,.img_news .swiper-button-next3{ width: .5rem; height: .5rem; position: absolute; top: 50%; border: 1px solid #ffffff; z-index: 100; border-radius: 50%;font-size: .25rem; color: #ffffff; line-height: .5rem;  opacity: .8;  transition: all 0.5s; text-align: center; cursor: pointer; transform: translateY(-50%);  opacity: 0;}
  .img_news .swiper-button-prev3{ left: 0;}
  .img_news .swiper-button-prev3:hover,.img_news .swiper-button-next3:hover{ opacity: 1; background: rgba(255,255,255,.5);}
  .img_news .swiper-button-next3{right: 0;}
  .img_news:hover .swiper-button-prev3,.img_news:hover .swiper-button-next3{ opacity: 1;}
  .img_news:hover .swiper-button-prev3{ left: 3%;}
  .img_news:hover .swiper-button-next3{ right: 3%;}


.yqjs_demo{}
.yqjs_demo h3{ font-size: .375rem; color: #071335; line-height: 2em; font-weight: normal; padding-bottom: .25rem;}
.yqjs_demo p{ font-size: .225rem; color: #333333; line-height: .45rem; padding-bottom: .2rem;}
.yqjs_demo a,.tit_bt04 a{ color: #004ea2;}
.rank_demo{ width: 100%;}
.rank_demo ul{ overflow: hidden; display: flex;  padding-bottom: .5rem; width: 90%; align-items: center; margin: 0 auto;}
.rank_demo ul li{width: 34%; background: url("../images/links01.png")no-repeat right center; display: flex; align-items: center; flex-direction: column; background-size: 1px .9375rem;}
.rank_demo ul li h3{ color: #004ea2; width:70%; font-size: .225rem; font-weight: normal; padding: .125rem 0; text-align: center;}
.rank_demo ul li h3 b{ font-size: .55rem; font-family: 'impact'; margin-right: .125rem;}
.rank_demo ul li p{ font-size: .225rem; color: #333333; line-height: .625rem;}
.rank_demo ul li:last-child{ background: none;}

.video_box{ width: 100%;position: relative}
.video_box .videolist{ position: relative; cursor: pointer; width: 100%; height: 8.125rem; background-size: 100% 100%;background-position: center center;background-repeat: no-repeat; overflow: hidden; margin: 0 auto;transition: all 0.5s;}

.video_item{ display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); z-index: 10;}
.video_item i{ width: 1.075rem; height: 1.075rem; background: url("../images/video_ico01.png")no-repeat center center; background-size: 100% 100%; 
  animation: wheel 1.5s linear infinite;-webkit-animation: wheel 1.5s linear infinite;-moz-animation: wheel 1.5s linear infinite;-o-animation: wheel 1.5s linear infinite;
}
@keyframes wheel{
	0%{transform:rotate(0);-webkit-transform:rotate(0); -moz-transform:rotate(0); -o-transform:rotate(0)}	
	100%{ transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg);}
}
@-webkit-keyframes wheel{
	0%{transform:rotate(0);-webkit-transform:rotate(0); -moz-transform:rotate(0); -o-transform:rotate(0)}	
	100%{ transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg);}
}
@-moz-keyframes wheel{
	0%{transform:rotate(0);-webkit-transform:rotate(0); -moz-transform:rotate(0); -o-transform:rotate(0)}	
	100%{ transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg);}
}
@-o-keyframes wheel{
	0%{transform:rotate(0);-webkit-transform:rotate(0); -moz-transform:rotate(0); -o-transform:rotate(0)}	
	100%{ transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg);}
}

.video_item h3{ font-size: .375rem;line-height: .75rem; color: #ffffff; font-weight: normal;}

.video_bj{ width: 100%; height: 100%; position: absolute; z-index: 2; background: rgba(0, 0, 0, 0.2); top: 0; left: 0;}
.cyts_demo{ width: 100%; margin: 0 auto;}

.cytszb{ width: 52%; height: 6.875rem;transition: all 0.5s;}
.cytsyb{ width: 47%;height: 6.875rem; display: flex; justify-content: space-between; flex-direction: column;transition: all 0.5s;}
.cytszb a{ position: relative; width: 100%; height: 100%; display: block; overflow: hidden;transition: all 0.5s;}
.cytsyb a{ position: relative; width: 100%; height: 48.5%; overflow: hidden;transition: all 0.5s;}
.cyts_02,.cyts_01,.cyts_03{ width: 100%; height: 100%;transition: all 0.5s;}
.wzjs_box{ position: absolute; bottom: .25rem; left: .25rem; z-index: 10;}
.wzjs_box img{ width: .575rem; height: .575rem;transition: all 0.5s;}
.wzjs_box h3{ font-size: .375rem; color: #ffffff; line-height: 1.5em; font-weight: normal;transition: all 0.5s;}
.wzjs_box p{ font-size: .225rem; line-height: 1.5em; color: #ffffff;transition: all 0.5s;}
.wzjs_box i{width: .6rem;transition: all 0.5s;
  height:.6rem;
  margin-top: 0.125rem;
  transition: 500ms;
  background: url(../images/ico_jj.png) no-repeat center center;
  display: block;
  background-size: 100% 100%;}

.cytszb a:hover .cyts_01,.cytsyb a:hover .cyts_02,.cytsyb a:hover .cyts_03{ transform: scale(1.05);}
.cytszb a:hover .wzjs_box i,.cytsyb a:hover .wzjs_box i{ transform: rotate(180deg);}

.lxwm_box{ width: 100%; overflow: hidden; padding-bottom: .75rem;}
.lxwm_box ul{ display: flex; justify-content: space-between; width: 100%;}
.lxwm_box ul li{ background: #ffffff;  box-shadow: 0px 8px 28px 0px rgba(13, 13, 13, 0.1 ); width: 48%; height: 2.25rem;  display: flex; justify-content: center; align-items: center;}
.lxwm_box ul li p{ font-size: .3rem; color: #333333;}
.lxwm_box ul li img{ width: .375rem; height: .375rem;  margin-right: .125rem;}

.tit_bt01{ width: 80%; margin: .25rem -2rem .5rem 3rem;}
.tit_bt04{ width: 25%;}
.tit_bt06{ width: 40%;}
.tit_bt05{ width: 100%; margin: .25rem auto .25rem;}
.tit_bt08{ width: 100%; margin: .35rem auto .35rem;}
.tit_bt01 h3::after,.tit_bt04 h3::after,.tit_bt05 h3::after,.tit_bt06 h3::after,.tit_bt08 h3::after{
  width: .05rem; background: #004ea2; height: .35rem; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.tit_bt01 h3,.tit_bt04 h3,.tit_bt05 h3,.tit_bt06 h3,.tit_bt08 h3,djgz h3{ font-size: .375rem; color: #333333; line-height: 2em; font-weight: normal; position: relative; padding-left: .25rem;} 
.tit_bt06 h3{padding: .25rem 0 .25rem .25rem;}
.tit_bt01 p,.tit_bt04 p,.tit_bt06 p,.tit_bt05 p{ font-size: .2rem; color: #333333; line-height: 2em;text-align: justify;}

.zdqy_demo{ display: flex; align-items: flex-start;}

.logoList{ width: 49.5%;}
.logoList ul{ display: flex; width: 100%;  flex-wrap: wrap;}
.logoList ul li{width: 31%; position: relative; height: 1.8rem;   
   -webkit-transition: all .8s ease-in-out 0s;
  -moz-transition: all .8s ease-in-out 0s;
  -ms-transition: all .8s ease-in-out 0s;
  -o-transition: all .8s ease-in-out 0s;
  transition: all .8s ease-in-out 0s;}
.logoList ul li img{ width: 100%; }
.logoList ul li a{ width: 100%; position: absolute;}
.logoList ul li p{ font-size: .225rem; color: #333333; line-height: 2em; text-align: center;}
.logoList ul li a{ width: 100%;
  height: 82%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  transition: all .5s linear 10ms;
  border-left: 1px solid #cccccc;}

.logoList ul li .lt-dot {left: 0; top: 0;}
.logoList ul li .lb-dot {left: 0;bottom: 0;}
.logoList ul li .rt-dot {right: 0;top: 0;}
.logoList ul li .rb-dot { right: 0;bottom: 0;}
.logoList ul li .dot { position: absolute; display: block; width: .025rem; height: .025rem; background: #cccccc;}


.logoList ul li:nth-child(3n +1) a{border-left: 0;}
.logoList ul li:nth-child(3n +1) .lt-dot,.logoList ul li:nth-child(3n +1) .lb-dot{ display: none;}

.logoList ul li:nth-of-type(4)::before,.logoList ul li:nth-of-type(5)::before,.logoList ul li:nth-of-type(6)::before,.logoList ul li:nth-of-type(7)::before,.logoList ul li:nth-of-type(8)::before,.logoList ul li:nth-of-type(9)::before{ position: absolute; width: 80%; content: '';height: 1px; background: #cccccc; left: 50%; margin-left: -40%; top: 0;}


.wrap_grad{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background: #000000; opacity: 0.5; filter:alpha(opacity=0.5); display: none;}

.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.videos {position: absolute;top: 5%;width:72%;left: 50%;z-index: 10; transform: translateX(-50%);}
.videos img.vclose {width: auto;}
.videos video{ width: 100%;}

.zwff_box{ width: 100%; overflow: hidden; display: flex; justify-content: space-between; align-items: center;  padding: .75rem 0; margin: 0 auto;}
.zwff_box .zwff_img{ width: 53%; height: 5.6125rem;}
.zwff_box .zwff_img img{ width: 100%; height: 100%;}
.zwff_box .zwff_text{ width: 47%;  height: 5.6125rem;background: url("../images/ico_bj01.jpg")no-repeat bottom right,#ffffff; padding: .375rem .375rem 0; box-sizing: border-box; }
.zwff_box .zwff_text h3{ font-size: .4rem; color: #333333; line-height: 2.5em; font-weight: normal; padding-bottom: .3rem; position: relative;}
.zwff_box .zwff_text h3::after{ content: ""; position: absolute; width: .75rem; height: .05rem; background: #004ea2; left: 0; bottom: .25rem;}
.zwff_box .zwff_text p{ font-size: .225rem; color: #333333; line-height: 2em;}

.dec_box{ width: 94%; margin: 0 auto; position: relative; padding: .6rem;}
.dec_box p{ font-size: .225rem; color: #333333; line-height: 2em;}
.dec_box::before{ content: ""; position: absolute; top: 0; left: 0; background: url("../images/ico_mh01.png")no-repeat center center; background-size: 100% 100%; width: .5375rem; height: .45rem;}
.dec_box::after{ content: ""; position: absolute; bottom: 0; right: 0; background: url("../images/ico_mh02.png")no-repeat center center; background-size: 100% 100%; width: .5375rem; height: .45rem;}

.w_86{ width: 86%;  float: right; padding-top: .375rem;}

.form_demo table{ border: 1px solid #ffffff; background: #ffffff; width: 99.6%;}
.form_demo table tr td{ border: 1px solid #a6a6a6;}
.form_demo table tr th{ background: #004ea2; font-size: .2rem; color: #ffffff; line-height: 1em; padding: .25rem 0;    border: 1px solid #004ea2;} 
.form_demo table tr td{ font-size: .175rem; color: #333333; line-height: 1.5em; text-align: center; padding: .15rem ;}

.cyzc_demo{ width: 100%; margin: 0 auto; display: flex; justify-content: space-between; padding-bottom: .25rem;}
.zc_cy{ width: 40%; display: flex; flex-direction: column; justify-content: space-between;}
.form_demo{ width: 55%; height: 5.25rem; overflow-y: auto;}
.form_demo::-webkit-scrollbar { width:6px; height:100px;}
.form_demo::-webkit-scrollbar-thumb{ background:#004ea1;border-radius:4px;}
.form_demo::-webkit-scrollbar-track{background:#ffffff;}

.pad_20{ padding: .25rem 0;}
.pad_30{ padding: .375rem 0;}
.zcwj_box{ width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding: .625rem 0;}
.zcwj_box a{ width: 32%; height: 1.7rem; margin-bottom: .375rem; position: relative; display: flex; align-items: center;-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.red_c{ background: url("../images/pdf_bj.jpg")no-repeat bottom right,#fafafa;}
.zcwj_box a.red_c::after{ background: #de0010;}
.zcwj_box a.blue_c::after{ background: #0083de;}
.zcwj_box a::after{ position: absolute; content: ""; right: -0.125rem; top: .25rem; width: .4375rem;  height: .1rem;}
.blue_c{ background: url("../images/word_bj.png")no-repeat bottom right,#fafafa;}

.zcwj_box a:hover{ transform: translateY(-5px);  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);}




.t1{ width: 20%; height: .925rem; margin-left: 5%;}
.t1 img{ width: auto; height: 100%;}
.w1{  width: 69%; }
.w1 p{ font-size: .225rem; color: #333333; line-height: 1.5em; }
.pad50{ padding: .625rem 0;}
.sfjj_demo{ width: 100%; display: flex; justify-content: space-between; padding: .75rem 0;}
.sfjj_demo ul li a{font-size: .225rem;color: #ffffff;line-height: 2em;}
.sfjj_demo ul li i{width: .05rem;height: .05rem;margin-right: .125rem;vertical-align: middle;background: #ffffff;display: inline-block;transition: all 0.5s;}
 .sfjj_demo img{   width: 100%;}
.img_sf{ width: 20.5625rem; height: 5rem;}
.img_sf img{ width: 100%; height: 100%;}
.list_sf{width: 48%;position: relative;}
.sfjj_demo ul{position: absolute;top:1.25rem;left: .375rem;}
/* display: flex;*/
/* .list_sf ul{ width: 100%; flex-wrap: wrap; justify-content: space-between;}
.list_sf ul li{ width: 90%; height: 1.65rem; border-bottom: 1px dashed #ffffff;-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}
  .list_sf ul li:hover{ transform: translateY(-5px);}
.list_sf ul li a{ height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: .25rem 0; box-sizing: border-box;} */
.t2{ }
.t2 h3{ font-size: .4rem; color: #ffffff; font-weight: normal;-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.da2{ display: flex; justify-content: space-between;}
.da2 p{ font-size: .2rem; color: #ffffff; line-height: 2em;}
.da2 h3{ font-size: .25rem; color: #ffffff; line-height: 2em;}
.da2 h3 span{font-size: .3rem;font-weight: bold;}

.rczc_demo{ width: 100%; display: flex; justify-content: space-between; margin-top: .5rem;}
.t03{ width: 40%;}
.img02{ width: 55%; height: 5.75rem;}
.img02 img{ width: 100%; height: 100%;}
.t03 h3{ font-size: .45rem; color: #333333; line-height: 1rem; padding: .25rem 0; display: inline-block;}
.t03 p{ font-size: .225rem; color: #666666; line-height: 2em; border-top: 1px solid #cccccc; padding-top: .25rem;}
.no01{ background: url("../images/no01.png")no-repeat center center;}
.no02{ background: url("../images/no02.png")no-repeat center center;}
.qyzp_box{display: flex;  margin-bottom: .75rem; width: 100%;border-collapse: collapse; flex-wrap: wrap;}
.qyzp_box a{ width: 33.33%; border: 1px solid #cccccc; align-items: center; padding:.2rem .25rem;  margin-top: -1px;margin-right: -1px;-webkit-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
.zpgw_mc{ display: flex; justify-content: space-between; align-items: center; height: .5rem;}
.zpgw_mc h3{ font-size: .225rem; color: #333333;}
.zpgw_mc p{ font-size: .225rem; color: #FF6502; font-weight: bold;}
.zpgw_lc{ display: flex; justify-content: space-between; align-items: center; height: .5rem;}
.zpgw_lc ul{ overflow: hidden;}
.zpgw_lc ul li{ font-size: .175rem; color: #333333; background: #eeeeee; margin-right: .125rem; float: left; line-height: .3rem; padding: 0 .125rem;}
.zpgw_lc p{ font-size: .2rem; color: #004ea2;}
.qyzp_box a:hover{ background: #f2f6ff;}
.qyxq_dox{ width: 100%; display: flex; justify-content: space-between; }

.tit_b01{width: 100%; position: relative;-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}
.tit_b01 a{ font-size: .225rem; color: #ffffff; position: absolute; right: .375rem; bottom: -1.25rem;-webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;}
  .tit_b01 a:hover{ transform: translateY(-5px);}
.tit_b01 h3{ font-size: .375rem; color: #333333; line-height: 2em; font-weight: normal; position: relative; padding-left: .25rem;}
.tit_b01 h3::after{ width: .05rem; background: #004ea2; height: .35rem; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.qy_list{ width: 48%;}
.qybj01{ background: url("../images/xq_bj01.png")no-repeat center 1.25rem; background-size: 100% auto;}
.qybj02{ background: url("../images/xq_bj02.png")no-repeat center 1.25rem; background-size: 100% auto;}
.list_a{ width: 7.875rem;  background: #ffffff; border-radius: .125rem .125rem 0 0; margin-top: 1.5rem;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); padding: .375rem .25rem;}
.list_a ul{ overflow: hidden;}
.list_a ul li{font-size: .225rem;color: #333333; flex: 0 0 12.5%; align-items: center; justify-content: space-between;display: flex;transition: all 0.5s;}
.list_a ul li a{box-sizing: border-box; color: #333333; font-size: .225rem; line-height: .6rem;
  white-space: nowrap;-o-text-overflow: ellipsis;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 90%;  transition: all 0.5s; }
  .list_a ul li a i{ width: .05rem; height: .05rem;margin-right: .125rem; vertical-align: middle; background: #959595; display: inline-block; transition: all 0.5s;}
  .list_a ul li:hover i{ width: .1rem; background: #fe8900; }
  .list_a ul li:hover a{ color: #004ea2; font-weight: bold;transform: translateX(5px);}
.ewm_sq{ width: 100%; display: flex; justify-content: space-between;}
.list_w{ width: 50%;}
.img04{ width: 45%; margin: 0 auto;}
.list_w ul{ display: flex; flex-wrap: wrap; width: 100%; justify-content: center; align-items: center;}
.list_w ul li{ width: 33.33%; margin: 0 auto .125rem;}
.list_w ul li img{ width: 86%; height: auto; border: 1px solid #004ea1; margin: 0 auto; text-align: center;}
.list_w ul li p{ font-size: .3rem; color: #333333; line-height: 2em; text-align: center;margin: 0 auto;}
.zybfb{ width: 100%; display: flex; justify-content: space-between;} 
.zybfb a{ width: 48%; height: 3.1875rem; position: relative;}
.zybfb a img{ width: 100%; height: 100%;}
.zybfb a ul{ position: absolute; top: 1.25rem; left: .375rem;}
.zybfb a ul li{ font-size: .225rem; color:  #ffffff; line-height: 2em; display: flex; align-items: center;}
.zybfb a ul li i{width: .05rem; height: .05rem;margin-right: .125rem; vertical-align: middle; background: #ffffff; display: inline-block; transition: all 0.5s;}
.rczc_box{ width: 100%;  display: flex; justify-content: space-between; align-items: center; position: relative; padding:  .375rem 0; flex-direction:column;
   overflow: hidden;}
.rczc_box::after{ position: absolute; width: 100%; height: 2rem; background: rgba(0, 78, 161,.05);  left: 0; content: ""; top: 50%; transform: translateY(-50%); z-index: -2;}
.t02{ width: 100%; padding-left: .25rem; position: relative;border-bottom: 1px dashed #cccccc; padding-bottom: .25rem;}
.form_02{ width: 15%;}
/* .form_02 table{ width: 100%; background: #ffffff; text-align: center;border-collapse: collapse;  border: none;}/* 移除表格之间的边框 */
 /* 移除表格外边框 */
/* .form_02 table tr td{  border-top: 0; border-right: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; border-left: 0;}
.form_02 table tr td:last-child{ border-right: 0;} 
.ovr_h{ overflow: hidden;} */

.num01{ position: absolute;  bottom: -0.6rem;}/* bottom: -0.8rem;*/
.num01 p{ font-size: 1rem; color: #cccccc; font-weight: bold; opacity: .4; line-height: normal;}

.link_b{ position: relative;}
.link_b::after{ width: 100%; z-index: 10;  height: 1px; content: ""; background: #004ea1; bottom: 0; left: 0; position: absolute;}
.form_02 table tr:first-child{   background-image: -moz-linear-gradient( 0deg, rgb(12,110,216) 0%, rgb(14,193,210) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(12,110,216) 0%, rgb(14,193,210) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(12,110,216) 0%, rgb(14,193,210) 100%);position: relative; }
  .form_02 table tr th{ font-size: .225rem; color: #ffffff; line-height: 1.5em; padding: .25rem 0; font-weight: bold; }
  .form_02 table tr:first-child::after{ content: ""; position: absolute; bottom: 0; height: .0375rem; left: 0; width: 100%; 
    background-image: -moz-linear-gradient( 0deg, rgb(236,158,6) 0%, rgb(255,235,121) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(236,158,6) 0%, rgb(255,235,121) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(236,158,6) 0%, rgb(255,235,121) 100%);}
  .form_02 table tr td{ font-size: .2rem; line-height: 1.5em; color: #333333; padding: .2rem 0;}
  .form_02 table tr th:first-child{ border-top-left-radius: .2rem; }
  .form_02 table tr th:last-child{border-top-right-radius: .2rem;}
.form_02 table tr td p{ text-align: left; padding-left: .2rem;}

.ycjh_ewm{ width: 100%; display: flex; align-items: center; justify-content: space-between;}
.t04{ width: 60%;}
.t04 h3{ font-size: .3rem; color: #333333; line-height: 1rem; font-weight: normal; background: url("../images/word_ico.png")no-repeat left center; padding-left: .9rem;
background-size: .825rem .925rem;}
.t04 p{ font-size: .225rem; color: #333333; line-height: 2em; background: url("../images/ico_z01.png")no-repeat left bottom; padding-bottom: .25rem;}
.img05{ width: 100%;}
.img05 img{ width: 60%; height: auto;}

.zs_box{ width: 100%; }
.zs_box ul{ width: 100%;display: flex; justify-content: space-between; flex-wrap: wrap;}
.zs_box ul li{width: 32%; background: #ffffff; padding: .25rem; margin-bottom: .375rem; height: 1.875rem;transition: all 0.5s; position: relative;}
.zs_box ul li::after{ content: ""; position: absolute; background: url("../images/ico04.png")no-repeat center center; right: .25rem; bottom: .25rem; width: .55rem; height: .55rem; background-size: 100% 100%;}
.zs_box ul li a{ font-size: .225rem; line-height: 2em; color: #333333;transition: all 0.5s;}
.zs_box ul li a span{ display: block;}
.zs_box ul li:hover{ transform: translateY(-5px);    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);}

.tzlc_box{ width: 100%; margin: 0 auto; overflow: hidden; padding: .375rem 0 .75rem;}
.tzlc_box img{ width: 90%; margin: 0 auto; text-align: center;}
.map_box{ width: 100%; height: 9.375rem; display: flex; align-items: center; justify-content: flex-end;}
.map_box ul{}
.map_box ul li{ font-size: .225rem; color: #333333; line-height: 2em; display: flex; align-items: center;}
.map_box ul li i{width: .05rem; height: .05rem;margin-right: .125rem; vertical-align: middle; background: #004ea2; display: inline-block; transition: all 0.5s; }

.grd_co{ background: #F6F6F6;}
.fwbz_list .swiper-slide{ width: 5.5rem; height: 3.7125rem; margin-right: .25rem;}
.fwbz_list .swiper-slide a{ position: relative; width: 100%; height: 100%; display: block;transition: all 0.5s;}
.img_jr{ width: 100%; height: 100%; overflow: hidden;transition: all 0.5s;}
.img_jr img{ width: 100%; height: 100%;transition: all 0.5s;}

.fwbz_list{ position: relative; width: 100%; overflow: hidden;}
.jr_t{ width: 100%; height: 100%; background: rgba(0, 78, 161,.7); position: absolute; top: -100%; left: 0; padding: 0 .25rem; box-sizing: border-box;transition: all 0.5s; }
.jr_t h3{ font-size: .225rem; color: #ffffff; line-height: 2em; font-weight: normal; padding-top: .625rem;
  display: inline-block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.jr_t p{ font-size: .2rem; color: #ffffff; padding:  .25rem 0;}

.fwbz_list .swiper-slide a:hover .jr_t{ top: 0;}
.fwbz_list .swiper-slide a:hover .img_jr img{ transform: scale(1.05);}
.controls{ width: 78%; overflow: hidden; padding-top: .25rem; position: relative;}
.controls .swiper-prev,.controls .swiper-next{  width: .775rem; height: .775rem; text-align: center; position: absolute; cursor: pointer;transition: all 0.5s; }
.controls .swiper-prev{ right: 1rem; top: 50%; transform: translateY(-50%);}
.controls .swiper-next{ right: 0; top: 50%; transform: translateY(-50%);}
.controls .swiper-prev span,.controls .swiper-next span{ font-size: .4rem; line-height: .775rem; text-align: center; color: #ffffff; background: #d8d8d8; display: block;transition: all 0.5s; cursor: pointer;}
.controls .swiper-prev:hover span,.controls .swiper-next:hover span{ background: #414249;}
.swiper-total{ width: 100%;}
.swiper-total span{ color: #949494; line-height: .775rem; font-size: .225rem;}
.swiper-total span:first-child{ color: #333333; font-size: .375rem;} 

.fllc_demo{ width: 100%;  background-size: 90% .825rem; height: 9.45rem; margin-bottom: .75rem;}
.fllc_demo ul{  width: 95%; margin: 0 auto; display: flex; position: relative; height: 100%;}
.fllc_demo ul li{  width: 16.6%; height: 50%; text-align: center; margin: 0 auto; position: absolute;}
.fllc_demo ul li span{ width: .85rem; height: .85rem;  display: block; border-radius: 50%; margin: 0 auto; text-align: center;}

.fllc_demo table{ border: 1px solid #ffffff; background: #ffffff; width: 100%;}
.fllc_demo table tr td{ border: 1px solid #a6a6a6;}
.fllc_demo table tr th{ background: #004ea2; font-size: .2rem; color: #ffffff; line-height: 1em; padding: .25rem 0;} 
.fllc_demo table tr td{ font-size: .2rem; color: #333333; line-height: 1.5em; text-align: center; padding: .15rem ;}

.icolc01{ background:url("../images/ico_lc01.png")no-repeat center center, #004ea2;}
.icolc02{ background:url("../images/ico_lc02.png")no-repeat center center, #ff7b33;}
.icolc03{ background:url("../images/ico_lc03.png")no-repeat center center,#dc384b;}
.icolc04{ background:url("../images/ico_lc04.png")no-repeat center center,#3fc9d5;}
.icolc05{ background:url("../images/ico_lc05.png")no-repeat center center,#8157e2;}
.icolc06{ background:url("../images/ico_lc06.png")no-repeat center center,#29f59c;}
.fllc_demo ul li p{ font-size: .25rem; color: #333333; line-height: 2em; text-align: right;}
.fllc_demo ul li:nth-child(1){ left: 0;}
.fllc_demo ul li:nth-child(2){ left: 16.6%;}
.fllc_demo ul li:nth-child(3){ left: 33.2%;}
.fllc_demo ul li:nth-child(4){ left: 49.8%;}
.fllc_demo ul li:nth-child(5){ left: 66.4%;}
.fllc_demo ul li:nth-child(6){ left: 83%;}

.fllc_demo ul li:nth-child(2n){ bottom: 0;}
.fllc_demo ul li::after{ content: ""; position: absolute; width: 1px; height: 60%; left: 50%; transform: translateX(-50%);}
.fllc_demo ul li:nth-child(2n)::after{ bottom: .85rem;}
.fllc_demo ul li:nth-child(2n) p{ margin-top: 1rem;}
.fllc_demo ul li:nth-child(2n+1)::after{ top: .85rem;}
.fllc_demo ul li:nth-child(1)::after{ background: #004ea2;}
.fllc_demo ul li:nth-child(2)::after{ background: #ff7b33;}
.fllc_demo ul li:nth-child(3)::after{ background: #dc384b;}
.fllc_demo ul li:nth-child(4)::after{ background: #3fc9d5;}
.fllc_demo ul li:nth-child(5)::after{ background: #8157e2;}
.fllc_demo ul li:nth-child(6)::after{ background: #29f59c;}
.jryh_box{ position: relative; overflow: hidden; width: 100%; margin: .6rem auto; }
.jryh_box .swiper-slide{width: 100%; margin: 0 auto;}
.jryh_box .swiper-slide a{ display: flex; width: 14.05rem; height: 4.2875rem; justify-content: space-between; align-items: center; background: url("../images/jr_bj.jpg")no-repeat; background-size: 100% 100%;  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.11);  margin: 0 auto;}
.t05{ width: 32%; padding-left: .375rem; box-sizing: border-box;}
.t05 h3{ font-size: .3rem; color: #333333; line-height: .9rem; font-weight: normal; position: relative;}
.t05 h3::after{ content: ""; position: absolute;  left: 0;
  bottom:0;
  width: 1rem;
  height: 0.05rem;
  background: #004ea2;}
  .t05 img{ width: 2rem; height: 2rem; border: 1px solid #004ea2; border-radius: .14rem; margin-top: .375rem;}
.dec01{ width: 65%; padding-right: .375rem; box-sizing: border-box;}
.dec01 p{ font-size: .225rem; color: #333333; line-height: 2em;}


.jryh_box .swiper-button-prev2,.jryh_box .swiper-button-next2{ width: .75rem; height: .75rem; position: absolute; top: 50%;  border: 1px solid #666666; z-index: 100; border-radius: 50%;font-size: .45rem; color: #666666; line-height: .75rem;  opacity: .8;  transition: all 0.5s; text-align: center; cursor: pointer; transform: translateY(-50%);  }
.jryh_box .swiper-button-prev2{ left: 0;}
.jryh_box .swiper-button-prev2:hover,.jryh_box .swiper-button-next2:hover{ opacity: 1; background: rgba(255,255,255,.5);}
.jryh_box .swiper-button-next2{right: 0;}
.jryh_box:hover .swiper-button-prev2,.jryh_box:hover .swiper-button-next2{ opacity: 1;}

.jryh_box .swiper-button-prev2:hover{ left: 2%;}
.jryh_box .swiper-button-next2:hover{ right: 2%;}

/* 12 */
.ny_ban{ width:100%; position: relative;}
.inside_main{ width: 100%; margin: 0 auto;}
.grey_bj{  background: #EFEFEF;}
.w_85{ width: 72%; margin: 0 auto;}

.nav_page{ display: flex; justify-content: space-between; align-items: center;height: .75rem;}

.pos_loc{ }
.pos_loc ul{ display: flex; justify-content: space-between; height: .75rem; align-items: center;}
.pos_loc ul li{ font-size: .2rem; color: #666666; margin: 0 .0625rem;transition: all 0.5s;}
.pos_loc ul li:first-child{ color: #666666; font-size: .3rem;}
.pos_loc ul li a{ color: #666666;transition: all 0.5s;}
.pos_loc ul li:hover a{ color: #004ea2;}
.int_nav{ height: 100%;}
.int_nav ul{  height: 100%; overflow: hidden;}
.int_nav ul li{ font-size: .225rem; color: #333333; float: left; height: 100%; border-right: 1px solid #ffffff;transition: all 0.5s;}
.int_nav ul li a{ font-size: .225rem; color: #333333; padding: 0 .25rem; line-height: .75rem; height: 100%; display: block;transition: all 0.5s;}
.int_nav ul li:hover a,.int_nav ul li.on a{ background: #004ea2; color: #ffffff;}
.int_nav ul li.redDj:hover a,.int_nav ul li.on.redDj a{ background: #c91a13;}
.page_con,.art_con{ width: 100%; margin: 0 auto; overflow: hidden; background: #ffffff; padding: .5rem 0;}
.page_con .w_72,.art_con .w_72{  margin: 0 auto;}
.news_page{ overflow: hidden;}
.ne02{ width: 31%; background: #F6F7FB; padding: .25rem; box-sizing: border-box; float: left; margin: 0 1% .3rem;transition: all 0.3s ease-in-out 0s;}
.ne02 a{ width: 100%; position: relative;transition: all 0.3s ease-in-out 0s;}
.img06{ width: 100%;overflow: hidden; height: 3.25rem; position: relative;transition: all 0.3s ease-in-out 0s;}
.img06 img{ width: 100%; height: 100%;transition: all 0.3s ease-in-out 0s;}
.data_zi{ position: absolute; top: .0; right: .25rem; background: #F6F7FB; text-align: center; padding:  .05rem .1rem;transition: all 0.3s ease-in-out 0s;}
.data_zi h3{ font-size: .225rem;color: #004ea2;transition: all 0.3s ease-in-out 0s;}
.data_zi p{ font-size: .2rem; color: #004ea2;transition: all 0.3s ease-in-out 0s;}
.t06 h3{ font-size: .225rem; line-height: 1.5em; color: #333333;  transition: all 0.3s ease-in-out 0s; margin: .15rem 0;
  display: inline-block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}

.t06 p{font-size: .2rem; line-height: 1.5em; color: #666666; font-weight: normal; transition: all 0.3s ease-in-out 0s; 
  display: inline-block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
  .ne02 a:hover .img06 img{ transform: scale(1.05);}
  .ne02 a:hover .t06 h3{ color: #004ea2; }
  .ne02:hover{ transform: translateY(-6px); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);}

  .pages{clear:both;line-height: .5rem;color:#666666;font-size: .2rem; display: flex; justify-content: center; padding-top: .375rem;}
  .pages a{display: inline-block; width: .5rem; height: .5rem; zoom:1;color: #666666; background: #f5f5f5; border-radius: 50%;transition: all .2s;-webkit-transition: all .2s;background: #f1f1f1; text-align: center; margin: 0 .075rem;}
  .pages a.current, .pages a:hover{color:#fff;text-decoration:none; background: #0d4486;}
  .pages a.iconfont{ font-size: .25rem;}
.pagination{clear: both;
    line-height: .5rem;
    color: #666666;
    font-size: .2rem;
    display: flex;
    justify-content: center;
    padding: .375rem 0;}
.pagination li{display: inline-block; width: .5rem; height: .5rem; zoom:1;color: #666666; background: #f5f5f5; border-radius: 50%;transition: all .2s;-webkit-transition: all .2s;background: #f1f1f1; text-align: center; margin: 0 .075rem;}
.pagination li.active, .pagination li:hover{
    color: #fff;
    text-decoration: none;
    background: #0d4486;
}
.pagination.redDj li.active, .pagination.redDj li:hover{
    background: #c91a13;
}
 .pagination li a { display: inline-block;width: 100%;height: 100%;}
 .pagination li:hover a{color:#fff}
.pagination li.active a{color: #fff;}
.det_con{  padding: .5rem; box-sizing: border-box;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);}
.tit_box{ border-bottom: 1px solid #eeeeee;}
.tit_box h3{ font-size: .4rem; color: #333333; line-height: 2em; font-weight: normal;text-align: center;letter-spacing: 2px;}
.tit_box ul{ display: flex;  height: .75rem; align-items: center;}
.tit_box ul li{ font-size: .2rem; color: #666666; position: relative; padding: 0 .2rem; display: flex; align-items: center; height: 100%; }
.tit_box ul li::after{ content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: #cccccc; height: .2rem; width: 1px;}
.text_con{ width: 100%; margin: 0 auto; padding: .375rem 0; border-bottom: 1px solid #eeeeee;}
.text_con h1{font-size:2em}
.text_con h2{font-size:1.5em}
.text_con p{ font-size: .225rem; line-height: 2em; color: #333333;text-indent: 2em;}
.text_con table p{text-indent: 0em;}
.text_con img{ max-width: 100%; margin: .25rem auto;overflow: hidden;}
.text_con .article_file{font-size: .225rem;line-height: 0.5rem;text-indent: 2em;  padding-top: 2em;}
.text_con .file_list{text-indent: 3em;}
.text_con .file_list li{font-size: .2rem; line-height: 2em;}
.text_con .file_list li:hover a{color: #004ea2;}
.fydm_list{ overflow: hidden;}
.fydm_list ul{  padding-top: .25rem;}
.fydm_list ul li{ font-size: .2rem; line-height: 2.5em; color: #333333;transition: all .2s;-webkit-transition: all .2s;}
.fydm_list ul li a{ color: #333333;transition: all .2s;-webkit-transition: all .2s;}
.fydm_list ul li:hover a{ color: #004ea2; font-weight: bold;}

.tit_box ul li em.big{ background-image: url("../images/icon_84.png");}
.tit_box ul li em.middle{ background-image: url("../images/icon_85s.png");}
.tit_box ul li em.small{ background-image: url("../images/icon_86.png");}
.tit_box ul li em{ width: .5rem; height: .2rem; cursor: pointer; border-right: 1px solid #eeeeee; background-size: .2625rem .2rem; display: inline-block; box-sizing: border-box; padding: 0 .125rem; background-repeat: no-repeat; background-position: center center;}
.tit_box ul li:last-child::after,.tit_box ul li.zxdx::after{ background: none;}

.tit_box ul li a{ width: .35rem; height: .35rem; display: inline-block; margin: 0 .125rem; position: relative; }
.tit_box ul li a.ico_wx{ background-image: url("../images/icon_67.png");background-repeat: no-repeat; background-position: center center;  background-size: 100% 100%;}
.tit_box ul li a.ico_wb{background-image: url("../images/icon_68.png");background-repeat: no-repeat; background-position: center center;  background-size: 100% 100%;}



.zszc_zb02 h3,.zszc_zb03 h3{ font-size: .3rem; color: #004ea2; line-height: .625rem; padding-bottom: .375rem;}
.zszc_zb02 ul{ width: 100%;}
.zszc_zb02 ul li{ font-size: .225rem; line-height: 3em; color: #333333; position: relative; margin: .125rem 0;}
.zszc_zb02 ul li::after{ content: ""; position: absolute; width: 1px; height: 60%; left: .0688rem ; top: 80%; background: #cccccc;}
.zszc_zb02 ul li i{ width: .125rem; height: .125rem; border: 1px solid #004ea2; display: inline-block; border-radius: 50%; margin-right: .25rem; background: #ffffff;}
.zszc_zb02 ul li:last-child:after{ background: none;}
.zszc_zb02{ width: 35%;}
.zszc_yb02{ width: 62%; }
.zszc_yb02 ul{ overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap;}
.zszc_yb02 ul li{  width: 48%; height: 1.5rem;  box-sizing: border-box; padding:.1rem .25rem; overflow: hidden;  position: relative; overflow: hidden; background: rgba(255, 255, 255, .8);  margin-bottom: .25rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);transition: all .2s;-webkit-transition: all .2s;}
.zszc_yb02 ul li a{ position: relative; width: 100%; height: 100%; display: flex; align-items: center;transition: all .2s;-webkit-transition: all .2s;}
.zszc_yb02 ul li p{ font-size: .2rem; line-height: 1.5em; color: #333333;transition: all .2s;-webkit-transition: all .2s;}
.zszc_yb02 ul li i{ position: absolute; bottom: -0.125rem; right: 0; font-size: .5rem; color: #cecece; font-weight: bold; bottom: -18%; right: .125rem; opacity: .4;}
.zszc_yb02 ul li:hover a{color: #004ea2;}
.zszc_yb02 ul li:hover{ background: #F5F7FA; transform: translateY(-5px);}
.zszc_zb03{width:52%;}
.zszc_yb03{ width: 46%; margin: 0 auto;height: 498px;}
.zszc_zb03 ul h3{ font-size: .25rem; color: #ffffff; background: #004ea2;line-height: 2em; padding: 0 .25rem; display: inline-block; position: relative; border-radius: .075rem;}
.zszc_zb03 ul p{ font-size: .225rem; color: #333333; padding: .1875rem 0; line-height: 2em;}
.zszc_zb03 ul h3::after{ content: ""; position: absolute; width: 0; height: 0; border-bottom: .125rem solid transparent;border-top: .125rem solid #004ea2; border-left: .125rem solid transparent; border-right: .125rem solid transparent; left: .25rem;bottom: -0.225rem;} 
.zszc_yb03 img{ margin: 0 auto; text-align: center;height: 100%;}


.zsdt_lc{ width: 100%; margin: 0 auto; display: flex; justify-content: space-between;}
.zsdt_lc .zszc{ width: 46%;}
.zsdt_lc .zslc_img{ width: 52%;}
.zszc ul{ background: #ffffff; padding: .25rem .375rem; box-sizing: border-box;}
.zszc ul li{ font-size: .225rem; color: #333333; line-height: 2em; margin-bottom: .125rem;transition: all 0.5s;}
.zszc ul li i{width: .05rem; height: .05rem;margin-right: .125rem; vertical-align: middle; background: #959595; display: inline-block; transition: all 0.5s;}
.zszc ul li a{ font-size: .225rem; color: #333333;}
.zszc ul li:hover i{ width: .1rem; background: #fe8900;}
.zszc ul li:hover a{color: #004ea2; font-weight: bold;transform: translateX(5px);}
.lct_img{ width:100%; height:5rem;  display: flex; align-items: center;}
.lct_img img{ width: 100%;}

.ne03{ width: 90%; margin: 0 auto; padding-top: .125rem;}
.img08{ margin-right: .25rem;}
.ne03 a{ border: 1px solid #e4e4e4; padding: .25rem; box-sizing: border-box; display: flex; align-items: center; margin-bottom: .375rem;  position: relative; transition: all 0.5s}
.data_box{ background: #004ea2;  height: .85rem; text-align: center;text-align: center; padding: 0 .1875rem; display: flex;flex-direction: column;justify-content: center;}
.data_box.redDj{background: #c91a13;}

.data_box h3{ font-size: .25rem; color: #ffffff;}
.data_box p{ font-size: .2rem; color: #ffffff;} 
.relimg{  width: 3.275rem; height: 2.225rem; background-size: 100% 100%;transition: all 0.5s; overflow: hidden;}

.t08 h3{ font-size: .225rem; color: #333333; line-height: 2em;transition: all 0.5s;}
.t08 p,.t09 p{ font-size: .2rem; color: #666666; line-height: 2em;transition: all 0.5s;}
.t08 h4{ font-size: .2rem; color: #666666; line-height: 2em; font-weight: normal;}
.t09 h4{ font-size: .2rem; color: #666666; line-height: 2em; font-weight: normal;}
.noPic .t08,.noPic .t09{ width:85%;}
.t08,.t09{ width:68%;}
.ne03 a:hover{ transform: translateY(-5px);}
.ne03 a:hover .relimg{ transform: scale(1.05);}
.ne03 a:hover .t08 h3{ color: #004ea2;}
.ne03 a:hover .t09 h3{ color: #004ea2}
.jt_ico{ position: absolute;  top: 50%; right: .125rem; text-align: center;  transform: translateY(-50%);transition: all 0.5s;}
.jt_ico p{ width: .6rem; height: .6rem; border-radius: 50%; border: 1px solid #cccccc; font-size: .3rem; line-height: .6rem; color: #cccccc;transition: all 0.5s;}

.ne03 a:hover .jt_ico p{ background: #004ea2; color: #ffffff;}
.ne03 a:hover .jt_ico.redDj p{ background: #c91a13;}
#qrcode {
  opacity: 0;
  left: 0.1rem;
  top: 0.7rem;
  height: 180px;
  width: 160px;
  z-index: 999;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 800ms;
  position: absolute;
}
#qrcode.on{
  opacity: 1;
}
#qrcode img {
  margin: 15px auto 0;
}

.weixin_qr {
  padding: 10px 0;
}
.column_name{font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-left: 20px;
  border-left: 5px solid #004ea2;margin-top: 50px;}
.title_content{ margin: 20px auto;width:  95%;}
.row_A{float: left; width: 50%;margin: 15px 0;}
.row_B{float: right; width: 50%;margin: 15px 0;}
.title_list .sub_title{font-weight: 700;font-size: 18px;color: #333;padding-bottom: 5px;border-bottom: 5px solid #004ea2;}
.row_name{display: contents;color:#7a7a7a; margin-left: 60px;}
.row_content{display: inline-block;color:#333;}
.title_content .row{margin: 40px 0;font-size: 16px;}
.news_content p{text-indent: 2em;font-size: 16px;line-height: 2.5em;}

.gyxq_list {display: flex;justify-content: space-between;margin: 50px 0 200px;}
.gyxq_list .sidebar { width: 200px;background-color: #f7f7f7;width: 20%;justify-content: space-around;text-align: center;}
.gyxq_list .content {width: 78%;}
.listTable {
  width: 100%;
  margin-bottom: 20px;    text-align: center;
  font-size: 16px;
}
.listTable thead {
  background: #004ea2;
  height: 50px;    font-weight: 700;
}
.listTable thead tr {
  height: 50px;
  color: #fff;
}
.listTable tbody{
  cursor: pointer;
}
.listTable tbody tr:nth-child(2n-1) {
  background: #eef5fb;
  border-radius: 5px;
}
.listTable tbody tr {
  height: 50px;
  text-align: center;
  border-radius: 5px !important;
}
.gyxq_list .menu-item {cursor: pointer;height: 50px;line-height: 50px;font-size: 16px;} 
.gyxq_list .menu-item.active a{font-weight: 700;  color: #004ea2;}

.gyxq_list .column{line-height: 70px;font-size: 20px;color: #333;font-weight: 700;}
.gyxq_list .column span{border-left: 5px solid #164b93;    padding-left: 5px;}
.noData{color: #a1a1a1;
  font-size: 32px;
  text-align: center;
  margin: 30px;}
.ny_ban img{width:100%}

/* 20241227 */
.qwys_box{ width: 100%; display: flex;  justify-content: space-between; }
.qwys_box .qwjt_fl{width: 50%;}
.qwys_box .qwjt_fr{ width: 46%;  align-items: flex-end;}
.qwjt p{ font-size: .225rem; line-height: 2em; color: #333333;}
.qwjt ul{ display: flex; padding: .3rem 0 1.8rem;}
.qwjt ul li{ font-size: .225rem; color: #333333; padding:0 .5rem; background: url("../images/links02.png")no-repeat center right; background-size: 1px .475rem;}
.qwjt ul li:last-child{ background: none;}
.qwjt ul li p{ color: #06213e;}
.qwjt ul li h3{ font-weight: normal; color: #747474;}
.qwjt ul li span{ color: #004ea2; font-weight: bold; font-size: .3rem;}
.bjys18{background: url("../images/bjys18.jpg")no-repeat center bottom; background-size: 100% auto; }
.bjys19{background: url("../images/bjys19.jpg")no-repeat center bottom; background-size: 100% auto; padding-bottom: .625rem;}
.bjys20{background: url("../images/bjys20.jpg")no-repeat center bottom; background-size: 100% auto; padding-bottom: .625rem;}

.walk_con{ display: flex; align-items: flex-start; justify-content: center; width: 72%; margin: 0 auto; padding: .5rem 0; flex-wrap: wrap;}
.walk_con .walk_l{width: 52%; margin-right: .5rem; padding-top: .5rem;}
.walk_con .walk_r{ width: 45%;}
.walk_con .walk_a{ position: relative; margin-bottom: .5rem;}
.walk_con .walk_aImg{position: relative;height: 0;padding-bottom: 64.5%;overflow: hidden;}
.walk_con .walk_aImg img{position: absolute;height: 100%;width: 100%;top: 0;bottom: 0;left: 0;right: 0;margin: auto;object-fit: cover;transition: all 0.5s;}
.walk_con .walk_dImg{position: relative;height: 0;padding-bottom: 60.25%;overflow: hidden;}
.walk_con .walk_dImg img{ width: 100%; }
.walk_con .walk_a .walk_btm{position: absolute;padding: 0 .3rem .3rem;display: flex; justify-content: space-between;align-items: center;z-index: 2;left: 0;
 bottom: 0;width: 100%;}
.walk_con .walk_d .walk_dTxt{    position: absolute;padding: 0 .3rem .3rem;display: flex;justify-content: space-between;align-items: center;z-index: 2;
    left: 0;bottom: 0;width: 100%;}
.walk_com_tit h3{ font-size: .375rem; color: #ffffff; font-weight: normal; line-height: 1.5em;}
.walk_com_tit p{ font-size: .225rem; color: #ffffff;} 
.walk_con .walk_l .walk_b{ display: flex; justify-content: flex-end;}
.walk_con .walk_r .walk_b{ display: flex; justify-content: flex-start;}
.walk_con .walk_b a,.walk_con .walk_d a{ position: relative;}
.walk_con .walk_b .walk_bImg{ position: relative; width: 6rem; height: 2.75rem; overflow: hidden;}
.walk_con .walk_b .walk_b_txt{position: absolute;padding: .3rem;display: flex;z-index: 2;left: 0; flex-direction: column; justify-content: space-between;
    width: 100%; top: 0; height: 100%;}
.walk_con .walk_b .walk_b_txt .btn_ico01{ width: 1.125rem; height: .5rem;}
.walk_con .walk_d{margin-top: .5rem;}
.walk_r .walk_d,.walk_r .walk_d a{ width: 100%; display: block;}
.walk_commonImg img{   transition: all 0.5s;}
.walk_a:hover .walk_commonImg img,.walk_b:hover .walk_commonImg img,.walk_d:hover .walk_commonImg img {transform: scale(1.05);}


.walk_a .walk_play{ width: .875rem; height: .875rem;}
.walk_d .walk_play{ width: .625rem; height: .625rem;}

.zsdt_demo{ width: 100%; display: flex;  align-items: center; justify-content: space-between;}
.tabTlt{  width: 29%;  background: url("../images/dt_img01.png")no-repeat center center; height: 9.2rem; background-size: 100% 100%;}
.cate_dt{ width: 60%;}
.tab_lit{ width: 100%; height: 100%; position: relative;}
.tab_lit li a{opacity: 0;}
.tab_lit li{  transition: all 0.5s; cursor: pointer;}
.tab_lit li a{ font-size: .2rem; color: #ffffff;  background-image: -moz-linear-gradient( 37deg, rgb(18,129,247) 0%, rgb(0,105,217) 100%);
  background-image: -webkit-linear-gradient( 37deg, rgb(18,129,247) 0%, rgb(0,105,217) 100%);
  background-image: -ms-linear-gradient( 37deg, rgb(18,129,247) 0%, rgb(0,105,217) 100%); border-radius: .05rem; border: 1px solid #ffffff; line-height: .45rem;  width: auto;position: relative; box-sizing: border-box; text-align: center;  transition: all 0.5s; display: block;}
  .tab_lit li a::after{ content: ""; position: absolute; width: .7rem; height: .5rem; bottom: -0.58rem; left: 50%; transform: translateX(-50%); background: url("../images/ico07.png")no-repeat center center; animation:downup01 1.5s ease-in-out infinite; -moz-animation:downup01 1.5s ease-in-out infinite; -o-animation:downup01 1.5s ease-in-out infinite; -webkit-animation:downup01 1.5s ease-in-out infinite;}
.tab_lit li.active a{ opacity: 1;}

.li1{ background: url("../images/li1.png")no-repeat center center; width: 2.1375rem; height: .8125rem; position: absolute; top: 10.6%; right: 2%;} 
.li2{ background: url("../images/li2.png")no-repeat center center; width: 2.075rem; height: .7375rem; position: absolute; top: 20.1%; right: 1.7%; } 
 .li3{ background: url("../images/li3.png")no-repeat center center; width: 2.0625rem; height: 1.1125rem; position: absolute; top: 28.4%; right: 1.2%; } 
 .li4{ background: url("../images/li4.png")no-repeat center center; width: 1.1125rem; height: 2.0125rem; position: absolute; top: 40.8%; right: 9%; } 
 .li5{ background: url("../images/li5.png")no-repeat center center; width: 1.275rem; height: 3.0375rem; position: absolute; top: 32.8%; right: 29%; }
 .li6{ background: url("../images/li6.png")no-repeat center center; width: 2.25rem; height: 3.375rem; position: absolute; bottom: 4.3%; right: 9.2%; } 
 .li7{ background: url("../images/li7.png")no-repeat center center; width: 2.1375rem; height: 4.8rem; position: absolute; top: 6.2%; left: 7.6%; }
 .li8{ background: url("../images/li8.png")no-repeat center center; width: 2.1375rem; height: 2.45rem; position: absolute; bottom: 32.5%; left: 9.1%; } 

 .tab_lit li.li1 a{  top: -.7rem;width: 100%;}
 .tab_lit li.li2 a{  top: -.5rem;width: 100%; }
 .tab_lit li.li3 a{  top: -.2rem; width: 100%;}
 .tab_lit li.li4 a{  top: -.2rem; width: 200%; left: 50%; transform: translateX(-50%); top: 5%;}
 .tab_lit li.li5 a{  top: -.2rem; width: 200%; left: 50%; transform: translateX(-50%); top: 30%;}
 .tab_lit li.li6 a{  top: 20%; width: 100%;}
 .tab_lit li.li7 a{  top: 3%; width: 100%;}
 .tab_lit li.li8 a{  top: 3%; width: 100%;}
 @keyframes downup01{0%{bottom:-0.58rem;}100%{bottom:-0.65rem}}
 @-moz-keyframes downup01{0%{bottom:-0.58rem;}100%{bottom:-0.65rem}}
 @-o-keyframes downup01{ 0%{bottom:-0.58rem;} 100%{bottom:-0.65rem}}
 @-webkit-keyframes downup01{ 0%{bottom:-0.58rem;} 100%{bottom:-0.65rem}}

.cate_box{ width: 100%;}
.cate_box h3{ font-size: .3rem; color: #333333; line-height: 2.5em;}
.cate_box img{ width: 100%; height: auto;}

/* 241231 */
.zszc_04{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: .5rem auto; padding-top: .25rem;}
.zszc_d01{ width: 65.6%; display: flex; flex-wrap: wrap; justify-content: space-between; height: 11.25rem;}
.zszc_d02{ width: 32.85%; height: 11rem; display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: space-between;}
.zszc_d01 a,.zszc_d02 a{ position: relative; display: block;transition: all 0.5s;}
.zszc_a{ width: 100%; height: 3.5rem; overflow: hidden; }
.zszc_b{ width: 5.5rem;height: 3.5rem; overflow: hidden;}
.zszc_c{width: 100%; height: 7rem; overflow: hidden;}
.zszc_a img,.zszc_b img,.zszc_d img,.zszc_c img{ width: 100%; height: 100%;transition: all 0.5s;}
.zszc_c{ width: 100%; height: 7.25rem;}

.t07{ position: absolute; left: .375rem; top:  .375rem;}
.t07 h3{ font-size: .375rem; color: #ffffff; line-height: 1.2em; font-weight: normal;}
.t07 p{ font-size: .225rem; color: #ffffff; line-height: 2em; font-weight: 100;}
.t08{position: absolute; left: .375rem; top: .5rem;}
.t08 h3{ font-size: .225rem; color: #ffffff; line-height: 1em; font-weight: normal;} 
.t09 h3{ font-size: .225rem; color: #333; line-height: 1em;} 
.t08 p{ font-size: .45rem; color: #ffffff; line-height: 2em;}
.zszc_d{width: 100%;height: 3.5rem; overflow: hidden;}
.ico06{ width: 1.125rem; height: .5rem; position: absolute; left: .375rem; bottom:.375rem; background: url("../images/ico05.png")no-repeat center center; background-size: 1005 100%;}
.ico07{width: 1.125rem; height: .5rem; position: absolute; left: .375rem; top: 1.8rem; background: url("../images/ico05.png")no-repeat center center; background-size: 1005 100%;}
.zszc_d01 a:hover img,.zszc_d02 a:hover img{ transform: scale(1.05);}

.text_con table{width: 85%; margin: .5rem auto;font-size: .2rem;}
.text_con table thead{text-align: center;}
.text_con table td {border: 1px solid #333;}

 #viewerWrapper { position: relative; width: 100%;}
 .viewerWrapperNormal { height: 960px; }
 .viewerWrapperFull { height: calc(100% - 46px); }
#viewerContainer { outline: none;  overflow: auto;position: absolute;width: 100%;height: 100%;  }
.p-1 {padding: .1rem}
.btn:not(:disabled):not(.disabled) { cursor: pointer;}
.btn { display: inline-block;font-weight: bold;color: #212529;text-align: center;vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .1rem .15rem;
    font-size: .2rem;
    line-height: .275;
    border-radius: .3rem;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.bg-secondary {
    background-color: #6c757d !important;
}
#fullContainer{text-align: center;}
.form-input{    display: block;
    width: 100%;
    padding: .15rem .3rem;
    font-size: .2rem;
    /* font-weight: 400; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;position: relative;    border-top-right-radius: 0;
    border-bottom-right-radius: 0;}
.search_button{cursor: pointer;  padding: 0.1rem 0rem 0.1rem 0.3rem;
    border: 1px solid #ced4da;
    width: 10%;
    background:#004ea2;
    color: #fff;
    font-size: .2rem;
    border-top-right-radius: .1rem;
    border-bottom-right-radius: .1rem;
    border-left: 0;}
.search_result{font-size: .35rem;
    font-weight: 400;
    margin: .2rem 0;}
.search_total{ color: #6c757d;font-size: .2rem;}
.search_list em {
    color: #dc3545 !important;font-style: normal;
}
.search_list li{margin:.2rem 0;padding-bottom: .2rem;border-bottom: 1px solid #dee2e6;}
.text-muted{color: #6c757d;line-height:.35rem;font-size: .2rem;}

.search_channel a{color:#007bff;}
.search_time{margin-left: auto;color: #6c757d;}

.search_box{background-color:#e0eaf9;    padding: .05rem;font-size:.2rem;margin: .2rem 0;}
.search_boxList{margin:.15rem;display:flex;}
.search_boxList .search_select{    width: 10%;
    padding: 10px;}
.search_boxList .search_select div{display:flex;}
.search_boxList  .btn-normal{    background: transparent;
    font-size: .2rem;
    padding: 9px 15px;
    border-radius: 5px;
    color: #333;cursor:pointer;}
.search_boxList  .btn-primary{color:#fff;    background: #004ea2;}
.empty_content{height:429px;}
.search_ico{
    background:url(../images/index_xuebi-b.png)0 -4px no-repeat;
    font-size: .2rem;
    width: 45px;
    height: 45px;
    position: absolute;
    margin: -30px -5px;
    transform: scale(0.5);
}
#toolbar .btn-pdf{color: #f8f9fa;cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #f8f9fa;
    padding: .1rem .2rem;
    font-size: .2rem;
    line-height: 1.5;
    border-radius: .1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;}

.backIndex {
    position: fixed;
    right: 30px;
    bottom: 258px;
    background: #0890d7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    z-index: 999;
    font-size: 0;
}
.backIndex img {
    max-width: 80%;
    margin: 5px;
}
.backIndex a {
    text-decoration: none;
    outline: none;
    font-family: "microsoft yahei";
    color: #000;
    cursor: pointer;
}
.djgz{margin: 2em 0;font-family: "宋体";}
.djgz_l{width: 49%; float: left;}
.djgz_r{width: 49%; float: right;}
.djgz_l img{width: 100%;}
.djgz_title01{border-bottom: 2px solid #dbdbdb;height: .5rem;}
.djgz_titleRed{color: #d71a13;font-weight: 700;font-size: .225rem; height: 0.5rem;border-bottom: 2px solid;}
.djgz_titleGrey a{color: grey;font-family: '微软雅黑';font-size: .2rem; line-height: .5rem;}
.djgz_news,.ghjs_newsL{overflow: hidden;display: flex;flex-direction: column;}
.djgz_news li,.ghjs_newsL li{font-size: .225rem;color: #333333;align-items: center;justify-content: space-between;transition: all 0.5s;line-height: .6rem;}
.djgz_news li a,.ghjs_newsL li a{box-sizing: border-box;color: #333333;white-space: nowrap;-o-text-overflow: ellipsis;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 81%;transition: all 0.5s;}
.djgz_news li i,.ghjs_newsL li i {width: .05rem;height: .05rem;margin-right: .125rem;vertical-align: middle;background: #959595;display: inline-block;transition: all 0.5s;}
.djgz_list{display: flex;justify-content: space-between;margin: .5rem 0;}
.djgz_list .sidebar{width: 200px;width: 20%;justify-content: space-around;text-align: center;}
.djgz_list .column{line-height: 70px;font-size: 20px;color: #333;font-weight: 700;background-color: #f7f7f7;}
.djgz_list .column span{border-left: 5px solid #164b93;padding-left: 5px;}
.djgz_list .menu-item {cursor: pointer;height: 50px;line-height: 50px;font-size: 16px;background-color: #f7f7f7;}
.djgz_list .menu-item.active a {font-weight: 700;color: #004ea2;}
.ne04{width: 100%;}
.djgz_list .news_page{width: 77%;}

.ghjs{padding-top: 2em;}
.list-t1,.list-t2{position: relative;}
.list-t1:before {content: "";height: 2px;background: #d7d6d6;width: 84%;position: absolute;right: 0;top: 20px;}
.list-t2:before {content: "";height: 2px;background: #d7d6d6;width: 92%;position: absolute;right: 0;top: 20px;}
.list-t1 span,.list-t2 span {padding-left: 27px;display: inline-block;background: url(../images/zts2_02.jpg) no-repeat left center;font-size: 28px;font-weight: bold;color: #0e59ca;padding-right: 32px;position: relative;z-index: 5;}
.ghjs .slide_content{padding-bottom: 2em;}
.ghjs .slide_content .hd ul {display: flex;justify-content: center;}
.ghjs .slide_content .hd li {font-size: .3rem;margin-right: 35px;text-align: center;width: 171px;height: 60px;border-top-left-radius: 10px;border-top-right-radius: 10px;line-height: 58px;border: 1px solid #0f5dcc;border-bottom: none;cursor: pointer;transition: 0.5s;}
.ghjs .slide_content .hd li span {font-size: 26px;color: #0f5dcc;display: block;z-index: 11;}
.ghjs .slide_content .hd li.active {background-color: #0f5dcc;}
.ghjs .slide_content .hd li.active span {color: #fff;position: relative;}
.ghjs .slide_content .hd li.active span i {display: block;content: "◆";position: absolute;font-size: .2rem;left: 78px;bottom: -29px;color: #0f5dcc;z-index: 10;transition: 0.5s;}
.ghjs .slide_content .bd{border: 1px solid #d7d6d6;background: rgb(255 255 255 / 50%);}
.slide_content .bd .tab-content{display: none;animation: fadeIn 0.5s;}
.slide_content .bd .tab-content.active{display: block;}

.hd{
  padding: 3em 0 0 0;
}
.slide_content .bd ul{display: flex;flex-wrap: wrap;}
.slide_content .bd li{max-width: 25%;padding: 0.35rem;}
.slide_content .bd li a {display: flex;align-items: center;flex-direction: row;}
.slide_content .bd li p {margin-left: 20px;font-weight: 400;font-size: 20px;color: #737373;line-height: 30px;width: 220px;text-align: left;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.ghjs_news{padding: 3em;}
.ghjs_newsL{float: left;width: 50%;}
.ghjs_newsR{float: right;width: 42%;}
.ghjs_btn{padding: 3em 0;}
.ghjs_btn ul{display: flex;justify-content: space-between;}
.ghjs_btn ul li{width: 24%;transition: transform 0.3s ease;}
.ghjs_btn ul li:hover{transform: scale(1.1);}
.ghjs_btn ul li img{width: 100%;}
.ghjs_btn ul li div{position: absolute;color: #fff;font-size: .225rem;}
.ghjs_btn ul li a{position: relative;display: flex;justify-content: center;align-items: center;}


























