/* 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 .container{
  width: 97%;
  max-width: 1400px !important;
}
/* 顶部 */
.topbox {
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #666;
}
.topbox a {
  float: left;
  color: #666;
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.topbox a>img{
  float: left;
  margin-right: 9px;
}
.topbox a:hover {
  color: #01538d;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 28px 0;
  background-color: #fff;
  box-shadow: inset 0 0 10px rgba(236,236,236,0.75);
}
.header>.container{
  display: flex;
  justify-content: space-between;
  width: 97%;
  max-width: 1400px !important;
}
.logo{
  width: 25%;
}
.logo > a{
	width: 100%;
  max-width: 282px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

.header_R{
  width: 75%;
  float: right;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search{
  width: 255px;
  float: left;
}
.search_inp1{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  line-height: 38px;
  border: 1px solid #dcdcdc;
  padding: 0 10px;
  font-size: 12px;
  color: #000;
}
.search_inp1::-webkit-input-placeholder{color: #666;}
.search_inp1:-moz-placeholder{color: #666;}
.search_btn{
  width: 40px;
  float: left;
  height: 40px;
  background-color: #01538d;
  background-image: url(../images/search_ss.png);
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}
.header_dianhua {
  float: left;
  line-height: 26px;
  color: #000;
  font-size: 20px;
  background: url(../images/contact-phone.png) no-repeat left center;
  padding-left: 38px;
}
.header_img{
  float: left;
  display: flex;
  align-items: center;
}
.header_img img{
  float: left;
  max-width: 100%;
  height: auto;
}
.header_img>a{
  float: right;
  font-size: 14px;
  color: #666;
  margin-left: 25px;
}
.header_img>a:hover{
  color: #01538d;
  text-decoration: underline;
}

/* 导航 */
nav {
  background-color: #01538d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.nav{
  width: 100%;
  float: left;
}
.nav>li{
  width: 10%;
  float: left;
  position: relative;
}
.nav>li:nth-child(2),
.nav>li:nth-child(3),
.nav>li:nth-child(5),
.nav>li:nth-child(8){
  width: 15%;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #1b7ec4;
  color: #fff;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 120%;
  float: left;
  background-color: #01538d;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
}
.nav-child>li{
  width: 100%;
  float: left;
  border-top: 1px solid #2a6f9f;
  position: relative;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.nav-child>li>a>span{
  float: right;
}
.nav-child>li:hover>a{
  background-color: #1b7ec4;
  color: #fff;
}

.nav-dl{
  display: none;
  width: 200%;
  float: left;
  position: absolute;
  left: 100%;
  top: -1px;
  background-color: #1b7ec4;
}
.nav-dl>li{
  width: 50%;
  float: left;
  position: relative;
}
.nav-dl>li>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.nav-dl>li:hover>a{
  color: #efce16;
}

.nav-box{
  display: none;
  /*width: 555px;*/
  width: 280px;
  float: left;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 10px 20px;
}
.nav-box .nav_left{
  width: 225px;
  float: right;
  margin-top: 15px; display:none
}
.nav-box .nav_left .nav_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav-box .nav_left .nav_img::before{
  content: "";
  display: block;
  padding-top: 52%;
}
.nav-box .nav_left .nav_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 20px;
  line-height: 20px;
  font-family: simsun;
  font-size: 14px;
  color: #999;
  font-weight: bold;
  text-align: center;
}
.nav-box .nav_left:hover .nav_img img{
  transform: scale(1.05);
}
.nav-box .nav_left:hover .nav_txt{
  color: #01538d;
}

.nav-box .nav_right{
  /*width: calc(100% - 225px);*/
  width:100%;
  float: left;
  padding-right: 20px;
}
.nav-box .nav_right .nav-ul{
  width: 40%;
  float: left;
}
.nav-box .nav_right .nav-ul li{
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.nav-box .nav_right .nav-ul li a{
  color: #333;
}
.nav-box .nav_right .nav-ul li a:hover{
  color: #01538d;
  text-decoration: underline;
}
.nav-box .nav_right .nav-ul:last-child{
  width: 60%;
  float: left;
}

.ly-tck{
  display: none;
  width: 100%;
  max-width: 500px;
  float: left;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 9999999999;
  padding: 20px;
}
.off{
  width: 24px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background-color: #fff;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 9;
  cursor: pointer;
}
.ly_B{
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.ly_sp{
  width: 40px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: right;
}
.ly_inp1{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 5px;
}
.ly_inp2{
  width: calc(100% - 40px);
  float: left;
  height: 200px;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
}
.ly_btn{
  width: 100%;
  float: left;
  height: 50px;
  font-size: 18px;
  background-color: #01538d;
  border-radius: 5px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox{
  padding-bottom: 33px;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 38px;
  height: 3px;
  background: #c9c9c9;
  opacity: 1;
  border-radius: 0;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 3px 9px 0 9px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #01538d;
}
/*箭头*/
.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;
}
/* END */

/* 首页 */
.pic{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.pic-imgbox .swiper-slide{
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.pic-imgbox .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 65.625%;
}
.pic-imgbox .swiper-slide:hover img{
  transform: scale(1.05);
}

.cpxl{
  width: 100%;
  overflow: hidden;
}
.cpxl_title{
  width: 100%;
  float: left;
  text-align: center;
}
.cpxl_p{
  display: flex;
  justify-content: center;
}
.cpxl_p>span{
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  padding: 0 15px;
  position: relative;
}
.cpxl_p>span::before{
  content: "";
  width: 127px;
  float: left;
  height: 2px;
  background: url(../images/title_heng1.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpxl_p>span::after{
  content: "";
  width: 127px;
  float: left;
  height: 2px;
  background: url(../images/title_heng2.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cpxl_sp{
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.cpxl_spp{
  margin-top: 5px;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
  color: #999;
}
.cpxl_contect{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0;
}
.cpxl_contect::before{
  content: "";
  width: 100%;
  float: left;
  height: 205px;
  background-color: #0e639f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cpxl_box{
  width: 100%;
  overflow: hidden;
  padding: 0 170px;
  position: relative;
}
.cpxl-imgbox{
  position: relative;
  z-index: 5;
}
.cpxl-imgbox .swiper-slide .cpxl_img{
  width: 100%;
  overflow: hidden;
  border: 2px solid #e1e1e1;
  border-bottom: none;
  background-color: #fff;
  position: relative;
  transition: all 0.4s;
}
.cpxl-imgbox .swiper-slide .cpxl_img::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.cpxl-imgbox .swiper-slide .cpxl_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  background-color: #01538d;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.cpxl-imgbox .swiper-slide:hover .cpxl_img{
  border-color: #01538d;
}
.cpxl-imgbox .swiper-slide:hover .cpxl_img img{
  transform: scale(1.05);
}
.cpxl-prev,
.cpxl-next{
  width: 42px;
  float: left;
  height: 66px;
  background: url(../images/cpxl_left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 9;
  cursor: pointer;
}
.cpxl-next{
  background: url(../images/cpxl_right.png) no-repeat center center;
  background-size: 100% 100%;
  left: initial;
  right: 0;
}

.cp{
  width: 100%;
  overflow: hidden;
  padding: 30px 0 50px 0;
}
.cp_title{
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.cp_T{
  float: left;
  height: 126px;
  line-height: 126px;
  font-size: 164px;
  font-weight: bold;
  color: #f1f1f1;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
}
.cp_p{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
  z-index: 5;
}
.cp_p>span{
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  padding: 0 15px;
  position: relative;
}
.cp_p>span::before{
  content: "";
  width: 127px;
  float: left;
  height: 2px;
  background: url(../images/title_heng1.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cp_p>span::after{
  content: "";
  width: 127px;
  float: left;
  height: 2px;
  background: url(../images/title_heng2.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cp_sp{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 5;
}
.cp_spp{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #999;
  position: relative;
  z-index: 5;
}
.cp_nav{
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.cp_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cp_nav ul li{
  width: 20%;
  float: left;
}
.cp_nav ul li a{
  display: block;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 12px 40px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}
.cp_nav ul li:nth-child(even) a{
  background-color: #e2e8ec;
}
.cp_nav ul li:hover a,
.cp_nav ul li.cp_active a{
  background-color: #0e639f;
  color: #fff;
}
.cp_contect{
  display: block;
  margin-top: 35px;
}
.cp_contect>.container{
  position: relative;
}
.cp-imgbox .swiper-slide a{
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.cp-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 70.8334%;
}
.cp-imgbox .swiper-slide a:hover img{
  transform: scale(1.05);
}
.cp-prev,
.cp-next{
  width: 40px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #0e639f;
  font-family: simsun;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.cp-next{
  left: initial;
  right: -50px;
}
.cp_more{
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
.cp_more>a{
  width: 192px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #97bf0d;
  font-size: 18px;
  color: #fff;
}
.cp_more>a:hover{
  background-color: #0e639f;
}

.solution{
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 70px 0 55px 0;
}
.solution .cp_T{
  left: initial;
  right: 0;
}
.solution_ul{
  display: block;
  overflow: hidden;
  padding-top: 80px;
}
.solution_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}
.solution_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution_ul li>a::before{
  content: "";
  display: block;
  padding-top: 19.771072%;
}
.solution_ul li>a .solution_hover{
  width: 100%;
  float: left;
  padding: 22px 0;
  background-color: rgba(14,99,159,0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.solution_ul li>a .solution_hover .solution_left{
  width: calc(100% - 192px);
  float: left;
  padding-right: 30px;
}
.solution_ul li>a .solution_hover .solution_left .solution_p{
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 30px;
  color: #fff;
}
.solution_ul li>a .solution_hover .solution_left .solution_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.solution_ul li>a .solution_hover .solution_more{
  width: 192px;
  float: left;
  margin-top: 25px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #97bf0d;
  font-size: 14px;
  color: #fff;
  transition: all 0.4s;
}
.solution_ul li:nth-child(even)>a .solution_hover .solution_left{
  float: right;
  text-align: right;
  padding: 0 0 0 30px;
}
.solution_ul li>a:hover .solution_hover .solution_more{
  background-color: #0e639f;
  color: #fff;
}
.solution_M{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 5px;
}
.solution_M>a{
  float: left;
  overflow: hidden;
  width: 192px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #97bf0d;
  font-size: 18px;
  color: #fff;
}
.solution_M>a:hover{
  background-color: #0e639f;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.news_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.news_ul li{
  width: 28.25%;
  float: left;
  margin-bottom: 40px;
}
.news_ul li a{
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  padding: 20px 20px 10px 20px;
}
.news_ul li a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_ul li a .news_img::before{
  content: "";
  display: block;
  padding-top: 67.118441%;
}
.news_ul li a .news_txtB{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.news_ul li a .news_txtB .news_p{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
}
.news_ul li a .news_txtB .news_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  height: 88px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news_ul li a .news_txtB .news_sp{
  display: block;
  overflow: hidden;
  text-align: right;
  line-height: 24px;
  margin-top: 15px;
  font-size: 14px;
  color: #97bf0d;
}
.news_ul li:nth-child(2){
 width: 37%;
 margin-left: 39px;
 margin-right: 39px;
}
.news_ul li:nth-child(2) a .news_img::before{
  content: "";
  display: block;
  padding-top: 63.4518%;
}
.news_ul li:nth-child(2) a .news_txtB{
  padding-top: 15px;
}
.news_ul li:nth-child(2) a .news_txtB .news_p{
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.news_ul li:nth-child(2)  a .news_txtB .news_txt{
  margin-top: 10px;
  height: 44px;
  line-height: 22px;
  -webkit-line-clamp: 2;
}
.news_ul li a:hover{
  border-color: #00538d;
}
.news_ul li a:hover  .news_img img{
  transform: scale(1.05);
}
.news_ul li a:hover .news_txtB .news_sp{
  color: #00538d;
  text-decoration: underline;
}

.fw_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.fw_ul li{
  width: calc(50% - 40px);
  float: left;
}
.fw_ul li .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fw_ul li .news_img::before{
  content: "";
  display: block;
  padding-top: 52.40642%;
}
.fw_ul li .news_txtB{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.fw_ul li .news_txtB .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.fw_ul li .news_txtB .news_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 22px;
  padding: 0 15px;
  height: 66px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.fw_ul li a .news_txtB .news_sp{
  display: block;
  overflow: hidden;
  text-align: right;
  line-height: 24px;
  margin-top: 15px;
  font-size: 14px;
  color: #97bf0d;
}
.fw_ul li a:hover  .news_img img{
  transform: scale(1.05);
}
.fw_ul li a:hover .news_txtB .news_sp{
  color: #00538d;
  text-decoration: underline;
}

.coop{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.coop_contect{
  position: relative;
}
.coop-imgbox .swiper-slide a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.coop-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 48%;
}
.coop-prev,
.coop-next{
  width: 18px;
  float: left;
  height: 28px;
  background: url(../images/coop_left.jpg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}
.coop-next{
  background: url(../images/coop_right.jpg) no-repeat center center;
  background-size: 100% 100%;
  left: initial;
  right: -45px;
}
.coop_more{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 40px;
}
.coop_more>a{
  width: 192px;
  height: 46px;
  float: left;
  background-color: #97bf0d;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.coop_more>a:hover{
  background-color: #00538d;
  color: #fff;
}
/* END-首页 */

/* 底部 */
.lxwm{
  width: 100%;
  overflow: hidden;
  background-color: #00538d;
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.lxwm img{
  float: left;
}
.lxwm span{
  float: left;
  padding: 0 22px;
  font-size: 20px;
  font-weight: bold;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #e6e6e6;
}
.footer>.container{
  width: 97%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
}
.footer_logo{
  display: block;
  overflow: hidden;
}
.footer_logo img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.footer_wx{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.footer_wx img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #333;
}

.footer_B{
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #00538d;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li a{
  color: #666;
}
.footer_ul li a:hover{
  color: #00538d;
  text-decoration: underline;
}
.footer_ulB{
  display: block;
  overflow: hidden;
}
.footer_ulB .footer_ul{
  float: left;
  margin-right: 45px;
}

.footer_dianhuaB{
  float: left;
  padding-top: 30px;
}
.footer_dianhua{
  display: block;
  overflow: hidden;
  line-height: 24px;
  background: url(../images/contact-phone.png) no-repeat left center;
  padding-left: 40px;
  font-size: 20px;
  color: #666;
}
.footer_add{
  display: block;
  overflow: hidden;
  line-height: 24px;
  background: url(../images/contact-icon.png) no-repeat left center;
  padding-left: 40px;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.footer_mail{
  display: block;
  overflow: hidden;
  line-height: 24px;
  background: url(../images/contact-icon1.png) no-repeat left center;
  padding-left: 40px;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #dbdbdb;
  line-height: 20px;
  padding: 15px 0;
  color: #333;
  font-size: 12px;
}
.copyright a{
  color: #333;
  margin: 0 5px;
}
.copyright a:hover{
  color: #00538d;
  text-decoration: underline;
}
/* END-底部 */

/* 产品系列 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 1px solid #eaeaea;
}
.about{
  float: left;
}
.about_title{
  min-width: 130px;
  float: left;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
  background-color: #01538d;
  padding: 0 30px;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
  float: left;
  margin: 0 12px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
  padding: 0 12px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #01538d;
	color: #fff;
}
.dqwz_nav{
  float: right;
  height: 38px;
	line-height: 38px;
  font-size: 14px;
	color: #333;
}
.dqwz_nav>a{
  float: right;
	color: #333;
  margin-left: 15px;
}
.dqwz_nav>a:hover{
  color: #01538d;
  text-decoration: underline;
}

.dqwz_contect{
	width: 100%;
	float: left;
	padding: 50px 0;
  overflow: hidden;
}
.cpfl_dl{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.cpfl_dl dt{
  width: 100%;
  float: left;
  margin-bottom: 35px;
}
.cpfl_dl dt>a{
  width: 100%;
  float: left;
  display: flex;
  border-radius: 5px;
  padding: 20px;
  background-image: linear-gradient(#2b2b2b,#919291);
}
.cpfl_dl dt>a .cpfl_left{
  width: 336px;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpfl_dl dt>a .cpfl_left::before{
  content: "";
  display: block;
  padding-top: 74.7024%;
}
.cpfl_dl dt>a .cpfl_right{
  width: calc(100% - 336px);
  float: left;
  padding: 25px 95px 10px 40px;
  position: relative;
}
.cpfl_dl dt>a .cpfl_right .cpfl_sp{
  width: 156px;
  float: left;
  height: 52px;
  line-height: 52px;
  background-color: #f6d435;
  text-align: center;
  font-size: 25px;
  color: #000;
  font-weight: bold;
  position: absolute;
  right: -20px;
  top: 20px;
  transition: all 0.4s;
}
.cpfl_dl dt>a .cpfl_right .cpfl_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpfl_dl dt>a .cpfl_right .cpfl_txt{
  display: block;
  overflow: hidden;
  margin-top: 40px;
  height: 144px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.cpfl_dl dt>a:hover .cpfl_left img{
  transform: scale(1.05);
}
.cpfl_dl dt>a:hover .cpfl_right .cpfl_sp{
  background-color: #01538d;
  color: #fff;
}

.cpfl_dl dd{
  width: 25%;
  float: left;
  margin-bottom: 40px;
}
.cpfl_dl dd>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px
}
.cpfl_dl dd>a .cpfl_img{
  width: 120px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(225,225,2250.75);
  background-color: #fff;
}
.cpfl_dl dd>a .cpfl_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cpfl_dl dd>a .cpfl_text{
  width: calc(100% - 120px);
  float: left;
  padding-left: 20px;
  padding-right:20px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  max-height: 110px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.cpfl_dl dd>a:hover .cpfl_img img{
  transform: scale(1.05);
}
.cpfl_dl dd>a:hover .cpfl_text{
  color: #01538d;
}

.cp_ul{
  display: block;
  overflow: hidden;
  width: 1236px;
  padding-top: 45px
}
.cp_ul li{
  width: 273px;
  float: left;
  margin: 0 36px 35px 0;
}
.cp_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 11px;
}
.cp_ul li>a .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li>a .cp_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cp_ul li>a .cp_txt{
  display: block;
  overflow: hidden;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cp_ul li>a .cp_txt>span{
  float: right;
  font-size: 12px;
  text-transform: uppercase;
}
.cp_ul li>a:hover{
  background-color: #1b7ec4;
}
.cp_ul li>a:hover .cp_img img{
  transform: scale(1.05);
}
.cp_ul li>a:hover .cp_txt{
  color: #fff;
}

.cpxq_title{
  width: 100%;
  float: left;
  height: 36px;
  line-height: 35px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: -1px;
}
.cpxq_T{
  float: left;
  height: 36px;
  border-bottom: 1px solid #01538d;
  font-size: 16px;
  color: #333;
  padding: 0 8px;
}
.cpxq_left{
  width: 50%;
  float: left;
}
#gallery .swiper-slide{
  overflow: hidden;
  position: relative;
}
#gallery .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.cpxq-imgbox{
  margin-top: 40px;
  padding: 0 30px;
  position: relative;
}
#thumbs .swiper-slide{
  overflow: hidden;
  position: relative;
  border: 1px solid #d4dfed;
  cursor: pointer;
}
#thumbs .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 76.52174%;
}
#thumbs .swiper-slide.swiper-slide-thumb-active{
  border-color: #00538d;
}
.cpxq-prev,
.cpxq-next{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 18px;
  float: left;
  height: 28px;
  background: url(../images/coop_left.jpg) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.cpxq-next{
  left: initial;
  right: 0;
  background: url(../images/coop_right.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.cpxq_right{
  width: 50%;
  float: right;
  padding-left: 80px;
  margin-top: 15px;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 25px;
  color: #333;
  font-weight: bold;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
  min-height: 160px;
}
.cpxq_txt>span{
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 16px;
}
.cpxq_more{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.cpxq_more>a{
  width: 184px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #1b7ec4;
  border-radius: 22px;
  margin-right: 15px;
}
.cpxq_more>a>img{
  float: left;
  margin-right: 15px;
}
.cpxq_more>a:hover{
  background-color: #01538d;
}
.cpxq_contect{
  width: 100%;
  float: left;
  margin-top: 55px;
}
.cpxq_nav{
  display: block;
  overflow: hidden;
  background-color: #f3f3f3;
}
.cpxq_nav li{
  float: left;
  height: 50px;
  line-height: 50px;
  background-color: #dde2e6;
  font-size: 16px;
  color: #333;
  padding: 0 40px;
  cursor: pointer;
}
.cpxq_nav li:hover,
.cpxq_nav li.cpxq_active{
  background-color: #1b7ec4;
  color: #fff;
}
.cpxq_box{
  width: 100%;
  float: left;
  padding-top: 25px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.cpxq_box>div{
  display: none;
}
.cpxq_box>div:first-child{
  display: block;
}
.cpxq_box>div img{ max-width:100% !Important; height:auto !important;}
/* END-产品系列 */

/* 应用与解决方案 */
.about_title1{
  text-align: center;
}
.about_title1::after{
  display: none;
}
.xw_ul{
	display: block;
	overflow: hidden;
}
.xw_ul li{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.xw_ul li a{
	width: 100%;
	float: left;
	display: flex;
  background-color: #f4f4f4;
  padding: 12px 30px 12px 12px;
}
.xw_ul li a .xw_img{
	width: 250px;
	float: left;
	overflow: hidden;
	position: relative;
  background-color: #fff;
}
.xw_ul li a .xw_R{
	width: calc(100% - 250px);
	float: left;
	padding: 30px 0 30px 25px;
}
.xw_ul li a .xw_R .xw_p{
	display: block;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt{
	display: block;
	overflow: hidden;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
  margin-top: 15px;
}
.xw_ul li a .xw_R .xw_more{
  width: 110px;
  float: right;
	height: 28px;
  text-align: center;
	line-height: 28px;
  background-color: #01538d;
	color: #fff;
	font-size: 12px;
}
.xw_ul li a:hover .xw_img img{
	transform: scale(1.05);
}
.xw_ul li a:hover .xw_R .xw_p{
  color: #01538d;
}
.xw_ul li a:hover .xw_R .xw_more{
  background-color: #1b7ec4;
	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: #999;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.xwxq_txt img{
	max-width: 100% !important;
	height: auto;
	margin: 10px auto;
}
/* END-应用与解决方案 */

/* 服务与支持 */
.service-banner{
  overflow: hidden;
}
/*.service-banner .banner-imgbox {
  padding: 0;
}*/
.service_title{
  width: 100%;
  float: left;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding-top: 25px;
  border-bottom: 1px solid #eaeaea;
/*  background-color: rgba(0,0,0,0.4);*/
}
/*.service_title .about_title{
  height: auto;
  line-height: 24px;
  padding: 15px;
}*/
.service_title .about{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about_B{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  padding: 0 12px;
}
.about_B a{
  color: #333;
  padding: 0 10px;
/*  border-right: 2px solid #fff;*/
}
.about_B a:hover{
  background-color: #01538d;
  color: #fff;
}
.about_B a.about_on{
  background-color: #01538d;
  color: #fff;
}

.fw{
  width: 100%;
  overflow: hidden;
  float: left;
  background-color: #fff;
  padding: 30px 0;
  margin-top: 40px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.fw>.container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.fw>.container img{
  width: 41%;
}
.fw_R{
  width: 58.25%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-left: 25px;
}
.fw_R span{
  color: #1b7ec4;
}

.fw_txt{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 50px 0;
}
.fw_txt img{ max-width:100% !Important; height:auto !important;}
.fw_txt span{
  color: #1b7ec4;
}

.fws_ul{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: -40px;
}
.fws_ul li{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.fws_ul li::before{
  content: "";
  display: block;
  padding-top: 40.41667%;
}
/* END-服务与支持 */

/*联系我们*/
.contact_txt {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.contact_txt img{ max-width:100% !important; height:auto !important;}
.join_txt {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.contact_map {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 350px;
  border: none;
}
/*END-联系我们*/

@media (max-width: 1360px) {
  .search {
    width: 210px;
  }
  .header_dianhua {
    line-height: 24px;
    font-size: 18px;
    padding-left: 24px;
  }
  .header_img>a {
    margin-left: 5px;
  }
}

@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 20px 0;
}
.header_R {
  width: 45%;
}
.header_img{
  display: none;
}
.nav-box {
  left: -100%;
}
.banner-imgbox {
  padding-bottom: 20px;
}
/* END_头部 */

/* 首页 */

.pic {
  padding: 40px 0;
}
.cpxl_contect {
  padding: 40px 0;
}
.cpxl_box {
  padding: 0 60px;
}

.cp_nav {
  padding-top: 40px;
}
.cp-prev,
.cp-next {
  left: 0;
}
.cp-next {
  left: initial;
  right: 0;
}
.cp_more {
  padding-top: 25px;
}

.solution {
  padding: 40px 0;
}
.solution_ul {
  padding-top: 40px;
}
.solution_ul li {
  margin-bottom: 30px;
}
.solution_ul li>a::before {
  padding-top: 25.771072%;
}

.news {
  padding: 35px 0;
}
.news_ul li:nth-child(2) {
  margin-left: 32px;
  margin-right: 32px;
}
.fw_ul li {
  width: calc(50% - 20px);
}
.coop {
  padding: 30px 0;
}
.coop_more {
  padding-top: 30px;
}
/* END-首页 */

/* 底部 */
.lxwm {
  padding: 25px 0;
}
.footer {
  padding: 30px 0;
}
.footer_dianhuaB {
  padding-top: 10px;
}
/* END-底部 */

/* 产品系列 */
.dqwz_contect {
  padding: 40px 0;
}
.cpfl_dl {
  padding-top: 40px;
}
.cpfl_dl dt {
  margin-bottom: 30px;
}
.cpfl_dl dd {
  margin-bottom: 30px;
}
.cpfl_dl dt>a .cpfl_right .cpfl_txt {
  margin-top: 30px;
}

.cp_ul {
  width: 102%;
  margin-left: -1%;
  padding-top: 40px;
}
.cp_ul li {
  width: 23%;
  margin: 0 1% 25px 1%;
}
.cp_ul li>a .cp_txt {
  height: 50px;
  line-height: 50px;
}
.cpxq_right {
  padding-left: 50px;
}
.cpxq_contect {
  margin-top: 40px;
}
/* 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: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #01538d;
  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 {
  padding: 15px 0;
  position: fixed;
  z-index: 99999;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: #01538d;
  width: 280px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
	opacity: 0;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
.nav{
  width: 100%;
  float: left;
}
.nav>li{
  width: 100% !important;
  float: left;
  position: relative;
  border-bottom: 1px solid #fff;
}
.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: #1b7ec4;
  color: #fff;
}

/*圆点*/
.banner-imgbox {
  padding-bottom: 15px;
}
.banner-imgbox .swiper-pagination {
  bottom: 0;
}
.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: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}

.about_title {
  font-size: 16px;
  padding: 0 10px;
}
/* END-头部 */

/* 首页 */
.pic {
  padding: 20px 0;
}

.cpxl_contect {
  padding: 20px 0;
}
.cpxl_contect::before {
  height: 150px;
}

.cp {
  padding: 20px 0;
}
.cp_p {
  padding: 0;
}
.cp_T {
  height: 96px;
  line-height: 96px;
  font-size: 120px;
}
.cp_nav {
  padding-top: 20px;
}
.cp_nav ul li a {
  padding: 6px;
  font-size: 14px;
  line-height: 24px;
}
.cp_contect {
  margin-top: 15px;
}
.cp_more {
  padding-top: 15px;
}

.solution {
  padding: 20px 0;
}
.solution_ul {
  padding-top: 20px;
}
.solution_ul li {
  margin-bottom: 20px;
}
.solution_ul li>a::before {
  padding-top: 35.771072%;
}

.news {
  padding: 20px 0;
}
.news_ul li {
  width: 29.25%;
  margin-bottom: 20px;
}
.news_ul li a {
  padding: 10px;
}
.news_ul li:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}
.fw_ul li {
  width: calc(50% - 10px);
}
.coop {
  padding: 20px 0;
}
.coop_more {
  padding-top: 20px;
}
/* END-首页 */

/* 底部 */
.lxwm {
  padding: 15px 0;
}
.footer {
  padding: 20px 0;
}
/* END-底部 */

/* 产品系列 */
.dqwz_contect {
  padding: 20px 0;
}
.cpfl_dl {
  padding-top: 20px;
}
.cpfl_dl dt {
  margin-bottom: 20px;
}
.cpfl_dl dt>a .cpfl_right .cpfl_sp {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  right: -20px;
  top: -10px;
}
.cpfl_dl dt>a .cpfl_right {
  padding: 25px 0 10px 30px;
  position: relative;
}
.cpfl_dl dt>a .cpfl_right .cpfl_txt {
  margin-top: 20px;
}

.cpfl_dl dd {
  width: 33.3333%;
  margin-bottom: 20px;
}
.cpfl_dl dt>a .cpfl_right .cpfl_txt {
  margin-top: 30px;
}
.cpfl_dl dd>a .cpfl_img {
  width: 110px;
}
.cpfl_dl dd>a .cpfl_text {
  width: calc(100% - 110px);
}

.cp_ul {
  padding-top: 20px;
}
.cp_ul li {
  width: 31.3333%;
  margin: 0 1% 15px 1%;
}
.cp_ul li>a .cp_txt {
  height: 40px;
  line-height: 40px;
}
.cpxq_right {
  padding-left: 30px;
  margin: 0;
}
.cpxq_p {
  line-height: 30px;
  font-size: 20px;
}
.cpxq_more>a {
  width: 48%;
  height: 40px;
  margin-right: 1%;
}
.cpxq_contect {
  margin-top: 20px;
}
/* END-产品系列 */

/* 服务与支持 */
.fw_txt{
  padding: 30px 0;
}
/* 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);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
.banner-imgbox {
  padding-bottom: 10px;
}

.ly-tck {
  max-width: calc(100% - 30px);
  padding: 10px;
}
/* END-头部 */

/* 首页 */
.pic {
  padding: 10px 0;
}
.cpxl_p>span {
  line-height: 30px;
  font-size: 20px;
  padding: 0 10px;
}
.cpxl_sp {
  line-height: 20px;
  font-size: 16px;
}
.cpxl_spp {
  margin-top: 0;
  line-height: 16px;
  font-size: 12px;
}
.cpxl_contect {
  padding: 10px 0;
}
.cpxl_contect::before {
  height: 80px;
}
.cpxl_box {
  padding: 0 30px;
}
.cpxl-prev,
.cpxl-next {
  width: 30px;
  height: 48px;
  bottom: 5px;
}
.cpxl-imgbox .swiper-slide .cpxl_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.cp {
  padding: 10px 0;
}
.cp_T {
  height: 70px;
  line-height: 70px;
  font-size: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.cp_p>span {
  line-height: 30px;
  font-size: 20px;
  padding: 0 10px;
}
.cp_sp {
  line-height: 22px;
  font-size: 16px;
}
.cp_spp {
  line-height: 18px;
  font-size: 14px;
}
.cp_nav {
  padding-top: 10px;
}
.cp_nav ul li {
  width: 33.3333%;
}
.cp_nav ul li:nth-child(4),
.cp_nav ul li:nth-child(5){
  width: 50%;
}
.cp_contect {
  margin-top: 10px;
}
.cp_more {
  padding-top: 10px;
}
.cp_more>a {
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.solution {
  padding: 10px 0;
}
.solution_ul {
  padding-top: 10px;
}
.solution_ul li {
  margin-bottom: 10px;
}
.solution_ul li>a::before {
  padding-top: 45.771072%;
}
.solution_ul li>a .solution_hover {
  padding: 10px 0;
}
.solution_ul li>a .solution_hover .solution_left {
  width: calc(100% - 80px);
  padding-right: 10px;
}
.solution_ul li>a .solution_hover .solution_left .solution_p {
  line-height: 24px;
  font-size: 16px;
}
.solution_ul li>a .solution_hover .solution_left .solution_sp {
  line-height: 20px;
  margin-top: 5px;
}
.solution_ul li>a .solution_hover .solution_more {
  width: 80px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.solution_M>a {
  width: 90px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.news {
  padding: 10px 0;
}
.news_ul li {
  width: 100%;
  margin-bottom: 10px;
}
.news_ul li a {
  display: flex;
  float: left;
  padding: 5px;
}
.news_ul li a .news_img {
  width: 140px;
  float: left;
}
.news_ul li a .news_txtB {
  width: calc(100% - 140px);
  padding: 0 0 0 10px;
}
.news_ul li a .news_txtB .news_p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.news_ul li a .news_txtB .news_txt {
  margin: 3px 0;
  height: 60px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}
.news_ul li a .news_txtB .news_sp {
  line-height: 20px;
  margin-top: 0;
  font-size: 12px;
}

.news_ul li:nth-child(2) {
  width: 100%;
  margin: 0;
}
.news_ul li:nth-child(2) a .news_txtB {
  padding: 0 0 0 10px;
}
.news_ul li:nth-child(2) a .news_txtB .news_txt {
  margin: 3px 0;
  height: 60px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}
.fw_ul {
  padding-top: 0;
}
.fw_ul li {
  width: 100%;
}
.fw_ul li>a{
  display: flex;
  width: 100%;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 5px;
}
.fw_ul li .news_img {
  width: 140px;
  float: left;
}
.fw_ul li .news_txtB {
  width: calc(100% - 140px);
  padding: 0 0 0 10px;
}
.fw_ul li a .news_txtB .news_p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.fw_ul li a .news_txtB .news_txt {
  margin: 3px 0;
  height: 60px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  padding: 0;
}
.fw_ul li a .news_txtB .news_sp {
  line-height: 20px;
  margin-top: 0;
  font-size: 12px;
}

.coop {
  padding: 10px 0;
}
.coop_more {
  padding-top: 10px;
}
.coop_more>a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
/* END-首页 */

/* 底部 */
.lxwm {
  padding: 10px 0;
}
.lxwm span {
  padding: 0 10px;
  font-size: 16px;
}

.copyright {
  padding: 10px 0;
  text-align: center;
}
/* END-底部 */

/* 产品系列 */
.main{
	padding: 0;
}
.about{
	width: 100%;
  float: left;
}
.about{
	margin: 0;
}
.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;
  width: 100%;
  float: left;
}
.about_ul>li {
  width: 100%;
  margin: 2px 0 0 0;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  text-align: center;
}
.about_ul>li>a:hover{
  background-color: #01538d;
  color: #fff;
}

.dqwz_contect {
  padding: 10px 0;
}
.cpfl_dl {
  padding-top: 0;
}
.cpfl_dl dt {
  margin-bottom: 10px;
}
.cpfl_dl dt>a {
  padding: 5px;
}
.cpfl_dl dt>a .cpfl_left {
  width: 140px;
}
.cpfl_dl dt>a .cpfl_right {
  width: calc(100% - 140px);
  padding: 0 0 0 10px;
}
.cpfl_dl dt>a .cpfl_right .cpfl_sp {
  width: 90px;
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  position: relative;
  right: 0;
  top: 0;
  margin: -5px -5px 3px 0;
}
.cpfl_dl dt>a .cpfl_right .cpfl_p {
  width: 100%;
  float: left;
  line-height: 24px;
  font-size: 16px;
}
.cpfl_dl dt>a .cpfl_right .cpfl_txt {
  width: 100%;
  margin-top: 3px;
  height: 60px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}
.cpfl_dl dd {
  width: 48%;
  margin-bottom: 5px;
}
.cpfl_dl dd>a .cpfl_img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}
.cpfl_dl dd>a .cpfl_text {
  width: 100%;
  padding: 0;
  text-align: center;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  padding-left:10px; padding-right:10px;
}

.cp_ul {
  padding-top: 0;
}
.cp_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li>a {;
  padding: 5px;
}

.cpxq_left {
  width: 100%;
}
.cpxq-imgbox {
  margin-top: 10px;
}
.cpxq_right {
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0;
}
.cpxq_txt {
  line-height: 20px;
  margin-top: 5px;
  min-height: 100%;
}
.cpxq_txt>span {
  margin-bottom: 5px;
}
.cpxq_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpxq_more>a {
  margin: 0;
}
.cpxq_contect {
  margin-top: 10px;
}
.cpxq_nav li {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.cpxq_box {
  padding-top: 10px;
  line-height: 20px;
}
/* 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: 0 0 0 10px;
}
.xw_ul li a .xw_R .xw_p{
	line-height: 24px;
}
.xw_ul li a .xw_R .xw_txt{
  margin: 3px 0;
  height: 60px;
  line-height: 20px;
}
.xw_ul li a .xw_R .xw_sp{
	height: 14px;
	line-height: 14px;
}
.xw_ul li a .xw_R .xw_more {
  width: 76px;
  height: 20px;
  line-height: 20px;
}

.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;
}
.xwxq_txt img{
	margin: 5px auto;
}
/* END-应用与解决方案 */


/* 服务与支持 */
.service-banner .banner-imgbox {
  padding: 0 0 10px 0;
}
.service_title {
  width: 100%;
  position: relative;
  background: none;
  overflow: hidden;
}
.service_title .about{
  width: calc(100% + 20px);
  margin-left: -10px;
}
.service_title .about_title {
  width: 100%;
  height: auto;
  line-height: 24px;
  padding: 15px;
  margin: 0;
}

.about_B{
  display: none;
  width: calc(100% - 20px);
  margin-left: 10px;
  float: left;
  padding: 0;
}
.about_B a {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: none;
  margin-top: 2px;
  background-color: #f3f3f3;
  color: #333;
}
.about_B a:hover{
  background-color: #01538d;
  color: #fff;
  text-decoration: none;
}

.fw {
  padding: 10px 0;
  margin-top: 0;
  line-height: 20px;
}
.fw>.container img {
  width: 100%;
}
.fw_R {
  width: 100%;
  line-height: 26px;
  padding: 10px 0 0 0;
}
.fw_txt {
  padding: 10px 0;
  line-height: 26px;
}
.fws_ul{
  margin-bottom: 0;
}
/* END-服务与支持 */

/*联系我们*/
.contact_txt {
  width: 100%;
  line-height: 24px;
}
.contact_map {
  width: 100%;
  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: 9999;
  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: #01538d;
  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: #01538d;
  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 */

.fenye{ float:left;margin:auto;width:100%; text-align:center;line-height:36px;font-size:14px;  margin-bottom:5px; color:#333; margin-top:5px;}
.fenye a{ color:#333}
.fenye a:hover{ color:#f00}