@charset "UTF-8";
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1b1b1b;
    /*border-radius: 4px;*/
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #1b1b1b;
}

body {
    min-width: 1200px;
    overflow: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 46px 0;
    background-color: #fff;
    z-index: 90;
}

.header-view {
    padding: 0 2.6%;
}

.header-left {
    float: left;
}

.header-left a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 23px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 40px;
}

.header-left .buy {
    background-image: url('../img/header-icon1.png')
}

.header-left .search-btn {
    background-image: url('../img/header-icon2.png')
}

header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 26px;
    margin: -13px 0 0 -85px;
}

header .logo img {
    width: 100%;
}

header .nav {
    float: right;
    font-size: 0;
}

header .nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 60px;
    vertical-align: tops;
}

header .nav li .tit {
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: all .2s;
}

header .nav li .nav-btn {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    /* width: 16px;
	height: 16px; */
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/nav-icon.png');
    background-position: top 0;
}

header .nav li:hover .tit,
header .nav li.cur .tit {
    border-color: #231714
}

header .nav li:hover .nav-btn {
    border-color: transparent;
}

header .nav li .navson {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    text-align: center;
    font-size: 0;
    display: none;
}

header .nav li .navson a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    color: #666666;
    line-height: 60px;
    padding: 0 60px;
    position: relative;
    transition: all .2s;
}

header .nav li .navson a .line {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #231714;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}

header .nav li .navson a .divide {
    position: absolute;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #231714;
    opacity: .1;
    filter: alpha(opacity=10);
    margin-top: -8px;
    top: 50%;
}

header .nav li .navson a:first-child .divide {
    display: none;
}

header .nav li .navson a:hover,
header .nav li .navson a.cur {
    color: #000;
}

header .nav li .navson a:hover .line,
header .nav li .navson a.cur .line {
    opacity: 1;
    filter: alpha(opacity=100);
}

header .nav li.cur .navson {
    display: block;
}

.clearfixed {
    height: 150px;
}

.search-dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.search-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 90%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .33);
    font-size: 18px;
    width: 680px;
    padding: 20px 30px;
    border-radius: 34px;
}

.search-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.search-dialog input[type=text] {
    float: left;
    width: 86%;
    border: none;
    padding: 0;
    height: .4rem;
    color: #999;
    background-color: #fff;
    border-radius: 0;
    line-height: 28px;
    height: 28px;
    width: 90%;
    font-size: 18px;
}

.search-dialog input[type=submit] {
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
    background-image: url('../img/search-btn2.png');
    background-color: transparent;
    width: 28px;
    height: 28px;
}

.full-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 120;
    top: 110px;
    display: none;
}

.full-nav .left {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}

.full-nav .left .list {
    width: 240px;
    position: absolute;
    left: 50%;
    top: 17%;
    margin-left: -120px;
}

.full-nav .left .list li {
    margin-bottom: 20px;
}

.full-nav .left .list li:last-child {
    margin-bottom: 0;
}

.full-nav .left .list a {
    display: block;
}

.full-nav .left .list .tit {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    color: #222;
}

.full-nav .left .list .sub {
    padding-top: 10px;
    display: none;
}

.full-nav .left .list .sub a {
    font-size: 16px;
    line-height: 34px;
    color: #666;
    transition: all .2s;
}

.full-nav .left .list .sub a:hover,
.full-nav .left .list .sub a.cur {
    color: #000;
}

.full-nav .right {
    float: right;
    width: 50%;
    height: 100%;
    background-color: #f8f8f8;
    position: relative;
}

.full-nav .right .con-box {
    width: 360px;
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
}

.full-nav .right .tit {
    font-size: 36px;
    color: #333;
    font-family: arial;
}

.full-nav .right .con-box .line {
    width: 75px;
    height: 2px;
    background-color: #373737;
}

.full-nav .right .about-con {
    color: #666;
    margin-top: 30px;
}


/* header end */

.footer-view {
    width: 89.84375%;
    margin: 0 auto;
}

footer,
footer a {
    font-size: 14px;
    color: #999;
    padding: 220px 0 30px;
    transition: all .2s;
}

footer .copy,
footer .fax {
    float: left;
}

footer .copy {
    margin-left: 7%;
}

footer .fax {
    margin-left: 12.79%;
}

footer .build {
    float: right;
}

footer .build a:hover {
    color: #222;
}


/* footer end */

.index-page .clearfixed {
    height: 120px;
}

.index-wrap {
    overflow: hidden;
}

.index-wrap .part {
    overflow: hidden;
}

.iban {
    position: relative;
    z-index: 33;
}

.iban .img {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: none;
}

.iban .img img {
    display: none;
}

.iban .btns {
    position: absolute;
    right: 0;
    width: 6.25%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

.iban .btns a {
    display: block;
    height: 32%;
    text-align: center;
    position: relative;
    margin-top: 14%;
    box-sizing: border-box;
    border-right: 3px solid #777;
    transition: all .2s;
}

.iban .btns a:first-child {
    margin-top: 0;
}

.iban .btns a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.iban .btns a.cur {
    border-right: 4px solid #fff;
}

.iban .btns a.cur span {
    color: #fff;
}

.i-view {
    width: 77%;
    margin: 0 auto;
}

.i-product-box {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.i-product-box .i-view {
    height: 100%;
    position: relative;
}

.i-product .text-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 570px;
}

.i-product .img {
    position: absolute;
    right: 10.4%;
    bottom: 0;
    width: 25.947%;
}

.i-product .img img {
    width: 100%;
}

.index-tit {
    font-size: 45px;
    line-height: 50px;
}

.index-tit .en {
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
}

.index-tit .line {
    width: 55px;
    height: 1px;
    background-color: #777777;
    margin-top: 30px;
}

.index-con {
    font-size: 18px;
    color: #858585;
    line-height: 30px;
}

.i-product .index-con {
    margin-top: 30px;
}

.i-product .icon-box {
    font-size: 0;
    margin-top: 60px;
}

.i-product .icon-box .item {
    display: inline-block;
    zoom: 1;
    /* margin-left: 7.76%; */
    padding-left: 2.76%;
    position: relative;
    width: 25%;
    box-sizing: border-box;
}

.i-product .icon-box .item:first-child {
    margin-left: 0;
    padding-left: 0;
}

.i-product .icon-box .item:nth-child(4n+1) {
    padding-left: 0;
}

.i-product .icon-box .item:nth-child(4n+1) .divide {
    display: none;
}

.i-product .icon-box .item:first-child .divide {
    display: none;
}

.i-product .icon-box .icon,
.i-product .icon-box .txt {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.i-product .icon-box .icon {
    width: 40px;
}

.i-product .icon-box .icon img {
    width: 100%;
}

.i-product .icon-box .txt {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-left: 20px;
}

.i-product .icon-box .divide {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    background-color: #dbdbdb;
    margin-top: -20px;
}

.i-case-box {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.i-case-box .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.i-case-box .text-box .text {
    float: right;
}

.i-case-box .text-box .index-tit {
    color: #fff;
}

.i-case-box .text-box .index-tit .line {
    background-color: #9d9d9d;
}

.i-case-box .text-box .desc {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-top: 30px;
}

.index-more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    transition: all .2s;
}

.i-case-box .index-more {
    margin-top: 45px;
}

.i-case-box .index-more:hover {
    background-color: #fff;
    color: #222;
    border-color: #fff;
}

.i-news-box {
    background-color: #f8f8f8;
    height: 100%;
    position: relative;
}

.i-view2 {
    width: 89.323%;
    margin: 0 auto;
}

.i-news-box .i-news {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.i-news-box .top-box .img-box {
    width: 65.89%;
    float: left;
    position: relative;
}

.i-news-box .top-box .trans {
    width: 100%;
}

.i-news-box .top-box {
    position: relative;
    overflow: hidden
}

.i-news-box .top-box img {
    width: 100%;
}

.i-news-box .top-box .img-box .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.i-news-box .top-box .list {
    position: absolute;
    right: 0;
    top: 0;
    width: 34.11%;
    height: 100%;
}

.i-news-box .top-box .list .item {
    display: block;
    height: 33.33%;
    padding: 10.24% 18.77% 10.24% 11.945%;
    box-sizing: border-box;
    position: relative;
    transition: all .2s;
}

.i-news-box .top-box .list .item .line {
    position: absolute;
    left: 6%;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

.i-news-box .top-box .list .item:last-child .line {
    display: none;
}

.i-news-box .top-box .list .con-box {
    box-sizing: border-box;
    height: 100%;
}

.i-news-box .top-box .list .time {
    float: left;
    width: 12.5%;
    text-align: center;
}

.i-news-box .top-box .list .time .d {
    font-size: 44px;
    line-height: 54px;
    color: #222222;
    font-weight: bold;
}

.i-news-box .top-box .list .time .ym {
    font-size: 12px;
    color: #a7a7a7;
    font-family: arial;
}

.i-news-box .top-box .list .text {
    float: right;
    width: 77.5%;
    padding-left: 12.9%;
    box-sizing: border-box;
    border-left: 1px solid #dbdbdb;
}

.i-news-box .top-box .list .tit {
    font-size: 24px;
    line-height: 30px;
    color: #303030;
}

.i-news-box .top-box .list .more {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-top: 5px;
}

.i-news-box .top-box .list .sj {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/i-news-arrow.png');
    width: 13px;
    height: 25px;
    left: -13px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}

.i-news-box .all-box {
    margin-top: 40px;
    text-align: center;
}

.i-news-box .all-box a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 15px;
    line-height: 25px;
    color: #222;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/all-arrow.png');
}

.i-news-box .top-box .list .item.cur {
    background-color: #fff;
}

.i-news-box .top-box .list .item.cur .sj {
    opacity: 1;
    filter: alpha(opacity=100);
}

.i-view2 {
    width: 83.33%;
    margin: 0 auto;
}

.i-about-box {
    height: 100%;
    position: relative;
}

.i-about-box .img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.i-about-box .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.i-about-box .text-box .text {
    width: 39.2%;
}

.i-about-box .text-box .index-con {
    margin-top: 30px;
}

.i-about-box .text-box .index-more {
    border-color: #e2e2e2;
    color: #222;
    margin-top: 50px;
    transition: all .2s;
}

.i-about-box .text-box .index-more:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.i-about-box .copy-box {
    position: absolute;
    left: 0;
    bottom: 4.2%;
    width: 100%;
    font-size: 0;
}

.i-about-box .copy-box .txt,
.i-about-box .copy-box .build,
.i-about-box .copy-box .build a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.i-about-box .copy-box .build {
    margin-left: 25px;
}

.i-about-box .copy-box .build a {
    transition: all .2s;
}

.i-about-box .copy-box .build a:hover {
    color: #222;
}


/* welcome end */

.sub-banner {
    position: relative;
}

.sub-banner img {
    width: 100%;
}

.ban-view {
    width: 89.0625%;
    margin: 0 auto;
}

.sub-banner .text-box {
    position: absolute;
    left: 0;
    bottom: 10.84%;
    width: 100%;
}

.sub-banner .text-box .text {
    width: 45%;
}

.sub-banner .index-tit {
    color: #fff;
}

.sub-banner .index-tit .line {
    background-color: #fff
}

.about-con {
    font-size: 16px;
    line-height: 30px;
}

.sub-banner .about-con {
    color: #fff;
    margin-top: 30px;
    height: 144px;
    overflow: hidden;
}

.sub-banner .about-con .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: none;
}

.sub-banner .about-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
}

.about-view {
    width: 80%;
    margin: 0 auto;
}

.about-box li {
    position: relative;
}

.about-box li:nth-child(2n) {
    background-color: #f2f2f2;
}

.about-box li .img {
    float: left;
    width: 50%;
}

.about-box li .img img {
    width: 100%;
}

.about-box li .text-box {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.about-box li .text-box .text {
    float: right;
    width: 37%;
    color: #858585;
    height: 360px;
    overflow: hidden;
}

.about-box li .text-box .text .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background: none;
}

.about-box li .text-box .text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
}

.about-box li:nth-child(2n) .img {
    float: right;
}

.about-box li:nth-child(2n) .text-box .text {
    float: left;
}

.honor-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 180px;
}

.honor-view {
    width: 1200px;
    margin: 0 auto;
}

.honor-box .index-tit {
    text-align: center;
    color: #fff;
}

.honor-box .honor {
    margin-top: 65px;
    overflow: hidden;
    position: relative;
}

.honor-box .honor .swiper-slide {
    transform: scale(.7);
    transition: all .2s;
}

.honor-box .honor .swiper-slide-active {
    transform: scale(.875);
}

.honor-box .honor img {
    width: 100%;
}

.honor-box .honor .prev,
.honor-box .honor .next {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
    z-index: 3;
    transition: all .2s;
}

.honor-box .honor .prev {
    left: 0;
    background-image: url('../img/honor-prev.png')
}

.honor-box .honor .next {
    right: 0;
    background-image: url('../img/honor-next.png')
}

.honor-box .honor .prev:hover {
    background-image: url('../img/honor-prev2.png');
}

.honor-box .honor .next:hover {
    background-image: url('../img/honor-next2.png');
}


/* about end */

.news-box {
    padding: 100px 0 60px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.news-box .swiper-slide {
    padding: 35px 60px 35px 40px;
    background-color: #fff;
    box-sizing: border-box;
}

.news-box .news-tab {
    overflow: hidden;
    position: relative;
}

.news-tab .img {
    float: left;
    width: 50.7%;
}

.news-tab .img img {
    width: 100%;
}

.news-tab .text-box {
    float: right;
    width: 44.2%;
    margin-top: 3.5%;
}

.news-tab .text-box .text {
    float: left;
    width: 75%;
}

.news-tab .tit {
    font-size: 30px;
    line-height: 40px;
    color: #303030;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-tab .about-con {
    margin-top: 5.55%;
    color: #858585;
}

.news-tab .index-more {
    margin-top: 35.55%;
    border-color: #e2e2e2;
    color: #222;
}

.news-tab .index-more:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.time-box {
    padding-left: 20px;
    border-left: 1px solid #e4e4e4;
}

.time-box .d {
    font-size: 48px;
    color: #222;
    line-height: 48px;
    font-family: arial;
    font-weight: bold;
}

.time-box .ym {
    font-size: 12px;
    line-height: 12px;
    color: #838383;
}

.news-tab .text-box .time-box {
    float: right;
}

.news-tab .btns {
    position: absolute;
    right: 60px;
    bottom: 35px;
    font-size: 0;
    z-index: 3;
}

.news-tab .btns .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 6px;
    height: 6px;
    background-color: #e2e2e2;
    border-radius: 100%;
    margin: 0 0 0 6px;
    cursor: pointer;
}

.news-tab .btns .swiper-pagination-bullet-active {
    background-color: #8f8f8f;
}

.news-box .news-list {
    margin-top: 35px;
}

.news-box .news-list .item {
    float: left;
    width: 48.648%;
    background-color: #fff;
}

.news-list .item {
    float: left;
    width: 48.648%;
    box-sizing: border-box;
    padding: 2% 3.7% 2.365% 2%;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
    transition: all .2s;
}

.news-list .item:nth-child(2n) {
    float: right;
}

.news-list .item .text-box {
    float: left;
    width: 60.4%;
}

.news-list .item .time-box {
    float: right;
}

.news-list .item .tit {
    font-size: 24px;
    line-height: 34px;
    color: #303030;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .item .about-con {
    color: #858585;
    height: 60px;
    overflow: hidden;
    margin-top: 4.55%;
}

.news-list .item .news-more {
    display: block;
    font-size: 14px;
    color: #222;
    width: 118px;
    height: 38px;
    border: 1px solid #e2e2e2;
    text-align: center;
    border-radius: 20px;
    line-height: 38px;
    margin-top: 7.95%;
    transition: all .2s;
}

.news-list .item .news-more:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.news-list .item:hover {
    box-shadow: 0 0 20px rgba(16, 5, 11, .2);
}


/* news end */

.video-box {
    padding: 100px 0 60px;
    background-color: #f5f5f5;
}

.video-list .item {
    float: left;
    width: 48.65%;
    background-color: #fff;
    padding: 2.365% 2.7% 1.35%;
    box-sizing: border-box;
    margin-bottom: 35px;
    transition: all .2s;
}

.video-list .item:nth-child(2n) {
    float: right;
}

.video-list .item .img {
    position: relative;
}

.video-list .item img {
    width: 100%;
}

.video-list .item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}

.video-list .item .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/play-btn.png');
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
}

.video-list .item .txt {
    font-size: 24px;
    color: #303030;
    line-height: 34px;
    margin-top: 2.8%;
}

.video-list .item:hover {
    box-shadow: 0 0 20px rgba(16, 5, 11, .2);
}

.video-list .item:hover .mask {
    opacity: .4;
    filter: alpha(opacity=40);
}

.video-list .item:hover .play-btn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.video-ajax {
    display: none;
    z-index: 999;
}

.vidcontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    /* display: none; */
    background-color: #000;
    cursor: pointer;
    z-index: 999;
}

.vidcontainer .closevid {
    width: 40px;
    height: 40px;
    background: url(../img/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.vidcontainer video {
    position: absolute;
    width: 100%;
    max-width: 100%;
    max-height: 90%;
    top: 0;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}


/* video end */

.contact-box {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.contact-box .contact {
    padding: 20px 20px 0;
    background-color: #fff;
}

.contact .map {
    width: 100%;
    height: 575px;
}

.contact .item {
    padding: 80px 0 70px;
    float: left;
    width: 50%;
    color: #858585;
    box-sizing: border-box;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

.contact .item .con {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
}


/* contact end */

.partner-box {
    position: relative;
}

.partner-box .left {
    float: left;
    width: 50%;
}

.partner-box .left img {
    width: 100%;
}

.partner-box .text-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #232424;
}

.partner-box .con-box {
    position: absolute;
    width: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-box .con-box .index-tit {
    color: #fff;
}

.partner-box .con-box .partner-tab {
    overflow: hidden;
    margin: 40px -25px 0;
}

.partner-box .con-box .partner-tab .item {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 25px;
    box-sizing: border-box;
}

.partner-box .con-box .partner-tab .item:nth-child(2n) {
    float: right;
}

.partner-box .con-box .partner-tab .item img {
    width: 100%;
}

.partner-box .con-box .partner-tab .btns {
    font-size: 0;
    padding: 0 25px;
}

.partner-box .con-box .partner-tab .btns .swiper-pagination-bullet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 100%;
    margin: 0 6px 0 0;
    cursor: pointer;
}

.partner-box .con-box .partner-tab .btns .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .5);
}


/* partner end */

.case-box {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.case-list .item {
    float: left;
    width: 49.3%;
    background-color: #fff;
    padding: 1.35%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.case-list .item:nth-child(2n) {
    float: right;
}

.case-list .item .img {
    float: left;
    width: 50%;
}

.case-list .item .img img {
    width: 100%;
}

.case-list .item .text {
    float: right;
    width: 43.5%;
    margin-top: 4.3%;
}

.case-list .item .tit {
    font-size: 28px;
    line-height: 38px;
    color: #303030;
}

.case-list .item .about-con {
    color: #858585;
    margin-top: 10px;
}

.page {
    font-size: 0;
    height: 40px;
    position: relative;
    text-align: center;
}

.page a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    color: #bebebe;
    font-family: "Century Gothic";
    line-height: 40px;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 20px;
    transition: all .2s;
}

.page .prev,
.page .next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 0;
}

.page .prev {
    left: 0;
    background-image: url('../img/page-prev.png');
}

.page .next {
    right: 0;
    background-image: url('../img/page-next.png');
}

.page a:hover,
.page a.active {
    color: #231714;
}

.page .prev:hover,
.page .next:hover {
    background-color: #231714;
}

.page .prev:hover {
    background-image: url('../img/page-prev2.png')
}

.page .next:hover {
    background-image: url('../img/page-next2.png')
}

.case-box .page {
    margin-top: 30px;
}


/* case end */

.product-box {
    padding: 100px 0 115px;
    background-color: #f5f5f5;
}

.product-box .row {
    margin: 0 -18px;
}

.product-box .item {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 18px;
    margin-bottom: 35px;
}

.product-box .item .con-box {
    display: block;
    position: relative;
}

.product-box .item img {
    width: 100%;
}

.product-box .item .txt {
    font-size: 24px;
    line-height: 34px;
    color: #303030;
    position: absolute;
    left: 8.49%;
    top: 6.25%;
}


/* product end */

.store-box {
    padding: 40px 0 150px;
    background-color: #fff;
}

.store-box .item {
    float: left;
    width: 49%;
}

.store-box .item:nth-child(2n) {
    float: right;
}

.store-box .item img {
    width: 100%;
}

.store-box .text-box {
    width: 1200px;
    margin: 135px auto 0;
}

.store-box .text-box .index-tit {
    float: left;
}

.store-box .text-box .text {
    float: right;
    width: 48.33%;
}

.store-box .text-box .tit1 {
    font-size: 45px;
    line-height: 55px;
    color: #222;
}

.store-box .text-box .desc {
    font-size: 30px;
    line-height: 40px;
    color: #222;
    margin-top: 10px;
}

.store-box .text-box .about-con {
    color: #858585;
    margin-top: 10px;
}

.join-tab-box {
    padding: 150px 0;
    overflow: hidden;
    background-color: #f8f8f8;
}

.join-tab {
    position: relative;
}

.join-tab .swiper-slide {
    /* width:35.4%; */
    /* margin-right: 2.2%; */
    float: left;
}

.join-tab .swiper-slide:last-child {
    margin-right: 0;
}

.join-tab .swiper-slide img {
    width: 100%;
}

.join-tab .prev,
.join-tab .next {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.join-tab .prev {
    left: 2%;
    background-image: url('../img/join-prev.png');
}

.join-tab .next {
    right: 2%;
    background-image: url('../img/join-next.png');
}

.join-tab .about-con {
    margin-top: 25px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w980 {
    width: 980px;
    margin: 0 auto;
}

.apply-form {
    padding: 110px 0;
    background-color: #f8f8f8;
}

.apply-form .index-tit {
    text-align: center;
}

.apply-form .form-box {
    margin-top: 60px;
}

.apply-form .form-box .inp {
    float: left;
    background-color: #fff;
    width: 535px;
    margin-right: 30px;
    padding: 0 25px;
    margin-bottom: 35px;
}

.apply-form .form-box .m0 {
    margin-right: 0;
}

.apply-form .form-box .tit {
    font-size: 16px;
    line-height: 66px;
    color: #888888;
    float: left;
}

.apply-form .form-box .top-inp {
    width: 330px;
}

.apply-form .form-box .gender-wrap {
    width: 355px;
}

.apply-form .form-box .experience-wrap {
    width: 560px;
}

.apply-form .form-box input {
    float: left;
    border: none;
    outline: none;
    padding: 0;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #888888;
}

.apply-form .form-box input[type=text] {
    margin-left: 20px;
    width: 400px;
}

.apply-form .form-box .top-inp input[type=text] {
    width: 240px;
}

.apply-form .form-box .radio-box {
    float: left;
    font-size: 0;
    margin-left: 45px;
}

.apply-form .form-box .radio-box .radio {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    margin-left: 60px;
}

.apply-form .form-box .radio-box .radio:first-child {
    margin-left: 0;
}

.apply-form .form-box .radio-box input[type=radio] {
    clip: rect(0, 0, 0, 0);
    width: 0;
    height: 0;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
}

.apply-form .form-box .radio-box label {
    float: left;
    line-height: 66px;
    font-size: 16px;
    color: #888;
}

.apply-form .form-box .radio-wrap {
    padding-left: 0;
}

.apply-form .form-box .radio-wrap .tit {
    padding: 0 35px;
    border-right: 1px solid #eee;
}

.apply-form .form-box .radio-box .txt {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image:
}

.apply-form .form-box .radio-box .radio .circle {
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
}

.apply-form .form-box .radio-box .radio .circle:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #999;
    margin: -4px 0 0 -4px;
    border-radius: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.apply-form .form-box .radio-box input[type=radio]:checked+label .circle:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.apply-form .form-box .check-box {
    float: left;
    width: 420px;
}

.apply-form .form-box .check {
    padding: 0 25px;
    background-color: #fff;
    float: left;
    width: 200px;
}

.apply-form .form-box .check input {
    width: 120px;
}

.apply-form .form-box .check-box img {
    float: right;
    width: 150px;
    height: 65px;
}

.apply-form .form-box input[type=submit] {
    float: right;
    width: 310px;
    height: 66px;
    background-color: #2b2b29;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.apply-form .tel-box {
    margin-top: 100px;
}

.apply-form .tel-box span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-right: 150px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
}

.apply-form .tel-box span:nth-child(1) {
    background-image: url('../img/tel-icon1.png')
}

.apply-form .tel-box span:nth-child(2) {
    background-image: url('../img/tel-icon2.png')
}


/* join end */

.product-view {
    padding: 0 5.2%;
}

.product-info-box {
    padding: 160px 0;
    background-color: #f5f5f5;
}

.product-info-box .left {
    width: 54.36%;
    position: relative;
    float: left;
}

.product-info-box .img-box {
    float: left;
    width: 91.443%;
    overflow: hidden;
}

.product-info-box .img-box img {
    width: 100%;
}

.product-info-box .left .btns {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-info-box .left .btns a {
    display: block;
    width: 46px;
    height: 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    transition: all .2s;
}

.product-info-box .left .btns a:first-child {
    margin-top: 0;
}

.product-info-box .left .btns .prev {
    background-image: url('../img/productinfo-prev.png');
}

.product-info-box .left .btns .next {
    background-image: url('../img/productinfo-next.png');
}

.product-info-box .left .btns .prev:hover {
    background-image: url('../img/productinfo-prev2.png');
}

.product-info-box .left .btns .next:hover {
    background-image: url('../img/productinfo-next2.png');
}

.product-info-box .left .num-box {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #666;
    text-align: right;
}

.product-info-box .left .num-box .cur {
    font-size: 14px;
    line-height: 24px;
}

.product-info-box .left .num-box .total {
    font-size: 18px;
    line-height: 28px;
}

.product-info-box .left .num-box .line {
    width: 20px;
    height: 1px;
    background-color: #666;
}

.product-info-box .right-box {
    position: absolute;
    right: 1.16%;
    top: 0;
    width: 21.5%;
    height: 100%;
}

.product-info-box .right-box .product-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/product-close.png');
}

.product-info-box .right-box .list-box {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 100%;
}

.product-info-box .right-box .list {
    margin-top: 20px;
}

.product-info-box .right-box .list .row {
    margin: 0 -15px;
}

.product-info-box .right-box .list .item {
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 20px;
}

.product-info-box .right-box .list .item a {
    display: block;
}

.product-info-box .right-box img {
    width: 100%;
}

.product-info-box .right-box .back-box,
.product-info-box .right-box .buy-box {
    text-align: right;
}

.product-info-box .right-box .back-box a,
.product-info-box .right-box .buy-box a {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-info-box .right-box .back-box a {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/back-arrow.png');
    padding-right: 40px;
    s
}

.product-info-box .right-box .buy-box {
    margin-top: 10px;
}

.product-info-box .right-box .buy-box a {
    padding-left: 60px;
    font-size: 24px;
    line-height: 60px;
    color: #303030;
    background-image: url('../img/buy-icon.png');
    background-position: left center;
    background-repeat: no-repeat;
}


/* productinfo end */

.news-detail-box {
    width: 100%;
    padding: 100px 0;
    background: #fafafa;
}

.news-detail-box .wrap {
    width: 1070px;
    padding: 75px 65px 80px;
    background: #fff;
}

.news-detail-box .detail-tit {
    text-align: center;
    color: #333;
    padding-bottom: 23px;
    border-bottom: 1px solid #e7e7e7;
}

.news-detail-box h2 {
    font-size: 24px;
    color: #222;
}

.detail-tit div {
    font-size: 18px;
    color: #222;
}

.detail-content {
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e7e7e7;
    color: #666;
}

.detail-content img {
    max-width: 100%;
    height: auto;
}

.page-box {
    margin: 35px auto 0;
}

.page-box a {
    color: #666;
    font-size: 14px;
}

.page-box a:hover {
    color: #222;
}

.detail-page a {
    display: block;
    transition: all .2s;
}

.page-box .back {
    border-color: #e2e2e2;
    color: #222;
    transition: all .2s;
}

.page-box .back:hover {
    color: #fff;
    background: #222;
    border-color: #222;
}

.sm .index-tit {
    font-size: 36px;
    line-height: 40px;
}

.sm .index-con {
    font-size: 14px;
    line-height: 24px;
}

.sm .i-product .text-box {
    width: 500px;
}

.sm .i-product .icon-box .icon {
    width: 30px;
}

.sm .i-product .icon-box .txt {
    font-size: 16px;
    line-height: 26px;
}

.sm .i-case-box .text-box .desc {
    font-size: 30px;
    line-height: 40px;
}

.sm .index-more {
    width: 140px;
    font-size: 14px;
}

.sm .i-news-box .top-box .list .time {
    text-align: center;
}

.sm .i-news-box .top-box .list .time .d {
    font-size: 30px;
    line-height: 40px;
}

.sm .i-news-box .top-box .list .tit {
    font-size: 16px;
    line-height: 26px;
}

.sm .i-news-box .top-box .list .item {
    padding: 5% 18.77% 5% 11.945%;
}

.sm .sub-banner .text-box .text {
    width: 50%;
}

.sm .about-con {
    font-size: 14px;
    line-height: 24px;
}

.sm .news-tab .text-box {
    margin-top: 2%;
}

.sm .news-tab .tit {
    font-size: 24px;
    line-height: 34px;
}

.sm .news-tab .index-more {
    margin-top: 5%;
}

.sm .news-list .item .tit {
    font-size: 18px;
    line-height: 28px;
}

.sm .news-list .item .about-con {
    height: 72px;
}

.sm .video-list .item .txt {
    font-size: 20px;
    line-height: 30px;
}

.sm .store-box .text-box .tit1 {
    font-size: 36px;
    line-height: 36px;
}

.sm .store-box .text-box .desc {
    font-size: 24px;
    line-height: 34px;
}

.sm .store-box {
    padding-bottom: 100px;
}

.sm .join-tab-box {
    padding: 100px 0;
}

.sm .contact .item {
    padding: 50px 0;
}

.sm .contact-box {
    padding: 70px 0;
}

.sm .case-box {
    padding: 70px 0;
}

.sm .case-list .item .tit {
    font-size: 20px;
    line-height: 30px;
}

.sm .case-list .item .text {
    width: 46%;
}

.sm .partner-box .con-box .partner-tab .item {
    margin-bottom: 15px;
}

.sm .partner-box .con-box .partner-tab {
    margin: 20px -15px 0;
}

.sm .partner-box .con-box {
    width: 300px;
}

.sm .partner-box .con-box .partner-tab .item {
    padding: 0 15px;
}

.sm .partner-box .con-box .partner-tab .btns {
    padding: 0 15px;
}

.sm .product-box .item .txt {
    font-size: 20px;
    line-height: 30px;
}

.sm .product-info-box .right-box .buy-box a {
    font-size: 20px;
}

.sm .product-info-box {
    padding: 100px 0;
}

.sm footer {
    padding-top: 120px;
}

.i-fadeIn {
    opacity: 0;
    transition: opacity .6s cubic-bezier(.25, .74, .22, .99);
}

.i-fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    transition: transform .6s cubic-bezier(.25, .74, .22, .99), opacity .6s cubic-bezier(.25, .74, .22, .99);
}

.i-fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    transition: transform .6s cubic-bezier(.25, .74, .22, .99), opacity .6s cubic-bezier(.25, .74, .22, .99);
}

.i-fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    transition: transform .6s cubic-bezier(.25, .74, .22, .99), opacity .6s cubic-bezier(.25, .74, .22, .99);
}

.animate .i-fadeIn {
    opacity: 1;
}

.animate .i-fadeInUp {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.animate .i-fadeInRight {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.animate .i-fadeInLeft {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.delay1 {
    transition-delay: .1s;
}

.delay2 {
    transition-delay: .2s;
}

.delay3 {
    transition-delay: .3s;
}

.delay4 {
    transition-delay: .4s;
}