html{
	font-family: '微软雅黑';
}
html *::-webkit-scrollbar {
	width:7px;
	background:#fff;
}
html *::-webkit-scrollbar-thumb {
	background:#ccc;
}
html *::-webkit-scrollbar-track-piece {
	width:0;
}
@font-face {
    font-family: shu;
    src: url('../fonts/DINPro-Medium.otf');
}
a:hover,a:visited{
    text-decoration: none;
}
.pxp-animate {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/**
 * 4.0 - Hero
 */

 .pxp-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
    min-height: 600px;
}
.pxp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pxp-hero #pxp-hero-carousel .carousel-inner,
.pxp-hero #pxp-hero-carousel .carousel-inner .carousel-item {
    height: 100%;
}
.pxp-hero-props-carousel-1 .pxp-hero-bg > span {
    display: block;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}



.pxp-hero-props-carousel-1,
.pxp-hero-props-carousel-1 .carousel-inner,
.pxp-hero-props-carousel-1 .carousel-item {
    height: 100%;
}
.pxp-hero-props-carousel-1-prices {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    height: 120px;
    z-index: 2;
    transform: scale(0, 1);
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transform-origin: top right;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active {
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-1-prices .carousel-inner {
    height: 100%;
}
.pxp-hero-props-carousel-1-prices .carousel-item {
    background-color: #e40001;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pxp-hero-props-carousel-1-prices .carousel-item:nth-child(2){
	background-color: #603367;
}
.pxp-hero-props-carousel-1-prices .carousel-item:nth-child(3){
	background-color: #527f23;
}
.pxp-hero-props-carousel-1-prices .carousel-item:nth-child(4){
	background-color: #ba9632;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    left: calc((100% * 2 - 1140px) / 2 + 15px);
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price > span {
    display: block;
    transform: translateY(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price > span > span {
    font-size: 18px;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-price > span {
    transform: translateY(0);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-price > span {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    right: 60px;
    opacity: 0;
    z-index: 2;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
    right: auto;
    left: calc((100% * 2 - 1140px) / 2 + 15px);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-cta {
    opacity: 1;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-cta {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover {
    color: #fff;
    text-decoration: none;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}
.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover:after {
    transform: scale(2, 1);
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
    position: absolute;
    left: calc(100% + 300px);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .pxp-carousel-ticker {
    opacity: 1;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .pxp-carousel-ticker {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker > div {
    display: inline-block;
    line-height: 13px;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter {
    overflow: hidden;
    height: 14px;
}
.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter > span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pxp-hero-props-carousel-1-prices .carousel-item > span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.1);
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: all 6.4s linear;
    -o-transition: all 6.4s linear;
    transition: all 6.4s linear;
}
.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active span {
    transform: scale(1, 1);
}
.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active span {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    width: 240px;
    height: 120px;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    height: 120px;
    width: 120px;
    position: absolute;
	font-size: 30px;
	color: #000;
	text-align: center;
	line-height: 120px;
}
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
    background-color: #000;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
    top: 0;
    left: 0;
	transform: rotate(180deg);
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
    top: 0;
    right: 0;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}
.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}
.pxp-hero-props-carousel-1 .carousel-item .pxp-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% - 70px));
    color: #fff;
    z-index: 2;
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.2rem;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-title {
    opacity: 1;
    transform: translateY(0);
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-features {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-size: 20px;
}
.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-features {
    opacity: .7;
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.pxp-hero-props-carousel-1 .pxp-caption-prop-features > span {
    opacity: 1;
    display: inline-block;
    padding: 0 5px;
}
.pxp-hero-props-carousel-1 .carousel-indicators {
    -ms-flex-pack: left;
    justify-content: left;
    bottom: 180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
}
.pxp-hero-props-carousel-1 .carousel-indicators li {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: .25rem;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    opacity: 1;
    transition: all .6s ease;
    transform: scale(0.85, 0.85);
    overflow: hidden;
}
.pxp-hero-props-carousel-1 .carousel-indicators li.active {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.25);
    transform: scale(1, 1);
}


.i1{
	background: url(../images/about.jpg) no-repeat center;
	height: 879px;
}
.i2{
	padding: 180px 0;
	position: relative;
}
.i3{
	background: url(../images/advant.jpg) no-repeat center;
	height: 917px;
}
.i4{
	background: url(../images/equipment.jpg) no-repeat center;
	height: 775px;
}
.i5{
	background: url(../images/partner.jpg) no-repeat center;
	height: 961px;
}
.i6{
	background: url(../images/news.jpg) no-repeat center;
	height: 771px;
}
.footer{
	background: url(../images/footer.jpg) no-repeat center;
	height: 460px;
}
.index2 .swiper-container{
	width: 100%;
}
.index2 .swiper-button-prev,.index2 .swiper-button-next{
	background: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin: 0;
	left: initial;
	top: initial;
	right: initial;
	bottom: initial;
	top: 50%;
	transform: translate(0,-50%);
}
.index2 .swiper-button-prev i,.index2 .swiper-button-next i{
	font-size: 30px;
}
.index2 .swiper-button-prev{
	left: 30px;
	transform: translate(0,-50%) rotate(180deg);
}
.index2 .swiper-button-next{
	right: 30px;
}







/**
 * 30.0 - Media queries
 */

@media(max-width:1680px) {
	.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker{
		left: calc(100% + 200px);
	}
}

@media screen and (max-width: 1199px) {

    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }
}
@media screen and (max-width: 991px) {
  
    .pxp-hero-props-carousel-1 .carousel-indicators li {
        width: 60px;
        height: 60px;
    }
    .pxp-hero-props-carousel-1-prices {
        width: calc(100% - 240px);
    }
    .pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
        display: none;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        top: 30%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        top: 70%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
        right: auto;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
        top: 50%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
    }
 
}

@media screen and (max-width: 767px) {
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta.pxp-is-left {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }
    .pxp-hero {
        height: 600px !important;
    }   
}

@media screen and (max-width: 575px) {
    .pxp-hero-props-carousel-1-prices {
        width: calc(100% - 160px);
    }
    .pxp-hero-props-carousel-1-prices {
        height: 60px;
    }
    .pxp-hero-props-carousel-1 .pxp-caption-prop-title {
        font-size: 1.6rem;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls {
        height: 60px;
        line-height: 60px;
    }
    .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
        height: 60px;
        line-height: 60px;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-price{
        font-size: 16px;
        left: 20%;
        transform: translateY(-50%);
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta{
        font-size: 12px;
        left: 20%;
    }
    .pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:after{
        display: none;
    }
    
}
