﻿html, body, div, span, label, object, iframe, p, h1, h2, h3, h4, h5, pre, code, a, em, img, strong, dl, dt, dd, ul, ol, li, form, button, input, textarea, select, fieldset, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, nav, section, time, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font: 12px/1.5 Arial, "Microsoft YaHei", "微软雅黑"
}

a, input, select, textarea, button {
    outline: none
}

input[type="button"], button {
    cursor: pointer
}

span, label {
    display: inline-block
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container {
    min-width: 1200px
}

.banner {
    background: url("../images/banner.jpg") no-repeat center bottom;
    background-size: cover;
    height: 600px;
    width: 100%
}

.common-title {
    color: #3d3d3d;
    font-size: 32px;
    font-weight: normal;
    padding: 40px 0;
    position: relative;
    text-align: center;
    width: 100%
}

.common-title-s {
    color: #3d3d3d;
    font-size: 30px;
    margin: -6px 0 20px 0;
    text-align: center
}

.common-title.dot {
    position: relative
}

.common-title.dot:before, .common-title.dot:after {
    content: '';
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 96px
}

.common-title.dot:before {
    background: url("../images/title-style2.png") no-repeat;
    margin-left: -125px
}

.common-title.dot:after {
    background: url("../images/title-style1.png") no-repeat;
    margin-left: 25px
}

.common-title.white {
    color: #fff
}

.common-title.dot.white:before {
    background: url("../images/title-style2-white.png") no-repeat
}

.common-title.dot.white:after {
    background: url("../images/title-style1-white.png") no-repeat
}

.common-title .dot-bottom {
    border-radius: 14px;
    background: #226667;
    height: 14px;
    left: 50%;
    margin: 0 0 0 -7px;
    position: absolute;
    top: 98px;
    width: 14px
}

.common-title .dot-bottom:after, .common-title .dot-bottom:before {
    content: '';
    border-radius: 14px;
    background: #226667;
    height: 14px;
    position: absolute;
    width: 14px
}

.common-title .dot-bottom:after {
    left: 20px
}

.common-title .dot-bottom:before {
    left: -20px
}

.common-btn {
    background: #226667;
    box-shadow: 0 0 0 20px rgba(34, 102, 103, 0.13);
    color: #fff;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 333px
}

.statistical {
    background: #226667;
    height: 170px;
    position: relative
}

.statistical-lay {
    align-items: center;
    display: flex;
    height: 100%;
    margin: auto;
    width: 1200px
}

.statistical-lay .column {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center
}

.statistical-lay .title {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%
}

.statistical-lay .line {
    border-left: 1px solid #329192;
    border-right: 1px solid #0f3637;
    height: 102px;
    width: 0px
}

.statistical-lay .digital {
    color: #ffeecb;
    font-size: 60px;
    margin-top: -24px;
    vertical-align: middle
}

.statistical-lay .unit {
    color: #fff;
    font-size: 18px
}

.order {
    margin: 0 auto;
    width: 1200px
}

.order-form {
    display: flex;
    padding-top: 10px
}

.order-form .input {
    align-items: center;
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
    display: flex;
    height: 70px;
    margin-bottom: 70px;
    overflow: hidden;
    padding: 0 25px
}

.order-form .input:nth-child(1) {
    width: 532px
}

.order-form .input:nth-child(2) {
    margin: 0 20px;
    width: 392px
}

.order-form .input input {
    background: #f5f5f5;
    font-size: 18px;
    flex: 1;
    height: 70px
}

.order-form button {
    background: #226667;
    color: #fff;
    font-size: 36px;
    height: 70px;
    width: 235px
}

.red {
    color: #f00
}

@keyframes hand {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(10px, 0, 0)
    }
}

.page-a {
    background: #fff;
    padding-bottom: 25px
}

.page-a-lay {
    margin: auto;
    width: 1200px
}

.page-a-toggle {
    display: flex;
    justify-content: space-between
}

.page-a-toggle .left {
    width: 390px
}

.page-a-toggle .left .item {
    align-items: center;
    background: #b8e6e7;
    color: #226667;
    display: flex;
    font-size: 28px;
    height: 85px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 0 0 20px
}

.page-a-toggle .left .item span {
    margin: 0 0 0 15px
}

.page-a-toggle .left .item.on {
    background: #226667;
    color: #ffeecb
}

.page-a-toggle .center {
    border: 4px solid #959595;
    height: 445px;
    text-align: center;
    width: 334px
}

.page-a-toggle .center .title {
    color: #b5b5b5;
    font-size: 18px;
    height: 18px;
    line-height: 1;
    text-align: justify;
    width: 110px
}

.page-a-toggle .center .title span {
    display: inline-block;
    padding-left: 100%
}

.page-a-toggle .center .line {
    background: #b5b5b5;
    height: 8px;
    margin-left: 27px;
    width: 163px
}

.page-a-toggle .center img {
    margin: 30px 0
}

.page-a-toggle .center ul {
    padding: 0 0 0 12px
}

.page-a-toggle .center li {
    align-items: center;
    display: flex;
    margin-bottom: 12px
}

.page-a-toggle .center li.on .title {
    color: #226667
}

.page-a-toggle .center li.on .line {
    background: #226667
}

.page-a-toggle .right {
    width: 455px
}

.page-a-toggle .right .item {
    align-items: center;
    background: #b8e6e7;
    display: none;
    flex-direction: column;
    height: 445px;
    justify-content: center;
    width: 455px
}

.page-a-toggle .right .item p {
    color: #226667;
    font-size: 24px;
    text-align: center
}

.page-a-toggle .right .item a {
    border: 10px solid #a5d5d6;
    background: #226667;
    color: #fff;
    font-size: 30px;
    height: 80px;
    line-height: 60px;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
    width: 260px
}

.page-a-toggle .right .item.on {
    display: flex
}

.page-b {
    background: url("../images/b/bg.jpg") no-repeat bottom center;
    height: 660px
}

.page-b-lay {
    margin: auto;
    width: 1200px
}

.page-b ul {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 90px 0
}

.page-b li {
    align-items: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 86px 86px;
    background-position: center 60px;
    display: flex;
    flex-direction: column;
    height: 230px;
    justify-content: center;
    width: 232px
}

.page-b li span {
    color: #3d3d3d;
    font-size: 28px;
    margin-top: 130px
}

.page-b li:hover {
    background-color: #ffeecb
}

.page-b li.a {
    background-image: url("../images/b/1.png")
}

.page-b li.a:hover {
    background-image: url("../images/b/1_hover.png")
}

.page-b li.b {
    background-image: url("../images/b/2.png")
}

.page-b li.b:hover {
    background-image: url("../images/b/2_hover.png")
}

.page-b li.c {
    background-image: url("../images/b/3.png")
}

.page-b li.c:hover {
    background-image: url("../images/b/3_hover.png")
}

.page-b li.d {
    background-image: url("../images/b/4.png")
}

.page-b li.d:hover {
    background-image: url("../images/b/4_hover.png")
}

.page-b li.e {
    background-image: url("../images/b/5.png")
}

.page-b li.e:hover {
    background-image: url("../images/b/5_hover.png")
}

.page-c {
    background: #fbfafa;
    padding-bottom: 75px
}

.page-c .common-title {
    background: #fff url("../images/c/bg.png") no-repeat center bottom;
    padding-bottom: 90px
}

.page-c-lay {
    margin: auto;
    width: 1200px
}

.page-c-list {
    background: url("../images/c/yuan.png") no-repeat center;
    height: 438px;
    margin: 180px 0 0 0;
    position: relative
}

.page-c-list ul {
    display: flex;
    left: 30px;
    position: relative;
    top: -108px
}

.page-c-list li {
    border: 1px solid #d5d5d5;
    background-color: #fff;
    background-size: 70px 70px;
    background-position: center 35px;
    background-repeat: no-repeat;
    height: 331px;
    margin-right: 30px;
    position: relative;
    text-align: center;
    width: 261px;
    z-index: 1
}

.page-c-list li span {
    color: #3d3d3d;
    font-size: 26px;
    padding: 140px 0 10px 0
}

.page-c-list li p {
    background: #fff;
    color: #6d6d6d;
    font-size: 18px;
    height: 140px;
    line-height: 1.8
}

.page-c-list li:hover {
    background-color: #ffeecb
}

.page-c-list li:hover p {
    background-color: #ffeecb
}

.page-c-list li.a {
    background-image: url("../images/c/1.png")
}

.page-c-list li.a:hover {
    background-image: url("../images/c/1_hover.png")
}

.page-c-list li.b {
    background-image: url("../images/c/2.png")
}

.page-c-list li.b:hover {
    background-image: url("../images/c/2_hover.png")
}

.page-c-list li.c {
    background-image: url("../images/c/3.png")
}

.page-c-list li.c:hover {
    background-image: url("../images/c/3_hover.png")
}

.page-c-list li.d {
    background-image: url("../images/c/4.png")
}

.page-c-list li.d:hover {
    background-image: url("../images/c/4_hover.png")
}

.page-c-list li:after {
    content: '';
    border: 40px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.39);
    border-top-width: 132px;
    bottom: -40px;
    height: 0;
    position: absolute;
    right: -40px;
    width: 0;
    z-index: -1
}

.page-d {
    border-bottom: 1px solid #e1e1e1
}

.page-d-lay {
    height: 100%;
    margin: auto;
    position: relative;
    padding: 0 0 80px 0;
    width: 1200px
}

.page-d img {
    height: 300px;
    margin: 50px 0 70px 0;
    width: 1200px
}
.page-e{
    position: relative;
}
.page-e-lay {
    margin: 0 auto;
    height: 100%;
    width: 1200px;
}
.page-e-img  img{
    height: 227px;
    /*margin: 50px 0;*/
    width: 200px
}
.img1{
    width: 450px;
    height: 227px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.img2{
    width: 920px;
    height: 300px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    transform: translateY(-30px);
}
.img3{
    width: 450px;
    height: 227px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    transform: translateY(-130px);
}
.content1{
    width: 450px;
    position: absolute;
    top: 179px;
    left: 270px;
    padding-bottom:20px ;
}
.content1 h3{
    font-size: 25px;
}
.content1 p{
    font-size: 18px;
}
.content2{
    top: 430px;
    left: 145px;
}
.content3{
    top: 629px;
    left: 264px;
}
.content4{
    top: 660px;
    left: 1215px;
}
.content5{
    top: 398px;
    left: 1298px;
}
.content6{
    top: 115px;
    left: 1181px;
}
.active{
    color: #0b8f6d;
    border-bottom: 2px solid #0b8f6d;
}
.page-f {
    background: url("../images/f/bg.png") no-repeat center bottom;
    height: 834px
}

.page-f-lay {
    margin: 0 auto;
    height: 100%;
    width: 1200px
}

.page-f img {
    height: 505px;
    margin: 0 auto;
    width: 1195px
}
