@charset "utf-8";
/* CSS Document */
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/20px Verdana, sans-serif;
}
.wrapper {
	width: 100%;
	min-width: 960px;
}

h2 {
    text-align: center; 
    font-size: 36px;
    font-weight: bold;
}

h3 {
    text-align: center; 
    font-size: 24px;
    font-weight: bold;
    position: relative;
    bottom: 110px;
}

.b_wave {
    width: 100%;
    height: 8px;
    background: url(/i/b_wave.png) top repeat-x;
    margin-top: -8px;
    z-index: 99;
    position: absolute;
}
.b_wave_b {
    width: 100%;
    height: 8px;
    background: url(/i/b_wave_b.png) top repeat-x;
    margin-top: -8px;
    z-index: 99;
    position: absolute;
}
.b_wave_w {
    width: 100%;
    height: 8px;
    background: url(/i/b_wave_w.png) top repeat-x;
    
    z-index: 99;
    position: absolute;
}

.b_wave2 {
    width: 100%;
    height: 8px;
    background: url(/i/b_wave.png) top repeat-x;
    margin-top: 0px;
    z-index: 99;
    position: absolute;
    border-bottom: 4px solid #0194e2;
}

.lp_1 {
    padding: 15px;
    height: 786px;
    
	background: url(/i/lp_1.jpg) no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.lp_1 a{
	color:#fff;
}
.lp_1_coord {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #333;
}

.lp_1_coord>p {
    color: #333;
}

.lp_1_logo {
    margin: 50px auto;
    width: 480px;
}

.lp_1_content {
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 820px;
}

.lp_1_txt {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 40px;
	font-weight: bold;
	color: white;
	line-height: 1;
	text-shadow: -1px -1px 1px rgba(255,255,255, 0.2), 
                1px 1px 1px rgba(255,255,255, 0.2), 
                1px 1px 1px rgba(0,0,0, 0.7);
}
.lp_1_txt2{
	text-align: center;
	font-size: 24px;
	color: white;
	line-height: 30px;
	text-shadow: -1px -1px 1px rgba(255,255,255, 0.2), 
                1px 1px 1px rgba(255,255,255, 0.2), 
                1px 1px 1px rgba(0,0,0, 0.7);
}

.form {
    margin-left: 10px;
    float: right;
    width: 240px;
    height: 220px;
    background: rgba(0, 0, 0, 0.5);
}
    
.form>p {
    color: white;
    line-height: 14px;
    margin: 5px 10px;
}

.form_item {
    padding-left: 10px; 
    border: solid 0px;
    width: 210px;
    height: 30px;
    margin: 0 10px 5px 10px;
    font-style: italic;
}

.form_send { 
    border: solid 0px;
    width: 220px;
    height: 30px;
    margin: 0 10px 5px 10px;
    background: transparent url(i/send.jpg);
    text-indent: -10000em;
}

.lp_2 {
    background: url(i/w_wave.png) top repeat-x;
    margin-top: -8px;
    padding-top: 28px;
}

.lp_2>h2,h3 {
    color: #0194e2;
}

.lp_2_table {
    width: 960px;
    margin: 40px auto;
}

.lp_2_table_unit {
    width: 240px;
}

.lp_2_table_unit>img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.lp_2_table_unit>p {
    margin-top: -10px;
    color: #333;
    text-align: center;
    line-height: 18px;
}

.lp_3 {
    padding: 20px 0 5px 0;
    background-color: #0194e2;
}

.lp_3>h2,p {
    color: white;
}

.lp_3_table {
    width: 960px;
    margin: 20px auto;
}

.lp_3_table_unit {
    width: 320px;
    padding: 10px;
}

.lp_3_table_unit>p {
    margin-top: -30px;
    text-align: justify;
    line-height: 18px;  
    text-indent: 20px;
}

.lp_3_table_unit>img {
    display: block;
    width: 42px;
    height: 55px;
    margin: 0 auto;
}

.lp_31 {
    width: 960px;
    margin: 30px auto;
	text-align: center;
}
.lp_31 span{
font-size:14px;
	font-style: italic;
}

.lp_31>h2 {
    color: #0194e2;
    margin-bottom: 20px;
}
.lp_31 table {
	margin:30px 0 10px 50px;
	font-size:18px;
	 border-collapse:separate;
	 border-spacing: 40px 0;
	 color:#333333;
	 
}

.lp_31 table td{
	text-align:right;
	padding:5px;
	line-height: 0.9;
}
.lp_31 table th{
	color: #0194e2;
	font-weight:bold;
	text-align:left;
}

.lp_31_img_left {
    float: left;
    margin: 0 20px 20px 0;
}

.lp_31_img_right {
    float: right;
    margin: 0 0 20px 20px;
}

.lp_31_p_left {
    text-align: left;
    font-size: 18px;
    color: #333;
    padding-top: 20px;
}

.lp_31_p_right {
    text-align: right;
    font-size: 18px;
    color: #333;
    padding-top: 20px;
}

.lp_31_cont {
    clear: both;
}

.lp_31_cont {
    line-height: 24px;
}

.lp_32 {
    clear: both;
    background: #888;
    color: white;
    padding: 30px 0;
}

.lp_32>h2 {
    margin-bottom: 30px;
}

.lp_32_it {
    font-style: italic;
}

.lp_32>p {
    text-align: justify;
    margin: 20px 20px 0 20px;
    font-size: 12px;
    line-height: 14px;
}
    

.lp_4 {
    height: 600px;
    background: url(i/map.jpg) 50% no-repeat;
    clear: both;
}

.lp_5 {
    color: white;
    padding: 30px 0;
    background-color: #0194e2;
	text-align:center;
	font-size:14px;
}

.lp_5>h2 {
    overflow: hidden;
    height: 45px;

}

.lp_6 {
    height: 380px;
    color: white;
    background-color: #0194e2;
    padding-top: 35px;
    clear: both;
}


.lp_6_content {
    width: 890px;
    position: relative;
    left: 50%;
    margin: 40px 0px 0px -445px;
    top: 0px;
}

.lp_6_txt>h2 {
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-shadow: -1px -1px 1px rgba(255,255,255, 0.2), 
                1px 1px 1px rgba(255,255,255, 0.2), 
                1px 1px 1px rgba(0,0,0, 0.7);
}

.lp_6_txt {
    padding-top: 25px;
}

.lp_6_pht {
    width: 100%;
    height: 320px;
    background: url(i/lp_6.jpg) center center;
}

.lp_6_grd {
    width: 100%;
    height: 320px;
    background: url(i/grd.png) repeat-x;
}

.lp_6_bot {
    width: 100%;
    height: 65px;
    background: rgba(0, 0, 0, 0.5);
    margin: 88px 0 0 0;
    padding-top: 8px;
 }   

.lp_6_bot>p {
    text-align: center;
    font-size: 16px;
}










.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



.clearfix{
    clear: both;
}
    
    

.lp_2_round1 {
    z-index: 100;
 
    -webkit-animation-name: spin1;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin1;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin1;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin1;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/**/
.f18{
	font-size:18px;
}
.bold{
	font-weight:bold;
}
.mt45{
	margin-top:45px;
}
.pt20{
	padding-top:20px;
}
/**/
@-ms-keyframes spin1 {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin1 {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin1 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin1 {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.lp_2_round2 {
    z-index: 100;
 
    -webkit-animation-name: spin2;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin2;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin2;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin2;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin2 {
    from { -ms-transform: rotate(90deg); }
    to { -ms-transform: rotate(450deg); }
}
@-moz-keyframes spin2 {
    from { -moz-transform: rotate(90deg); }
    to { -moz-transform: rotate(450deg); }
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(90deg); }
    to { -webkit-transform: rotate(450deg); }
}
@keyframes spin2 {
    from {
        transform:rotate(90deg);
    }
    to {
        transform:rotate(450deg);
    }
}

.lp_2_round3 {
    z-index: 100;
 
    -webkit-animation-name: spin3;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin3;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin3;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin3;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin3 {
    from { -ms-transform: rotate(180deg); }
    to { -ms-transform: rotate(540deg); }
}
@-moz-keyframes spin3 {
    from { -moz-transform: rotate(180deg); }
    to { -moz-transform: rotate(540deg); }
}
@-webkit-keyframes spin3 {
    from { -webkit-transform: rotate(180deg); }
    to { -webkit-transform: rotate(540deg); }
}
@keyframes spin3 {
    from {
        transform:rotate(180deg);
    }
    to {
        transform:rotate(540deg);
    }
}

.lp_2_round4 {
    z-index: 100;
 
    -webkit-animation-name: spin4;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin4;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin4;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin4;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin4 {
    from { -ms-transform: rotate(270deg); }
    to { -ms-transform: rotate(630deg); }
}
@-moz-keyframes spin4 {
    from { -moz-transform: rotate(270deg); }
    to { -moz-transform: rotate(630deg); }
}
@-webkit-keyframes spin4 {
    from { -webkit-transform: rotate(270deg); }
    to { -webkit-transform: rotate(630deg); }
}
@keyframes spin4 {
    from {
        transform:rotate(270deg);
    }
    to {
        transform:rotate(630deg);
    }
}
