
.more {
    display: block;
}
.main{
	overflow: hidden;
}
.index .more,
.index .more *,
.more::before,
.more::after,
.more .line{
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform-origin: left;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    cursor: pointer;
}

.more:hover .text {
    opacity: 0;
}

.more:hover::before,
.more:hover::after,
.more:hover .line {
    -ms-transform: scaleX(2);
    transform: scaleX(2);
    -webkit-transform: scaleX(2);
    background: #CB333B !important;
}


.title-bar .title {
    letter-spacing: .02rem;
}

.swiper-wrapper,
.swiper-slide {
    height: 100% !important;
}


.main .head {
    position: relative;
    margin-bottom: 1.15rem;
}

@-webkit-keyframes arrowdown {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translate(-50%,.3rem);
        transform: translate(-50%,.3rem);
    }
}

@keyframes arrowdown {
    from {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    to {
        -webkit-transform: translate(-50%,.3rem);
        transform: translate(-50%,.3rem);
    }
}

.main .head .arrowdown {
    width: .3rem;
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-animation: arrowdown 1s ease-in-out infinite alternate;
    animation: arrowdown 1s ease-in-out infinite alternate;
}

.main .head, .main .head .swiper-container {
    width: 100%;
    overflow: hidden;
}

.main .head .swiper-container {
    height: 100%;
}


.main .head .swiper-container .headmask {
    position: absolute;
    top: 0;
    left: 0;
    height: 4.52rem;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.main .head.on .swiper-container .headmask {
    opacity: 0;
}

.main .head .pic {
    width: 100%;
    height: 100%;
}

.main .head .pic img {
    width: 100%;
    height: 100%;
}

.main .head .pic-box {
    height: 100%;
    width: 100%;
}

.main .head .pic-box .bottom {
    height: 31.94%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-transform: skew(0, 10deg);
    transform: skew(0, 10deg);
    -webkit-transform: skew(0, 10deg);
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform-origin: left;
}

.main .head .swiper-slide {
    position: relative;
}

.main .head .swiper-slide .contain {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.main .head .wrap {
    height: 5.00rem;
    width: 5.00rem;
    background: url("../images/wrapbg.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 10.64%;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    padding: .36rem 1.10rem .36rem .36rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main .head .wrap .title {
    font-size: .30rem;
    line-height: .42rem;
    color: #000;
}

.main .head .wrap .cont {
    font-size: .16rem;
    line-height: .30rem;
    color: #5a5e66;
    margin-top: .36rem;
}

.main .head .wrap .more {
    display: block;
    font-size: .16rem;
    line-height: .30rem;
    color: #5a5e66;
    margin-top: .40rem;
}

.main .head .wrap .more .line {
    display: inline-block;
    height: .02rem;
    margin: .04rem 0;
    width: .80rem;
    background: #000;
    margin-right: .10rem;
}

.main .head .swiper-container>.swiper-pagination-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.main .head .swiper-pagination {
    line-height: 0;
    text-align: center;
    font-size: 0;
    pointer-events: initial;
    position: absolute;
    right: .8rem;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.main .head .swiper-pagination .swiper-pagination-switch {
    height: .12rem;
    display: block;
    width: .12rem;
    margin-bottom:.2rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    border-radius: 0;
    background: none;
    opacity: 1;
}

.main .head .swiper-pagination .swiper-pagination-switch::after {
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius:50%;
    border:.02rem solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.main .head .swiper-pagination .swiper-active-switch::after {
    background: #CB333B;
    border:none;
    width: 100%;
}

.section .title-bar {
    color: #878e99;
    height: .38rem;
    line-height: .38rem;
    margin-bottom: .60rem;
}

.product .title-bar .title {
    font-size: .36rem;
    float: left;
}

.product .title-bar .ntitle {
    font-size: .16rem;
    float: right;
}

.product .content {
    overflow: hidden;
}

.product .content .swiper-container {
    margin: 0 -.20rem;
    height: 4rem;
}

.product .content .swiper-slide {
    padding: 0 .20rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

.product {
    margin-bottom: 1.60rem;
}

.product .content .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product .content .wrap .pic {
    width: 100%;
    height: 100%;
}

.product .content .wrap .mask {
    background: rgba(203, 51, 59, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: 0;
}


.product .mask .box {
    position: absolute;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    padding: 0 .10rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.product .mask .box .ztitle {
    font-size: .20rem;
}

.product .mask .box .line {
    width: 1.60rem;
    height: .02rem;
    background: #fff;
    max-width: 90%;
    margin: .20rem auto;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
}

.product .content .wrap:hover .mask {
    opacity: 1;
}

.product .content .wrap:hover .mask .box .line {
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
}

.product .content .wrap:hover .mask .box {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.product .mask .box .cont {
    font-size: .16rem;

}

.product .btns {
    display: inline;
}

.product .btns .prev {
    left: .40rem;
    background: url("../images/arrow-left.png");
    background-size: 100% 100%;
}

.product .btns .next {
    right: .40rem;
    background: url("../images/arrow-right.png");
    background-size: 100% 100%;
}

.product .btns .prev:hover {
    background: url("../images/arrow-left-active.png");
    background-size: 100% 100%;
}

.product .btns .next:hover {
    background: url("../images/arrow-right-active.png");
    background-size: 100% 100%;
}

.product .btns > div {
    position: absolute;
    top: 50%;
    width: .70rem;
    height: .70rem;
    cursor: pointer;
    background-repeat: no-repeat;
}

.kj {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: .26rem 0 1.14rem;
    margin-bottom: 1.95rem;
}

.kj * {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.kj .right-top {
    position: absolute;
    width: 2.10rem;
    height: .02rem;
    background: #CB333B;
    top: 0;
    right: 0;
}

.kj.hide .right-top {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.kj .pic-wrap {
    height: 7.50rem;
    position: relative;
    /*width: calc(50% + 3.00rem);*/
    overflow: hidden;
    z-index: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    background: #fff;
}

.kj .pic-wrap::after {
    display: block;
    content: '';
    height: 101%;
    width: 4.00rem;
    background: #fff;
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    position: absolute;
    left: 100%;

}

.kj.show {
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}

/*.kj.hide .pic-wrap {*/
/*    -ms-transform: translateX(-3rem);*/
/*    transform: translateX(-3rem);*/
/*    -webkit-transform: translateX(-3rem);*/
/*    opacity: 0;*/
/*}*/

.kj .pic-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    opacity: 0;
}

.kj .pic-wrap:hover img {
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
}

.kj .pic-wrap img.active {
    opacity: 1;
}

.kj .contain {
    height: 100%;
    position: absolute;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    /*overflow-x: hidden;*/
    /*-ms-overflow-x: hidden;*/
    pointer-events: none;
}

.kj .bottom-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 14.03rem;
}

.kj .wrap {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    padding-top: .75rem;
    -ms-transform-origin: right 10%;
    transform-origin: right 10%;
    -webkit-transform-origin: right 10%;
    pointer-events: auto;
    float: right;
}

.kj.hide .wrap {
    -ms-transform: translateX(.5rem);
    transform: translateX(.5rem);
    -webkit-transform: translateX(.5rem);
    opacity: 0;
}

.kj .wrap .item {
    position: relative;
    margin-bottom: .78rem;
	cursor: pointer;
}

.kj .wrap .item::after {
    display: block;
    content: '';
    clear: both;
}

.kj .wrap .item .line {
    width: .80rem;
    height: 2px;
    margin-top: .30rem;
    margin-right: .20rem;
    z-index: 99;
    position: relative;
    background: #000014;
}

.kj .wrap .item > * {
    float: right;
}

.kj .wrap .item .ico-box {
    width: .7rem;
    height: .62rem;
    position: relative;
}

.kj .wrap .item .ico-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.kj .wrap .item.active .ico-on,
.kj .wrap .item .ico {
    opacity: 1;
}

.kj .wrap .item.active .ico,
.kj .wrap .item .ico-on {
    opacity: 0;
}

.kj .wrap .item.active .line {
    width: 1.60rem;
    background: #CB333B;
}

.kj .wrap .item .text {
    font-size: .20rem;
    height: .62rem;
    width: .66rem;
    text-align: right;
    line-height: .62rem;
    margin-right: .20rem;
}

.kj .wrap .item.active .text {
    color: #cb333b;
}

.news {
    position: relative;
}

.news .title-bar {
    margin-bottom: .60rem;
}

.news .title-bar .title {
    text-align: center;
    color: #878e99;
    font-size: .36rem;
    letter-spacing: .02rem;
}

.news .cont-wrap {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    padding-bottom: 2.20rem;
}

.news .cont-wrap .newsbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.70rem;
    display: block;
}

.news .cont-wrap .item {
    position: relative;
    width: 3.70rem;
    display: inline-block;
}

.news .cont-wrap .item:hover .newsbg {
    top: -.25rem;
    left: -.25rem;
}

.news .cont-wrap .item * {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.news .cont-wrap .item:not(:nth-of-type(3n)) {
    margin-right: .44rem;
}

.news .cont-wrap .item .pic-box {
    position: relative;
    width: 100%;
    height: 2.60rem;
    overflow: hidden;
}

.news .cont-wrap .item .pic-box img {
    width: 100%;
    height: 100%;
}

.news .cont-wrap .item .pic-box img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.news .cont-wrap .item .texts {
    padding: .40rem .10rem .10rem;
	color: #000014;
}

.news .cont-wrap .item .texts .title {
    font-size: .20rem;
    line-height: .30rem;
    margin-bottom: .28rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .cont-wrap .item .texts .bottom {
    font-size: 0;
    height: .16rem;
    line-height: .16rem;
}

.news .cont-wrap .item .texts .bottom .line {
    width: .80rem;
    height: .02rem;
    background: #000014;
    display: inline-block;
    margin-right: .10rem;
    margin-bottom: .04rem;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform-origin: left;
}

.news .cont-wrap .item .texts .bottom .date {
    display: inline-block;
    height: .16rem;
    line-height: .16rem;
    font-size: .14rem;
    color: #878e99;
}

.news .newsbottomline {
    width: 4.45rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news .newsbottomline.hide {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}


.news .cont-wrap .item:hover * {
    color: #cb333b;
}

.news .cont-wrap .item:hover .texts .bottom .line {
    background: #cb333b;
    -ms-transform: scaleX(2);
    transform: scaleX(2);
    -webkit-transform: scaleX(2);
}

.news .cont-wrap .item:hover .texts .bottom .date {
    opacity: 0;
}

.partner {
    position: relative;
    padding-top: 1.60rem;
    padding-bottom: 2.00rem;
    margin-bottom: 1.60rem;
    overflow: hidden;
	font-size: 0;
}

.partner .title-bar {
    margin-bottom: .74rem;
}

.partner .title-bar .title {
    font-size: .36rem;
    line-height: .38rem;
    letter-spacing: .02rem;
    color: #878e99;
}

.partner .bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.partner .cont-wrap {
    font-size: 0;
	margin:0 -0.3rem;
}

.partner .cont-wrap:after {
    display: inline-block;
    content: '';
    width: 100%;
}

.partner .item {
    width: 12.5%;
    height: .72rem;
    margin-bottom: .74rem;
    display: inline-block;
	position: relative;
}


.partner .item img {
    max-height: .72rem;
	max-width: 80%;
    position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}

.partner .more {
    font-size: 0;
	line-height:.2rem;
	display: inline-block;
}

.partner .more .line {
    display: inline-block;
    height: 2px;
    background: #000014;
    width: .80rem;
    margin-bottom: .04rem;
    margin-right: .10rem;
}

.partner .more .text {
    font-size: .14rem;
    height: .2rem;
    line-height: .2rem;
    color: #878e99;
    display: inline-block;
}

.contact {
    background: #ECECEC;
}

.contact .contain {
	font-size: 0;
	overflow: hidden;
}
.contact .contain:after {
    display: block;
    content: '';
    width: 100%;
	clear: both;
}

.contact .contain .item {
    padding: .6rem 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0.16rem;
	width: 25%;
	float: left;
}

.contact .contain .item .title {
    line-height: .28rem;
	color: #000014;
}

.contact .contain .item .ico {
    margin: 0 auto .2rem;
    max-height: .3rem;
    max-width: .3rem;
}

@media screen and (max-width: 1500px) {
    .main .head .wrap{
        width:4.3rem;
        height:4.3rem;
        padding-right:1rem;
    }
}