/* 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 #eee;
  border-bottom: 1px solid #eee;
  line-height: 42px;
  font-size: 14px;
  color: #333;
}
.top_nav{
  color: #999;
}
.topbox a {
  color: #999;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #004588;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 28px 0;
}
.logo > a{
	width: 100%;
  max-width: 282px;
}
.logo_txt{
	width: 100%;
  max-width: 360px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  float: right;
}
.search{
  width: 232px;
  float: right;
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  margin-top: 3px;
  overflow: hidden;
  margin-left: 20px;
}
.search_inp1{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.search_btn{
  width: 40px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat left center;
  cursor: pointer;
}
.header_dianhua {
  float: right;
  line-height: 18px;
  color: #f4b00d;
  font-size: 18px;
  font-style: oblique;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding: 6px 0 6px 55px;
  font-weight: bold;
}
.header_dianhua>span{
  float: left;
  font-size: 14px;
  color: #131313;
  margin-right: 8px;
  font-style: normal;
  font-weight: normal;
}

/* 导航 */
nav {
  background-color: #004588;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.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: 14.285%;
  line-height: 52px;
}
.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: #f4b00d;
}
.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(0,69,136,0.8);
  border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #f4b00d;
  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: #f4b00d;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f4b00d;
}
/*箭头*/
.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 */

/* 首页 */
.yw{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.yw_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.yw_p{
  line-height: 48px;
  background: url(../images/title_heng1.png) no-repeat center center;
  font-size: 30px;
  color: #004588;
}
.yw_sp{
  line-height: 30px;
  font-size: 18px;
  color: #d9d9d9;
  text-transform: uppercase;
}
.yw_ul{
  display: block;
  overflow: hidden;
  width: 1239px;
}
.yw_ul li{
  width: 374px;
  float: left;
  margin: 38px 39px 0 0;
}
.yw_ul li>a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 25px;
}
.yw_ul li>a .yw_icon{
  width: 70px;
  float: left;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.yw_ul li>a .yw_icon>img:first-child{opacity: 1;}
.yw_ul li>a .yw_icon>img:last-child{opacity: 0;}
.yw_ul li>a .yw_R{
  width: calc(100% - 70px);
  float: left;
  padding-left: 25px;
}
.yw_ul li>a .yw_R .yw_pp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.yw_ul li>a .yw_R .yw_spp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.4s;
}
.yw_ul li>a:hover{
  border-color: #004588;
}
.yw_ul li>a:hover .yw_icon>img:first-child{opacity: 0;}
.yw_ul li>a:hover .yw_icon>img:last-child{opacity: 1;}
.yw_ul li>a:hover .yw_R .yw_pp,
.yw_ul li>a:hover .yw_R .yw_spp{
  color: #004588;
}

.ys{
  width: 100%;
  overflow: hidden;
}
.ys_title{
  display: block;
  overflow: hidden;
  background: url(../images/ys_title_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 28px 0 36px 0;
}
.ys_title img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_contect{
  display: block;
  overflow: hidden;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.ys_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.ys_ul li{
  width: calc(50% - 45px);
  float: left;
  margin: 35px 0;
}
.ys_ul li .ys_icon{
  width: 138px;
  float: left;
  height: auto;
  margin-right: 25px;
}
.ys_ul li .ys_icon img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ys_ul li .ys_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  margin-top: 20px;
  font-size: 24px;
  color: #005dad;
  font-weight: bold;
}
.ys_ul li .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 32px;
  margin-top: 15px;
  font-size: 18px;
  color: #666;
}

.sol{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.sol_ul{
  display: flex;
  flex-wrap: wrap;
  width: 1215px;
  padding-top: 15px;
}
.sol_ul li{
  width: 390px;
  float: left;
  margin: 0 15px 15px 0;
}
.sol_ul li>a{
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.sol_ul li>a .sol_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.sol_ul li>a .sol_img::before{
  content: "";
  display: block;
  padding-top: 66.66667%;
}
.sol_ul li>a .sol_txt{
  display: block;
  overflow: hidden;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.sol_ul li>a:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.sol_ul li>a:hover .sol_img img{
  transform: scale(1.1);
}
.sol_ul li>a:hover .sol_txt{
  color: #004588;
}

.hf{
  width: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0 110px 0;
  text-align: center;
  color: #fff;
}
.hf_p{
  line-height: 58px;
  font-size: 40px;
}
.hf_p>span{
  font-size: 48px;
  font-weight: bold;
}
.hf_sp{
  line-height: 44px;
  font-size: 30px;
}

.gsjj{
  width: 100%;
  float: left;
  padding: 0 0 30px 0;
}
.gsjj_title{
  width: 100%;
  float: left;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  background-image: url(../images/title_heng2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4b00d;
  line-height: 42px;
  padding: 10px 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: -62px;
  position: relative;
  z-index: 5;
}
.gsjj_sp{
  display: flex;
  justify-content: center;
}
.gsjj_sp>span{
  float: left;
  background-color: #f4b00d;
  padding: 0 35px;
  line-height: 18px;
  font-size: 18px;
  color: #fff;
  height: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.gsjj_sp>span::before{
  content: "";
  width: 0;
  height: 0;
  border-right: 18px solid #f4b00d;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: -18px;
  top: 0;
}
.gsjj_sp>span::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #f4b00d;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  right: -18px;
  top: 0;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  top: -30px;
  padding: 70px 35px 45px 35px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.gsjj_img{
  width: calc(50% - 35px);
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_R{
  width: 50%;
  float: right;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 240px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding: 30px 0 10px 0;
}
.gsjj_more>a{
  width: 162px;
  height: 50px;
  float: left;
  background-color: #004588;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #f4b00d;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.news>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_B{
  width: 428px;
  float: left;
  background-color: #fff;
  padding: 20px 15px;
}
.news_title{
  width: 100%;
  float: left;
  height: 49px;
  line-height: 34px;
  border-bottom: 3px solid #eee;
}
.news_p{
  float: left;
  height: 49px;
  border-bottom: 6px solid #007ec7;
  font-size: 24px;
  color: #333;
  margin-right: 15px;
}
.news_p>span{
  color: #007ec7;
}
.news_sp{
  float: left;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.news_ul{
  width: 100%;
  float: left;
  overflow: hidden;
}
.news_ul li{
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul li>a .news_img{
  width: 180px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul li>a .news_R{
  width: calc(100% - 180px);
  float: left;
  padding-left: 20px;
}
.news_ul li>a .news_R .news_pp{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  margin: 8px 0;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li>a:hover .news_R .news_pp{
  color: #007ec7;
}

.cjwt{
  width: 334px;
  float: left;
  border: 3px solid #004588;
  background-color: #fff;
}
.cjwt_title{
  display: block;
  overflow: hidden;
  background: url(../images/cjwt_title.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 15px 0 45px 0;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.cjwt_ul{
  display: block;
  overflow: hidden;
  padding: 25px 16px 0 16px;
}
.cjwt_ul li{
  display: block;
  overflow: hidden;
  padding: 0 5px 25px 5px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cdcdcd;
}
.cjwt_ul li .cjwt_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #007ec7;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cjwt_ul li .cjwt_p>span{
  width: 30px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #004588;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}
.cjwt_ul li .cjwt_B{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.cjwt_ul li .cjwt_B>span{
  width: 30px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f4b00d;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}
.cjwt_ul li .cjwt_B .cjwt_txt{
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cjwt_ul li:last-child{
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.case_contect{
  position: relative;
  margin-top: 25px;
}
.case-imgbox .swiper-slide>a{
  display: block;
  overflow: hidden;
  background-color: #e7e7e7;
  padding: 1px;
}
.case-imgbox .swiper-slide>a .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-imgbox .swiper-slide>a .case_img::before{
  content: "";
  display: block;
  padding-top: 78.44523%;
}
.case-imgbox .swiper-slide>a .case_txt{
  display: block;
  overflow: hidden;
  line-height: 56px;
  text-align: center;
  font-size: 15px;
  color: #333;
text-overflow:ellipsis; 
white-space:nowrap; 
}
.case-imgbox .swiper-slide>a:hover{
  background-color: #004588;
}
.case-imgbox .swiper-slide>a:hover .case_txt{
  color: #fff;
}
.case-prev,
.case-next{
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #e7e7e7;
  font-size: 30px;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 5;
}
.case-next{
  left: initial;
  right: -40px;
}
.case-prev:hover,
.case-next:hover{
  color: #004588;
}
/* END-首页 */

/* 底部 */
footer {
  background: #20212a;
}
.link{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 25px 0;
  font-size: 14px;
  color: #fff;
}
.link>span{
  float: left;
}
.link>p a{
  color: #fff;
  margin: 0 8px;
}
.link>p a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.footer_logo{
  width: 32%;
  float: left;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}

.footer_lxwm{
  width: 32%;
  float: left;
  border-left: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
  padding: 4px 0 4px 5%;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
}

.footer_wx{
  width: 300px;
  float: left;
  display: flex;
  align-items: center;
}
.footer_wx>img{
  width: 124px;
  float: left;
  height: auto;
}
.footer_wx>div{
  width: calc(100% - 124px);
  float: left;
  padding-left: 15px;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
}
.footer_wx>div>span{
  display: block;
  overflow: hidden;
}
.footer_wx>div>span:first-child{
  font-size: 16px;
  line-height: 28px;
}
.footer_wx>div>span:nth-child(2){
  line-height: 38px;
  font-size: 24px;
  font-weight: bold;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #14151b;
  text-align: center;
  line-height: 20px;
  padding: 9px;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
}
.dqwz_title{
	width: 100%;
	float: left;
  height: 72px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.about_title{
  float: left;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.about_ul{
  float: right;
}
.about_ul>li{
  float: left;
  margin-left: 40px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 71px;
	line-height: 70px;
	font-size: 16px;
	color: #999;
  border-bottom: 3px solid transparent;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	color: #004588;
  border-bottom-color: #004588;;
}

.dqwz_contect{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{max-width: 100%;height: auto;}

/* END-关于我们 */

/* 业务范围/解决方案/成功案例 */
.sol_ul1{
  display: flex;
  flex-wrap: wrap;
  width: 1215px;
}
.sol_ul1 li{
  width: 390px;
  float: left;
  margin: 0 15px 15px 0;
}
.sol_ul1 li>a{
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.sol_ul1 li>a .sol_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.sol_ul1 li>a .sol_img::before{
  content: "";
  display: block;
  padding-top: 66.66667%;
}
.sol_ul1 li>a .sol_txt{
  display: block;
  overflow: hidden;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.sol_ul1 li>a:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.sol_ul1 li>a:hover .sol_img img{
  transform: scale(1.1);
}
.sol_ul1 li>a:hover .sol_txt{
  color: #004588;
}

.cpxq{
	display: block;
	overflow: hidden;
}
.cpxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.cpxq_txt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}
/* END-业务范围/解决方案/成功案例 */

/* 新闻资讯 */
.news_ul1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_ul1 li{
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.news_ul1 li>a{
  width: 100%;
  float: left;
  display: flex;
  border: 1px solid #ccc;
  padding: 10px;
}
.news_ul1 li>a .news_img{
  width: 180px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul1 li>a .news_R{
  width: calc(100% - 180px);
  float: left;
  padding-left: 20px;
}
.news_ul1 li>a .news_R .news_pp{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul1 li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  margin: 8px 0;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_ul1 li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul1 li>a:hover .news_R .news_pp{
  color: #007ec7;
}

.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_sp img{max-width: 100%;height: auto;margin:0 auto;display: block;}

.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: 5px auto;
}
/* END-新闻资讯 */

/*联系我们*/
.contact_txt {
  width: 40%;
  float: left;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 头部 */
.search {
  width: 150px;
  margin-left: 10px;
}
.header_dianhua {
  font-size: 16px;
  padding: 6px 0 6px 50px;
}
.header_dianhua>span {
  font-size: 12px;
  margin-right: 4px;
}
/* END_头部 */

/* 首页 */
.yw {
  padding: 40px 0;
}
.yw_ul {
  width: 102%;
  margin-left: -1%;
}
.yw_ul li {
  width: 31.3333%;
  margin: 30px 1% 0 1%;
}

.ys_contect {
  padding: 35px 0;
}
.ys_ul li {
  width: calc(50% - 30px);
  margin: 20px 0;
}

.sol {
  padding: 40px 0;
}
.sol_ul {
  width: 101%;
  margin-left: -0.5%;
}
.sol_ul li {
  width: 32.3333%;
  margin: 0 0.5% 15px 0.5%;
}
.sol_ul li>a .sol_txt {
  height: 55px;
  line-height: 55px;
}

.hf {
  padding: 40px 0 100px 0;
}
.hf_p {
  line-height: 50px;
  font-size: 34px;
}
.hf_p>span {
  font-size: 40px;
}
.hf_sp {
  line-height: 40px;
  font-size: 26px;
}

.gsjj_contect {
  padding: 50px 25px 35px 25px;
}
.news {
  padding: 50px 0;
}
.news_B {
  width: 35%;
  padding: 15px 10px;
}
.news_ul li>a .news_img {
  width: 160px;
}
.news_ul li>a .news_R {
  width: calc(100% - 160px);
}
.cjwt {
  width: 28%;
}
.cjwt_ul {
  padding: 20px 10px 0 10px;
}
.cjwt_ul li {
  padding: 0 5px 15px 5px;
  margin-bottom: 15px;
}

.case {
  padding: 50px 0;
}
.case-prev,
.case-next {
  left: 0;
}
.case-next{
  left: initial;
  right: 0;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 20px 0;
}
.footer_lxwm {
  padding: 4px 0 4px 4%;
}
/* END-底部 */

/* 关于我们 */
.dqwz_title{
  height: 62px;
}
.about_title{
	height: 60px;
	line-height: 60px;
}
.about_ul>li{
  margin-left: 30px;
}
.about_ul>li>a{
	height: 61px;
	line-height: 60px;
}
.dqwz_contect{
	padding: 40px 0;
}
/* END-关于我们 */

/* 业务范围/解决方案/成功案例 */
.sol_ul1 {
  width: 101%;
  margin-left: -0.5%;
}
.sol_ul1 li {
  width: 32.3333%;
  margin: 0 0.5% 15px 0.5%;
}
.sol_ul1 li>a .sol_txt {
  height: 55px;
  line-height: 55px;
}
/* END-业务范围/解决方案/成功案例 */
}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #004588;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 15px 0;
  position: fixed;
  z-index: 99999;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(0,69,136,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
	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 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: #f4b00d;
}
.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-头部 */

/* 首页 */
.yw {
  padding: 30px 0;
}
.yw_ul li {
  margin: 15px 1% 0 1%;
}
.yw_ul li>a {
  padding: 10px;
}
.yw_ul li>a .yw_R {
  padding-left: 10px;
}

.ys_title {
  padding: 20px 0;
}
.ys_contect {
  padding: 20px 0;
}
.ys_ul li {
  width: calc(50% - 10px);
  margin: 10px 0;
}
.ys_ul li .ys_icon {
  width: 110px;
  margin-right: 15px;
}
.ys_ul li .ys_p {
  margin-top: 5px;
}
.ys_ul li .ys_txt {
  margin-top: 5px;
}

.sol {
  padding: 30px 0;
}

.hf {
  padding: 30px 0 80px 0;
}
.hf_p {
  line-height: 40px;
  font-size: 24px;
}
.hf_p>span {
  font-size: 30px;
}
.hf_sp {
  line-height: 30px;
  font-size: 20px;
}

.gsjj_contect {
  padding: 40px 10px 10px 10px;
}
.gsjj_img {
  width: calc(50% - 15px);
}
.gsjj_more {
  padding: 10px 0;
}

.news {
  padding: 30px 0;
}
.news_B {
  width: 49%;
  padding: 10px;
}
.cjwt {
  width: 100%;
  margin-top: 15px;
}
.cjwt_ul {
  padding: 20px 10px;
}
.cjwt_ul li .cjwt_B .cjwt_txt {
  height: auto;
  max-height: 96px;
}

.case {
  padding: 30px 0;
}
/* END-首页 */

/* 底部 */
.footer_logo {
  width: 26%;
}
.footer_lxwm {
  width: 26%;
  padding: 4px 1%;
}
/* END-底部 */

/* 关于我们 */
.dqwz_title{
  height: 52px;
}
.about_title{
	height: 50px;
	line-height: 50px;
}
.about_ul>li{
  margin-left: 20px;
}
.about_ul>li>a{
	height: 51px;
	line-height: 50px;
}
.dqwz_contect{
	padding: 30px 0;
}
/* END-关于我们 */


}

@media (max-width: 767px) {
  .logo img {
width: 80%;}
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 40px;
}
/* END-头部 */

/* 首页 */
.yw {
  padding: 10px 0;
}
.yw_p {
  line-height: 30px;
  font-size: 20px;
}
.yw_sp {
  line-height: 20px;
  font-size: 14px;
}
.yw_ul li {
  margin: 10px 1% 0 1%;
}
.yw_ul li>a{
  flex-wrap: wrap;
  padding: 5px;
}
.yw_ul li>a .yw_icon {
  width: 100%;
  height: 30px;
}
.yw_ul li>a .yw_R {
  width: 100%;
  padding: 0;
}
.yw_ul li>a .yw_R .yw_pp {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}

.ys_title {
  padding: 10px 0;
}
.ys_contect {
  padding: 10px 0;
}
.ys_ul li {
  width: 100%;
  margin: 5px 0;
}
.ys_ul li .ys_icon {
  width: auto;
  margin-right: 10px;
}
.ys_ul li .ys_icon img{
  height: 60px;
}
.ys_ul li .ys_p {
  margin: 10px 0;
  font-size: 20px;
}
.ys_ul li .ys_txt {
  width: 100%;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
}

.sol {
  padding: 10px 0;
}
.sol_ul li {
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
}
.sol_ul li>a .sol_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.hf {
  padding: 10px 0;
}
.hf_p {
  line-height: 24px;
  font-size: 16px;
}
.hf_p>span {
  font-size: 20px;
}
.hf_sp {
  line-height: 24px;
  font-size: 16px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_p {
  line-height: 30px;
  padding: 5px 0;
  font-size: 20px;
  margin-top: 0;
}
.gsjj_sp>span {
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
  height: 20px;
}
.gsjj_sp>span::before {
  border-right: 10px solid #f4b00d;
  border-bottom: 20px solid transparent;
  left: -10px;
}
.gsjj_sp>span::after {
  border-left: 10px solid #f4b00d;
  border-bottom: 20px solid transparent;
  right: -10px;
}
.gsjj_contect {
  padding: 30px 5px 5px 5px;
  top: -20px;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 62%;
}
.gsjj_R {
  width: 100%;
  margin-top: 10px;
}
.gsjj_txt {
  height: auto;
  line-height: 20px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding: 10px 0 0 0;
}
.gsjj_more>a {
  width: 100px;
  height: 30px;
  line-height: 30px;
}

.news {
  padding: 10px 0;
}
.news_B {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.news_title {
  height: 43px;
  line-height: 30px;
  border-bottom: 3px solid #eee;
}
.news_p {
  height: 43px;
  font-size: 18px;
  margin-right: 10px;
}
.news_ul li {
  margin-top: 10px;
}
.news_ul li>a .news_img {
  width: 140px;
}
.news_ul li>a .news_R {
  width: calc(100% - 140px);
  padding-left: 10px;
}
.news_ul li>a .news_R .news_txt {
  margin: 4px 0;
  height: 60px;
  line-height: 20px;
}

.cjwt_title {
  padding: 10px 0 20px 0;
  line-height: 30px;
  font-size: 18px;
}
.cjwt_ul {
  padding: 10px;
}
.cjwt_ul li {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

.case {
  padding: 10px 0;
}
.case_contect {
  margin-top: 10px;
}
.case-imgbox .swiper-slide>a .case_txt {
  line-height: 38px;
  font-size: 14px;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 10px 0;
  font-size: 12px;
}
.link>a {
  margin: 0 4px;
}

/* END-底部 */

/* 关于我们 */
.dqwz_title{
  height: auto;
  border: none;
}
.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: #004588;
}
.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{
  width: 100%;
  display: none;
}
.about_ul>li{
  width: 100%;
  margin: 2px 0 0 0;
}
.about_ul>li>a{
	height: 40px;
	line-height: 40px;
  border-bottom: none;
  background-color: #f2f2f2;
  text-align: center;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  background-color: #004588;
	color: #fff;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
  font-size: 14px;
  line-height: 24px;
}
/* END-关于我们 */

/* 业务范围/解决方案/成功案例 */
.sol_ul1 li {
  width: 49%;
  margin: 0 0.5% 10px 0.5%;
}
.sol_ul1 li>a .sol_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.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: 9999;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background-color: #004588;
  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: #f4b00d;
  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 */


/* 登录/注册 */
.Sign {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

.Sign>.container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.Sign_form {
  width: 100%;
  float: left;
  max-width: 772px;
}

.Sign_title {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.Sign_title>a {
  width: calc(50% - 2px);
  float: left;
  height: 62px;
  line-height: 62px;
  background-color: #f4b00d;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.Sign_title>a.Sign_active {
  background-color: #004588;
  color: #fff;
}

.Sign_B {
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #e1e3e5;
  margin-bottom: 10px;
}

.Sign_sp {
  width: 113px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #e1e3e5;
  background-color: #ebebeb;
  font-size: 16px;
  color: #333;
}

.Sign_inp1 {
  width: calc(100% - 113px);
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
}

.Sign_btn {
  width: 100%;
  float: left;
  height: 66px;
  background-color: #282828;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.Sign_btn:hover {
  background-color: #dd3e3e;
  color: #fff;
}

/* END-登录/注册 */

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
