﻿@import "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900";

html,
body {
    font-size: 16px;
    font-family: Arial, 'Microsoft YaHei', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
    background: #ffffff
}
select{
    -webkit-appearance: none;  
    /*清除select默认样式*/
    /* background: url("./images/icons/drop-down.png") no-repeat right; */
    background-size: 0.3rem;
    background-position-x: 96%;
}

#preloader {
    background-color: #1d2430;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 66666;
    width: 100%;
    height: 100%
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: #5fbbff;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1000
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

a {
    transition: all .5s;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    /* color: #096b89 */
}

a:active {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0 solid;
    text-decoration: none
}

img {
    /* display: block; */
    height: auto;
}
p {
    color: #000000
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

input,select {
    box-shadow: none;
    border-radius: 0;
    outline: 0
}

input:focus {
    outline: 0;
    box-shadow: none
}

input:active {
    outline: 0;
    box-shadow: none
}

textarea {
    outline: 0;
    box-shadow: none;
    border-radius: 0
}

textarea:focus {
    outline: 0;
    box-shadow: none
}

textarea:active {
    outline: 0;
    box-shadow: none
}

button {
    outline: 0;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    transition: all .5s
}

button:focus {
    outline: 0;
    box-shadow: none;
    border: 0
}

button:active {
    outline: 0;
    box-shadow: none;
    border: 0
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.d-table {
    display: table
}

.w-50 {
    width: 50%
}

::-moz-selection {
    background: #00c3ff;
    text-shadow: none
}

::selection {
    background: #00c3ff;
    text-shadow: none
}

.browserupgrade {
    margin: 26px 0;
    background: #00c3ff;
    color: #333;
    padding: 26px 0
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-22 {
    font-size: 22px
}

.f-24 {
    font-size: 24px
}

.f-26 {
    font-size: 26px
}

.f-28 {
    font-size: 28px
}

.f-30 {
    font-size: 30px
}

.f-36 {
    font-size: 36px
}

.f-40 {
    font-size: 40px;
    margin-top: 0px
}

.f-48 {
    font-size: 48px
}

.f-60 {
    font-size: 60px
}

.f-72 {
    font-size: 72px
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.t-u {
    text-transform: uppercase
}

.t-c {
    text-transform: capitalize
}

.t-l {
    text-transform: lowercase
}



@media only screen and (max-width:768px) {
    .section {
        padding: 10px 0
    }
}

.section-heading {
    display: block;
    position: relative;
    margin: 0 0 60px;
    display: block;
    text-align: center
}

@media only screen and (max-width:768px) {
    .section-heading {
        margin: 0 0 50px
    }
}

@media only screen and (max-width:480px) {
    .section-heading {
        margin: 0 0 40px
    }
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 400;
    color: #0349A3;
    margin: 0
}

@media only screen and (max-width:768px) {
    .section-heading h2 {
        font-size: 36px
    }

}

@media only screen and (max-width:480px) {
    .section-heading h2 {
        font-size: 30px
    }
}

.section-heading2 {
    display: block;
    margin: 40px auto;
    text-align: center
}

@media only screen and (max-width:768px) {
    .section-heading2 {
        margin: 0 0 50px
    }
}

@media only screen and (max-width:480px) {
    .section-heading2 {
        margin: 0 0 40px
    }
}

.section-heading2 h2 {
    font-size: 40px;
    font-weight: 400;
    color: #0349A3
}

@media only screen and (max-width:768px) {
    .section-heading2 h2 {
        font-size: 36px
    }
}

@media only screen and (max-width:480px) {
    .section-heading2 h2 {
        font-size: 30px
    }
}

.btn1 {
    display: block;
    line-height: 30px;
    height: 25px;
    border-radius: 50px;
    margin: 5px;
    padding: 0 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    animation-delay: 2.4s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

@media only screen and (max-width:480px) {
    .btn1 {
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 13px
    }
}

.btn1 i {
    padding-right: 8px
}

.btn3 {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    border-radius: 50px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    padding: 0 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    animation-delay: 2.4s
}

@media only screen and (max-width:480px) {
    .btn3 {
        padding: 0 20px;
        height: 40px;
        line-height: 36px;
        font-size: 13px
    }
}

.btn3:hover {
    background: #2dc1c9;
    background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
    background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    color: #fff
}

.p-re {
    position: relative
}

.p-ab {
    position: absolute
}

.list-inline li {
    display: inline-block
}

.af-be:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.af-be:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.af:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.be:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 26px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 26px
}

.aligncenter {
    display: block;
    margin: 0 auto 26px
}

.dbox {
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    width: 100%
}

.dbox .dleft {
    display: inline-block;
    float: left;
    padding-right: 10px
}

.dbox .dleft img {
    width: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dbox .dright {
    display: table;
    padding-left: 20px;
    padding-top: 42px
}

.banner{
    overflow: hidden;
    background: url(../images/banner/banner.png) center no-repeat;
    height: 502px;
    text-align: center;
}

.banner .banner-text {
    text-align: center;
    margin-top: 52px;
}

.banner .banner-main {
    display: inline-block;
    background: rgba(8, 42, 127, .6);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0 18px 15px;
    margin-top: 25px;
}

.banner .banner-day {
    display: block;
    padding-right: 92px;
}

.banner .banner-day span {
    background: url(../images/icons/mt.png) no-repeat;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
    overflow: hidden;
}
.banner .banner-day span:nth-child(1){  
    display: block;
    background-position: 56px 15px;
    padding-left: 92px;
    float: left;
}

.banner .banner-day span:nth-child(2){
    background-position: 54px -26px;
    display: block;
    padding-left: 86px;
    float: left;
}

.banner .unit{
    text-align: left;
    margin-top: 12px;
}

.banner .unit span{
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px
}

.carousel-nevigation {
    position: absolute;
    top: 50%;
    float: left;
    width: 100%
}

.carousel-nevigation>.prev {
    left: -138px;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-top: 9px;
    padding-left: 3px;
    border-radius: 100%;
    background: #3667b3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.carousel-nevigation>.next {
    right: -138px;
    position: absolute;
    width: 50px;
    height: 50px;
    padding-top: 9px;
    padding-left: 12px;
    border-radius: 100%;
    background: #3667b3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.slider-area:hover .carousel-nevigation>.prev {
    left: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.slider-area:hover .carousel-nevigation>.next {
    right: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.carousel-nevigation>.next:hover,
.carousel-nevigation>.prev:hover {
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.carousel-nevigation>.prev i {
    float: left;
    width: 35px;
    text-align: right;
    color: #fff;
    font-size: 16px;
    font-size: 28px;
    padding-right: 10px
}

.carousel-nevigation>.prev span {
    width: calc(100% - 35px);
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px
}

.carousel-nevigation>.next i {
    float: left;
    width: 35px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-size: 28px;
    padding-left: 10px
}

.carousel-nevigation>.next span {
    width: calc(100% - 35px);
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    text-align: right
}

.t-0 {
    top: 0
}

.l-0 {
    left: 0
}

.r-0 {
    right: 0
}

.b-0 {
    bottom: 0
}

.mr-0 {
    margin: 0
}

.mr-t0 {
    margin-top: 0
}

.mr-t5 {
    margin-top: 5px
}

.mr-t10 {
    margin-top: 10px
}

.mr-t15 {
    margin-top: 15px
}

.mr-t20 {
    margin-top: 20px
}

.mr-t25 {
    margin-top: 25px
}

.mr-t30 {
    margin-top: 30px
}

.mr-t35 {
    margin-top: 35px
}

.mr-t40 {
    margin-top: 40px
}

.mr-t45 {
    margin-top: 45px
}

.mr-t50 {
    margin-top: 50px
}

.mr-t60 {
    margin-top: 60px
}

.mr-t70 {
    margin-top: 70px
}

.mr-t80 {
    margin-top: 80px
}

.mr-t90 {
    margin-top: 90px
}

.mr-t100 {
    margin-top: 100px
}

.mr-t110 {
    margin-top: 110px
}

.mr-t120 {
    margin-top: 120px
}

.mr-t130 {
    margin-top: 130px
}

.mr-t140 {
    margin-top: 140px
}

.mr-t150 {
    margin-top: 150px
}

.mr-b0 {
    margin-bottom: 0
}

.mr-b5 {
    margin-bottom: 5px
}

.mr-b10 {
    margin-bottom: 10px
}

.mr-b15 {
    margin-bottom: 15px
}

.mr-b20 {
    margin-bottom: 20px
}

.mr-b25 {
    margin-bottom: 25px
}

.mr-b30 {
    margin-bottom: 30px
}

.mr-b35 {
    margin-bottom: 35px
}

.mr-b40 {
    margin-bottom: 40px
}

.mr-b45 {
    margin-bottom: 45px
}

.mr-b50 {
    margin-bottom: 50px
}

.mr-b60 {
    margin-bottom: 60px
}

.mr-b70 {
    margin-bottom: 70px
}

.mr-b80 {
    margin-bottom: 80px
}

.mr-b90 {
    margin-bottom: 90px
}

.mr-b100 {
    margin-bottom: 100px
}

.mr-b110 {
    margin-bottom: 110px
}

.mr-b120 {
    margin-bottom: 120px
}

.mr-b130 {
    margin-bottom: 130px
}

.mr-b140 {
    margin-bottom: 140px
}

.mr-b150 {
    margin-bottom: 150px
}

.mr-l0 {
    margin-left: 0
}

.mr-l5 {
    margin-left: 5px
}

.mr-l10 {
    margin-left: 10px
}

.mr-l15 {
    margin-left: 15px
}

.mr-l20 {
    margin-left: 20px
}

.mr-l25 {
    margin-left: 25px
}

.mr-l30 {
    margin-left: 30px
}

.mr-l35 {
    margin-left: 35px
}

.mr-l40 {
    margin-left: 40px
}

.mr-l45 {
    margin-left: 45px
}

.mr-l50 {
    margin-left: 50px
}

.mr-l60 {
    margin-left: 60px
}

.mr-l70 {
    margin-left: 70px
}

.mr-l80 {
    margin-left: 80px
}

.mr-l90 {
    margin-left: 90px
}

.mr-l100 {
    margin-left: 100px
}

.mr-l110 {
    margin-left: 110px
}

.mr-l120 {
    margin-left: 120px
}

.mr-l130 {
    margin-left: 130px
}

.mr-l140 {
    margin-left: 140px
}

.mr-l150 {
    margin-left: 150px
}

.mr-r0 {
    margin-right: 0
}

.mr-r5 {
    margin-right: 5px
}

.mr-r10 {
    margin-right: 10px
}

.mr-r15 {
    margin-right: 15px
}

.mr-r20 {
    margin-right: 20px
}

.mr-r25 {
    margin-right: 25px
}

.mr-r30 {
    margin-right: 30px
}

.mr-r35 {
    margin-right: 35px
}

.mr-r40 {
    margin-right: 40px
}

.mr-r45 {
    margin-right: 45px
}

.mr-r50 {
    margin-right: 50px
}

.mr-r60 {
    margin-right: 60px
}

.mr-r70 {
    margin-right: 70px
}

.mr-r80 {
    margin-right: 80px
}

.mr-r90 {
    margin-right: 90px
}

.mr-r100 {
    margin-right: 100px
}

.mr-r110 {
    margin-right: 110px
}

.mr-r120 {
    margin-right: 120px
}

.mr-r130 {
    margin-right: 130px
}

.mr-r140 {
    margin-right: 140px
}

.mr-r150 {
    margin-right: 150px
}

.mr-0 {
    margin: 0
}

.mr-5 {
    margin: 5px
}

.mr-10 {
    margin: 10px
}

.mr-15 {
    margin: 15px
}

.mr-20 {
    margin: 20px
}

.mr-25 {
    margin: 25px
}

.mr-30 {
    margin: 30px
}

.mr-35 {
    margin: 35px
}

.mr-40 {
    margin: 40px
}

.mr-45 {
    margin: 45px
}

.mr-50 {
    margin: 50px
}

.mr-60 {
    margin: 60px
}

.mr-70 {
    margin: 70px
}

.mr-80 {
    margin: 80px
}

.mr-90 {
    margin: 90px
}

.mr-100 {
    margin: 100px
}

.mr-110 {
    margin: 110px
}

.mr-120 {
    margin: 120px
}

.mr-130 {
    margin: 130px
}

.mr-140 {
    margin: 140px
}

.mr-150 {
    margin: 150px
}

.pd-0 {
    padding: 0
}

.pd-t0 {
    padding-top: 0
}

.pd-t5 {
    padding-top: 5px
}

.pd-t10 {
    padding-top: 10px
}

.pd-t15 {
    padding-top: 15px
}

.pd-t20 {
    padding-top: 20px
}

.pd-t25 {
    padding-top: 25px
}

.pd-t30 {
    padding-top: 30px
}

.pd-t35 {
    padding-top: 35px
}

.pd-t40 {
    padding-top: 40px
}

.pd-t45 {
    padding-top: 45px
}

.pd-t50 {
    padding-top: 50px
}

.pd-t60 {
    padding-top: 60px
}

.pd-t70 {
    padding-top: 50px
}

.pd-t80 {
    padding-top: 80px
}

.pd-t90 {
    padding-top: 90px
}
/* 
.pd-t100 {
    padding-top: 100px
} */

.pd-t110 {
    padding-top: 110px
}

.pd-t120 {
    padding-top: 120px
}

.pd-t130 {
    padding-top: 130px
}

.pd-t140 {
    padding-top: 140px
}

.pd-t150 {
    padding-top: 150px
}

.pd-b0 {
    padding-bottom: 0
}

.pd-b5 {
    padding-bottom: 5px
}

.pd-b10 {
    padding-bottom: 10px
}

.pd-b15 {
    padding-bottom: 15px
}

.pd-b20 {
    padding-bottom: 20px
}

.pd-b25 {
    padding-bottom: 25px
}

.pd-b30 {
    padding-bottom: 30px
}

.pd-b35 {
    padding-bottom: 35px
}

.pd-b40 {
    padding-bottom: 40px
}

.pd-b45 {
    padding-bottom: 45px
}

/* .pd-b50 {
    padding-bottom: 50px
} */

.pd-b60 {
    padding-bottom: 60px
}

.pd-b70 {
    padding-bottom: 70px
}

.pd-b80 {
    padding-bottom: 80px
}

.pd-b90 {
    padding-bottom: 90px
}

/* .pd-b100 {
    padding-bottom: 50px
} */

.pd-b110 {
    padding-bottom: 110px
}

.pd-b120 {
    padding-bottom: 120px
}

.pd-b130 {
    padding-bottom: 130px
}

.pd-b140 {
    padding-bottom: 140px
}

.pd-b150 {
    padding-bottom: 150px
}

.pd-l0 {
    padding-left: 0
}

.pd-l5 {
    padding-left: 5px
}

.pd-l10 {
    padding-left: 10px
}

.pd-l15 {
    padding-left: 15px
}

.pd-l20 {
    padding-left: 20px
}

.pd-l25 {
    padding-left: 25px
}

.pd-l30 {
    padding-left: 30px
}

.pd-l35 {
    padding-left: 35px
}

.pd-l40 {
    padding-left: 40px
}

.pd-l45 {
    padding-left: 45px
}

.pd-l50 {
    padding-left: 50px
}

.pd-l60 {
    padding-left: 60px
}

.pd-l70 {
    padding-left: 70px
}

.pd-l80 {
    padding-left: 80px
}

.pd-l90 {
    padding-left: 90px
}

.pd-l100 {
    padding-left: 100px
}

.pd-l110 {
    padding-left: 110px
}

.pd-l120 {
    padding-left: 120px
}

.pd-l130 {
    padding-left: 130px
}

.pd-l140 {
    padding-left: 140px
}

.pd-l150 {
    padding-left: 150px
}

.pd-r0 {
    padding-right: 0
}

.pd-r5 {
    padding-right: 5px
}

.pd-r10 {
    padding-right: 10px
}

.pd-r15 {
    padding-right: 15px
}

.pd-r20 {
    padding-right: 20px
}

.pd-r25 {
    padding-right: 25px
}

.pd-r30 {
    padding-right: 30px
}

.pd-r35 {
    padding-right: 35px
}

.pd-r40 {
    padding-right: 40px
}

.pd-r45 {
    padding-right: 45px
}

.pd-r50 {
    padding-right: 50px
}

.pd-r60 {
    padding-right: 60px
}

.pd-r70 {
    padding-right: 70px
}

.pd-r80 {
    padding-right: 80px
}

.pd-r90 {
    padding-right: 90px
}

.pd-r100 {
    padding-right: 100px
}

.pd-r110 {
    padding-right: 110px
}

.pd-r120 {
    padding-right: 120px
}

.pd-r130 {
    padding-right: 130px
}

.pd-r140 {
    padding-right: 140px
}

.pd-r150 {
    padding-right: 150px
}

.pd-0 {
    padding: 0
}

.pd-5 {
    padding: 5px
}

.pd-10 {
    padding: 10px
}

.pd-15 {
    padding: 15px
}

.pd-20 {
    padding: 20px
}

.pd-25 {
    padding: 25px
}

.pd-30 {
    padding: 30px
}

.pd-35 {
    padding: 35px
}

.pd-40 {
    padding: 40px
}

.pd-45 {
    padding: 45px
}

.pd-50 {
    padding: 50px
}

.pd-60 {
    padding: 60px
}

.pd-70 {
    padding: 70px
}

.pd-80 {
    padding: 80px
}

.pd-90 {
    padding: 90px
}

.pd-100 {
    padding: 100px
}

.pd-110 {
    padding: 110px
}

.pd-120 {
    padding: 120px
}

.pd-130 {
    padding: 130px
}

.pd-140 {
    padding: 140px
}

.pd-150 {
    padding: 150px
}

/* 顶部 */
.nav_dh{
    background: #f7f7f7;
}
.top_nav{
    width: 1140px;
    margin: 0 auto;
    height: 35px;
}
.top_nav .gslogo{
    float: left;
    display: block
}
.top_nav ul{
    line-height: 35px;
    text-align: center;
}
.top_nav ul li{
    display: inline-block;
    float: left;
    width: 12%;    
}
.top_nav ul li a{
    color: #666;
    text-decoration: none;
}
.top_nav ul li:hover a {
    color: #e68700;
}

.top_nav ul li:nth-child(5){
    background-color: rgb(75, 174, 255);
}

.top_nav ul li:nth-child(5):hover{  
    background-color: rgb(252, 255, 75)
}

header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: 0 0;
    padding: 15px;
    background: #31415a;
}

header .menu-area {
    text-align: center
}

header .menu-area nav {
    display: inline-block
}

header .menu-area nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
}

@media only screen and (max-width:1200px) {
    header .menu-area nav ul li {
        padding: 0 10px
    }
}

header .menu-area nav ul li:first-child {
    padding-left: 0
}

header .menu-area nav ul li a {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

header .menu-area .language {
    display: inline-block;
    margin-left: 15px;
    width: 40px;
    position: relative
}

@media only screen and (max-width:1200px) {
    header .menu-area .language {
        display: none
    }
}

header .menu-area .language span {
    display: block;
    cursor: pointer
}

header .menu-area .language ul {
    width: 40px;
    display: inline-block;
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none
}

header .menu-area .language ul li {
    display: block;
    padding: 2px 0;
    cursor: pointer
}

header .menu-area .language ul li:hover {
    background: #ddd
}

header .menu-area .login-btn {
    display: inline-block;
    margin: 0 30px 0 15px
}

header .menu-area .side_menu {
    display: inline-block;
    margin-right: 15px
}

header .menu-area .side_menu span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 100%;
    border: 2px solid #8486a6;
    text-align: center;
    cursor: pointer
}

header .menu-area .side_menu span i {
    color: #fff
}

header .mobilemenu .mean-container .mean-nav {
    background: #1d1d22;
    margin-top: 10px
}

@media only screen and (max-width:480px) {
    header .mobilemenu .mean-container .mean-nav {
        width: 300px
    }
}

@media only screen and (max-width:320px) {
    header .mobilemenu .mean-container .mean-nav {
        width: 280px
    }
}

header .mobilemenu .mean-container .mean-nav ul li a {
    font-size: 13px;
    padding: 0 5%;
    line-height: 44px
}

header .mobilemenu .mean-container .mean-nav ul li a.mean-expand {
    padding: 0;
    line-height: 44px;
    height: 44px !important;
    padding: 0 12px !important
}

header .mobilemenu .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #1d1d22
}

header .mobilemenu .mean-container .mean-nav ul li a.mean-expand.mean-expand.mean-clicked {
    background: #1d1d22
}

header .mobilemenu .mean-container .mean-nav ul li a:hover {
    color: #2c2e53;
    background: 0 0
}

header .mobilemenu .mean-container .mean-bar {
    background: inherit;
    padding: 0;
    min-height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9999;
    width: auto !important
}

@media only screen and (max-width:320px) {
    header .mobilemenu .mean-container .mean-bar {
        top: 0
    }
}

header .mobilemenu .mean-container a.meanmenu-reveal {
    top: 0;
    right: 0 !important;
    background: #e05d5e;
    height: 10px;
    padding: 8px 11px 17px;
    border-radius: 5px
}

.wd_scroll_wrap {
    width: 100%;
}

.rp_mobail_menu_main_wrapper {
    float: none;
    width: 100%
}

#sidebar {
    position: fixed;
    display: block;
    height: 100%;
    top: 0;
    left: -500px;
    background-color: #387fff;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 1000
}

#links {
    position: relative;
    float: left
}

#link_list {
    list-style-type: none;
    width: 100%;
    padding: 0 50px 0 0
}

#link_list li {
    display: block;
    width: 100%
}

#link_list li:hover {
    background-color: #e74c3c
}

#toggle {
    float: right;
    position: relative;
    bottom: -1px;
    right: 0;
    border-radius: 20px;
    text-align: center;
    cursor: pointer
}

#toggle_close {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    font-size: 25px;
    color: #fff;
    cursor: pointer
}

@import "https://fonts.googleapis.com/css?family=Raleway:400,200";

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu {
    width: 300px;
    font-family: Raleway, sans-serif;
    color: #fff
}

#cssmenu ul ul {
    display: none
}

.align-right {
    float: right
}

#cssmenu ul li a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(211, 211, 211, .49);
    background: #387fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#cssmenu ul li:first-child a {
    border-top: 1px solid #d3d3d3
}

#cssmenu ul li:hover a,
#cssmenu ul li.active a {
    background:  rgb(37, 175, 247) !important;
    border-bottom: 1px solid rgba(211, 211, 211, .49);
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

ul ul>li.has-sub>a:before {
    top: 20px;
    background: #fff
}

.menu_fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 1000;
    -o-box-shadow: 0 0 25px -10px;
    -ms-box-shadow: 0 0 25px -10px;
    -moz-box-shadow: 0 0 25px -10px;
    -webkit-box-shadow: 0 0 25px -10px;
    box-shadow: 0 0 50px -10px #000
}

#sidebar h1 a {
    font-size: 20px;
    color: #fff !important;
    padding-left: 20px;
    font-weight: 700
}

#sidebar h1 {
    margin: 0;
    color: #fff;
    padding-bottom: 15px;
    background: #0d469f
}

.btc_main_menu ul li:hover a,
.btc_main_menu ul li.active a {
    color: #5fbbff;
}

.slider-area {
    display: block;
    position: relative;
    background: #0d469f
}

.slider-area .carousel {
    position: relative;
    z-index: 999;
    padding: 15vh 0 0vh
}

.slider-area .slider-content {
    display: block;
    position: relative;
    padding: 35px 0
}
.slider-area .buttons{
    padding-top: 25px;
    font-size: 12px
} 

@media only screen and (max-width:992px) {
    .slider-area .slider-content {
        text-align: center
    }
}

.slider-area .slider-content ul {
    display: block;
    margin: 0 0 50px
}

.slider_social_icon1 {
    animation-delay: 1.1s
}

.slider_social_icon2 {
    animation-delay: 1.2s
}

.slider_social_icon3 {
    animation-delay: 1.3s
}

.slider_social_icon4 {
    animation-delay: 1.4s
}

.slider_social_icon5 {
    animation-delay: 1.5s
}

.btc_slider_about_img {
    animation-delay: 1.5s
}
.btc_slider_about_img img{
    width: 100%;
}

@media only screen and (max-width:768px) {
    .slider-area .slider-content ul {
        margin: 0 0 25px
    }
}

.slider-area .slider-content ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px
}

@media only screen and (max-width:768px) {
    .slider-area .slider-content ul li {
        padding: 0
    }
}

.slider-area .slider-content ul li:first-child {
    padding-left: 0
}

.slider-area .slider-content ul li:last-child {
    padding-right: 0
}

.slider-area .slider-content ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 44px;
    border: 3px solid rgba(255, 255, 255, .45);
    text-align: center;
    color: rgba(255, 255, 255, .45);
    font-size: 20px;
    border-radius: 100%
}

.slider-area .slider-content ul li a:hover {
    color: #fff;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    border: 3px solid rgba(58, 159, 165)
}

.slider-area .slider-content h2 {
    display: block;
    font-weight: 600;
    font-size: 70px;
    color: #fff;
    text-shadow:0px 0px 2px #fff, 0px 0px 5px #8df, 0px 0px 5px #8df;
    animation-delay: 1s;
    cursor: pointer;
}
.slider-area .slider-content p{
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 10px;
    color: #fff;
    font-family: 'Audiowide';
    text-align: left;
    cursor: pointer;
}
.slider-area .slider-content span{
    font-size: 24px;
    color: #d78b1c
}
.slider-area .slider-content span:nth-of-type(1){
    background: url(./images/icons/mt.png) no-repeat;
    line-height: 25px;
    display: block;
    padding-left: 31px;
    float: left;
}
.slider-area .slider-content span:nth-of-type(2){
    background: url(./images/icons/mt.png) no-repeat;
    background-position: 0 -35px;
    line-height: 25px;
    display: block;
    padding-left: 31px;
    float: left;
    margin-left: 15px
}

@media only screen and (max-width:768px) {
    .slider-area .slider-content h2 {
        margin: 0 0 30px
    }
}

@media only screen and (max-width:480px) {
    .slider-area .slider-content h2 {
        font-size: 36px
    }
}

@media only screen and (max-width:320px) {
    .slider-area .slider-content h2 {
        font-size: 30px
    }
}

.slider-area .slider-content .buttons a {
    margin: 0 10px
}
.buttons a{
    color: #fff
}
.buttons a:hover{
    color: #fff !important
}
@media only screen and (max-width:320px) {
    .slider-area .slider-content .buttons a {
        margin: 0
    }
}

.slider-area .slider-content .buttons a:first-child {
    margin-left: 0
}

.slider-area .slider-content .buttons a:last-child {
    margin-right: 0;
    color: #fff
}

@media only screen and (max-width:320px) {
    .slider-area .slider-content .buttons a:last-child {
        display: none
    }
}

.slider-area .slider-content .buttons a:last-child:hover {
    background: #2dc1c9;
    background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
    background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%)
}

.slider-area .slider-img {
    text-align: center
}

.slider-area .slider-img img {
    display: inline-block;
    width: 100%
}

@media only screen and (max-width:1600px) {
    .slider-area .slider-img img {
        width: 70%
    }
}

.btc_timer_section_wrapper {
    float: left;
    width: 100%;
    padding-top: 40px
}

#clockdiv,
#clockdiv2 {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 70px
}

#clockdiv>div,
#clockdiv2>div {
    padding: 0;
    border-radius: 10px;
    background: 0 0;
    display: inline-block;
    position: relative
}

#clockdiv>div:last-child:after,
#clockdiv2>div:last-child:after {
    display: none
}

#clockdiv div>span,
#clockdiv2 div>span {
    font-family: oswald, sans-serif;
    padding: 0;
    border-radius: 10px;
    border: 2px dashed #a1a1a1;
    display: inline-block;
    width: 120px;
    height: 200px;
    line-height: 190px;
    position: relative
}

#clockdiv div>span:after,
#clockdiv2 div>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 50%;
    z-index: 0;
    border-radius: 10px 10px 0 0
}

.smalltext {
    padding-top: 15px;
    font-size: 16px
}

.particles-js-canvas-el {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.search_btm {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px
}

.search_main {
    float: left;
    width: 100%;
    display: inline-block
}

.search_main input {
    width: calc(70% - 170px);
    height: 60px;
    font-size: 16px;
    outline: 0;
    color: #8486a6;
    padding-left: 20px;
    background: #0d469f;
    border-radius: 50px;
    text-transform: capitalize;
    border: transparent
}

.search_main input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .52)
}

.search_main input::-moz-placeholder {
    color: rgba(255, 255, 255, .52)
}

.search_main input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .52)
}

.search_main input:-moz-placeholder {
    color: rgba(255, 255, 255, .52)
}

.search_form {
    margin-top: 20px
}

.search_main button {
    width: 170px;
    height: 50px;
    display: block;
    margin-left: -179px;
    padding-top: 1px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    border-radius: 50px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    padding: 0 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    animation-delay: 2.4s
}

.search_main button:hover {
    background: #2dc1c9;
    background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
    background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    color: #fff
}

.btn4 button {
    background: 0 0;
    color: #fff
}

@media only screen and (max-width:991px) {
    .search_main input {
        width: 80%
    }
}

@media(max-width:1199px) and (min-width:991px) {
    .search_main input {
        width: 65%
    }
}

@media(max-width:767px) {
    .search_main input {
        width: 80%
    }
}

@media only screen and (max-width:480px) {
    .search_main input {
        width: 100%
    }

    .search_main button {
        margin-top: 20px;
        display: block;
        margin-left: 0
    }
}

@media only screen and (max-width:320px) {
    .search_main input {
        width: 100%
    }

    .search_main button {
        margin-top: 20px
    }
}

/* 会议介绍 */

.about-area {
    display: block;
    padding-bottom: 20px
}

@media only screen and (max-width:768px) {
    .about-area {
        padding: 45px 0 75px
    }
}

@media only screen and (max-width:768px) {
    .about-area .about-content {
        text-align: center
    }
}

.about-area .about-content h2 {
    color: #0349A3;
}

@media only screen and (max-width:320px) {
    .about-area .about-content h2 {
        font-size: 30px
    }
}

.about-area .about-content .buttons a {
    margin: 0 10px
}

@media only screen and (max-width:320px) {
    .about-area .about-content .buttons a {
        margin: 0 0 10px
    }
}

.about-area .about-content .buttons a:first-child {
    margin-left: 0
}

.about-area .about-content .buttons a:last-child {
    margin-right: 0
}

@media only screen and (max-width:320px) {
    .about-area .about-content .buttons a:last-child {
        margin: 0
    }
}

.about-area .about-img {
    margin-right: -150px
}

/* .about-area {
    background: #fff
} */

@media only screen and (max-width:1600px) {
    .about-area .about-img {
        margin-right: -100px;
        margin-top: 50px
    }
}

@media only screen and (max-width:1200px) {
    .about-area .about-img {
        margin-right: 0
    }
}

.about-area .about-img img {
    width: 100%
}
/* end */

.contt_area {
    background: url(../images/banner/Participation-value.png);
    background-size: cover;
    background-position: center;
}

.blog-area {
    /* background: #8acec8; */
    position: relative;
    display: block;
}
.blog-top{
    padding-top: 40px
}

.blog-area .blog {
    display: block;
    position: relative;
    background: #45487d;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 22px
}

.blog-area .blog figure {
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: middle
}

.blog-area .blog figure img {
    width: 100%;
    display: block;
    transition: all 1.5s
}

.blog-area .blog:hover figure img {
    transform: scale(1.2, 1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(50%)
}

.blog-area .blog .content {
    display: block;
    position: relative;
    background: #1288FF;
    padding: 30px 35px
}
.blog-area .blog .content p{
    color: #fff
}

.blog-area .blog .content span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .71);
    margin: 0 0 25px
}

.blog-area .blog .content span i {
    font-size: 16px;
    padding-right: 8px
}

.blog-area .blog .content h4 {
    font-weight: 700
}

.blog-area .blog .content h4 a {
    color: #fff;
    /* padding-right: 20px; */
    line-height: 25px;
    display: inline-block
}



.blog-area .blog .content .blog-btn {
    color: #c9faff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase
}

.blog-area .blog .content .blog-btn i {
    padding-left: 8px
}

.blog-area .blog .content .blog-btn:hover {
    color: rgba(255, 255, 255, .61)
}

.baoming .del_box {
    border-bottom: 1px dashed #658ac5;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.btc_cont_form_wrapper .text_cen {
    text-align: center
}

.btc_cont_form_wrapper .view-btn{
    display:inline-block !important
}

.blog-area .view-btn {
    text-align: center;
    margin: 8px;
    display:block
}
.blog-area .view-top{
    margin: 35px
}

.blog-area .view-btn a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(39, 39, 39, .3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 50px;
    height: 50px;
}

.blog-area .view-btn a:hover {
    background: #1288FF;
}

.blog-area .owl-controls {
    margin: 0
}

.blog-area .owl-controls .owl-buttons {
    position: absolute;
    left: -110px;
    right: -110px;
    top: 45%
}

@media only screen and (max-width:1600px) {
    .blog-area .owl-controls .owl-buttons {
        left: -80px;
        right: -80px
    }
}

.blog-area .owl-controls .owl-buttons div {
    display: inline-block;
    opacity: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background: #0d989f;
    font-size: 40px;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    transition: all .5s;
    text-align: center
}

.blog-area .owl-controls .owl-buttons div:hover {
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%)
}

.blog-area .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

.blog-area .owl-controls .owl-buttons div.owl-next {
    right: 0
}

footer {
    position: relative
}

.video-js .vjs-tech {
    border-radius: 20px
}

footer .footer-bottom {
    display: block;
    background: #1288FF;
    height: 50px;
    line-height: 50px;
    position: relative
}

footer .footer-bottom .copyright p {
    font-size: 12px;
    margin: 0;
    color: rgba(255, 255, 255, .52);
}

footer .footer-bottom .copyright p span {
    color: #ffffff
}

footer .footer-bottom .foo-link {
    text-align: right
}

footer .footer-bottom .foo-link ul li {
    display: inline-block;
    padding: 0 12px;
    position: relative
}

footer .footer-bottom .foo-link ul li:after {
    content: '';
    position: absolute;
    right: -2px;
    width: 2px;
    top: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, .52)
}

footer .footer-bottom .foo-link ul li:first-child {
    padding-left: 0
}

footer .footer-bottom .foo-link ul li:last-child {
    padding-right: 0
}

footer .footer-bottom .foo-link ul li:last-child:after {
    display: none
}

footer .footer-bottom .foo-link ul li a {
    color: rgba(255, 255, 255, .52);
    display: block;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 14px
}

footer .footer-bottom .foo-link ul li a:hover {
    color: #ffffff
}

footer .footer-top {
    /* background: #ffffff; */
    display: block;
    position: relative;
    padding-bottom: 40px
}

footer .footer-top .con {
    position: relative;
    z-index: 999;
    text-align: center;
    display: block
}

footer .footer-top .con h2 {
    font-weight: 400;
    font-size: 40px;
    color: #4a5893;
}
footer .footer-top .con h4 {
    color:#f57c7c;
    font-size: 24px
}
footer .footer-top .con ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px
}

footer .footer-top .con ul li:first-child {
    padding-left: 0
}

footer .footer-top .con ul li:last-child {
    padding-right: 0
}

footer .footer-top .con ul li a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    text-align: center;
    color: #fff;
    font-size: 42px;
    border-radius: 100%
}

footer .footer-top .con ul li a:hover {
    color: #fff;
    background: #2dc1c9;
    background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
    background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%)
}

.video-des .deslidt {
    display: block
}

.video-des .deslidt ul li {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li {
        margin: 0
    }
}

.video-des .deslidt ul li .years {
    display: block;
    margin-bottom: -40px
}

@media only screen and (max-width:992px) {
    .video-des .deslidt ul li .years {
        margin: 0
    }
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li .years {
        margin: 0 0 30px
    }
}

.video-des .deslidt ul li .years span.con {
    z-index: 999;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    color: #fff;
    line-height: 90px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    display: block;
    position: relative
}

.video-des .deslidt ul li .years:before {
    content: '\f078';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    font-size: 16px;
    font-family: FontAwesome;
    color: rgba(255, 255, 255, .36);
    z-index: 9
}

.video-des .deslidt ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    width: 3px;
    background: rgba(255, 255, 255, .36);
    margin: 0 auto;
    z-index: 9
}

.video-des .deslidt ul li .left-con {
    display: inline-block;
    text-align: left
}

.video-des .deslidt ul li .left-con .box-con {
    display: inline-block;
    position: relative;
    margin-top: 14px
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li .left-con .box-con {
        display: block
    }
}

.video-des .deslidt ul li .left-con .box-con:after {
    content: '';
    position: absolute;
    left: 60px;
    right: 60px;
    top: -14px;
    bottom: 0;
    border-radius: 30px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    z-index: 99
}

.video-des .deslidt ul li .left-con .box-con .dbox {
    background: #1f58b1;
    border-radius: 22px;
    width: 400px;
    height: 195px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    position: relative;
    z-index: 999;
    transition: all .5s
}

@media only screen and (max-width:992px) {
    .video-des .deslidt ul li .left-con .box-con .dbox {
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li .left-con .box-con .dbox {
        display: block;
        padding: 40px;
        margin: 0 0 30px
    }
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .left-con .box-con .dbox {
        padding: 40px 25px
    }
}

.video-des .deslidt ul li .left-con .box-con .dbox .imgs {
    display: block;
    width: 110px;
    height: 110px;
    border: 3px solid rgba(255, 255, 255, .36);
    line-height: 104px;
    border-radius: 100%;
    text-align: center
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .left-con .box-con .dbox .imgs {
        width: 60px;
        height: 60px;
        line-height: 54px
    }
}

.video-des .deslidt ul li .left-con .box-con .dbox .imgs img {
    display: inline-block
}

.video-des .deslidt ul li .left-con .box-con .dbox .content {
    padding-left: 10px;
    display: block;
    padding: 0
}

.video-des .deslidt ul li .left-con .box-con .dbox .content h3 {
    margin: 0;
    font-weight: 400;
    color: #fff
}

@media only screen and (max-width:992px) {
    .video-des .deslidt ul li .left-con .box-con .dbox .content h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:480px) {

    .video-des .deslidt ul li .left-con .box-con .dbox .content h3,
    .video-des .deslidt ul li .center-con .box-con .dbox .content h3 {
        font-size: 18px !important
    }

    .video-des .deslidt ul li .left-con .box-con .dbox .imgs img,
    .video-des .deslidt ul li .right-con .box-con .dbox .imgs img,
    .video-des .deslidt ul li .center-con .box-con .dbox .imgs img {
        width: 46% !important;
        margin: 0 auto !important
    }

    .video-des .deslidt ul li .left-con .box-con .dbox .imgs,
    .video-des .deslidt ul li .right-con .box-con .dbox .imgs,
    .video-des .deslidt ul li .center-con .box-con .dbox .imgs {
        width: 40px !important;
        height: 40px !important;
        line-height: 30px !important
    }

    .video-des .deslidt ul li .left-con .box-con .dbox .content,
    .video-des .deslidt ul li .right-con .box-con .dbox .content,
    .video-des .deslidt ul li .center-con .box-con .dbox .content {
        padding: 0 !important
    }

    .video-des .deslidt ul li .left-con .box-con .dbox,
    .video-des .deslidt ul li .right-con .box-con .dbox,
    .video-des .deslidt ul li .center-con .box-con .dbox {
        padding: 40px !important
    }
}

.video-des .deslidt ul li .left-con .box-con .dbox .content p {
    font-size: 16px;
    color: rgba(255, 255, 255, .61);
    margin: 0
}

@media only screen and (max-width:992px) {
    .video-des .deslidt ul li .left-con .box-con .dbox .content p {
        font-size: 14px
    }
}

.video-des .deslidt ul li .left-con .box-con:hover .dbox {
    transform: translateY(-7px)
}

.video-des .deslidt ul li .right-con {
    display: inline-block;
    text-align: right
}

.video-des .deslidt ul li .right-con .box-con {
    display: inline-block;
    position: relative;
    margin-top: 14px
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li .right-con .box-con {
        display: block
    }
}

.video-des .deslidt ul li .right-con .box-con:after {
    content: '';
    position: absolute;
    left: 60px;
    right: 60px;
    top: -14px;
    bottom: 0;
    border-radius: 30px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    z-index: 99
}

.video-des .deslidt ul li .right-con .box-con .dbox {
    background: #1f58b1;
    border-radius: 22px;
    width: 400px;
    height: 195px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    position: relative;
    z-index: 999;
    transition: all .5s
}

@media only screen and (max-width:992px) {
    .video-des .deslidt ul li .right-con .box-con .dbox {
        width: 100%;
        padding: 0 20px
    }
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li .right-con .box-con .dbox {
        display: block;
        padding: 40px;
        margin: 0 0 30px
    }
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .right-con .box-con .dbox {
        padding: 40px 15px
    }
}

.video-des .deslidt ul li .right-con .box-con .dbox .dleft {
    float: inherit
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li .right-con .box-con .dbox .dleft {
        float: inherit
    }
}

.video-des .deslidt ul li .right-con .box-con .dbox .dright {
    float: right
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li .right-con .box-con .dbox .dright {
        float: right
    }
}

.video-des .deslidt ul li .right-con .box-con .dbox .imgs {
    display: block;
    width: 110px;
    height: 110px;
    border: 3px solid rgba(255, 255, 255, .36);
    line-height: 104px;
    border-radius: 100%;
    text-align: center
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .right-con .box-con .dbox .imgs {
        width: 60px;
        height: 60px;
        line-height: 54px
    }
}

.video-des .deslidt ul li .right-con .box-con .dbox .imgs img {
    display: inline-block
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .right-con .box-con .dbox .imgs img {
        width: 50%;
        margin: 0 auto
    }
}

.video-des .deslidt ul li .right-con .box-con .dbox .content {
    padding-right: 10px;
    display: block;
    padding: 0
}

.video-des .deslidt ul li .right-con .box-con .dbox .content h3 {
    margin: 0;
    font-weight: 400;
    color: #fff
}

@media only screen and (max-width:992px) {
    .video-des .deslidt ul li .right-con .box-con .dbox .content h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .right-con .box-con .dbox .content h3 {
        font-size: 18px
    }
}

.video-des .deslidt ul li .right-con .box-con .dbox .content p {
    font-size: 16px;
    color: rgba(255, 255, 255, .61);
    margin: 0
}

@media only screen and (max-width:992px) {
    .video-des .deslidt ul li .right-con .box-con .dbox .content p {
        font-size: 14px
    }
}

.video-des .deslidt ul li .right-con .box-con:hover .dbox {
    transform: translateY(-7px)
}

.video-des .deslidt ul li .center-con {
    display: inline-block;
    text-align: center
}

.video-des .deslidt ul li .center-con .box-con {
    display: inline-block;
    position: relative;
    margin-top: 14px
}

@media only screen and (max-width:480px) {
    .video-des .deslidt ul li .center-con .box-con {
        display: block
    }
}

.video-des .deslidt ul li .center-con .box-con:after {
    content: '';
    position: absolute;
    left: 60px;
    right: 60px;
    top: -14px;
    bottom: 0;
    border-radius: 30px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    z-index: 99
}

.video-des .deslidt ul li .center-con .box-con .dbox {
    background: #1f58b1;
    border-radius: 22px;
    width: 400px;
    height: 195px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    position: relative;
    z-index: 999;
    transition: all .5s;
    text-align: center
}

@media only screen and (max-width:480px) {
    .video-des .deslidt ul li .center-con .box-con .dbox {
        display: block;
        width: 100%;
        padding: 40px;
        margin: 0 0 20px
    }
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .center-con .box-con .dbox {
        padding: 40px 25px
    }
}

.video-des .deslidt ul li .center-con .box-con .dbox .imgs {
    display: block;
    width: 110px;
    height: 110px;
    border: 3px solid rgba(255, 255, 255, .36);
    line-height: 104px;
    border-radius: 100%;
    text-align: center
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .center-con .box-con .dbox .imgs {
        width: 60px;
        height: 60px;
        line-height: 54px
    }
}

.video-des .deslidt ul li .center-con .box-con .dbox .imgs img {
    display: inline-block
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .center-con .box-con .dbox .imgs img {
        width: 50%;
        margin: 0 auto
    }
}

.video-des .deslidt ul li .center-con .box-con .dbox .content {
    padding-left: 10px;
    display: block;
    padding: 0;
    text-align: left
}

.video-des .deslidt ul li .center-con .box-con .dbox .content h3 {
    margin: 0;
    font-weight: 400;
    color: #fff
}

@media only screen and (max-width:320px) {
    .video-des .deslidt ul li .center-con .box-con .dbox .content h3 {
        font-size: 18px
    }
}

.video-des .deslidt ul li .center-con .box-con .dbox .content p {
    font-size: 16px;
    color: rgba(255, 255, 255, .61);
    margin: 0
}

.video-des .deslidt ul li .center-con .box-con:hover .dbox {
    transform: translateY(-7px)
}

.video-des .deslidt ul li:first-child .left-con .content {
    padding: 28px 0 !important
}

.video-des .deslidt ul li:first-child .right-con .content {
    padding: 28px 0 !important
}

.video-des .deslidt ul li:first-child {
    padding-top: 100px
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li:first-child {
        padding-top: 75px
    }
}

.video-des .deslidt ul li:last-child {
    padding-bottom: 100px;
    margin: 0 0 45px
}

@media only screen and (max-width:768px) {
    .video-des .deslidt ul li:last-child {
        padding-bottom: 75px
    }
}

.video-des .deslidt ul li:last-child .years:after {
    display: none
}

.video-des .deslidt ul li:last-child .years:before {
    bottom: 0
}

.video-des .deslidt ul li:last-child:after {
    bottom: 20px
}

.video-des .deslidt ul li .serials {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    margin: 0 0 80px;
    z-index: 10000
}

.video-des .deslidt ul li .serials:last-child {
    padding: 0
}

.video-des .deslidt ul li .serials:before {
    content: '';
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: 100px;
    height: 3px;
    background: rgba(255, 255, 255, .36);
    margin: 0 auto
}

.video-des .deslidt ul li .serials:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 89px;
    background: rgba(255, 255, 255, .36);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    margin: 0 auto;
    z-index: -10
}

.video-des .deslidt ul li .serials span.cre:after {
    content: '';
    position: absolute;
    left: 40%;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .36);
    border-radius: 100%;
    bottom: 98px
}

.video-des .deslidt ul li .serials span.cre:before {
    content: '';
    position: absolute;
    right: 40%;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .36);
    border-radius: 100%;
    bottom: 98px
}

.currency-area {
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 666;
    /* background: #c8ffe8; */
    /* background: url(../images/banner/jabbj.png) center no-repeat; */
    background-size: 100% 100%;
}

.currency-area .rete-list {
    display: inline-block;
    position: relative;
    /* width: 20%; */
    float: left;
    padding: 0 17px;
    margin: 0 0 30px;
    padding-top: 15px;
    z-index: 999
}

@media only screen and (max-width:1600px) {
    .currency-area .rete-list {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 10px
    }
}

@media only screen and (max-width:1200px) {
    .currency-area .rete-list {
        padding: 0
    }
}

@media only screen and (max-width:992px) {
    .currency-area .rete-list {
        width: 50%;
        float: left !important;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media(max-width:580px) {
    .currency-area .rete-list {
        width: 100%;
        float: left !important
    }
}

@media only screen and (max-width:480px) {
    .currency-area .rete-list {
        width: 100%
    }
}
/* 
.currency-area .rete-list:after {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    top: 0;
    bottom: 0;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    border-radius: 10px;
    z-index: 9999
} */

/* @media only screen and (max-width:1600px) {
    .currency-area .rete-list:after {
        left: 30px;
        right: 30px
    }
} */

.currency-area .rete-list .content {
    background: #fff;
    display: block;
    border-radius: 10px;
    z-index: 99999;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
}

.currency-area .rete-list .content img {
    width: 100%;
}

.currency-area .rete-list .content p {
    text-align: center;
    padding: 15px 10px;
    margin: 0;
}

.currency-area .rete-list .content .con_p {
    height: 212px;
    display: table-cell;
    padding: 10px;
    font-size: 15px;
    vertical-align: middle
}
.currency-area .rete-list .content .con_p p{
    color: #fff
}


.currency-area .rete-list h2 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize
}

@media only screen and (max-width:1600px) {
    .currency-area .rete-list h2 {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .currency-area .rete-list h2 {
        font-size: 20px
    }
}

@media only screen and (max-width:992px) {
    .currency-area .rete-list h2 {
        font-size: 26px
    }
}

.currency-area .rete-list h2 img {
    width: 50px;
    height: 50px
}

@media only screen and (max-width:1600px) {
    .currency-area .rete-list h2 img {
        width: 44px
    }
}

.currency-area .rete-list h2 span {
    padding-left: 8px
}

@media only screen and (max-width:992px) {
    .currency-area .rete-list:last-child {
        float: initial;
        margin: 0 auto 30px;
        display: block;
        z-index: 9
    }
}

@media only screen and (max-width:480px) {
    .currency-area .rete-list:last-child {
        float: left;
        height: auto;
        display: inline-block;
        width: 100%
    }
}

.projects {
    display: block
}

@media only screen and (max-width:768px) {
    .projects {
        padding: 75px 0 37px
    }
}

.projects .project-list {
    position: relative;
    display: block;
    margin: 0 0 38px;
    padding-top: 14px
}

.projects .project-list:after {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    z-index: 9
}

.projects .project-list .content {
    display: block;
    background: #1f58b1;
    text-align: center;
    padding: 60px 0 70px;
    border-radius: 15px;
    position: relative;
    z-index: 999;
    transition: all .5s
}

.projects .project-list .content:hover {
    transform: translateY(-7px)
}

.projects .project-list .content span {
    display: block;
    height: 95px;
    margin: 0 0 20px
}

.projects .project-list .content h3 {
    color: #fff;
    margin: 0;
    line-height: 28px
}

.projects {
    background: #0d469f
}

.mediabrand li ul a:link {
    color: #666;
    text-decoration: none;
}

.media-area .mediabrand ul li {
    display: inline-block;
    width: 210px;
    height: 75px;
    padding: 5px;
    margin: 0 18px 40px 0;
    line-height: 63px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #cacaca;
}

.tokens-area {
    background: #1f58b1;
    position: relative
}

.tokens-area .tokens {
    display: inline-block;
    position: relative;
    text-align: center
}

.tokens-area .tokens .token-name {
    display: inline-block;
    color: #fff;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    line-height: 42px;
    height: 42px;
    padding: 0 45px;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    z-index: 999
}

.tokens-area .tokens .token-body {
    background: #0d469f;
    height: 464px;
    padding: 50px 55px;
    display: inline-block;
    border-radius: 22px;
    position: relative;
    z-index: 999
}

.tokens-area .tokens .token-body p {
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

.tokens-area .tokens .token-body .left-btn {
    display: inline-block;
    height: 60px;
    line-height: 54px;
    padding: 0 45px;
    border-radius: 50px;
    border: 3px solid rgba(255, 255, 255, .36);
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background: 0 0
}

.tokens-area .tokens .token-body .right-btn {
    display: inline-block;
    height: 60px;
    line-height: 54px;
    padding: 0 45px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%)
}

.tokens-area .tokens .token-body .right-btn:hover {
    background: #2dc1c9;
    background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
    background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%)
}

.tokens-area .tokens .token-body .prices h3 {
    font-weight: 900;
    color: #fff;
    margin: 20px 0
}

.tokens-area .tokens .token-body .prices table {
    margin: 0 auto;
    text-align: left
}

.tokens-area .tokens .token-body .prices table tr th {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 22px;
    text-transform: capitalize;
    padding: 0 10px
}

.tokens-area .tokens .token-body .prices table tr td {
    font-size: 20px;
    color: rgba(255, 255, 255, .61);
    padding: 7px 15px
}

.tokens-area .tokens .token-body .prices table tr td:last-child {
    text-align: center
}

.tokens-area .token-con {
    color: #fff;
    margin: 50px 0 0;
    font-size: 20px
}

.tokens-area .token-con span {
    color: #ffffff
}

.token-details .cart-list {
    display: block;
    background: #1f58b1;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 15px;
    padding: 30px 0;
    margin: 5px;
    position: relative
}

.token-details .cart-list .imgs {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    border-radius: 100%
}

.token-details .cart-list .lsits {
    display: block;
    margin: 0 0 20px;
    position: relative
}

.token-details .cart-list .lsits:after {
    content: '';
    position: absolute;
    left: -18px;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #ffffff
}

.token-details .cart-list .lsits:nth-child(1) {
    opacity: 1
}

.token-details .cart-list .lsits:nth-child(2) {
    opacity: .8
}

.token-details .cart-list .lsits:nth-child(3) {
    opacity: .6
}

.token-details .cart-list .lsits:nth-child(4) {
    opacity: .4;
    margin: 0
}

.token-details .cart-list .label-chatrs {
    display: block;
    padding: 62px 0
}

.token-details .cart-list .label-chatrs .clabels-text {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff
}

.token-details .cart-list .label-chatrs p {
    margin: 0
}

.token-details .owl-wrapper-outer {
    z-index: 999
}

.token-details .owl-controls {
    margin: 0
}

.token-details .owl-controls .owl-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 50px;
    z-index: 9
}

.token-details .owl-controls .owl-buttons div {
    position: absolute;
    display: block;
    width: 70px;
    top: 0;
    bottom: 0;
    background: #3368bb;
    color: #fff;
    opacity: 1;
    font-size: 50px;
    transition: all .5s
}

.token-details .owl-controls .owl-buttons div:hover {
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%)
}

.token-details .owl-controls .owl-buttons div i {
    line-height: 330px
}

.token-details .owl-controls .owl-buttons div.owl-prev {
    left: -70px;
    border-radius: 15px 0 0 15px
}

.token-details .owl-controls .owl-buttons div.owl-next {
    right: -70px;
    border-radius: 0 15px 15px 0
}

.token-details {
    background: #0d469f
}

.token-details .contents h2 {
    font-weight: 400;
    margin: 50px 0 30px;
    color: #fff
}

.easypiechart {
    position: relative;
    display: inline-block;
    margin-top: 55px;
    border: 1px solid rgba(255, 255, 255, .48);
    width: 150px;
    height: 150px;
    padding-top: 48px;
    border-radius: 100%
}

.easypiechart .percent {
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    color: #fff
}

.easypiechart .percent:after {
    content: "%";
    font-size: 46px;
    font-weight: 900;
    margin-left: 1px
}

.easypiechart .con {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, .61)
}

.easypiechart canvas {
    width: 180px;
    height: 180px
}

.easypiechart canvas:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 3px solid #000
}

.features-area {
    position: relative;
    background: #1f58b1;
    z-index: 1
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists .floatright {
        float: inherit !important;
        display: block
    }
}

.features-area .featured-lists ul {
    position: relative;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    z-index: 9999
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul {
        text-align: center
    }
}

.features-area .featured-lists ul:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .36);
    width: 2px;
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul:after {
        display: none
    }
}

.features-area .featured-lists ul li {
    position: relative;
    display: block;
    padding: 40px 0 0;
    overflow: hidden;
    vertical-align: middle
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li {
        padding: 30px 0 0
    }
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li:first-child {
        padding: 0
    }
}

.features-area .featured-lists ul li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 90px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .36)
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li:after {
        display: none
    }
}

.features-area .featured-lists ul li:before {
    content: '';
    position: absolute;
    left: 40%;
    right: 0;
    width: 19%;
    height: 2px;
    background: rgba(255, 255, 255, .36);
    top: 99px
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li:before {
        display: none
    }
}

.features-area .featured-lists ul li.rl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 90px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .36)
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li.rl:after {
        display: none
    }
}

.features-area .featured-lists ul li.rl:before {
    content: '';
    position: absolute;
    left: 41%;
    right: 0;
    width: 17%;
    height: 2px;
    background: rgba(255, 255, 255, .36);
    top: 99px
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li.rl:before {
        display: none
    }
}

.features-area .featured-lists ul li .contents-l {
    display: block;
    padding: 40px 0
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li .contents-l {
        padding: 0
    }
}

.features-area .featured-lists ul li .contents-l h2 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding-left: 105px
}
.features-area .featured-lists ul li .left_fl h2:nth-of-type(1){
    padding-left: 200px
}
@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li .contents-l h2 {
        font-size: 24px
    }
}

.features-area .featured-lists ul li .contents-l p {
    color: #fff;
    margin: 0 0 20px
}

.features-area .featured-lists ul li .contents-l a {
    font-size: 14px;
    font-weight: 700
}

.features-area .featured-lists ul li .imgs-l {
    position: relative;
    display: block;
    margin: 0 0 0 70px;
    text-align: left
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li .imgs-l {
        margin: 0;
        text-align: center
    }
}

.features-area .featured-lists ul li .imgs-l img {
    display: inline-block
}

.features-area .featured-lists ul li .contents-r {
    display: block;
    padding: 40px 0;
    margin-left: 90px
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li .contents-r {
        margin: 0;
        padding: 0
    }
}

.features-area .featured-lists ul li .contents-r h2 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 20px
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li .contents-r h2 {
        font-size: 24px
    }
}

.features-area .featured-lists ul li .contents-r p {
    color: rgba(255, 255, 255, 255);
    margin: 0 0 20px
}

.features-area .featured-lists ul li .contents-r a {
    font-size: 14px;
    font-weight: 700
}

.features-area .featured-lists ul li .imgs-r {
    position: relative;
    display: block;
    margin: 0 70px 0 0;
    text-align: right
}

@media only screen and (max-width:768px) {
    .features-area .featured-lists ul li .imgs-r {
        margin: 0;
        text-align: center
    }
}

.features-area .featured-lists ul li .imgs-r img {
    display: inline-block
}

.steps-area {
    position: relative;
    display: block;
    background: #ffffff;
    /* padding-top: 70px; */
}

.steps-area .steps-heading {
    display: block;
    height: 70px;
    line-height: 70px;
    position: relative;
    z-index: 999
}

.steps-area .steps-heading h2 {
    margin: 0;
    color: #4a5893;
    font-size: 40px;
    font-weight: 400;
    line-height: 70px;
    text-align: center
}

@media only screen and (max-width:480px) {
    .steps-area .steps-heading h2 {
        font-size: 30px
    }
}

.steps-area .steps-heading .right-con {
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width:320px) {
    .steps-area .steps-heading .right-con {
        position: relative;
        margin-right: 0;
        text-align: right
    }
}

.steps-area .steps-heading .right-con span {
    color: rgb(76, 89, 148);
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px
}

@media only screen and (max-width:480px) {
    .steps-area .steps-heading .right-con span {
        display: none
    }
}

.steps-area .steps-heading .right-con a {
    display: inline-block;
    color: rgb(76, 89, 148);
    width: 70px;
    height: 70px;
    border: 3px solid rgb(76, 89, 148);
    border-radius: 100%;
    line-height: 64px;
    text-align: center;
    font-size: 26px;
    position: relative;
    margin-left: 15px
}

.steps-area .steps-heading .right-con a:after {
    content: '';
    position: absolute;
    left: 1px;
    right: 0;
    top: 100%;
    bottom: -80px;
    margin: 0 auto;
    width: 2px;
    background: rgba(255, 255, 255, .36);
    z-index: 9
}

@media only screen and (max-width:480px) {
    .steps-area .steps-heading .right-con a:after {
        display: none
    }
}

.steps-area .steps-heading .right-con a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    margin: 0 auto;
    width: 2px;
    background: #ffffff;
    z-index: 99;
    transition: all .5s
}

@media only screen and (max-width:480px) {
    .steps-area .steps-heading .right-con a:before {
        display: none
    }
}

.steps-area .steps-heading .right-con a i {
    animation: animate 1s linear infinite
}

.steps-area .steps-heading .right-con a:hover {
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    border: 3px solid #3a9fa5;
    color: #fff
}

.steps-area .steps-heading .right-con a:hover:before {
    bottom: -103px
}

.steps-area .steps-heading .right-con a:hover i {
    animation: none
}

@keyframes animate {
    0% {
        transform: translateY(-50%);
        text-shadow: 0 50px 0 #8486a6
    }

    20% {
        transform: translateY(0px);
        text-shadow: 0 10px 0 #8486a6
    }

    40% {
        transform: translateY(0px);
        text-shadow: 0 10px 0 #8486a6
    }

    60% {
        transform: translateY(0px);
        text-shadow: 0 0 0 #8486a6
    }

    100% {
        transform: translateY(100px);
        text-shadow: 0 -50px 0 #8486a6    ;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
}
}

/* 会议议题 */
.steps-details.bg-mg {
    background: url(../images/banner/yiti_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.steps-cont {
    margin-bottom: 50px;
}
.steps-cont-left,
.steps-cont-right {
    float: left;
    width: 50%;
}

.steps-cont-left {
    text-align: right;
}

.steps-cont-right img {
    margin-top: 15px;
    margin-left: 10px;
}

.steps-cont-main {
    display: inline-block;
    background: url(../images/banner/yiti_list.png) no-repeat;
    background-position-y: 18px;
    text-align: left;
    margin-right: 50px;
}

.steps-cont-main li {
    line-height: 60px;
    color: #005399;
    font-size: 22px;
    padding-left: 45px;
}
.steps-cont-main li:nth-child(2n) {
    padding-left: 75px;
}

@media only screen and (max-width: 480px) {
    .steps-cont-left {
        width: 100%;
    }
    .steps-cont-main {
        display: block;
        background: none;
    }
    .steps-cont-main li {
        width: 100%;
        padding-left: 0;
    }
    .steps-cont-main li:nth-child(2n) {
        padding-left: 0;
    }
    .steps-cont-right {
        display: none;
    }
}

/* end */

.sud {
    width: 100%;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 0 -9px;
    background: #fff
}

@media only screen and (max-width:992px) {
    .sud {
        display: none
    }
}

body.date-20180212.exp-invert-logo {
    background-color: transparent !important;
    border-radius: 25px !important
}

.html5-video-player:not(.ytp-transparent) {
    background: #fff !important;
    border-radius: 25px !important
}

.video-area {
    position: relative;
    display: block;
    background: #1f58b1;
    padding-bottom: 120px;
    text-align: center;
    margin: 0
}

.video-area .videos-heding h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 60px
}

.video-area .videos-heding .videos-box {
    display: inline-block;
    margin: 0 0 -175px;
    position: relative;
    z-index: 999;
    border-radius: 25px;
    overflow: hidden;
    vertical-align: middle
}

.video-area .videos-heding .videos-box:after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: -20px;
    bottom: 0;
    border-radius: 20px;
    background: #e05d5e;
    z-index: 1
}

.video-area .videos-heding .videos-box .video-js .vjs-control-bar {
    bottom: 20px;
    left: 10%;
    right: 10%;
    width: auto
}

.video-area .videos-heding .videos-box .video-js {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    z-index: 99
}

.video-area .videos-heding .videos-box .vjs-poster {
    background: #fff;
    border-radius: 30px
}

.video-area .videos-heding .videos-box .video-js .vjs-big-play-button {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    left: 0;
    right: 0;
    top: 32%;
    margin: 0 auto
}

.video-area .videos-heding .videos-box .video-js .vjs-big-play-button:before {
    content: '';
    position: absolute;
    background: url(images/icons/vid.png) no-repeat center;
    height: 125px;
    width: 50px;
    line-height: 125px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0
}

.video-area .videos-heding .videos-box .vjs-icon-play:before {
    display: none
}

.chart {
    display: block
}

.team-area {
    /* background: #dde8e8; */
    position: relative;
    /* background: url(../images/banner/jabbj01.png) no-repeat; */
    background-size: 100% 100%
}

.team-area .team-list {
    display: block;
    position: relative;
    height: 350px;
    margin-top: 18px;
    border-radius: 15px;
    background: #1288FF;
    margin-bottom: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.team-area .team-list:after {
    content: '';
}

.team-area .team-list .conte {
    position: relative;
    z-index: 9999;
    padding: 0 45px;
    padding-top: 45px;
    background: #1288FF;
    z-index: 999;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

@media only screen and (max-width:992px) {
    .team-area .team-list .conte {
        padding: 30px 20px 0
    }
}

.team-area .team-list .dbox {
    margin: 0 0 15px
}

.team-area .team-list .conte .con {
    height: 126px;
    overflow: scroll;
    overflow-x: hidden;
}

.team-area .team-list .conte .con::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.team-area .team-list .conte .con::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

.team-area .team-list .conte .con::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

.team-area .team-list .conte .con::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar {
    width: 0;
    height: 1px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .2)
}

@media only screen and (max-width:480px) {
    .team-area .team-list .dbox .dleft {
        width: 100%;
        display: block;
        float: inherit
    }
}

@media only screen and (max-width:480px) {
    .team-area .team-list .dbox .dright {
        width: 100%;
        display: block
    }
}

.team-area .team-list .dbox .content h3 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0
}
.team-area .team-list .con p{
    color: #fff
}

.team-area .team-list .dbox .content span {
    color: rgba(255, 255, 255, .61);
    display: block;
    margin: 0 0 5px
}

.team-area .team-list .dbox .content ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px
}

@media only screen and (max-width:992px) {
    .team-area .team-list .dbox .content ul li {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .team-area .team-list .dbox .content ul li {
        padding: 0 5
    }
}

.team-area .team-list .dbox .content ul li:first-child {
    padding-left: 0
}

.team-area .team-list .dbox .content ul li:last-child {
    padding-right: 0
}

.team-area .team-list .dbox .content ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%
}

@media only screen and (max-width:992px) {
    .team-area .team-list .dbox .content ul li a {
        width: 40px;
        height: 40px;
        line-height: 34px;
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    .team-area .team-list .dbox .content ul li a {
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-size: 20px
    }
}

.team-area .team-list .dbox .content ul li a:hover {
    color: #fff;
    background: #2dc1c9;
    background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
    background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%)
}

.team-area .team-list .con p {
    padding: 0 20px
}

@media only screen and (max-width:992px) {
    .team-area .team-list .con p {
        padding: 0
    }
}

.team2-area {
    background: #0d469f;
    position: relative
}

.team2-area .team-list {
    display: block;
    position: relative;
    height: 310px;
    border-radius: 15px;
    background: #b8e2e2;
    margin-bottom: 50px;
    transition: all .5s
}

.team2-area .team-list:hover {
    transform: translateY(-5px)
}

.team2-area .team-list:after {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    top: -18px;
    bottom: 0;
    height: 100px;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    border-radius: 15px;
    z-index: -1
}

.team2-area .team-list .conte {
    position: relative;
    z-index: 9999;
    padding: 0 45px;
    padding-top: 45px;
    background: #1f58b1;
    z-index: 999;
    border-radius: 15px
}

@media only screen and (max-width:992px) {
    .team2-area .team-list .conte {
        padding: 30px 20px 0
    }
}

.team2-area .team-list .dbox {
    margin: 0 0 25px
}

@media only screen and (max-width:480px) {
    .team2-area .team-list .dbox .dleft {
        width: 100%;
        display: block;
        float: inherit
    }
}

@media only screen and (max-width:480px) {
    .team2-area .team-list .dbox .dright {
        width: 100%;
        display: block
    }
}

.team2-area .team-list .dbox .content h3 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

.team2-area .team-list .dbox .content span {
    color: rgba(255, 255, 255, .61);
    display: block;
    margin: 0 0 20px
}

.team2-area .team-list .dbox .content ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px
}

@media only screen and (max-width:992px) {
    .team2-area .team-list .dbox .content ul li {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .team2-area .team-list .dbox .content ul li {
        padding: 0 5
    }
}

.team2-area .team-list .dbox .content ul li:first-child {
    padding-left: 0
}

.team2-area .team-list .dbox .content ul li:last-child {
    padding-right: 0
}

.team2-area .team-list .dbox .content ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3964d0;
    background: -moz-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 100, 208, 1)), color-stop(100%, rgba(45, 193, 201, 1)));
    background: -webkit-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -o-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: -ms-linear-gradient(left, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    background: linear-gradient(to right, rgb(57, 180, 208) 0%, rgba(45, 193, 201, 1) 100%);
    color: #fff;
    font-size: 20px;
    border-radius: 100%
}

@media only screen and (max-width:992px) {
    .team2-area .team-list .dbox .content ul li a {
        width: 40px;
        height: 40px;
        line-height: 34px;
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    .team2-area .team-list .dbox .content ul li a {
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-size: 20px
    }
}

.team2-area .team-list .dbox .content ul li a:hover {
    color: #fff;
    background: #2dc1c9;
    background: -moz-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45, 193, 201, 1)), color-stop(100%, rgba(57, 100, 208, 1)));
    background: -webkit-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -o-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: -ms-linear-gradient(left, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%);
    background: linear-gradient(to right, rgba(45, 193, 201, 1) 0%, rgba(57, 100, 208, 1) 100%)
}

.team2-area {
    background: #0d469f
}

.team2-area .team-list .con p {
    padding: 0 20px
}

.slider-area {
    position: relative;
    background: #08091b
}

canvas {
    position: absolute;
    width: 100% !important;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100%
}

@media(max-width:767px) {
    .token-details .cart-list .imgs {
        display: none
    }
}
.btc_faq_main_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 0 50px;
    border-radius: 20px;
}

@media(max-width:767px) {
    .btc_faq_main_wrapper {
        padding: 0;
    }
}

.accordionFifteen .panel-group .panel+.panel {
    margin-top: 0
}

.accordionFifteen .panel-group {
    margin-bottom: 0
}

.accordionFifteen .panel-default {
    border: 0
}

.panel.panel-default.sidebar_pannel {
    width: 49%;
    float: left;
}
.panel.panel-default.sidebar_pannel:nth-child(2n) {
    float: right;
}

.accordionFifteen .panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    margin-bottom: -15px;
}

@media(max-width:767px) {
    .accordionFifteen .panel {
        float: none;
        width: 100%;
    }
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title.toright {
    float: right;
}

@media(max-width:767px) {
    .panel-title {
        width: 100%;
    }
    .panel-title.toright {
        float: none;
    }
}

.accordionFifteen .panel .panel-heading a {
    display: block;
    background: -moz-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(8, 103, 202)), color-stop(100%, rgb(85, 159, 234)));
    background: -webkit-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: -o-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: -ms-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: linear-gradient(to right, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    height: 74px;
}

@media(max-width:767px) {
    .accordionFifteen .panel .panel-heading a {
        padding-right: 30px;
    }
}

.accordionFifteen .panel .panel-heading a.collapsed {
    color: #000;
    background: #fff;
    display: block;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #e3e3e3;
    margin-left: -1px;
    margin-top: 35px
}

.accordionFifteen .panel-default>.panel-heading {
    border-radius: 0;
    padding: 0;
    margin-left: -1px;
    margin-top: 30px;
    background: 0 0
}

/* .accordionFifteen .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 30px 30px 30px 20px;
    background: 0 0;
    margin-left: -1px;
    margin-top: -1px
} */
/* 滚动条样式 */
.btc_right_contt .lead_font::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.btc_right_contt .lead_font::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

.btc_right_contt .lead_font::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

.btc_right_contt .lead_font::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

.btc_right_contt .lead_font::-webkit-scrollbar-corner {
    background: transparent;
}
.accordionFifteen .panel .panel-heading a:before,
.accordionFifteen .panel .panel-heading a.collapsed:before {
    font-family: fontawesome;
    font-size: 16px;
    float: left;
    margin-right: 60px;
    margin-left: 20px;
    display: block
}

.accordionFifteen .panel .panel-heading a:after,
.accordionFifteen .panel .panel-heading a.collapsed:after {
    font-family: fontawesome;
    font-size: 24px;
    float: right;
    width: 50px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.accordionFifteen .panel .panel-heading a:after {
    content: "\f105";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    margin-top: -3px;
}

@media (max-width: 767px) {
    .accordionFifteen .panel .panel-heading a:after {
        right: 10px;
    }
}

.accordionFifteen .panel .panel-heading a.collapsed:after {
    content: "\f106";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    color: #000;
    font-size: 30px;
    margin-top: -5px
}

.contt-area {
    background: #1f58b1
}

.btc_cont_form_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px
}
.btc_cont_form_wrapper .cos_lg_1{
    width: 24%;
    float: left;
    padding-right: 5px;
}
.btc_cont_form_wrapper .cos_lg_2{
    width: 25%;
    float: left;
    padding-right: 15px
}
.btc_cont_form_wrapper .cos_lg_3{
    width: 48%;
    float: right;
}

.btc_cont_form_wrapper .font_size{
    color: #8ba6d1
}

.btc_cont_form_wrapper input {
    width: 98%;
    height: 50px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    background: rgba(39, 39, 39, .3);
    color: #fff;
}

.btc_cont_form_wrapper input.input-right {
    float: right;
}

@media only screen and (max-width: 640px) {
    .btc_cont_form_wrapper input.input-right {
       float: none;
    }
}

.btc_cont_form_wrapper.input-address input {
    width: 100%;
}

.btc_cont_form_wrapper select {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    background: rgba(39, 39, 39, .3);
    background-size: 0.4rem;
    background-position-x: 96%;
    color: #fff;
}

.btc_cont_form_wrapper input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btc_cont_form_wrapper input::-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btc_cont_form_wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btc_cont_form_wrapper input:-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btc_cont_form_wrapper textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btc_cont_form_wrapper textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btc_cont_form_wrapper textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btc_cont_form_wrapper textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}

.btn_cont_form_wrapper2{
    border-top: 1px dashed #fff;
}

.btc_cont_form_wrapper3 {
    float: left;
    width: 100%;
}

.btc_cont_form_wrapper3 textarea {
    width: 100%;
    height: 100px;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 0;
    background: rgba(39, 39, 39, .3);
    resize: none;
    padding-top: 10px;
    color: #fff;
}

.btc_contt_btn a {
    width: 170px !important;
    padding: 0 !important;
    text-align: center !important
}

.btc_contt_list_main_wrapper {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    background: #1288FF;
    padding: 22px;
    border-radius: 20px
}

.btc_contt_icon_wrapper {
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 10px;
    border: 2px solid rgba(255, 255, 255, .52);
    color: #fff;
    border-radius: 100%
}

.btc_contt_icon_cont_wrapper p {
    color: #fff;
    margin: 0
}

.btc_contt_icon_cont_wrapper p a {
    color:#fff
}

.btc_contt_icon_cont_wrapper p a:hover {
    color: #fff
}

.btc_contt_list_inner_wrapper {
    float: left;
    width: 100%
}

.btc_contt_list_inner_wrapper2 {
    margin-top: 30px
}

.btc_right_contt {
    background: 0 0 !important;
}
.btc_right_contt p{
    color: #0a2f2f
}

@media(max-width:991px) {
    .btc_right_contt {
        margin-top: 80px
    }
}

@media(max-width:380px) {
    .btc_contt_icon_wrapper {
        float: none
    }

    .btc_contt_icon_cont_wrapper {
        float: none;
        padding-left: 0;
        padding-top: 20px
    }
}

.faq_area {
    padding-bottom: 30px
}


/*客服*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 250px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_phone {
	background: #0096FF url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #0096FF url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #0096FF url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 1px 15px 15px 15px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
/*客服 end*/

/* 轮播图 */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-inner .item i {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-left: 15px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

/* 广告logo */
.container .mediabrand{
    text-align: center;
    width: 100%
}

@media screen and (max-width:640px) {
    .top_nav{
        display: none
    }
    img{
        width: 100%
    }
    .yb_conct{
        display: none !important;
    }
    .team-area .team-list .dbox .content h3{
        font-size: 20px
    }
    .dbox .dright{
        padding-left: 0px;
        padding-top: 10px;
        text-align: center
    }
    .team-area .team-list .con {
        display: none
    }
    .team-area .team-list{
        height: 286px;
        margin-bottom: 25px;
    }

    .media-area .mediabrand ul li{
        width: 49%
    }

    .team2-area .team-list {
        height:auto;
        margin-bottom:0
    }
    #return-to-top{
        display: none !important
    }
    footer .footer-bottom{
        line-height:0;
        height: 90px;
        text-align: center
    }
    footer .footer-bottom .copyright p{
        margin: 5px;
        line-height: 15px
    }
    footer .footer-bottom .foo-link{
        text-align: center;
        font-size: 15px
    }
    footer .footer-bottom .foo-link ul li{
        padding: 0 6px
    }
}

@media only screen and (max-width:640px) {

    .banner {
        display: none !important;
    }
    .banner_mob {
        display: block !important;
        width: 100%
    }
    header{
        top: 0
    }
    #newBridge{
        display: none !important
    }
    .dbox .dleft img{
        width: 100%
    }
    .media-area .mediabrand ul li{
        margin: 0 2px 40px 0;
    }
    .btc_contt_btn a{
        width: 130px !important
    }
    /* 会议日程 */
    .container .hyrc{
        padding: 0px !important;
        font-size: 12px
    }
    .container .hyrc .fring{
        width: 25%
    }
    .container .hyrc .hyrc_table td{
        border: 1px solid #ccc
    }
    .fonts{
        font-size: 12px
    }
}
/* 参会福利 */
.media-area p{
    text-align: center
}

/* 新增地图 */
.btc_right_contt .lead_font{
    height: 210px;
    overflow: auto;
    overflow-x: none;
}
/* 滚动条样式 */
.btc_right_contt .lead_font::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.btc_right_contt .lead_font::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

.btc_right_contt .lead_font::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

.btc_right_contt .lead_font::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

.btc_right_contt .lead_font::-webkit-scrollbar-corner {
    background: transparent;
}
/* end */

/* 会议日程 */
.container .hyrc{
    padding: 0px 55px;
    color: #000
}

.hyrc .hyrc_table th{
    padding: 10px 0;
    font-size: 15px;
    background: #1288FF;
    color: #ffffff;
    text-align: center;
    border: 0
}
.hyrc .hyrc_table td{
    padding: 8px 0;
    text-align: center;
}

/* 会后报道 */
.Meeting-video {
    width: 100%;
}
.liveImg-box {
    background: #dde8e8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}
.liveImg-box img{
    width: 100%
}
.team-area .team-list .dbox .content a {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background: #ff3100;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 3px 12px;
}
.liveImg-item {
    float: left;
    /* width: 25%; */
    padding: 0 17px;
    margin: 0 0 30px;
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0,0,0 ,.3);
    /* opacity: 0; */
}
.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 9999999;
    /* padding: 2px; */
    background: #ffffff;
}

/*  */
.zs-box {
    padding: 10px;
}
.zs-box-item {
    cursor: pointer;
    display: block;
    text-align: center;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    padding: 5px;
}
.zs-box-item:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    box-shadow: 0 0 10px #999;
}
.zs-box-item img {
    width: 150px;
}
.zs-box-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 70px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.zs-box-item h3 {
    line-height: 1.4;
    color: #333;
    font-size: 20px;
    margin: 0;
}
.zs-box-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 40px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.zs-box-item p {
    display: -webkit-box;
    line-height: 20px;
    color: #999999;
    font-size: 14px;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}

/* 产品展示 */
.product-exhibitions .rete-list {
    margin-bottom: 20px;
}
.product-exhibitions .rete-list .content {
    background: #fff;
    display: block;
    border-radius: 10px;
    z-index: 999;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
    padding: 6px 10px;
}

.product-exhibitions .rete-list .content img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-exhibitions .rete-list .content p {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-top: 1px solid #999;
    padding-top: 8px;
    margin: 0;
}

.product-exhibitions .rete-list .content .con_p {
    height: 212px;
    display: table-cell;
    padding: 10px;
    font-size: 15px;
    vertical-align: middle
}
.product-exhibitions .rete-list .content .con_p p{
    color: #fff
}


.product-exhibitions .rete-list h2 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize
}

/* swiper */
.swiper-pagination {
    width: 100%;
}
.my-bullet {
    width: 70px;
    height: 8px;
    display: inline-block;
    background: #000;
    opacity: 0.2;
    margin: 0 4px;
}
.my-bullet-active {
    opacity: 1;
    background: #007aff;
}