


@font-face {
    font-family: "myFont";
    src:url(../font/HarmonyOS_Sans_SC_Regular.ttf);
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family:"PingFang SC", "myFont","arial", "sans-serif";
	color: #333;
	font-size: 17px;

	
}

a:hover{color: #00b04e}
*,
*::after,
*::before {
    box-sizing: border-box;
}


*::-webkit-scrollbar {
    width: 0px;
    transition: .5s;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
*:hover::-webkit-scrollbar{
    width: 7px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
    width: 7px;
}
*::-webkit-scrollbar-thumb {
    background-color: #666;
    border: 7px solid #666;
	border-radius: 6px
}
*::-webkit-scrollbar-track {
    background-color: transparent;
}


h1,h2,h3,h4{font-weight: normal;}
input::-webkit-input-placeholder { color: #ccc;font-size: 16px;}
input::-moz-placeholder { color: #ccc; font-size: 16px;}
input:-ms-input-placeholder {  color: #ccc; font-size: 16px;}


body{background: #f6f8fa}

.lmdse{display: flex;overflow: hidden;margin-top: 15px}
.lmdse a{display: block;background: #fff;box-shadow: 1px 2px 8px #ccc;border-radius: 50px;padding: 8px;margin: 10px  15px 10px 5px}
.lmdse a img{display: block;width: 24px;height: auto}
.line1{width: 87.5%;height: 1px;margin: 50px 0;background: #eee}

.Copyright{text-align: center;padding: 10px 5% 25px}
.lx_6{padding: 18px 0 0}

.FAQ_banner{height: 65vh!important}


.byicon{width: 200px;height: auto;display: block;}

.top1{
    position: relative;
	height: 100vh;
	padding-top: 80px
}
.top1 .swiper-container{
    height: 100%;
}
.top1 .swiper-slide{
    height: 100%;
    position: relative;
}
.top1 .swiper-pagination-bullet::after{
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    width: 200%;
    height: 200%;
    top: -57%;
    left: -57%;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.top1 .swiper-pagination-bullet-active::after{
    opacity: 1;
}
.top1 .swiper-pagination-bullet-active {
    background: #f39800!important;
}
.top1 .swiper-pagination-bullet {
    position: relative;
    width: 39px;
    height: 5px;
    margin-left: 10px;
    background: #fff;
    opacity: 0.7;
	border-radius: 6px
}
.top1 .swiper-pagination{
    bottom: 35px;
    left: 0rem;
	margin: 0 auto;
	text-align: center;
	width: 100%
}

.bac{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top1 .swiper-slide>div{
    position: absolute;
 top: 36%;
    left: 5%;
    z-index: 10;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}
.top1 .swiper-slide-active>div{
    transition-delay: .8s;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.top1 .swiper-slide>div>h3{
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}
.top1 .swiper-slide>div>p{
    margin-top: 20px;
    font-size: 29px;
    color: #fff;
}

.top1 .swiper-slide>div>p.h{color: #333}
.top1 .swiper-slide>div>h3.h{color: #333;}

.public_img{animation: nyban 9s;-webkit-animation:nyban 9s;}

	@keyframes nyban
	{
		0%   {transform: scale(1.2)}
		100% {transform: scale(1)}
	}



.public_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	object-fit: cover;
    vertical-align: middle;
}
.public_img_tel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	object-fit: cover;
    vertical-align: middle;
	display: none;
}

.public_banner {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: unset!important;
    transition: 1s;
	
}
.public_banner .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
	height: 100vh;
}

.public_banner .wrap .probanner_bg {
    width: 100%;
    height: 100%;
}




.header{width: 100%;position: fixed;top: 0px;left: 0px; z-index:19990000;background: #fff;box-shadow: 1px 0px 8px #eee;padding: 0;transition: .9s;}
.header:hover{background: rgba(255,255,255,1)}
.header.header_hide{top: -100px;}

.header_cen{
	 display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px 0
}
.header .header_left img{display: block;width: auto;height: 50px;margin: 5px 0}
.header .header_center ul{display: flex;align-items: center}
.header .header_center ul li{padding: 0 13px}
.header .header_center ul li a{color: #231815;font-size: 17px;}
.header .header_center ul li:nth-last-child(1){margin-top: 0px;margin-bottom: 3px;font-size: 15px}
.header_right{display: flex;}
.header_right a{width: 90px;line-height: 34px;border-radius: 50px;background: #fff;text-align: center;margin-left: 32px;color: #333;border: 1px solid #333}
.header .p_cen{}
.header .p_cen h1{font-size: 22px;color: #ff4a00;font-weight: bold;letter-spacing: 6.9px}
.header .p_cen h2{font-size: 13px;color: #ff4a00;}




.header .header_center ul li.on a{color:#36ac4e!important}
.header .header_center ul li:hover a{color:#36ac4e!important}


/*----手机站导航开始----*/
.sp_header{height:54px;overflow:hidden;position:fixed;z-index:1000;width:100%;display: none;background: #fff;box-shadow: 1px 0px 8px #eee}
.sp_logo{padding:5px 3%;float:left;height:44px}
.sp_logo a{display: block}
.sp_header .sp_logo img{margin:auto;height:44px;display: block}

.sp_nav11{width:calc(30px + 5%);float:right;position:relative;cursor:pointer;height:30px;margin-top:18px;}
.sp_nav11 span{display:block;background:#00b04e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s;z-index: 999999999999}
.sp_nav11 span:nth-of-type(1){top:0px}
.sp_nav11 span:nth-of-type(2){top:8px}
.sp_nav11 span:nth-of-type(3){top:16px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:999;background:rgba(255,255,255,0.99);width:100%;height:calc(100% - 0px);font-size:14px;line-height:40px;top:50px;top:-100%;overflow:auto;overflow-y:hidden;transition:top ease 0.35s;padding-top: 0px;box-shadow: 1px 1px 9px #eee;;
}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;}
.sjj_nav>ul>li:first-child .language{float:right;width:100px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:49px;float:left;border-left:1px rgba(255,255,255,0.25) solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px rgba(0,0,0,0.05) solid;height:30px;padding:0px 12px 0 12px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px rgba(0,0,0,0.050) solid;margin-left:0px;position:relative;line-height:25px;font-size:15px;padding: 14px 4%}
.sjj_nav>ul >li:last-child{border-bottom:1px rgba(0,0,0,0.05) solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;display: block;padding-left: 3%;position: relative}
.sjj_nav ul li a::after{position: absolute;top: 5px;left: 0;width: 3px;height: 15px;background: #00b04e;content: "";}
.sjj_nav ul li ul li a{color:#000;display:block;text-align:left;opacity: 1;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#000;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul{padding-top: 15px}


/*----手机站导航结束---*/




.a_more{padding-top: 25px;display: block}
.a_more a{background: url(../images/jt.png) no-repeat right center;background-size: 20px;color: #333;padding-right: 30px;opacity: 0.6;transition: 0.3s}
.a_more a:hover{opacity: 1}




.float_link{
	position: fixed;bottom: 0px;left: 10%;background: rgba(238,238,238,0.7);text-align: center;display: flex;
  align-items: center;
  justify-content: center;
	padding: 18px 0;
	width: 80%;
	border-radius: 10px 10px 0 0 ;
	backdrop-filter: blur(35px);
}
.common_more{
	display: block;
  width: fit-content;
  padding: 11px 34px;
  position: relative;
  z-index: 1;
  transition: 1s;
  overflow: hidden;
	border-radius: 7px;
	background:linear-gradient(to right,#36ac4e,#76c786);
	color: #fff;
	font-size: 15px;
	margin-top: 40px 
}
.common_more:after{
  content: '';
  position: absolute;
  top: -45px;
  left: -47px;
  transition: 1s;
  z-index: -1;
  width: 0;
  height: 300%;
  background: #309e47;
  transform: rotate(20deg);
}
.common_more .iconfont{
  color: #fff;
  font-size: 15px;
  margin: 0 0 0 8px;
  transition: 0.6s;
}

.common_more:hover:after{
  width: 150%;
}
.common_more:hover{color: #fff}
.float_link span{color: #000;margin-right: 25px}

.common_more.b_more{background: #fff;color: #333}
.common_more.b_more:after{background: rgba(255,255,255,0.2)!important}


.probanner{width: 100%;overflow: hidden;position: relative;height: 100vh;max-height: 890px;}
.probanner_bg {
    width: 100%;
    height: 100%;
}
.public_banner .wrap .content {
	width: 75%;
	margin: 0 auto;
	max-width: 1700px;
}

.public_banner .wrap .content .headline {
    
    margin: 0 0 30px 0;
}

@keyframes a_about {
0% {
    -webkit-clip-path: polygon(0 0,0 100%,0 100%,0 0);
    clip-path: polygon(0 0,0 100%,0 100%,0 0);
}
100% {
    -webkit-clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
    clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
}
	
	}


.public_banner .wrap .content .headline p {
    font-size: 43px;
    margin-bottom: 9px;
	letter-spacing: 0px;
	font-weight: bold;
	color:  rgba(54,172,78,1);

	
	
}

.public_banner .wrap .content .headline p label{color: #4c4b4b;font-size: 40px;}
.public_banner .wrap .content .headline .f1 {
	animation: a_about 10s;
	
}
.public_banner .wrap .content .headline .f2 {
	animation: a_about 15s;
	padding-left: 213px
	
}

/*.public_banner .wrap .content .headline p span{display: block;padding: 0px 0px;font-size: 26px;color: #333;margin-right: 10px;border-radius: 4px}
*/
/*.public_banner .wrap .content .headline p span:nth-child(4){background: rgba(54,172,78,0.8)}
.public_banner .wrap .content .headline p span:nth-child(3){background: rgba(54,172,78,0.8)}
.public_banner .wrap .content .headline p span:nth-child(2){background: rgba(54,172,78,0.8)}
.public_banner .wrap .content .headline p span:nth-child(1){background: rgba(54,172,78,0.8)}*/

.mycontainer_1{width: 75%;margin: 0 auto;max-width: 1700px;}
.mycontainer_2{width: 75%;margin: 0 auto;max-width: 1700px;}
.zxcceb{background: #fff ;padding: 90px 0 75px;}
.gteed{background: #fff;padding-bottom: 80px;padding-top: 30px;border-radius: 7px}
.trert{background: #fff url(../images/bgbg_1.jpg) no-repeat bottom center;background-size: 100%;width: 100%;padding: 90px 0 80px;}



.tab-block.information-tab .tabs{background: none!important}
.tab-block .tabs .tab-item{width: 100%!important;padding: 0!important}
.hds_li{}
.tab-block {
	height: auto;
}
.information-tab {
/*display: flex;flex-direction: column;justify-content: center;align-items: center;*/min-height: 370px;
}
.tab-block.information-tab .tabs {
	background: #fff
}
.tab-block .tab-buttons {
	width: 100%;
	transition: all 0.3s;
	margin: 0 auto;
	margin-bottom: 60px;
}
.tab-block .tab-buttons dl{display: flex;justify-content:space-around}
.tab-block .tab-buttons .tab-button {
	width: 31%;
	height: auto;
	text-align: center;
	font-size: 19px;
	line-height: 24px;
	padding: 20px 20px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	background: #f6f8fa;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-direction: column
}
.tab-block .tab-buttons .tab-button:nth-last-child(1){border: 0}
.tab-block .tab-buttons .tab-button.cur {
	background:linear-gradient(to right,#36ac4e,#76c786);
	color: #fff;
	transition: all 0.3s;
	width: 34%;
	
}

.tab-block .tabs {
	width: calc(100% - 0px);
	transition: all 0.3s
}
.tab-block .tabs .tab-item {
	width: 92%;
	padding: 3% 4%;
	display: none;
	transition: all 0.3s
}
.tab-block .tabs .tab-item.active {
	display: block
}


.i_1{text-align: center;font-size:45px;padding: 100px 0 150px}
.i_2{padding-top: 60px}
.biaoti_t{font-size: 35px;margin-bottom: 29px;color: #3d3d3d;font-weight: bold}
.biaoti_t a{font-size: 20px;}
.biaoti_t a:hover{color: #00b04e}
.biaoti_c{line-height: 30px;color: #666;}
.i_3{padding-top: 75px;padding-left: 12.5%}
.i_3li{overflow: hidden}
.i_3li img{display: block;width: 100%;height: auto;transition: all 0.3s}
.i_3li:hover img{transform: scale(1.1)}
.i_3 .swiper-button-next:hover{background: rgba(54,172,78,0.7)!important;color: #fff!important}
.i_3 .swiper-button-prev:hover{background: rgba(54,172,78,0.7)!important;color: #fff!important}
.i_3 .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		
    }

.f3{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 50px}
.f3 dd{width: 45%;}
.f3 dt{width: 40%}
.f3 dt img{display: block;width: 100%;height: auto}


.f3 li{background:#f6f8fa;color: #666;border-radius: 5px;margin-top: 18px;padding: 13px 15px;line-height: 24px}
.f3 li:hover{background:linear-gradient(to right,#36ac4e,#76c786);color: #fff}

.biaoti_c>div{display: flex;justify-content: space-between;margin-top: 45px;align-content: center}
.biaoti_c p{padding: 40px 30px;background:#f6f8fa ;width: 19%;border-radius: 7px;line-height: 23px!important;}
.a1{color: #999;font-size: 16px}
.a1 span{display: block;font-size: 20px;margin-bottom: 14px;color: #333}



.i_3 .swiper-container-horizontal>.swiper-pagination-bullets,.i_3 .swiper-pagination-custom,.i_3 .swiper-pagination-fraction{bottom: 0!important}

.i_3 .swiper-button-next,.i_3 .swiper-button-prev{color: #333!important;background-image: none!important;width: 50px!important;height: 50px!important;border-radius: 50px!important; background: rgba(255,255,255,0.7)!important;transition: all 0.3s;backdrop-filter: blur(40px);}
.i_3 .swiper-button-next:after,.i_3 .swiper-button-prev:after{font-size: 19px!important;font-weight: bold!important}
.i_3 .append-buttons {
        text-align: center;
        margin-top: 20px;
    }
.i_3 .append-buttons a {
        display: inline-block;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
    }
.i_3 .swiper-container{padding-bottom: 70px}
.i_3 .swiper-pagination-bullet-active{background-color: #00b04e!important;opacity: 1!important}
.i_3 .swiper-pagination-bullet{width: 9px;height: 9px;opacity: 0.1}

.i_4{padding-top:65px;}

.i_5{padding-top: 60px;text-align: center}
.i_5 img{height: 70px;margin: 0 40px 0 0;}
.i_5 img:nth-last-child(1){margin: 0 0px 0 0;}
.i_5 .greeqrer{height: 125px}
.i_6{padding-top: 150px;}
.i_6 img{display: block;width: 100%;height: auto}
.i_7{padding-top: 75px;}
.i_8{/*background: linear-gradient(45deg,#f7f7f7,#eee);margin-top: 150px;padding-bottom: 150px;padding-top: 50px*/}

.frewwww{background: #fff;padding-top: 20px}
.i_9{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 70px;padding: 50px 0}
.i_9_l{width: 46%;padding: 0px 4% 0 0;display: flex;justify-content: center;align-items: center}

.i_9_r{width: 50%;}
.i_9_r img{display: block;width: 100%;height: auto}
.i_10{
	padding: 90px 0 90px;
	background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 33.95px 1.05px rgba(2,13,21,0.05);
}
.i_10 .biaoti_t{text-align: left;padding-left: 70px}
.i_10_ul{display: flex;justify-content: space-around;margin-top: 85px;padding: 0 70px}
.i_10_ul li{padding:50px 30px;transition: 0.3s;width: 25%;margin-right: 20px;background: #f6f8fa}
.i_10_ul li:nth-child(4){margin-right: 0}
.i_10_ul li span{display: block;}
.i_10_ul li span:nth-child(1){font-size: 20px;margin-bottom: 20px;height: 40px;line-height: 20px}
.i_10_ul li span:nth-child(2){line-height: 20px;color: #999;}
.i_11{display: flex;justify-content: space-between;flex-wrap: wrap}
.i_11_l{width: 48.5%;background: linear-gradient(45deg,#f8f8fa,#f7f7f7);padding:70px 50px;transition: 0.3s}

.i_11_l dt{font-size: 27px;margin-bottom: 25px;}
.i_11_l dd{line-height: 34px;color: #333;}
.i_11_l img{display: block;width: auto;height: 55px;margin-top: 25px}
.bikeservice_img{width: 100%;margin-top: 150px;background: url(../images/banner2.jpg) no-repeat center center;background-size: 100%;height: 750px;}
.bikeservice_img img{display: block;width: 100%;height: auto}
.i_12{}
.i_13{padding-top: 80px}


.i_contact{width: 100%;overflow: hidden;background:#f8f8fa url(../images/map.png) no-repeat center center;padding: 10px 0 60px;margin-top: 80px;}
.i_contact_center{display: flex;justify-content: space-between;flex-wrap: wrap}
.lx{width: 51%;}
.rx{width: 42%;background: #fff;border-radius: 10px;box-shadow: 1px 2px 9px #eee;padding: 75px 80px 40px 80px}
.rx h1{font-size: 35px;margin-bottom: 20px;font-weight: bold}
.rx ul li{border-bottom: 1px solid #eee;padding: 30px 0}
.rx ul li:nth-last-child(1){border: 0}
.rx ul li span{display: block;font-size: 20px;margin-bottom: 10px}
.rx ul li p{line-height: 25px;color: #666}

.lx_1 {font-size: 35px;margin-bottom: 35px;font-weight: bold}
.lx_2{line-height: 30px;margin-bottom: 40px;color: #666}
.lx_3{line-height: 31px;margin-bottom: 6px}
.lx_5{font-size: 30px;color: #36ac4e;margin: 25px 0 19px;font-weight: bold}
.lx_4{margin-top: 40px;}
.lx_4 img{display: block;width: 140px;height: auto;box-shadow:  0px 0px 22px 0px rgba(0, 0, 0, 0.14)}

.lx_map a{background: url(../images/add1.svg) no-repeat left center;padding-left: 22px;background-size: 14px;color: #999;font-size: 15px;}
.lx_map a:hover{color: #36ac4e}


.faqcen{background: #f8f8fa;padding: 50px 0 30px;width: 100%;}
.he_d2p1ul {
    position: relative;
	background:#fff ;
	padding: 30px 50px
}
.he_d2p1li {
    width: 100%;
    position: relative;
    cursor: pointer;
	border-bottom: 1px solid #eee
	
}
.he_d2p1li:nth-last-child(1){border: 0}
.he_d2p1sh {
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
	justify-content: space-between;
	padding:25px 0px;
}
.he_d2p1xi{
    width: 100%;
    padding-bottom: 10px;
	color: #999;
	line-height: 29px;
	padding: 0px 0px 40px 0px;
	font-size: 16px
}
.he_d2p1li.on .he_d2p1shri img {
    transform: rotate(180deg);
}
.he_d2p1shri img{width: 24px;height: auto}
.he_d2p1shle{font-size: 18px;}


.pageDiv {
	width: auto;
	display: inline-block !important;
	display: inline;
	margin-top: 50px
}

.pageDiv a, .pageDiv span {
		margin: 0;
		padding: 0;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		border: 1px solid #eee;
		text-align: center;
		line-height: 35px;
		display: block;
		float: left;
		font-size: 14px;
	margin-left: 8px;
	border-radius: 3px;
	background: #fff
	}
.awh {width: 40px;height: 35px;}
.pnwh {width: 70px;height: 35px;}
.disabled {color: #333 !important;cursor: not-allowed !important;}
.onPage {background: #36ac4e!important;color: #fff;border: 1px solid #36ac4e !important;}



.section {
    width: 100%;
    background: #F6F6F6;
    display: flex;
}
.section .left {
    width: 62%;
}
.section .left_top {
    background: #FFFFFF;
    padding-top: 143px;
}
.section .left_top h1 {
    font-size: 36px;
    font-weight: 500;
    color: #00ae3f;
    margin-bottom: 10px;
}
.section .left_top p {
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}
.section .left_top .title {
    padding-left: 180px;
    margin-bottom: 68px;
}
.section .left_top img {
    display: block;
    width: 100%;
}
.section .left_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 66px 0 157px;
}
.section .left_bottom span {
    width: 677px;
    height: 1px;
    background: #CCCCCC;
    margin-left: 180px;
}
.section .left_bottom p {
    font-size: 13px;
    font-weight: 500;
    color: #2A4D46;
}

.section .right {
    width: 45%;
	
}

.section .right h3 {
    font-size: 26px;
    font-weight: 500;
    color: #00ae3f;
    margin-bottom: 45px;
}
.section .right p {
    line-height: 30px;
}
.section .right .content {
    width: 70%;
    margin: 172px 15% 168px 15%;
}
.section .right .content .line4 {
    display: block;
    width: 9px;
    height: 39px;
    background: #00ae3f;
    margin: 100px 0 98px;
}




@media screen and (min-width: 1940px) {
	/*.header{padding: 0 calc((100% - 1700px)/2)}*/
	/*.public_banner .wrap{height: 65vh}*/
	.i_3{padding-left:calc((100% - 1700px)/2) }
	.float_link{width: 1700px;left:calc((100% - 1700px)/2) }
	.bikeservice_img{height: 750px}
}

@media screen and (max-width: 1750px) {
	.header .header_center ul li{padding: 0 10px}
	
	.rx{width: 45%}
	.mycontainer_1{width: 90%}
	.mycontainer_2{width: 90%}
	.i_3{padding-left: 5%}
	.public_banner .wrap .content{width: 90%}
}
@media screen and (max-width: 1480px) {
	.header .p_cen h1{font-size: 20px;letter-spacing: 4px}
	.header .p_cen h2{font-size: 11px}
	.i_10_ul li{padding: 40px 20px}
	.biaoti_c p{padding: 30px 20px}
}


@media screen and (max-width: 1450px) {
	.a1 span{font-size: 18px}

	.header .header_center ul li a{}
	.header .header_center ul li{padding: 0 8px}
	
	.header .p_cen h1{font-size: 20px;letter-spacing:4.5px}
	.header .p_cen h2{font-size: 11px}
	.header .header_left img{height: 44px;margin: 8px 0}
	.byicon{width: 180px}

}
@media screen and (max-width: 1380px) {
	.f3 dt{width: 45%}
	.biaoti_t{font-size: 25px}
	.tab-block .tab-buttons .tab-button{font-size: 18px}
	.public_banner .wrap .content .headline p{font-size: 36px}
	.mycontainer_1{width: 94%}
	.mycontainer_2{width: 94%}
	.public_banner .wrap .content{width: 94%}
		.i_3 {padding-left: 3%;}
	.i_10_ul{padding: 0 40px}
	.i_10 .biaoti_t{padding-left: 40px}
	.rx h1,.lx_1{font-size: 25px}
	
}
	
@media screen and (max-width: 1300px) {
	.tab-block .tab-buttons{width: 100%}
	.i_2{padding-top: 50px}
	.biaoti_t{margin-bottom: 20px}
	.header .header_center ul li a{font-size: 16px}
	
	
}
@media screen and (max-width: 1250px) {
	.byicon{width: 150px}
	.lx{width: 49%}
	.a1 span{font-size: 19px}
	.biaoti_c p{padding: 35px 15px}
	.public_banner .wrap .content .headline p{font-size: 32px}
	.public_banner .wrap .content .headline p label{font-size: 32px}
	.header .p_cen h1 {
    font-size: 17px;
    letter-spacing: 3.8px;
}
	.header .p_cen h2{font-size: 10px}
	.f3 dt{width: 48%}
	.i_9_l{width: 48%;padding: 0px 2% 0 0;}
	.i_10_ul li span:nth-child(1){font-size: 17px;margin-bottom: 10px}
	.header .header_center ul li{padding: 0 7px}
	.i_10_ul li span:nth-child(2){font-size: 15px}
	.a1{font-size: 15px}
		
}
@media screen and (max-width: 1200px) {
	.a1 span{height: 40px;line-height: 20px!important}
	.lx_1{font-size: 22px}
	.rx h1{font-size: 22px}
	.header .header_center ul li{padding: 0 7px}
	.public_banner .wrap .content .headline p{font-size: 30px;margin-bottom: 20px}
	.public_banner .wrap .content .headline p label{font-size: 30px}
	.rx{padding: 65px 65px 30px 65px}
	
		
	.i_4 {padding-top: 50px;}
	.gteed{padding: 0 0px 40px 0px;padding-top: 10px}
	.i_3{padding-top: 50px}
	.zxcceb{margin: 50px 0 0;padding: 70px 0 35px;}
	.i_7 {
    padding-top: 55px;
}
	.i_9{margin-top:20px;padding: 30px 0 0}
	.i_10{padding: 50px 0 70px}
	.i_10_ul{margin-top:50px;padding: 0 30px}
	.i_10_ul li{padding:30px 30px}
	.i_5{padding-top: 60px}
	.i_contact{padding: 20px 0 40px;margin-top: 40px;}
	.biaoti_t {}
	.biaoti_c{line-height: 28px}
	.tab-block .tab-buttons .tab-button{font-size: 17px;border-radius: 4px}

}

@media screen and (max-width: 1190px) {
	.header_right{display: none}
	
}
	
@media screen and (max-width: 1150px) {
	.header_right{display: none}
}

@media screen and (max-width: 1075px) {
	.header .header_center ul li{padding: 0 6px}
}



@media screen and (max-width: 1024px) {
	.public_banner .wrap .content .headline p{font-size: 28px;margin-bottom: 15px}
	.public_banner .wrap .content .headline p label{font-size: 28px}
.header .p_cen h1{font-size: 18px}
	
	
	.rx{padding: 50px 40px 30px 40px;width: 47%}
	.lx_2{line-height: 25px;font-size: 17px}

	.faqcen{padding: 40px 0}

	.biaoti_c{line-height: 28px}
	.i_5 .greeqrer{height: 100px}
	
	.f3 li{font-size: 16px;line-height: 20px;margin-top: 10px}
	.sjj_nav>ul>li:first-child>a{font-size: 16.5px}
}

.i_Copyright{display: none}
@media screen and (max-width: 1023px) {
	.f3{padding-top: 10px}
	.a1 span{height: auto}
	.biaoti_c>div{flex-wrap: wrap}
	.biaoti_c p{width: 49%;margin-bottom: 2%}
	.sp_header{display: block}
	.header{display: none}
	.public_banner .wrap{padding-top: 50px}
	
	
	.tab-block .tab-buttons .tab-button{font-size: 15px;height: auto;line-height: 20px;padding: 12px 6px}
	.biaoti_t {}
	.biaoti_c{line-height: 25px;}
	
	.public_banner .wrap{height: 60vh}
	.i_contact{background-size: 100%;height: auto}
	.l_height{height: 54px;width: 100%;}
	.lx_6{display: none}
	.i_Copyright{display: block}
	.i_Copyright{padding: 20px 5% 0 5%;text-align: center}
	.rx h1{margin-bottom: 3px}
	.rx ul li{padding: 20px 0}
	.rx ul li p{line-height: 21px}
	.lx_1{margin-bottom: 25px}
	.lx_5{margin: 15px 0 10px;font-size: 25px}
	.lx_4{margin-top: 15px}
	.lx{width: 100%;padding: 0}
	.rx{width: 100%;margin-top: 30px;padding: 40px 40px 20px 40px}
	
	.public_banner{}
	.i_12,.i_9{margin-top: 30px}
	.i_3,.i_2,.i_13{padding-top: 30px}
	.i_4{padding-top: 35px}
	.common_more{margin-top: 25px}
	.i_10_ul{flex-wrap: wrap}
	.i_10_ul li{width: 49%;margin-bottom: 1%;margin-right: 0}
	.i_5 img{height: 50px;margin: 0 20px 0 0}
	.i_9_l{width: 100%;padding: 0}
	.i_9_r{width: 60%;margin: 0 auto;margin-top: 30px}
	.he_d2p1ul{padding: 0px 30px 0}
	.he_d2p1sh{padding: 20px 0}
	.he_d2p1shle{width: 85%}
	.i_10_ul li span:nth-child(1){font-size: 18px;margin-bottom: 10px}
	.i_10_ul li span:nth-child(2){line-height: 22px}
	
	.biaoti_c{font-size: 17px;line-height: 25px}
}
@media screen and (max-width: 980px) {
	.f3 dd{width: 100%;margin-bottom: 20px}
	.f3 dt{width: 100%}
	.i_5{padding-top: 10px}
	.i_9{padding: 00px 0 0}
}


@media screen and (max-width: 640px) {
	.public_banner .wrap .content .headline p label{font-size: 24px}
	.biaoti_c>div{margin-top: 30px}
	.i_3 .swiper-container{padding-bottom: 10px}
	.a1 span{margin-bottom: 5px}
	.biaoti_c p{width: 100%;padding: 13px}
	.i_10_ul li span:nth-child(1){height: auto}
	.public_img{display: none}
	.public_img_tel{display: block}
	.i_5 img{margin: 0 20px 8px 0}
	.i_5 img:nth-last-child(1){margin: 0 0px 8px 0}
	.he_d2p1sh {padding: 13px 0;}
	.pageDiv{margin-top: 35px}
	.he_d2p1ul {padding: 10px 4% 10px;}
	.faqcen {padding: 32px 0;}
	.rx ul li span{font-size: 16.5px}
	.rx{padding: 30px 20px 10px 20px;border-radius: 13px}
	.rx h1{font-size: 21px}
	.i_10_ul li{width: 100%}
	.i_10_ul{margin-top: 35px}
	.i_10_ul li span:nth-child(2){line-height: 21px}
	.i_10_ul li span:nth-child(1){font-size: 17.5px;margin-bottom: 5px}
	.i_10_ul li{padding: 15px 15px}
	.i_contact{padding: 40px 0;margin-top: 40px;}
	.lx_1{font-size: 23px}
	.i_9_r{width: 100%;}
	.public_banner .wrap{height: 60vh}
	.public_banner .wrap .content .headline p{font-size: 25px;margin-bottom: 8px;letter-spacing: 0}
	.faqcen .mycontainer_2{width: 100%}
	.pnwh{width: 35px}
	.awh{width: 35px}
	*{scroll-behavior: smooth;}
	.i_Copyright,.i_Copyright a,.Copyright,.Copyright a{color: #999;font-size: 14px}
	.he_d2p1xi{font-size: 14.5px;line-height: 22px;padding: 0px 0px 20px 0px}
	.he_d2p1shle p{line-height: 22px}
	.biaoti_t{line-height: 24px}
	.i_3li img{border-radius: 5px}
	.sjj_nav ul li ul li a{font-size: 16px}
}

@media screen and (max-width: 500px) {
	
	.public_banner .wrap .content{width: 92%}
	.zxcceb {
    margin: 40px 0 0;
    padding: 50px 0 35px;background: #fff;
}
	.i_3 .swiper-container{padding-bottom: 0px}
	
	.mycontainer_2{width: 92%}
	.gteed{padding: 20px 0% 40px 0%;border-radius: 0px;width: 100%}
	.i_3{padding-left: 4%;padding-right: 4%}
	.i_3, .i_13 {
    padding-top: 30px;
}
	.i_2{padding-top: 25px}
	.tab-block .tab-buttons{margin-bottom: 40px}
	.i_5{padding-top: 40px}
	.i_7{padding-top: 40px}
	#DUTIAN2{padding-top: 40px}
	.frewwww{padding-top: 0}
	.trert{padding: 40px 0 50px}
	.i_10{width: 100%;padding: 50px 0 50px}
	.i_10_ul{padding: 0 4%}
	.i_contact {
    padding: 40px 0;
    margin-top: 0px;
}
	.a1 span{height: auto;line-height: 20px!important}
	.f3{padding-top: 20px}
}
