@charset "utf-8";
/* CSS Document */

@font-face {
/* font-test*/
font-family:ali-r;
src:url('../fonts/AlibabaPuHuiTi-3-55-Regular.ttf');
}


@font-face {
/* font-test*/
font-family:ali-b;
src:url('../fonts/AlibabaPuHuiTi-3-85-Bold.ttf');
}


*{ margin:0px; padding:0px} 
img{ border:none} 
li{ list-style:none} 
body{ font-size:14px; font-family:"微软雅黑"; margin: 0px; padding: 0px;} 

a{color:#000000;text-decoration:none;} 
a:link {text-decoration:none;color:#000000;} 
a:active {text-decoration:none;color:#000000;} 
a:hover {text-decoration:none;color:#205038;} 
a:visited {text-decoration:none;color:#000000;} 

h1,h2,h3,h4,h5,h6,strong,b{font-family:"微软雅黑";}

.clearfix:after{ 
  content: " "; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }

.clearfix {
  /* 触发 hasLayout */ 
  zoom: 1; 
  }
/*** effect zoom in ***/
.img-zoom-in img 
{
transition:all .2s ease-in-out;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
}

.img-zoom-in:hover img 
{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1)
}


.img-zoom-deg img{
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.img-zoom-deg:hover img {
    -webkit-transform: rotate(360deg);/*鼠标hover时，i图标旋转*/
    transform: rotate(360deg);
}


.img-zoom-up{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.img-zoom-up:hover {
	transform:translate(0,-20px);
	-webkit-transform:translate(0,-20px);
	-moz-transform:translate(0,-20px);
	-o-transform:translate(0,-20px);
	-ms-transform:translate(0,-20px);
}





/*顶部*/
.nav{ position: fixed; width:100%; margin: 0px; background:rgba(255,255,255,1); z-index: 9999999;} 
.nav_{ width:90%; margin: 0px auto; padding: 15px 0px;} 

.nav_l{ width:260px; float:left;}
.nav_l img{width: 100%;}

.nav_menu {float: right;} 
.nav_menu ul { margin:0 auto; } 
.nav_menu ul li {float:left;} 
.nav_menu ul li:first-child{} 
.nav_menu ul li a{ display: block; text-align: center;font-size: 16px; overflow: hidden;margin: 10px 75px 0px 0px; box-sizing: border-box;transition: all 0.6s;} 
.nav_menu ul li a.this{ border-bottom: #205038 2px solid;padding-bottom: 6px;} 
.nav_menu ul li a:hover{border-bottom: #205038 2px solid; padding-bottom: 6px; font-weight: bold;} 

/*.nav_menu ul li ul {display: none;}
.nav_menu ul li:hover ul {display:block; position:absolute; top:52px; left:0; width:160px;z-index: 999999;}
.nav_menu ul li:hover ul li a {display:block; color:#205038;background-color:rgba(0,0,0,0.5);margin-bottom: 1px;}
.nav_menu ul li:hover ul li a:hover {background:#205038; color:#FFFFFF;}*/

.nav_r{ float:right; margin: 8px 0px 0px 0px;} 
.nav_r i{ color: #000000; border: #000000 1px solid; border-radius: 50%; padding:6px 5px;} 





/*首页-首屏*/
.apple-banner {	width: 100%;height:100%;overflow: hidden;}
.apple-banner .swiper-container {margin-top: 0px;width: 100%;height: 960px;}
.swiper-button-prev,.swiper-button-next{width:15%;height:100%;top:0;background:none; border: none; --swiper-navigation-size:0px;}
.swiper-button-prev{left:0;}	
.swiper-button-next{right:0;} 
.swiper-button-prev span,.swiper-button-next span{display:block;width: 65px;height: 65px;position: absolute;left: 20px;top: 50%;margin-top:-32px;border-radius: 100%;background: rgba(180,180,180,0.25) url(/images/arrows.png) no-repeat center 17px;opacity: 0;-webkit-transition: opacity 0.5s ease;	transition: opacity 0.5s ease;}
.swiper-button-next span{background: rgba(180,180,180,0.25) url(/images/arrows.png) no-repeat center -71px;left:auto;right:20px;	}
.apple-banner .swiper-container:hover .swiper-button-prev span,.apple-banner .swiper-container:hover .swiper-button-next span{	opacity: .6;}
		/*分页器*/
.apple-banner .swiper-pagination{bottom:50px;background:none;}
.apple-banner  .swiper-pagination-bullet {display: inline-block;width:80px;height: 50px;margin: 0 3px;cursor: pointer;background: none;border-radius:0;opacity: 1;}
.apple-banner  .swiper-pagination-bullet span {width: 80px;height: 2px;display: block;background: rgba(255,255,255,0.3);}
.apple-banner .swiper-pagination-bullet-active span{background:#205038;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{background: rgba(255,255,255,0.3);}
.apple-banner  .swiper-pagination-bullet i{background: #205038;height: 2px;transform:scaleX(0);transform-origin: 0;display: block;}
.apple-banner .autoplay .firsrCurrent i{transition:transform 2.9s linear;transform:scaleX(1);}
.apple-banner .autoplay .current i{transition:transform 4s linear;transform:scaleX(1);}
.apple-banner  .autoplay .replace span{ background:#205038;}
		/*内容样式*/
.slide1 {background: #000000;background-size: auto 100%;}
.slide2 {background: #000000;background-size: auto 100%;}
.slide3 {background: #000000;background-size: auto 100%;}



/*首页-第一屏*/
.main_a{ width: 100%; margin: 0; height: 100vh; overflow: hidden; background: #F8F8F8;} 

.main_a_{ width: 90%; margin: 0 auto; padding:10% 0 0; } 
.main_a_l{ width: 40%; float: left;} 
.main_a_l h3{ font-size: 40px; color: #000000; font-weight: bold; line-height: 125%;} 
.main_a_l span{ display: block; font-size: 16px; color: #666666; line-height: 125%; text-transform: uppercase; margin: 80px 0px 20px;} 
.main_a_l img{ width: 100%;} 
.main_a_r{ float: right; width: 40%;padding:0; } 
.main_a_r > h3{ font-size: 68px; color: #CCCCCC; opacity: 0.2;text-transform: uppercase; margin-bottom: 80px;} 
.main_a_r > p{ font-size: 16px; color: #000000; margin-bottom:30px; line-height: 175%; text-align: justify;} 
.main_a_r > a{ display: block; width: 100%; border-bottom:#DDDDDD 1px solid; padding-bottom: 15px; margin: 60px 0px 50px;}
.main_a_r ul{}
.main_a_r ul li{ float: left; margin-right: 7%; padding-right: 7%; border-right: #205038 1px solid; box-sizing: border-box;}
.main_a_r ul li:last-child{ float: right;margin-right: 0; padding-right: 0; border-right: none;} 
.main_a_r ul li h5{font-size: 16px;color: #205038;} 
.main_a_r ul li h5 span{display: inline-block; font-size: 36px;} 
.main_a_r ul li p{font-size: 14px; color: #000000; font-weight: bold;} 





/*首页-第二屏*/
.main_f{ width: 100%; margin: 0px; background:#000000; height: 100vh;overflow: hidden;} 

.main_f_{ width: 100%; margin: 0px auto;padding:2% 0 0;height: 100vh; box-sizing: border-box; position: relative;} 

.silder-box-1 { width: 100%; margin: 0px auto; z-index: 99;} 
.silder-button-1{ position:absolute;cursor:pointer;z-index: 999;} 

.silder-button-1.btl{left:42%; top:85%;} 
.silder-button-1.btl i{ border: #FFFFFF 1px solid; color: #FFFFFF; border-radius: 50%; height: 40px; width: 40px; box-sizing: border-box; text-align: center; font-size: 25px; padding-top: 6px; padding-right: 3px;} 
.silder-button-1.btl i:hover{background: #FFFFFF; color: #205038;} 
.silder-button-1.btr{right:42%; top:85%;} 
.silder-button-1.btr i{ border: #FFFFFF 1px solid; color: #FFFFFF; border-radius: 50%; height: 40px; width: 40px; box-sizing: border-box; text-align: center; font-size: 25px; padding-top: 6px; padding-left: 3px;} 
.silder-button-1.btr i:hover{background: #FFFFFF; color: #205038;} 

.main_f_honor{width: 100%; margin: 0px auto;} 
.main_f_honor ul{} 
.main_f_honor ul li{ position: relative; width: 950px; height: 720px;} 
.main_f_honor ul li img{position: absolute;width: 100%; z-index: 9;}  
.main_f_honor ul li div{position: absolute; z-index: 99; width: 30%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.5); padding:20% 0 0 10%; box-sizing: border-box;} 
.main_f_honor ul li div h5{ color: #FFFFFF; font-size: 24px;} 
.main_f_honor ul li div em{ display: block; margin: 20px 0px 60px; background: #FFFFFF; height: 2px; width: 50px;} 
.main_f_honor ul li div p{ color: #FFFFFF; font-size: 16px;} 

.main_f_img{ position: absolute; bottom: -80px; background: url("/images/bg01.png") no-repeat center; background-size: cover; width: 100%; height: 350px; z-index: 9999;padding:7% 0 0 10%;box-sizing: border-box;} 
.main_f_img p{ font-size: 48px; color: #FFFFFF; font-weight: bold;} 






/*首页-第三屏*/
.main_b{ width: 100%; background: url("/images/bg01.jpg") no-repeat center; background-size: cover;height:100vh; overflow: hidden;margin:0px;} 
.main_b_{width:90%; height:100vh; margin: 0 auto;} 
.main_b_l{ float: left; width: 40%; padding: 10% 0 0;} 
.main_b_l h3{ font-size:50px;color: #000000;} 
.main_b_l p{  color: #333333; line-height: 175%; font-size: 16px; padding-left: 5%; margin-top: 10%;} 
.main_b_l em{ display: block; margin:8% 0 8% 5%; background: #333333; height: 2px; width: 80px;} 
.main_b_l span{ display: block; text-transform: uppercase; font-size: 12px; color: #333333; padding-left: 5%;line-height: 175%;} 




/*首页-第四屏*/
.main_c{ width: 100%; background: url("/images/bg02.jpg") no-repeat center; background-size: cover;height:100vh; overflow: hidden;margin:0px;} 
.main_c_{width:90%; height:100vh; margin: 0 auto;} 
.main_c_r{ float: right; width: 40%; padding: 10% 0 0;text-align: right;} 
.main_c_r h3{ font-size:50px;color: #000000;} 
.main_c_r p{  color: #333333; line-height: 175%; font-size: 16px; padding-right:5%; margin-top: 10%; text-align: right;} 
.main_c_r em{ display: block; margin:8% 5% 8% 0; background: #333333; height: 2px; width: 80px;float: right;} 
.main_c_r span{ display: block; clear: both;text-transform: uppercase; font-size: 12px; color: #333333; padding-right: 5%;line-height: 175%;text-align: right;} 




/*首页-第五屏*/

.main_d{ width: 100%; background: url("/images/bg03.jpg") no-repeat center; background-size: cover;height:100vh; overflow: hidden;margin:0px;}  
.main_d_{width: 90%; margin: 0px auto; padding:9% 0 0 0;} 

.main_d_tit{width: 100%; margin: 0px auto 50px;} 
.main_d_tit .fl{ float: left;} 
.main_d_tit .fl h3{ font-size: 50px;color: #FFFFFF; line-height: 150%;} 
.main_d_tit .fl span{  font-size: 20px;text-transform: uppercase;color: #999999;} 

.main_d_tit .fr{ float: right; margin-top:50px;} 
.main_d_tit .fr a{ display: block; width: 120px; border: #999999 1px solid; color: #999999; text-align: center; padding: 10px 0px; font-size: 16px; transition: all 0.6s;} 
.main_d_tit .fr a:hover{width: 180px;border: #FFFFFF 1px solid; color: #205038;  background: #FFFFFF;} 

.main_d_con{ width: 100%;} 
.main_d_l{ float: left; width:45%; height:500px; overflow: hidden; position: relative;} 
.main_d_l img{ width: 100%; height:500px;  position: absolute; z-index: 9;} 
.main_d_l div{position: absolute; z-index: 99;background: rgba(0,0,0,0.5); box-sizing: border-box; padding: 20px; width: 100%; bottom: 0;} 
.main_d_l div p{ color: #FFFFFF; font-size: 20px; margin-bottom: 10px;} 
.main_d_l div span{color: #CCCCCC; font-size: 14px; text-align: left; line-height: 175%;} 

.main_d_r{ float: right; width: 45%;} 
.main_d_r ul{} 
.main_d_r ul li{  padding-bottom: 40px; margin-bottom: 40px; border-bottom: #2d5f31 1px solid; box-sizing: border-box;} 
.main_d_r ul li:last-child{ border-bottom: none;  padding-bottom: 0px; margin-bottom: 0px;} 
.main_d_r ul li a{} 
.main_d_r ul li em{ font-size: 14px; font-style: normal; margin: 5px 0px 10px; display: block; color: #FFFFFF;}  
.main_d_r ul li p{ font-size: 20px; color: #FFFFFF;}
.main_d_r ul li span{ display: block; line-height: 175%; color: #CCCCCC; font-size: 14px;} 
.main_d_r ul li a:hover{} 
.main_d_r ul li a:hover em{ color: #FFFFFF;} 
.main_d_r ul li a:hover p{color: #FFFFFF;} 
.main_d_r ul li a:hover span{color: #FFFFFF;} 






/*首页-第六屏*/
.main_g{width: 100%; margin: 0px; background: url("/images/bg04.jpg") no-repeat center top; height: 100vh; background-size: cover;box-sizing: border-box; padding: 10% 0 0; overflow: hidden;} 
.main_g .main_g_tit{ margin: 0px auto; text-align: center;} 
.main_g .main_g_tit h3{ color: #FFFFFF; font-size:50px; margin-bottom: 5px;} 
.main_g .main_g_tit p{color: #FFFFFF; font-size:24px;} 


.silder-box-2 { width: 100%; margin: 50px auto 0px; overflow: hidden;} 
.main_g_{ margin: 0px auto;/*-webkit-transform: translateY(120px);transform: translateY(120px);opacity: 0;*/} 
.main_g_ ul{} 
.main_g_ ul li{ width: 360px; height:460px;  background: rgba(255,255,255,0.25); padding: 60px; box-sizing: border-box;  text-align: center;} 
.main_g_ ul li img{} 
.main_g_ ul li h5{font-size: 32px; color: #FFFFFF; margin: 30px 0px 50px;} 
.main_g_ ul li p{ font-size: 16px; color: #EEEEEE; line-height: 175%;} 
.main_g_ ul li:hover{background: rgba(255,255,255,0.15);} 


.silder-button-2{ position:absolute;cursor:pointer;z-index: 999;} 
.silder-button-2.btl{left:6%; top:45%;} 
.silder-button-2.btl i{ border: #FFFFFF 1px solid; color: #FFFFFF; border-radius: 50%; height: 40px; width: 40px; box-sizing: border-box; text-align: center; font-size: 25px; padding-top: 6px; padding-right: 3px;} 
.silder-button-2.btl i:hover{background: #205038; color: #FFFFFF;} 
.silder-button-2.btr{right:6%; top:45%;} 
.silder-button-2.btr i{ border: #FFFFFF 1px solid; color: #FFFFFF; border-radius: 50%; height: 40px; width: 40px; box-sizing: border-box; text-align: center; font-size: 25px; padding-top: 6px; padding-left: 3px;} 
.silder-button-2.btr i:hover{background: #205038; color: #FFFFFF;} 






/*首页-第八屏*/
.main_h{ width: 100%; height:100vh; background: #FFFFFF; overflow: hidden;margin:0px;}
.main_h_{ padding:2% 0 0 0; } 

.main_h_tit{ width: 100%; height: 550px; background: url("/images/bg05.jpg") no-repeat center; } 
.main_h_tit_{  width: 1280px; margin: 0px auto;} 
.main_h_tit_ .fl { float: left; width: 400px; margin-top:8%;} 
.main_h_tit_ .fl h6{ font-size: 50px; color: #FFFFFF; line-height: 100%; margin-bottom: 30px; font-weight: lighter;text-transform: uppercase;} 
.main_h_tit_ .fl h3{ font-size: 36px; color: #FFFFFF; margin-bottom: 10px;} 
.main_h_tit_ .fl p{  font-size: 16px; color: #999999;margin-bottom: 50px;} 
.main_h_tit_ .fl span{font-size: 14px;color: #999999; display:block; text-transform: uppercase;} 
.main_h_tit_ .fr { float: right;margin-top: 8%;} } 
.main_h_tit_ .fr img{ width: 100%;} 

.silder-box-3 { width: 100%; margin: 60px auto 0px; overflow: hidden;} 
.silder-box-3 h5{font-size: 24px; color: #000000; width: 1280px; margin: 0px auto;} 
.main_h_con{ margin: 30px auto 0px;} 
.main_h_con ul{ } 
.main_h_con ul li{  width: 320px; height: 120px; text-align: center; border: #DDDDDD 1px solid; box-sizing: border-box;} 
.main_h_con ul li img{ width: 100%;}
.silder-button-3{ position:absolute;cursor:pointer;z-index: 999;} 
.silder-button-3.btl{left:12%; top:55%;} 
.silder-button-3.btl i{ border: #205038 1px solid; color: #205038; border-radius: 50%; height: 40px; width: 40px; box-sizing: border-box; text-align: center; font-size: 25px; padding-top: 6px; padding-right: 3px;} 
.silder-button-3.btl i:hover{background: #205038; color: #FFFFFF;} 
.silder-button-3.btr{right:12%; top:55%;} 
.silder-button-3.btr i{ border: #205038 1px solid; color: #205038; border-radius: 50%; height: 40px; width: 40px; box-sizing: border-box; text-align: center; font-size: 25px; padding-top: 6px; padding-left: 3px;} 
.silder-button-3.btr i:hover{background: #205038; color: #FFFFFF;} 






/*首页-第九屏*/

.bottom{width: 100%; height:450px; overflow: hidden;margin: 0px; background: #F2F2F2;padding:2.5% 0 0;}  

.bottom_{width: 90%; margin: 30px auto;} 
.bottom_l{ float: left;} 

.bottom_l h3{color: #000000; font-size: 36px;} 
.bottom_l span{ display: block; color: #999999; font-size: 14px; text-transform: uppercase; margin: 30px 0px;} 
.bottom_l a{display: inline-block; color: #333333; font-size: 16px; margin: 0px 50px 0px 0px;} 
.bottom_l a:hover{color: #205038; } 
.bottom_l a:last-child{ margin: 0px 0px 0px 0px;}

.bottom_c{ float: right; margin-right: 10%;} 
.bottom_c h3{color: #000000; font-size: 36px;}
.bottom_c h5{color: #000000; font-size: 24px;}
.bottom_c span{ display: block; color: #999999; font-size: 14px; text-transform: uppercase; margin: 10px 0px 30px;} 
.bottom_c p{ font-size: 16px;} 

.bottom_r{ float: right;} 
.bottom_r p{color: #999999; font-size: 14px; padding: 15px 0px; text-align: center;} 

.bottom_bt{width: 90%; margin: 0px auto; font-size: 14px; color: #999999;} 
.bottom_bt img{} 
.bottom_bt p{ margin-top: 20px;} 
.bottom_bt a{color: #999999;} 
.bottom_bt a:hover{color: #205038;} 






/******************************20240703************************************/












/*内页*/


.n_img{ width:100%; margin: 0px; padding: 0px; overflow: hidden; text-align: center;} 
.n_img img{ width:100%; } 

.n_img img {    -webkit-animation: banner_inside 15s ease 1 forwards;       -moz-animation: banner_inside 15s ease 1 forwards;         -o-animation: banner_inside 15s ease 1 forwards;
            animation: banner_inside 15s ease 1 forwards;}
@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.1);
             transform: scale(1.1);
    }
    to {
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.1);
           transform: scale(1.1);
    }
    to {
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

.locatn{width:100%;  margin: 0px; background: #F8F8F8;} 
.locatn_{width:1280px;  padding: 20px 0px ; margin: 0px auto; color: #666666;} 
.locatn_ a{color: #666666; font-size: 14px;} 
.locatn_ a:hover{color: #205038;} 



/*内页-关于我们*/


.con_about_a{ width: 100%; margin:0px; background: url("/images/a01.jpg") no-repeat center; height: auto;} 
.con_about_a_{ width: 1280px; margin:0px auto; padding: 280px 0px 100px; box-sizing: border-box;}
.con_about_a_con{ width: 40%;} 
.con_about_a_con h2{color: #FFFFFF; font-size: 50px;}
.con_about_a_con p{ color: #FFFFFF; font-size:16px; margin: 30px 0px; line-height: 175%; text-align: justify; } 

.con_about_d{width: 1280px; margin:50px auto; background: #F6F6F6; padding: 30px 120px; box-sizing: border-box;} 
.con_about_d ul{}
.con_about_d ul li{ float: left; margin-right: 10%; padding-right: 10%; border-right: #205038 1px solid; box-sizing: border-box;}
.con_about_d ul li:last-child{ float: right;margin-right: 0; padding-right: 0; border-right: none;} 
.con_about_d ul li h5{font-size: 16px;color: #205038;} 
.con_about_d ul li h5 span{display: inline-block; font-size: 36px;} 
.con_about_d ul li p{font-size: 14px; color: #000000; font-weight: bold; text-align: center;} 



.con_about_b{ width: 100%; margin:80px 0px;} 
.con_about_b_{ width: 1280px; margin:0px auto;} 
.con_about_b_ .fl{ float: left; width: 640px; padding: 50px 0 0 0; box-sizing: border-box;} 
.con_about_b_ .fl h3{ font-size:40px; color: #000000; margin-bottom: 30px;} 
.con_about_b_ .fl p{  font-size:16px; line-height: 175%; color: #000000; text-align: justify;} 
.con_about_b_ .fr{ float: right; width:640px;height: 440px; overflow:hidden; } 
.con_about_b_ .fr img{ width: 100%; display: block; margin: 0px;} 


.con_about_c{ width: 100%; margin:80px 0px; } 
.con_about_c_{ width: 1280px; margin:0px auto;} 
.con_about_c_ .fl{ float: left; width: 640px; height: 440px; overflow:hidden; } 
.con_about_c_ .fl img{ width: 100%; display: block; margin: 0px;} 
.con_about_c_ .fr{ float: right; width: 640px; padding: 50px 0 0 280px; box-sizing: border-box;} 
.con_about_c_ .fr h3{ font-size: 40px; color: #000000; margin-bottom:30px;} 
.con_about_c_ .fr p{  font-size:16px; line-height: 175%; color: #000000; text-align: justify;} 


.con_about_f{ width: 100%; margin:0px; padding:80px 0px; background: #F6F6F6;} 
.con_about_f_tit{ width: 1280px;  margin: 0px auto;} 
.con_about_f_tit h2{ font-size: 40px; color: #000000; margin-bottom: 10px;} 
.con_about_f_tit p{  font-size:14px;color: #333333; text-transform: uppercase;}
.str_wrap {	overflow:hidden; //zoom:1;	width:1280px; margin: 50px auto 0px;position:relative;	-moz-user-select: none;	-khtml-user-select: none;user-select: none;white-space:nowrap;}
.str_wrap.str_active {	background:#f1f1f1;}
.str_move { 	white-space:nowrap;	position:absolute; 	top:0; 	left:0;	cursor:move;}
.str_move_clone {	display:inline-block;	//display:inline;	//zoom:1;	vertical-align:top;	position:absolute; 	left:100%;	top:0;}
.str_vertical .str_move_clone {	left:0;	top:100%;}
.str_down .str_move_clone {	left:0;	bottom:100%;}
.str_vertical .str_move,.str_down .str_move {	white-space:normal;	width:100%;}
.str_static .str_move,.no_drag .str_move,.noStop .str_move{	cursor:inherit;}
.str_wrap img {	max-width:none !important; height:280px;}




.con_pro{width: 100%; background: #F8F8F8; padding: 2% 0;} 
.con_pro_{ width: 1280px; margin: 0px auto;} 
.con_pro_ ul{} 
.con_pro_ ul li{ margin:0 0 5% 0; background: #FFFFFF; border-radius: 20px;} 
.con_pro_ ul li div.fl{ float: left;width: 50%; overflow: hidden;} 
.con_pro_ ul li div.fl img{ width: 100%; display: block; margin: 0;} 
.con_pro_ ul li div.fr{ float: right; width: 45%; background: #FFFFFF; padding:80px 0px 0px 60px; box-sizing: border-box;}
.con_pro_ ul li div.fr em{ display: block; margin:0px 0px 50px; width: 80px; transition: all 0.6s; background: #205038; height: 2px;} 
.con_pro_ ul li div.fr h6{ font-size: 50px; text-transform: uppercase;  color: #F2F2F2; margin-bottom:0px; line-height: 100%;} 
.con_pro_ ul li div.fr p{  line-height: 175%; font-size: 28px; font-weight: bold; color: #205038;} 
.con_pro_ ul li div.fr:hover em{ width: 200px;}


.con_pro_menu{ margin: 0px auto 50px; width:1280px;}
.con_pro_menu ul{} 
.con_pro_menu ul li{ float: left; width:180px; margin-right:10px; }
.con_pro_menu ul li a{ display: block; background: #FFFFFF; padding: 15px 0px; color: #205038; text-align: center; font-size: 18px;} 
.con_pro_menu ul li a:hover{  background: #205038; color: #FFFFFF;} 


.con_pro_list{ margin: 30px auto; width:1280px;}
.con_pro_list ul{} 
.con_pro_list ul li{ float: left; width:400px; margin-right:40px; margin-bottom:40px; background: #FFFFFF;}
.con_pro_list ul li:nth-child(3n){ float: right; margin-right: 0;} 
.con_pro_list ul li div{ width:400px; height:300px;overflow: hidden;} 
.con_pro_list ul li div img{ width: 100%; height:100%;} 
.con_pro_list ul li p{   font-size: 16px; color: #205038; text-align: center; padding: 20px 0px;} 

.con_pro_m{width: 100%; background: #F8F8F8; padding: 2% 0;} 
.con_pro_m_{ width: 1280px; margin: 30px auto; text-align: center;} 
.con_pro_m_ h1{ margin-top: 30px;} 




/*内页-新闻*/ 

.con_news{width: 1280px; margin:50px auto;}
.con_news_{} 
.con_news_ ul{} 
.con_news_ ul li{ padding:50px 0px; border-bottom: #EEEEEE 1px solid;} 
.con_news_ ul li:first-child{border-top: #EEEEEE 1px solid;} 
.con_news_ ul li:hover {}

.con_news_ ul li div.fl{ float: left; width: 30%; overflow: hidden; height: 280px;} 
.con_news_ ul li div.fl img{ width: 100%;height: 280px;} 
.con_news_ ul li div.fr{float: left; width: 50%; height: 280px; overflow: hidden;padding: 50px; box-sizing: border-box;} 

.con_news_ ul li div.fr em{  color: #205038; font-size: 18px; font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; font-style: normal;} 
.con_news_ ul li div.fr h3{ margin: 25px 0px 10px;} 
.con_news_ ul li div.fr h3 a{ font-size: 20px;} 
.con_news_ ul li div.fr p{  font-size: 14px;line-height: 175%;  color: #999999;} 

.con_news_ ul li div.fc{ float: right; margin-top: 5%;} 
.con_news_ ul li div.fc a i{  font-size: 12px; transition: all 0.6s;border: #DDDDDD 1px solid; border-radius: 50%; height: 80px; width: 80px; box-sizing: border-box; padding:33px 0px; text-align: center;} 
.con_news_ ul li div.fc a:hover i{border: #205038 1px solid;  background: #205038; color: #FFFFFF; } 





.con_news_m{ width: 1280px; margin: 0px auto;}

.con_news_m .fl{ width: 850px; float: left; border-right: #EEEEEE 1px solid; box-sizing: border-box; padding-right: 5%; } 
.con_news_m .fl .fl_tit{ margin-bottom: 35px;} 
.con_news_m .fl .fl_tit h1{ font-size: 36px; line-height: 125%;} 
.con_news_m .fl p{ font-size: 16px; text-align: justify; line-height: 175%; margin-bottom: 35px;} 
.con_news_m .fl img{ display: block; margin: 35px auto; max-width: 750px;} 

.con_news_m .fr{ width:350px; float: right;} 
.con_news_m .fr h2{ font-size:40px; line-height: 100%; margin-bottom: 30px;} 
.con_news_m .fr > p{ font-size: 14px; margin: 5px 0px;} 
.con_news_m .fr h5{ margin: 80px 0px 18px;font-size: 20px;} 
.con_news_m .fr ul{} 
.con_news_m .fr ul li{ padding: 18px 0px; border-bottom: #EEEEEE 1px dashed;} 
.con_news_m .fr ul li:first-child{border-top: #EEEEEE 1px solid;} 
.con_news_m .fr ul li a{ font-size: 16px; line-height: 175%; color: #666666;} 
.con_news_m .fr ul li span{ display: block;color: #CCCCCC; font-size: 14px;margin-top: 10px;} 



/*内页-新闻*/





/*内页-加盟*/

.c_join_a{ width: 100%; margin: 80px 0px;} 
.c_join_a_{ width: 1280px; margin:0px auto; text-align: center;} 
.c_join_a_ span{ display: block;font-size: 80px; font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"; color: #F2F2F2; text-transform: uppercase;}  
.c_join_a_ h6{ color: #000000; font-size: 24px;font-weight: normal; margin-top: -30px;} 
.c_join_a_ h3{ color: #000000; font-size: 40px; } 
.c_join_a_ em{ display: block; margin: 30px auto; width: 80px; height: 3px; background: #205038;}



.c_join_b{ width: 1280px; margin:80px auto;} 
.c_join_b ul{} 
.c_join_b ul li{ float: left; width:300px; height: 500px; margin: 0px 25px 25px 0px; text-align: center; padding: 50px 0px; box-sizing: border-box; background: #F6F6F6;} 
.c_join_b ul li:nth-child(4n){ float: right; margin: 0px 0px 25px 0px;} 
.c_join_b ul li h5{ font-size: 28px; margin: 10px 0px 50px;} 
.c_join_b ul li p{  line-height: 175%; font-size:15px;} 
.c_join_b ul li p em{ display: block; margin: 10px auto; width: 10px; height: 10px; background: #205038; border-radius: 50%;} 
.c_join_b ul li img{width: 80px; margin: 0px auto;}
.c_join_b ul li:nth-child(2){  background: #205038;} 
.c_join_b ul li:nth-child(2) h5{color: #FFFFFF;} 
.c_join_b ul li:nth-child(2) p{ color: #FFFFFF;} 
.c_join_b ul li:nth-child(2) p em{background: #FFFFFF; } 
.c_join_b ul li:nth-child(4){  background: #205038;} 
.c_join_b ul li:nth-child(4) h5{color: #FFFFFF;} 
.c_join_b ul li:nth-child(4) p{ color: #FFFFFF;} 
.c_join_b ul li:nth-child(4) p em{background: #FFFFFF; } 
.c_join_b ul li:nth-child(5){  background: #205038;} 
.c_join_b ul li:nth-child(5) h5{color: #FFFFFF;} 
.c_join_b ul li:nth-child(5) p{ color: #FFFFFF;} 
.c_join_b ul li:nth-child(5) p em{background: #FFFFFF; } 
.c_join_b ul li:nth-child(7){  background: #205038;} 
.c_join_b ul li:nth-child(7) h5{color: #FFFFFF;} 
.c_join_b ul li:nth-child(7) p{ color: #FFFFFF;} 
.c_join_b ul li:nth-child(7) p em{background: #FFFFFF; } 




.c_join_c{ width:1280px; margin:80px auto;} 
.c_join_c img{ width: 100%;} 


.join_con_02_{ margin: 100px auto; width: 600px;} 
.join_con_11_txt01{ font-size: 36px; font-weight: lighter; border-bottom: #999999 1px solid; padding:0px 0px 20px 0px; text-align: center;} 
.join_con_11_txt02{ margin: 20px 0px;} 
.join_con_11_txt02 input{ border: #999999 1px solid;border-radius: 5px; color: #000000; padding: 15px; font-size: 16px; width: 265px; }
.join_con_11_txt03{ margin: 20px 0px;} 
.join_con_11_txt03 input{ border: #999999 1px solid;border-radius: 5px; color: #000000; padding: 15px; font-size: 16px; width: 565px; } 
.join_con_11_txt04{ margin: 20px 0px;} 
.join_con_11_txt04 textarea{ border: #999999 1px solid;border-radius: 5px; color: #000000; padding: 15px; font-size: 16px; width: 565px; height: 200px; vertical-align: top; font-family: "微软雅黑";} 

.join_con_11_txt05{ margin: 50px 0px;text-align: center;} 
.join_con_11_txt05 input{ border: none; background: #205038; border-radius: 5px; color: #FFFFFF; padding: 15px;width: 255px; font-size: 30px; font-weight: bold; } 

/*内页-加盟*/

.con_contact{  width:1280px; margin:80px auto; } 
.con_contact .fl{ float: left; width: 35%;} 
.con_contact .fl ul{} 
.con_contact .fl ul li{  padding: 25px 0px;  border-bottom: #EEEEEE 1px solid;} 
.con_contact .fl ul li:first-child{ border-bottom:none; margin-bottom: 30px;} 
.con_contact .fl ul li h2{ font-size:24px;} 
.con_contact .fl ul li p{ margin-bottom: 5px; font-size:16px;} 
.con_contact .fl ul li span{display: inline-block; font-size:16px;} 

.con_contact .fr{ float: right; width: 50%;} 
.con_contact  #dituContent{ width: 100%; height: 500px;} 

div.black2{padding:10px;margin:10px;text-align:center;} 
div.black2 a{border:#DDDDDD 1px solid;padding:8px 15px;margin:1px;color:#666666;text-decoration:none; border-radius: 3px;} 
div.black2 a:hover{color:#FFFFFF;background-color:#205038;border:#205038 1px solid;} 
div.black2 a:active{color:#FFFFFF;background-color:#205038;border:#205038 1px solid;} 
div.black2 a.curr{padding:8px 15px;font-weight:bold;margin:2px;color:#FFFFFF;background-color:#205038;border:#205038 1px solid;} 
div.black2 a.curr font{ color: #FFFFFF;} 







@media screen and (max-width:1600px){

	.nav_{ width:95%; padding: 12px 0px;}
	.nav_l{ width:200px; }
	.nav_menu ul li a{font-size: 14px;margin:8px 50px 0px 0px; }
	.nav_r{ margin: 5px 0px 0px 0px;}
	.nav_r i{ padding:5px 4px;}
	.apple-banner .swiper-container { height: 680px;}
	.swiper-slide img { width: 100%;}


	.main_a_{ width: 95%; padding:8% 0 0; } 
	.main_a_l h3{ font-size: 28px; } 
	.main_a_l span{ font-size: 14px; margin: 50px 0px 20px;}
	.main_a_r > h3{ font-size: 40px; margin-bottom: 30px;} 
	.main_a_r > p{ font-size: 14px; margin-bottom:20px; } 
	.main_a_r > a{ margin: 20px 0px 10px;}
	.main_a_r ul{}
	.main_a_r ul li{ margin-right: 6%; padding-right: 6%; }
	.main_a_r ul li h5{font-size: 14px; } 
	.main_a_r ul li h5 span{ font-size: 28px;} 
	.main_a_r ul li p{font-size: 14px; } 
	
	
	

	.main_f_{padding:2% 0 0;} 


	.silder-button-1.btl{left:42%; top:85%;} 
	.silder-button-1.btr{right:42%; top:85%;}
	.main_f_honor ul li{  width: 680px; height:460px;} 
	.main_f_honor ul li div{padding:20% 0 0 10%;} 
	.main_f_honor ul li div em{margin: 20px 0px 30px;} 

	.main_f_img{  bottom: -80px; background: url("/images/bg01.png") no-repeat center top; height: 300px; padding:8% 0 0 10%;} 
	.main_f_img p{ font-size:36px; } 
	

	.main_b_{width:95%;} 
	.main_b_l{ padding: 8% 0 0;} 
	.main_b_l h3{ font-size:30px; } 
	.main_b_l p{   font-size: 14px; padding-left: 2.5%; margin-top: 5%;} 
	.main_b_l em{ margin:5% 0 5% 2.5%;  } 
	.main_b_l span{ padding-left: 2.5%; } 


	.main_c_{width:95%;} 
	.main_c_r{ padding: 8% 0 0; } 
	.main_c_r h3{ font-size:30px; } 
	.main_c_r p{   font-size: 14px; padding-right:2.5%; margin-top: 5%; } 
	.main_c_r em{ margin:5% 2.5% 5% 0; } 
	.main_c_r span{  padding-right: 2.5%;} 
	
	
	.main_d_{width: 95%; padding:7% 0 0 0;} 

	.main_d_tit{ margin: 0px auto 30px;} 
	.main_d_tit .fl h3{ font-size: 28px; } 
	.main_d_tit .fl span{  font-size: 16px;} 

	.main_d_tit .fr{  margin-top:30px;} 
	.main_d_tit .fr a{ width: 100px;font-size: 14px; } 
	.main_d_tit .fr a:hover{width: 120px; } 

	.main_d_con{ width: 100%;} 
	.main_d_l{ height:360px; } 
	.main_d_l img{ height:360px; } 
	.main_d_l div{ padding: 10px; } 
	.main_d_l div p{  font-size: 16px; } 
	.main_d_l div span{ font-size: 12px;} 

	.main_d_r ul li{  padding-bottom: 20px; margin-bottom: 20px;} 
	.main_d_r ul li em{ font-size: 12px; }  
	.main_d_r ul li p{ font-size: 16px;  }
	.main_d_r ul li span{ font-size: 12px;} 

	
	
	.main_g{ padding: 8% 0 0;} 
	.main_g .main_g_tit h3{font-size:30px;} 
	.main_g .main_g_tit p{ font-size:18px;} 


	.silder-box-2 { width: 1280px; margin: 30px auto 0px; } 
	.main_g_{ width: 1280px; margin: 0 auto; overflow: hidden;} 
	.main_g_ ul li{ width: 300px; height:320px;  padding: 35px; } 
	.main_g_ ul li img{} 
	.main_g_ ul li h5{font-size: 24px; margin: 20px 0px 30px;} 
	.main_g_ ul li p{ font-size: 14px; } 


	.silder-button-2.btl{left:2%; top:40%;}
	.silder-button-2.btr{right:2%; top:40%;} 

	
	.main_h_{ padding:2% 0 0 0; } 

	.main_h_tit{ height: 360px; background-size: cover;} 
	.main_h_tit_{  } 
	.main_h_tit_ .fl { margin-top:8%;} 
	.main_h_tit_ .fl h6{ font-size:30px;  margin-bottom: 20px; } 
	.main_h_tit_ .fl h3{ font-size: 22px; } 
	.main_h_tit_ .fl p{  font-size: 14px; margin-bottom:30px;} 
	.main_h_tit_ .fl span{font-size: 12px; } 
	.main_h_tit_ .fr {  margin-top: 5%;} 
	.main_h_tit_ .fr img{ width: 560px;} 
	.silder-box-3 {   margin: 30px auto 0px; } 
	.silder-box-3 h5{font-size: 18px; } 
	.main_h_con{ margin: 20px auto 0px;} 
	.main_h_con ul li{  width: 320px; height: 120px; text-align: center; border: #DDDDDD 1px solid; box-sizing: border-box;} 
	.main_h_con ul li img{ width: 100%;}
	.silder-button-3.btl{left:2%; top:50%;} 
	.silder-button-3.btr{right:2%; top:50%;} 
	
	

	.bottom_{width: 95%;} 

	.bottom_l h3{font-size: 22px;} 
	.bottom_l span{ margin: 20px 0px;} 
	.bottom_l a{ font-size: 14px; margin: 0px 30px 0px 0px;} 

	.bottom_c{margin-right: 8%;} 
	.bottom_c h3{font-size: 22px;}
	.bottom_c h5{font-size: 18px;}
	.bottom_c span{margin: 10px 0px 20px;} 
	.bottom_c p{ font-size: 14px;} 

	.bottom_bt{width: 95%; } 
	
    
} 




.mobile-inner{ display: none;} 
.hei{ display: none;} 
.apple-banner .swiper-container .swiper-wrapper .swiper-slide .pc{ display: block;} 
.apple-banner .swiper-container .swiper-wrapper .swiper-slide .mo{ display: none;}


@media screen and (max-width:768px){
	
	
	.nav{ display: none;} 
	.mobile-inner{ display: block; position: fixed; width: 100%;  z-index: 9999999; top: 0;} 
	.mobile-inner-header{width: 100%;height: 60px;background: #F8F8F8;} 
	.mobile-inner-header .img0 { float: left; margin-top: 4%; margin-left: 5%; width: 60%;} 
	.mobile-inner-header .img0 img{ width: 100%;} 

	.mobile-inner-header-icon{float:right; height: 60px;font-size: 25px;text-align: center;width: 60px;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;
		-o-transition: background 0.5s;	transition: background 0.5s; position: relative;}
	.mobile-inner-header-icon:hover{	background-color: rgba(255,255,255,0.2);cursor: pointer;}
	.mobile-inner-header-icon span{	 position: absolute;	left: calc((100% - 25px) / 2);top: calc((100% - 1px) / 1.7);	width: 25px;height: 2px;background-color: rgba(32,80,56,1);}
	.mobile-inner-header-icon span:nth-child(1){transform: translateY(5px) rotate(0deg);}
	.mobile-inner-header-icon span:nth-child(2){transform: translateY(-5px) rotate(0deg);}
	.mobile-inner-header-icon span:nth-child(3){transform: translateY(-15px) rotate(0deg);}
	.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clickfirst;}		
	.mobile-inner-header-icon-click span:nth-child(2){display: none;}
	.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: clicksecond;}

	.mobile-inner-nav{background-color: rgba(255,255,255,0.9);width: 100%;position: absolute;top: 60px;left: 0px;	padding-top: 30px;padding-bottom: 50px;display: none;z-index: 9999999;}
	/*.mobile-inner-nav a{display: inline-block;line-height: 50px;text-decoration: none;width: 80%;margin-left: 10%;color: #FFFFFF;border-bottom: solid 1px rgba(255,255,255,0.3);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		font-weight:300;
	}
	main_abile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;		animation-name: returnToNormal;}
	.mobile-inner-nav a:hover{color: rgba(255,255,255,0.4);	border-bottom: solid 1px rgba(255,255,255,0.2);}*/
	.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}
	.mobile-inner-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
	.mobile-inner-nav .mobile-inner-list{width : 80%;margin: 0px auto;}
	.mobile-inner-nav .mobile-inner-list > ul{	list-style: none;margin: 0px;padding: 0px;}
	.mobile-inner-nav .mobile-inner-list > ul > li{width:100%;-webkit-transition: .3s ease;-moz-transition: .3s ease;-o-transition: .3s ease;transition: .3s ease;}
	.mobile-inner-nav .mobile-inner-list > ul > li > a{display: block;width:100%;border-bottom: solid 1px rgba(0,0,0,0.1);text-align : left;height:40px;line-height: 40px;padding: 0px;margin: 0px;position: relative;font-size: 1.2em;color: #000000;}
	.mobile-inner-nav .mobile-inner-list > ul > li > p{width:100%;border-bottom: solid 1px rgba(0,0,0,0.1);text-align : left;height:40px;line-height: 40px;padding: 0px;margin: 0px;position: relative;font-size: 1.2em;color: #000000;} 
	.hei{ display: block;height: 60px; width: 100%; background: #FFFFFF;} 


	/*首页-第一屏*/
	.apple-banner .swiper-container .swiper-wrapper .swiper-slide .pc{ display: none;} 
	.apple-banner .swiper-container .swiper-wrapper .swiper-slide .mo{ display: block;}
	.swiper-button-prev,.swiper-button-next{display: none;}
	.apple-banner .swiper-pagination{top:80%;}
	
	
	/*首页-第二屏*/
	.main_a{ background: #FFFFFF;} 
	.main_a_{ width: 86%; padding:8% 0 0; } 
	.main_a_l{ width: 100%; float: none;} 
	.main_a_l h3{ font-size: 1.5em; line-height: 125%;} 
	.main_a_l span{   font-size: 0.9em;   margin: 20px 0px 10px;} 
	.main_a_r{ float: none; width: 100%; } 
	.main_a_r > h3{ display: none;} 
	.main_a_r > p{ font-size: 0.9em;  margin-bottom:0px; margin-top: 20px; line-height: 150%; } 
	.main_a_r > a{ padding-bottom: 8px; margin: 20px 0px 0px;}
	.main_a_r ul{ display: none;}
	
	
	/*首页-第三屏*/
	.main_f{ overflow: hidden;} 

	.main_f_{ padding:20% 0 0;} 


	.silder-button-1.btl{left:35%; top:108%;} 
	.silder-button-1.btr{right:35%; top:108%;} 

	.main_f_honor{width: 100%; margin: 0px auto;} 
	.main_f_honor ul{} 
	.main_f_honor ul li{  width: 320px; height: 220px;} 
	.main_f_honor ul li img{}  
	.main_f_honor ul li div{  width: 40%;  padding:10% 0 0 6%; } 
	.main_f_honor ul li div h5{ font-size: 1.5em;} 
	.main_f_honor ul li div em{ margin: 10px 0px 30px; width: 30px;} 
	.main_f_honor ul li div p{ font-size: 1em;} 

	.main_f_img{ position: relative; bottom: 0px; height: 180px;  padding:10% 0 0 6%; box-sizing: border-box; margin-top: 50px; } 
	.main_f_img p{ font-size: 2em;}
	
	
	
	/*首页-第三屏*/
	.main_b{  background: url("/images/bg01_m.jpg") no-repeat center;} 
	.main_b_{width:86%; } 
	.main_b_l{ float: none; width: 100%; padding: 25% 0 0;} 
	.main_b_l h3{ display: block; font-size:2em;color: #FFFFFF;} 
	.main_b_l p{  color: #FFFFFF; line-height: 175%; font-size: 1em; padding-left: 5%; margin-top: 10%;} 
	.main_b_l em{   margin:8% 0 8% 5%; width: 50px; background: #FFFFFF;} 
	.main_b_l span{ display: block;  font-size: 0.8em;  padding-left: 5%;line-height: 150%;color: #FFFFFF;} 




	/*首页-第四屏*/
	.main_c{   background: url("/images/bg02_m.jpg") no-repeat center; } 
	.main_c_{width:86%; } 
	.main_c_r{ float: none; width: 100%; padding: 25% 0 0;text-align: left;} 
	.main_c_r h3{ display: block; font-size:2em;color: #FFFFFF;} 
	.main_c_r p{  color: #FFFFFF; line-height: 175%; font-size: 1em; padding-left: 5%; margin-top: 10%;text-align: left;} 
	.main_c_r em{  margin:8% 0 8% 5%; width: 50px; background: #FFFFFF;float: left;} 
	.main_c_r span{display: block;  font-size: 0.8em;  padding-left: 5%;line-height: 150%;color: #FFFFFF;text-align: left;} 
	
	
	

	/*首页-第五屏*/

	.main_d{ }  
	.main_d_{width: 86%;  padding:10% 0 0 0;} 

	.main_d_tit{  margin: 0px auto 20px;} 
	.main_d_tit .fl{  } 
	.main_d_tit .fl h3{ font-size: 1.5em; } 
	.main_d_tit .fl span{  font-size: 0.9em; } 

	.main_d_tit .fr{   margin-top:10px;} 
	.main_d_tit .fr a{   width: 80px; padding: 5px 0px; font-size: 1em; } 
	.main_d_tit .fr a:hover{width: 80px; } 


	.main_d_l{ float: none; width:100%; height:200px; } 
	.main_d_l img{ height:200px; } 
	.main_d_l div{ padding: 15px;} 
	.main_d_l div p{ color: #FFFFFF; font-size: 1em; margin-bottom:0px;} 
	.main_d_l div span{display: none;} 

	.main_d_r{ float: none; width: 100%; margin-top: 30px;} 
	.main_d_r ul{} 
	.main_d_r ul li{  padding-bottom:15px; margin-bottom:15px; } 
	.main_d_r ul li em{ font-size: 1em;   margin: 5px 0px 0px; }  
	.main_d_r ul li p{ font-size: 1em; }
	.main_d_r ul li span{ display: none; } 

	
	
	/*首页-第六屏*/
	.main_g{ padding: 15% 0 0; } 
	.main_g .main_g_tit h3{  font-size:1.5em; margin-bottom: 5px;} 
	.main_g .main_g_tit p{ font-size:1.2em;} 

	.silder-box-2 { width: 100%; margin: 30px auto 0px; overflow: hidden;} 
	.main_g_{ width: 320px; margin: 0 auto;} 
	.main_g_ ul li{ width: 320px; height:380px;  padding: 30px; } 
	.main_g_ ul li h5{font-size: 1.6em;  margin: 20px 0px 30px;} 
	.main_g_ ul li p{ font-size: 1.2em;  line-height: 160%;} 
	.silder-button-2.btl{left:25%; top:82%;} 
	.silder-button-2.btr{right:25%; top:82%;} 
	
	
	
	/*首页-第八屏*/

	.main_h_{ padding:0 0 0 0; } 

	.main_h_tit{ height: auto; padding: 12% 0;} 
	.main_h_tit_{  width: 86%; } 
	.main_h_tit_ .fl { float: none; width: 100%; margin-top:0;} 
	.main_h_tit_ .fl h6{ font-size: 1.5em;  margin-bottom:10px;} 
	.main_h_tit_ .fl h3{ font-size: 1.5em;  margin-bottom: 5px;} 
	.main_h_tit_ .fl p{  font-size: 1em; margin-bottom:0px;} 
	.main_h_tit_ .fl span{display: none;}
	.main_h_tit_ .fr {float: none;margin-top: 5%;}
	.main_h_tit_ .fr img{ width: 100%;}

	.silder-box-3 { width: 100%; margin: 30px auto 0px; overflow: hidden;}
	.silder-box-3 h5{font-size: 1.5em; width: 86%; }
	.main_h_con{ margin: 30px auto 0px;}
	.main_h_con ul li{width: 300px; height: 110px; }
	.main_h_con ul li img{ width: 100%;}
	.silder-button-3{ position:absolute;cursor:pointer;z-index: 999;}
	.silder-button-3.btl{left:5%; top:55%;}
	.silder-button-3.btr{right:5%; top:55%;}

	
	
	/*首页-第九屏*/
	.bottom{height:500px;  padding:2.5% 0 0;}

	.bottom_{width: 86%; margin: 30px auto 10px; text-align: center;}
	.bottom_l{ float: none;}

	.bottom_l h3{ font-size: 1.8em;}
	.bottom_l span{display: none;}
	.bottom_l a{display: none;}

	.bottom_c{ float: none; margin-right:0;}
	.bottom_c h3{ font-size: 1.5em;}
	.bottom_c h5{ font-size: 1.6em;}
	.bottom_c span{ font-size: 0.8em; margin: 5px 0px 20px;}
	.bottom_c p{ font-size: 1em;}

	.bottom_r{ float: none; margin: 10px 0px;}
	.bottom_r p{  display: none;}

	.bottom_bt{width: 86%; font-size: 0.8em; }
	.bottom_bt img{ width: 100%;}
	.bottom_bt p{ margin-top: 10px;}
	
	
	
	
	
	
	
	

	.locatn_{width:88%;  padding: 15px 0px;font-size: 0.8em;} 
	.locatn_ a{  font-size:1em;} 




	.con_about_a{ background-size: cover;} 
	.con_about_a_{ width: 88%;  padding: 60px 0px 50px; }
	.con_about_a_con{ width: 80%;} 
	.con_about_a_con h2{ font-size: 1.5em;}
	.con_about_a_con p{ font-size:0.9em; margin: 20px 0px; line-height: 155%; } 

	.con_about_d{width: 88%; margin:30px auto; background: none; padding: 0px 0px;} 
	.con_about_d ul{}
	.con_about_d ul li{  width: 49.5%; margin-right: 0; padding-right: 0; border-right:none; text-align: center; background: #F6F6F6; padding: 15px 0px;}
    .con_about_d ul li:nth-child(2n){float: right;} 
	.con_about_d ul li h5{font-size: 1em; } 
	.con_about_d ul li h5 span{ font-size: 1.8em;} 
	.con_about_d ul li p{font-size: 1em;} 



	.con_about_b{ margin:30px 0px;} 
	.con_about_b_{ width: 88%; } 
	.con_about_b_ .fl{ float: none; width: 100%; padding: 0px 0 0 0; }
	.con_about_b_ .fl h3{ font-size:1.6em; margin-bottom: 15px;}
	.con_about_b_ .fl p{  font-size:1em; line-height: 155%; } 
	.con_about_b_ .fr{ float: none; width:100%;height:auto;  margin-top: 20px;} 


	.con_about_c{ margin:30px 0px; }
	.con_about_c_{ width: 88%;} 
	.con_about_c_ .fl{ float: none; width:100%;height:auto; } 
	.con_about_c_ .fr{ float: none; width: 100%; padding: 0px 0px 0px 0px; margin-top: 20px;} 
	.con_about_c_ .fr h3{ font-size:1.6em; margin-bottom: 15px;}
	.con_about_c_ .fr p{ font-size:1em; line-height: 155%;}



	.con_about_f{ padding:35px 0px; }
	.con_about_f_tit{ width: 88%; } 
	.con_about_f_tit h2{ font-size: 1.6em;margin-bottom:5px;} 
	.con_about_f_tit p{  font-size:1em;}
	.str_wrap {	width:88%; margin: 30px auto 0px;}

	.str_wrap img {	max-width:none !important; height:280px;}
	
	
	
	
	.con_pro{ padding: 2% 0;} 
	.con_pro_{ width: 88%; } 
	.con_pro_ ul{} 
	.con_pro_ ul li{ margin:0 0 5% 0; } 
	.con_pro_ ul li div.fl{ float: none;width: 100%;} 
	.con_pro_ ul li div.fr{ float: none; width: 100%; padding:30px 0px 0px 0px; }
	.con_pro_ ul li div.fr em{  margin:0px 0px 20px; width: 80px; } 
	.con_pro_ ul li div.fr h6{ font-size: 1.5em; padding-left: 20px;} 
	.con_pro_ ul li div.fr p{  font-size: 1.5em; padding-left: 20px;} 
	.con_pro_ ul li div.fr:hover em{ width: 100px;}


	.con_pro_menu{ margin: 0px auto 30px; width:88%;}
	.con_pro_menu ul{} 
	.con_pro_menu ul li{ float: left; width:150px; margin-right:10px; margin-bottom: 10px;}
	.con_pro_menu ul li:nth-child(2n){ margin-right: 0px;} 	
	.con_pro_menu ul li a{ padding: 10px 0px;  font-size: 1.2em;} 


	.con_pro_list{ margin: 30px auto; width:88%;}
	.con_pro_list ul{} 
	.con_pro_list ul li{ float: none; width:100%; margin-right:0px; margin-bottom:10px; }
	.con_pro_list ul li:nth-child(3n){ float: none; margin-right: 0;} 
	.con_pro_list ul li div{ width:100%; height:auto; } 
	.con_pro_list ul li p{   font-size: 1em;  padding: 12px 0px;} 

	.con_pro_m_{ width: 88%;} 
	.con_pro_m_ img{ width: 100%; height: 100%;} 
	.con_pro_m_ h1{ margin-top: 20px; font-size: 1.8em} 
	
	
	
	
	
	
	.con_news{width: 88%; margin:30px auto;}
	.con_news_{} 
	.con_news_ ul{} 
	.con_news_ ul li{ padding:30px 0px;} 

	.con_news_ ul li div.fl{ float: none; width: 100%;  height:auto;} 
	.con_news_ ul li div.fl img{ width: 100%;height: 100%;} 
	.con_news_ ul li div.fr{float: none; width: 100%; height: auto; padding: 10px 0px; } 

	.con_news_ ul li div.fr em{  font-size: 1em;} 
	.con_news_ ul li div.fr h3{ margin: 10px 0px 5px;font-size: 1em;} 
	.con_news_ ul li div.fr h3 a{ font-size: 1.2em;} 
	.con_news_ ul li div.fr p{  font-size: 0.8em;line-height: 150%;} 

	.con_news_ ul li div.fc{ float: none; display: none;} 



	.con_news_m{ width: 100%; }

	.con_news_m .fl{ width: 100%; float: none; border-right:none; padding-right:0;} 
	.con_news_m .fl .fl_tit{ margin-bottom: 20px;} 
	.con_news_m .fl .fl_tit h1{ font-size: 1.5em; line-height: 125%;} 
	.con_news_m .fl p{ font-size: 1em; text-align: justify; line-height: 155%; margin-bottom: 20px;} 
	.con_news_m .fl img{ width: 100%; margin: 22px auto; max-width: 100%;} 

	.con_news_m .fr{ width:100%; float: none; margin-top: 30px; padding-top: 30px; border-top: #DDDDDD 1px solid;} 
	.con_news_m .fr h2{ font-size:1.2em;  margin-bottom:15px;} 
	.con_news_m .fr > p{ font-size: 0.9em; } 
	.con_news_m .fr h5{ margin: 30px 0px 10px;font-size: 1.2em;} 
	.con_news_m .fr ul{} 
	.con_news_m .fr ul li{ padding: 10px 0px; } 
	.con_news_m .fr ul li a{ font-size: 1em; line-height: 155%; } 
	.con_news_m .fr ul li span{ font-size: 0.9em;margin-top:6px;} 
	
	
	


	
	
	
	
	/*内页-加盟*/

	.c_join_a{   margin: 30px 0px;} 
	.c_join_a_{ width: 88%; } 
	.c_join_a_ span{  font-size: 2em; }  
	.c_join_a_ h6{   font-size: 1.2em;  margin-top: -10px; margin-bottom: 6px;} 
	.c_join_a_ h3{  font-size: 1.5em; } 
	.c_join_a_ em{  margin: 15px auto; width: 50px; } 

	.c_join_b{ width: 88%; margin:30px auto;} 
	.c_join_b ul{} 
	.c_join_b ul li{ float: left; width:49%; height:300px; margin: 0px 0px 10px 0px;  padding: 25px 15px; } 
	.c_join_b ul li:nth-child(2n){ float: right; } 
	.c_join_b ul li:nth-child(4n){ float: right; margin: 0px 0px 10px 0px;} 
	.c_join_b ul li h5{ font-size: 1.3em; margin: 10px 0px 20px;} 
	.c_join_b ul li p{  line-height: 155%; font-size:0.9em;} 
	.c_join_b ul li p em{   margin: 3px auto; width: 5px; height: 5px;} 
	.c_join_b ul li img{width: 80px; }
	.c_join_b ul li:nth-child(3){  background: #205038;} 
	.c_join_b ul li:nth-child(3) h5{color: #FFFFFF;} 
	.c_join_b ul li:nth-child(3) p{ color: #FFFFFF;} 
	.c_join_b ul li:nth-child(3) p em{background: #FFFFFF; } 	
	.c_join_b ul li:nth-child(4){  background: #F6F6F6;} 
	.c_join_b ul li:nth-child(4) h5{color: #000000;} 
	.c_join_b ul li:nth-child(4) p{ color: #000000;} 
	.c_join_b ul li:nth-child(4) p em{background: #000000; } 
	.c_join_b ul li:nth-child(5){  background: #F6F6F6;} 
	.c_join_b ul li:nth-child(5) h5{color: #000000;} 
	.c_join_b ul li:nth-child(5) p{ color: #000000;} 
	.c_join_b ul li:nth-child(5) p em{background: #000000; } 
	.c_join_b ul li:nth-child(6){  background: #205038;} 
	.c_join_b ul li:nth-child(6) h5{color: #FFFFFF;} 
	.c_join_b ul li:nth-child(6) p{ color: #FFFFFF;} 
	.c_join_b ul li:nth-child(6) p em{background: #FFFFFF; } 


	.c_join_c{ width:88%; margin:30px auto;} 


	.join_con_02_{ margin: 30px auto; width: 88%;} 
	.join_con_11_txt01{ font-size: 1.3em; padding:0px 0px 10px 0px; } 
	.join_con_11_txt02{ margin:10px 0px;} 
	.join_con_11_txt02 input{   padding: 10px; font-size: 1em; box-sizing: border-box;width: 49.5%;}
	.join_con_11_txt03{ margin:10px 0px;} 
	.join_con_11_txt03 input{padding: 10px; font-size: 1em; box-sizing: border-box;width: 100%; } 
	.join_con_11_txt04{ margin:10px 0px;} 
	.join_con_11_txt04 textarea{padding: 10px; font-size: 1em; box-sizing: border-box; width: 100%; height: 60px; } 

	.join_con_11_txt05{ margin: 20px 0px; } 
	.join_con_11_txt05 input{  padding: 10px;width: 100%; font-size: 1.2em; } 
	
	
	
	
	
	
	
	


	
	.con_contact{  width:88%; margin:30px auto; } 
	.con_contact .fl{ float: none; width: 100%;} 
	.con_contact .fl ul{} 
	.con_contact .fl ul li{  padding: 15px 0px; } 
	.con_contact .fl ul li:first-child{ margin-bottom: 20px;} 
	.con_contact .fl ul li h2{ font-size:1.6em;} 
	.con_contact .fl ul li p{ font-size:1em;} 
	.con_contact .fl ul li span{ font-size:1.2em;} 

	.con_contact .fr{ float: none; width: 100%;} 
	.con_contact  #dituContent{ width: 100%; height:300px;} 
	
	
	
	div.black2 a{padding:3px 8px; }
	div.black2 a.curr{padding:3px 8px;}
	
	
}





@keyframes clickfirst {
  0% {
	  transform: translateY(5px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(-5px) rotate(45deg);
  }
}	

@keyframes clicksecond {
  0% {
	  transform: translateY(-15px) rotate(0deg);
  }

  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}


@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-15px) rotate(0deg);
  }
}	


@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(5px) rotate(0deg);
  }
}










