/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.header>.container{
  width: calc(100% - 20px);
  max-width: 1520px;
  display: flex;
  justify-content: space-between;
}
.header_left{
  width: 85%;
  float: left;
  position: relative;
  z-index: 5;
  border-right: 10px solid #fd7b3f;
  background-color: #fff;
  border-top-right-radius: 60px;
  display: flex;
  justify-content: space-between;
}
.logo{
  padding: 20px 0;
  transition: all 0.4s;
}
.logo > a{
	width: 100%;
  max-width: 388px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  width: 15%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_dianhua::before{
  content: "";
  width: 1000px;
  float: left;
  height: 100%;
  background-color: #1f3264;
  position: absolute;
  left: -50%;
  top: 0;
}
.header_dianhua>span{
  float: left;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  background: url(../images/header_dianhua.png) no-repeat left center,url(../images/header_duanxin.png) no-repeat right center;
  padding: 0 46px 0 26px;
}
.header_active{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header_active .logo{
  padding: 10px 0;
}

/* 导航 */
nav {
  width: auto !important;
  padding-right: 23px;
}
.nav{
  width: 100%;
  height: 100%;
  float: left;
}
.nav>li{
  width: auto;
  height: 100%;
  float: left;
  position: relative;
  margin: 0 23px;
  transition: all 0.4s;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #333;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.nav>li>a::after{
  content: "";
  width: 0;
  float: left;
  height: 4px;
  background-color: #1f3264;
  position: absolute;
  left: 0;
  bottom: 20%;
  transition: all 0.4s;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  font-weight: bold;
}
.nav>li:hover>a::after,
.nav>li.nav-this>a::after{
  width: 100%;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 150px;
  float: left;
  background-color: rgba(0,0,0,0.8);
  padding: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 9999;
  transform: translateX(-50%);
}
.nav-child dd{
  display: block;
  overflow: hidden;
}
.nav-child dd a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child dd a:hover{
  background-color: #1f3264;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #1f3264;
  opacity: 1;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd7b3f;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  background-color: #eceef2;
}
.search_form{
  width: 462px;
  float: right;
  position: relative;
  padding: 10px 0 10px 20px;
}
.search_form::before{
  content: "";
  width: 1920px;
  float: left;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  left: 0;
  top: 0;
}
.search_inp1{
  width: calc(100% - 45px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  position: relative;
  z-index: 2;
}
.search_inp1::-webkit-input-placeholder{
  color: #888;
}
.search_inp1:-moz-placeholder{
  color: #888;
}
.search_btn{
  width: 45px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat center center #fff;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.search_txt>span{
  float: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}
.search_txt > a{
  float: left;
  margin: 5px;
  color: #333;
}
.search_txt > a:hover{
  color: #1f3264;
  text-decoration: underline;
}
/* END */

/* 首页 */
.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.png) no-repeat center bottom;
  padding: 80px 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #1f3264;
  text-transform: uppercase;
}
.gsjj_title>span{
  float: left;
  margin-right: 5px;
}
.gsjj_title>span>em{
  color: #fd7b3f;
}
.gsjj{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.gsjj_img{
  width: 54%;
  float: right;
  overflow: hidden;
  position: relative;
  margin-top: -40px;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 65.625%;
}
.gsj_txt{
  width: 39.75%;
  float: left;
  overflow: hidden;
  height: 288px;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.gsjj_more{
  width: 40%;
  float: left;
  padding-top: 35px;
}
.gsjj_more>a{
  width: 120px;
  float: left;
  height: 35px;
  background-color: #1f3264;
  border-top-right-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.gsjj_more>a::after{
  content: "";
  width: 5px;
  height: 100%;
  float: left;
  background-color: #fd7b3f;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.gsjj_more>a>span{
  float: left;
  font-size: 14px;
  color: #fff;
  background: url(../images/gsjj_jiantou.png) no-repeat right center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.gsjj_more>a:hover:after{
  width: 100%;
}

.hf{
  width: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 3px 0;
}
.hf_ul{
  display: block;
  overflow: hidden;
}
.hf_ul li{
  width: 20%;
  float: left;
  border-right: 3px solid rgba(255,255,255,0.1);
  position: relative;
  cursor: pointer;
}
.hf_ul li:last-child{border: none;}
.hf_ul li::before{
  content: "";
  display: block;
  padding-top: 88.54167%;
}
.hf_ul li .hf_hover{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hf_ul li .hf_hover .hf_icon{
  width: 100%;
  overflow: hidden;
  height: 62px;
  position: relative;
  transition: all 0.4s;
}
.hf_ul li .hf_hover .hf_p{
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.hf_ul li .hf_hover .hf_p>span{
  font-size: 46px;
  font-weight: bold;
}
.hf_ul li .hf_hover .hf_sp{
  width: 100%;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: all 0.4s;
}
.hf_ul li:hover .hf_hover .hf_icon{
  transform: translateY(-15px);
}
.hf_ul li:hover .hf_hover .hf_icon img{
  transform: rotateY(360deg);
}
.hf_ul li:hover .hf_hover .hf_sp{
  transform: translateY(15px);
}

.cpzx{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 90px 0;
}
.cpzx_left{
  width: 280px;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  background-color: #1f3264;
  height: 90px;
  line-height: 90px;
  text-align: left;
  padding-left: 35px;
  border-top-right-radius: 45px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.about_ul{
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.about_ul li{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.about_ul li a{
  display: block;
  overflow: hidden;
  position: relative;
  height: 46px;
  line-height: 46px;
  padding: 0 35px;
}
.about_ul li a::before{
  content: "";
  width: calc(100% - 20px);
  float: left;
  height: 100%;
  background-color: #1f3264;
  position: absolute;
  left: 0;
  top: 0;
}
.about_ul li a::after{
  content: "";
  width: 0;
  float: left;
  height: 100%;
  background-color: #fd7b3f;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.about_ul li a>span{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 26px;
  position: relative;
  z-index: 2;
}
.about_ul li a>span::before{
  content: "";
  width: 12px;
  float: left;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul li:hover a::after,
.about_ul li.about_on a::after{
  width: 100%;
}

.cpzx_right{
  width: 880px;
  float: right;
  padding-top: 40px;
}
.cpzx_title{
  width: 100%;
  float: left;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.cpzx_p{
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-left: 20px;
}
.cpzx_title .gsjj_more{
  float: right;
  width: auto;
  padding: 0;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  width: 900px;
}
.cpzx_ul li{
  width: 280px;
  float: left;
  margin: 20px 20px 0 0;
}
.cpzx_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 10px 0 10px;
}
.cpzx_ul li>a .cpzx_img{
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.cpzx_ul li>a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 59.2308%;
}
.cpzx_ul li>a .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.cpzx_ul li>a:hover{
  background-color: #1f3264;
}
.cpzx_ul li>a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul li>a:hover .cpzx_txt{
  color: #fff;
}

.equ{
  width: 100%;
  overflow: hidden;
  padding: 85px 0;
}
.equ>.container{
  width: calc(100% - 20px);
  max-width: 1520px;
}
.equ_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.equ_p{
  line-height: 46px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.equ_sp{
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  opacity: 0.1;
  font-family: "Microsoft YaHei";
  text-transform: uppercase;
  margin-top: -21px;
}
.equ_spp{
  line-height: 26px;
  font-size: 14px;
  color: #333;
  margin-top: -19px;
  position: relative;
  z-index: 2;
}
.equ_ul{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.equ_ul li{
  width: 50%;
  float: left;
  padding: 5px;
}
.equ_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.equ_ul li>a::before{
  content: "";
  display: block;
  padding-top: 83.44371%;
}
.equ_ul li>a .equ_txt{
  width: 100%;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0,0,0,0.5);
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.equ_ul li>a:hover img{
  transform: scale(1.1);
}
.equ_ul li>a:hover .equ_txt{
  background-color: rgba(253,123,63,0.8);
}
.equ_ul li:nth-child(4n+2)>a::before{
  padding-top: 45.033113%;
}
.equ_ul li:nth-child(4n+3),
.equ_ul li:nth-child(4n+4){
  width: 25%;
}
.equ_ul li:nth-child(4n+3)>a::before,
.equ_ul li:nth-child(4n+4)>a::before{
  padding-top: 75.16779%;
}

.app{
  width: 100%;
  overflow: hidden;
  background: url(../images/app_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 85px 0;
}
.app .equ_p{
  color: #fd7b3f;
}
.app .equ_sp,
.app .equ_spp{
  color: rgba(255,255,255,1);
}
.app_contect{
  display: block;
  overflow: hidden;
  padding-top: 70px;
}
.app_contect img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.abi{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.abi::before{
  content: "";
  width: 100%;
  float: left;
  height: 84%;
  background-color: #384975;
}
.abi>.container{
  width: calc(100% - 20px);
  max-width: 1520px;
  display: flex;
  position: relative;
  padding: 80px 0;
}
.abi>.container::before{
  content: "";
  width: 3000px;
  float: left;
  height: 100%;
  background-color: #fd7b3f;
  border-top-left-radius: 240px;
  position: absolute;
  left: 0;
  top: 0;
}
.abi>.container>.container{
  width: 100%;
  position: relative;
  z-index: 2;
}
.abi_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.abi_p{
  line-height: 54px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.abi_sp{
  line-height: 40px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.1;
  margin-top: -19px;
}
.abi_ul{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.abi_ul li{
  width: 20%;
  float: left;
  padding-right: 1px;
}
.abi_ul li>a{
  width: 100%;
  float: left;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.abi_ul li>a::before{
  content: "";
  display: block;
  padding-top: 88.55933%;
}
.abi_ul li>a .abi_hover{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.abi_ul li>a .abi_hover .abi_icon{
  width: 100%;
  overflow: hidden;
  height: 62px;
  position: relative;
  transition: all 0.4s;
}
.abi_ul li>a .abi_hover .abi_txt{
  width: 100%;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  transition: all 0.4s;
}
.abi_ul li>a:hover .abi_hover .abi_icon{
  transform: translateY(-10px);
}
.abi_ul li>a:hover .abi_hover .abi_icon img{
  transform: rotateY(360deg);
}
.abi_ul li>a:hover .abi_hover .abi_txt{
  transform: translateY(10px);
}

.coop{
  width: 100%;
  overflow: hidden;
  background: url(../images/coop_bj.png) no-repeat center bottom #f5f5f5;
  padding: 80px 0;
}
.coop_contect{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 35px 0 0 0;
}
.coop-imgbox{
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  padding-bottom: 20px;
}
.coop-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.coop-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 70%;
}
.coop-imgbox .swiper-slide>a:hover img{
  transform: scale(1.1);
}
/*圆点*/
.coop-imgbox .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.coop-imgbox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1f3264;
  opacity: 1;
  border-radius: 50%;
}
.coop-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.coop-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd7b3f;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
.news_left{
  width: 33.3334%;
  float: left;
}
.news_title{
  display: block;
  overflow: hidden;
  background-color: #fd7b3f;
  padding: 45px 30px 0 30px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
}
.news_title>span{
  float: left;
  font-size: 16px;
  margin-right: 5px;
}
.news_left>a{
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 30px 50px 30px;
}
.news_left>a::before{
  content: "";
  width: 100%;
  height: 225px;
  float: left;
  background-color: #fd7b3f;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.news_left>a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_left>a .news_img::before{
  content: "";
  display: block;
  padding-top: 79.4118%;
}
.news_left>a .news_p{
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.news_left>a .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 1;
}
.news_left>a .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin: 25px 0;
  font-size: 14px;
  color: #333;
  position: relative;
  z-index: 1;
}
.news_left>a .news_more{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  position: relative;
  z-index: 1;
}
.news_left>a:hover::before{
  height: 100%;
}
.news_left>a:hover .news_img img{
  transform: scale(1.1);
}
.news_left>a:hover .news_p,
.news_left>a:hover .news_sp,
.news_left>a:hover .news_txt,
.news_left>a:hover .news_more{
  color: #fff;
}

.news_right{
  width: 64%;
  float: right;
}
.hy{
  width: 100%;
  overflow: hidden;
  padding: 45px 30px;
  background-color: #f5f5f5;
}
.hy_title{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  line-height: 36px;
}
.hy_p{
  float: left;
  font-size: 16px;
  color: #333;
}
.hy_p>span{
  float: left;
  color: #1f3264;
  font-weight: bold;
}
.hy_sp{
  float: left;
  font-size: 14px;
  color: #888;
  padding-left: 5px;
}
.hy_more{
  float: right;
}
.hy_more>a{
  font-size: 14px;
  color: #333;
}
.hy_more>a:hover{
  color: #1f3264;
  text-decoration: underline;
}
.hy_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hy_ul li{
  width: calc(50% - 25px);
  float: left;
  margin-top: 30px;
}
.hy_ul li .hy_pp{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.hy_ul li .hy_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.hy_ul li .hy_spp{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 25px 0;
}
.hy_ul li .hy_m{
  display: block;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.hy_ul li:hover .hy_pp,
.hy_ul li:hover .hy_m{
  color: #fd7b3f;
}

.com{
  width: 100%;
  overflow: hidden;
  background-color: #1f3264;
  margin-top: 20px;
  padding: 35px;
}
.com_title{
  display: block;
  overflow: hidden;
  line-height: 38px;
  border-bottom: 1px solid #fff;
}
.com_p{
  float: left;
  font-size: 16px;
  color: #fff;
}
.com_sp{
  float: left;
  font-size: 14px;
  color: #fff;
  padding-left: 5px;
}
.com_more{
  float: right;
}
.com_more>a{
  font-size: 14px;
  color: #fff;
}
.com_more>a:hover{
  color: #fff;
  text-decoration: underline;
}
.com_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 25px;
}
.com_ul li{
  width: 40%;
  float: left;
  margin-right: 10%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.com_ul li>a{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.com_ul li>a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-首页 */

/* 底部 */
footer {
  background: #1f3264;
}
.footer_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 38px 0 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.footer_logo{
  float: left;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_btn{
  float: right;
}
.footer_btn>a{
  width: 174px;
  float: left;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_btn>a:first-child{
  background-color: #fff;
}
.footer_btn>a:first-child>span{
  float: left;
  font-size: 16px;
  color: #333;
  background: url(../images/footer_icon1.png) no-repeat right center;
  padding-right: 26px;
  transition: all 0.4s;
}
.footer_btn>a:first-child:hover{
  background-color: #fd7b3f;
}
.footer_btn>a:first-child:hover>span{
  color: #fff;
  background-position: 200% center;
  padding: 0;
}
.footer_btn>a:last-child{
  background-color: #fd7b3f;
}
.footer_btn>a:last-child>span{
  float: left;
  font-size: 16px;
  color: #fff;
  background: url(../images/footer_icon2.png) no-repeat left center;
  padding-left: 26px;
  transition: all 0.4s;
}
.footer_btn>a:last-child:hover{
  background-color: #fff;
}
.footer_btn>a:last-child:hover>span{
  color: #333;
  background-position: -200% center;
  padding: 0;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.footer_left{
  width: 62.5%;
  float: left;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_B{
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;  
}
.footer_ul li>a{
  color: #fff;
}
.footer_ul li>a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_right{
  width: 22%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_wx{
  width: calc(50% - 15px);
  float: left;
}
.footer_wx img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #334573;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于兴韬 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}
.main_left{
	width: 280px;
	float: left;
}
.main_left .about_ul{
  background-color: #f5f5f5;
}
.main_right{
	width: 880px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 36px;
  background-color: #f5f5f5;
  margin-top: 40px;
  padding: 0 20px;
}
.dqwz_p{
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #888;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.company img{
max-width: 100%;
height: auto;
margin: 5px auto;
}
/* END-关于兴韬 */

/* 产品展示/应用领域/设备展示 */
.cpzx_ul1 li>a {
  background-color: #f5f5f5;
}
.cpzx_ul1 li {
  margin: 0 20px 20px 0;
}

.cpxq{
	display: block;
	overflow: hidden;
}
.cpxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.cpxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-产品展示/应用领域/设备展示 */

/* 合作伙伴 */
.coop_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.coop_ul li{
  width: 20%;
  float: left;
}
.coop_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.coop_ul li>a::before{
  content: "";
  display: block;
  padding-top: 70%;
}
.coop_ul li>a:hover img{
  transform: scale(1.1);
}
/* 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;
  padding: 20px;
  background-color: #f5f5f5;
}
.xw_ul li a .xw_img{
	width: 300px;
	float: left;
	overflow: hidden;
	position: relative;
}
.xw_ul li a .xw_R{
	width: calc(100% - 300px);
	float: left;
	padding-left: 20px;
}
.xw_ul li a .xw_R .xw_p{
	display: block;
	overflow: hidden;
	line-height: 34px;
	font-size: 18px;
	color: #333;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt{
	display: block;
	overflow: hidden;
	height: 90px;
	line-height: 30px;
	font-size: 14px;
	color: #888;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 3px 0;
}
.xw_ul li a .xw_R .xw_sp{
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 12px;
  margin: 5px 0;
}
.xw_ul li a .xw_R .xw_more{
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 12px;
}
.xw_ul li a:hover{
  background-color: #1f3264;
}
.xw_ul li a:hover .xw_img img{
	transform: scale(1.1);
}
.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,
.xw_ul li a:hover .xw_R .xw_more{
	color: #fff;
}

.xwxq{
	display: block;
	overflow: hidden;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwxq_sp{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #888;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.xwxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1500px) {
/* 头部 */
nav {
  padding-right: 0;
}
.nav>li {
  margin: 0 10px;
}
/* END_头部 */


}
@media (max-width: 1220px) {
/* 头部 */
.logo > a {
  max-width: 290px;
}
.nav>li {
  margin: 0 5px;
}
.header_dianhua>span {
  padding: 0 26px;
  font-size: 14px;
}
.search_form {
  width: 40%;
  padding: 10px 0 10px 10px;
}
/* END_头部 */

/* 首页 */
.gsjj {
  padding: 60px 0;
}
.gsjj_img {
  width: 50%;
}
.gsj_txt {
  width: 46%;
  height: 228px;
  line-height: 38px;
  -webkit-line-clamp: 6;
}
.gsjj_more {
  width: 46%;
  padding-top: 20px;
}

.hf_ul li::before {
  padding-top: 100%;
}

.cpzx {
  padding: 60px 0;
}
.cpzx_left {
  width: 24%;
}
.cpzx_right {
  width: 74%;
  padding-top: 30px;
}
.cpzx_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li {
  width: 31.3333%;
  margin: 20px 1% 0 1%;
}

.equ {
  padding: 60px 0;
}
.app {
  padding: 60px 0;
}
.app_contect {
  padding-top: 50px;
}
.abi>.container {
  padding: 60px 0;
}

.coop {
  padding: 60px 0;
}
.news {
  padding: 60px 0;
}
.news_contect {
  padding-top: 40px;
}
/* END-首页 */

/* 关于兴韬 */
.main{
	padding: 60px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
.dqwz_title{
  margin-top: 30px;
}
/* END-关于兴韬 */

/* 产品展示/应用领域/设备展示 */
.cpzx_ul1 li {
  margin: 0 1% 20px 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: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #fd7b3f;
  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);
}

/* 头部 */
.header_left {
  width: 100%;
  border: none;
}
.logo > a {
  max-width: 388px;
}
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100% !important;
  height: 100%;
  right: -100%;
  transition: all 0.4s;
  z-index: 9;
	opacity: 0;
  padding-top: 100px;
}
.nav-actived{
  right: 0;
	opacity: 1;
}
.nav{
  width: 85%;
  float: right;
  background-color: #1f3264;
}
.nav>li{
  width: 100%;
  height: 12.5%;
  float: left;
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.nav>li>a{
  color: #fff;
  font-size: 18px;
}
.nav>li>a::after{
  display: none;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #fd7b3f;
  color: #fff;
}

/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}

.search_txt {
  line-height: 20px;
}
.search_txt>span {
  line-height: 30px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 30px 0;
}
.gsjj_title {
  display: flex;
  justify-content: center;
}
.gsjj_img {
  width: 50%;
  margin-top: 20px;
}
.gsj_txt {
  width: 48%;
  height: 192px;
  line-height: 32px;
  -webkit-line-clamp: 6;
}
.gsjj_more {
  width: 48%;
  padding-top: 10px;
}

.hf_ul li::before {
  padding-top: 130%;
}
.hf_ul li .hf_hover .hf_p {
  height: 40px;
  line-height: 40px;
}
.hf_ul li .hf_hover .hf_p>span {
  font-size: 30px;
  font-weight: bold;
}

.cpzx {
  padding: 30px 0;
}
.cpzx_left {
  width: 29%;
}
.about_title {
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 28px;
}
.cpzx_right {
  width: 69%;
  padding-top: 15px;
}
.cpzx_ul li {
  width: 48%;
  margin: 15px 1% 0 1%;
}
.cpzx_ul li:last-child{display: none;}

.equ {
  padding: 30px 0;
}
.equ_ul li>a .equ_txt {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.app {
  padding: 30px 0;
}
.app_contect {
  padding-top: 30px;
}

.abi>.container {
  padding: 30px 0;
}
.abi_ul {
  padding-top: 20px;
}
.abi_ul li>a::before {
  padding-top: 120%;
}
.abi_ul li>a .abi_hover .abi_txt {
  margin-top: 10px;
}

.coop {
  padding: 30px 0;
}

.news {
  padding: 30px 0;
}
.news_contect {
  padding-top: 20px;
}
.news_left {
  width: 100%;
}
.news_title {
  padding: 20px 20px 0 20px;
}
.news_left>a {
  display: flex;
  padding: 10px 20px 20px 20px;
}
.news_left>a .news_img {
  width: 30%;
}
.news_left>a .news_R {
  width: 70%;
  padding-left: 20px;
}
.news_left>a::before {
  content: "";
  width: 25%;
  height: 100%;
}
.news_left>a .news_p {
  margin-top: 0;
}
.news_left>a .news_sp {
  margin: 5px 0;
}
.news_left>a:hover::before {
  width: 100%;
}
.news_right {
  width: 100%;
  margin-top: 20px;
}
.hy {
  padding: 20px;
}
.hy_ul li {
  width: calc(50% - 10px);
  margin-top: 20px;
}
.hy_ul li .hy_spp {
  margin: 5px 0;
}

.com {
  padding: 20px;
}
.com_ul li {
  width: 48%;
  margin: 0 0 10px 0;
}
/* END-首页 */

/* 底部 */
.footer_nav{
  padding: 20px 0;
}
.footer_btn>a {
  width: 140px;
}
.footer_left {
  width: 70%;
}
.footer_right {
  width: 25%;
}
.footer_wx {
  width: calc(50% - 5px);
}
/* END-底部 */

/* 关于兴韬 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
.dqwz_title{
  margin-top: 20px;
}
/* END-关于兴韬 */

/* 产品展示/应用领域/设备展示 */
.cpzx_ul1 li {
  width: 48%;
  margin: 0 1% 15px 1%;
}
/* END-产品展示/应用领域/设备展示 */

/* 合作伙伴 */
.coop_ul li{
  width: 25%;
}
/* END-合作伙伴 */

/* 新闻资讯 */
.xw_ul li a .xw_img{
	width: 200px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 200px);
}
/* 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{
  padding: 15px 0;
  width: 80%;
}
.logo a {
  width: 100%;
}
nav{
  padding-top: 80px;
}
.layui-nav .layui-nav-item{
  line-height: 40px;
}

.search_form{
	width: 100%;
}
.search_txt{
	width: 100%;
	float: left;
	padding: 5px 0;
	line-height: 20px;
}
.search_txt>span {
  line-height: 24px;
}
.search_txt>a {
  margin: 2px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 10px 0;
}
.gsjj_title {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_img {
  width: 100%;
  margin-top: 10px;
}
.gsj_txt {
  width: 100%;
  height: 132px;
  line-height: 22px;
  font-size: 14px;
  -webkit-line-clamp: 6;
  margin-top: 10px;
}
.gsjj_more {
  width: 100%;
}

.hf_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.hf_ul::before{
  content: "";
  width: 100%;
  height: 3px;
  float: left;
  background-color: rgba(255,255,255,0.1);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hf_ul li {
  width: 33.3333%;
}
.hf_ul li .hf_hover .hf_icon {
  height: 40px;
}
.hf_ul li .hf_hover .hf_p {
  height: 30px;
  line-height: 30px;
}
.hf_ul li .hf_hover .hf_p>span {
  font-size: 20px;
}
.hf_ul li .hf_hover .hf_sp {
  height: auto;
  line-height: 20px;
  font-size: 14px;
  padding: 0 10px;
}

.cpzx {
  padding: 10px 0;
}
.cpzx_left {
  width: 100%;
}
.about_title{
  width: calc(100% + 20px);
  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: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul {
  display: none;
}
.about_ul li {
  margin-top: 2px;
}
.about_ul li a {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.about_ul li a::before {
  width: 100%;
}
.about_ul li a>span {
  font-size: 16px;
}
.cpzx_right {
  width: 100%;
  padding-top: 10px;
}
.cpzx_ul li {
  margin: 10px 1% 0 1%;
}
.cpzx_ul li>a {
  padding: 5px 5px 0 5px;
}
.cpzx_ul li>a .cpzx_txt {
  height: 38px;
  line-height: 38px;
}

.equ {
  padding: 10px 0;
}
.equ_p {
  line-height: 30px;
  font-size: 20px; 
}
.equ_sp {
  line-height: 30px;
  font-size: 20px;
  margin-top: -15px;
}
.equ_spp {
  line-height: 20px;
  font-size: 12px;
  margin-top: -10px;
}
.equ_ul li {
  width: 100%;
}
.equ_ul li:nth-child(4n+3),
.equ_ul li:nth-child(4n+4) {
  width: 50%;
}

.app {
  padding: 10px 0;
}
.app_contect {
  padding-top: 10px;
}
.abi>.container {
  padding: 10px 0;
}
.abi>.container::before {
  border-top-left-radius: 0;
  transform: translateX(-50%);
}
.abi_p {
  line-height: 30px;
  font-size: 20px;
}
.abi_sp {
  line-height: 30px;
  font-size: 20px;
  margin-top: -15px;
}
.abi_ul {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.abi_ul li {
  width: 33.3333%;
  margin-bottom: 1px;
}
.abi_ul li>a::before {
  padding-top: 100%;
}
.abi_ul li>a .abi_hover .abi_icon {
  height: 40px;
}
.abi_ul li>a .abi_hover .abi_txt {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 5px;
}

.coop {
  padding: 10px 0;
}
.coop_contect {
  padding: 10px 0 0 0;
}

.news {
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
}
.news_title {
  padding: 10px 10px 0 10px;
  line-height: 30px;
}
.news_left>a {
  padding: 10px;
}
.news_left>a .news_img {
  width: 40%;
}
.news_left>a .news_R {
  width: 60%;
  padding-left: 10px;
}
.news_left>a .news_p {
  height: 26px;
  line-height: 26px;
}
.news_left>a .news_txt {
  height: 60px;
  line-height: 20px;
  margin-top: 3px;
  -webkit-line-clamp: 2;
}
.news_left>a .news_sp {
  margin: 2px 0;
  line-height: 16px;
}
.news_left>a .news_more {
  line-height: 20px;
}
.news_right {
  margin-top: 10px;
}
.hy {
  padding: 10px;
}
.hy_ul li {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.com {
  padding: 10px;
  margin-top: 10px;
}
.com_ul {
  padding-top: 10px;
}
.com_ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
.com_ul li>a {
  line-height: 22px;
}
/* END-首页 */

/* 底部 */
.footer_nav {
  padding: 10px 0;
}
.footer_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_btn>a {
  width: 49%;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
}
/* END-底部 */

/* 关于兴韬 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
  font-size: 14px;
}
/* END-关于兴韬 */

/* 产品展示/应用领域/设备展示 */
.cpzx_ul1 li {
  margin: 0 1% 10px 1%;
}
.cpxq_p{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.cpxq_txt{
	line-height: 24px;
  font-size: 14px;
}
.cpxq_txt img{
	margin: 5px auto;
}
/* END-产品展示/应用领域/设备展示 */

/* 合作伙伴 */
.coop_ul li{
  width: 33.3333%;
}
/* END-合作伙伴 */

/* 新闻资讯 */
.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-left: 10px;
}
.xw_ul li a .xw_R .xw_p{
	line-height: 26px;
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_txt{
	height: 40px;
	line-height: 20px;
	font-size: 14px;
  -webkit-line-clamp: 2;
  margin: 2px 0;
}
.xw_ul li a .xw_R .xw_sp{
	height: 14px;
	line-height: 14px;
  margin: 3px 0;
}

.xwxq_p{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 5px;
}
.xwxq_sp{
	line-height: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.xwxq_txt{
	line-height: 24px;
  font-size: 14px;
}
.xwxq_txt img{
	margin: 5px auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  line-height: 24px;
  font-size: 14px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #1f3264;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-color: #fd7b3f;
  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: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  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 */
