﻿
@charset "utf-8";
/*格式化*/
#content p img{ width:100%;display:block; margin:0 auto; max-width:560px;}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin:0;padding:0;}
body{ font-size:14px;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px;} 
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";}
a:hover { cursor:pointer; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.';}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
img{ padding:0; margin:0;}
a img { border:none; }
input,textarea{ border:none;font-family:"Microsoft Yahei"; font-size:13px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}
/*排版通用*/
.f_m{ margin-left:auto; margin-right:auto;}/*居中对齐*/
.f_tr{ text-align:right;} /*右对齐*/
.f_tl{ text-align:left;} /*左对齐*/
.f_tc{ text-align:center;} /*中间对齐*/
.f_di{ display:inline;}
.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: #0057cd; height:4rem;line-height:4rem;}
.head2 .menu_btn{padding:0px; width:54%;height:4rem;}
.head2 .menu_btn a{color:#fff;overflow: hidden;position: relative;}
.head2 .menu_btn a:before{content: "";position: absolute;width: 1px;height: 1rem;background: #0045a3;border-left: solid 1px #0075d8;right: 0;top:1.55rem;}
.head2 .menu_btn a.downmenu{right:4%;top:1.17rem; position: absolute; display: block; width:2rem;text-align: center;}
.head2 .menu_btn a.downmenu img{width:100%;display: block;}
.head2 .menu_btn a.downmenu:before{width: 0;height: 0;border: 0;}

.head2 .logo{float:left;width:34.8%; height:2.4rem;overflow: hidden;padding: 0.85rem 0 0 6.25%;}
.head2 .logo img{ width:100%;display: block;}

.head2 .menu_btn .tsite{font-size:1.4rem;color:white; margin-right:3%; color: #fff;}
.head2 .menu_btn .tsite a{display: inline-block; width: 25%;text-align: center;}
.head2 .menu_btn .tsite a.cur{ color:#ffe537;}


.menu2 .slideMenu{width:47.5%;display:none;z-index:10;overflow:hidden;position:absolute;top:4rem;right:3.125%;transition:transform 1s;-webkit-transition:transform 1s;background: #0057cd;border-top: solid 0.2rem #fcff00;padding: 0.7rem 0 0;}
/*.menu2 .slideMenu:before{content: "";position: absolute;width: 100%;height:26.5rem;background: rgba(17,64,154,.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:auto;transform:translate3D(0,50px,0);-webkit-transform:translate3D(0,50px,0);}*/
.menu2 ul li {line-height:2.55rem;height:2.55rem;color:#fff;position: relative;padding: 0 0 0 17.76%;}
.menu2 ul li a {font-size:1.2rem; color: #fff;text-decoration: none;}
.menu2 ul li:last-child{border: none;background: #fcff00;height: 3.9rem;line-height: 3.9rem;}
.menu2 ul li:last-child a{color: #0057cd;}
.menu2 ul li:before{content: "";position: absolute;width: 0.4rem;height: 0.1rem;background: #fff;left: 1.9rem;top: 1.1rem;}
.menu2 ul li:last-child:before{background: #0057cd;top: 1.8rem;}

/*电话按钮*/
.phone-btn{position:absolute; right:2%; bottom:10.5rem;width:4.3rem; height:4.35rem; background-image:url(../images/index/phone.png); background-repeat:no-repeat; background-size: 100%; z-index:15; 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/index/online.png); bottom:5.5rem;}

.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);}


a{text-decoration: none;}

.wrap{max-width:640px; min-width:320px; margin:0 auto;position:relative;width: 100%;height: 100%;}


/*底部导航*/
.footer{padding: 0.55rem 0 0;border-top: solid 0.15rem #cfcfcf;height: 4.7rem;text-align: center;line-height: 2.2rem;background: #fff;color: #6a6a6a;font-size: 1.2rem;}
.footer dt{display: block;width: 100%; color: #d7d7d7;}
.footer dt a{ display:inline-block; color:#6a6a6a; padding:0 1rem;}
.footer dd a{color:#6a6a6a;}


/*跳转链接里面的箭头动画*/
@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: none;-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;

}

.phone-btn{position:fixed; right:2%; bottom:10.5rem;width:4.3rem; height:4.35rem; background-image:url(../images/common/phone.png); background-repeat:no-repeat; background-size: 100%; z-index:15; 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/common/online.png); bottom:5.5rem;}

html {font-size: 10px;}
@media screen and (min-width: 320px) {html {font-size: 10.625px;}}
@media screen and (min-width: 360px) {html {font-size: 11.875px;}}
@media screen and (min-width: 400px) {html {font-size: 13.125px;}}
@media screen and (min-width: 440px) {html {font-size: 14.375px;}}
@media screen and (min-width: 480px) {html {font-size: 15.625px;}}
@media screen and (min-width: 520px) {html {font-size: 16.875px;}}
@media screen and (min-width: 560px) {html {font-size: 18.125px;}}
@media screen and (min-width: 600px) {html {font-size: 19.375px;}}
@media screen and (min-width: 640px) {html {font-size: 20px;}}