/* 整体 */

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    width: 100%;
}

a {
    text-decoration: none;
}

body {
    font-family: 'PingFangTC-Regular', Arial, sans-serif;
    font-size: 16px;
    color: #333;
    position: relative;
}

/* 公用样式 */

.outer-container {
    min-width: 1200px;
    max-width: 1900px;
    width: 100%;
    background-color: #ffffff;
}

.inner-container {
    width: 1200px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.flex-item .img {
    font-size: 0;
    overflow: hidden;
}

.flex-item .describe .title {
    font-family: 'PingFangSC-Regular';
    font-size: 24px;
    line-height: 24px;
}

.module-title {
    font-family: 'PingFangSC-Regular';
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.module-title .chinese {
    padding-top: 56px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.module-title .english {
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.module-title-sub {
    position: relative;
    color: #333;
    font-size: 26px;
    height: 50px;
    text-align: center;
    line-height: 1;
    margin-bottom: 51px;
}

.module-title-sub::after {
    content: "";
    display: block;
    width: 38px;
    height: 8px;
    margin: 17px auto 0;
    background: #ff9343;
}

/*nav导航样式*/

.navbar {
    background-color: rgba(241, 241, 241);
    border-width: 0;
    color: #333;
}

.nav-container {
    width: 1200px;
    height: 80px;
    margin: auto;
}

.navbar-header {
    float: left;
}

.navbar-brand {
    padding: 0;
    margin-top: 10px;
}

.nav-one {
    min-width: 700px;
    float: left;
    margin: 0 32px 0 0 !important;
}

.nav-two {
    width: 115px;
    margin: 0 !important;
    margin-top: 0;
    float: left;
}

.nav-one li a {
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    padding: 0 26px;
    width: 140px;
    color: #333 !important;
    font-size: 16px;
    text-align: center;
}

.nav-two li {
    height: 80px;
    line-height: 80px;
    width: 50px;
    text-align: center;
    position: relative;
}

.nav-two .iconfont {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    margin: 20px 0 0 0;
}

.nav-two .icon-shouji {
    font-size: 34px;
}

.nav-two .word {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    margin: 8px 0 0 0;
}

.navbar-nav>li {
    float: left;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
    height: 80px;
}

.navbar-default .navbar-nav>.active>a {
    transition: 0.2s;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: url('../images/jb.jpg') no-repeat;
    color: #fff !important;
    font-weight: bold;
}

.nav-two li:hover .code {
    display: block;
}

.nav-two .code {
    background: url("../images/head-app-bg.png") no-repeat;
    width: 260px;
    height: 130px;
    position: absolute;
    top: 78px;
    right: -18px;
    padding: 20px 0px;
    padding-left: 14px;
    display: none;
}

.nav-two .code .left {
    width: 102px;
    height: 102px;
    /* margin-right: 6px; */
    float: left;
}

.nav-two .code .left img {
    width: 100%;
    height: 100%;
}

.nav-two .code .right {
    float: left;
    width: 140px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-top: 22px;
}

/*轮播样式*/

#banner {
    min-height: 475px;
    min-width: 1200px;
    overflow: hidden;
}

.carousel-item {
    width: 100%;
    height: 760px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-container {
    width: 1200px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-600px, -35px);
}

.banner-container .carousel-control {
    width: 40px;
    height: 70px;
    opacity: 1;
    padding: 13px 5px;
    background: rgba(255, 255, 255, 0.5);
}

.banner-container .carousel-control .iconfont {
    font-size: 30px;
    color: #ffffff;
}

#banner .carousel-inner .item a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner .carousel-inner img {
    /* width: 100%; */
    /* max-height: 100vh; */
    width: auto;
    height: 100vh;
}

#banner .carousel-indicators li {
    margin: 1px 6px;
}

#banner .carousel-indicators .active {
    width: 10px;
    height: 10px;
}

/*banner-bottom*/
#banner-bottom {
    margin-top: 70px;
}

#banner-bottom .banner-img {
    width: 100%;
    margin-bottom: 70px;
    font-size: 0;
}

#banner-bottom .flex-item {
    width: 384px;
    height: 460px;
    box-shadow: 0 0 10px #dcdcdc;
}

#banner-bottom .flex-item .img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#banner-bottom .flex-item .describe .title {
    line-height: 160px;
    text-align: center;
}

/* 产品服务 */

.service {
    background: url('../images/b1.jpg') no-repeat;
    background-size: 100% auto;
    padding-bottom: 70px;
}

.service .products-content {
    background-color: #ffffff;
    box-shadow: 0 1px 10px #dcdcdc;
    padding: 54px 70px 0px;
}

.service .products-content .product-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.service .products-content .product-item .products-word {
    flex: 0 0 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .products-content .product-item .products-img {
    flex: 0 0 480px;
    height: 260px;
}

.service .products-content .product-item .products-word .word-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 33px;
}
.service .products-content .product-item .products-word .word-des {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding-left: 22px;
}

.service .products-content .product-item .products-word .word-des::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 9px;
    height: 9px;
    background: #ff9343;
    border-radius: 50%;
}

/* 系统支持 */

.system {
    background-color: #f4f4f4;
    background-image: url("../images/xtb.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 222px;
}

.system .module-title {
    color: #333;
}

.system .module-title .chinese {
    padding-bottom: 17px;
}

.system .module-title .english {
    color: #666;
    padding-bottom: 54px;
}

.system .app-bg {
    width: 820px;
    margin: 0 auto;
    background-image: url("../images/xsp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 550px;
}

.system .types {
    margin-bottom: 95px;
}

.system .types .type {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
}

.system .types .type + .type {
    margin-top: 18px;
}


.system .types .type .type-item {
    font-size: 24px;
    color: #333;
    position: relative;
    padding-left: 26px;
}

.system .types .type .type-item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 9px;
    height: 9px;
    background: #ff9343;
    border-radius: 50%;
}

.system .asset-des {
    margin-top: 40px;
    color: #333;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.system .asset-des .sec {
    margin-top: 28px;
}

/* 股东背景 */

.shareholder {
    height: 500px;
    background: #fff;
}

.shareholder .module-title .chinese {
    color: #333;
    padding-bottom: 16px;
}

.shareholder .module-title .english {
    color: #666;
    padding-bottom: 50px;
}

.shareholder .inner-container {
    margin-top: -7px;
}
.shareholder .inner-container div {
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

/* 关于我们 */

.us {
    background-image: url("../images/b3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
}

.us .module-title .chinese {
    color: #333;
    padding-bottom: 16px;
}

.us .module-title .english {
    color: #666;
    padding-bottom: 37px;
}

.us .inner-container {
    margin-bottom: 40px;
}
.us .inner-container div {
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

.us .module-title-sub {
    margin-bottom: 22px;
}

.us .us-mes div {
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
}

/* footer */

/* 页脚 */

.footer {
    background-color: #000000;
    color: #ffffff;
    min-width: 1200px;
}

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

.footer .footer-box .description {
    position: relative;
    padding-top: 36px;
    padding-bottom: 20px;
}

.footer .footer-box .description .left .address {
    margin-bottom: 36px;
}

.footer .footer-box .description .left .title {
    font-size: 20px;
    color: #ffffff;
}

.footer .footer-box .description .left .content {
    font-size: 16px;
    color: #999;
    line-height: 1;
    margin-top: 20px;
}

.footer .footer-box .description .left .content span {
    padding-right: 7px;
}

.footer .footer-box .description .center {
    position: absolute;
    top: 36px;
    left: 480px;
}

.footer .footer-box .description .center .title {
    font-size: 20px;
    color: #ffffff;
}

.footer .footer-box .description .center .link {
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
}

.footer .footer-box .description .center .link a {
    color: #edba21;
}

.footer .footer-box .description .center .link a:hover {
    text-decoration: underline !important;
}

.footer .footer-box .description .app {
    position: absolute;
    width: 140px;
    top: 40px;
    right: 200px;
}

.footer .footer-box .description .app img {
    margin-bottom: 10px;
}

.footer .footer-box .description .app p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    text-align: center;
}

.footer .footer-box .description .mp {
    position: absolute;
    width: 140px;
    top: 40px;
    right: 0;
}

.footer .footer-box .description .mp img {
    margin-bottom: 10px;
}

.footer .footer-box .description .mp p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    text-align: center;
}

.footer .footer-box .description .phone .content {
    line-height: 1.4;
}

.footer .footer-box .copyright {
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #fff;
    color: #fff;
}
