@keyframes anim {
  0% {
      left: 100%;
  }
  100% {
      left: 0;
  }
}
@keyframes ease
{
    from {width: 0;}
    to {width: 100%;}
}
 
@-webkit-keyframes ease /* Safari 与 Chrome */
{
    from {width: 0;}
    to {width: 100%;}
}
html, body{
  width: 100%;
  /* height: 100%; */
}
.index{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
/* .public_top .top {
  background: url(../images/index_top_bg.png) no-repeat;
  background-size: 100% auto;
} */
.public_top .top .h5_header{
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.public_top .top .h5_header .h5_header_l img{
  width: 5rem;
}
.public_top .top .h5_header .h5_header_r{
  display: flex;
  align-items: center;
}
.public_top .top .h5_header .h5_header_r a{
  margin-right: 0.5rem;
}
.public_top .top .h5_header .h5_header_r p{
  color: #fff;
  font-size: 0.6rem;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 8px 5px;
  margin-right: 0.5rem;
}
.public_top .top .header{
  display: flex;
  align-items: center;
  /* padding: 15px 30px; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: none;
  overflow: hidden;
}
.public_top .top .blbg{
  background: #265BF8;
  border-bottom: none;
}
.public_top .top .h5_header{
  display: none;
}
.public_top .top .header .header_l{
  flex: 1;
  padding: 15px 30px;
}
.public_top .top .header .header_l img{
  width: 100%;
}
.public_top .top .header .header_c{
  flex: 8.5;
  height: 100%;
}
.public_top .top .header .header_c ul{
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.public_top .top .header .header_c ul li{
  margin-right: 1rem;
  font-size: 16px;
  position: relative;
}
.public_top .top .header .header_c ul li a{
  display: block;
  width: 100%;
  padding: 35px 0;
  height: 100%;
}
.public_top .top .header .header_c ul li a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -2px;
  left: -100%;
}
.public_top .top .header .header_c ul li a:hover::after{
  transition: all .6s;
  transform: translate(100%, -2px);
}
/* .public_top .top .header .header_c ul li:hover a::after{ */

.public_top .top .header .header_c ul li a{
  color: #FFF;
}
.public_top .top .header .header_c ul li.on:before{
  content:"";
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -0px;
  left: 0;
}
.index .banner{
  position: relative;
}
.index .banner .index_top_bg{
  width: 100%;
  height: auto;
}
.index .banner .index_top_bg.pc{
  display: block;
}
.index .banner .index_top_bg.h5{
  display: none;
}
.index .banner .xont{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .banner .banner_t{
  width: 700px;
  display: flex;
  align-items: flex-end;
  margin: 20% 0 0 20%;
}
.index .banner .banner_t h3{
  width: 600px;
  font-size: 1.35rem;
  color: #FFF;
  letter-spacing: 2px;
}
.index .banner .banner_t img{
  margin-left: 20px;
  margin-bottom: 15px;
  width: 0.7rem;
}
.index .banner p{
  font-size: 0.9rem;
  color: #fff;
  margin-left: 20%;
  padding-bottom: 16.5%;
}
.equipment{
  display: flex;
  padding-bottom: 5rem;
}
.equipment .equipment_l{
  flex: 4;
  padding-left: 6.3rem;
  position: relative;
}
.equipment .equipment_l .bl{
  color: #2759F8;
  font-size: 0.8rem;
  position: relative;
  margin-top: 4rem;
}
.equipment .equipment_l .bl span{
  background: #2759F8;
  width: 7px;
  height: 70%;
  position: absolute;
  top: 15%;
  left: -15px;
}
.equipment .equipment_l h4{
  color: #4D4D4D;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0.2rem 0;
}
.equipment .equipment_l .text{
  color: #A2A2A2;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.2rem;
  display: block;
}
.equipment .equipment_l .text_h5{
  display: none;
  color: #A2A2A2;
  font-size: 0.46rem;
}
.equipment .equipment_l .brief{
  width: 215px;
  background: #2759F8;
  height: 60px;
  background-size: 100% auto;
  cursor: pointer;
  position: relative;
}
.equipment .equipment_l .brief a{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment .equipment_l .brief a img{
  margin-left: 10px;
}
.equipment .equipment_l .brief::after{
  content: "";
  position: absolute;
  right: 0px;
  bottom:0px;
  background: linear-gradient(135deg, transparent 50%, #F1F7FF 0);
  width: 10px;
  height:  10px;
}
.equipment .equipment_l .brief p{
  font-size: 20px;
  color: #fff;
}
.equipment .equipment_l .imgs{
  width: 100%;
  margin-top: 1rem;
  display: flex;
  position: absolute;
}
.equipment .equipment_l .imgs img{
  width: 75%;
}
.equipment .equipment_l .imgs img:first-child{
  margin-right: 1rem;
}
.equipment .equipment_r{
  flex: 6;
  padding-left: 1rem;
}
.equipment .equipment_r .pc{
  display: block;
}
.equipment .equipment_r .h5{
  display: none;
}
.equipment .equipment_r img{
  width: 100%;
  height: auto;
}
.service{
  background: #F1F7FF;
  padding: 1.8rem 0;
}
.products .service{
  background: #FFFFFF;
  padding: 0;
}
.products .service .service_box .service_cont > div{
  background: #F5F8FC;
}
.products .service .service_box .service_cont > div >a{
    display: flex;
}
.service .service_box{
  width: 62.5%;
  margin: 0 auto;
}
.service .service_box .service_t.h5{
  display: none;
}
.service .service_box .service_t{
  display: flex;
  align-items: center;
}
.service .service_box .service_t h6{
  color: #2759F8;
  font-size: 0.8rem;
  font-weight: bold;
}
.service .service_box .service_t img{
  margin-left: 10px;
}
.service .service_box .service_t p{
  font-size: 0.58rem;
  margin-left: 10px;
  color: #363636;
}
.service .service_box .service_cont{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.service .service_box .service_cont > div{
  width: 23%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0.4rem 0;
  position: relative;
  cursor: pointer;
}
.service .service_box .service_cont > div::after{
  content: "";
  position: absolute;
  right: 0px;
  bottom:0px;
  background: linear-gradient(135deg, transparent 50%, #F1F7FF 0);
  width: 15px;
  height:  15px;
}
.service .service_box .service_cont > div .blue{
  display: none;
}
.service .service_box .service_cont > div .white{
  display: block;
}
.service .service_box .service_cont > div img{
  margin-right: 0.3rem;
  width: 14px;
}
.service .service_box .service_cont > div p{
  font-size: 16px;
  color: #2759F8;
}
.service .service_box .service_cont > div.on{
  background: #2759F8;
}
.service .service_box .service_cont > div.on p{
  color: #FFFFFF;
}
.service .service_box .service_cont > div.on .blue{
  display: block;
}
.service .service_box .service_cont > div.on .white{
  display: none;
}
.service .service_box .service_title{
  font-size: 0.45rem;
  color: #363636;
}
.service .service_box .service_showCont{
  margin-top: 0.5rem;
}
.service .service_box .service_showCont:not(:first-child){
  display: none;
}
.service .service_box .service_showCont > div{
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.service .service_box .service_showCont > div > div{
  width: 30%;
  margin-bottom: 1rem;
  cursor: pointer;
}
.service .service_box .service_showCont > div > div:not(:last-child){
    margin-right: 3%;
}
.service .service_box .service_showCont > div img{
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.service .service_box .service_showCont > div p{
  color: #1E1E1E;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  background: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.service .service_box .service_showMore{
  width: 215px;
  height: 60px;
  background: #2759F8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.service .service_box .service_showMore p{
  font-size: 0.34rem;
  color: #FFFFFF;
}
.service .service_box .service_showMore img{
  margin-left: 0.3rem;
  width: 19px;
}
.service .service_box .service_showMore::after{
  content: "";
  position: absolute;
  right: 0px;
  bottom:0px;
  background: linear-gradient(135deg, transparent 50%, #F1F7FF 0);
  width: 10px;
  height:  10px;
}
.chain{
  width: 62.5%;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.chain .chain_t{
  display: flex;
  align-items: center;
}
.chain .chain_t h4{
  color: #2759F8;
  font-size: 0.8rem;
  font-weight: bold;
}
.chain .chain_t img{
  margin-left: 10px;
}
.chain .chain_t p{
  font-size: 0.58rem;
  color: #363636;
}
.chain .chain_cont{
  margin-top: 0.8rem;
}
.chain .chain_cont img{
  width: 100%;
}
.chain .chain_cont img.pc{
  display: block;
}
.chain .chain_cont img.h5{
  display: none;
}
.process{
  width: 100%;
  background: url(../images/process_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 1rem 0;
}
.process .process_box{
  width: 62.5%;
  margin: 0 auto;
}
.process .process_box .process_box_t{
  display: flex;
  align-items: center;
}
.process .process_box .process_box_t h4{
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: bold;
}
.process .process_box .process_box_t img{
  margin-left: 10px;
}
.process .process_box .process_box_t p{
  font-size: 0.5rem;
  color: #FFFFFF;
}
.process .process_box .process_box_p{
  color: #FFFFFF;
  font-size: 14px;
  margin: 0.6rem 0 1.3rem 0;
}
.process .process_box .process_box_cont{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.process .process_box .process_box_cont > div{
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  width: 10%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.process .process_box .process_box_cont > div h6{
  font-size: 0.6rem;
  color: #FFFFFF;
  text-align: center;
}
.process .process_box .process_box_cont > div h6 span{
  display: none;
}
.process .process_box .process_box_cont > div p{
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.process .process_box .process_box_btn{
  width: 168px;
  height: 50px;
  background: #FFFFFF;
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.process .process_box .process_box_btn p{
  color: #2759F8;
  font-size: 16px;
}
.process .process_box .process_box_btn img{
  margin-left: 10px;
  width: 12px;
}
.process .process_box .process_box_btn::after{
  content: "";
  position: absolute;
  right: 0px;
  bottom:0px;
  background: linear-gradient(135deg, transparent 50%, #305ADC 0);
  width: 10px;
  height:  10px;
}
/* .product{
  width: 100%;
  background: url(../images/product_bg.png) no-repeat;
  background-size: 100% auto;
}
.product .product_t{
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
}
.product .product_t span{
  width: 18.75%;
  background: #fff;
  height: 3px;
  margin-top: 7px;
}
.product .product_t p{
  font-size: 0.8rem;
  color: #fff;
  margin-left: 10px;
}
.product .product_t img{
  margin-top: 10px;
  margin-left: 3px;
}
.product .information{
  font-size: 0.8rem;
  color: #fff;
  margin-left: 19.25%;
}
.product .product_info{
  font-size: 0.6rem;
  color: #fff;
  margin-left: 19.25%;
}
.product_b{
  width: 62.5%;
  margin: 0 auto;
  margin-top: 1.5rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
.product_b .bjy{
  width: 9.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: url(../images/ddxSic_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.product_b .bjy:hover{
  background: url(../images/bjySic_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #4D4D4D;
}
.product_b .ddx{
  width: 9.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: url(../images/ddxSic_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.product_b .ddx:hover{
  background: url(../images/bjySic_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #4D4D4D;
} */
.news{
  width: 62.5%;
  margin: 0 auto;
}
.news .news_t{
  margin-top: 2rem;
  position: relative;
}
.news .news_t .more{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #CFCFCF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news_t .more p{
  font-size: 12px;
  font-weight: 300;
  color: #A5A5A5;
  line-height: 0px;
}
.news .news_t .more img{
  margin-bottom: 3px;
}
.news .news_t > div{
  display: flex;
  align-items: center;
}
.news .news_t > div p{
  font-size: 0.8rem;
  font-weight: bold;
  color: #2759F8;
}
.news .news_t > div img{
  margin-left: 5px;
}
.news .news_t .title{
  font-size: 0.6rem;
  color: #363636;
}
.news_list{
  margin-top: 1rem;
  background: #fff;
  display: flex;
  padding-bottom: 1rem;
  flex-wrap: wrap;
   /*justify-content: space-between; */
}
.news_list .news_li{
  width: 31%;
  border: 1px solid #ECECEC;
  margin-bottom: 1rem;
  cursor: pointer;
}
.news_list .news_li:not(:nth-child(3n)){
  margin-right: 3.3333%;
}
.news_list .news_li .imgs > img{
  width: 100%;
}
.news_list .news_li .time{
  position: relative;
  font-size: 0.5rem;
  padding-left: 0.4rem;
  color: #A5A5A5;
  margin: 0.3rem 0;
}
.news_list .news_li:hover{
  background: #F5F8FC;
  border: 1px solid #F5F8FC;
  background: linear-gradient(-45deg, transparent 10px, #fff 0);
}
.news_list .news_li.on .time{
  color: #2759F8;
}
.news_list .news_li .time span{
  width: 6px;
  height: 22px;
  background: #2759F8;
  position: absolute;
  left: 0;
  top: 13%;
  /* transform: translate(-50%, 0); */
}
.news_list .news_li .content{
  margin: 0 0.5rem;
  border-top: 1px solid #DCDCDC;
}
.news_list .news_li .content h6{
  font-size: 16px;
  color: #363636;
  line-height: 25px;
}
.news_list .news_li .content p{
  font-size: 14px;
  color: #BBBBBB;
  line-height: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.develop{
  background: url(../images/develop_bg.png) no-repeat;
  background-size: 100% auto;
}
.develop .develop_cont{
  width: 62.5%;
  margin: 0 auto;
}
.develop .develop_cont .develop_t{
  padding-top: 1rem;
  display: flex;
  align-items: center;
}
.develop .develop_cont .develop_t p{
  font-size: 22px;
  color: #FFFFFF;
}
.develop .develop_cont .develop_t img{
  margin-left: 10px;
}
.develop .develop_cont > p{
  padding-bottom: 1.4rem;
  color: #FFFFFF;
  font-size: 39px;
  font-weight: bold;
}
.qrcode{
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.qrcode .qrcode_l{
  flex: 2;
}
.qrcode .qrcode_l img{
  width: 90%;
}
.qrcode .qrcode_c{
  flex: 7;
}
.qrcode .qrcode_c .qrcode_c_li{
  display: flex;
  align-items: center;
}
.qrcode .qrcode_c .qrcode_c_li:first-child{
  margin-bottom: 10px;
}
.qrcode .qrcode_c .qrcode_c_li p{
  width: 150px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.qrcode .qrcode_c .qrcode_c_li p:not(:last-child):after{
  content: "";
  width: 0px;
  height: 10px;
  border-right: 1px solid #BBBBBB;
  position: absolute;
  right: 0;
  top: 5px;
}
.qrcode .qrcode_r{
  flex: 1;
  display: flex;
  justify-content: flex-end;
  border: 1px solid #E9E9E9;
}
.qrcode .qrcode_r img{
  width: 100%;
}
.footer{
  font-size: 14px;
  color: #4E4E4E;
  border-top: 1px solid #E1E1E1;
  padding: 15px 0;
}
.footer p{
  width: 62.5%;
  margin: 0 auto;
}
.dialog_list{
  width: 100%;
  height: 100%;
  /*background: #2759F8;*/
  background: rgba(39, 89, 248, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  animation: anim 1s;
  z-index: 9999999;
}
.dialog_list .dialog_list_content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog_list .dialog_list_content ul li{
  line-height: 1.2rem;
  position: relative;
}
.dialog_list .dialog_list_content ul li a{
  font-size: 0.45rem;
  color: #FFF;
}
.dialog_list .dialog_list_content .dialog_list_content_close{
  width: 1rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.dialog_list .dialog_list_content ul li.on::after{
  content: "";
  width: 4rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -4.5rem;
  top: 0.6rem;
}
.products .banner{
  height: 7.4rem;
  background: url(../images/products_top_bg.png) no-repeat;
  background-size: 100% auto;
}
.products .banner p{
  width: 62.5%;
  margin: 0 auto;
  padding-top: 3rem;
  color: #fff;
  font-size: 1.15rem;
}
.products .banner .banner_t{
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 0.3rem;
}
.products .banner .banner_t h3{
  font-size: 0.4rem;
  color: #fff;
}
.products .banner .banner_t img{
  margin-left: 0.3rem;
}
.location{
  border-bottom: 1px solid #E2E2E2;
}
.location p{
  width: 62.5%;
  margin: 0 auto;
  color: #A7A7A7;
  padding: 0.4rem 0;
  font-size: 14px;
}
.location p span {
  color: #2759F8;
}
.products .product_content{
  width: 62.5%;
  margin: 0 auto;
  padding: 0.7rem 0;
}
.products .product_content .bjy{
  background: url(../images/products_bjy.png) no-repeat;
  background-size: 100% 100%;
  padding: 2.1rem;
  margin-bottom: 0.7rem;
}
.products .product_content .bjy h6{
  color: #2759F8;
  font-size: 0.5rem;
  margin-bottom: 0.3rem;
}
.products .product_content .bjy p{
  color: #4D4D4D;
  font-size: 18px;
  line-height: 0.6rem;
}
.products .product_content .bjy:hover{
  background: url(../images/products_ddx.png) no-repeat;
  background-size: 100% 100%;
}
.products .product_content .bjy:hover h6, .products .product_content .bjy:hover p{
  color: #FFF;
}
.products .product_content .ddx{
  background: url(../images/products_bjy.png) no-repeat;
  background-size: 100% 100%;
  padding: 2.1rem;
}
.products .product_content .ddx h6{
  color: #2759F8;
  font-size: 0.5rem;
  margin-bottom: 0.3rem;
}
.products .product_content .ddx p{
  color: #4D4D4D;
  font-size: 18px;
  line-height: 0.6rem;
}
.products .product_content .ddx:hover{
  background: url(../images/products_ddx.png) no-repeat;
  background-size: 100% 100%;
}
.products .product_content .ddx:hover h6, .products .product_content .ddx:hover p{
  color: #FFF;
}
.about{
  width: 100%;
  overflow-y: scroll;
}
.about .banner{
  background: url(../images/about_top_bg.png) no-repeat;
  background-size: 100% auto;
}
.about .about_content{
  width: 62.5%;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
}
.about .about_content h5{
  color: #2759F8;
  font-size: 0.7rem;
  font-weight: bold;
}
.about .about_content p{
  color: #5B5B5B;
  font-size: 16px;
  line-height: 0.5rem;
  margin: 0.5rem 0;
}
.about .about_content img{
  width: 100%;
  height: auto;
}
.about .about_content .pc{
  display: block;
}
.about .about_content .h5{
  display: none;
}
.newsPage .banner {
  background: url(../images/newsPage_top_bg.png) no-repeat;
  background-size: 100% auto;
}
.newsPage .newsPage_content{
  width: 62.5%;
  margin: 0 auto;
}
.newsPage .newsPage_content .news_list{
  padding-bottom: 0;
}
.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.pagination > p{
  background: #F6F6F6;
  border: 1px solid #E5E5E5;
  color: #707070;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}
.pagination > p.on{
  background: #2759F8;
  border: 1px solid #2759F8;
  color: #fff;
}
.pagination > div{
  margin: 0 0.5rem;
  display: flex;
}
.pagination > div > span{
  background: #F6F6F6;
  border: 1px solid #E5E5E5;
  color: #707070;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}
.pagination > div > span.on{
  background: #2759F8;
  border: 1px solid #2759F8;
  color: #fff;
}
.social .banner {
  background: url(../images/social_top_bg.png) no-repeat;
  background-size: 100% auto;
}
.contact .banner {
  background: url(../images/contact_top_bg.png) no-repeat;
  background-size: 100% auto;
}
.contact .contact_content{
  width: 62.5%;
  margin: 0 auto;
}
.contact .contact_content .map{
  width: 100%;
  height: 525px;
  margin-top: 1rem;
}
.contact .contact_content .map #container{
  height: 100%;
}
.contact .contact_content > img{
  width: 100%;
  height: auto;
  margin: 1rem 0;
}
.contact .contact_content .contact_content_info{
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.contact .contact_content .contact_content_info .address{
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F8FF;
  padding: 1rem 0;
}
.contact .contact_content .contact_content_info .address > img{
  width: 1.2rem;
  height: auto;
  margin-right: 0.5rem;
}
.contact .contact_content .contact_content_info .address > div > h6{
  font-size: 28px;
  color: #2174FA;
}
.contact .contact_content .contact_content_info .address > div > p{
  font-size: 20px;
  color: #565656;
}
.contact .contact_content .contact_content_info .phone{
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3.8%;
  background: #F5F8FF;
  padding: 1rem 0;
}
.contact .contact_content .contact_content_info .phone > img{
  width: 1.2rem;
  height: auto;
  margin-right: 0.5rem;
}
.contact .contact_content .contact_content_info .phone > div > h6{
  font-size: 28px;
  color: #2174FA;
}
.contact .contact_content .contact_content_info .phone > div > p{
  font-size: 20px;
  color: #565656;
}
.talent .banner {
  background: url(../images/talent_top_bg.png) no-repeat;
  background-size: 100% auto;
}
.talent .talent_content{
  width: 62.5%;
  margin: 0 auto;
  padding: 1rem 0;
}
.talent .talent_content.pc{
  display: block;
}
.talent .talent_content.h5{
  display: none;
}
.talent .talent_content .list{
  border: 1px solid #EEEEEE;
  padding: 0 26px;
  margin-bottom: 10px;
}
.talent .talent_content .list_head{
  border: none;
  background: #F5F9FF;
}
.talent .talent_content .list .list_cont{
  height: 62px;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}
.talent .talent_content .list .list_cont > p{
  flex: 1;
  color: #606060;
  font-size: 16px;
}
.talent .talent_content .list .list_cont > div{
  width: 3rem;
  display: flex;
}
.talent .talent_content .list .list_cont > div .delivery{
  width: 88px;
  height: 30px;
  line-height: 30px;
  background: #2759F8;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  text-align: center;
  margin-right: 0.3rem;
  font-size: 14px;
  cursor: pointer;
}
.talent .talent_content .list .list_cont > div .detail{
  width: 88px;
  height: 30px;
  line-height: 30px;
  color: #2759F8;
  text-align: center;
  font-size: 14px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #2759F8;
  cursor: pointer;
}
.talent .talent_content .list .list_text{
  border-top: 1px solid #E6E6E6;
  padding: 0.3rem 0;
  display: none;
}
.talent .talent_content .list .list_text p{
  font-size: 16px;
  color: #606060;
}
.talent .talent_content .list.on{
  background: #F9F9F9;
}
.talent .talent_content .list.on .list_text{
  display: block;
}
.talent .talent_content .hlist{
  border: 1px solid #EEEEEE;
  padding: 0.3rem;
  margin-bottom: 0.5rem;
}
.talent .talent_content .hlist.on{
  background: #F9F9F9;
}
.talent .talent_content .hlist .hlist_con{
  padding: 0 0.1rem;
}
.talent .talent_content .hlist .hlist_con .hlist_con_t{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.talent .talent_content .hlist .hlist_con .hlist_con_t .name{
  color: #606060;
  font-size: 0.4rem;
}
.talent .talent_content .hlist .hlist_con .hlist_con_t .delivery{
  width: 88px;
  height: 30px;
  line-height: 30px;
  background: #2759F8;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.talent .talent_content .hlist .hlist_con .hlist_con_b{
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
}
.talent .talent_content .hlist .hlist_con .hlist_con_b .workplace{
  width: 3rem;
  color: #A2A2A2;
  font-size: 0.3rem;
}
.talent .talent_content .hlist .hlist_con .hlist_con_b .peonum{
  width: 2rem;
  color: #A2A2A2;
  font-size: 0.3rem;
}
.talent .talent_content .hlist .hlist_con .hlist_con_b .educate{
  width: 3rem;
  color: #A2A2A2;
  font-size: 0.3rem;
}
.talent .talent_content .hlist .hlist_text{
  border-top: 1px solid #E9E9E9;
  padding: 0.2rem 0.1rem;
  display: none;
}
.talent .talent_content .hlist .hlist_text p{
  color: #606060;
  font-size: 0.3rem;
}
.talent .talent_content .hlist.on .hlist_text{
  display: block;
}

.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #2759F8;
}

.hiring{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hiring .meng{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 62, 0.8);
}
.hiring .hiring_cont{
  width: 500px;
  height: auto;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #707070;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 40px;
}
.hiring .hiring_cont .h5close{
  display: none;
}
.hiring .hiring_cont .hiring_cont_t{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.hiring .hiring_cont .hiring_cont_t p{
  font-size: 26px;
  color: #505050;
}
.hiring .hiring_cont form .form_list{
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
.hiring .hiring_cont form .form_list .form_list_l{
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #505050;
}
.hiring .hiring_cont form .form_list .form_list_l span{
  color: #DE0101;
  margin-right: 9px;
}
.hiring .hiring_cont form .form_list .form_list_r input{
  font-size: 16px;
}
.hiring .hiring_cont form .form_list .form_list_r .code{
  position: absolute;
  top: 10px;
  right: 0;
  width: 91px;
  height: 35px;
  background: #363636;
}
.hiring .hiring_cont form .submit{
  width: 50%;
  height: 50px;
  background: #2759F8;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.newsPage .newsDetail_content{
  width: 62.5%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.newsPage .newsDetail_content .title{
  margin-bottom: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D4D4D4;
}
.newsPage .newsDetail_content .title h5{
  font-size: 0.5rem;
  color: #414141;
  padding: 0.4rem 0;
}
.newsPage .newsDetail_content .title .time{
  display: flex;
  align-items: center;
}
.newsPage .newsDetail_content .title .time p{
  margin-right: 1rem;
  font-size: 16px;
  color: #BBBBBB;
}
.newsPage .newsDetail_content .title .time p span{
  color: #414141;
  margin-left: 0.2rem;
}
.newsPage .newsDetail_content .cont p{
  color: #414141;
  font-size: 16px;
  line-height: 30px;
}
.newsPage .newsDetail_content .cont img{
  width: 70%;
  margin: 1rem auto;
  display: block;
}
.products .productDetail_content{
  width: 62.5%;
  margin: 0 auto;
  padding: 1rem 0 2rem 0;
}
.products .productDetail_content .bjy{
  display: flex;
  align-items: flex-start; 
  background-size: 100% 100%;
  margin-bottom: 0.7rem;
}
.products .productDetail_content .bjy .bjy_l{
  margin-right: 1rem;
  width: 30%;
}
.products .productDetail_content .bjy .bjy_l img{
  border-radius: 8px;
  width: 100%;
}
.products .productDetail_content .bjy .bjy_l p{
  background: #2759F8;
  text-align: center;
  font-size: 20px;
  line-height: 58px;
  color: #FFFFFF;
  margin-top: 10px;
}
.products .productDetail_content .bjy .bjy_r{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  width: 64%;
  border: 1px solid #CCCCCC;
}
.products .productDetail_content .bjy .bjy_r > div{
  padding: 0.3rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent 15px, #FFFFFF 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.products .productDetail_content .bjy .bjy_r h6 {
  color: #2759F8;
  font-size: 20px;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
}
.products .productDetail_content .bjy .bjy_r h6 span{
    background: #2759F8;
    width: 7px;
    height: 23px;
    display: inline-block;
    margin-right: 12px;
}
.products .productDetail_content .bjy .bjy_r p{
  flex: 7;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 0.6rem;
}
.products .product_information .product_information_t{
  display: flex;
  align-items: center;
  margin: 1rem 0 2rem 0;
}
.products .product_information .product_information_t p{
  color: #2759F8;
  font-size: 0.4rem;
  width: 2rem;
}
.products .product_information .product_information_t div{
  width: 100%;
  height: 2px;
  background: #D2D2D2;
}
.products .product_information .product_information_c img{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.public_top .top .header, .public_top .top .h5_header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.who-swiper-h5{
  display: none;
}
