@import 'swiper.css';

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Microsoft YaHei', sans-serif;
}

.mo-container {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.mo-banner {
    padding-top: 45px;
}
.mo-banner img {
    width: 100%;
}

.mo-header {
    margin-top: 60px;
    display: table;
    width: 100%;
}
.mo-header .mo-cell {
    display: table-cell;
    vertical-align: middle;
}

.mo-logo {
    font-size: 48px;
    color: #5cb6e4;
    font-weight: bold;
    width: 330px;
    box-sizing: border-box;
    padding-left: 15px;
}

.mo-nav {
    height: 74px;
    line-height: 72px;
    background-color: #d8ebf5;
    font-size: 0;
    white-space: nowrap;
}
.mo-nav .mo-item {
    display: inline-block;
    height: 100%;
    padding: 0 35px;
    position: relative;
}
.mo-nav .mo-item .mo-arrow {
    display: block;
    position: absolute;
    border-width: 5px 9px 0;
    border-color: #5c86f5 transparent transparent;
    border-style: solid;
    bottom: 14px;
    left: 50%;
    margin-left: -9px;
}
.mo-nav .mo-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #5c86f5;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -15px;
}
.mo-nav .mo-item a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.mo-nav .mo-item a:hover {
    color: #5c86f5;
}
.mo-nav .mo-item .mo-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    box-sizing: border-box;
    padding-top: 10px;
    min-width: 100%;
    display: none;
}
.mo-nav .mo-item:hover .mo-submenu {
    display: block;
}
.mo-nav .mo-item .mo-submenu-item {
    text-align: center;
    line-height: 1;
    background-color: #f3f5f7;
    border-top: 1px solid #fff;
}
.mo-nav .mo-item .mo-submenu-item a {
    font-size: 16px;
    color: #151616;
    font-weight: normal;
    display: block;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 1em;
}
.mo-nav .mo-item .mo-submenu-item a:hover {
    color: #000;
    background-color: #d8ebf5;
}

.mo-notice {
    display: table;
    width: 100%;
    background-color: #eee;
    font-size: 18px;
    color: #000;
    line-height: 60px;
    margin-top: 40px;
}
.mo-notice .mo-cell {
    display: table-cell;
    vertical-align: middle;
}
.mo-notice .mo-name {
    text-align: center;
    width: 180px;
}
.mo-notice .mo-list {
    font-size: 0;
    height: 60px;
    overflow: hidden;
    width: 910px;
    position: relative;
}
.mo-notice .mo-list .mo-item {
    /* 20191112 */
    width: auto;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    /* 20191112 end */
}
.mo-notice .mo-list .mo-item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00a9ff;
    vertical-align: middle;
    margin: 0 16px 0 25px;
}
.mo-notice .mo-list .mo-item a {
    /* 20191112 */
    font-size: 18px;
    color: #303030;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    /* 20191112 end */
}
.mo-notice .mo-list .mo-item a:hover {
    color: #00a9ff;
}
.mo-notice .mo-list .mo-item.mo-icon::after {
    content: '';
    width: 19px;
    height: 17px;
    background: url(../images/mo-notice.png) no-repeat;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -8.5px;
}

/* 20191112 */
.mo-roll {
    position: relative;
}
.mo-roll-inner {
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
/* 20191112 end */

.mo-box {
    margin-top: 40px;
}
.mo-box-header {
    margin-bottom: 15px;
}
.mo-box-title {
    font-size: 26px;
    font-weight: bold;
    color: #00a9ff;
    text-align: left;
}
.mo-box-more {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    margin-top: -5px;
}
.mo-box-more a {
    color: #404040;
    text-decoration: none;
}
.mo-box-more a:hover {
    color: #00a9ff;
}

.mo-layout-row {
    display: table;
    width: 100%;
}
.mo-layout-cell {
    display: table-cell;
    vertical-align: top;
}
.mo-layout-main {
    width: 728px;
    box-sizing: border-box;
    padding-right: 24px;
}
.mo-layout-main.mo-margin-plus {
    padding-right: 45px;
}
.mo-layout-side {
    width: 375px;
}

.mo-swiper {
    width: 100%;
    position: relative;
}
.mo-swiper-pagination {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mo-swiper-slide {
    height: 528px;
    width: 100%;
    position: relative;
    display: block;
    text-decoration: none;
}
.mo-swiper-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 1em;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    background-color: rgba(40, 40, 40, .78);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mo-news {
    height: 528px;
    background-color: #f0f3f6;
    box-shadow: 0 5px 18px rgba(139, 135, 118, .38);
}
.mo-news-top {
    height: 215px;
    background: #a1d4ff;
    background: linear-gradient(to right, #b1dbff, #93cdff);
    box-sizing: border-box;
    padding: 30px 30px 30px 50px;
}
.mo-news-top .mo-title {
    font-size: 18px;
    font-weight: bold;
    color: #322f2d;
    text-decoration: none;
    line-height: 1.4;
    position: relative;
}
.mo-news-top .mo-title:hover {
    color: #000;
}
.mo-news-top .mo-title::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000;
    position: absolute;
    left: -20px;
    top: 8px;
}
.mo-news-top .mo-intro {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    height: 88px;
    overflow: hidden;
    margin-top: 18px;
    text-align: justify;
}
.mo-news-item {
    box-sizing: border-box;
    padding: 25px 30px 25px 50px;
    height: 105px;
    position: relative;
}
.mo-news-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 31px;
    right: 19px;
    bottom: -1px;
    background-color: #94ceff;
    height: 1px;
}
.mo-news-item a {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-decoration: none;
}
.mo-news-item a:hover {
    color: #67c1ff;
}
.mo-news-item [class^=mo-icon] {
    width: 19px;
    height: 13px;
    position: absolute;
    left: 23px;
    top: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.mo-news-item .mo-icon-pic {
    background-image: url(../images/mo-icon-pic.png);
}
.mo-news-item .mo-icon-video {
    background-image: url(../images/mo-icon-video.png);
}

.mo-award {
    font-size: 0;
    margin-left: -25px;
    margin-top: -30px;
}
.mo-award-item {
    display: inline-block;
    text-decoration: none;
    width: 25%;
    text-align: center;
    margin-top: 30px;
}
.mo-award-name {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.mo-big-button {
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 225px;
    line-height: 225px;
    background: #98baff;
    background: linear-gradient(to bottom, #86abff, #a2c3ff);
    border-radius: 10px;
    box-shadow: 0 5px 18px #d3eaff;
}
.mo-big-button:not(:first-child) {
    margin-top: 30px;
}

.mo-comments-item {
    position: relative;
    min-height: 180px;
    padding-left: 310px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 17px;
}
.mo-comments-item:not(:last-child) {
    margin-bottom: 35px;
}
.mo-comments-pic {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    width: 275px;
}
.mo-comments-pic img {
    width: 100%;
}
.mo-comments-info {
    /* 20191112 */
    padding-top: 20px;
    /* 20191112 end */
}
.mo-comments-info .mo-title {
    font-size: 18px;
    padding-bottom: 1em;
}
.mo-comments-info .mo-title a {
    color: #322f2d;
    text-decoration: none;
    font-weight: bold;
}
.mo-comments-info .mo-title a:hover {
    color: #67c1ff;
}
.mo-comments-info .mo-intro {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    overflow: hidden;
    height: 100px;
    text-indent: 2em;
    text-align: justify;
}
.mo-comments-item:nth-child(odd) {
    padding-left: 0;
    padding-right: 310px;
}
.mo-comments-item:nth-child(odd) .mo-comments-pic {
    left: auto;
    right: 0;
}

.mo-interview-top {
    border-bottom: 12px solid #f0f3f6;
}
.mo-interview-top .mo-pic img {
    width: 100%;
}
.mo-interview-top .mo-info {
    padding: 0 15px 15px;
}
.mo-interview-top .mo-info .mo-intro {
    font-size: 16px;
    color: #666;
    text-align: justify;
    line-height: 1.5;
    text-indent: 2em;
    height: 170px;
    overflow: hidden;
}
/* 20191112 */
.mo-interview-top .mo-info .mo-title {
    padding: 20px 0;
    display: table;
}
.mo-interview-top .mo-info .mo-title a {
    color: #322f2d;
    text-decoration: none;
    font-weight: bold;
    display: table-cell;
    height: 48px;
    font-size: 18px;
    vertical-align: middle;
}
/* 20191112 end */
.mo-interview-top .mo-info .mo-title a:hover {
    color: #67c1ff;
}
.mo-interview-list {
    padding: 20px 5px;
}
/* 20191112 */
.mo-interview-list .mo-item {
    padding: 10px 0;
}
.mo-interview-list .mo-item a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-left: 24px;
}
/* 20191112 end */
.mo-interview-list .mo-item a:hover {
    color: #67c1ff;
}
.mo-interview-list .mo-item a::after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #67c1ff;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
}

.mo-banner-item {
    margin-top: 50px;
}
.mo-banner-item img {
    width: 100%;
}
