﻿#header {
    position: relative;
}

.openShow {
    width: 100%;
    /*height: 366px;
    font-size: 28px;
    text-align: center;
    padding-top: 112px;
    background: url(../images/bg_03.jpg) no-repeat center / 100% 100%;*/
}

.secNav {
    width: 1140px;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
}

.BG {
    display: block;
}

.center {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.openShow img {
    width: 100%;
}

.openShow div {
    margin: 0 auto;
}

.openShow .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

.openShow .btn {
    color: #f25922;
    width: 228px;
    height: 65px;
    cursor: pointer;
    margin-top: 50px;
    background: #fff;
    line-height: 65px;
    text-align: center;
    border-radius: 2px;
}

.processTitle {
    display: block;
    color: #333;
    font-size: 28px;
    margin-top: 80px;
}

.processTips {
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

.process {
    position: relative;
    width: 100%;
    height: 326px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 2px;
    background: #f7fafb;
}

.process .change {
    position: absolute;
    z-index: 2;
    top: 155px;
    width: 23px;
    height: 34px;
    display: block;
    cursor: pointer;
}

.process .left {
    left: 15px;
    background: url(../images/left.jpg) no-repeat center / 100% 100%;
}

.process .right {
    right: 15px;
    background: url(../images/right.jpg) no-repeat center / 100% 100%;
}

.process ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 800%;
    height: 100%;
}

.process ul li {
    width: 1140px;
    float: left;
    padding: 0 50px;
    padding-top: 53px;
    text-align: center;
}

.process ul li img {
    display: inline-block;
    width: 190px;
    margin-top: 15px;
    vertical-align: top;
}

.process ul li>div {
    display: inline-block;
    width: 500px;
    height: 220px;
    color: #666;
    font-size: 16px;
    padding-left: 80px;
}

.process ul li>div span {
    display: block;
    text-align: left;
}

.liTitle {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 60px 0 40px;
}

.forte {
    width: 1140px;
    height: 320px;
    margin: 56px auto 0;
}

.forte div {
    float: left;
    width: 266px;
    height: 316px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-left: 25px;
    border: 2px solid #e6e6e6;
}

.forte .first {
    margin-left: 0;
}

.forte div img {
    display: inline-block;
    margin-top: 56px;
}

.forte div span {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 28px;
}

.forte div p {
    display: block;
    margin-top: 36px;
}

.openShop {
    width: 100%;
    height: 132px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding-top: 48px;
    font-weight: bold;
    background: url(../images/bg_10.jpg) no-repeat center / 100% 100%;
}

.openBtn {
    width: 140px;
    height: 40px;
    color: #ff632f;
    cursor: pointer;
    font-size: 24px;
    background: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    margin: 20px auto 0;
    font-weight: normal;
}

.index-zxds {
    position: absolute;
    top: 77px;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #f7fafb;
    border-left: 15px solid transparent;
}

.moreFn {
    position: relative;
    width: 1140px;
    margin-top: 54px;
}

.moreFn>a {
    position: absolute;
    display: block;
    top: 0;
    width: 260px;
    height: 482px;
    cursor: pointer;
    border-radius: 10px;
}

.moreFn1 {
    left: 0;
}

.moreFn2 {
    left: 290px;
}

.moreFn3 {
    left: 590px;
}

.moreFn4 {
    left: 888px;
}

.moreFnDiv:hover {
    background: rgba(255, 255, 255, .5);
}

.moreFnDiv:hover span {
    display: block;
}

.moreFnDiv span {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -100px;
    border-radius: 2px;
    background: #EB5405;
}