/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  border-bottom: 1px solid #dadada;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background-color:#183b8c;
}
.top_form{
  width: 252px;
  float: left;
  margin-top: 8px;
  border: 1px solid #c5c5c5;
  border-radius: 17px;
  overflow: hidden;
  background:#FFFFFF;
}
.top_inp1{
  width: calc(100% - 50px);
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  font-size: 12px;
  color: #303030;
}
.top_form input::-webkit-input-placeholder{color: #a5a5a5;} 
.top_form input:-moz-placeholder{color: #a5a5a5;} 
.top_btn{
  width: 50px;
  float: left;
  height: 32px;
  background: url(../images/search_ss.png) no-repeat center center;
}

.top_dianhua{
  float: left;
  margin-left: 75px;
  line-height: 34px;
  margin-top: 8px;
  background: url(../images/top_dianhua.png) no-repeat left center;
  padding-left: 32px;
  font-size: 14px;
  color: #fff;
}
.top_dianhua>span{
  float: right;
  font-family: Impact;
  font-size: 24px;
  color: #fff;
  padding-left: 12px;
}

.header {
  width: 100%;
  padding: 36px 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.header_active{
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo img {
  width: 100%;
  max-width: 527px;
  display: block;
  height: auto;
}

/* 导航 */
nav {
  width: 56%;
  padding-left: 30px;
}
.nav{
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav>li{
  float: left;
  position: relative;
  height: 100%;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.nav>li>a::after{
  content: "";
  width: 0;
  height: 4px;
  float: left;
  background-color: #183b8c;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
}
.nav>li:hover>a::after,
.nav>li.nav-this>a::after{
  width: 100%;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 250%;
  float: left;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: -77%;
  top: 100%;
  z-index: 9;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #183b8c;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #e55614;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e55614;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.cpzs{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.cpzs_title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.cpzs_title>div{
  float: left;
  position: relative;
  padding: 0 52px;
  text-align: center;
}
.cpzs_title>span{
  width: 20px;
  float: left;
  height: 30px;
  border: 2px solid #e1e1e1;
  border-right: none;
  position: relative;
}
.cpzs_title>span:first-child::after{
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  left: 12px;
  bottom: -2px;
}
.cpzs_title>span:nth-child(3){
  border: 2px solid #e1e1e1;
  border-left: none;
}
.cpzs_title>span:nth-child(3)::after{
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  right: 12px;
  bottom: -2px;
}
.cpzs_p{
  line-height: 48px;
  font-size: 36px;
  color: #183c8c;
  font-weight: bold;
}
.cpzs_sp{
  line-height: 24px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.cpzs_spp{
  width: 100%;
  float: left;
  line-height: 20px;
  margin-top: 10px;
  font-size: 12px;
  color: #c3c3c3;
}
.cpzs_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 25px;
  position: relative;
  padding-left: 50%;
}
.cpzs_ul li{
  width: 50%;
  float: left;
}
.cpzs_ul li>a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #ebecf0;
}
.cpzs_ul li>a::before{
  content: "";
  display: block;
  padding-top: 62.5%;
}
.cpzs_ul li>a>img{
  float: left;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.8s;
}
.cpzs_ul li>a>.cpzs_tit{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-size: 22px;
  color: #fff;
  padding: 30px;
  z-index: 5;
}
.cpzs_ul li:first-child{
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cpzs_ul li:first-child>a{
  background-color: #dbdbdb;
}
.cpzs_ul li>a>.cpzs_tit{
  padding: 35px;
  font-size: 28px;
}
.cpzs_ul li:nth-child(2){
  width: 100%;
}
.cpzs_ul li:nth-child(2)>a{
  background-color: #183b8c;
}
.cpzs_ul li:nth-child(2)>a::before{
  padding-top: 31.25%;
}
.cpzs_ul li:nth-child(1)>a>.cpzs_tit{
  color: #333;
}
.cpzs_ul li:nth-child(2)>a>.cpzs_tit{
  color: #333;
}
.cpzs_ul li>a>img:hover{
  transform: scale(1.05);
}
.cpzs_more{
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.cpzs_more>a{
  width: 190px;
  float: left;
  height: 48px;
  line-height: 46px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  color: #4d4d4d;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cpzs_more>a::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #e55614;
  transition: all 0.4s;
}
.cpzs_more>a>span{
  position: relative;
  z-index: 1;
  transition: initial;
}
.cpzs_more>a:hover{
  border-color: #e55614;
  color: #fff;
}
.cpzs_more>a:hover::before{
  left: 0;
}

.equ{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
  background: url(../images/equ_bj.jpg) no-repeat center center;
  background-size: cover;
}
.equ_ul{
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
  padding-top: 35px;
}
.equ_ul li{
  width: 18%;
  float: left;
  margin: 0 1%;
}
.equ_ul li .equ_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #d0cfcf;
}
.equ_ul li .equ_img img{
  transform: scale(1.2);
}
.equ_ul li .equ_img::before{
  content: "";
  display: block;
  padding-top: 80.45455%;
}
.equ_ul li .equ_txt{
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.equ_ul li:hover .equ_img img{
  transform: scale(1);
}
.equ .cpzs_more{
  padding-top: 10px;
}

.hf{
  width: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.hf_B{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hf_left{
  float: left;
  background: url(../images/hf_dianhua.png) no-repeat left center;
  padding-left: 70px;
}
.hf_dianhua{
  float: left;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}
.hf_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 36px;
}
.hf_more{
  float: left;
  margin: 20px 0 0 70px;
}
.hf_more>a{
  width: 120px;
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  color: #1e78be;
  font-weight: bold;
  overflow: hidden;
  position: relative;
}
.hf_more>a>span{
  position: relative;
  z-index: 2;
  transition: initial;
}
.hf_more>a::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #e55614;
  transition: all 0.4s;
}
.hf_more>a:hover{
  color: #fff;
}
.hf_more>a:hover::before{
  left: 0;
}
.hf_right{
  float: right;
}
.hf_right>span{
  float: left;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding: 0 18px;
  position: relative;
}
.hf_right>span::before{
  content: "";
  width: 46px;
  float: left;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.hf_right>span::after{
  content: "";
  width: 46px;
  float: left;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.test{
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.test_ul{
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.test_ul li{
  width: 18%;
  float: left;
  margin: 40px 1% 0 1%;
}
.test_ul li .test_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.test_ul li .test_img img{
  transform: scale(1.2);
}
.test_ul li .test_img::before{
  content: "";
  display: block;
  padding-top: 93.45455%;
}
.test_ul li .test_txt{
  display: block;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
.test_ul li:hover .test_img img{
  transform: scale(1);
}
.test .cpzs_more{
  padding-top: 35px;
}

.fw{
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.fw_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 101%;
  margin-left: -0.5%;
}
.fw_ul li{
  width: 13.285%;
  float: left;
  margin: 35px 0.5% 0 0.5%;
}
.fw_ul li>a{
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 50px 15px 20px 15px;
}
.fw_ul li>a .fw_icon{
  display: block;
  overflow: hidden;
  height: 94px;
  position: relative;
  transition: all 0.8s;
}
.fw_ul li>a .fw_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  color: #e55614;
  font-weight: bold;
}
.fw_ul li>a .fw_txt{
  display: block;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.fw_ul li>a:hover .fw_icon{
  transform: translateY(-20px) rotateY(360deg);
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 35px;
}
.gsjj_left{
  width: 50%;
  float: left;
  background-color: #183b8c;
  padding: 40px 0 20px 20px;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.gsjj_tit1{
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  text-align: right;margin-right: 10px;
}
.gsjj_box{
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-top: 18px;
  padding: 30px 0 30px 30px;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #183c8c;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #d5e1f3;
}
.gsjj_txt{
  display: block;
  height: 180px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  margin-top: 22px;
  padding-right: 20px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding: 10px 25px 0 0;
  line-height: 34px;
  font-size: 30px;
  color: #e45513;
  font-weight: bold;
}
.gsjj_more>a{
  width: 124px;
  float: right;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #e45513;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #183b8c;
  color: #fff;
}
.gsjj_right{
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

.ys{
  width: 100%;
  overflow: hidden;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 75px 0 30px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title>div{
  display: flex;
  justify-content: center;
}
.ys_title>div.ys_p>span{
  float: left;
  line-height: 50px;
  position: relative;
  font-size: 42px;
  color: #183c8c;
  font-weight: bold;
  padding: 0 20px;
}
.ys_title>div.ys_p>span>em{
  color: #e45513;
}
.ys_title>div.ys_p>span::before{
  content: "";
  width: 150px;
  float: left;
  height: 38px;
  border-top: 3px solid #183c8c;
  border-left: 3px solid #183c8c;
  position: absolute;
  right: 100%;
  top: 40px;
}
.ys_title>div.ys_p>span::after{
  content: "";
  width: 150px;
  float: left;
  height: 38px;
  border-top: 3px solid #183c8c;
  border-right: 3px solid #183c8c;
  position: absolute;
  left: 100%;
  top: 40px;
}
.ys_title>div.ys_sp{
  margin-top: 20px;
}
.ys_title>div.ys_sp>span{
  float: left;
  line-height: 20px;
  position: relative;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  padding: 0 30px;
  text-transform: uppercase;
}
.ys_title>div.ys_sp>span::before{
  content: "";
  width: 220px;
  float: left;
  height: 3px;
  background-color: #0c5192;
  position: absolute;
  right: 100%;
  top: 5px;
}
.ys_title>div.ys_sp>span::after{
  content: "";
  width: 220px;
  float: left;
  height: 3px;
  background-color: #0c5192;
  position: absolute;
  left: 100%;
  top: 5px;
}
.ys_ul{
  display: block;
  overflow: hidden;
  padding-top: 60px;
}
.ys_ul li{
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.ys_ul li .ys_img{
  width: 40%;
  float: left;
}
.ys_ul li .ys_img>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: -80px auto 0 auto;
}
.ys_ul li:first-child .ys_img>img{
  margin: 0 auto;
}
.ys_ul li .ys_right{
  width: 60%;
  float: right;
  padding: 20px;
}
.ys_ul li .ys_right .ys_sub{
  width: 84px;
  height: 95px;
  line-height: 84px;
  text-align: center;
  font-family: Impact;
  font-size: 45px;
  color: #fff;
  float: left;
  background: url(../images/ys_sub.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 20px;
}
.ys_ul li .ys_right .ys_tit{
  display: block;
  overflow: hidden;
  line-height: 44px;
  margin-top: 10px;
  font-size: 30px;
  color: #e45513;
  font-weight: bold;
}
.ys_ul li .ys_right .ys_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 25px;
  font-size: 14px;
  color: #000;
}
.ys_ul li:nth-child(even) .ys_img{
  float: right;
}
.ys_ul li:last-child{
  margin-bottom: 0;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.news_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 45px;
}
.news_ul li{
  width: calc(50% - 1px);
  float: left;
  margin-bottom: 2px;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.news_ul li>a .news_img{
  width: calc(50% - 1px);
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul li>a .news_img img{
  transform: scale(1.2);
}
.news_ul li>a .news_R{
  width: calc(50% - 1px);
  float: left;
  background-color: #ededed;
  padding: 40px 35px;
}
.news_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
  margin-top: 25px;
  font-size: 14px;
  color: #000;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news_ul li>a:hover .news_img img{
  transform: scale(1);
}
.news_ul li>a:hover .news_R{
  background-color: #183c8c;
}
.news_ul li>a:hover .news_R .news_p,
.news_ul li>a:hover .news_R .news_txt{
  color: #fff;
}
.news_ul li:nth-child(4n+3)>a,
.news_ul li:nth-child(4n+4)>a{
  flex-direction: row-reverse;
}
.news .cpzs_more{
  padding-top: 50px;
}
/*END-首页*/

/* 底部 */
footer {
  background: #333;
}
.link{
  width: 100%;
  overflow: hidden;
  background-color: #eaeaea;
  border-top: 1px solid #ccc;
  line-height: 20px;
  padding: 20px 0;
}
.link_p{
  float: left;
  font-size: 18px;
  color: #000;
}
.link a{
  font-size: 14px;
  color: #000;
  margin: 0 10px;
}
.link a:hover{
  color: #e45513;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.footer_logo{
  float: left;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer_txt{
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding-left: 105px;
  border-left: 1px solid #5e5e5e;
}
.footer_R{
  float: right;
  background-color: #183c8c;
  padding: 38px 45px 34px 34px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.footer_wx{
  width: 130px;
  float: left;
}
.footer_wx img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.header_dianhuaB{
  float: left;
  padding-left: 40px;
}
.header_dianhua{
  display: block;
  overflow: hidden;
  padding-left: 46px;
  background: url(../images/footer_dianhua.png) no-repeat left center;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.header_txt{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #222;
  text-align: center;
  line-height: 24px;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 公司简介 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.dqwz_title{
	width: 100%;
	float: left;
  text-align: center;
}
.dqwz_p{
  line-height: 48px;
  font-size: 36px;
  color: #183b8c;
  font-weight: bold;
}
.dqwz_sp{
  line-height: 24px;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.about_ul{
  width: 102%;
  float: left;
  margin-left: -1%;
  padding-top: 40px;
}
.about_ul>li{
  width: 15.66666%;
  float: left;
  margin: 0 0.5% 15px 0.5%;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 48px;
  background-color: #eee;
  border: 1px solid #d8d8d8;
	font-size: 16px;
	color: #000;
  text-align: center;
  padding: 0 10px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #e55614;
  border-color: #e55614;
	color: #fff;
}
.about_dl{display:none;}
.about_dl>dd{display:block; overflow:hidden; border-top:1px solid #e0e0e0;}
.about_dl>dd>a{display:block; overflow:hidden; height:42px; line-height:42px; text-align:left; text-indent:48px; font-size:14px; color:#2a2a2a;}
.about_dl>dd>a:hover{background:#f2f2f2; color:#333;}



.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 25px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	min-height:300px;
}
.company img{max-width: 100%;height: auto;}
/* END-公司简介 */

/* 产品展示 */
.equ_ul1{
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.equ_ul1 li{
  width: 23%;
  float: left;
  margin: 0 1%;
}
.equ_ul1 li .equ_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #d0cfcf;
}
.equ_ul1 li .equ_img::before{
  content: "";
  display: block;
  padding-top: 70%;
}
.equ_ul1 li .equ_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-bottom:20px;
}
.equ_ul1 li:hover .equ_img img{
  transform: scale(1.2);
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  color: #828282;
  font-size: 14px;
}
.cpxq_p>span{
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 30px;
  color: #183b8c;
  font-weight: bold;
  margin-bottom: 15px;
}
.cpxq_img{ width:100%; text-align:center}
.cpxq_img img{ display:block; margin:10px auto;}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  margin-bottom:20px;
}
.cpxq_txt .title{ font-size:16px; font-weight:bold; border-bottom:1px dashed #999999; padding-bottom:6px; margin-bottom:16px;}
.cpxq_txt img{
  display: block;
  max-width: 100% !Important;;
  height: auto !important;
  margin: 10px auto;
}
.cpxq_txt table{ border-collapse:collapse; border:1px solid #999 !important; width:80%;}
.cpxq_txt table tr td{ border-collapse:collapse; border:1px solid #999 !important;}
/* END-产品展示 */

/* 新闻资讯 */
.news_ul1{
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.news_ul1 li{
  width: 23%;
  float: left;
  margin: 0 1% 2% 1%;
}
.news_ul1 li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news_ul1 li>a .news_img{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul1 li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 68%;
}
.news_ul1 li>a .news_img img{
  transform: scale(1.2);
}
.news_ul1 li>a .news_R{
  width: 100%;
  float: left;
  background-color: #eee;
  padding: 10px 20px;

}
.news_ul1 li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #000;
}
.news_ul1 li>a .news_R .news_p>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: initial;
}
.news_ul1 li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
  margin: 6px 0 10px 0;
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.news_ul1 li>a:hover .news_img img{
  transform: scale(1);
}
.news_ul1 li>a:hover .news_R{
  background-color: #183c8c;
}
.news_ul1 li>a:hover .news_R .news_p,
.news_ul1 li>a:hover .news_R .news_txt{
  color: #fff;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  color: #828282;
  font-size: 14px;
}
.xwxq_p>span{
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  color: #183b8c;
  font-weight: bold;
  margin-bottom: 15px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  padding-top: 20px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt {
  width: 40%;
  float: left;
  overflow: hidden;
  font-size: 15px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 58%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1400px) {
.cpzs_ul li>a::before {
  padding-top: 84%;
}
.cpzs_ul li>a>.cpzs_tit {
  padding: 25px;
}
.cpzs_ul li:nth-child(2)>a::before {
  padding-top: 42%;
}

}
@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 30px 0;
}
.logo{
  width: 38%;
}
nav {
  width: 58%;
  padding-left: 0px;
}
/* END-头部 */

/* 首页 */
.cpzs_ul li>a::before {
  padding-top: 100%;
}
.cpzs_ul li>a>.cpzs_tit {
  padding: 25px;
  font-size: 24px;
}
.cpzs_ul li:nth-child(2)>a::before {
  padding-top: 50%;
}
.equ_ul li .equ_txt {
  height: 60px;
  line-height: 60px;
}
.ys_ul li {
  margin-bottom: 50px;
}
.ys_ul li .ys_img>img {
  margin: -50px auto 0 auto;
}
.news_ul li>a .news_R {
  padding: 30px 25px;
}
/* END-首页 */

/* 底部 */
.footer_logo {
  width: 20%;
}
.footer_txt {
  padding-left: 40px;
}
.footer_R {
  padding: 30px;
}
.header_dianhuaB {
  padding-left: 20px;
}
/* END-底部 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #e55614;
  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);
}

/* 头部 */
.top_dianhua {
  margin-left: 10px;
}
.top_form {
  width: 180px;
}

.header {
  padding: 20px 0;
}
.logo {
  width: auto;
}

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #fff;
  display: block;
}
.nav>li{
  width: 100%;
  height: 10%;
  border-bottom: 1px solid #ccc;
}
.nav>li>a::after {display: none;}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #e55614;
  color: #fff;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 30px 0;
}
.cpzs_ul li>a>.cpzs_tit {
  padding: 20px;
  font-size: 20px;
}
.cpzs_more {
  padding-top: 30px;
}

.equ {
  padding: 30px 0;
}
.equ_ul li .equ_txt {
  height: 50px;
  line-height: 50px;
}

.hf {
  padding: 30px 0;
}
.hf_dianhua>span {
  font-size: 30px;
}
.hf_more {
  margin: 20px 0 0 10px;
}
.hf_right>span {
  font-size: 30px;
  padding: 0 15px;
}
.test .cpzs_more {
  padding-top: 25px;
}
.fw {
  padding-top: 30px;
}
.fw_ul{
  justify-content: center;
}
.fw_ul li {
  width: 24%;
  margin: 10px 0.5% 0 0.5%;
}

.gsjj {
  padding-top: 30px;
}
.gsjj_left {
  padding: 20px 0 20px 20px;
}
.gsjj_tit {
  line-height: 50px;
  font-size: 30px;
}

.ys {
  padding: 30px 0;
}
.ys_ul {
  padding-top: 30px;
}
.ys_ul li {
  margin-bottom: 10px;
}
.ys_ul li .ys_img>img {
  margin: 0 auto;
}

.news {
  padding: 30px 0;
}
.news_ul {
  padding-top: 30px;
}
.news_ul li>a .news_R {
  padding: 15px 10px;
}
.news_ul li>a .news_R .news_txt {
  margin-top: 10px;
}
.news .cpzs_more {
  padding-top: 30px;
}
/* END-首页 */

/* 底部 */
.footer_txt {
  padding-left: 0;
  border: none;
}
.footer_R {
  padding: 20px;
}
/* END-底部 */

/* 新闻资讯 */
.news_ul1 li {
  width: 31.33333%;
  margin: 0 1% 2% 1%;
}
news_ul1 li>a .news_R {
  padding: 15px;
}
/* END-新闻资讯 */



}

@media (max-width: 767px) {
  .gsjj_tit1{text-align: center;}
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_title>div {
  padding: 0 20px;
}
.cpzs_p {
  line-height: 30px;
  font-size: 20px;
}
.cpzs_sp {
  line-height: 20px;
  font-size: 14px;
}
.cpzs_spp {
  margin-top: 0px;
}
.cpzs_ul {
  margin-top: 10px;
  padding-left: 0;
}
.cpzs_ul li>a>.cpzs_tit {
  padding: 15px;
  font-size: 18px;
}
.cpzs_ul li:first-child {
  width: 100%;
  position: relative;
}
.cpzs_ul li:first-child>a::before {
  padding-top: 62.5%;
}
.cpzs_more {
  padding-top: 10px;
}
.cpzs_more>a {
  width: 120px;
  height: 36px;
  line-height: 34px;
}

.equ {
  padding: 10px 0;
}
.equ_ul {
  padding-top: 10px;
}
.equ_ul li {
  width: 48%;
}
.equ_ul li .equ_txt {
  height: 40px;
  line-height: 40px;
}

.hf {
  padding: 10px 0;
}
.hf_B{
  justify-content: center;
}
.hf_left {
  background-size: contain;
}
.hf_dianhua {
  line-height: 24px;
  font-size: 16px;
}
.hf_dianhua>span {
  font-size: 20px;
  line-height: 30px;
}
.hf_more {
  margin: 15px 0 0 10px;
}
.hf_more>a {
  width: 90px;
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.hf_right {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hf_right>span {
  font-size: 20px;
  padding: 0 10px;
}

.test {
  padding-top: 10px;
}
.test_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
/*.test_ul li:last-child{display: none;}*/
.test_ul li .test_txt {
  margin-top: 5px;
}
.test .cpzs_more {
  padding-top: 10px;
}

.fw {
  padding-top: 10px;
}
.fw_ul li {
  width: 32.3333%;
  margin: 1% 0.5% 0 0.5%;
}
.fw_ul li>a {
  padding: 10px;
}
.fw_ul li>a .fw_icon {
  height: 40px;
}
.fw_ul li>a .fw_p {
  line-height: 24px;
  margin-top: 5px;
}
.fw_ul li>a .fw_txt {
  line-height: 20px;
  font-size: 14px;
}
.fw_ul li:nth-child(4){
  width: 99%;
}

.gsjj {
  padding-top: 10px;
}
.gsjj_contect {
  margin-top: 10px;
  flex-direction: column-reverse;
}
.gsjj_left {
  width: 100%;
  padding: 10px;
}
.gsjj_tit {
  line-height: 26px;
  font-size: 20px;
  text-align: center;
}
.gsjj_box {
  margin-top: 10px;
  padding: 10px;
}
.gsjj_p {
  line-height: 1;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
}
.gsjj_txt {
  height: auto;
  line-height: 24px;
  margin-top: 10px;
  padding-right: 0;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding: 10px 0 0 0;  
  font-size: 20px;
}
.gsjj_right {
  width: 100%;
}
.gsjj_right::before{
  content: "";
  display: block;
  padding-top: 50%;
}

.ys {
  padding: 10px 0;
}
.ys_title>div.ys_p>span {
  line-height: 30px;
  font-size: 30px;
  padding: 0 10px;
}
.ys_title>div.ys_p>span::before,
.ys_title>div.ys_p>span::after{
  width: 70px;
  height: 18px;
  top: 25px;
}
.ys_title>div.ys_sp {
  margin-top: 5px;
}
.ys_title>div.ys_sp>span {
  padding: 0 10px;
}
.ys_title>div.ys_sp>span::before,
.ys_title>div.ys_sp>span::after{
  width: 110px;
}
.ys_ul {
  padding-top: 10px;
}
.ys_ul li {
  margin-bottom: 10px;
}
.ys_ul li .ys_img {
  width: 100%;
}
.ys_ul li .ys_right {
  width: 100%;
  padding: 10px;
}
.ys_ul li .ys_img>img {
  margin: 0 auto;
}
.ys_ul li .ys_right .ys_sub {
  width: 38px;
  height: 44px;
  line-height: 38px;
  font-size: 20px;
  margin-right: 10px;
}
.ys_ul li .ys_right .ys_tit {
  line-height: 44px;
  margin-top: 0;
  font-size: 20px;
}

.news {
  padding: 10px 0;
}
.news_ul {
  padding-top: 10px;
}
.news_ul li {
  width: 100%;
}
.news_ul li>a .news_R {
  padding: 10px;
}
.news_ul li>a .news_R .news_p {
  line-height: 24px;
}
.news_ul li>a .news_R .news_txt {
  height: 88px;
  line-height: 22px;
  margin-top: 5px;
  -webkit-line-clamp: 4;
}
.news_ul li:nth-child(4n+3)>a, .news_ul li:nth-child(4n+4)>a {
  flex-direction: row;
}
.news .cpzs_more {
  padding-top: 10px;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 10px 0;
}
.link a {
  margin: 0 5px;
}
.copyright {
  padding: 10px 0;
}
/* END-底部 */

/* 公司简介 */
.main{
	padding: 0;
}
.about_title{
  width: calc(100% + 20px);
  float: left;
  text-align: left;
  background-color: #183b8c;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_title1{
  text-align: center;
}
.about_title1::after{display: none;}
.about_ul{
  display: none;
  padding: 0;
}
.about_ul>li{
  width: 100%;
  margin: 3px 0 0 0;
}
.about_ul>li>a {
  height: 40px;
  line-height: 38px;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-公司简介 */

/* 产品展示 */
.equ_ul1 li {
  width: 48%;
}
.equ_ul1 li .equ_txt {
  height: 40px;
  line-height: 40px;
}
.cpxq_p{
  line-height: 20px;
}
.cpxq_p>span{
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 5px;
}
.cpxq_txt{
  line-height: 24px;
  padding-top: 10px;
}
.cpxq_txt table{ border-collapse:collapse; border:1px solid #999 !important; width:100% !important;}
.cpxq_txt table tr td{ width:auto !important;}
/* END-产品展示 */

/* 新闻资讯 */
.news_ul1{
  width: 100%;
  margin: 0;
}
.news_ul1 li {
  width: 100%;
  margin: 0 0 10px 0;
}
.news_ul1 li>a  .news_img{
  width: 140px;
}
.news_ul1 li>a .news_R {
  width: calc(100% - 140px);
  padding: 10px;
}
.news_ul1 li>a .news_R .news_p {
  line-height: 20px;
}
.news_ul1 li>a .news_R .news_p>span{
  line-height: 24px;
  font-size: 16px;
}
.news_ul1 li>a .news_R .news_txt {
  height: 72px;
  line-height: 24px;
  margin-top: 5px;
  -webkit-line-clamp: 3;
}
.xwxq_p{
  line-height: 20px;
}
.xwxq_p>span{
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 5px;
}
.xwxq_txt{
  line-height: 24px;
  padding-top: 10px;
}
/* END-新闻资讯 */




















































/* 联系我们 */
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #183b8c;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #e45513;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */
.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;}
