@charset "urf-8";


#banner .pagination {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 7%;
    text-align: center;
}

#banner .pagination .bullet {
    display: inline-block;
    max-width: 60px;
    width: 10%;
    background-color: #fff;
    opacity: .5;
    margin: 0 16px;
    cursor: pointer;
}
#banner .pagination .bullet:before{
    display: block;
    content: "";
    padding: 6%;
}

#banner .pagination .bullet.bullet-active {
    opacity: 1;
}

.content .box .bd .title-ico {
    display: block;
    max-width: 260px;
    width: 30%;
    margin: auto;
    margin-bottom: 7%;
}

.product-box .row {}

.product-box .row .col {
    position: relative;
    width: 31%;
    float: left;
    margin: 0 1%;
    background: #F6F6F6;
}


.product-box .row .col .ico {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 170px;
    height: 50%;
}
.product-box .row .col:hover {
    background-repeat: no-repeat;
    background-size: 100%;
}

.product-box .row .col:nth-child(1):hover {
    background: url(../images/product-item-bg1.png);
}

.product-box .row .col:nth-child(2):hover {
    background: url(../images/product-item-bg2.png);
}

.product-box .row .col:nth-child(3):hover {
    background: url(../images/product-item-bg3.png);
}

.about-box {
    background: url(../images/about-bg.png) no-repeat center;
    background-size: cover;
}

.about-box .content .h1 {
    font-size: 16px;
    color: #F6F6F6;
    line-height: 34px;
    text-indent: 2em;
}

.about-box .row {
    color: #F6F6F6;
    text-align: center;
    font-size: 22px;
    margin-top: 5%;
}

.about-box .row .col {
    float: left;
    width: 25%;
    cursor: pointer;
}

.about-box .row .col .ico {
	max-width: 150px;
    width: 50%;
    margin-bottom: 33px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-box .row .col:hover {
    color: #FFCE00;
}

.about-box .row .col:nth-child(1) .ico {
    background-image: url(../images/about-item-ico3.png);
}

.about-box .row .col:nth-child(2) .ico {
    background-image: url(../images/about-item-ico1.png);
}

.about-box .row .col:nth-child(3) .ico {
    background-image: url(../images/about-item-ico2.png);
}

.about-box .row .col:nth-child(4) .ico {
    background-image: url(../images/about-item-ico1.png);
}

.about-box .row .col:nth-child(1):hover .ico {
    background-image: url(../images/about-item-ico3-hover.png);
}

.about-box .row .col:nth-child(2):hover .ico {
    background-image: url(../images/about-item-ico1-hover.png);
}

.about-box .row .col:nth-child(3):hover .ico {
    background-image: url(../images/about-item-ico2-hover.png);
}

.about-box .row .col:nth-child(4):hover .ico {
    background-image: url(../images/about-item-ico1-hover.png);
}

.abount-box .font-small {
	font-size: small;
}

.information-box {
    background: #F6F6F6;
}

.information-box .item {
    position: relative;
}

.information-box .item .left-img {
    max-width: 450px;
    width: 45%;
}

.information-box .item .content-right {
    position: absolute;
    right: 0;
    top: 10%;
    width: 60%;
    background-color: #fff;
    padding: 34px 36px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    color: #000000;
}

.information-box .item .content-right .h1 {
    font-size: 25px;
    font-weight: bold;
}

.information-box .item .content-right .h2 {
    font-size: 12px;
    opacity: .6;
    margin-bottom: 3%;
    margin-top: 2.5%;
}

.information-box .item .content-right .h3 {
    font-size: 16px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.information-box .item .content-right .btn {
	display:inline-block;
    color: #FFCE00;
    border: 1px solid #FFCE00;
    border-radius: 15px;
    padding: 6px 23px;
    font-size: 13px;
    margin-top: 5%;
}
.information-box #amount-swiper .inner{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #000000;
}
.information-box #amount-swiper .inner .num-right{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}
.information-box #amount-swiper .inner .pagination{
	display: inline-block;
}
.information-box #amount-swiper .inner .pagination .bullet{
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #000000;
	border-radius: 50%;
	margin-right: 28px;
}
.information-box #amount-swiper .inner .pagination .bullet.bullet-active{
	background: #000000;
}
.information-box .swiper-box{
	position: relative;
}
.information-box .swiper-box .next{
	position: absolute;
	top: 45%;
	right: -8%;
	width: 5%;
	max-width: 30px;
	cursor: pointer;
	outline: none;
}
.information-box .swiper-box .prev{
	position: absolute;
	top: 45%;
	left: -8%;
	width: 5%;
	max-width: 30px;
	cursor: pointer;
	outline: none;
}
.service-box{

}
.service-box .list{
	
}
.service-box .list .item{
	float: left;
	width: 48%;
	margin: 0 1%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
}
.service-box .list .item .ico{
	display: block;
	width: 100%;
}
.service-box .list .item .content{
	font-size: 13px;
	color: #919191;
	line-height: 26px;
	padding: 30px;
	background-color: #f6f6f6;
}
.service-box .row{
	text-align: center;
	margin-top: 7%;
	padding: 0 2%;
}
.service-box .row .col{
	float: left;
	width: 12%;
	font-size: 25px;
	color: #4E5565;
	margin-right: 10%;
	cursor: pointer;
}
.service-box .row .col:hover{
	color:#000000;
}
.service-box .row .col:last-child{
	margin-right: 0;
}
.service-box .row .col .ico{
	width: 100%;
	display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 14%;
}
.service-box .row .col:nth-child(1) .ico {
    background-image: url(../images/service-col-ico1.png);
}
.service-box .row .col:nth-child(2) .ico {
    background-image: url(../images/service-col-ico2.png);
}
.service-box .row .col:nth-child(3) .ico {
    background-image: url(../images/service-col-ico3.png);
}
.service-box .row .col:nth-child(4) .ico {
    background-image: url(../images/service-col-ico4.png);
}
.service-box .row .col:nth-child(5) .ico {
    background-image: url(../images/service-col-ico5.png);
}
.service-box .row .col:nth-child(1):hover .ico {
    background-image: url(../images/service-col-ico1-hover.png);
}
.service-box .row .col:nth-child(2):hover .ico {
    background-image: url(../images/service-col-ico2-hover.png);
}
.service-box .row .col:nth-child(3):hover .ico {
    background-image: url(../images/service-col-ico3-hover.png);
}
.service-box .row .col:nth-child(4):hover .ico {
    background-image: url(../images/service-col-ico4-hover.png);
}
.service-box .row .col:nth-child(5):hover .ico {
    background-image: url(../images/service-col-ico5-hover.png);
}
@media screen and (max-width: 1400px) {
    .information-box .swiper-box .next,.information-box .swiper-box .prev{
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .information-box .item .content-right{
        width: 50%;
    }
}
@media screen and (max-width:900px) {
    .information-box .swiper-slide{
        height: auto;
    }
    .information-box .item .left-img{
        width: 40%;
        float: left;
    }
    .information-box .item .content-right{
        position: static;
        float: right;
        width: 60%;
        height: 100%;
        box-sizing: border-box;
        padding: 20px 22px;
    }
    .information-box .item .content-right .h1{
        font-size: 20px;
    }
    .information-box .item .content-right .h3{
        font-size: 14px;
        line-height: 28px;
    }
    .information-box #amount-swiper .inner{
        display: none;
    }
    .service-box .row .col .h1{
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .about-box .row .col{
        width: 50%;
        margin-bottom: 20px;
    }
    .about-box .row .col .ico{
        width: 25%;
        margin-bottom: 12px;
    }
    .about-box .row .col .h1{
        font-size: 14px;
    }
    .about-box .content .h1{
        font-size: 14px;
        line-height: 25px;
    }
    .amount-box{
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .information-box .item .left-img,.information-box .item .content-right{
        width: 100%;
        max-width: none;
    }
    .service-box .list .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-box .row .col{
        width:26%;
        margin-bottom: 10%;
    }
    .service-box .row .col:nth-child(3){
        margin-right: 0;
    }
    .service-box .row .col .h1{
        font-size: 18px;
    }
}
@media screen and (max-width: 414px) {
    #banner .pagination{
        display: none;
    }
    .content .box .bd .title-ico{
        width: 38%;
    }
    .product-box .row .col{
        float: none;
        width: 100%;
        margin: 5px auto;
        height: 125px;
    }
    .product-box .row .col .ico{
        height: 68%;
    }
    .carousel-box {
        display: none;
    }
}
/* iphoneX */
@media screen and (max-width: 375px) {
    
    
}