﻿*{margin: 0;padding: 0;}
html, body{position: relative;height: 100%;font-size: 14px;}
i,em{font-style: normal;}
li{list-style: none;}
html {font-size: 10px; -webkit-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
@media screen and (min-width:320px){html{font-size:    10px;}}
@media screen and (min-width:360px){html{font-size: 11.25px;}}
@media screen and (min-width:375px){html{font-size: 11.7px;}}
@media screen and (min-width:480px){html{font-size:    15px;}}
@media screen and (min-width:414px){html{font-size:  13px;}}
@media screen and (min-width:560px){html{font-size:  17.5px;}}
@media screen and (min-width:640px){html{font-size:    20px;}}


.f_cb:after,.f_cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f_cb,.f_cbli li{zoom:1;} 
.f_fl{ float:left;}
.f_fr{ float:right;}
.f_pr{ position: relative;}
.f_pa{ position: absolute;}


.head2 {position: relative;z-index: 11;background: #4cb60c; height: 3.5rem;line-height: 3.5rem; overflow:hidden;}
.head2 .menu_btn {
	padding:0px; width: 74%;
	right:0;
	height:3.5rem;
	line-height:3.5rem;
	position:absolute; 
}
.head2 .menu_btn a {
	color:white; width:inherit;
}
.head2 .menu_btn a.downmenu{font-size: 1.5rem;  line-height: 2rem; color: #fff;  right:0;top:0; position: absolute; display: block; width:3.5rem;text-align: center; padding:1rem 0 0.5rem 0;}
.head2 .menu_btn a.downmenu:hover { background:#3b9802;}

.head2 .menu_btn a.downmenu.hover {
	background:#ec994b;
	border-radius:5px;
	box-shadow:1px 1px 1px #666;
}

@font-face {font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot'); /* IE9*/ 
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
    
}

.iconfont{color: #f00;
    font-family:"iconfont" !important;
    font-style:normal; 
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.head2 .logo{color:#fff;}
.head2 .logo a{ color:#fff; font-size:14px;padding-right: 2%;}
.head2 .logo{float:left;  width:26%; height:3.5rem; position:relative; z-index:5;}
.head2 .logo img{height:100%; width: 100%;display: block;}
.head2 .menu_btn .tsite{font-size:1.4rem; color: #fff; float:right; display: inline-block; width:100%;padding-right: 0%;}
.head2 .menu_btn .tsite a{display: inline-block; width:auto;text-align: center; box-sizing:border-box; border-right:1px solid #63d71e;border-left:1px solid #378d03;font-family: "Microsoft YaHei";padding-right: 4%;
padding-left: 3%;}
.head2 .menu_btn .tsite a.cur{ color:#fff600;}

.head2 .menu_btn .tsite a:first-child {
    border-left: 1px solid #378d03;padding: 0;
}
.menu2 .slideMenu{ 
	width:48%; display: none;z-index: 10;
	height:33rem; 
	overflow:hidden;
	position:absolute; 
	top:-0.65rem; 
	right:0px; 
	transition:transform 1s;
	-webkit-transition:transform 1s;
}
.menu2.down .slideMenu{
	transform:translate3D(0,100%,0);
	-webkit-transform:translate3D(0,100%,0);
}
.menu2 ul {
	margin:auto;
	transform:translate3D(0,50px,0);
	-webkit-transform:translate3D(0,50px,0);
}
.menu2 ul li {border-top: 1px solid #156234;border-bottom: 1px solid #409440;
	line-height:3.3rem;
	text-align:center;
	color:#fff; background:#3b8458;
}
.menu2 ul li a {
	font-size:1.4rem; color: #fff;text-decoration: none;font-family: "Microsoft YaHei";
}
.menu2 ul .tel {
	border-bottom:none;
	height:auto; padding:0px;

}
.menu2 ul .tel img {
	width:64%;
	vertical-align:middle;
}
.menu2 ul li:last-child{border-bottom: none;}
.menu2 ul li:first-child{border-top: none;}


a{text-decoration: none;}

/*跳转链接动画*/
@-webkit-keyframes chaining
{
	0%{-webkit-transform: scale(0, 0);transform: scale(0, .0);}
	50%{-webkit-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}
	100%{-webkit-transform: scale(1, 1);transform: scale(1, 1);
}}

@keyframes chaining{
	0%{-webkit-transform: scale(0, 0);transform: scale(0, .0);}
	50%{-webkit-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}
	100%{-webkit-transform: scale(1, 1);transform: scale(1, 1);
	}}

/*跳转链接*/
.swiper-slide .chaining{position: absolute;left: 50%;font-size: 1.3rem;text-decoration: none;color: #f58220;white-space: nowrap;-webkit-animation: chaining 1s ease;animation: chaining 1s ease;}
/*跳转链接里面的箭头动画*/
@keyframes arrow
	{
	  0%{opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
	  100%{opacity: 0;-webkit-transform: translateX(.7rem);transform: translateX(.7rem);
	}}

@-webkit-keyframes arrow
   {
		0%{opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
	    100%{opacity: 0;-webkit-transform: translateX(.7rem);transform: translateX(.7rem);
	}}
.arrow{display: inline-block;-webkit-animation: arrow 1s ease infinite;animation: arrow 1s ease infinite;}

@keyframes toggleArrow
{   0%,
	30%{opacity:0;-webkit-transform:translate(0, 1rem);transform:translate(0, 1rem);}
	60%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);}
	100%{opacity:0;-webkit-transform:translate(0, -.8rem);transform:translate(0, -.8rem);
	}}
@-webkit-keyframes toggleArrow
  {0%,
	30%{opacity:0;-webkit-transform:translate(0, 1rem);transform:translate(0, 1rem);}
	60%{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);}
	100%{opacity:0;-webkit-transform:translate(0, -.8rem);transform:translate(0, -.8rem);
	}}

#toggle-arrow{position: absolute;left:53%;bottom: 1rem;z-index: 9999;width: 2.4rem;height: 1.4rem;margin-left: -1.2rem;}
#toggle-arrow .toggle-arrow-wrap{position: relative;width: 2.4rem;height: 1.4rem;-webkit-animation: toggleArrow 1.5s infinite;animation: toggleArrow 1.5s infinite;}
#toggle-arrow .toggle-arrow-wrap:before{ content:""; position:absolute;height:3.7rem;width:3.7rem;left:-0.75rem;top:-1.6rem; background:#3b9802; border-radius:3.7rem;}
#toggle-arrow .fore1,
#toggle-arrow .fore2{height: 1.5rem;width: 1.1rem;position: absolute;top: -.5rem;overflow: hidden;}
#toggle-arrow .fore2{left: 1rem;}
#toggle-arrow .fore1 i,
#toggle-arrow .fore2 i{background-color: #FFF;width: 1.4rem;height: .5rem;border-radius: 2px;position: absolute;box-shadow: 1px -1px 1px #979797;top: .5rem;}
#toggle-arrow .fore1 i{-webkit-transform: rotate(130deg);transform: rotate(130deg);left: .1rem;}
#toggle-arrow .fore2 i{left: -.45rem;-webkit-transform: rotate(50deg);transform: rotate(50deg);}

@-webkit-keyframes musicRotate{0%{-webkit-transform: rotate(0deg);}
100%{-webkit-transform: rotate(359deg);}}

@keyframes musicRotate{0%{transform: rotate(0deg);}
100%{transform: rotate(359deg);}}
#music{position: absolute;right: 2rem;top: 5.5rem;z-index: 9999;width: 3rem;height: 3rem;cursor: pointer;}
#music .fore1,
#music .fore2{position: absolute;left: 0;top: 0;width: 3rem;height: 3rem;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
#music .fore1{display: none;z-index: 1;-webkit-animation: musicRotate 1.5s linear infinite;animation: musicRotate 1.5s linear infinite;}
#music .fore2{display: block;}
#music.on .fore2{display: none;}
#music.on .fore1{display: block;}
.swiper-container{
	width: 100%;height: 100%;max-width: 640px;margin: 0 auto;
	min-width: 320px;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	position:relative;
	font-size:1rem;

}




/* 上面是一些常规样式和音乐和箭头样式，下面才是内容区的样式 */
.swiper-pagination-bullet {
width: .6rem; 
height: .6rem;
background: #fff;
opacity: .4;
}
.swiper-pagination-bullet-active {
opacity: 1;
}


.g_top{height: 3.8rem;line-height: 3.8rem;background: #2f4881;text-align: center;font-size: 1.5rem;color: #fff;z-index: 11;}

.swiper-slide-1{position: relative; background: url(/mobile/images/home1.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-2{position: relative; background: url(/mobile/images/home2.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-3{position: relative; background: url(/mobile/images/home3.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-4{position: relative; background: url(/mobile/images/home4.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}
.swiper-slide-5{position: relative; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;}


.swiper-slide-91{position: relative; background: url(/mobile/images/a_bg1.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-92{position: relative; background: url(/mobile/images/a_bg2.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-93{position: relative; background: url(/mobile/images/a_bg3.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-94{position: relative; background: url(/mobile/images/a_bg4.jpg) no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}



.swiper-slide-1 .tit1{position: absolute; width:100%;display: block;left:0; top:3rem; opacity: 0; z-index: 9; font-size:2.75rem;color: #414141;font-weight: normal;font-family: "Microsoft YaHei"; line-height:3.3rem;
	-webkit-transition:all 0.35s;
	transition:all 0.35s; text-align:center;}
.swiper-slide-active .tit1{
	opacity: 1;
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 2s;
	animation-duration:2s;}
.swiper-slide-1 .tit1 span{ display:block; color:#5c5c5c; font-size:2.35rem; position:relative; padding-bottom:0.5rem;}
.swiper-slide-1 .tit1 span:before{ content:""; position:absolute;height:1px;width:30%;content: "";left:35%;top:95%; background:#5c5c5c;}
.swiper-slide-1 .tit1 i{ font-size:2.6rem;}

.swiper-slide-1 .tit2{position: absolute;  display: block; left:0; top:10rem; opacity: 0; z-index: 9; font-size:2.3rem;color: #4cb60c;font-weight: normal;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;font-family: "Microsoft YaHei"; width:100%; text-align:center; font-weight:bold;}
.swiper-slide-1 .tit2 strong{ display:block;}
.swiper-slide-2 .tit2{position: absolute;  display: block; left:0; top:9rem; opacity: 0; z-index: 9; font-size:2.75rem;color: #414141;font-weight: normal;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;font-family: "Microsoft YaHei"; width:100%; text-align:center; font-weight:bold;}
.swiper-slide-2 .tit2 strong{ display:block;font-weight: normal;}
.swiper-slide-active .tit2{
	opacity: 1;
	-webkit-animation-name:bounceInUp;
	animation-name:bounceInUp;
	-webkit-animation-duration:3s;
	animation-duration:3s;}
.swiper-slide .tit3{position: absolute; width:100%;display: block;left:0; top:12rem; opacity: 0; z-index: 9; font-size:2.75rem;color: #4cb60c;font-weight: normal;font-family: "Microsoft YaHei"; line-height:3.3rem;
	-webkit-transition:all 0.35s;
	transition:all 0.35s; text-align:center;}
.swiper-slide .tit3 span{ display:block; color:#414141; font-size:2.6rem; position:relative; color:#333; margin-top:0.7rem; line-height:135%;}
.swiper-slide .tit3 em{ position:relative; padding-bottom:0.5rem; font-size:2.75rem;}
.swiper-slide .tit3 em:before{ content:""; position:absolute;height:1px;width:30%;content: "";left:35%;top:95%; background:#4cb60c;}
.swiper-slide .tit3 em strong{ font-weight:normal; color:#fff;}
.swiper-slide .tit3 i{ color:#4cb60c; font-size:2.3rem; display:block; margin-top:-0.5rem;font-weight: bold;}
.swiper-slide .tit91{ color:#fff600;}
.swiper-slide .tit91 span{ color:#fff;}
.swiper-slide .tit91 em:before{ background:none;}
.swiper-slide .tit92{ color:#4cb60c; text-align:left; margin-left:22%;}
.swiper-slide .tit92 em:before{ left:1%;}
.swiper-slide .tit92 i{ padding-top:1.5rem;}
.swiper-slide .tit92 i strong{ color:#4cb60c;}
.swiper-slide .tit92 i span{ margin-top:0;}
.swiper-slide .tit92 b{ color:#414141; font-size:1.6rem;}
.swiper-slide .tit44{position: absolute; width:100%;display: block;left:0; top:6rem; opacity: 0; z-index: 9;	-webkit-transition:all 0.35s;
	transition:all 0.35s; text-align:center;}
	.swiper-slide .tit44 img{ width:100%; display:inline-block;}
.swiper-slide-active .tit3{
	opacity:1;
	-webkit-animation-name:rubberBand ;
	animation-name: rubberBand;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	
.swiper-slide-active .tit91{
opacity:1;
	-webkit-animation-name:fadeInLeftBig ;
	animation-name: fadeInLeftBig;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;}
.swiper-slide-active .tit92{
opacity:1;
	-webkit-animation-name:fadeInLeft ;
	animation-name: fadeInLeft;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	.swiper-slide-active .tit994{
opacity:1;
	-webkit-animation-name:bounceInDown ;
	animation-name: bounceInDown;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	
.swiper-slide-active .tit4{
	opacity:1;
	-webkit-animation-name:flipOutX ;
	animation-name: flipOutX;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
.swiper-slide-active .tit31{
	opacity:1;
	-webkit-animation-name:lightSpeedIn ;
	animation-name: lightSpeedIn;
	-webkit-animation-duration:1s;
	animation-duration:1s;}
	
.bot{ position: fixed; bottom:0; height:2.85rem; line-height:2.85rem; background:#4cb60c; text-align:center; width:100%; z-index:9; max-width:640px; margin:0 auto; min-width:320px; margin:0 auto;}
.bot a{ display:inline-block; width:50%; float:left; font-size:1.5rem; color:#fff;font-family: "Microsoft YaHei";}
.bot a span{ display:inline-block; width:2.21rem; margin-right:0.5rem; font-size:1rem; color:#fff;}
.bot a span img{ vertical-align:middle; width:100%; display:inline-block;}




/* 关于我们 */
.swiper-slide-6{position: relative; background-size: 100%;}
.swiper-slide-7{position: relative; background-size: 100%;}
.swiper-slide-8{position: relative; background-size: 100%;}
.swiper-slide-9{position: relative; background-size: 100%;}

.swiper-slide-6 .abtit1{position: absolute;  display: block; 
	left:18%; top:4.3rem; opacity: 0; z-index: 9; font-size: 3rem;color: #2f4881;font-weight: normal;
	-webkit-transition: all 1s ease;
			transition: all 1s ease;


}
.swiper-slide-6 .abtit1 em{color: #f07a0b;font-size: 0.9rem;font-weight: normal;text-transform: uppercase;font-family: arial;position: relative;top:-2rem; padding-left: 0.6rem;}	
.swiper-slide-active .abtit1{
	opacity: 1;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-transition-delay: .3s;
			transition-delay: .3s;

}

.swiper-slide-6 .abwz1{position: absolute;  display: block; 
	left:18%; top:8.6rem; opacity: 0; z-index: 9; font-size: 1.6rem; line-height: 2rem; color: #5e6e97;font-weight: normal;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;}

.swiper-slide-6 .abwz1 b{font-weight: normal;color: #f07a0b}	
.swiper-slide-6 .abwz1 em{display: block;font-size: 1.2rem;}	
.swiper-slide-active .abwz1{
	opacity: 1;

	-webkit-transition: all 1s;
			transition: all 1s;
	-webkit-animation-name: slideInLeft;
			animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;

}

.swiper-slide-6 .abwz2{position: absolute;  display: block; 
	left:18%; top:14rem; opacity: 0; z-index: 9; font-size: 1.2rem; line-height: 1.5rem; color: #2f4881;font-weight: normal; padding-bottom: 0.6rem;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-6 .abwz2:before{content: "";position: absolute;width: 2.3rem;height: 0.15rem;background: #f07a0b; left:0;bottom:0;}
.swiper-slide-active .abwz2{
	opacity: 1;

	-webkit-transition: all 1s;
			transition: all 1s;
	-webkit-animation-name: fadeInUpBig;
			animation-name: fadeInUpBig;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;

}


.swiper-slide-10{position: relative; background-size: 100%; padding-top: 1.5rem;}
.lxfs{height: 16.6rem; padding: 1.5rem 0 0 5%; background: rgba(47,72,129,.8 );}
.lxfs h3{height: 4.5rem;font-size: 1.5rem;color: #fff;font-weight: normal;}
.lxfs h3 em{display: block;font-size: 0.9rem;font-family: arial;}
.lxfs .add{position: relative;height: 6.3rem;padding-left: 15%;font-size: 1.2rem;color: #fff;line-height: 1.6rem;}
.lxfs .add:before{content: "";position: absolute;background-size: 100%;width: 4rem;height: 4rem; left:0;top:0;}
.lxfs .lxtel{position: relative;height: 6.3rem;padding-left: 15%;font-size: 1.2rem;color: #fff;line-height: 1.6rem;}
.lxfs .lxtel:before{content: "";position: absolute;background-size: 100%;width: 4rem;height: 4rem; left:0;top:0;}

.swiper-slide-10 .lxfs{position: absolute;  display: block; 
	left:3%; top:1.5rem; opacity: 0; z-index: 9; width: 89%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .lxfs{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}


.swiper-slide-10 .map{position: absolute;  display: block; 
	left:3%; top:19.6rem; opacity: 0; z-index: 9; width: 94%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.map img{width: 100%;display: block;}
.swiper-slide-active .map{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-10 .telbtn{position: absolute;  display: block; width: 36%;
	left:31%; top:34.5rem; opacity: 0; z-index: 9; 
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .telbtn{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-10 .pc{position: absolute;  display: block; width: 36%;
	left:37%; top:37.5rem; opacity: 0; z-index: 9; width: 27%;margin: 0 auto;height: 3rem;line-height: 3rem;text-align: center;background: #fff;border-radius: 0.3rem;font-size: 1.2rem;color: #2f4881;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .pc{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.telbtn img,.pc img{width: 100%;display: block;}


.swiper-slide-12{background-size: 100%;}
.swiper-slide-12 .abtit1{position: absolute;  display: block; 
	left:5%; top:3.3rem; opacity: 0; z-index: 9; font-size: 3rem;color: #2f4881;font-weight: normal;
	-webkit-transition: all 1s ease;
			transition: all 1s ease;


}
.swiper-slide-12 .abtit1 em{color: #f07a0b;font-size: 0.9rem;font-weight: normal;text-transform: uppercase;font-family: arial;position: relative;top:-2rem; padding-left: 0.6rem;}	
.swiper-slide-active .abtit1{
	opacity: 1;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-transition-delay: .3s;
			transition-delay: .3s;

}

.swiper-slide-12 .abwz1{position: absolute;  display: block; 
	left:5%; top:8rem; width: 85%; opacity: 0; z-index: 9; font-size: 1.6rem; line-height: 2rem; color: #2f4881;font-weight: normal;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;}
.swiper-slide-active .abwz1{
	opacity: 1;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transition-delay: .3s;
			transition-delay: .3s;

}

/*电话按钮*/
.phone-btn {
	position:fixed;
	right:10px;
	bottom:180px;
	width:39px;
	height:39px;
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	z-index:6;
	transform:rotate(0deg) scale(0);
	-webkit-transform:rotate(0deg) scale(0);
	-o-transform:rotate(0deg) scale(0);
	-moz-transform:rotate(0deg) scale(0);
}

.phone-btn.qq {
	background-image:url(../images/online.png);
	bottom:130px;
}
.phone-page-on .phone-btn {
	transition:all 1s ease;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transform:rotate(1080deg) scale(1);
	-webkit-transform:rotate(1080deg) scale(1);
	-moz-transform:rotate(1080deg) scale(1);
	-o-transform:rotate(1080deg) scale(1);
}