*{
    margin: 0;
    padding: 0;
}
body {
    font-family: "PingFangSC-Medium,PingFang SC","Source Han Sans CN", "Microsoft YaHei", -apple-system, sans-serif;
    /*overflow-y:scroll;*/
    /*overflow-x:scroll;*/
    background: url(../images/pc.jpg) no-repeat;
    background-size: cover;
    margin: 0;
    overflow: hidden
}
.body-max {
    padding-top: 0.1px;
    height: 100vh;
    /*height: calc(100vh - 150px);*/
}
.body-logo {
    height: 176px;
    margin-top: 18vh;
    text-align: center;
}
.body-logo img {
    width: 362px;
    height: 176px;
}
.body-code {
    height: 183px;
    margin-top: 4vh;
    text-align: center;
}
.body-code img {
    width: 182px;
    height: 183px;
}
.body-title {
    height: 16px;
    font-size: 15px;
    font-weight: 300;
    color: #373838;
    line-height: 18px;
    margin-top: 9px;
    text-align: center;
}
.body-foot {
    width: 100vw;
    padding-top: 0.1px;
    position: absolute;
    min-height: 50px;
    max-height: 80px;
    bottom: 0;
    background: #eabcaf;
}
.body-foot .body-foot-content {
    height: 42px;
    font-size: 16px;
    font-weight: 300;
    color: #343434;
    line-height: 21px;
    margin: 3vh 0 3vh 3vw;
    display: inline-block;
}
.body-foot .body-foot-content a {
    color: #343434;
}
.body-foot .body-foot-icons {
    height: 48px;
    position: absolute;
    bottom: 1vh;
    right: 12vw;
    display: inline-block;
    float: right;
}
.body-foot-icons a {
    display: inline-block;
    margin-right: 1.6vw;
    position: relative;
}
.body-foot-icons a:last-of-type {
    margin-right: 0;
}
.body-foot-icons a img {
    width: 48px;
    height: 48px;
}
.wxImg {
    display: none;
    width: 128px;
    height: 160px;
    position: absolute;
    bottom: 55px;
    left: -40px;
    background: url(../images/qrbg2.png) no-repeat;
    background-size: 128px 160px;
}
.wxImg img {
    width: 117px !important;
    height: 117px!important;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}
li {
    list-style: none;
}
.clear {
    clear: both;
}
.maxBox {
    width: 100%;
    height: auto;
    position: relative;
}
a {
    text-decoration: none;
}
img{border:none;}
.modal-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 2000;
}
.modal-win {
    width: 365px;
    height: 198px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -99px;
}
.modal-win .modal-con {
    position: absolute;
    width: 325px;
    margin: 60px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
    text-align: center;
}
.modal-win .modal-foot {
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    text-align: center;
}
.modal-win .modal-foot input {
    width: 119px;
    height: 37px;
    background: #000000;
    border: 1px solid #000000;
    /*border-radius: 2px;*/
    color: #fff;
}
.modal-win a.close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../images/i-close.png) no-repeat;
    background-size: 12px 12px;
    cursor: pointer;
}
/* top navigation */
.navigation {
    height: 90px;
    width: 100%;
    margin: 0 auto;
    padding-top:0.1px;
    background:rgba(255,255,255,1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(236,236,236,1);
}
.navigation-middle {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.navigation-line {
    width:100%;
    height:1px;
    background:rgba(236,236,236,1);
}
.navigation-logo {
    /*margin-left: 18.75%;*/
    margin-top: 36px;
    height: 17px;
    width: 170px;
    float: left;
}
.navigation-logo img {
    max-width: 100%;
    /*max-height: 100%;*/
}
.navigation-menu {
    height: 52px;
    /*width: 22%;*/
    float: left;
    margin-top: 35px;
    margin-left: 14%;
    position: relative;
}
.navigation-menu li {
    float: left;
    height:100%;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:18px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 126px;
    text-align: center;
}
.navigation-menu a {
    display: inline-block;
    height: 100%;
    transition: all .3s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.navigation-menu a:after {
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,1);
    transform: scale(0);
    transition: all .3s;
}
.navigation-menu a:hover:after {
    /*border-bottom:2px solid rgba(0,0,0,1);*/
    /*text-decoration: #222222;*/
    transform: scale(1);
}
.navigation-menu li a {color:rgba(0,0,0,1)}
.navigation-menu li:nth-of-type(n+2) {
    /*margin-left: 100px;*/
}
/* navigation-select */
.navigation-menu-select {
    position: absolute;
    width:100%;
    /*height:238px;*/
    background:rgba(255,255,255,1);
    border-left:1px solid rgba(236,236,236,1);
    border-right:1px solid rgba(236,236,236,1);
    border-bottom:1px solid rgba(236,236,236,1);
    top: 91px;
    left: 0;
    display: none;
}
.navigation-menu-select .navigation-menu-select-main {
    /*max-width: 1100px;*/
    max-width: 470px;
    margin: 40px auto 40px;
}
.navigation-menu-select .navigation-menu-main-single {
    width: 120px;
    /*height: 215px;*/
    float: left;
}
.navigation-menu-select .navigation-menu-main-single:hover p {
    /*border-bottom: 1px solid rgba(0,0,0,1);*/
    text-decoration:underline;
}
.navigation-menu-select .navigation-menu-main-single img {
    width: 100%;
    height: 120px;
}
.navigation-menu-select .navigation-menu-main-single p {
    /*width: 26px;*/
    text-align: center;
    margin: 16px auto 0;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.navigation-menu-select .navigation-menu-main-single:nth-of-type(n+2) {
    margin-left:50px
}


.navigation-menu-select2 {
    position: absolute;
    width:100%;
    /*height:294px;*/
    background:rgba(255,255,255,1);
    border-left:1px solid rgba(236,236,236,1);
    border-right:1px solid rgba(236,236,236,1);
    border-bottom:1px solid rgba(236,236,236,1);
    top:91px;
    left: 0;
    display: none;
}
.navigation-menu-select2 .navigation-menu-select-main {
    /*max-width: 1100px;*/
    max-width: 470px;
    /*height: 215px;*/
    margin: 40px auto 40px;
}
.navigation-menu-select2 .navigation-menu-main-single {
    width: 120px;
    /*height: 215px;*/
    float: left;
}
.navigation-menu-select2 .navigation-menu-main-single:hover p {
    /*border-bottom: 1px solid rgba(0,0,0,1);*/
    text-decoration:underline;
}
.navigation-menu-select2 .navigation-menu-main-single img {
    width: 100%;
    height: 120px;
}
.navigation-menu-select2 .navigation-menu-main-single p {
    /*width: 26px;*/
    text-align: center;
    margin: 16px auto 0;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.navigation-menu-select2 .navigation-menu-main-single:nth-of-type(n+2) {
    margin-left:50px
}

.navigation-search {
    width:150px;
    height:30px;
    border-radius: 50px;
    border:1px solid rgba(0,0,0,1);
    float: right;
    /*margin-left: 10.5%;*/
    transform: scale(1);
    transition: width 1s;
    margin-top: 29px;
}
.navigation-search input {
    border: none;
    width: 70%;
    margin-left: 12px;
    outline: none;
    height: 100%;
    background: none
}
/*.navigation-search img {*/
/*    width: 16px;*/
/*    margin-right: 12px;*/
/*    float: right;*/
/*    margin-top: 7px;*/
/*}*/
.navigation-search button {
    width: 16px;
    height: 15px;
    display: inline-block;
    border: none;
    background: url(../images/searchMax.png) no-repeat center;
    background-size: 16px 15px;
    outline: none;
    margin-top: 7px;
    float: right;
    margin-right: 12px
}

.brand-select {
    position: absolute;
    width:100%;
    /*height:294px;*/
    background:rgba(255,255,255,1);
    border-left:1px solid rgba(236,236,236,1);
    border-right:1px solid rgba(236,236,236,1);
    border-bottom:1px solid rgba(236,236,236,1);
    top: 91px;
    left: 0;
    display: none;
}
.brand-select .brand-select-single {
    width: 1185px;
    margin: 70px auto;
}
.brand-select .brand-select-single .brand-select-single-img {
    width:160px;
    height:36px;
    border:1px solid rgba(221,221,221,1);
    float: left;
    cursor: pointer;
    text-align: center;
}
.brand-select .brand-select-single .brand-select-single-img:hover {
    border:1px solid rgba(0,0,0,1);
}
.brand-select .brand-select-single .brand-select-single-img img {
    max-width: 100%;
    height: 100%;
}
.brand-select .brand-select-single .brand-select-single-img img:last-of-type {
    display: none;
}
.brand-select .brand-select-single .brand-select-single-img:nth-of-type(n+2) {
    margin-left: 8px;
}
.brand-select .brand-select-single .brand-select-check {
    background: rgba(0,0,0,1);
    border: 1px solid rgba(0,0,0,1) !important;
}

    /*Home page banner*/
.banner {
    width: 100%;
    margin-top: 88px;
}
.banner img {
    width: 100%;
}
.banner .swiper-pagination-bullet-active {
    background: #C27E67 !important;
    /*opacity:0.77;*/
}
.banner .swiper-pagination {
    bottom: 41px !important;
    height: 9px !important;
}
.banner .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    margin: 0 9px !important;
}
.banner .swiper-button-next {
    right: 40px!important;
}
.banner .swiper-button-next:after {
    content: '' !important;
}
.banner .swiper-button-next img {
    width: 20px;
    height: 40px;
}
.banner .swiper-button-prev {
    left: 40px!important;
}
.banner .swiper-button-prev:after {
    content: '' !important;
}
.banner .swiper-button-prev img {
    width: 20px;
    height: 40px;
}

/*Home page main*/
.main {
    width: 100%;
    height: auto;
}
.main-column {
    width: 1200px;
    margin: 100px auto 0px;
}
.main-column p {
    width: 100%;
    text-align: center;
}
.main-column .title {
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.main-column .subtitle {
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.main-column .main-column-list {
    width: 100%;
    margin-top: 50px;
    height: 980px;
    position: relative;
}
.swiper-father {
    position: relative;
}
.main-column .main-column-list .main-column-list-single {
    width: 380px;
    float: left;
    margin-left: 30px;
    position: relative;
}
.main-column .main-column-list .main-column-list-single:nth-of-type(3n+1) {
    margin-left:0;
}
.main-column .main-column-list .main-column-list-single:nth-of-type(n+4) {
    margin-top: 25px;
}
.swiper-container {--swiper-preloader-color: #bbb}
.main-column .main-column-list .main-column-list-single .main-column-list-single-img {width: 380px;height: 380px;position: relative;}
.main-column .main-column-list .main-column-list-single .main-column-list-single-img img {width: 100%;height: 380px;position: absolute;top: 0;}
.main-column .main-column-list .main-column-list-single .main-column-list-single-img img:first-of-type {z-index: 9}
.main-column .main-column-list .main-column-list-single .main-column-list-single-img img:last-of-type {width: 100%;}
/*.main-column-list-single-img-last {display: none}*/
/*.main-column-list-single-img-last img {opacity: 0}*/
.main-column .main-column-list .main-column-list-single .main-column-list-single-title {
    text-align: center;
    height:18px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-top: 16px;
}
.main-column .main-column-list .main-column-list-single .main-column-list-single-subtitle {
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-top: 16px;
    text-align: center;
}
.main-column .swiper-button-next {
    right: -70px;!important;
    width: 12px;
    height: 24px;
    top: 45.5%;
}
.main-column .swiper-button-prev1 {
    left: -70px;!important;
    display: none;
    width: 12px;
    height: 24px;
    top: 45.5%;
}
.main-column .swiper-button-next:after {
    content: '';!important;
}
.main-column .swiper-button-prev:after {
    content: '';!important;
}
.main-column-list .swiper-pagination-bullet-active {
    background:rgba(0,0,0,0.78);
}
.main-column-list .swiper-pagination-bullets {
    height: 9px !important;
    line-height: 9px;
}
.main-column-list .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    margin: 0 14px 0 0 !important;
}
div:focus {
    outline: none;
}

/* Home page brand */
.brand-column {
    width: 1400px;
    margin: 100px auto 0;
}

.brand-column .swiper-button-next {
    right: 45px !important;
    width: 12px;
    height: 24px;
    top: 45.5%;
}
.brand-column .swiper-button-prev {
    left: 45px !important;
    width: 12px;
    height: 24px;
    top: 45.5%;
}
.brand-column .swiper-button-next:after {
    content: '';!important;
}
.brand-column .swiper-button-prev:after {
    content: '';!important;
}

.brand-column p {
    text-align: center;
}
.brand-column .title {
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.brand-column .subtitle {
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.brand-column-tab-list {
    width: 1200px;
    height: 38px;
    /*margin-top: 50px;*/
    margin: 50px auto 0;
}
.brand-column-tab {
    float: left;
    width: 24.8%;
    text-align: center;
    height:100%;
    font-size:14px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:38px;
    cursor: pointer;
    /*border: 1px solid rgba(221,221,221,1);*/
    border-top: 1px solid rgba(221,221,221,1);
    border-bottom: 1px solid rgba(221,221,221,1);
    border-left: 1px solid rgba(221,221,221,1);
}
.brand-column-tab-list div:last-of-type {
    border-right: 1px solid rgba(221,221,221,1);
}
.brand-column-tab:hover {
    border: 1px solid rgba(0,0,0,1);
}
.brand-column-tab:hover+.brand-column-tab {
    border-left: none;
}
.brand-column-tab-check {
    border-bottom: 1px solid rgba(0,0,0,1);
    border-top: 1px solid rgba(0,0,0,1);
    border-right: none;
    width: 25%;
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,1);
}
.swiper-father-brand {
    position: relative;
    display: none;
}
.swiper-father-brand-show {
    display: block;
}
.brand-column-assemble {
    width: 1200px;
    margin: 20px auto 0;
    display: block;
}
.brand-column-assemble-show {
    display: block;
}
.swiper-pagination-brand {
    text-align: center;
}
.swiper-pagination-brand .swiper-pagination-bullets {
    height: 9px !important;
    line-height: 9px;
    bottom: 2px !important;
}
.swiper-pagination-brand .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-left: 14px!important;
}
.swiper-pagination-brand .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}
.swiper-button-next.swiper-button-disabled {
    display: none !important;
}
.swiper-pagination-brand .swiper-pagination-bullet-active {
    background:rgba(0,0,0,0.77)!important;
}
.brand-column-assemble-list {
    margin-right: -30px;
}
.brand-column-assemble-single {
    width:380px;
    height:460px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.brand-column-assemble-single:nth-of-type(3n+3) {
    margin-right: 0;
}
.brand-column-assemble-single img {
    width: 100%;
    height: 100%;
}
.brand-column-assemble-single .single-cn {
    /*height:28px;*/
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    /*line-height:28px;*/
    position: absolute;
    top: 18px;
    left: 20px;
    width: auto !important;
}
.brand-column-assemble-single .single-en {
    /*height:25px;*/
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,1);
    /*line-height:25px;*/
    position: absolute;
    left: 20px;
    top: 42px;
    width: auto !important;
}
.brand-column-assemble-single-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.15);
    display: none;
}
.brand-column-assemble-single-more {
    width:200px;
    height:38px;
    background:rgba(255,255,255,1);
    position: absolute;
    bottom: 50px;
    left: 90px;
    text-align: center;
    font-size:13px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:38px;
    cursor: pointer;
}
.brand-column-assemble-single-more a {color:rgba(0,0,0,1);}
.brand-column-assemble-single-more:hover {
    width:200px;
    height:38px;
    background:rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}
.brand-column-assemble-single-more:hover a {color:rgba(255,255,255,1);}

/* Home page about*/
.about-column {
    width: 1200px;
    max-height: 950px;
    margin: 100px auto 120px;
}
.about-column p {
    text-align: center;
}
.about-column .title {
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.about-column .subtitle {
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.about-column-main {
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.about-column-main img {
    width: 100%;
}

/* Brand page */
.brand-content {
    width: 1200px;
    margin: 89px auto 120px;
    padding-top: 0.1px;
}
.brand-content .brand-content-title {
    text-align: center;
    height:40px;
    font-size:28px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:40px;
    margin-top: 80px;
}
.brand-content .brand-content-singles {
    width: 100%;
    margin-top: 50px;
}
.brand-content .brand-content-singles-line {
    width:100%;
    height:1px;
    background:rgba(221,221,221,1);
    margin-top: 30px;
}
.brand-content .brand-content-single {
    width:380px;
    height:460px;
    float: left;
    margin-left: 30px;
    position: relative;
}
.brand-content .brand-content-single:nth-of-type(3n+1) {
    margin-left: 0;
}
.brand-content .brand-content-single:nth-of-type(n+4) {
    margin-top: 30px;
}
.brand-content .brand-content-single img {
    width: 100%;
    height: 100%;
}

.brand-content .brand-content-single .single-cn {
    /*height:28px;*/
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,1);
    /*line-height:28px;*/
    position: absolute;
    top: 18px;
    left: 20px;
}
.brand-content .brand-content-single .single-en {
    /*height:25px;*/
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,1);
    /*line-height:25px;*/
    position: absolute;
    left: 20px;
    top: 42px;
}

.brand-content .brand-content-single .brand-column-assemble-single-shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.15);
    display: none;
}
.brand-content .brand-content-single .brand-column-assemble-single-more {
    width:200px;
    height:38px;
    background:rgba(255,255,255,1);
    position: absolute;
    bottom: 50px;
    left: 90px;
    text-align: center;
    font-size:13px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:38px;
    cursor: pointer;
}
.brand-content .brand-content-single .brand-column-assemble-single-more a {color:rgba(0,0,0,1);}
.brand-content .brand-content-single .brand-column-assemble-single-more:hover {
    width:200px;
    height:38px;
    background:rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}
.brand-content .brand-content-single .brand-column-assemble-single-more:hover a {color:rgba(255,255,255,1);}





.brand-detail {
    width: 100%;
    margin: 89px auto 0;
    height: auto;
    position: relative;
    overflow: hidden;
}
.brand-detail .brand-detail-maxBox {
    width: 100%;
    height: 100%;
}
.brand-detail .brand-detail-bgimg {
    width: 104%;
    /*opacity: 0.5;*/
    transition-property:all;
    transition-duration:3s;
    transition-timing-function:ease-out;
    transform: scale(1.1);
    float: right;
}
.brand-nav {
    position: absolute;
    left: 50%;
    top: 55px;
    width: 1200px;
    transform: translate(-50%, -50%)
}
.brand-nav a {
    display: inline-block;
    float: left;
    cursor: default;
}
.brand-nav p {
    float: left;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:18px;
}
.brand-nav a:first-of-type{
    cursor: pointer;
}
.brand-nav font {
    float: left;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:18px;
}
.brand-describe {
    position: absolute;
    /*top: 215px;*/
    top: 180px;
    /*left: 70%;*/
    left: 68%;
    /*width: 375px;*/
    width: 400px;
}
.brand-describe .brand-describe-logo {
    width: 210px;
    height: 60px;
    /*margin-left: -30px;*/
}
.brand-describe .brand-describe-logo img {
    max-width:100%;
}
.brand-describe .brand-describe-detail {
    width: 100%;
    margin-top: 40px;
}
.brand-describe .brand-describe-detail p {
    width:100%;
    /*font-size:13px;*/
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    /*line-height:28px;*/
    line-height: 20px;
    /*height: 18px;*/
    /*margin-bottom: 10px;*/
}
.brand-describe-button {
    width:260px;
    height:44px;
    background:rgba(0,0,0,1);
    text-align: center;
    font-size:13px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:44px;
    margin-top: 40px;
}
.brand-describe-button a {
    color:rgba(255,255,255,1);
    display: inline-block;
    width: 100%;
}

/* Product page */
.product {
    width: 1200px;
    margin: 89px auto 120px;
    height: auto;
    padding-top: 0.1px;
}
.product-rank {
    width:200px;
    height:36px;
    margin-top: 106px;
    margin-bottom: 20px;
    float: right;
}
.product-rank .proSelect {
    width:198px;
    height:36px;
    border:1px solid rgba(221,221,221,1);
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.product-rank .proSelect input {
    width:80%;
    height:36px;
    padding-left: 16px;
    border: none;
    float: left;
    outline:none;
    cursor: pointer;
}
.product-rank .proSelect input::-webkit-input-placeholder {  	/* WebKit browsers */
    color: black;
    font-size: 13px;
}
.product-rank .proSelect input:-moz-placeholder {            	/* Mozilla Firefox 4 to 18 */
    color: black;
    font-size: 13px;
}
.product-rank .proSelect input::-moz-placeholder {           	/* Mozilla Firefox 19+ */
    opacity:1;
    font-size: 13px;
    color: black;
}
.product-rank .proSelect input:-ms-input-placeholder {       	/* Internet Explorer 10+ */
    color: black;
    font-size: 13px;
}

.product-rank .proSelect img {
    float: left;
    width: 10px;
    margin-top: 14px;
    cursor: pointer;
    /*height: 16px;*/
}
.product-rank .proSelect .proSelect-menu {
    width:198px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(221,221,221,1);
    display: none;
    margin-left: -1px;
    position: absolute;
}
.product-rank .proSelect .proSelect-menu li {
    /*width:182px;*/
    height:42px;
    font-size:13px;
    background:rgba(255,255,255,1);
    font-weight:400;
    line-height:42px;
    padding-left: 16px;
    cursor: pointer;
}
.product-rank .proSelect .proSelect-menu li:hover {
    color:rgba(255,255,255,1);
    background:rgba(0,0,0,1);
}
.product-rank .proSelect .proSelect-menu ul {}
.search-num {
    background: rgba(255,255,255,1);
    height: 101px;
    padding-top: 0.1px;
    transform: scale(1);
    transition: all .3s;
}
.search-num p {
    text-align: center;
    height:40px;
    font-size:28px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:40px;
    margin-top: 50px;

}
.product-brand {
    width: 1200px;
    margin-top: -1px;
    min-height: 106px;
    background:rgba(255,255,255,1);
    position:fixed;
    z-index: 555;
}
.product-brand-title {
    /*width: 104px;*/
    height: 36px;
    line-height: 36px;
    text-align: left;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    float: left;
    margin-top: 40px;
    margin-right: 8px;
}
.product-brand-img {
    width:152px;
    height:36px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(221,221,221,1);
    /*border-bottom: 1px solid rgba(221,221,221,1);*/
    /*border-top: 1px solid rgba(221,221,221,1);*/
    /*border-right: 1px solid rgba(221,221,221,1);*/
    text-align: center;
    float: left;
    cursor: pointer;
    margin-top: 40px;
}
.product-brand-img:nth-of-type(n+3) {
    margin-left: 8px;
    /*border-left: 1px solid rgba(221,221,221,1);*/
}
.product-brand-img:nth-of-type(n+10) {
    margin-top: 8px;
}
.product-brand-img-check {
    background: rgba(0,0,0,1);
    border: 1px solid rgba(0,0,0,1);
}
.product-brand-img:first-of-type{
    margin-left: 0;
}
.product-brand-img img {
    max-width: 100%;
    height: 100%;
}
.product-brand-img img:nth-of-type(n+2) {display: none}
.product-brand-select {
    width: 12px;
    height: 6px;
    float: right;
    margin-top: 55px;
    display: none;
}
.product-brand-select img {
    width: 100%;
    /*height: 100%;*/
    float: left;
}
.product-list {
    width: 100%;
    height: auto;
    /*margin-top: 86px;*/
}
.product-list .product-list-menu {
    float: left;
    width: 202px;
    height: auto;
    position: fixed;
    top: 252px;
    transition-property:top;
    transition-duration:1s;
    transition-timing-function:ease-out;
}
.searchProduct .product-list .product-list-menu {
    top:353px;
}

.product-list .product-list-menu .product-list-menu-single {
    min-height: 20px;
    cursor: pointer;
    position: static;
}
.product-list .product-list-menu .product-list-menu-single p{
    height:18px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:20px;
    float: left;
    cursor: pointer;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.menu-check {
    border-bottom: 1px solid rgba(0,0,0,1) !important;
}
.product-list .product-list-menu .product-list-menu-single a {
    color:rgba(0,0,0,1);
}
.product-list .product-list-menu .product-list-menu-single img {
    float: right;
    margin-right: 18px;
    width: 10px;
    /*height: 10px;*/
    margin-top: 4px;
    cursor: pointer;
}
.product-list .product-list-menu .product-list-menu-single p:hover {
    border-bottom: 1px solid rgba(0,0,0,1);
}
.product-list .product-list-menu .product-list-menu-single .product-list-menu-single-select {
    padding-left: 16px;
    margin-top: 16px;
    display: none;
}
.product-list .product-list-menu .product-list-menu-single .product-list-menu-single-select a {
    display: inline-block;
    margin-bottom: 12px;
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.product-list .product-list-menu .product-list-menu-single .product-list-menu-single-select a:hover {
    border-bottom: 1px solid rgba(0,0,0,1);
}

.product-list .product-list-menu .product-list-menu-line {
    width: 100%;
    height: 1px;
    background: rgba(239,239,239,1);
    margin: 17px auto;
}

.product-list .product-list-singles {
    float: right;
    margin-left:50px;
    width: 948px;
    height: auto;
    min-height: 501px;
}
.product-list .product-list-singles p {
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.product-list .product-list-singles .proSingle {
    width:300px;
    float: left;
    margin-left: 24px;
}
.product-list .product-list-singles .proSingle:nth-of-type(3n+1) {
    margin-left: 0;
}
.product-list .product-list-singles .proSingle:nth-of-type(n+4) {
    margin-top: 50px;
}
.product-list .product-list-singles .proSingle img {
    width: 300px;
    height: 300px;
    /*border: 1px solid #f6f6f6;*/
}
.product-list .product-list-singles .proSingle img:hover{
    opacity: 0.7;
}
.product-list .product-list-singles .proSingle-titles {
    margin-top: 16px;
    /*width: 100%;*/
    padding: 0 10px;
}
.product-list .product-list-singles .proSingle-titles .proSingle-title {
    height:18px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:18px;
    text-align: center;
}
.product-list .product-list-singles .proSingle-titles .proSingle-subtitle {
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    text-align: center;
    margin-top: 12px;
}
.list-title {
    text-align: center;
    height:25px;
    font-size:18px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:25px;
    margin-top:60px
}
.list-subtitle {
    text-align: center;
    height:20px;
    font-size:14px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:20px;
    margin-top: 80px;
}
.list-singles {
    width: 100%;
    margin-top: 30px;
}
.list-singles-single {
    width:300px;
    /*height:334px;*/
    /*background:rgba(245,245,245,1);*/
    float: left;
    margin-left: 24px;
}
.list-singles .list-singles-single:first-of-type {
    margin-left: 0;
}
.list-singles .list-singles-single:nth-of-type(n+4) {
    margin-top: 50px;
}
.list-singles .list-singles-single img {
    width: 300px;
    height: 300px;
    /*border: 1px solid rgba(235,235,235,1);*/
}
.list-singles .list-singles-single img:hover{
    opacity: 0.7;
}
.list-singles .list-singles-single .proSingle-titles {
    margin-top: 16px;
    /*width: 100%;*/
}
.list-singles .list-singles-single .proSingle-titles .proSingle-title {
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:18px;
    text-align: center;
}
.list-singles .list-singles-single .proSingle-titles .proSingle-subtitle {
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    text-align: center;
    margin-top: 12px;
}



/* top */
.top {
    width:40px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(190,190,190,1);
    position: absolute;
    bottom: 58px;
    right: 60px;
}
.top img {
    width: 14px;
    display: block;
    margin: 13px auto 0;
}
/* pagination */
.pages {
    height: 35px;
    margin: 40px auto 0px;
    text-align: center;
    line-height: 32px;
    font-size: 0;
}
.pages a {
    width:30px;
    height:30px;
    background:rgba(255,255,255,1);
    display: inline-block;
    border-left: 1px solid rgba(221,221,221,1);
    border-bottom: 1px solid rgba(221,221,221,1);
    border-top: 1px solid rgba(221,221,221,1);
    font-size:13px;
    color:rgba(0,0,0,1);
}
.pages a:last-of-type {
    border-right: 1px solid rgba(221,221,221,1);
}
.pages a em {font-style: normal}
.pages i {font-style: normal}
.pages a em {
    width:8px;
    height:18px;
    font-size:13px;
    font-weight:500;

    line-height:18px;
}
.pages .on {
    background:rgba(0,0,0,1);
    color: rgba(255,255,255,1) !important;
    border:1px solid rgba(0,0,0,1);

}
.pages .on+ a {
    border-left: none;
}


/*  Product detail  */
.proDetail {
    width: 1200px;
    margin: 89px auto 120px;
    height: auto;
    padding-top: 0.1px;
}
.proDetail-nav {
    width: 100%;
    height: 18px;
    margin-top: 40px;
}
.proDetail-nav font {float: left;line-height:18px;}
.proDetail-nav p {
    float: left;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:18px;
    cursor: pointer;
}
.proDetail-introduce {
    width: 100%;
    height: 533px;
    margin-top: 30px;
}
.proDetail-introduce .swiper-container {
    width: 500px;
    height: 100%;
    float: left;
}
.proDetail-introduce .swiper-pagination-bullets {
    height: 9px !important;
    line-height: 9px;
    bottom: 2px !important;
}
.proDetail-introduce .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin-left: 14px!important;
}
.proDetail-introduce .swiper-pagination-bullet-active {
    background:rgba(0,0,0,0.77)!important;
}
.proDetail-introduce .proDetail-introduce-img {
    width: 500px;
    height: 100%;
    float: left;
}
.proDetail-introduce .proDetail-introduce-img img {
    width: 100%;
    height: 500px;
}
.proDetail-introduce .proDetail-introduce-detail {
    float: left;
    margin-left: 80px;
    width: 620px;
}
.proDetail-introduce-detail-titles {
    height: 58px;
    width: 100%;
}
.proDetail-introduce-detail-titles .proDetail-introduce-detail-title {
    text-align: left;
    /*height:30px;*/
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.proDetail-introduce-detail-titles .proDetail-introduce-detail-subtitle {
    text-align: left;
    height:22px;
    font-size:16px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:22px;
    margin-top: 6px;
}
.proDetail-introduce-line {
    width:100%;
    height:1px;
    background: rgba(220,220,220,1);
    margin-top: 32px;
}
.proDetail-introduce-detail-parameter {
    margin-top: 32px;
    width: 100%;
}
.proDetail-introduce-detail-parameter .price {
    width: 100%;
    height: 18px;
}
.proDetail-introduce-detail-parameter .price p {
    float: left;
}
.proDetail-introduce-detail-parameter .price p:first-of-type {
    width:65px;
    height:18px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.proDetail-introduce-detail-parameter .price p:last-of-type {
    text-align: left;
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-left: 32px;
}
.proDetail-introduce-detail-parameter .specification {
    width: 100%;
    height: 18px;
    margin-top: 24px;
}
.proDetail-introduce-detail-parameter .specification p {
    float: left;
}
.proDetail-introduce-detail-parameter .specification p:first-of-type {
    width:65px;
    height:18px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.proDetail-introduce-detail-parameter .specification p:last-of-type {
    text-align: left;
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-left: 32px;
}

.proDetail-introduce-detail-parameter .time {
    width: 100%;
    height: 18px;
    margin-top: 24px;
}
.proDetail-introduce-detail-parameter .time p {
    float: left;
}
.proDetail-introduce-detail-parameter .time p:first-of-type {
    width:65px;
    height:18px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:18px;
}
.proDetail-introduce-detail-parameter .time p:last-of-type {
    text-align: left;
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-left: 32px;
}

.proDetail-introduce-describe {
    margin-top: 32px;
    width: 100%;
    height: 210px;
}
.proDetail-introduce-describe .proDetail-introduce-describe-title {
    width:78px;
    height:18px;
    font-size:13px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:18px;
    float: left;
}
.proDetail-introduce-describe div {
    margin-left: 19px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    float: left;
}
.proDetail-introduce-describe div p {
    margin-bottom: 10px;
}
.proDetail-line {
    width:100%;
    height:1px;
    background:rgba(0,0,0,1);
    margin-top: 67px;
}
.proDetail-content {
    width: 100%;
    margin-top: 100px;
}
.proDetail-content img {
    max-width: 100%;
}

/* Company page */
.company {
    width: 1200px;
    margin: 89px auto 240px;
    padding-top: 0.1px;
}

.company-nav {
    width: 100%;
    margin-top: 40px;
    height: 18px;
}
.company-nav p {
    float: left;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:18px;
}
.company-nav font {
    float: left;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.company-banner {
    width:100%;
    height:400px;
    background:rgba(255,255,255,1);
    margin-top: 30px;
    position: relative;
    /*opacity:0.39;*/
}
.company-banner img {
    width: 100%;
    height: 100%;
}
.company-banner .company-banner-name {
    text-align: center;
    height:56px;
    font-size:40px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:56px;
    position: absolute;
    top: 153px;
    left: 0;
    width: 100%;
}
.company-banner .company-banner-title {
    width:100%;
    height:22px;
    font-size:16px;
    text-align: center;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:22px;
    position: absolute;
    top: 225px;
    left: 0;
}
.company-content {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    font-size:16px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:22px;
}
.company-content p {
    margin-bottom: 10px;
}
.company-content h1:first-of-type {
    text-align: center;
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.company-content h1:last-of-type {
    text-align: center;
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.company-content h2:first-of-type {
    text-align: center;
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.company-content h2:last-of-type {
    text-align: center;
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.company-content h3:first-of-type {
    text-align: center;
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.company-content h3:last-of-type {
    text-align: center;
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.company-content h4:first-of-type {
    text-align: center;
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.company-content h4:last-of-type {
    text-align: center;
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.company-content h5:first-of-type {
    text-align: center;
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.company-content h5:last-of-type {
    text-align: center;
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.company-content h6:first-of-type {
    text-align: center;
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
}
.company-content h6:last-of-type {
    text-align: center;
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.company-articles {
    width: 100%;
    margin-top: 150px;
}
.company-articles-single {
    width: 100%;
    height: 350px;
}
.company-articles-single:nth-of-type(n+2) {
    margin-top: 100px;
}
.company-articles-single .company-articles-single-img {
    width:600px;
    height:350px;
    float: left;
}
.company-articles-single .company-articles-single-img img {
    width: 100%;
    height: 100%;
}
.company-articles-single .company-articles-single-detail {
    height: 100%;
    margin-left: 70px;
    float: left;
}
.company-articles-single .company-articles-single-detail-title {
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
    margin-top: 10px;
}
.company-articles-single .company-articles-single-detail-subtitle {
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}
.company-articles-single .company-articles-single-detail-content {
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    width: 500px;
    margin-top: 16px;
}
.company-articles-single .company-articles-single-detail-content p {
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:28px;
    /*margin-bottom: 10px;*/
}

.company-articles-even {
    margin-top: 100px;
    width: 100%;
    height: 350px;
}

.company-articles-even .company-articles-single-img {
    float: right;
    width:480px;
    height:420px;
}
.company-articles-even .company-articles-single-img img {
    width: 100%;
    height: 100%;
}
.company-articles-even .company-articles-single-detail {
    float: left;
    max-width: 750px;

}
.company-articles-even .company-articles-single-detail .company-articles-single-detail-title {
    height:30px;
    font-size:22px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:30px;
    margin-top: 25px;
}
.company-articles-even .company-articles-single-detail .company-articles-single-detail-subtitle {
    height:17px;
    font-size:12px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:17px;
    margin-top: 4px;
}

.company-articles-even .company-articles-single-detail-content {
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-top: 40px;
    margin-right: 40px;
    width: 650px;
}
.company-articles-even .company-articles-single-detail-content p {
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:28px;
    /*margin-bottom: 10px;*/
}
.company-articles-even .company-articles-single-detail-content p:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/p.png);
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}

.kernel-content {
    width: 100%;
    min-height: 750px;
    margin-top: 100px;
}
.kernel-content .kernel-content-single {
    width: 390px;
    height: 100%;
    float: left;
}
.kernel-content-img {
    width: 997px;
    margin: 200px auto 0;
    text-align: center;
}
.kernel-content-img img {
    max-width: 100%;
}
.kernel-content .kernel-content-single:nth-of-type(n+2) {
    margin-left: 15px;
}
.kernel-content .kernel-content-single .kernel-content-single-title {
    text-align: center;
    height:28px;
    font-size:20px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:28px;
    margin-top: 53px;
}
.kernel-content .kernel-content-single .kernel-content-single-icons {
    width: 100%;
    height: 85px;
    margin-top: 32px;
}
.kernel-content .kernel-content-single .kernel-content-single-icons .kernel-content-single-icon {
    /*width: 100%;*/
    /*width: 50px;*/
    height: 100%;
    text-align: center;
    float: left;
}
.kernel-content .kernel-content-single .kernel-content-single-icons .kernel-content-single-icon img {
    height: 50px;
}
.kernel-content .kernel-content-single .kernel-content-single-icons .kernel-content-single-icon p {
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    text-align: center;
    margin-top: 16px;
}
.kernel-content .kernel-content-single .kernel-content-single-img {
    width:390px;
    height:500px;
    margin-top: 53px;
}
.kernel-content .kernel-content-single .kernel-content-single-img img {
    width: 100%;
    height: 100%;
}

.mission-content{
    width: 100%;
    margin-top: 150px;
}
.mission-content .mission-content-single {
    height: 350px;
    max-width: 100%;
}
.mission-content .mission-content-single .mission-content-single-img {
    width:600px;
    height:100%;
    float: left;
}
.mission-content .mission-content-single .mission-content-single-img img {
    width: 100%;
    height: 100%;
}
.mission-content .mission-content-single .mission-content-single-text {
    float: left;
    margin-left: 80px;
    max-height: 100%;
    overflow: hidden;
    max-width: 500px;
}
.mission-content .mission-content-single .mission-content-single-text span {
    font-weight: 400;
}
.mission-content .mission-content-single .mission-content-single-text p {
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:28px;
    /*margin-bottom: 10px;*/
}
strong {
    font-weight: 400!important;
}
.mission-content .mission-content-single:nth-of-type(n+2) {
    margin-top: 100px;
}
.mission-content .mission-content-single:last-of-type {
    height: 430px;
}

    /* search */
.search-content {
    width: 1200px;
    margin: 89px auto 120px;
    padding-top: 0.1px;
}
.search-content .search-content-title {
    height:40px;
    font-size:28px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:40px;
    text-align: center;
    margin-top: 101px;
}
.search-content .search-content-subtitle {
    height:25px;
    font-size:18px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:25px;
    text-align: center;
    margin-top: 50px;
}
.search-content .search-content-singles {
    width: 100%;
    height: auto;
    margin-top: 30px;
    min-height: 501px
}
.proSingle a {
    display: inline-block;
}

.search-content .search-content-singles .proSingle {
    width:380px;
    float: left;
    margin-left: 24px;
}
.search-content .search-content-singles .proSingle:first-of-type {
    margin-left: 0;
}
.search-content .search-content-singles .proSingle:nth-of-type(n+4) {
    margin-top: 50px;
}
.search-content .search-content-singles .proSingle img {
    width: 100%;
    height: 380px;
}
.search-content .search-content-singles .proSingle img:hover {
    opacity: 0.7
}
.search-content .search-content-singles .proSingle-titles {
    margin-top: 16px;
    width: 100%;
}
.search-content .search-content-singles .proSingle-titles .proSingle-title {
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:18px;
    text-align: center;
}
.search-content .search-content-singles .proSingle-titles .proSingle-subtitle {
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    text-align: center;
    margin-top: 12px;
}

    /* concat page*/
.concat-content{
    width: 100%;
    height: auto;
    position: relative;
    margin: 89px auto 0;
}
.concat-content img {
    width: 100%;
    height: 100%;
    float: left;
}
.company-concat {
    height: 190px;
    text-align: center;
    position: absolute;
    top: 361px;
    width: 100%;
}
.company-name {
    text-align: center;
    height:28px;
    font-size:20px;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:28px;
}

.company-detail {
    height:130px;
    font-size:13px;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:18px;
    margin-top: 32px;
}
.company-detail p {
    margin-bottom: 10px;
}
    /* Public footer */
.footer {
    width:100%;
    height:58px;
    background:rgba(0,0,0,1);
    padding-top: 0.1px;
}

.footer-middle {
    width: 1200px;
    margin: 20px auto 0;
    height: 18px;
}
.footer-middle p {
    float: left;
    height:18px;
    font-size:13px;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:18px;
}
.footer-middle font {
    float: left;
    width:1px;
    height:12px;
    background:rgba(255,255,255,1);
    margin: 4px 12px 0;
}
.copyright {
    float:right;
    margin-left: 314px;
    height:16px;
    font-size:12px;
    font-weight:300;
    color:rgba(255,255,255,0.87);
    line-height:16px;
}
.copyright a {
    color:rgba(255,255,255,0.87);
}
.wrap {
    width: 1200px;
    margin: 89px auto 0;
    padding-top: 0.1px;
    height: 790px;
}
.error_page {
    background: #fff;
    text-align: center;
    margin-top: 61px;
}
.medium-title {
    text-align: center;
    margin: 20px auto;
}
.title-description {
    text-align: center;
    height:20px;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:20px;
    margin-top: 30px;
}
.title-description a { color:rgba(0,0,0,1);}
