﻿*{margin: 0;padding: 0;}
html, body{position: relative;height: 100%;font-size: 14px;font-family:"Microsoft YaHei";}
i,em{font-style: normal;}
li{list-style: none;}
img{display: block;width:100%;}
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;}
.wrap{ min-width:320px; max-width:640px; margin:0 auto; position:relative;width:100%;}
body{margin:0 auto; padding:0; width:100%; max-width:640px; min-height:320px;  }



@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;}

a, a:visited, a:link, a:active {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

/*头部*/
.head2{height: 4rem;background: #0085e0;overflow:hidden;}
.head2 .logo{float:left;width:25%;}
.head2 .logo img{width: 100%;display: block;}
.head2 .tsite{float: left;width: 65%;height:4rem;line-height: 4rem;font-size:1.4rem;}
.head2 .tsite a{display: inline-block;width:33.3%;text-align: center;font-family:"Microsoft YaHei"; position:relative;color: #fff;}
.head2 .tsite a.cur{background: #00b8ef;}
.head2 .menu_btn{float: right;width: 10%;height: 4rem;}
.head2 .menu_btn img{display: block;width:54.7%;margin:1.3rem auto 0;}
.head2 .menu_btn.cur{background: #00b8ef;}

/*下拉导航*/
.menu2{position:relative;}
.menu2 .slideMenu{ 
	width:30%; display: none;z-index:999;
	overflow:hidden;
	position:absolute; 
	top:0; 
	right:0;
}
.slideMenu ul li{height: 3.3rem;line-height: 3.3rem;text-align: center;font-size:1.4rem;background: #00b8ef;border-bottom:1px solid #00a5d7;}
.slideMenu ul li a{color: #fff;}
.slideMenu ul li:last-child{border: 0;}



a{text-decoration: none;}
/*电话按钮*/
.phone-btn{position:fixed; right:0.2rem; bottom:9rem;width:2.5rem; height:10.5rem; background-image:url(../images/kefu.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-page-on .phone-btn{transition:all 1s ease;-webkit-transition:all 1s ease;transform:rotate(1080deg) scale(1);-webkit-transform:rotate(1080deg) scale(1);}
.phone-btn3{background-image:url(../images/phone1.png); background-repeat:no-repeat; background-size: 100%;bottom:7rem;}




/*跳转链接动画*/
@-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: 1.5rem;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(../images/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;}*/
.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-container{height: 100%;}
.container img,.wrap img{display: block;width: 100%; height:auto;}

/* 上面是一些常规样式和音乐和箭头样式，下面才是内容区的样式 */
.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(../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(../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(../images/home3.jpg) no-repeat;-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide h3.tit{position: absolute;opacity: 0; z-index: 9;}
.swiper-slide h3.tit img{ width:100%;}
.swiper-slide-active h3.tit{
	opacity:1;
	-webkit-animation-name:zoomIn ;
	animation-name: zoomIn;
	-webkit-animation-duration:1.85s;
	animation-duration:1.85s;}


.swiper-slide-4{position: relative; background: url(../images/we1.jpg) no-repeat;-webkit-background-size: cover;
	-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-5{position: relative; background: url(../images/we2.jpg) no-repeat;-webkit-background-size: cover;
	-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-6{position: relative; background: url(../images/we3.jpg) no-repeat;-webkit-background-size: cover;
	-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

.huobj {
	width:38px;
	height:auto;
    position: fixed;
    right: 0;
    bottom: 7rem;
    z-index: 9999;
}
















