/* Animate.css动画演示 */
@import "../css/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";

/* 头部 */
.header {
  width: 100%;
}
.header::before{
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  border-top: 5px solid #cd3132;
  border-bottom: 5px solid #f5f5f5;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo{
  padding: 26px 0;
}
.logo > a{
  width: 460px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_R{

}
.header_nav{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 20px;
  text-align: right;
}
.header_nav a{
  font-size: 13px;
  color: #999;
  margin-left: 8px;
}
.header_nav a:hover{
  color: #cd3132;
  text-decoration: underline;
}
.header_B{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.header_dianhua {
  float: left;
  line-height: 20px;
  color: #666;
  font-size: 12px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 40px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 16px;
  color: #cd3132;
  font-weight: bold;
}
.header_fx{
  float: right;
  padding: 10px 0 0 20px;
  margin-right: -3px;
}
.bsBox{
  width: 560px !important;
  height: 420px !important;
}
.bFind-wrapper-top{
  height: 26px !important;
}

/* 导航 */
nav {
  background-color: #cd3132;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 1px 0;
}
.nav{
  width: calc(100% - 230px);
  float: left;
  padding-left: 1px;
  position: relative;
}
.nav::before{
  content: "";
  width: 1px;
  float: left;
  height: 16px;
  background-color: #e69899;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.nav>li{
  width: 12.5%;
  float: left;
  position: relative;
  padding-right: 1px;
}
.nav>li::after{
  content: "";
  width: 1px;
  float: left;
  height: 16px;
  background-color: #e69899;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #fff;
  color: #cd3132;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: calc(100% - 1px);
  float: left;
  background-color: rgba(205,49,50,0.8);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding: 1px;
}
.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: #fff;
  color: #cd3132;
}

.search{
  width: 230px;
  float: right;
  padding-left: 20px;
  margin-top: 9px;
}
.search_inp1{
  width: calc(100% - 25px);
  float: left;
  height: 25px;
  line-height: 23px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
}
.search_btn{
  width: 25px;
  float: left;
  height: 25px;
  background: url(../images/search_ss.jpg) no-repeat center center;
  background-size: 100% 100%;
}
/* END */

/*首页*/

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  padding: 25px 0 0 0;
}
.banner>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .banner-imgbox{
  width: 72.7967%;
  float: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.banner .banner-imgbox .swiper-slide{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-imgbox .banner_hover{
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255,255,255,0.6);
  padding: 16px 40px;
}
.banner .banner-imgbox .banner_hover .banner_txt{
  width: 74.5%;
  overflow: hidden;
  float: right;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

/*圆点*/
.banner .swiper-pagination {
  width: 25%;
  position: absolute;
  left: 15px;
  bottom: 35px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  float: left;
  background: #cd3132;
  opacity: 1;
  border-radius:0;
  margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
}
.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;
}

.banner_right{
  width: 25%;
  float: right;
}
.adv{
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  padding: 15px 20px;
  background: url(../images/adv_bj.jpg) no-repeat center center;
  background-size: cover;
}
.adv_title{
  display: flex;
  align-content: center;
}
.adv_icon{
  width: 25px;
  float: left;
  position: relative;
}
.adv_p{
  width: calc(100% - 25px);
  float: left;
  padding-left: 10px;
  line-height: 18px;
  font-size: 13px;
  color: #666;
}
.adv_p>span{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #cd3132;
  font-weight: bold;
}
.adv_txt{
  display: block;
  overflow: hidden;
  margin-top: 6px;
  line-height: 21px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.adv_txt>a{
  color: #cd3132;
}

.Org{
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  padding: 15px 20px;
  background: url(../images/Org_bj.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 15px;
}
.Org .adv_icon{
  width: 30px;
}
.Org .adv_p{
  width: calc(100% - 30px);
  padding-left: 6px;
}

.honor{
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-top: 15px;
  padding: 10px 20px;
  background: url(../images/honor_bj.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.honor_title{
  width: 60px;
  float: left;
  height: 98px;
  background: url(../images/honor_title_bj.png) no-repeat center center;
  background-size: 100% 100%;
  padding-right: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.honor_title .honor_icon{
  width: 100%;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.honor_title>span{
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
  margin-top: 2px;
  color: #cf3a3b;
  font-weight: bold;
  text-align: center;
}
.honor_img{
  width: calc(100% - 80px);
  float: right;
  overflow: hidden;
  position: relative;
}

.dqwz{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.dqwz>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yw{
  width: 320px;
  float: left;
}
.yw_title{
  display: block;
  overflow: hidden;
}
.yw_p{
  float: left;
  line-height: 18px;
  font-size: 16px;
  color: #cd3132;
  font-weight: bold;
  display: flex;
  align-content: center;
  padding-bottom: 9px;
  border-bottom: 2px solid #cd3132;
}
.yw_p>img{
  float: left;
  margin-right: 10px;
}
.yw_more{
  float: right;
  line-height: 24px;
}
.yw_more>a{
  font-size: 13px;
  color: #cd3132;
}
.yw_more>a>span{
  float: right;
  font-family: simsun;
  margin-left: 5px;
}
.yw_more>a:hover{
  text-decoration: underline;
}
.yw_ul{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top-width: 2px;
  border-bottom: 2px solid #cd3132;
  margin-top: -1px;
}
.yw_ul li{
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 10px 20px;
}
.yw_ul li>a{
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #333;
}
.yw_ul li>a>span{
  float: right;
  color: #cd3132;
  text-decoration: underline;
}
.yw_ul li>a>em{
  float: left;
  font-family: SimSun;
  font-size: 13px;
  color: #cd3132;
  font-weight: bold;
  margin-right: 10px;
}
.yw_ul li>a:hover{
  color: #cd3132;
}

.gsjj{
  width: 480px;
  float: left;
  margin-left: 30px;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top-width: 2px;
  border-bottom: 2px solid #cd3132;
  margin-top: -1px;
  padding: 15px 20px 10px 20px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  height: 126px;
  line-height: 21px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
/*  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;*/
}
.gsjj_txt img{
  width: 120px;
  float: left;
  height: auto;
  border: 1px solid #f5f5f5;
  margin-right: 10px;
}
.team{
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
}
.team_title{
  width: 60px;
  float: left;
  background: url(../images/honor_title_bj.png) no-repeat center center;
  background-size: 100% 100%;
  padding-right: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 18px 0;
}
.team_title .team_icon{
  width: 100%;
  height: 15px;
  overflow: hidden;
  position: relative;
}
.team_title>span{
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
  margin-top: 2px;
  color: #cf3a3b;
  font-weight: bold;
  text-align: center;
}
.team_contect{
  width: calc(100% - 60px);
  float: left;
  position: relative;
  padding: 0 36px;
}
.team-imgbox .swiper-slide .team_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 5px;
  background-color: #fff;
}
.team-imgbox .swiper-slide .team_B .team_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.team-imgbox .swiper-slide .team_B .team_img::before{
  content: "";
  display: block;
  padding-top: 114.28572%;
}
.team-imgbox .swiper-slide .team_txt{
  display: block;
  overflow: hidden;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.team-imgbox .swiper-slide:hover .team_B{
  border-color: #cd3132;
}
.team-prev,
.team-next{
  width: 26px;
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: SimSun;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  background: url(../images/team_bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.team-next{
  left: initial;
  right: 0;
}
.team-prev:hover,
.team-next:hover{
  color: #cd3132;
}

.lxwm{
  width: 320px;
  float: right;
}
.lxwm_contect{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top-width: 2px;
  border-bottom: 2px solid #cd3132;
  margin-top: -1px;
  padding: 15px 40px;
}
.lxwm_contect>p{
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 13px;
  color: #333;
  line-height: 21px;
  padding: 7px 0;
}
.lxwm_contect>p>span{
  width: 21px;
  height: 20px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}

.env{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.env_contect{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: -1px;
  padding: 25px 45px 5px 45px;
}
.env-imgbox{
  width: 100%;
  position: relative;
}
.env-imgbox .swiper-slide .env_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 5px;
  background-color: #fff;
}
.env-imgbox .swiper-slide .env_B .env_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.env-imgbox .swiper-slide .env_B .env_img::before{
  content: "";
  display: block;
  padding-top: 69.69697%;
}
.env-imgbox .swiper-slide .env_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 5px;
}
.env-imgbox .swiper-slide:hover .env_B{
  border-color: #cd3132;
}
.env-imgbox .swiper-slide:hover .env_txt{
  color: #cd3132;
}
.env-prev,
.env-next{
  width: 26px;
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: SimSun;
  font-size: 13px;
  color: #666;
  font-weight: bold;
  background: url(../images/team_bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.env-next{
  left: initial;
  right: -36px;
}
.env-prev:hover,
.env-next:hover{
  color: #cd3132;
}
.env_bottom{
  display: block;
  overflow: hidden;
}
.env_bottom img{
  width: 100%;
  display: block;
  height: auto;
}
/*END-首页*/

/* 底部 */
.link{
  width: 100%;
  float: left;
  background-color: #eee;
  position: relative;
}
.link>.container{
  display: flex;
  flex-wrap: wrap;
}
.link::before{
  content: "";
  width: 100%;
  display: block;
  overflow: hidden;
  height: 1px;
  border-top: 1px solid #ccc;
}
.link::after{
  content: "";
  width: 100%;
  display: block;
  overflow: hidden;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
.link_title{
  width: 68px;
  float: left;
  height: 68px;
  background-color: #cd3132;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
.link_title>span{
  width: 100%;
}
.link_title::after{
  content: "";
  width: 18px;
  float: left;
  height: 100%;
  background: url(../images/link_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -18px;
  top: 0;
}
.link_txt{
  width: calc(100% - 68px);
  float: left;
  padding: 9px 0 9px 30px;
  line-height: 24px;
  font-size: 13px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-right: 5px solid #cd3132;
}
.link_txt>p a{
  color: #333;
  margin: 0 8px;
}
.link_txt>p a:hover{
  color: #cd3132;
  text-decoration: underline;
}

.footer{
  width: 100%;
  float: left;
}
.footer_nav{
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 28px;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.footer_nav>a{
  color: #333;
  margin: 0 10px;
}
.footer_nav>a:hover{
  color: #cd3132;
  text-decoration: underline;
}
.footer_icon1{
  padding-right: 20px;
  background: url(../images/weibo.png) no-repeat right center;
}
.footer_icon2{
  padding-right: 16px;
  background: url(../images/ewm.png) no-repeat right center;
  position: relative;
}
.footer_wx{
  width: 140px;
  float: left;
  overflow: hidden;
  height: 0;
  position: absolute;
  left: -50%;
  bottom: 25px;
}
.footer_wx img{
  width: 140px;
  height: 140px;
  display: block;
}
.footer_icon2:hover .footer_wx{
  height: 140px;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 21px;
  padding: 15px 0;
  color: #333;
  font-size: 13px;
}
.copyright a{
  color: #333;
  margin: 0 5px;
}
.copyright a:hover{
  color: #333;
  text-decoration: underline;
}
/* END-底部 */

/* 企业简介 */
.N_banner{
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  padding: 25px 0 0 0;
}
.N_banner img{
  width: 100%;
  display: block;
  height: auto;
  border: 1px solid #535353;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.main{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.main_left{
	width: 285px;
	float: left;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-bottom: 2px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
  background-color: #f0f0f0;
	font-size: 16px;
	color: #333;
  padding: 0 30px;
}
.about_ul>li>a>span{
  float: right;
  font-family: SimSun;
  font-size: 16px;
  font-weight: bold;
  transition: initial;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #cd3132;
	color: #fff;
}

.main_right{
	width: 868px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #f0f0f0;
}
.dqwz_p{
  float: left;
}
.dqwz_nav{
  float: right;
  font-size: 13px;
  color: #666;
}
.dqwz_nav>span{
  color: #cd3132;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{
  width: 120px;
  float: left;
  margin-right: 20px;
}
/* END-企业简介 */

/* 明阁团队 */
.team_ul{
  display: block;
  overflow: hidden;
}
.team_ul li{
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.team_ul li .team_img{
  width: 202px;
  float: left;
  margin: 6px 10px 0 0;
}
.team_ul li .team_img img{
  width: 100%;
  display: block;
  height: auto;
}
.team_ul li .team_txt{
  display: block;
  overflow: hidden;
  font-size: 13px;
  color: #333;
  line-height: 27px;
}
/* END-明阁团队 */

/* 业务介绍 */
.yw_ul1{
  display: block;
  overflow: hidden;
}
.yw_ul1 li{
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 10px 20px;
}
.yw_ul1 li>a{
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #333;
}
.yw_ul1 li>a>span{
  float: right;
  color: #cd3132;
  text-decoration: underline;
}
.yw_ul1 li>a>em{
  float: left;
  font-family: SimSun;
  font-size: 13px;
  color: #cd3132;
  font-weight: bold;
  margin-right: 10px;
}
.yw_ul1 li>a:hover{
  color: #cd3132;
}

.ywxq{
  display: block;
  overflow: hidden;
}
.ywxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.ywxq_img{margin:20px 0px;}
.ywxq_img img{max-width: 100%;height: auto;display: block;margin:0 auto;}
.ywxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
	line-height: 30px;
	color: #333;
  padding-top: 20px;
}
.ywxq_txt img{max-width: 100%;height: auto;}
/* END-业务介绍 */

/* 企业荣誉 */
.honor_ul{
  display: block;
  overflow: hidden;
  width: 102%;
  margin: -1%;
}
.honor_ul li{
  width: 23%;
  float: left;
  margin: 0 1% 1% 1%;
}
.honor_ul li .honor_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 5px;
  background-color: #fff;
}
.honor_ul li .honor_B .honor_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.honor_ul li .honor_B .honor_img::before{
  content: "";
  display: block;
  padding-top: 69.69697%;
}
.honor_ul li .honor_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 5px;
}
.honor_ul li:hover .honor_B{
  border-color: #cd3132;
}
.honor_ul li:hover .honor_txt{
  color: #cd3132;
}
/* END-企业荣誉 */

/* 公司环境 */
.env_ul{
  display: block;
  overflow: hidden;
  width: 102%;
  margin: -1%;
}
.env_ul li{
  width: 23%;
  float: left;
  margin: 0 1% 1% 1%;
}
.env_ul li .env_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 5px;
  background-color: #fff;
}
.env_ul li .env_B .env_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.env_ul li .env_B .env_img::before{
  content: "";
  display: block;
  padding-top: 69.69697%;
}
.env_ul li .env_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 5px;
}
.env_ul li:hover .env_B{
  border-color: #cd3132;
}
.env_ul li:hover .env_txt{
  color: #cd3132;
}
/* END-公司环境 */

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

@media (max-width: 1200px) {
/* 首页 */
.banner .banner-imgbox .banner_hover {
  padding: 16px 30px;
}
.banner .banner-imgbox .banner_hover .banner_txt {
  width: 86.5%;
}

.yw {
  width: 27.5%;
}
.gsjj {
  width: 43%;
  margin-left: 1%;
}
.lxwm {
  width: 27.5%;
}
.lxwm_contect {
  padding: 12px 20px;
}
/* END-首页 */

/* 企业简介 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* 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: #cd3132;
  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 {
  position: fixed;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}
.logo {
  padding: 15px 0;
}

/* 导航 */
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;
  padding: 0;
}
.nav::before{display: none;}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.nav>li::after{display: none;}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  color: #000;
}
.nav>li:hover>a, .nav>li.nav-this>a {
  background-color: #cd3132;
  color: #fff;
}
/* END-头部 */

/* 首页 */
.adv {
  padding: 10px;
}
.Org {
  padding: 10px;
  margin-top: 10px;
}
.honor {
  margin-top: 10px;
  padding: 10px;
}
.honor_img {
  width: calc(100% - 60px);
}

.dqwz {
  padding: 30px 0;
}

.yw {
  width: 30%;
}
.gsjj {
  width: 68%;
  margin-left: 2%;
}
.lxwm {
  width: 100%;
  margin-top: 20px;
}
/* END-首页 */

/* 企业简介 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-企业简介 */

/* 明阁团队 */
.team_ul li .team_txt {
  line-height: 24px;
}
/* END-明阁团队 */

/* 企业荣誉 */
.honor_ul li{
  width: 31.3333%;
}
/* END-企业荣誉 */

/* 公司环境 */
.env_ul li{
  width: 31.3333%;
}
/* 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::before {
  height: 5px;
  border-top: 5px solid #cd3132;
  border-bottom: none;
}
.logo{
  padding: 10px 0;
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.banner {
  padding: 10px 0 0 0;
}
.banner .banner-imgbox {
  width: 100%;
}
.banner .banner-imgbox .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 45.0868%;
}

.banner .banner-imgbox .banner_hover {
  padding: 10px 10px 20px 10px;
}
.banner .banner-imgbox .banner_hover .banner_txt {
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
}
.banner .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner_right {
  width: 100%;
  padding-top: 10px;
}

.dqwz {
  padding: 10px 0;
}
.yw {
  width: 100%;
}
.yw_ul li {
  padding: 5px 10px;
}

.gsjj {
  width: 100%;
  margin: 10px 0 0 0;
}
.gsjj_contect {
  padding: 10px;
}
.lxwm_contect {
  padding: 10px;
}
.lxwm_contect>p {
  padding: 2px 0;
}
.env {
  margin-top: 10px;
}
.env_contect {
  padding: 10px 45px;
}
/* END-首页 */

/* 底部 */
.link_title {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 5px;
}
.link_title::after{display: none;}
.link_txt {
  width: 100%;
  line-height: 20px;
  padding: 10px;
  border-right: none;
}
.link_txt>a {
  margin: 0 4px;
}

.footer_nav {
  line-height: 20px;
  padding: 10px 0;
}
.footer_nav>a {
  margin: 0 5px;
}
.copyright {
  line-height: 20px;
  padding: 10px 0;
}
/* END-底部 */

/* 企业简介 */
.N_banner {
  padding: 10px 0;
}
.main{
	padding: 0;
}
.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;
  background-color: #cd3132;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{display: none;}
.about_ul>li {
  margin: 2px 0 0 0;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 26px;
}
.company img {
  margin-right: 10px;
}
/* END-企业简介 */

/* 明阁团队 */
.team_ul li .team_img{
  width: 140px;
  margin: 6px 10px 0 0;
}
.team_ul li .team_txt {
  line-height: 24px;
  overflow: initial;
}
/* END-明阁团队 */

/* 业务介绍 */
.yw_ul1 li {
  padding: 5px 10px;
}
.ywxq_p{
  padding-bottom: 5px;
}
.ywxq_txt{
	line-height: 24px;
  padding-top: 10px;
}
/* END-业务介绍 */

/* 企业荣誉 */
.honor_ul li{
  width: 48%;
}
/* END-企业荣誉 */

/* 公司环境 */
.env_ul li{
  width: 48%;
}
/* 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: #cd3132;
  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: #cd3132;
  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; font-size: 12px; border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}