@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: ltxh;
 src:url(../style/ltxh.ttf);
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
html {
    font-size: 100%;
}
body {
    background-color: #fff;
    color: #333;
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    margin: 0;
}
.container {
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.container-02{
    margin-left: auto;
    margin-right: auto;
    text-align:center;
	width:1024px;
	height:1080px;
}
.container-03{
    margin-left: auto;
    margin-right: auto;
    text-align:center;
	width:1280px;
	height:800px;
}
h2 {
    font-weight:300;
	font-size:36px;
    line-height: 1.25;
}
.title {
	font-family: ltxh;
    
}
.title-white{
	color: #fff;
}
.title-black{
	color: #000;
}
.title-brown{
	color:#e0d8cb;
}
.title-brown2{
	color:#513704;
}
.title-blue{
	color:#38f4ff;
}
.webfont{
	font-size: 16px;
    margin: 0 auto;
    width: 800px;
	padding:24px;
	text-align:left;
	letter-spacing:8px;
	font-family:ltxh;
}
.webfont-black{
	color:#000;
}
.webfont-white{
	color:#fff;
}
.webfont-brown2{
	color:#513704;
}
.webfont-blue{
	color:#38f4ff;
}
.site-topbar {
    background: #000 none repeat scroll 0 0;
    color: #b0b0b0;
	font-size: 12px;
    height: 40px;
    position: relative;
    z-index: 30;
	
}
.site-topbar .topbar-nav {
    float: right;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
	font-size:14px;
}
.site-topbar a {
    color: #b0b0b0;
}
a {
    color: #757575;
    text-decoration: none;
}
a:hover { color:white; } 
.site-topbar .sep {
    color: #424242;
    margin: 0 0.5em;
}
.sep, .ndash {
    font-family: sans-serif;
    margin: 0 0.25em;
}
.header {
    height: 100px;
    position: relative;
    z-index: 20;
	background-color:#000;
	border-bottom: 1px solid #222;
}
.header-logo {
    float: left;
    margin-top: 22px;
    width: 290px;
}
.header-nav {
    float: left;
}
.nav-list {
    float: left;
    font-size: 16px;
    height: 88px;
    list-style-type: none;
    margin: 0;
    padding: 3px 0 0 100px;
    position: relative;
    width:100%;
    z-index: 10;
}
.nav-item {
    float: left;
	position: relative;
	text-decoration: none;
	width:125px;
}
.nav-item .link {
    color: #fff;
    display: block;
    padding: 26px 13px 5px;
	position: relative;
	text-decoration: none;
	
}
.nav-item :before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 0;
	height: 3px;
	background-image:url("../images/under-line.png");
	transition: all .3s;
}
.nav-item :hover:before{
	width: 125px;
	left: 0;
	right: 0;
}
.nav-item  a:hover { color:#ff4a00; } 
.header .logo {
    background:url(/images/logo.png);
    display: block;
    height: 70px;
    overflow: hidden;
    position: relative;
    width: 182px;
}
.section {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background-position: center 0;
	background-repeat:no-repeat;
	text-align: center;
	color:#fff;	
}
.section p{
	font-size:20px;
	line-height:150%;
}

.section-01 {
	height:850px;
	background-image: url("../images/section-01.jpg");
	
}
.panel-01{
	width:530px;
	height:50px;
	background-color:#ff8a00;
	margin-right:auto;
	margin-left:auto;
	margin-top:312px;
	
}
.panel-01 p{
	color:#fff;
	font-size:32px;
}
.content {
    margin-top:112px;
    position: static;
    text-align: center;
}
.section-02 {
	height:1080px;
	background-image:url("../images/section2.jpg");
	overflow:hidden;
	
}
.element-01 {
	animation:myripple 1s ease 1s infinite normal;
	left:38%;
	top:55%;
	position: relative;
	
}
.element-02 {
	animation:myripple 1s ease 1s infinite normal;
	left:-5%;
	top:47%;
	position: relative;
	
}
.element-03 {
	animation:myripple 1s ease 1s infinite normal;
	left:-62%;
	top:31%;
	position: relative;
}
.element-04 {
	animation:myripple 1s ease 1s infinite normal;
	left:30%;
	top:84%;
	position: relative;
	
}
.element-05 {
	animation:myripple 1s ease 1s infinite normal;
	left:38%;
	top:76%;
	position: relative;
	
}
@keyframes myripple
{
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}
.section-02-01 {
	height:310px;
	background-image:url("../images/section-0201.jpg");
}

.flow{
	padding:10px; 
	width:200px; 
	height:50px;
    border: 2px solid #ffffff;
    -moz-border-radius: 50px; 
    -webkit-border-radius: 50px; 
    border-radius:50px;      
}
.section-02-02 {
	height:320px;
	background-color:#ffffff;
	padding:40px 0 0 0;
	text-align:center;
}
.section-02-02 p{
	margin: 0 auto;
    width: 790px;
	text-align:left;
	color:#000;
}
.section-02-03 {
	height:550px;
	background-image:url("../images/section-02-03.jpg");
	padding-top:46px;
}
.panel-02{
	width:600px;
	height:250px;
	padding:10px 0 0 590px;
	text-align:left;
}
.panel-02 p{
	color:#d2ba9e;
}
.section-03 {
	height:1000px;
	background-image:url("../images/section-03.jpg");
}
.panel-03{
	width:600px;
	height:250px;
	text-align:left;
	padding:164px 0 0 654px;
}
.panel-04{
	width:600px;
	height:250px;
	text-align:left;
	padding:164px 0 0 0;
	margin-left:initial;
}
.element-0301{
	padding:100px 0 0 0 ;
	
}
.section-05{
	height:800px;
	background-image: url("../images/section-05.jpg")  ;
    padding:30px 0 0 0;
}
.panel-05{
	height:140px;
	background-color:#000;
	margin-right:auto;
	margin-left:auto;
	margin-top:456px;
	filter:alpha(opacity=80); /*支持 IE 浏览器*/
	-moz-opacity:0.80; /*支持 FireFox 浏览器*/
	opacity:0.80; /*支持 Chrome, Opera, Safari 等浏览器*/
}
.section-07 {
	height:800px;
	background-image:url("../images/section-07.jpg");
}
.section-07 p{
	width:1060px;
	padding:0;
	text-align:center;
}

.section-08{
	height:550px;
	background-image:url("../images/section-08.jpg");
	padding:20px;
}
.panel-08{
	width:820px;
	height:250px;
	padding:20px 0 0 0;
	float:left;
}
.panel-08 p{
	text-align:right;
	width:600px;
	padding:30px 50px 0 0 ;
}
.section-09{
	height:700px;
	background-image:url("../images/section-09.jpg");
	padding:15px;
}
.section-10 {
	height:850px;
	background-image: url("../images/section-10.jpg")  ;

}
.panel-10{
	height:223px;
	background-color:#000;
	margin-right:auto;
	margin-left:auto;
	margin-top:100px;
	filter:alpha(opacity=80); /*支持 IE 浏览器*/
	-moz-opacity:0.80; /*支持 FireFox 浏览器*/
	opacity:0.80; /*支持 Chrome, Opera, Safari 等浏览器*/
	padding:1px;
}
.panel-10 p{
	text-align:center;
	padding:0px;
}
.section-11 {
	height:1000px;
	background-image: url("../images/section-11.jpg")  ;
	padding:10px;
}
.section-12{
	height:850px;
	background-image: url("../images/section-12.jpg")  ;
	
}
.section-13{
	height:1000px;
	background-image: url("../images/section-13.jpg")  ;
	padding:20px;
}
.section-14 {
	height:1000px;
	background-image: url("../images/section-14.jpg")  ;
	
}
.panel-14{
	width:600px;
	height:250px;
	text-align:left;
	padding:161px 0 0 500px;
	margin-top:507px;
}
.panel-14 p{
	margin-top:-55px;
}
.section-15 {
	height:1300px;
	background-image: url("../images/section-15.jpg")  ;
	padding:20px;
}
.section-15 p{
	padding:1px;
	text-align:center;
}
.section-16 {
	height:1000px;
	background-image: url("../images/section-16.jpg")  ;
	padding:20px;
}
.panel-16{
	height:138px;
	background-color:#000;
	margin-right:auto;
	margin-left:auto;
	margin-top:687px;
	filter:alpha(opacity=70); /*支持 IE 浏览器*/
	-moz-opacity:0.70; /*支持 FireFox 浏览器*/
	opacity:0.70; /*支持 Chrome, Opera, Safari 等浏览器*/
}
.section-17 {
	height:850px;
	background-image: url("../images/section-17.jpg")  ;

}
.panel-17{
	width:600px;
	height:250px;
	text-align:left;
	padding:0px 0 0 710px;
}
.section-18 {
	height:850px;
	background-image: url("../images/section-18.jpg")  ;

}
.panel-18{
	height:317px;
	background-color:#000;
	margin-right:auto;
	margin-left:auto;
	margin-top:40px;
	filter:alpha(opacity=70); /*支持 IE 浏览器*/
	-moz-opacity:0.70; /*支持 FireFox 浏览器*/
	opacity:0.70; /*支持 Chrome, Opera, Safari 等浏览器*/
	padding:1px;
}
.panel-18 p{
	padding:1px;
	text-align:center;
	width:870px;
}
.section-19 {
	height:900px;
	background-image: url("../images/section-19.jpg")  ;

}
.section-19 p{
	text-align:center;
	margin-top:-45px;
}
.section-20{
	height:900px;
	background-image: url("../images/section-20.jpg")  ;

}
.panel-20{
	height:270px;
	background-color:#282c3d;
	margin-right:auto;
	margin-left:auto;
	margin-top:576px;
	filter:alpha(opacity=80); /*支持 IE 浏览器*/
	-moz-opacity:0.80; /*支持 FireFox 浏览器*/
	opacity:0.80; /*支持 Chrome, Opera, Safari 等浏览器*/
	padding:1px;
}
.panel-20 p{
	text-align:center;
	margin-top:-45px;
}
.section-21{
	height:850px;
	background-image: url("../images/section-21.jpg")  ;
	
}
.section-06 {
	height:368px;
	background-image:url("../images/section6.jpg") ;
}
.site-customer{
	font-size: 12px;
    padding: 10px 0 10px 48px;
	border-top: 1px solid #e0e0e0;
	height:295px;
}
.site-customer ul{
	font-size: 14px;
    height: 88px;
    list-style-type: none;
    margin: 0;
    padding: 3px 0 0 0;
    position: relative;
    width: 880px;
    z-index: 10;
	margin-left:auto;
	margin-right:auto;
}
.site-customer li{
	float:left;
	/*background:url(../images/qhdx.png) no-repeat scroll center 0;*/
	height:135px;
	width:146px;
	padding:0 0 0 0;
	text-align: center;
}
.site-customer a:hover{
	color:#ff4a00;
}
.site-customer.link{
	padding: 26px 13px 38px;
}
.site-customer span{
	width:100px;
}
.site-footer {
    background: #fafafa none repeat scroll 0 0;
    font-size: 14px;
    padding: 30px 0 30px 50px;
	border-top: 1px solid #e0e0e0;
	height:100px;
}
.site-footer  a:hover { color:#ff4a00; } 
.site-footer .logo {
    background-image: url("../images/logo2.png");
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 60px;
}

.info-text {
    color: #b0b0b0;
    text-align: left;
}
