@import "common.css";
@import "reset.css";

.sectionTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/font_2766067_l9vxhf7zvy.woff2') format('woff2'), url('../font/font_2766067_l9vxhf7zvy.woff') format('woff'), url('../font/font_2766067_l9vxhf7zvy.ttf') format('truetype')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #FFFFFF
}

a:hover {
    color: #FFFFFF
}

#home-banner {
    height: auto !important
}

.container #product-title {
    width: 100%;
    min-width: 1200px;
    height: 340px;
    top: 150px;
    position: absolute;
    font-family: PingFangSC-Semibold, PingFang SC
}

.container #product-title .main-content {
    width: 1200px;
    margin: 0 auto;
    z-index: 5
}

.container #product-title .main-content .title {
    margin: 0 auto;
    padding-top: 44px;
    font-size: 30px;
    color: black;
    font-weight: 600;
    line-height: 50px
}

.container #product-title .main-content .title-english {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 65%
}

.container #product-title .main-content .detail {
    color: #788297;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 52px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 39px
}

.container #product-title .main-content .detail p {
    width: 640px
}

.container #product-title .main-content .appointment {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 56px;
    background: #ff9900;
    border-radius: 5px;
    cursor: pointer;
    line-height: 56px;
    text-align: center
}

.container #product-title .main-content .appointment:hover {
    background: #ff9900
}

.container #product-title .main-content .appointment p {
    display: inline-block;
    line-height: 56px;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF
}

.container #product-title .main-content .getWhitePaperBtn {
    vertical-align: middle;
    display: inline-block;
    width: 160px;
    height: 56px;
    border-radius: 5px;
    line-height: 56px;
    background-color: #fff;
    text-align: center;
    color: #333333;
    cursor: pointer;
    user-select: none;
    margin-left: 20px
}

.container #product-title .main-content .getWhitePaperBtn:hover {
    background-color: #ff9900;
    color: #fff
}

.container .product-box .title {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 50px;
    margin: 60px 0 30px;
}

.container .product-box .detail {
    padding-bottom: 55px;
    width: 1108px;
    margin: 0 auto;
}

.container .product-box .detail p {
    color: #888;
    font-size: 16px;
}

.container .product-box img {
    max-width: 100%;
    /*display: block;*/
    /*width: 1200px;*/
    /*margin: 0 auto 70px*/
}

.container .clear-float::after {
    content: '';
    clear: both;
    display: block
}

.product-tab-vertical {
    display: flex;
    width: 1108px;
    margin: auto;
    justify-content: center;
}

.swiper-tab-vertical {
    height: 500px;
    overflow: hidden;
    width: 500px;
}

.tab-vertical-content-item {
    height: 100%;
    text-align: center;
}

.tab-vertical-content-item img {
    height: 100%;
    width: auto;
}

.vertical-tabs {
    text-align: center;
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vertical-tabs .tab-item p {
    background: #fff;
    box-shadow: 0px 5px 10px #d9d9d9;
    color: #000;
    margin: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
    border-radius: 30px;
    width: 200px;
}

.vertical-tabs .tab-item.active p {
    background: #ff9900;
    color: #fff;
}

.horizontal-tabs {
    display: flex;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
}

.horizontal-tabs .tab-item {
    width: 150px;
    height: 59px;
    margin-right: 16px;
    text-align: center;
    line-height: 59px;
    position: relative;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.horizontal-tabs .tab-item.active {
    color: #ff9900;
}

.horizontal-tabs .tab-item.active:after {
    content: '';
    position: absolute;
    background: #FF9900;
    width: 80px;
    height: 2px;
    left: 35px;
    bottom: 0;
}

.tab-line {
    height: 1px;
    background: #E1E1E1;
}

.horizontal-content-item {
    display: none;
    padding: 50px 0;
}

.horizontal-content-item.active {
    display: block;
}

.horizontal-content-item-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-content-item-info {
    margin-right: 100px;
}

.horizontal-content-item img {
    height: 500px;
}

.horizontal-content-item-info .item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.horizontal-content-item-info p {
    color: #888;
    font-size: 16px;
    margin-bottom: 10px;
    width: 400px;
}

.product-flex-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 60px;
}

.flex-list-item {
    width: 30%;
    margin: 20px 1.5%;
    background: #fafafa;
    box-sizing: border-box;
    padding: 25px 15px 10px;
    border: 1px solid #f8f2f2;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    min-height: 150px;
}

.flex-list-item img {
    position: absolute;
    right: 30px;
    top: -40px;
    width: 80px;
}

.flex-list-item .item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}