/*
 * @制作者: 庄晓辉
 * @创建时间: 2021-06-21 11:36:21
 * @上次修改者: 庄晓辉
 * @上次修改时间: 2021-06-21 11:36:21
 */

/* 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%;
  background-color: #f2f2f2;
  line-height: 34px;
  font-size: 12px;
  color: #999;
  font-family: SimSun;
}
.topbox a {
  color: #999;
  margin: 0 14px;
}
.topbox a:last-child{
  margin: 0 0 0 14px;
}
.topbox a:hover {
  color: #0389de;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 22px 0;
}
.logo > a{
  width: 471px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  padding-top: 15px;
}
.search_form{
  width: 232px;
  float: right;
  border: 1px solid #8f8f8f;
  border-radius: 3px;
  overflow: hidden;
  margin-left: 35px;
}
.search_inp1{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #131313;
}
.search_btn{
  width: 40px;
  float: left;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat left center;
}
.header_dianhua {
  float: right;
  line-height: 18px;
  color: #131313;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left top;
  padding-left: 50px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 24px;
  color: #039ee7;
  font-weight: bold;
}

/* 导航 */
nav {
  background-image: linear-gradient(#0389de,#03a0e8);
  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;
  padding-left: 1px;
  background: url(../images/shutiao.png) no-repeat left center;
  background-size: 1px 100%;
}
.layui-nav .layui-nav-item{
  width: 11.11111%;
  line-height: 50px;
}
.layui-nav .layui-nav-item > a{
  padding: 0 1px 0 0;
  background: url(../images/shutiao.png) no-repeat right center;
  background-size: 1px 100%;
  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: #0389de;
}
.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%;
  border: none;
  line-height: 40px;
  background-color: rgba(3,160,232,0.8);
  border-radius: initial;
  padding: 2px 0 0 0;
}
.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: #0389de;
  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: #0389de;
  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: #0389de;
}
/*箭头*/
.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 */

/* 首页 */
.fw{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.fw_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.fw_p{
  line-height: 30px;
  font-size: 24px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}
.fw_sp{
  display: flex;
  justify-content: center;
}
.fw_sp>span{
  float: left;
  position: relative;
  padding: 0 20px;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.fw_sp>span>em{
  color: #0389de;
  font-style: normal;
}
.fw_sp>span::before{
  content: "";
  width: 304px;
  float: left;
  height: 1px;
  background-color: #0389de;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fw_sp>span::after{
  content: "";
  width: 304px;
  float: left;
  height: 1px;
  background-color: #0389de;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fw_contect{
  display: block;
  padding-top: 20px;
  position: relative;
}
.fw_contect::after{
  content: "";
  display: block;
  clear: both;
}
.fw-imgbox{
  padding: 0 5px;
  margin-left: -5px;
}
.fw-imgbox .swiper-slide{
  margin-bottom: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.fw-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
}
.fw-imgbox .swiper-slide>a .fw_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fw-imgbox .swiper-slide>a .fw_img::before{
  content: "";
  display: block;
  padding-top: 113.86862%;
}
.fw-imgbox .swiper-slide>a .fw_txt{
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.fw-imgbox .swiper-slide>a:hover .fw_img img{
  transform: scale(1.1);
}
.fw-imgbox .swiper-slide>a:hover .fw_txt{
  color: #0389de;
}
.fw-prev,
.fw-next{
  left: -60px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 26px;
  float: left;
  height: 28px;
  background-image: url(../images/fw_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 9;
}
.fw-next{
  left: initial;
  right: -60px;
  background-image: url(../images/fw_right.png);
}

.xm{
  width: 100%;
  overflow: hidden;
  background: url(../images/xm_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.xm_ul{
  display: block;
  overflow: hidden;
  width: 1220px;
}
.xm_ul li{
  width: 285px;
  float: left;
  margin: 25px 20px 0 0;
}
.xm_ul li a{
  display: block;
  overflow: hidden;
  border: 3px solid #ebebeb;
}
.xm_ul li a .xm_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.xm_ul li a .xm_img::before{
  content: "";
  display: block;
  padding-top: 81.1189%;
}
.xm_ul li a .xm_img .xm_hover{
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(3,137,222,0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.xm_ul li a .xm_txt{
  display: block;
  overflow: hidden;
  border-top: 3px solid #ebebeb;
  height: 45px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.xm_ul li a:hover .xm_img .xm_hover{
  width: 100%;
  height: 100%;
}
.xm_ul li a:hover .xm_txt{
  color: #0389de;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 45px 0;
}
.gsjj .fw_p{
  color: #fff;
}
.gsjj .fw_sp>span,
.gsjj .fw_sp>span>em{
  color: #fff;
}
.gsjj .fw_sp>span::before,
.gsjj .fw_sp>span::after{
  background-color: #fff;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 40px;
}
.gsjj_img{
  width: calc(50% - 40px);
  float: right;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
}
.gsjj_left{
  width: 50%;
  float: left;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 210px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.gsjj_more>a{
  display: block;
  overflow: hidden;
  width: 134px;
  height: 46px;
  border: 2px solid #fff;
  background-color: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #0389de;
}
.gsjj_more>a:hover{
  background-color: #0389de;
  color: #fff;
}

.hf{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.hf>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf>.container>div{
  display: flex;
  float: left;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}
.hf>.container>div img{
  width: auto;
  float: left;
  height: auto;
  margin-right: 20px;
}
.hf>.container>div .hf_txt{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.hf>.container>div .hf_txt>span{
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}
.hf>.container>div:last-child{
  flex-direction: row-reverse;
}
.hf>.container>div:last-child>.hf_L{
  width: 185px;
  display: flex;
}
.hf>.container>div:last-child>.hf_dianhua{
  display: flex;
  align-items: center;
  font-size: 38px;
  color: #0389de;
  font-weight: bold;
}

.ys{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
  background: url(../images/ys_bj.jpg) no-repeat center top;
  background-size: cover;
}
.ys_titleB{
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.ys_title{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  padding-bottom: 20px;
}
.ys_L{
  float: left;
  text-align: right;
  position: relative;
}
.ys_L::before{
  content: "";
  width: 350px;
  height: 120px;
  float: left;
  position: absolute;
  left: -42px;
  top: 55px;
  border-left: 3px solid #170600;
  border-bottom: 3px solid #170600;
}
.ys_L_p{
  line-height: 24px;
  font-size: 24px;
  color: #170600;
  text-transform: uppercase;
}
.ys_L_sp{
  line-height: 64px;
  font-size: 60px;
  color: #170600;
  font-family: "Tensentype ZhiHeiJ-W5";
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
.ys_L_sp::before{
  content: "";
  width: 42px;
  float: left;
  height: 3px;
  background-color: #170600;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ys_C{
  float: left;
  height: 88px;
  line-height: 88px;
  font-family: Algerian;
  font-size: 120px;
  color: #0389de;
  font-style: oblique;
  padding: 0 30px 0 5px;
}
.ys_R{
  float: right;
  text-align: left;
  position: relative;
}
.ys_R::before{
  content: "";
  width: 350px;
  height: 120px;
  float: left;
  position: absolute;
  right: 15px;
  top: 55px;
  border-right: 3px solid #170600;
  border-bottom: 3px solid #170600;
}
.ys_R_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 24px;
  color: #170600;
  text-transform: uppercase;
}
.ys_R_sp{
  float: left;
  line-height: 64px;
  font-size: 60px;
  color: #170600;
  font-family: "Tensentype ZhiHeiJ-W5";
  font-weight: bold;
  position: relative;
  padding-right: 10px;
}
.ys_R_sp::before{
  content: "";
  width: 42px;
  float: left;
  height: 3px;
  background-color: #170600;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ys_title_txt{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}
.ys_title_txt .ys_p{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 22px;
  color: #170600;
  font-family: "Source Han Sans CN";
}
.ys_title_txt .ys_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #170600;
  text-transform: uppercase;
}
.ys_contect{
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 55px;
}
.ys_contect img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_ul{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.ys_ul li{
  float: left;
}
.ys_ul li .ys_pp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #8aba28;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.ys_ul li .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.ys_ul li:nth-child(1){
  width: 340px;
  position: absolute;
  right: 0;
  top: 20px;
}
.ys_ul li:nth-child(2){
  width: 195px;
  position: absolute;
  left: 0;
  top: 296px;
}
.ys_ul li:nth-child(2) .ys_pp{
  color: #0389de;
}
.ys_ul li:nth-child(3){
  width: 255px;
  position: absolute;
  right: 0;
  bottom: 45px;
}

.news{
  width: 100%;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}
.news .fw_sp>span{
  color: #0389de;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.news_nav>li{
  width: 135px;
  float: left;
  margin: 5px;
}
.news_nav>li>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #cacaca;
  font-size: 16px;
  color: #fff;
}
.news_nav>li:hover>a,
.news_nav>li.news_active>a{
  background-color: #0389de;
  color: #fff;
}
.news_dl{
  display: block;
  overflow: hidden;
  padding-top: 25px;
  width: 1230px;
}
.news_dl dd{
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  border: 3px solid #efefef;
  background-color: #fff;
}
.news_dl dd .news_up{
  display: block;
  overflow: hidden;
}
.news_dl dd .news_up>a{
  display: block;
  overflow: hidden;
}
.news_dl dd .news_up>a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #efefef;
}
.news_dl dd .news_up>a .news_img::before{
  content: "";
  display: block;
  padding-top: 57.1053%;
}
.news_dl dd .news_up>a .news_txtB{
  display: block;
  overflow: hidden;
  padding: 15px 18px;
}
.news_dl dd .news_up>a .news_txtB .news_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_dl dd .news_up>a .news_txtB .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_dl dd .news_up>a .news_txtB .news_heng{
  display: block;
  overflow: hidden;
  height: 1px;
  margin-top: 15px;
  background-color: #cacaca;
}
.news_dl dd .news_up>a:hover .news_img img{
  transform: scale(1.1);
}
.news_dl dd .news_up>a:hover .news_txtB .news_p{
  color: #0389de;
}
.news_ul{
  display: block;
  outline-color: #000;
  padding: 0 18px 15px 18px;
}
.news_ul li{
  display: block;
  overflow: hidden;
}
.news_ul li a{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li a>span{
  float: right;
  font-size: 12px;
  color: #898989;
}
.news_ul li a:hover{
  color: #0389de;
}

.coop{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.coop .fw_sp>span{
  color: #0389de;
}
.coop-imgbox{
  margin-top: 30px;
  padding: 5px;
  margin-left: -5px;
}
.coop-imgbox .swiper-slide{
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.coop-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.coop-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 51.04167%;
}
.coop-imgbox .swiper-slide>a:hover img{
  transform: scale(1.1);
}
/* END-首页 */

/* 底部 */
footer {
  background: #333;
}
.link{
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #717171;
}
.link>span{
  float: left;
}
.link>a{
  color: #fff;
  margin: 0 10px;
}
.link>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  display: flex;
}
.footer_logo{
  width: 292px;
  float: left;
  border-right: 1px solid #686868;
  display: flex;
  align-items: center;
}
.footer_logo>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_R{
  width: calc(100% - 292px);
  float: left;
  padding-left: 60px;
}
.footer_lxwm{
  width: calc(100% - 330px);
  float: left;
}
.footer_lxwm .footer_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_lxwm .footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.footer_lxwm .footer_txt>p{
  width: 50%;
  float: left;
}
.footer_wx{
  width: 330px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  color: #fff;
  align-items: center;
}
.footer_wx>img{
  width: 124px;
  float: left;
  height: 124px;
}
.footer_wx>.footer_wx_txt{
  width: calc(100% - 124px);
  float: left;
  padding-left: 30px;
}
.footer_wx>.footer_wx_txt>span{
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}
.footer_wx>.footer_wx_txt>span:first-child{
  line-height: 32px;
  font-size: 16px;
}
.footer_wx>.footer_wx_txt>span:nth-child(2){
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #0389de;
  text-align: center;
  line-height: 20px;
  padding: 9px 0;
  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;
  padding: 65px 0;
}
.main_left{
  width: 270px;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  background-color: #0389de;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.about_ul{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  padding: 0 30px;
  font-size: 14px;
  color: #272727;
  background-image: linear-gradient(#fefefe,#eaeaea);
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  background: url(../images/about_icon.png) no-repeat left center;
  padding-left: 30px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  color: #0389de;
}
.about_ul>li:last-child{
  border: none;
}
.about_B{
  display: block;
  overflow: hidden;
  margin-top: 40px;
  border: 1px solid #ccc;
}
.about_B>img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  padding: 15px;
}

.main_right{
  width: 895px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 1px solid #cfcfcf;
  line-height: 48px;
}
.dqwz_p{
  float: left;
  font-size: 18px;
  color: #1a1a1a;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #afafaf;
}
.dqwz_nav>span{
  color: #0389de;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.company img{
max-width:100%;
}
/* END-关于我们 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xw_ul li a{
  width: 100%;
  float: left;
  display: flex;
  border: 3px solid #efefef;
}
.xw_ul li a .news_img{
  width: 250px;
  float: left;
  display: flex;
  overflow: hidden;
  position: relative;
  border-right: 3px solid #efefef;
}
.xw_ul li a .news_txtB{
  width: calc(100% - 250px);
  float: left;
  padding: 20px;
}
.xw_ul li a .news_txtB .news_p{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li a .news_txtB .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.xw_ul li a:hover{
  border-color: #0389de;
}
.xw_ul li a:hover .news_img{
  border-color: #0389de;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻资讯 */

/* 设备改造/二手设备回收/机床回收/维修项目/维修案例/设备搬迁/加工中心维修 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 915px;
}
.cp_ul li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cp_ul li a{
  display: block;
  overflow: hidden;
  border: 3px solid #ebebeb;
}
.cp_ul li a .xm_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li a .xm_img::before{
  content: "";
  display: block;
  padding-top: 81.1189%;
}
.cp_ul li a .xm_img .xm_hover{
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(3,137,222,0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cp_ul li a .xm_txt{
  display: block;
  overflow: hidden;
  border-top: 3px solid #ebebeb;
  height: 45px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cp_ul li a:hover .xm_img .xm_hover{
  width: 100%;
  height: 100%;
}
.cp_ul li a:hover .xm_txt{
  color: #0389de;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* 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;
}

.jlfanye {
    /*float:right;*/
    width: 100%;
}

.jlfanye a {
    padding: 5px;
    border: solid 1px #dedede;
    /*float:left;*/
    min-width: 8px;
    margin: 8px 2px;
    color: #999;
}

.jlfanye a:hover {
    color: #f00;
}

/*END-联系我们*/

@media (max-width: 1220px) {
/* 首页 */
.fw {
  padding: 40px 0;
}
.fw-prev,
.fw-next {
  left: 0;
}
.fw-next {
  left: initial;
  right: 0;
}

.xm {
  padding: 40px 0;
}
.xm_ul {
  width: 102%;
  margin-left: -1%;
}
.xm_ul li {
  width: 23%;
  margin: 25px 1% 0 1%;
}

.gsjj {
  padding: 40px 0;
}
.gsjj_img {
  width: calc(50% - 30px);
}
.gsjj_p {
  margin-bottom: 20px;
}
.gsjj_more {
  padding-top: 20px;
}

.hf {
  padding: 40px 0;
}

.ys {
  padding: 40px 0;
}
.ys_contect {
  margin-top: 40px;
}
.ys_contect img {
  max-width: 60%;
}
.ys_ul li:nth-child(1) {
  width: 290px;
  top: 0;
}
.ys_ul li:nth-child(2) {
  top: 230px;
}
.ys_ul li:nth-child(3) {
  width: 230px;
  bottom: 30px;
}

.news {
  padding: 40px 0;
}
.news_dl {
  width: 102%;
  margin-left: -1%;
}
.news_dl dd {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}

.coop {
  padding: 40px 0;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 20px 0;
}
.footer_logo {
  width: 250px;
}
.footer_R {
  width: calc(100% - 250px);
  padding-left: 20px;
}
.footer_lxwm {
  width: calc(100% - 300px);
}
.footer_wx {
  width: 300px;
}
.footer_wx>.footer_wx_txt {
  padding-left: 10px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 40px 0;
}
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
/* END-关于我们 */

/* 设备改造/二手设备回收/机床回收/维修项目/维修案例/设备搬迁/加工中心维修 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
/* END-设备改造/二手设备回收/机床回收/维修项目/维修案例/设备搬迁/加工中心维修 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background: #0389de;
  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;
  background-color: #fff;
  top:0;
  z-index: 9999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(3,137,222,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
}
.nav-actived{
  left: 0;
}
nav>.container{
  max-width: 100% !important;
}
.layui-nav{
  width: 100%;
  background: none;
  padding: 0;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  background: none;
}
.layui-nav .layui-nav-item a{
  padding: 0;
  background: none;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #fff;
}
.layui-nav .layui-nav-item:hover a{
  color: #0389de;
}
.layui-nav .layui-this{
  background-color: #fff;
}
.layui-nav .layui-this a{
  color: #0389de;
}

/*圆点*/
.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-头部 */

/* 首页 */
.fw {
  padding: 20px 0;
}
.fw-imgbox .swiper-slide>a .fw_txt {
  height: 50px;
  line-height: 50px;
}

.xm {
  padding: 20px 0;
}
.xm_ul li {
  width: 31.3333%;
  margin: 20px 1% 0 1%;
}

.gsjj {
  padding: 20px 0;
}
.gsjj_contect {
  margin-top: 20px;
}
.gsjj_img {
  width: calc(50% - 20px);
}
.gsjj_p {
  margin-bottom: 10px;
}
.gsjj_more {
  padding-top: 10px;
}

.hf {
  padding: 20px 0;
}
.hf>.container>div {
  width: 210px;
}
.hf>.container>div:last-child {
  width: auto;
}
.hf>.container>div img {
  margin-right: 10px;
  height: 50px;
}
.hf>.container>div .hf_txt>span {
  margin-top: 0;
}
.hf>.container>div:last-child>.hf_L {
  width: 150px;
}
.hf>.container>div:last-child>.hf_dianhua {
  font-size: 28px;
}

.ys {
  padding: 20px 0;
}
.ys_contect img {
  max-width: 50%;
}
.ys_ul li:nth-child(1) {
  width: 240px;
}
.ys_ul li .ys_txt {
  margin-top: 0;
}
.ys_ul li:nth-child(2) {
  width: 180px;
  top: 140px;
}
.ys_ul li:nth-child(3) {
  width: 200px;
  bottom: 10px;
}

.news {
  padding: 20px 0;
}
.news_dl dd .news_up>a .news_txtB {
  padding: 10px;
}
.news_ul {
  padding: 0 10px 10px 10px;
}

.coop {
  padding: 20px 0;
}
.coop-imgbox {
  margin-top: 20px;
}
/* END-首页 */

/* 底部 */
.link{
  padding: 15px 0;
}
.footer {
  padding: 15px 0;
}
.footer_lxwm {
  width: 100%;
}
.footer_wx {
  width: 100%;
}
.footer_wx>img {
  width: 100px;
  height: 100px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 20px 0;
}
.main_left{
  width: 29%;
}
.about_B{
  margin-top: 20px;
}
.main_right{
  width: 69%;
}
/* END-关于我们 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 20px;
}
.xw_ul li a .news_img{
  width: 220px;
}
.xw_ul li a .news_txtB{
  width: calc(100% - 220px);
  padding: 15px;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
}
.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-头部 */

/* 首页 */
.fw {
  padding: 10px 0;
}
.fw_p {
  line-height: 20px;
  font-size: 14px;
}
.fw_sp>span {
  padding: 0 10px;
  line-height: 30px;
  font-size: 20px;
}
.fw_contect {
  padding-top: 10px;
}
.fw-imgbox .swiper-slide>a .fw_txt {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.xm {
  padding: 10px 0;
}
.xm_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.xm_ul li a .xm_txt {
  height: 43px;
  line-height: 40px;
  font-size: 14px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.gsjj_left {
  width: 100%;
  margin-top: 10px;
}
.gsjj_txt {
  line-height: 20px;
  height: auto;
  -webkit-line-clamp: initial;
}
.gsjj_more>a {
  width: 104px;
  height: 34px;
  line-height: 30px;
}

.hf {
  padding: 10px 0;
}
.hf>.container>div {
  width: 36%;
  flex-wrap: wrap;
  justify-content: center;
}
.hf>.container>div:nth-child(2) {
  width: 30%;
}
.hf>.container>div:last-child {
  width: 34%;
  flex-direction: column-reverse;
}
.hf>.container>div img {
  margin: 0;
  height: 40px;
}
.hf>.container>div .hf_txt {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.hf>.container>div:last-child>.hf_L {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.hf>.container>div:last-child>.hf_dianhua {
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.ys {
  padding: 10px 0;
}
.ys_title {
  padding-bottom: 0;
}
.ys_L_p {
  line-height: 14px;
  font-size: 14px;
}
.ys_L_sp {
  line-height: 26px;
  font-size: 22px;
  padding-left: 5px;
  float: right;
}
.ys_L_sp::before {
  width: 500px;
}
.ys_R_p {
  line-height: 14px;
  font-size: 14px;
}
.ys_R_sp {
  line-height: 26px;
  font-size: 22px;
  padding-left: 5px;
}
.ys_R_sp::before {
  width: 500px;
}
.ys_C {
  height: 40px;
  line-height: 40px;
  font-size: 50px;
  padding: 0 15px 0 5px;
}
.ys_title_txt {
  margin-top: 5px;
}
.ys_title_txt .ys_p {
  line-height: 24px;
  font-size: 16px;
}
.ys_title_txt .ys_sp {
  line-height: 20px;
  font-size: 14px;
}
.ys_L::before,
.ys_R::before {
  display: none;
}
.ys_contect {
  margin-top: 10px;
}
.ys_contect img {
  max-width: 100%;
}
.ys_ul {
  height: auto;
  position: relative;
}
.ys_ul li {
  width: 100% !important;
  position: relative !important;
  top: initial !important;
  left: initial !important;
  right: initial !important;
  bottom: initial !important;
  margin-top: 10px;
}
.ys_ul li .ys_pp {
  line-height: 24px;
  font-size: 16px;
}
.ys_ul li .ys_txt {
  line-height: 20px;
  height: auto;
  font-size: 14px;
  -webkit-line-clamp: initial;
  margin-top: 5px;
}

.news {
  padding: 10px 0;
}
.news_nav {
  padding-top: 10px;
}
.news_nav>li {
  width: 33.3333%;
  margin: 0;
  padding: 2px;
}
.news_dl {
  width: 100%;
  margin-left: 0;
}
.news_dl dd {
  width: 100%;
  margin: 0 0 10px 0;
}
.news_dl dd .news_up>a {
  width: 100%;
  float: left;
  display: flex;
  border-bottom: 3px solid #efefef;
}
.news_dl dd .news_up>a .news_img {
  width: 120px;
  float: left;
  border-right: 3px solid #efefef;
  border-bottom: none;
}
.news_dl dd .news_up>a .news_txtB {
  width: calc(100% - 120px);
  padding: 5px;
}
.news_dl dd .news_up>a .news_txtB .news_txt {
  margin-top: 5px;
}
.news_ul {
  padding: 5px;
}

.coop {
  padding: 10px 0;
}
.coop-imgbox {
  margin-top: 10px;
}
/* END-首页 */

/* 底部 */
.link{
  padding: 10px 0;
  line-height: 22px;
  font-size: 14px;
}
.link>a {
  margin: 0 5px;
}
.copyright {
  padding: 10px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about_title {
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  position: relative;
  padding: 0 20px;
}
.about_title::before{
  content: "\e7ee";
  font-family:icon-layui!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;
}
.about_ul>li>a {
  padding: 0 20px;
}
.main_right{
  width: 100%;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  line-height: 24px;
}
/* END-关于我们 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li a .news_img{
  width: 120px;
}
.xw_ul li a .news_txtB{
  width: calc(100% - 120px);
  padding: 5px;
}
.xw_ul li a .news_txtB .news_p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.xw_ul li a .news_txtB .news_txt {
  height: 60px;
  line-height: 20px;
}

.xwxq_p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}
.xwxq_sp {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.xwxq_txt {
  line-height: 24px;
}
/* END-新闻资讯 */

/* 设备改造/二手设备回收/机床回收/维修项目/维修案例/设备搬迁/加工中心维修 */
.cp_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li a .xm_txt {
  height: 43px;
  line-height: 40px;
  font-size: 14px;
}
/* END-设备改造/二手设备回收/机床回收/维修项目/维修案例/设备搬迁/加工中心维修 */

/*联系我们*/
.contact_txt {
  line-height: 24px;
}
.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: 999999;
  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-image: linear-gradient(#0389de,#03a0e8);
  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: #0389de;
  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 */
