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

.header-box{
  width: 100%;
  float: left;
  background: url(../images/header_bj.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
}
/* 顶部 */
.topbox {
  width: 100%;
  background-color: rgba(51,50,46,0.2);
  line-height: 32px;
  font-size: 12px;
  color: #858077;
}
.top_nav>div{
  float: left;
}
.top_nav>div>a {
  float: left;
  display: flex;
  align-items: center;
  margin: 0 15px;
  color: #847f77;
}
.top_nav>div>a>img{
  float: left;
  margin-right: 6px;
}
.top_nav>div:last-child>a{
  margin: 0 0 0 15px;
}
.topbox a:hover {
  color: #b12720;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 30px 0 0 0;
}
.logo > a{
	width: 100%;
  max-width: 442px;
}
.logo_txt{
	width: 100%;
  max-width: 228px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  display: block;
  overflow: hidden;
  line-height: 22px;
  color: #807862;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 60px;
  margin-top: 14px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 30px;
  color: #b12720;
  font-weight: bold;
}

/* 导航 */
.nav{
  width: 100%;
  float: left;
  background: url(../images/shutiao.png) no-repeat left center;
  padding-left: 2px;
}
.nav>li{
  width: 12.5%;
  float: left;
  position: relative;
  background: url(../images/shutiao.png) no-repeat right center;
  padding-right: 2px;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
  color: #6b6359;
  background-image: url(../images/nav_hover.png);
  background-position: center 68px;
  background-repeat: no-repeat;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #b02720;
  background-position: center 51px;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(51,50,46,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
}
.nav-child dd{
  display: block;
  overflow: hidden;
}
.nav-child dd a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child dd a:hover{
  background-color: #b02720;
  color: #fff;
}
.header-active{
  position: fixed;
}
.header-active .topbox{display:none;}
.header-active .header{display:none;}

/*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: #b12720;
  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: #b12720;
}
/*箭头*/
.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;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  padding: 11px 0 12px 0;
  background: url(../images/search_heng.jpg) repeat-x left bottom;
}
.search_form{
  width: 272px;
  float: right;
}
.search_inp1{
  width: calc(100% - 46px);
  float: left;
  border: none;
  background: url(../images/search_ss.png) no-repeat 10px center #eee;
  height: 28px;
  line-height: 28px;
  padding: 0 10px 0 25px;
  color: #333;
  font-size: 12px;
}
.search_inp1::-webkit-input-placeholder{color: #606060;}
.search_inp1:-moz-placeholder{color: #606060;}
.search_btn{
  width: 46px;
  float: left;
  height: 28px;
  background-image: linear-gradient(#d82920,#b12720);
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #717171;
}
.search_txt>span{
  float: left;
  font-weight: bold;
  margin-right: 25px;
}
.search_txt>a{
  margin: 0 5px;
  color: #717171;
}
.search_txt > a:hover{
  color: #b12720;
  text-decoration: underline;
}
/* END */

/* 首页 */
.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.gsjj_p{
  line-height: 50px;
  font-size: 36px;
  color: #523929;
  font-family: "Source Han Serif CN";
  font-weight: bold;
}
.gsjj_p>span{
  color: #b12720;
}
.gsjj_sp{
  line-height: 32px;
  background: url(../images/title_heng.png) no-repeat center center;
  font-size: 14px;
  color: #a7a08e;
  text-transform: uppercase;
  font-weight: bold;
}
.gsjj_spp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #6d6551;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.gsjj_img{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 50%;
  float: left;
  background-color: #fff;
  padding: 40px;
}
.gsjj_pp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #323232;
  padding: 5px 0;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #7c746d;
  height: 208px;
  margin-top: 10px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.gsjj_more>a{
  width: 88px;
  float: left;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-image: linear-gradient(#d82920,#b12720);
  font-size: 14px;
  color: #fff;
}

.fw{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: url(../images/fw_bj.jpg) no-repeat center top;
  background-size: cover;
}
.fw_contect{
  display: block;
  overflow: hidden;
  margin-top: 55px;
}
.fw_left{
  width: 62.75%;
  float: left;
}
.fw_ul{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fw_ul li{
  width: calc(50% - 6px);
  float: left;
  background: url(../images/fw_li_bj.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 12px;
}
.fw_ul li a{
  display: block;
  overflow: hidden;
}
.fw_ul li a .fw_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fw_ul li a .fw_img::before{
  content: "";
  display: block;
  padding-top: 71.0983%;
}
.fw_ul li a .fw_B{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  padding: 15px 15px 20px 15px;
}
.fw_ul li a .fw_B .fw_txtB{
  width: calc(100% - 24px);
  float: left;
  padding-right: 25px;
}
.fw_ul li a .fw_B .fw_txtB .fw_p{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #7e6c4e;
  height: 26px;
  line-height: 26px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.fw_ul li a .fw_B .fw_txtB .fw_txt{
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #646464;
  height: 54px;
  line-height: 18px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.fw_ul li a .fw_B .fw_more{
  width: 24px;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #b2ab99;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding: 0 5px;
}
.fw_ul li a:hover .fw_img img{
  transform: scale(1.1);
}
.fw_ul li a:hover .fw_B .fw_more{
  background-color: #b12720;
  color: #fff;
}
.fw_right{
  width: 33.5%;
  float: right;
}
.fw_right img{
  display: block;
  max-width: 100%;
  height: auto;
}

.cp{
  width: 100%;
  overflow: hidden;
  background: url(../images/cp_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0 65px 0;
}
.cp_ul{
  display: block;
  overflow: hidden;
  width: 1206px;
}
.cp_ul li{
  width: 396px;
  float: left;
  margin: 0 6px 10px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cp_ul li .cp_B{
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
.cp_ul li .cp_B>img{
  width: 100%;
  display: block;
  height: auto;
}
.cp_ul li .cp_B .cp_txtB{
  display: block;
  overflow: hidden;
  border-left: 1px solid #c0b3a0;
  border-right: 1px solid #c0b3a0;
  background-color: #e9e1d4;
  padding: 10px 35px;
}
.cp_ul li .cp_B .cp_txtB .cp_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 18px;
  font-size: 14px;
  color: #646464;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.cp_ul li .cp_more{
  display: block;
  max-width: 82px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #b2ab99;
  font-size: 12px;
  color: #fff;
  margin: -13px auto 0 auto;
  position: relative;
  z-index: 5;
}
.cp_ul li:hover .cp_more{
  background-color: #b12720;
  color: #fff;
}

.Act{
  width: 100%;
  float: left;
  background: url(../images/hd_bj.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.Act_contect{
  margin-top: 60px;
  position: relative;
}
.Act-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  background-color: #fff;
  border: 6px solid #baa176;
  border-radius: 10px;
  padding: 5px;
  overflow: hidden;
}
.Act-imgbox .swiper-slide>a .Act_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.Act-imgbox .swiper-slide>a .Act_img::before{
  content: "";
  display: block;
  padding-top: 66.42336%;
}
.Act-imgbox .swiper-slide>a .Act_txt{
  display: block;
  overflow: hidden;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
  color: #2c2c2c;
}
.Act-imgbox .swiper-slide>a:hover .Act_img img{
  transform: scale(1.1);
}
.Act-prev{
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 22px;
  float: left;
  height: 36px;
  background: url(../images/hd_left.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 9;
  cursor: pointer;
}
.Act-next{
  right: -58px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 22px;
  float: left;
  height: 36px;
  background: url(../images/hd_right.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 9;
  cursor: pointer;
}
.Act_more{
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  transform: translateY(50%);
}
.Act_more>a{
  float: left;
  height: 38px;
  line-height: 38px;
  background-color: #b12720;
  padding: 0 22px;
  font-size: 12px;
  color: #fff;
}
.Act_more>a:hover{
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  color: #b12720;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px
}
.news_left{
  width: 65.5%;
  float: left;
}
.news_title{
  width: 100%;
  float: left;
  height: 46px;
  border-bottom: 1px solid #d4c6b1;
}
.news_title>span{
  float: left;
  height: 48px;
  line-height: 43px;
  border-bottom: 5px solid #928166;
  font-size: 18px;
  color: #6d6551;
}
.news_ul{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.news_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #9f9d99;
}
.news_ul li:last-child{
  margin: 0;
}
.news_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_ul li>a .news_img{
  width: 274px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul li>a .news_R{
  width: calc(100% - 274px);
  float: left;
  padding-left: 15px;
}
.news_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #2d2d2d;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #646464;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news_ul li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 12px;
  margin-top: 3px;
  font-size: 12px;
  color: #59544a;
}
.news_ul li>a .news_R .news_sp>span{
  float: right;
  color: #2f2f2f;
}
.news_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li>a:hover .news_R .news_p{
  color: #b12720;
}
.news_right{
  width: 31.75%;
  float: right;
}
.qua_ul{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.qua_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 23px;
  border-bottom: 1px dotted #9f9c99;
  margin-bottom: 23px;
}
.qua_ul li .qua_p{
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #202020;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.qua_ul li .qua_p>span{
  width: 16px;
  float: left;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #928166;
  font-family: SimSun;
  font-size: 12px;
  color: #fff;
  margin: 3px 15px 0 0;
}
.qua_ul li .qua_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #716f6e;
  text-overflow:ellipsis;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.qua_ul li .qua_txt>span{
  width: 16px;
  float: left;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #b12720;
  font-family: SimSun;
  font-size: 12px;
  color: #fff;
  margin: 3px 15px 10px 0;
}
.qua_ul li:last-child{
  margin: 0;
}
/* END-首页 */

/* 底部 */
footer {
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: cover;
}
.footer_nav{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dcd2c2;
}
.footer_nav ul{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_nav ul li{
  float: left;
}
.footer_nav ul li a{
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer_nav ul li a:hover{
  color: #b12720;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #94856e;
  padding: 40px 0;
}
.footer>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_left{
  width: 24.25%;
  float: left;
}
.footer_left img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.footer_center{
  width: 41.25%;
  float: left;
  padding-left: 66px;
  background: url(../images/footer_shutiao.jpg) repeat-y left top;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.footer_right{
  width: 23.25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_wx{
  width: calc(34% - 8px);
}
.footer_wx img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.copyright{
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  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: 40px 0;
  background: url(../images/main_bj.jpg) repeat center center;
}
.main_left{
	width: 270px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 30px;
}
.about_title{
	display: block;
	overflow: hidden;
  padding: 13px 0;
	text-align: center;
	background-color: #b12720;
	color: #fff;
}
.about_p{
  line-height: 36px;
  font-size: 24px;
}
.about_sp{
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 6px;
  background-color: #fff;
  transition: all 0.4s;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #232323;
  border: 1px solid #ddd;
  padding: 0 20px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_ul>li>a>span{
  float: left;
  margin-right: 10px;
}
.about_ul>li:hover,
.about_ul>li.about_on{
	background-color: #b12720;
  padding: 2px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  color: #fff;
  border-color: #fff;
}

.about_dl{
	display: none;
	overflow: hidden;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #232323;
  border: 1px solid #ddd;
}
.about_dl>dd>a:hover{
	background-color: #b12720;
	color: #fff;
}

.about_B{
  display: block;
  overflow: hidden;
  margin-top: 8px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px 10px 20px 10px;
}
.about_txt{
  display: block;
  overflow: hidden;
}
.about_txt>dd{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #222;
}
.about_txt>dd>em{
  float: left;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.about_txt>dd>em::before{
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  background-color: #b12720;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about_txt>dd>span{
  display: block;
  overflow: hidden;
}

.main_right{
	width: 892px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 44px;
  background-image: linear-gradient(#f4f4f4,#e7e7e7);
  border: 1px solid #ccc;
}
.dqwz_p{
  float: left;
  background-color: #b12720;
  padding: 0 20px;
  border-right: 1px solid #ccc;
}
.dqwz_p>span{
  float: left;
  font-size: 18px;
  color: #fff;
  background: url(../images/dqwz_icon1.png) no-repeat left center;
  padding-left: 30px;
}
.dqwz_nav{
  float: right;
  padding: 0 15px 0 25px;
  font-size: 14px;
  color: #a8a8a8;
  background: url(../images/dqwz_icon2.png) no-repeat left center;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #606060;
}
.company img{
  /*display: block;*/
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
/* END-关于吉阳红 */

/* 服务特色 */
.cps_ul{
  display: block;
  overflow: hidden;
  width: 927px;
}
.cps_ul li{
  width: 276px;
  float: left;
  margin: 0 32px 26px 0;
}
.cps_ul li a{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
}
.cps_ul li .cps_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.cps_ul li .cps_img::before{
  content: "";
  display: block;
  padding-top: 66.18182%;
}
.cps_ul li .cps_txt{
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #fff;
}
.cps_ul li:hover .cps_img img{
  transform: scale(1.1);
}
.cps_ul li:hover .cps_txt{
  background-color: #b12720;
  color: #fff;
}

.cp_bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 20px;
  line-height: 26px;
  font-family: simsun;
  font-size: 12px;
  color: #666;
}
.cp_bottom>a{
  float: left;
  line-height: 24px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 8px;
  color: #666;
  margin: 2px;
}
.cp_bottom>span{
  float: left;
  margin: 2px;
}
.cp_bottom>a:hover,
.cp_bottom>a.active{
  background-color: #b12720;
  color: #fff;
}

.cpxq{
	display: block;
	overflow: hidden;
}
.cpxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #606060;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.cpxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #606060;
}
.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: 20px;
}
.xw_ul li a{
	width: 100%;
	float: left;
	display: flex;
  border: 1px solid #dbd0ba;
  padding: 20px;
}
.xw_ul li a .xw_img{
	width: 214px;
	float: left;
	overflow: hidden;
	position: relative;
}
.xw_ul li a .xw_R{
	width: calc(100% - 214px);
	float: left;
	padding-left: 35px;
}
.xw_ul li a .xw_R .xw_p{
	display: block;
	overflow: hidden;
	line-height: 30px;
	font-size: 18px;
	color: #262626;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.xw_ul li a .xw_R .xw_txt{
	display: block;
	overflow: hidden;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #6c6c6c;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0 0 0;
}
.xw_ul li a .xw_R .xw_more{
	display: block;
	overflow: hidden;
  width: 84px;
	height: 24px;
	line-height: 24px;
  background-color: #baa176;
	color: #fff;
	font-size: 12px;
  margin: 5px 0;
  text-align: center;
}
.xw_ul li a:hover{
  background-color: #fff;
  border-color: #fff;
}
.xw_ul li a:hover .xw_img img{
	transform: scale(1.1);
}
.xw_ul li a:hover .xw_R .xw_more{
	color: #fff;
  background-color: #b12720;
}

.xwxq{
	display: block;
	overflow: hidden;
}
.xwxq_p{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
.xwxq_sp{
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.xwxq_txt{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #606060;
}
.xwxq_txt img{
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 15px auto;
}
/* END-吉阳红动态 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #606060;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 首页 */
.gsjj {
  padding: 40px 0;
}
.gsjj_right {
  padding: 30px;
}

.fw {
  padding: 40px 0;
}
.fw_contect {
  margin-top: 40px;
}

.cp {
  padding: 40px 0;
}
.cp_ul {
  width: 101%;
  margin-left: -0.5%;
}
.cp_ul li{
  width: 32.3333%;
  float: left;
  margin: 0 0.5%;
}

.Act {
  padding: 50px 0;
}
.Act_contect {
  margin-top: 40px;
}
.Act-prev {
  left: 1%;
}
.Act-next {
  right: 1%;
}

.news {
  padding: 40px 0;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 30px 0;
}
.footer_center {
  width: 44%;
  padding-left: 20px;
}
/* END-底部 */

/* 关于吉阳红 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* END-关于吉阳红 */

/* 服务特色 */
.cps_ul{
  width: 102%;
  margin-left: -1%;
}
.cps_ul li{
  width: 31.3333%;
  margin: 0 1% 26px 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: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #b12720;
  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: 20px 0;
  position: relative;
}
.logo_txt {
  margin-left: -10px;
}
nav {
  padding: 20px 0;
  background: none;
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
	opacity: 0;
}
.nav-actived{
  left: 0;
	opacity: 1;
}

.nav{
  width: 100%;
  float: left;
  background: none;
  padding: 0;
}
.nav>li{
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #fff;
  background: none;
  padding: 0;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #b12720;
  color: #fff;
}

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

.search_txt>span {
  margin-right: 10px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 20px 0;
}
.gsjj_contect {
  margin-top: 20px;
}
.gsjj_right {
  padding: 15px;
}
.gsjj_more {
  padding-top: 10px;
}

.fw {
  padding: 20px 0;
}
.fw_contect {
  margin-top: 20px;
}

.cp {
  padding: 20px 0;
}
.cp_ul li .cp_B .cp_txtB {
  padding: 10px 15px;
}

.Act {
  padding: 30px 0;
}
.Act_contect {
  margin-top: 20px;
}

.news_ul li>a .news_img {
  width: 210px;
}
.news_ul li>a .news_R {
  width: calc(100% - 210px);
}
/* END-首页 */

/* 底部 */
.footer_left {
  display: flex;
  align-items: center;
}
.footer_txt {
  line-height: 22px;
}
.copyright {
  line-height: 22px;
}
/* END-底部 */

/* 关于吉阳红 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-关于吉阳红 */

/* 服务特色 */
.cps_ul li{
  width: 48%;
  margin: 0 1% 15px 1%;
}
/* END-服务特色 */

/* 吉阳红动态 */
.xw_ul li{
	margin-bottom: 15px;
}
.xw_ul li a{
  padding: 10px;
}
.xw_ul li a .xw_img{
	width: 180px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 180px);
	padding-left: 15px;
}
/* END-吉阳红动态 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

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

.search{
	padding: 10px 0;
}
.search_form{
	width: 100%;
}
.search_txt{
	width: 100%;
	float: left;
	padding-top: 5px;
	line-height: 20px;
}
/* END-头部 */

/* 首页 */
.gsjj {
  padding: 10px 0;
}
.gsjj_p {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_sp {
  line-height: 22px;
}
.gsjj_spp {
  line-height: 18px;
  margin-top: 5px;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 65.3334%;
}
.gsjj_right {
  width: 100%;
  padding: 10px;
}
.gsjj_pp {
  line-height: 26px;
  font-size: 18px;
  padding: 0;
}
.gsjj_txt {
  line-height: 20px;
  height: auto;
  margin-top: 5px;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding-top: 5px;
}
.gsjj_more>a{
  float: right;
}

.fw {
  padding: 10px 0;
}
.fw_contect {
  margin-top: 10px;
}
.fw_left {
  width: 100%;
}
.fw_ul li {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.fw_ul li a{
  width: 100%;
  float: left;
  display: flex;
}
.fw_ul li a .fw_img {
  width: 140px;
  float: left;
}
.fw_ul li a .fw_B {
  width: calc(100% - 140px);
  float: left;
  padding: 5px;
}
.fw_ul li a .fw_B .fw_txtB {
  width: 100%;
  padding: 0;
}
.fw_ul li a .fw_B .fw_txtB .fw_p {
  height: 24px;
  line-height: 24px;
}
.fw_ul li a .fw_B .fw_txtB .fw_txt {
  margin: 3px 0;
}
.fw_ul li a .fw_B .fw_more {
  width: auto;
  line-height: 20px;
}
.fw_right {
  width: 100%;
}

.cp {
  padding: 10px 0;
}
.cp_ul {
  width: 100%;
  margin-left: 0;
}
.cp_ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
.cp_ul li .cp_B .cp_txtB {
  padding: 10px;
}
.cp_ul li .cp_B .cp_txtB .cp_txt {
  height: auto;
  -webkit-line-clamp: initial;
}

.Act {
  padding: 10px 0;
}
.Act_contect {
  margin-top: 10px;
}
.Act-imgbox .swiper-slide>a .Act_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.Act_more {
  position: relative;
  transform: translateY(0);
  margin-top: 10px;
}

.news {
  padding: 10px 0;
}
.news_contect {
  padding-top: 10px;
}
.news_left {
  width: 100%;
}
.news_title {
  height: 36px;
}
.news_title>span {
  height: 38px;
  line-height: 33px;
  font-size: 16px;
}
.news_ul {
  padding-top: 10px;
}
.news_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_ul li>a .news_img {
  width: 140px;
}
.news_ul li>a .news_R {
  width: calc(100% - 140px);
}
.news_ul li>a .news_R .news_p {
  line-height: 24px;
}
.news_ul li>a .news_R .news_txt {
  height: 60px;
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: 3;
  margin: 3px 0;
}
.news_ul li>a .news_R .news_sp {
  line-height: 20px;
  margin-top: 0px;
}
.news_right {
  width: 100%;
  margin-top: 10px;
}
.qua_ul {
  padding-top: 10px;
}
.qua_ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.qua_ul li .qua_txt {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
}
/* END-首页 */

/* 底部 */
.footer_nav ul {
  padding: 10px 0;
  justify-content: center;
}
.footer_nav ul li {
  margin: 1px 2px;
}
.footer_nav ul li a {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.footer {
  padding: 10px 0;
}
.footer_center {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}
.copyright {
  line-height: 20px;
  text-align: center;
}
/* END-底部 */

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

/* 服务特色 */
.cps_ul li{
  margin: 0 1% 10px 1%;
}
.cps_ul li .cps_txt {
  height: 38px;
  line-height: 38px;
}
.cp_bottom {
  justify-content: center;
  padding-top: 10px;
  line-height: 22px;
}
.cpxq_p{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.cpxq_txt{
	line-height: 24px;
}
.cpxq_txt img{
	margin: 5px auto;
}
/* END-服务特色 */

/* 吉阳红动态 */
.xw_ul li{
	margin-bottom: 10px;
}
.xw_ul li a{
  padding: 5px;
}
.xw_ul li a .xw_img{
	width: 140px;
}
.xw_ul li a .xw_R{
	width: calc(100% - 140px);
	padding-left: 10px;
}
.xw_ul li a .xw_R .xw_p {
  line-height: 26px;
  font-size: 16px;
}
.xw_ul li a .xw_R .xw_txt {
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  margin: 3px 0;
}
.xw_ul li a .xw_R .xw_more {
  width: 70px;
  height: 20px;
  line-height: 20px;
  margin: 0;
}

.xwxq_p{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 5px;
}
.xwxq_sp{
	line-height: 16px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.xwxq_txt{
	line-height: 24px;
}
.xwxq_txt img{
	margin: 5px auto;
}
/* END-吉阳红动态 */

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

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