/*Icon-Font*/
@font-face {font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1459219165'); /* IE9*/
    src: url('../fonts/iconfont.eot?t=1459219165#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff?t=1459219165') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf?t=1459219165') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg?t=1459219165#iconfont') format('svg'); /* iOS 4.1- */
}
/*==S Font */
@font-face {
    font-family: 'HuaweiScriptRegularWeb';
    src: url('../fonts/Huawei Script Regular Web.eot');
    src: url('../fonts/Huawei Script Regular Web.eot') format('embedded-opentype'), 
         url('../fonts/Huawei Script Regular Web.woff') format('woff'),
         url('../fonts/Huawei Script Regular Web.ttf') format('truetype'),
         url('../fonts/Huawei Script Regular Web.svg#Huawei Script Regular Web') format('svg');
}
@font-face {
    font-family: 'LT_Bold';
    src: url('fonts/LT_Bold.eot');
    src: url('../fonts/LT_Bold.eot') format('embedded-opentype'),
         url('../fonts/LT_Bold.woff2') format('woff2'),
         url('../fonts/LT_Bold.woff') format('woff'),
         url('../fonts/LT_Bold.ttf') format('truetype'),
         url('../fonts/LT_Bold.svg#LT_Bold') format('svg');
}
@font-face {
    font-family: 'LT_Light';
    src: url('../fonts/LT_Light.eot');
    src: url('../fonts/LT_Light.eot') format('embedded-opentype'),
         url('../fonts/LT_Light.woff2') format('woff2'),
         url('../fonts/LT_Light.woff') format('woff'),
         url('../fonts/LT_Light.ttf') format('truetype'),
         url('../fonts/LT_Light.svg#LT_Light') format('svg');
}
@font-face {
    font-family: 'LT_Medium';
    src: url('../fonts/LT_Medium.eot');
    src: url('../fonts/LT_Medium.eot') format('embedded-opentype'),
         url('../fonts/LT_Medium.woff2') format('woff2'),
         url('../fonts/LT_Medium.woff') format('woff'),
         url('../fonts/LT_Medium.ttf') format('truetype'),
         url('../fonts/LT_Medium.svg#LT_Medium') format('svg');
}
@font-face {
    font-family: 'LT_Regular';
    src: url('../fonts/LT_Regular.eot');
    src: url('../fonts/LT_Regular.eot') format('embedded-opentype'),
         url('../fonts/LT_Regular.woff2') format('woff2'),
         url('../fonts/LT_Regular.woff') format('woff'),
         url('../fonts/LT_Regular.ttf') format('truetype'),
         url('../fonts/LT_Regular.svg#LT_Regular') format('svg');
}

@font-face {
    font-family: 'AkkuratProBold';
    src: url('../fonts/AkkuratProBold.eot');
    src: url('../fonts/AkkuratProBold.eot') format('embedded-opentype'), 
         url('../fonts/AkkuratProBold.woff2') format('woff2'), 
         url('../fonts/AkkuratProBold.woff') format('woff'),
         url('../fonts/AkkuratProBold.ttf') format('truetype'),
         url('../fonts/AkkuratProBold.svg#AkkuratProBold') format('svg');  
}
@font-face {
    font-family: 'AkkuratProLight';
    src: url('../fonts/AkkuratProLight.eot');
    src: url('../fonts/AkkuratProLight.eot') format('embedded-opentype'), 
         url('../fonts/AkkuratProLight.woff2') format('woff2'),
         url('../fonts/AkkuratProLight.woff') format('woff'),
         url('../fonts/AkkuratProLight.ttf') format('truetype'),
         url('../fonts/AkkuratProLight.svg#AkkuratProLight') format('svg');
}
@font-face {
    font-family: 'AkkuratProRegular';
    src: url('../fonts/AkkuratProRegular.eot');
    src: url('../fonts/AkkuratProRegular.eot') format('embedded-opentype'), 
         url('../fonts/AkkuratProRegular.woff2') format('woff2'),
         url('../fonts/AkkuratProRegular.woff') format('woff'),
         url('../fonts/AkkuratProRegular.ttf') format('truetype'),
         url('../fonts/AkkuratProRegular.svg#AkkuratProRegular') format('svg');
}
/*==E Font */

/*==S common */
body{
    font-family: "Microsoft YaHei","Arial";  
    font-size:16px;
    line-height:24px;
    color:#333;
}
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;
 }
.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;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@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;
    }
}
@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{
        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:9999; 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 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:420px;}
    .footer-box{padding: 0}
    .back-top {border-radius: 50px;}
}
@media (max-width:768px) {
    .contact-us li {width:100%;}
}
@media (max-width:640px) {
    .contact-us ul{ width: 100%!important;}
    .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-family: 'AkkuratProBold';*/
    font-size: 64px;
    line-height: 68px;
    color: #241916;
}
.banner1-text .name {
    /*font-family: 'AkkuratProBold';*/
    font-size: 44px;
    line-height: 1.2;
    color: #424342;
    text-transform: uppercase;
    padding-top: 10px;
}
.banner1-text .place {
    /*font-family: 'AkkuratProLight';*/
    font-size: 30px;
    line-height: 1.2;
    color: #262626;
    margin-top: 1.2%;  
}
.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: 75px;
        line-height: 75px;
    }
    .banner1-text .name {
        font-size: 38px;
    }
    .banner1-text .place {
        font-size: 22px;   
    }
    .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: 60px;
    }
    .banner1-text .name {
    }
    .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: 59px;
        line-height: 59px;
    }
    .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;
    }
    .banner1-text {
        text-align: center;
    }
}
@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: 'AkkuratProBold';*/
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner2-text .name {
    /*font-family: 'AkkuratProBold';*/
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}
.banner2-text .place {
    /*font-family: 'AkkuratProLight';*/
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    margin-top: 1.2%;
}
.banner2-text .banner-register {
    display: inline-block;
    background: #ed0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 40px;
    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: 48px;
        line-height: 48px;
    }
    .banner2-text .name {
        font-size: 30px;
    }
    .banner2-text .place {
        font-size: 22px;   
    }
    .banner2-text .banner-register {
        padding:0 64px;
    }
    .banner2-text .newict img {
        max-width: 260px;
    }
}
@media (max-width:1400px) {
    .banner1-text .theme {
        font-size: 46px;
        line-height: 58px;
    }
    .banner2-text .name {
        font-size: 32px;
    }
    .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: 48px;
        line-height: 48px;
    }
    .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;
        margin-bottom: 10px;
    }
    .banner2-text .name {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .banner2-text .place {
        font-size: 18px;
    }
    .banner2-text .banner-register {
        padding:0 44px;
        height: 34px;
        line-height: 34px;
        margin-top: 15px;
    }

}
@media (max-width:480px) {
    .banner2-text {
        padding-left: 0;
    }
    .banner2-text .theme {
        font-size: 16px;
        line-height: 16px;
    }
    .banner2-text .name {
        font-size: 14px;
    }
    .banner2-text .place {
        font-size: 12px;
        margin-top: 2px;
    }
    .banner2-text .banner-register {
        padding: 0 30px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .banner2-text .newict {
        padding: 0;
    }
    .banner2-text .newict img {
        max-width: 170px;
    }
    .banner2-text .intelLogo{ padding-bottom: 2px;}
    .banner2-text .name{ padding-top: 0;}
}
@media (max-width:350px) {
    .banner2-text .theme {
        font-size: 14px;
        line-height: 14px;
    }
}
/*==E banner2 */










/*==S introduction1*/
.introduction1 {
    text-align: center;
}
.introduction1 .container {
    max-width: 1080px;
}
.introduction1-text {
    margin:-18px 0;
    overflow: hidden;
}
.introduction1-text p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    padding: 18px 0;
    text-align: left;
}
.introduction1 .introduction-more-btn {
    display: none;
}
@media (max-width:1680px) {
    .introduction1 .container {
        max-width: 1180px;
    }
}
@media (max-width:1366px) {
    .introduction1-text p{ font-size: 16px; line-height: 28px; padding:12px 0;}
}
@media (max-width:480px) {
    .introduction1-text {
        padding-right: 0;
        position: relative;
    }
    .introduction1-text p {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 0;
    }
    .introduction1-text {
        margin: -8px 0;
    }
    .introduction1 .introduction-more-btn {
        display: block;
    }
    .introduction1 .introduction-more-btn span {
        font-size: 12px;
    }
    .introduction1 .more-icon {
        width: 24px;
        height: 24px;
        background: #337ab7;
        border-radius: 50%;
        display: inline-block;
        transition: .5s;
        -webkit-transition: .5s;
    }
    .introduction1 .more-icon i {
        color: #fff;
        font-size: 18px;
        display: block;
    }
    .introduction-more-btn:hover .more-icon {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    .mask-gradient {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 110px;
        width: 100%;
        /*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â */
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=fff,endcolorstr=fff,gradientType=1);
        filter:alpha(opacity=100 finishopacity=50 style=0 startx=0,starty=0,finishx=0,finishy=0) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fff,endcolorstr=#fff,gradientType=1); 
        -ms-filter:alpha(opacity=100 finishopacity=50 style=0 startx=0,starty=0,finishx=0,finishy=0) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fff,endcolorstr=#fff,gradientType=1); 
        background:#fff; /* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¨ */  
        background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));  
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)); 
        background: -webkit-linear-gradient(top, #fff 0%,#fff 100%); 
        background: -o-linear-gradient(top, #fff 0%,#fff 100%); 
        background: -ms-linear-gradient(top, #fff 0%,#fff 100%); 
        background: linear-gradient(to bottom, #fff 0%,#fff 100%);
        background: -moz-linear-gradient(top, #fff 0%, #fff 100%); 
        /*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“*/
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(255,0,0,0)), to(rgba(255,0,0,1)));
    }
}
/*==E introduction1*/











/*==S introduction2*/
.introduction2.content {
    padding-top: 0;
    padding-bottom: 0;
}
.introduction2 {
    background: url(../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(../images/introduction2-bg2.png) no-repeat right top;
    padding-right:150px;
}
.introduction2-l p {
    padding-bottom: 20px;
}
.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;
    }
    .introduction2-r img {
        max-width: 30%;
        position: static;
    }
}
/*==E introduction2*/










/*==S introduction3*/
.introduction3 .row {
    display: table;
}
.introduction3-l {
    width: 70%;
    background: #e0e1e3;
    padding: 40px;
    display: table-cell;
    vertical-align: top;
}
.introduction3-l p {
    color: #666;
    font-size: 18px;
    line-height: 36px;
}
.introduction3-l p span.specialSign{ font-family: Arial;}
.introduction3-r {
    width: 30%;
    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: 30px 20px 43px 20px;
}
.introduction3-r-text h5 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
}
.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, .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 introduction2*/
.introduction2.content {
    padding-top: 0;
    padding-bottom: 0;
}
.introduction2 {
    background: url(../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(../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;
    }
}
@media (max-width:480px) {
    .introduction2-r img {
        display: inline-block;
        width: 30%;
    }
}
/*==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;
    font-size: 16px;
    cursor: pointer;
}
.agenda1-btn li p {
    background: #a2a2a2;
    margin: 0 10px;
    padding:8px 30px;
    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;
    max-width: 1180px;
    margin: 0 auto;
}
.agenda1-block.current {
    display: block;
    z-index: 10;
    max-width: 1180px;
    margin: 0 auto;
}
.agenda1-con ul {
    padding: 15px 110px;
    border-bottom:1px solid #ececec;
}
ul.agenda1-head {
    background: #ececec;
    padding: 13px 110px;
}
ul.agenda1-head:first-child{ border-bottom: 1px solid #fff;}
ul.agenda1-head li {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.agenda1-con li {
    float: left;
    font-size: 16px;
    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: 56%;
}
.col-3 li.agenda1-line-3{
    width: 30%;
}
.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;
    }
    .agenda1-con li{ font-size: 14px;}
    .agenda1-btn li p{ font-size: 14px; padding:5px 10px;}
}
@media (max-width:640px) {
    .agenda1-btn li {
        display: inline-block;
        min-width: 0;
        margin: 0;
        float: none;
        width: 33.333%;
        padding-bottom: 10px;
    }
    .agenda1-btn {
        margin:0 -5px 30px;
    }
    .agenda1-btn li p {
        margin: 0 5px;
    }
    .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;
    letter-spacing: 2px;
    transition: .5s;
    -webkit-transition: .5s;
}
.speakers1-con .speakers1-text p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    letter-spacing: 1px;
    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;
    max-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{ padding:10px 30px;}
.solution3-b h4 {
    font-size: 18px;
    line-height: 24px;
    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 solution4*/
.solution4-l {
    position: relative;
    float: left;
    width: 46%;
    overflow: hidden;
    display: block;
}
.solution4-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);*/
}
.solution4-l i {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 44px;
    color: #fff;
}
.solution4-r {
    float: left;
    width: 54%;
    padding-left: 20px;
}
.solution4-r h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    padding: 15px 0;
}
.solution4-r p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #666;
}
.solution4-block {
    cursor: pointer;
    margin-bottom: 20px;
}
.solution4-block a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #2196f3;
    padding:0 5px 5px 10px;
    background: url(../images/solution4-icon1.png) no-repeat 0 9px;
}
.solution4-block a:hover {
    text-decoration: underline;
}
/*.solution4-block:hover .solution4-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) {
    .solution4-block:hover .solution4-l img {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
    .solution4-block:active .active-dask {
        display: block;
    }
    .solution4-block {
        margin-bottom: 10px;
    }
}*/
@media (max-width:768px) {
    .solution4-l,.solution4-r {
        width: 100%;
    }
    .solution4-l img {
        max-width: 100%;
    }
    .solution4-r {
        padding-left: 0;
    }
}
@media (max-width:480px) {
    .solution4-r {
        padding-bottom: 10px;
    }
    .solution4-r h4 {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0 5px;
    }
    .solution4-l i {
        left: 10px;
        bottom: 10px;
        font-size: 24px;
    }
    .solution4 .container {
        margin-bottom: -15px;
    }
    .solution4-r p {
        font-size: 12px;
    }
}
/*==E solution4*/









/*==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);
    border: 1px solid #ececec;
}
.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(../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(../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;
    padding: 12px 20px;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 50px;
    border:1px solid #c7c7c7;
    width: 18%;
}
.review1-con a:hover {
    color: #fff;
    background: #2196f3;
    border:1px solid #2196f3;
}

@media (max-width:1024px) {
    .review1-con a {
        display: block;
        margin: 0 auto 10px;
        width: 50%;
    }
    .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;
    }
}
/*==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*/








.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;
}

.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;
}

/*==E register2*/



/* ==S register success */
.register2-success .register2-success-title {
    font-size: 22px;
    line-height: 34px;
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 20px;
}
/* ==E register success */




/*==S introduction3*/
.introduction3 .row {
    display: table;
}
.introduction3-l {
    width: 67.6%;
    background: #ecedf0;
    padding: 40px;
    display: table-cell;
    vertical-align: top;
}
.introduction3-l p {
    color: #666;
    font-size: 18px;
    line-height: 36px;
}
.introduction3-r {
    width: 32.4%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    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: 30px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
}

.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 i {
    font-size: 36px;
    color: #fff;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.introduction3-r-text a span {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
@media (max-width: 1600px) {
    .introduction3-l p {
        color: #666;
        font-size: 16px;
        line-height: 26px;
    }
    .introduction3-r-text{ padding:18px 20px;}
}
@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*/





/*==S login*/
.login1 .subject { background: #e6e6e6; }
.login1 .subject h2 { color: #666; font-size: 30px; line-height: 104px; font-weight: normal; }
.login1-box { width: 100%; max-width: 340px; margin: 0 auto; padding: 100px 0px; }
.login1-box div { margin-bottom: 20px;}
.login1-box div p.prompt { padding-left: 60px; font-size: 12px;color: #e50000;line-height: 16px; text-align: left;padding-top: 5px; }
.login1-box span, .login1 input { float: left; line-height: 30px; font-size: 14px; display: block; }
.login1-box span { text-align: right; width: 90px; }
.login1-box input { height: 30px; width: 240px; border: 1px solid #ccc; padding: 5px; }
.login1-box button { display: block; width: 116px; height: 30px; margin: 0px auto; background: #e50000; color: #fff; border-radius: 5px; cursor: pointer; border: none; margin-bottom: 20px; }
.login1-box p.hint { text-align: center; color: #666; max-width: 300px; margin: 0px auto; }
.login1-box p.hint a { text-decoration: none; color: #e50000; }
.login1-box p.hint a:hover { text-decoration: underline; }
.login1 .red {border: 1px dotted #E50000 !important; }
/*==E login*/





/*==S login*/
.login2 .subject { background: #e6e6e6; }
.login2 .subject h2 { color: #666; font-size: 30px; line-height: 104px; font-weight: normal; }
.login2 .tablediv {  padding:60px 0px; }
.login2 .tablediv .login2-box{ padding: 0px; width: 100%; max-width: 370px; margin: 0 auto;}
.login2 .tablediv .login2-box span, .tablediv .login2 input { float: left; line-height: 30px; font-size: 14px; display: block; }
.login2 .tablediv .login2-box span { text-align: right; width: 110px; }
.login2 .tablediv .login2-box input { height: 30px; width: 240px; border: 1px solid #ccc; padding: 5px; }
.login2 .tablediv .login2-box p.prompt { padding-left: 120px; font-size: 12px;color: #e50000;line-height: 16px; text-align: left;padding-top: 5px; }
.login2 .tablediv .login2-box input.bj_btn { display: block; width: 116px; height: 30px; margin: 0px auto; background: #e50000; color: #fff; border-radius: 5px; cursor: pointer; border: none; padding: 0; }
.login2 .tablediv .login2-box div { text-align: center; margin-top: 20px; color: #666; margin: 0px auto; margin-bottom: 20px; }
.login2 .tablediv .login2-box div.login_btn { width: 116px; }
.login2 .tablediv .login2-box div a { text-decoration: none; }
.login2 .tablediv .login2-box div a:hover { text-decoration: underline; }
.login2 .tablediv .login2-box div:before,.tablediv .login2 div:after{content:""; display:table;}
.login2 .tablediv .login2-box div:after{clear:both;}
.login2 .tablediv .login2-box div{*zoom:1;}
.login2 .red {border: 1px dotted #E50000 !important; }
/*==E login*/







.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;
}







/* ==S mask */
.mask {
    width: 100%;
    height:100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000\9;
    filter:alpha(opacifty=50);  
    background: rgba(0, 1, 0, .5);
    display: none;
}
.bounced {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #e50000;
    display: none;
}
.bounced i {
    font-size: 28px;
    right: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
}

/* ==E mask */





/* ==S register1 */
.register1 {
  margin: 0 auto;
}
.register1 form {
    padding: 50px 40px ;
    float: left;
    background: #f5f7fa;
}
.register1 .container {
    max-width: 1080px;
}
.register1 .rule {
    margin-top: 24px;
}
.register1 .rule p {
    line-height: 26px;
    color: #666;
    margin-bottom: 40px;
}
.register1 .rule p em{
    color: #e50000;
}
.register1 .input-con {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding: 0 20px;
}
.register1 .input-con .input-title {
    width: 100%;
    float: left;
    text-align: left;
    padding-right: 30px;
    padding-bottom: 5px;
}
.register1 .input-con.haveto em {
    display: inline;
}
.register1 .input-con em {
    color: #e50000;
    display: none;
    position: relative;
    font-style: normal;
}
.register1 .input-con .input-title p,.register1 .input-con .input-topic p {
    padding-left: 10px;
    display: inline-block;
}
.register1 .input-con .input-block {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.register1 .input-con .input-block .input-box {
    position: relative;
}
.register1 .input-con .input-block .input-box input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    outline: none;
    z-index: 1;
    position: relative;
    background: transparent;
    border: 1px solid #aaa;
    height: 40px\9;
}
.register1 .input-con .input-block .input-box input.red {
    border: 1px solid #e50000;
}
.register1 .input-con .input-block .input-box ul {
    position: absolute;
    left: 0;
    top: 34px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #aaa;
    z-index: 2;
    display: none;
}
.register1 .input-con .input-block .input-box ul li {
    padding: 3px 20px;
    cursor: pointer;
}
.register1 .input-con .input-block .input-box ul li:hover {
    background: #ccc;
}
.register1 .input-con .errorMessage {
    font-size: 12px;
    color: #e50000;
    line-height: 15px;
    position: relative;
}
.register1 .input-con .input-block .input-box i {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 0;
}
.register1 .input-con .input-block .input-box .input-tips {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 14px;
    color: #aaa;
    transition: .5s;
    -webkit-transition: .5s;
}
#register-button {
    display: block;
    padding: 0px 50px;
    height: 40px;
    color: #fff;
    background: #e50000;
    border-radius: 5px;
    margin: 30px auto 80px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 30px;
    border-color: #e50000;
    border: none;
}
.register1 .subject {
    background: #e6e6e6;
}
.register1 .subject h2 {
    color: #666;
    font-size: 30px;
    line-height: 104px;
    font-weight: normal;
}
.register1 .input-con.input-radio,.register1 .input-con.input-checkbox {
    width: 100%;
}
.register1 .legal-notices {
    padding: 0 20px;
    float: left;
    width: 100%;
}
.register1 .legal-notices p a {
    text-decoration: none;
    color: #2196f3;
}
.input-con .input-topic {
    margin-bottom: 10px;
}
.input-con .input-box label {
    margin-right: 20px;
    display: inline-block;
}
.register1 .register-btn {
    text-align: center;
    width: 100%;
    float: left;
}
.register1 #register-button {
    display: inline-block;
    padding: 0px 50px;
    height: 40px;
    color: #fff;
    background: #1a78c2;
    border-radius: 5px;
    margin: 30px auto 0;
    font-size: 18px;
    cursor: pointer;
    margin-top: 30px;
    border-color: #1a78c2;
    border: none;
}
@media (max-width:768px) {
    .register1 .input-con {
        width: 100%;
    }
    .register1 .input-con .input-title {
        width: 100%;
        text-align: left;
    }
    .register1 .input-con .input-block {
        width: 100%;
    }
    .register1 form {
        padding: 20px 0 50px 0;
    }
}
/* ==E register1 */



/* ==S register2 */
.register2 {
  margin: 0 auto;
}
.register2 form {
    margin: 50px 0 0 ;
}
.register2 .rule {
    margin-top: 24px;
}
.register2 .rule p {
    padding-bottom: 5px;
}
.register2 .rule p em{
    color: #e50000;
}
.register2 .input-con {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.register2 .input-con .input-title {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 30px;
}
.register2 .input-con.haveto em {
    display: inline;
}
.register2 .input-con em {
    color: #e50000;
    display: none;
    position: relative;
    font-style: normal;
}
.register2 .input-con .input-title p,.register2 .input-con .input-topic p {
    padding-left: 10px;
    display: inline-block;
}
.register2 .input-con .input-block {
    display: block;
    width: 70%;
    float: left;
    position: relative;
}
.register2 .input-con .input-block .input-box {
    position: relative;
}
.register2 .input-con .input-block .input-box input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    outline: none;
    z-index: 1;
    position: relative;
    background: transparent;
    border: 1px solid #aaa;
    height: 40px\9;
}
.register2 .input-con .input-block .input-box input.red {
    border: 1px solid #e50000;
}
.register2 .input-con .input-block .input-box ul {
    position: absolute;
    left: 0;
    top: 34px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #aaa;
    z-index: 2;
    display: none;
}
.register2 .input-con .input-block .input-box ul li {
    padding: 3px 20px;
    cursor: pointer;
}
.register2 .input-con .input-block .input-box ul li:hover {
    background: #ccc;
}
.register2 .input-con .errorMessage {
    font-size: 12px;
    color: #e50000;
    line-height: 15px;
    position: relative;
}
.register2 .input-con .input-block .input-box i {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 0;
}
.register2 .input-con .input-block .input-box .input-tips {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 14px;
    color: #aaa;
    transition: .5s;
    -webkit-transition: .5s;
}
.register2 #register-button {
    display: block;
    padding: 0px 50px;
    height: 40px;
    color: #fff;
    background: #e50000;
    border-radius: 5px;
    margin: 30px auto 80px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 30px;
    border-color: #e50000;
    border: none;
}
.register2 .subject {
    background: #e6e6e6;
}
.register2 .subject h2 {
    color: #666;
    font-size: 30px;
    line-height: 104px;
    font-weight: normal;
}
.register2 .input-con.input-radio,.register2 .input-con.input-checkbox {
    width: 100%;
}
.register2 .legal-notices p a {
    color: #000;
    text-decoration: underline;
}
.input-con .input-topic {
    margin-bottom: 10px;
}
.input-con .input-box label {
    margin-right: 20px;
    display: inline-block;
}
.register2 .input-con .input-block .input-box.sex_radio label {
    width: 33%;
    max-width: 89px;
    margin-right: 0;
}
.register2 .input-con .input-block .input-box.sex_radio label input {
    display: inline;
    width: auto;
}
@media (max-width:768px) {
    .register2 .input-con {
        width: 100%;
    }
    .register2 .input-con .input-title {
        width: 100%;
        text-align: left;
    }
    .register2 .input-con .input-block {
        width: 100%;
    }
    .register2 form {
        margin: 20px 0 0 0;
    }
}
/* ==E register2 */















.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: 22px;
    line-height: 34px;
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 20px;
}
.register2-success span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 24px;
}
.register2-success a {
    color: #e50000;
}



.banner2-text .intelLogo{ width: 100%; max-width: 16%; padding-bottom: 10px;}
.widthUl li{ width: 100%; font-weight: bold;}
@media(max-width: 1366px){
    .map2 iframe{ height: 284px;}
}
@media(max-width: 768px){
    .map2 iframe{ height: 160px;}
}









.agenda1-con li strong {
    font-weight: bold;
    color: #000;
    margin-bottom: 7px;
    display: block;
}



























.main-bg{background:#f3fcff url(../images/webiner-bg1.jpg) no-repeat top center;}
.webiner{padding: 100px 0 0 0;text-align: center;}
.webiner .max-title{color: #fff;font-weight: normal;font-size: 48px;line-height: 50px;padding-bottom: 80px;}
.webiner-login{background: #fff;border-radius: 5px;padding: 60px 0;margin-bottom: 20px;position: relative;z-index: 3;}
.webiner-login .con{max-width: 1180px;margin:0 auto;}
.webiner-login .left,.webiner-login .right{width: 50%;float: left;}
.webiner-login .left .pic,.webiner-login .right .pic{width: 283px;margin:0 auto;}
.webiner-login .left .pic img ,.webiner-login .right .pic img{display: block;width: 100%;}
.webiner-login .pic img{}
.webiner-login .pic img{}
.webiner-login .title h2{font-size: 24px;line-height: 28px;color: #333;font-weight: normal;}
.webiner-login .title span{font-size: 16px;line-height: 22px;color: #666;padding-top: 5px;display: block;margin-bottom: 50px;}
.webiner-login .title a{}
.webiner-login .right{width: 50%;float: left;}
.webiner-login img{}
.webiner-login .title{margin-top: 20px;}
.webiner-login .title h2{}
.webiner-login .title p{}
.webiner-login .title a{font-size: 16px;color: #fff;background: url(../images/webiner-btn-bg.png);display: inline-block;line-height: 50px;height: 50px;width: 200px;border-radius: 50px;}
.webiner-login .join{position: absolute;bottom: 0;width: 100%;left: 0;}
.webiner-login .join .l{position: absolute;left: 80px;top: -53px;}
.webiner-login .join .r{position: absolute;right: 80px;top: -53px;}
.webiner-gilt{background: #fff;border-radius: 5px;padding: 60px 0;position: relative;}
.webiner-gilt .con{max-width: 1180px;margin: 0 auto;padding-left: 100px;}
.webiner-gilt .left{width: 27%;float: left;padding: 0 50px;background: url(../images/webiner-gilt-left-bg.png) no-repeat right top;}
.webiner-gilt .left .pic{}
.webiner-gilt .left .pic img{}
.webiner-gilt .left p{margin-top: 20px;font-size: 16px;line-height: 30px;color: #666;}
.webiner-gilt .right{width: 73%;float: left;padding: 0 50px;}
.webiner-gilt .right ul{}
.webiner-gilt .right ul li{width: 50%;float: left;padding: 0 50px;}
.webiner-gilt .right ul li .text{padding-top: 20px;text-align: center;}
.webiner-gilt .right ul li .text p{font-size: 16px;color: #333;margin-bottom: 7px;}
.webiner-gilt .right ul li .text span{font-size: 16px;color: #666;}
.webiner-gilt .right ul li .pic{max-width: 160px;margin: 0 auto;}
.webiner-gilt .right ul li .pic img{display: block;width: 100%;}
.webiner-gilt .join{position: absolute;left: 0;bottom: 0;width: 100%;}
.webiner-gilt .join .l{position: absolute;left: 80px;top: -53px;}
.webiner-gilt .join .r{position: absolute;right: 80px;top: -53px;}
.main-bg .agenda1{padding: 60px 20px 60px;background: #fff;margin-top: 20px;margin-bottom: 80px;}
.agenda1-bg{background: url(../images/webiner-footer-bg.png) no-repeat center bottom;}
@media(max-width: 1600px) {
    .webiner .max-title {color: #fff;font-weight: normal;font-size: 36px;line-height: 36px;padding-bottom: 50px;}
    .webiner {padding: 60px 0 0 0;text-align: center;}
}
@media(max-width: 768px){.webiner{padding: 40px 0 0 0;text-align: center;}
.webiner-login .title{margin-top: 20px;}
.webiner-login .title span{margin-bottom: 30px;font-size: 14px;}
.webiner-login .title a{font-size: 14px;line-height: 40px;height: 40px;width: 160px;}
.webiner-login img,.webiner-gilt .join img{width: 24px;}
.webiner-login,.webiner-gilt{margin-bottom: 10px;}
.webiner-login .join .l,.webiner-gilt .join .l{left: 40px;top: -40px;}
.webiner-login .join .r,.webiner-gilt .join .r{right: 40px;top: -40px;}
.webiner-login .title h2{font-size: 18px;line-height: 24px;}
.webiner .max-title{font-size: 30px;line-height: 34px;padding-bottom: 30px;}
.webiner-login .left, .webiner-login .right{width: 100%;float: none;margin-bottom: 50px;}
.webiner-gilt .con{padding-left: 0;}
.webiner-gilt .left{width: 100%;float: none;padding: 0 20px;background: transparent;}
.webiner-gilt .left p{margin-top: 10px;font-size: 14px;line-height: 24px;}
.webiner-gilt .left{width: 100%;float: none;padding: 0 20px;margin-bottom: 30px;}
.webiner-gilt .right{width: 100%;float: none;padding: 0;}
.webiner-gilt .right ul li{width: 100%;float: none;padding: 0 20px;margin-bottom: 30px;}
.webiner-gilt .right ul li .pic{max-width: 160px;margin: 0 auto;}
.webiner-gilt .right ul li .text{padding-top: 10px;text-align: center;}
.main-bg .agenda1{padding: 60px 20px 60px;background: #fff;margin-top: 0px;margin-bottom: 40px;}
.agenda1-bg .agenda1-btn li{width: 50%;}
.main-bg .agenda1{padding: 40px 20px 40px;background: #fff;margin-top: 0px;margin-bottom: 40px;}}



.content-bg{ background-color: rgb(248, 249, 252);}
ul.agenda1-head.no-bg{ background:none; font-weight: bold;}





































































