* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#app {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222
}

html {
    overflow-x: auto;
    overflow-y: scroll
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
form,
input,
li,
ol,
p,
pre,
td,
th,
ul {
    font-weight: 400;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    color: #666;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left
}

body,
select {
    font-size: 12px
}

table {
    border-collapse: collapse
}

fieldset,
img {
    border: 0 none
}

fieldset {
    margin: 0;
    padding: 0
}

fieldset p {
    margin: 0;
    padding: 0 0 0 8px
}

legend {
    display: none
}

address,
caption,
em,
i,
strong,
th {
    font-style: normal;
    font-weight: 400
}

table caption {
    margin-left: -1px
}

hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e4e4e4;
    border-width: 1px 0;
    clear: both;
    height: 2px;
    margin: 5px 0;
    overflow: hidden
}

ol,
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none
}

caption,
th {
    text-align: left
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ””
}

.border-blue {
    border-color: #458bea !important
}

.text-black {
    color: #333
}

.text-blue {
    color: #409eff
}

.text-orange {
    color: #f37b1d
}

.text-white {
    color: #fff
}

.solid {
    border: 1px solid #e3e3e3
}

.solid-top {
    border-top: 1px solid #e3e3e3
}

.solid-bottom {
    border-bottom: 1px solid #e3e3e3
}

.solid-left {
    border-left: 1px solid #e3e3e3
}

.solid-right {
    border-right: 1px solid #e3e3e3
}

.solid-tb {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.solid-lr {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3
}

.margin-0 {
    margin: 0
}

.margin-xs {
    margin: 5px
}

.margin-sm {
    margin: 10px
}

.margin {
    margin: 15px
}

.margin-lg {
    margin: 20px
}

.margin-xl {
    margin: 25px
}

.margin-top-xs {
    margin-top: 5px
}

.margin-top-sm {
    margin-top: 10px
}

.margin-top {
    margin-top: 15px
}

.margin-top-lg {
    margin-top: 20px
}

.margin-top-xl {
    margin-top: 25px
}

.margin-right-xs {
    margin-right: 5px
}

.margin-right-sm {
    margin-right: 10px
}

.margin-right {
    margin-right: 15px
}

.margin-right-lg {
    margin-right: 20px
}

.margin-right-xl {
    margin-right: 25px
}

.margin-bottom-xs {
    margin-bottom: 5px
}

.margin-bottom-sm {
    margin-bottom: 10px
}

.margin-bottom {
    margin-bottom: 15px
}

.margin-bottom-lg {
    margin-bottom: 20px
}

.margin-bottom-xl {
    margin-bottom: 25px
}

.margin-left-xs {
    margin-left: 5px
}

.margin-left-sm {
    margin-left: 10px
}

.margin-left {
    margin-left: 15px
}

.margin-left-lg {
    margin-left: 20px
}

.margin-left-xl {
    margin-left: 25px
}

.margin-lr-xs {
    margin-left: 5px;
    margin-right: 5px
}

.margin-lr-sm {
    margin-left: 10px;
    margin-right: 10px
}

.margin-lr {
    margin-left: 15px;
    margin-right: 15px
}

.margin-lr-lg {
    margin-left: 20px;
    margin-right: 20px
}

.margin-lr-xl {
    margin-left: 25px;
    margin-right: 25px
}

.margin-tb-xs {
    margin-top: 5px;
    margin-bottom: 5px
}

.margin-tb-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.margin-tb {
    margin-top: 15px;
    margin-bottom: 15px
}

.margin-tb-lg {
    margin-top: 20px;
    margin-bottom: 20px
}

.margin-tb-xl {
    margin-top: 25px;
    margin-bottom: 25px
}

.padding-0 {
    padding: 0
}

.padding-xs {
    padding: 5px
}

.padding-sm {
    padding: 10px
}

.padding {
    padding: 15px
}

.padding-lg {
    padding: 20px
}

.padding-xl {
    padding: 25px
}

.padding-top-xs {
    padding-top: 5px
}

.padding-top-sm {
    padding-top: 10px
}

.padding-top {
    padding-top: 15px
}

.padding-top-lg {
    padding-top: 20px
}

.padding-top-xl {
    padding-top: 25px
}

.padding-right-xs {
    padding-right: 5px
}

.padding-right-sm {
    padding-right: 10px
}

.padding-right {
    padding-right: 15px
}

.padding-right-lg {
    padding-right: 20px
}

.padding-right-xl {
    padding-right: 25px
}

.padding-bottom-xs {
    padding-bottom: 5px
}

.padding-bottom-sm {
    padding-bottom: 10px
}

.padding-bottom {
    padding-bottom: 15px
}

.padding-bottom-lg {
    padding-bottom: 20px
}

.padding-bottom-xl {
    padding-bottom: 25px
}

.padding-left-xs {
    padding-left: 5px
}

.padding-left-sm {
    padding-left: 10px
}

.padding-left {
    padding-left: 15px
}

.padding-left-lg {
    padding-left: 20px
}

.padding-left-xl {
    padding-left: 25px
}

.padding-lr-xs {
    padding-left: 5px;
    padding-right: 5px
}

.padding-lr-sm {
    padding-left: 10px;
    padding-right: 10px
}

.padding-lr {
    padding-left: 15px;
    padding-right: 15px
}

.padding-lr-lg {
    padding-left: 20px;
    padding-right: 20px
}

.padding-lr-xl {
    padding-left: 25px;
    padding-right: 25px
}

.padding-tb-xs {
    padding-top: 5px;
    padding-bottom: 5px
}

.padding-tb-sm {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-tb {
    padding-top: 15px;
    padding-bottom: 15px
}

.padding-tb-lg {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-tb-xl {
    padding-top: 25px;
    padding-bottom: 25px
}

.text-xs {
    font-size: 12px !important
}

.text-sm {
    font-size: 14px !important
}

.text-df {
    font-size: 16px !important
}

.text-lg {
    font-size: 18px !important
}

.text-xl {
    font-size: 20px !important
}

.text-xxl {
    font-size: 22px !important
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.cursor-pointer {
    cursor: pointer
}

.yg2 {
    height: 540px;
    padding-top: 70px
}

.yg2-left {
    float: left
}

.yg2-right {
    float: right
}

.yg2-title {
    margin-top: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #333
}

.yg2-line {
    width: 48px;
    height: 4px;
    background: #458bea;
    margin-top: 20px
}

.yg2-text {
    width: 510px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-top: 30px;
    line-height: 30px
}

.yg2-l {
    margin-top: 20px
}

.yg2-l a {
    color: #548ce2
}

.yg2-l a:hover {
    color: #1e6ada !important
}

.yg2-item-row {
    overflow: hidden;
    margin-bottom: 5px
}

.yg2-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #5695eb;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.yg2-item-text {
    display: inline-block;
    width: 150px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 30px
}

.yg2-item {
    float: left
}

.section-bg {
    background: #f5f5f5
}

.maxwidth {
    width: 1200px;
    margin: auto
}

.anitr {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s
}

.ani {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0
}

.anitr1 {
    -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: opacity 1.5s, -webkit-transform 1.5s;
    transition: transform 1.5s, opacity 1.5s;
    transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s
}

.ani1 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.text-orange {
    color: #f08200
}

.text-gray {
    color: #5a6169
}

.text-bold {
    font-weight: 600
}

.page-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 80px;
    line-height: 38px;
    padding-top: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.page-header .logo-text {
    font-size: 28px;
    font-family: Alibaba PuHuiTi;
    color: #fff;
    position: relative;
    top: -6px;
    margin-left: 15px
}

.page-header.active {
    background-color: #fff !important
}

.page-header.active .h-btn-box .h-btn.active {
    border-bottom-color: #f08200 !important
}

.page-header.active .h-btn-box .h-btn.active a,
.page-header.active .page-header .h-btn-box .h-btn.link:hover a {
    color: #f08200 !important
}

.page-header.active .logo-text,
.page-header.active .text-white,
.page-header.active a {
    color: #333 !important
}

.page-header .h-btn {
    position: relative;
    cursor: pointer
}

.page-header .h-btn:hover .sub-menu-box {
    display: block
}

.page-header .h-btn .sub-menu-box {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding-top: 55px
}

.page-header .h-btn .sub-menu-box .sub-menu {
    position: relative;
    width: 225px;
    background: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .2);
    padding: 10px 0
}

.page-header .h-btn .sub-menu-box .sub-menu .menu-item {
    color: #212529;
    display: block;
    font-size: 14px;
    padding: 5px 15px
}

.page-header .h-btn .sub-menu-box .sub-menu .menu-item:hover {
    display: block;
    background: #f08200;
    color: #fff
}

.page-header .h-btn .sub-menu-box .sub-menu .toparrow {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.page-header .h-inner {
    width: 1200px;
    margin: auto
}

.page-header .h-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-header .h-btn-box .h-btn {
    display: inline-block;
    margin-left: 60px;
    border-bottom: 2px solid transparent
}

.page-header .h-btn-box .h-btn.active {
    border-bottom-color: #fff !important
}

.page-header .h-btn-box .h-btn a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    font-size: 16px
}

.page-header.active {
    background-color: #f08200
}

.page-header .contact {
    margin-left: 70px;
    font-size: 16px
}

.page-header .contact img {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    bottom: 3px
}

.page-footer .split {
    display: inline-block;
    width: 20px;
    text-align: center
}

.page-footer .f-link {
    color: #fff;
    text-decoration: none
}

.page-footer .f-link:hover {
    text-decoration: underline
}

.page-footer .xiaolv {
    height: 300px;
    background: transparent;
}

.page-footer .home-footer {
    min-width: 1200px;
    background-color: #28292d
}

.page-footer .home-footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-footer .home-footer .inner>div {
    color: #999;
    font-size: 14px;
    padding: 5px 0
}

.page-footer .ft-box>div {
    padding: 5px 0
}

.page-footer .xiaolv-text {
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    line-height: 30px;
    padding-top: 80px
}

.page-footer .xiaolv-button {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 50px;
    line-height: 50px;
    background: #458be9;
    border-radius: 25px;
    text-align: center;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #f0b500;
    border-radius: 6px
}

.page-footer .xiaolv-button:hover {
    background-color: #f0a900
}

body {
    min-width: 1200px
}

body .el-carousel__indicators--outside {
    position: absolute !important;
    bottom: 30px;
    left: 0;
    right: 0
}

.banner-box {
    height: 768px
}

.textbox {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%
}

.animate-section {
    position: relative
}

.znh {
    top: 200px;
    z-index: 10;
    margin: auto;
    font-size: 48px;
    color: #fff;
    text-align: center
}

.znh .margin-right {
    margin-right: 15px
}

.texth {
    top: 380px;
    z-index: 10;
    margin: auto;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 65px
}

.texth2 {
    margin-top: 40px;
    font-size: 16px
}

.textbtn {
    top: 570px;
    z-index: 10;
    margin: auto;
    text-align: center;
    margin-top: 110px
}

.textbtn a {
    color: #333;
    text-decoration: none
}

.textbtn a .textbtn-button {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #f0b500;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.textbtn a .textbtn-button:hover {
    background-color: #f0a900
}

.el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: .75;
    line-height: 300px;
    margin: 0
}

.el-carousel__item {
    background-color: #999
}

.home-title {
    padding: 80px 0;
    font-size: 36px;
    text-align: center;
    font-weight: 600
}

.home-qiu {
    position: relative;
    width: 500px;
    height: 250px;
    margin: auto;
    text-align: center
}

.home-qiu .qiu {
    position: absolute;
    top: 60px;
    left: -10px;
    right: 0;
    bottom: 0;
    margin: auto
}

.rotate-circle {
    animation: rotateCircle 15s linear infinite none;
    -webkit-animation: rotateCircle 15s linear infinite none;
    -moz-animation: rotateCircle 15s linear none infinite;
    -o-animation: rotateCircle 15s linear none infinite
}

@-webkit-keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn)
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn)
    }
}

.section-part {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 25px;
    cursor: pointer;
    text-decoration: none
}

.section-part:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .2)
}

.section-part .sp-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529
}

.section-part .sp-img {
    text-align: right
}

.zixun {
    height: 620px;
    margin-top: 80px
}

.zixun-img {
    width: 54px;
    margin-top: 56px
}

.zixun-box {
    width: 1200px;
    height: 353px;
    margin: auto;
    padding: 30px 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zixun-item {
    border-radius: 5px;
    padding: 25px;
    background: #fff;
    width: 269px;
    height: 380px;
    float: left;
    margin: 0 15px
}

.zixun-t1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    color: #333
}

.zixun-t2 {
    font-size: 16px;
    font-weight: 400;
    color: #5a6169;
    line-height: 30px;
    margin-top: 30px
}


.youshi-row {
    overflow: hidden;
    width: 1200px;
    margin: auto
}

.youshi-item {
    background: #fff;
    width: 370px;
    float: left;
    overflow: hidden;
    margin-right: 29px
}

.youshi-item-left {
    float: left;
    width: 54px
}

.youshi-item-left img {
    width: 54px
}

.youshi-item-right {
    width: 307px;
    float: right
}

.yir-t1 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-align: left
}

.yir-t2 {
    font-size: 16px;
    font-weight: 400;
    color: #5a6169;
    line-height: 26px;
    margin-top: 10px;
    text-align: left
}

.toplist1 {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 2px solid #f08200;
}

.toplist1>div {
    padding: 50px
}

.toplist1>div .text-orange {
    font-size: 24px
}

.toplist1>div .text-gray {
    margin-top: 10px;
    color: #999;
    font-size: 16px
}

.list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 1200px;
    margin: auto
}

.list2,
.list2>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list2>div {
    width: 20%;
    padding-top: 30px;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    height: 400px
}

.list2>div:hover {
    -webkit-box-shadow: 0 0 19px 1px rgba(0, 0, 0, .22);
    box-shadow: 0 0 19px 1px rgba(0, 0, 0, .22)
}

.list2>div .l2-title {
    color: #212529;
    font-size: 20px
}

.list2>div .list2-des {
    font-size: 16px;
    line-height: 32px
}

.list2>div .l2-img {
    padding: 40px 0 40px 0
}

.zzz-item {
    color: #5a6169;
    font-size: 14px;
    margin: 19px 0
}

.home-title2 {
    color: #999;
    margin-top: 30px;
    font-size: 18px
}

.list3 {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list3>div {
    width: 25%
}

.list3 .l3-img {
    margin-top: 80px
}

.list3 .l3-des {
    margin-top: 40px;
    font-size: 18px
}

body .l-btn {
    border: 1px solid #fff;
    background: transparent;
    color: #fff !important;
}

body .l-btn:hover {
    background-color: #fff;
    color: #f08200 !important;
}

.page-header.active .l-btn {
    border-color: #f08200;
    color: #f08200 !important;
}
.page-header .h-btn-box .h-btn.link:hover{
    border-color: #fff;
}
.page-header.active .h-btn-box .h-btn.link:hover{
    border-color: #f08200;
}
.page-header.active .h-btn-box .h-btn.link:hover a{
    color: #f08200 !important;
}


.page-header.active .l-btn:hover {
    background-color: #f08200;
    color: #fff !important;
}

.page-header.active h-btn:hover{
    
}