﻿body, dd, div, dl, dt, h1, h2, h3, h4, h5, html, input, li, p, textarea, ul {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: "Microsoft YaHei",Sans-Serif
}

img {
    border: 0
}

:focus {
    outline: 0
}

body, html {
    font-size: 12px;
    min-width: 1200px
}

.w {
    position: relative;
    width: 1180px;
    margin: 0 auto
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

a {
    color: #34ce79;
    text-decoration: none
}

li {
    list-style: none
}

.clear {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clearfix:after, .clearfix:before {
    content: ' ';
    display: block
}

.clearfix:after {
    clear: both
}

.hide {
    display: none !important
}

.fl {
    float: left
}

.fr {
    float: right
}

.row {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.column {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.col-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.col-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.col-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.col-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.iconfont {
    -webkit-text-stroke-width: 0
}

.pd20 {
    padding-bottom: 20px
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.vertical-middle {
    vertical-align: middle
}



.input {
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    border: 1px solid #d8d8d8
}

.input.errors {
    border: 1px solid #f60 !important
}

.input.warning {
    border: 1px solid #f3b730 !important
}

.input:focus, .input:hover {
    border: 1px solid #34ce79
}

.input.disabled:focus, .input.disabled:hover, .input[disabled]:focus, .input[disabled]:hover {
    border: 1px solid #dde6e7;
    background: #f4f4f4
}

.input.disabled {
    background: #f4f4f4
}

.textarea {
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dde6e7;
    resize: none;
    height: 112px;
    overflow-y: auto
}

.textarea.error {
    border: 1px solid #f60 !important
}

.textarea:focus {
    border: 1px solid #00d1a0
}


.banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.banner ul li {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 1.5s linear;
    transition: opacity 1.5s linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.banner ul li.active {
    display: block;
    opacity: 1;
    z-index: 2
}

.banner ul li img {
    width: 100%
}

.banner ul li .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -100px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    letter-spacing: 5.21px;
    height: 70px;
    line-height: 70px;
    font-weight: 400
}

.banner ul li .word {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
    text-align: center;
    font-size: 16px;
    color: #dbe1ed;
    letter-spacing: 1.2px;
    line-height: 25px;
    height: 25px
}

.banner ul li .link {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    display: block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    background: #00d1a0;
    border-radius: 100px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto
}

.banner ul li .link:hover {
    background: #0fc1af
}

.banner ul li .free-use {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    width: 520px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner ul li .free-use .inputBox {
    position: relative;
    text-align: left;
    width: 360px
}

.banner ul li .free-use .inputBox .input {
    width: 200px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border: 0;
    border-radius: 46px;
    padding-left: 20px;
    padding-right: 140px;
    margin-right: 0
}

.banner ul li .free-use .inputBox .input:focus {
    width: 199px;
    margin-top: -1px;
    border: 1px solid #0fc1af
}

.banner ul li .free-use .inputBox .input::input-placeholder {
    font-size: 16px;
    color: #b5b5b5;
    letter-spacing: 0
}

.banner ul li .free-use .inputBox .input textarea::-webkit-input-placeholder, .banner ul li .free-use .inputBox .input::-webkit-input-placeholder {
    font-size: 16px;
    color: #b5b5b5;
    letter-spacing: 0
}

.banner ul li .free-use .inputBox .input:-moz-placeholder {
    font-size: 16px;
    color: #b5b5b5;
    letter-spacing: 0
}

.banner ul li .free-use .inputBox .input::-moz-placeholder {
    font-size: 16px;
    color: #b5b5b5;
    letter-spacing: 0
}

.banner ul li .free-use .inputBox .input:-ms-input-placeholder {
    font-size: 16px;
    color: #b5b5b5;
    letter-spacing: 0
}

.banner ul li .free-use .inputBox a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 140px;
    height: 46px;
    text-align: center;
    background: #00d1a0;
    border-bottom-right-radius: 46px;
    border-top-right-radius: 46px;
    z-index: 2
}

.banner ul li .free-use .inputBox a:hover {
    border-bottom-right-radius: 46px;
    border-top-right-radius: 46px;
    background: #0fc1af
}

.banner ul li .free-use .inputBox .tips {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    text-align: center
}

.banner ul li .free-use .inputBox .tips.errors {
    color: red;
    display: block
}

.banner ul li .free-use .detail-btn {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    background: 0 0;
    border-radius: 23px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer
}

.banner ul li .free-use .detail-btn:hover {
    background: rgba(255,255,255,.2)
}

.banner ul li .video-btn {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    display: block;
    width: 140px;
    height: 38px;
    line-height: 36px;
    background: rgba(255,255,255,0);
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer
}

.banner .control {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 3;
    height: 4px;
    text-align: center
}

.banner .control span {
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 4px;
    background: #fff;
    border-radius: 4px
}

.banner .control span.active {
    background: #0fc1af
}

.service {
    position: fixed;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 999;
    height: 130px
}

.service .info .box {
    position: relative;
    width: 44px;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #ebebeb
}

.service .info .box:hover {
    border: 1px solid #d8d8d8
}

.service .info .box .pic {
    display: block;
    margin-left: 10px;
    margin-bottom: 8px
}

.service .info .box .btn {
    width: 100%;
    padding: 0 10px;
    word-wrap: break-word;
    letter-spacing: 20px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #31475e;
    cursor: pointer
}

.service .info .box ul {
    position: absolute;
    right: 45px;
    top: -20px;
    background: #fff;
    box-shadow: 0 0 8px rgba(255,255,255,.6);
    width: 355px;
    margin-right: 10px;
    padding: 40px 20px;
    display: none
}

.service .info .box ul li {
    position: relative;
    line-height: 25px;
    padding: 0 20px 0 90px
}

.service .info .box ul li img {
    display: block;
    position: absolute;
    top: 0;
    left: 25px
}

.service .info .box ul li .font-blod {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #31475e;
    font-weight: 400
}

.service .info .box ul li .font-green {
    font-family: STHeitiSC-Light;
    font-size: 16px;
    color: #00d1a0;
    text-align: left;
    margin-left: 20px
}

.service .info .box ul li .font-green.left {
    float: right;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #00d1a0;
    cursor: pointer
}

.service .info .box ul li .font-gray {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #6a7c92;
    text-align: left
}

.service .info .box ul li:first-child {
    margin-bottom: 20px
}

.service .info .up {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-top: 12px;
    width: 44px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: none
}

.service .info .up:hover {
    border: 1px solid #d8d8d8
}

 /* top */

#menu {
    z-index: 9999999;
}

#menu img {
    position: absolute;
    top: 15px;
    left: 50px;
    z-index: 9999999;
}

.container-nav-img {
    height: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 9999999;
}

.container-nav-img li {
    float: left;
    z-index: 9999999;
    margin-left: 20px;
    height: 25px;
    width: 80px;
    text-align: center;
    opacity: 1;
    padding-top: 4px;
}

.container-nav-img li a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    z-index: 9999999;
}

.container-nav-img li:hover {
    background: rgba(0,0,0,0.7);
    border-radius: 20px;
}

/* foot */
.last_menu {
    width: 1190px;
    margin: auto;
    padding-top: 20px;
    height: auto;
}

.foot {
    width: 100%;
    height: 200px;
    background: #232941;
}

.list_one ul {
    width: 80px;
    font-size: 12px;
    margin-left: 20px;
}

.list_one ul li {
    font-size: 12px;
    margin-top: 10px;
    color: #B9BCC8;
}

.foot ul {
    float: left;
}


.list_three {
    margin-left: 150px;
}

.list_three ul {
    width: 80px;
    margin-top: 0px;
}

.list_three li {
    font-size: 12px;
    margin-top: 10px;
    color: #B9BCC8;
}

.list_four {
    margin-left: 280px;
}

.list_four ul {
    width: 80px;
    height: 150px;
}

.list_four li {
    font-size: 12px;
    margin-top: 10px;
    color: #B9BCC8;
}

.list_five {
    margin-left: 410px;
}

.list_five ul {
    width: 80px;
    height: 150px;
}

.list_five li {
    font-size: 12px;
    margin-top: 10px;
    color: #B9BCC8;
}


.list_six {
    margin-left: 540px;
}

.list_six ul {
    width: 80px;
    height: 120px;
}

.list_six li {
    font-size: 12px;
    margin-top: 10px;
    color: #B9BCC8;
}

.list_seven {
    margin-left: 680px;
}

.list_seven ul {
    width: 220px;
    height: 120px;
}

.list_seven li {
    width: 260px;
    margin-top: 10px;
    color: #B9BCC8;
}

.list_eight {
    margin-left: 970px;
    margin-top: 30px;
}


.last_foot {
    width: 100%;
    height: 50px;
    background: #1b2034;
    z-index: 9999;
}

.last_foot ul {
    text-align: center;
    padding-top: 20px;
}

.last_foot ul li {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    color: #6b6e7b;
    text-align: center;
}

.last_foot p {
    margin-left: 720px;
    font-size: 12px;
    color: #6b6e7b;
}

.last_out {
    width: 1190px;
    margin: auto;
}

.clean {
    clear: both;
}

/*menu*/
.menu {
    background-color: #e8e8e8;
    width: 100%;
    height: 50px;
    line-height: 18px;
}

.menu ul {
    width: 1190px;
    height: 18px;
    margin: auto;
    height: 50px;
}

.menu ul li {
    float: left;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    height: 32px;
    margin-top: 15px;
    margin-right: 100px;
    cursor: pointer;
}

.one {
    font-weight: bold;
    border-bottom: 2px solid #31AE36;
}

    .one:hover {
        font-weight: bold !important;
        border-bottom: 2px solid #31AE36 !important;
    }

.two:hover {
    font-weight: bold !important;
    border-bottom: 2px solid #31AE36 !important;
}

.grey:hover {
    font-weight: bold !important;
    border-bottom: 2px solid #31AE36 !important;
}

.last:hover {
    font-weight: bold !important;
    border-bottom: 2px solid #31AE36 !important;
}

.sub-menu-navbox {
            width: 100%;
            text-align: center;
            background: #fff;
        }

.sub-menu-nav {
    display: inline-block;
    width: 1200px;
    height: 62px;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 1px;
    text-align: center;
}

.sub-menu-links {
    height: 100%;
}

.sub-menu-links > li {
    margin-left: 94px;
}

.sub-menu-links > li:first-child {
    margin-left: 0px;
}

.sub-menu-link {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.sub-menu-url {
    display: block;
    min-width: 84px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    border-bottom: 4px solid transparent;
}

.sub-menu-url:hover,
.sub-menu-url.active {
    color: #44B449;
    font-weight: 500;
    border-bottom: 4px solid #44B449;
}

.button {
    background-color:#34ce79;
    width: 120px;
    height: 34px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 46px;
    cursor:pointer;
    border: 1px solid #00d1a0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}