/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  line-height: 36px;
  overflow: hidden;
}
.top-left{
  float: left;
  position: relative;
}
.top-left::before{
  content: "";
  width: 1920px;
  float: left;
  height: 100%;
  background-color: #023890;
  position: absolute;
  right: 0;
  top: 0;
}
.top-left>div{
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
}
.top-left>div::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid #023890;
  border-top: 36px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: 100%;
  top: 0;
}
.top-right{
  float: right;
}
.top_txt{
  float: left;
  font-size: 14px;
  color: #666;
}
.top_txt>a{
  color: #666;
  margin: 0 10px;
}
.top_txt>a:hover{
  color: #023890;
  text-decoration: underline;
}

.top_nav{
  float: right;
  background-color: #023890;
  padding: 0 25px;
}
.top_nav>div{
  float: left;
  padding-left: 20px;
  background: url(../images/top_icon.png) no-repeat left center;
  color: #fff;
}
.top_nav>div>a{
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
}
.top_nav>div>a:hover{
  color: #fff;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 22px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo > a{
  width: 524px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 20px;
  color: #333;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 62px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 30px;
  font-family: Impact;
  color: #fcd900;
}

/* 导航 */
nav {
  background-color: #023890;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
  padding-left: 2px;
  background: url(../images/shutiao.jpg) repeat-y left top;
}
.nav>li{
  width: 12.5%;
  float: left;
  position: relative;
  padding-right: 2px;
  background: url(../images/shutiao.jpg) repeat-y right top;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #fcd900;
  color: #023890;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: calc(100% - 2px);
  float: left;
  background-color: rgba(2,52,144,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-top: 2px;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #fcd900;
  color: #023890;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #023890;
  opacity: 0.5;
  border-radius: 50%;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fcd900;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}

.banner_hover{
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.banner_hover>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner_hover>.container>a{
  width: 32.5%;
  float: left;
  height: 70px;
  line-height: 68px;
  border-top: 2px solid #fcd900;
  padding: 0 30px;
  background-color: rgba(0,0,0,0.3);
  font-size: 16px;
  color: #fff;
}
.banner_hover>.container>a>span{
  float: right;
}
/* END */

/*首页*/
.fw{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.fw::before{
  content: "";
  width: 100%;
  float: left;
  height: 54.2%;
  background-color: #023890;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fw_title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.fw_title>div{
  float: left;
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.fw_title>div::before{
  content: "";
  width: 1920px;
  float: left;
  height: 10px;
  background: url(../images/title_heng1.png) repeat-x center left;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fw_title>div::after{
  content: "";
  width: 1920px;
  float: left;
  height: 10px;
  background: url(../images/title_heng1.png) repeat-x center left;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fw_p{
  line-height: 40px;
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.fw_heng{
  width: 58px;
  height: 3px;
  display: block;
  margin: 5px auto 10px auto;
  border-left: 29px solid #023890;
  border-right: 29px solid #fcd900;
}
.fw_sp{
  line-height: 18px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.fw_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.fw_nav>li{
  width: 180px;
  float: left;
  margin: 0 7px 10px 7px;
}
.fw_nav>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fcd900;
  font-size: 18px;
  color: #000;
}
.fw_nav>li:hover>a,
.fw_nav>li.fw_active>a{
  background-color: #023890;
  color: #fff;
}
.fw_contect{
  display: block;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.fw_contect>div{display: none;}
.fw_contect>div:first-child{display: block;}
.fw_ul{
  display: block;
  overflow: hidden;
}
.fw_ul li{
  float: left;
}
.fw_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.fw_ul li>a .fw_txt{
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.fw_ul li:first-child{
  width: 33%;
}
.fw_ul li:first-child>a::before{
  content: "";
  display: block;
  padding-top: 156.5666%;
}
.fw_ul li:nth-child(2){
  width: 66.25%;
  float: right;
}
.fw_ul li:nth-child(2)>a::before{
  content: "";
  display: block;
  padding-top: 38.9949%;
}
.fw_ul li:nth-child(3){
  width: 32.75%;
  float: left;
  margin: 0.75% 0 0 0.75%;
}
.fw_ul li:nth-child(3)>a::before{
  content: "";
  display: block;
  padding-top: 76.3398%;
}
.fw_ul li:nth-child(3)>a .fw_txt{
  color: #fff;
  padding: 10px 20px;
  line-height: 44px;
}
.fw_ul li:nth-child(4){
  width: 32.75%;
  float: right;
  margin: 0.75% 0 0 0;
}
.fw_ul li:nth-child(4)>a::before{
  content: "";
  display: block;
  padding-top: 38.1699%;
}
.fw_ul li:nth-child(4)>a .fw_txt{
  padding: 10px 15px;
  line-height: 44px;
}
.fw_ul li:nth-child(5){
  width: 32.75%;
  float: right;
}
.fw_ul li:nth-child(5)>a::before{
  content: "";
  display: block;
  padding-top: 38.1699%;
}
.fw_ul li:nth-child(5)>a .fw_txt{
  padding: 10px 15px;
  line-height: 44px;
}
.fw_more{
  display: flex;
  justify-content: center;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.fw_more>a{
  width: 176px;
  float: left;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  border-radius: 21px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.fw_more>a:hover{
  background-color: #fcd900;
  color: #023890;
}

.fw_ul1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.fw_ul1 li{
  width: 144px;
  float: left;
  margin: 0 28px 30px 28px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.fw_ul1 li::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.fw_ul1 li .fw_B{
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.fw_ul1 li .fw_B .fw_icon{
  width: 100%;
  height: 48px;
  overflow: hidden;
  position: relative;
}
.fw_ul1 li .fw_B .fw_txts{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.fw_ul1 li .fw_B .fw_txts>span{
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.fw_dianhuaB{
  width: 100%;
  max-width: 680px;
  margin: 10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.fw_dianhua{
  float: left;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding-left: 42px;
  background: url(../images/fw_dianhua.png) no-repeat left center;
  margin-right: 8px;
}
.fw_dianhua_txt{
  float: left;
  line-height: 38px;
  font-family: Impact;
  font-size: 25px;
  color: #fff;
  border: 1px dotted #fff;
  padding: 0 16px;
}
.fw_dianhuaB::after{
  content: "";
  width: 100%;
  float: left;
  height: 25px;
  background-color: #023890;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
}
.fw_dianhua_jiantou1{
  width: 0;
  height: 0;
  border-right: 28px solid #023890;
  border-top: 0 solid transparent;
  border-bottom: 25px solid transparent;
  position:absolute;
  left: -28px;
  top: 100%;
}
.fw_dianhua_jiantou2{
  width: 0;
  height: 0;
  border-left: 28px solid #023890;
  border-top: 0 solid transparent;
  border-bottom: 25px solid transparent;
  position:absolute;
  right: -28px;
  top: 100%;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 66px 0;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.gsjj_left{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 50%;
  float: right;
  padding-left: 35px;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #023890;
  font-weight: bold;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 275px;
  line-height: 25px;
  font-size: 15px;
  color: #333;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  margin-top: 8px;
}
.gsjj_more>span{
  float: right;
  height: 56px;
  line-height: 58px;
  font-size: 72px;
  color: #023890;
  font-weight: bold;
  text-transform: uppercase;
  font-style: oblique;
}
.gsjj_more>a{
  width: 175px;
  float: left;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #023890;
  border-radius: 21px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.gsjj_more>a:hover{
  background-color: #fcd900;
  color: #023890;
}

.ys{
  width: 100%;
  overflow: hidden;
  padding-top: 35px;
}
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title>.container{
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.ys_title>.container>div{
  float: left;
  position: relative;
  padding: 0 20px;
}
.ys_title>.container>div::before{
  content: "";
  width: 1920px;
  float: left;
  height: 10px;
  background: url(../images/title_heng1.png) repeat-x center left;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ys_title>.container>div::after{
  content: "";
  width: 1920px;
  float: left;
  height: 10px;
  background: url(../images/title_heng1.png) repeat-x center left;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ys_p{
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 34px;
  color: #023890;
  font-weight: bold;
  text-transform: uppercase;
}
.ys_sp{
  display: flex;
  align-items: center;
  align-content: center;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #010101;
  font-weight: bold;
  font-family: "Source Han Sans CN";
  padding: 0 20px;
}
.ys_sp>span{
  font-family: Impact;
  font-size: 65px;
  color: #fb7a1c; padding-left:12px; padding-right:12px;
}
.ys_ul{
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.ys_ul li{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ys_ul li .ys_left{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.ys_ul li .ys_left::before{
  content: "";
  display: block;
  padding-top: 31.875%;
}
.ys_ul li .ys_right{
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  align-content: center;
}
.ys_ul li .ys_right .ys_B{
  width: 100%;
  float: left;
  max-width: 600px;
  padding-left: 60px;
}
.ys_ul li .ys_right .ys_B .ys_tit{
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
  text-transform: uppercase;
}
.ys_ul li .ys_right .ys_B .ys_tit>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.ys_ul li .ys_right .ys_B .ys_txt{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  line-height: 35px;
  font-size: 16px;
  color: #333;
}
.ys_ul li .ys_right .ys_B .ys_txt>span{
  float: left;
  color: #dc0101;
  margin-right: 10px;
  font-weight: bold;
}
.ys_ul li:nth-child(even){
  flex-direction: row-reverse;
}
.ys_ul li:nth-child(even) .ys_right{
  justify-content: flex-end;
}
.ys_ul li:nth-child(even) .ys_right .ys_B{
  float: right;
  padding: 0 60px 0 0;
}

.met{
  width: 100%;
  overflow: hidden;
}
.met_title{
  display: block;
  overflow: hidden;
  background-color: #023890;
  padding: 20px 0 28px 0;
}
.met_title .fw_title>div::before {
  background: url(../images/title_heng2.png) repeat-x center left;
}
.met_title .fw_title>div::after {
  background: url(../images/title_heng2.png) repeat-x center left;
}
.met_title .fw_p {
  color: #fff;
}
.met_title .fw_heng {
  border-left: 29px solid #fff;
  border-right: 29px solid #fff;
}
.met_title .fw_sp{
  color: #fff;
}
.met_Box{
  display: block;
  overflow: hidden;
  padding: 40px 0 50px 0;
}
.met_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.met_nav>li{
  width: 180px;
  float: left;
  margin: 0 7px 10px 7px;
}
.met_nav>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fcd900;
  font-size: 16px;
  color: #000;
}
.met_nav>li:hover>a,
.met_nav>li.met_active>a{
  background-color: #023890;
  color: #fff;
}
.met_contect{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.met_contect>div{
  display: none;
  width: 100%;
  float: left;
  position: relative;
}
.met_contect>div:first-child{display: block;}
.met-imgbox .swiper-slide{
  display: flex;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.met-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 18px;
  background-color: #fff;
  border: 10px solid #d2d2d2;
  transform: scale(1,0.9);
}
.met-imgbox .swiper-slide>a .met_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.met-imgbox .swiper-slide>a .met_img::before{
  content: "";
  display: block;
  padding-top: 87.7778%;
}
.met-imgbox .swiper-slide>a .met_txt{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  color: #333;
}
.met-imgbox .swiper-slide-active>a{
  transform: scale(1);
  border-width: 20px;
  border-color: #023890;
}
.met-prev,
.met-next{
  width: 58px;
  float: left;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  background-color: #d2d2d2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-family: SimSun;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
}
.met-next{
  left: initial;
  right: -80px;
}
.met-prev:hover,
.met-next:hover{
  background-color: #023890;
  color: #fff;
}
.met_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}
.met_more>a{
  width: 180px;
  float: left;
  height: 48px;
  border-radius: 29px;
  border: 3px solid #e2e2e2;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.met_more>a:hover{
  background-color: #fcd900;
  color: #023890;
  border-color: #fcd900;
}

.news{
  width: 100%;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}
.news_nav>li{
  width: 180px;
  float: left;
  margin: 0 7px 10px 7px;
}
.news_nav>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fcd900;
  font-size: 18px;
  color: #000;
}
.news_nav>li:hover>a,
.news_nav>li.news_active>a{
  background-color: #023890;
  color: #fff;
}
.news_contect{
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.news_contect>div{display: none;}
.news_contect>div:first-child{display: block;}
.news_ul{
  display: block;
  overflow: hidden;
  width: 1220px;
}
.news_ul li{
  width: 590px;
  float: left;
  margin: 0 20px 16px 0;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #e4e4e4;
  padding: 10px;
  background-color: #fff;
}
.news_ul li>a .news_img{
  width: 178px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul li>a .news_R{
  width: calc(100% - 178px);
  float: left;
  padding: 5px 0 5px 20px;
}
.news_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 21px;
  font-size: 14px;
  color: #666;
  margin: 5px 0 15px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_ul li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.news_ul li>a:hover{
  background-color: #023890;
}
.news_ul li>a:hover .news_R .news_p,
.news_ul li>a:hover .news_R .news_txt,
.news_ul li>a:hover .news_R .news_sp{
  color: #fff;
}

.news_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 30px;
}
.news_more>a{
  width: 175px;
  float: left;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.news_more>a:hover{
  background-color: #fcd900;
  color: #023890;
}
/*END-首页*/

/* 底部 */
footer {
  background: #2d2d2d;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.footer_left{
  width: 50%;
  float: left;
}
.footer_p{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer_B{
  width: 100%;
  float: left;
  margin-bottom: 12px;
  border: 1px solid #4f4f4f;
}
.footer_sp{
  width: 80px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}
.footer_inp1{
  width: calc(100% - 80px);
  float: left;
  height: 44px;
  line-height: 44px;
  background: none;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
.footer_inp2{
  width: calc(100% - 80px);
  float: left;
  height: 120px;
  line-height: 24px;
  background: none;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
.footer_btn{
  width: 100%;
  float: left;
  height: 46px;
  line-height: 44px;
  border: 1px solid #4f4f4f;
  background-color: #fedb00;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  margin-top: 10px;
}
.footer_right{
  width: 50%;
  float: left;
  padding-left: 35px;
}
.footer_dianhua{
  width: 100%;
  float: left;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
.footer_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 34px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #fedb00;
  font-weight: bold;
}
.footer_wxB{
  width: 100%;
  float: left;
  margin-top: 35px;
}
.footer_wx{
  width: 128px;
  float: left;
  margin-right: 30px;
}
.footer_wx img{
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 8px 0 10px 0;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer_logo{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.footer_logo>img{
  display: block;
  max-width: 100%;
  height: auto;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #023890;
  text-align: center;
  line-height: 24px;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
}
.copyright_left{
  float: left;
}
.copyright_left>a{
  float: left;
  color: #fff;
  margin-right: 15px;
}
.copyright_left>a:hover{
  color: #fff;
  text-decoration: underline;
}
.copyright_right{
  float: right;
}
.copyright_right>a{
  float: left;
  color: #fff;
  margin-right: 15px;
}
.copyright_right>a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
}
.dqwz_title{
  width: 100%;
  line-height: 24px;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
}
.dqwz_p{
  float: left;
  font-size: 14px;
  color: #333;
}
.dqwz_nav{
  float: right;
}
.dqwz_nav>a{
  font-size: 14px;
  color: #333;
}
.dqwz_nav>a:hover{
  color: #023890;
  text-decoration: underline;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding: 25px 0;
}
.main_left{
	width: 272px;
	float: left;
}
.about{
	width: 100%;
	float: left;
}
.about_title{
	display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
	overflow: hidden;
	height: 82px;
	background-color: #023890;
}
.about_title>span{
  float: left;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 35px;
  background: url(../images/about_title.png) no-repeat left center;
}
.about_ul{
	display: block;
	overflow: hidden;
  margin-top: 10px;
  padding: 4px 8px;
  background-color: #f1f1f1;
}
.about_ul>li{
  width: 100%;
  float: left;
  margin: 4px 0;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
  padding: 0 20px;
  background-color: #023890;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
  padding-left: 25px;
  background: url(../images/about_jiantou1.png) no-repeat left center;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #fcd900;
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
  background: url(../images/about_jiantou2.png) no-repeat left center;
  color: #023890;
}

.about_dl{
	display: none;
	overflow: hidden;
  padding-top: 1px;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  border-bottom: 1px dotted #a6a6a6;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
  padding: 0 20px 0 45px;
}
.about_dl>dd>a:hover{
	background-color: #fcd900;
	color: #023890;
}
.about_dl>dd>a.on{
	background-color: #fcd900;
	color: #023890;
}


.main_right{
	width: 915px;
	float: right; min-height:400px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 28px;
	color: #333;
  padding-left: 25px;
}
.company_tit{
  display: block;
  overflow: hidden;
  line-height: 1.2;
  font-size: 20px;
  color: #023890;
  font-weight: bold;
  margin-bottom: 15px;
}
.company img{
  display: block;
  overflow: hidden;
  max-width: 100% !important;
  height: auto !important;
  margin: 10px 0;
}
/* END-关于我们 */

/* 检测服务 */
.search{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.search_B{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_B>label{
  width: 24%;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.search_B a{width: 32.33333%;}
.search_txt{
  width: 100%;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background-color: #e2e9ec;
  font-size: 16px;
  color: #333;
  display:block;
}
.search_txt span{
  float: right;
}
.search_txt a{}

.search_B .active{
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display:block;
  background-color: #023890;
  color: #fff;
}
.search_tit{
  width: 90px;
  float: left;
  height: 50px;
  line-height: 50px;
  background-color: #023890;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.search_inp1{
  width: calc(100% - 200px);
  float: left;
  height: 50px;
  line-height: 46px;
  border: 2px solid #e2e9ec;
  border-right: none;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}
.search_inp1::-webkit-input-placeholder{color: #333;}
.search_inp1:-moz-placeholder{color: #333;}
.search_btn{
  width: 110px;
  float: left;
  height: 50px;
  background-color: #fcd900;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.cp_ul{
  display: block;
  overflow: hidden;
  width: 945px;
}
.cp_ul li{
  width: 285px;
  float: left;
  margin: 0 30px 30px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 75.01755%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #d5d5d5;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  background-color: #023890;
  color: #fff;
}

.cpxq{
  width: 100%;
  float: left;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cpxq_img{ width:100%; text-align:center;}
.cpxq_img img{ max-width:100% !important; height:auto; margin:10px auto; display:block;}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 15px;
	line-height: 28px;
	color: #333;
  padding-top: 10px;
}
.cpxq_txt img{
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 6px auto;
}
.cpxq_txt table{ width:100% !important; height:auto !important; border:1px solid #ccc !important;}
.cpxq_txt table tr td{ width:auto !important; height:auto !important; border:1px solid #ccc !important; padding:1px;}
/* END-检测服务 */

/* 计量校准 */
.cal_ul{
  display: block;
  overflow: hidden;
}
.cal_ul li{
  width: 275px;
  float: left;
  margin: 0 15px 30px 15px;
}
.cal_ul li>a{
  display: block;
  overflow: hidden;
  border: 5px solid #d2d2d2;
  padding: 7px 7px 0 7px;
}
.cal_ul li>a .cal_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cal_ul li>a .cal_img::before{
  content: "";
  display: block;
  padding-top: 87.8543%;
}
.cal_ul li>a .cal_txt{
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.cal_ul li>a:hover{
  border-color: #023890;
}
.cal_ul li>a:hover .cal_img img{
  transform: scale(1.1);
}
/* END-计量校准 */

/* 服务流程/业务咨询/资讯中心 */
.xw_ul{
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #e4e4e4;
  padding: 15px;
  background-color: #fff;
}
.xw_ul li>a .xw_img{
  width: 278px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 278px);
  float: left;
  padding: 5px 0 5px 25px;
}
.xw_ul li>a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 104px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  margin: 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xw_ul li>a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.xw_ul li>a:hover{
  background-color: #023890;
}
.xw_ul li>a:hover .xw_R .xw_p,
.xw_ul li>a:hover .xw_R .xw_txt,
.xw_ul li>a:hover .xw_R .xw_sp{
  color: #fff;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 15px;
	line-height: 28px;
	color: #333;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 5px auto;
}
/* END-服务流程/业务咨询/资讯中心 */

/* 联系我们 */
.contact{
  display: block;
  overflow: hidden;
  padding-left: 25px;
}
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

/* 登录/注册 */
.Sign{
  width: 100%;
  overflow: hidden;
  background: url(../images/dl_bj.jpg) no-repeat center center;
  background-size: cover;
}
.Sign>.container{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.Sign_form{
  width: 100%;
  float: left;
  max-width: 772px;
}
.Sign_title{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.Sign_title>a{
  width: calc(50% - 2px);
  float: left;
  height: 62px;
  line-height: 62px;
  background-color: #fcd900;
  text-align: center;
  font-size: 20px;
  color: #023890;
}
.Sign_title>a.Sign_active{
  background-color: #023890;
  color: #fff;
}
.Sign_B{
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #e1e3e5;
  margin-bottom: 10px;
}
.Sign_sp{
  width: 113px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #e1e3e5;
  background-color: #ebebeb;
  font-size: 16px;
  color: #333;
}
.Sign_inp1{
  width: calc(100% - 113px);
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
}
.Sign_btn{
  width: 100%;
  float: left;
  height: 66px;
  background-color: #282828;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.Sign_btn:hover{
  background-color: #023890;
  color: #fff;
}
.fotm_txt{ width:100%; margin-top:40px; text-align:center; float:left; display:block; line-height:1.8}
/* END-登录/注册 */

@media (max-width: 1220px) {
/* 头部 */
.top_nav {
  padding: 0 15px;
}
.banner_hover>.container>a {
  height: 60px;
  line-height: 58px;
}
/* END-头部 */

/* 首页 */
.fw_ul1 li {
  margin: 0 20px 30px 20px;
}
.gsjj_more>span {
  height: 44px;
  line-height: 46px;
  font-size: 50px;
}
.ys_ul li .ys_right .ys_B {
  padding: 30px;
}
.ys_ul li:nth-child(even) .ys_right .ys_B {
  padding: 30px;
}

.met_Box {
  padding: 40px 0;
}
.met_more {
  padding-top: 40px;
}
.news_nav {
  padding-top: 40px;
}
.news_ul {
  width: 102%;
  margin-left: -1%;
}
.news_ul li {
  width: 48%;
  margin: 0 1% 16px 1%;
}
.news_ul li:first-child>a .news_img::before {
  padding-top: 57.63121%;
}
/* END-首页 */

/* 底部 */
.footer_right {
  padding-left: 20px;
}
.footer_wxB {
  margin-top: 25px;
}
/* END-底部 */

/* 关于我们 */
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
.company{
  padding-left: 15px;
}
/* END-关于我们 */

/* 检测服务/计量校准 */
.cp_ul {
  width: 102%;
  margin-left: -1%;
}
.cp_ul li {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
/* END-检测服务/计量校准 */

/* 计量校准 */
.cal_ul li{
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
/* END-计量校准 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #023890;
  transition: all 0.4s;
}
.icon-menu-active>span{
  background-color: #fff;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background: #023890;
  padding: 0;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #fff;
  padding: 0;
  background: none;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

/*圆点*/
.banner .swiper-pagination {
  opacity: 1;
  bottom: 10px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.banner .swiper-pagination-bullet-active {
  width: 15px;
}
/* END-头部 */

/* 首页 */
.banner_hover>.container>a {
  height: 50px;
  line-height: 48px;
  padding: 0 15px;
}

.fw_nav {
  padding-top: 30px;
}
.fw_nav>li {
  width: 19%;
  margin: 0 0.5% 10px 0.5%;
}
.fw_contect {
  padding-top: 30px;
}
.fw_ul li>a .fw_txt {
  line-height: 30px;
  font-size: 20px;
  padding: 10px;
}
.fw_more {
  padding-top: 30px;
}
.fw_ul1 {
  padding-top: 30px;
}
.fw_ul1 li {
  width: 19%;
  margin: 0 0.5% 20px 0.5%;
}

.gsjj {
  padding: 40px 0 30px 0;
}
.gsjj_contect {
  padding-top: 30px;
}
.gsjj_right {
  padding-left: 20px;
}
.gsjj_more>span {
  font-size: 30px;
}
.gsjj_more>a {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin-top: 0;
}

.ys_ul {
  padding-top: 30px;
}
.ys_ul li .ys_right .ys_B {
  padding: 20px;
}
.ys_ul li:nth-child(even) .ys_right .ys_B {
  padding: 20px;
}

.met_Box {
  padding: 30px 0;
}
.met_nav>li {
  width: 19%;
  margin: 0 0.5% 10px 0.5%;
}
.met_contect {
  margin-top: 20px;
}
.met-imgbox .swiper-slide>a {
  padding: 10px;
  border: 5px solid #d2d2d2;
}
.met-imgbox .swiper-slide-active>a{
  border-width: 10px;
  border-color: #023890;
}
.met_more {
  padding-top: 30px;
}

.news {
  padding: 30px 0;
}
.news_nav {
  padding-top: 30px;
}
.news_nav>li {
  width: 19%;
  margin: 0 0.5% 10px 0.5%;
}
.news_ul li>a .news_img {
  width: 140px;
}
.news_ul li>a .news_R {
  width: calc(100% - 140px);
}
.news_ul li:first-child>a .news_img::before {
  padding-top: 80.63121%;
}
/* END-首页 */

/* 底部 */
.footer_wxB {
  margin-top: 10px;
}
.footer_wx {
  width: 110px;
  margin-right: 15px;
}
.footer_logo {
  padding-top: 15px;
}
.copyright {
  padding: 15px 0;
}
.copyright_left{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.copyright_left>a {
  margin: 0 5px;
}
.copyright_right{
  width: 100%;
}
/* END-底部 */

/* 关于我们 */
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
.company{
  padding-left: 10px;
}
/* END-关于我们 */

/* 检测服务/计量校准 */
.cp_ul li {
  margin: 0 1% 20px 1%;
}
/* END-检测服务/计量校准 */

/* 计量校准 */
.cal_ul li{
  margin: 0 1% 20px 1%;
}
/* END-计量校准 */

/* 服务流程/业务咨询/资讯中心 */
.xw_ul li{
  margin-bottom: 20px;
}
.xw_ul li>a .xw_img{
  width: 220px;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 220px);
  padding: 10px 0 5px 25px;
}
/* END-服务流程/业务咨询/资讯中心 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.top_nav {
  padding: 0 10px;
}
.top_nav>div>a {
  margin: 0 5px;
}

.header{
  padding: 15px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}

.banner_hover {
  position: relative;
}
.banner_hover>.container>a {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  background-color: rgba(0,0,0,1);
  margin-top: 5px;
  font-size: 14px;
}
/* END-头部 */

/* 首页 */
.fw {
  padding: 10px 0;
}
.fw_p {
  line-height: 30px;
  font-size: 20px;
}
.fw_heng {
  margin: 5px auto;
}
.fw_nav {
  padding-top: 10px;
}
.fw_nav>li {
  width: 32.3333%;
  margin: 0 0.5% 1% 0.5%;
}
.fw_nav>li>a {
  font-size: 16px;
}
.fw_contect {
  padding-top: 10px;
}
.fw_ul li>a .fw_txt {
  line-height: 24px;
  font-size: 16px;
  padding: 10px;
}
.fw_ul li:first-child {
  width: 50%;
}
.fw_ul li:first-child>a::before {
  padding-top: 120%;
}
.fw_ul li:nth-child(2) {
  width: 50%;
}
.fw_ul li:nth-child(2) >a::before {
  padding-top: 60%;
}
.fw_ul li:nth-child(3) {
  width: 50%;
  margin: 0;
}
.fw_ul li:nth-child(3) >a::before {
  padding-top: 60%;
}
.fw_ul li:nth-child(3)>a .fw_txt {
  padding: 10px ;
  line-height: 24px;
}
.fw_ul li:nth-child(4) {
  width: 50%;
  float: left;
  margin: 0;
}
.fw_ul li:nth-child(4) >a::before {
  padding-top: 60%;
}
.fw_ul li:nth-child(4)>a .fw_txt {
  padding: 10px;
  line-height: 24px;
}
.fw_ul li:nth-child(5) {
  width: 50%;
}
.fw_ul li:nth-child(5) >a::before {
  padding-top: 60%;
}
.fw_ul li:nth-child(5)>a .fw_txt {
  padding: 10px;
  line-height: 24px;
}
.fw_more {
  padding-top: 10px;
}
.fw_more>a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
.fw_ul1 {
  padding-top: 10px;
}
.fw_ul1 li {
  width: 31.3333%;
  margin: 0 1% 10px 1%;
}
.fw_ul1 li .fw_B .fw_icon {
  height: 30px;
}
.fw_ul1 li .fw_B .fw_txts {
  margin-top: 5px;
  line-height: 18px;
  font-size: 14px;
}
.fw_dianhua {
  margin-right: 0;
}
.fw_dianhua_txt {
  width: 100%;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  padding: 0 10px;
  margin-top: 10px;
}
.fw_dianhua_jiantou1,
.fw_dianhua_jiantou2{
  display: none;
}
.fw_dianhuaB::after{display: none;}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_left {
  width: 100%;
}
.gsjj_left::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.gsjj_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.gsjj_tit {
  line-height: 24px;
  font-size: 18px;
}
.gsjj_txt {
  height: auto;
  line-height: 22px;
  font-size: 14px;
  -webkit-line-clamp: initial;
}
.gsjj_more>span {
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}

.ys {
  padding-top: 10px;
}
.ys_title>.container>div {
  padding: 0 5px;
}
.ys_p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.ys_sp {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 5px;
}
.ys_sp>span {
  font-size: 26px;
  padding: 0 4px;
}
.ys_ul {
  padding-top: 10px;
}
.ys_ul li .ys_left {
  width: 100%;
}
.ys_ul li .ys_left::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.ys_ul li .ys_right {
  width: 100%;
}
.ys_ul li .ys_right .ys_B {
  padding: 10px;
}
.ys_ul li .ys_right .ys_B .ys_tit {
  line-height: 16px;
  padding-bottom: 5px;
}
.ys_ul li .ys_right .ys_B .ys_tit>span {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}
.ys_ul li .ys_right .ys_B .ys_txt {
  line-height: 24px;
  font-size: 14px;
}
.ys_ul li .ys_right .ys_B .ys_txt>span {
  margin-right: 5px;
}
.ys_ul li:nth-child(even) .ys_right .ys_B {
  padding: 10px;
}

.met_title {
  padding: 10px 0;
}
.met_Box {
  padding: 10px 0;
}
.met_nav>li {
  width: 32.3333%;
  margin: 0 0.5% 1% 0.5%;
}
.met_nav>li>a {
  font-size: 14px;
}
.met_contect {
  margin-top: 10px;
}
.met-imgbox .swiper-slide>a {
  padding: 5px;
  border: 3px solid #d2d2d2;
  transform: scale(1);
}
.met-imgbox .swiper-slide-active>a {
  border-width: 3px;
  border-color: #023890;
}
.met-imgbox .swiper-slide>a .met_txt {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  font-size: 16px;
}
.met_more>a {
  width: 120px;
  height: 30px;
  border-radius: 15px;
  line-height: 24px;
}

.news {
  padding: 10px 0;
}
.news_nav {
  padding-top: 10px;
}
.news_nav>li {
  width: 31.3333%;
  margin: 0 0.5% 1% 0.5%;
}
.news_nav>li>a {
  font-size: 14px;
}
.news_contect {
  margin-top: 10px;
}
.news_ul li {
  width: 100%;
  margin: 0 1% 10px 1%;
}
.news_ul li>a {
  padding: 5px;
}
.news_ul li>a .news_R {
  padding: 5px 0 5px 10px;
}
.news_ul li>a .news_R .news_p {
  line-height: 24px;
}
.news_ul li>a .news_R .news_txt {
  height: 40px;
  line-height: 20px;
  margin: 3px 0;
}
.news_more {
  padding-top: 10px;
}
.news_more>a {
  width: 120px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 10px 0;
}
.footer_left {
  width: 100%;
}
.footer_p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer_B {
  margin-bottom: 5px;
}
.footer_sp {
  width: 80px;
  height: 30px;
  line-height: 30px;
}
.footer_inp1 {
  height: 30px;
  line-height: 30px;
}
.footer_inp2 {
  line-height: 20px;
  padding: 5px 10px;
}
.footer_btn {
  height: 42px;
  line-height: 40px;
}

.copyright {
  padding: 10px 0;
}
.footer_logo{
  padding: 0 0 10px 0;
}
.copyright_left{
  line-height: 20px;
}
/* END-底部 */

/* 关于我们 */
.dqwz_contect{
  padding: 0 0 20px 0;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0 0 10px 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  color: #fff;
  height: 50px;
  padding: 0 20px;
  position: relative;
  justify-content: flex-start;
}
.about_title>span{
  padding-left: 30px;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul {
  display: none;
  margin-top: 3px;
  padding: 3px 6px;
}
.about_ul>li {
  margin: 2px 0;
}
.about_ul>li>a {
  padding: 0 10px;
}
.about_ul>li>a>span {
  padding-left: 20px;
}
.main_right{
	width: 100%;
}
.company{
	line-height: 24px;
  font-size: 14px;
}
.company_tit {
  font-size: 18px;
  margin-bottom: 10px;
}
/* END-关于我们 */

/* 检测服务/计量校准 */
.search {
  margin-bottom: 10px;
}
.search_B{
  margin-bottom: 5px;
}
.search_B>label {
  width: 100%;
  margin-bottom: 3px;
}
.search_B>label .search_txt{
  height: 40px;
  line-height: 40px;
}
.search_tit {
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.search_inp1 {
  width: calc(100% - 150px);
  height: 40px;
  line-height: 38px;
  border: 1px solid #e2e9ec;
  padding: 0 10px;
  font-size: 14px;
}
.search_btn {
  width: 90px;
  height: 40px; font-size:14px;
}
.cp_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  height: 40px;
  line-height: 40px;
}

.cpxq_p {
  font-size: 16px;
  margin-bottom: 5px;
  line-height:30px;
}
.cpxq_txt {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.cpxq_txt img {
  margin: 5px auto;
}
/* END-检测服务 */

/* 计量校准 */
.cal_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cal_ul li{
  width: 49%;
  margin: 0 0 10px 0;
}
.cal_ul li>a {
  border: 2px solid #d2d2d2;
  padding: 4px 4px 0 4px;
}
/* END-计量校准 */

/* 服务流程/业务咨询/资讯中心 */
.xw_ul{
  padding-left: 0;
}
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li>a {
  padding: 5px;
}
.xw_ul li>a .xw_img{
  width: 140px;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 140px);
  padding: 5px 0 5px 10px;
}
.xw_ul li>a .xw_R .xw_p {
  line-height: 24px;
}
.xw_ul li>a .xw_R .xw_txt {
  height: 60px;
  line-height: 20px;
  margin: 3px 0;
  -webkit-line-clamp: 3;
}

.xwxq_p{
  font-size: 16px;
}
.xwxq_sp{
  line-height: 14px;
  padding: 5px 0;
  margin-bottom: 5px;
}
.xwxq_txt{
  font-size: 14px;
	line-height: 24px;
  padding-top: 5px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* END-服务流程/业务咨询/资讯中心 */

/* 联系我们 */
.contact{
  padding-left: 0;
}
.contact_txt {
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

/* 登录/注册 */
.Sign_title>a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.Sign_sp {
  width: 80px;
  height: 40px;
  line-height: 40px;
}
.Sign_inp1 {
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.Sign_btn {
  height: 50px;
  font-size: 18px;
}
/* END-登录/注册 */

.search_txt{
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #e2e9ec;
  font-size: 14px;
  color: #333;
  display:block;
}
.search_B .active{
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display:block;
  background-color: #023890;
  color: #fff;
}

/* 手机首页 */
.sj_index{
	width: 100%;
	overflow: hidden;
	padding: 10px 20px;
}
.sj_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sj_ul li{
	width: calc(50% - 10px);
	float: left;
	margin: 10px 0;
}
.sj_ul li>a{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.sj_ul li>a::before{
	content: "";
	display: block;
	padding-top: 68%;
}
.sj_ul li>a .sj_hover{
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
}
.sj_ul li>a .sj_hover .sj_p{
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.sj_ul li>a .sj_hover .sj_sp{
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}








}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #023890;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #fcd900;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */