﻿@charset "UTF-8";

/*!
 @Name: layer's style
 @Author: 贤心
 @Blog： sentsin.com
 */
*html {
    background-attachment: fixed;
    background-image: url(about:blank);
}

html #layui_layer_skinlayercss {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer, .layui-layer-shade {
    pointer-events: auto;
    position: fixed;
    _position: absolute;
}

.layui-layer-shade {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -webkit-background-clip: content;
    animation-duration: .3s;
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    left: 50%;
    margin: 0;
    padding: 0;
    top: 150px;
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-moves {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border: 3px solid #666;
    border: 3px solid rgba(0, 0, 0, .5);
    cursor: move;
    filter: alpha(opacity=50);
    position: absolute;
}

.layui-layer-load {
    background: url(default/loading-0.gif) center center no-repeat #fff
}

.layui-layer-ico {
    background: url(default/icon.png) no-repeat
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
}

@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: scale(.5);
        opacity: 0;
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        -ms-transform: scale(.5);
        -webkit-transform: scale(.5);
        opacity: 0;
        transform: scale(.5)
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

.layui-anim {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceOut {
    100% {
        -webkit-transform: scale(.7);
        opacity: 0;
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceOut {
    100% {
        -ms-transform: scale(.7);
        -webkit-transform: scale(.7);
        opacity: 0;
        transform: scale(.7)
    }

    30% {
        -ms-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.layui-anim-close {
    -webkit-animation-duration: .2s;
    -webkit-animation-name: bounceOut;
    animation-duration: .2s;
    animation-name: bounceOut;
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: scale(.1) translateY(-2000px);
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(.1) translateY(-2000px);
    }

    60% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(.475) translateY(60px);
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(.475) translateY(60px);
    }
}

@keyframes zoomInDown {
    0% {
        -ms-transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: scale(.1) translateY(-2000px);
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(.1) translateY(-2000px);
    }

    60% {
        -ms-transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(.475) translateY(60px);
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(.475) translateY(60px);
    }
}

.layui-anim-01 {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translateY(2000px);
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        -ms-transform: translateY(2000px);
        -webkit-transform: translateY(2000px);
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}

.layui-anim-02 {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: scale(.1) translateX(-2000px);
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(.1) translateX(-2000px);
    }

    60% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(.475) translateX(48px);
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(.475) translateX(48px);
    }
}

@keyframes zoomInLeft {
    0% {
        -ms-transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: scale(.1) translateX(-2000px);
        animation-timing-function: ease-in-out;
        opacity: 0;
        transform: scale(.1) translateX(-2000px);
    }

    60% {
        -ms-transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(.475) translateX(48px);
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(.475) translateX(48px);
    }
}

.layui-anim-03 {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translateX(-100%) rotate(-120deg);
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        -webkit-transform: translateX(0) rotate(0);
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        -ms-transform: translateX(-100%) rotate(-120deg);
        -webkit-transform: translateX(-100%) rotate(-120deg);
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        -ms-transform: translateX(0) rotate(0);
        -webkit-transform: translateX(0) rotate(0);
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.layui-anim-04 {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-anim-05 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%, 40%, 60%, 80% {
        -ms-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layui-anim-06 {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-layer-title {
    background-color: #F8F8F8;
    border-bottom: 1px solid #eee;
    border-radius: 2px 2px 0 0;
    color: #333;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 80px 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layui-layer-setwin {
    font-size: 0;
    line-height: initial;
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
}

    .layui-layer-setwin a {
        font-size: 12px;
        height: 16px;
        margin-left: 10px;
        position: relative;
        width: 16px;
        _overflow: hidden
    }

    .layui-layer-setwin .layui-layer-min cite {
        background-color: #2E2D3C;
        cursor: pointer;
        height: 2px;
        left: 0;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        width: 14px;
        _overflow: hidden
    }

    .layui-layer-setwin .layui-layer-min:hover cite {
        background-color: #2D93CA
    }

    .layui-layer-setwin .layui-layer-max {
        background-position: -32px -40px
    }

        .layui-layer-setwin .layui-layer-max:hover {
            background-position: -16px -40px
        }

    .layui-layer-setwin .layui-layer-maxmin {
        background-position: -65px -40px
    }

        .layui-layer-setwin .layui-layer-maxmin:hover {
            background-position: -49px -40px
        }

    .layui-layer-setwin .layui-layer-close1 {
        background-position: 0 -40px;
        cursor: pointer
    }

        .layui-layer-setwin .layui-layer-close1:hover {
            opacity: .7
        }

    .layui-layer-setwin .layui-layer-close2 {
        background-position: -149px -31px;
        height: 30px;
        margin-left: 0;
        position: absolute;
        right: -28px;
        *right: -18px;
        top: -28px;
        width: 30px;
        _display: none
    }

        .layui-layer-setwin .layui-layer-close2:hover {
            background-position: -180px -31px
        }

.layui-layer-btn {
    padding: 0 10px 12px;
    pointer-events: auto;
    text-align: right;
}

    .layui-layer-btn a {
        background-color: #f1f1f1;
        border: 1px solid #dedede;
        border-radius: 2px;
        color: #333;
        cursor: pointer;
        font-weight: 400;
        height: 28px;
        line-height: 28px;
        margin: 0 6px;
        padding: 0 15px;
        text-decoration: none
    }

        .layui-layer-btn a:hover {
            opacity: .9;
            text-decoration: none
        }

        .layui-layer-btn a:active {
            opacity: .7
        }

    .layui-layer-btn .layui-layer-btn0 {
        background-color: #2e8ded;
        border-color: #4898d5;
        color: #fff
    }

.layui-layer-dialog {
    min-width: 260px
}

    .layui-layer-dialog .layui-layer-content {
        font-size: 14px;
        line-height: 24px;
        overflow: auto;
        padding: 20px;
        position: relative;
        word-break: break-all;
    }

        .layui-layer-dialog .layui-layer-content .layui-layer-ico {
            height: 30px;
            left: 15px;
            position: absolute;
            top: 16px;
            width: 30px;
            _left: -40px;
        }

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    border: 1px solid #D3D4D3;
    box-shadow: none;
    min-width: 180px;
}

.layui-layer-hui {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    border: none;
    color: #fff;
    filter: alpha(opacity=60);
    min-width: 100px;
}

    .layui-layer-hui .layui-layer-content {
        padding: 12px 25px;
        text-align: center
    }

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    overflow: auto;
    position: relative;
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe .layui-layer-content {
    overflow: hidden
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    background: 0 0;
    border: none;
    border-radius: 100%;
    box-shadow: none;
}

    .layui-layer-loading .layui-layer-content {
        background: url(default/loading-0.gif) no-repeat;
        height: 24px;
        width: 60px;
    }

    .layui-layer-loading .layui-layer-loading1 {
        background: url(default/loading-1.gif) no-repeat;
        height: 37px;
        width: 37px;
    }

    .layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
        background: url(default/loading-2.gif) no-repeat;
        height: 32px;
        width: 32px;
    }

.layui-layer-tips {
    background: 0 0;
    border: none;
    box-shadow: none;
}

    .layui-layer-tips .layui-layer-content {
        background-color: #F90;
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        min-width: 12px;
        padding: 5px 10px;
        position: relative;
        _float: left;
    }

    .layui-layer-tips .layui-layer-close {
        right: -2px;
        top: -1px
    }

    .layui-layer-tips i.layui-layer-TipsG {
        border-color: transparent;
        border-style: dashed;
        border-width: 8px;
        height: 0;
        *overflow: hidden;
        position: absolute;
        width: 0;
    }

    .layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
        border-right-color: #F90;
        border-right-style: solid;
        left: 5px;
    }

    .layui-layer-tips i.layui-layer-TipsT {
        bottom: -8px
    }

    .layui-layer-tips i.layui-layer-TipsB {
        top: -8px
    }

    .layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
        border-bottom-color: #F90;
        border-bottom-style: solid;
        top: 1px;
    }

    .layui-layer-tips i.layui-layer-TipsR {
        left: -8px
    }

    .layui-layer-tips i.layui-layer-TipsL {
        right: -8px
    }

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    border: none;
    color: #fff;
}

.layui-layer-lan .layui-layer-lan .layui-layer-btn {
    border-top: 1px solid #E9E7E7;
    padding: 10px;
    text-align: right;
}

.layui-layer-lan .layui-layer-btn a {
    background: #BBB5B5;
    border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    border: none;
    color: #fff;
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}


/* ------------------------初始化样式------------------------ */
* {
    padding: 0;
    margin: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    overflow: auto;
    min-width: 1500px;
}

body {
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    font-family: '微软雅黑';
    background: #f2f3f7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}

input, label, img, th {
    vertical-align: middle;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:visited, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}

/* 清除浮动 */
.dm-cf {
    zoom: 1;
}

    .dm-cf:after {
        content: '';
        display: block;
        clear: both;
    }

.dm-fl {
    float: left !important;
}

.dm-fr {
    float: right !important;
}

/*栅格*/
.dm-u-1 {
    width: 8.33333333%;
}

.dm-u-2 {
    width: 16.66666667%;
}

.dm-u-3 {
    width: 25%;
}

.dm-u-4 {
    width: 33.33333333%;
}

.dm-u-5 {
    width: 41.66666667%;
}

.dm-u-6 {
    width: 50%;
}

.dm-u-7 {
    width: 58.33333333%;
}

.dm-u-8 {
    width: 66.66666667%;
}

.dm-u-9 {
    width: 75%;
}

.dm-u-10 {
    width: 83.33333333%;
}

.dm-u-11 {
    width: 91.66666667%;
}

.dm-u-12 {
    width: 100%;
}

/*等分*/
[class*=dm-avg-] {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    [class*=dm-avg-]:after, [class*=dm-avg-]:before {
        display: table;
        content: " ";
    }

    [class*=dm-avg-]:after {
        clear: both;
    }

    [class*=dm-avg-] > li {
        float: left;
        display: block;
        height: auto;
    }

.dm-avg-1 > li {
    width: 100%;
}

    .dm-avg-1 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-1 > li:nth-of-type(1n+1) {
        clear: both;
    }

.dm-avg-2 > li {
    width: 50%;
}

    .dm-avg-2 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-2 > li:nth-of-type(2n+1) {
        clear: both;
    }

.dm-avg-3 > li {
    width: 33.33333333%;
}

    .dm-avg-3 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-3 > li:nth-of-type(3n+1) {
        clear: both;
    }

.dm-avg-4 > li {
    width: 25%;
}

    .dm-avg-4 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-4 > li:nth-of-type(4n+1) {
        clear: both;
    }

.dm-avg-5 > li {
    width: 20%;
}

    .dm-avg-5 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-5 > li:nth-of-type(5n+1) {
        clear: both;
    }

.dm-avg-6 > li {
    width: 16.66666667%;
}

    .dm-avg-6 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-6 > li:nth-of-type(6n+1) {
        clear: both;
    }

.dm-avg-7 > li {
    width: 14.28571429%;
}

    .dm-avg-7 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-7 > li:nth-of-type(7n+1) {
        clear: both;
    }

.dm-avg-8 > li {
    width: 12.5%;
}

    .dm-avg-8 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-8 > li:nth-of-type(8n+1) {
        clear: both;
    }

.dm-avg-9 > li {
    width: 11.11111111%;
}

    .dm-avg-9 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-9 > li:nth-of-type(9n+1) {
        clear: both;
    }

.dm-avg-10 > li {
    width: 10%;
}

    .dm-avg-10 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-10 > li:nth-of-type(10n+1) {
        clear: both;
    }

.dm-avg-11 > li {
    width: 9.09090909%;
}

    .dm-avg-11 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-11 > li:nth-of-type(11n+1) {
        clear: both;
    }

.dm-avg-12 > li {
    width: 8.33333333%;
}

    .dm-avg-12 > li:nth-of-type(n) {
        clear: none;
    }

    .dm-avg-12 > li:nth-of-type(12n+1) {
        clear: both;
    }


/*-------------常用类----------*/
.text-l {
    text-align: left !important;
}

.text-c {
    text-align: center !important;
}

.text-r {
    text-align: right !important;
}

.ver-u {
    vertical-align: unset !important;
}

.ver-m {
    vertical-align: middle !important;
}

.ver-t {
    vertical-align: top !important;
}

.dis-ib {
    display: inline-block;
    vertical-align: middle;
}

/*-------------距离----------*/
.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.padl-10 {
    padding-left: 10px !important;
}

.padl-15 {
    padding-left: 15px !important;
}

.padl-20 {
    padding-left: 20px !important;
}

.padl-30 {
    padding-left: 30px !important;
}

.padb-30 {
    padding-bottom: 30px !important;
}

/*-------------上传图片----------*/
.up-img {
    position: relative;
    width: 110px;
    text-align: center;
    overflow: hidden;
}

    .up-img img {
        width: 110px;
        height: 110px;
    }

    .up-img input {
        position: absolute;
        left: 0;
        width: 110px;
        height: 110px;
        opacity: 0;
        padding: 0;
        top: 0;
        cursor: pointer;
    }

    .up-img p {
        line-height: 30px;
    }

/*-------------table类----------*/
input, textarea, select {
    height: 34px;
    border: 1px solid #dddddd;
    padding: 0 5px;
    resize: none;
}

textarea {
    line-height: 150%;
    height: 100px;
}

input::-webkit-input-placeholder, table textarea::-webkit-input-placeholder {
    color: #dddddd;
}

table td {
    padding: 10px 0;
}


/*--------------------风格颜色--------------------*/
/*鼠标经过颜色*/
a:hover {
    color: #0078cc;
}


/*浏览器兼容性提示*/
.dmport {
    width: 100%;
    background-color: #2F3242;
    height: 100vh;
    position: fixed;
    min-width: 1200px;
    margin: auto;
}

.dmport-title {
    margin: 5% 0 2% 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.dmport-sub-title {
    margin: 0 0 5% 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.support-images {
    text-align: center;
}

    .support-images img {
        margin: 3%;
        box-shadow: 0 5px 5px rgba(60,143,230,.2);
        text-shadow: 1px 1px 1px #01b446;
        vertical-align: initial;
    }

.ban-down1 {
    cursor: pointer;
    display: inline-block;
    margin-top: 5%;
    width: 206px;
    height: 50px;
    background: #0fd25a;
    box-shadow: 0 5px 5px rgba(60,143,230,.2);
    color: #fff !important;
    text-shadow: 1px 1px 1px #01b446;
    font-size: 22px;
    line-height: 50px;
}

.dmport-btn {
    text-align: center;
}


/*banner*/
.am-slider {
    position: relative;
}

.am-slider-default {
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
}

    .am-slider-default .am-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider .am-slides > li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
}

.am-slider .am-slides img {
    display: block;
    width: 100%;
}

.am-slider-default .am-control-nav {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

    .am-slider-default .am-control-nav li {
        display: inline-block;
        margin: 0 6px;
    }

        .am-slider-default .am-control-nav li a {
            display: block;
            width: 10px;
            height: 10px;
            border: 2px solid #d9d9d9;
            border-radius: 50%;
            background-color: #d9d9d9;
            text-indent: -9999px;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
        }

            .am-slider-default .am-control-nav li a.am-active {
                background-color: #fff;
                cursor: default;
                border-color: #ff7142;
            }

.am-control-nav, .am-direction-nav, .am-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.am-slider-default .am-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    overflow: hidden;
    margin: -18px 0 0;
    width: 29px;
    height: 50px;
    opacity: .45;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.am-slider-default .am-direction-nav .am-prev {
    left: 0;
    background: url("../images/leftarrow.png") no-repeat center;
}

.am-slider-default .am-direction-nav .am-next {
    right: 0;
    text-align: right;
    background: url("../images/rightarrow.png") no-repeat center;
}

.am-slider-default .am-direction-nav a:hover {
    opacity: 1;
}




/* 2019-03-04 ?��a�??????��??????a?�� */

@charset "UTF-8";

body {
    background-color: #f2f8fb;
}

* {
    font-family: '微软雅黑';
}

.box {
    width: 1500px;
    margin: 0 auto;
}

.bg_bai {
    background-color: #fff;
}

/*------------------?��a���a�??��?????��?��?��???��?��?|???��?��????------------------*/
.header_top {
    background: #f2f3f7;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.header_top_left img {
    width: 13px;
    height: 13px;
}

.header_top_left p {
    display: inline-block;
}

.header_top_left .p1 {
    margin-left: 5px;
}

.header_top_left .p2 {
    margin-left: 15px;
}

.header_top_left .sp1 {
    color: #ff7142;
}

.header_top_left .cut_city {
    cursor: pointer;
    margin-left: 5px;
}

.header_top_right a {
    margin-right: 15px;
}

.header_top_right .a1 i {
    vertical-align: text-bottom;
    margin-right: 3px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/Template/BasicTemplate/images/ico_member.png) no-repeat;
}

.header_top_right .a1:hover i {
    background: url(/Template/BasicTemplate/images/ico_member1.png) no-repeat;
}

.header_menu {
    height: 96px;
    line-height: 96px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.03);
}


.header_menu_left {
    width: 370px;
    font-size: 18px;
    line-height: initial;
    display: flex;
    align-items: center;
    height: 96px;
    font-weight: bold;
}

    .header_menu_left img {
        margin-right: 10px;
        max-height: 120px;
        max-width: 120px;
    }


.header_menu_right {
    height: 96px;
}

    .header_menu_right > ul {
        display: inline-flex;
        width: 1100px;
    }

        .header_menu_right > ul > li {
            font-size: 16px;
            padding: 0 6px;
            font-weight: bold;
            position: relative;
            width: 10%;
            overflow: hidden;
            text-align: center;
        }

            .header_menu_right > ul > li > a {
                height: 96px;
                display: block;
                line-height: 96px;
            }

            .header_menu_right > ul > li.on > a {
                border-bottom: 3px solid #0078cc;
                color: #0078cc;
            }

            .header_menu_right > ul > li:hover a + ul {
                display: block;
            }

            .header_menu_right > ul > li a:hover + ul {
                display: block;
            }

    .header_menu_right ul li ul {
        left: 0;
        color: #666;
        width: 100%;
        z-index: 99;
        display: none;
        font-size: 14px;
        background: #fff;
        line-height: 50px;
        text-align: center;
        position: absolute;
        font-weight: normal;
        border: 1px solid #ddd;
        border-top: none;
    }

        .header_menu_right ul li ul li {
            line-height: 40px;
        }

            .header_menu_right ul li ul li:hover {
                color: #0078cc;
                font-size: 18px;
                font-weight: bold;
            }

    .header_menu_right ul li.t_mpbile_code_li {
        position: relative;
    }

        .header_menu_right ul li.t_mpbile_code_li .t_template_mobile {
            right: 0;
            top: 96px;
            z-index: 99;
            width: 160px;
            height: 165px;
            display: none;
            padding: 20px;
            text-align: center;
            position: absolute;
            background: #fff;
        }

        .header_menu_right ul li.t_mpbile_code_li:hover .t_template_mobile {
            display: block;
        }

        .header_menu_right ul li.t_mpbile_code_li .t_template_mobile > img {
            width: 100px;
            height: 100px;
        }

        .header_menu_right ul li.t_mpbile_code_li .t_template_mobile > p {
            font-size: 14px;
            margin-top: 10px;
            line-height: normal;
            font-weight: normal;
        }


/*------------------?��a���a�??��???????|a���?????��?|a�????|?��???|???��?��????------------------*/
.t_help_float_area {
    position: fixed;
    right: 1%;
    top: 25%;
    z-index: 999;
}

    .t_help_float_area ul {
        position: relative;
        height: 245px;
    }

.t_help_right {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 1px;
    cursor: pointer;
}

    .t_help_right:hover {
        background: #0078CC;
    }

.t_help_left {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 243px;
}

    .t_help_left > p {
        font-weight: bold;
        color: #333;
        line-height: 58px;
        text-align: center;
    }

    .t_help_left ul {
        width: 100%;
        height: 185px;
        padding: 20px 25px;
        border-top: 1px solid #e6ecf2;
    }

        .t_help_left ul li {
            line-height: 25px;
            color: #999;
        }

            .t_help_left ul li img {
                width: 20px;
                height: 20px;
            }

            .t_help_left ul li p {
                display: inline-block;
                vertical-align: middle;
            }

.t_help_float_qr_code {
    width: 100%;
    padding: 20px;
    text-align: center;
    line-height: 145px;
    border-top: 1px solid #e6ecf2;
}

    .t_help_float_qr_code img {
        max-width: 100%;
        max-height: 100%;
    }

ul.t_help_business_ul {
    height: 150px;
    font-size: 16px;
    font-weight: bold;
    color: #e60000;
}

    ul.t_help_business_ul li {
        line-height: 30px;
        font-size: 16px;
        color: #e60000;
    }

.t_help_left > p.t_help_tips {
    font-weight: 500;
    line-height: 35px;
    color: #999;
}

img.t_help_float_position_img {
    position: absolute;
    right: -8px;
}

/*------------------?��a���a�??��???????|a���?????��?��?????��?��?1?|???��?��?��?��?|???��?��????------------------*/

/*------------------?��a���a�??��???????|a���?????��?��?????��??a�??|???��?��????------------------*/
.t_banner {
    width: 100%;
    height: 600px;
    /*background: url(/Template/SecondTemplate/images/img_mall_banner_bg.png);*/
    position: relative;
    overflow: hidden;
}

.t_product_service_area .t_product_service_bottom {
    padding-bottom: 50px;
}

.t_customer_service_area .t_product_service_top {
    border-bottom: none;
    margin-bottom: 0;
}

.t_product_service_area .t_product_service_bottom li {
    width: 476px;
    margin-right: 35px;
}

    .t_product_service_area .t_product_service_bottom li:last-child {
        margin-right: 0;
    }

.t_customer_services {
    text-align: center;
}

    .t_customer_services img {
        width: 120px !important;
        height: 120px;
        margin: 35px auto 30px;
    }

    .t_customer_services p.t_customer_service_name {
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }

    .t_customer_services p.t_customer_service_des {
        font-size: 14px;
        color: #666;
        padding: 0 25px;
        margin-bottom: 35px;
    }

.t_customer_service_area .am-slider-default {
    background-color: #f1f1f1;
    padding: 0 60px;
}

.t_customer_service_list li:hover {
    background-color: #fff;
}

.magictime {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.tinLeftOut {
    animation-name: tinLeftOut;
}

@keyframes tinLeftOut {
    0%, 50% {
        transform: scale(1, 1);
    }

    25%, 75% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1.1, 1.1);
    }
}

.t_customer_service_area .am-slider-default .am-direction-nav .am-prev {
    background-image: url("../../images/prev.cur");
    left: 10px;
}

.t_customer_service_area .am-slider-default .am-direction-nav .am-next {
    background-image: url("../../images/next.cur");
    right: 10px;
}

.t_about_us_area {
    background: url("../../images/bg_about_us.png") no-repeat content-box center;
    height: 500px;
}

.t_bg_opacity {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
}

.t_about_us_area .t_product_service_top {
    color: #fff;
    border-bottom: none;
    padding: 40px 0;
    margin-bottom: 0;
}

.t_bg_opacity .t_product_service_bottom {
    background: #fff;
    padding: 50px 75px;
}

    .t_bg_opacity .t_product_service_bottom > div {
        width: 50%;
    }

.t_about_us_div > p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

    .t_about_us_div > p img {
        margin-right: 10px;
    }

.t_about_us_div p.t_about_us_des {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-right: 77px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
}

.t_about_us_div .t_go_about_us {
    display: inline-block;
    background-color: #ff7142;
    line-height: 30px;
}

    .t_about_us_div .t_go_about_us a {
        color: #fff;
    }

    .t_about_us_div .t_go_about_us p, .t_about_us_div .t_go_about_us div {
        display: inline-block;
        padding: 0 10px;
    }

    .t_about_us_div .t_go_about_us p {
        border-right: 1px solid #fff;
    }

.t_about_us_img {
    padding-left: 35px;
}

    .t_about_us_img img {
        width: 652px;
        height: 206px;
    }

.t_bai_mask {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.t_news_list_area .t_product_service_top {
    margin-bottom: 0;
    border-bottom: none;
}

.t_cooperation_area .t_product_service_top {
    margin-bottom: 10px;
    border-bottom: none;
}

/*------------------?��a���a�??��?????��?oa���???��?��?|???��?��????--------------------*/
.footer_top {
    padding: 65px 0 50px;
}

    .footer_top > div {
        height: 100px;
        box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.08);
    }

        .footer_top > div:last-child {
            box-shadow: none;
        }

.footer_left {
    width: 358px;
    border-right: 1px solid #0166ac;
}

p.footer_left_EN {
    font-size: 36px;
    margin-top: 10px;
}

.footer_middle {
    width: 579px;
    text-align: center;
    border-right: 1px solid #0166ac;
}

    .footer_middle img {
        margin-top: 5px;
        vertical-align: top;
    }

    .footer_middle ul {
        width: 257px;
        text-align: left;
        margin-left: 25px;
        line-height: 30px;
        display: inline-block;
    }

.footer_right {
    width: 563px;
    text-align: right;
}

    .footer_right img {
        vertical-align: top;
        margin-top: 5px;
    }

    .footer_right ul {
        display: inline-block;
        line-height: 30px;
        text-align: left;
        margin-left: 25px;
    }

        .footer_right ul li {
            width: 460px;
        }

.footer_bottom {
    height: 140px;
    text-align: center;
}

ul.footer_nav {
    display: inline-block;
    padding: 15px 0;
}

    ul.footer_nav li {
        padding: 0 10px;
    }

        ul.footer_nav li a:hover {
            color: #fff;
        }

p.footer_bottom_p1 {
    font-size: 12px;
    margin-bottom: 20px;
}

.footer_visible > div {
    display: inline-block;
}

.footer_visible_div1 {
    margin-right: 20px;
}

    .footer_visible_div1 img {
        margin-right: 10px;
    }

/*---------------------------?��?o?��?��a�????|?��???��?????|???��?��????---------------------------*/
ul.t_service_type_ul {
    display: flex;
    width: 100%;
}

    ul.t_service_type_ul li {
        display: inline-block;
        flex: 1;
        text-align: center;
        line-height: 52px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        margin-right: 5px;
    }

        ul.t_service_type_ul li:last-child {
            margin-right: 0;
        }

        ul.t_service_type_ul li:hover {
            background: rgba(255, 113, 66, 0.6);
        }

        ul.t_service_type_ul li a {
            color: #fff;
            display: block;
        }

.t_service_list {
    background: #fff;
}

.t_service_list_area_ul {
    padding: 0 65px;
}

    .t_service_list_area_ul li {
        padding-bottom: 45px;
        color: #666;
    }

        .t_service_list_area_ul li .t_service_name {
            font-size: 18px;
            font-weight: bold;
        }

        .t_service_list_area_ul li .t_service_des {
            font-size: 14px;
            margin: 5px 0;
        }

/*-----------------------?��a�|?3?��?o???|??a�??��?????|???��?��????-----------------------*/
.t_about_us_tab .t_about_us_tab_content {
    padding: 40px 0 70px;
}

.t_content_div .t_content_div_img img {
    width: 100%;
    height: 100%;
}

/*---------------------?��?????��???��?��??a?��?��???��?|???��?��????------------------------*/
ul.t_cooperation_list_area_ul li:nth-child(3n) {
    margin-right: 0;
}

.t_cooperation_img {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
}

    .t_cooperation_img img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .t_cooperation_img .t_partner_img_mask {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.05);
    }

.t_cooperation_li_des {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .t_cooperation_li_des.on {
        display: block;
    }

    .t_cooperation_li_des .t_cooperation_title {
        text-align: left;
    }

        .t_cooperation_li_des .t_cooperation_title p.t_cooperation_type {
            display: inline-block;
            padding-bottom: 15px;
            border-bottom: 1px solid #fff;
        }

    .t_cooperation_li_des p.t_cooperation_name {
        font-size: 22px;
        padding: 0 70px 15px;
    }

    .t_cooperation_li_des span {
        font-size: 12px;
        color: #fff;
        display: block;
        line-height: 160%;
        padding: 0 70px;
    }

/*--------------------?��???��?|???��?|?��???��?????|???��?��????---------------------*/
.t_customer_problem_list {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0 65px 25px;
    color: #666;
}

    .t_customer_problem_list li {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

        .t_customer_problem_list li .t_customer_problem_question {
            font-size: 18px;
            font-weight: bold;
        }

        .t_customer_problem_list li .t_customer_problem_answer {
            font-size: 14px;
        }

/*--------------------?��??a�??��?3???|??a�??��?????|???��?��????--------------------*/
.t_contact_us {
    padding: 0 67px;
}

.t_contact_us_left {
    width: 630px;
    height: 210px;
    overflow: hidden;
}

    .t_contact_us_left img {
        width: 100%;
        height: 100%;
    }

.t_contact_us_right > p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.t_contact_us_list {
    width: 1366px;
    margin: 0 auto;
}

ul.t_contact_us_mode_list li {
    flex: 1;
    font-size: 14px;
    color: #666;
}

    ul.t_contact_us_mode_list li p {
        font-weight: bold;
    }

/*-------------------?��?o?o?|a���???|a�1a�o?��????--------------------*/
/*------------------?|a���?��??a���???��?��a�??��???��?|???��?��????------------------*/
.t_news_list_tab {
    padding: 40px 0;
}

.t_news_list_left {
    width: 1087px;
}

ul.t_news_list_ul li {
    margin-bottom: 40px;
}

    ul.t_news_list_ul li .t_news_img {
        width: 330px;
        height: 190px;
        margin-right: 35px;
    }

        ul.t_news_list_ul li .t_news_img img {
            width: 100%;
            height: 100%;
        }

    ul.t_news_list_ul li .t_news_info {
        padding-right: 45px;
    }

.t_news_info p.t_news_title_p {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-bottom: 25px;
}

.t_news_info p.t_news_des {
    font-size: 14px;
    color: #666;
    line-height: 170%;
    height: 90px;
    width: 675px;
    overflow: hidden;
}

.t_news_info div.t_news_time_comment {
    font-size: 14px;
    color: #999;
}

div.t_news_time_comment > p {
    display: inline-block;
    padding: 0 10px;
}

    div.t_news_time_comment > p span {
        vertical-align: middle;
        margin: 0 5px;
    }

.t_news_list_right {
    width: 413px;
    padding: 20px 25px;
    border: 1px solid #e6ecf2;
}

p.t_news_list_right_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    line-height: 100%;
    margin-bottom: 15px;
    border-left: 3px solid #ff7142;
}

ul.t_hot_news_lists li {
    width: 170px;
    margin-right: 20px;
    margin-bottom: 25px;
}

    ul.t_hot_news_lists li:nth-child(2n) {
        margin-right: 0;
    }

    ul.t_hot_news_lists li .t_hot_news_img {
        width: 170px;
        height: 96px;
        margin-bottom: 10px;
    }

        ul.t_hot_news_lists li .t_hot_news_img img {
            width: 100%;
            height: 100%;
        }

    ul.t_hot_news_lists li p.t_hot_news_des {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.page_two {
    clear: both;
    text-align: center;
    margin: 30px auto 60px;
}

    .page_two > p {
        height: 42px;
        min-width: 37px;
        display: inline-block;
        line-height: 42px;
        cursor: pointer;
        color: #555555;
        margin: 0 5px;
    }

        .page_two > p a {
            display: block;
            padding: 0 14px;
            border: 1px solid #e6ecf2;
        }

            .page_two > p.on a, .page_two > p a:hover {
                color: #0078cc;
                border: 1px solid #0078cc;
            }

/*------------------?|a���?��??a���???��?��?|?|?��a�|?|???��?��????------------------*/
.t_news_detail_div {
    padding: 10px 40px;
    margin-bottom: 40px;
    border: 1px solid #e9f0f4;
}

.t_news_header {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6ecf2;
}

    .t_news_header p.t_news_title, .t_news_header h1.t_news_title {
        font-size: 30px;
        font-weight: bold;
        color: #333;
        margin: 20px 0;
    }

.t_news_other_info {
    font-size: 14px;
    color: #999;
}

    .t_news_other_info > p {
        display: inline-block;
        padding: 0 20px;
    }

        .t_news_other_info > p span {
            vertical-align: middle;
            margin: 0 5px;
        }

.t_news_detail_body {
    padding: 30px 0;
}

/*-----------------------?��?????��?��?1?|???��?��?��?��?|???��?��????-------------------------*/
.t_title_name {
    margin: 0 60px;
    padding: 35px 0;
}

.t_table_box {
    margin: 0 180px 30px 75px;
}

    .t_table_box table tr td {
        font-size: 14px;
        color: #888;
    }

    .t_table_box select {
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 466px;
        height: 35px;
        font-size: 14px;
        padding: 0 10px;
    }

    .t_table_box input[type="text"] {
        border: 1px solid #ddd;
        margin-right: 2px;
        border-radius: 4px;
        width: 151px;
        height: 33px;
        font-size: 14px;
        padding: 0 10px;
    }

    .t_table_box input.t_long {
        width: 466px;
    }

.t_source_table {
    margin: 0 75px 40px;
    min-height: 380px;
}

    .t_source_table table tr th {
        background: #f2f2f2;
        height: 50px;
        border: none;
        font-size: 14px;
        color: #333;
    }

    .t_source_table table tr td {
        color: #555;
        height: 50px;
        font-size: 14px;
        /*text-align: center;
        padding: 25px 0 25px 40px;*/
        border-bottom: 1px #f2f2f2 solid;
    }

        .t_source_table table tr td.t_pay {
            color: #ff7142;
            font-weight: 600;
        }

.t_none_source {
    text-align: center;
}

    .t_none_source img {
        padding: 20px 0;
    }

    .t_none_source .p1 {
        font-size: 20px;
        color: #555;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .t_none_source .p2 {
        font-size: 14px;
        color: #888;
    }

/*-----------------------?��?????��?��?1?|???��?��?��?��?|???��?��????-------------------------*/
.t_track_search_area {
    width: 1351px;
    margin: 0 auto;
    padding: 65px 0 43px;
}

.wb_img {
    margin-bottom: 60px;
    padding: 75px 0;
    width: 100%;
    text-align: center;
}

    .wb_img img {
        max-width: 81px;
        max-height: 200px;
    }

    .wb_img b {
        display: block;
        padding-top: 8px;
        width: 100%;
        color: #999;
        text-align: center;
        font-size: 22px;
        line-height: 38px;
    }

/*-----------------?|?��???|????2?|???��?��????------------------*/
a:hover {
    color: #0078cc;
}

.header_menu_right > ul > li > a:hover {
    border-bottom: 3px solid #0078cc;
}

.t_template2_tools {
    width: 743px;
    color: #666;
    font-size: 14px;
    border-radius: 4px;
    background: rgba(0, 120, 204, 0.05);
    position: absolute;
    top: 26.5%;
    left: 30.63%;
}

.t_template2_left {
    width: 630px;
    height: 258px;
    margin: 8px 0 0 7px;
}

    .t_template2_left textarea {
        width: 100%;
        height: 100%;
        border: none;
        padding: 0 15px;
        font-size: 14px;
        line-height: 32px;
        background: url("../images/bg_textarea.png") no-repeat 0 32px #fff;
    }

        .t_template2_left textarea::-webkit-scrollbar {
            width: 0;
            height: 0;
        }

.t_product_service_area .am-slider-default .am-control-nav li a {
    border: 1px solid #0078cc;
    background-color: #fff;
}

    .t_product_service_area .am-slider-default .am-control-nav li a.am-active {
        background-color: #0078cc;
    }

ul.t_template2_tool_lists li {
    background: #fff;
    margin: 8px;
    text-align: center;
    width: 90px;
    height: 81px;
    line-height: 220%;
}

    ul.t_template2_tool_lists li a {
        display: block;
        padding: 10px 15px;
        cursor: pointer;
    }

        ul.t_template2_tool_lists li a:hover, ul.t_template2_tool_lists li.on {
            background: #0078cc !important;
            color: #ffffff !important;
        }

.t_product_service_area {
    padding: 15px 0;
}

    .t_product_service_area .t_product_service_bottom ul li a > p {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        margin-bottom: 32px;
    }

        .t_product_service_area .t_product_service_bottom ul li a > p span {
            color: #0078cc;
            margin-right: 10px;
        }

    .t_product_service_area .t_product_service_bottom ul li img {
        height: 272px;
        width: 476px;
    }

.t_product_service_des p {
    font-size: 14px;
    color: #666;
    padding: 25px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t_product_service_des .t_read_more {
    display: inline-block;
    font-size: 16px;
}

.t_customer_service_area {
    padding: 60px 0 30px;
    background: #F2F8FB;
}

.t_area_top {
    text-align: center;
}

    .t_area_top p {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .t_area_top span {
        font-size: 16px;
    }

.t_product_service_bottom {
    margin-top: 50px;
}

.t_company_des_box {
    width: 352px;
    height: 689px;
    background: #0078cc;
    color: #fff;
    padding: 45px 60px;
}

    .t_company_des_box img.t_company_logo {
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 40px;
    }

    .t_company_des_box .t_company_des > p {
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 25px;
        display: inline-block;
    }

    .t_company_des_box .t_company_des > .t_splitLine {
        margin-bottom: 35px;
        border: 1px solid #fff;
        width: 60px;
    }

    .t_company_des_box .t_company_des .t_company_des_content {
        line-height: 180%;
    }

        .t_company_des_box .t_company_des .t_company_des_content > p {
            margin-bottom: 45px;
        }

.t_read_more {
    display: inline-block;
}

    .t_read_more a:hover {
        color: #fff;
    }

.t_customer_service_lists {
    width: 1110px;
}

    .t_customer_service_lists ul li {
        width: 346px;
        height: 326px;
        background: #fff;
        padding: 60px 42px;
        margin-right: 36px;
        margin-bottom: 35px;
    }

        .t_customer_service_lists ul li:nth-child(3n) {
            margin-right: 0;
        }

        .t_customer_service_lists ul li .t_customer_service_img {
            width: 52px;
            height: 55px;
            text-align: center;
            line-height: 55px;
            margin-bottom: 41px;
        }

.t_customer_service_img img {
    max-width: 100%;
    max-height: 100%;
}

.t_customer_service_des h1 {
    font-size: 20px;
    color: #333;
    margin: 30px 0;
}

.t_customer_service_des p {
    color: #666;
    line-height: 140%;
}

.t_news_list_area {
    padding: 60px 0 5px;
    background: #F2F8FB;
}

.t_news_bottom {
    margin: 50px 0;
}

    .t_news_bottom ul li {
        margin-right: 21px;
        padding: 5px;
        width: 359px;
    }

        .t_news_bottom ul li:hover span {
            font-weight: bold;
        }

        .t_news_bottom ul li:nth-child(4n) {
            margin-right: 0;
        }

        .t_news_bottom ul li img {
            width: 349px;
            height: 186px;
        }

.t_news_title {
    margin-top: 18px;
    padding: 0 5px;
}

    .t_news_title span {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .t_news_title p {
        color: #999;
    }

.t_cooperation_area {
    padding: 60px 0;
}

footer {
    color: #fff;
    font-size: 14px;
    background: #0078CC;
}

p.footer_bottom_p2 {
    font-size: 12px;
    color: #fff;
}

.footer_visible {
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #000;
}

/*------------------?��?o?��?��a�????|?��???��?????|???��?��????(?|?��???|????2)-----------------*/
.t_bg_banner {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}

    .t_bg_banner img {
        width: 100%;
        height: 100%;
    }

.t_product_service_box {
    padding: 20px 0 80px;
}

    .t_product_service_box.customer_service {
        padding: 20px 0 40px 0;
    }

.t_main_nav {
    border-bottom: 1px solid #e9e9e9;
    line-height: 45px;
}

    .t_main_nav.bornone {
        border-bottom: none;
    }

    .t_main_nav p, .t_main_nav div {
        font-size: 16px;
        font-weight: bold;
    }

    .t_main_nav h1 {
        display: inline-block;
        font-weight: inherit;
    }

    .t_main_nav span {
        color: #999;
        font-weight: normal;
    }

.t_product_service_type {
    text-align: center;
    padding: 28px 0 58px;
}

    .t_product_service_type > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .t_product_service_type li {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        background: #eee;
        line-height: 49px;
        margin: 0 10px 10px;
    }

        .t_product_service_type li a {
            padding: 0 32px;
            display: block;
            min-width: 150px;
        }

            .t_product_service_type li a:hover, .t_product_service_type li.on {
                color: #ffffff;
                background: #0078cc;
            }

.t_left_img_box {
    width: 410px;
    height: 526px;
}

    .t_left_img_box img {
        width: 100%;
        height: 100%;
    }

.t_left_img_box {
    width: 410px;
    height: 526px;
}

    .t_left_img_box img {
        width: 100%;
        height: 100%;
    }

.t_right_lists_box {
    width: 1022px;
}

    .t_right_lists_box li {
        margin-bottom: 40px;
        line-height: 190%;
    }

        .t_right_lists_box li b {
            font-size: 18px;
        }

/*-------------------------?��?o?o?|a���???|a�1a�o?��????--------------------------*/
.t_talent_recruitment_nav {
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}

    .t_talent_recruitment_nav ul {
        height: 60px;
        overflow: hidden;
    }

    .t_talent_recruitment_nav li {
        display: inline-block;
        position: relative;
        font-size: 14px;
    }

        .t_talent_recruitment_nav li a {
            display: block;
            width: 141px;
        }

            .t_talent_recruitment_nav li.on, .t_talent_recruitment_nav li a:hover {
                background: #0078cc;
                color: #fff;
                font-size: 16px;
            }

                .t_talent_recruitment_nav li.on img, .t_talent_recruitment_nav li a:hover img {
                    display: block;
                }

        .t_talent_recruitment_nav li img {
            position: absolute;
            left: 44%;
            bottom: -9px;
            width: auto;
            height: auto;
            display: none;
        }

.t_talent_recruitment_lists {
    padding: 49px 64px;
    margin-bottom: 40px;
    border: 1px solid #e9f0f4;
}

.t_talent_recruitment_content {
    margin-bottom: 39px;
    line-height: 185%;
}

    .t_talent_recruitment_content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

/*-----------------------?��a�|?3?��?o???|??a�??��?????|???��?��????-----------------------*/
/*.t_about_us_tab {*/
/*margin: 45px 0;*/
/*}*/

.t_content_div .t_content_div_img {
    width: 716px;
    height: 302px;
}

.t_content_div .t_content_div_des {
    width: 704px;
}

    .t_content_div .t_content_div_des p.t_content_first_title {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        margin-bottom: 35px;
        padding-bottom: 15px;
        display: inline-block;
        border-bottom: 3px solid #0078cc;
    }

    .t_content_div .t_content_div_des p.t_content_first_des {
        font-size: 14px;
        color: #666;
        line-height: 220%;
    }

/*---------------------?��?????��???��?��??a?��?��???��?|???��?��????------------------------*/
ul.t_cooperation_list_area_ul {
    padding: 40px 67px 0;
}

    ul.t_cooperation_list_area_ul li {
        width: 381px;
        height: 195px;
        background: #fff;
        text-align: center;
        box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.02);
        margin-right: 111px;
        margin-bottom: 85px;
        position: relative;
    }

        ul.t_cooperation_list_area_ul li a {
            color: #fff;
        }
/*------------------?��???��?|???��?|?��???��?????|???��?��????---------------------*/
.t_main_nav.customer_service {
    padding-bottom: 15px;
    border-bottom: none;
}

ul.t_customer_service_ul {
    padding: 20px 0;
}

    ul.t_customer_service_ul > li {
        border-bottom: 1px solid #f2f3f7;
        padding: 20px 58px;
        margin-bottom: 20px;
    }

        ul.t_customer_service_ul > li:last-child {
            border-bottom: none;
        }

        ul.t_customer_service_ul > li > .t_customer_service_li_top {
            cursor: pointer;
        }

            ul.t_customer_service_ul > li > .t_customer_service_li_top .t_customer_service_img {
                width: 85px;
                height: 85px;
                text-align: center;
                line-height: 85px;
                margin-right: 34px;
            }

                ul.t_customer_service_ul > li > .t_customer_service_li_top .t_customer_service_img img {
                    max-width: 100%;
                    max-height: 100%;
                }

            ul.t_customer_service_ul > li > .t_customer_service_li_top .t_customer_service_title {
                max-width: 85%;
                line-height: 210%;
                padding: 12px 0;
            }

                ul.t_customer_service_ul > li > .t_customer_service_li_top .t_customer_service_title b {
                    font-size: 20px;
                }

                ul.t_customer_service_ul > li > .t_customer_service_li_top .t_customer_service_title p {
                    font-size: 16px;
                    color: #666;
                }

.t_customer_service_block {
    padding: 22px;
}

.t_customer_service_li_bottom {
    margin-top: 30px;
    background: #F2F3F7;
    padding: 30px 40px;
    max-height: 690px;
    overflow: auto;
    display: none;
}

    .t_customer_service_li_bottom li {
        margin-bottom: 40px;
        line-height: 180%;
        color: #666;
    }

        .t_customer_service_li_bottom li b {
            font-size: 18px;
        }

/*---------------------?|a���?��??a���???��?��?|?|?��a�|?|???��?��????------------------------*/
.t_news_pagination {
    padding: 40px 0 50px;
    text-align: center;
}

    .t_news_pagination p {
        display: inline-block;
        margin: 0 105px;
        color: #0078CC;
    }

/*---------------------?|a���?��??a���???��?��a�??��???��?|???��?��????------------------------*/
.t_news_info_box {
    padding: 40px 0;
}

.t_news_info_left_box {
    width: 1068px;
    margin-right: 55px;
}

    .t_news_info_left_box li {
        width: 334px;
        margin: 0 33px 33px 0;
    }

        .t_news_info_left_box li:nth-child(3n) {
            margin-right: 0;
        }

        .t_news_info_left_box li .t_news_info_img {
            width: 100%;
            height: 178px;
        }

            .t_news_info_left_box li .t_news_info_img img {
                width: 100%;
                height: 100%;
            }

        .t_news_info_left_box li .t_news_content {
            margin: 15px 0;
            line-height: 190%;
        }

            .t_news_info_left_box li .t_news_content b {
                font-size: 16px;
            }

            .t_news_info_left_box li .t_news_content p {
                color: #999;
                font-size: 14px;
            }

.t_news_info_right_box {
    width: 377px;
    padding: 20px 24px;
    border: 1px solid #e9e9e9;
}

.t_news_info_right_box {
    width: 377px;
    padding: 20px 24px;
    border: 1px solid #e9e9e9;
}

    .t_news_info_right_box > b {
        font-size: 18px;
        line-height: 95%;
        padding-left: 10px;
        display: inline-block;
        border-left: 3px solid #0078cc;
        margin-bottom: 20px;
    }

    .t_news_info_right_box li {
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

        .t_news_info_right_box li .t_news_info_img {
            width: 100%;
            height: 176px;
        }

            .t_news_info_right_box li .t_news_info_img img {
                width: 100%;
                height: 100%;
            }

        .t_news_info_right_box li .t_news_content {
            margin-top: 17px;
            font-size: 16px;
        }

/*---------------------?��??a�??��?3???|??a�??��?????|???��?��????------------------------*/
ul.t_contact_us_mode_list {
    display: flex;
    text-align: center;
    margin-top: 30px;
    padding: 10px 0 100px;
}

.t_contact_us_right {
    width: 646px;
    color: #666;
    padding-top: 10px;
    line-height: 180%;
}

/*-----------------------?��?????��?��?1?|???��?��?��?��?|???��?��????-------------------------*/
/*.t_waybill_query_box {*/
/*margin: 30px 0;*/
/*}*/

.t_service_type {
    margin: 15px 0 0;
}

    .t_service_type.wayFreeQuery {
        margin: 0;
    }

.t_track_search_left {
    margin-bottom: 33px;
}

    .t_track_search_left b, .t_track_search_left h1 {
        font-size: 22px;
        display: inline-block;
        line-height: 100%;
        padding-left: 17px;
        border-left: 3px solid #0078cc;
    }

.t_track_search_middle {
    width: 90%;
    height: 60px;
    margin-bottom: 10px;
}

    .t_track_search_middle .t_track_search_middle_textarea {
        width: 100%;
        height: 100%;
        outline: none;
        font-size: 14px;
        padding: 0 10px;
        /*padding-top: 20px;
        padding-left: 10px;*/
        border: 1px solid #0078CC;
    }

        .t_track_search_middle .t_track_search_middle_textarea::-webkit-input-placeholder {
            color: #cccccc;
        }

button.t_track_search_btn {
    width: 271px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    background: #0078cc;
    border: none;
    cursor: pointer;
}

    button.t_track_search_btn img {
        margin-right: 17px;
        vertical-align: baseline;
    }

.t_title_name b, .t_title_name h1 {
    display: inline-block;
    font-size: 22px;
    line-height: 100%;
    padding-left: 15px;
    border-left: 3px #0078cc solid;
}

.t_jisuan {
    border: none;
    background: #0078cc;
    color: #fff;
    border-radius: 4px;
    min-width: 100px;
    height: 48px;
    padding: 0 72px;
    display: inline-block;
    font-size: 18px;
}

    .t_jisuan:hover {
        cursor: pointer;
        background: #0050cc;
    }


.infos_list {
    display: flex;
    justify-content: space-between;
}

.infos_list_left_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    align-content: flex-start;
}

.infos_list_left_li {
    width: 584px;
    height: 165px;
    display: flex;
    margin-bottom: 36px;
}

    .infos_list_left_li .img img {
        width: 165px;
        height: 165px;
    }

    .infos_list_left_li .text {
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .infos_list_left_li .text .p1 {
            font-weight: bold;
            font-size: 16px;
            width: 100%;
            line-height: 100%;
            align-self: center;
        }

        .infos_list_left_li .text .p2 {
            color: #999999;
            line-height: 100%;
        }

        .infos_list_left_li .text .p3 {
            color: #666666;
            /*line-height: 180%;*/
            line-height: 99%;
            align-self: flex-end;
        }

.infos_list_right {
    width: 224px;
    border: 1px solid #e9e9e9;
    padding: 20px;
    height: 100%;
}

    .infos_list_right .title {
        color: #555555;
        font-weight: bold;
        border-left: 3px solid #0078cc;
        font-size: 18px;
        padding-left: 10px;
    }

.infos_list_right_di {
    margin-top: 20px;
}

    .infos_list_right_di img {
        width: 182px;
        height: 182px;
    }

    .infos_list_right_di .text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 160%;
        margin-top: 8px;
    }



.t_select_city {
    position: fixed;
    top: 26%;
    left: 26%;
    width: 843px;
    z-index: 11;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
    display: none;
}

.t_city_position {
    line-height: 60px;
    padding: 0 40px;
    border-bottom: 1px solid #eee;
}

    .t_city_position p {
        display: inline-block;
    }

        .t_city_position p img {
            margin-right: 10px;
        }

        .t_city_position p span {
            font-size: 18px;
            color: #ff7142;
            font-weight: bold;
        }

    .t_city_position .t_close_city {
        float: right;
        cursor: pointer;
        padding: 5px;
        margin: 16px;
        padding-right: 0;
        margin-right: 0;
    }

.t_hot_city_lists {
    padding: 10px 40px 10px;
    border-bottom: 1px solid #eee;
}

    .t_hot_city_lists p {
        line-height: 50px;
    }

        .t_hot_city_lists p img {
            margin-right: 10px;
            vertical-align: sub;
        }

    .t_hot_city_lists ul li {
        min-width: 80px;
        padding-right: 30px;
        line-height: 36px;
    }

        .t_hot_city_lists ul li.t_more_city {
            color: #ff7142;
        }

.t_city_tips {
    padding: 0 42px;
    line-height: 59px;
}

.banner_nav b {
    color: #ff7142;
}

.t_now_city {
    line-height: 124px;
    font-size: 30px;
    color: #ff7142;
    margin-left: 20px;
}

    .t_now_city p {
        line-height: 48px;
        height: 48px;
        padding-left: 20px;
        display: inline-block;
        border-left: 1px solid #eee;
    }

.cooperativePartner {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 1s all;
}

    .cooperativePartner li {
        width: 186px;
        margin-right: 33px;
        float: left;
        display: block;
    }

        .cooperativePartner li a img {
            width: 186px;
        }
