/* 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";

/* 头部 */
.header {
  width: 100%;
  padding: 0 2.5%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  display: flex;
  justify-content: space-between;
}
.logo{
  padding: 20px 0;
}
.logo > a{
  width: 201px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

/* 导航 */
nav {
  width: 40.5% !important;
}
.nav{
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav>li{
  height: 100%;
  float: left;
  position: relative;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.nav>li>a::after{
  content: "";
  width: 0;
  float: left;
  height: 2px;
  background-color: #e70010;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.4s;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #e70010;
}
.nav>li:hover>a::after,
.nav>li.nav-this>a::after{
  width: 100%;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 200%;
  float: left;
  background-color: rgba(51,51,51,0.8);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 9;
}
.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: #e70010;
  color: #fff;
}

.header_R{
  /* width: 37.5%; */
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_form{
  width: 226px;
  float: left;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  overflow: hidden;
}
.search_inp1{
  width: calc(100% - 36px);
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
}
.search_inp1::-webkit-input-placeholder{color: #333;}
.search_inp1:-moz-placeholder{color: #333;}
.search_btn{
  width: 36px;
  float: left;
  height: 34px;
  background: url(../images/search_ss.png) no-repeat center center;
}
.header_dianhua{
  float: right;
  font-size: 18px;
  color: #009ab2;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 38px;
  margin-left: 50px;
}

/*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: #e70010;
  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: #e70010;
}
.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;
}
/* END-头部 */

/*首页*/
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background: url(../images/cpzx_bj.jpg) no-repeat center center;
  background-size: cover;
}
.cpzx_title{
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 54px;
  background: url(../images/title_icon.png) no-repeat center bottom;
}
.cpzx_p{
  line-height: 76px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(51,51,51,0.05);
}
.cpzx_sp{
  display: flex;
  justify-content: center;
  margin-top: -32px;
}
.cpzx_sp>span{
  float: left;
  line-height: 38px;
  position: relative;
  padding: 0 10px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.cpzx_sp>span::before{
  content: "";
  width: 60px;
  float: left;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpzx_sp>span::after{
  content: "";
  width: 60px;
  float: left;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpzx_contect{
  display: block;
  padding-top: 30px;
}
.cpzx_B{
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.cpzx_titleB{
  width: 100%;
  float: left;
  line-height: 34px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8cbd1;
}
.cpzx_tit{
  float: left;
  line-height: 34px;
  font-size: 24px;
  color: #e60000;
  font-weight: bold;
  position: relative;
}
.cpzx_tit::after{
  content: "";
  width: 100%;
  float: left;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 2;
}
.cpzx_more{
  float: right;
}
.cpzx_more>a{
  font-size: 13px;
  color: #000;
}
.cpzx_more>a:hover{
  color: #e60000;
  text-decoration: underline;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  width: 1540px;
}
.cpzx_ul li{
  width: 365px;
  float: left;
  margin: 20px 20px 0 0;
}
.cpzx_ul li>a{
  width: 100%;
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.cpzx_ul li>a::before{
  content: "";
  display: block;
  padding-top: 72.0548%;
}
.cpzx_ul li>a .cpzx_txt{
  width: calc(100% - 20px);
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background-color: rgba(51,51,51,0.5);
  font-size: 13px;
  color: #fff;
}
.cpzx_ul li>a .cpzx_hover{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0,154,178,0.8);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.cpzx_ul li>a .cpzx_hover::after{
  content: "";
  width: 70px;
  float: left;
  height: 70px;
  background: url(../images/cpzx_more.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: all 0.6s;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp{
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 50px 0 90px;
  line-height: 28px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp::before{
  content: "";
  width: 82px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp::after{
  content: "";
  width: 70px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 21px;
}
.cpzx_ul li>a .cpzx_hover .cpzx_spp{
  display: block;
  overflow: hidden;
  padding: 0 50px 0 90px;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #fff;
}
.cpzx_ul li>a:hover .cpzx_txt{
  bottom: -100%;
}
.cpzx_ul li>a:hover .cpzx_hover{
  top: 0;
}
.cpzx_ul li>a:hover .cpzx_hover::after{
  right: 0;
}

.gsjj_box{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gsjj_box>div{
  width: 50%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
}
.gsjj{
  background-image: url(../images/gsjj_bj.jpg);
}
.gsjj>div{
  width: 100%;
  max-width: 760px;
  float: right;
  padding-right: 70px;
}
.gsjj_title{
  display: block;
  overflow: hidden;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 72px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(255,255,255,0.2);
}
.gsjj_sp{
  display: block;
  overflow: hidden;
  margin-top: -27px;
  position: relative;
  z-index: 2;
  padding-left: 60px;
}
.gsjj_sp>span{
  float: left;
  line-height: 42px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
}
.gsjj_sp>span::after{
  content: "";
  width: 60px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
}
.gsjj_txt>span{
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.gsjj_more{
  display: flex;
  padding-top: 35px;
  position: relative;
  width: 72px;
}
.gsjj_more::before{
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  left: -28px;
  top: 7px;
}
.gsjj_more::after{
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 72px;
  top: 100%;
}
.gsjj_more>a{
  width: 72px;
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #009ab2;
  font-size: 40px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #e70010;
}

.down{
  background-image: url(../images/Down_bj.jpg);
}
.down>div{
  width: 100%;
  max-width: 760px;
  float: left;
  padding: 0 75px 0 125px;
}
.down_ul{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.down_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
}
.down_ul li>a{
  display: block;
  overflow: hidden;
  background-color: rgba(255,255,255,0.1);
  padding: 10px;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.down_ul li>a>span{
  float: right;
  width: 22px;
  height: 20px;
  position: relative;
}
.down_ul li>a:hover{
  background-color: #009ab2;
}
.down_more{
  display: block;
  overflow: hidden;
  margin-left: -125px;
  padding-top: 20px;
  position: relative;
}
.down_more::before{
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  left: 72px;
  top: 20px;
}
.down_more::after{
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  overflow: hidden;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 72px;
  bottom: 0;
}
.down_more>a{
  width: 72px;
  float: left;
  overflow: hidden;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #e70010;
  margin-top: 28px;
  font-size: 40px;
  color: #fff;
}
.down_more>a:hover{
  background-color: #009ab2;
}

.Eng{
  width: 100%;
  overflow: hidden;
  background: url(../images/Eng_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 80px 0;
}
.Eng .cpzx_p{
  color: rgba(255,255,255,0.1);
}
.Eng .cpzx_sp>span{
  color: rgba(255,255,255,1);
}
.Eng .cpzx_sp>span::before,
.Eng .cpzx_sp>span::after{
  background-color: rgba(255,255,255,1);
}
.Eng_ul{
  display: block;
  overflow: hidden;
  padding-top: 45px;
  width: 1548px;
}
.Eng_ul li{
  width: 488px;
  float: left;
  margin: 0 28px 30px 0;
}
.Eng_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.Eng_ul li>a::before{
  content: "";
  display: block;
  padding-top: 57.37705%;
}
.Eng_ul li>a .Eng_txt{
  width: 100%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #009ab2;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.Eng_ul li>a .Eng_hover{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0,154,178,0.8);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.Eng_ul li>a .Eng_hover::after{
  content: "";
  width: 70px;
  float: left;
  height: 70px;
  background: url(../images/cpzx_more.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: all 0.6s;
}
.Eng_ul li>a .Eng_hover .Eng_p{
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 50px 0 90px;
  line-height: 28px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.Eng_ul li>a .Eng_hover .Eng_p::before{
  content: "";
  width: 82px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}
.Eng_ul li>a .Eng_hover .Eng_p::after{
  content: "";
  width: 70px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 21px;
}
.Eng_ul li>a .Eng_hover .Eng_sp{
  display: block;
  overflow: hidden;
  padding: 0 50px 0 90px;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #fff;
}
.Eng_ul li>a:hover .Eng_txt{
  bottom: -100%;
}
.Eng_ul li>a:hover .Eng_hover{
  top: 0;
}
.Eng_ul li>a:hover .Eng_hover::after{
  right: 0;
}
.Eng_more{
  display: flex;
  justify-content: center;
}
.Eng_more>a{
  width: 130px;
  float: left;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border: 2px solid #009ab2;
  border-radius: 18px;
}
.Eng_more>a:hover{
  background-color: #009ab2;
}

.hz{
  width: 100%;
  overflow: hidden;
  background: url(../images/hz_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 120px 0;
}
.hz .cpzx_p{
  color: rgba(255,255,255,0.1);
}
.hz .cpzx_sp>span{
  color: rgba(255,255,255,1);
}
.hz .cpzx_sp>span::before,
.hz .cpzx_sp>span::after{
  background-color: rgba(255,255,255,1);
}
.hz_contect{
  position: relative;
  margin-top: 60px;
  padding: 0 70px;
}
.hz-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.hz-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 47.61905%;
}
.hz-imgbox .swiper-slide>a:hover img{
  transform: scale(1.1);
}
.hz-prev,
.hz-next{
  width: 32px;
  float: left;
  height: 32px;
  background-image: url(../images/hz_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
}
.hz-next{
  left: initial;
  right: 0;
  background-image: url(../images/hz_right.png);
}
/*END-首页*/

/* 底部 */
footer {
  background: #f5f5f5;
  border-top: 5px solid #e70010;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 40px 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_left{
  width: 22%;
  float: left;
}
.footer_p{
  float: left;
  border-bottom: 1px solid #009ab2;
  padding:0 10px 5px 0;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  position: relative;
  margin-bottom: 22px;
}
.footer_p::after{
  content: "";
  width: 35px;
  float: left;
  height: 2px;
  background-color: #e70010;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.footer_ul{
  width: 100%;
  float: left;
  margin-top: 10px;
}
.footer_ul li{
  width: 33.3333%;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li>a{
  color: #333;
}
.footer_ul li>a:hover{
  color: #e70010;
  text-decoration: underline;
}
.footer_center{
  width: 22%;
  float: left;
}
.footer_txt{
  width: 100%;
  float: left;
  font-size: 13px;
  color: #333;
  line-height: 24px;
}
.footer_right{
  width: 20%;
  float: left;
}
.footer_wx{
  width: 100%;
  float: left;
  border: 1px solid #c4e3e8;
  padding: 8px;
  display: flex;
}
.footer_wx>img{
  width: 100px;
  float: left;
  height: 100px;
}
.footer_wx>span{
  width: calc(100% - 100px);
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.link{
  width: 100%;
  overflow: hidden;
  display: flex;
}
.link_title{
  width: 135px;
  float: left;
  font-size: 60px;
  text-transform: uppercase;
  color: rgba(0,154,178,0.1);
  position: relative;
}
.link_title>span{
  float: left;
  font-size: 13px;
  color: rgba(0,154,178,1);
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link_txt{
  width: calc(100% - 135px);
  display: flex;
  flex-wrap: wrap;
  float: left;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  color: #333;
}
.link_txt>a{
  color: #333;
  margin: 0 15px;
}
.link_txt>a:hover{
  color: #e70010;
  text-decoration: underline;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  line-height: 24px;
  padding: 15px 0;
  color: #333;
  font-size: 12px;
}
.copyright a{
  color: #333;
  margin: 0 5px;
}
.copyright a:hover{
  color: #333;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.N_banner{
  width: 100%;
  overflow: hidden;
  height: 400px;
  position: relative;
}
.N_banner_txt{
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.N_banner_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.N_banner_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 5px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.N_banner_jiantou{
  display: block;
  overflow: hidden;
  height: 22px;
  margin-top: 55px;
  background: url(../images/cpzs_jiantou.png) no-repeat center center;
}

.main{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.main_left{
	width: 300px;
	float: left;
}
.about{
	width: 100%;
	float: left;
}
.about_title{
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #333;
  padding: 20px 0;
}
.about_p{
  line-height: 60px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(255,255,255,0.1);
}
.about_sp{
  margin-top: -26px;
  line-height: 36px;
  display: flex;
  justify-content: center;
}
.about_sp>span{
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-right: 32px;
  background: url(../images/about_jiantou.png) no-repeat right center;
}
.about_ul{
	display: block;
	overflow: hidden;
  padding: 10px 0 20px 0;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 10px;
}
.about_ul>li>a{
  width: 100%;
  float: left;
	display: flex;
  align-items: center;
  align-content: center;
	overflow: hidden;
  background-color: #f5f5f5;
  padding: 6px 30px;
  min-height: 60px;
}
.about_ul>li>a>span{
  width: 100%;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
	color: #333;
}
.about_ul>li>a>span::before{
  content: "";
  width: 12px;
  float: left;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #e60000;
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
	color: #fff;
}
.about_ul>li:hover>a>span::before,
.about_ul>li.about_on>a>span::before{
  border-color: #fff;
}
.about_B{
  width: 100%;
  overflow: hidden;
  background: url(../images/about_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 30px;
}
.about_dianhua_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.about_dianhua_sp{
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.about_dianhua_sp>span{
  width: 162px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e60000;
  border-radius: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.about_B img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 35px auto 0 auto;
}

.main_right{
	width: 1160px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
  line-height: 40px;
  padding: 25px 0 15px 0;
	border-bottom: 1px solid #c9c9c9;
}
.dqwz_p{
  float: left;
  font-size: 24px;
  color: #333;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #333;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 30px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{
	display: block;
	overflow: hidden;
	max-width: 100% !important;
	height: auto !important;
	margin: 10px auto;
}
.company>span{
  font-weight: bold;
  display: block;
  overflow: hidden;
}
/* END-关于我们 */

/* 企业资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #dcdcdc;
  padding: 10px;
}
.xw_ul li>a .news_img{
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .news_B{
  width: 70%;
  float: left;
  padding: 10px 0 10px 30px;
}
.xw_ul li>a .news_B .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .news_B .news_txt{
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xw_ul li>a:hover{
  background-color: #009ab2;
}
.xw_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .news_B .news_p,
.xw_ul li>a:hover .news_B .news_txt{
  color: #fff;
}

/* END-企业资讯 */

/* 新闻中心 */
.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  line-height: 16px;
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.xwxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.xwxq_txt table{
  width: 85%;
	height: auto;
	margin: 10px auto;
	border-collapse:collapse;
}

/* 产品展示 */
.cpzx_ul1{
  display: block;
  overflow: hidden;
  width: 1191px;
}
.cpzx_ul1 li{
  width: 366px;
  float: left;
  margin: 0 31px 20px 0;
}
.cpzx_ul1 li>a{
  width: 100%;
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.cpzx_ul1 li>a::before{
  content: "";
  display: block;
  padding-top: 72.0548%;
}
.cpzx_ul1 li>a .cpzx_txt{
  width: calc(100% - 20px);
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background-color: rgba(51,51,51,0.5);
  font-size: 13px;
  color: #fff;
}
.cpzx_ul1 li>a .cpzx_hover{
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0,154,178,0.8);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.cpzx_ul1 li>a .cpzx_hover::after{
  content: "";
  width: 70px;
  float: left;
  height: 70px;
  background: url(../images/cpzx_more.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: all 0.6s;
}
.cpzx_ul1 li>a .cpzx_hover .cpzx_pp{
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 50px 0 90px;
  line-height: 28px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.cpzx_ul1 li>a .cpzx_hover .cpzx_pp::before{
  content: "";
  width: 82px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}
.cpzx_ul1 li>a .cpzx_hover .cpzx_pp::after{
  content: "";
  width: 70px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 21px;
}
.cpzx_ul1 li>a .cpzx_hover .cpzx_spp{
  display: block;
  overflow: hidden;
  padding: 0 50px 0 90px;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #fff;
}
.cpzx_ul1 li>a:hover .cpzx_txt{
  bottom: -100%;
}
.cpzx_ul1 li>a:hover .cpzx_hover{
  top: 0;
}
.cpzx_ul1 li>a:hover .cpzx_hover::after{
  right: 0;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_left{
  width: 50%;
  float: left;
  margin-right: 55px;
}
#gallery {
	border: 1px solid #ccc;
}
#gallery .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 58.1126%;
}
.cpxq_contect{
  width: 100%;
  margin-top: 25px;
  padding: 0 40px;
  position: relative;
}
#thumbs .swiper-slide{
  border: 3px solid #eee;
  cursor: pointer;
}
#thumbs .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 88%;
}
#thumbs .swiper-slide-thumb-active{
  border-color: #333;
}
.thumbs-prev,
.thumbs-next{
  width: 30px;
  float: left;
  height: 100%;
  font-size: 30px;
  font-family: simsun;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  outline: none;
  border: none;
  cursor: pointer;
}
.thumbs-next{
  left: initial;
  right: 0;
}

.cpxq_p{
  display: block;
  overflow: hidden;
  margin-top: 55px;
  line-height: 32px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.cpxq_more{
  display: block;
  overflow: hidden;
  margin-top: 150px;
}
.cpxq_more>a{
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
}
.cpxq_more>a:first-child{
  background-color: #e60000;
  margin-right: 10px;
}
.cpxq_more>a:first-child>span{
  display: block;
  overflow: hidden;
  background: url(../images/cpxq_icon1.png) no-repeat left center;
  padding-left: 40px;
}
.cpxq_more>a:last-child{
  background-color: #333333;
}
.cpxq_more>a:last-child>span{
  display: block;
  overflow: hidden;
  background: url(../images/cpxq_icon2.png) no-repeat left center;
  padding-left: 40px;
}

.cpxq_tit{
  width: 100%;
  float: left;
  margin-top: 60px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}
.cpxq_tit>span{
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  position: relative;
}
.cpxq_tit>span::after{
  content: "";
  width: 100%;
  float: left;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -11px;
}
.cpxq_txt{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-top: 30px;
}
/* END-产品展示 */

/* 下载中心 */
.down_ul1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.down_ul1 li{
  width: calc(50% - 5px);
  overflow: hidden;
  margin-bottom: 10px;
}
.down_ul1 li>a{
  display: block;
  overflow: hidden;
  background-color: #009ab2;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.down_ul1 li>a>span{
  float: right;
  width: 22px;
  height: 20px;
  position: relative;
}
.down_ul1 li>a:hover{
  background-color: #e60000;
}
/* END-下载中心 */

/* 联系我们 */
.contact_txt {
  width: 40%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 58%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}
/* END-联系我们 */
.backbtn{margin: 2%; width: 100%; height: auto; float: left; margin-bottom: 20px;}
.backbtn a{ background: #333; color: #fff;padding: 10px 20px; width: 110px; height: auto; border-radius: 5px; margin-right: 25px;}
.backbtn a:hover{ background: #e60000;}

@media (max-width: 1520px) {
/* 头部 */
.header_dianhua {
  margin-left: 20px;
}
/* END-头部 */

/* 首页 */
.cpzx_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.gsjj_box>div {
  padding: 50px 0;
}
.gsjj>div {
  padding: 0 35px;
}
.down>div {
  padding: 0 40px 0 80px;
}
.down_more {
  margin-left: -80px;
}

.Eng {
  padding: 50px 0;
}
.Eng_ul {
  padding-top: 40px;
  width: 102%;
  margin-left: -1%;
}
.Eng_ul li {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}

.hz {
  padding: 50px 0 80px 0;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 40px;
}
.footer_left {
  width: 25%;
}
.footer_center {
  width: 28%;
}
.footer_right {
  width: 22%;
}
.link_txt>a {
  margin: 0 10px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 30px 1%;
}
.main_left{
	width: 20%;
}
.main_right{
	width: 78%;
}
/* END-关于我们 */

/* 产品展示 */
.cpzx_ul1{
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul1 li{
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
.cpxq_left{
  margin-right: 20px;
}
.cpxq_p{
  margin-top: 20px;
}
.cpxq_more{
  margin-top: 100px;
}
.cpxq_tit{
  margin-top: 40px;
}
/* END-产品展示 */

}
@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 0 1%;
}
.header_R {
  width: 20%;
  flex-wrap: wrap;
  align-content: center;
}
.search_form {
  width: 100%;
}
.header_dianhua {
  margin: 10px 0 0 0;
}
nav {
  width: 54% !important;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 30px 0;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp {
  padding: 0 30px 0 40px;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp::before {
  width: 30px;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp::after {
  width: 26px;
}
.cpzx_ul li>a .cpzx_hover .cpzx_spp {
  padding: 0 30px 0 40px;
}

.gsjj_box>div {
  padding: 30px 0;
}
.gsjj>div {
  padding: 0 20px;
}
.down>div {
  padding: 0 20px;
}
.down_more {
  margin-left: -20px;
}

.Eng {
  padding: 30px 0;
}
.Eng_ul {
  padding-top: 20px;
}

.hz {
  padding: 30px 0;
}
.hz_contect {
  margin-top: 30px;
  padding: 0 40px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 30px 0;
}
.footer_center {
  width: 30%;
}
.footer_right {
  width: 24%;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 30px 0;
}
.main_left{
	width: 26%;
}
.about_B {
  padding: 30px 20px;
}
.about_dianhua_p {
  line-height: 30px;
  font-size: 20px;
}
.main_right{
	width: 72%;
}
/* END-关于我们 */

/* 产品展示 */
.cpxq_more>a {
  padding: 0 14px;
}
.cpxq_tit {
  margin-top: 30px;
}
.cpxq_txt {
  padding-top: 20px;
}
/* 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: #009ab2;
  transition: all 0.4s;
}
.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);
}

/* 头部 */
.logo {
  padding: 10px 0;
}

/* 导航 */
nav {
  width: 100% !important;
  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-color: #fff;
  display: block;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #ccc;
}
.nav>li>a::after{display: none;}
.nav>li:hover>a,
.nav>li.nav-this>a {
  background-color: #e70010;
  color: #fff;
}

/*圆点*/
.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-头部 */

/* 底部 */
.footer_left {
  width: 28%;
}
.footer_center {
  width: 34%;
}
.footer_right {
  width: 30%;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 20px 0;
}
.main_left{
	width: 34%;
}
.about_B {
  padding: 20px 15px;
}
.main_right{
	width: 64%;
}
/* END-关于我们 */

/* 产品展示 */
.cpxq_left {
  width: 100%;
  margin-right: 0;
}
.cpxq_p {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.cpxq_more {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.cpxq_tit {
  margin-top: 15px;
}
/* END-产品展示 */

/* 企业资讯 */
.xw_ul li>a .news_B {
  padding: 5px 0 5px 15px;
}
.xw_ul li>a .news_B .news_txt {
  height: 104px;
  line-height: 26px;
  margin-top: 5px;
}
/* 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);
}

/* 头部 */
.logo{
  width: 40%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 10px 0;
}
.cpzx_title {
  padding-bottom: 20px;
  background: url(../images/title_icon.png) no-repeat center bottom;
  background-size: auto 20px;
}
.cpzx_B {
  margin-bottom: 10px;
}
.cpzx_p {
  line-height: 32px;
  font-size: 28px;
}
.cpzx_sp {
  margin-top: -15px;
}
.cpzx_sp>span {
  line-height: 30px;
  font-size: 20px;
}
.cpzx_sp>span::before,
.cpzx_sp>span::after {
  width: 30px;
}
.cpzx_contect {
  padding-top: 10px;
}
.cpzx_titleB {
  line-height: 30px;
  padding-bottom: 5px;
}
.cpzx_tit {
  line-height: 30px;
  font-size: 16px;
}
.cpzx_tit::after {
  bottom: -7px;
}
.cpzx_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.cpzx_ul li>a .cpzx_txt {
  width: calc(100% - 10px);
  bottom: 5px;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp {
  padding: 0 10px;
  line-height: 24px;
  text-align: center;
}
.cpzx_ul li>a .cpzx_hover .cpzx_pp::before,
.cpzx_ul li>a .cpzx_hover .cpzx_pp::after{display: none;}
.cpzx_ul li>a .cpzx_hover .cpzx_spp {
  padding: 0 10px;
  text-align: center;
}
.cpzx_ul li>a .cpzx_hover::after {
  width: 40px;
  height: 40px;
}

.gsjj_box>div {
  width: 100%;
  padding: 10px 0;
}
.gsjj>div {
  padding: 0 10px;
}
.gsjj_p {
  line-height: 36px;
  font-size: 30px;
  text-align: center;
}
.gsjj_sp {
  margin-top: -20px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.gsjj_sp>span {
  line-height: 30px;
  font-size: 20px;
  padding: 0 10px;
}
.gsjj_sp>span::after {
  width: 30px;
}
.gsjj_sp>span::before {
  content: "";
  width: 30px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.gsjj_txt {
  line-height: 24px;
  margin-top: 10px;
}
.gsjj_more {
  padding-top: 10px;
  width: auto;
}
.gsjj_more::before,
.gsjj_more::after{display: none;}
.gsjj_more>a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}

.down>div {
  padding: 0 10px;
}
.down_ul {
  padding-top: 10px;
}
.down_more {
  margin: 0;
  padding-top: 10px;
}
.down_more::before,
.down_more::after{display: none;}
.down_more>a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  font-size: 30px;
}

.Eng_ul {
  padding-top: 10px;
}
.Eng_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.Eng_ul li>a::before {
  padding-top: 100%;
}
.Eng_ul li>a .Eng_hover .Eng_p {
  padding: 0 10px;
  line-height: 24px;
  text-align: center;
}
.Eng_ul li>a .Eng_hover .Eng_p::before,
.Eng_ul li>a .Eng_hover .Eng_p::after{display: none;}
.Eng_ul li>a .Eng_hover .Eng_sp {
  padding: 0 10px;
  text-align: center;
}
.Eng_ul li>a .Eng_hover::after {
  width: 40px;
  height: 40px;
}
.Eng_ul li:last-child{display: none;}

.hz {
  padding: 10px 0;
}
.hz_contect {
  margin-top: 10px;
  padding: 0 30px;
}
.hz-prev,
.hz-next{
  width: 24px;
  height: 24px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 10px 0;
}
.footer_left {
  width: 100%;
}
.footer_ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_ul li {
  width: auto;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
}

.link {
  flex-wrap: wrap;
}
.link_title {
  width: 100%;
  font-size: 30px;
  text-align: center;
}
.link_title>span {
  left: 50%;
  right: initial;
  top: initial;
  bottom: 0;
  transform: translate(-50%,0);
}
.link_txt {
  width: 100%;
  justify-content: center;
  padding-top: 10px;
}
.link_txt>a {
  margin: 0 3px;
}

.copyright {
  line-height: 22px;
  padding: 10px 0;
}
.copyright>.container>div{
  width: 100%;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.N_banner {
  height: 200px;
}
.N_banner_txt {
  bottom: 20px;
}
.N_banner_p {
  line-height: 30px;
  font-size: 26px;
}
.N_banner_sp {
  line-height: 22px;
  font-size: 16px;
}
.N_banner_jiantou {
  margin-top: 10px;
}

.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  padding: 0;
  display: none;
}
.about_ul>li {
  margin-top: 3px;
}
.about_ul>li>a {
  padding: 4px 10px;
  min-height: 40px;
}
.about_ul>li>a>span {
  font-size: 14px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 产品展示 */
.cpzx_ul1 li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.cpzx_ul1 li>a .cpzx_txt {
  width: calc(100% - 10px);
  bottom: 5px;
}
.cpzx_ul1 li>a .cpzx_hover .cpzx_pp {
  padding: 0 10px;
  line-height: 24px;
  text-align: center;
}
.cpzx_ul1 li>a .cpzx_hover .cpzx_pp::before,
.cpzx_ul1 li>a .cpzx_hover .cpzx_pp::after{display: none;}
.cpzx_ul1 li>a .cpzx_hover .cpzx_spp {
  padding: 0 10px;
  text-align: center;
}
.cpzx_ul1 li>a .cpzx_hover::after {
  width: 40px;
  height: 40px;
}

.cpxq_contect {
  margin-top: 10px;
}
.cpxq_p{
  line-height: 30px;
  font-size: 18px;
}
.cpxq_more{
  display: flex;
  justify-content: space-between;
}
.cpxq_more>a {
  width: 48%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.cpxq_more>a:last-child>span {
  padding-left: 30px;
}
.cpxq_tit {
  margin-top: 10px;
  padding-bottom: 5px;
}
.cpxq_tit>span {
  font-size: 16px;
  line-height: 24px;
}
.cpxq_tit>span::after {
  bottom: -6px;
}
.cpxq_txt {
  padding-top: 10px;
  line-height: 24px;
}
/* END-产品展示 */

/* 下载中心 */
.down_ul1 li{
  width: 100%;
  margin-bottom: 5px;
}
.down_ul1 li>a{
  padding: 10px;
}
/* END-下载中心 */

/* 联系我们 */
.contact_txt {
  width: 100%;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */
/* 企业资讯 */
.xw_ul li {
  margin-bottom: 10px;
}
.xw_ul li>a {
  padding: 5px;
}
.xw_ul li>a .news_B {
  padding: 5px 0 5px 10px;
}
.xw_ul li>a .news_B .news_p {
  line-height: 24px;
}
.xw_ul li>a .news_B .news_txt {
  height: 60px;
  line-height: 20px;
  margin-top: 5px;
  -webkit-line-clamp: 3;
}
/* 新闻中心 */
.xwxq_p{
  line-height: 20px;
  font-size: 16px;
}
.xwxq_sp{
  padding: 5px 0;
}
.xwxq_txt{
	line-height: 24px;
}
.xwxq_txt table{
  width: 100%;
	height: auto;
	margin: 10px auto;
	border-collapse:collapse;
}
.xwxq_txt table td{
  font-size: 13px;
}
}

/* 手机底部组件 */
.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: #009ab2;
  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: #e70010;
  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-手机底部组件 */