/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.header {
  width: 100%;
  padding: 26px 0;
}
.logo > a{
  width: 534px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 20px;
  color: #3a3a3a;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
}
.header_dianhua span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  color: #e00005;
  font-size: 24px;
}

/* 导航 */
nav {
  background: #033d86;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.nav{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 2px;
}
.nav::before{
  content: "";
  width: 2px;
  float: left;
  height: 14px;
  border-left: 1px solid #012551;
  border-right: 1px solid #04479a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav>li{
  width: 16.6666%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  padding-right: 2px;
}
.nav>li::before{
  content: "";
  width: 2px;
  float: left;
  height: 14px;
  border-left: 1px solid #012551;
  border-right: 1px solid #04479a;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav>li>a{
  float: left;
  height: 48px;
  line-height: 44px;
  position: relative;
  font-size: 14px;
  color: #fff;
}
.nav>li>a::before{
  content: "";
  width: 0;
  float: left;
  height: 4px;
  background-color: #ffbb10;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.nav>li:hover>a::before,
.nav>li.nav-this>a::before{
  width: 100%;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 40px;
  background-color: rgba(3,61,134,0.8);
  font-size: 14px;
  color: #fff;
}
.nav-child dd a{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.nav-child dd a:hover{
  background-color: #ffbb10;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #0090f0;
  border: 1px solid #0090f0;
  opacity: 1;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background-image: url(../images/imgs/prev.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner-next{
  left: initial;
  right: 2%;
  background-image: url(../images/imgs/next.jpg);
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.search_box{
  width: 100%;
  float: left;
  background-color: #0083dd;
  display: flex;
  flex-wrap: wrap;
}
.lxwm{
  width: 54.5%;
  max-width: 654px;
  float: left;
}
.lxwm_title{
  width: 27.5%;
  float: left;
  height: 100%;
  background-color: #015ac0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.lxwm_title>span{
  width: 100%;
  float: left;
  line-height: 24px;
  font-size: 18px;
}
.lxwm_title::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid #015ac0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.lxwm_B{
  width: 72.5%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  padding: 30px 20px;
}
.lxwm_dianhua,
.lxwm_mail{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
}
.lxwm_dianhua>img,
.lxwm_mail>img{
  float: left;
  margin-right: 15px;
}

.search_form{
  width: 45.5%;
  float: right;
  background-color: #0090f0;
  display: flex;
  align-items: center;
  padding: 0 50px;
  position: relative;
}
.search_form::after{
  content: "";
  width: 34px;
  float: left;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #36afff;
  background-color: #0090f0;
  background-image: url(../images/search_ss.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.search_inp1{
  width: calc(100% - 118px);
  float: left;
  height: 52px;
  line-height: 52px;
  background-color: #36afff;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
}
.search_inp1::-webkit-input-placeholder{
  color: #fff;
}
.search_inp1:-moz-placeholder{
  color: #fff;
}
.search_btn{
  width: 118px;
  float: left;
  height: 52px;
  background-color: #ffbb10;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
/* END */

/* 首页 */
/* 关于我们 */
.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.gsjj_p{
  line-height: 36px;
  font-size: 28px;
  color: #333333;
}
.gsjj_sp{
  line-height: 18px;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.gsjj_left{
  width: 45.75%;
  float: left;
  padding-top: 5px;
}
.gsjj_left>img{
  width: 100%;
  display: block;
  height: auto;
}
.gsjj_right{
  width: 54.25%;
  float: right;
  padding-left: 25px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #494949;
  line-height: 30px;
}
.gsjj_txt>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 18px;
  color: #494949;
  font-weight: bold;
}
.gsjj_box{
  display: flex;
  justify-content: space-between;
}
.gsjj_pp{
  float: left;
  line-height: 40px;
  font-size: 28px;
  color: #0090f0;
}
.gsjj_pp>span{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.gsjj_spp{
  float: right;
}
.gsjj_spp>div{
  float: left;
  padding-left: 40px;
  line-height: 30px;
  font-size: 16px;
  color: #5d5d5d;
}
.gsjj_spp>div>span{
  display: block;
  overflow: hidden;
  line-height: 41px;
  border-bottom: 1px solid #0090f0;
  font-size: 14px;
  color: #494949;
}
.gsjj_spp>div>span>em{
  float: left;
  font-style: initial;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}
.gsjj_ul{
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 40px;
}
.gsjj_ul li{
  width: 25%;
  float: left;
  padding: 0 1%;
}
.gsjj_ul li .gsjj_B{
  width: 100%;
  overflow: hidden;
  max-width: 125px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  padding: 6px;
  margin: 0 auto;
}
.gsjj_ul li .gsjj_B .gsjj_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  position: relative;
}
.gsjj_ul li .gsjj_B .gsjj_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.gsjj_ul li .gsjj_txts{
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #494949;
}

/* 产品展示 */
.cpzs{
  width: 100%;
  overflow: hidden;
  background-color: #f3faff;
  padding: 40px 0;
}
.cpzs_ul{
  display: block;
  overflow: hidden;
  padding-top: 40px;
  width: 1220px
}
.cpzs_ul li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzs_ul li a{
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 16px 16px 0 16px;
}
.cpzs_ul li a .cpzs_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ededed;
  position: relative;
}
.cpzs_ul li a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 118.7251%;
}
.cpzs_ul li a .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #575757;
}
.cpzs_ul li a:hover{
  border-color: #033d86;
}
.cpzs_ul li a:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_more{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.cpzs_more>a{
  display: block;
  overflow: hidden;
  max-width: 160px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #033d86;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.cpzs_more>a:hover{
  background-color: #ffbb10;
  color: #fff;
}

/* 案例展示 */
.case{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.case_ul{
  display: block;
  overflow: hidden;
  padding-top: 40px;
  width: 1210px;
}
.case_ul li{
  width: 234px;
  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: 92.76596%;
}
.case_ul li>a .case_hover{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  transition: all 0.4s;
  background-color: rgba(0,0,0,0.5);
}
.case_ul li>a .case_hover>span{
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.case_ul li:first-child{
  width: 468px;
}
.case_ul li:first-child>a::before{
  padding-top: 94.66951%;
}
.case_ul li>a:hover>img{
  transform: scale(1.1);
}
.case_ul li>a:hover .case_hover{
  transform: translateY(0);
}

/* 新闻中心 */
.news{
  width: 100%;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 25px;
}
.news_left{
  width: 35.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_left::before{
  content: "";
  display: block;
  padding-top: 82.5472%;
}
.news_right{
  width: 64.5%;
  float: left;
  padding-left: 5px;
}
.news_right li{
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
}
.news_right li a{
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 20px;
}
.news_right li a .news_sub{
  width: 100px;
  float: left;
  border-right: 1px solid #dcdcdc;
  margin-right: 20px;
  text-align: center;
  line-height: 28px;
  font-size: 26px;
  color: #787878;
  font-family: "Microsoft YaHei Light";
  margin-top: 10px;
}
.news_right li a .news_sub>span{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 32px;
}
.news_right li a .news_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #838383;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_right li a .news_txt{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 22px;
  font-size: 12px;
  color: #838383;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news_right li a:hover{
  background-color: #033d86;
  border-color: #033d86;
}
.news_right li a:hover .news_sub,
.news_right li a:hover .news_p,
.news_right li a:hover .news_txt{
  color: #fff;
}
.news_right li:last-child{
  margin: 0;
}
/* END-首页 */

/* 底部 */
footer {
  background: #000;
  padding: 24px 0;
}
footer>div>div{
  width: 100%;
  float: left;
  margin: 15px 0;
  text-align: center;
}
.footer{
  display: flex;
  justify-content: space-around;
  line-height: 26px;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}
.footer>a{
  color: #fff;
}
.footer>a:hover{
  color: #fff;
  text-decoration: underline;
}
.copyright{
  text-align: center;
  line-height: 24px;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.main_left{
  width: 285px;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  padding: 10px 0 10px 30px;
  line-height: 18px;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  background-color: #033d86;
}
.about_title>span{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: url(../images/about_icon.png) no-repeat left center;
  padding-left: 35px;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  font-size: 16px;
  color: #4c4c4c;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  border-color: #0083dd;
  background-color: #0083dd;
  color: #fff;
}
.main_right{
  width: 895px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  border: 1px solid #d9d9d9;
  background: url(../images/dqwz_title_bj.jpg) repeat-x left center;
  background: auto 100%;
  line-height: 38px;
  padding: 0 10px;
}
.dwqz_p{
  float: left;
  font-size: 12px;
  color: #616161;
}
.dwqz_p>b{
  color: #343434;
}
.dwqz_nav{
  float: right;
}
.dwqz_nav>a{
  font-size: 12px;
  color: #292929;
}
.dwqz_nav>a:hover{
  color: #0090f0;
  text-decoration: underline;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 15px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1{
  display: block;
  overflow: hidden;
  width: 915px;
}
.cpzs_ul1 li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzs_ul1 li a{
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 16px 16px 0 16px;
}
.cpzs_ul1 li a .cpzs_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ededed;
  position: relative;
}
.cpzs_ul1 li a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 118.7251%;
}
.cpzs_ul1 li a .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #575757;
}
.cpzs_ul1 li a:hover{
  border-color: #033d86;
}
.cpzs_ul1 li a:hover .cpzs_img img{
  transform: scale(1.1);
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.cpxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cpxq_txt table{
  max-width: 100%;
}
.cpxq_txt table td{
border:1px solid #CCCCCC
  }
/* END-产品展示 */

/* 新闻中心 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.xw_ul li a{
  display: block;
  overflow: hidden;
  border: 1px solid #dedede;
  padding: 10px;
}
.xw_ul li a .xw_left{
  width: 216px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li a .xw_left::before{
  content: "";
  display: block;
  padding-top: 70.8334%;
}
.xw_ul li a .xw_R{
  width: calc(100% - 216px);
  float: left;
  padding-left: 15px;
}
.xw_ul li a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 20px;
  font-size: 12px;
  color: #878787;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.xw_ul li a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  margin-top: 4px;
  line-height: 30px;
  font-size: 14px;
  color: #9a9a9a;
}
.xw_ul li a .xw_R .xw_sp>span{
  float: right;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #959595;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
}
.xw_ul li a:hover .xw_left>img{
  transform: scale(1.1);
}
.xw_ul li a:hover .xw_R .xw_p{
  color: #033d86;
}
.xw_ul li a:hover .xw_R .xw_sp>span{
  background-color: #033d86;
  color: #fff;
}
/* END-新闻中心 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
.lxwm {
  width: 60%;
}
.search_form {
  width: 40%;
  padding: 0 25px;
}

/* 首页 */
/* 关于我们 */
.gsjj{
  padding: 40px 0;
}
.gsjj_pp {
  line-height: 34px;
  font-size: 24px;
}
.gsjj_pp>span {
  line-height: 24px;
  font-size: 16px;
}
.gsjj_spp>div {
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
}
.gsjj_spp>div>span {
  line-height: 31px;
}
.gsjj_spp>div>span>em {
  font-size: 30px;
}

/* 产品展示 */
.cpzs_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li{
  width: 23%;
  margin: 0 1% 20px 1%;
}
.cpzs_ul li a {
  padding: 10px 10px 0 10px;
}

/* 案例展示 */
.case_ul{
  width: 101%;
  margin-left: -0.5%;
}
.case_ul li{
  width: 19%;
  margin: 0 0.5% 10px 0.5%;
}
.case_ul li:first-child{
  width: 39%;
}

/*END-首页内容*/

/* 底部 */
footer {
  padding: 20px 1%;
}
footer>div>div{
  margin: 10px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 40px 0;
}
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1{
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul1 li{
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
.cpzs_ul1 li a{
  padding: 10px 10px 0 10px;
}
/* END-产品展示 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #033d86;
}

/* 头部 */
.header {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  padding:0;
  background: none;
  position: fixed;
}
.nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(3,61,134,0.8);
  position: absolute;
  right: 10px;
  top:0;
}
.nav>li{
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0;
}
.nav::before,
.nav>li::before,
.nav>li>a::before{
  display: none;
}
.nav>li>a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #ffbb10;
  color: #fff;
}

.lxwm {
  width: 54.5%;
}
.lxwm_B {
  padding: 15px 20px;
  justify-content: flex-start;
}
.lxwm_mail {
  margin-top: 10px;
}
.search_form {
  width: 45.5%;
  padding: 0 15px 0 25px;
}
.search_inp1 {
  padding: 0 10px;
}
/* END */

/* 首页 */
/* 关于我们 */
.gsjj{
  padding: 30px 0;
}
.gsjj_contect {
  padding-top: 30px;
}
.gsjj_right {
  padding-left: 15px;
}
.gsjj_txt {
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 24px;
}
.gsjj_pp {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_pp>span {
  line-height: 22px;
  font-size: 14px;
}
.gsjj_spp>div {
  padding-left: 10px;
  line-height: 20px;
  font-size: 12px;
}
.gsjj_spp>div>span {
  line-height: 28px;
  font-size: 12px;
}
.gsjj_spp>div>span>em {
  font-size: 20px;
}
.gsjj_ul {
  padding-top: 20px;
}


/* 产品展示 */
.cpzs {
  padding: 30px 0;
}
.cpzs_ul {
  padding-top: 30px;
}
.cpzs_ul li a {
  padding: 5px 5px 0 5px;
}

/* 案例展示 */
.case{
  padding: 30px 0;
}
.case_ul{
  padding-top: 30px;
}

/* 新闻中心 */
.news {
  padding: 30px 0;
}
.news_contect {
  padding-top: 30px;
  margin-bottom: 15px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 10px;
}
footer>div>div{
  margin: 5px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 30px 0;
}
.main_left{
  width: 29%;
}
.main_right{
  width: 69%;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1 li a{
  padding: 5px 5px 0 5px;
}
.cpzs_ul1 li a .cpzs_txt{
  height: 42px;
  line-height: 42px;
}
/* END-产品展示 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 2px 0 0px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}

.banner-imgbox .swiper-pagination {
  bottom: 10px;
  margin-top:20px;
}
.search {
  margin-top: 0;
}
.search_box {
  padding: 2px;
}
.search_form {
  width: 100%;
  padding: 0;
}
.search_form::after {
  display: none;
}
.search_inp1 {
  width: calc(100% - 60px);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.search_btn {
  width: 60px;
  height: 40px;
}
/* END */

/* 首页 */
/* 关于我们 */
.gsjj{
  padding: 10px 0;
}
.gsjj_p {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_left {
  width: 100%;
  padding-top: 0;
}
.gsjj_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.gsjj_txt {
  margin-bottom: 10px;
}
.gsjj_txt>span {
  line-height: 24px;
  font-size: 16px;
}
.gsjj_ul {
  padding-top: 10px;
}
.gsjj_ul li .gsjj_B {
  padding: 3px;
}
.gsjj_ul li .gsjj_txts {
  margin-top: 5px;
  line-height: 20px;
  font-size: 12px;
}

/* 产品展示 */
.cpzs {
  padding: 10px 0;
}
.cpzs_ul {
  padding-top: 10px;
}
.cpzs_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzs_ul li a .cpzs_txt {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.cpzs_more {
  padding-top: 5px;
}

/* 案例展示 */
.case{
  padding: 10px 0;
}
.case_ul {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.case_ul li{
  width: 49%;
  margin: 0 0.5% 1% 0.5%;
}
.case_ul li:first-child{
  width: 100%;
}
.case_ul li:first-child>a::before {
  padding-top: 60%;
}

/* 新闻中心 */
.news {
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
  margin-bottom: 10px;
}
.news_left {
  width: 100%;
}
.news_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.news_right li a {
  padding: 5px;
}
.news_right li a .news_sub {
  width: 70px;
  margin-right: 10px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 0;
}
.news_right li a .news_sub>span {
  line-height: 40px;
  font-size: 20px;
}
.news_right li a .news_p {
  line-height: 25px;
}
.news_right li a .news_txt {
  height: 40px;
  line-height: 20px;
}
/* END-首页 */

/* 底部 */
footer>div>div{
  margin: 0;
}
.footer {
  line-height: 20px;
  font-size: 12px;
}
.copyright {
  line-height: 20px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 10px 0;
}
.main_left{
  width: 100%;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-image: url(../images/imgs/sj_jiantou.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.about_ul{
  display: none;
}
.about_ul>li {
  margin-top: 2px;
}
.about_ul>li>a {
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 14px;
}
.main_right{
  width: 100%;
}
.dqwz_contect {
  padding: 10px 0;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1 li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzs_ul1 li a{
  padding: 2px 2px 0 2px;
}
.cpzs_ul1 li a .cpzs_txt {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
/* END-产品展示 */

/* 新闻中心 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li a{
  padding: 3px;
}
.xw_ul li a .xw_left{
  width: 116px;
}
.xw_ul li a .xw_left::before{
  padding-top: 100%;
}
.xw_ul li a .xw_R{
  width: calc(100% - 116px);
  padding-left: 10px;
}
.xw_ul li a .xw_R .xw_txt{
  height: 60px;
  -webkit-line-clamp: 3;
  margin-top: 5px;
}
.xw_ul li a .xw_R .xw_sp{
  margin-top: 4px;
  line-height: 22px;
  font-size: 12px;
}
.xw_ul li a .xw_R .xw_sp>span{
  width: 60px;
  height: 22px;
  line-height: 22px;
}
/* END-新闻中心 */

/*联系我们*/
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fff;
	height: calc(57px +  constant(safe-area-inset-bottom));
	height: calc(57px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background-color: #fff;
	height: calc(55px +  constant(safe-area-inset-bottom));
	height: calc(55px +  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: #033d86;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 24px;
  line-height: 24px;
  font-size: 19px;
}
.root > .layui-col-xs3 > a:hover {
  background: #ffbb10;
  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 */
