/* 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: #1a449a;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
}
.topbox a {
  color: #fff;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 28px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo > a{
  width: 429px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  width: 59.5%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.search{
  width: 48%;
  float: left;
}
.search_sel{
  width: calc(100% - 96px);
  float: left;
  border: 2px solid #dfdfdf;
}
.search_sel>select{
  width: 80px;
  float: left;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #282828;
  padding-left: 5px;
  cursor: pointer;
}
.search_inp1{
  width: calc(100% - 80px);
  float: left;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #282828;
  padding: 0 20px;
  background: url(../images/search_ss.png) no-repeat right center;
}
.search_inp1::-webkit-input-placeholder{color: #aeaeae;}
.search_inp1:-moz-placeholder{color: #aeaeae;}
.search_btn{
  width: 88px;
  float: right;
  height: 30px;
  background-color: #0193da;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.header_dianhua {
  line-height: 40px;
  color: #acacac;
  font-size: 12px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
}
.header_dianhua>span{
  float: right;
  font-size: 36px;
  color: #1a449a;
  font-family: Impact;
  margin-left: 10px;
}

/* 导航 */
nav {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
  border-left: 1px solid #e8e8e8;
}
.nav>li{
  width: 16.6666%;
  float: left;
  position: relative;
  border-right: 1px solid #e8e8e8;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  position: relative;
}
.nav>li>a::before{
  content: "";
  width: 0;
  float: left;
  height: 3px;
  background-color: #1a449a;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.4s;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #1a449a;
}
.nav>li:hover>a::before,
.nav>li.nav-this>a::before{
  width: 100%;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(26,68,154,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #0193da;
  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: #0193da;
  opacity: 0.5;
  border-radius: 50%;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0193da;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.cpzs{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzs_p{
  line-height: 28px;
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
}
.cpzs_sp{
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.cpzs_sp>span{
  float: left;
  position: relative;
  padding: 0 20px;
  line-height: 32px;
  font-size: 24px;
  color: #0193da;
}
.cpzs_sp>span::before{
  content: "";
  width: 74px;
  float: left;
  height: 3px;
  background: url(../images/title_left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.cpzs_sp>span::after{
  content: "";
  width: 74px;
  float: left;
  height: 3px;
  background: url(../images/title_right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.cpzs_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 22px;
}
.cpzs_nav>li{
  width: 136px;
  float: left;
  margin: 0 8px 8px 8px;
}
.cpzs_nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1a449a;
  font-size: 16px;
  color: #fff;
}
.cpzs_nav>li:hover>a,
.cpzs_nav>li.cpzs_active>a{
  background-color: #0193da;
  color: #fff;
}
.cpzs_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.cpzs_contect>div{display: none;}
.cpzs_contect>div:first-child{display: block;}
.cpzs_ul{
  display: block;
  overflow: hidden;
  width: 1444px;
}
.cpzs_ul li{
  width: 317px;
  float: left;
  margin: 0 44px 40px 0;
}
.cpzs_ul li .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid #efefef;
}
.cpzs_ul li .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 73.0159%;
}
.cpzs_ul li .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #efefef;
  border-top: none;
  font-size: 16px;
  color: #404040;
}
.cpzs_ul li:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_ul li:hover .cpzs_txt{
  background-color: #1a449a;
  border-color: #1a449a;
  color: #fff;
}

.hf{
  width: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
}
.hf>.container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hf_left{
  width: calc(100% - 292px);
  float: left;
  padding: 25px 20px 25px 0;
}
.hf_p{
  width: 100%;
  float: left;
  line-height: 32px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  font-family: "YouYuan";
}
.hf_p>span{
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
}
.hf_sp{
  width: 100%;
  float: left;
  margin-top: 20px;
  line-height: 32px;
  overflow: hidden;
  font-size: 22px;
  color: #fff;
}
.hf_right{
  width: 292px;
  float: left;
  background-color: #0193da;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 25px;
}
.hf_icon{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hf_icon>span{
  float: left;
  padding: 0 20px;
  position: relative;
}
.hf_icon>span>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.hf_icon>span::before{
  content: "";
  width: 65px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hf_icon>span::after{
  content: "";
  width: 65px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hf_dianhua{
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-family: SimSun;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.hf_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 34px;
  margin-top: 10px;
  font-family: Impact;
  font-size: 36px;
  color: #fff;
}

.ys{
  width: 100%;
  overflow: hidden;
  background: url(../images/ys_bj.png) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.ys>.container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ys_left{
  width: 50%;
  float: left;
}
.ys_left .ys_title{
  display: block;
  overflow: hidden;
  padding: 60px 0 0 195px;
}
.ys_left .ys_title .ys_p{
  width: 60px;
  float: left;
  font-size: 54px;
  color: #333;
  line-height: 54px;
  text-align: center;
}
.ys_left .ys_title .ys_sp{
  width: 38px;
  float: left;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
}
.ys_left .ys_title .ys_spp{
  width: 24px;
  float: left;
  margin-left: 25px;
  font-size: 18px;
  color: #333;
  opacity: 0.8;
  line-height: 20px;
  text-align: center;
}
.ys_left .ys_img{
  width: 100%;
  overflow: hidden;
  margin-top: 120px;
}
.ys_left .ys_img>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ys_right{
  width: 50%;
  float: right;
}
.ys_ul{
  display: block;
  overflow: hidden;
}
.ys_ul>li{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 50px;
}
.ys_ul>li:last-child{margin: 0;}
.ys_ul>li .ys_L{
  width: calc(50% - 30px);
  float: left;
}
.ys_ul>li .ys_L .ys_sub{
  display: block;
  overflow: hidden;
  height: 58px;
  line-height: 58px;
  font-size: 64px;
  color: #333;
}
.ys_ul>li .ys_L .ys_tit{
  display: block;
  overflow: hidden;
  line-height: 34px;
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}
.ys_ul>li .ys_L .ys_tit::after{
  content: "";
  width: 1px;
  display: block;
  height: 50px;
  background-color: #1a449a;
  margin: 15px 0 10px 0;
}
.ys_ul>li .ys_L .ys_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.ys_ul>li .ys_R{
  width: calc(50% - 15px);
  float: right;
  overflow: hidden;
  position: relative;
  border: 3px solid #e9e9e9;
}
.ys_ul>li:nth-child(even){
  flex-direction: row-reverse;
}

.case{
  width: 100%;
  overflow: hidden;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.case .cpzs_p,
.case .cpzs_sp>span{
  color: #fff;
}
.case .cpzs_sp>span::before{
  background: url(../images/title_left1.png) no-repeat center center;
  background-size: 100% 100%;
}
.case .cpzs_sp>span::after{
  background: url(../images/title_right1.png) no-repeat center center;
  background-size: 100% 100%;
}
.case-imgbox{
  margin-top: 30px;
}
.case-imgbox .swiper-slide .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid #efefef;
  background-color: #fff;
}
.case-imgbox .swiper-slide .case_img::before{
  content: "";
  display: block;
  padding-top: 73.0159%;
}
.case-imgbox .swiper-slide .case_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #efefef;
  background-color: #fff;
  border-top: none;
  font-size: 16px;
  color: #404040;
}
.case-imgbox .swiper-slide:hover .case_img img{
  transform: scale(1.1);
}
.case-imgbox .swiper-slide:hover .case_txt{
  background-color: #0193da;
  border-color: #0193da;
  color: #fff;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.gsjj_contect>div{display: none;}
.gsjj_contect>div:first-child{display: block;}
.gdjj_B{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f6f6f6;
}
.gsjj_left{
  width: 43%;
  float: left;
  border: 2px solid #efefef;
  overflow: hidden;
  position: relative;
}
.gsjj_left::before{
  content: "";
  width: calc(100% - 20px);
  float: left;
  height: calc(100% - 20px);
  border: 5px solid rgba(255,255,255,0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.gsjj_right{
  width: 57%;
  float: left;
  padding: 50px 40px;
}
.gsjj_sub{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 44px;
  color: #1a449a;
  font-weight: bold;
  position: relative;
}
.gsjj_sub::after{
  content: "";
  width: 94px;
  float: left;
  height: 4px;
  background-color: #0193da;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.gsjj_sub>span{
  float: left;
  position: relative;
  z-index: 2;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 26px;
  font-size: 18px;
  color: #282828;
  padding-bottom: 15px;
  border-bottom: 1px solid #b8b8b8;
}
.gsjj_tit>span{
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #1a449a;
  font-weight: bold;
  margin-bottom: 10px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  margin-top: 15px;
  font-size: 14px;
  color: #282828;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.gsjj_nav{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e3e3e3;
  background-image: linear-gradient(#fefefe,#e6e6e6);
  margin-top: 30px;
}
.gsjj_nav>li{
  width: 25%;
  float: left;
  padding: 13px 0;
  background-image: linear-gradient(rgba(26,68,154,0),rgba(26,68,154,0));
  position: relative;
}
.gsjj_nav>li::before{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14px solid #1a449a;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s;
}
.gsjj_nav>li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  border-right: 1px solid #dbdbdb;
}
.gsjj_nav>li:last-child>a{border-right: none;}
.gsjj_nav>li>a .gsjj_icon{
  width: 60px;
  float: left;
  background-color: #bdbdbd;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.gsjj_nav>li>a .gsjj_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gsjj_nav>li>a .gsjj_icon>img:first-child{opacity: 1;}
.gsjj_nav>li>a .gsjj_icon>img:last-child{opacity: 0;}
.gsjj_nav>li>a .gsjj_tits{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #222;
}
.gsjj_nav>li.gsjj_active{
  background-image: linear-gradient(rgba(26,68,154,1),rgba(26,68,154,1));
}
.gsjj_nav>li.gsjj_active>a{border-right-color: rgba(26,68,154,1);}
.gsjj_nav>li.gsjj_active>a .gsjj_icon{
  background-color: #fff;
}
.gsjj_nav>li.gsjj_active>a .gsjj_icon>img:first-child{opacity: 0;}
.gsjj_nav>li.gsjj_active>a .gsjj_icon>img:last-child{opacity: 1;}
.gsjj_nav>li.gsjj_active>a .gsjj_tits{color: #fff;}
.gsjj_nav>li.gsjj_active::before{
  top: -14px;
  opacity: 1;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.news_left{
  width: 64.5%;
  float: left;
}
.news_title{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.news_nav{
  float: left;
}
.news_nav>li{
  float: left;
  margin-right: 35px;
}
.news_nav>li>a{
  font-size: 18px;
  color: #282828;
  font-weight: bold;
}
.news_nav>li.news_active>a{
  color: #1a449a;
}
.news_more{
  float: right;
}
.news_more>a{
  font-size: 18px;
  color: #282828;
}
.news_more>a:hover{
  color: #1a449a;
  text-decoration: underline;
}
.news_B{
  display: block;
  overflow: hidden;
}
.news_B>div{display: none;}
.news_B>div:first-child{display: block;}
.news_ul{
  display: block;
  overflow: hidden;
}
.news_ul>li{
  display: block;
  overflow: hidden;
  border-bottom: 2px dotted #dcdcdc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news_ul>li:last-child{margin: 0;}
.news_ul>li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news_ul>li>a .news_sub{
  width: 100px;
  float: left;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 26px;
  font-size: 18px;
  color: #282828;
  padding: 32px 0;
}
.news_ul>li>a .news_sub>span{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news_ul>li>a .news_R{
  width: calc(100% - 100px);
  float: left;
  padding-left: 20px;
  display: flex;
}
.news_ul>li>a .news_R .news_img{
  width: 240px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul>li>a .news_R .news_txtB{
  width: calc(100% - 240px);
  float: left;
  padding: 20px 0 20px 25px;
}
.news_ul>li>a .news_R .news_txtB .news_p{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul>li>a .news_R .news_txtB .news_txt{
  width: 100%;
  float: left;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 15px 0;
}
.news_ul>li>a .news_R .news_txtB .news_sp{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 26px;
  color: #1a449a;
  font-size: 14px;
  font-weight: bold;
}
.news_ul>li>a:hover .news_R .news_img>img{
  transform: scale(1.1);
}
.news_ul>li>a:hover .news_R .news_txtB .news_p{
  color: #1a449a;
}

.news_right{
  width: 33%;
  float: right;
}
.news_p{
  float: left;
  font-size: 18px;
  color: #282828;
  font-weight: bold;
}
.com_ul{
  display: block;
  overflow: hidden;
  padding-top: 14px;
}
.com_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px dotted #dcdcdc;
}
.com_ul li .com_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.com_ul li .com_txtB{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.com_ul li .com_txtB>span{
  width: 30px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #1a449a;
  margin: 6px 10px 0 0;
}
.com_ul li .com_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;
}
.com_ul li:hover .com_p{
  color: #1a449a;
}
.com_ul li:last-child{margin: 0;}
/*END-首页*/

/* 底部 */
footer {
  background: #1a449a;
}
.link{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #4d75c6;
  padding: 20px 0;
  line-height: 30px;
}
.link_title{
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.link_title>span{
  float: left;
  font-style: normal;
  margin-right: 10px;
}
.link_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
}
.link_txt>a{
  color: #fff;
  margin: 0 15px;
}
.link_txt>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer_B{
  width: 17%;
  float: left;
  border-right: 1px solid #4d75c6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px;
}
.footer_p{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer_ul{
  width: 100%;
  float: left;
  overflow: hidden;
}
.footer_ul>li{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ccc;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul>li>a{
  color: #ccc;
}
.footer_ul>li>a:hover{
  color: #fff;
}
.footer_about{
  width: 11%;
  padding-left: 0;
}
.footer_right{
  width: 38%;
  float: right;
  padding-left: 4%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_contect{
  width: 100%;
  float: left;
}
.footer_wx{
  width: 175px;
  float: right;
  margin-top: -45px;
  margin-left: 20px;
}
.footer_wx>img{
  width: 88px;
  display: block;
  height: 88px;
}
.footer_wx .footer_wx_txt{
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
.footer_wx .footer_wx_txt>span{
  font-size: 16px;
}
.footer_wx .footer_dianhua{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #0193da;
  text-align: center;
  line-height: 24px;
  padding: 15px 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;
}
.main_left{
	width: 280px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  position: relative;
}
.about::before{
  content: "";
  width: 4px;
  height: 100%;
  background: url(../images/about_jiantou1.png) no-repeat top center;
  background-size: 100% 100%;
  float: left;
  position: absolute;
  right: -5px;
  top: -1px;
}
.about_title{
	display: block;
	overflow: hidden;
  border-bottom: 1px solid #ececec;
  padding: 30px 0 30px 20px;
}
.about_title .about_tit{
  display: block;
  overflow: hidden;
  padding-left: 55px;
  background: url(../images/about_title_icon.png) no-repeat left center;
  line-height: 20px;
  font-size: 14px;
  color: rgba(53,54,57,0.45);
  text-transform: uppercase;
}
.about_title .about_tit>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: rgba(53,54,57,1);
  font-size: 20px;
  font-weight: bold;
}
.about_ul{
	display: block;
	overflow: hidden;
  padding: 2px;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-bottom: 2px;
}
.about_ul>li:last-child{margin: 0;}
.about_ul>li>a{
	display: block;
	overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #1a449a;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.about_ul>li>a>span{
  width: 12px;
  float: left;
  height: 11px;
  background: url(../images/about_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
  transform: translateY(-50%) rotate(0);
}
.about_dl{
	display: none;
	overflow: hidden;
  padding-top: 2px;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  border-bottom: 1px dotted #eaeaea;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
  padding: 0 20px;
}
.about_dl>dd>a:hover{
	background-color: #1a449a;
	color: #fff;
}
.about1::before{
  background: url(../images/about_jiantou2.png) no-repeat top center;
}
.about_img{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #eaeaea;
}
.about_img>img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  padding: 15px;
}

.main_right{
	width: 1040px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
}
.dqwz_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #b0b0b0;
  text-transform: uppercase;
}
.dqwz_sp{
  display: block;
  overflow: hidden;
  position: relative;
}
.dqwz_sp>span{
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #000;
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.dqwz_sp::after{
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #c5c5c5;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 35px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
/* END-公司简介 */

/* 产品展示/客户案例 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 1086px;
}
.cp_ul li{
  width: 316px;
  float: left;
  margin: 0 46px 45px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid #efefef;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 73.0159%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 2px solid #efefef;
  border-top: none;
  font-size: 16px;
  color: #404040;
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  background-color: #1a449a;
  border-color: #1a449a;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #000;
  padding-top: 10px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-产品展示/客户案例 */

/* 新闻中心 */
.news_ul1{
  display: block;
  overflow: hidden;
}
.news_ul1>li{
  display: block;
  overflow: hidden;
  border-bottom: 2px dotted #dcdcdc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news_ul1>li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news_ul1>li>a .news_sub{
  width: 100px;
  float: left;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 26px;
  font-size: 18px;
  color: #282828;
  padding: 32px 0;
}
.news_ul1>li>a .news_sub>span{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news_ul1>li>a .news_R{
  width: calc(100% - 100px);
  float: left;
  padding-left: 20px;
  display: flex;
}
.news_ul1>li>a .news_R .news_img{
  width: 240px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul1>li>a .news_R .news_txtB{
  width: calc(100% - 240px);
  float: left;
  padding: 20px 0 20px 25px;
}
.news_ul1>li>a .news_R .news_txtB .news_p{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul1>li>a .news_R .news_txtB .news_txt{
  width: 100%;
  float: left;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 15px 0;
}
.news_ul1>li>a .news_R .news_txtB .news_sp{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 26px;
  color: #1a449a;
  font-size: 14px;
  font-weight: bold;
}
.news_ul1>li>a:hover .news_R .news_img>img{
  transform: scale(1.1);
}
.news_ul1>li>a:hover .news_R .news_txtB .news_p{
  color: #1a449a;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #000;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻中心 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1420px) {
/* 首页 */
.cpzs_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li {
  width: 23%;
  margin: 0 1% 40px 1%;
}
.ys {
  padding: 50px 0;
}
.case {
  padding: 50px 0;
}
.gsjj {
  padding: 50px 0;
}
.gsjj_right {
  padding: 40px 30px;
}
.news {
  padding: 50px 0;
}
/* END-首页 */

/* 公司简介 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* END-公司简介 */

/* 产品展示/客户案例 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.333%;
  margin: 0 1% 45px 1%;
}
/* END-产品展示/客户案例 */

}

@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 25px 0;
}
.header_R{
  width: 53%;
}
.header_dianhua {
  line-height: 20px;
}
.header_dianhua>span {
  float: none;
  display: block;
  overflow: hidden;
  font-size: 30px;
  line-height: 30px;
  margin-left: 0;
}
.search {
  width: 54%;
}
.search_inp1 {
  padding: 0 20px 0 5px;
}
.search_sel {
  width: calc(100% - 65px);
}
.search_btn {
  width: 60px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 40px 0;
}
.cpzs_ul li {
  margin: 0 1% 30px 1%;
}

.hf_left {
  width: calc(100% - 260px);
}
.hf_right {
  width: 260px;
}

.ys {
  padding: 40px 0;
}
.ys_left .ys_title {
  padding: 40px 0 0 150px;
}
.ys_ul>li {
  margin-bottom: 40px;
}
.ys_ul>li .ys_L {
  width: calc(50% - 10px);
}
.ys_ul>li:last-child {
  margin: 0;
}

.case {
  padding: 40px 0;
}
.gsjj {
  padding: 40px 0;
}
.gsjj_right {
  padding: 30px 20px;
}

.news {
  padding: 40px 0;
}
.news_contect {
  padding-top: 40px;
}
/* END-首页 */

/* 底部 */
.link_txt {
  line-height: 24px;
}
.link_txt>a {
  margin: 0 10px;
}

.footer_B {
  width: 15%;
  padding-left: 40px;
}
.footer_about {
  width: 11%;
  padding-left: 0;
}
.footer_right {
  width: 44%;
}
/* END-底部 */

/* 公司简介 */
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-公司简介 */

/* 产品展示/客户案例 */
.cp_ul li{
  margin: 0 1% 30px 1%;
}
/* END-产品展示/客户案例 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #1a449a;
  transition: all 0.4s;
}
.icon-menu-active>span{
  background-color: #fff;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 0 0 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>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #ccc;
  border-right: none;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
.nav>li>a::before{display: none;}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #1a449a;
  color: #fff;
}

/*圆点*/
.banner .swiper-pagination {
  opacity: 1;
  bottom: 10px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.banner .swiper-pagination-bullet-active {
  width: 15px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 30px 0;
}
.cpzs_nav>li {
  width: 19%;
  margin: 0 0.5% 8px 0.5%;
}
.cpzs_contect {
  padding-top: 20px;
}
.cpzs_ul li {
  margin: 0 1% 20px 1%;
}

.hf_left {
  width: calc(100% - 230px);
  padding: 15px 15px 15px 0;
}
.hf_p {
  line-height: 30px;
  font-size: 16px;
}
.hf_p>span {
  font-size: 20px;
  margin-right: 10px;
}
.hf_sp {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
}
.hf_right {
  width: 230px;
  padding: 15px;
}

.ys {
  padding: 30px 0;
}
.ys_left {
  width: 100%;
}
.ys_left .ys_title {
  padding: 0;
}
.ys_left .ys_title .ys_p {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
}
.ys_left .ys_title .ys_sp {
  width: 100%;
  font-size: 20px;
  margin-left: 0;
}
.ys_left .ys_title .ys_spp {
  width: 100%;
  margin-left: 0;
  font-size: 16px;
}
.ys_left .ys_img {
  margin-top: 20px;
}
.ys_left .ys_img>img {
  margin: 0 auto;
}
.ys_right {
  width: 100%;
  margin-top: 20px;
}
.ys_ul>li {
  margin-bottom: 30px;
}

.case {
  padding: 30px 0;
}
.gsjj {
  padding: 30px 0;
}
.gsjj_right {
  padding: 20px;
}
.gsjj_nav>li>a .gsjj_icon {
  width: 50px;
  margin-right: 10px;
}

.news {
  padding: 30px 0;
}
.news_contect {
  padding-top: 20px;
}
.news_title {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.news_ul>li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news_ul>li>a .news_R {
  width: 100%;
  padding: 0;
}
.news_ul>li>a .news_R .news_txtB {
  padding: 10px 0 10px 20px;
}
.com_ul {
  padding-top: 10px;
}
.com_ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 15px 0;
  line-height: 24px;
}
.footer {
  padding: 20px 0;
}
.footer_B {
  width: 15%;
  padding: 10px 15px;
}
.footer_p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer_about {
  width: 15%;
  padding-left: 0;
}
.footer_right {
  width: 40%;
  padding-left: 15px;
}

.footer_wx {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
.footer_wx .footer_dianhua {
  line-height: 24px;
  font-size: 20px;
}
.footer_txt {
  width: 100%;
  float: left;
  line-height: 24px;
  margin-top: 10px;
}
/* END-底部 */

/* 公司简介 */
.main{
	padding: 30px 0;
}
.about_title {
  padding: 20px 0 20px 20px;
}
/* END-公司简介 */

/* 产品展示/客户案例 */
.cp_ul li{
  margin: 0 1% 20px 1%;
}
/* END-产品展示/客户案例 */

/* 新闻中心 */
.news_ul1>li>a .news_R {
  width: 100%;
  padding-left: 0;
}
.news_ul1>li>a .news_R .news_txtB {
  width: calc(100% - 240px);
  float: left;
  padding: 20px 0 20px 25px;
}
/* END-新闻中心 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_p {
  line-height: 16px;
  font-size: 16px;
}
.cpzs_sp {
  margin-top: 0;
}
.cpzs_sp>span {
  padding: 0 10px;
  line-height: 24px;
  font-size: 20px;
}
.cpzs_nav {
  padding-top: 10px;
}
.cpzs_nav>li {
  width: 49%;
  margin: 0 0.5% 1% 0.5%;
}
.cpzs_nav>li>a {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.cpzs_contect {
  padding-top: 10px;
}
.cpzs_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzs_ul li .cpzs_txt {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}

.hf_left {
  width: 100%;
  padding: 10px 0;
}
.hf_p {
  line-height: 20px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hf_p>span {
  font-size: 16px;
  margin-right: 5px;
}
.hf_sp {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
.hf_right {
  width: 100%;
  padding: 10px;
}
.hf_icon>span {
  padding: 0 10px;
}
.hf_dianhua {
  padding-top: 5px;
  line-height: 22px;
  font-size: 16px;
}
.hf_dianhua>span {
  line-height: 24px;
  margin-top: 5px;
  font-size: 30px;
}

.ys {
  padding: 10px 0;
}
.ys_left .ys_title .ys_p {
  font-size: 20px;
  line-height: 30px;
}
.ys_left .ys_title .ys_sp {
  font-size: 16px;
  line-height: 22px;
}
.ys_left .ys_title .ys_spp {
  font-size: 12px;
  line-height: 16px;
}
.ys_left .ys_img {
  margin-top: 10px;
}
.ys_right {
  margin-top: 10px;
}
.ys_ul>li {
  margin-bottom: 10px;
}
.ys_ul>li .ys_L {
  width: 100%;
}
.ys_ul>li .ys_L .ys_sub {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}
.ys_ul>li .ys_L .ys_tit {
  line-height: 24px;
  margin-top: 0;
  font-size: 16px;
}
.ys_ul>li .ys_L .ys_tit::after {
  width: 50px;
  height: 1px;
  margin: 5px 0 0 0;
}
.ys_ul>li .ys_L .ys_txt {
  height: auto;
  line-height: 22px;
  font-size: 14px;
}
.ys_ul>li .ys_R {
  width: 100%;
  margin-top: 10px;
}
.ys_ul>li .ys_R::before{
  content: "";
  display: block;
  padding-top: 50%;
}

.case {
  padding: 10px 0;
}
.case-imgbox {
  margin-top: 10px;
}
.case-imgbox .swiper-slide .case_txt {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_left {
  width: 100%;
}
.gsjj_left::after{
  content: "";
  display: block;
  padding-top: 50%;
}
.gsjj_right {
  width: 100%;
  padding: 10px;
}
.gsjj_sub {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}
.gsjj_sub::after {
  bottom: 5px;
}
.gsjj_tit {
  margin-top: 5px;
  line-height: 22px;
  font-size: 14px;
  padding-bottom: 5px;
}
.gsjj_tit>span {
  font-size: 18px;
  margin-bottom: 5px;
}
.gsjj_txt {
  line-height: 22px;
  height: auto;
  margin-top: 5px;
  -webkit-line-clamp: initial;
}
.gsjj_nav {
  margin-top: 15px;
}
.gsjj_nav>li{
  padding: 5px 0;
}
.gsjj_nav>li>a .gsjj_icon {
  width: 50px;
  margin: 0 auto;
}
.gsjj_nav>li>a .gsjj_tits {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}

.news {
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
}
.news_left {
  width: 100%;
}
.news_title {
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.news_nav>li {
  margin-right: 10px;
}
.news_ul>li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_ul>li>a .news_R .news_img {
  width: 140px;
}
.news_ul>li>a .news_R .news_txtB {
  width: calc(100% - 140px);
  padding: 5px 0 5px 10px;
}
.news_ul>li>a .news_R .news_txtB .news_p {
  line-height: 24px;
}
.news_ul>li>a .news_R .news_txtB .news_txt {
  height: 40px;
  line-height: 20px;
  margin: 3px 0;
}
.news_ul>li>a .news_R .news_txtB .news_sp {
  line-height: 20px;
  font-size: 12px;
}
.news_right {
  width: 100%;
  margin-top: 15px;
}
.com_ul {
  padding-top: 0;
}
.com_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.com_ul li .com_p {
  line-height: 24px;
}
.com_ul li .com_txtB {
  margin-top: 5px;
}
.com_ul li .com_txtB>span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 5px 0 0;
}
.com_ul li .com_txt {
  height: 60px;
  line-height: 20px;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 10px 0;
}
.link_title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.link_txt {
  width: 100%;
  float: left;
  line-height: 20px;
  padding-left: 0;
}
.link_txt>a {
  margin: 0 5px;
}
.copyright {
  line-height: 20px;
  padding: 10px;
}
/* END-底部 */

/* 公司简介 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0;
  border: none;
}
.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;
  background-color: #1a449a;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{display: none;}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.about_ul>li>a>span{
  right: 15px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-公司简介 */

/* 产品展示/客户案例 */
.cp_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
}
.cpxq_p{
  font-size: 16px;
  line-height: 24px;
}
.cpxq_txt{
	line-height: 24px;
  padding: 0;
}
/* END-产品展示/客户案例 */

/* 新闻中心 */
.news_ul1>li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_ul1>li>a .news_R .news_img {
  width: 140px;
}
.news_ul1>li>a .news_R .news_txtB {
  width: calc(100% - 140px);
  padding: 5px 0 5px 10px;
}
.news_ul1>li>a .news_R .news_txtB .news_p {
  line-height: 24px;
}
.news_ul1>li>a .news_R .news_txtB .news_txt {
  height: 40px;
  line-height: 20px;
  margin: 3px 0;
}
.news_ul1>li>a .news_R .news_txtB .news_sp {
  line-height: 20px;
  font-size: 12px;
}
.xwxq_p{
  font-size: 16px;
  line-height: 24px;
}
.xwxq_sp{
  padding: 5px 0;
  margin-bottom: 5px;
}
.xwxq_txt{
	line-height: 24px;
  padding-top: 5px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* 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: #1a449a;
  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: #0193da;
  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-手机底部组件 */