
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	height:auto !important;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	width: 100%;
	height: 100% !important;
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*global.css*/
@font-face {
    font-family: 'frutigernext';
    src: url('../fonts/LT_54361.eot');
    src: url('../fonts/LT_54361.eot?') format('embedded-opentype'),
    url('../fonts/LT_54361.woff') format('woff'),
    url('../fonts/LT_54361.ttf') format('truetype'),
    url('../fonts/LT_54361.svg') format('svg');
}
@font-face {
    font-family: 'Huawei_Script_Regular';
    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') format('svg');
}
@font-face {
    font-family: 'frutigernext_medium';
    src: url('../fonts/frutigernext-lt-medium.eot');
    src: url('../fonts/frutigernext-lt-medium.eot?') format('embedded-opentype'),
    url('../fonts/frutigernext-lt-medium.woff') format('woff'),
    url('../fonts/frutigernext-lt-medium.ttf') format('truetype'),
    url('../fonts/frutigernext-lt-medium.svg') format('svg');
}

.trans {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}


.font-frutigernext{
    font-family: frutigernext, Arial, Helvetica, sans-serif;
}

.font-Huawei_Script{
    font-family: Huawei_Script_Regular, Arial, Helvetica, sans-serif;
}

.font-medium{
    font-family: frutigernext_medium, Arial, Helvetica, sans-serif;
}

.share-box .share-item {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
    background-image: url("../img/share_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -10000%;
}
.share-box .share-item-print {
    background-position: 0 0;
}
.share-box .share-item-email {
    background-position: 0 -24px;
}
.share-box .share-item-facebook {
    background-position: 0 -48px;
}
.share-box .share-item-twitter {
    background-position: 0 -72px;
}
.share-box .share-item-linkedin {
    background-position: 0 -96px;
}
.share-box .share-item-googleplus {
    background-position: 0 -120px;
}
.share-box .share-item-weibo {
    background-position: 0 -144px;
}

.share-box .share-item-weixin {
    background-position: 0 -168px;
}

.row{position:relative;}
body{
    font-size: 16px;
	line-height:175%;
    font-family: frutigernext, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
a{
    color: #666;
}
a:hover,
a:focus{
    color: #0066ff;
    text-decoration: underline;
    outline: none;
}


ul,ol{
    padding-left: 0;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{


}
h1 {
    font-size: 36px;
    line-height: 48px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 18px;
	font-weight:600;
}
.article li{
    margin-bottom: 10px;
    padding-left: 35px;
    background: url("../img/li-icon.png") no-repeat 10px 4px;
}


/* common */
.mb-10{margin-bottom:10px;}
.row-list{letter-spacing:-0.32em;}
.row-list > [class*="col-"]{display:inline-block; letter-spacing:normal; vertical-align:top; float:none;}
.video_box {
	width: 100%;
	position: relative;
	z-index: 99;
}
.video_box a.js_video_icon,.video_box a.js_video_player, .video_box .video_player_btn
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/video_btn.png) center center no-repeat;
	background-image: url(../img/video_btn.png);
}
.video_box a.js_video_icon:hover,.video_box a.js_video_player:hover, .video_box .video_player_btn:hover
 {
	background: url(../img/video_btn_hover.png) center center no-repeat;
}

.footer{padding:20px 0 10px 0;}
#player_wrapper {
    height: 540px;
    width: 960px;
    display: block;
    overflow: hidden;
}
#fancybox-outer {

    background: none;
}
#fancybox-wrap {
    padding: 0;
}
.fancybox-bg{display:none;}
.speaker-bgcolor {
  background-color: #f5f5f5;
  min-height: 320px;
  }
  .speaker-bgcolor > h4, .speaker-bgcolor > p{padding:0 10px;}

.agenda .table>tbody>tr>td{vertical-align:middle;}
/*main.css*/

/*首页index-before.html*/

.icon{
    font-size: 0;
    line-height: 0;
}



.header .logo{
    margin: 16px 0 13px;
}
.header .mobile-menu-icon {
    display: none;
}

.nav{
    background-color: #f5f5f5;
}
.nav a{
    display: block;
    float: left;
    padding: 15px 30px;
    color: #333;
}
.nav a:hover{
    color: #cc0000;
}
.nav .nav-link{
    float: left;
}
.nav .nav-link a{
    padding-left: 0;
}
.nav .nav-link a.last,.nav .nav-link a:last-child{
    padding-right: 0;
}
.nav .login-link a{
    text-transform: uppercase;
}
.nav .login-link{
    float: right;
}
.nav .login-link a.active{
    background-color: #cc0000;
    color: #fff;
}

@media (max-width:1199px){

    .header .nav-link{
        padding-left: 15px;
    }
    .header .login-link{
        padding-right: 15px;
    }
}
@media (max-width:799px){
    .nav{
        display: none;
    }
    .header .mobile-menu-icon {
        display: block;
        float: right;
        margin-left: 15px;
    }
}



.banner{
    background-image: url("../img/banner-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
	min-height:310px;
}
.banner .row{
    position: relative;
}
.banner .banner-text{
color:#285983;
    float: left;
    left:0;
    margin: 2.8em 0;
    z-index: 1;
}
.banner p{
    margin: 0;
    line-height: 1em;
}

.banner-text .font-Huawei_Script.biger{
    color: #fff;
}
/*.banner-text .font-Huawei_Script{
    font-size: 60px;
    color: #FFF;
}*/
.banner-text .font-frutigernext{
    font-size: 30px;
    color: #fff;
    margin-top: .2em;
    line-height: 1.2em;
}
.banner-text .font-frutigernext.smaller{
    font-size: 18px;
    color: #f7b63d;
}

.banner .earth{
    position: absolute;
    right:0;
    top: -120px;
    height: 310px;
}
.banner .reg{
    display: none;
    bottom: 15px;
    position: absolute;
    width: 100%;
}
.banner .reg a{
    display: block;
    width: 170px;
    height: 45px;
    margin: 0 auto;
    line-height: 2.5em;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}
.banner .date-panel{
    position: relative;
    float: right;
    color: #fff;
}
.banner .date-panel .bg{
    width: 310px;
    height:70px;
    background-color: #000;
    opacity: .3;
    filter:alpha(opacity=30);
}
.banner .date-panel .text{
    position: absolute;
    width: 310px;
    height:70px;
    top:0;
    left:0;
    text-transform: uppercase;
}
.banner .date-panel .icon{
    float: left;
    margin-left:25px;
    margin-top:20px;
    padding: 16px 19px;
    background: url("../img/icon-date.png") no-repeat;
}
.banner .date-panel span{
    float: left;
    margin:0 9px;
    margin-top: 15px;
}
.banner .date-panel em,
.banner .date-panel span i{
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    line-height: 1.1em;
}
.banner .date-panel em{
    font-size: 24px;
}
.banner .date-panel i{
    font-size: 14px;
}

@media (max-width:1010px){
    .banner .earth{
        right: -30%;
    }
}
@media (max-width:855px){
    .banner .banner-text .font-Huawei_Script.biger{
        font-size: 30px;
    }
    .banner .banner-text .font-Huawei_Script{
        font-size: 40px;
    }
    .banner .banner-text .font-frutigernext{
        font-size: 20px;
    }
    .banner .banner-text .font-frutigernext.smaller{
        font-size: 12px;
    }
}
@media (max-width:799px){
    .banner .reg{
        display: block;
    }
    .banner .date-panel{
        display: none;
    }
    .banner .banner-text{
        margin: 1em 0 5em;
    }
}
@media (max-width:687px){
    .banner .earth {
        right: -50%;
    }
}
@media (max-width:555px){
    .banner .earth {
        right: -70%;
    }
}
@media (max-width:465px){
    .banner .earth {
        right: -400px;
    }
}

.main .segment{
    margin: 0;
    padding-bottom: 20px;
}



@media (max-width:1199px){
.main .segment .row{
    margin-left:-15px;
    margin-right: -15px;
}
}

.intro{
    background-color: #eee;
}
.intro .text{
    float: left;
}
.intro .text p{
    margin-top: 0;
}
.intro .media{
    float: right;
    margin-bottom: 1em;
}

.welcome{
}
.welcome h2{
    margin-bottom: 10px;
}

.welcome .text h2{
    padding-left: 0;
}
.welcome .text p{
    margin-top: 0;
}
.welcome .media img{
    margin: 30px 0 0 auto;
}





.people{

}

.people li{
    margin-bottom: 5px;
}
.people li a{
    position: relative;
    display: block;
    color: #333;
    /*background-color: #f5f5f5;*/
    overflow: hidden;
}
.people li.active a{
    background-color: #fff;
}
.people li a:hover,
.people li a:focus{
    color: inherit;
    outline: none;
}

.people li .img{
    padding: 0;
}
.people li .text{

}

.people li h3{
    font-size: 18px;
    margin-bottom: 0;
}
.people li p{
    font-size: 14px;
    margin-top: 5px;
}
.people li span{
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 30px;
    line-height: 1em;
}
.people li span i{
    display: none;
    font-style: normal;
}
.people li span i.expand{
    font-size: 50px;
}
.people li span i.constrict{
    display: block;
}
.people li.active span i.constrict{
    display: none;
}
.people li.active span i.expand{
    display: block;
}

.people .tab-content-segment{
    display: none;
    padding: 30px;
    background-color: #fff;
}
.people .tab-content-segment h3,
.people .tab-content-segment p{
    margin:0;
    margin-bottom: 5px;
}


.agenda ul{
    border-bottom: 1px solid #e5e5e5;
}
.agenda li{
    float: left;
    width: 110px;
    min-height: 44px;
}
.agenda h3{
    position: absolute;
    margin: 0;
}
.agenda h3 a{
    display: block;
    width: 110px;
    padding-top:10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.agenda li.active  h3 a{
    border: 1px solid #e5e5e5;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #cc0000;
}
.agenda .detail{
    display: none;
    padding-top: 42px;
}
.agenda li.active .detail{
    display: block;
}
.agenda .item{
    border-top: 1px solid #e5e5e5;
    overflow: auto;
}
.agenda .date{
    padding-left:0;
}
.agenda .title{
    font-size: 18px;
}
.agenda .info{
    padding-bottom: 1em;
}
@media (max-width:767px){
    .agenda ul{
        border: none;
        border-top: 1px solid #e5e5e5;
    }
    .agenda li{
        float: none;
        width: auto;
    }
    .agenda h3{
        position: static;
    }
    .agenda h3 a{
        width: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        border: none;
        color: #cc0000;
        text-align: left;
    }
    .agenda .detail{
        display: block;
        padding-top: 0;
    }
    .agenda .detail p {
        padding-left: 0;
        padding-right: 0;
    }
    .agenda .info{
        padding-bottom: 0;
    }
}


.location{
    margin-bottom: 0 !important;
}

.google-map{
    height: 400px;
}


.footer{
    background-color: #e7e7e7;
}
.footer img{
    margin-left: 5px;
}
.footer .share{
    float: right;
}
.footer .copyright{
    float: left;
}

@media (max-width:1199px){
    .footer .row{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width:992px){
    .footer .share{
        float: none;
        text-align: center;
    }
    .footer .share span{
        display: block;
        margin-bottom: .5em;
    }
    .footer .copyright{
        float: none;
        text-align: center;
    }
    .footer .copyright span{
        display: none;
    }
}


/*手机版本菜单*/
#tab_main_nav_mobile_container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    transition: all 300ms ease-in;
    z-index: 99999;
}
#tab_main_nav_mobile_container.mobile-menu-open {
    right: 0;
    box-shadow: -5px 0px 10px rgba(0,0,0,.2);
}
#tab_main_nav_mobile_container ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 20px;
}
#tab_main_nav_mobile_container ul li a {
    display: block;
}
#tab_main_nav_close_mobile a{
    display: block;
    float:right;
    padding:0 15px;
    margin-right: -15px;
}

#tab_main_nav_mobile_container .btn{
    border:none;
}
#tab_main_nav_mobile_container .btn a{
    display: block;
    margin:0 auto;
    width: 170px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #666;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.8em;
}
#tab_main_nav_mobile_container .btn.login{
    margin-top: 30px;
}
#tab_main_nav_mobile_container .btn.login a{
    border:none;
    color:#fff;
    background-color: #cc0000;
}

/*小banner,子页面使用*/
.sub-banner{
    background-image: url("../img/banner-bg.png");
    background-repeat: no-repeat;
    background-position: center;
}
.sub-banner .row {
    position: relative;
    overflow: hidden;
}
.sub-banner .banner-text{
    float: left;
    left:0;
    margin: 2em 0;
    z-index: 1;
}
.sub-banner p{
    margin: 0;
    line-height: 1em;
}


.sub-banner .earth{
    position: absolute;
    right: 0;
    width: 770px;
    height: 120px;
    background: url("../img/banner-earth.png") no-repeat;
    background-position: 0 bottom;
}
@media (max-width:1199px){
    .sub-banner .row {
        margin-left:0;
    }
    .sub-banner .earth{
        width: 60%;
    }
}
@media (max-width:899px){
    .sub-banner .earth{
        width: 50%;
    }
}
@media (max-width:855px){
    .sub-banner .banner-text .font-frutigernext{
        font-size: 20px;
    }
    .sub-banner .banner-text .font-frutigernext.smaller{
        font-size: 12px;
    }
}
@media (max-width:699px){
    .sub-banner .earth{
        width: 30%;
    }
}
@media (max-width:499px){
    .sub-banner .text{
        top: 25%;
    }
}
@media (max-width:365px){
    .sub-banner .text{
        height: 40px;
    }
}




/*video.html*/
.sub-article{
    max-width: 870px;
}

@media (max-width:1199px){
    .sub-article{
        padding: 0 15px;
    }
}

.share-bar{
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-bottom: 20px;
}
.share-bar.no-border{
    border:none;
    padding-top: 0;
}

/*keynote.html*/
@media (max-width:1199px){
    .sub-people{
        padding: 0 15px;
    }
}

/*agenda.html*/
.sub-agenda{
    margin-bottom: 15px;
}
.sub-agenda .col-md-12{
    padding: 0;
}
@media (max-width:1199px){
    .sub-agenda{
        padding: 0 15px;
    }
}

/*location.html*/
@media (max-width:1199px){
    .sub-location{
        padding: 0 15px;
    }
}

@media (max-width:1199px){
    .sub-intro{
        padding: 0 15px;
    }
}


/*index.html*/
.index-slider{
    float: left;
    margin: 30px 0;
    padding: 0;
    padding-right: 15px;
}
.index-slider .slide{
    max-width: 770px;
    margin: 0 auto;
}
.tweets{
    float: right;
    margin: 30px 0;
    padding: 0;
    padding-left: 15px;
}
@media (max-width:1199px){
    .index-slider,
    .tweets{
        float: none;
    }
    .index-slider{
        padding-left: 15px;
    }
    .tweets{
        padding-right: 15px;
    }
    .index-slider img,
    .tweets img{
        margin: 0 auto;
    }
}

.linn-layout{
    margin: 0 -30px;
    position: relative;
}
.linn-layout li{
    margin-bottom: 20px;
}

.linn-layout li .has-border{
    padding: 20px;
    border: 5px solid #eee;
}
.linn-layout .pic-wrap{
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
}
.linn-layout .media-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/video_icon.png') no-repeat center;
}
.linn-layout .media-icon:hover{
    background-image: url('../img/video_icon_hover.png');
}
.linn-layout .pic-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/pic_icon.png') no-repeat center;
}
.linn-layout .pic-icon:hover{
    background-image: url('../img/pic_icon.png');
}
.linn-layout .date{
    margin-top: 0;
}
.linn-layout h3{
    margin-top: 0;
    margin-bottom: 0;
}
.linn-layout .more,
.linn-layout .more:focus{
    color: #0066ff;/*a标签蓝色*/
    text-decoration: none;
}

@media (max-width:1199px){
    .linn-layout{
        margin: 0 -15px;
    }
}
@media (max-width:499px){
    .linn-layout li{
        width: 100%;
    }
}


/*图片轮播*/
.carousel.slide{
    position: relative;
}
.carousel-caption{
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}
.carousel-caption .title-wrap{
    position: relative;
    height: 3.3em;
}
.carousel-caption p{
    position: absolute;
    margin:0;
    padding:1em;
    text-align: left;
    white-space:nowrap;
}
.carousel-caption .title-bg{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}


.carousel-indicators{
    right: 1em;
    left: auto;
    padding: 0;
    margin: 0;
    bottom: 14px;
    width: auto;
}
.carousel-control{
    opacity: .3;
    filter:alpha(opacity=30);
}
.carousel-control:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.carousel-control.left {

    background: url('../img/btn_prev.png') no-repeat left center;
}
.carousel-control.right {

    background: url('../img/btn_next.png') no-repeat right center;
}
.row-vertical-align-middle {
  display: table;
width:102.5%;
}
.row-vertical-align-middle > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#container {
  position: relative;
  left: 0px;
  width: 100%;
  top: 0;
}
#container, #tab_main_nav_mobile_container {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#container.mobile-menu-open, #footer.mobile-menu-open, .share_nullbox.mobile-menu-open {
  left: -100% !important;
}
.agenda-1{
font-size:14px; font-family: frutigernext_medium, Arial, Helvetica, sans-serif;
}
.banner-text p{margin:10px 0;}
.weixin-qr {
  position: absolute;
  top: -280px;
  left: -180px;
  display: none;
  z-index: 9999;
}
.weixin-link {
  position: relative;
}
.agenda-section .tab-pane strong{font-weight:normal;}
.agenda-section .tab-pane > .row{padding-top:15px;   border-top: 1px solid #e5e5e5; padding-bottom:15px;}
.agenda-section .nav {
  background-color:transparent;
}
.agenda-section .tab-pane strong,
.agenda-section .tab-pane > div.row:first-child,
.agenda-section .tab-pane > .row > div:first-child + div{  font-family: frutigernext_medium, Arial, Helvetica, sans-serif;}

.agenda-section .nav-tabs>li.active a {
  color: #cc0000;
font-family: frutigernext_medium, Arial, Helvetica, sans-serif;
}

.icon-pdf {
  background: url("http://e.huawei.com/Assets/EBG/img/pic_solution_white_papers_bullet.png") no-repeat left top; display:inline-block; width:28px; height:28px; vertical-align:middle;
}
.icon-pic {
  background: url("../img/icon_pic.png") no-repeat top left; display:inline-block; width:28px; height:28px; vertical-align:middle;
}
.icon-ppt {
  background: url("../img/icon_ppt.png") no-repeat top left; display:inline-block; width:28px; height:28px; vertical-align:middle;
}

.fs-60{font-size:60px;}
.fs-40{font-size:40px;}

.float-title-div .content-box{position:relative;}
.float-title-div .overlay{position:absolute; bottom:0; color:#fff; padding-left:15px; background:#000; left:0; width:100%; height:50px; opacity:.5;  filter: alpha(opacity=50);}
.float-title-div h4{position:absolute; bottom:2px; color:#fff; padding-left:15px; left:0; z-index:99;}
.list-padding li{padding:10px 0;}
.trends-text ul{margin-bottom:5px;}

.famous-people .content-box{ position:absolute; color:#fff; top:0; padding:15px 45px 0 15px; width:50%;}
.famous-people .content-box a{ color:#fff; }
.mt-30{margin-top:30px;}

.carousel-control.left {
  left: 0px;
  background: url(http://e.huawei.com/Assets/EBG/img/solution_video_btn_prev.png) no-repeat left center;
}
.carousel-control.right {
    right: 0px;
    background: url(http://e.huawei.com/Assets/EBG/img/solution_video_btn_next.png) no-repeat right center;
}
.carousel-control{top:-28%; width:10%; z-index:999;
  filter: none !important;
}
#top {
  display: none;
  height: 60px;
  width: 60px;
  background: url(http://e.huawei.com/Assets/EBG/img/top.png);
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}


/* 2015-10-09 bof */
ul.disc{
	padding-left:1em;}
ul.disc>li{
	list-style: disc;}
ul.disc>li.col-sm-3{
	list-style: none;}
.people ul.disc{
	padding-left:2em;}
.people ul.disc li{
	padding-left:0;}	
.people ul.disc li a{
	overflow:inherit;}
.blue{
	color:#0066ff;}	
.font-nobold h1,
.font-nobold h2,
.font-nobold h3,
.font-nobold h4,
.font-nobold h5,
.font-nobold h6{
	font-family: frutigernext_medium, frutigernext, Arial, Helvetica, sans-serif;
font-weight: normal;
	}	
/* 2015-10-09 eof */
