*{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;}

.nav_height{height:4rem; display:block;}
.headfixed{position: fixed;width: 100%;max-width: 640px;min-width: 320px;z-index: 99!important;}
.head2 {position:relative;z-index: 99!important;background: #c70024; height: 4rem; overflow: hidden;top: 0;width: 100%;max-width: 640px;min-width: 320px;}
.head2 .menu_btn {
 width: 66%;position:absolute; 
	right:0;
}
.head2 .menu_btn a {font-size: 1.5rem;
	color:#fff;}
	
.head2 .menu_btn a.downmenu{width:21%;position: absolute;right:0;top:0;}
.head2 .menu_btn a.downmenu img{width: 100%;display: block;}
.head2 .menu_btn a.downmenu.hover {
	background:#ec994b;
	border-radius:5px;
	box-shadow:1px 1px 1px #666;
}
.menu2{position: relative;z-index: 10;width: 40%; float:right;}



.head2 .logo{float:left;background: #fff;margin-left: 10px;margin-top: 10px;}
.head2 .logo img{display: block;}
.head2 .menu_btn .tsite{font-size:1.5rem; color: #252525;display: block; line-height: 4rem;}
.head2 .menu_btn .tsite a{display: inline-block; padding: 0 1.1rem;}
.head2 .menu_btn .tsite a.cur{}

.menu2 .slideMenu{ 
	width:100%; display: none;z-index:0;height: 30rem;
	overflow:hidden;
	position:absolute; 
	top:0; 
	right:0px; 
	transition:transform 1s;
	-webkit-transition:transform 1s;
}
.menu2 .slideMenu:before{content: "";position: absolute;width: 100%;height: 30rem;background: #c70024; 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; width: 100%;
	transform:translate3D(0,0,0);
	-webkit-transform:translate3D(0,0,0);
}
.menu2 ul li {border-top: 1px solid #fff;border-bottom: 1px solid #fff;border-top: 1px solid #fff;
	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("phone.png"); background-repeat:no-repeat; background-size: 100%; z-index:999;}
.phone-btn img{width: 100%;display: block;}
.phone-btn.qq{ background-image:url("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);}



.f_cb p {
text-align: center;
font-size: 1rem;
line-height: 3rem;
width: 100%;
height: 3rem;
overflow: hidden;
color:#333333;
}

/*跳转链接动画*/
@-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;background: url("audio1.svg") no-repeat;-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: 4.2rem;line-height: 4.2rem;background: #2f4881;text-align: center;font-size: 1.5rem;color: #fff;z-index: 11;}

.swiper-slide-1{position: relative; background: url("../img/home1.jpg") no-repeat;background-size: 100%;}
.swiper-slide-2{position: relative; background: url("../img/home2.jpg") no-repeat;background-size: 100%;}
.swiper-slide-3{position: relative; background: url("../img/home3.jpg") no-repeat;background-size: 100%;}
.swiper-slide-4{position: relative; background: url("../img/home4.jpg") no-repeat;background-size: 100%;}


.swiper-slide-5{position: relative; background: url("../img/about1.jpg") no-repeat;background-size: 100%;}
.swiper-slide-6{position: relative; background: url("../img/about3.jpg") no-repeat;background-size: 100%;}
.swiper-slide-7{position: relative; background: url("../img/about2.jpg") no-repeat;background-size: 100%;}
.swiper-slide-8{position: relative; background: url("../img/about4.jpg") no-repeat;background-size: 100%;}

/* 第一屏 */
.swiper-slide-1 .t1-1{position: absolute;  display: block; left:0; top:3rem; opacity: 0; z-index: 9; font-size: 3rem;color: #2f4881;font-weight: normal; width: 100%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.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:15%; top:7rem; opacity: 0; z-index: 9; font-size: 1.6rem;color: #fff;font-weight: normal; width: 70%; background: #c70024;text-align: center;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t1-2{
	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:15%; top:7.6rem; opacity: 0; z-index: 9; font-size: 1.6rem;color: #fff;font-weight: normal; width: 70%;height: 2.6rem;line-height: 2.6rem; background: #c70024;text-align: center;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t1-2{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-1 .t1-3{position: absolute;  display: block; left:0; top:11.6rem; opacity: 0; z-index: 9;font-weight: normal; width: 100%; 
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
	.swiper-slide-1 .t1-3 img,.swiper-slide-1 .t1-1 img{width: 100%;display: block;}
.swiper-slide-active .t1-3{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}



.swiper-slide-2 .t2-1{position: absolute;  display: block; left:0; top:4rem; opacity: 0; z-index: 9;font-weight: normal; width: 100%;  height: 13rem;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-2 .t2-1 img{width: 100%;display: block;}
.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:13%; top:16rem; opacity: 0; z-index: 9;font-weight: normal; width: 100%; font-size: 1rem;color: #7f93c0;line-height: 2.2rem;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-2 .t2-2 img{width: 100%;display: block;}
.swiper-slide-active .t2-2{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}




.swiper-slide-3 .t3-1{position: absolute;  display: block; left:32%; top:4rem; opacity: 0; z-index: 9;font-weight: normal; width: 100%;  height: 13rem; font-size: 1.6rem;color: #0b4ead;
	-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:32%; top:6rem; opacity: 0; z-index: 9;font-weight: normal; width: 100%;  height: 13rem; font-size: 2.7rem;color: #0b4ead;font-weight: bold;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t3-2{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-3 .t3-3{position: absolute;  display: block; left:32%; top:10rem; opacity: 0; z-index: 9;font-weight: normal; width: 100%;  height: 13rem; font-size: 1.6rem;color: #0b4ead;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-active .t3-3{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-4 .t4-1{position: absolute;  display: block; left:8%; top:22rem; opacity: 0; z-index: 9;font-weight: normal; width: 31%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-4 .t4-1 img{width: 100%;display: block;}
.swiper-slide-active .t4-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-4 .t4-2{position: absolute;  display: block; right:8%; top:22rem; opacity: 0; z-index: 9;font-weight: normal; width: 31%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-4 .t4-2 img{width: 100%;display: block;}
.swiper-slide-active .t4-2{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}


.swiper-slide-5 .t5-1{position: absolute;  display: block; left:0; top:5.5rem; opacity: 0; z-index: 9; font-size: 3rem;color: #2f4881;font-weight: normal; width: 100%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-5 .t5-1 img{width: 100%;display: block;}
.swiper-slide-active .t5-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}


.swiper-slide-6 .t6-1{position: absolute;  display: block; left:8%; top:4rem; opacity: 0; z-index: 9; font-size: 3rem;color: #0548a8;font-weight: normal; font-size: 2.3rem;font-weight: bold; 
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-6 .t6-1 em{display: block;font-size: 2.5rem;font-weight: bold;}
.swiper-slide-6 .t6-1:before{content: "";position: absolute;width: 18rem;height: 0.2rem;background: #c6cfdc;left:5%;top:8rem;}
.swiper-slide-active .t6-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}


.swiper-slide-7 .t7-1{position: absolute;  display: block; left:0; top:3.5rem; opacity: 0; z-index: 9; color: #094ba9;font-weight: normal; font-size: 2.5rem;font-weight: bold; text-align: center; width: 100%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-7 .t7-1:before{content: "";position: absolute;width: 8rem;height: 0.2rem;background: #dee5eb;left:50%;top:4rem; margin-left: -4rem;}
.swiper-slide-active .t7-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-7 .t7-2{position: absolute;  display: block; left:0; top:8.3rem; opacity: 0; z-index: 9; color: #444444;font-weight: normal; font-size: 1.6rem;text-align: center;width: 100%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}

.swiper-slide-active .t7-2{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-8 .t8-1{position: absolute;  display: block; left:0; top:4rem; opacity: 0; z-index: 9; width: 100%;
	-webkit-transition:all 0.7s;text-align: center;font-size: 2.7rem;color: #1155b5;font-weight: bold;
	transition:all 0.7s;}
.swiper-slide-8 .t8-1 img{width: 100%;display: block;}
.swiper-slide-active .t8-1{
	opacity: 1;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}

.swiper-slide-8 .t8-2{position: absolute;  display: block; left:0; top:9rem; opacity: 0; z-index: 9; width: 100%;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;}
.swiper-slide-8 .t8-2 img{width: 100%;display: block;}
.swiper-slide-active .t8-2{
	opacity: 1;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;}