*{margin: 0;padding: 0;}
html, body{position: relative;height: 100%;font-size: 14px;}
i,em{font-style: normal;}
li{list-style: none;}
img{ 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;}




@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;}
.head .menu_btn {
    line-height: 40px;
}
a, a:visited, a:link, a:active {
    color: #000000;
    cursor: default;
    text-decoration: none;
}
.head .menu_btn a {
    color: #272636;
    padding: 2px 4px;
}

.head .menu_btn a.downmenu {
    font-size: 22px;
    position: relative;
}


.head2 .logo{float:left;  width:12%; margin:0.6rem 0 0 3.8%;}
.head2 .logo img{height:100%; width: 100%;display: block;}
.head2 .menu_btn .tsite{font-size:1.4rem;color:white; margin-right:2%; color: #fff;}
.head2 .menu_btn .tsite a{display: inline-block; width:27.25%;text-align: center;font-family:"Microsoft YaHei"; position:relative;}
.head2 .menu_btn .tsite a:last-child{ width:34%;}
.head2 .menu_btn .tsite a:before{ content:""; position:absolute;height:4.2rem;width:1px;content: "";left:99%;top:0; background:#ffedc0;}
.head2 .menu_btn .tsite a:last-child:before,.head2 .menu_btn .tsite a:last-child:after{ background:none;}
.head2 .menu_btn .cur{ font-weight:bold;}


.menu2 .slideMenu{ 
	width:31%; display: none;z-index: 10;
	height: 100%; 
	overflow:hidden;
	position:absolute; 
	top:0; 
	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 {
	position:absolute; 
	top:0; 
	right:0;
	transform:translate3D(0,50px,0);
	-webkit-transform:translate3D(0,50px,0);
	width:100%;
}
.menu2 ul li{line-height:3.3rem;color:#fff;background:#222; box-sizing:border-box;position:relative; text-align:center; border-bottom:1px solid #2d2d2d;}
.menu2 ul li:first-child{ border-top-left-radius:0.5rem;}
.menu2 ul li:last-child{ border-bottom-left-radius:0.5rem;border-bottom-left-radius:0.5rem; background:#ffda81;}
.menu2 ul li:last-child:before{ content:""; position:absolute;height:0.96rem;width:1.04rem;left:12%;top:1.15rem; background: url(../images/pc.gif) no-repeat; background-size:100% 0.96rem;}
.menu2 ul li img{ padding:0.6rem 0; margin:0 0.5rem; box-sizing:border-box; width:93%;}
.menu2 ul li a {font-size:1.5rem; 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;}
.menu2 ul li:last-child a{ color:#222; padding-left:0.5rem;}

a{text-decoration: none;}
/*电话按钮*/
.phone-btn{position:fixed; right:0.6rem; bottom:14rem;width:4rem; height:4.2rem; background-image:url(../images/phone-btn.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);}
.phone-btn3{background-image:url(../images/phone-btn2.png); background-repeat:no-repeat; background-size: 100%;bottom:9rem;}




/*跳转链接动画*/
@-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(../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;}
.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(../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-4{position: relative; background: url(../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; background: url(../images/home5.jpg) no-repeat;-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

.swiper-slide-1a{position: relative; background: url(../images/home11.jpg) no-repeat;-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-2a{position: relative; background: url(../images/home12.jpg) no-repeat;-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-3a{position: relative; background: url(../images/home13.jpg) no-repeat;-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-4a{position: relative; background: url(../images/home14.jpg) no-repeat;-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.swiper-slide-5a{position: relative; background: url(../images/home15.jpg) no-repeat;-webkit-background-size: cover;
-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
/* aa 关于我们 */
.swiper-slide-10{position: relative; padding-top: 1.5rem;}
.lxfs{height: 16.6rem; padding: 1.5rem 0 0 5%; background: rgba(1,17,17,.8 );}





/*首页开始*/
*{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;}




@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{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 .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;}
.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 p{ position:absolute; left:0; top:20%; width:100%; color:#fff; font-size:1.65rem; text-align:center;font-family: "黑体"; z-index:8; line-height:165%;}
.swiper-slide p span{ display:block; width:70%; margin:0 auto;}


	.swiper-slide-active .tia2 i{opacity:1;
	-webkit-animation-name:slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration:1.65s;
	animation-duration:1.65s;-webkit-animation: slideInLeft 1.65s ease 0s 1 both;
    -webkit-animation-play-state: initial;}
		.swiper-slide-active .tia2 span{opacity:1;
	-webkit-animation-name:slideInRight;
	animation-name: slideInRight;
	-webkit-animation-duration:1.65s;
	animation-duration:1.65s;-webkit-animation: slideInRight 1.65s ease 0s 1 both;
    -webkit-animation-play-state: initial;}
.swiper-slide-active .tia2 em{opacity:1;
	-webkit-animation-name:fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration:1.75s;
	animation-duration:1.75s;-webkit-animation: fadeInUp 1.75s ease 0s 1 both;
    -webkit-animation-play-state: initial;}
.swiper-slide-active .tia2 .bg2{opacity:1;
	-webkit-animation-name:slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration:1.65s;
	animation-duration:1.65s;-webkit-animation: slideInLeft 1.65s ease 0s 1 both;
    -webkit-animation-play-state: initial;}
	
.bot{ position: fixed; left:0; bottom:0; height:3.3rem; line-height:3.3rem; background:#535353; text-align:center; width:100%; z-index:9; max-width:640px; margin:0 auto; min-width:320px;}
.bot a{ display:inline-block; width:50%; float:left; font-size:1.5rem; color:#fff;font-family: "Microsoft YaHei";}
.bot a:last-child{ background:#666;}
.bot a span{ display:inline-block; width:2.67rem; margin-right:0.5rem; font-size:1rem; color:#fff;}
.bot a span img{ vertical-align:middle; width:100%; display:inline-block;}


/*首页*/
.swiper-slide .tia2{color:#222;font-family:"Microsoft YaHei"; font-size:1.27rem; position:absolute; top:16%; width:100%; left:0; font-weight:normal;}
.swiper-slide .tia2 i{ display:block; padding-left:14.9%; margin-bottom:0.5rem;}
.swiper-slide .tia2 em{ display:block; background-image:url(../images/t_t1.png); background-repeat:no-repeat; background-size: 100% 4.2rem; height:4.2rem; margin-top:0.65rem; color:#222; line-height:4.2rem; text-align:center; font-size:1.95rem;}
.swiper-slide .tia2 span{ display:block; width:70%; margin:0 auto;}
.swiper-slide-2 p,.swiper-slide-3 p,.swiper-slide-4 p{ color:#484848;}	
.swiper-slide-2 .tia2,.swiper-slide-3 .tia2,.swiper-slide-4 .tia2{ color:#333;}

.swiper-slide-a1 .tia2,.swiper-slide-b1 .tia2,.swiper-slide-c1 .tia2{ bottom:18%; top:inherit;color:#333; font-size:1.85rem;}
.swiper-slide-a1 .tia2 span,.swiper-slide-b1 .tia2 span,.swiper-slide-c1 .tia2 span{ padding-top:0.35rem;}
.swiper-slide-a1 p,.swiper-slide-b1 p,.swiper-slide-c1 p{bottom:10%; top:inherit; color:#484848; font-size:1.36rem; line-height:135%;}
/**/
.swiper-slide .tia2 .bg2{ background-image:url(../images/t_t2.png); background-repeat:no-repeat; background-size: 100% 5.96rem; height:5.96rem; line-height:2.3rem;}
.swiper-slide .tia2 .bg2 b{ font-weight:normal; display:block; padding-top:0.75rem;}
/*a*/
.swiper-slide .tia3{position:absolute; top:16%; width:100%; left:9%;}
.swiper-slide .tia3 span{ display:block; width:30%; margin-bottom:0.75rem;}
.swiper-slide .tia3 i{ display:inline-block; line-height:3rem; border-bottom:1px solid #212322;border-top:1px solid #212322; color:#212322; font-size:1.5rem; font-weight:normal;font-family:"Microsoft YaHei"; padding-right:1.5%;}
.swiper-slide-active .tia3 span{opacity:1;
	-webkit-animation-name:slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration:1.15s;
	animation-duration:1.15s;-webkit-animation: slideInLeft 1.15s ease 0s 1 both;
    -webkit-animation-play-state: initial;}
.swiper-slide-active .tia3 i{opacity:1;
	-webkit-animation-name:slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;-webkit-animation: slideInLeft 1.5s ease 0s 1 both;
    -webkit-animation-play-state: initial;}

/*电话按钮*/
.phone-btn{position:fixed; right:3%; bottom:9rem;width:4rem; height:4.2rem; background-image:url(../images/phone-btn.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-btn3{ background-image:url(../images/phone-btn2.png); bottom:14rem;}

.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);}



.head2 em{ display:block; position:absolute; left:0; bottom:-0.15rem; font-size:0; clear:both; line-height:inherit;}
.head2 .menu_btn {padding:0px; width:72%;right:0;height:4.2rem;line-height:4.2rem;position:absolute;}
.head2 .menu_btn a{color:#212322; float:left; display:inline-block; font-size:1.55rem;}
.head2 .menu_btn i{ display:inline-block; float:left; color:#cdcdcc;}
.head2 .menu_btn a.downmenu{right:4.5%;top:0.2rem; position: absolute; display: block; width:1.55rem;}
.head2 .logo img{height:100%; width: 100%;display: block;}


.head3 {position: relative;z-index: 11;height:4.2rem; background:#ffda81; top: 0; position: fixed; width: 100%;}
/*关于我们*/


