@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    color: #333;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2 {
    font-weight: normal;
}

body {
    font-family: "PingHei", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Arial", "Verdana", "sans-serif", "微软雅黑";
    font-size: 16px;
    color: #333333;
    background: #f3f3f3;
}
*{box-sizing: border-box; height: auto;}

.fenlei{width: 1000px; margin: 0 auto;}
.fenlei ul{margin-top: 10px;}
.fenlei ul li{ display: inline-block;padding: 5px 10px; background-color: #edd7bc;}

.dibu{width: 1000px;  margin: 0 auto 20px auto;}

.dibu ul li{
    list-style-type: none; 
    background-color: #00a67c;
    opacity: .85;
	filter: alpha(opacity=85);
	display: inline-block;
	line-height: 21px;
    padding: 3px 8px;
    margin: 5px 0;
}
.dibu ul li a{
		color: #fff;
}

.dibu ul li:nth-child(11n) {
	background-color: #4a4a4a
}
.dibu ul li:nth-child(11n+1) {
	background-color: #15a287
}
.dibu ul li:nth-child(11n+2) {
	background-color: #5cb85c
}
.dibu ul li:nth-child(11n+3) {
	background-color: #d9534f
}
.dibu ul li:nth-child(10n+4) {
	background-color: #567e95
}
.dibu ul li:nth-child(11n+5) {
	background-color: #b433ff
}
.dibu ul li:nth-child(11n+6) {
	background-color: #00a67c
}
.dibu ul li:nth-child(11n+7) {
	background-color: #b37333
}
.dibu ul li:nth-child(11n+8) {
	background-color: #f60
}
.dibu ul li:nth-child(11n+9) {
	background-color: rgb(93, 116, 12)
}
.dibu ul li:nth-child(11n+10) {
	background-color: rgb(26, 54, 175)
}
.dibu ul li:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.center {
    text-align: center;
}


/*主体施工开始*/

.tt {
    line-height: 28px;
    width: 1000px;
    margin: 0 auto;
}

.tt h2 {
    line-height: 1.5em;
}

.tt b {
    color: darkred;
}


/*logo*/

.logoContainer {
    width: 100%;
    background: #edd7bc;
}

.logoContainer ul {
    height: 96px;
    overflow: hidden;
    width: 836px;
    margin: 0 auto;
}

logoContainer ul li {
    float: left;
}

.logo {
    float: left;
    margin-top: 6px;
    width: 169px;
    height: 84px;
}

.company {
    float: left;
    width: 60%;
    margin-top: 20px;
}

.company h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.tel {
    float: right;
    margin-top: 40px;
    width: 150px;
    height: 40px;
    background: url(../images/tel_06.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.tel samp {
    font-size: 16px;
    padding-left: 30px;
}


/*nav*/

.nav {
    margin-top: 10px;
    width: 100%;
    height: 36px;
    background: #edd7bc;
}

.nav ul {
    width: 60%;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    line-height: 36px;
    width: 14%;
    text-align: center;
    overflow: hidden;
    background: url(../images/nav_11.png);
    background-repeat: no-repeat;
    background-position: right;
}

.nav ul li a {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.gang {
    text-align: center;
    line-height: 80px;
    margin-top: 40px;
    color: #333333;
    font-size: 30px;
}

.section3 {
    text-align: left;
}

.section4 h1 {
    text-align: center;
}

.section5 {
    overflow: hidden;
}

.section5 p {
    float: left;
    position: absolute;
    left: 15%;
    position: relative;
}

.section5 ul {
    float: right;
    position: absolute;
    right: 20%;
    margin-top: 100px;
    text-align: left;
}

.section5 ul li {
    font-size: 18px;
    line-height: 34px;
}

.section5 h1 {
    padding-bottom: 20px;
}

.section6 {
    overflow: hidden;
    width: 100%;
    height: 600px;
}

.section6 ul {
    float: left;
    position: absolute;
    left: 15%;
    margin-top: 100px;
    text-align: left;
}

.section6 ul li {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.section6 p {
    float: right;
    position: absolute;
    right: 15%;
}

.section6 h1 {
    padding-bottom: 20px;
    font-family: "微软雅黑", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}

.section7 h1 {
    margin: 40px 0;
}

.section8 {
    overflow: hidden;
}

.section8 h1 {
    margin: 40px 0;
}

.section9 h1 {
    margin: 40px 0;
}

.section10 {
    overflow: hidden;
    padding-top: 40px;
}

.section10 h1 {
    line-height: 50px;
}

.section10 h3 {
    float: right;
    margin-right: 200px;
    line-height: 40px;
}

.tab_nian {
    overflow: hidden;
    margin: 50px 0 0;
}

.magin {
    padding-top: 40px;
}

.magin h1 {
    line-height: 40px;
}


/*默认样式，主要是position:fixed实现屏幕绝对定位*/

#gotoTop {
    display: none;
    position: fixed;
    top: 75%;
    left: 50%;
    cursor: pointer;
    margin-top: -50px;
    margin-left: 520px;
    padding: 9px 4px;
    width: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    background: #fff;
}


/*用CSS表达式(expression)来实现ie6下position:fixed效果*/

#gotoTop {
    _position: absolute;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")
}


/*鼠标进入的反馈效果*/

#gotoTop.hover {
    background: #5CB542;
    color: #fff;
    text-decoration: none;
}

.section1 img {
    margin-bottom: -100px;
    margin-top: 100px;
    transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section1 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section2 img {
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section2 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section3 img {
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section3 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section4 img {
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section4 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section4 h1 {
    margin: 40px 0 0;
}

.section5 img {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section5 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section5 ul {
    transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section5 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section6 img {
    transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section6 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section6 ul {
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section6 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section7 img {
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section7 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section8 img {
    transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section8 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section9 img {
    transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section9 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#footer {
    width: 40px;
    height: 44px;
    background: #333333;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
}

#footer a {
    font-size: 14px;
    color: #FFFFFF;
}

.wenti {
    overflow: hidden;
    margin: 0 auto;
    width: 800px;
    padding-bottom: 80px;
}

.wenti ul {
    float: left;
}

.wenti ul li {
    line-height: 40px;
}

.wenti ul li a {
    float: left;
    margin-left: 80px;
}

.section1 img {
    margin-bottom: -100px;
    margin-top: 100px;
    transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section1 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section2 img {
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section2 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section3 img {
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section3 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section4 img {
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section4 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section4 h1 {
    margin: 40px 0 0;
}

.section5 img {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section5 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section5 ul {
    transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section5 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section6 img {
    transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section6 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section6 ul {
    transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section6 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section7 img {
    transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section7 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section8 img {
    transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section8 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.section9 img {
    transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 1;
    transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.section9 .visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#footer {
    width: 40px;
    height: 44px;
    background: #333333;
    position: fixed;
    right: 50px;
    bottom: 50px;
    text-align: center;
}

#footer a {
    font-size: 14px;
    color: #FFFFFF;
}

.wenti {
    overflow: hidden;
    margin: 0 auto;
    width: 800px;
    padding-bottom: 80px;
}

.wenti ul {
    float: left;
}

.wenti ul li {
    line-height: 40px;
}

.wenti ul li a {
    float: left;
    margin-left: 80px;
}