/* ==================页头============*/
.SAM-header a {
    color: #383838;
}
.SAM-header {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    position: relative;
}

.SAM-header-Menu {
    font-family: 'iconfont';
    display: none;
}

.SAM-header-logo {
    width: 24%;
    color: #111;
    opacity: 0.8;
}

.SAM-header-logo-img>img {
    width: 110%;
}

.SAM-header-website {
    padding: 5px 0 0 5px;
    margin: 0;
}

.SAM-header-tel {
    padding: 0px 5px;
    margin: 0;
}

.SAM-header-nav {
    width: 76%;
    text-align: right;
    color: #111;
    display: flex;
    flex-direction: column;
}

.SAM-header-nav-input {
    margin: 30px 0 20px;
}

.SAM-header-nav-input-input {
    width: 100%;
    max-width: 650px;
    display: inline-block;
}

.SAM-search-input-group {
    border-radius: 20px / 50%;
    border: 1px solid #ccc;
}

.SAM-search-form-control {
    width: 99%;
    border-radius: 20px / 50%;
    border: 0;
    outline: none;
    background-color: #fff;
    box-shadow: none;
}

.SAM-search-form-control:focus {
    box-shadow: none;
}

.SAM-search-btn:hover, .SAM-search-btn:focus {
    outline: none;
    border: 0;
}

.SAM-search-btn {
    width: 120px;
    color: #fff;
    height: 101%;
    margin-right: -2px;
    border-radius: 20px / 50%;
    background-color: #6C6C6C;
    border: 2px solid #6C6C6C;
}

.SAM-search-btn:hover {
    background-color: #2f67b3;
    border: 2px solid #2f67b3;
}

.SAM-header-nav-nav {
    font-size: 0;
}

.SAM-header-nav-nav>li {
    font-size: 17px;
    display: inline-block;
    padding: 0 1.2% 2rem;
    line-height: 150%;
    color: #111;
    border-bottom: 2px solid #fff;
}

.SAM-header-nav-nav>li:last-child {
    background-color: #2f67b3;
    color: #fff;
    padding: 5px 10px;
}

.SAM-header-nav-nav>li a, .SAM-header-nav-nav>li a:hover {
    color: #111;
}

.SAM-header-nav-nav>li:last-child:hover {
    background-color: #2f67b3;
}

.SAM-header-nav-nav>li:last-child a {
    color: #fff;
}

.SAM-header-nav-nav>li a {
    position: relative;
}

.SAM-header-nav-nav>li>a:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #111;
    opacity: 0.5;
    position: absolute;
    top: 100%;
    left: 0%;
    transition: all .5s;
}

.SAM-header-nav-nav>li:last-child a:hover:after {
    content: "";
    width: 0;
}

li:hover .modules-nav {
    display: block;
}

.modules-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    z-index: 1000;
    background-color: #fff;
    text-align: left;
    box-shadow: 0.79rem 0.71rem 0.97rem 0.34rem rgba(0, 0, 0, 0.1);
}

.modules-nav-ul li {
    margin: 10px 0;
}

.header-PRODUCT li {
    margin: 1px 0;
}

.modules-nav-all {
    width: 80%;
    margin: 10px auto;
    display: flex;
}


/* 一行四列 */
.modules-nav-ul4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.modules-nav-ul4 li {
    width: 25%;
}
.modules-nav-ul4 li a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    /* padding: 1px 15px; */
    font-weight: normal;
}
.modules-nav-ul4 li a:hover {
    text-decoration: none;
    font-weight: normal;
    background-color: #2f67b3;
    color: #fff;
}
.modules-nav-ul4 li {
    margin: 10px 0;
}




.modules-nav-ul {
    flex: 1;
    max-width: 33%;
}

.modules-nav-ul:last-of-type {
    width: 100%;
}

.modules-nav-ul h4 {
    padding: 5px 15px;
}

.modules-nav-ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    padding: 1px 15px;
    font-weight: normal;
}

.modules-nav-ul li a:hover {
    text-decoration: none;
    font-weight: normal;
    background-color: #2f67b3;
    color: #fff;
}

.haha {
    width: 100%;
}

.search {
    margin: 10px;
    display: none;
    /* position: absolute; */
    /* top: 44px; */
}

/* 移动端导航 */

#menu-checkbox {
    display: none;
}

#search-checkbox {
    display: none;
}

.mobileNav {
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    display: none;
}

* {
    margin: 0;
    /* padding: 0; */
    text-decoration: none;
    /* box-sizing: content-box ; */
}

ul {
    list-style: none;
}

.wrap {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.wrap>.out_ul>li {
    width: 100%;
}

.wrap>.out_ul>li>div {
    box-sizing: content-box;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    width: calc(100% - 44px);
    position: relative;
    color: #383838;
    padding: 14px 22px;
    font-size: 16px;
    transition: background-color .3s linear;
    /* border-bottom: solid 1px #f5f5f5; */
    background-color: #fff;
}

.wrap>.out_ul>li:hover>div {
    background-color: #F7F7F7;
}

.wrap>.out_ul>li>div>i {
    padding-right: 12px;
    font-size: 18px;
}

.wrap>.out_ul>li>div>span {
    float: right;
    font-size: 16px;
    font-family: 'iconfont';
}

/* 二级菜单样式 */

.wrap>.out_ul>li>.Services_ul {
    display: none;
    width: 100%;
}

.wrap>.out_ul>li>.Services_ul>li {
    width: 100%;
}

.wrap>.out_ul>li>.Services_ul>li>div {
    box-sizing: content-box;
    width: calc(100% - 55px);
    height: 19px;
    color: #383838;
    padding: 14px 22px 14px 33px;
    display: inline-block;
    line-height: 10px;
    font-size: 16px;
    border-left: solid 1px transparent;
    background-color: #fff;
}

.wrap>.out_ul>li>.Services_ul>li>div>span {
    float: right;
    font-size: 16px;
    font-family: 'iconfont';
}

.wrap>.out_ul>li>.Services_ul>li:hover>div {
    border-left: solid 2px #2f67b3;
    transition: all .3s;
}

/* 三级菜单样式 */

#Design_ul {
    display: none;
}

#Design_ul>li>a {
    box-sizing: content-box;
    width: calc(100% - 44px);
    height: 19px;
    color: #383838;
    padding: 14px 0px 14px 44px;
    display: inline-block;
    line-height: 10px;
    font-size: 16px;
    border-left: solid 1px transparent;
    background-color: #fff;
}

#Design_ul>li:hover>a {
    border-left: solid 2px #2f67b3;
    transition: all .3s;
}

@keyframes hideIndex {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes showIndex {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

h6 {
    font-weight: bold;
    margin: 0;
    display: inline-block;
    font-size: 16px;
}

.firstLevel {
    font-size: 16px;
}

.search {
    display: none;
    font-family: 'iconfont';
    text-align: center;
}

/* phone */

@media only screen and (max-width: 768px) {
    html, body {
        font-size: 16px;
    }
    /* 页头导航 */
    .SAM-header {
        padding: 0 5%;
        /* height: 44px; */
    }
    .SAM-header-logo {
        width: 50%;
    }
    .SAM-header-website {
        display: none;
    }
    .SAM-header-tel {
        display: none;
    }
    .SAM-header-Menu {
        display: block;
    }
    .SAM-header-nav-nav {
        font-size: 0;
    }
    .SAM-header-nav {
        display: none;
    }
}

/* iPads  */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    html, body {
        font-size: 16px;
    }
    /* 页头导航 */
    .SAM-header {
        padding: 10px 5%;
        height: 100%;
    }
    .SAM-header-logo {
        width: 50%;
    }
    .SAM-header-logo img {
        height: 100%;
        width: 100%;
    }
    .SAM-header-website {
        display: none;
    }
    .SAM-header-tel {
        display: none;
    }
    .SAM-header-Menu {
        display: block;
        font-size: 23px;
    }
    .SAM-header-nav-nav {
        font-size: 0;
    }
    .SAM-header-nav {
        display: none;
    }
    /* 移动端 */
}

/* Desktops and laptops ----------- */

@media only screen and (max-width: 960px) {
    .SAM-search-btn {
        width: 60px;
        margin-top: -0px;
        border-radius: 20px / 50%;
        background-color: #2f67b3;
        border: 2px solid #2f67b3;
    }
    .SAM-search-btn:hover {
        background-color: #2f67b3;
        border: 2px solid #2f67b3;
    }
    /*  */
    #menu-checkbox:checked~.mobileNav {
        display: block;
        animation: showIndex 0.2s;
        -moz-animation: showIndex 0.2s;
        /* Firefox */
        -webkit-animation: showIndex 0.2s;
        /* Safari and Chrome */
        -o-animation: showIndex 0.2s;
        /* Opera */
    }
    .mobileNav {
        z-index: 100;
        top: 100%;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .SAM-header-nav {
        font-size: 16px;
    }
    .SAM-header-nav-nav>li {
        font-size: 16px;
    }
    .SAM-header-nav-input {
        margin: 10px 0;
    }
    .modules-nav-ul li a {
        font-size: 16px;
    }
    .modules-nav-ul h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

/* Large screens ----------- */

@media only screen and (min-width: 1960px) {}