/*banner start*/
.banner{
    position:relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.banner_pic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.banner_mobile_pic{
    position: relative;
    width: 100%;
    height: auto;
    display: none;
}
.register_banner_txt{
    position:absolute;
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
    left:0;
    top:26%;
}
.register_banner_title{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    font-size:40px;
    color:#ffffff;
    margin-bottom:30px;
}
.register_banner_small_title{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    font-size:20px;
    color:#ffffff;
    margin-bottom:10px;
}
.register_banner_desc{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    font-size:16px;
    color:#ffffff;
}
.separate_line{
    padding: 0 10px;
    color: #9ea1a6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.register_btn{
    position:relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0;
}
.down_btn{
    position:relative;
    width: 100%;
    height: auto;
    display: block;
    padding-top:180px;
}
/*banner end*/

/* agenda  start */
.agenda{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 50px 0;
    background-color: #fff;
}
.agenda_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 28px;
    color:#05457b;
    margin-bottom: 20px;
    text-align: center;
}
.agenda_tab{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0;
    list-style: none;
    text-align: center;
}
.agenda_tab_item{
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    color: #ff3131;
    background-color: #fff;
    border: 1px solid #ff3131;
    margin: 0 10px;
    font-size: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.agenda_tab_curr_item{
    background-color:#ff3131;
    color:#fff;
}
.agenda_conn{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.agenda_content{
    position: relative;
    width: 100%;
    height: auto;
    display: none;
}
.agenda_curr_content{
    display: block;
}
.agenda_list{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 15px 0;
    color:#889bac;
    line-height: 30px;
}
.agenda_total{
    position: relative;
    color:#000;
    font-weight: bold;
    margin-bottom: 10px;
}
.agenda_list1{
    border-bottom: 1px solid #dfe7ec;
}
.agenda_item_time{
    position: relative;
    width: 30%;
    height: auto;
    display: block;
    float: left;
    padding-left:20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.agenda_item_topic{
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    float: left;
}
.agenda_item_livBtn{
    position: relative;
    width: 20%;
    height: auto;
    display: block;
    float: left;
    text-align: right;
}
.living_Btn,.living_Btn:hover{
    position: relative;
    text-align: right;
    color:#ff3131;
}

.agenda_list:after{
    content: "";
    display: block;
    clear: both;
}

/* agenda end */



/*speaker start*/
.speaker{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 50px 0 0 0;
    background-color: #f4f6f9;
}
.speaker_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 28px;
    color:#05457b;
    margin-bottom: 20px;
    text-align: center;
}

/* ui-banner */
.ui-banner {
    display: block;
    position: relative;
    width: 1200px;
}

.ui-banner.ui-banner-invalid {
    display: none;
}

.ui-banner, .ui-banner .ui-banner-slides, .ui-banner .ui-banner-slogans, .ui-banner .ui-banner-arrow {
    height: 600px;
}

.ui-banner .ui-banner-slides, .ui-banner .ui-banner-slogans, .ui-banner .ui-banner-arrow {
    position: absolute;
    top: 0;
}

.ui-banner ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ui-banner .ui-banner-slides {
    width: 800px;
    height: 600px;
    right: 1px;
}

.ui-banner .ui-banner-slides li {
    display: none;
    position: absolute;
    top: 5px;
    +top: 10px;
}

.ui-banner .ui-banner-slides li img {
    width: 800px;
    height: auto;
    display: block;
    border: none;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-current, .ui-banner .ui-banner-slides li.ui-banner-slides-prev, .ui-banner .ui-banner-slides li.ui-banner-slides-next {
    display: block;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-current {
    left: 0;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-prev {
    left: -800px;
}

.ui-banner .ui-banner-slides li.ui-banner-slides-next {
    left: 800px;
}

.ui-banner .ui-banner-slogans {
    height:400px;
    overflow: hidden;
    width: 360px;
    left: 0;
    top:30px;
}

.ui-bnnerimg {
    width: 103px;
    height: 83px;
   /* transition: 1s;
    -webkit-transition: 1s;*/
}

.ui-bnnerp {
    position: absolute;
    left:100px;
    top:0;
    width: 210px;
    height: 97%;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ui-bnnerp h3 {
    font-size: 14px;
    color: #666;
}

.ui-bnnerp p {
    color: #666;
}

.ui-line {
    zoom: 1;
    overflow: hidden;
    cursor: pointer;
}

/*.ui-line-hover {
    background: url("../images/stuj.png") no-repeat left center;
}*/

.ullinehover {
    position:relative;
    height: 100px;
    margin-bottom: 30px;
    padding: 6px 0;
}



.ui-banner .ui-banner-arrow {
    display: block;
    width: 23px;
    outline: none;
}

.ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
    background: transparent url("../img/indexNew/down_red.png") no-repeat scroll 0 0;
    height: 23px;
    top: auto;
    width: 23px;
    left: 0;
    bottom: 100px;
}

.ui-banner .ui-banner-arrow.ui-banner-arrow-next {
    background: transparent url("../img/indexNew/up_gray.png") no-repeat;
    height: 23px;
    top: auto;
    width: 23px;
    left: 30px;
    bottom: 100px;
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next:hover{
    background: transparent url("../img/indexNew/up_red.png") no-repeat;
}

.ui-banner .ui-banner-arrow.ui-banner-arrow-next img {
    left: -15px;
}

.ui-banner .ui-banner-overlay {
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 0;
    width: 173px;
}
.speaker_name{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 18px;
    color:#787879;
    font-weight:bold;
    margin-bottom: 10px;
}
.speaker_intro{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    color:#969798;
}
.ui-banner-slogans-current{
    margin-bottom: 20px;
}
.ui-banner-slogans-current .speaker_name{
    font-size:24px;
    color:#ff3131;
}
.ui-banner-slogans-current .speaker_intro{
    color:#557498;
}

.ui-banner-slogans-current .ui-bnnerimg{
    width:140px;
    height: 140px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ui-banner-slogans-current .ui-bnnerimg  img{
    width:100%;
    height: auto;
    display:block;
}
.ui-banner-slogans-current .ui-bnnerp{
    left:130px;
}
.speaker_more_link,.speaker_more_link:hover{
    position: absolute;
    right:820px;
    bottom:110px;
    display: block;
    color:#104d81;
}
.speaker_more_mob_link,.speaker_more_mob_link:hover{
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    color:#104d81;
}
.right_link_icon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top:-2px;
}
.red_icon{
    position: absolute;
   left:360px;
    top:15%;
    display: none;
    z-index:50;
}
.white_bottom_icon{
    position: absolute;
    right:200px;
    bottom:120px;
    display: none;
    z-index:50;
}
/*speaker end*/


/*video start*/
.video{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 50px 0;
    background-color: #ffffff;
}
.video_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 28px;
    color:#05457b;
    margin-bottom: 40px;
    text-align: center;
}
.video_conn{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.video_left{
    position: relative;
    width: 66.7%;
    height: auto;
    display: block;
    float: left;
}
.video_left_link,.video_right_link,.video_item_link{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.video_pic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.video_left_link:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    display: block;
    right: -2px;
    top:0;
    background-color: #fff;
    z-index:10;
}
.video_left_link:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
   left:0;
   bottom:0;
    background-color: #fff;
    z-index:10;
}
.video_right_link1:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    left:0;
    bottom:-1px;
    background-color: #fff;
    z-index:10;
}
.video_right_link2:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    left:0;
    bottom:0;
    background-color: #fff;
    z-index:10;
}
.video_item_link1:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    display: block;
    right: -2px;
    top:0;
    background-color: #fff;
    z-index:10;
}
.video_item_link2:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    display: block;
    right: -3px;
    top:0;
    background-color: #fff;
    z-index:10;
}
.video_right{
    position: relative;
    width: 33.3%;
    height: auto;
    display: block;
    float: right;
}
.video_right_item{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.video_right_item1{
    margin-bottom: 1px;
}
.video_list{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.video_item{
    position: relative;
    width: 33.33%;
    height: auto;
    display: block;
    float: left;
}
.video_item1{
    border-right: none;
}


.small_player,.big_player{
    position: absolute;
    display: block;
    top:38%;
    left:45%;
    z-index:60;
}
.video_conn:after,.video_list:after{
    content: "";
    display: block;
    clear: both;
}


/*video end*/

/*news start*/
.news{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 50px 0;
    background-color: #eef2f6;
}
.news_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 28px;
    color:#05457b;
    margin-bottom: 40px;
    text-align: center;
}
.news_item{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    padding-bottom:5px;
}
.news_pic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.mews_item_conn{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 150px;
}
.news_item_title{
    position: relative;
    width: 100%;
    height: 75px;
    display: block;
    font-size:14px;
    font-weight:bold;
    color:#757e82;
    margin-bottom: 5px;
}
.news_item_desc{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size:14px;
    color:#757e82;
}
.news_item_mob_desc{
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    font-size:14px;
    color:#757e82;
}
.news_item_link,.news_item_link:hover{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    color:#ff4444!important;
    margin-top: 10px;
}
.more_link,.more_link:hover{
    position: relative;
    width: 130px;
    height: auto;
    display: block;
    background-color:#b5c5cf;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 0 auto;
    color:#fff!important;
}
.left_icon{
    position: absolute;
    left:10%;
    bottom:30%;
    display: none;
}
.right_icon1{
    position: absolute;
    right:10%;
    top:15%;
    display: none;
    z-index:60;
}
.right_icon2{
    position: absolute;
    right:5%;
    top:7%;
    display:none;
}
.row_item{
    margin-bottom: 30px;
}
/*news end*/


/*guide start*/
.guide{
    position:relative;
    width:100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.guide_intro{
    position:relative;
    width:100%;
    height: auto;
    display: block;
}
.guide_pic{
    position:relative;
    width:100%;
    height: auto;
    display: block;
}
.guide_conn{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top:0;
    z-index:10;
    padding: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.guide_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size: 36px;
    color:#ff8494;
    margin-bottom: 50px;
    padding-top:30px;
}
.guide_small_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    color:#ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}
.guide_list{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.guide_item{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;

}
.guide_item_desc{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-top:10px;
    font-size: 14px;
    color:#ffffff;
}
.guide_pic{
    position: relative;
    width: 107%;
    height: auto;
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
    left: -7%;
    top: 0;
    z-index:10;
}
.guide_img{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    top: 40px;
    box-shadow: 10px 10px 30px #999999;
}
.entry_link{
    position: absolute;
    width: 266px;
    height: auto;
    display: block;
    left:-21px;
    top:44%;
}
.entry_pic{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}


.map_conn{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 0;
}
.slide_click{
    position: relative;
    width: 121px;
    height: 51px;
    display: block;
    background: url("../img/index/map_click.png") no-repeat center center;
    margin: 0 auto;
    cursor: pointer;
}
.slide_select_click{
    position: relative;
    width: 121px;
    height: 51px;
    display: block;
    background: url("../img/index/map_select_click.png") no-repeat center center;
    margin: 0 auto;
    cursor: pointer;
}
.map{
    position:relative;
    width: 100%;
    height: 150px;
    display: block;
    overflow:hidden;
}
.map_select{
    height: 450px;
}
/*guide end*/




/* time start*/
.time{
    position:relative;
    width:100%;
    height: auto;
    display:block;
    margin:0;
    padding:0;
}
.map_bg{
    position:relative;
    width:100%;
    height: auto;
    display:block;
    margin:0;
    padding: 0;
}
.time_conn{
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    left:0;
    top:0;
    z-index:40;
}
.time_title{
    position:relative;
    width:303px;
    height:120px;
    display:block;
    z-index:20;
}
.time_bg{
    position:absolute;
    width:100%;
    height: 100%;
    display: block;
    left:0;
    top:0;
    background-color: #162447;
    opacity:0.9;
    filter:alpha(opacity=90);
    z-index:50;
}
.time_title_desc{
    position:relative;
    padding-left: 15px;
    padding-top:25px;
    color:#ffffff;
    font-size:30px;
    line-height: 42px;
    font-weight: normal;
    z-index:60;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.time_title_desc_cn{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size:36px;
    padding-top:37px;
    padding-left: 0;
    text-align: center;
}
/*时间轴样式start*/
.time_line_conn{
    position:absolute;
    width: 100%;
    height: auto;
    display: block;
    left:0;
    top:86%;
    z-index:90;
}
.time_line{
    position:relative;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ffffff;
}
.time_line_list{
    position:relative;
    width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.time_line_item{
    position:relative;
    width: 150px;
    height: auto;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.time_line_item:before{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    left: 68px;
    top:-10px;
    background-color: #00baff;
    border-radius: 50%;
    text-align: center;
}
.time_year{
    position: relative;
    width: 100%;
    height:auto;
    display: block;
    text-align: center;
    top:-50px;
    font-size: 18px;
    color:#ffffff;
}
.time_city{
    position: relative;
    width: 100%;
    height:auto;
    display: block;
    text-align: center;
    font-size: 20px;
    color:#ffffff;
}
.time_line_curr_item:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    left: 65px;
    top:-10px;
    background-color: #ff5666;
    border-radius: 50%;
    text-align: center;
}
.time_line_curr_item:after{
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    left: 58px;
    top:-17px;
    background-color: #ff826a;
    border-radius: 50%;
    text-align: center;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.circle_big{
    position:absolute;
    width: auto;
    display:none;
    left:-25px;
    top:-126px;
   /* -moz-transition: all 3s linear;
    -webkit-transition: all 3s linear;
    -o-transition: all 3s  linear;
    !*-ms-transition: all 0.8s ease-in-out;*!
    transition: all 3s  linear;*/
}
.circle_small{
    position:absolute;
    width: auto;
    display: none;
    left:10px;
    top:-90px;
}
.time_line_curr_item  .circle_big{
    display: block;
   /* -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
    animation: Rotate 2s;
    -webkit-animation: Rotate 2s; /* Safari and Chrome */
}
.time_line_curr_item .circle_small{
    display:block;
}
.time_line_curr_item  .time_city{
    font-size:24px;
   /* font-weight: bold;*/
}


.time_line_list:after{
    content: "";
    display: block;
    clear: both;
}
/*时间轴样式end*/

/*location 定位样式 start*/
.map_loc_conn{
    position:absolute;
    width:100%;
    height: 100%;
    display: block;
    left:0;
    top:0;
    z-index:40;
}
.map_loc{
    position:absolute;
    width: 209px;
    height: 179px;
    display: block;
    left:0;
    top:0;
    z-index:60;
}
.map_loc_title{
    position:absolute;
    width:100%;
    height: auto;
    display: block;
    font-size: 18px;
    text-align: center;
    color:#ffffff;
     top:-25px;
  /*  font-weight: bold;*/
    left:0;
    text-shadow: 0px 0px 3px #000000;
}
.map_Oslo_loc{
    left: 45.2%;
    top: 13%;
}
.map_Berlin_loc{
    left: 45.5%;
    top: 22%;
}
.map_Vancouver_loc{
    left: 8.5%;
    top: 25.5%;
}
.map_London_loc,.map_London1_loc{
    left: 42%;
    top: 21%;
}
.map_Shanghai_loc{
    left: auto;
    top: 38.5%;
    right: 8.7%;
}
.map_Hongkong_loc{
    left: auto;
    top: 41.5%;
    right: 10.3%;
}
.map_Tokyo_loc{
    left: auto;
    top: 33.5%;
    right: 4%;
}
.red_loc_bg{
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    z-index:40;
}
.red_loc_pic{
    position:absolute;
    width:auto;
    display:none;
    left:62px;
    top:-9px;
    z-index:45;
}
.blue_loc_pic{
    position:absolute;
    width:auto;
    display: block;
    left:62px;
    top:-9px;
    z-index:45;
}
.map_curr_loc{
    z-index:100;
}
.map_curr_loc .red_loc_bg{
    display: block;
    z-index:100;
   /* animation:Rotate 2s infinite linear ;
    -webkit-animation:Rotate 2s infinite linear ;*/
}
.map_curr_loc .red_loc_pic{
    display: block;
    z-index:101;
}
.map_curr_loc .blue_loc_pic{
    display: none;
    z-index:48;
}
.map_curr_loc .map_loc_title{
    z-index:48;
}
.map_loc_title_bg{
    position:absolute;
    width: 42%;
    height: 100%;
    display: none;
    left:29%;
    top:0;
    background-color: #000000;
    opacity:0.6;
    filter: alpha(opacity=60);
    z-index:5;
}
.map_loc_title_bg_cn{
    position:absolute;
    width: 30%;
    height: 100%;
    display: none;
    left:35%;
    top:0;
    background-color: #000000;
    opacity:0.6;
    filter: alpha(opacity=60);
    z-index:5;
}
.map_loc_title span{
    position: relative;
    z-index:10;
}
/*location 定位样式 end*/

/*city intro start*/
.time_content{
    position:absolute;
    width: 100%;
    height: 100%;
    display: block;
    left:0;
    top:0;
}
.location_conn{
    position: absolute;
    width: auto;
    display: none;
    left:0;
    top:0;
    z-index:50;
}
.location_curr_conn{
    display: block;
}
.location_conn_Oslo{
    left: 19.5%;
    top: 28%;
    z-index: 80;
}
.location_conn_Berlin{
    left: 19.5%;
    top: 32.5%;
    z-index: 80;
}
.location_conn_Vancouver{
    left: 25.5%;
    top: 20%;
}
.location_conn_London,.location_conn_London1{
    left: 16%;
    top: 35%;
}
.location_conn_Shanghai{
    left: auto;
    right: 28.8%;
    top: 21%;
    z-index: 80;
}
.location_conn_Hongkong{
    left: auto;
    right: 30.2%;
    top: 24.4%;
    z-index: 80;
}
.location_conn_Tokyo{
    left: auto;
    right: 24%;
    top: 16%;
    z-index: 80;
}

.loc_line{
    position:absolute;
    width: 100px;
    height: 1px;
    display: block;
    background-color: #ffffff;
    left:-25%;
    top:50%;
}
.loc_Oslo_line{
    width: 197px;
    left: auto;
    top: 24%;
    right: -58%;
    transform: rotate(-38deg);
    -webkit-transform:rotate(-38deg);
    -ms-transform: rotate(-38deg);
}
.loc_Berlin_line{
    width: 205px;
    left:auto;
    top:35%;
    right:-60.5%;
    transform: rotate(-38deg);
    -webkit-transform:rotate(-38deg);
    -ms-transform: rotate(-38deg);
}
.loc_Vancouver_line{
    width: 145px;
    left: -45%;
    top: 40%;
    transform: rotate(-30deg);
    -webkit-transform:rotate(-30deg);
    -ms-transform: rotate(-30deg);
}
.loc_London_line,.loc_London1_line{
    width: 208px;
    left: auto;
    top: 28%;
    right: -61%;
    transform: rotate(-38deg);
    -webkit-transform:rotate(-38deg);
    -ms-transform: rotate(-38deg);
}
.loc_Shanghai_line{
    width: 235px;
    left:auto;
    top:65%;
    right:-64%;
    transform: rotate(38deg);
    -webkit-transform:rotate(38deg);
    -ms-transform: rotate(38deg);
}
.loc_Hongkong_line{
    width: 235px;
    left:auto;
    top:65%;
    right:-64%;
    transform: rotate(38deg);
    -webkit-transform:rotate(38deg);
    -ms-transform: rotate(38deg);
}
.loc_Tokyo_line{
    width: 235px;
    left:auto;
    top:65%;
    right:-64%;
    transform: rotate(38deg);
    -webkit-transform:rotate(38deg);
    -ms-transform: rotate(38deg);
}

.loc_Oslo{
    position:relative;
    width: 300px;
    height: auto;
    display: block;
}
.loc_a,.loc_a:hover{
    position:relative;
    width: 100%;
    height: auto;
    display: block;
    color:#ffffff;
    cursor: pointer;
}
.loc_Oslo_bg{
    position:absolute;
    width: 100%;
    height: 90%;
    display: block;
    left:0;
    top:10%;
    background-color: #0c588f;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.city_pic{
    position: relative;
    width: 90%;
    height: auto;
    display: block;
    margin:0 auto;
}
.city_desc{
    position:relative;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color:#ffffff;
    padding: 10px 0;
}

/*city intro end*/


/* living start */
.dialog{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    left:0;
    top:0;
    z-index:500;
}
.dialog_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    left:0;
    top:0;
    background-color: #000;
    opacity:0.6;
    filter: alpha(opacity=60);
    z-index:499;
}
.dialog_content{
    position: relative;
    width: 400px;
    height: auto;
    display: block;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px;
    top:32%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index:501;
}
.dialog_content_en{
    width:440px;
}
.living_title{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-size:16px;
    font-weight: bold;
    color:#000;
    line-height: 36px;
    margin-bottom:20px;
}
.living_title_en{
    line-height: 36px;
}
.living_list{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
.living_left{
    position: relative;
    width:20%;
    height: auto;
    display: block;
    float: left;
}
.living_right{
    position: relative;
    width:80%;
    height: auto;
    display: block;
    float: right;
}
input[type='email'],input[type='text']{
    width:100%;
    line-height:30px;
}
.errorMsg{
    position: relative;
    width: 100%;
    height: auto;
    display:none;
    font-size:14px;
    color:#ff0000;
}
.bj_btn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #F00;
    color: #fff;
    font-size: 16px;
    border: none;
}
.living_list:after{
    content: "";
    display: block;
    clear: both;
}
.huawei_entry{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    text-align:center;
    font-size:15px;
    margin-top: 30px;
}
.huawei_entry_link,.huawei_entry_link:hover{
    position: relative;
    color:#15b0e8!important;
    text-decoration: underline!important;
}
.dialog_content_en .huawei_entry_link{
    text-align: left;
}
.play_blue{
    position: relative;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    top:-2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.arrow_blue{
    position: relative;
    display: inline-block;
    padding-left: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.close_pic{
    position: absolute;
    right: 0;
    top:0;
    display: block;
    cursor: pointer;
}
/* living end */


@media screen and (min-width:1px) and (max-width:959px){
    .dialog_content,.dialog_content_en{
        width:90%;
        top:32%;
    }
    .living_title_en{
        line-height:24px;
    }
    input{
        width:100%;
    }
}
@media screen and (min-width:1400px) and (max-width:1920px){
    .dialog_content{
        top:32%;
    }
}
/*time end*/
@keyframes Rotate{
    0%{
        transform: rotate(0deg);
    }
   /* 50%{
        transform: rotate(180deg);
    }*/
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes Rotate {
    0%{
        -webkit-transform: rotate(0deg);
    }
   /* 50%{
        -webkit-transform: rotate(180deg);
    }*/
    100%{
        -webkit-transform: rotate(360deg);
    }
}
