/* 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;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
}
.top-left{
  float: left;
  background-color: #ddd;
  padding: 0 15px;
}
.top-left>div{
  float: left;
  background: url(../images/top_icon.png) no-repeat left center;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}
.top-left>div>a{
  color: #333;
  margin: 0 10px;
}
.top-left>div>a:hover{
  color: #dd3e3e;
  text-decoration: underline;
}
.top-right{
  float: right;
}
.top-right>a {
  color: #333;
  margin: 0 10px;
}
.top-right>a:last-child{
  margin: 0 0 0 10px;
}
.top-right>a:hover {
  color: #dd3e3e;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 30px 0;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.logo>a{
  width: 442px;
}
.logo_txt{
  width: 278px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 20px;
  color: #333;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 62px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 30px;
  color: #dd3e3e;
  font-family: Impact;
}

/* 导航 */
nav {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
nav::before{
  content: "";
  width: 100%;
  float: left;
  height: 36px;
  background-color: #dd3e3e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.nav{
  width: 100%;
  float: left;
  background-color: #f48814;
  position: relative;
  z-index: 2;
}
.nav::before{
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid #cf7311;
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
}
.nav::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid #cf7311;
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
}
.nav>li{
  width: 10%;
  float: left;
  position: relative;
}
.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: #dd3e3e;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(244,136,20,0.8);
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #dd3e3e;
  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: #f48814;
  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: #dd3e3e;
}
.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;
}

/* 通知公告 */
.tz_news{
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0,0,0,0.35);
  padding: 14px 0;
}
.tz_news>.container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.tz_left{
  width: 114px;
  float: left;
  line-height: 32px;
  background: url(../images/banner_icon.png) no-repeat left center;
  padding-left: 44px;
  font-size: 14px;
  color: #fff;
}
.tz_right{
  width: calc(100% - 114px);
  float: left;
}
.tz-imgbox{
  height: 32px;
}
.tz-imgbox .swiper-slide{
  height: 32px;
  line-height: 32px;
}
.tz-imgbox .swiper-slide>a{
  max-width: 100%;
  float: left;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tz-imgbox .swiper-slide>a>span{
  float: right;
  margin-left: 15px;
}
.tz-imgbox .swiper-slide>a:hover{
  text-decoration: underline;
}
/* END */

/*首页*/
.ys{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.ys_p{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ys_p>span{
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0 16px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.ys_p>span::before{
  content: "";
  width: 600px;
  float: left;
  height: 14px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/title_left_heng1.png) no-repeat right center;
}
.ys_p>span::after{
  content: "";
  width: 600px;
  float: left;
  height: 14px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/title_right_heng1.png) no-repeat left center;
}
.ys_sp{
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 52px;
  font-family: Impact;
  font-size: 50px;
  color: #eeefef;
  text-transform: uppercase;
}
.ys_sp>span{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.ys_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 35px;
}
.ys_ul li{
  width: calc(50% - 15px);
  float: left;
  margin-top: 10px;
  padding: 15px 20px;
  border-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.ys_ul li .ys_sub{
  width: 90px;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.ys_ul li .ys_sub::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.ys_ul li .ys_R{
  width: calc(100% - 90px);
  float: left;
  padding-left: 25px;
}
.ys_ul li .ys_R .ys_tit{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
}
.ys_ul li .ys_R .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.ys_ul li:nth-child(4n+1){background-color: #2991ea;}
.ys_ul li:nth-child(4n+2){background-color: #f0bc09;}
.ys_ul li:nth-child(4n+3){background-color: #f48814;}
.ys_ul li:nth-child(4n+4){background-color: #dd3e3e;}

.box_bj{
  width: 100%;
  overflow: hidden;
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: cover;
}
.hg{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.hg .ys_sp{
  color: #fff;
}
.hg_contect{
  margin-top: 30px;
  padding: 0 60px;
  position: relative;
}
.hg-imgbox .swiper-slide{
  transform: scale(0.85);
}
.hg-imgbox .swiper-slide .hg_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hg-imgbox .swiper-slide .hg_img::before{
  content: "";
  display: block;
  padding-top: 63.50635%;
}
.hg-imgbox .swiper-slide .hg_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #333;
}
.hg-imgbox .swiper-slide-active{
  transform: scale(1);
}
.hg-prev,
.hg-next{
  width: 50px;
  float: left;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: SimSun;
  font-size: 28px;
  color: #333;
  cursor: pointer;
  border: none;
  outline: none;
}
.hg-next{
  left: initial;
  right: 5px;
}
.hg-prev:hover,
.hg-next:hover{
  background-color: #dd3e3e;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.news .ys_sp{
  color: #fff;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.news_nav li{
  width: 142px;
  float: left;
  height: 42px;
  margin: 0 3px 5px 6px;
}
.news_nav li>a{
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #ffc600;
  font-size: 16px;
  color: #000;
}
.news_nav li:hover>a,
.news_nav li.news_active>a{
  background-color: #dd3e3e;
  color: #fff;
}
.news_contect{
  display: block;
  overflow: hidden;
}
.news_contect>div{display: none;}
.news_contect>div:first-child{display: block;}
.news_ul{
  display: block;
  overflow: hidden;
  width: 1221px;
}
.news_ul li{
  width: 386px;
  float: left;
  margin: 30px 21px 0 0;
}
.news_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #ffc600;
  padding: 8px;
}
.news_ul li>a .news_img{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 56.3187%;
}
.news_ul li>a .news_R{
  width: 100%;
  float: left;
  overflow: hidden;
  padding: 15px 15px 5px 15px;
}
.news_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin: 20px 0 25px 0;
}
.news_ul li>a .news_R .news_more{
  float: left;
  width: 134px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 14px;
  color: #333;
}
.news_ul li>a:hover{
  background-color: #dd3e3e;
  border-color: #dd3e3e;
}
.news_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li>a:hover .news_R .news_p,
.news_ul li>a:hover .news_R .news_txt{
  color: #fff;
}

.dx{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.dx .ys_sp{
  color: #fff;
}
.dx_ul{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.dx_ul li{
  width: 62.25%;
  float: left;
}
.dx_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 16px;
  position: relative;
}
.dx_ul li>a .dx_img{
  width: 155px;
  float: left;
  overflow: hidden;
  position: relative;
}
.dx_ul li>a .dx_R{
  width: calc(100% - 155px);
  float: left;
  padding: 5px 0 5px 20px;
}
.dx_ul li>a .dx_R .dx_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.dx_ul li>a .dx_R .dx_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.dx_ul li>a .dx_R .dx_txt>span{
  color: #dd3e3e;
}
.dx_ul li:first-child{
  width: 37%;
  float: right;
}
.dx_ul li:first-child>a{
  padding: 0;
}
.dx_ul li:first-child>a::before{
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background-color: #ffc600;
  position: absolute;
  left: -4px;
  top: 30px;
}
.dx_ul li:first-child>a .dx_img{
  width: 100%;
}
.dx_ul li:first-child>a .dx_img::before{
  content: "";
  display: block;
  padding-top: 58.8765%;
}
.dx_ul li:first-child>a .dx_R{
  width: 100%;
  float: left;
  padding: 20px;
}
.dx_ul li:first-child>a .dx_R .dx_p{
  line-height: 26px;
}
.dx_ul li:first-child>a .dx_R .dx_txt{
  height: 75px;
  -webkit-line-clamp: 3;
  margin-top: 15px;
}
.dx_ul li>a:hover{
  background-color: #dd3e3e;
}
.dx_ul li>a:hover .dx_img img{
  transform: scale(1.1);
}
.dx_ul li>a:hover .dx_R .dx_p,
.dx_ul li>a:hover .dx_R .dx_txt,
.dx_ul li>a:hover .dx_R .dx_txt>span{
  color: #fff;
}

.fw{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.fw_ul{
  display: block;
  overflow: hidden;
  background: url(../images/fw_bj.png) no-repeat top center;
}
.fw_ul li{
  width: 16.6666%;
  float: left;
}
.fw_ul li .fw_icon{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fw_ul li .fw_icon>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.fw_ul li .fw_p{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.fw_ul li .fw_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.fw_ul li:nth-child(1){
  margin-top: 5px;
}
.fw_ul li:nth-child(3){
  margin-top: 15px;
}
.fw_ul li:nth-child(4){
  margin-top: 55px;
}
.fw_ul li:nth-child(5){
  margin-top: 70px;
}
.fw_ul li:nth-child(6){
  margin-top: 35px;
}

.radio{
  width: 100%;
  overflow: hidden;
  background: url(../images/radio_bj.jpg) no-repeat center center;
  background-size: cover;
}
.radio_nav{
  width: 100%;
  overflow: hidden;
  background-color: #dd3e3e;
}
.radio_nav ul{
  display: block;
  overflow: hidden;
}
.radio_nav ul>li{
  width: 33.3333%;
  float: left;
}
.radio_nav ul>li>a{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.radio_nav ul>li>a>span{
  font-size: 25px;
  font-weight: bold;
  padding-right: 10px;
}
.radio_nav ul>li:nth-child(2)>a{
  background-color: #f48814;
}
.radio_nav ul>li.radio_active>a{
  background-color: #f0bc09;
}
.radio_contect{
  display: block;
  overflow: hidden;
  padding: 40px 0;
}
.radio_contect>div{display: none;}
.radio_contect>div:first-child{display: block;}
.radio_left{
  width: calc(50% - 40px);
  float: left;
}
.radio_left>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 25px;
}
.radio_left>a .radio_B{
  width: 100%;
  float: left;
  overflow: hidden;
}
.radio_left>a .radio_B .radio_p{
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.radio_left>a .radio_B .radio_txt{
  display: block;
  overflow: hidden;
  height: 100px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 25px 0;
}
.radio_left>a .radio_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.radio_left>a .radio_img::before{
  content: "";
  display: block;
  padding-top: 45.4012%;
}
.radio_left>a .radio_B .radio_more{
  display: block;
  overflow: hidden;
  max-width: 168px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #3b3b3b;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}
.radio_left>a:hover .radio_B .radio_more{
  background-color: #dd3e3e;
}
.radio_ul{
  width: 50%;
  float: right;
}
.radio_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.radio_ul li:last-child{margin: 0;}
.radio_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.radio_ul li>a .radio_sub{
  width: 140px;
  float: left;
  background-color: #dd3e3e;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 28px;
  color: #fff;
  font-size: 25px;
}
.radio_ul li>a .radio_sub>span{
  width: 100%;
  display: block;
  line-height: 52px;
  font-size: 60px;
}
.radio_ul li>a .radio_R{
  width: calc(100% - 140px);
  float: left;
  border: 3px solid #f5f5f5;
  border-left: none;
  background-color: #fff;
  padding: 12px 20px;
}
.radio_ul li>a .radio_R .radio_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.radio_ul li>a .radio_R .radio_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.radio_ul li:nth-child(even)>a .radio_sub{
  background-color: #fff;
  color: #333;
}
.radio_ul li:nth-child(even)>a .radio_R{
  border: 3px solid #dd3e3e;
  border-left: none;
}
.radio_ul li>a:hover .radio_sub{
  background-color: #fff;
  color: #333;
}
.radio_ul li>a:hover .radio_R{
  border: 3px solid #dd3e3e;
  border-left: none;
}
.radio_ul li:nth-child(even)>a:hover .radio_sub{
  background-color: #dd3e3e;
  color: #fff;
}
.radio_ul li:nth-child(even)>a:hover .radio_R{
  border: 3px solid #f5f5f5;
  border-left: none;
}

.picbox{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.pic_ul{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.pic_ul li{
  width: 25.375%;
  float: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.pic_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.pic_ul li>a::before{
  content: "";
  display: block;
  padding-top: 63.6364%;
}
.pic_ul li:first-child{
  width: 49.25%;
  float: left;
  padding: 0;
}
.pic_ul li:first-child>a::before{
  padding-top: 64.97462%;
}
.pic_ul li>a:hover img{
  transform: scale(1.1);
}
.pic_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.pic_more>a{
  width: 134px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
  background-color: #dd3e3e;
  font-size: 14px;
  color: #fff;
}
.pic_more>a:hover{
  background-color: #f48814;
}

.hf{
  width: 100%;
  overflow: hidden;
  background: url(../images/yw_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 45px 0;
}
.hf_left{
  width: 36%;
  float: left;
}
.hf_p{
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.hf_sp{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #000;
  margin-top: 5px;
}
.hf_form{
  width: 60.5%;
  float: right;
}
.hf_B{
  width: calc(100% - 137px);
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf_B .hf_inp1{
  width: calc(50% - 3px);
  float: left;
  height: 42px;
  line-height: 38px;
  border: 2px dotted #ff8d2a;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
}
.hf_B .hf_inp1::-webkit-input-placeholder{color: #333;}
.hf_B .hf_inp1:-moz-placeholder{color: #333;}
.hf_B .hf_inp2{
  width: 100%;
  float: left;
  height: 42px;
  line-height: 38px;
  border: 2px dotted #ff8d2a;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  margin-top: 6px;
  font-family: "Microsoft YaHei";
}
.hf_B .hf_inp2::-webkit-input-placeholder {color: #333;}
.hf_B .hf_inp2:-moz-placeholder {color: #333;}
.hf_btn{
  width: 135px;
  float: right;
  height: 90px;
  font-size: 14px;
  color: #fff;
  background-color: #f48814;
  cursor: pointer;
  border: none;
}

.equ{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.equ-imgbox{
  margin-top: 35px;
}
.equ-imgbox .swiper-slide>a{
  display: block;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  padding: 3px;
  background-color: #fff;
  margin-bottom: 1px;
}
.equ-imgbox .swiper-slide>a .equ_img{
  width: 100%;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  position: relative;
  background-color: #fff;
}
.equ-imgbox .swiper-slide>a .equ_img::before{
  content: "";
  display: block;
  padding-top: 75.14802%;
}
.equ-imgbox .swiper-slide>a .equ_txt{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.equ-imgbox .swiper-slide>a:hover{
  background-color: #dd3e3e;
}
.equ-imgbox .swiper-slide>a:hover .equ_txt{
  color: #fff;
}
.equ .pic_more{
  padding-top: 40px;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.gsjj .ys_p>span{color: #fff;}
.gsjj .ys_p>span::before{
  background: url(../images/title_left_heng2.png) no-repeat right center;
}
.gsjj .ys_p>span::after{
  background: url(../images/title_right_heng2.png) no-repeat left center;
}
.gsjj .ys_sp{
  color: rgba(255,255,255,0.2);
}
.gsjj .ys_sp>span{
  color: #fff;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 35px;
  padding: 30px;
}
.gsjj_img{
  width: 44.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 55.5%;
  float: left;
  padding: 10px 0 30px 30px;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 175px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.gsjj_right .pic_more{
  padding-top: 30px;
  display: block;
}
.gsjj_ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}
.gsjj_ul li{
  width: 24%;
  float: left;
  border: 2px solid #ecf0f4;
  padding: 15px 20px;
  position: relative;
}
.gsjj_ul li::before{
  content: "";
  width: 4px;
  float: left;
  height: 100%;
  background-color: #dd3e3e;
  position: absolute;
  left: 0;
  top: 0;
}
.gsjj_ul li .gsjj_icon{
  display: block;
  overflow: hidden;
}
.gsjj_ul li .gsjj_icon>img{
  float: left;
  height: 22px;
  width: auto;
  margin-right: 10px;
  color: #333;
}
.gsjj_ul li .gsjj_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

.video{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.video_ul{
  display: block;
  overflow: hidden;
  width: 1236px;
  padding-top: 35px;
}
.video_ul li{
  width: 376px;
  float: left;
  margin: 0 36px 10px 0;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}
.video_ul li video{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video_ul li::before{
  content: "";
  display: block;
  padding-top: 73.0667%;
}
/*END-首页*/

/* 底部 */
.hz{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  background-color: #fff;
}
.hz>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.hz_title{
  width: 144px;
  float: left;
  padding: 0 0 0 10px;
  position: relative;
}
.hz_title::before{
  content: "";
  width: 1px;
  float: left;
  height: calc(100% - 10px);
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hz_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.hz_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
  font-size: 25px;
  color: #dd3e3e;
  font-weight: bold;
}
.hz-imgbox{
  width: calc(100% - 174px);
  float: right;
}
.hz-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.hz-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 56.2963%;
}

.footer {
  width: 100%;
  overflow: hidden;
  background: url(../images/footer_bj.png) no-repeat center top;
  background-size: 100% 100%;
}
.footer_logo{
  display: block;
  overflow: hidden;
  padding: 32px 0;
}
.footer_logo>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer_box{
  width: 100%;
  overflow: hidden;
}
.footer_wx{
  width: 12.5%;
  float: left;
}
.footer_wx>img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer_wx>span{
  display: block;
  overflow: hidden;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer_right{
  width: 85%;
  float: right;
  border-top: 1px solid #5e5f58;
  padding-top: 15px;
}
.footer_B{
  width: 11.1111%;
  float: left;
  text-align: center;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}
.footer_ul li>a{
  color: #fff;
  font-size: 15px;
}
.footer_ul li>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_lx{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 12px 0;
}
.footer_lxul{
  display: block;
  overflow: hidden;
}
.footer_lxul li{
  width: 17%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.footer_lxul li:last-child{
  width: 32%;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.dqwz_title{
	width: 100%;
	float: left;
}
.about_title{
  float: left;
  line-height: 42px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.about_ul{
  float: right;
}
.about_ul>li{
  float: left;
  margin-left: 30px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 52px;
	line-height: 48px;
	font-size: 18px;
	color: #333;
  border-bottom: 4px solid #fff;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	border-bottom-color: #f48814;
	font-weight:bold;
}

.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 30px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #333;

}
.company 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;
  background-color: #ecf0f4;
  padding: 15px 10px;
}
.xw_ul li>a .xw_img{
  width: 28%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_R{
  width: 72%;
  float: left;
  padding: 10px 20px;
}
.xw_ul li>a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  position: relative;
}
.xw_ul li>a .xw_R .xw_p::before{
  content: "";
  width: 6px;
  float: left;
  height: 17px;
  background-color: #f48814;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xw_ul li>a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  margin: 25px 0;
  font-size: 14px;
  color: #333;
  padding-left: 30px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;

}
.xw_ul li>a .xw_R .xw_more{
  width: 134px;
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.xw_ul li>a:hover{
  background-color: #dd3e3e;
}
.xw_ul li>a:hover .xw_R .xw_p,
.xw_ul li>a:hover .xw_R .xw_txt{
  color: #fff;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  color: #999;
  text-align: center;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-活动新闻 */

/* 定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 1224px;
}
.cp_ul li{
  width: 282px;
  float: left;
  margin: 0 24px 45px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 73.9437%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background-color: #e7e7e7;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  background-color: #f48814;
  color: #fff;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxq_img{ width:100%; text-align:center; display: none;}
.cpxq_img img{ max-width:100%;}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-top: 10px;
}
.cpxq_txt img{
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}
/* END-定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */

/* 视频集锦 */
.video_ul1{
  display: block;
  overflow: hidden;
  width: 1236px;
}
.video_ul1 li{
  width: 376px;
  float: left;
  margin: 0 36px 40px 0;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}
.video_ul1 li>video{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video_ul1 li>img{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video_ul1 li::before{
  content: "";
  display: block;
  padding-top: 73.0667%;
}
/* END-视频集锦 */

/* 联系我们 */
.contact_txt {
  width: 39%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 59%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}
/* END-联系我们 */

/* 登录/注册 */
.Sign{
  width: 100%;
  overflow: hidden;
  background: url(../images/bj1.jpg) no-repeat center top;
  background-size: cover;
}
.Sign>.container{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.Sign_form{
  width: 100%;
  float: left;
  max-width: 772px;
  margin-top:40px; margin-bottom:40px;
}
.Sign_title{
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.Sign_title>a{
  width: calc(50% - 2px);
  float: left;
  height: 52px;
  line-height: 62px;
  background-color: #f48814;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.Sign_title>a.Sign_active{
  background-color: #dd3e3e;
  color: #fff;
}
.Sign_B{
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #e1e3e5;
  margin-bottom: 15px;
  
}
.Sign_sp{
  width: 113px;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #e1e3e5;
  background-color: #ebebeb;
  font-size: 16px;
  color: #333;
}
.Sign_inp1{
  width: calc(100% - 113px);
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
}
.Sign_btn{
  width: 100%;
  float: left;
  height: 56px;
  background-color: #282828;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.Sign_btn:hover{
  background-color: #dd3e3e;
  color: #fff;
}
/* END-登录/注册 */

@media (max-width: 1220px) {
/* 首页 */
.news_ul {
  width: 102%;
  margin-left: -1%;
}
.news_ul li {
  width: 31.333%;
  margin: 30px 1% 0 1%;
}
.video_ul {
  width: 102%;
  margin-left: -1%;
}
.video_ul li {
  width: 31.333%;
  margin: 0 1% 10px 1%;
}
/* END-首页 */

/* 定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 23%;
  margin: 0 1% 40px 1%;
}
/* END-定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */

/* 视频集锦 */
.video_ul1{
  width: 102%;
  margin-left: -1%;
}
.video_ul1 li{
  width: 31.333%;
  margin: 0 1% 30px 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: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #dd3e3e;
  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: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
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::before {
  display: none;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #f48814;
}
.nav::before,
.nav::after {
  display: none;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #fff;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

/*圆点*/
.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-头部 */

/* 首页 */
.ys {
  padding: 30px 0;
}
.hg {
  padding: 30px 0;
}
.dx {
  padding: 30px 0;
}
.fw {
  padding: 30px 0;
}
.hf {
  padding: 30px 0;
}
.hf_p {
  line-height: 36px;
  font-size: 22px;
}
.hf_sp {
  line-height: 26px;
  font-size: 16px;
}
.gsjj {
  padding: 30px 0;
}
/* END-首页 */

/* 底部 */
.footer_lxul li {
  width: 25%;
}
.footer_lxul li:last-child {
  width: 100%;
}

/* END-底部 */

/* 定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */
.cp_ul li{
  width: 31.333%;
  margin: 0 1% 25px 1%;
}
/* END-定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */

/* 视频集锦 */
.video_ul1 li{
  width: 48%;
  margin: 0 1% 20px 1%;
}
/* 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: 80%;
}
.logo a {
  width: 100%;
}

.tz_news {
  position: relative;
  padding: 10px 0;
}
.tz_left {
  width: 96px;
  line-height: 24px;
  background: url(../images/banner_icon.png) no-repeat left center;
  padding-left: 25px;
  background-size: auto 20px;
}
.tz_right {
  width: calc(100% - 96px);
}
.tz-imgbox {
  height: 24px;
}
.tz-imgbox .swiper-slide {
  height: 24px;
  line-height: 24px;
}
.tz-imgbox .swiper-slide > a > span {
  margin-left: 5px;
}
/* END-头部 */

/* 首页 */
.ys {
  padding: 10px 0;
}
.ys_p > span {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 20px;
}
.ys_sp {
  line-height: 32px;
  font-size: 30px;
}
.ys_sp>span {
  font-size: 12px;
}
.ys_ul {
  padding-top: 0;
}
.ys_ul li {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
}
.ys_ul li .ys_sub {
  width: 80px;
}
.ys_ul li .ys_R {
  width: calc(100% - 80px);
  padding-left: 10px;
}
.ys_ul li .ys_R .ys_tit {
  font-size: 18px;
}
.ys_ul li .ys_R .ys_txt {
  font-size: 14px;
}

.hg {
  padding: 10px 0;
}
.hg_contect {
  margin-top: 10px;
  padding: 0 40px;
}
.hg-imgbox .swiper-slide .hg_txt {
  height: 40px;
  line-height: 40px;
}
.hg-prev, .hg-next {
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.news {
  padding: 10px 0;
}
.news_nav {
  padding-top: 10px;
}
.news_nav li {
  width: 32.3333%;
  height: 38px;
  margin: 0 0.5% 5px 0.5%;
}
.news_nav li>a {
  height: 38px;
  line-height: 38px;
}
.news_ul {
  width: 100%;
  margin-left: 0;
}
.news_ul li {
  width: 100%;
  margin: 10px 0 0 0;
}
.news_ul li > a {
  width: 100%;
  float: left;
  display: flex;
  padding: 4px;
}
.news_ul li > a .news_img {
  width: 30%;
}
.news_ul li > a .news_R {
  width: 70%;
  padding: 0 0 0 10px;
}
.news_ul li > a .news_R .news_p {
  line-height: 24px;
}
.news_ul li > a .news_R .news_txt {
  line-height: 20px;
  height: 40px;
  margin: 5px 0;
  -webkit-line-clamp: 2;
}
.news_ul li > a .news_R .news_more {
  width: 100px;
  height: 30px;
  line-height: 30px;
}

.dx {
  padding: 10px 0;
}
.dx_ul {
  padding-top: 10px;
}
.dx_ul li {
  width: 100% !important;
}
.dx_ul li>a {
  padding: 5px !important;
}
.dx_ul li>a .dx_img {
  width: 30% !important;
}
.dx_ul li>a .dx_R {
  width: 70% !important;
  padding: 5px 0 5px 10px !important;
}
.dx_ul li>a .dx_R .dx_txt {
  height: 40px !important;
  line-height: 20px !important;
  margin-top: 10px !important;
  -webkit-line-clamp: 2 !important;
}

.fw {
  padding: 10px 0;
}
.fw_ul {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding-top: 10px;
}
.fw_ul li {
  width: 33.3333%;
  margin: 0 0 10px 0 !important;
}
.fw_ul li .fw_icon > img {
  height: 80px;
}
.fw_ul li .fw_p {
  margin-top: 5px;
}

.radio_nav ul{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.radio_nav ul>li>a {
  height: 100%;
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.radio_nav ul>li>a> span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  padding-right: 0;
}
.radio_contect {
  padding: 10px 0;
}
.radio_left {
  width: 100%;
}
.radio_left > a {
  padding: 10px;
  width: 100%;
  float: left;
  display: flex;
}
.radio_left > a .radio_img {
  width: 30%;
  float: left;
}
.radio_left > a .radio_B {
  width: 70%;
  padding: 0 0 0 10px;
}
.radio_left > a .radio_B .radio_p {
  line-height: 24px;
  font-size: 16px;
}
.radio_left > a .radio_B .radio_txt {
  height: 60px;
  line-height: 20px;
  -webkit-line-clamp: 3;
  margin: 10px 0;
}
.radio_left > a .radio_B .radio_more {
  max-width: 100px;
  height: 30px;
  line-height: 30px;
  margin-top: 0;
}
.radio_ul {
  width: 100%;
}
.radio_ul li {
  margin: 10px 0 0 0 !important;
}
.radio_ul li > a .radio_sub {
  width: 80px;
  line-height: 20px;
  font-size: 18px;
}
.radio_ul li > a .radio_sub > span {
  line-height: 40px;
  font-size: 30px;
}
.radio_ul li > a .radio_R {
  width: calc(100% - 80px);
  padding: 5px 0 5px 10px;
}
.radio_ul li > a .radio_R .radio_p {
  line-height: 24px;
}
.radio_ul li > a .radio_R .radio_txt {
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
}

.picbox {
  padding: 10px 0;
}
.pic_ul {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pic_ul li {
  width: calc(50% - 5px);
  padding-left: 0;
  margin-bottom: 10px;
}
.pic_ul li:first-child {
  width: 100%;
}
.pic_more {
  padding-top: 5px;
}

.hf {
  padding: 10px 0;
}
.hf_left {
  width: 100%;
  text-align: center;
}
.hf_p {
  line-height: 26px;
  font-size: 18px;
}
.hf_sp {
  line-height: 20px;
  font-size: 14px;
}
.hf_form {
  width: 100%;
  margin-top: 10px;
}
.hf_B {
  width: 100%;
}
.hf_B .hf_inp1 {
  width: 100%;
  margin-bottom: 10px;
}
.hf_B .hf_inp2{margin: 0;}
.hf_btn {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}

.equ {
  padding: 10px 0;
}
.equ-imgbox {
  margin-top: 10px;
}
.equ .pic_more {
  padding-top: 15px;
}
.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  margin-top: 10px;
  padding: 0;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 66%;
}
.gsjj_right {
  width: 100%;
  padding: 10px;
}
.gsjj_tit {
  line-height: 26px;
  font-size: 18px;
}
.gsjj_txt {
  line-height: 20px;
  height: auto;
  font-size: 14px;
  -webkit-line-clamp: initial;
  margin-top: 10px;
}
.gsjj_right .pic_more {
  padding-top: 10px;
}
.gsjj_ul {
  display: flex;
  margin-top: 10px;
  padding: 10px;
}
.gsjj_ul li {
  width: calc(50% - 5px);
  padding: 10px 5px 10px 15px;
}

.video {
  padding: 10px 0;
}
.video_ul{
  padding-top: 10px;
}
.video_ul li {
  width: 98%;
  margin: 0 1% 10px 1%;
}
/* END-首页 */

/* 底部 */
.hz {
  padding: 10px 0;
}
.hz_title {
  width: 90px;
}
.hz_p {
  line-height: 20px;
  font-size: 14px;
}
.hz_sp {
  line-height: 26px;
  margin-top: 0px;
  font-size: 18px;
}
.hz-imgbox {
  width: calc(100% - 100px);
}

.footer {
  background: url(../images/footer_bj.png) no-repeat center bottom;
}
.copyright {
  padding: 10px 0;
}
.copyright>.container>div{
  width: 100%;
  float: left;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.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: #dd3e3e;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
  width: 100%;
}
.about_ul>li{
  width: 100%;
  margin: 3px 0 0 0;
}
.about_ul>li>a{
  background-color: #f48814;
  text-align: center;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border: none;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a {
  background-color: #dd3e3e;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
  font-size: 14px;
}
/* END-关于我们 */

/* 活动新闻 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li>a{
  padding: 5px;
}
.xw_ul li>a .xw_img{
  width: 30%;
}
.xw_ul li>a .xw_R{
  width: 70%;
  padding: 5px 0 5px 10px;
}
.xw_ul li>a .xw_R .xw_p{
  line-height: 24px;
  padding-left: 10px;
}
.xw_ul li>a .xw_R .xw_p::before{
  width: 3px;
  height: 14px;
}
.xw_ul li>a .xw_R .xw_txt{
  height: 60px;
  line-height: 20px;
  margin: 5px 0;
  padding-left: 0;
}
.xw_ul li>a .xw_R .xw_more{
  width: 100px;
  height: 30px;
  line-height: 30px;
}
.xwxq_p{
  font-size: 16px;
}
.xwxq_sp{
  padding: 5px 0;
  margin-bottom: 5px;
  font-size: 12px;
}
.xwxq_txt{
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* END-活动新闻 */

/* 定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */
.cp_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  height: 40px;
  line-height: 40px;
}
.cpxq_p{
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 5px;
}
.cpxq_txt{
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.cpxq_txt img{
  margin: 5px auto;
}
/* END-定向运动/无线电测向/研学之旅/俱乐部/精彩回顾/器材装备 */

/* 视频集锦 */
.video_ul1{
  width: 100%;
  margin: 0;
}
.video_ul1 li{
  width: 100%;
  margin: 0 0 15px 0;
}
/* END-视频集锦 */

/* 联系我们 */
.contact_txt{
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

/* 登录/注册 */
.Sign_title>a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.Sign_sp {
  width: 80px;
  height: 40px;
  line-height: 40px;
}
.Sign_inp1 {
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.Sign_btn {
  height: 50px;
  font-size: 18px;
}
/* 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: #f48814;
  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: #dd3e3e;
  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-手机底部组件 */