@charset "UTF-8";
:root {
    --swiper-navigation-color: #0187D0;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    --blue: #0187D0;
    --green: #009843;
    --gray: #ddd;
}
.swiper-button-prev{
    left: -3rem;
}
.swiper-button-next{
    right: -3rem;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 62.5%;
}
body {
    text-rendering: optimizeLegibility;
    font-family: microsoft yahei, microsoft yahei ui,sans-serif;
    font-size: 1.4rem;
    color: #000;
}
input, button, select, textarea {
    border: 0;
    outline:0;
    appearance: none;
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
    list-style: none;
}
li,dd, p{
    line-height: 2.5rem;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
a{
    color: #000;
}
a img {
    border: none;
}
a, a:active, a:hover {
    text-decoration: none;
}
a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table{
    width: 100%!important;
    max-width: 100%!important;
    border-collapse: collapse;
}
table th{
    background: #EEF1F2;
    border: 1px solid #ddd;
}
table th,
table td{
    border: 1px solid #ddd!important;
    padding: 10px;
}
table tbody tr:nth-child(2n){
    background: #EEF1F2;
}
/*外边距*/
 .m-t-default{
     margin-top: 3rem;
 }
/*内边距*/
 .p-b-default{
     padding-top: 3rem;
     padding-bottom: 3rem;
 }
@media (max-width: 576px) {
    .m-t-default {
        margin-top: 1.5rem;
    }
    .p-b-default {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

/*图片缩放*/
.image-zoom{
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.image-zoom img{
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 500ms ease 0s;
}
.image-zoom img:hover{
    transform: scale(1.15);
}
.text-center{
    text-align: center;
}
.text-indent{
    text-indent: 30px;
}
.overflow-x__scroll {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
.overflow-x__scroll::-webkit-scrollbar {
    display: none;
}
.container-fluid{
    width: 100%;
}
/*容器*/
.container {
    width: 100%;
    max-width: 120rem;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 576px) {
    .container {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

/*标题*/
.title-default{
}
.title-default p:first-child{
    position: relative;
    padding-bottom: 3rem;
    font-size: 32px;
    font-weight: 500;
}
.title-default p:first-child::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    width: 5rem;
    height: 4px;
    background: var(--green);
}
.title-default p:nth-child(2){
    margin-top: 1rem;
    font-size: 1.6rem;
}
@media (max-width: 576px) {
    .title-default p:first-child {
        padding-bottom: 0.5rem;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .title-default p:first-child::after {
        height: 0.2rem;
    }
    .title-default p:nth-child(2) {
        margin-top: 0.5rem;
        font-size: 1.4rem;
    }
}

/*标题和更多*/
.title-more{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.title-more p:first-child{
    position: relative;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--green);
}
.title-more p:first-child:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 5rem;
    height: 2px;
    background: var(--green);
}
@media (max-width: 576px) {
    .title-more p:first-child {
        padding-bottom: 0.5rem;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .title-more p:first-child::after {
        height: 0.2rem;
    }
    .title-more p:nth-child(2) {
        margin-top: 0.5rem;
        font-size: 1.4rem;
    }
}
/*头部*/
header{
    position: sticky;
    top: 0;
    z-index: 1000000000;
    background: #FFF;
    border-top: 1px solid #019946;
}
.header-container{
    display: flex;
    justify-content: space-between;
}
.header-container > .logo{
    display: flex;
    align-items: center;
}
.header-container > .logo > a > img{
    height: 4rem;
}

@media (min-width: 992px) {
    nav{
    }
    nav > ul{
        display: flex;
    }
    nav > ul > li{
        position: relative;
        line-height: 8rem;
        padding: 0 2rem;
    }
    nav > ul > li > a{
        font-size: 1.6rem;
        display: block;
    }
    nav > ul > li:last-child{
        padding: 0 1rem;
    }
    nav > ul > li > ul{
        position: absolute;
        top: 6rem;
        left: 0;
        display: none;
        width: 8rem;
        background: #FFF;
        box-shadow: 0 0 1px rgba(96,96,96,.31);
        border-radius: 4px;
        padding: 1rem 0 1rem 1rem;
    }
    nav > ul > li:hover ul{
        display: block;
    }
    .nav-switch{
        display: none;
    }
}
@media (max-width: 992px) {
    .header-container{
        height: 6rem;
    }
    .header-container > .logo > a > img{
        width: 70%;
    }
    nav{
        position: fixed;
        top: 6rem;
        left: 0;
        right: 0;
        background: #FFF;
        display: none;
    }
    nav > ul{
        padding: 0 3rem 3rem;
    }
    nav > ul > li{
        position: relative;
        padding: 1rem 0;
        border-bottom: 1px solid #ededed;
    }
/*    nav > ul > li:nth-last-child(1),
    nav > ul > li:nth-last-child(2){
        display: none;
    }*/
    nav > ul > li a{
        display: block;
    }
    nav > ul > li > i.down {
        position: absolute;
        right: 1.6rem;
        top: 1.9rem;
        z-index: 10;
        transition: all .3s linear;
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: 50%;
        background: url("https://oss.schsemi.com/static/home/image/arrow.png") no-repeat center center / 1.2rem 1.2rem;
        text-align: center;
        color: #fff;
    }
    nav > ul > li.active > i.down {
        transform: rotate(180deg);
    }
    .nav-switch{
        display: block;
        width: 6rem;
        height: 6rem;
        background: url("https://oss.schsemi.com/static/home/image/nav-open.png") no-repeat center center / 3rem 3rem;
    }
    .nav-close{
        display: block;
        width: 6rem;
        height: 6rem;
        background: url("https://oss.schsemi.com/static/home/image/nav-close.png") no-repeat center center / 3rem 3rem;
    }
}
/*海报*/
.banner{
    position: relative;
}
.banner-image img{
    width: 100%;
}
.banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    color: #FFF;
}
.banner-text p{
    width: 50%;
    padding-top: 20px;
    font-size: 16px;
}
.banner-text p:first-child{
    font-size: 32px;
}
.banner-footer{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
/*菜单*/
.menu-container{
    position: sticky;
    top: 8rem;
    z-index: 10000;
    background: #F5F9FC;
}
.menu-container ul{
    display: flex;
    justify-content: center;
}
.menu-container ul li{
    line-height: 5rem;
    margin: 0 3rem;
    font-size: 1.6rem;
}
.menu-container ul li.active,
.menu-container ul li:hover{
    border-bottom: 2px solid var(--blue);
}
@media (max-width: 992px) {
    .menu-container{
        top: 6rem;
        padding: 0 1.5rem;
    }
    .menu-container ul{
        display: flex;
        justify-content: start;
    }
    .menu-container ul li{
        line-height: 4rem;
        margin: 0 1.5rem;
    }
}

/*选择器*/
.selector-list{

}
.selector-list ul li{
    line-height: 5rem;
    border-bottom: solid 1px #DDD;
}
.selector-list ul li span{
    cursor: pointer;
}
.selector-list ul li span:not(:first-child){
    margin: 0 1rem;
}
.selector-list ul li span.active{
    color: var(--blue);
}

.selector-button-group{
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}
.selector-button-group button{
    line-height: 25px;
    margin: 0 10px;
    padding: 0.5rem 2rem;
    border: solid 1px var(--gray);
    border-radius: 3rem;
}
/*产品列表 解决方案列表 */
.list-default{
}
.list-default ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 -1rem;
}
.list-default ul li{
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)!important;
    width: calc(25% - 2rem);
    margin: 1rem;
}
.list-default ul li:hover{
    box-shadow: 16px 16px 38px 0px rgba(0, 0, 0, 0.23)!important;
}


.item-default{

}
.item-default .thumb{
    width: 80%;
    margin: 0 auto;
}
.item-default .text{
    padding: 2rem;
}
.item-default .text p:first-child{
    font-size: 18px;
    font-weight: 500;
}
.item-default .text p:last-child{
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6e7987;
}
@media (max-width: 576px) {
    .list-default ul {
        margin: 0 -0.375rem;
    }
    .list-default ul li {
        width: calc(50% - 0.75rem);
        margin: 0.375rem;
    }
    .item-default .text{
        padding: 10px;
    }
}
/*产品特点*/
.characteristic-container{
    background: #D3DDF1;
}
.characteristic-list ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
.characteristic-list ul li{
    width: calc(20% - 2rem);
    background: #FFF;
    margin: 1rem;
    padding: 3rem;
}
.characteristic-list ul li:hover{
    animation: bounce .1s .2s ease both;
}
.characteristic-list ul li p{
    margin-top: 1rem;
}
.characteristic-list ul li p:nth-child(2){
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--blue);
}
@media (max-width: 576px) {
    .characteristic-list ul{

    }
    .characteristic-list ul li{
        width: calc(50% - 0.75rem);
        margin: 0.375rem;
        background: #FFF;
        padding: 3rem;
    }
}
/*下载*/
.download-container{
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 30%;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)!important;
    padding: 2rem;
}
.download-container p{
    font-size: 1.6rem;
    font-weight: 500;
}
.download-container a{
    display: block;
    border: 1px solid #DDD;
    padding: 0.5rem 3rem;
}
@media (max-width: 576px) {
    .download-container{
        width: 100%;
        padding: 1.5rem;
    }
}
/*分页*/
.page-container{

}
.page-container ul{
    display: flex;
    justify-content: center;
}
.page-container ul li{
    margin: 0 0.5rem;
    border: 1px solid #ddd;
    text-align: center;
}
.page-container ul li.active{
    background: var(--blue);
    border: 1px solid var(--blue);
}
.page-container ul li a{
    display: block;
    padding: 0.5rem 1.5rem;
}
.page-container ul li.active a{
    color: #FFF;
}

/*底部*/
footer{
    background: #231816;
    color: #E8E3E3;
}
.footer-nav-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-nav-container dl{
}
.footer-nav-container dl a{
    color: #FFF;
}
.footer-nav-container dl dt{
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.footer-nav-container dl dd{
    padding: 0.5rem 0;
}
.footer-nav-container dl dd img{
    background: #FFF;
    padding: 0.5rem;
    max-width: 10rem;
}
.footer-nav-container dl dd p{
    padding-top: 0.8rem;
}

@media (max-width: 1200px) {
    .footer-nav-container dl{
        width: 100%;
        border-bottom: 1px solid #4e5154;
    }
    .footer-nav-container dl:last-child{
        border-bottom: none;
    }
    .footer-nav-container dl dt{
        line-height: 5rem;
        margin-bottom: 0;
    }
    .footer-nav-container dl:not(:last-child) dd{
        display: none;
    }
}
.copyright{
    border-top: 1px solid #675D5B;
    margin-top: 2rem;
    padding-top: 2rem;
}
.copyright a{
    color: #FFF;
}

/*right side*/
.right-side{
    position:fixed;
    z-index:9999;
    right:0;
    bottom: 1rem;
}
.right-side ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    position: relative;
    width: 35px;
    height: 35px;
    background: #FFF;
    box-shadow: 0px 3px 6px rgba(34,124,217,0.16);
    cursor: pointer;
}
.right-side ul li:nth-child(2),
.right-side ul li:nth-child(3){
    border-bottom: 1px solid #EAEAEA;
}
.right-side ul li:last-child{
    margin-top: 1rem;
    opacity: 0;
}
.right-side ul li:hover{
    background: var(--blue);
    color: #FFF;
}
.right-side ul li i{
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
/*.right-side ul li:nth-child(1) i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/online-support.png");
}
.right-side ul li:nth-child(1):hover i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/online-support-white.png");
}*/
.right-side ul li:nth-child(1) i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/mobile.png");
}
.right-side ul li:nth-child(1):hover i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/mobile-white.png");
}
/*.right-side ul li:nth-child(3) i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/im.png");
}
.right-side ul li:nth-child(3):hover i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/im-white.png");
}*/
.right-side ul li:nth-child(2) i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/wechat.png");
}
.right-side ul li:nth-child(2):hover i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/wechat-white.png");
}
.right-side ul li:nth-child(3) i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/top.png");
}
.right-side ul li:nth-child(3):hover i{
    background-image: url("https://oss.schsemi.com/static/home/image/right-side/top-white.png");
}
.right-side ul li p{
    width: 100%;
    text-align: center;
}
.right-side ul li:first-child p{
    background: var(--blue);
    color: #FFF;
}
.right-side ul li dl{
    position: absolute;
    right: 10rem;
    bottom: 0;
    display: none;
    width: 16rem;
    padding: 1rem;
    background: #FFF;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(5,87,195,0.2);
    border: 1px solid #eee;
    color: #4e4e4e;
    text-align: center;
}
.right-side ul li dl:after{
    position: absolute;
    right: -1rem;
    bottom: 1rem;
    width:0;
    height:0;
    border-left: 1rem solid #FFF;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    content: "";
}
.right-side ul li:hover dl{
    display: block;
}
@media (max-width: 576px) {
    .right-side{
        display: none;
    }
}
