        * {
            margin: 0;
            padding: 0;
        }
        
        html,
        body {
            width: 100%;
            min-width: 1600px;
            font: 12px/1.5 arial, "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
            /* overflow-x: hidden;
            overflow-y: auto; */
        }
        
        a {
            color: #fff;
            text-decoration: none;
        }
        
        a:hover {
            color: #00b156;
            text-decoration: underline;
        }
        
        ul,
        ol,
        li {
            list-style: none;
        }
        
        input:focus {
            outline: none;
            background-color: transparent;
        }
        
        .padding-adjust {
            padding-top: 60px;
        }
        
        .top {
            width: 1200px;
            height: 80px;
            margin: 0 auto;
            margin-top: 10px;
        }
        
        .top-logo {
            float: left;
        }
        
        .top-search {
            float: right;
            width: 375px;
            height: 30px;
            margin-top: 20px;
            margin-right: 100px;
        }
        
        .search-text,
        .search-submit {
            border: 2px solid #00b254;
            vertical-align: bottom;
        }
        
        .search-text {
            width: 295px;
            height: 26px;
            text-indent: 1em;
        }
        
        .search-submit {
            width: 75px;
            height: 30px;
            background: url(../templates/images/shousuo.png)no-repeat;
        }
        
        .menu {
            width: 100%;
            height: 60px;
            background: #00b156;
        }
        
        .menu a {
            color: #FFF;
        }
        
        .menu a:hover {
            text-decoration: underline;
        }
        
        .menu-mover {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999;
        }
        
        .menu-index:hover {
            background: #008d49;
        }
        
        .menu-ul {
            width: 1200px;
            height: 60px;
            margin: 0 auto;
        }
        
        .menu-tips {
            line-height: 60px !important;
            font-size: 16px !important;
            font-weight: bold;
            text-align: center;
        }
        
        .menu-ul li {
            width: 120px;
            color: #fff;
            float: left;
            line-height: 60px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            position: relative;
        }
        
        .menu-ul li ul {
            width: 150px;
            position: absolute;
            top: 60px;
            left: 0px;
            transition: all 0.5s;
            height: 0px;
            overflow: hidden;
            z-index: 99;
        }
        
        .menu-ul li ul li {
            float: none;
            background: #00b156;
            font-size: 14px;
            line-height: 40px;
            text-align: center;
            margin: 0;
        }
        
        .menu-ul img {
            width: 10px;
            height: 10px;
        }
        
        .scroll-img {
            width: 1200px;
            height: 422px;
            margin: 0 auto;
            position: relative;
        }
        
        .scroll-img img:hover {
            box-shadow: 3px 3px 10px 0px #999;
        }
        
        .scroll-img-ul {
            width: 150px;
            height: 15px;
            margin: 0 auto;
            position: relative;
            bottom: -389px;
            z-index: 9;
        }
        
        .scroll-img li {
            width: 15px;
            height: 15px;
            background: #ddd;
            float: left;
            margin-right: 15px;
            border-radius: 10px;
        }
        
        .li-mouse {
            background: #008D49 !important;
            width: 150px;
            height: 15px;
            margin: 0 auto;
            position: absolute;
            bottom: 18px;
            left: 525px;
            z-index: 10 !important;
            transition: all 0.5s;
        }
        
        .scroll-img img {
            width: 100%;
            height: 100%;
            margin-top: 10px;
            display: none;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .scroll-img img:first-child {
            display: none;
        }
        
        .business {
            width: 1200px;
            height: 80px;
            color: #008D49;
            margin: 0 auto;
            margin-top: 50px;
        }
        
        .business-category {
            line-height: 30px;
            margin: 0 auto;
        }
        
        .business-category .span {
            font-weight: bold;
            font-size: 26px;
            float: left;
            width: 200px;
            height: auto;
            text-align: center;
        }
        
        .business-text {
            width: 650px;
            margin: 0 auto;
        }
        
        .business-category p {
            color: #6A6A6A;
            font-weight: bold;
            font-size: 16px;
            font-family: 'Regular';
        }
        
        .business-left,
        .business-right {
            width: 200px;
            border: 1px solid #00b156;
            float: left;
            margin-top: 15px;
        }
        
        .business-left {
            margin-right: 20px;
        }
        
        .business-right {
            margin-left: 20px;
        }
        
        .content-hot {
            width: 1200px;
            height: 200px;
            margin: 0 auto;
        }
        
        .content-hot div,
        .content-hot img {
            width: 575px;
            height: 220px;
            float: left;
        }
        
        .content-hot img:hover {
            box-shadow: 3px 3px 10px 0px #999;
        }
        
        .content-hot1 {
            margin-right: 50px;
        }
        
        .content-hot p {
            text-align: center;
            color: #00b156;
            font-size: 24px;
            font-weight: bold;
            padding-top: 235px;
        }
        
        .content-hot a {
            color: #00b156;
        }
        
        .content-hot a:hover {
            text-decoration: none;
        }
        
        .content-scroll {
            width: 100%;
            height: 330px;
            background: #e5e5e5;
            margin-top: 100px;
        }
        
        .content-tab {
            padding-top: 50px;
            width: 1250px;
            height: 270px;
            margin: 0 auto;
            position: relative;
        }
        
        .content-tab-div {
            width: 1015px;
            height: 245px;
            float: left;
            position: absolute;
            left: 115px;
            top: 50px;
            overflow: hidden;
        }
        
        .div {
            width: 3041px;
            transition: all 0.5s;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .content-tab img {
            width: 240px;
            height: 240px;
            margin-left: 10px;
        }
        
        .content-tab img:hover {
            box-shadow: 3px 3px 10px 0px #999;
        }
        
        .content-scroll-left,
        .content-scroll-right {
            width: 100px !important;
            height: 100px !important;
            box-shadow: none !important;
        }
        
        .content-scroll-left {
            position: absolute;
            left: -10px;
            bottom: 100px;
        }
        
        .content-scroll-right {
            position: absolute;
            right: 10px;
            bottom: 100px;
        }
        
        .list {
            width: 995px;
            height: 599px;
            margin: 0 auto;
        }
        
        .list-left,
        .list-right {
            float: left;
        }
        
        .list hr {
            width: 95%;
            margin: 0 auto;
        }
        
        .list p {
            color: #616161;
            text-indent: 2em;
            font-size: 18px;
            font-weight: bold;
        }
        
        .list img {
            width: 150px;
            height: 100px;
        }
        
        .list-left-ul {
            width: 730px;
            height: auto;
            border: 1px solid #aaa;
        }
        
        .list-left-ul li {
            height: 180px;
            margin-top: 5px;
            margin-bottom: 18px;
        }
        
        .list a {
            color: #000;
            font-size: 14px;
            margin-top: 5px;
        }
        
        .list-left-msg-each {
            width: 150px;
            height: 160px;
            float: left;
            margin-left: 30px;
            margin-top: 10px;
            text-align: center;
        }
        
        .list-left-msg-each a:hover {
            color: #00b156;
            text-decoration: underline;
        }
        
        .list-right-ul {
            width: 260px;
            height: 599px;
            border: 1px solid #aaa;
        }
        
        .list-right-ul li {
            width: 100%;
            height: 30px;
            line-height: 30px;
        }
        
        .list-right-ul li a {
            text-indent: 1em;
            font-size: 16px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }
        
        .list-right-ul li a:hover {
            color: #00b156;
            text-decoration: underline;
            font-size: 18px;
        }
        
        .about {
            width: 100%;
            height: 650px;
            background: #e5e5e5;
            margin-top: 50px;
        }
        
        .about-us {
            width: 995px;
            height: 500px;
            margin: 0 auto;
            margin-top: 40px;
        }
        
        .about-video {
            width: 485px;
            height: 365px;
            float: left;
            margin-right: 60px;
            margin-top: 35px;
        }
        
        .about-text {
            float: left;
        }
        
        .partner {
            width: 100%;
        }
        
        .partner-service {
            width: 995px;
            height: 140px;
            margin: 0 auto;
        }
        
        .partner-service img {
            margin-top: 45px;
            margin-right: 43px;
        }
        
        .partner hr {
            width: 100%;
            height: 5px;
            background-color: #00b156;
        }
        
        .partner-friendlink {
            width: 995px;
            height: 225px;
            margin: 0 auto;
        }
        
        .partner-friendlink li {
            width: 245px;
            height: 170px;
            float: left;
            margin-top: 45px;
            text-align: center;
            margin-left: -10px;
            color: #00b156;
        }
        
        .partner-friendlink li img {
            width: 90px;
            height: 90px;
        }
        
        .go-to {
            width: 50px;
            height: 240px;
            position: fixed;
            right: 10px;
            bottom: 100px;
            display: none;
        }
        
        .go-to-ul-li a {
            display: block;
            right: 0;
            width: 50px !important;
            height: 50px !important;
            margin-bottom: 10px;
        }
        
        .go-to-ul-li-1 a {
            background: url(../templates/images/sbtn.gif) 0 -0px;
        }
        
        .go-to-ul-li-2 a {
            background: url(../templates/images/sbtn.gif) 0 -50px;
        }
        
        .go-to-ul-li-3 a {
            background: url(../templates/images/sbtn.gif) 0 -150px;
        }
        
        .go-to-ul-li-4 a {
            background: url(../templates/images/sbtn.gif) 0 -200px;
        }
        
        .go-to-ul-li-5 a {
            background: url(../templates/images/sbtn.gif) 0 -100px;
        }
        
        .go-to-ul-li a div {
            display: none;
            cursor: pointer;
        }
        
        .go-to-ul-li-1 a div {
            position: absolute;
            left: -200px;
            top: -50px;
            width: 200px;
            height: 200px;
        }
        
        .go-to-ul-li-2 a div {
            position: absolute;
            left: -200px;
            top: 0px;
            width: 200px;
            height: 200px;
        }
        
        .go-to-ul-li-3 a div {
            position: absolute;
            left: -200px;
            top: 50px;
            width: 200px;
            height: 200px;
        }
        
        .go-to-ul-li-4 a div {
            position: absolute;
            left: -227px;
            top: 180px;
            width: 226px;
            height: 200px;
        }
        
        .copyright {
            width: 100%;
            height: 235px;
            background: #f8f8f8;
        }
        
        .copyright a {
            color: #000;
        }
        
        .copyright a:hover {
            color: #00b156;
        }
        
        .copyright-regsiter {
            width: 995px;
            height: 137px;
            margin: 0 auto;
            text-align: center;
            /* margin-top: 210px; */
        }
        
        .copyright-img {
            margin-top: 30px;
        }