@charset "utf-8";
/* =reset 缃戦〉鏍峰紡閲嶇疆
------------------------------------------------------------------------------------------------------------------------------*/
html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;overflow:-moz-scrollbars-vertical;/*寮哄埗firefox鍑虹幇婊戝姩鏉?/}
body { font-size:0.75em;}
label { cursor:pointer;}
a:link, a:visited { text-decoration:none;}
input:focus { outline: none; }
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*寮哄埗鍘婚櫎琛ㄥ崟鑷甫鐨勬牱寮?/ }
textarea{resize:none;/*-webkit-appearance:none;*//*寮哄埗鍘婚櫎textarea鑷甫鐨勬牱寮?/ }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } /*鍒╃敤闃村奖鏉ュ～鍏呮帀input鑷姩濉厖鑹?/

textarea,input,select { background: none; border:none; margin: 0; padding: 0; }

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, var { margin:0; padding:0;}

article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block;} /*html5璁剧疆*/

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{ font-size:1em;}
body, input, button, select, textarea, sub{ font-family:arial, sans-serif;}
em, cite, address, optgroup { font-style:normal;}
kbd, samp, code { font-family:monospace;}

img, input, button, select, textarea { vertical-align:middle;outline:none;}
ul, ol { list-style:none;}
img, fieldset { border:0;}
abbr, acronym { cursor:help; border-bottom:1px dotted black;}
table {	width:100%; border-spacing:0; border:0;}
table th, table td { border:0;}
legend, hr { overflow:hidden; position:absolute; top:0; left:0;}
legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0;}

/**
 * = global 缁熶竴鏍峰紡
 *******************************************************************************************************/
/* 鏀瑰彉鍔ㄧ敾鐨勬晥鏋滄柟寮?/
* {
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
html {height: 100%;}
body { position: relative; font-family:"寰蒋闆呴粦"; width: 640px; max-width: 640px; min-width: 640px; height: 100%; margin: 0 auto; }
body h1,body h2,body h3,body h4,body h5,body h6,body strong,body em {font-weight:normal; } /*寰蒋闆呬綋 灏嗗師鏈夌殑bold灞炴€у幓鎺?/

textarea:focus,input:focus { border: 1px solid #71b643; }

/*sprite鍥剧墖鍚堝苟*/
.css_sprite01 { background-image:!important;  background-repeat: no-repeat!important; } 

/**
 * = function 鍔熻兘鏍峰紡
 *******************************************************************************************************/
.f-ofh {overflow: hidden; height: 100%!important; } 		/*闅愯棌鍐呭-overflow-hidden*/
.f-hide { display: none!important; } 						/*闅愯棌鍐呭*/

.f-tc { text-align: center; }
.f-tr { text-align: right; }
.f-fl { float: left; }
.f-fr { float: right; }
.f-fixed { position: fixed; }
.f-cur { cursor: pointer; }

/*bg-background*/

/**
 * = unit 缁熶竴鍏冧欢鏍峰紡
 *******************************************************************************************************/
/**
 * 绠ご鎸囩ず鍏冧欢
 * -u-arrow
 */
.u-arrow { position: fixed; bottom: 30px; left:50%; z-index: 150; width: 80px; height: 80px; margin-left: -39px; /*background: rgba(160,160,160,0.6); border-radius: 50%;*/ }
.u-arrow p { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -25px; width: 50px; height: 28px; background-position: 0 -82px;
	-webkit-animation: start 1.5s infinite ease-in-out;
	   -moz-animation: start 1.5s infinite ease-in-out;
	        animation: start 1.5s infinite ease-in-out;
}

/**
 * 澹伴煶鍏冧欢
 * -u-audio
 */
.u-audio { position: absolute; top: 40px; right: 0; width: 132px; height: 73px; z-index: 200; }
.u-audio .res_audio { position: absolute; top: 0; left: 0; opacity: 0; height: 0; width: 0; }
.u-audio .btn_audio { width: 100%; padding-top: 29px; height: 44px; }
.u-audio .btn_audio strong,
.u-audio .btn_audio .audio_open { display: inline-block; height: 44px; line-height: 44px; vertical-align: middle; }
.u-audio .btn_audio strong { width: 57px; font-size: 24px; color: #fff; opacity: 1; }
.u-audio .btn_audio .audio_open { position: absolute; bottom: 0; left: 56px; width: 44px; }
.u-audio .btn_audio strong.z-hide { opacity: 0; }
.u-audio .btn_audio strong.z-move { 
	-webkit-transition:opacity 0.5s;
  	   -moz-transition:opacity 0.5s;
	    -ms-transition:opacity 0.5s;
	     -o-transition:opacity 0.5s;
	        transition:opacity 0.5s;
}
.u-audio.z-low { z-index: 1; }
/**
 * loading
 * -u-pageloading
 */
.u-pageloading { display:none; position:fixed; top:0; left:0; z-index:99999; height:100%; width:100%; background:rgba(0,0,0,0.6); }
.u-pageloading img { position:absolute; top:40%; left:50%; height:100px; width:100px; margin:-50px 0 0 -50px; }

/**
 * 鎻愮ず灏忕焊鏉?
 * -u-note
 */
.u-note { position: fixed; left: 120px; top:50%; margin-top:-40px;  width: 400px; padding: 15px 0; text-align: center; font-size: 26px; border-radius: 8px; 
	 opacity: 0;
	 z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.u-note-error { background: #f48813; }
.u-note-sucess { background: #55e224; }
.u-note.on { opacity: 1; z-index: 99; }

/**
 * = layout 甯冨眬鏍峰紡
 *******************************************************************************************************/
.p-ct { position: relative; width: 640px; height: 100%; overflow: hidden; }
.p-ct.fixed { overflow: hidden; }

.translate-front { position: fixed; top: 0; left: 0; z-index: 100; height: 100%; width: 100%; opacity: 0; 
	-webkit-transition: opacity 1s;
	   -moz-transition: opacity 1s;
	    -ms-transition: opacity 1s;
	     -o-transition: opacity 1s;
	        transition: opacity 1s;
}
.translate-front .mengban-warn { position: absolute; }
.translate-front.z-show { opacity: 1; }

.translate-back { position: relative; width: 100%; height: 100%; }

/**
 * = modle 妯″潡鏍峰紡
 *******************************************************************************************************/
/**
 * 鍗曢〉闈age妯″潡
 * -m-page
 */
.m-page { position: absolute; top:0; left: 0; width:100%; z-index: 9; background: #fff;}
.m-page .page-con { position: relative; width: 100%; height: 100%; overflow: hidden; }
.m-page.active { z-index:40; }
.m-page.fixed { position: fixed; }
.m-page.move {
	-webkit-transition:all 0.3s;
  	   -moz-transition:all 0.3s;
	    -ms-transition:all 0.3s;
	     -o-transition:all 0.3s;
	        transition:all 0.3s;
}

/**
 * 澶у浘鏂囨ā鍧?
 * -m-bigtxt
 */
.bigtxt-bd,
.bigtxt-arrow,
.bigtxt-detail,
.bigtxt-detail p {
	-webkit-transition:all .8s;
  	   -moz-transition:all .8s;
	    -ms-transition:all .8s;
	     -o-transition:all .8s;
	        transition:all .8s;
}

.bigtxt-bd { position: absolute; top: 50px; left: 30px; width: 450px; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,0.7); opacity: 0;
	-webkit-transform: translate(200px,0);
	   -moz-transform: translate(200px,0);
	    -ms-transform: translate(200px,0);
	     -o-transform: translate(200px,0);
	        transform: translate(200px,0);
}
.bigtxt-bd p { padding:0 65px 0 25px; color: #000; }
.bigtxt-title { position: absolute; top: 0; left: 0; width: 100%; padding:25px 0; overflow: hidden; font-size: 28px; }
.bigtxt-title p { height: 100%; line-height: 130%; overflow: hidden; }
.bigtxt-arrow { position: absolute; bottom: 5px; right: 20px; display: inline-block; width: 34px; height: 34px; background-position: 0 -46px; 
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
	    -ms-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);
}
.bigtxt-detail { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; }
.bigtxt-detail p { width: 400px; overflow: hidden; padding:25px; line-height: 150%; font-size: 24px; border-top: 2px solid #fff; }

.bigtxt-btn { position: absolute; bottom: 120px; left: 50%; width: 480px; height: 80px; margin-left: -240px; background-size: auto!important; }
.bigtxt-btn a { display: inline-block; width: 100%; height: 80px; line-height: 80px; text-align: center; font-size: 36px; color: #000; letter-spacing: 0.5em; }

.bigtxt-weixin { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(0,0,0,0.7); }
.bigtxt-weixin img { max-width:100%; }
.bigtxt-weixin.z-show { display: block; }

.bigtxt-arrow.z-toggle {
	-webkit-transform: rotate(405deg);
	   -moz-transform: rotate(405deg);
	    -ms-transform: rotate(405deg);
	     -o-transform: rotate(405deg);
	        transform: rotate(405deg);
}
.bigtxt-detail.z-show p,
.z-animate .bigtxt-bd{ opacity: 1;
	-webkit-transform: translate(0,0)!important;
	   -moz-transform: translate(0,0)!important;
	    -ms-transform: translate(0,0)!important;
	     -o-transform: translate(0,0)!important;
	        transform: translate(0,0)!important;
}

/**



/**
 * = pluns 鎻掍欢鏍峰紡
 *******************************************************************************************************/
/*lazy-img*/
.lazy-img,
.lazy-finish { background-size: cover; background-repeat: no-repeat; background-position: center;}

/*澹伴煶*/
.coffee-steam-box { display: none; }

/*杞挱鍥?/
.m-imgbox { height: 380px; width: 640px; }

/*鍦板浘*/
.ylmap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index:300; overflow: hidden;  
	-webkit-transition: all 0.8s;
	   -moz-transition: all 0.8s;
	    -ms-transition: all 0.8s;
	     -o-transition: all 0.8s;
	        transition: all 0.8s;

	-webkit-transform: translate(0,100%);
	   -moz-transform: translate(0,100%);
	    -ms-transform: translate(0,100%);
	     -o-transform: translate(0,100%);
	        transform: translate(0,100%);
}
.ylmap.mapopen { 
	-webkit-transform: translate(0,0);
	   -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	     -o-transform: translate(0,0);
	        transform: translate(0,0);
}
.ylmap.show { display:block; }
.ylmap .bk{ position:absolute;width:100%;height:100%;text-align:center;z-index:-1;background: #efebed; }
.ylmap .bk span{ display: inline-block; margin-top: 48%; width: 59px;height: 49px; background-position: -72px -93px; }
.ylmap .tit p a span { background-position: -72px -144px; }

/**
 * = animate 鍔ㄧ敾鏍峰紡
 *******************************************************************************************************/
/*绠ご鎸囩ず寮曞*/
@-webkit-keyframes start {
	0%,30% {opacity: 0;-webkit-transform: translate(0,10px);}
	60% {opacity: 1;-webkit-transform: translate(0,0);}
	100% {opacity: 0;-webkit-transform: translate(0,-8px);}
}
@-moz-keyframes start {
	0%,30% {opacity: 0;-moz-transform: translate(0,10px);}
	60% {opacity: 1;-moz-transform: translate(0,0);}
	100% {opacity: 0;-moz-transform: translate(0,-8px);}
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(0,10px);}
	60% {opacity: 1;transform: translate(0,0);}
	100% {opacity: 0;transform: translate(0,-8px);}
}

/*灏侀潰鎵嬪紩*/
@keyframes fengjump {
	0%   {transform:translatey(0);}
	20%  {transform:translatey(0);}
	40%  {transform:translatey(-40px);}
	50%  {transform:translatey(0);}
	60%  {transform:translatey(-15px);}
	80%  {transform:translatey(0);}
	100% {transform:translatey(0);}
}
@-webkit-keyframes fengjump {
	0%   {-webkit-transform:translatey(0);}
	20%  {-webkit-transform:translatey(0);}
	40%  {-webkit-transform:translatey(-40px);}
	50%  {-webkit-transform:translatey(0);}
	60%  {-webkit-transform:translatey(-15px);}
	80%  {-webkit-transform:translatey(0);}
	100% {-webkit-transform:translatey(0);}
}
@-moz-keyframes fengjump {
	0%   {-moz-transform:translatey(0);}
	20%  {-moz-transform:translatey(0);}
	40%  {-moz-transform:translatey(-40px);}
	50%  {-moz-transform:translatey(0);}
	60%  {-moz-transform:translatey(-15px);}
	80%  {-moz-transform:translatey(0);}
	100% {-moz-transform:translatey(0);}
}
@-ms-keyframes fengjump {
	0%   {-ms-transform:translatey(0);}
	20%  {-ms-transform:translatey(0);}
	40%  {-ms-transform:translatey(-40px);}
	50%  {-ms-transform:translatey(0);}
	60%  {-ms-transform:translatey(-15px);}
	80%  {-ms-transform:translatey(0);}
	100% {-ms-transform:translatey(0);}
}
@-o-keyframes fengjump {
	0%   {-o-transform:translatey(0);}
	20%  {-o-transform:translatey(0);}
	40%  {-o-transform:translatey(-40px);}
	50%  {-o-transform:translatey(0);}
	60%  {-o-transform:translatey(-15px);}
	80%  {-o-transform:translatey(0);}
	100% {-o-transform:translatey(0);}
}

/*鍦板浘璺冲姩*/
@keyframes mapjump {
	  0% {transform:scale(0.1); opacity: 0;}
	 90% {transform:scale(2); opacity: 0.9;}
	100% {transform:scale(2);opacity: 1;}
}
@-webkit-keyframes mapjump {
	  0% {-webkit-transform:scale(0.1); opacity: 0;}
	 90% {-webkit-transform:scale(2); opacity: 0.9;}
	100% {-webkit-transform:scale(2);opacity: 1;}
}
@-moz-keyframes mapjump {
	  0% {-moz-transform:scale(0.1); opacity: 0;}
	 90% {-moz-transform:scale(2); opacity: 0.9;}
	100% {-moz-transform:scale(2);opacity: 1;}
}

/**
 * 妯＄増鎻愮ず鐨勬牱寮忎互鍙婂姩鐢?
 */
.m-alert strong { font-size: 35px; opacity: 0; 
	-webkit-transition: opacity .8s;
	   -moz-transition: opacity .8s;
	        transition: opacity .8s;
}
.m-alert strong.z-show { opacity: 1; }


.scene{ position:relative; display:block; width:300px; height:200px; margin:0 auto; }
.plane,
.cloud{ position:absolute; }
.plane{ display:block; margin:0 auto; left:30%;
  -webkit-animation: anim-plane 1s linear infinite alternate forwards;
     -moz-animation: anim-plane 1s linear infinite alternate forwards;
          animation: anim-plane 1s linear infinite alternate forwards;
  
  -webkit-transform: translatey(80px);
     -moz-transform: translatey(80px);
		  transform: translatey(80px);
}

.cloud{ display:block; height:40px; width:53px; margin:0 auto;
  -webkit-animation: 10s linear infinite normal both;
     -moz-animation: 10s linear infinite normal both;
          animation: 10s linear infinite normal both;

  -webkit-animation-name:move, fade;
     -moz-animation-name:move, fade;
          animation-name:move, fade;

  background:;
}
.cloud--small{ top:65px;
  -webkit-animation-duration:6s;
     -moz-animation-duration:6s;
   	      animation-duration:6s;

  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5); 
          transform: scale(0.5);
}
.cloud--medium{ top:95px;
  -webkit-animation-duration:5s;
     -moz-animation-duration:5s;
          animation-duration:5s;

  -webkit-animation-delay:1s;
     -moz-animation-delay:1s;
          animation-delay:1s;

  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7); 
          transform: scale(0.7); 
}
.cloud--large{ top:95px;
  -webkit-animation-duration:4.5s;
     -moz-animation-duration:4.5s;
          animation-duration:4.5s;

  -webkit-animation-delay:2.5s;
     -moz-animation-delay:2.5s;
          animation-delay:2.5s;
  
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8); 
          transform: scale(0.8);
}

/*椋炴満*/
@keyframes anim-plane{ 
  to{
    transform:translatey(95px);
  }    
}
@-webkit-keyframes anim-plane{ 
  to{
    -webkit-transform:translatey(95px);
  }    
}
@-moz-keyframes anim-plane{ 
  to{
    -moz-transform:translatey(95px);
  }    
}

/*浜?/
@keyframes fade{
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  90%{ opacity:1;}
  100%{ opacity:0;}
}
@-webkit-keyframes fade{
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  90%{ opacity:1;}
  100%{ opacity:0;}
}
@-moz-keyframes fade{
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  90%{ opacity:1;}
  100%{ opacity:0;}
}

@keyframes move{  
  from{ 
    left:200px; 
  }
  to{ 
    left:0px; 
  }
}
@-webkit-keyframes move{  
  from{ 
    left:200px; 
  }
  to{ 
    left:0px; 
  }
}
@-moz-keyframes move{  
  from{ 
    left:200px; 
  }
  to{ 
    left:0px; 
  }
}


/*鎾斁鎸夐挳*/
@-webkit-keyframes video_btnplay{
	0%{-webkit-transform: scale(1); opacity: 0.8;}
	100%{-webkit-transform: scale(2); opacity: 0.3;}
}
@-moz-keyframes video_btnplay{
	0%{-moz-transform: scale(1); opacity: 0.8;}
	100%{-moz-transform: scale(2); opacity: 0.3;}
}
@keyframes video_btnplay{
	0%{transform: scale(1); opacity: 0.8;}
	100%{transform: scale(2); opacity: 0.3;}
}


@charset "utf-8";
.ad_foot li { margin:0 auto 1em; font-size:1.8em; padding:15px; background:#fff;}
.ad_foot li a {display:block;}
.ad_foot li .l {width:75px; height:75px; float:left; overflow:hidden;}
.ad_foot li .l img {width:75px; width:75px;}
.ad_foot li .r {width:78%; float:left; margin-left:30px; color:#666; overflow:hidden;}
.ad_foot li .r p {color:#999; font-size:1.2em; }
.ad_foot li .r span {font-size:0.8em;}
.ad_foot li .r i {font-style:normal;}

.lazy-img, .lazy-finish{background-color:#f0eded;}
.page-list{font-size:20px;font-family: "microsoft yahei";padding-left:17px;padding-top:30px;height:35px;border-bottom:1px solid #b5b5b5;display:none;}
.ad_foot{padding:15px 15px 0 15px;}

/*澹伴煶鎾斁鎸夐挳*/
#song_img {width:293px; height:41px; display:block; position:absolute; right:4.1em; top:1.6em; font-size:1.7em; text-align:center; line-height:41px; color:#fff; background: no-repeat 0 0;}

/*搴曢儴鎺ㄨ崘涓嬪湪*/
.ad_list{margin-top:2em;}.ad_list li {width:46%; background:none; padding:0; float:left;margin-bottom: 1em;}
.ad_list li.r {float:right;}.ad_list li a img {width:100%; height:auto;}

.ad_foot h3 {width:100%; height:48px; line-height:48px; background:#f9f5ec;}
.ad_foot h3 a {display:inline-block; color:#444; width:50%; text-align:center; font-size:1.5em; height:48px; border-bottom:2px solid #ff9240;}
.ad_foot h3 a.active {color:#fff; background:#ff9240;}

.magazine_1 li {
    width:100%;
    margin-bottom: 1em;
    font-size: 1.8em;
    padding: 15px;
    background: #fff;}

.magazine_1 li a {display:block;}
.magazine_1 li .l {width: 75px;
    height: 75px;
    float: left;
    overflow: hidden;}
.magazine_1 li .l img {width:75px; height:75px;}

.magazine_1 li .r {width: 78%;
    float: left;
    margin-left: 30px;
    color: #666;
    overflow: hidden;}


.magazine_1 li .r p {
    color: #999;
    font-size: 1.2em;}

.magazine_1 li .r span {font-size:0.8em;}

.ad_foot li .r i {font-style:normal;}
