/*html define*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    font-family: "microsoft yahei", simhei, verdana, arial, sans-serif;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    word-wrap: break-word;
    word-break:break-all;
    padding: 0;
    margin: 0;
    background-color: #fcfcfc;
    color: #767d89;
    font: 12px/20px "microsoft yahei", simhei, verdana, arial, sans-serif;
}

a{
    color: #767d89;
    text-decoration: none;
}
a:hover{
    color: #58a4ed;
    text-decoration: underline;
}

img{
    border: 0;
}
em,samp{
    font-style: normal;
    font-size: 12px;
}
button{
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mt05{margin-top: 5px;}
.mt07{margin-top: 7px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mb15{margin-bottom: 15px;}
.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml60{margin-left: 60px;}
.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr40{margin-right: 40px;}
.pl20{ padding-left: 20px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}

.f18{font-size: 18px;}
.f16{font-size: 16px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}

.fb {font-weight: bold;}
.fn {font-weight: normal;}
.ta-c {text-align: center;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}
.cl{clear:both;}
.clear{clear:both;display:block;height:0px;line-height:0;visibility:hidden;font-size:0px;font-style:normal;font-weight:normal;}
.clearfix:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }
.clearfix { *zoom:1;}

.fl {float: left}
.fr {float: right}
.f-blue,.f-blue a,a.f-blue{
    color: #58a4ed;
}
.none {
    display: none
}
.wrap{
    width: 940px;
    margin: auto;
}

/*header*/
header{
    height: 48px;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    *position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(253, 253, 253, 0.90);
    background-color: #fff \9;
    z-index: 102;
    min-width: 1200px;
}
header h1{
    float: left;
    margin-left: 30px;
    padding-top: 3px;
}
header .logo{
    display: inline-block;
    width: 162px;
    height: 42px;
    background: url(/uploads/image/tmimages/moji-logo-large.png) no-repeat;
    background-size: 162px 42px;
}
header .nav-list{
    width: 980px;
    margin: auto;
}
header .nav-list ul {
    width: 100%;
    text-align: center;
}
header .nav-list ul li{
    line-height: 48px;
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
}
header .nav-list ul li a:hover,
header .nav-list ul li.active a{
    color: #58a4ed;
}
header .user-panel{
    margin-right: 30px;
}
header .weather{
    margin-top: 4px;
}
header .weather a {
	display: block;
	float: right;
	clear: both;
}
header .weather a:hover {
    text-decoration: none;
}
header .weather a span{
    padding:0 4px;
    display: inline-block;
    border-radius: 2px;
    line-height: 18px;
}
/*footer*/
.footer{
    background-color: #fdfdfd;
    padding: 20px;
    color: #767d89;
    text-align: center;
    position: relative;
    z-index: 10;
}
.footer a,.copyright a{
    color: #767d89;
}
#cr a{
    color: #767d89;
}
.footer .footer-nav{
    width: 940px;
    margin: auto;
}
.footer .footer-nav ul li{
    display: inline-block;
    *display:inline;
    line-height: 40px;
    margin:0 20px;

}
.footer .footer-nav ul li a{
    color: #767d89;
}
.footer .copyright{
    border-top: #eaeeef solid 1px;
    padding-top: 20px;
    margin-top: 10px;
}

.fruit-info-box{
    opacity: 0;
    -webkit-transform:translate(0,-50px);
    -webkit-animation:fadein 2s ease .5s 1 normal forwards;
    -moz-animation:fadein 2s ease .5s 1 normal forwards;
    -o-animation:fadein 2s ease .5s 1 normal forwards;
    animation:fadein 2s ease .5s 1 normal forwards;
}

@-webkit-keyframes fadein{
    from{
        opacity: 0;
        -webkit-transform:translate(0,-50px);
    }
    to{
        opacity: 1;
        -webkit-transform:translate(0,0);
    }
}
@-moz-keyframes fadein{
    from{
        opacity: 0;
        -moz-transform:translate(0,-50px);
    }
    to{
        opacity: 1;
        -moz-transform:translate(0,0);
    }
}
@-o-keyframes fadein{
    from{
        opacity: 0;
        -o-transform:translate(0,-50px);
    }
    to{
        opacity: 1;
        -o-transform:translate(0,0);
    }
}
@keyframes fadein{
    from{
        opacity: 0;
        transform:translate(0,-50px);
    }
    to{
        opacity: 1;
        transform:translate(0,0);
    }
}
.leafs{
    opacity: 0;
    -webkit-transform:translate(100px,-30px);
    -webkit-animation:leafshow 2s ease 1s 1 normal forwards;
    -moz-animation:leafshow 2s ease 1s 1 normal forwards;
    -o-animation:leafshow 2s ease 1s 1 normal forwards;
    animation:leafshow 2s ease 1s 1 normal forwards;
}
.alpha-bg,.body-image .footer{
    opacity: 0;
    opacity: 0 \9;
    -webkit-animation:hideshow 2s ease 0.2s 1 normal forwards;
    -moz-animation:hideshow 2s ease 0.2s 1 normal forwards;
    -o-animation:hideshow 2s ease 0.2s 1 normal forwards;
    animation:hideshow 2s ease 0.2s 1 normal forwards;
}
@-webkit-keyframes hideshow{
    from{
        opacity: 0;

    }
    to{
        opacity: 1;
    }
}
@-moz-keyframes hideshow{
    from{
        opacity: 0;

    }
    to{
        opacity: 1;
    }
}
@-o-keyframes hideshow{
    from{
        opacity: 0;

    }
    to{
        opacity: 1;
    }
}
@keyframes hideshow{
    from{
        opacity: 0;

    }
    to{
        opacity: 1;
    }
}

@-webkit-keyframes leafshow{
    from{
        opacity: 0;
        -webkit-transform:translate(100px,-20px);

    }
    to{
        opacity: 1;
        -webkit-transform:translate(0,0);
    }
}
@-moz-keyframes leafshow{
    from{
        opacity: 0;
        -moz-transform:translate(100px,-20px);

    }
    to{
        opacity: 1;
        -moz-transform:translate(0,0);
    }
}

@-o-keyframes leafshow{
    from{
        opacity: 0;
        -o-transform:translate(100px,-20px);

    }
    to{
        opacity: 1;
        -o-transform:translate(0,0);
    }
}

@keyframes leafshow{
    from{
        opacity: 0;
        transform:translate(100px,-20px);

    }
    to{
        opacity: 1;
        transform:translate(0,0);
    }
}
.cloud-animation,.cloud-animation02{
    width: 1000px;
    height: 750px;
    display: block;
    position: absolute;
    left: 0px;

    opacity: 0;
    background:  no-repeat;
}
.cloud-animation{
    top: 10%;
    -webkit-animation:cloudy 30s linear 0s infinite normal;
    -moz-animation:cloudy 30s linear 0s infinite normal;
    -o-animation:cloudy 30s linear 0s infinite normal;
    animation:cloudy 30s linear 0s infinite normal;
}
.cloud-animation02{
    top: 5%;
    -webkit-animation:cloudy 30s linear 12s infinite normal;
    -moz-animation:cloudy 30s linear 12s infinite normal;
    -o-animation:cloudy 30s linear 12s infinite normal;
    animation:cloudy 30s linear 12s infinite normal;
}
@-webkit-keyframes cloudy{
    0%{
        left:0;
        opacity: 0;

    }
    20%{
        opacity: 1;
        left: 20%;
    }
    80%{
        left: 80%
    }
    100%{
        left: 100%;
    }
}


/*cooperation*/
.second-page{
    background:  0 68px repeat-x #f8f8f8;
}
.main-box{
    min-height: 600px;
    margin-top: 68px;

}
.guidance{
    padding: 25px 0;
}
.guidance ul li{
    float: left;
    margin-right: 40px;
    font-size: 14px;
}
.guidance ul li a:hover,
.guidance ul li a.thisclass {
    color: #58a4ed;
}
.common-pannel{
    background-color: #ffffff;
    box-shadow: 0 0 3px #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.cooperation-box{
    padding: 20px;
    font-size: 14px;
    border-bottom: #f0f0f0 solid 1px;
}
.cooperation-box p{
    color: #767d89;
}
.cooperation-box h2{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}
.coop-list ul li{
    width: 163px;
    height: 246px;
    float: left;
    margin: 20px 30px;
}
.coop-list ul li img{
    border-radius: 8px;
}
.second-page .footer{
    margin-top: 20px;
}

/*media-report*/
.year-bar{
    float: left;
    width: 70px;
    background-color: #58a4ed;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
}
.year-bar a{
    color: #fff;
}
.year-bar ul li{
    padding: 0 5px;
    margin-bottom: 10px;
}
.year-bar ul li .year a{
    display: block;
}
.year-bar ul li .year a:hover,.year-bar ul li.active .year a{
    background-color: #5494d2;
    text-decoration: none;
    border-radius: 6px;
}
.year-bar ul li ul li{
    color: #f4f4f4;
    line-height: 18px;
}
.year-bar ul li ul li a{
    color:#f4f4f4;
}

.news_banner {
    width: 100%;
    height: 100%;
}
.news_banner img {
    width: 100%;
}

.media-report-panel{
    margin-left: 85px;
}
.media-news-panel{
    margin-left: 0px;
    margin-top:100px;
}
.media-report-panel .report-list,.media-news-panel .report-list{
    padding: 20px;
    border-bottom: #f0f0f0 solid 1px;

}
.media-report-panel .report-list a:hover,.media-news-panel .report-list a:hover{
    color: #58a4ed;
}
.media-report-panel .report-list h2,.media-news-panel .report-list h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    padding-left: 20px;
    background:  left 7px no-repeat;

}

.media-report-panel .report-list .text,.media-news-panel .report-list .text{
    font-size: 14px;
    margin: 15px 0 0;
    padding-left: 20px;
    line-height: 20px;
}


/*join us*/
.join-us h2,
.work-environment h2{
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}
.join-us p,
.work-environment p {
    font-size:14px;
}
.job-list {
    overflow:hidden;
}
.job-list ul {
    margin-left:-14px;
    *float:left;
}
.job-list ul li{
    width: 224px;
    height: 280px;
    float: left;
    margin:15px 0 15px 14px;
    background:  no-repeat;
    text-align: center;
}
.job-list ul li i {
    width: 115px;
    height: 80px;
    display: inline-block;
    margin: 70px 0 60px;
    overflow:hidden;
}
.job-list ul li i img {
    height:100%;
    width:100%;
}
.job-list ul li .btn{
    display: inline-block;
    height: 36px;
    border: #49a3d8 solid 2px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    width: 165px;
    line-height: 36px;
    border-radius: 8px;
}
.job-list ul li a:hover{
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.11);
}
.btn-blue-l{
    background-color: #5ca5ea;
    width: 180px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-radius: 8px;
}
.btn-blue-l:hover{
    color: #fff;
    background-color: #5a9de0;
    text-decoration: none;
}
.environment-list {
    overflow:hidden;
}
.work-environment ul {
    margin-left:-20px;
    *float:left;
}
.work-environment ul li{
    width: 460px;
    height: 257px;
    overflow: hidden;
    border-radius: 8px;
    float: left;
    margin: 15px 0 15px 20px;
    position: relative;
}
.work-environment ul li a {
    display: block;
    height: 257px;
    overflow: hidden;
    cursor: default;
    position: relative;
    -webkit-transition:ease 400ms;
    -moz-transition:ease 400ms;
    -o-transition:ease 400ms;
    transition:ease 400ms;
}
.work-environment ul li a img{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition:ease 400ms;
    -moz-transition:ease 400ms;
    -o-transition:ease 400ms;
    transition:ease 400ms;
}
.work-environment ul li a:hover img{
    position: absolute;
    width: 470px;
    height: 267px;
    top: -5px;
    left: -5px;
}
.work-environment ul li.no-margin{
    margin-right: 0;
}
.work-environment ul li .mask{
    height: 45px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
}
.work-environment ul li a:hover .mask{
    background-color: rgba(0, 0, 0, 0.5);
}

/*server agreenment*/
.server-agreement{
    padding-top: 40px;
}
.server-agreement .common-pannel{
    padding: 40px;
    font-size: 14px;
    line-height: 24px;
}
.server-agreement h2{
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
}
.server-agreement h3{
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    font-weight: normal;
}
.server-agreement p{
    margin-top: 20px;
}


/*time axis*/
.time-main{
    width: 100%;
    background:  repeat-y top center;
    background-size: 100% 100%;
    padding-top: 68px;
    overflow: hidden;
    color: #dae9ef;
    font-size: 13px;
}
.time-main .left-bar{
    position: fixed;
    top: 50%;
    margin-top: -130px;
    margin-left: 50px;
}
.time-main .left-bar .cloudy{
    width: 100px;
    height: 61px;
    display: block;
    background:  no-repeat;
    position: relative;

}
.time-main .left-bar .time-list{
    width: 74px;
    height: 175px;
    margin: -1px auto 0;
    padding-top: 4px;
    overflow: hidden;
}
.time-list .menu{
    width: 60px;
    height: 165px;
    padding: 0 7px;
    padding-top: 10px;
    position: relative;
    background:  no-repeat -1px 0;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition:all 400ms;
}
.time-list .menu:hover{
    -webkit-transform:translate(0,5px);
}
.time-main .left-bar .time-list ul li{
    border-bottom: rgba(255, 255, 255, 0.51) solid 1px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.time-list ul li a{
    color: #dae9ef;
    display: block;
}
.time-list ul li a:hover,.time-list ul li.active a{
    color: #38e7fc;
}
.time-list .line{
    width: 1px;
    height: 20px;
    background: repeat-y;
    position: absolute;
    top: -12px;
    left: 50%;
    opacity: 0.7;

}
.time-main .guidance ul li a{
    color: #fff;
}

.time-main .guidance ul li a:hover,.time-main .guidance ul li.active a{
    color: #58a4ed;
}
/* 加入我们，媒体报道，商务合作，品牌案例 start*/
.guidance ul li a{
    color: #767d89;
}
.guidance ul li.active a{
    color: #58a4ed;
}
/* 加入我们，媒体报道，商务合作，品牌案例 end*/
.time-box{
    margin-left: 160px;
}
.time-box .title{
    padding-right: 90px;
}
.time-box .logo{
    width: 110px;
    height: 74px;
    display: inline-block;
    background:  no-repeat -5px 0;
}
.time-box h3{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}
.time-box .line{
    margin-top: 15px;
    padding: 35px 0;
}
.time-box .line section{
    clear: both;
    text-align: left;
    line-height: 0;
    overflow: hidden;
}


/* by cy */
.green {background:#71c43f;}
.yellow {background:#dfb936;}
.orange {background:#ef8904;}
.red {background:#d92121;}
.purple {background:#604e9b;}
.liverred {background:#620101;}

/* down begin */
.submenu {
  margin:68px auto 0;
  border-bottom:1px solid #f0f0f0;
  position:relative;
}
.submenu .guidance {
  width:940px;
  margin:0 auto;
}
/*.submenu .weather {*/
  /*position:absolute;*/
  /*right:0;*/
  /*top:0;*/
  /*padding:25px 25px 0;*/
  /*color:#767d89;*/
  /*font-size:0;*/
/*}*/
/*.submenu .weather em,*/
/*.submenu .weather a,*/
/*.submenu .weather span {*/
  /*height:14px;*/
  /*font-size:12px;*/
  /*line-height: 14px;*/
  /*display:inline-block;*/
/*}*/
/*.submenu .weather span {*/
  /*padding:0 3px;*/
/*}*/
/*.submenu .weather em {*/
  /*border-left:1px solid #767d89;*/
  /*padding:0 7px;*/
  /*margin-left:7px;*/
/*}*/
.down {
  width:940px;
  margin:0 auto;
}
.down a{
    color: #fff;
}
.down #download-list a{
    color: #767d89;
}
.down h2 {
  margin:25px 0 0 0;
  height:40px;
  color:#767d89;
  font-size:30px;
  font-weight: normal;
  line-height: 40px;
}
.down h3 {
  height:40px;
  color:#767d89;
  font-size:14px;
  font-weight: normal;
  line-height: 26px;
}
.down-iphone {
  height:593px;
  width:460px;
  float:left;
  background: no-repeat left top;
  border-radius:8px;
  text-align:center;
}
.down-iphone h4 {
  height:40px;
  margin:435px auto 0;
  color:#fff;
  font-size:30px;
  font-weight:normal;
  line-height: 40px;
  text-align:center;
  text-shadow:2px 2px 2px rgba(0,0,0,.21);
}
.down-iphone p {
  margin:0 auto;
  color:#fff;
  font-size:14px;
  line-height: 28px;
  text-align:center;
}
.down-iphone .down-btn {
  width:148px;
  height:38px;
  display:inline-block;
  border:2px solid #4eace1;
  border-radius:8px;
  color:#fff;
  font-size:18px;
  line-height: 38px;
  text-shadow:2px 2px 2px rgba(0,0,0,.21);
}
.down-iphone .down-btn:hover,
.down-iphone .down-android-link:hover .down-btn {
  text-decoration:none;
  box-shadow:0 3px 8px 3px rgba(34,50,88,.15);
}
.down-android {
  float:right;
  background:url(/uploads/image/tmimages/down-android.png) no-repeat left top;
}
.down-android-link {
  width:152px;
  height:42px;
  margin:14px auto 0;
  display:inline-block;
  position:relative;
}
.down-android-link:hover div {
  display:block;
}
.down-android-link div {
  position:absolute;
  top:42px;
  left:0;
  width:152px;
  border-radius:8px;
  background:#fff;
  overflow:hidden;
  display:none;
}
.down-android-link ul {
  margin-top:-1px;
}
.down-android-link li {
  border-top:1px solid #f0f0f0;
  height:40px;
  text-align:center;
}
.down-android-link li a {
  color:#767d89;
  font-size:14px;
  line-height: 40px;
}
.down-android-link li a:hover {
  color:#58a4ed;
}
.down-module {
  margin-top:20px;
  overflow:hidden;
}
.down-module ul {
  *display:inline-block;
}
.down-module li {
  float:left;
  margin:0 12px 0 0;
  height:236px;
  width:178px;
  background:url(/uploads/image/tmimages/down-new-bg.png) no-repeat;
  text-align:center;
}
.down-module li:nth-child(1),
#window-download {
    background-position: 0 0;
}
.down-module li#wp-download{
    background-position: 0 0;
}

.down-module li:nth-child(3),
#ipad-download {
    background-position: -379px 0;
}
.down-module li:nth-child(4),
#w8-download {
  background-position: -569px 0;
}
.down-module li:nth-child(5),
#symban-download {
  background-position: -758px 0;
    margin-right: 0;
}
.down-module li h4 {
  height:18px;
  margin:107px auto 0;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  line-height: 18px;
  text-align:center;
}
.down-module li p {
  margin:0 auto;
  color:#fff;
  font-size:12px;
  line-height: 18px;
  text-align:center;
}
.down-module li a.btn {
  width:148px;
  height:38px;
  margin:24px auto 0;
  display:inline-block;
  border:2px solid #4eace1;
  border-radius:8px;
  color:#fff;
  font-size:18px;
  line-height: 38px;
  text-shadow:2px 2px 2px rgba(0,0,0,.21);
}
.down-module li a.btn:hover {
  text-decoration:none;
  box-shadow:0 3px 8px 3px rgba(34,50,88,.15);
}
.down-mo {
  overflow:hidden;
}
.down-mo ul {
  margin-left:-15px;
  *float:left;
}
.down-mo li {
  width:434px;
  height:72px;
  padding:121px 0 0 26px;
  margin-left:15px;
  border-radius:8px;
  background:url(/uploads/image/tmimages/down-mo-iphone.jpg) no-repeat left top;
  position:relative;
  float:left;
}
.down-mo li:nth-child(2) {
  background:url(/uploads/image/tmimages/down-mo-android.jpg) no-repeat left top;
}
.down-mo li h4 {
  width:234px;
  height:20px;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  text-align:center;
}
.down-mo li p {
  width:234px;
  height:20px;
  color:#fff;
  font-size:12px;
  text-align:center;
}
.down-mo li a.btn {
  position:absolute;
  left:260px;
  top:77px;
  width:148px;
  height:38px;
  margin:14px auto 0;
  display:inline-block;
  border:2px solid #589da2;
  border-radius:8px;
  color:#fff;
  font-size:18px;
  text-align:center;
  line-height: 38px;
  text-shadow:1px 1px 1px rgba(0,0,0,.26);
}
.down-mo li a.btn:hover {
  text-decoration:none;
  box-shadow:0 3px 8px 3px rgba(34,50,88,.15);
}
.down-camera {
  height:193px;
  background:url(/uploads/image/tmimages/down-camera.jpg) no-repeat left top;
}
.down-camera div {
  float:left;
  width:234px;
  padding:123px 0 0 254px;
}
.down-camera h4 {
  width:234px;
  height:20px;
  color:#fff;
  font-size:16px;
  font-weight:normal;
  text-align:center;
}
.down-camera p {
  width:234px;
  height:20px;
  color:#fff;
  font-size:12px;
  text-align:center;
}
.down-camera  a.btn {
  width:148px;
  height:38px;
  margin-top:79px;
  float:left;
  display:inline-block;
  border:2px solid #b05864;
  border-radius:8px;
  color:#fff;
  font-size:18px;
  text-align:center;
  line-height: 38px;
  text-shadow:1px 1px 1px rgba(0,0,0,.26);
}
.down-camera a.btn:hover {
  text-decoration:none;
  box-shadow:0 3px 8px 3px rgba(34,50,88,.15);
}
.down-test {
  background:url(/uploads/image/tmimages/down-test.jpg) no-repeat left top;
}
.down-test a.btn {
  border-color:#a0835d;
}
.down-two {
  height:193px;
  background:url(/uploads/image/tmimages/down-two-dimension.jpg) no-repeat left top;
}
.down-two dt {
  height:122px;
  width:122px;
  margin:36px 0 0 314px;
  float:left;
}
.down-two dd {
  width:210px;
  float:left;
  margin:65px 0 0 50px;
  color:#fff;
  font-size:14px;
  line-height: 20px;;
}

/* /.down end */
/* .function-introduction begin ////////////////////////todo */
.border-none {border:0 none;}
.intro {
  width:935px;
  margin:0 auto;
  background:#fff;
  border-radius:8px;
  overflow:hidden;
}
.intro ul {
  margin-top:-1px;
}
.intro li {
  border-top:1px solid #f0f0f0;
  padding:20px 60px 0px;
}
.intro figure {
  width:168px;
}
.intro figure img {
  position:relative;
}
.intro dl {
  line-height: 360px;
  width:500px;
}
.intro dt {
  height:360px;
  width:0;
  font-size:0;
  display: inline;
  vertical-align: middle;
}
.intro dd {
  display: inline-block;
  vertical-align: middle;
}
.intro h2 {
  color:#767d89;
  font-size:30px;
  font-weight: normal;
  line-height: 80px;
}
.intro p {
  color:#767d89;
  font-size:14px;
  font-weight: normal;
  line-height: 22px;
}
/* /.function-introduction end */
/* help begin */
.help-prompt {
  height:77px;
  width:940px;
  margin:0 auto;
  background:url(/uploads/image/tmimages/help.jpg) no-repeat left top;
}
.help-prompt p {
  padding:18px 40px 0;
  color:#fff;
  font-size:14px;
  line-height: 20px;
  /*text-indent:2em;*/
}
.help-prompt p a {
  color:#fff;
  font-size: large;
  text-decoration: underline;
  padding:0 3px;
}
.help-list {
  width:940px;
  margin:20px auto 0;
  background:#fff;
  border-radius:8px;
}
.help-list ul.faq {
}

.help-list .faq li {
  border-bottom:1px solid #f4f4f4;
  padding:15px 15px 15px 40px
}
.help-list .faq li h2 {
  position:relative;
}
.help-list .faq li h2 span {
  position:absolute;
  top:6px;
  left:-18px;
  height:10px;
  width:10px;
  content:" ";
  background:#58a4ed;
  border-radius:50%;
}
.help-list .faq li h2 a {
  color:#58a4ed;
  font-size:14px;
  font-weight:normal;
  line-height: 22px;
  display:block;
   cursor: default;
   float:left;
}
.help-list .faq li h2 a:hover{
    text-decoration: none;
}
.help-list .faq li div {
  color:#767d89;
  font-size:14px;
  line-height: 22px;
  padding-left: 24px;
  margin-top: 8px;
}
.help-list .faq li div:first-letter {
  margin-left:-24px;
}
.help-pages {
  /*width:935px;*/
  /*height:82px;*/
  padding:20px;
  font-size: 14px;
  text-align:center;
}
.pagelist {
  display:inline-block;
}
.help-pages ul{
    margin:0 auto;
    width:940px;
    text-align: center;
}
.help-pages ul li {
   margin:0 4px;
   display: inline-block;
   *display:inline;
}
.help-pages ul li a {
  margin:0 4px;
  color:#767d89;
  font-size: 14px;
}
.help-pages ul li.thisclass {
  color:#58a4ed;
  font-size:18px;
  line-height: 18px;
}
.help-pages ul li a:hover {
  color:#58a4ed;
}
/* help end */
/* update-log begin */
.log-list {
  width:935px;
  margin:0 auto;
  background:#ffffff;
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
    box-shadow: 1px 1px 0 0 #f5f5f5;
  border-radius:9px;
  overflow: hidden;
}
.log-list ul {
  margin-top:-1px;
}
.log-list li {
  padding:15px 30px 30px;
  border-top:1px solid #f0f0f0;
}
.log-list .top {
  height:55px;
}
.log-list .top span {
  height:10px;
  width:10px;
  margin:21px 0 0 -16px;
  float:left;
  font-size:0;
  line-height: 0;
  background:#58a4ed;
  border-radius:50%;
}
.log-list .top .down-link {
  height:24px;
  padding:0 13px;
  margin:10px 0 0 0;
  float:right;
  color:#fff;
  line-height: 24px;
  background-color:#58a4ed;
  border-radius:5px;
}
.log-list .top .down-link:hover {
    background-color:#58a4ed;
  text-decoration:none;
}
.log-list .top h2 {
  float:left;
}
.log-list .top h2 a {
  color:#767d89;
  font-size:18px;
  font-weight:normal;
  line-height: 55px;
}
.log-list dl {
}
.log-list dt {
  float:left;
  /*height:337px;*/
  width:564px;
}
.log-list dt img {
    width:100%;
    max-height: 340px;
    height:auto;
}
.log-list dd {
  width:282px;
  float:right;
  color:#767d89;
  font-size:14px;
  line-height: 24px;
}
.log-list dd pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.log-list dd a {
  color:#58a4ed;
}
/* update-log end */


/* media-coverage begn */
.media-time {
  width:67px;
  padding:7px 0;
  float:left;
  background:#58a4ed;
  border-radius:8px;
  color:#fff;
  text-align:center;
}
.media-time div {
  height:22px;
  font-size:14px;
  line-height:22px;
  cursor:pointer;
}
.media-time .media-time-year ol {
  display:none;
}
.media-time .media-time-year:hover ol {
  display:block;
}
.media-time ol li {
  height:14px;
  line-height:14px;
  cursor:pointer;
}
.media-box {
  margin-left:88px;
}
.media-box .help-pages {
  width:100%;
}
.media-list {
  background:#fff;
  border-radius:8px;
  box-shadow:0 1px 1px 1px #eee;
  border:1px solid #fff;
  border-width:0 1px 1px 1px;
  border-color:#fff #f5f5f5 #eee #f5f5f5;
  overflow:hidden;
}
.media-list ul {
  margin-top:-1px;
}
.media-list li {
  border-top:1px solid #f0f0f0;
  padding:24px 50px 38px;
}
.media-list h2 {
  padding:14px 0;
}
.media-list h2 span {
  height:10px;
  width:10px;
  float:left;
  margin:4px 0 0 -25px;
  font-size:0px;
  line-height:0;
  background:#58a4ed;
  border-radius:50%;
}
.media-list h2 a {
  float:left;
  width:700px;
  overflow: hidden; text-overflow:ellipsis;white-space:nowrap; 
  color:#767d89;
  line-height: 1;
  font-weight: normal;
}
.media-list div p {
  color:#767d89;
  font-size:14px;
  line-height:20px;
  padding:0 0 17px 0;
}
.media-list div img {
  max-height:222px;
  max-width:100%;
}
  
/* media-coverage end */

/* cooperation-brand begin */
.brand {
  background:#fff;
  border-radius:8px;
  box-shadow:0 1px 1px 1px #eee;
  border:1px solid #fff;
  border-width:0 1px 1px 1px;
  border-color:#fff #f5f5f5 #eee #f5f5f5;
  padding:0 52px ;
}
.brand h1 {
  height:96px;
  color:#767d89;
  font-size:20px;
  line-height: 96px;
  text-align: center;
}
.pic-tabs {position:relative; height:444px;}
.pic-tabs .sprev,
.pic-tabs .snext {
  position:absolute;
  left:6px;
  top:192px;
  height:30px;
  width:30px;
  background: no-repeat left top;
  cursor: pointer;
  z-index:999;
}
.pic-tabs .snext {
  background: no-repeat left bottom;
  left:auto;
  right:6px;
}
.pic-tabs ul {
  width:100%;
  position: relative;
  height:444px;
}
.pic-tabs li {
  position:absolute;
  left:377px;
  top:30px;
  z-index:0;
  width:0px;
  height:0px;
 
  cursor:pointer;
  border-radius:4px;
  overflow:hidden;
}
.pic-tabs li img {
  width:100%;
  background: no-repeat center 50%;
  height:100%;
  vertical-align:top;
}
.brand-con {
  padding:14px 0 20px;
  color:#767d89;
  font-size:14px;
  line-height: 20px;
}
.brand-con p img {
    margin:0 auto;
    display:block;
}
.brand-con h2 {
  padding:12px 0;
  color:#767d89;
  font-size:20px;
  font-weight: normal;
}
/* cooperation-brand end */
/* mo-map begin */
.map-air {
  width:100%;
  height:275px;
  background:url(/uploads/image/tmimages/map-air.jpg) no-repeat center top;
  background-size: 100% 275px;
  margin:68px auto 0;
  position:relative;
}
.fix-right {
  position:absolute;
  right:0;
  top:0;
  padding:25px 25px 0;
  font-size:0;
}
.fix-right em,
.fix-right a,
.fix-right span {
  height:14px;
  color:#fff;
  font-size:12px;
  line-height: 14px;
  display:inline-block;
}
.fix-right span {
  padding:0 3px;
}
.fix-right em {
  border-left:1px solid #fff;
  padding:0 7px;
  margin-left:7px;
}
.map-air .left {
  float:left;
}
.map-air .map-air-city {
  padding:60px 0 0 0;
  height:52px;
}
.map-air .map-air-city h1 {
  color:#fff;
  font-size:30px;
  font-weight: normal;
  float:left;
}
.map-air .map-air-city a {
  margin:6px 0 0 24px;
  color:#fff;
  font-size:18px;
  float:left;
  padding:0 20px 0 0;
  background:url(/uploads/image/tmimages/mo_map_06.png) no-repeat right 9px;
}
.map-air .map-air-temp {
  height:66px;
}
.map-air .map-air-temp em {
  color:#fff;
  font-size:60px;
  line-height: 66px;
  float:left;
}
.map-air .map-air-temp span {
  padding:26px 0 0 10px;
  color:#fff;
  font-size:18px;
  line-height: 40px;
  float:left;
}
.map-air .map-air-time,
.map-air p {
  color:#fff;
  line-height: 20px;
}
.map-air .right {
  float:right;
  margin:60px 0 0 0;
  color:#fff;
}
.map-address {
  width:100%;
  height:443px;
  background:url(/uploads/image/tmimages/map-address.jpg) no-repeat center top;
  background-size: 100% 443px;
}
.map-address h2,
.map-trend h2,
.map-photo h2 {
  color:#fff;
  font-size:18px;
  line-height: 60px;
  font-weight: normal;
}
.map-address .map {
  width:100%;
  height:360px;
  overflow:hidden;
  border-radius:8px;
  position: relative;
}
.map-address .map .icon {
  padding:4px 3px;
  box-shadow: 0px 2px 6px 2px rgba(0,0,0,.6);
  position:absolute;
  top:100px;
  left:100px;
  color:#fff;
  line-height: 1;
  border-radius:3px;
  cursor:pointer;
}
.bg-yellow {
  background:#ffa201;
}
.bg-green {
  background:#71c43f;
}
.map-address .map .icon:hover b {
  display: block;
}
.map-address .map .icon b {
  padding:10px 15px;
  background:rgba(0,0,0,.5);
  position:absolute;
  top:-40px;
  left:-12px;
  white-space:nowrap;
  border-radius:9px;
  line-height: 1;
  display: none;
}
.map-address .map .icon b i {
  position:absolute;
  top:32px;
  left:20px;
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: -2px;
  border: 0 dashed transparent;
  border-width: 7px;
  border-top-style: solid;
  border-top-color:rgba(0,0,0,.5);
}
.map-photo {
  width:100%;
  height:320px;
  background:url(/uploads/image/tmimages/map-trend.jpg) no-repeat center top;
  background-size: 100% 320px;
}
.map-photo-list {
  overflow:hidden;
}
.map-photo-list ul {
  margin-left:-8px;
}
.map-photo-list li {
  float:left;
  height:164px;
  width:229px;
  border-radius:8px;
  margin-left:8px;
  position:relative;
  overflow:hidden;
}
.map-photo-list li img {
  height:100%;
  width:100%;
}
.map-photo-list li h3 {
  position:absolute;
  left:0;
  bottom:0;
  height:36px;
  width:100%;
  background:rgba(255,255,255,.3);
}
.map-photo-list li h3 a {
  line-height: 36px;
  padding:0 10px;
  color:#fff;
  display: block;
}
.map-photo p {
  margin:33px 0 0 0;
  font-size:0;
}
.map-photo p a {
  padding:14px 40px;
  margin:0 40px 0 0;
  display:inline-block;
  color:#fff;
  font-size:14px;
  line-height: 1;
  background:rgba(255,255,255,.3);
  border-radius:9px;
  overflow: hidden;
}
.map-trend {
  width:100%;
  height:443px;
  background:url(/uploads/image/tmimages/map-address.jpg) no-repeat center top;
  background-size: 100% 443px;
}
.map-trend .top {
  height:42px;
  text-align: right;
  font-size:0;
}
.map-trend .top a {
  display: inline-block;
  margin-left:17px;
  color:#f3f8fb;
  font-size:12px;
}
.map-trend .top a.active,
.map-trend .top a:hover {
  text-decoration: none;
  color:#62d7fd;
}
.map-trend .flash {
  height:172px;
}
.map-trend .prompt {
  text-align: center;
  font-size:0;
}
.map-trend .prompt em,
.map-trend .prompt span {
  display: inline-block;
  color:#fff;
  font-size:12px;
  height:20px;
  line-height: 20px;
  vertical-align:top;
}
.map-trend .prompt em {
  padding:0 5px 0 25px;
}
.map-trend .prompt span {
  height:20px;
  width:40px;
  border-radius:3px;
}
/* mo-map end */


/* join-us pop-up begin */
.pop-bg {
  height:100%;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  background:#000;
  filter:alpha(opacity=60);-moz-opacity:0.6;opacity: 0.6;
  display:none;
}
.pop-wrap {
  position:absolute;
  top:50%;
  left:50%;
  margin:0 0 0 -470px;
  width:860px;
  padding:40px;
  z-index:1000;
  background:#fff;
  border-radius:9px;
  display:none;
}
.pop-wrap .close {
  height:25px;
  width:25px;
  background:url(/uploads/image/tmimages/pop-wrap-close.png) no-repeat left top;
  position:absolute;
  top:8px;
  right:9px;
  cursor:pointer;
}
.pop-wrap h1 {
  height:40px;
  color:#757984;
  font-size:20px;
  font-weight:normal;
}
.pop-wrap h2 {
  padding-top:40px;
  height:40px;
  color:#757984;
  font-size:18px;
  font-weight:normal;
}
.pop-wrap p,
.pop-wrap li,
.pop-wrap .clearfix {
  color:#757984;
  font-size:14px;
  line-height: 20px;
}
.pop-wrap .btn {
  display: inline-block;
  background:#58a4ef;
  padding:10px 40px;
  margin-top:40px;
  color:#fff;
  font-size:20px;
  border-radius:9px;
}
.pop-wrap .btn:hover {
  text-decoration: none;
}
/* join-us pop-up end */
/* croporation begin */
.croporation {
    width:940px;
    margin:0 auto;
    border-radius:9px;

}
.croporation .pic {
    width:100%;
    height:276px;
    overflow:hidden;
    border-radius:9px;
}
.croporation .pic img {
    margin:0 auto;
    width:100%;
    max-width: 100%;
}
.croporation-purpose {
    margin:20px auto;
    border-radius:9px;
    background: #fff;
    line-height: 20px;
    color:#767d89;
}
.croporation-purpose .text {
    border-bottom:1px solid #ececec;
    padding:0 28px 30px;
    font-size:14px;
    word-break: break-all; 
}
.croporation-purpose .text p{
	text-indent:2em;
	}
.croporation-purpose h2 {
    height:33px;
    color:#767d89;
    line-height: 1;
    padding:18px 28px 0;
    font-weight: normal;
}
.croporation .mode {
    border-bottom:1px solid #ececec;
    padding:0 28px 30px;
    overflow:hidden;
}
.croporation .mode ul {
    margin:0 0 0 -15px;
}
.croporation .mode li {
    height:153px;
    width:268px;
    border-radius:9px;
    padding:0 0 0 12px;
    float:left;
    margin:0 0 15px 15px;
}

.mode-business {background:url(/uploads/image/tmimages/index-biz-03.png) no-repeat left top;}
.mode-brand {background:url(/uploads/image/tmimages/index-biz-05.png) no-repeat left top;}
.mode-exchange {background:url(/uploads/image/tmimages/index-biz-07.png) no-repeat left top;}
.mode-overseas {background:url(/uploads/image/tmimages/index-biz-12.png) no-repeat left top;}
.mode-airnut {background:url(/uploads/image/tmimages/index-biz-13.png) no-repeat left top;}
.mode-empty {background:url(/uploads/image/tmimages/index-biz-14.png) no-repeat left top;}
.mode-mall {background:#48abf0;}

.croporation .mode li h3 {
    height:40px;
    color:#fefeff;
    font-size:18px;
    font-weight: normal;
    line-height: 44px;
}
.croporation .mode li p {
    color:#fefeff;
    font-size:13px;
    line-height: 22px;
    width:268px;
    float:left;
    height:22px;
    overflow:hidden;
}
.croporation .mode li p:last-child {
  height:auto!important;
}
.croporation .mode li p b {
    float:left;
    font-weight: normal;
    width:52px;
    text-align:justify;text-justify:distribute-all-lines;
    text-align-last:justify;/
    -moz-text-align-last:justify;
    -webkit-text-align-last:justify;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.croporation .mode li p b:after{
  content:".";display: inline-block;width:100%;overflow:hidden;height:0;
  font-size:0;line-height: 0;}
}


.croporation .mode li p span {
    float: right;
    width: 215px;
}
.croporation .partner ul li {
    height:48px;
    width:208px;
    float:left;
    margin:5px 0 20px 21px;
    text-align: center;
}
.croporation .partner ul li img {
    width: 180px;
    height: 48px;
}
/* croporation end */
/* index_culture */
#year2014 {
    background:url(/uploads/image/tmihistory/2014.png) no-repeat center center;
    height:575px;width:780px;
}
#year2013 {
    background:url(/uploads/image/tmihistory/2013.png) no-repeat center center;
    height:878px;width:780px;
}
#year2012 {
    background:url(/uploads/image/tmihistory/2012.png) no-repeat center center;
    height:470px;width:780px;
}
#year2011 {
    background:url(/uploads/image/tmihistory/2011.png) no-repeat center center;
    height:468px;width:780px;
}
#year2010 {
    background:url(/uploads/image/tmihistory/2010.png) no-repeat center center;
    height:368px;width:780px;
}
#year2009 {
    background:url(/uploads/image/tmihistory/2009.png) no-repeat center center;
    height:361px;width:780px;
}
/* air end */
.air-box {
    width:100%;
    background: #00030a;
    min-height:985px;
    height:auto!important;
    height:985px;
    padding-top:116px;
}
.air {
    width:940px;
    height:600px;
    background:  no-repeat left top;
    margin:0 auto;
    position:relative;
    opacity: 0;

    -webkit-animation:fadein 2s ease 0s 1 normal forwards;
    -moz-animation:fadein 2s ease 0s 1 normal forwards;
    -o-animation:fadein 2s ease 0s 1 normal forwards;
    animation:fadein 2s ease 0s 1 normal forwards;
}
.air .air-link {
    float:left;
    padding-top:550px;
}
.air .air-link .link-bbs {
    height:22px;
    color:#0f60c6;
    font-size:18px;
    font-weight:bold;
    line-height:22px;
    border-bottom:1px solid #0f60c6;
    transition: color 2s;
    -moz-transition: color 2s;
    -webkit-transition: color 2s;
    -o-transition: color 2s;
}
.air .air-link .link-bbs:hover {
    color:#1c5fb1;
    text-decoration: none;
}
.air .link-www {
    height:22px;
    padding:0 0 0 40px;
    margin-top:6px;
    display:block;
    color:#e9eded;
    font-size:16px;
    background:url(/uploads/image/tmiair/link-www.png) no-repeat left center;
}
.air-breathe div {
    height:413px;
    width:619px;
    background:url(/uploads/image/tmiair/air-breathe.png) no-repeat left top;
    position:relative;
    z-index:7;
}
.air-breathe {
    height:413px;
    width:619px;
    position:absolute;
    top:500px;
    right:-100px;
    z-index: 3;
}
.air-breathe::before {
    position:absolute;
    top:180px;
    left:180px;
    z-index:1;
    height:20px;
    width:20px;
    box-shadow:0 0 220px 220px rgba(0,18,75,1);
    content:" ";
    border-radius:50%;
    animation: air 2s ease-in-out 1s infinite alternate;
    -moz-animation: air 2s ease-in-out 1s infinite alternate;
    -webkit-animation: air 2s ease-in-out 1s infinite alternate;
    -o-animation: air 2s ease-in-out 1s infinite alternate;
}
/*.air-breathe::after {*/
    /*position:absolute;*/
    /*top:40px;*/
    /*left:40px;*/
    /*z-index:1;*/
    /*height:0px;*/
    /*width:0px;*/
    /*box-shadow:150px 150px 140px 120px rgba(255,255,255,1);*/
    /*content:" ";*/
    /*border-radius:50%;*/
    /*animation: air 2s ease-in-out 1s infinite alternate;*/
    /*-moz-animation: air 2s ease-in-out 1s infinite alternate;*/
    /*-webkit-animation: air 2s ease-in-out 1s infinite alternate;*/
    /*-o-animation: air 2s ease-in-out 1s infinite alternate;*/
/*}*/
@keyframes air
{
0%   {-moz-opacity:1;opacity:1;}
100% {-moz-opacity:0.5;opacity:0.5;}
}

@-moz-keyframes air
{
0%   {-moz-opacity:1;opacity:1;}
100% {-moz-opacity:0.5;opacity:0.5;}
}

@-webkit-keyframes air
{
0%   {-moz-opacity:1;opacity:1;}
100% {-moz-opacity:0.5;opacity:0.5;}
}

@-o-keyframes air
{
0%   {-moz-opacity:1;opacity:1;}
100% {-moz-opacity:0.5;opacity:0.5;}
}
/* air end */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {
    header .logo {
        background: url(/uploads/image/tmimages/moji-logo-large.png) no-repeat;
        background-size: 162px 42px;
    }
    #year2014 {
    background:url(/uploads/image/tmihistory/r2014.png) no-repeat center center;
    background-size:780px 575px;
    height:575px;width:780px;
    }
    #year2013 {
        background:url(/uploads/image/tmihistory/r2013.png) no-repeat center center;
        background-size:780px 878px;
        height:878px;width:780px;
    }
    #year2012 {
        background:url(/uploads/image/tmihistory/r2012.png) no-repeat center center;
        background-size:780px 470px;
        height:470px;width:780px;
    }
    #year2011 {
        background:url(/uploads/image/tmihistory/r2011.png) no-repeat center center;
        background-size:780px 468px;
        height:468px;width:780px;
    }
    #year2010 {
        background:url(/uploads/image/tmihistory/r2010.png) no-repeat center center;
        background-size:780px 368px;
        height:368px;width:780px;
    }
    #year2009 {
        background:url(/uploads/image/tmihistory/r2009.png) no-repeat center center;
        background-size:780px 361px;
        height:361px;width:780px;
    }

}
a.backtotop{
    display: block;
    width: 30px;
    height: 24px;
    padding: 3px 5px;
    line-height: 12px;
    text-align: center;
    color: #787878;
    text-decoration: none;
    background: url(/uploads/image/tmimages/scrolltop.png) no-repeat 0 0;
    border: 1px #cdcdcd solid;
    border-radius: 2px;
    position: fixed;
    right: 50px;
    bottom: 150px;
    text-indent: -20000px;
    overflow: hidden;

}
a.backtotop:hover{
    background-position:-40px 0px !important;
}
/*a.backtotop:hover{background-position:-21px -19px}*/


/* about */
.about-nav {
    width:940px;
    margin:68px auto 0;
}
.about {
    width:840px;
    padding:50px;
    margin:0 auto 20px;
    background: #fff;
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
    box-shadow: 1px 1px 0 0 #f5f5f5;
    border-radius:9px;
    overflow: hidden;
}
.about .pic {
    width:100%;
    text-align: center;
}
.about .pic img {
    border-radius: 9px;
    margin:0 auto;
}
.about h2 {
    height:70px;
    padding-top:15px;
    color:#767d89;
    font-size:24px;
    font-weight: normal;
    line-height: 70px;
}
.about .text {
    color:#767d89;
    font-size:14px;
    line-height: 24px;
}

/*dx reminder*/
.dx-reminder{
    background-color: #37a6fb;
    text-align: center;
}
.dx-reminder .box{
    width: 570px;
    height: 560px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-left: -285px;
    margin-top: -280px;

}
.dx-reminder .box .btn-area{
    margin-top: 15px;

}
.dx-reminder .box .btn-area a{
    display: block;
    height: 80px;
    width: 440px;
    margin: auto;
    background-color: #fff;
    color: #37a6fb;
    font-size: 48px;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    border-radius: 16px;
}
.dx-reminder .box .btn-area a:hover{
    text-decoration: none;
}
.dx-reminder .box .nt{
    text-align: center;
    color: #c2e4fe;
    font-size: 13px;
    margin-top: 15px;
}
.my-activity{
    width: 762px;
    height: 156px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -310px;
    margin-top: -155px;
    text-align: center;

}
#face > a {
    line-height: 1;
    font-size: 14px;
    float: left;
    margin: 23px 0 0 0;
    padding: 0 20px;
    color: #58a4ed;
}
#face > a:first-child {
    border-right: 1px solid #58a4ed;
}
#face dl {
    padding: 15px 30px 0 0;
    float:left;
}
#face dt {
    float:left;
    padding: 0 10px 0 0;
}
#face img {
    width: 30px;
    height: 30px;
}
#face dd {
    float:left;
    width: 100px;
    overflow: hidden; text-overflow:ellipsis;white-space:nowrap; 
}
#face dd a {
    line-height: 30px;
    font-size: 14px;
    color: #58a4ed;
}



/* medical begin */
.medical-list {
    width:935px;
    margin:0 auto;
    background:#ffffff;
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
    box-shadow: 1px 1px 0 0 #f5f5f5;
    border-radius:9px;
    overflow: hidden;
}
.medical-list ul {
    margin-top:-1px;
}
.medical-list li {
    padding:15px 30px 30px;
    border-top:1px solid #f0f0f0;
}
.medical-list .top {
    height:55px;
}
.medical-list .top span {
    height:10px;
    width:10px;
    margin:21px 0 0 -16px;
    float:left;
    font-size:0;
    line-height: 0;
    background:#58a4ed;
    border-radius:50%;
}
.medical-list .top .down-link {
    height:24px;
    padding:0 13px;
    margin:10px 0 0 0;
    float:right;
    color:#fff;
    line-height: 24px;
    background-color:#58a4ed;
    border-radius:5px;
}
.medical-list .top .down-link:hover {
    background-color:#58a4ed;
    text-decoration:none;
}
.medical-list .top h2 {
    float:left;
}
.medical-list .top h2 a {
    color:#767d89;
    font-size:18px;
    font-weight:normal;
    line-height: 55px;
}
.medical-list dl {
}
.medical-list dt {
    float:left;
    /*height:337px;*/
    width:564px;
}
.medical-list dt img {
    width:60%;
    max-height: 340px;
    height:auto;
}
.medical-list dd {
    width:282px;
    float:right;
    color:#767d89;
    font-size:14px;
    line-height: 24px;
}
.medical-list dd pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.medical-list dd a {
    color:#58a4ed;
}
/* medical end */

.api {
    position: relative;
}

.api img {
    width: 26px;
    height: 16px;
    position: absolute;
    left: 104px;
    top: 8px;
}
