@charset "utf-8";
@media only screen and (max-width: 1680px) {
	.content{
		width: 1200px;
	}
	.header{
		width: 1200px;
	}
	.nav li{
		padding: 0 25px;
	}
	.f_right {
		width: 985px;
	}
	.about_left{
		width: 478px;
	}
	.about_pic{
		width: 439px;
		margin: 39px 0 0 39px;
		overflow: hidden;
	}
	.about_right{
		width: 604px;
	}
	.about_right h1{
		padding: 22px 0 32px 0;
	}
	.route_bg{
		height: 930px;
	}
	.route_tit{
		margin: 30% 0 0 190px;
	}
	.route_box{
		width: 66%;
	}
	.route_box .swiper-button-next{
		right: 32%;
	}
	.bn_box{
		top: 104px;
	}
	.bn_txt{
		width: 1200px;
	}
	.mainbody{
		width: 1200px;
	}
	.pro_right{
		width: 740px;
	}
	.bg_box{
		height: 1700px;
	}
}


@media only screen and (max-width: 1599px) and (min-width: 1400px) {
	.route_bg{
		height: 800px;
	}
	.route_tit{
		width: 23%;
		margin: 28% 0 0 150px;
	}
	.route_box .swiper-button-next{
		top: 200px;
		right: 31%;
	}
	.bg_box{
		height: 1605px;
	}
}


@media only screen and (max-width: 1399px) and (min-width: 1024px) {
	.route_bg{
		height: 800px;
	}
	.route_tit{
		width: 23%;
		margin: 28% 0 0 8%;
	}
	.route_box .swiper-button-next{
		top: 200px;
		right: 31%;
	}
	.bg_box{
		height: 1505px;
	}
}


@media only screen and (max-width: 1023px) {
  html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
  }
  .pc{
		display: none;
	}
	.phone{
		display: block;
	}
  .content{
		width: 90%;
	}
	.header{
		width: 90%;
	}
	.logo{
		width: 25%;
		margin: 1% 0;
	}
  .menu {
	  position: absolute;
	  top: 3%;
	  right: 5%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  width: 0.6rem;
	  height: 0.6rem;
	  transition: transform 250ms ease;
	  cursor: pointer;
	  z-index: 200;
	}
	.menu span {
	  position: relative;
	  display: block;
	  width: 100%;
	  height: 4px;
	  background: #e81a2f;
	  border-radius: 10px;
	  transition: transform 250ms ease;
	  z-index: 200;
	}
	.menu span:nth-of-type(1) {
	  transform: translateY(-6px);
	}
	.menu span:nth-of-type(3) {
	  transform: translateY(6px);
	}
	
	#menu {
	  display: none;
	}
	#menu:checked ~ .menu {
	  background-color: transparent;
	  transform: rotate(360deg);
	  transition: transform 250ms ease;
	}
	#menu:checked ~ .menu span {
	  background-color: white;
	  transition: transform 250ms ease;
	}
	#menu:checked ~ .menu span:nth-of-type(1) {
	  transform: translateY(1px) rotate(45deg);
	}
	#menu:checked ~ .menu span:nth-of-type(2) {
	  display: none;
	}
	#menu:checked ~ .menu span:nth-of-type(3) {
	  transform: translateY(-3px) rotate(-45deg);
	}
	#menu:checked ~ .nav02 {
	  right: 0px;
	  transition: 500ms ease;
	}
	.nav02 {
	  position: fixed;
	  top: 0;
	  right: -400px;
	  width: 300px;
	  height: 100%;
	  margin: 0;
	  padding: 0;
	  background: #e81a2f;
	  box-shadow: 0 0 20px rgba(0,0,0,0.5);
	  transition: 500ms ease;
	  z-index: 9;
	}
	.nav02 ul {
	  position: relative;
	  list-style-type: none;
	  margin: 1.2rem 0;
	  padding: 0;
	}
	.nav02 ul li {
	  position: relative;
	  display: block;
	  border-bottom: 1px dashed rgba(255,255,255,.38);
	}
	.nav02 ul li a {
	  position: relative;
	  display: block;
	  margin: 0;
	  padding: 15px 20px;
	  color: white;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  text-transform: uppercase;
	}
	.nav02 ul li a:before {
	  position: absolute;
	  content: '';
	  top: 0;
	  left: 0;
	  width: 0;
	  height: 100%;
	  transition: width 250ms ease;
	  z-index: -1;
	}
	.nav02 ul li a:hover {
	  color: #444;
	  background: #fff;
	}

	
	.banner_box .swiper-pagination{
		display: none;
	}
	
	.about_box{
		padding: 1rem 0;
	}
	.about_box fl{
		float: none;
	}
	.about_box fr{
		float: none;
	}
	.about_left{
		width: 100%;
	}
	.about_pic{
		width: 95%;
		margin: 5% 0 0 5%;
	}
	.about_pic_red{
		width: 2rem;
		height: 2rem;
	}
	.about_right{
		width: 100%;
	}
	.about_right h1{
		font-size: 0.48rem;
		line-height: 0.6rem;
		padding: 0.92rem 0 0.52rem 0;
	}
	.about_text{
		font-size: 0.26rem;
		line-height: 0.5rem;
		padding: 0.56rem 0 0.68rem;
		margin-bottom: 0.8rem;
	}
	.about_text h4{
		font-size: 0.38rem;
		line-height: 0.6rem;
		margin-bottom: 0.6rem;
	}
	.about_more{
		width: 3rem;
		height: 0.78rem;
		line-height: 0.78rem;
		font-size: 0.24rem;
	}
	
	.route_bg{
		height: auto;
		background: url(../images/route_bg02.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 1.1rem 0 1.2rem 0;
	}
	.route_tit{
		float: none;
		width: 90%;
		font-size: 0.32rem;
		line-height: 0.62rem;
		margin: 0 auto;
	}
	.route_tit h1{
		font-size: 0.8rem;
		line-height: 0.88rem;
		margin-bottom: 0.52rem;
	}
	.route_tit h4{
		font-size: 0.48rem;
		line-height: 0.76rem;
	}
	.route_box{
		float: right;
		width: 95%;
		margin-top: 0.97rem;
	}
	.route_box .swiper-slide {
	  transition: 300ms;
	  transform: scale(0.9);
	  /* margin-top: .55rem; */
	  
  }
	.route_box .swiper-slide-active,.route_box .swiper-slide-duplicate-active{
    transform: scale(1);
    margin: 0;
	}
	.route_box .swiper-button-next{
		width: 1.2rem;
		height: 1.2rem;
	  top: 30%;
	  right: 18%;
	}
	.route_pic{
		height: 8.5rem;
	}
	.route h4{
		font-size: 0.48rem;
		line-height: 0.7rem;
	}
	.route_txt{
		font-size: 0.28rem;
		line-height: 0.5rem;
		height: 1.5rem;
		margin-bottom: 1.2rem;
	}
	.route_btn li{
		font-size: 0.38rem;
		line-height: 0.8rem;
	}
	.route_btn a{
	  font-size: 0.28rem;
	}
	
	.adv_bg{
		height: auto;
		background: none;
		position: relative;
	}
	.adv_bg .content{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 1rem;
		left: 0;
	}
	.adv_tit{
		display: inline-block;
		font-size: 0.6rem;
		line-height: 1.52rem;
		margin: 0 auto 0.45rem;
	}
	.adv_txt{
		width: 80%;
		font-size: 0.28rem;
		line-height: 0.4rem;
		margin: 0 auto 0.78rem;
	}
	.adv_btn{
		width: 4.12rem;
		margin: 0 auto;
	}
	.adv_btn li{
		float: none;
		width: 100%;
		height: 1.04rem;
		line-height: 1.04rem;
		font-size: 0.32rem;
		margin: 0 0 0.65rem 0;
	}
	
	.product_box{
		margin-bottom: 1.75rem;
	}
	.product_bg{
		height: 12rem;
	}
	.p_t{
		margin: 1.78rem 0 0.2rem 0;
	}
	.product_tit{
		font-size: 0.48rem;
		line-height: 0.82rem;
	}
	.product_tit h4{
		font-size: 0.8rem;
		line-height: 0.96rem;
		margin-bottom: 0.42rem;
	}
	.product{
		width: 100%;
	}
	.product .swiper-slide {
	  margin: 0;
	}
	.product .swiper-slide-active,.product .swiper-slide-duplicate-active{
	  margin-top: 1.3rem;
	}
	.product h4{
		font-size: 0.4rem;
		line-height: 0.62rem;
		margin: 0.47rem 0 0.28rem 0;
	}
	.product_more{
		width: 2.6rem;
		text-align: center;
		height: 0.72rem;
		line-height: 0.72rem;
		font-size: 0.24rem;
		border-radius: 0.3rem;
	}
	
	.bg_box{
		height: auto;
		padding-bottom: 5.5rem;
	}
	.news{
		width: 90%;
	}
	.news ul{
		margin: 0;
	}
	.news li{
		float: none;
		width: 100%;
		padding: 5%;
		box-sizing: border-box;
		height: auto;
		margin: 0 0 0.47rem 0;
	}
	.news h4{
		font-size: 0.36rem;
		margin-bottom: 0.22rem;
	}
	.news_fon{
		font-size: 0.28rem;
		line-height: 0.48rem;
		height: 0.96rem;
		margin-bottom: 0.37rem;
	}
	.news_more{
		font-size: 0.27rem;
		line-height: 0.4rem;
	}
	.news_more img{
		width: 0.7rem;
		height: 0.14rem;
		margin: 0.13rem 0 0 0.16rem;
	}
	.news_more:hover img{
		margin: 0.13rem 0 0 0.25rem;
	}
	.news_date{
		font-size: 0.28rem;
		line-height: 0.4rem;
	}
	.pic{
		position: static;
		margin-top: -1.7rem;
	}
	.reg_box{
		bottom: 0;

	}
	.reg{
		width: 100%;
		background: #f1efec;
		padding-bottom: 0.58rem;
		overflow: hidden;
	}
	.reg ul{
		padding: 0 5%;
	}
	.reg li{
		width: 100%;
		height: auto;
		margin: 0 0 0.3rem 0;
		display: flex;
		vertical-align: bottom;
	}
	.reg li:last-child{
		text-align: left;
	}
	.btn_tj{
		width: 40%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.28rem;
	}
	.bd01{
		height: 1rem;
		line-height: 1rem;
		padding: 0 0.22rem;
		font-size: 0.28rem;
	}
	.bd02{
		height: 1rem;
		line-height: 1rem;
		padding: 0 0.22rem;
		font-size: 0.28rem;
	}
	.reg li:last-child .bd02{
		height:3.14rem ;
	}
	
	.footer{
		padding: 0.8rem 0;
	}
	.footer .content{
		width: 100%;
	}
	.f_logo{
		float: none;
		width: 32%;
		margin: 0 auto 0.4rem;
	}
	.f_right{
		width: 90%;
		text-align: left;
		float: none;
		font-size: 0.24rem;
		line-height: 0.46rem;
		margin: 0 auto;
	}
	.f_nav{
		display: none;
	}
	
	.bn_box{
		top: 35%;
	}
	.bn_txt{
		width: 90%;
		font-size: 0.24rem;
		line-height: 0.34rem;
	}
	.bn_txt h4{
		font-size: 0.6rem;
		line-height: 1.06rem;
	}
	.mainbody{
		width: 100%;
	}
	.p01{
		padding: 1.25rem 0;
	}
	.tit{
		font-size: 0.28rem;
		line-height: 0.56rem;
		margin-bottom: 0.46rem;
	}
	.tit h4{
		font-size: 0.48rem;
		line-height: 0.76rem;
	}
	.pro{
		width: 90%;
		margin: 0 auto;
	}
	.pro li{
		margin-bottom: 0.76rem;
	}
	.pro_pic{
		float: none;
		width: 100%;
		height: 5rem;
	}
	.pro_right{
		float: none;
		width: 100%;
		height: auto;
		padding-bottom: 0.95rem;
	}
	.pro_right h4{
		font-size: 0.4rem;
		line-height: 0.66rem;
		margin: 0.53rem 0 0.45rem 0;
	}
	.pro_fon{
		font-size: 0.28rem;
		line-height: 0.52rem;
		height: 1.04rem;
		margin-bottom: 0.78rem;
	}
	.pro_date{
		font-size: 0.34rem;
		line-height: 0.34rem;
	}
	.pro_date img{
		width: 0.34rem;
		height: 0.34rem;
		margin-right: 0.2rem;
	}
	.fenye{
		padding-top: 1rem;
	}
	.fenye li{
		width: 100%;
		float: none;
		text-align: center;
		font-size: 0.28rem;
		line-height: 0.52rem;
		margin-bottom: 0.22rem;
	}
	.fenye li:last-child{
		text-align: center;
		margin: 0;
	}
	.page1-b1{
		width: 100%;
		text-align: center;
	}
	.page1-b2{
		font-size: 0.24rem;
		line-height: 0.8rem;
	}
	.page1-b3 img{
		width: 0.3rem;
	}
	
	.about_txt{
		width: 100%;
	}
	.about_txt h1{
		font-size: 0.48rem;
		line-height: 0.86rem;
	}
	.about_txt h2{
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-bottom: 0.52rem;
	}
	.about_con{
		font-size: 0.28rem;
		line-height: 0.48rem;
		margin-bottom: 0.76rem;
	}
	
	.p02{
		padding: 0.96rem 0;
	}
	.show_tt{
		font-size: 0.48rem;
		line-height: 0.78rem;
		margin-bottom: 0.66rem;
	}
	.show_pic{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.text_tt{
		font-size: 0.36rem;
		line-height: 0.8rem;
	}
	.text{
		font-size: 0.32rem;
		line-height: 0.48rem;
	}
	
	.contact{
		margin-bottom: 0;
	}
	.contact ul{
		display: block;
		margin-right: -5%;
	}
	.contact li{
		float: left;
		width: 45%;
		margin: 0 5% 1rem 0;
	}
	.contact h1{
		font-size: 0.35rem;
		line-height: 0.36rem;
	}
	.contact img{
		width: 0.5rem;
		height: 0.5rem;
		margin: 0.2rem 0 0.3rem 0;
		vertical-align: middle;
	}
	.contact span{
		font-size: 0.45rem;
		line-height: 0.65rem;
	}
	.m_map {
	  height: 8rem;
	  margin-bottom: 0.6rem;
	}
	.inf_box{
		width: 100%;
		height: auto;
		position: static;
	}
	.inf{
		width: 100%;
	}
	.inf h1{
		font-size: 0.5rem;
		line-height: 1.5rem;
	}
	.inf li{
		font-size: 0.24rem;
		line-height: 0.4rem;
		padding-bottom: 0.4rem;
		margin-bottom: 0.45rem;
	}
	.inf img{
		width: 0.3rem;
		height: 0.3rem;
	}
	.inf h4{
		font-size: 0.3rem;
		line-height: 0.6rem;
		margin: 0.2rem 0 0.12rem 0;
	}
	
	.rec{
		width: 100%;
	}
	.rec li{
		padding: 0.4rem 0.1rem;
	}
	.rec li h4{
		font-size: 0.34rem;
		line-height: 0.44rem;
		margin-bottom: 0.3rem;
	}
	.rec li ul li{
		font-size: 0.28rem;
		line-height: 0.5rem;
	}
	.rec li ul li i{
		width: 1px;
		height: 0.25rem;
		margin: 0.15rem 0.17rem;
	}
	.rec_icon{
		width: 0.25rem;
		height: 0.15rem 0.08rem 0 0;
	}
	.rec li ul li:last-child{
		width: 100% !important;
		float: left;
		margin-top: 0.1rem;
	}
	.m_map .BMap_bubble_title{
      font-size: 0.28rem;
      margin-bottom: 0.2rem;
  }
  .m_map .BMap_bubble_content{
      font-size: 0.24rem;
  }

}