/*CSS Document */

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
input,
body,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-size: 12px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    margin: 0px;
    padding: 0px;
    /* color: #333; */
    min-width: 1200px;
}

img {
    border: 0px;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    background-repeat: no-repeat;
}

html {
    overflow-x: hidden;
}

.last {
    margin-right: 0 !important
}

input:focus {
    border-color: #00aebc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 94, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 94, 0, .6)
}

/*公共样式 end*/





/*资讯*/

.top_zuo {
    float: left;
    padding: 10px;
}

.top_zuo b {
    background: url("tz-1.png")0 2px no-repeat;
    display: block;
    text-indent: 26px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

/*top_abg*/

.top_abg {
    background: #f2f2f2;
}

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

.top_lxfs {
    float: left;
    overflow: hidden;
}

.top_lxfs li {
    float: left;
    margin-right: 30px;
    line-height: 40px;
    height: 40px;
    color: #888;
    font-size: 12px;
}

.top_tel {
    float: right;
    line-height: 40px;
    font-size: 16px;
    color: #00aebc;
    padding-left: 39px;
    background: url("db.png") no-repeat left;
    font-weight: 700;
}







/*top*/

.top_bg {
    width: 100%;
    position: absolute;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

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

.logo {
    float: left;
    padding: 10px 0;
}

.logo img {
    display: block;
}



/*nav*/

.nav_bg {
    float: right;
}

.minNav ul {
    display: block;
}

.minNav ul li {
    float: left;
    position: relative;
    margin-left: 20px;
    padding: 48px 0 0;
}

.minNav ul li>a {
    display: block;
    text-align: center;
    padding: 5px 13px;
    font-size: 15px;
}

.minNav ul li:hover>a {
    color: #00aebc;
    /* background: #00aebc; */
    /* border-radius: 50px; */
}

.current {
    color: #00aebc;
    /* background: #00aebc;
    border-radius: 50px; */
}

/*二级下拉*/

.minNav ul li .Navdrop {
    width: 200px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.minNav ul li .Navdrop p {
    overflow: hidden;
}

.minNav ul li .Navdrop p a {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 12px;
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.minNav ul li .Navdrop p a:hover {
    background: #00aebc;
    color: #fff;
}

.clear-both {
    clear: both;
}



/*banner start*/

.Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 89px;
}

.Banner .hd {
    overflow: hidden;
    position: absolute;
    right: 48.5%;
    bottom: 6%;
    z-index: 1;
}

.Banner .hd ul {
    overflow: hidden;
    zoom: 1;
}

.Banner .hd ul li {
    margin-right: 15px;
    width: 13px;
    height: 13px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-bottom: 10px;
    float: left;
    border-radius: 50px;
}

.Banner .hd ul li:last-child {
    margin-right: 0;
}

.Banner .hd ul li a {
    display: none;
}

.Banner .hd ul li.on {
    background: #00aebc;
    color: #fff;
}

.Banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.Banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.Banner .bd ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

.Banner .bd img {
    width: 100%;
    /*height: 670px;*/
    display: block;
    text-align: center;
}

/*banner end*/

/*crumb start*/
.Crumb-w {
    width: 100%;
    background: #00aebc;
    overflow: hidden;
}

.Crumb-con {
    width: 1200px;
    margin: 0 auto;
}

.Crumb-ul li {
    float: left;
    width: 264px;
    overflow: hidden;
    padding: 17px 18px;
}

.Crumb-ul li i {
    display: block;
    float: left;
    width: 30px;
    padding: 35px 20px;
}

.crumb-ico1,
.crumb-ico2,
.crumb-ico3,
.crumb-ico4 {
    background: url("fw-tb.png")no-repeat;
}

.crumb-ico2 {
    background-position: -88px 0;
}

.crumb-ico3 {
    background-position: -176px 0;
}

.crumb-ico4 {
    background-position: -264px 0;
}

.crumb-wz {
    float: left;
    color: #fff;
    padding: 15px 25px 10px;
}

.crumb-wz b {
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.crumb-wz p {
    font-size: 14px;
}

.Crumb-ul li:hover {
    background: #00aebc
}


/*crumb end*/


/*表单 start*/
.form-w {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.form-con {
    width: 1200px;
    margin: 0 auto 50px;
}

.form-bt {
    padding: 40px 0 10px;
    text-align: center;
}

/* .form-bt p {
    font-size: 18px;
    color: #444;
    padding-bottom: 15px;
} */

.form-bt h1 {
    font-size: 30px;
    padding-bottom: 25px;
}

.form-bt h1 span {
    color: #00aebc;
    font-size: 50px;
}

.form-bt h1 b {
    background: #00aebc;
    color: #fff;
    font-weight: normal;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 25px;
    font-size: 23px;
    margin-left: 16px;
    margin-right: 16px;
}

.form-bt i {
    background: url("bt-t.png") center no-repeat;
    padding: 5px;
    display: block;
}

.form-nr {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 10px;
}

.form-nr-left {
    float: left;
    overflow: hidden;
}

.form-nr-left img {
    width: 100%;
    border-radius: 10px;
}

.form-nr-right {
    float: right;
    background: #f5f5f5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    margin: 30px 0 40px;
}

.ck_box {
    padding: 10px 25px 5px 25px;
    overflow: hidden;
}

.ck_box_bt {
    background: #00aebc;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding: 8px 25px;
    display: inline-block;
    cursor: pointer;
}

.ck_box_bt.twe {
    background: #00aebc;
}

.ck_box_bt i {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-right: 15px;
}

.ck_cont {
    margin-top: 10px;
}

.ck_cont label {
    background-color: #fff;
    line-height: 35px;
    display: block;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    width: 123px;
    text-align: center;
    transition: all 0.5s ease;
    border-radius: 50px;
    font-size: 14px;
    color: #888;
    margin-bottom: 9px;
}

.ck_cont .ck_name,
.ck_cont .ck_tel {
    width: 200px;
}

.ck_cont label:hover {
    transition: all 0.5s ease;
    /* background: #00aebc; */
    /* color: #fff; */
}

.ck_cont label:last-child {
    margin-right: 0;
}

.ck_cont .curr {
    color: #00aebc;
    border: 1px solid #00aebc;
}

.seven_phone {
    padding: 20px 25px 0 25px;
}

.txt_cont {
    width: 272px;
    float: left;
    margin-right: 25px;
    color: #fff;
}

.txt_tel {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    transition: all 0.5s ease;
    font-family: "Microsoft YaHei";
    background: #fff;
    border-radius: 5px;
    color: #666 !important;
    font-size: 15px;
    border: 1px solid #00aebc;
}

.for-txt-name {
    display: inline-block;
    margin-top: 28px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}

.for-txt-name span {
    color: grey;
    font-size: 14px;
}

.ck_cont_name {
    display: inline-block;
}

.txt_box.textcen {
    background-color: #00aebc;
    overflow: hidden;
    width: 256px;
    border-radius: 5px;
    margin: 0 auto;
}

.seven_subm {
    width: 255px;
    height: 49px;
    border: none;
    color: #fff;
    background: url("fb.png")no-repeat;
    border-radius: 6px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    background-position: 30px;
    padding-left: 40px;
    cursor: pointer;
}

/*表单 end*/
.zixun {
    margin: 60px auto 0;
    text-align: center;
}

.zixun .zixun-bt {
    background: #00aebc;
    border-radius: 50px;
    padding: 14px 50px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    cursor: pointer;
}

/*项目 start*/
.xiangxm-con,
.youshi-con,
.about-con,
.team-con {
    width: 1200px;
    margin: 0 auto;
}

.xiangxm-w {
    background-color: #f5f5f5;
    margin: 40px 0;
}


.form-bt.one p {
    color: #fff;
}

.xiangxm-w .form-bt.one h1 {
    color: #000;
}

.xiangxm-nr .xiangxm-ul {
    overflow: hidden;
}

.xiangxm-ul li {
    float: left;
    width: 385px;
    height: 284px;
    overflow: hidden;
    position: relative;
    margin-right: 22px;
    margin-bottom: 26px;
    z-index: 999;
}

.xiangxm-ul li a {
    display: block;
}

.xiangxm-ul li img {
    max-width: 100%;
    z-index: -10;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 284px
}

.xiangxm-ul li:nth-child(3n) {
    margin-right: 0;
}

.xiangxm-wz {
    transition: all .3s;
    -webkit-transition: all .3s;
    bottom: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 25px;
    border-radius: 0px;
    width: 75%;
    height: 65px;
    position: absolute;
    bottom: 0px;
    left: 6%;
}

.xiangxm-wz h2 {
    font-size: 19px;
    margin-bottom: 10px;
}

.xiangxm-wz p {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    height: 37px;
}

.xiangxm-wz p:after {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5%;
    height: 1em;
}

.xiangxm-ul li:hover img {
    transform: scale(1.08);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.xiangxm-ul li:hover .xiangxm-wz {
    /* background: linear-gradient(90deg, #fda035, #00aebc); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda035', endColorstr='#00aebc', GradientType=0); */
    height: 80px;
}

.xia_more {
    background: #00aebc;
    overflow: hidden;
    width: 445px;
    margin: 0 auto 40px;
    border-radius: 50px;
    clear: both;
}

.xia_more a {
    float: left;
    display: inline-block;
    background: #00dbec;
    border-radius: 50px;
    padding: 11px 35px;
    font-size: 15px;
    color: #fff;
}

.xia_more a i {
    display: inline-block;
    background: url("jt.png")no-repeat;
    display: inline-block;
    padding: 7px 12px;
    background-position: 16px 1px;
}

.xia_more p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
}

/*项目 end*/



/*优势 start*/

.youshi {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f6f8;
}

.you-line {
    padding-left: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}

.you-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
    padding: 20px;
}

.you-line li {
    /* float: left;
    margin-right: 20px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    width: 265px;
    height: 215px;
    margin-top: 45px; */
    display: inline-block;
    width: 50%;
    cursor: pointer;
}

.you-line li:nth-child(4n) {
    margin-right: 0;
}

.you-line li .you-item:hover {
    background: white;
}

.you-line li i {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 82px;
    border: 6px solid rgba(255, 255, 255, 0.7);
    margin-top: 50px;
}

.you-ico1,
.you-ico2,
.you-ico3,
.you-ico4,
.you-ico5,
.you-ico6,
.you-ico7,
.you-ico8 {
    background: url("ys1.png") #00aebc no-repeat center;
}

.you-ico2 {
    background: url("ys2.png") #00aebc no-repeat center;
}

.you-ico3 {
    background: url("ys3.png") #00aebc no-repeat center;
}

.you-ico4 {
    background: url("ys4.png") #00aebc no-repeat center;
}

.you-ico5 {
    background: url("ys5.png") #00aebc no-repeat center;
}

.you-ico6 {
    background: url("ys6.png") #00aebc no-repeat center;
}

.you-ico7 {
    background: url("ys7.png") #00aebc no-repeat center;
}

.you-ico8 {
    background: url("ys8.png") #00aebc no-repeat center;
}

.you-wz {
    /* padding: 110px 20px 0; */
    width: 240px;
    margin-top: 10px;
    display: inline-block;
    padding: 0px 20px;
    text-align: left;
}

.you-wz b {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.you-wz p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    padding: 17px 0 0 0;
}

.you-line li:hover b,
.you-line li:hover p {
    color: #00aebc;
}

/*优势 end*/


/*那些需要 start*/
.recommend_mea {
    padding-top: 60px;
    margin-top: 40px;
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    zoom: 1;
}

.wcard-container .wcard-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 40px;
}

.wcard-container .wcard-content .wcard_left {
    width: 87%;
    margin: 0 auto;
}

@media (min-width:1400px) {
    .wcard-container .wcard-content .wcard_left {
        width: 80%;
    }
}

.wcard-container h3 {
    font-size: 28px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
}

.wcard-container h3 span {
    color: #00aebc;
}

.wcard-section {
    padding: 20px 20px;
    cursor: pointer;
    width: 220px;
    float: left;
}

.wcard-section:hover {
    box-shadow: 0 0 0 1px #00aebc;
}

.wcard_nc {
    overflow: hidden;
    background-size: 100% 100%;
    border: 2px solid #f7f7f7;
    border-radius: 6px;
    transition: all 0.5s ease;
}

p {
    margin: 0;
}

.wcard_nc p img {
    width: 100%;
}

.wcard-sectitle {
    color: #333;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 12px;
}

.wcard-secsummary {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 18px;
    height: 60px;
}

.wcard_btn {
    text-align: center;
}

.wcard-section a.button {
    font-size: 14px;
    width: 140px;
    line-height: 40px;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #00aebc;
    margin-bottom: 20px;
    color: #00aebc;
    transition: all 0.5s ease;
}

/*那些需要 end*/

/*如何选择 start*/
.recommend_mea {
    background: #f4f6f8;
    padding-top: 60px;
}

.bank {
    text-align: center;
    position: relative;
}

.xkz_h4 {
    color: #666;
    font-weight: 500;
}

.bank_type {
    margin: 40px auto;
    height: 500px;
    width: 1000px;
}

.type_body {
    width: 1400px;
    margin: auto;
    padding: 20px 0;
}

.type_cont {
    width: 100%;
    padding: 0 10px;
}

.type_cont .cont_x {
    width: 380px;
    float: left;
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0 1px 20px #bbb; */
    border: 1px solid #bbb;
    margin-right: 20px;
    overflow: hidden;
}

.head_x {
    font-size: 22px;
    color: #fff;
    padding: 20px 0;
    background-image: url(vs_1.jpg);
}

.head_x span {
    border-radius: 25px;
    height: 45px;
    width: 320px;
    display: inline-block;
    line-height: 45px;
}

.type_cont ul {
    font-size: 16px;
    color: #303030;
}

.type_cont ul li {
    line-height: 26px;
    padding: 16px 0 16px 40px;
    border-bottom: 1px solid #e5e4ea;
    cursor: pointer;
    text-align: left;
}

.type_cont .cont_y {
    width: 180px;
    float: left;
}

.head_y span {
    font-size: 56px;
    font-weight: bold;
    height: 77px;
    line-height: 77px;
    color: #00aebc;
}

.type_cont ul {
    font-size: 16px;
    color: #303030;
}

.type_cont .cont_y ul li {
    padding: 8px 0;
    color: #00aebc;
    margin: 14px -20px;
    text-align: center;
    border-top: 1px solid #00aebc;
    font-size: 16px;
    border-radius: 6px;
}

.type_cont .cont_z {
    width: 380px;
    float: left;
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0 1px 20px #bbb; */
    border: 1px solid #bbb;
    margin-left: 20px;
    overflow: hidden;
}

.head_z {
    font-size: 22px;
    color: #fff;
    padding: 20px 0;
    background-image: url(vs_2.jpg);
}

.head_z span {
    border-radius: 25px;
    height: 45px;
    width: 320px;
    display: inline-block;
    line-height: 45px;
}

/*如何选择 end*/


/*新闻中心 start*/

.nwes-con {
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(53, 53, 53, 0.05);
    overflow: hidden;
    padding: 60px 20px 20px;
}

.nwes-con .nwes-right .nwes-detail span {
    font-size: 18px;
    font-weight: bold;
    color: #00aebc;
}

.nwes-right {
    overflow: hidden;
}

.nwes-right li:first-child {
    width: 50%;
    margin-left: 0;
}

.nwes-right li:first-child .nwes-detail {
    float: none;
    padding: 17px 0;
    text-indent: 0;
    margin: 0;
}

.nwes-right li:first-child .nwes-detail h3 {
    font-size: 18px;
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.nwes-right li:first-child .nwes-detail p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
    height: 42px;
    width: 95%;
}

.nwes-right li:first-child .nwes-detail span {
    font-size: 14px;
    color: #888;
}

.nwes-right li:first-child .nwes-detail span em {
    float: right;
}

.nwes-right li:first-child img {
    width: 500px;
    height: 269px;
}

.nwes-right li {
    float: left;
    width: 44%;
    overflow: hidden;
    margin-left: 23px;
    margin-bottom: 30px;
}

.nwes-detail {
    float: left;
    /* text-indent: 52px; */
    margin: 0 0 18px 0;
}

.nwes-detail h3 {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.news-left {
    margin-right: 20px;
}

.news-left p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.news-left span {
    text-align: right;
    color: #373c40;
    display: inherit;
}

.news-right {
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
}

.news-right .nwes-detail p {
    color: #999;
    font-size: 14px;
    position: relative;
    height: 18px;
    overflow: hidden;
    width: 113%;
    margin-top: 9px;
}

.nwes-detail p:after {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 10%;
}


.nwes-right li:hover h3,
.nwes-right li:hover p {
    color: #00aebc;
}


/*新闻中心 end*/



/*表单 start*/
.register-w {
    /* background: url("rc-banner.jpg")no-repeat; */
    background-color: #f4f6f8;
    width: 100%;
    overflow: hidden;
}

.register-con {
    width: 1200px;
    margin: 0 auto 64px;
    position: relative;
    overflow: hidden;
}

.register-nr {
    position: relative;
}

.register-left {
    float: left;
    width: 642px;
    background: #fff;
}

.register-left b {
    font-size: 20px;
    font-weight: normal;
    color: #00aebc;
    padding: 15px;
    display: block;
    width: 275px;
    text-align: center;
    margin: 0 auto;
}

.register-right {
    float: right;
    width: 456px;
    padding: 45px 0px 47px 51px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
}

.register-right li span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

/*left*/

.txtMarquee-top {
    width: 650px;
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .bd {
    padding: 35px;
}

.txtMarquee-top .infoList-ri li {
    height: 24px;
    line-height: 24px;
    border-bottom: 1px dashed #b8b8b8;
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 10px;
}

.txtMarquee-top .infoList-ri li i {
    background: #b8b8b8;
    padding: 3px;
    display: block;
    float: left;
    margin: 10px 0;
}

.txtMarquee-top .infoList-ri li a {
    display: block;
    float: right;
    width: 95%;
}

.txtMarquee-top .infoList-ri li a p {
    color: #888;
    background: none;
    font-size: 14px;
}

.txtMarquee-top .infoList-ri li a span {
    color: #888;
    margin-left: 36px;
    display: inline-block;
    float: right;
    font-size: 12px;
}





/*right*/
.reg-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.reg-title span {
    font-size: 30px;
    color: #00aebc;
}

.reg-input {
    width: 100%;
}

.reg-input li {
    width: 91%;
    height: 40px;
    margin-bottom: 25px;
}

.reg-input li input[type="text"] {
    width: 89%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ededed;
    outline: none;
    padding-left: 17px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: "Microsoft YaHei";
}

.reg-checkbox-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.reg-checkbox-item {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.reg-checkbox-item label{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.reg-title-tj .reg-btn {
    background: #00aebc;
    border-radius: 50px;
    padding: 14px 50px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    float: left;
    margin-left: 140px;
    cursor: pointer;
}

/*表单 end*/


/*底部 start*/

footer {
    background: #333;
    overflow: hidden;
}

.footer-top {
    width: 100%;
    background: #333;
    overflow: hidden;
}

.footer-top-con {
    width: 1200px;
    margin: 80px auto 55px;
    overflow: hidden;
}

.footer-top-one {
    float: left;
    margin-right: 50px;
}

.footer-top-one.twe {
    float: right;
    margin-right: 0;
}

/*1*/

.footer-top-dl {
    float: left;
    margin-right: 79px;
}

.footer-top-dl dd {
    margin-bottom: 15px;
}

.footer-top-dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.footer-top-dl dt a {
    color: #fff;
}

.footer-top-dl dd a {
    font-size: 14px;
    color: #888;
}

.footer-top-dl dd a:hover {
    color: #ff630c;
}

.footer-top-one:nth-child(2) img {
    width: 153px;
}

.footer-top-one:nth-child(2) p {
    color: #888;
    font-size: 14px;
}

.footer-top-one.twe em {
    background: url("xtb.png")no-repeat;
    display: block;
    float: left;
    padding: 26px;
    background-position: -100px;
}

.footer-top-wz {
    float: left;
    margin-left: 20px;
    width: 205px;
}

.footer-top-wz b {
    display: block;
    margin-bottom: 5px;
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
}

.footer-top-wz b span {
    display: block;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}

.footer-top-wz p {
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}

.footer-top-wz a {
    display: block;
    background: #00aebc;
    border-radius: 5px;
    color: #fff;
    padding: 9px 18px;
    font-size: 14px;
    width: 110px;
}

.footer-top-wz a i {
    background: url("wh.png");
    display: block;
    padding: 12px;
    float: left;
    background-position: -26px -51px;
}

.footer-bottom {
    border-top: 1px solid #444;
}

.footer-bottom-con {
    width: 1200px;
    margin: 0 auto;
}

.footer-bottom-con p {
    font-size: 14px;
    color: #888;
    text-align: center;
    padding: 20px 0;
}

.footer-bottom-con p a {
    color: #888
}

.footer-bottom-left {
    float: right;
    padding: 15px 0;
}

.footer-bottom-left span {
    color: #888;
    font-size: 14px;
    display: block;
    float: left;
    padding-top: 8px;
}

.footer-bottom-left .ico1 {
    position: relative;
}

.footer-bottom-left .ico1:hover .ico1_img {
    display: block;
}

.ico1_img {
    display: none;
    position: absolute;
    bottom: 42px;
    right: -21px;
    width: 130px;
}

.ico1_img img {
    width: 100%;
}

.footer-bottom-left .ico1,
.footer-bottom-left .ico2 {
    background: url("xtb.png")no-repeat;
    display: block;
    float: left;
    padding: 15px;
    background-position: -165px 0;
    margin-left: 10px;
}

.footer-bottom-left .ico2 {
    background-position: -201px 0;
}

/*底部 end*/