@media screen and (min-width: 1024px) {
    .m {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none!important;
    }
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

input,
textarea {
    border: 0.2rem solid rgba(205, 205, 205, 0.72);
    outline:  0.2rem solid rgba(205, 205, 205, 0.72);
}

textarea {
    height: auto;
    resize: none;
}

input,
textarea::-webkit-input-placeholder {
    color: #8C94A4;
}

.placeholder-color::-webkit-input-placeholder {
    color: #FF2852;
}

.page-hide {
    display: none;
}
.page-show {
    display: block!important;
}

.content-box {
    width: 164rem;
    margin: 0 auto;
}

.banner .swiper-slide h2,
.banner .swiper-slide p {
    color: #FFFFFF;
    line-height: 7.5rem;
    position: absolute;
    left: 15.7rem;
}

.banner .swiper-slide h2 {
    font-size: 5.1rem;
    line-height: 7.5rem;
    font-weight: 800;
    top: 30rem;
    
}


.banner .swiper-slide p {
    color: #FFFFFF;
    font-size: 4.2rem;
    bottom: 8.2rem;
}

.banner .swiper-slide p.pc {
    color: #FFFFFF;
    /* /Users/Joanna/Library/Containers/com.tencent.xinWeChat/Data/Library/Application Support/com.tencent.xinWeChat/2.0b4.0.9/756f99828090cfb315c34cc92246918f/Message/MessageTemp/37cb821538d86e924b3e02d56acf27a8/Image/3331646311034_.pic.jpg */
    font-size: 4.2rem;
    bottom: 17.2rem;
}

.banner.detial .swiper-slide p {
    color: #FFFFFF;
    font-size: 3.6rem;
    bottom: 8.2rem;

}

.swiper-slide img {
    width: 100%;
    height: 100%;
}
.content-box .title {
    text-align: center;
    margin: 9.7rem 0;
}

.content-box .title img {
    margin-top: 3rem
}

.content-box .title h2 {
    font-size: 3.3rem;
    font-weight: 400;
}

.banner.case .swiper-slide p {
    position: absolute;
    top: 32rem;
}

.banner-box.banner.case .swiper-slide a {
    position: absolute;
    bottom: 11.4rem;
    left: 18.7rem;
    width: 20rem;
    height: 6.9rem;
    border: 0.4rem solid #FFFFFF;
    text-align: center;
    line-height: 6.9rem;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
}
.swiper-button-next, .swiper-button-prev{
	top: 50%!important
}

.swiper-button-prev,
.swiper-button-next {
    width: 13rem;
    height: 13rem;
    background-color: #FFFFFF;
    opacity: 0.45;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%;
}

.swiper-button-prev {
    margin-left: -2rem;
    background-image: url('../../images/left-btn.png');
}

.swiper-button-next {
    margin-right: -2rem;
    background-image: url('../../images/right-btn.png');
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
    background-color: #338EF9;
}

.swiper-button-prev:hover {
    background-image: url('../../images/left-btn-act.png');
}

.swiper-button-next:hover {
    background-image: url('../../images/right-btn-act.png');
}


.news-more>div a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color:#338EF9;
	ransition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	-moz-transition: All 0.6s ease;
	-o-transition: All 0.6s ease;
}

.news-more>div a:hover {
    background: #338EF9;
    color: #fff!important;
    border: none;
}

.btn-wear {
    color: #338EF9!important;
    cursor: pointer;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

a:hover{
	background: none!important;
	color:none!important;
	-webkit-tap-highlight-color:snow;
	-webkit-tap-highlight-color:snow;
}

.btn-wear:hover {
	border: none;
    background: #338EF9;
    color: #fff!important;
    border: 0.2rem solid #fff;
	border: none;
}