@charset "utf-8";
/* @import "fonts.css"; */
/* 初始化 */

html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    font-size: 625%;
    /*10 ÷ 16 × 1000% = 625% = 100px*/
    /* 1rem = 100px */
    max-width: 750px;
    margin: 0 auto;
    background: #FFFFFF;
}

body {
    font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
    text-align: center;
    background: none;
    overflow-x: hidden;
    overflow-y: visible;
    /* color: #FFFFFF; */
    font-size: 12px;
    font-size: .12rem;
    padding: 0;
    margin: 0;
}

div {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #666666;
    font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
    transition: all .4s;
}

a:hover {
    color: #000;
}

input {
    vertical-align: middle;
    outline: none;
    font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
}

input[type="radio"] {
    vertical-align: -1px;
    vertical-align: middle\9;
}

.input_txt {
    height: 18px;
    height: 22px\9;
    padding-left: 1px;
    padding-top: 4px;
    padding-top: 0\9;
    border: 1px solid #B3D0DF;
    *line-height: 22px;
}

textarea {
    outline: none;
    font-family: 'SourceHanSansCN-Regular', '微软雅黑', sans-serif;
    resize: none
}

p {
    margin: 5px 0;
    font-size: 16px;
    font-family: sans-serif;
}

form {
    padding: 0;
    margin: 0;
}

strong {
    font-family: 'SourceHanSansCN-Bold', '微软雅黑', sans-serif;
}

/* 常用类 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.inlineBlock {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.opacity {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.clearBoth {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.breakAll {
    word-wrap: break-word;
    word-break: break-all;
}

/* 页码 */

.pagination {
    text-align: center;
    display: flex;
}

.pagination li {
    width: 33px;
    height: 33px;
    margin-right: 1px;
    display: block;
    transition: all .4s;
}

.pagination li.hover {
    background-image: url(../images/page_active.png);
}

.pagination li.active {
    background-image: url(../images/page_active.png);
}

.pagination li a {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    line-height: 33px;
    text-align: center;
    color: #fefefe;
}

.pagination li span {
    line-height: 33px;
}

.pagination li.active a {
    color: #252e4f;
}

.pagination li.active span {
    color: #252e4f;
}

.pagination li.hover a {
    color: #252e4f;
}

.pagination .disabled {
    /* color: red; */
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/* 主框架 */

#all {
    width: 100%;
    position: relative;
    box-sizing: content-box;
    padding-top: 1.05rem;
}

.footer-elem {
    display: none;
}

.header-elem {
    display: none;
}

.header-elem-wap {
    position: fixed;
    z-index: 99;
    background-color: #FFFFFF;
    width: 100%;
    top: 0;
    left: 0;
    height: 1.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-elem-wap .logo {
    width: 1.67rem;
    height: .6rem;
    background-image: url(../images/logo-m.png);
    background-size: 100% 100%;
    margin-left: .25rem;
}

.header-elem-wap .expand-btn {
    background-image: url(../images/expand-btn.png);
    background-size: 100% 100%;
    width: .36rem;
    height: .26rem;
    margin-right: .35rem;
}

#expand-menu-wap {
    position: fixed;
    top: 0;
    width: 4.8rem;
    right: -4.8rem;
    background-color: #FFFFFF;
    transition: all .4s;
    z-index: 99;
    box-sizing: border-box;
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    padding-top: 1.05rem;
}

#expand-menu-wap.expand {
    right: 0;
    opacity: 1;
}

#expand-menu-wap .close-btn {
    position: absolute;
    width: .28rem;
    height: .28rem;
    background-image: url(../images/close-btn.png);
    background-size: 100% 100%;
    top: 0.4rem;
    right: .4rem;
}

#expand-menu-wap .top-menu {
    position: relative;
}

#expand-menu-wap .top-menu .menu-item {
    transition: all .4s;
    position: relative;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #999999;
    font-size: .3rem;
    width: 100%;
    display: block;
}

#expand-menu-wap .top-menu .item.active {
    color: #000000;
}

#expand-menu-wap .top-menu .menu-item:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .2rem;
    width: .6rem;
    height: .05rem;
    background-color: #999999;
    opacity: 0;
}

#expand-menu-wap .top-menu .menu-item.active:after {
    opacity: 1;
    background-color: #000;
}

.model-list {
    width: 7rem;
    transition: all .4s;
    margin: 0 auto;
    padding-top: .25rem;
    position: relative;
    /* padding-bottom: 35px; */
}

.gutter {
    width: .2rem;
}

.model-list .item {
    width: 3.4rem;
    /* padding-left: 25px;
    padding-right: 25px; */
    transition: all .4s;
    padding-bottom: .2rem;
    display: block;
    cursor: pointer;

    position: absolute;
    top: 0;
    left: 0;
}

.model-list .item .picture-elem {
    position: relative;
    overflow: hidden;
}

.model-list .item .picture-elem img {
    width: 100%;
    display: block;
    transition: all .4s;
    position: relative;
    z-index: 1;
}

.model-list .item:hover .picture-elem img {
    transform: scale(1.2);
}

.model-list .item .title {
    height: .5rem;
    line-height: .5rem;
    background-color: #f1f1f1;
    text-align: left;
    color: #333333;
    font-size: .22rem;
    box-sizing: content-box;
    padding: 0 .25rem;
}

.model-list .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    transition: all 0.6s ease;
    text-align: center;
    opacity: 0;

    overflow: hidden;
}

.model-list .item:hover .overlay {
    opacity: 1;
}

.model-list .item .overlay h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 50%;
}

.model-list .item .overlay p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.category-title {
    margin-top: .55rem;
    font-size: .6rem;
    color: #000;
}

.cate-elem {
    display: flex;
    margin-top: .4rem;
    justify-content: center;
}

.cate-elem .cate-item {
    display: block;
    /* margin-right: 70px; */
    cursor: pointer;
    position: relative;
    transition: all .4s;

    color: #666666;
    font-size: .24rem;
    margin: 0 .2rem;
}

.cate-elem .cate-item:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.05rem;
    width: .3rem;
    height: .03rem;
    background: #000000;
    transition: all .4s;

    opacity: 0;
}

.cate-elem .cate-item.active {
    color: #000000;
}

.cate-elem .cate-item.active:after {
    opacity: 1;
}

.cate-elem .cate-item:hover {
    color: #000000;
}

.cate-elem .cate-item:hover:after {
    opacity: 1;
}

.model-name {
    margin-top: .55rem;
    text-align: center;
    color: #000000;
    font-size: .6rem;
}

.model-param {
    display: flex;
    justify-content: center;
    margin-top: .25rem;
}

.model-param .param-item {
    margin: 0 .2rem;
    color: #666666;
    font-size: .24rem;
}

.gallery-switch-elem {
    display: flex;
    justify-content: center;
    margin-top: .55rem;
}

.gallery-switch-elem .switch-item {
    cursor: pointer;
    display: block;
    transition: all .4s;
    margin: 0 .2rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    padding: 0 .25rem;
    font-size: .24rem;

    color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

.gallery-switch-elem .switch-item.active {
    color: #2e2923;
    border-color: #2e2923;
}

.gallery-switch-elem .switch-item:hover {
    color: #2e2923;
    border-color: #2e2923;
}

.homeSwiper {
    width: 5.9rem;
    height: 6.8rem;
    position: relative;
    z-index: 1;
    padding-top: .8rem;

    margin: 0 auto !important;
}

.swiper-slide {
    position: relative;
}

.homeSwiper .swiper-pagination {
    position: absolute;
    bottom: 15px !important;
    width: auto !important;
    height: 12px !important;
    display: inline-block;
    z-index: 99;
    right: 5px;
    left: auto !important;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 5px !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 12px !important;
    width: 12px;
    background: #eeeeee;
    border-radius: 50%;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #999999;
}

.about-elem {
    width: 6.4rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.about-text-elem {
    width: 6.4rem;
    text-align: left;
    margin: 0 auto;
    padding-top: .8rem;
}


.about-text-elem .title {
    position: relative;
    color: #000000;
    font-size: .5rem;
    line-height: .6rem;
    font-weight: bold;
    padding-bottom: .6rem;
}

.about-text-elem .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .7rem;
    height: .08rem;
    background-color: #b5b5b5;
}

.about-text-elem .content {
    padding-top: .7rem;
    color: #666666;
    font-size: 16px;
}

.contact-table-elem {
    width: 100%;
    min-height: calc(100vh - 1.05rem);
    background-color: #fcfcfc;
    position: relative;
}

.contact-topic {
    padding-top: .7rem;
    text-align: center;
    color: #000000;
    font-size: .55rem;
}

.contact-info-elem {
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #f5f5f5;
    border-radius: .3rem;
    margin: 0 auto;
    margin-top: .4rem;
}

.contact-info-elem .info-item {
    text-align: center;
    line-height: .3rem;
}

.contact-info-elem .info-item .introduce {
    font-size: .2rem;
    color: #666666;
    margin-top: .15rem;
}

.contact-info-elem .info-item .info {
    font-size: .24rem;
    color: #000000;
}

.contact-info-elem .gap-item {
    width: 2px;
    height: 20px;
    background-color: #cccccc;
}

.contact-table {
    width: 6.4rem;
    margin-top: .4rem;
    margin-left: auto;
    margin-right: auto;
}

.contact-table .input {
    width: 100%;
    border: 0;
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
}

.contact-table .text-area {
    width: 100%;
    border: 0;
    height: 120px;
    line-height: 1.6em;
    resize: none;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
}

.contact-table .submit-btn {
    transition: all .4s;
    opacity: .75;
    width: 100%;
    border: 0;
    background-color: #e52a2a;
    border-radius: 10px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.contact-table .submit-btn:hover {
    opacity: 1;
}