/* 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";

/* 顶部 */
.topbox {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  line-height: 32px;
  font-size: 14px;
  color: #131313;
}
.topbox a {
  color: #131313;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #0f6fb8;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 8px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logo{
  width: 43.5%;
  float: left;
}
.logo > a{
	width: 100%;
  max-width: 522px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search{
  width: 232px;
  float: left;
  overflow: hidden;
}
.search_form{
  width: 100%;
  float: right;
  border: 1px solid #959595;
}
.search_inp1{
  width: calc(100% - 42px);
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.search_inp1::-webkit-input-placeholder{
  color: #282828;
}
.search_inp1:-moz-placeholder{
  color: #282828;
}
.search_btn{
  width: 42px;
  float: left;
  height: 36px;
  background: url(../images/search_ss.png) no-repeat left center;
  border: none;
  outline: none;
  cursor: pointer;
}
.header_dianhua {
  line-height: 24px;
  color: #282828;
  font-size: 16px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 66px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  font-size: 28px;
  color: #131313;
  font-weight: bold;
}

/* 导航 */
nav {
  background-color: #0f6fb8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.layui-nav{
  background-color: initial;
  padding: 0;
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
  width: 12.5%;
  line-height: 50px;
  background: url(../images/shutiap.png) no-repeat right center;
}
.layui-nav .layui-nav-item > a{
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #96c139;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0 0 0;
  border: none;
  line-height: 40px;
  background-color: rgba(15,111,184,0.8);
  border-radius: initial;
}
.layui-nav-child-fw{
	left: -40%;
	width: 180%;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #96c139;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #0f6fb8;
  opacity: 1;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #96c139;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/* 首页 */
.fwxm{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.fwxm_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.fwxm_title .fwxm_p{
  line-height: 44px;
  font-size: 30px;
  font-weight: bold;
}
.fwxm_title .fwxm_heng{
  width: 26px;
  height: 3px;
  background-color: #0f6fb8;
  margin: 15px auto;
}
.fwxm_title .fwxm_sp{
  line-height: 30px;
  font-size: 16px;
  color: #555;
}
.fwxm_ul{
  display: block;
  overflow: hidden;
  width: 1218px;
  padding-top: 10px;
}
.fwxm_ul li{
  width: 388px;
  float: left;
  margin: 30px 18px 0 0;
}
.fwxm_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #d9d9d9;
  display: flex;
  padding: 32px 20px;
}
.fwxm_ul li>a .fwxm_img{
  width: 136px;
  float: left;
  overflow: hidden;
  border: 11px solid #eee;
  border-radius: 50%;
  position: relative;
}
.fwxm_ul li>a .fwxm_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.fwxm_ul li>a .fwxm_R{
  width: calc(100% - 136px);
  float: left;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.fwxm_ul li>a .fwxm_R .fwxm_heng{
  width: 25px;
  height: 3px;
  background-color: #033e71;
  float: left;
}
.fwxm_ul li>a .fwxm_R .fwxm_tit{
  width: 100%;
  float: left;
  overflow: hidden;
  height: 64px;
  line-height: 32px;
  margin-top: 10px;
  font-size: 18px;
  color: #131313;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.fwxm_ul li>a .fwxm_R .fwxm_more{
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
  color: #434343;
}
.fwxm_ul li>a:hover,
.fwxm_ul li>a:hover .fwxm_img{
  border-color: #0f6fb8;
}

.fwxm_ul li>a:hover .fwxm_img img{
  transform: scale(1.1);
}

.hf{
  width: 100%;
  overflow: hidden;
}
.hf_bj{
  width: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf_left{
  width: calc(50% - 36px);
  float: left;
  padding: 35px 0 35px 90px;
}
.hf_left .hf_p{
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 26px;
  color: #fff;
}
.hf_left .hf_sp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}
.hf_right{
  width: calc(50% - 36px);
  float: left;
  padding: 35px 0 35px 30px;
}
.hf_right .hf_dianhua{
  display: block;
  overflow: hidden;
  padding: 5px 0 0 120px;
  background: url(../images/hf_dianhua.png) no-repeat left center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.hf_right .hf_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  font-weight: bold;
}

.ys{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.ys_p{
  line-height: 42px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.ys_sp{
  line-height: 30px;
  font-size: 16px;
  color: #131313;
  margin-top: 10px;
}
.ys_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.ys_contect .ys_left{
  width: 43.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.ys_contect .ys_ul{
  width: 55.25%;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.ys_contect .ys_ul li{
  width: 33.33333%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.ys_contect .ys_ul li .ys_B{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ys_contect .ys_ul li .ys_B::before{
  content: "";
  display: block;
  padding-top: 90.9091%;
}
.ys_contect .ys_ul li .ys_B .ys_hover{
  width: 100%;
  float: left;
  height: 100%;
  background-color: #ededed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all 0.4s;
}
.ys_contect .ys_ul li .ys_B .ys_hover::before{
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  float: left;
  border: 1px solid rgba(237,237,237,1);
  position: absolute;
  left: 4px;
  top: 4px;
}
.ys_contect .ys_ul li .ys_B .ys_hover>div{
  width: 100%;
  float: left;
  text-align: center;
  color: #131313;
  font-size: 16px;
  line-height: 28px;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.ys_contect .ys_ul li:hover .ys_B .ys_hover{
  background-color: #1094f9;
}
.ys_contect .ys_ul li:hover .ys_B .ys_hover>div{
  color: #fff;
}
.ys_contect .ys_ul li:hover .ys_B img{
  transform: scale(1.1);
}
.ys_contect .ys_ul li:nth-child(even){
  flex-direction: column-reverse;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.gsjj_p{
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.gsjj_sp{
  line-height: 22px;
  font-size: 18px;
  margin-top: 10px;
}
.gsjj_bj{
  display: block;
  overflow: hidden;
  border: 11px solid rgba(255,255,255,0.6);
  margin-top: 35px;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 30px;
}
.gsjj_left{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_left::before{
  content: "";
  display: block;
  padding-top: 62.1622%;
}
.gsjj_left>video{
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.gsjj_right{
  width: 50%;
  float: right;
  padding-right: 40px;
}
.gsjj_right .gsjj_tit{
  display: block;
  overflow: hidden;
  line-height: 52px;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.gsjj_right .gsjj_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 34px;
  height: 136px;
  font-size: 16px;
  color: #131313;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.gsjj_more>a{
  display: block;
  overflow: hidden;
  width: 142px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #0689ed;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #96c139;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 45px 0 0 0;
  background-color: #f3f5f8;
}
.case_ul{
  display: block;
  overflow: hidden;
  width: 1212px;
  padding-top: 40px;
}
.case_ul li{
  width: 392px;
  float: left;
  margin: 0 12px 0 0;
}
.case_ul li .case_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #c7c9cb;
  position: relative;
}
.case_ul li .case_img::before{
  content: "";
  display: block;
  padding-top: 66.24041%;
}
.case_ul li .case_txt{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 84px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.case_ul li:hover .case_img{
  border-color: #0689ed;
}
.case_ul li:hover .case_img img{
  transform: scale(1.1);
}
.case_ul li:hover .case_txt{
  color: #0689ed;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.news_ul{
  display: block;
  overflow: hidden;
  padding-top: 35px;
  width: 1221px;
}
.news_ul li{
  width: 386px;
  float: left;
  margin: 0 21px 0 0;
}
.news_ul li .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_ul li .news_img::before{
  content: "";
  display: block;
  padding-top: 62.3377%;
}
.news_ul li .news_R{
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.news_ul li .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #888;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_ul li .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #888;
  text-overflow:ellipsis;
  white-space: nowrap;
  background: url(../images/news_icon.png) no-repeat left center;
  padding-left: 30px;
}
.news_ul li .news_R .news_sp>span{
  float: right;
}
.news_ul li:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li:hover .news_R .news_p{
  color: #1094f9;
}
/* END-首页 */

/* 底部 */
footer {
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.footer_left{
  width: 50%;
  float: left;
}
.footer_logo{
  display: block;
  overflow: hidden;
}
.footer_logo img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.footer_dianhua{
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 56px;
  font-size: 48px;
  color: #fff;
  padding-left: 78px;
  background: url(../images/footer_dianhua.png) no-repeat left center;
}
.footer_lx{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
}
.footer_lx>span{
  text-decoration: underline;
}
.footer_right{
  width: 50%;
  float: right;
  padding-top: 50px;
}
.footer_form{
  width: 100%;
  float: left;
  position: relative;
  background-color: #0f6fb8;
  padding: 20px 0 30px 30px;
}
.footer_form::before{
  content: "";
  width: 1920px;
  height: 100%;
  float: left;
  background-color: #0f6fb8;
  position: absolute;
  left: 0;
  top: 0;
}
.footer_B{
  width: calc(50% - 29px);
  border-bottom: 1px dashed #fff;
  position: relative;
  z-index: 2;
}
.footer_sp{
  width: 80px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.footer_inp1{
  width: calc(100% - 80px);
  float: left;
  height: 40px;
  background: none;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
.footer_B1{
  width: 100%;
  margin-top: 25px;
}
.footer_B1 .footer_sp{
  width: 50px;
}
.footer_inp2{
  width: calc(100% - 50px);
  float: left;
  height: 40px;
  line-height: 20px;
  background: none;
  font-size: 14px;
  color: #fff;
  padding: 10px;
}
.footer_btn{
  width: 120px;
  float: left;
  height: 32px;
  border: 1px dotted #fff;
  font-size: 16px;
  color: #fff;
  border-radius: 16px;
  cursor: pointer;
  background: none;
  line-height: 30px;
  margin-top: 35px;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.footer_btn:hover{
  background-color: #fff;
  color: #0f6fb8;
}

.footer_wxB{
  width: 100%;
  float: left;
  margin-top: 40px;
}
.footer_wxB .footer_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
.footer_wx{
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.footer_wx img{
  width: 110px;
  float: left;
  height: 110px;
  margin-right: 30px;
}

.copyright{
  width: 100%;
  float: left;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.6);
  line-height: 26px;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}

.back{
  cursor: pointer;
  display: none;
  width: 40px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-size: 20px;
  color: #0f6fb8;
  position: fixed;
  right: 0;
  bottom: 57px;
  z-index: 10;
  transition: all 0.4s;
}
.back:hover{
  background-color: #0f6fb8;
  color: #fff;
}
/* END-底部 */

.jlfanye {
    /*float:right;*/
    width: 100%;
    height: 28px;
    margin: 18px 0 0 0;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.dqwz_title{
	width: 100%;
	float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dqwz_left{
  float: left;
  display: flex;
  align-items: flex-end;
}
.dqwz_T{
  float: left;
  font-family: "Times New Roman";
  height: 96px;
  line-height: 96px;
  font-size: 120px;
  color: #0f6fb8;
  margin-right: 15px;
}
.dqwz_B{
  float: left;
  position: relative;
}
.dqwz_B::before{
  content: "";
  width: 42px;
  height: 2px;
  float: left;
  background-color: #dec688;
  position: absolute;
  left: calc(100% + 15px);
  top: 22px;
}
.dqwz_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #131313;
  font-weight: bold;
}
.dqwz_sp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 20px;
  color: #0f6fb8;
  font-family: "Times New Roman";
}
.dqwz_nav{
  float: right;
  line-height: 36px;
  font-size: 14px;
  color: #999;
  background: url(../images/dqwz_logo.png) no-repeat left center;
  padding-left: 22px;
}
.dqwz_nav>a{
  float: right;
  color: #999;
  margin-left: 15px;
}
.dqwz_nav>a:hover{
  color: #0f6fb8;
  text-decoration: underline;
}

.about{
	width: 100%;
	float: left;
  padding-top: 40px;
}
.about_ul{
	display: block;
	overflow: hidden;
  width: 1226px;
  margin-left: -13px;
}
.about_ul>li{
  float: left;
  min-width: 198px;
  margin: 0 13px 32px 13px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height:  40px;
	line-height: 40px;
  text-align: center;
  padding: 0 20px;
  border-radius: 20px;
  background-color: #cccc99;
	font-size: 16px;
	color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #0066cc;
	color: #fff;
}

/* .about_dl{
	display: none;
	overflow: hidden;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
}
.about_dl>dd>a:hover{
	background-color: #f00;
	color: #fff;
} */

.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 35px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{
  max-width: 100%;
}
/* END-关于我们 */

/* 服务项目 */
.cpxq{
	display: block;
	overflow: hidden;
}
.cpxq_p{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 34px;
	color: #333;
}
.cpxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
/* END-服务项目 */

/* 案例展示 */
.case_ul1{
  padding: 0 !important;
}
/* END-案例展示 */

/* 视频展示 */
.video-tck{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 99999;
}
.video-tck>div{
  width: 100%;
  max-width: 1000px;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  padding: 20px;
}
.video-tck>div>video{
  width: 100%;
  float: left;
  height: auto;
}
.video-tck>div .off{
  width: 16px;
  float: left;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/* END-视频展示 */

/* 新闻资讯 */
.news_ul1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.news_ul1 li{
  width: calc(50% - 20px);
  float: left;
  margin: 0 0 40px 0;
}
.news_ul1 li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul1 li .news_img{
  width: 250px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul1 li .news_R{
  width: calc(100% - 250px);
  overflow: hidden;
  padding: 0 0 0 30px;
}
.news_ul1 li .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul1 li .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #888;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.news_ul1 li .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  text-overflow:ellipsis;
  white-space: nowrap;
  background: url(../images/news_icon.png) no-repeat left center;
  padding-left: 30px;
}
.news_ul1 li .news_R .news_sp>span{
  float: right;
}
.news_ul1 li:hover .news_img img{
  transform: scale(1.1);
}
.news_ul1 li:hover .news_R .news_p{
  color: #1094f9;
}

.xwxq{
	display: block;
	overflow: hidden;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwxq_sp{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.xwxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  width: 39%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 59%;
  float: left;
  height: 400px;
  border: none;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 头部 */
.header_R {
  width: 52%;
}
/* END_头部 */

/* 首页 */
.fwxm_ul {
  width: 101%;
  margin-left: -0.5%;
}
.fwxm_ul li {
  width: 32.3333%;
  margin: 20px 0.5% 0 0.5%;
}
.fwxm_ul li>a {
  padding: 25px 15px;
}

.ys {
  padding: 40px 0;
}

.gsjj {
  padding: 40px 0;
}
.gsjj_contect {
  padding: 30px 20px;
}
.gsjj_right .gsjj_tit {
  line-height: 48px;
  font-size: 26px;
}

.case {
  padding: 30px 0 0 0;
}
.case_ul {
  width: 101%;
  margin-left: -0.5%;
  padding-top: 30px;
}
.case_ul li {
  width: 32.3333%;
  margin: 0 0.5%;
}
.case_ul li .case_txt {
  line-height: 60px;
}

.news {
  padding: 40px 0;
}
.news_ul {
  width: 102%;
  margin-left: -1%;
}
.news_ul li {
  width: 31.3333%;
  margin: 0 1%;
}
/* END-首页 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.about {
  padding-top: 30px;
}
.about_ul {
  width: auto;
  margin-left: -10px;
}
.about_ul>li {
  margin: 0 10px 20px 10px;
}
.dqwz_contect {
  padding-top: 25px;
}
/* END-关于我们 */

/* 新闻资讯 */
.news_ul1 li {
  width: calc(50% - 15px);
  margin: 0 0 30px 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: 999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #0f6fb8;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 8px 0;
  position: fixed;
  z-index: 999;
  background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.header_R {
  width: 42%;
}
.logo {
  width: 54%;
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(15,111,184,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999;
	opacity: 0;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container{
  max-width: 100% !important;
}
.layui-nav{
  width: 100%;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-nav-item{
  background: none;
}
.layui-nav .layui-nav-item a{
	color: #fff;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover,
.layui-nav .layui-this{
  background-color: #96c139;
}
.layui-nav .layui-nav-item:hover a,
.layui-nav .layui-this a{
  color: #fff;
}

/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* 首页 */
.fwxm {
  padding: 20px 0;
}
.fwxm_title .fwxm_heng {
  margin: 5px auto;
}
.fwxm_ul li {
  width: 48%;
  margin: 10px 0.5% 0 0.5%;
}
.fwxm_ul li>a {
  padding: 15px 10px;
}
.fwxm_ul li>a .fwxm_R {
  padding-left: 20px;
}

.hf_left {
  width: calc(50% - 20px);
  padding: 15px 0 15px 20px;
}
.hf_right {
  width: calc(50% - 20px);
  padding: 15px 0 15px 20px;
}
.hf_right .hf_dianhua {
  padding: 5px 0 0 90px;
  background-size: contain;
}
.hf_right .hf_dianhua>span {
  line-height: 40px;
  font-size: 30px;
}

.ys {
  padding: 20px 0;
}
.ys_contect {
  padding-top: 20px;
}

.gsjj {
  padding: 20px 0;
}
.gsjj_bj {
  border: 5px solid rgba(255,255,255,0.6);
  margin-top: 20px;
}
.gsjj_contect {
  padding: 15px;
}
.gsjj_right .gsjj_tit {
  line-height: 30px;
  font-size: 18px;
}
.gsjj_more {
  padding-top: 15px;
}

.case {
  padding: 20px 0 0 0;
}
.case_ul {
  padding-top: 20px;
}
.case_ul li .case_txt {
  line-height: 50px;
}

.news {
  padding: 20px 0;
}
.news_ul {
  padding-top: 20px;
}
/* END-首页 */

/* 底部 */
.footer_left{
  width: 100%;
}
.footer_logo{
  width: 49%;
  float: left;
  margin-right: 2%;
}
.footer_dianhua {
  margin-top: 10px;
  line-height: 40px;
  font-size: 30px;
  padding-left: 60px;
}
.footer_lx {
  margin-top: 10px;
  line-height: 30px;
}
.footer_right {
  width: 100%;
  padding-top: 10px;
}
.footer_form::before {
  display: none;
}
.footer_form {
  padding: 10px;
}
.footer_B1 {
  margin-top: 10px;
}
.footer_btn {
  margin-top: 10px;
}
.footer_wxB {
  margin-top: 10px;
}
.footer_wxB .footer_p {
  margin-bottom: 10px;
}
.copyright {
  margin-top: 20px;
  line-height: 22px;
  padding: 15px 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 20px 0;
}
.about {
  padding-top: 20px;
}
.about_ul {
  width: auto;
  margin-left: -5px;
}
.about_ul>li {
  margin: 0 5px 10px 5px;
}
.dqwz_contect {
  padding-top: 15px;
}
/* END-关于我们 */

/* 新闻资讯 */
.news_ul1 li {
  width: calc(50% - 10px);
  margin: 0 0 20px 0;
}
.news_ul1 li .news_img {
  width: 160px;
}
.news_ul1 li .news_R {
  width: calc(100% - 160px);
  padding: 0 0 0 15px;
}
/*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_R {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 99999;
  padding: 15px;
}
.search {
  width: 100%;
  background-color: #fff;
  padding: 0;
}
.search_inp1 {
  width: calc(100% - 44px);
  height: 44px;
  line-height: 44px;
}
.search_btn {
  width: 44px;
  height: 44px;
}
.search_ss{
  width: 30px;
  float: left;
  height: 30px;
  background: url(../images/search_ss.png) no-repeat right center;
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
}

.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 40px;
}
/* END-头部 */

/* 首页 */
.fwxm {
  padding: 10px 0;
}
.fwxm_title .fwxm_p {
  line-height: 30px;
  font-size: 20px;
}
.fwxm_title .fwxm_heng {
  margin: 2px auto;
}
.fwxm_title .fwxm_sp {
  line-height: 20px;
  font-size: 14px;
}
.fwxm_ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fwxm_ul li {
  width: 49%;
  margin: 10px 0 0 0;
}
.fwxm_ul li>a {
  padding: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.fwxm_ul li>a .fwxm_img {
  width: 100px;
  border: 4px solid #eee;
}
.fwxm_ul li>a .fwxm_R {
  width: 100%;
  padding: 10px 0 0 0;
  justify-content: center;
}
.fwxm_ul li>a .fwxm_R .fwxm_tit {
  height: auto;
  line-height: 24px;
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
  -webkit-line-clamp: initial;
}
.hf_bj {
  background: url(../images/hf_bj.png) no-repeat center center;
  background-size: cover;
}
.hf_left {
  width: 100%;
  padding: 10px;
  background-color: rgba(3,62,113,0.8);
  text-align: center;
}
.hf_right {
  width: 100%;
  padding: 10px;
  background-color: rgba(16,148,249,0.8);
}
.hf_left .hf_p {
  line-height: 30px;
  font-size: 20px;
}
.hf_left .hf_sp {
  line-height: 20px;
  font-size: 14px;
}
.hf_right{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hf_right .hf_dianhua {
  padding: 0 0 0 65px;
  line-height: 20px;
  font-size: 14px;
}
.hf_right .hf_dianhua>span {
  line-height: 30px;
  font-size: 20px;
}

.ys {
  padding: 10px 0;
}
.ys_p {
  line-height: 30px;
  font-size: 20px;
}
.ys_sp {
  line-height: 20px;
  font-size: 14px;
  margin-top: 0;
}
.ys_contect {
  padding-top: 10px;
}
.ys_contect .ys_left {
  width: 100%;
}
.ys_contect .ys_left::before{
  content: "";
  display: block;
  padding-top: 45%;
}
.ys_contect .ys_ul {
  width: 100%;
}
.ys_contect .ys_ul li .ys_B .ys_hover>div {
  font-size: 14px;
  line-height: 22px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_p {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_sp {
  line-height: 20px;
  font-size: 14px;
  margin-top: 0px;
}
.gsjj_bj {
  border: 3px solid rgba(255,255,255,0.6);
  margin-top: 10px;
}
.gsjj_contect {
  padding: 5px;
}
.gsjj_left {
  width: 100%;
}
.gsjj_right {
  width: 100%;
  padding: 0;
}
.gsjj_right .gsjj_tit {
  line-height: 24px;
  font-size: 16px;
}
.gsjj_right .gsjj_txt {
  margin-top: 5px;
  line-height: 24px;
  height: auto;
  font-size: 14px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding-top: 10px;
}
.gsjj_more>a {
  float: right;
  width: 104px;
  height: 32px;
  line-height: 32px;
}

.case {
  padding: 10px 0 0 0;
}
.case_ul {
  padding-top: 10px;
}
.case_ul li {
  width: 49%;
}
.case_ul li .case_txt {
  line-height: 40px;
  font-size: 14px;
}

.news {
  padding: 10px 0;
}
.news_ul {
  padding-top: 0;
  width: 100%;
  margin: 0;
}
.news_ul li {
  width: 100%;
  margin: 10px 0 0 0;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul li .news_img {
  width: 140px;
  float: left;
}
.news_ul li .news_R {
  width: calc(100% - 140px);
  padding: 0 0 0 10px;
}
.news_ul li .news_R .news_p {
  line-height: 24px;
}
.news_ul li .news_R .news_txt {
  height: 60px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  margin: 3px 0;
}
.news_ul li .news_R .news_sp {
  line-height: 20px;
  font-size: 12px;
  background: url(../images/news_icon.png) no-repeat left center;
  background-size: contain;
  padding-left: 25 px;
}
/* END-首页 */

/* 底部 */
.copyright{
  margin-top: 0;
  border-top: none;
  line-height: 20px;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.about {
  padding: 0;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
  background-color: #0066cc;
}
.about_title::after{
  content: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul {
  display: none;
  width: 100%;
  margin-left: 0;
}
.about_ul>li {
  width: 100%;
  margin: 2px 0 0 0;
}
.dqwz_contect {
  padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 服务项目 */
.cpxq_p{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.cpxq_txt{
	line-height: 24px;
}
.cpxq_txt img{
	margin: 5px auto;
}
/* END-服务项目 */

/* 新闻资讯 */
.xw_ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.xw_ul li a .xw_img{
	width: 140px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 140px);
	padding-left: 10px;
}
.xw_ul li a .xw_R .xw_p{
	line-height: 30px;
}
.xw_ul li a .xw_R .xw_txt{
	height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.xw_ul li a .xw_R .xw_sp{
	height: 14px;
	line-height: 14px;
}

.xwxq_p{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 5px;
}
.xwxq_sp{
	line-height: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.xwxq_txt{
	line-height: 24px;
}
.xwxq_txt img{
	margin: 5px auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  width: 100%;
  line-height: 24px;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #0f6fb8;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-color: #96c139;
  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 */
