*{margin: 0;padding: 0;}
 html, body{position: relative;height: 100%;} 
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: 1101!important; height:7.4rem;overflow: hidden;background: url(../images/topbg.jpg) no-repeat;background-size: 100%;}
.head2 .menu_btn {
	padding:0px; width: 100%;margin-top: 3.9rem; overflow: hidden;
	left:0;
	height:3.6rem;
	line-height:3.6rem;
	position:absolute; 
}
.head2 .menu_btn a {font-size: 1.2rem; color: #fff;
	color:white; border-right: 1px solid #1c8deb;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;}
.head2 .menu_btn a:nth-child(2){border-right: none;}
.head2 .menu_btn a:nth-child(3){border-left: none;}
.head2 .menu_btn a:nth-child(4){border-right: none;}

.head2 .menu_btn a.downmenu{font-size: 1.2rem; color: #fff;  right:0;top:0; position: absolute; display: block; width: 11%; border: none; background: #01b019;  height: 3.7rem;line-height: 3.7rem;   text-align: center; }
.head2 .menu_btn a.downmenu:before{content: "";position: absolute;background: url(../images/tico.png) no-repeat;background-size: 100%; width: 2rem;height: 2rem;left:1rem;top:1.2rem;}


.menu2{position: relative;z-index: 10}

.head2 .logo{position: absolute;width: 25.6%;left:37.5%;top:0.6rem;z-index: 10}
.head2 .logo img{width: 100%;display: block;}

.head2 .menu_btn .tsite{font-size:1.2rem;color:white;  color: #fff;}
.head2 .menu_btn .tsite a{display: inline-block; text-align: center;}
.head2 .menu_btn .tsite a.cur{ color:#191918;}
.head2 .menu_btn .tsite a:nth-child(1){width: 18%;}
.head2 .menu_btn .tsite a:nth-child(2){width: 21%; margin-right: 19%;}
.head2 .menu_btn .tsite a:nth-child(3){width: 15%;}
.head2 .menu_btn .tsite a:nth-child(4){width: 15%;}




.menu2 .slideMenu{ 
	width:27%; display: none;z-index:0;height: 17rem;
	overflow:hidden;
	position:absolute; 
	top:0; 
	right:0px; 
	transition:transform 1s;
	-webkit-transition:transform 1s;
}
.menu2 .slideMenu:before{content: "";position: absolute;width: 100%;height: 16rem;background: rgba(1,176,25,.9); right:0;top:0;z-index: 0;}

.menu2.down .slideMenu{
	transform:translate3D(0,100%,0);
	-webkit-transform:translate3D(0,100%,0);
}
.menu2 ul {
	margin:0; 
	transform:translate3D(0,0,0);
	-webkit-transform:translate3D(0,0,0);
}
.menu2 ul li {border-bottom: 1px solid #60cc75;
	line-height:3rem;	
	box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
	text-align:center;
	color:#fff; 
}
.menu2 ul li a {
	font-size:1.2rem; color: #fff;text-decoration: none;
}
.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;}
/*电话按钮*/
.phone-btn{position:fixed; right:2%; bottom:14.5rem;width:4rem; height:4.2rem; background-image:url(../images/phone.png); background-repeat:no-repeat; background-size: 100%; z-index:6; transform:rotate(0deg) scale(0);-webkit-transform:rotate(0deg) scale(0); }
.phone-btn img{width: 100%;display: block;}
.phone-btn.qq{ background-image:url(../images/online.png); bottom:8rem;}

.phone-page-on .phone-btn{transition:all 1s ease;-webkit-transition:all 1s ease;transform:rotate(1080deg) scale(1);-webkit-transform:rotate(1080deg) scale(1);}





/*跳转链接动画*/
@-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: 50%;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 .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-slide-1{position: relative; background: url(../images/home1.jpg) no-repeat;background-size: 100%;}
.swiper-slide-2{position: relative; background: url(../images/home2.jpg) no-repeat;background-size: 100%;}
.swiper-slide-3{position: relative; background: url(../images/home3.jpg) no-repeat;background-size: 100%;}


/* 第一屏 */
.swiper-slide-1 .t1-1{position: absolute;  display: block; left:22%; top:2.6rem; background: url(../images/htit1.png) no-repeat;background-size: 100%; opacity: 0; z-index: 9; padding-top: 2.2rem; height: 6.6rem; font-size: 1.8rem;color: #0073d3;font-weight: bold; width: 47.8%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-1 .t1-1 b{display: inline-block; padding-left: 7.5rem;}
.swiper-slide-active .t1-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-1 .t1-2{position: absolute;  display: block; left:41.5%; top:2.6rem; background: url(../images/round.png) no-repeat;background-size: 100%; opacity: 0; z-index: 9;height: 6.7rem; line-height: 6.7rem;text-align: center; font-size: 3rem;color: #0073d3;font-weight: bold; width: 20%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t1-2{
	opacity: 1;
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-1 .t1-3{position: absolute;  display: block; left:12.5%; top:9rem; opacity: 0; z-index: 9; font-size: 1.6rem;color: #4e4e4e;font-weight: bold; 
	-webkit-transition:all 1s;
	transition:all 1s;}
.swiper-slide-active .t1-3{
	opacity: 1;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;}


/* 第2屏 */
.swiper-slide-2 .t2-1{position: absolute;  display: block; left:32.8%; top:3.4rem; background: url(../images/htit2.png) no-repeat;background-size: 100%; opacity: 0; z-index: 9; padding-top: 3.5rem; height:3.3rem; font-size: 2rem;color: #0073d3;font-weight: bold; width:7.8%; padding-left: 25%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t2-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}


.swiper-slide-2 .t2-2{position: absolute;  display: block; left:36.7%; top:3.4rem; background: url(../images/round.png) no-repeat;background-size: 100%; opacity: 0; z-index: 9;height: 6.7rem; line-height: 6.7rem;text-align: center; font-size: 3rem;color: #0073d3;font-weight: bold; width: 20%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t2-2{
	opacity: 1;
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-2 .t2-3{position: absolute;  display: block; left:28.9%; top:10.5rem; opacity: 0; z-index: 9; font-size: 1.5rem;color: #0073d3;font-weight: bold; 
	-webkit-transition:all 1s;
	transition:all 1s;}
.swiper-slide-active .t2-3{
	opacity: 1;
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;}

.swiper-slide-2 .t2-4{position: absolute;  display: block; left:9%; top:12.5rem; opacity: 0; z-index: 9; font-size: 1.3rem;color: #4e4e4e;font-weight: bold; 
	-webkit-transition:all 1s;
	transition:all 1s;}
.swiper-slide-active .t2-4{
	opacity: 1;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;}


/* 第3屏 */
.swiper-slide-3 .t3-1{position: absolute;  display: block; left:32.8%; top:3.4rem; background: url(../images/htit2.png) no-repeat;background-size: 100%; opacity: 0; z-index: 9; padding-top: 3rem; height:3.8rem; font-size: 2rem;color: #0073d3;font-weight: bold; width:7.8%; padding-left: 25%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t3-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}


.swiper-slide-3 .t3-2{position: absolute;  display: block; left:36.7%; top:3.2rem; background: url(../images/round.png) no-repeat;background-size: 100%; opacity: 0; z-index: 9;height: 6.7rem; line-height: 6.7rem;text-align: center; font-size: 2.5rem;color: #0073d3;font-weight: bold; width: 20%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t3-2{
	opacity: 1;
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-3 .t3-3{position: absolute;  display: block; left:21.8%; top:10.5rem; opacity: 0; z-index: 9; font-size: 1.6rem;color: #4e4e4e;font-weight: bold; 
	-webkit-transition:all 1s;
	transition:all 1s;}
.swiper-slide-3 .t3-3 b{color: #0073d3}	
.swiper-slide-active .t3-3{
	opacity: 1;
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;}

.swiper-slide-3 .t3-4{position: absolute;  display: block; left:31%; top:13rem; opacity: 0; z-index: 9; font-size: 1.6rem;color: #4e4e4e;font-weight: bold; 
	-webkit-transition:all 1s;
	transition:all 1s;}
.swiper-slide-active .t3-4{
	opacity: 1;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;}