

/*****
common.css
*****/


/*Icon-Font*/
@font-face {
    font-family: "iconfont";
    src: url('/Assets/EBG/minisite_new_css/fonts/iconfont.eot?t=20170719'); /* IE9*/
    src: url('/Assets/EBG/minisite_new_css/fonts/iconfont.eot?t=20170719#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Assets/EBG/minisite_new_css/fonts/iconfont.woff?t=20170719') format('woff'), /* chrome, firefox */
    url('/Assets/EBG/minisite_new_css/fonts/iconfont.ttf?t=20170719') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/Assets/EBG/minisite_new_css/fonts/iconfont.svg?t=20170719#iconfont') format('svg'); /* iOS 4.1- */
}

/*==S Font */
@font-face {
    font-family: 'HuaweiScriptRegularWeb';
    src: url('/Assets/enp/v2/fonts/HuaweiSans-Regular.eot');
    src: url('/Assets/enp/v2/fonts/HuaweiSans-Regular.eot?#iefix') format('embedded-opentype'), url('/Assets/enp/v2/fonts/HuaweiSans-Regular.woff') format('woff'), url('/Assets/enp/v2/fonts/HuaweiSans-Regular.ttf') format('truetype'), url('/Assets/enp/v2/fonts/HuaweiSans-Regular.svg#SingleMaltaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LT_Regular';
    src: url('/Assets/enp/v2/fonts/HuaweiSans-Regular.eot');
    src: url('/Assets/enp/v2/fonts/HuaweiSans-Regular.eot') format('embedded-opentype'), url('/Assets/enp/v2/fonts/HuaweiSans-Regular.woff2') format('woff2'), url('/Assets/enp/v2/fonts/HuaweiSans-Regular.woff') format('woff'), url('/Assets/enp/v2/fonts/HuaweiSans-Regular.ttf') format('truetype'), url('/Assets/enp/v2/fonts/HuaweiSans-Regular.svg#LT_Regular') format('svg');
}
/*==E Font */

/*==S common */
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.LANG-cn body {
    font-family: Microsoft YaHei,Arial;
}

.LANG-en body {
    font-family: LT_regular,Arial;
}

a, i {
    transition: .5s;
    -webkit-transition: .5s;
}

.all-container {
    padding: 80px 0 0;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
}

.container {
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container2 {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.h2-title {
    margin-bottom: 35px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
}

@media (max-width: 1680px) {
    .container {
        max-width: 1220px;
    }

    .content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .h2-title {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1400px) {
    .all-container {
        padding-left: 0;
        padding-right: 0;
    }

    .container2 {
        max-width: 840px;
    }
}

@media (max-width: 1024px) {
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .h2-title {
        margin-bottom: 25px;
        font-size: 28px;
        background-size: 48px;
    }

    .all-container {
        padding-top: 50px;
    }

    .container, .container2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .h2-title {
        margin-bottom: 20px;
        font-size: 26px;
    }
}
/*==E common */

/*==S header*/
header {
    width: 100%;
    padding: 23px 30px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-bottom: 1px #e5e9eb solid;
    overflow: hidden;
}

.all-container.min {
    padding-top: 60px;
}

.all-container.min header {
    padding: 10px 30px;
}

.all-container.min .logo {
    width: 120px;
}

.all-container.min .head_link {
    padding-top: 2px;
}

.all-container.min #pc-nav {
    padding-top: 4px;
}

.logo {
    float: left;
    width: 152px;
    transition: .5s;
    -webkit-transition: .5s;
}

.logo img {
    display: block;
    width: 100%;
}

.head_link {
    float: right;
    color: #666;
    font-size: 12px;
    padding-top: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

.head_link a {
    color: #666;
    font-size: 12px;
}

.head_link a:hover {
    text-decoration: underline;
}

a.facebook-icon {
    background-position: 0 0;
}

a.linkdin-icon {
    background-position: -33px 0;
}

a.twitter-icon {
    background-position: -66px 0;
}

a.youtube-icon {
    background-position: -99px 0;
}

#pc-nav {
    transition: .5s;
    -webkit-transition: .5s;
    padding: 0 40px;
    overflow: hidden;
    padding-top: 10px;
}

#pc-nav ul {
    text-align: center;
}

#pc-nav li {
    padding: 0 20px;
    display: inline-block;
}

#pc-nav li a {
    color: #666;
}

#pc-nav li a:hover, #pc-nav li.current a {
    color: #0095fe;
    text-decoration: none;
}

#pc-nav li.disable a, #pc-nav li.disable a:hover {
    cursor: default;
    color: #999;
}

.wap_navbtn {
    display: none;
    float: right;
    width: 25px;
    height: 29px;
    position: relative;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    margin-left: 20px;
}

.wap_navbtn span {
    display: inline-block;
    width: 25px;
    height: 2px;
    top: 14px;
    right: auto;
    background: #000;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    transition: background 0.3s;
}

.wap_navbtn span:before, .wap_navbtn span:after {
    content: '';
    display: block;
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.wap_navbtn span:before {
    top: -8px;
}

.wap_navbtn span:after {
    bottom: -8px;
}

.wap_navbtn.close span {
    background: #fff;
}

.wap_navbtn.close span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.wap_navbtn.close span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}

#wap-nav {
    display: none;
}

#navposition0, #navposition1, #navposition2, #navposition3, #navposition4, #navposition5 {
    position: absolute;
    top: -50px;
    left: 0;
}

@media (max-width:1400px) {
    #pc-nav li a {
        font-size: 14px;
    }
}

@media (max-width:1024px) {
    .all-container header {
        padding: 10px 10px;
        overflow: initial;
    }

    .all-container.min header {
        padding: 10px 10px;
    }

    .all-container .logo {
        width: 120px;
    }

    .all-container .head_link {
        display: none;
    }

    .all-container #pc-nav {
        padding-top: 4px;
    }

    .wap_navbtn {
        display: block;
    }

    .wap_navbtn.close span {
        background: #fff;
    }

    .wap_navbtn.close span:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0;
    }

    .wap_navbtn.close span:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }

    #pc-nav {
        display: none;
    }

    #wap-nav {
        display: block;
        padding-top: 4px;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 8888;
    }

    #wap-nav li {
        width: 100%;
        font-size: 16px;
        padding: 12px 0;
    }

    #wap-nav ul {
        text-align: center;
        margin-top: 76px;
    }

    #wap-nav div {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 0;
        border-top: 1px solid #f0f0f0;
        text-align: center;
    }

    #wap-nav div a {
        text-align: center;
        width: 50%;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        color: #666;
        padding: 8px;
    }

    #wap-nav li:active a {
        color: #2196f3;
        transition: 0s;
        -webkit-transition: 0s;
    }

    #wap-nav a:active {
        color: #2196f3;
        transition: 0s;
        -webkit-transition: 0s;
    }

    #wap-nav div a.en {
        border-right: 1px solid #f0f0f0;
    }
}
/*==E header*/

/*---=S Public footer---------*/
.back-top {
    display: none;
    position: fixed;
    width: 46px;
    height: 46px;
    right: 30px;
    bottom: 20px;
    background: #fff;
    border: 1px #ccc solid;
    z-index: 8888;
}

.back-top a {
    display: block;
    text-align: center;
    width: 46px;
    height: 46px;
}

.back-top i {
    font-size: 30px;
    color: #5c5c5c;
    display: block;
    padding-top: 9px;
}

.app-code {
    position: absolute;
    background: #fff;
    padding: 6px;
    left: 50%;
    bottom: 125%;
    display: none;
    margin-left: -54px;
}

.app-code b {
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    border: 8px transparent solid;
    border-top: 8px #fff solid;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}

.app-code img {
    vertical-align: bottom;
}

footer {
    background: #f6f6f6;
    padding: 95px 0 0;
    text-align: center;
}

.copyright {
    background: #c5c5c5;
    text-align: center;
    font-size: 12px;
    line-height: 79px;
    color: #333;
}

.footer-column {
    border-bottom: 1px #dfdfdf solid;
    padding-bottom: 55px;
    margin: 0 auto 50px;
}

.footer-column h3 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 23px;
}

.footer-column h3 p {
    font-size: 14px;
    color: #959595;
    margin-top: 14px;
}

.contactbox {
    font-size: 0;
}

.contact-us {
    text-align: center;
}

.contact-us ul {
    display: inline-block;
    font-size: 0;
}

.contact-us li {
    padding: 0 25px;
    display: inline-block;
}

.contact-us li a {
    color: #333;
}

.contact-us li span, .contact-us li a {
    position: relative;
    padding-left: 25px;
    display: block;
    font-size: 14px;
}

.contact-us li i {
    display: inline-block;
    color: #7b7b7b;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-us li i.icon-link {
    font-size: 20px;
}

.footer-box {
    margin: 0 auto;
}

.footer-more a {
    display: block;
    width: 120px;
    padding: 3px 0;
    margin: 0 auto;
    text-align: center;
    border: 1px #c5c5c5 solid;
    font-size: 12px;
    color: #333;
}

.footer-more a:hover {
    background: #7b7b7b;
    color: #fff;
    border-color: #7b7b7b;
}

.footer-media {
    padding-bottom: 50px;
    max-width: 460px;
    margin: 0 auto;
}

.footer-media li {
    text-align: center;
    width: 25%;
    float: left;
    padding: 0 5px;
    position: relative;
}

.footer-media li.en {
    width: 20%;
}

.footer-media li span {
    font-size: 12px;
    display: block;
    color: #909090;
}

.footer-media li.en .app-code { /*left: -9px;*/
}

.footer-media li a i {
    color: #6e6e6e;
}

.footer-media i.iconfont {
    font-size: 46px;
    color: #909090;
}

.footer-media li a:hover i {
    color: #0095fe;
}

.footer-media li:hover .app-code {
    display: block;
}
/*黑版*/
footer.dark {
    background: #212121;
}

footer.dark .copyright {
    color: #fff;
    background: #161616;
}

footer.dark .footer-column {
    border-color: #383838;
}

footer.dark .footer-column h3 {
    color: #bcbcbc;
}

footer.dark .footer-column h3 p {
    color: #cecece;
}

footer.dark .footer-more a {
    border-color: #525252;
    color: #fff;
}

footer.dark .footer-more a:hover {
    background: #4d4d4d;
}

footer.dark .contact-us li a {
    color: #fff;
}

footer.dark .contact-us li span {
    color: #fff;
}

footer.dark .contact-us li i {
    color: #9b9b9b;
}

footer.dark .footer-media li a:hover i {
    color: #acacac;
}

footer.dark .contact-us li a:hover {
    color: #9f9f9f;
}

@media (max-width:1400px) {
    footer {
        padding: 55px 0 0;
    }

    .footer-column {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .copyright {
        line-height: 56px;
    }

    .footer-column h3 {
        font-size: 22px;
    }

    .footer-media i.iconfont {
        font-size: 40px;
    }

    .footer-media {
        padding-bottom: 25px;
        margin-top: -10px;
    }

    .contact-us li {
        text-align: center;
    }

    .contact-us li span {
        display: inline-block;
        margin: 0 auto;
    }

    .contact-us li.footer-address {
        max-width: none;
        float: none;
    }

    .contact-us ul {
        margin: 0 auto;
    }

    .contact-us ul.add-ul {
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width:1024px) {
    .contactbox {
        text-align: center;
    }

    .contact-us ul {
        float: none;
        display: inline-block;
    }

    .contact-us li {
        margin-bottom: 5px;
    }

    .contact-us li a {
        display: inline-block;
    }

    footer {
        padding: 45px 0 0;
    }

    .footer-column {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .footer-media {
        padding-bottom: 10px;
        max-width: 250px;
    }

    .footer-box {
        padding: 0;
    }

    .app-code {
        left: -21px;
    }

    .back-top {
        border-radius: 50px;
    }
}

@media (max-width:768px) {
    .contact-us li {
        width: 100%;
    }
}

@media (max-width:640px) {
    .footer-column {
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-column h3 {
        margin-bottom: 10px;
    }

    footer {
        padding-top: 32px;
    }

    .contact-us ul.add-ul, .contact-us ul, .contact-us ul li {
        margin: 0;
        text-align: left;
        max-width: none;
        padding: 0;
        width: 100%;
    }

    .contact-us .wap-l {
        text-align: left;
    }

    .contact-us ul li {
        margin-bottom: 5px;
    }

    .footer-column h3 p {
        margin-top: 10px;
    }

    .footer-media {
        padding-bottom: 10px;
        margin-top: -10px;
    }

    .copyright {
        padding: 10px 24px;
        line-height: 1.5;
    }
}
/*---=E Public footer---------*/

/*加载前loading条*/
@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    left: 0;
    top: 0;
}

.loader-inner {
    width: 100px;
    height: 25px;
    left: 50%;
    top: 50%;
    margin-top: -12.5px;
    margin-left: -50px;
    position: absolute;
}

.ball-pulse > div:nth-child(0) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.ball-pulse > div {
    background-color: #e50000;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
/*加载前loading条*/



/*==S banner1 */
.banner1 {
    position: relative;
}

.pc-banner1, .wap-banner1 {
    display: block;
    width: 100%;
}

.wap-banner1 {
    display: none;
}

.banner1-blcok {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner1-h {
    height: 100%;
}

.verticalmiddle {
    width: -1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.banner1-text {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}

.banner1-text .theme {
    font-size: 70px;
    line-height: 70px;
    color: #000;
}

.banner1-text .name {
    font-size: 46px;
    margin-top: 20px;
    line-height: 1.1;
}

.banner1-text .place {
    font-size: 26px;
    line-height: 1.1;
    margin-top: 25px;
}

.banner1-text .banner-register {
    display: inline-block;
    background: #ed0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 30px;
    padding: 0 74px;
}

.banner1-text .banner-register:hover {
    background: #b70000;
}

.banner1-text .newict {
    padding: 20px 0 0;
}

.banner1-text .newict img {
    max-width: 312px;
}

@media (max-width:1680px) {
    .banner1-text .theme {
        font-size: 50px;
        line-height: 50px;
    }

    .banner1-text .name {
        font-size: 38px;
    }

    .banner1-text .place {
        font-size: 22px;
        margin-top: 20px;
    }

    .banner1-text .banner-register {
        padding: 0 64px;
    }

    .banner1-text .newict img {
        max-width: 260px;
    }
}

@media (max-width:1400px) {
    .banner1-text .theme {
        font-size: 50px;
        line-height: 50px;
    }

    .banner1-text .name {
        font-size: 32px;
        margin-top: 10px;
    }

    .banner1-text .place {
    }
}

@media (max-width:1230px) {
    .banner1-text {
        padding-left: 34px;
    }

    .banner1-text {
        width: 98%;
    }
}

@media (max-width:1024px) {
    .banner1-text .theme {
        font-size: 50px;
        line-height: 50px;
    }

    .banner1-text .name {
        font-size: 30px;
        margin-top: 3px;
    }

    .banner1-text .place {
        font-size: 20px;
        margin-top: 10px;
    }

    .banner1-text .banner-register {
        margin-top: 15px;
        padding: 0 54px;
    }

    .banner1-text .banner-register:hover {
        background: #ed0000;
    }

    .banner1-text .banner-register:active {
        transition: 0s;
        -webkit-transition: 0s;
        background: #b70000;
    }
}

@media (max-width:768px) {
    .pc-banner1 {
        display: none;
    }

    .wap-banner1 {
        display: block;
    }

    .banner1-text .theme {
        font-size: 44px;
        line-height: 44px;
    }

    .banner1-text .name {
        font-size: 24px;
    }

    .banner1-text .place {
        font-size: 18px;
    }

    .banner1-text .banner-register {
        padding: 0 44px;
        height: 34px;
        line-height: 34px;
    }
}

@media (max-width:480px) {
    .banner1-text {
        text-align: center;
        padding-left: 0;
        color: #fff;
    }

    .banner1-text .theme {
        font-size: 28px;
        line-height: 28px;
        color: #fff;
    }

    .banner1-text .name {
        font-size: 18px;
        color: #fff;
    }

    .banner1-text .place {
        font-size: 16px;
        margin-top: 5px;
        color: #fff;
    }

    .banner1-text .banner-register {
        padding: 0 32px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }

    .banner1-blcok {
        background: rgba(0,0,0,0.4);
    }

    .banner1-text .newict {
        padding: 0;
    }

    .banner1-text .newict img {
        max-width: 170px;
    }
}
/*==E banner1 */










/*==S banner2 */
.banner2 {
    position: relative;
}

.pc-banner2, .wap-banner2 {
    display: block;
    width: 100%;
}

.wap-banner2 {
    display: none;
}

.banner2-blcok {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner2-h {
    height: 100%;
}

.verticalmiddle {
    width: -1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.banner2-text {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.banner2-text .theme {
    font-family: 'HuaweiScriptRegularWeb';
    font-size: 90px;
    line-height: 90px;
    color: #fff;
}

.banner2-text .name {
    font-size: 46px;
    margin-top: 20px;
    line-height: 1.1;
    color: #fff;
}

.banner2-text .place {
    font-size: 26px;
    line-height: 1.1;
    margin-top: 25px;
    color: #fff;
}

.banner2-text .banner-register {
    display: inline-block;
    background: #ed0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 30px;
    padding: 0 74px;
}

.banner2-text .banner-register:hover {
    background: #b70000;
}

.banner2-text .newict {
    padding: 20px 0 0;
}

.banner2-text .newict img {
    max-width: 312px;
}

@media (max-width:1680px) {
    .banner2-text .theme {
        font-size: 75px;
        line-height: 75px;
    }

    .banner2-text .name {
        font-size: 38px;
    }

    .banner2-text .place {
        font-size: 22px;
        margin-top: 20px;
    }

    .banner2-text .banner-register {
        padding: 0 64px;
    }

    .banner2-text .newict img {
        max-width: 260px;
    }
}

@media (max-width:1400px) {
    .banner2-text .theme {
        font-size: 64px;
        line-height: 64px;
    }

    .banner2-text .name {
        font-size: 32px;
        margin-top: 10px;
    }

    .banner2-text .place {
    }
}

@media (max-width:1230px) {
    .banner2-text {
        padding-left: 34px;
    }

    .banner2-text {
        width: 98%;
    }
}

@media (max-width:1024px) {
    .banner2-text .theme {
        font-size: 59px;
        line-height: 59px;
    }

    .banner2-text .name {
        font-size: 30px;
        margin-top: 3px;
    }

    .banner2-text .place {
        font-size: 20px;
        margin-top: 10px;
    }

    .banner2-text .banner-register {
        margin-top: 15px;
        padding: 0 54px;
    }

    .banner2-text .banner-register:hover {
        background: #ed0000;
    }

    .banner2-text .banner-register:active {
        transition: 0s;
        -webkit-transition: 0s;
        background: #b70000;
    }
}

@media (max-width:768px) {
    .pc-banner2 {
        display: none;
    }

    .wap-banner2 {
        display: block;
    }

    .banner2-text .theme {
        font-size: 44px;
        line-height: 44px;
    }

    .banner2-text .name {
        font-size: 24px;
    }

    .banner2-text .place {
        font-size: 18px;
    }

    .banner2-text .banner-register {
        padding: 0 44px;
        height: 34px;
        line-height: 34px;
    }
}

@media (max-width:480px) {
    .banner2-text {
        text-align: center;
        padding-left: 0;
    }

    .banner2-text .theme {
        font-size: 28px;
        line-height: 28px;
    }

    .banner2-text .name {
        font-size: 18px;
    }

    .banner2-text .place {
        font-size: 16px;
        margin-top: 5px;
    }

    .banner2-text .banner-register {
        padding: 0 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }

    .banner2-blcok {
        background: rgba(0,0,0,0.4);
    }

    .banner2-text .newict {
        padding: 0;
    }

    .banner2-text .newict img {
        max-width: 170px;
    }
}
/*==E banner2 */










/*==S introduction1*/
.introduction1 .container {
    max-width: 1080px;
}

.introduction1-text {
    margin: -18px 0;
}

.introduction1-text p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    padding: 18px 0;
}

@media (max-width:1680px) {
    .introduction1 .container {
        max-width: 1180px;
    }
}

@media (max-width:480px) {
    .introduction1-text {
        padding-right: 0;
    }

    .introduction1-text p {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0;
    }

    .introduction1-text {
        margin: -8px 0;
    }
}
/*==E introduction1*/











/*==S introduction2*/
.introduction2.content {
    padding-top: 0;
    padding-bottom: 0;
}

.introduction2 {
    background: url(/Assets/EBG/minisite_new_css/images/introduction2-bg1.png) repeat-y center center;
}

.introduction2-content {
    padding-top: 45px;
}

.introduction2-r {
    width: 28%;
    float: right;
    position: relative;
}

.introduction2-r img {
    display: block;
    width: 100%;
    max-width: 349px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.introduction2-l {
    width: 72%;
    float: left;
    background: #fff url(/Assets/EBG/minisite_new_css/images/introduction2-bg2.png) no-repeat right top;
    padding-right: 150px;
}

.introduction2-l p {
}

.introduction2-l span {
    display: block;
    text-align: right;
}

.introduction2-name {
    padding-bottom: 5px;
}

.introduction2-office {
    font-size: 14px;
    padding-bottom: 45px;
}

.wap-introduction2-text {
    display: none;
}

@media (max-width:1024px) {
    .introduction2 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .introduction2 .introduction2-l {
        padding-left: 10px;
        padding-right: 10px;
    }

    .introduction2 {
        background: #fff;
    }

    .introduction2-r, .introduction2-l {
        float: none;
        width: 100%;
    }

    .introduction2-r {
        text-align: center;
        background: #f8f8f8;
    }

    .introduction2-r img {
        display: inline-block;
    }

    .introduction2-l {
        background: #fff;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .introduction2-l span {
        display: none;
    }

    .introduction2-r img {
        max-width: 34%;
        position: static;
    }

    .wap-introduction2-text {
        display: inline-block;
        max-width: 280px;
        text-align: right;
    }

    .wap-introduction2-name {
        display: block;
        padding-bottom: 25px;
        font-size: 36px;
    }

    .wap-introduction2-office {
        display: block;
        font-size: 14px;
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .wap-introduction2-name {
        padding-bottom: 5px;
        font-size: 20px;
    }

    .wap-introduction2-office {
        font-size: 12px;
    }

    .introduction2-content {
        padding-top: 30px;
    }

    .introduction2-l p {
        font-size: 14px;
    }

    .introduction2-l {
        padding-bottom: 25px;
    }
}
/*==E introduction2*/









/*==S introduction2*/
.introduction2.content {
    padding-top: 0;
    padding-bottom: 0;
}

.introduction2 {
    background: url(/Assets/EBG/minisite_new_css/images/introduction2-bg1.png) repeat-y center center;
}

.introduction2-content {
    padding-top: 45px;
}

.introduction2-r {
    width: 28%;
    float: right;
}

.introduction2-r img {
    display: block;
    width: 100%;
    max-width: 388px;
}

.introduction2-l {
    width: 72%;
    float: left;
    background: #fff url(/Assets/EBG/minisite_new_css/images/introduction2-bg2.png) no-repeat right top;
    padding-right: 150px;
}

.introduction2-l p {
}

.introduction2-l span {
    display: block;
    text-align: right;
}

.introduction2-name {
    padding-bottom: 5px;
}

.introduction2-office {
    font-size: 14px;
    padding-bottom: 45px;
}

@media (max-width:1024px) {
    .introduction2 {
        background: #fff;
    }

    .introduction2-r, .introduction2-l {
        float: none;
        width: 100%;
    }

    .introduction2-r {
        text-align: center;
        background: #f8f8f8;
    }

    .introduction2-r img {
        display: inline-block;
    }

    .introduction2-l {
        background: #fff;
        padding-right: 0;
    }

    .introduction2-l span {
        display: none;
    }
}
/*==E introduction2*/










/*==S agenda*/
.agenda1-btn {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}

.agenda1-btn li {
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 180px;
    font-size: 16px;
    cursor: pointer;
}

.agenda1-btn li p {
    background: #a2a2a2;
    margin: 0 10px;
    padding: 8px 10px;
    border-radius: 2px;
    transition: .5s;
    -webkit-transition: .5s;
}

.agenda1-btn li.current p {
    background: #2196f3;
}

.agenda1-btn li:hover p {
    background: #2196f3;
}

.agenda1-con {
    /*position: relative;*/
    overflow: hidden;
    width: 100%;
}

.agenda1-block {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;*/
    display: none;
}

.agenda1-block.current {
    display: block;
    z-index: 10;
}

.agenda1-con ul {
    padding: 15px 30px;
    border-bottom: 1px solid #ececec;
}

ul.agenda1-head {
    background: #ececec;
    padding: 13px 30px;
}

ul.agenda1-head li {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.agenda1-con li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}

.agenda1-con li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 10px;
}

.col-2 li.agenda1-line-1 {
    width: 20%;
}

.col-2 li.agenda1-line-2 {
    width: 80%;
}

.col-3 li.agenda1-line-1 {
    width: 14%;
}

.col-3 li.agenda1-line-2 {
    width: 43%;
}

.col-3 li.agenda1-line-3 {
    width: 43%;
}

.col-4 li.agenda1-line-1 {
    width: 13%;
}

.col-4 li.agenda1-line-2 {
    width: 29%;
}

.col-4 li.agenda1-line-3 {
    width: 29%;
}

.col-4 li.agenda1-line-4 {
    width: 29%;
}

@media (max-width:1024px) {
    .agenda1-btn li:hover p {
        background: #a2a2a2;
    }

    .agenda1-btn li.current p {
        background: #2196f3;
    }
}

@media (max-width:768px) {
    .agenda1-head {
        display: none;
    }

    .agenda1-line-1, .agenda1-line-2, .agenda1-line-3 {
        width: 100% !important;
    }
}

@media (max-width:640px) {
    .agenda1-btn li {
        display: inline-block;
        min-width: 0;
        margin: 0;
        float: none;
        width: 33.333%;
    }

    .agenda1-btn {
        margin: 0 -5px 30px;
    }

    .agenda1-btn li p {
        margin: 0 5px;
    }
}

@media (max-width:640px) {
    .agenda1-con ul {
        padding: 15px 0px;
    }

    .agenda1-btn {
        margin: 0 -5px 10px;
    }
}
/*==E agenda*/











/*==S speakers1*/
.speakers1 .container {
    margin-bottom: -20px;
}

.speakers1 li {
    margin: 0 0 20px;
}

.speakers1-con {
    border: 1px solid #e6e6e6;
    padding: 30px;
    height: 100%;
    background: #fff;
}

.speakers1-con .img {
    float: left;
    width: 36%;
}

.speakers1-con .img img {
    display: block;
    width: 100%;
    max-width: 100px;
    transition: .5s;
    -webkit-transition: .5s;
}

.speakers1-con .speakers1-text {
    float: left;
    width: 64%;
    padding: 10px 0 0 20px;
}

.speakers1-con .speakers1-text h5 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: normal;
    transition: .5s;
    -webkit-transition: .5s;
}

.speakers1-con .speakers1-text p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    transition: .5s;
    -webkit-transition: .5s;
}

.speakers1.col-1 ul {
    max-width: 380px;
    margin: 0 auto;
}

.speakers1.col-1 li {
    display: inline-block;
    float: none;
    width: 100%;
}

.speakers1.col-2 ul {
    max-width: 760px;
    margin: 0 auto;
}

.speakers1.col-2 li {
    display: inline-block;
    width: 50%;
}

.speakers1.col-3 ul {
    max-width: 1140px;
    margin: 0 auto;
}

.speakers1.col-3 li {
    display: inline-block;
    width: 33.3333%;
}

@media (max-width:1024px) {
    .speakers1 li {
        margin: 0 0 10px;
    }
}

@media (max-width:768px) {
    .speakers1.col-3 li {
        width: 50%;
    }
}

@media (max-width:480px) {
    .speakers1.col-2 li, .speakers1.col-3 li {
        width: 100%;
    }

    .speakers1-con .img {
        width: 22%;
    }

    .speakers1-con {
        padding: 20px 15px;
    }

    .speakers1-con .speakers1-text h5 {
        font-size: 16px;
        padding-bottom: 5px;
        line-height: 20px;
    }

    .speakers1-con .speakers1-text p {
        font-size: 12px;
    }

    .speakers1-con .speakers1-text {
        width: 78%;
        padding-left: 10px;
        padding: 5px 0 0 20px;
    }

    .speakers1 .container {
        margin-bottom: -10px;
    }
}
/*==E speakers1*/











/*==S speakers2*/
.speakers2 .container {
    margin-bottom: -40px;
}

.speakers2 li {
    padding-bottom: 40px;
}

.speakers2-con {
    height: 100%;
    text-align: center;
}

.speakers2-con .img {
    max-width: 176px;
    margin: 0 auto;
}

.speakers2-con .img img {
    display: block;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
}

.speakers2-con .speakers2-text {
    padding-top: 20px;
}

.speakers2-con .speakers2-text h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
    font-weight: normal;
    transition: .5s;
    -webkit-transition: .5s;
}

.speakers2-con .speakers2-text p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    transition: .5s;
    -webkit-transition: .5s;
}

.speakers2.col-1 ul {
    max-width: 380px;
    margin: 0 auto;
}

.speakers2.col-1 li {
    display: inline-block;
    float: none;
    width: 100%;
}

.speakers2.col-2 ul {
    max-width: 760px;
    margin: 0 auto;
}

.speakers2.col-2 li {
    display: inline-block;
    width: 50%;
}

.speakers2.col-3 ul {
    max-width: 1140px;
    margin: 0 auto;
}

.speakers2.col-3 li {
    display: inline-block;
    width: 33.3333%;
}

@media (max-width:768px) {
    .speakers2.col-3 li {
        width: 50%;
    }
}

@media (max-width:480px) {
    .speakers2.col-2 li, .speakers2.col-3 li {
        width: 100%;
    }

    .speakers2-con {
        padding: 0 10px;
    }

    .speakers2-con .img {
        width: 22%;
        float: left;
    }

    .speakers2-con .speakers2-text {
        padding-top: 5px;
        float: left;
        width: 78%;
        text-align: left;
        padding-left: 10px;
    }

    .speakers2-con .speakers2-text h5 {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .speakers2-con .speakers2-text p {
        font-size: 12px;
    }

    .speakers2 li {
        padding: 0 0 20px;
    }

    .speakers2 .container {
        margin-bottom: -20px;
    }
}
/*==E speakers2*/









/*==S speakers bounced*/
.speakers-introduction {
    display: none;
}

.speakers-bounced li {
    cursor: pointer;
}

.speakers-bounced li:hover img {
    transform: translate(0,-2px);
}

.speakers-bounced li:hover h5, .speakers-bounced li:hover p {
    color: #000;
}

.speakers-info {
    display: none;
    border: 1px #ededed solid;
    padding: 60px;
    position: fixed;
    z-index: 9000;
    left: 50%;
    top: 50%;
    margin-left: 0;
    margin-top: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.speakers-info .close-btn {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.speakers-info .close-btn i {
    font-size: 24px;
}

.speakers-info .info-title {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.speakers-info .info-title h4 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

.speakers-info .info-title p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.speakers-info .info-title span {
    display: block;
    width: 80px;
    height: 2px;
    background: #ccc;
}

.speakers-info .speakers-introduction {
    display: block;
}

.speakers-info .speakers-introduction p {
    margin-bottom: 10px;
}
/*==E speakers bounced*/








/*==S speakers3*/
.speakers3 {
}

.speakers3-con {
    background: #ecedf0;
}

.speakers3-con .img {
    float: left;
    width: 17%;
}

.speakers3-con .img img {
    display: block;
    width: 100%;
    max-width: 236px;
}

.speakers3-con .speakers3-text {
    padding-left: 19%;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 40px;
}

.speakers3-con .speakers3-text h5 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: normal;
}

.speakers3-con .speakers3-text p {
    font-size: 18px;
    line-height: 1.1;
    margin-top: 10px;
}

.speakers3-con .speakers3-text span {
    margin-top: 25px;
    display: block;
}

@media (max-width:768px) {
    .speakers3-con .speakers3-text h5 {
        font-size: 22px;
    }

    .speakers3-con .speakers3-text p {
        font-size: 16px;
    }

    .speakers3-con .speakers3-text span {
        font-size: 14px;
    }

    .speakers3-con .speakers3-text {
        padding-left: 20%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
    }
}

@media (max-width:480px) {
    .speakers3-con .img {
        width: 21%;
    }

    .speakers3-con .speakers3-text {
        padding-left: 24%;
    }

    .speakers3-con .speakers3-text h5 {
        font-size: 16px;
    }

    .speakers3-con .speakers3-text p {
        font-size: 12px;
    }

    .speakers3-con .speakers3-text span {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }
}
/*==E speakers3*/










/*==S solution1*/
.solution1 {
    position: relative;
    overflow: hidden;
}

.solution1-block {
    display: block;
    position: relative;
}

.solution1-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.solution1 .h2-title {
    color: #fff;
    position: relative;
}

.solution1-l-con {
    position: relative;
    overflow: hidden;
    display: block;
}

.solution1-l img {
    display: block;
    width: 100%;
    max-width: 460px;
    transition: 1s transform;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
}

.solution1-l i {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 44px;
    color: #fff;
}

.solution1-r {
    padding-left: 30px;
}

.solution1-r h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    padding: 20px 0 25px;
    color: #fff;
}

.solution1-r p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding-bottom: 10px;
}

.solution1-r a {
    display: inline-block;
    color: #2196f3;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    padding: 9px 32px;
    background: #fff;
    border-radius: 2px;
}

.solution1-r a:hover {
    color: #fff;
    background: #2196f3;
}

.solution1-block .solution1-l:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

@media (max-width:1024px) {
    .solution1-r {
        padding-left: 10px;
    }

    .solution1-r a:hover {
        color: #2196f3;
        background: #fff;
    }

    .solution1-r a:active {
        transition: 0s;
        -webkit-transition: 0s;
        color: #fff;
        background: #2196f3;
    }

    .solution1-block .solution1-l:hover img {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    .solution1-block .solution1-l:active .active-dask {
        display: block;
    }
}

@media (max-width:768px) {
    .solution1-l, .solution1-r {
        width: 100%;
    }
}

@media (max-width:480px) {
    .solution1-r h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
        padding: 15px 0 5px;
        color: #fff;
    }

    .solution1-l i {
        left: 10px;
        bottom: 10px;
        font-size: 24px;
    }

    .solution1-r a {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
        padding: 4px 16px;
    }

    .solution1-r p {
        font-size: 12px;
    }

    .solution1-r a {
        margin-bottom: 5px;
    }
}
/*==E solution1*/












/*==S solution2*/
.solution2-l {
    position: relative;
    float: left;
    width: 46%;
    overflow: hidden;
    display: block;
}

.solution2-l img {
    display: block;
    width: 100%;
    max-width: 320px;
    transition: 1s transform;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
}

.solution2-l i {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 44px;
    color: #fff;
}

.solution2-r {
    float: left;
    width: 54%;
    padding-left: 20px;
}

.solution2-r h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    padding: 15px 0;
}

.solution2-r p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #666;
}

.solution2-block {
    cursor: pointer;
    margin-bottom: 20px;
}

.solution2-block a {
    display: block;
}

.solution2-block:hover .solution2-l img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

@media (max-width:1024px) {
    .solution2-block:hover .solution2-l img {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    .solution2-block:active .active-dask {
        display: block;
    }

    .solution2-block {
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    .solution2-l, .solution2-r {
        width: 100%;
    }

    .solution2-l img {
        max-width: 100%;
    }

    .solution2-r {
        padding-left: 0;
    }
}

@media (max-width:480px) {
    .solution2-r {
        padding-bottom: 10px;
    }

    .solution2-r h4 {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0 5px;
    }

    .solution2-l i {
        left: 10px;
        bottom: 10px;
        font-size: 24px;
    }

    .solution2 .container {
        margin-bottom: -15px;
    }

    .solution2-r p {
        font-size: 12px;
    }
}
/*==E solution2*/











/*==S solution3*/
.solution3 .container {
    margin-bottom: -20px;
}

.solution3-t {
    position: relative;
    overflow: hidden;
}

.solution3-t img {
    display: block;
    width: 100%;
    transition: 1s transform;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
}

.solution3-t i {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 44px;
    color: #fff;
}

.solution3-b h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    padding: 15px 0 10px;
}

.solution3-b p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.solution3-block {
    margin-bottom: 20px;
}

.solution3-block:hover .solution3-t img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

@media (max-width:1024px) {
    .solution3-block:hover .solution3-t img {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    .solution3-block:active .active-dask {
        display: block;
    }

    .solution3 .container {
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .solution3-t, .solution3-b {
        width: 100%;
    }

    .solution3-t img {
        max-width: 100%;
    }

    .solution3-b {
        padding-left: 0;
    }
}

@media (max-width:480px) {
    .solution3-b h4 {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0 5px;
    }

    .solution3-t i {
        left: 10px;
        bottom: 10px;
        font-size: 24px;
    }

    .solution3 .container {
        margin-bottom: -15px;
    }

    .solution3-b p {
        font-size: 12px;
    }
}
/*==E solution3*/









/*==S cases1*/
.cases1 {
    position: relative;
    overflow: hidden;
}

.cases1-block {
    display: block;
}

.cases1-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.cases1 .h2-title {
    color: #fff;
    position: relative;
}

.cases1-l-con {
    position: relative;
    overflow: hidden;
    display: block;
}

.cases1-l img {
    display: block;
    width: 100%;
    max-width: 460px;
    transition: 1s transform;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
}

.cases1-l i {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 44px;
    color: #fff;
}

.cases1-r {
    padding-left: 30px;
}

.cases1-r h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    padding: 20px 0 25px;
    color: #fff;
}

.cases1-r p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding-bottom: 10px;
}

.cases1-r a {
    display: inline-block;
    color: #2196f3;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    padding: 9px 32px;
    background: #fff;
    border-radius: 2px;
}

.cases1-r a:hover {
    color: #fff;
    background: #2196f3;
}

@media (max-width:1024px) {
    .cases1-r {
        padding-left: 10px;
    }

    .cases1-r a:hover {
        color: #2196f3;
        background: #fff;
    }

    .cases1-r a:active {
        transition: 0s;
        -webkit-transition: 0s;
        color: #fff;
        background: #2196f3;
    }
}

@media (max-width:768px) {
    .cases1-l, .cases1-r {
        width: 100%;
    }
}

@media (max-width:480px) {
    .cases1-r h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
        padding: 15px 0 5px;
        color: #fff;
    }

    .cases1-l i {
        left: 10px;
        bottom: 10px;
        font-size: 24px;
    }

    .cases1-r a {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
        padding: 4px 16px;
        margin-bottom: 5px;
    }

    .cases1-r p {
        font-size: 12px;
    }
}
/*==E cases1*/


/*==S partners1*/
.partners1 {
}

.partners1 ul li {
    margin-bottom: 20px;
}

.partners1 ul li a {
    display: block;
    overflow: hidden;
}

.partners1 ul li img {
    display: block;
    width: 100%;
    transition: 1s transform;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
}

.partners1 ul li a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.partners1.col-1 ul {
    max-width: 240px;
    margin: 0 auto;
}

.partners1.col-1 ul li {
    width: 100%;
}

.partners1.col-2 ul {
    max-width: 480px;
    margin: 0 auto;
}

.partners1.col-2 ul li {
    width: 50%;
}

.partners1.col-3 ul {
    max-width: 720px;
    margin: 0 auto;
}

.partners1.col-3 ul li {
    width: 33.3333%;
}

.partners1.col-4 ul {
    max-width: 960px;
    margin: 0 auto;
}

.partners1.col-4 ul li {
    width: 25%;
}

.partners1.col-5 ul {
    max-width: 1200px;
    margin: 0 auto;
}

.partners1.col-5 ul li {
    width: 20%;
}

@media (max-width:1024px) {
    .partners1 ul li a:hover img {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    .partners1 ul li a:active .active-dask {
        display: block;
    }
}

@media (max-width:768px) {
    .partners1.col-5 ul li {
        width: 25%;
    }
}

@media (max-width:480px) {
    .partners1.col-4 ul li, .partners1.col-5 ul li {
        width: 33.33333%;
    }

    .partners1 ul li {
        margin-bottom: 10px;
    }
}
/*==E partners1*/











/*==S new2*/
.new2 .container {
    margin-bottom: -20px;
}

.new2 li {
    padding: 0 40px 20px 22px;
    background: url(/Assets/EBG/minisite_new_css/images/point1.jpg) no-repeat 10px 9px;
}

.new2 a:hover {
    color: #2196f3;
}

@media (max-width:1024px) {
    .new2 a:hover {
        color: #333;
    }

    .new2 a:active {
        transition: 0s;
        -webkit-transition: 0s;
        color: #2196f3;
    }
}

@media (max-width:480px) {
    .new2 li {
        padding: 0 5px 10px 15px;
        background: url(/Assets/EBG/minisite_new_css/images/point1.jpg) no-repeat 5px 9px;
    }

    .new2 .container {
        margin-bottom: -10px;
    }
}
/*==S new2*/










/*==S links2*/
.links2 .container {
    margin-bottom: -20px;
}

.links2 li {
    padding: 0 40px 20px 12px;
}

.links2 a {
    display: inline-block;
    padding-left: 25px;
    line-height: 26px;
}

.links2 a:hover {
    color: #2196f3;
}

.links2 i {
    position: absolute;
    color: #2196f3;
    font-size: 22px;
}

@media (max-width:1024px) {
    .links2 a:hover {
        color: #333;
    }

    .links2 a:active {
        transition: 0s;
        -webkit-transition: 0s;
        color: #2196f3;
    }
}

@media (max-width:480px) {
    .links2 li {
        padding: 0 0px 15px 0px;
    }

    .links2 .container {
        margin-bottom: -10px;
    }
}
/*==S links2*/












/*==S review1*/
.review1 {
}

.review1-con {
    text-align: center;
    font-size: 0;
}

.review1-con a {
    text-align: center;
    background: #fff;
    display: inline-block;
    min-width: 360px;
    padding: 12px 20px;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 50px;
    border: 1px solid #c7c7c7;
}

.review1-con a:hover {
    color: #fff;
    background: #2196f3;
    border: 1px solid #2196f3;
}

@media (max-width:1300px) {
    .review1-con a {
        min-width: 310px;
    }
}

@media (max-width:1024px) {
    .review1-con a {
        display: block;
        margin: 0 auto 10px;
        max-width: 360px;
    }

    .review1-con a:hover {
        color: #333;
        background: #fff;
        border: 1px solid #c7c7c7;
    }

    .review1-con a:active {
        transition: 0s;
        -webkit-transition: 0s;
        color: #fff;
        background: #2196f3;
        border: 1px solid #2196f3;
    }
}

@media (max-width:480px) {
    .review1-con a {
        min-width: 210px;
        max-width: 260px;
    }
}
/*==S review1*/










/*==S new1*/
.new1 .row {
    margin-left: -11px;
    margin-right: -11px;
}

.new1-block {
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-top: -1px;
    background: #fff;
    cursor: pointer;
}

.new1-t {
    position: relative;
    margin: 15px 5px 0;
    overflow: hidden;
}

.new1-t img {
    display: block;
    width: 100%;
    transition: 1s transform;
    transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
}

.new1-b {
    padding: 0 5px;
}

.new1-b h4 {
    line-height: 26px;
    font-weight: normal;
    padding: 10px 0;
}

.new1-b p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
    color: #999;
}

.new1-block:hover .new1-t img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.new1.col-1 .row {
    max-width: 474px;
    margin: 0 auto;
}

.new1.col-1 .new1-block {
    width: 100%;
}

.new1.col-2 .row {
    max-width: 948px;
    margin: 0 auto;
}

.new1.col-2 .new1-block {
    width: 50%;
}

@media (max-width:1024px) {
    .new1 .row {
        margin-left: -2px;
        margin-right: -5px;
    }

    .new1-block:hover .new1-t img {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    .new1-block:active .active-dask {
        display: block;
    }
}
/*==E new1*/









/*==S register*/
.register1 .container {
    max-width: 1080px;
}

.register1 p.summary {
    line-height: 26px;
    color: #666;
    margin-bottom: 40px;
}

.register1 form {
    background: #f5f7fa;
    padding: 23px;
}

.register1 .input-wrap {
    float: left;
    width: 50%;
    padding: 25px 18px 0;
    position: relative;
}

.register1 .input-wrap p {
    color: #e50000;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 93px;
}

.register1 .input-wrap em, .register1 .selection-box em {
    color: #e50000;
    padding-right: 5px;
    font-style: normal;
}

.register1 .input-wrap span {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.register1 .input-wrap input, .register1 .input-wrap select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    padding: 0 0 0 10px\9;
}

.register1 .basic-info .prefix label {
    float: left;
    width: 20%;
    display: inline;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.register1 .input-wrap.prefix input {
    width: 16px;
    display: inline-block;
    margin-right: 5px;
    height: 14px;
    line-height: 12px;
    margin-top: 8px;
}

.register1 .selection-box, .register1 .legal-notices {
    padding: 25px 18px 0;
}

.register1 .selection-box p, .register1 .legal-notices p {
    color: #666;
    line-height: 26px;
    padding-bottom: 10px;
}

.register1 .selection-box label {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    padding-right: 10px;
}

.register1 .legal-notices a {
    color: #2196f3;
}

.register1 .register-btn {
    text-align: center;
}

.register1 #submitBtn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 63px;
    background: #2196f3;
    margin: 20px 0;
    border-radius: 2px;
    transition: .5s;
    -webkit-transition: .5s;
    border: none;
}

.register1 #submitBtn:hover {
    background: #1a78c2;
}

.selection-box textarea {
    width: 60%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.success-tips {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -100px;
    width: 320px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    z-index: 1001;
}

.success-tips p i {
    color: #3BC72B;
    font-size: 50px;
    line-height: 50px;
}

.close-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    font-style: normal;
    font-size: 26px;
    line-height: 26px;
    cursor: pointer;
}

.success-tips p {
    padding: 50px 30px;
    text-align: center;
    font-size: 16px;
}

.mask {
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width:1024px) {
    .register1 #submitBtn:hover {
        background: #2196f3;
    }

    .register1 #submitBtn:active {
        transition: 0s;
        -webkit-transition: 0s;
        background: #1a78c2;
    }
}

@media (max-width:480px) {
    .register1 form {
        padding: 10px;
    }

    .register1 .input-wrap {
        float: none;
        width: 100%;
        padding: 10px 0px 0;
    }

    .register1 .selection-box, .register1 .legal-notices {
        padding: 15px 0px 0;
    }

    .register1 .selection-box p, .register1 .legal-notices p {
        padding-bottom: 5px;
    }

    .register1 #submitBtn {
        height: 30px;
        line-height: 30px;
        padding: 0 28px;
        font-size: 14px;
    }

    .register1 .input-wrap input, .register1 .input-wrap select {
        height: 34px;
        font-size: 14px;
    }

    .register1 .input-wrap span, .register1 .selection-box p, .register1 .legal-notices p, .register1 .register p.summary {
        font-size: 14px;
        line-height: 22px;
    }

    .register1 p.summary {
        margin-bottom: 20px;
    }

    .register1 .input-wrap p {
        position: static;
    }

    .register1 .selection-box label {
        display: block;
    }

    .selection-box textarea {
        width: 100%;
        height: 100px;
        border: 1px solid #ccc;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 10px;
    }
}
/*==E register*/










/*==s register2   2016/12/09 zl*/
.register2 .subject {
    background: #e6e6e6;
}

.register2 .subject h2 {
    color: #666;
    font-size: 30px;
    line-height: 104px;
    font-weight: normal;
}

.register2 .summary {
    margin-top: 24px;
}

.register2 .form {
    margin: 50px 0 0 0;
}

.register2 .input-wrap {
    margin-bottom: 30px;
    width: 50%;
    float: left;
    position: relative;
}

.register2 .input-wrap div, .register2 .input-wrap input, .register2 .input-wrap select {
    width: 70%;
    display: block;
    float: right;
    height: 40px;
    padding: 3px 5px;
}

.register2 .input-wrap span {
    width: 30%;
    float: left;
    display: block;
    text-align: right;
    padding-right: 10px;
    line-height: 20px;
    padding-top: 10px;
}

.register2 .basic-info {
    margin-bottom: 50px;
}

.register2 #submitBtn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 63px;
    background: #e50000;
    margin: 20px 0;
    border-radius: 2px;
    transition: .5s;
    -webkit-transition: .5s;
    border: none;
}

.register2 .input-wrap .prompt {
    padding-left: 30%;
    color: #e50000;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 37px;
}

.register2 .register-btn {
    text-align: center;
    margin-bottom: 70px;
}

.register2 .basic-info-l, .register2 .basic-info-r {
    margin: 24px 0 40px;
}

.register2 .basic-info-l {
    padding-right: 20px;
}

.register2 .basic-info-r {
    padding-left: 20px;
}

.register2 .h2 {
    padding-top: 20px;
    border-top: 3px solid #ccc;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
}

.register2 .input-wrap span em, .register2 .selection-box p em {
    color: #e50000;
    padding-right: 5px;
}

.register2 .input-wrap div label {
    width: 33%;
    float: left;
    cursor: pointer;
}

.register2 .input-wrap div input {
    width: auto;
    float: left;
    margin-right: 4px;
    margin-top: -2px;
}

.register2 .selection-box, .register2 .legal-notices {
    margin-top: 20px;
}

.register2 .selection-box input, .register2 .legal-notices input {
    vertical-align: initial;
}

.register2 .selection-box p, .register2 .legal-notices p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.register2 .selection-box label {
    display: inline-block;
    padding: 0 10px 3px;
}

.register2 .selection-box textarea {
    width: 100%;
    height: 125px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
}

.register2 .legal-notices p a {
    color: #000;
    text-decoration: underline;
}

.register2 .red {
    border: 1px dotted #E50000 !important;
}

.register2 .selection-box .prompt {
    padding-left: 10px;
    color: #e50000;
    font-size: 14px;
}

.register2-success {
    max-width: 600px;
    margin: 120px auto;
    text-align: center;
}

.register2-success i {
    color: #3BC72B;
    font-size: 50px;
    line-height: 50px;
}

.register2-success .register2-success-title {
    font-size: 34px;
    line-height: 34px;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 24px;
    padding-left: 20px;
}

.register2-success span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 24px;
}

.register2-success a {
    color: #e50000;
}

.else-input {
    display: none;
    padding-left: 5px;
    margin-left: 5px;
    border: none;
    border-bottom: 1px #afafaf solid;
    width: 100px;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    outline: none;
}

@media (max-width:768px) {
    .register2 .basic-info-l {
        padding-right: 0;
    }

    .register2 .basic-info-r {
        padding-left: 0;
    }

    .register2 .input-wrap {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .register2 .input-wrap span {
        width: 100%;
        float: none;
        text-align: left;
        padding-bottom: 10px;
    }

    .register2 .input-wrap div, .register2 .input-wrap input, .register2 .input-wrap select {
        width: 100%;
        float: none;
        height: 34px;
    }

    .register2 .input-wrap .prompt {
        padding-left: 0;
        position: static;
    }
}

/*==E register2   2016/12/09 zl*/










/*==S Huawei Booth */
.rotator1-position {
    position: relative;
}

.rotator1 .rotator1-box {
    overflow: hidden;
}

.rotator1 .rotator1-box ul {
    position: relative;
}

.rotator1 .rotator1-box ul li {
    position: absolute;
    left: 0;
    top: 0;
}

.rotator1 .rotator1-box ul li img {
    display: block;
    width: 100%;
}

.rotator1 .arrow {
    width: 100%;
}

.rotator1 .arrow ul {
}

.rotator1 .arrow ul li {
    margin-top: -13px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 100;
}

.rotator1 .arrow ul li.arrow-left {
    left: -70px;
}

.rotator1 .arrow ul li.arrow-right {
    right: -70px;
}

.rotator1 .arrow ul li i {
    font-size: 50px;
    color: #333;
}

.rotator1 .arrow ul li i:hover {
    background: rgba(0,0,0,0.3);
}

.rotator1 .point {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 200;
}

.rotator1 .point ul {
}

.rotator1 .point ul li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}

.rotator1 .point ul li i {
    font-size: 13px;
}

.rotator1 .point ul li i.icon-round2 {
    font-size: 12px;
    color: #0095FE;
}

@media (max-width:1024px) {
    .rotator1 .arrow ul li.arrow-left {
        left: 0;
    }

    .rotator1 .arrow ul li.arrow-right {
        right: 0;
    }
}
/*==E Huawei Booth */





/*==S Review site */
.rotator2-position {
    position: relative;
}

.rotator2 .rotator2-box {
    overflow: hidden;
}

.rotator2 .rotator2-box ul {
    position: relative;
}

.rotator2 .rotator2-box ul li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: .5s;
    -webkit-transition: .5s;
}

.rotator2 .rotator2-box ul li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rotator2 .rotator2-box ul li img {
    display: block;
    width: 100%;
}

.description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.description-page {
    height: 50px;
    width: 50px;
    float: left;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    text-align: center;
    line-height: 50px;
}

.description-page strong {
    color: #00a2fe;
}

.description-text {
    height: 50px;
    line-height: 50px;
    margin-left: 51px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    padding-left: 10px;
}

.description-text p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-right: 50px;
    font-size: 14px;
}

.rotator2 .arrow {
    z-index: 100;
    width: 100%;
}

.rotator2 .arrow ul {
}

.rotator2 .arrow ul li {
    margin-top: -13px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 100;
}

.rotator2 .arrow ul li.arrow2-left {
    left: -70px;
}

.rotator2 .arrow ul li.arrow2-right {
    right: -70px;
}

.rotator2 .arrow ul li i {
    font-size: 50px;
    color: #333;
}

.rotator2 .arrow ul li i:hover {
    background: rgba(0,0,0,0.3);
}

.rotator2 .point2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 200;
}

.rotator2 .point2 ul {
}

.rotator2 .point2 ul li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}

.rotator2 .point2 ul li i {
    font-size: 13px;
}

.rotator2 .point2 ul li i.icon-round2 {
    font-size: 12px;
    color: #0095FE;
}

@media (max-width:1024px) {
    .rotator2 .arrow ul li.arrow2-left {
        left: 0;
    }

    .rotator2 .arrow ul li.arrow2-right {
        right: 0;
    }
}
/*==E Review site */






/*==S introduction3*/
.introduction3 .row {
    display: table;
}

.introduction3-l {
    width: 82%;
    background: #ecedf0;
    padding: 40px;
    display: table-cell;
    vertical-align: top;
}

.introduction3-l p {
    color: #666;
    font-size: 18px;
    line-height: 36px;
}

.introduction3-r {
    width: 18%;
    display: table-cell;
    vertical-align: top;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0072b8,endColorStr=#00add8); /*IE 6 7 8*/
    background: -ms-linear-gradient(left, #0072b8, #00add8); /* IE 10 */
    background: -moz-linear-gradient(left, #0072b8, #00add8); /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#0072b8), to(#00add8)); /*谷歌*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0072b8), to(#00add8)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(left, #0072b8, #00add8); /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(left, #0072b8, #00add8); /*Opera 11.10+*/
}

.introduction3-r p img {
    width: 100%;
    display: block;
}

.introduction3-r-text {
    padding: 17px 20px 40px 20px;
}

.introduction3-r-text h5 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.introduction3-r p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.introduction3-r-text a span {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.introduction3-r-text a i {
    font-size: 20px;
    color: #fff;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1600px) {
    .introduction3-l p {
        color: #666;
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .introduction3-l {
        margin-bottom: 10px;
    }

    .introduction3-r {
        max-width: 260px;
        margin: 0 auto;
    }

    .introduction3-r, .introduction3-l {
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {
    .introduction3-l {
        padding: 0;
        background: #fff;
    }

    .introduction3-l p {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0;
    }
}
/*==E introduction3*/




/*==S map1*/
.map1.content {
    padding-bottom: 0;
    line-height: 0;
}
/*==E map1*/










.active-dask {
    transition: 0s;
    -webkit-transition: 0s;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
}

.gary {
    color: #999 !important;
    cursor: context-menu;
}

.gary:hover {
    color: #999 !important;
    cursor: context-menu;
}

#twitter-widget-0 {
    width: 100% !important;
}

.timeline-Widget {
    max-width: 100% !important;
}

.rotator {
    margin: 0 auto;
    position: relative;
}

.rotator-box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.rotator-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.rotator-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.rotator-list img {
    width: 100%;
    display: block;
}

.arrow {
}

.arrow i {
    color: #333;
    opacity: 0.5;
    font-size: 50px;
    cursor: pointer;
}

.arrow i:hover {
    opacity: 0.8;
}

.arrow-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: -70px;
}

.arrow-prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: -70px;
}

.rotator-point {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.rotator-point i {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 24px;
}

.rotator-point span {
    cursor: pointer;
}

.rotator-point span.active i {
    opacity: 0.8;
    color: #333;
}

.browsehappy{display:none;padding:10px 0;color:#fff;background:#006;}
.browsehappy p{font-size:14px;line-height:18px;position:relative;max-width:760px;margin:0 auto;padding-right:80px;}
.browsehappy a.close img{width:24px;height:24px;}
.browsehappy a.close{line-height:30px;position:absolute;top:0;right:0;display:block;float:right;width:30px;height:30px;text-align:center;color:#fff;}
.ReadPolicy{color:#333;background:#ccc;}
.ReadPolicy a{text-decoration:underline;color:#333;position:relative;}
.ReadPolicy a.close{text-decoration:none;}
.ReadPolicy p{line-height:1.428;}
.browsehappy{text-align:center;}
.browsehappy p{line-height:1.428;display:inline-block;max-width:none;padding:2px 80px 2px 0;}
@media (max-width:1024px){
  .browsehappy{display:none!important;}
  .browsehappy p{padding-right:30px;padding-left:10px;}
}