.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navigation .header {
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .header_logo {
  width: 5.11rem;
}
.navigation .header_logo img {
  width: 100%;
}
.navigation .header_logo .logo1 {
  display: none;
}
.navigation .header_othbox {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.navigation .header_othbox .nav {
  display: flex;
}
.navigation .header_othbox .nav .item {
  line-height: 1.2rem;
  position: relative;
  margin-left: 0.2rem;
}
.navigation .header_othbox .nav .item > a {
  display: block;
  padding: 0 0.1rem;
  height: 100%;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.navigation .header_othbox .nav .item .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 3rem;
  z-index: 98;
  background: #fff;
  width: 5.56rem;
  min-height: 2.16rem;
  display: none;
}
.navigation .header_othbox .nav .item .sub .bet {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.16rem 0.22rem;
}
.navigation .header_othbox .nav .item .sub_menu__item {
  border-bottom: 1px solid #e7e6e9;
  width: 1.6rem;
}
.navigation .header_othbox .nav .item .sub_menu__item:last-child {
  border: 0;
}
.navigation .header_othbox .nav .item .sub_menu__item a {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #323232;
  height: 0.24rem;
  line-height: 0.24rem;
  padding: 0.14rem 0;
  font-weight: normal;
  box-sizing: content-box;
}
.navigation .header_othbox .nav .item .sub_menu__item a i {
  font-size: 0.2rem;
}
.navigation .header_othbox .nav .item .sub_menu__item a:hover {
  color: #0059b5;
}
.navigation .header_othbox .nav .item .sub_menu__item a.on {
  color: #0059b5;
}
.navigation .header_othbox .nav .item .sub_menu__item a:hover i {
  color: #0059b5;
}
.navigation .header_othbox .nav .item .sub .pro_img {
  width: 3.25rem;
  height: 1.9rem;
}
.navigation .header_othbox .nav .item:hover > a {
  color: #0059b5 !important;
  border-color: #0059b5;
}
.navigation .header_othbox .nav .item:hover .sub {
  display: block;
}
.navigation .header_othbox .nav .item.on > a {
  color: #0059b5 !important;
  border-color: #0059b5;
}
.navigation .header_othbox .seabox {
  width: 0.58rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  color: #fff;
  cursor: pointer;
}
.navigation .header_othbox .seabox i {
  font-size: 0.22rem;
}
.navigation .header_othbox .lagbox {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 0.03rem;
  height: 0.36rem;
  position: relative;
  width: 0.92rem;
  display: flex;
}
.navigation .header_othbox .lagbox a {
  padding: 0.04rem 0.12rem;
  border-radius: 0.4rem;
  color: #999999;
  font-size: 0.15rem;
  margin-right: 0.04rem;
}
.navigation .header_othbox .lagbox a:last-child {
  margin-right: 0;
}
.navigation .header_othbox .lagbox a:hover,
.navigation .header_othbox .lagbox a.active {
  background: #0059b5;
  color: #fff;
}
.navigation .top_search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  overflow:initial!important;
}
.navigation .top_search .bg {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100vh;
}
.navigation .top_search .search_area {
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
.navigation .top_search .search_area .sea_ipt {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 5px 0 5px 25px;
  height: 50px;
}
.navigation .top_search .search_area .sea_ipt input[type="text"] {
  flex: 1;
  height: 100%;
}
.navigation .top_search .search_area .sea_ipt .seaBtn {
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.navigation .top_search .search_area .sea_ipt .seaBtn i {
  font-size: 0.22rem;
}
.navigation .top_search.on .bg {
  opacity: 1;
  visibility: visible;
}
.navigation.active {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.navigation.active .header_othbox .nav .item a {
  color: #333;
}
.navigation.active .header_othbox .seabox {
  color: #666;
}
.navigation.active .header_othbox .lagbox {
  border-color: #dedede;
}
.navigation.sticky {
  position: sticky;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.navigation.sticky .header_logo .logo {
  display: none;
}
.navigation.sticky .header_logo .logo1 {
  display: block;
}
.navigation.sticky .header_othbox .nav .item a {
  color: #333;
}
.navigation.sticky .header_othbox .seabox {
  color: #666;
}
.navigation.sticky .header_othbox .lagbox {
  border-color: #dedede;
}
.ban_swiper {
  width: 100%;
  position: relative;
}
.ban_swiper .b_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ban_swiper .b_img img {
  width: 100%;
  display: block;
  object-fit: cover;
  left: 0;
  top: 0;
  position: relative;
  transform: perspective(1000px) translate3d(0, 0, 100px);
  transition: all 1s ease 2.5s;
}
.ban_swiper .ban_con {
  position: absolute;
  width: 42%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.ban_swiper .ban_con .t {
  font-size: 0.57rem;
  line-height: .92rem;
  color: #fff;
  transform: translateY(30px);
  opacity: 0;
  text-align: center;
}
.ban_swiper .ban_con .b_line {
  margin-top: 0.2rem;
  position: relative;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateY(30px);
  opacity: 0;
}
.ban_swiper .ban_con .b_line:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 3px;
  width: 30%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.ban_swiper .swiper-slide.swiper-slide-active .b_img img {
  transition: all 5s ease 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.ban_swiper .swiper-slide.swiper-slide-active .t {
  transition: all 1.5s ease 0.5s;
  transform: translateX(0);
  opacity: 1;
  letter-spacing: 10;
}
.ban_swiper .swiper-slide.swiper-slide-active .b_line {
  transition: all 1s ease 1.2s;
  transform: translateX(0);
  opacity: 1;
}
.ban_swiper .ban_btm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.7rem;
  z-index: 10;
}
.ban_swiper .ban_btm .sb_ico {
  position: absolute;
  top: -0.3rem;
  left: 50%;
  margin-left:-.25rem;
  color: #fff;
  font-size: 0.5rem;
  animation: 2s slide_Up linear infinite;
}
.ban_swiper .ban_btm .s_pagination {
  color: #fff;
  margin: 0 0.1rem;
  width: auto;
}
.ban_swiper .ban_btm .s_pagination .swiper-pagination-bullet {
  background: transparent!important;
  opacity: 1!important;
  color: #fff;
  font-weight: bold;
  padding: 0.02rem 0.05rem;
  width: 0.42rem;
  height: 0.32rem;
  line-height: 0.26rem;
  text-align: center;
}
.ban_swiper .ban_btm .s_pagination .swiper-pagination-bullet-active {
  color: #0059b5;
}
.ban_swiper .ban_btm .prev,
.ban_swiper .ban_btm .next {
  width: 0.32rem;
  height: 0.32rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ban_swiper .ban_btm .prev i,
.ban_swiper .ban_btm .next i {
  color: #fff;
  font-size: 0.2rem;
}
.homeF1 {
  position: relative;
}
.homeF1 .b_img {
  width: 100%;
  position: relative;
  margin-top: -10%;
}
.homeF1 .b_img img {
  width: 100%;
}
.homeF1 .b_img i {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.6rem;
  font-size: 0.5rem;
}
.homeF1 .abt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.2rem;
  position: relative;
  z-index: 3;
}
.homeF1 .abt_lt {
  width: 50%;
}
.homeF1 .abt_lt h1 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #005aa9;
  line-height: 1.4;
}
.homeF1 .abt_lt div {
  font-size: 0.4rem;
  color: #005aa9;
  line-height: 1.4;
}
.homeF1 .abt_lt p {
  color: #323232;
  line-height: .38rem;
  font-size: 0.18rem;
  padding-top: 0.28rem;
}
.homeF1 .abt_rt {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
}
.homeF1 .abt_rt .item {
  width: 46%;
  margin-bottom: 0.77rem;
  display: inline-flex;
  align-items: center;
  margin-left: 4%;
}
.homeF1 .abt_rt .item img {
  width: 0.7rem;
  margin-right: 0.18rem;
}
.homeF1 .abt_rt .item .a_num {
  height: 42px;
  line-height: 42px;
  font-size: 0.45rem;
  color: #1f6eb1;
  font-weight: bold;
}
.homeF1 .abt_rt .item .a_num .a_plus {
  color: #878787;
  font-size: 0.18rem;
  font-weight: normal;
}
.homeF1 .abt_rt .item .tit {
  color: #878787;
  font-size: 0.18rem;
  margin-top: 0.01rem;
}
.homeF2 {
  display: flex;
  justify-content: space-between;
  padding: 0.95rem 0;
}
.homeF2 .item {
  width: 33%;
  height: 6.46rem;
  position: relative;
}
.homeF2 .item img {
  width: 100%;
  height: 100%;
}
.homeF2 .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 2.29rem 0.86rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.homeF2 .item .mask .ico {
  width: 0.38rem;
  height: 0.55rem;
  margin: 0 auto;
}
.homeF2 .item .mask .ico img {
  width: 100%;
  height:auto;
  display: block;
}
.homeF2 .item .mask h2 {
  font-size: 0.26rem;
  color: #fff;
  padding-bottom: 0.18rem;
}
.homeF2 .item .mask p {
  color: #abb7c7;
  line-height: .36rem;
  font-size: 0.18rem;
  text-align: center;
}
.homeF2 .item .mask .more {
  margin-top: 0.6rem;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px);
}
.homeF2 .item .mask:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 0.11rem;
  background: #178e43;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
}
.homeF2 .item .mask:hover {
  padding-top: 1.4rem;
  background: linear-gradient(to bottom,rgba(1,79,148,0),70%,rgba(1,79,148,1));
}
.homeF2 .item .mask:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px);
}
.homeF2 .item .mask:hover:after {
  bottom: -0.11rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
.more {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  height: 0.54rem;
  line-height: 0.54rem;
  width: 2.04rem;
  color: #fff;
  cursor: pointer;
  padding: 0 0.49rem 0 0.42rem;
  box-sizing: border-box;
  position: relative;
  transition: all 1.1s;
}
.more .arrow {
  position: absolute;
  background: #005aa9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.43rem;
  height: 0.43rem;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.more .arrow i {
  color: #fff;
  font-size: 0.22rem;
}
.more:hover {
  background: rgba(0, 90, 169, 0.8);
}
.more:hover .arrow {
  right: 16px;
  background: #fff;
}
.more:hover .arrow i {
  color: #005aa9;
}
.homeF3 {
  background: url(../image//bg5.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem 0 1.2rem 0;
}
.homeF3 .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.36rem;
}
.homeF3 .hd .en {
  font-weight: bold;
  font-size: 0.4rem;
}
.homeF3 .hd h2 {
  font-size: 0.4rem;
  color: #005aa9;
}
.homeF3 .hd .more {
  background: #0059b5;
}
.homeF3 .hd .more .arrow {
  background: #178e43;
}
.homeF3 .hd .more:hover i {
  color: #fff;
}
.homeF3 .bd {
  background: #fff;
  box-shadow: 3px 0 7px rgba(194, 194, 194, 0.35);
}
.homeF3 .bd_top {
  overflow: hidden;
  display: flex;
  height: 4.5rem;
}
.homeF3 .bd_top__lt {
  width: 50%;
  overflow: hidden;
  height: 4.5rem;
}
.homeF3 .bd_top__lt img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.homeF3 .bd_top__rt {
  padding: 0.58rem 0.56rem 0.62rem 0.52rem;
  width: 50%;
  border-bottom: 1px solid #eaeaea;
}
.homeF3 .bd_top__rt .d {
  font-size: 0.48rem;
}
.homeF3 .bd_top__rt .y {
  color: #999999;
}
.homeF3 .bd_top__rt .tit {
  font-size: 0.24rem;
  color: #323232;
  line-height: .36rem;
  padding: 0.26rem 0 0.3rem;
}
.homeF3 .bd_top__rt .con {
  font-size: 0.14rem;
  color: #5f5f5f;
  line-height: .25rem;
}
.homeF3 .bd_top__rt .b_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0059b5;
  padding-top: 0.44rem;
}
.homeF3 .bd_top__rt .b_more i {
  font-size: 0.34rem;
}
.homeF3 .bd_top:hover .bd_top__lt img {
  transform: scale(1.1);
}
.homeF3 .bd_top:hover .bd_top__rt .tit {
  color: #0059b5;
}
.homeF3 .bd_btm {
  display: flex;
}
.homeF3 .bd_btm .item {
  width: 50%;
  box-sizing: border-box;
  padding: 0.32rem 0.32rem 0.36rem 0.36rem;
  border-right: 1px solid #eaeaea;
}
.homeF3 .bd_btm .item:last-child {
  border-right: none;
}
.homeF3 .bd_btm .item .tit {
  font-size: 0.24rem;
  color: #323232;
  line-height: 1.3;
}
.homeF3 .bd_btm .item .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeF3 .bd_btm .item .btm .time {
  display: inline-flex;
  align-items: center;
  color: #999999;
}
.homeF3 .bd_btm .item .btm .time i {
  font-size: 0.34rem;
}
.homeF3 .bd_btm .item .btm .arrow {
  color: #9a9a9a;
  font-size: 0.3rem;
}
.homeF3 .bd_btm .item:hover .tit {
  color: #0059b5;
  font-weight: bold;
}
.homeF3 .bd_btm .item:hover .time,
.homeF3 .bd_btm .item:hover .arrow {
  color: #0059b5;
}
.vid_pop {
  position: fixed;
  width: 90%;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.vid_pop .pop_con {
  width:1300px;
  height:600px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
}
.vid_pop .pop_con video {
  width: 100%;
  height: 100%;
  max-height: 7rem;
}
.vid_pop .pop_con iframe {
  width: 100%;
  height: 100%;
  max-height: 7rem;
}
.vid_pop .close {
  cursor: pointer;
  background: #0059b5;
  color: #fff;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translateX(-50%);
}
.vid_pop .close i {
  font-size: 0.3rem;
}
footer {
  border-top: 0.04rem solid #178e43;
}
footer .hd {
  position: relative;
  background: #282828;
}
footer .hd:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../image/bg7.png) no-repeat center;
  width: 4.54rem;
  height: 2.21rem;
}
footer .hd .foot_l {
  width: 25%;
  float: left;
}
footer .hd .foot_l .tit {
  font-size: 0.3rem;
  color: #178e43;
  padding: 0.4rem 0 0.3rem 0;
  display:none;
}
footer .hd .foot_l .foot_img {
  display: flex;
  padding-top:.5rem;
}
footer .hd .foot_l .foot_img div {
  margin-right: 0.24rem;
}
footer .hd .foot_l .foot_img img {
  width: 1.02rem;
}
footer .hd .foot_l .foot_img p {
  color: #6b6b6b;
  padding: 0.1rem 0;
  text-align: center;
}
footer .hd .foot_r {
  width: 75%;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
footer .hd .foot_r .f_box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 0.25rem 0 0.34rem;
    border-bottom: 1px solid #323232;
}
footer .hd .foot_r .f_box ul{
    margin-left: 5%;
}
footer .hd .foot_r .f_box li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  color: #6b6b6b;
  line-height: 0.34rem;
  padding-top: 0.1rem;
}
footer .hd .foot_r .f_box li i {
  font-size: 0.22rem;
  margin-right: 0.1rem;
}
footer .hd .foot_r .f_box li.big {
  color: #fff;
  font-weight: bold;
  font-size: 0.31rem;
}
footer .hd .foot_r .btm {
  display: flex;
  justify-content: space-between;
  align-items:center;
  padding: 0.22rem 0 0.5rem 0.72rem;
}
footer .hd .foot_r .btm .t {
  font-size: 0.2rem;
  color: #fff;
}
footer .hd .foot_r .btm ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
}
footer .hd .foot_r .btm ul li {
  margin-right: 0.3rem;
}
footer .hd .foot_r .btm ul li:last-child{
    margin-right:0;
}
footer .hd .foot_r .btm ul a {
  display: block;
  color: #6b6b6b;
}
footer .hd .foot_r .btm ul a:hover {
  color: #0059b5;
}
footer .hd .foot_r .btm .drop {
  width: 2.92rem;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
footer .hd .foot_r .btm .drop_item {
  border: 2px solid #6b6b6b;
  width: 100%;
  height: 0.44rem;
  display: flex;
  align-items: center;
  padding: 0 0.24rem;
  box-sizing: border-box;
  cursor: pointer;
}
footer .hd .foot_r .btm .drop_item span {
  color: #6b6b6b;
  flex: 1;
}
footer .hd .foot_r .btm .drop_item i {
  font-size: 0.3rem;
  color: #6b6b6b;
}
footer .hd .foot_r .btm .drop_menu {
  position: absolute;
  width: 100%;
  background: #6b6b6b;
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
  max-height: 1.2rem;
  overflow-y: auto;
  z-index: 2;
  display: none;
}
footer .hd .foot_r .btm .drop_menu a {
  display: block;
  padding: 0.05rem 0;
  line-height: 0.26rem;
  color: #fff;
}
footer .hd .foot_r .btm .drop_menu a:hover {
  color: #0059b5;
}
footer .bd {
  background: #fff;
  padding: 0.12rem 0;
}
footer .bd .w1400 {
  color: #6b6b6b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bd .w1400 p {
  padding-bottom: 0.1rem;
}
footer .bd .w1400 p:last-child {
  padding: 0;
}
footer .bd .w1400 a {
  color: #6b6b6b;
}
footer .bd .w1400 a:hover {
  color: #0059b5;
}
footer .bd .w1400 .dt_link {
  display: inline-flex;
  align-items: center;
}
footer .bd .w1400 .dt_link i {
  font-size: 0.28rem;
}
.cp_bnr {
  position: relative;
  height: 7.69rem;
  overflow: hidden;
}
.inupositon {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9;
  top: 0;
}

.inupositon h2 {
  font-size: 0.44rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding-top: 2.28rem;
}
.inupositon .w1400 {
  position: relative;
}
.inupositon .crumbs.important{
    justify-content:flex-end;
}
.inupositon .crumbs.important a,.inupositon .crumbs.important i{
    color:#fff;
}
.inupositon .crumbs.left a{
    color:#323232;
}
.inupositon .crumbs a.on,.inupositon .crumbs a:hover{
    color:#fff;
}
.inupositon .crumbs.important em{
    color:#fff;
}
.dqwz {
    height: .77rem;
    display: flex;
    align-items: center;
}
.dqwz i{
    color: #0059b5;
    font-size: 0.18rem;
    margin-right: .05rem;
    font-weight: bold;
}
.dqwz em{
    margin:0 0.05rem;
    color:#757575;
}
.dqwz a{
     color:#757575;
}
.dqwz a:hover,.dqwz a.on{
     color:#323232;
}
.cp_bnr .crumbs {
    position: absolute;
    right: 0;
    top: 0.32rem;
}
.cp_bnr .crumbs i,
.cp_bnr .crumbs em,
.cp_bnr .crumbs a {
  color: #fff;
}
.cp_bnr .bnr_mask {
  width: 100%;
  height: 7.69rem;
  position: relative;
}
.cp_bnr .bnr_mask .pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.cp_bnr .bnr_mask .gallery_top {
  width: 100%;
  height: 7.69rem;
}
.cp_bnr .bnr_mask img {
  display: block;
  height: 100%;
  width: 100%;
}
.cp_bnr .cp_down {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  z-index: 99;
}
.cp_bnr .cp_down .swiper-slide {
  cursor: pointer;
  width:auto!important;
}
.cp_bnr .cp_down span {
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
.cp_bnr .cp_down span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #0059b5;
  width: 0;
  transition: 0.5s ease-in-out;
  z-index: 2;
}
.cp_bnr .cp_down span:hover{
  color: #0059b5;
}
.cp_bnr .cp_down span:hover:after{
  width: 100%;
}
.cp_bnr .cp_down .swiper-slide-thumb-active span{
    color:#0059b5;
}
.cp_bnr .cp_down .swiper-slide-thumb-active span:after{
    width:100%;
}
.plan {
  padding: 0.7rem 0 0.4rem;
  display: flex;
  justify-content: space-between;
}
.plan h2 {
  font-size: 0.44rem;
  color: #323232;
  line-height: 1.5;
}
.plan p {
  width: 60%;
  font-size: 0.18rem;
  color: #323232;
  line-height: 2.4;
}
.pl_top {
  width: 100%;
  height: 6.3rem;
}
.pl_top .pl_top__img {
  width: 100%;
  height: 6.3rem;
  display: block;
}
.pl_top .pl_posi {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}
.pl_top .pl_posi .pl_pagination {
  padding: 0.16rem 0;
  transform: initial;
}
.pl_top .pl_posi .pl_pagination .swiper-pagination-bullet {
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-weight: bold;
  font-size: 0.18rem;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  text-align: center;
}
.pl_top .pl_posi .pl_pagination .swiper-pagination-bullet-active {
  color: #0059b5;
}
.pl_top .pl_posi .prevs,
.pl_top .pl_posi .nexts {
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pl_swiper {
  position: relative;
  padding-bottom: 1.18rem;
}
.pl_swiper .box {
  position: absolute;
  right: 0.76rem;
  bottom: 0;
  background: #005aa9;
  height: 2.22rem;
  width: 9.84rem;
  z-index: 10;
}
.pl_swiper .box .pl_thumbs {
  background: #fff;
  height: 2.22rem;
  width: 9.84rem;
  margin-top: -0.12rem;
  margin-left: -0.12rem;
}
.pl_swiper .box .pl_thumbs .txt_box {
  padding: 0.34rem 0.4rem;
  box-sizing: border-box;
  height:100%;
}
.pl_swiper .box .pl_thumbs .txt_box .scroll{
    height:100%;
    overflow-y:auto;
}
.pl_swiper .box .pl_thumbs .txt_box h2 {
  font-size: 0.26rem;
  color: #323232;
  font-weight: bold;
}
.pl_swiper .box .pl_thumbs .txt_box p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
  margin-top: 0.18rem;
}
.pl_list {
  padding: 0.68rem 0 0.65rem;
}
.pl_list .tit {
  font-weight: bold;
  text-align: center;
  font-size: 0.44rem;
  padding-bottom: 0.4rem;
}
.pl_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pl_list ul li {
  width: 6.85rem;
  height: 3.3rem;
  margin-bottom: 0.26rem;
  position: relative;
}
.pl_list ul li img {
  width: 100%;
  height: 100%;
}
.pl_list ul li .t_pop {
  -webkit-clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
  background: rgba(0, 90, 169, 0.8);
  width: 3.98rem;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 0.62rem 0.2rem 0.3rem 1.3rem;
  color: #fff;
}
.pl_list ul li .t_pop .scroll{
    height:100%;
    overflow-y:auto;
}
.pl_list ul li .t_pop .scroll::-webkit-scrollbar{
    width:3px;
    height:3px;
    display:none;
}
.pl_list ul li .t_pop .scroll::-webkit-scrollbar-thumb{
    background:#fff;
}
.pl_list ul li .t_pop .scroll::-webkit-scrollbar-track{
    background:#0059b5;
}
.pl_list ul li .t_pop h3 {
  position: relative;
  font-size: 0.26rem;
  padding-bottom: 0.18rem;
  margin-bottom: 0.18rem;
}
.pl_list ul li .t_pop h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 0.17rem;
}
.pl_list ul li .t_pop p {
  font-size: 0.18rem;
  margin-bottom: 0.14rem;
  line-height:1.8;
}
.zy_bnr {
  position: relative;
  height: 4.98rem;
}
.zy_bnr img {
  display: block;
  height: 100%;
}
.zy_bnr .position {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.6rem;
}
.zy_bnr .position h3 {
  color: #fff;
  font-size: 0.44rem;
}
.zy_bnr .sb_ico {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.5rem;
  animation: 2s slide_Up linear infinite;
}
@keyframes slide_Up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.zy_nav {
  width: 100%;
  background: #fff;
  height: 0.77rem;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.zy_nav .bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zy_nav .pagenmenu {
  display: flex;
}
.zy_nav .pagenmenu a {
  display: block;
  line-height: 0.76rem;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.zy_nav .pagenmenu a.on,
.zy_nav .pagenmenu a:hover {
  color: #0059b5;
}
.zy_nav .line {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #0059b5;
    width: 0;
    transition: all 1s ease-in-out;
}
.crumbs{
    height:.77rem;
    display:flex;
    align-items:center;
}
.crumbs a {
    color: #757575;
}
.crumbs a.on,
.crumbs a:hover {
  color: #323232;
}
.crumbs em {
  margin: 0 0.05rem;
}
.crumbs i {
  color: #0059b5;
  font-size: 0.18rem;
  margin-right:.05rem;
  font-weight:bold;
}
.ryzz {
  width: 100%;
  background: url('../image/bg13.jpg') no-repeat center / 100% 100%;
  height: 8.5rem;
  padding: 0.76rem 0 1.4rem;
}
.ryzz .en {
  font-weight: bold;
  font-size: 0.4rem;
  color: #000;
}
.ryzz .tit {
  color: #005aa9;
  font-weight: bold;
  font-size: 0.4rem;
}
.ryzz .box {
  width: 50%;
  float: left;
  height: 4.9rem;
  display: flex;
  margin-top: 0.32rem;
}
.ryzz .box .line {
  width: 0.13rem;
}
.ryzz .box .year_thumbs {
  float: right;
  flex: 1;
  padding-left: 0.16rem;
}
.ryzz .box .year_thumbs .swiper-slide {
  height: auto!important;
}
.ryzz .box .year_thumbs .year {
  color: #1f6eb1;
  font-size: 0.45rem;
  font-family: 'Bahnschrift';
  padding-top: 0.2rem;
}
.ryzz .box .year_thumbs p {
  position: relative;
  font-size: 0.18rem;
  padding-left: 0.16rem;
  padding-bottom: 0.05rem;
  color: #323232;
  line-height:1.8;
}
.ryzz .box .year_thumbs p:last-child {
  padding-bottom: 0;
}
.ryzz .box .year_thumbs p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 42%;
  background: #0059b5;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
}
.ryzz .box .swiper-slide {
  cursor: pointer;
}
.ryzz .box .swiper-slide-thumb-active p {
  color: #0059b5;
}
/*.ryzz .box .swiper-slide-thumb-active p:after {
  background: #0059b5;
}*/
.ryzz .devel_top {
  width: 6.5rem;
  height: 100%;
  float: right;
  margin-top: -0.3rem;
}
.ryzz .devel_top img {
  width: 100%;
  height: 4.62rem;
  display: block;
}
.ryzz .devel_top .devel_posi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.34rem;
}
.ryzz .devel_top .devel_posi .prevs,
.ryzz .devel_top .devel_posi .nexts {
  width: 0.52rem;
  height: 0.52rem;
  opacity: 1;
  background: #d3d3d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.26rem;
  cursor: pointer;
}
.ryzz .devel_top .devel_posi .prevs i,
.ryzz .devel_top .devel_posi .nexts i {
  color: #fff;
  font-size: 0.26rem;
}
.ryzz .devel_top .devel_posi .prevs:hover,
.ryzz .devel_top .devel_posi .nexts:hover {
  background: #0059b5;
}
.ryzz .devel_top .devel_posi .nexts {
  background: #0059b5;
}
.ryzz .devel_top .devel_posi .nexts.swiper-button-disabled {
  background: #d3d3d3;
}
.ryzz .devel_top .devel_posi .prevs {
  background: #0059b5;
}
.ryzz .devel_top .devel_posi .prevs.swiper-button-disabled {
  background: #d3d3d3;
}
.gsfc {
  padding: 0.58rem 0 0.75rem;
  min-height:500px;
}
.gsfc .item {
  float: left;
  background: #f5f5f5;
  width: 4.4rem;
  padding: 0.15rem 0.18rem 0;
  margin-right: 0.39rem;
  margin-bottom: 0.35rem;
}
.gsfc .item:nth-child(3n) {
  margin-right: 0;
}
.gsfc .item .img_box {
  width: 100%;
  height: 2.59rem;
  overflow: hidden;
}
.gsfc .item .img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.gsfc .item p {
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  height: 0.68rem;
  line-height: 0.68rem;
  transition: all 0.2s;
}
.gsfc .item:hover img {
  transform: scale(1.1);
}
.gsfc .item:hover p {
  color: #0059b5;
}
.gsjj {
  padding: 0.56rem 0 1.38rem;
}
.gsjj .abt_tit_big {
  font-size: 0.4rem;
  font-weight: bold;
  color: #0059b5;
  line-height:.6rem;
}
.gsjj .abt_tit {
  font-size: 0.4rem;
  color: #0059b5;
  padding-bottom: 0.2rem;
  line-height:.6rem;
}
.gsjj p {
  font-size: 0.18rem;
  line-height: .38rem;
}
.gsjj .abt_num {
  width: 100%;
  height: 1.47rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(to bottom, #fefefe, #f7f7f7);
  margin: 0.48rem 0 0.37rem;
}
.gsjj .abt_num .num {
  color: #878787;
  font-size: 0.18rem;
  line-height: 0.52rem;
  height: 0.52rem;
}
.gsjj .abt_num .num span {
  font-weight: bold;
  color: #1f6eb1;
  font-size: 0.58rem;
  font-family: 'Bahnschrift';
}
.gsjj .abt_num .t {
  color: #878787;
  font-size: 0.18rem;
}
.gsjj .cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.gsjj .cell .item {
  position: relative;
  overflow: hidden;
  width: 6.88rem;
  height: 3.68rem;
}
.gsjj .cell .item .pop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.58rem 0.32rem;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #0659a2);
  overflow-y:auto;
}
.gsjj .cell .item .pop h4 {
  font-size: 0.3rem;
  padding-bottom: 0.16rem;
}
.gsjj .cell .item .pop p {
  font-size: 0.18rem;
  line-height: 1.8;
  max-height:1.8rem;
  overflow-y:scroll;
}
.gsjj .cell .item:last-child .pop {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #0d7e38);
}
.gsjj .card {
  display: flex;
  margin-top: 0.56rem;
}
.gsjj .card .item {
  width: 33.3%;
  height: 4.56rem;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.gsjj .card .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.35rem;
  background: #f4f4f4;
  z-index: -1;
}
.gsjj .card .item .hd {
  padding-top: 0.46rem;
  transition: all 0.3s;
  padding-bottom: 1.14rem;
}
.gsjj .card .item .hd i {
  color: #08579d;
  font-size: 0.5rem;
  transition: all 0.3s;
  margin: 0 auto;
  display: block;
  width: 0.5rem;
}
.gsjj .card .item .hd h5 {
  padding-top: 0.14rem;
  color: #000;
  font-size: 0.3rem;
  transition: all 0.3s;
  text-align: center;
}
.gsjj .card .item .bd {
  padding: 0 0.36rem 0.4rem;
  font-size: 0.18rem;
  line-height: 2.2;
  transition: all 0.3s;
  max-height: 1.2rem;
  overflow-y: auto;
}
.gsjj .card .item:hover {
  background: #08579d;
}
.gsjj .card .item:hover .hd {
  padding-top: 1.22rem;
  padding-bottom: 0.5rem;
}
.gsjj .card .item:hover .hd i,
.gsjj .card .item:hover .hd h5 {
  color: #fff;
}
.gsjj .card .item:hover .bd {
  background: transparent;
  color: #fff;
}
.xw {
  min-height: 6rem;
}
.xw .box1 {
  width: 100%;
  height: 6.5rem;
  background: url(../image/bg20.jpg) no-repeat center / 100% 100%;
}
.xw .box1 .w1400 {
  padding-top: 0.77rem;
  display: flex;
  height: 4.5rem;
}
.xw .box1 .lt {
  width: 50%;
  overflow: hidden;
  height: 4.5rem;
}
.xw .box1 .lt img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.xw .box1 .rt {
  padding: 0.58rem 0.56rem 0.62rem 0.52rem;
  width: 50%;
}
.xw .box1 .rt .d {
  font-size: 0.48rem;
}
.xw .box1 .rt .y {
  color: #999999;
}
.xw .box1 .rt .tit {
  font-size: 0.24rem;
  color: #323232;
  line-height: .36rem;
  padding: 0.26rem 0 0.3rem;
}
.xw .box1 .rt .con {
  font-size: 0.14rem;
  color: #5f5f5f;
  line-height: .25rem;
}
.xw .box1 .rt .b_more {
  display: flex;
  align-items: center;
  color: #0059b5;
  padding-top: 0.44rem;
}
.xw .box1 .rt .b_more i {
  font-size: 0.34rem;
  margin-left:.05rem;
}
.xw .box1:hover .lt img {
  transform: scale(1.1);
}
.xw .box1:hover .rt .tit {
  color: #0059b5;
}
.xw .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.1rem 0 .5rem;
}
.xw .box2 .item {
  width: 48%;
  border-bottom: 1px solid #eaeaea;
  padding: 0.42rem 0.16rem 0.32rem;
  position: relative;
}
.xw .box2 .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #0059b5;
  transition: all 0.5s;
  z-index: 1;
}
.xw .box2 .item .tit {
  font-size: 0.24rem;
  color: #323232;
  line-height: 1.3;
}
.xw .box2 .item .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xw .box2 .item .btm .time {
  display: inline-flex;
  align-items: center;
  color: #999999;
}
.xw .box2 .item .btm .time i {
  font-size: 0.34rem;
}
.xw .box2 .item .btm .arrow {
  color: #9a9a9a;
  font-size: 0.3rem;
}
.xw .box2 .item:hover:after {
  width: 100%;
}
.xw .box2 .item:hover .tit {
  color: #0059b5;
  font-weight: bold;
}
.xw .box2 .item:hover .btm .time,
.xw .box2 .item:hover .btm .arrow {
  color: #0059b5;
}
.fy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.54rem 0;
  color: #666;
  font-size: 0.18rem;
}
.fy a {
  display: inline-flex;
  color: #666;
  font-size: 0.18rem;
  padding: 0.05rem 0.12rem;
  border-radius: 0.05rem;
  margin: 0 0.06rem;
  border: 1px solid #dcdcdc;
  transition: all 0.3s;
}
.fy a:hover {
  border-color: #0059b5;
  color: #fff;
  background: #0059b5;
}
.fy a.on{
  border-color: #0059b5;
  color: #fff;
  background: #0059b5;
}
.fy span {
  margin: 0 0.11rem;
}
.fy div {
  margin: 0 0.32rem;
}
.fy input {
  display: inline-flex;
  color: #666;
  font-size: 0.18rem;
  padding: 0.05rem 0.12rem;
  border-radius: 0.08rem;
  margin: 0 0.03rem;
  border: 1px solid #dcdcdc;
  transition: all 0.3s;
  width: 0.6rem;
}
.detail {
  min-height: 5rem;
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.detail_lt {
  width: 73%;
  border-right: 1px solid #eee;
  padding-right: 0.44rem;
  padding-bottom: 0.54rem;
}
.detail_lt .head {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.1rem;
}
.detail_lt .head .tit {
  font-size: 0.34rem;
  color: #404040;
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.detail_lt .head_bd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_lt .head_bd__l {
  display: inline-flex;
  align-items: center;
}
.detail_lt .head_bd__l span {
  margin-right: 0.24rem;
  color: #999;
}
.detail_lt .head_bd__r {
  display: inline-flex;
  align-items: center;
}
.detail_lt .head_bd__r span {
  width: 0.36rem;
  height: 0.36rem;
  background: #eee;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  cursor: pointer;
}
.detail_lt .head_bd__r span i {
  font-size: 0.2rem;
  color: #999;
}
.detail_lt .head_bd__r span:hover {
  background: #0059b5;
}
.detail_lt .head_bd__r span:hover i {
  color: #fff;
}
.detail_lt .cont {
  padding-top: 0.32rem;
  font-size: 18px;
  line-height: 2;
}
.detail_lt .cont p {
  font-size: 18px;
  line-height: 2;
}
.detail_lt .cont img {
  display: inline-block;
  margin: 20px auto;
  max-width: 100%;
}
.detail_rt {
  width: 27%;
  padding-left: 0.45rem;
}
.detail_rt .en {
  font-weight: bold;
  font-family: 'Myriad Pro';
  font-size: 0.4rem;
  color: #000;
}
.detail_rt .rt_tit {
  font-size: 0.4rem;
  color: #0059b5;
  margin-bottom: 0.2rem;
}
.detail_rt .links {
  display: block;
  margin-bottom: 0.3rem;
}
.detail_rt .links .img_box {
  overflow: hidden;
  width: 100%;
  height: 2.05rem;
}
.detail_rt .links .img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.detail_rt .links .tit {
  font-size: 0.18rem;
  padding: 0.14rem 0 0;
}
.detail_rt .links .date {
  display: flex;
  align-items: center;
  color: #999;
}
.detail_rt .links .date i {
  font-size: 0.24rem;
}
.detail_rt .links:hover img {
  transform: scale(1.1);
}
.detail_rt .links:hover .tit,
.detail_rt .links:hover .date {
  color: #0059b5;
}
.paper {
  background: #eeeeee;
  padding: 0.52rem 0;
}
.paper .w1400 {
  display: flex;
  justify-content: space-between;
}
.paper a {
  width: 48%;
  margin-right: 2%;
}
.paper a:last-child {
  margin-right: 0;
}
.paper a span {
  display: block;
  font-size: 0.18rem;
  color: #666;
  padding-bottom: 0.1rem;
  transition: all 0.3s;
}
.paper a p {
  transition: all 0.3s;
  font-size: 0.24rem;
}
.paper a[href]:hover span,
.paper a[href]:hover p {
  color: #0059b5;
}
.wzdt {
  background: #fff;
  padding: 0.28rem 0.2rem 0.3rem;
  width: 14rem;
  margin: -0.84rem auto 0;
  position: relative;
  z-index: 2;
  min-height: 6rem;
}
.wzdt .crumbs {
  height:auto;
  display: flex;
  justify-content: flex-end;
}
.wzdt:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/bg22.png) no-repeat center / 100% 100%;
  width: 11.7rem;
  height: 4.58rem;
  z-index: -1;
}
.wzdt ul {
  display: flex;
  justify-content:center;
  margin-top: 1.05rem;
}
.wzdt ul .tit {
    font-weight: bold;
    font-size: 0.2rem;
    transition: all 0.3s;
    min-width: 1.5rem;
    display: block;
    text-align: center;
}
.wzdt ul .tit:hover {
  color: #0059b5;
}
.wzdt ul div a {
  display: block;
  text-align: center;
  padding-top: 0.24rem;
  transition: all 0.3s;
}
.wzdt ul div a:hover {
  color: #0059b5;
}
.rczp {
  background: #f2f2f2;
}
.rczp .head {
  background: url(../image/bg23.jpg) no-repeat center / 100% 100%;
  width: 100%;
  height: 4.96rem;
  padding-top: 1.12rem;
  text-align: center;
}
.rczp .head .tit {
  font-size: 0.44rem;
  padding-bottom: 0.9rem;
  font-weight: bold;
  position:relative;
}
.rczp .head .tit:after{
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:1px;
    height:.62rem;
    background:#b8b8b8;
    top:.75rem;
}
.rczp .head p {
  padding: 0 2.12rem;
  font-size: 0.18rem;
  line-height: 2;
}
.rczp .job {
  padding: 0.74rem 0 1.02rem;
  display: flex;
  flex-wrap: wrap;
}
.rczp .job_item {
  background: #fff;
  width: 4.5rem;
  height: 2.52rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.42rem 0.28rem;
  cursor: pointer;
  transition: all 0.3s;
}
.rczp .job_item:nth-child(3n) {
  margin-right: 0;
}
.rczp .job_item h3 {
  font-size: 0.26rem;
  color: #000;
}
.rczp .job_item .job_info {
  display: flex;
  align-items: center;
  min-height:.7rem;
  border-bottom: 2px solid #ececec;
  transition: all 0.2s;
}
.rczp .job_item .job_info span {
  font-size: 0.18rem;
}
.rczp .job_item .job_info i {
  width: 1px;
  height: 17px;
  background: #d1d1d1;
  margin: 0 0.14rem;
}
.rczp .job_item .job_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
}
.rczp .job_item .job_btm .date {
  font-size: 0.18rem;
  color: #919191;
  transition: all 0.2s;
  display:inline-flex;
  align-items:center;
}
.rczp .job_item .job_btm .date i {
  font-size: 0.24rem;
  margin-right:.05rem;
}
.rczp .job_item .job_btm .arrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  width: 0.45rem;
  height: 0.45rem;
  transition: all 0.2s;
}
.rczp .job_item .job_btm .arrow i {
  font-size: 0.24rem;
  color: #d7d7d7;
}
.rczp .job_item:hover {
  background: #005aa9;
}
.rczp .job_item:hover h3 {
  color: #fff;
}
.rczp .job_item:hover .job_info {
  border-color: #0b6abd;
}
.rczp .job_item:hover .job_info span {
  color: #fff;
}
.rczp .job_item:hover .job_info i {
  color: #b9cfe3;
}
.rczp .job_item:hover .date {
  color: #fff;
}
.rczp .job_item:hover .arrow {
  border-color: #fff;
}
.rczp .job_item:hover .arrow i {
  color: #fff;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 110;
  display: none;
  overflow: hidden;
}
.popup_box {
  background: #fff;
  width: 100%;
  padding: 0.82rem 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.popup .content {
  padding-left: 0.96rem;
  max-height: 7.4rem;
  overflow-y: auto;
  position: relative;
}
.popup .content .tit {
  font-weight: bold;
  color: #000;
  font-size: 0.46rem;
}
.popup .content .close {
  position: absolute;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup .content .close i {
  color: #ababab;
  font-size: 0.4rem;
  transition: all 0.3s;
}
.popup .content .close:hover i {
  color: #0059b5;
}
.popup .content .keyword {
  display: flex;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.popup .content .keyword span {
  margin-right: 0.65rem;
  font-size: 0.18rem;
  color: #949494;
}
.popup .content .section {
  margin-bottom: 0.24rem;
}
.popup .content .section h3 {
  color: #333;
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}
.popup .content .section .text {
  font-size: 0.18rem;
  color: #949494;
  line-height: 2;
}
.popup .content .btn_box {
  display: flex;
}
.popup .content .btn_box .btn {
  color: #fff;
  text-align: center;
  border-radius: 0.1rem;
  margin-right: 0.32rem;
  font-size: 0.18rem;
  width: 1.73rem;
  height: 0.56rem;
  line-height: 0.56rem;
  transition: all 0.3s;
  background: #1a8541;
  cursor: pointer;
}
.popup .content .btn_box .btn_blue {
  background: #0059b5;
}
.popup .content .btn_box .btn:hover {
  opacity: 0.8;
}
.contact_us {
  position: relative;
}
.contact_us #map {
  width: 100%;
  height: 644px;
}
.contact_us .text {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 4.36rem;
}
.contact_us .con {
  background: #0059b5;
  border-radius: 0.06rem;
  padding: 0.34rem 0;
}
.contact_us .con .up {
  border-bottom: 1px solid #2372c4;
  padding: 0 0.4rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_us .con .up .l {
  color: #fff;
  font-weight: bold;
  font-size: 0.44rem;
}
.contact_us .con .up .navlink {
  background: #fff;
  border-radius: 0.5rem;
  width: 2.04rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.42rem;
  padding-right: 0.06rem;
  color: #0059b5;
}
.contact_us .con .up .navlink .arrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0059b5;
  width: 0.43rem;
  height: 0.43rem;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
.contact_us .con .up .navlink .arrow i {
  color: #fff;
  font-size: 0.24rem;
}
.contact_us .con .up .navlink:hover .arrow {
  transform: translateX(-15px);
}
.contact_us .con .down {
  display: flex;
  align-items: center;
  padding-top: 0.32rem;
}
.contact_us .con .down .lt {
  width: 80%;
}
.contact_us .con .down .lt .w50 {
  float: left;
  width: 45%;
}
.contact_us .con .down .lt .w50:first-child{
    width:55%;
}
.contact_us .con .down .lt .inl {
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
  padding: 0 0.1rem 0 0.45rem;
  overflow: hidden;
  min-height:.7rem;
}
.contact_us .con .down .lt .inl:last-child {
  margin-bottom: 0;
}
.contact_us .con .down .lt .inl .img {
  float: left;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.18rem;
  width: 0.5rem;
  height: 0.5rem;
}
.contact_us .con .down .lt .inl .img i {
  color: #323232;
  font-size: 0.24rem;
}
.contact_us .con .down .lt .inl .contact_w {
  width: calc(100% - 0.68rem);
}
.contact_us .con .down .lt .inl .contact_w .t1 {
  color: #8e9fd3;
  line-height:.24rem;
}
.contact_us .con .down .lt .inl .contact_w .t2 {
  color: #fff;
  line-height:.24rem;
}
.contact_us .con .down .lt .inl .contact_w .tel {
  color: #fff;
}
.contact_us .con .down .rt {
  width: 20%;
}
.contact_us .con .down .rt .e_img {
  width: 1.02rem;
  height: 1.02rem;
  margin: 0 auto;
}
.contact_us .con .down .rt .e_img img {
  width: 100%;
  height: 100%;
}
.contact_us .con .down .rt p {
  text-align: center;
  color: #fff;
  padding-top: 0.14rem;
}
.contact_form {
  background: #eee;
  padding-top: 2.4rem;
  padding-bottom: 0.68rem;
}
.contact_form .t1 {
  font-size: 0.44rem;
  font-weight: bold;
  color: #005aa9;
}
.contact_form .t2 {
  font-size: 0.44rem;
}
.contact_form .list {
  background: #fff;
  padding: 0.78rem 0.7rem;
  margin-top: 0.2rem;
  overflow: hidden;
}
.contact_form .list .w50 {
  width: calc(50% - 30px);
  margin-bottom: 0.28rem;
}
.contact_form .list .text {
  float: left;
  width: 1rem;
  line-height: 0.56rem;
  color: #333;
}
.contact_form .list .text i {
  display: inline-block;
  color: #0059b5;
  padding-right: 0.05rem;
}
.contact_form .list .ipt_box {
  width: calc(100% - 1rem);
  float: left;
  height: 0.56rem;
  background: #f8f8f8;
  position: relative;
  border-radius: 0.05rem;
}
.contact_form .list .ipt_box input {
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 16px;
}
.contact_form .list .ipt_box input::placeholder {
  color: #999;
}
.contact_form .list .ipt_box textarea {
  display: block;
  width: 100%;
  padding: 0.2rem;
  font-size: 16px;
  resize: none;
  height:100%;
  font-family:'΢���ź�';
}
.contact_form .list .ipt_box textarea::placeholder {
  color: #999;
}
.contact_form .list .w100 {
  width: 100%;
  margin-bottom: 0.28rem;
}
.contact_form .list .h200 {
  height: 1.4rem;
}
.contact_form .list .yzm input {
  padding-right: 1rem;
}
.contact_form .list .yzm img {
  width: 0.74rem;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.contact_form .btn {
  margin-left: 1rem;
}
.contact_form .btn button {
  width: 1.73rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  border-radius: 0.08rem;
  background: #0059b5;
  transition: all 0.2s;
  cursor: pointer;
  border: 0;
}
.contact_form .btn button:hover {
  background: rgba(0, 89, 181, 0.8);
}
@media  (max-width:1400px) {
    .navigation .header_logo {
        width: 4.11rem;
    }
}
