/* 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%;
  background-color: #f1f1f1;
  line-height: 34px;
  font-size: 12px;
  color: #696969;
}
.topbox a {
  color: #696969;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #942400 !important;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 21px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo > a{
  width: 300px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{
  float: right;
}
.header_dianhua {
  float: left;
  line-height: 16px;
  color: #131313;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 50px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #942400;
  font-weight: bold;
  line-height: 24px;
}
.search{
  width: 196px;
  float: right;
  margin-left: 30px;
  height: 36px;
  background-color: #e3e3e3;
  border-radius: 18px;
  overflow: hidden;
}
.search_inp1{
  width: calc(100% - 48px);
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #424242;
  padding: 0 10px;
  background-color: #e3e3e3;
}
.search_btn{
  width: 48px;
  float: left;
  height: 36px;
  background: url(../images/search_ss.png) no-repeat right center;
}

/* 导航 */
nav {
  background-image: linear-gradient(#dbdbdb,#fff,#d9d9d9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
}
.nav>li{
  width: 16.6666%;
  float: left;
  position: relative;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #424242;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #942400;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-top: 2px;
}
.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: #942400;
  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: #942400;
  opacity: 0.5;
  border-radius: 50%;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #942400;
}
.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: 40px;
  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: 60px 0;
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzs_p{
 line-height: 32px;
 font-size: 25px;
 color: #292929;
 font-weight: bold;
}
.cpzs_p>span{
  color: #c23006;
}
.cpzs_heng{
  display: block;
  overflow: hidden;
  height: 5px;
  margin: 5px 0 10px 0;
  position: relative;
}
.cpzs_heng::before{
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpzs_heng::after{
  content: "";
  width: 100%;
  max-width: 380px;
  float: left;
  height: 5px;
  background-color: #e9e9e9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cpzs_sp{
  line-height: 22px;
  font-size: 14px;
  color: #a5a4a4;
  text-transform: uppercase;
}
.cpzs_contect{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.main_left{
  width: 255px;
  float: left;
  background-image: linear-gradient(to right,#f5f5f5,#e3e3e3);
}
.about_title{
	display: block;
	overflow: hidden;
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 20px;
	color: #0e0e0e;
	font-weight: bold;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #484848;
  padding: 0 20px;
  font-size: 16px;
  color: #484848;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: relative;
}
.about_ul>li>a::before{
  content: ">";
  width: 20px;
  float: right;
  height: 20px;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  background-image: linear-gradient(#942400,#942400,#942400);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #942400;
	color: #fff;
}
.about_ul>li:hover>a::before,
.about_ul>li.about_on>a::before{
  background-image: linear-gradient(#e8e8e8,#fff,#e5e5e5);
  color: #942400;
}
.about_B{
  display: block;
  overflow: hidden;
  padding: 20px 30px;
}
.about_dianhua{
  display: block;
  overflow: hidden;
}
.about_dianhua_p{
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #0e0e0e;
  line-height: 28px;
}
.about_dianhua_p>img{
  float: left;
  margin-right: 10px;
}
.about_dianhua_sp{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-family: Impact;
  font-size: 24px;
  color: #942400;
  line-height: 25px;
  text-align: center;
}
.about_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
}
.about_more>a{
  width: calc(50% - 6px);
  float: left;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #942400;
  font-size: 14px;
  color: #942400;
}
.about_more>a:last-child{
  background-color: #942400;
  color: #fff;
}
.about_more>a:first-child:hover{
  background-color: #942400;
  color: #fff;
}
.about_more>a:last-child:hover{
  background-color: initial;
  color: #942400;
}

.main_right{
	width: 920px;
	float: right;
}
.cpzs_ul{
  display: block;
  overflow: hidden;
  width: 942px;
}
.cpzs_ul li{
  width: 292px;
  float: left;
  margin: 0 22px 22px 0;
}
.cpzs_ul li>a{
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.cpzs_ul li>a .cpzs_img{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.cpzs_ul li>a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 69.1781%;
}
.cpzs_ul li>a .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #292929;
  font-weight: bold;
}
.cpzs_ul li>a:hover,
.cpzs_ul li>a:hover .cpzs_img{
  border-color: #942400;
}
.cpzs_ul li>a:hover .cpzs_img img{
  transform: scale(1.1);
}

.ys{
  width: 100%;
  overflow: hidden;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.ys .cpzs_heng::before,
.ys .cpzs_heng::after{
  background-color: #b0b0b0;
}
.ys_contect{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 50px;
}
.ys_img{
  width: calc(50% - 12px);
  float: left;
  overflow: hidden;
  position: relative;
}
.ys_img::before{
  content: "";
  display: block;
  padding-top: 58.0205%;
}
.ys_ul{
  width: 50%;
  float: left;
  padding: 1px 0 0 1px;
}
.ys_ul li{
  width: 50%;
  float: left;
  height: 50%;
  margin: -1px 0 0 -1px;
}
.ys_ul li>a{
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.ys_ul li>a .ys_icon{
  width: 100%;
  height: 58px;
  overflow: hidden;
  position: relative;
}
.ys_ul li>a .ys_icon>img:first-child{opacity: 1;}
.ys_ul li>a .ys_icon>img:last-child{opacity: 0;}
.ys_ul li>a .ys_txt{
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #3a3a3a;
  margin-top: 15px;
}
.ys_ul li>a:hover{
  background-color: #942400;
}
.ys_ul li>a:hover .ys_icon>img:first-child{opacity: 0;}
.ys_ul li>a:hover .ys_icon>img:last-child{opacity: 1;}
.ys_ul li>a:hover .ys_txt{
  color: #fff;
}

.case{
  width: 100%;
  overflow: hidden;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0;
}
.case .cpzs_p,
.case .cpzs_p>span,
.case .cpzs_sp{
  color: #fff;
  text-transform: uppercase;
}
.case .cpzs_heng::before,
.case .cpzs_heng::after{
  background-color: #fff;
}
.case_contect{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.case_left{
  width: 380px;
  float: left;
}
.case_left>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 42px 28px 52px 28px;
}
.case_left>a .case_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
  color: #942400;
}
.case_left>a .case_sp{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  margin-top: 5px;
}
.case_left>a .case_txt{
  display: block;
  overflow: hidden;
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #858585;
  line-height: 28px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case_left>a .case_more{
  display: block;
  overflow: hidden;
  margin-top: 45px;
  width: 166px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #9a310f;
  font-size: 14px;
  color: #942400;
  text-transform: uppercase;
}
.case_left>a:hover .case_more{
  background-color: #942400;
  color: #fff;
}
.case_ul{
  width: 65.75%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case_ul li{
  width: calc(50% - 15px);
  float: left;
}
.case_ul li .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_ul li .case_img::before{
  content: "";
  display: block;
  padding-top: 65.7895%;
}
.case_ul li .case_R{
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.case_ul li .case_R .case_tit{
  display: block;
  overflow: hidden;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
}
.case_ul li .case_R .case_tit>span{
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
}
.case_ul li .case_R .case_M{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
.case_ul li .case_R .case_M>span{
  float: left;
  background: url(../images/case_jiantou.png) no-repeat right center;
  padding-right: 32px;
}
.case_ul li:hover .case_img img{
  transform: scale(1.1);
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.news .cpzs_p{
  color: #d7d7d7;
  text-transform: uppercase;
}
.news .cpzs_p>span{
  color: #292929;
}
.news .cpzs_heng::before,
.news .cpzs_heng::after{
  background-color: #e9e9e9;
}
.news .cpzs_sp{
  color: #626262;
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.news_left{
  width: 77.5%;
  float: left;
}
.news_title{
  display: block;
  line-height: 24px;
  overflow: hidden;
  margin: 15px 0;
  background: url(../images/news_title_bj.png) repeat-x left bottom;
}
.news_p{
  float: left;
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  background-color: #fff;
  padding-right: 45px;
}
.news_more{
  float: right;
  padding: 0 30px 0 10px;
  background-color: #fff;
}
.news_more>a{
  float: left;
  padding-right: 18px;
  text-transform: uppercase;
  font-size: 12px;
  color: #b8b8b9;
  background: url(../images/more2.png) no-repeat right center;
}
.news_more>a:hover{
  color: #942400;
  text-decoration: underline;
}
.news_dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f4f4f4;
  border: 1px solid #ececec;
  padding: 35px 30px 30px 30px;
}
.news_dl>dt{
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.news_dl>dt>a{
  width: 100%;
  float: left;
}
.news_dl>dt>a .news_tit{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #2f2f2f;
  position: relative;
  padding-left: 22px;
}
.news_dl>dt>a .news_tit::before{
  content: "";
  width: 6px;
  float: left;
  height: 6px;
  background-color: #942400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_dl>dt>a .news_box{
  width: 100%;
  float: left;
  display: flex;
  margin-top: 15px;
}
.news_dl>dt>a .news_box .news_L{
  width: 216px;
  float: left;
  border: 1px solid #dadada;
  padding: 5px;
  background-color: #fff;
}
.news_dl>dt>a .news_box .news_L .news_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news_dl>dt>a .news_box .news_R{
  width: calc(100% - 216px);
  float: left;
  padding-left: 20px;
}
.news_dl>dt>a .news_box .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #898989;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news_dl>dt>a .news_box .news_R .news_sp{
  display: block;
  overflow: hidden;
  margin: 15px 0 5px 0;
  line-height: 18px;
  font-size: 12px;
  color: #b7b7b7;
}
.news_dl>dt>a:hover .news_tit{
  color: #942400;
  text-decoration: underline;
}
.news_dl>dd{
  width: calc(50% - 6px);
  float: left;
  margin-top: 10px;
}
.news_dl>dd>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px;
  color: #797979;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_dl>dd>a>span{
  float: right;
}
.news_dl>dd>a:hover{
  background-color: #942400;
  color: #fff;
}
.news_dl>dd>a:hover>span{
  color: #fff;
}

.news_right{
  width: 252px;
  float: right;
}
.faq{
  width: 100%;
  float: left;
  border: 1px solid #ececec;
  padding: 15px 10px;
}
.faq_title{
  display: block;
  overflow: hidden;
  line-height: 24px;
}
.faq_p{
  float: left;
  font-size: 20px;
  color: #292929;
  font-weight: bold;
  margin-right: 10px;
}
.faq_sp{
  float: left;
  font-size: 14px;
  color: #b8b8b9;
  text-transform: uppercase;
}
.faq_more{
  float: right;
}
.faq_more>a{
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #b8b8b9;
  background: url(../images/more1.png) no-repeat right center;
  padding-right: 18px;
}
.faq_more>a:hover{
  color: #942400;
  text-decoration: underline;
  background: url(../images/more2.png) no-repeat right center;
}
.faq_ul{
  display: block;
  overflow: hidden;
}
.faq_ul li{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  border-top: 1px dashed #b6b6b6;
  padding-top: 15px;
}
.faq_ul li .faq_tit{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 0 10px;
  font-size: 14px;
  color: #2f2f2f;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.faq_ul li .faq_tit>span{
  width: 18px;
  float: left;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #942400;
  margin: 3px 10px 3px 0;
  font-size: 14px;
  color: #fff;
}
.faq_ul li .faq_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 0 10px;
  font-size: 14px;
  color: #979797;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.faq_ul li .faq_txt>span{
  width: 18px;
  float: left;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #7c7c7c;
  margin: 3px 10px 5px 0;
  font-size: 14px;
  color: #fff;
}
.faq_M{
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.faq_M>a{
  width: 100%;
  display: flex;
  height: 42px;
  line-height: 42px;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #942400;
  font-size: 18px;
  color: #fff;
}
.faq_M>a>img{
  float: left;
  margin-right: 10px;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 75px;
}
.gsjj_title{
  width: 100%;
  float: left;
  color: #fff;
}
.gsjj_p{
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.gsjj_p>span{
  float: left;
  font-size: 24px;
  margin-right: 8px;
}
.gsjj_sp{
  display: block;
  overflow: hidden;
  line-height: 35px;
  font-size: 25px;
  font-weight: bold;
}
.gsjj_contect{
  width: 100%;
  float: left;
  margin-top: 40px;
}
.gsjj_left{
  width: calc(50% - 10px);
  float: right;
  margin-top: -65px;
  position: relative;
  padding: 0 0 25px 25px;
}
.gsjj_left::before{
  content: "";
  width: 1920px;
  float: left;
  height: 175px;
  background-color: #942400;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gsjj_left .gsjj_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gsjj_left .gsjj_img::before{
  content: "";
  display: block;
  padding-top: 54.2403%;
}
.gsjj_right{
  width: calc(50% - 25px);
  float: left;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 140px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.gsjj_more>a{
  display: block;
  overflow: hidden;
  width: 132px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #942400;
  border-color: #942400;
}
/*END-首页*/

/* 底部 */
footer {
  background: #e9e9e9;
  padding: 42px 0;
}
.footer_nav{
  display: block;
  overflow: hidden;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 0;
  margin-bottom: 44px;
}
.footer_nav>li{
  width: 16.6666%;
  float: left;
  border-right: 1px dotted #b5b5b5;
  text-align: center;
}
.footer_nav>li:first-child{
  border-left: 1px dotted #b5b5b5;
}
.footer_nav>li>a{
  font-size: 14px;
  color: #4a4a4a;
}
.footer_nav>li>a:hover{
  color: #942400;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.footer_logo{
  width: 30.25%;
  float: left;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}

.footer_center{
  width: 50.5%;
  float: left;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 10px 30px 10px 50px;
}
.footer_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #5d5d5d;
}
.footer_txt>div{
  width: 50%;
  float: left;
}

.copyright{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
  line-height: 20px;
  color: #929292;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_right{
  width: 12%;
  float: right;
}
.footer_right img{
  width: 100%;
  height: auto;
  display: block;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 36px 0;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 16px;
  padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.dqwz_p{
  float: left;
  font-size: 14px;
	color: #0e0e0e;
  border-left: 4px solid #942400;
  padding-left: 15px;
}
.dqwz_more{
  float: right;
}
.dqwz_more>a{
  color: #0e0e0e;
}
.dqwz_more>a:hover{
  text-decoration: underline;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 35px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #292929;
}
.company img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
/* END-关于我们 */

/* 产品展示 */
.main .cpzs_ul li:last-child{display: block;}
.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  color: #292929;
  font-weight: bold;
  line-height: 24px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
	line-height: 30px;
	color: #292929;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* 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;
}
.xw_ul li>a .xw_B{
  width: 30%;
  float: left;
  border: 1px solid #dadada;
  padding: 5px;
  background-color: #fff;
}
.xw_ul li>a .xw_B .xw_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_R{
  width: 70%;
  float: left;
  padding-left: 20px;
}
.xw_ul li>a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #2f2f2f;
  position: relative;
  padding-left: 20px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .xw_R .xw_p::before{
  content: "";
  width: 6px;
  float: left;
  height: 6px;
  background-color: #942400;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xw_ul li>a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #898989;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 7px 0;
}
.xw_ul li>a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #b7b7b7;
}
.xw_ul li>a:hover .xw_B{
  border-color: #942400;
}
.xw_ul li>a:hover .xw_R .xw_p,
.xw_ul li>a:hover .xw_R .xw_txt,
.xw_ul li>a:hover .xw_R .xw_sp{
  color: #942400;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #292929;
  font-weight: bold;
  line-height: 24px;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
	line-height: 30px;
	color: #292929;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #292929;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1220px) {
/* 首页 */
.cpzs {
  padding: 50px 0;
}
.main_left{
	width: 24%;
}
.about_B {
  padding: 20px;
}
.main_right{
	width: 74%;
}
.cpzs_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li {
  width: 31.3333%;
  margin: 0 1% 22px 1%;
}

.ys {
  padding: 50px 0;
}
.ys_contect {
  padding-top: 40px;
}

.case {
  padding: 40px 0;
}
.case_left {
  width: 32%;
}
.case_ul {
  width: 66%;
}
.case_left>a {
  padding: 30px 20px;
}
.case_left>a .case_sp {
  font-size: 22px;
}

.news {
  padding: 40px 0;
}
.news_left {
  width: 74%;
}
.news_right {
  width: 24%;
}

.gsjj {
  padding-top: 40px;
}
.gsjj_contect {
  margin-top: 30px;
}
.gsjj_left {
  margin-top: -40px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 35px 0;
}
.footer_nav {
  padding: 15px 0;
  margin-bottom: 30px;
}
.footer_center {
  padding: 10px 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: #942400;
  transition: all 0.4s;
}
.icon-menu-active>span{
  background-color: #fff;
}
.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: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  position: fixed;
  background-image: initial;
  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;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #ccc;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  font-size: 16px;
}

/*圆点*/
.banner .swiper-pagination {
  opacity: 1;
  bottom: 10px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
}
.banner .banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.banner .swiper-pagination-bullet-active {
  width: 15px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
.about_B {
  padding: 10px;
}
.cpzs_ul li {
  width: 48%;
  margin: 0 1% 15px 1%;
}
.cpzs_ul li:last-child{display: none;}

.ys {
  padding: 30px 0;
}
.ys_contect {
  padding-top: 20px;
}
.ys_img::before {
  padding-top: 75%;
}
.ys_ul li>a .ys_txt {
  margin-top: 5px;
}

.case {
  padding: 30px 0;
}
.case_contect {
  padding-top: 30px;
}
.case_left>a {
  padding: 15px;
}
.case_left>a .case_sp {
  font-size: 20px;
  line-height: 24px;
}
.case_left>a .case_txt {
  margin: 10px 0 0 0;
  line-height: 24px;
  -webkit-line-clamp: 4;
}
.case_left>a .case_more {
  margin-top: 10px;
  width: 122px;
  height: 42px;
  line-height: 40px;
}
.case_ul li .case_R {
  padding-top: 10px;
}
.case_ul li .case_R .case_tit {
  line-height: 24px;
}
.case_ul li .case_R .case_tit>span {
  font-size: 16px;
  line-height: 24px;
}
.case_ul li .case_R .case_M {
  margin-top: 10px;
}

.news {
  padding: 30px 0;
}
.news_contect {
  padding-top: 30px;
}
.news_left {
  width: 69%;
}
.news_dl {
  padding: 15px;
}
.news_dl>dt {
  margin-bottom: 20px;
}
.news_right {
  width: 29%;
}

.gsjj {
  padding: 30px 0;
}
.gsjj_contect {
  margin-top: 20px;
}
.gsjj_left {
  margin-top: 0;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 20px 0;
}
.footer_nav {
  padding: 10px 0;
  margin-bottom: 15px;
}
.footer_center {
  width: 54%;
  padding: 10px;
}
.footer_txt {
  line-height: 22px;
}
.copyright>div{
  width: 100%;
  float: left;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 25px 0;
}
.dqwz_contect{
	padding-top: 25px;
}
/* END-关于我们 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 20px;
}
.xw_ul li>a .xw_B{
  width: 40%;
}
.xw_ul li>a .xw_R{
  width: 60%;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 15px 0;
}
.logo{
  width: 70%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_p {
  line-height: 30px;
  font-size: 18px;
}
.cpzs_heng {
  margin: 2px 0;
}
.cpzs_heng::after {
  max-width: 50%;
}
.cpzs_sp {
  line-height: 20px;
  font-size: 12px;
}
.cpzs_contect {
  padding-top: 10px;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
  background-color: #942400;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
  padding-top: 2px;
}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
}
.main_right{
	width: 100%;
}
.cpzs_ul li {
  margin: 10px 1% 0 1%;
}
.cpzs_ul li>a .cpzs_txt {
  padding: 0 10px;
}

.ys {
  padding: 10px 0;
}
.ys_contect {
  padding-top: 10px;
}
.ys_img {
  width: 100%;
}
.ys_ul {
  width: 100%;
  margin-top: 10px;
}
.ys_ul li>a {
  padding: 10px;
}
.ys_ul li>a .ys_icon {
  height: 38px;
}
.ys_ul li>a .ys_txt {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}

.case {
  padding: 10px 0;
}
.case_contect {
  padding-top: 10px;
}
.case_left {
  width: 100%;
}
.case_left>a {
  padding: 10px;
}
.case_left>a .case_p {
  line-height: 24px;
  font-size: 16px;
}
.case_left>a .case_sp {
  font-size: 18px;
}
.case_left>a .case_txt {
  margin: 5px 0 0 0;
}
.case_left>a .case_more {
  width: 122px;
  height: 32px;
  line-height: 30px;
}
.case_ul {
  width: 100%;
}
.case_ul li {
  width: 100%;
  margin-top: 10px;
}
.case_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.case_ul li .case_img {
  width: 30%;
  float: left;
}
.case_ul li .case_R {
  width: 70%;
  float: left;
  padding: 0 0 0 10px;
}

.news {
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
}
.news_left {
  width: 100%;
}
.news_title {
  margin: 0 0 10px 0;
}
.news_p {
  font-size: 18px;
  padding-right: 10px;
}
.news_more {
  padding: 0 0 0 10px;
}
.news_dl {
  padding: 10px;
}
.news_dl>dt {
  margin-bottom: 5px;
}
.news_dl>dt>a .news_box {
  margin-top: 5px;
}
.news_dl>dt>a .news_box .news_L {
  width: 30%;
  padding: 2px;
}
.news_dl>dt>a .news_box .news_R {
  width: 70%;
  padding-left: 10px;
}
.news_dl>dt>a .news_box .news_R .news_txt {
  height: 56px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}
.news_dl>dt>a .news_box .news_R .news_sp {
  margin: 5px 0;
}
.news_dl>dd {
  width: 100%;
  margin-top: 5px;
}
.news_right {
  width: 100%;
  margin-top: 10px;
}
.faq {
  padding: 10px;
}
.faq_ul li {
  margin-top: 10px;
  padding-top: 10px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_p {
  line-height: 24px;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.gsjj_sp {
  line-height: 24px;
  font-size: 20px;
  text-align: center;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_left {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.gsjj_left::before{display: none;}
.gsjj_right{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.gsjj_txt {
  height: auto;
  line-height: 24px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding-top: 10px;
}
.gsjj_more>a {
  width: 102px;
  height: 32px;
  line-height: 30px;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 10px 0;
}
.footer_nav {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_nav>li {
  width: auto;
  padding: 0 5px;
  border: none !important;
}
.footer_center {
  width: 100%;
  border: none;
  padding: 10px 10px 0 10px;
}
.copyright {
  margin-top: 0;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.dqwz_contect{
	padding: 0;
}
.main .main_right{
  padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 产品展示 */
.cpxq_txt{
	line-height: 24px;
}
/* END-产品展示 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li>a .xw_B{
  width: 30%;
  padding: 2px;
}
.xw_ul li>a .xw_R{
  width: 70%;
  padding-left: 10px;
}
.xw_ul li>a .xw_R .xw_p{
  line-height: 24px;
  padding-left: 15px;
}
.xw_ul li>a .xw_R .xw_txt {
  height: 38px;
  line-height: 20px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  margin: 3px 0;
}
.xwxq_sp{
  padding: 5px 0;
}
.xwxq_txt{
	line-height: 24px;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt {
  line-height: 24px;
}
.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: #942400;
  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: #942400;
  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-手机底部组件 */