﻿* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%
}

body {
    font-size: 14px;
    font-family: FSElliotPro, FSElliot, Arial, "Heiti TC", "Heiti SC", JhengHeiFix, "微軟正黑體", "微软雅黑", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
    background: #fff;
    height: 100%;
    min-width: 1220px;
}

ul,
ol {
    list-style-type: none;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.container {
    width: 1220px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.web-kf {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
}
.web-kf img {
    width: 50px;
}
/*   *******   paging-navigation   *******   */

.paging-navigation {
    margin-top: 20px;
    padding-top: 20px;
    color: #000;
}

.paging-navigation:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
}

.paging-navigation a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    color: #222222;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
}

.paging-navigation a:hover {
    background: #3b2187;
    border: 1px solid #3b2187;
    color: #ffffff;
}

.paging-navigation .lt:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 8px 6px 0;
    border-style: solid;
    border-color: transparent #575963 transparent transparent;
    position: absolute;
    left: 15px;
    top: 15px;
}

.paging-navigation .gt:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #575963;
    position: absolute;
    right: 16px;
    top: 15px;
}

.paging-navigation .current {
    background: #3b2187;
    border: 1px solid #3b2187;
    color: #ffffff;
}

.paging-navigation .links {
    text-align: center;
}

.paging-navigation .results {
    display: none;
}



/*   *******   nav   *******   */


/*  ---  nav-top  ---  */
.nav-top {
    background-color: rgb(33,38,132);
    height: 40px;
    font-size: 20px;
}

.nav-top .nav-top-l {
    float: left;
    width: 300px;
    height: 40px;
    line-height: 40px;
    color: rgb(249,252,253);
}

.nav-top .nav-top-r {
    float: right;
    height: 40px;
    line-height: 40px;
}

.nav-top .nav-top-r li {
    float: left;
    color: rgb(249,252,253);
}

.nav-top .nav-top-r li:last-child {
    border-right-width: 0px;
}

.nav-top .nav-top-r li:last-child a {
    padding-right: 0px;
}

.nav-top .nav-top-r li a {
    color: #3b2187;
    padding-left: 22px;
    padding-right: 22px;
    color: rgb(249,252,253);
}

.nav-top .nav-top-r .trade {
    color: rgb(211,31,43);
}


/*  ---  nav-bar  ---  */
.nav-bar {
    background-color: #fff;
    height: 76px;
}

.nav-bar .nav-logo {
    float: left;
    display: block;
    height: 46px;
    margin-top: 19px;
}

.nav-bar .nav-logo img {
    float: left;
    margin-right: 12px;
    height: 37px;
}
.nav-bar .nav-account {
    float: right;
    height: 34px;
    line-height: 34px;
    margin-top: 21px;
    color: #E0211A;
    border: 1px solid #E0211A;
    margin-left: 30px;
    font-size: 20px;
}
.nav-bar .nav-account a {
    color: #E0211A;
    padding: 0 10px;
}
.nav-bar .nav-menu {
    float: right;
    height: 76px;
}

.nav-bar .nav-menu li {
    float: left;
    margin-right: 35px;
    position: relative;
}

.nav-bar .nav-menu li:last-child {
    margin-right: 0;
}

.nav-bar .menu-item {
    display: block;
    min-width: 70px;
    height: 76px;
    line-height: 76px;
    color: #3B3B3B;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

.nav-bar .menu-item.active,
.nav-bar .nav-menu li:hover .menu-item {
    color: rgb(33,37,131);
    height: 73px;
    line-height: 73px;
}


.nav-bar .nav-menu li:hover > .sub-menu {
    display: block;
}

.nav-bar .sub-menu {
    display: none;
    position: absolute;
    bottom: -95px;
    left: 0px;
    width: 170px;
    border-radius: 1px;
    z-index: 99;
}
.nav-bar .sub-menu .triangle {
    border-style: solid;
    border-width: 8px 8px 0px;
    border-color: #3b2187 transparent transparent;
    width: 0px;
    height: 0px;
    margin-left: 28px;
}
.nav-bar .sub-menu .space {
    margin-top: 5px;
    background-color: #3b2187;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.nav-bar .sub-menu  a {
    display: block;
    height: 42px; 
    line-height: 42px;
    padding: 0 15px;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*   *******   footer   *******   */

.footer {
    color: #ffffff;
    box-sizing: border-box;
    background-image: url(../image/bg-footer.png);
    background-size: 100% 100%;
}

.footer .content {
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.footer .copyright {
    height: 55px;
    line-height: 55px;
    color: #ddd8ec;
    background: #212684;
    font-size: 16px;
}

.footer .footer-l {
    width: 33%;
    min-height: 220px;
    float: left;
}

.footer .footer-l .title {
    font-size: 17px;
    margin-bottom: 30px;
}

.footer .footer-l .title img {
    width: 31px;
    height: 31px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}

.footer .footer-l .desc {
    line-height: 30px;
    font-size: 14px;
}

.footer .footer-c {
    width: 33%;
    min-height: 220px;
    float: left;
}

.footer .footer-c .title {
    font-size: 17px;
    margin-bottom: 30px;
}

.footer .footer-c .directory li {
    float: left;
    width: 40%;
    margin-bottom: 22px;
}

.footer .footer-c .directory li:nth-child(3n) {
    width: 20%;
}

.footer .footer-c .directory li a {
    color: #fff;
}

.footer .footer-r {
    width: 33%;
    min-height: 220px;
    float: right;
}

.footer .footer-r .tel {
    font-size: 20px;
    font-weight: bold;
    color: #fc7c4e;
    margin-bottom: 15px;
}

.footer .footer-r .tel img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.footer .footer-r .flag {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer .footer-r .info {
    color: #ddd8ec;
    font-size: 13px;
    margin-bottom: 15px;
}

.footer .footer-r .social {
    padding-top: 5px;
}

.footer .footer-r .social-icon {
    display: block;
    float: right;
    width: 41px;
    height: 41px;
    margin-right: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .footer-r #wechat {
    position: relative;
    background-image: url(../image/icon-wechat.png);
}

.footer .footer-r #sina {
    background-image: url(../image/icon-sina.png);
}

.footer .footer-r #facebook {
    margin-right: 0px;
    background-image: url(../image/icon-facebook.png);
}

.footer .footer-r #wechat:hover {
    background-image: url(../image/icon-wechat-hl.png);
}

.footer .footer-r #sina:hover {
    background-image: url(../image/icon-sina-hl.png);
}

.footer .footer-r #facebook:hover {
    background-image: url(../image/icon-facebook-hl.png);
}

.footer .footer-r .wechat-code {
    display: none;
    max-width: none;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 10;
    top: -210px;
    left: -100px;
}

.footer .footer-r #wechat:hover .wechat-code {
    display: block;
}

/*   *******   home   *******   */

/*  ---  home-banner  ---  */
.home-banner {
    max-height: 580px;
    overflow: hidden;
}

.home-banner .swiper-pagination-clickable {
    bottom: 35px !important;
}

.home-banner .swiper-pagination-bullet-active {
    width: 100px !important;
}

.home-banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 7px;
    background: #ffffff !important;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.home-banner .swiper-slide video {
    display: block;
    width: 100%;
}

.home-banner .swiper-slide .mask-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.home-banner .swiper-slide .mask-text {
    color: #eee;
    font-size: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.home-banner .banner-open {
  
}

.home-banner .banner-open-l {
    width: 850px;
    float: left;
    color:#fff;
}

.home-banner .banner-open-l .title {
    font-size: 40px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    /*先注释掉，防止以后又要改回渐变色
    background-image: -o-linear-gradient(left, #42b5fe, #7affa1);
    background-image: -moz-linear-gradient(left, #42b5fe, #7affa1);
    background-image: -webkit-linear-gradient(left, #42b5fe, #7affa1);
    background-clip: text;
    -o-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    */
}

.home-banner .banner-open-l .intro {
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-banner .banner-open-l .intro p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.home-banner .banner-open-l .telephone {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 35px;
    font-family: sans-serif;
    /*font-style:italic;*/
    margin-top: 20px;    
}
.home-banner .banner-open-l .telephone img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 2px;
}

.home-banner .banner-open-r {
    float: left;
    width: 245px;
}

.home-banner .banner-open-r-top {
    height: 270px;
    border-radius: 15px;
    /*background-color: rgba(82,60,218,.5);*/
    background-color: rgba(255,255,255,.5);
    padding-top: 10px;
}

.home-banner .banner-open-r .logo {
    display: block;
    margin: 30px auto 20px;
}

.home-banner .banner-open-r .open {
    display: block;
    width: 126px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #212584;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.home-banner .banner-open-r .open:before {
    content: '';
    width: 30px;
    height: 0px;
    border-top: 1px dashed #212584;
    position: absolute;
    top: 15px;
    left: -30px;
}

.home-banner .banner-open-r .open:after {
    content: '';
    width: 30px;
    height: 0px;
    border-top: 1px dashed #212584;
    position: absolute;
    top: 15px;
    right: -30px;
}

.home-banner .banner-open-r .method {
    color: #212584;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.home-banner .banner-open-r .qrcode {
    display: block;
    margin: 20px auto;
    width: 130px;
    height: 130px;
    border-radius: 5px;
}

.home-banner .banner-open-r .conditions {
    height: 80px;
}

.home-banner .banner-open-r .conditions li {
    float: left;
    width: 33.33%;
}

.home-banner .banner-open-r .item-img {
    display: block;
    margin: 5px auto 10px;
}

.home-banner .banner-open-r .item-name {
    color: #fff;
    text-align: center;
    
}
.home-banner .banner-open-r-next {
    position: relative;
    height: 80px;
    margin-top: 25px;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    padding-left: 40px;
    cursor: pointer;
}
.home-banner .banner-open-r-next img {
    height: 80px;
    position: absolute;
    top: 0;
    right: 40px;;
}
.home-banner .banner-open-r-next .next {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
}
.home-introduce {
    width: 960px;
    height: 473px;
    box-sizing: border-box;
    padding: 100px;
    box-shadow: #eee 0px 0px 5px 0px;
    position: relative;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 99;
}
.home-introduce .title {
    font-size: 32px;
    color: #212584;
    text-align: center;
    font-weight: bold;
}
.home-introduce .subtitle {
    font-size: 24px;
    color: #CCCCCC;
    text-align: center;
    margin-top: 20px;
}
.home-introduce .desc {
    line-height: 30px;
    margin-top: 30px;
    color: #999999;
    font-size: 20px;
}
/*  ---  home-intro  ---  */
.home-intro {
    background-color: #fff;
}

.home-intro .intro-news {
    width: 1000px;
    height: 30px;
    padding: 15px 20px;
    margin: 0 auto;
    margin-bottom: 70px;
    border-radius: 5px;
    box-shadow: 3px 3px 20px 2px #f1f1f1;
}

.home-intro .intro-news span {
    float: left;
    color: #fc7c4e;
    font-size: 20px;
    line-height: 30px;
    margin-right: 25px;
}

.home-intro .intro-news span img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.home-intro .intro-news a {
    color: #908f8f;
    font-size: 14px;
    line-height: 20px;
}

.home-intro .intro-news .marquee {
    height: 30px;
    overflow: hidden;
    font-size: 20px;
}

.home-intro .headline {
    font-size: 32px;
    font-weight: bold;
    color: #202583;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}

.home-intro .intro-block {
    float: left;
    display: block;
    width: 385px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

.home-intro .intro-block:nth-child(3n) {
    margin-right: 0;
}

.home-intro .intro-block img {
    display: block;
    margin: 30px auto 30px;
    width: 115px;
}

.home-intro .intro-block .title {
    color: #000;
    font-size: 32px;
    margin-bottom: 15px;
}

.home-intro .intro-block .text {
    color: #8b8b8b;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
        margin-top: 50px;
}

.home-business {
    height: 815px;
    
    background-size: 100% 100%;
    padding: 100px 0;
    box-sizing: border-box;
}

.home-business .business-block {
    float: left;
    display: block;
    width: 385px;
    height: 500px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.home-business .business-block:nth-child(3n) {
    margin-right: 0;
}

.home-business .business-block img {
    display: block;
    margin: 100px auto 100px;
    width: 160px;
}

.home-business .business-block .title {
    color: #000;
    font-size: 32px;
    margin-bottom: 40px;
}

.home-business .business-block .text {
    color: #8b8b8b;
    font-size: 17px;
    margin-bottom: 5px;
}
/*  ---  home-app  ---  */
.home-app {
    height: 310px;
    
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
}


.home-app .download-info {
    text-align: left;
    margin-top: 40px;
}
.home-app .download-info .headline {
    font-size: 28px;
    color: #fff; 
    margin-bottom: 30px;
    width: 460px;
    height: 35px;
    margin: 0 auto;
    background: #E81E19;
    text-align: center;
    transform: skew(15deg);
    transform: skew(-25deg);
}
.home-app .download-info .headline .headline-c {
    transform: skew(25deg);
}
.home-app .download-info .info {
    width: 900px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 30px;
    font-size: 20px;
}

.home-app .download-btn {
    height: 60px;
    text-align: center;
    padding-top: 45px;
}

.home-app .download-btn a {
    display: block;
    float: left;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 21px;
    text-align: center;
    margin: 0 40px;
    margin-bottom: 25px;
    position: relative;
    box-sizing: border-box;
}

/*
.home-app .download-btn a:hover {
    color: #fff !important;
    background-color: #fc703d !important;
}
*/
.home-app .download-btn #android {
    color: #78c258;
    background-color: #fff;
}

.home-app .download-btn #ios {
    color: #555555;
    background-color: #fff;
}

.home-app .download-btn #trade {
    color: #FC794A;
    background-color: #fff;
}

.home-app .download-btn .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
}
.home-app .download-btn .icon img {
    width: auto;
    height: 40px;
}
/*

.home-app .download-btn .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
}
.home-app .download-btn #android .icon {
    background-image: url(../image/img-android.png);
    background-size: auto 45px;
}
.home-app .download-btn #ios .icon {
    background-image: url(../image/img-ios.png);
    background-size: auto 45px;
}
.home-app .download-btn #trade .icon {
    background-image: url(../images/img-trade.png);
    background-size: auto 45px;
}

.home-app .download-btn #android:hover .icon {
    background-image: url(../images/img-android-hl.png);
}
.home-app .download-btn #ios:hover .icon {
    background-image: url(../images/img-ios-hl.png);
}
.home-app .download-btn #trade:hover .icon {
    background-image: url(../images/img-trade-hl.png);
}
*/
/*  ---  home-service  ---  */
.home-service {
    text-align: left;
}

.home-service .headline {
    color: #212583;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.home-service .desc {
    width: calc(100% - 550px);
    color: #999;
    line-height: 30px;
    padding-top: 30px;
    font-size: 20px;
}

.home-service .image-r {
    width: 460px;
    float: right;
    margin-top: -20px;
}

/*  ---  home-advantage  ---  */
.home-advantage {
    padding-top: 90px;
    height: 419px;
    background: url(../image/img-advantage.jpg) center no-repeat;
    text-align: center;
}

.home-advantage .headline {
    font-size: 26px;
    font-weight: bold;
    color: #211f1f;
    margin-bottom: 60px;
}

.home-advantage ul {
    height: 125px;
    padding: 52px 0;
    border: 1px solid #f0f0f0;
}

.home-advantage ul li {
    float: left;
    width: 16.66%;
    height: 125px;
    position: relative;
}

.home-advantage ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 75px;
    background-color: #dfdfdf;
    position: absolute;
    right: -1px;
    top: 25px;
}

.home-advantage ul li:last-child:after {
    display: none;
}

.home-advantage ul li .item-text {
    font-size: 14px;
    text-align: center;
    color: #7f7e7e;
    line-height: 35px;
}

.home-advantage ul li:hover .item-text {
    color: #3b2187;
}

.home-advantage ul li .item-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 22px;
}

.home-advantage #icon-1 {
    background-image: url(../image/icon-adv1.png);
}

.home-advantage #icon-2 {
    background-image: url(../image/icon-adv2.png);
}

.home-advantage #icon-3 {
    background-image: url(../image/icon-adv3.png);
}

.home-advantage #icon-4 {
    background-image: url(../image/icon-adv4.png);
}

.home-advantage #icon-5 {
    background-image: url(../image/icon-adv5.png);
}

.home-advantage #icon-6 {
    background-image: url(../image/icon-adv6.png);
}

/* hover */
.home-advantage ul li:hover #icon-1 {
    background-image: url(../image/icon-adv1-hl.png);
}

.home-advantage ul li:hover #icon-2 {
    background-image: url(../image/icon-adv2-hl.png);
}

.home-advantage ul li:hover #icon-3 {
    background-image: url(../image/icon-adv3-hl.png);
}

.home-advantage ul li:hover #icon-4 {
    background-image: url(../image/icon-adv4-hl.png);
}

.home-advantage ul li:hover #icon-5 {
    background-image: url(../image/icon-adv5-hl.png);
}

.home-advantage ul li:hover #icon-6 {
    background-image: url(../image/icon-adv6-hl.png);
}

.about-info {
    height: 800px;
    background: url(../image/bg_business.png) center no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.about-info .img {
    display: block;
    width: 600px;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
}
.about-info .info {
    width: 76.667%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding-left: 29%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 25px;
    box-sizing: border-box;
    z-index: 1;
}

#back-to-top {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #22479C;
    z-index: 99;
    border-radius: 50%;
}


/*   *******   download   *******   */


/*  ---  download-t ---  */
.download .download-t {
    height: 709px;
    background: url(../image/bg-top.png) center no-repeat;
}

.download .download-t .phone {
    float: right;
    margin-top: 105px;
}

.download .download-t .btns {
    height: 47px;
}

.download .download-t .btns a {
    float: left;
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    margin-left: 45px;
    border-radius: 45px;
    font-size: 16px;
    text-align: center;
}

.download .download-t .btns #android {
    margin-left: 0px;
    color: #78c258;
    background-color: #fff;
}

.download .download-t .btns #ios {
    color: #555555;
    background-color: #fff;
}

.download .download-t .btns .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
}

.download .download-t .btns #android .icon {
    background-image: url(../image/img-android.png);
    background-size: auto 100%;
}
.download .download-t .btns #ios .icon {
    background-image: url(../image/img-ios.png);
    background-size: auto 100%;
}

.download .download-t .headline {
    color: #fff;
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 52px;
    padding-top: 155px;
    padding-left: 50px;
    margin-bottom: 15px;
    position: relative;
}

.download .download-t .headline:after {
    content: '';
    width: 35px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: 0px;
    bottom: 23px;
    background-color: #fc703d;
}

.download .download-t .subline {
    color: #fff;
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 40px;
    padding-left: 50px;
}

.download .download-t .intro {
    width: 565px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 105px;
    letter-spacing: 1px;
}


/*  ---  download-b ---  */
.download .download-b {
    height: 991px;
    background: url(../image/bg-bottom.png) center no-repeat;
}

.download .download-b .headline {
    color: #14161c;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 38px;
    padding-top: 95px;
    margin-bottom: 50px;
    position: relative;
}

.download .download-b .headline:after {
    content: '';
    width: 40px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    margin-left: -20px;
    background-color: #fc703d;
}

.download .download-b .subline {
    color: #545454;
    text-align: center;
    margin-bottom: 40px;
}

.download .download-b .features {
    padding-left: 340px;
    padding-top: 30px;
}

.download .download-b .features:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
}

.download .download-b .features li {
    width: 50%;
    float: left;
    margin-bottom: 70px;
}

.download .download-b .features .item-img {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.download .download-b .features .item-title {
    color: #14161c;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
}

.download .download-b .features .item-text {
    font-size: 13px;
    color: #555454;
    line-height: 17px;
}


/*   *******   内页公用类    *******   */

/*  ---  banner ---  */
.inner-banner {
    height: 220px;
    padding-top: 130px;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-banner .ib-title {
    color: #fff;
    text-align: center;
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.inner-banner .ib-text {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

/*  about  */
.about .inner-banner {
    background-image: url(../image/about.jpg);
}

/*  contact  */
.contact .inner-banner {
    background-image: url(../image/contact.jpg);
}

/*  charges  */
.charges .inner-banner {
    background-image: url(../image/charges.jpg);
}

/*  securities  */
.securities .inner-banner {
    background-image: url(../image/securities.jpg);
}
/*  asset  */
.asset .inner-banner {
    background-image: url(../image/asset.jpg);
}

/*   *******   charges   *******   */
.charges .headline {
    color: #1B246F;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 38px;
    margin-bottom: 50px;
}

.charges .module {
    padding: 70px 0;
    background-color: #fff;
}
.charges .table-box {
    box-shadow: 0 10px 20px 0 rgba(114,114,114,.15);
    padding: 125px 80px 50px 50px;
    background-image: url(../image/blue_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.charges .table-box > tbody > tr > td:first-child {
    width: 120px;
    text-align: center;
    color: #E22C25;
    font-size: 26px;
    font-weight: bold;
    padding-right: 40px;
}
.charges .table {
    font-size: 16px;
    line-height: 19px;
    margin: 0 auto;
    width: 900px;
    overflow: hidden;
    border-collapse: collapse;
    background-color: rgba(255,255,255,1);
}

.charges .table th {
    height: 44px;
    color: #A29FA3;
}

.charges .table td {
    word-wrap: break-word;
    padding-top: 12px;
    padding-bottom: 13px;
    text-align: center;
    line-height: 1.3;
}

.charges .table tbody tr {
    background-color: #fff;
}
.charges .table tr th:first-child, .charges .table tr td:first-child {
    text-align: left;
}
.charges .table tr th:last-child, .charges .table tr td:last-child {
    text-align: right;
}
.charges .table tbody tr:nth-child(2n) {
    background-color: transparent;
}


.charges .module-card {
    float: left;
    width: 30%;
    height: 380px;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(114,114,114,.15);
    -moz-box-shadow: 0 10px 20px 0 rgba(114,114,114,.15);
    box-shadow: 0 10px 20px 0 rgba(114,114,114,.15);
    text-align: center;
}
.charges .module-card .title {
    color: #C82425;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 30px;
}

.charges .module-card .key {
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #9B989C;
}

.charges .module-card .value {
    font-size: 20px;
    line-height: 40px;
    color: #656567;
    font-weight: bold;
}

/*   *******   faq   *******   */

.faq .title {
    text-align: center;
    font-size: 26px;
    color: #211f1f;
}

/*  ---  category ---  */
.faq .category {
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 100px;
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.faq .category ul {
    min-height: 255px;
}

.faq .category .item {
    float: left;
    display: block;
    width: 200px;
    height: 325px;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.faq .category .item:nth-child(5n) {
    margin-right: 0;
}

.faq .category .item img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 40px auto;
}

.faq .category .item .title {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}

.faq .category .item .text {
    color: #d3d3d3;
    font-size: 14px;
    margin-bottom: 5px;
}
.faq .category .item .btn {
    position: absolute;
    bottom: 0;
    width: calc(100% - 28px);
}
.faq .category .item .btn a {
    display: inline-block;
    margin: 0 auto;
    height: 27px;
    line-height: 27px;
    background-color: #E91D19;
    color:#fff;
    padding: 0 15px;
    border-radius: 5px;
}
/*  ---  lists ---  */
.faq .lists {
    min-height: 300px;
    padding: 50px 0;
    background-color: #f8f8f8;
}

.faq .lists ul {
    margin-top: 25px;
    margin-bottom: 45px;
}

.faq .lists ul:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
}

.faq .lists ul li {
    width: 50%;
    float: left;
}

.faq .lists ul li:nth-child(2n) .row {
    margin-right: 0px;
}

.faq .lists .row {
    display: block;
    color: #211f1f;
    padding: 25px 15px;
    margin-right: 30px;
    border-bottom: 1px dashed #dcdcdf;
    position: relative;
}

.faq .lists .row:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #b5b2cd;
    position: absolute;
    top: 32px;
    left: 0px;
}

.faq .lists .row:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0px;
    top: 33px;
    border: 2px solid #5b5858;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.faq .lists .row:hover {
    color: #fc7c4e;
}

.faq .lists .row:hover:after {
    border-color: #fc7c4e;
}

.faq .lists .more {
    color: #fc7c4e;
    position: relative;
}

.faq .lists .more:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    position: absolute;
    right: -25px;
    top: 2px;
    border: 1px solid #fc7c4e;

}

.faq .lists .more:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -20px;
    top: 6px;
    border: 2px solid #fc7c4e;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}





/*   *******   contact   *******   */

.contact .main {
    padding-top: 70px;
    padding-bottom: 60px;
}

.contact .main .headline {
    color: #14161c;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 38px;
    margin-bottom: 60px;
    position: relative;
}

.contact .main .headline:after {
    content: '';
    width: 40px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    margin-left: -20px;
    background-color: #fc703d;
}

.contact .main .map {
    width: 100%;
    height: 360px;
    margin-bottom: 45px;
}

.contact .main .info {
    height: 85px;
    color: #817f7f;
}

.contact .main .info .title {
    font-size: 16px;
    color: #211f1f;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dcdcdf;
}

.contact .main .info .space {
    display: inline-block;
    width: 50px;
}

.contact .main .info-l {
    width: 48%;
    float: left;
}

.contact .main .info-r {
    width: 48%;
    float: right;
}

.securities-title {
    width: 400px;
    height: 110px;
    margin: 0 auto;
    background-image: url(../image/bg_service.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-top: 50px;
}
.securities-title .title {
    font-size: 34px;
    font-weight: bold;
    transform: translateY(-20px);
}
.securities-title .subtitle {
    font-size: 24px;
    color: #9187B5;
}
/*   *******   page-block   *******   */

.page-block {
    background-color: #ffffff;
    color: #0f1f34;
    border: 1px solid #e4e4e4;
    margin: 50px 0;
}

.page-block .page-menu {
    width: 264px;
    float: left;
}

.page-block .row-content {
    width: 264px;
    min-height: 513px;
}

.page-block .row-category {
    padding: 15px;
    font-size: 16px;
    
    color: #fff;
    background-color: #a29bfe;
    /*
    color: #0f1f34;
    background-color: #eaeaea;
    */
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.page-block .row-category:first-child {
    border-top-width: 0px;
}

.page-block .row-item {
    display: block;
    width: 234px;
    padding: 15px;
    background-color: #ffffff;
    font-size: 14px;
    color: #0f1f34;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent; 
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
}

.page-block .row-item.selected,
.page-block .row-item:hover {
    /*
    color: #fff;
    background-color: #a29bfe;
    */
    color: #0f1f34;
    background-color: #eaeaea;
    border-bottom-color: #e4e4e4;
    border-top-color: #e4e4e4;
}

.page-block .page-content {
    width: 883px;
    min-height: 573px;
    float: right;
    padding: 0 25px 25px;
    border-left: 1px solid #e4e4e4;
}

.page-block .page-content .title {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 2px solid #f5f5f5;
}

.page-block .page-content .content {
    padding: 15px 0;
    word-wrap: break-word;
    line-height: 180%;
}












/*   *******   document   *******   */

.document .main {
    padding-top: 40px;
    padding-bottom: 70px;
}

.document .main .tabs {
    height: 44px;
    margin-bottom: 48px;
}

.document .main .tabs a {
    float: left;
    margin-right: 16px;
    display: block;
    width: 180px;
    height: 42px;
    line-height: 44px;
    border: 1px solid #eeeeee;
    color: #0d0425;
    text-align: center;
}

.document .main .tabs .selected,
.document .main .tabs a:hover {
    color: #fb703c;
    border-color: #fb703c;
}

.document .main .tab-content {
    margin-bottom: 40px;
}

.document .main .tab-row {
    display: block;
    color: #211f1f;
    padding: 20px 32px;
    margin-right: 30px;
    position: relative;
}

.document .main .tab-row:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #b5b2cd;
    position: absolute;
    top: 28px;
    left: 16px;
}

.document .main .tab-row:nth-child(2n-1) {
    background-color: #f8f8f9;
}

.document .main .tab-row a {
    float: right;
    color: #5e5d5d;
}

.document .main .tab-row .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    background: url(../image/icon-download.png) center no-repeat;
}

.document .main .tab-row:hover {
    color: #fff;
    background-color: #3b2187;
}

.document .main .tab-row:hover:before {
    background-color: #fff;
}

.document .main .tab-row:hover a {
    color: #fff;
}

.document .main .tab-row:hover .icon {
    background-image: url(../image/icon-download-hl.png);
}


/*   *******   news   *******   */
.news {
    background-color: #f5f5f5;
}

.news .container {
    padding: 50px 0;
}

.news .news-content {
    background-color: #fff;
    padding: 40px 0;
    min-height: 700px;
    box-sizing: border-box;
    padding: 25px;   
    border: 2px solid #e4e4e4;
}

.news .news-detail-headline {
    font-size: 20px;
    font-weight: bold;
    color: #211f1f;
}

.news .news-detail-date {
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 13px;
    color: #717171;
    border-bottom: 2px solid #e4e4e4;
}

.news .news-content .news-list {
    list-style-type: square;
    padding-left: 20px;
}

.news .news-content .news-list li {
    line-height: 35px;
}

.news .news-content .news-list li a {
    float: left;
    display: block;
    width: 70%;
    line-height: 35px;
    color: #0f1f34;
    font-size: 15px;
}

.news .news-content .news-list li a:hover {
    color: #5633ac;
}

.news .news-content .news-list li span {
    float: right;
    display: block;
    width: 25%;
    text-align: right;
}

.partners {
    display: flex;
    flex-direction: row
}
.partners > div {
    flex: 0 0 20%;
    margin: 10px 0;
    text-align: center
}
.partners > div > img {
    width: 80%;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 3px
}
.inside_con{ min-height:300px;}


.xinw{ margin-bottom:2%}
.xinw .headline{ text-align:center}



.update_news3{ max-width:1200px; margin:0 auto;}
.update_news3 ul li{ padding:0px 30px; box-sizing:border-box;transition: all .4s ease-out;border:4px solid #fff;}
.update_news3 ul li .news_con{border-bottom:1px solid #ececec;overflow:hidden;padding: 36px 0px;}
.update_news3 ul li .news_con .news_pic{float:left;width: 330px;overflow:hidden;}
.update_news3 ul li .news_con .news_pic img{ width:100%; transition: all .36s ease;}
.update_news3 ul li .news_desc{float:right;width: calc(100% - 370px);}
.update_news3 ul li .news_desc strong{display:block;line-height:24px;overflow:hidden;font-size:18px;font-weight: bold;}
.update_news3 ul li .news_desc strong a{font-size: 18px;color:#333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width:100%;}
.update_news3 ul li .news_desc  em{background:url(../image/time02.png) left center no-repeat;font-style:normal;color:#444;padding-left: 3%;font-size: 12px;color:#999999;margin-top: 4%;display: block;}
.update_news3 ul li .news_desc span{display:block;font-size: 16px;color: #666;line-height:24px;padding-top: 2%;height: 87px;overflow: hidden;}
.update_news3 ul li:hover{border:4px solid #f08800;background: #fff;box-shadow: 0 0 14px rgba(0,0,0,.12);}
.update_news3 ul li:hover .news_con .news_pic img{transform: scale(1.1);}
.update_news3 ul li .news_desc:hover strong a{ color:#f08800;}
.update_news3 ul li .news_desc:hover strong em{ color:#f60;}
