/*
    全局样式
*/
* {
    margin: 0;
    padding: 0;
}

/*背景占满整个窗口*/
html,
body,
form {
    height: 100%;
}

/*除去footer的样式*/
.mosu-footer-except {
    padding-bottom: 200px;
    min-height: 100%;
}

/*footer样式*/
.mosu-footer {
    margin-bottom: 0;
    margin-top: -200px;
    height: 200px;
    background-color: rgba(1, 139, 244, 0.9);
    color: #eee;
    font-size: 18px;
    font-weight: 600;
}

.mosu-footer .mosu-a-ICP{
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 15px;
    font-weight: normal;
}

.mosu-footer .mosu-a-ICP:hover{
    text-decoration: none;
}

/* 背景色 */
.mosu-bg-white {
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}

.mosu-bg-dark {
    background-image: linear-gradient(to bottom, #353842, #1f2330);
}

/* 左侧padding 3rem */
.padding-left-3rem {
    padding-left: 3rem;
}

/*全局导航条*/
.mosu-nav-item {
    padding: 1.1rem;
}

.mosu-nav-item a {
    color: #eee !important;
}

.mosu-nav-item a:hover {
    color: #ec9e0d !important;
}

.mosu-active a {
    color: #ec9e0d !important;
    font-weight: bold;
}

/* space 行间隔 8rem */
.mosu-space {
    height: 8rem;
}

/* 全局视觉差滚动 */
.paralasic {
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
}

/*
    index页面样式
*/

/* banner图 */
.mosu-banner {
    position: relative;
    z-index: 2;
}

.mosu-banner .mosu-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
}

.mosu-banner .img-banner {
    background-image: url("../img/banner.jpg");
}

.mosu-banner .mosu-title {
    position: relative;
    padding-top: 40vh;
    text-align: center;
    z-index: 2;
    color: white;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-size: 6rem;
    font-weight: bolder;
}

.mosu-banner .mosu-title p {
    background: rgba(255, 255, 255, 0.8);
}


.mosu-banner .mosu-content {
    position: relative;
    z-index: 2;
    padding: 0 10% 40vh 10%;
    text-align: center;
    color: #ccc;
    font-size: 1.2rem;
    font-weight: 600;
}


.mosu-title-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: percentage;
    background-position: center top;
    background-attachment: fixed;
}

/* 项目标题样式 居中条件下 */
.mosu-title-block {
    text-align: center;
}

.mosu-title-block .mosu-title {
    font-size: 2.2rem;
    font-weight: bold;
}

.mosu-title-block .mosu-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

.mosu-title-block .mosu-content {
    padding-bottom: 1rem;
    font-size: 1.2rem;
}

/* 产品详情 */
.mosu-product-list {
    margin: 1rem 0;
}

.mosu-product-list .card-body {
    overflow: hidden;
}

.mosu-product-list a {
    color: #333;
}

.mosu-product-list h5 {
    font-weight: bold;
}

.mosu-product-list img {
    transition: all 1s;
}

.mosu-product-list:hover img {
    opacity: 0.9;
    transform: translateY(-2rem);
    transition: all 1s;
}

.mosu-product-list a:hover {
    color: #333;
    text-decoration: none;
}

.mosu-product-list .card-footer {
    background-color: #f1f1f1;
}

.mosu-btn-more {
    margin-top: 3rem;
    text-align: center;
}

.mosu-btn-more .mosu-btn {
    display: inline-block;
    padding: 1rem 4rem;
    background-color: #018cf5;
    font-size: 1.2rem;
    color: #fff;
    border: 0;
    font-weight: bold;
    border-radius: 2rem;

}

.mosu-btn-more .mosu-btn:hover {
    color: #ffffff;
    background-color: #1296fa;
    text-decoration: none;
    cursor: pointer;
}

/* 关于我们 */
.mosu-aboutus {
    display: flex;
    align-items: center;
}

.mosu-aboutus .mosu-img {
    background-image: url("../img/aboutus.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 100%;
    height: 60vh;
}

.mosu-aboutus .mosu-btn {
    margin: 2vh 3rem;
    display: inline-block;
    padding: 1rem 4rem;
    background-color: #018cf5;
    font-size: 1.2rem;
    color: #fff;
    border: 0;
    font-weight: bold;
    border-radius: 2rem;
}

.mosu-aboutus .mosu-btn:hover {
    color: #ffffff;
    background-color: #1296fa;
    text-decoration: none;
    cursor: pointer;
}

/* 核心优势 */
.mosu-strength-font {
    padding-bottom: 1.5rem;
    width: 10rem;
    margin: auto;
}

.mosu-strength-font:hover {
    padding-bottom: 0.5rem;
    width: 11rem;
    transition: all 0.3s;
}

.mosu-strength-p {
    color: #333;
    font-weight: bold;
    font-size: 1.4rem;
}

/*
    Product页面
*/
/* banner */
.mosu-banner .img-product {
    background-image: url("../img/ourproducts.jpg");
    height: 50vh;
}

.mosu-banner .mosu-product-title {
    position: relative;
    padding-top: 25vh;
    text-align: center;
    z-index: 2;
    color: #eee;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-size: 4rem;
    font-weight: bolder;
}

/* 产品列表模块 */
.mosu-product-block {
    display: flex;
    align-items: center;
    height: 80vh;
}

.mosu-product-block-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mosu-product-block-img {
    flex: 1;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mosu-product-block-img .mosu-img {
    object-fit: cover;
    width: 100%;
}

/* 浅色系 */
.mosu-bg-white .mosu-product-block-title .mosu-title {
    font-size: 3.5rem;
    font-weight: bolder;
    color: #333333;
}

.mosu-bg-white .mosu-product-block-title .mosu-content {
    padding: 2rem 0;
    color: #555;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
}

.mosu-bg-white .mosu-product-block-title .mosu-btn {
    padding: 0.6rem 2rem;
    font-weight: 600;
}

/* 深色系 */
.mosu-bg-dark .mosu-product-block-title .mosu-title {
    font-size: 3.5rem;
    font-weight: bolder;
    color: #eeeeee;
}

.mosu-bg-dark .mosu-product-block-title .mosu-content {
    padding: 2rem 0;
    color: #aaaaaa;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
    overflow: auto;
}

.mosu-bg-dark .mosu-product-block-title .mosu-btn {
    padding: 0.6rem 2rem;
    font-weight: 600;
}

/*
    Contect us
*/
/* banner */
.mosu-banner .img-contect {
    background-image: url("../img/contectus.jpg");
    height: 60vh;
}

.mosu-banner .img-contect::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mosu-banner .mosu-contect-title {
    position: relative;
    padding: 25vh 0 20vh 20%;
    z-index: 2;
    color: #eee;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-size: 3.5rem;
    font-weight: bolder;
}

/* contact */
.mosu-contect {
    text-align: center;
}

.mosu-contect .mosu-content .mosu-title {
    color: rgba(1, 139, 244, 1);
    font-size: 4rem;
    padding-bottom: 2rem;
}

.mosu-contect .mosu-content .mosu-title i {
    padding: 1.8rem;
    border: rgba(1, 139, 244, 1) solid 5px;
    border-radius: 50%;
}

.mosu-contect .mosu-content .mosu-details {
    font-weight: bold;
    font-size: 1.5rem;
}

.mosu-btn-clipboard {
    display: none;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
}

.mosu-btn-clipboard:focus {
    outline: none;
}

.mosu-contect .mosu-map {
    border: 3px solid #f1f1f1;
    box-shadow: 1rem 1rem 1rem #888;
    margin: auto;
    width: 90%;
    height: 60vh;
}

/*
    产品详情页格式
*/
.mosu-product-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mosu-product-detail .mosu-title {
    padding: 2rem 0 1rem;
    font-size: 4rem;
    font-weight: bold;
}

.mosu-product-detail .mosu-subtitle {
    padding-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
}

.mosu-product-detail .mosu-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.mosu-product-detail .mosu-body .mosu-img {
    flex: 1;
}

.mosu-product-detail .mosu-body .mosu-img img {
    width: 100%;
}

.mosu-product-detail .mosu-body .mosu-content {
    flex: 3;
    padding: 0 1rem;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 2rem;
}

.mosu-product-detail .mosu-para {
    margin: 2rem 0;
}

.mosu-product-detail .table {
    text-align: center;
}

.mosu-product-detail .table caption {
    padding: 2rem 0;
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
}

.mosu-product-detail .mosu-btn {
    margin: 2rem 3rem;
    display: inline-block;
    padding: 1rem 4rem;
    background-color: #018cf5;
    font-size: 1.2rem;
    color: #ffffff;
    border: 0;
    border-radius: 2rem;
}

.mosu-product-detail .mosu-btn:hover {
    color: #ffffff;
    background-color: #1296fa;
    text-decoration: none;
}