﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-shadow: none;
    box-shadow: none;
}

    *:focus,
    *:hover,
    *:active,
    *:visited {
        border: none;
        outline: none;
        box-shadow: none;
    }

html {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    height: 100%;
    vertical-align: middle;
}

body {
    width: 100%;
    font-family: "Siemens Sans Roman", Geneva, Helvetica, "宋体", sans-serif;
    color: #333;
    overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}



em,
i {
    font-style: normal;
}

img {
    border: none;
}

input,
img {
    vertical-align: middle;
}

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

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    vertical-align: middle;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 !important;
}

    input::-webkit-input-placeholder {
        color: #B1B1B1;
    }
/*article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block;
	height: auto;
	overflow: hidden;
}*/
/*.margin_top20{
	margin-top:20px !important;
}
.margin_top60{
	margin-top:60px;
}
.margin_top100{
	margin-top:100px;
}
.margin_top120{
	margin-top:120px;
}
.margin_top140{
	margin-top:140px;
}
.width-400{
	width:400px !important;
}
.width-300{
	width:300px !important;
}*/
/*.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.bor_bn{
	border-bottom:none !important;
}
.bor_rn{
	border-right:none !important;
}*/
.green {
    color: #17964C !important;
    display: inline-block !important;
    font-weight: bold;
}

.red {
    color: #C92626 !important;
    display: inline-block !important;
    font-weight: bold;
}

.clearfix {
    clear: both;
    height: auto;
    overflow: hidden;
}

.dn {
    display: none;
}

.db {
    display: block !important;
}

.page {
    width: 100%;
    /*position: relative;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*首页*/
/*.head{
	width: 100%;
	height: 142px;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);
}
.head-top{
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
}*/
/*.search-box{
	width: 650px;
	margin-left: 60px;
	display: inline-block;
}
.search-box .search-input{
	background: #FFFFFF;
    border: 1px solid #CFD5D5;
	font-size: 14px;
	color: #AFAFAF;
	width: 450px;
	height: 42px;
	line-height: 42px;
	text-indent: 16px;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.search-box a:hover{
	opacity: 0.95;
}
.search-box .search-button{
    border-radius: 0px 2px 2px 0px;
	border-right: 1px solid #CFD5D5;
	border-top: 1px solid #CFD5D5;
	border-bottom: 1px solid #CFD5D5;
	background: #fff;
	display: inline-block;
	line-height: 37px;
	height: 42px;
	width: 42px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	margin-left: -1px;
}
.search-box .search-button:hover,.top-right-ask:hover{
	opacity: 0.85;
}
.search-box .search-button img,.search-box .ask-button img{
	margin-right: 10px;
}
.search-box .ask-button{
	margin-left: 20px;
	border: 1px solid #05A0A3;
    border-radius: 2px;
	display: inline-block;
	line-height: 40px;
	height: 42px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color:#05A0A3 !important;
}
.search-box .ask-button:hover,.top-right-anser:hover{
	background: #E6F7FF;
}*/
/*.head-bottom{
	margin: 0 auto;
	width: 1200px;
	list-style: none;
}
.head-bottom > li{
	display: inline-block;
	position: relative;
}
.head-bottom > li > a{
	display: block;
	height: 60px;
	line-height: 60px;
	margin-right: 34px;
	color: #788791 !important;
	font-size: 14px;
	position: relative;
}
.head-bottom > li > a:hover,.head-bottom .choose > a{
	color: #05A0A3 !important;
}
.head-bottom > li > a > img{
	position: absolute;
	top: 6px;
	right: 0;
}
.head-bottom .choose > a::before{
	content: "";
	display: block;
	height: 3px;
	width: 38px;
	position: absolute;
	left: 50%;
	bottom:-1px;
	margin-left: -19px;
	background: #05A0A3;
}*/
.top-img {
    cursor: pointer;
    float: right;
}

    .top-img > img {
        height: 60px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

.Crumbs {
    margin-top: 20px;
}

    .Crumbs > a {
        margin-right: 10px;
        color: #788890 !important;
    }

    .Crumbs > img {
        margin-right: 10px;
    }

.page-title {
    font-size: 44px;
    color: #2D373C;
    margin-top: 28px;
    font-weight: 400;
}

    .page-title span {
        font-size: 26px;
    }

.main-box {
    width: 1200px;
    margin: 0 auto;
}

.main-top-box {
    margin-top: 24px;
}

#banner {
    width: 880px !important;
    height: 300px !important;
    border-radius: 4px !important;
    margin: 0 !important;
    display: inline-block;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
}

:root {
    --swiper-theme-color: #F7AD46 !important;
}

.Mask {
    width: 365px;
    height: 250px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 4px;
}

    .Mask > h4 {
        font-size: 20px;
        margin-left: 20px;
        margin-top: 30px;
        color: #fff;
    }

    .Mask > p {
        text-align: justify;
        font-size: 14px;
        margin: 10px 20px;
        line-height: 27px;
        color: #fff;
    }

    .Mask > a {
        width: 180px;
        height: 26px;
        line-height: 26px;
        background: #FF9435;
        font-size: 16px;
        color: #fff;
        text-align: center;
        display: block;
        margin-left: 20px;
    }

        .Mask > a:hover {
            opacity: 0.8;
        }

.main-top-right2 {
    width: 292px;
    height: 300px;
    /*padding-top: 40px;*/
    border: 1px solid #E3EBEE;
    border-radius: 4px;
    float: right;
    background: url("../img/2.png") no-repeat top right;
}

.main-top-right {
    width: 292px;
    height: 300px;
    padding-top: 40px;
    border: 1px solid #E3EBEE;
    border-radius: 4px;
    float: right;
    background: url("../img/2.png") no-repeat top right;
}

    .main-top-right > img {
        width: 90px;
        height: 90px;
        border-radius: 45px;
        margin-left: 94px;
    }

    .main-top-right > h6 {
        text-align: center;
        font-size: 18px;
        margin-top: 10px;
        left: inherit;
        position: relative;
    }

        .main-top-right > h6 > span {
            text-align: center;
            font-size: 10px;
            margin-left: 10px;
            color: #fff;
            padding: 1px 3px;
            border-radius: 2px;
            background: #FFB920;
        }

    .main-top-right > p {
        text-align: center;
    }

        .main-top-right > p > span {
            margin-right: 20px;
            color: #FFB920;
        }

    .main-top-right > a {
        width: 153px;
        height: 26px;
        line-height: 26px;
        background: #FF9435;
        font-size: 16px;
        color: #fff;
        text-align: center;
        display: block;
        margin: 0 auto;
    }

        .main-top-right > a:hover {
            opacity: 0.8;
        }

.top-right-title {
    margin: 25px 18px;
}

.top-right-title {
    font-size: 20px;
    color: #4C4C4C;
    font-weight: normal;
}

.main-top-right > input {
    width: 246px;
    height: 34px;
    border: 1px solid #D4D4D4;
    margin: 5px 20px;
    text-indent: 10px;
    border-radius: 2px;
}

.main-top-right p {
    margin: 12px 18px;
    font-size: 12px;
    color: #9D9D9D;
}

.color-orang {
    color: #FFC16A;
}

.left-butten {
    background: url("../img/left-butten.png") repeat-y;
    background-size: 100%;
    height: 260px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.right-butten {
    background: url("../img/right-butten.png") repeat-y;
    background-size: 100%;
    height: 260px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

    .left-butten:hover, .right-butten:hover {
        opacity: 0.8;
    }

.tips-dab {
    position: absolute;
    right: 0;
    top: -16px;
    margin-right: 2px !important;
}

.main-bottom-box {
    margin-top: 5px;
    margin-bottom: 30px
}

/*.menu{
	border-radius: 4px;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.12);
	position: absolute;
	width: 630px;
	padding: 20px;
	background: #fff;
	z-index: 2;
	display: none;
    top: 61px;
}
.menu1{
	float: left;
	width: 120px;
	border-right: 1px solid #eee;
}
.menu2{
	float: left;
	width: 200px;
	list-style: none;
}
.menu1 > li,.menu2 > li{
	padding: 14px 0;
	font-size: 14px;
}
.menu1 > li > a,.menu2 > li > a{
	
}
.menu1 > li > a:hover,.menu2 > li > a:hover{
	color: #05A0A3 !important;
}
.menu h5{
	font-weight:900;
	margin: 13px 0;
	color: #C0CBD5;
	position: relative;
}
.menu h5::after{
	position: absolute;
	content: "";
	display: block;
	background: #e1e1e1;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	top:5px;
	left: -18px;
}
.margin-left20{
	margin-left: 30px;
}
.menu > div{
	margin-left: 30px;
	border-right: 1px solid #eee;
}*/
#banner .swiper-slide {
    position: relative;
}

    #banner .swiper-slide img {
        width: 100%;
    }

.title-y {
    color: #EB7C1A;
    font-weight: 600;
    margin: 16px 0;
    font-size: 28px;
}

    .title-y img {
        margin-right: 10px;
    }

.bg-hui {
    background-color: #EEF4F5;
    position: relative;
}

    .bg-hui.his2 {
        margin-bottom: 10px;
    }

        .bg-hui.his2 .btn-list {
            height: 265px;
        }

.bg-img-w {
    background-image: url("../img/bg-1.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

    .bg-img-w swiper-slide img {
        width: 525px;
        height: 179px;
    }

.bg-hui .new-left {
    display: inline-block;
    width: 550px;
    line-height: 26px;
    margin-left: 40px;
    margin-top: 40px;
}

    .bg-hui .new-left h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px;
    }
         a.link {
            color: #05a0a3;
        }

        .bg-hui .new-left h4 span {
            font-size: 16px;
            margin-left: 20px;
            font-weight: normal;
        }

    .bg-hui .new-left p {
        font-size: 14px;
    }

#banner-s {
    width: 525px;
    margin-top: -20px;
    float: right;
    margin-right: 20px;
}

.banner-shadow {
    width: 525px;
    height: 180px;
    float: right;
    background: rgba(0,0,0,0.08);
    position: absolute;
    top: 0;
    right: 0;
}

.zi2 {
    font-size: 14px;
    margin-left: 40px;
    margin-top: 5px;
}

.step-box {
    margin: 40px 40px 0 40px;
    height: 530px;
}

    .step-box .step {
        float: left;
    }

    .step-box .one {
        background-image: url("../img/step1-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 386px;
        height: 370px;
    }

    .step-box .two {
        background-image: url("../img/step2-bg-s2.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 406px;
        height: 370px;
        margin-left: -30px;
    }

    .step-box .three {
        background-image: url("../img/step3-bg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 388px;
        height: 370px;
        margin-left: -30px;
    }
    .step-box .three.s2 {
        background-image: none;
    }

        .step-box .three div {
            height: 49%;
            width: 104%;
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }

            .step-box .three div:first-child {
                margin-bottom: 6px;
            }

        .step-box .three.s2 div:first-child {
            background-image: url("../img/step3_1-bg.png");
        }

        .step-box .three div:first-child h4 img {
            margin-right: 6px;
            position: relative;
            top: -2px;
        }

        .step-box .three div:nth-child(2) {
            background-image: url("../img/step3_2-bg.png");
        }

        .step-box .three div h4 span {
            margin-left: 40px;
            color: #4F4F4F;
            font-size: 12px;
            font-weight: 400;
        }

        .step-box .three div h4 img {
            margin-right: 6px;
        }

        .step-box .three div p {
            width: 280px;
            font-size: 14px;
            margin-top: 0px;
            margin-left: 70px;
            line-height: 24px;
        }

        .step-box .three div:first-child h4 {
            font-weight: 600;
        }

        .step-box .three div:first-child p {
            margin-top: 8px;
        }

        .step-box .three.s2 div:first-child h4 {
            color: white;
        }

        .step-box .three.s2 div:first-child p {
            color: white;
        }

        .step-box .three div:first-child div.yellow-btn {
            margin-left: 285px;
            width: 90px;
            height: 30px;
            text-align: center;
            background: #ff9435;
            transform: skewX(15deg);
            padding-left: 0;
        }
        .step-box .three.s2 div:first-child div.yellow-btn {
            margin-top:4px;
        }

            .step-box .three div:first-child div.yellow-btn a {
                display: inline-block;
                transform: skewX(-15deg);
            }

    .step-box .two h4 {
        margin-left: 26px;
    }

    .step-box .three h4 {
        margin-left: 38px;
        padding: 14px 0 0 20px;
        display: block;
        font-size: 16px;
    }
    .step-box .three.s2 h4 {
        font-weight:600;
    }


    .step-box .step-four h4 {
        font-size: 16px;
    }

    .step-box .two h4 span {
        margin-left: 40px !important;
    }

    .step-box .two .list-step {
        margin-left: 50px !important;
    }

    .step-box .one > p {
        width: 280px;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 50px;
        line-height: 24px;
    }

    .step-box .one .list-step.story a {
        display: block;
        color: #05a0a3;
        font-size: 14px;
        padding-left: 20px;
    }

    .step-box .one .list-step.story a.all {
        padding-left: 0px;
    }

        .step-box .one .list-step.story a.dot:before {
            position: absolute;
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background-color: #05a0a3;
            margin-top: 9px;
            left: 50px;
        }

    .step-box .two > p {
        width: 280px;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 70px;
        line-height: 24px;
    }

    .step-box .three > p {
        width: 280px;
        font-size: 14px;
        margin-top: 40px;
        margin-left: 70px;
        line-height: 24px;
    }

    .step-box > .step > h4 {
        padding: 14px 0 0 20px;
        display: block;
        font-size: 16px;
        font-weight: 600;
    }

        .step-box > .step > h4 > span {
            color: #4F4F4F;
            font-size: 12px;
            margin-left: 32px;
            font-weight: 400;
            display: block;
        }

        .step-box > .step > h4 > img {
            margin-right: 6px;
        }

    .step-box .list-step {
        padding-left: 45px;
        font-size: 14px;
        position: relative;
        margin: 7px 10px;
    }

        .step-box .list-step::after {
            position: absolute;
            content: "";
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background: rgba(0,0,0,0.5);
            top: 10px;
            left: 25px;
        }

        .step-box .list-step > ul {
            list-style: none;
            width: 300px;
        }

        .step-box .list-step > span {
            line-height: 24px;
        }

.list-step li {
    margin-right: 6px;
    margin-top: 8px;
    display: inline-block;
}

.list-step .Episode, .histroy-bottom a.Episode {
    background: #EEF0F3;
    font-size: 12px;
    padding: 2px 6px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

    .list-step .Episode img {
        margin-right: 6px;
    }

    .list-step .Episode:hover {
        opacity: 0.8;
    }

.step-box > .step-four {
    width: 1080px;
    height: 132px;
    background-image: url("../img/step4-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
}

    .step-box > .step-four > h4 {
        margin-left: 180px;
        margin-top: 25px;
        margin-bottom: 4px;
    }

        .step-box > .step-four > h4 > img {
            margin-right: 20px;
        }

    .step-box > .step-four > p {
        margin-left: 230px;
        width: 630px;
        font-size: 14px;
        line-height: 22px;
    }

.histroy-box {
    border-bottom: 1px solid #C7DADD;
}

    .histroy-box > a img {
        width: 395px;
        display: inline-block;
        vertical-align: top;
    }

    .histroy-box > .histroy-main {
        width: 700px;
        display: inline-block;
        margin-left: 40px;
    }

        .histroy-box > .histroy-main > h4 {
            font-size: 18px;
            margin-top: 20px;
            margin-bottom: 8px;
            font-weight: 600;
        }

            .histroy-box > .histroy-main > h4 > span {
                color: #474747;
                font-size: 16px;
                margin-left: 20px;
                font-weight: 400;
            }

        .histroy-box > .histroy-main > p {
            line-height: 28px;
            font-size: 14px;
        }

.btn-list {
    margin-left: 50px;
    width: 340px;
    display: inline-block;
    vertical-align: middle;
    height: 190px;
}

    .btn-list h6 {
        color: #575757;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        margin-bottom: 10px;
        margin-top: 20px;
        left: inherit;
    }

        .btn-list h6::after {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background: #7B7B7B;
            left: -10px;
            ;
            top: 8px;
        }

    .btn-list .btn-icon {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22px;
    }

        .btn-list .btn-icon p {
            width: 70px;
            height: 30px;
            line-height: 30px;
            background: #D1E2E5;
            display: inline-block;
            color: #3D6871;
            font-size: 14px;
            text-align: center;
        }

            .btn-list .btn-icon p img {
                margin-top: -6px;
            }

.histroy-bottom {
    padding-bottom: 15px;
}

.btn-download1 {
    padding-left: 95px;
}

    .btn-list .btn-icon a, .btn-download1 a {
        height: 30px;
        line-height: 29px;
        padding: 0 14px;
        border: 1px solid rgba(196,217,221,1);
        color: #7B9BA2;
        display: inline-block;
    }

        .btn-list .btn-icon a:hover, .btn-download1 a:hover {
            background: #fff;
        }

.yellow-btn a {
    background: #FF9435;
    color: #fff !important;
    border: none !important;
}

    .yellow-btn a img {
        margin-right: 10px;
    }

    .yellow-btn a:hover {
        background: #FF9435 !important;
        opacity: 0.8;
    }

.member {
    list-style: none;
    height: 135px;
}

    .member li {
        width: 201px;
        height: 135px;
        border: 1px solid rgba(217,233,235,1);
        text-align: center;
        padding-top: 20px;
        float: left;
        margin-left: -1px;
    }

.even-li li:nth-child(even) {
    background: rgba(242,247,248,1);
    border-bottom: none;
}

.odd-li li:nth-child(odd) {
    background: rgba(242,247,248,1);
    border-top: none;
}

.member li .header {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid rgba(217,233,235,0.8);
}

    .member li .header img {
        width: 100%;
    }

.member li h4 {
    margin-top: 12px;
    font-size: 12px;
}

.primary-vip {
    list-style: none;
    height: 240px;
    border-right: 1px solid rgba(223,223,223,1);
    border-top: 1px solid rgba(223,223,223,1);
}

    .primary-vip li {
        width: 33%;
        height: 120px;
        padding-top: 38px;
        float: left;
        border-left: 1px solid rgba(223,223,223,1);
        border-bottom: 1px solid rgba(223,223,223,1);
    }

        .primary-vip li img {
            display: inline-block;
            vertical-align: middle;
            margin-left: 60px;
            margin-right: 50px;
        }

        .primary-vip li p {
            display: inline-block;
            vertical-align: middle;
            width: 200px;
            font-size: 16px;
        }

.senior-vip {
    height: 220px;
    list-style: none;
    border-right: 1px solid rgba(223,223,223,1);
    border-top: 1px solid rgba(223,223,223,1);
    margin-bottom: 30px;
}

    .senior-vip li {
        text-align: center;
        width: 33%;
        padding-top: 76px;
        float: left;
        height: 220px;
        border-left: 1px solid rgba(223,223,223,1);
        border-bottom: 1px solid rgba(223,223,223,1);
    }

        .senior-vip li img {
            margin-bottom: 10px;
        }

.cbl {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 200px;
    vertical-align: middle;
    width: 80px;
    height: 107px;
    background: linear-gradient(309deg,rgba(80,190,190,1) 0%,rgba(6,161,161,1) 45%,rgba(0,153,176,1) 73%,rgba(0,153,203,1) 100%);
    border-radius: 6px;
    z-index: 999;
}

    .cbl img {
        display: block;
        left: 50%;
        position: relative;
        margin-left: -13px;
        margin-top: 16px;
        margin-bottom: 11px;
    }

    .cbl span {
        width: 65px;
        height: 40px;
        font-size: 12px;
        font-family: PingFangSC-Regular,PingFang SC;
        font-weight: 400;
        color: rgba(255,255,255,1);
        line-height: 20px;
        margin-left: 7px;
        margin-right: 8px;
        display: block;
        text-align: center;
    }


ul.epi li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 6px;
    margin-top: 8px;
    display: inline-block;
}

.histroy-bottom a.Episode {
    background: #EEF0F3;
    color: #5E5E5E;
    font-size: 12px;
    padding: 2px 12px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}
