/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  background-color: #f5f5f5;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  font-family: SimSun;
}
.topbox a {
  color: #333;
  margin-left: 15px;
}
.topbox a:hover {
  color: #085e93;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 15px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{

}
.logo_txt{

}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  width: 240px;
  float: right;
  margin: 15px 20px 0 0;
}
.header_txt{
  display: block;
  overflow: hidden;
  border: 1px solid #026bbc;
  text-align: center;
  height: 35px;
  line-height: 33px;
  background-color: #026bbc;
  border-radius: 17px;
  font-size: 18px;
  color: #fff;
}
.header_txt>span{
  width: 50%;
  float: right;
  background-color: #fff;
  color: #333;
}
.header_dianhua {
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
  color: #333;
  font-size: 20px;
  /*background: url(../images/header_heng.png) no-repeat center center;*/
}

/* 导航 */
nav {
  background-color: #026bbc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 1px;
}
.nav::before{
  content: "";
  width: 1px;
  float: left;
  height: 28px;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav>li{
  width: 11.11%;
  float: left;
  position: relative;
  padding-right: 1px;
}
.nav>li::after{
  content: "";
  width: 1px;
  float: left;
  height: 28px;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.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: #02a1e9;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(2,107,188,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-top: 2px;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #02a1e9;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #026bbc;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #02a1e9;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.search>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.search_form{
  width: 362px;
  float: right;
  position: relative;
  background-color: #026bbc;
  border-radius: 30px 0 0 30px;
}
.search_form::before{
  content: "";
  width: 1920px;
  float: left;
  height: 100%;
  background-color: #026bbc;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 0 0 30px;
}
.search_inp1{
  width: calc(100% - 70px);
  float: left;
  height: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #026bbc;
  border-radius: 30px 0 0 30px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.search_inp1::-webkit-input-placeholder{color: #fff;} 
.search_inp1:-moz-placeholder{color: #fff;} 
.search_btn{
  width: 70px;
  float: left;
  height: 100%;
  background: url(../images/search_ss.png) no-repeat center center #026bbc;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.search_txt{
  width: calc(100% - 362px);
  float: left;
  padding: 15px 15px 15px 0;
}
.search_txt>span{
  float: left;
  font-size: 16px;
  color: #333;
}
.search_txt>a{
  float: left;
  color: #666;
  margin: 0 5px;
}
.search_txt>a:hover{
  color: #026bbc;
  text-decoration: underline;
}
/* END */

/*首页*/
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 85px 0;
  background: url(../images/cpzx_bj.png) no-repeat center top;
}
.cpzx>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_left{
	width: 365px;
	float: left;
  border: 1px solid #f7f8f8;
  padding: 15px 30px;
  background-color: #fff;
}
.about{
	width: 100%;
	float: left;
}
.about_title{
	display: block;
	overflow: hidden;
	background-color: #026bbc;
	color: #fff;
  padding: 30px 0 30px 40px;
}
.about_p{
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
}
.about_sp{
  line-height: 20px;
  font-size: 14px;
}
.about_ul{
	display: block;
	overflow: hidden;
  padding-top: 1px;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-bottom: 10px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
  background-color: #f7f8f8;
  border-left: 10px solid #f7f8f8;
  padding: 0 20px;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  padding-left: 16px;
  position: relative;
  font-size: 16px;
	color: #333;
  transition: all 0.4s;
}
.about_ul>li>a>span::before{
  content: "";
  width:0;
  height:0;
  border-left: 6px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #026bbc;
  border-left-color: #02a1e9;
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
  color: #fff;
}
.about_ul>li:hover>a>span::before,
.about_ul>li.about_on>a>span::before{
  border-left-color: #fff;
}

.main_right{
	width: 1130px;
	float: right;
  background-color: #fff;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 50px;
  background-color: #f5f5f5;
  margin-top: 15px;
}
.dqwz_p{
  min-width: 170px;
  float: left;
  background-color: #026bbc;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding: 20px 30px 0 30px;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  width: 1095px;
  margin-top: -20px;
}
.cpzx_ul li{
  width: 340px;
  float: left;
  margin: 20px 25px 0  0;
}
.cpzx_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 15px 15px 0 15px;
}
.cpzx_ul li>a .cpzx_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzx_ul li>a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 73.05195%;
}
.cpzx_ul li>a .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.cpzx_ul li>a:hover{
  border-color: #026bbc;
}
.cpzx_ul li>a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul li>a:hover .cpzx_txt{
  color: #026bbc;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 138px 0 88px 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  height: 64px;
  line-height: 64px;
  text-transform: uppercase;
  font-size: 72px;
  color: rgba(2,161,233,0.05);
  font-weight: bold;
}
.gsjj_sp{
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  margin-top: -38px;
}
.gsjj_sp>span{
  float: left;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding-right: 82px;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  max-width: 855px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 144px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.gsjj_contect>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding: 25px 0 0 5px;
}
.gsjj_more>a{
  width: 164px;
  display: block;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  background-color: #02a1e9;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #fff;
  color: #02a1e9;
}

.gsjj_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  max-width: 750px;
}
.gsjj_ul li{
  width: calc(50% - 5px);
  float: left;
  margin-top: 10px;
  border: 1px solid #0f518f;
  padding: 9px;
}
.gsjj_ul li>div{
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  border: 1px solid #4b8dc3;
  padding: 10px 20px;
}
.gsjj_ul li>div .gsjj_icon{
  width: 68px;
  border-radius: 50%;
  background-color: #02a1e9;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_ul li>div .gsjj_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gsjj_ul li>div .gsjj_right{
  width: calc(100% - 68px);
  float: left;
  padding-left: 10px;
}
.gsjj_ul li>div .gsjj_right .gsjj_pp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.gsjj_ul li>div .gsjj_right .gsjj_pps{
  display: block;
  overflow: hidden;
  margin-top: 4px;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service{
  width: 100%;
  overflow: hidden;
  padding: 70px 0 50px 0;
}
.service_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.service_p{
  line-height: 62px;
  font-size: 72px;
  text-transform: uppercase;
  color: rgba(2,161,233,0.05);
  font-weight: bold;
}
.service_sp{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -34px;
  position: relative;
  z-index: 1;
}
.service_sp>span{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #004282;
  float: left;
  position: relative;
}
.service_sp>span::before{
  content: "";
  width: 50px;
  float: left;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service_sp>span:nth-child(1)::before{
  right: 7px;
}
.service_sp>span:nth-child(3)::before{
  left: 7px;
}
.service_sp>div{
  float: left;
  padding: 0 40px;
  line-height: 34px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.service-imgbox{
  margin-top: 45px;
  padding-bottom: 30px;
}
/* .service-imgbox .swiper-slide{
  display: flex;
} */
.service-imgbox .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 61.84211%;
}
.service-imgbox .swiper-slide>a{
  width: 100%;
  height: calc(100% - 70px);
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-imgbox .swiper-slide>a .service_hover{
  width: 100%;
  height: 44px;
  padding: 7px 20px;
  overflow: hidden;
  background-color: #004282;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service-imgbox .swiper-slide>a .service_hover .service_p{
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.service-imgbox .swiper-slide>a .service_hover .service_txt{
  width: 100%;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-imgbox .swiper-slide:hover>a,
.service-imgbox .swiper-slide-active>a{
  height: 100%;
}
.service-imgbox .swiper-slide:hover>a img,
.service-imgbox .swiper-slide-active>a img{
  transform: scale(1.1);
}
.service-imgbox .swiper-slide:hover>a .service_hover,
.service-imgbox .swiper-slide-active>a .service_hover{
  padding: 25px 40px;
  height: auto;
  background-color: #02a1e9;
}
/*圆点*/
.service-imgbox .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.service-imgbox .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  float: left;
  background: #004282;
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px;
}
.service-imgbox .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
  background: #02a1e9;
  border-radius: 5px;
}

.ys{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 85px 0 0 0;
}
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_ul{
  display: block;
  overflow: hidden;
}
.ys_ul li{
  width: 100%;
  float: left;
  margin-top: 60px;
}
.ys_ul li>.container{
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ys_ul li .ys_img{
  width: 48%;
  float: right;
  display: flex;
  justify-content: flex-end;
}
.ys_ul li .ys_img>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ys_ul li .ys_right{
  width: 52%;
  float: left;
  padding-left: 60px;
}
.ys_ul li .ys_right .ys_sub{
  float: left;
  margin-right: 10px;
  height: 60px;
  display: flex;
  align-items: center;
}
.ys_ul li .ys_right .ys_sub>img{
  display: block;
  height: auto;
  max-width: 100%;
}
.ys_ul li .ys_right .ys_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.ys_ul li .ys_right .ys_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.ys_ul li .ys_right .ys_txt{
  display: block;
  overflow: hidden;
  height: 108px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  padding-left: 55px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.ys_ul li:first-child{
  background-color: #004282;
}
.ys_ul li:nth-child(even)>.container{
  flex-direction: row;
}
.ys_ul li:nth-child(even) .ys_img{
  justify-content: flex-start;
}
.ys_ul li:nth-child(even) .ys_right .ys_p,
.ys_ul li:nth-child(even) .ys_right .ys_txt{
  color: #333;
}
.ys_ul li:nth-child(even) .ys_right .ys_sp{
  color: #999;
}
.ys_ul li:last-child{
  background-color: #02a1e9;
}
.ys_ul li:last-child .ys_img>img{
  margin: -30px 20px 0 0;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.case_ul{
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  padding-right: 50%;
}
.case_ul li{
  width: calc(50% - 10px);
  float: left;
  margin: 0 10px 10px 0;
}
.case_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case_ul li>a::before{
  content: "";
  display: block;
  padding-top: 76%;
}
.case_ul li>a .case_hover{
  width: 100%;
  height: 46px;
  background-color: rgba(0,66,130,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  transition: all 0.4s;
}
.case_ul li>a .case_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding: 10px 0;
  transition: all 0.4s;
}
.case_ul li>a .case_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case_ul li>a:hover img{
  transform: scale(1.1);
}
.case_ul li>a:hover .case_hover{
  height: auto;
  padding: 13px 30px;
}
.case_ul li>a:hover .case_p{
  padding: 0;
  text-align: left;
}
.case_ul li:first-child{
  width: calc(50% - 10px);
  height: calc(100% - 10px);
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.case_ul li:first-child a{
  width: 100%;
  height: 100%;
  float: left;
}
.case_ul li:first-child a::before{
  padding-top: initial;
}
.case_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px;
}
.case_more>a{
  width: 156px;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #004282;
  font-size: 16px;
  color: #fff;
  border-radius: 18px;
}
.case_more>a:hover{
  background-color: #02a1e9;
}

.news{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 45px 0;
}
.news_contect{
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.news_left{
  width: 52.6%;
  float: left;
}
.news-imgbox{
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}
.news-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 50%;
}
/*圆点*/
.news-imgbox .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
}
.news-imgbox .swiper-pagination-bullet {
  width: 90px;
  height: 2px;
  float: left;
  background: #02a1e9;
  opacity: 1;
  border-radius: initial;
  margin: 0 10px 0 0 !important;
}
.news-imgbox .swiper-pagination-bullet-active {
  height: 5px;
  opacity: 1;
  background: #004282;
}

.news_right{
  width: 45%;
  float: right;
}
.news_ul{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.news_ul li{
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #bcbcbc;
  line-height: 35px;
}
.news_ul li>span{
  float: right;
  font-size: 14px;
  color: #888;
  margin-left: 15px;
}
.news_ul li>a{
  display: block;
  overflow: hidden;
  height: 35px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.news_ul li>a::before{
  content: "";
  width: 6px;
  float: left;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_ul li>a:hover{
  color: #004282;
}
.news_ul li>a:hover::before{
  background-color: #004282;
}
.news_more{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.news_more>a{
  width: 152px;
  float: right;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  border-radius: 16px;
  background-color: #004282;
  text-align: center;
}
.news_more>a:hover{
  background-color: #02a1e9;
}
/*END-首页*/

/* 底部 */
footer {
  background: #004282;
}

.footer_logo{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #267fb6;
  padding: 24px 0 34px 0;
}
.footer_logo>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_logo img{
  float: left;
  max-width: 100%;
  height: auto;
}
.footer_nav{
  float: right;
  padding-top: 22px;
}
.footer_nav>a{
  width: 174px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #02a1e9;
  border-radius: 4px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.footer_nav>a>span{
  float: left;
  padding-left: 28px;
  font-size: 16px;
  color: #fff;
}
.footer_nav>a:first-child>span{
  background: url(../images/footer_icon1.png) no-repeat left center;
}
.footer_nav>a:last-child>span{
  background: url(../images/footer_icon2.png) no-repeat left center;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding-top: 35px;
  border-top: 1px solid #00284f;
  margin-top: 3px;
}
.footer_left{
  width: 69%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}  
.footer_B{
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.footer_p>a{
  color: #fff;
}
.footer_p>a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  line-height: 24px;
}
.footer_ul li>a{
  color: #fff;
  font-size: 14px;
}
.footer_ul li>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_right{
  width: 100px;
  float: right;
}
.footer_right>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_right>span{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  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: 65px 0;
  background: url(../images/cpzx_bj.png) no-repeat center top;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #888;
  padding-right: 30px;
}
.dqwz_nav>span{
  color: #026bbc;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
/* END-关于我们 */

/* 租赁服务/产品展示/客户案例 */
.tjcp{
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.tjcp_title{
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
}
.tjcp_title>span{
  min-width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  background-color: #026bbc;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
}
.tjcp_contect{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 30px;
  position: relative;
}
.tjcp-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  border: 1px solid #eee;
  padding: 15px 15px 0 15px;
}
.tjcp-imgbox .swiper-slide .tjcp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tjcp-imgbox .swiper-slide .tjcp_img::before{
  content: "";
  display: block;
  padding-top: 73.05195%;
}
.tjcp-imgbox .swiper-slide .tjcp_txt{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.tjcp-imgbox .swiper-slide:hover>a{
  border-color: #004282;
}
.tjcp-imgbox .swiper-slide:hover .tjcp_img img{
  transform: scale(1.1);
}
.tjcp-prev,
.tjcp-next{
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  float: left;
  height: 40px;
  background-image: url(../images/tjcp_left.png);
  background-position: center;
  background-size: 100% 100%;
  outline: none;
  cursor: pointer;
}
.tjcp-next{
  left: initial;
  right: 0;
  background-image: url(../images/tjcp_right.png);
}
.tjcp-prev:hover{
  background-image: url(../images/tjcp_left1.png);
}
.tjcp-next:hover{
  background-image: url(../images/tjcp_right1.png);
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cpxq_img{
  display: block;
  overflow: hidden;
  text-align: center;
	margin: 10px;
}
.cpxq_img img{
	max-width: 100%;
	height: auto;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  padding-top: 15px;
  font-size: 14px;
	line-height: 30px;
	color: #333;
}
/* END-租赁服务/产品展示/客户案例 */

/* 新闻资讯 */
.news_ul1{padding: 0;}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  color: #666;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  padding-top: 15px;
  font-size: 14px;
	line-height: 30px;
	color: #333;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1520px) {
/* 首页 */
.cpzx {
  padding: 60px 0;
}
.main_left {
  width: 24%;
}
.main_right {
  width: 74%;
}
.dqwz_contect {
  padding: 20px 10px 0 10px;
}
.cpzx_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li {
  width: 31.3333%;
  margin: 20px 1% 0 1%;
}

.gsjj {
  padding: 100px 0 60px 0;
}
.service {
  padding: 50px 0;
}
.service-imgbox .swiper-slide>a {
  height: calc(100% - 30px);
}
.service-imgbox .swiper-slide:hover>a,
.service-imgbox .swiper-slide-active>a {
  height: 100%;
}
.service-imgbox .swiper-slide:hover>a .service_hover,
.service-imgbox .swiper-slide-active>a .service_hover {
  padding: 15px 30px;
}

.ys {
  padding: 60px 0 0 0;
}
.ys_ul li {
  margin-top: 50px;
}
.ys_ul li .ys_right {
  padding-left: 40px;
}
.ys_ul li:last-child .ys_img>img {
  margin: -30px 0 0 0;
}

.case {
  padding: 60px 0;
}
.case_ul {
  margin-top: 40px;
}
/* END-首页 */

/* 关于我们 */
.main{
  padding: 50px 0;
}
/* END-关于我们 */

/* 租赁服务/产品展示/客户案例 */
.tjcp {
  padding-bottom: 10px;
}
.tjcp_title>span {
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 10px;
}
.tjcp_contect {
  margin-top: 10px;
  padding: 0 25px;
}
.tjcp-imgbox .swiper-slide>a {
  padding: 5px 5px 0 5px;
}
.tjcp-imgbox .swiper-slide .tjcp_txt {
  height: 36px;
  line-height: 36px;
}
.tjcp-prev,
.tjcp-next {
  width: 18px;
  height: 30px;
}
/* END-租赁服务/产品展示/客户案例 */


}
@media (max-width: 1220px) {
/* 头部 */
.header_R {
  margin: 15px 0 0 0;
}
.search_txt {
  padding: 10px 10px 10px 0;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 40px 0;
}
.main_left {
  padding: 10px;
}
.about_title {
  padding: 20px 0 20px 30px;
}
.about_ul>li {
  margin-bottom: 5px;
}
.about_ul>li>a {
  padding: 0 10px;
}
.cpzx_ul li>a {
  padding: 10px 10px 0 10px;
}

.gsjj {
  padding: 80px 0 40px 0;
}
.service {
  padding: 40px 0;
}
.service-imgbox {
  margin-top: 30px;
}
.service-imgbox .swiper-slide::before {
  padding-top: 80.84211%;
}
.service-imgbox .swiper-slide>a .service_hover .service_txt {
  height: 48px;
  line-height: 24px;
}
.service-imgbox .swiper-slide:hover>a .service_hover,
.service-imgbox .swiper-slide-active>a .service_hover {
  padding: 10px 15px;
}

.ys {
  padding: 40px 0 0 0;
}
.ys_ul li {
  margin-top: 40px;
}
.ys_ul li .ys_right {
  padding: 20px;
}

.case {
  padding: 40px 0;
}
.case_ul li>a .case_hover {
  padding: 0 20px;
}

.news {
  padding: 40px 0;
}
.news_more {
  padding-top: 20px;
}
/* END-首页 */

/* 底部 */
.footer_logo {
  padding: 20px 0 30px 0;
}
.footer {
  padding-top: 30px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 40px 0;
}
/* END-关于我们 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #026bbc;
  transition: all 0.4s;
}
.icon-menu-active>span{
  background-color: #fff;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 10px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #fff;
}
.nav::before{display: none;}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #ccc;
}
.nav>li::after{display: none;}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  color: #000;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 20px 0;
}
.main_left{
	width: 29%;
}
.about_title {
  padding: 10px 0 10px 20px;
}
.about_ul>li>a {
  border-left: 5px solid #f7f8f8;
}
.cpzx_ul li {
  width: 48%;
  margin: 15px 1% 0 1%;
}
.main_right{
	width: 69%;
}

.gsjj {
  padding: 30px 0;
}
.service {
  padding: 30px 0;
}
.service-imgbox {
  margin-top: 20px;
  padding-bottom: 20px;
}
.service-imgbox .swiper-slide>a .service_hover {
  padding: 7px 10px;
}

.ys {
  padding: 20px 0 0 0;
}
.ys_ul li {
  margin-top: 20px;
}
.ys_ul li .ys_right {
  padding: 10px;
}
.ys_ul li .ys_right .ys_txt {
  height: 104px;
  line-height: 26px;
  font-size: 16px;
  padding-left: 0;
  -webkit-line-clamp: 4;
}

.case {
  padding: 20px 0;
}
.case_ul {
  margin-top: 20px;
}
.case_ul li>a .case_hover {
  height: 40px;
  padding: 0 15px;
}
.case_ul li>a .case_p {
  line-height: 24px;
  font-size: 16px;
  padding: 8px 0;
}
.case_ul li>a:hover .case_hover {
  padding: 10px 15px;
}

.news {
  padding: 20px 0;
}
.news_contect {
  margin-top: 20px;
}
/* END-首页 */

/* 底部 */
.footer_logo {
  padding: 20px 0;
}
.footer_nav>a {
  width: 130px;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
}
.footer {
  padding-top: 15px;
}
.footer_left {
  width: 75%;
}
/* END-底部 */

/* 关于我们 */
.main{
  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%;
}

.search_form {
  width: 100%;
  height: 40px;
}
.search_txt {
  width: 100%;
  padding: 5px 0;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 0;
}
.main_left{
	width: 100%;
  padding: 0;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: block;
}
.about_ul>li{
  margin-bottom: 2px;
}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  border-left: 5px solid #f7f8f8;
  padding: 0 10px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.cpzx_ul {
  margin-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;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_txt {
  height: auto;
  line-height: 24px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding: 10px 0 0 0;
}
.gsjj_ul li {
  padding: 4px;
}
.gsjj_ul li>div {
  height: 100%;
  padding: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.gsjj_ul li>div .gsjj_icon {
  width: 40px;
}
.gsjj_ul li>div .gsjj_icon img{
  height: 24px;
}
.gsjj_ul li>div .gsjj_right {
  width: 100%;
  padding: 5px 0 0 0;
  text-align: center;
}
.gsjj_ul li>div .gsjj_right .gsjj_pps {
  margin-top: 2px;
  height: auto;
  line-height: 16px;
  -webkit-line-clamp: initial;
}

.service {
  padding: 10px 0;
}
.service_p {
  line-height: 50px;
  font-size: 40px;
}
.service_sp {
  margin-top: -30px;
}
.service_sp>div {
  padding: 0 20px;
  line-height: 30px;
  font-size: 20px;
}
.service-imgbox {
  margin-top: 10px;
}
.service-imgbox .swiper-slide>a {
  height: 100%;
}

.ys {
  padding: 10px 0 0 0;
}
.ys_ul li .ys_img {
  width: 100%;
  justify-content: center;
}
.ys_ul li .ys_right {
  width: 100%;
  padding: 10px 0;
}
.ys_ul li .ys_right .ys_sub {
  height: 46px;
}
.ys_ul li .ys_right .ys_p {
  line-height: 30px;
  font-size: 20px;
}
.ys_ul li .ys_right .ys_sp {
  line-height: 16px;
  font-size: 12px;
}
.ys_ul li .ys_right .ys_txt {
  height: auto;
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: initial;
}
.ys_ul li:last-child .ys_img>img {
  margin: 0;
}

.case {
  padding: 10px 0;
}
.case_ul {
  margin-top: 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_ul li {
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
.case_ul li:first-child {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
.case_ul li:first-child>a::before {
  padding-top: 76%;
}

.news {
  padding: 10px 0;
}
.news_left {
  width: 100%;
}
.news-imgbox {
  padding-bottom: 15px;
}
.news-imgbox .swiper-pagination-bullet {
  width: 30px;
}
.news_right {
  width: 100%;
}
.news_ul li {
  line-height: 30px;
}
.news_ul li>a {
  height: 30px;
}
.news_more {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
/* END-首页 */

/* 底部 */
.copyright {
  line-height: 20px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 0;
}
.company{
  line-height: 24px;
}
/* END-关于我们 */

/* 租赁服务/产品展示/客户案例 */
.cpxq_p{
  font-size: 16px;
}
.cpxq_txt{
  padding-top: 10px;
	line-height: 24px;
}
/* END-租赁服务/产品展示/客户案例 */

/* 新闻资讯 */
.xwxq_p{
  font-size: 16px;
}
.xwxq_sp{
  padding: 5px 0;
}
.xwxq_txt{
  padding-top: 10px;
	line-height: 24px;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt{
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #026bbc;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #02a1e9;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#F00;}  