@charset "utf-8";
/* banner */
.swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-slide picture marquee{
    width: 50%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 51.5%;
    top: 65%;
    transform: translateX(-50%);
}
@media (max-width: 1200px){
    .swiper-slide picture marquee{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .swiper-slide picture marquee{
        font-size: 12px;
    }
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}
.box2 .swiper_top {
	position: absolute;
	right: 0;
	z-index: 9;
	bottom: 0;
	background: #fff;
	width: 460px;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: flex-end;
}

.box2 .swiper-button-next,
.box2 .swiper-rtl .swiper-button-prev {
	position: absolute;
	right: 80px;
	left: auto;
	padding: 40px 60px;
	top: 28%;
}
.box2 .swiper-button-prev,
.box2 .swiper-rtl .swiper-button-next {
	position: absolute;
	right: 200px;
	left: auto;
	padding: 40px 60px;
	top: 28%;
}
.box2 .swiper-button-next:hover,
.box2 .swiper-rtl .swiper-button-prev:hover,
.box2 .swiper-button-prev:hover,
.box2 .swiper-rtl .swiper-button-next:hover {
	background: #0258fe;
}
.box2 .swiper-button-next:hover img,
.box2 .swiper-rtl .swiper-button-prev:hover img,
.box2 .swiper-button-prev:hover img,
.box2 .swiper-rtl .swiper-button-next:hover img {
	-webkit-filter: grayscale(100%) brightness(1000%);
	filter: grayscale(100%) brightness(1000%);
	color: #fff;
}

.swiper-pagination {
	text-align: left;
	padding: 0px 40px;
	font-size: 16px;
}
.swiper-pagination-current {
	font-size: 24px;
	color: #0258fe;
}
.box2 .swiper-horizontal > .swiper-pagination-bullets,
.box2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.box2 .swiper-pagination-custom,
.box2 .swiper-pagination-fraction {
	width: 30%;
}

.box2 .sj {
	position: absolute;
	bottom: 6%;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, 50%);
	background: url(./images/box2-times.png);
}
.box2 .sj1 {
	animation: clockanimation 4s linear infinite;
}
.box2 .sj img {
	width: 100%;
}

@keyframes clockanimation {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}
@media (max-width: 970px) {
	.box2 .swiper_top {
		display: none;
	}
}
@media (max-width: 768px) {
	.box2 .sj img{
		display: none;
	}
}
.btn{
    color: #fff;
    background-image: linear-gradient(to right, #2670fe,#73aefd,#2670fe); 
}
/* 一步核名*/
.index-verify{
    margin: 60px 0;
}
.index-verify .container{
    padding-bottom: 35px;
    background-image: url(./images/verify_bg.jpg);
}
.index-verify .global-title{
    padding: 22px 0;
}
.index-verify .global-title>h3{
    color: #fff;
}
.index-verify .verify-content{
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin: 0 65px;
}
.index-verify .verify-content form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-verify .verify-content form input[type='text']{
    width: 28.3%;
    color: #333;
    font-size: 16px;
    border-left:1px solid #b0b0b0 ;
    padding-left: 20px;
}
.index-verify .verify-content form input[type='text']::placeholder{
    color: #999;
}
.index-verify .verify-content form #phone{
    border-left: none;
}
.index-verify .verify-content form .btn[type='submit']{
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 33px;
}
.index-verify .rolling{
    display: flex;
    align-items: center;
    padding: 15px 65px 0;
}
.index-verify .rolling h4{
    width: 17%;
    color: #fff;
    font-size: 16px;
}
.index-verify .rolling marquee{
    width: 83%;
    color: #fff;
    font-size: 16px;
}
.index-verify .rolling marquee span{
    margin-right:15px;
}
@media (max-width: 1200px){
    .index-verify .verify-content{
        margin: 0 30px;
    }
    .index-verify .verify-content form .btn[type='submit']{
        font-size: 16px;
        font-weight: bold;
        padding: 7px 25px;
    }
    .index-verify .rolling{
        padding: 15px 30px 0;
    }
    .index-verify .rolling h4{
        width: 20%;
        color: #fff;
        font-size: 16px;
    }
    .index-verify .rolling marquee{
        width: 80%;
        color: #fff;
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .index-verify{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .index-verify .container{
        margin: 0;
    }
    .index-verify .verify-content{
        margin: 0 10px;
    }
    .index-verify .verify-content form p {
        flex-wrap: wrap;
        justify-content: center;
    }
    .index-verify .verify-content form input[type='text']{
        width: 30%;
        margin-right: 3.333%;
        font-size: 14px;
        margin-top: 10px;
    }
    .index-verify .verify-content form .btn[type='submit']{
        font-size: 14px;
        padding: 5px 20px;
        margin: 10px 0;
    }
    .index-verify .rolling{
        padding: 15px 10px 0;
    }
    .index-verify .rolling h4{
        width: 30%;
    }
    .index-verify .rolling marquee{
        width: 70%;
    }
}
@media (max-width: 500px){
    .index-verify .verify-content form input[type='text']{
        width: 90%;
        margin: 0 5%;
        font-size: 14px;
        margin-top: 10px;
        border-right:1px solid #b0b0b0;
    }
    .index-verify .verify-content form #phone{
        border-left: 1px solid #b0b0b0;
    }
    .index-verify .rolling h4{
        font-size: 14px;
    }
    .index-verify .rolling marquee{
        font-size: 14px;
    }
}
/* 工商服务 */
.index-service{
    background-image: url(./images/bg.jpg);
    padding: 55px 0 15px;
}
.index-service .global-title h3,
.index-agent .global-title h3{
    position: relative;
}
.index-service .global-title h3>a,
.index-agent .global-title h3>a{
    color: #666;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.service-content{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.service-content .service-left{
    width: 24%;
    color: #fff;
    background-image: url(./images/service_bg.jpg);
    padding: 55px 20px 0 45px;
}
.service-content .service-left h4{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.service-content .service-left p{
    line-height: 28px;
}
.service-content .service-left a{
    display: inline-block;
    color: #3d74e2;
    border-radius: 20px;
    background: #fff;
    padding: 11px 28px;
    margin-top: 38px;
}
.service-content .service-left a:hover{
    transform: translateY(-10px);
}
.service-content .service-right{
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-content .service-right .service-item{
    width: 49%;
    background: #fff;
    padding: 34px;
}
.service-content .service-right .service-item:first-child,
.service-content .service-right .service-item:nth-child(2){
    margin-bottom: 20px;
}
.service-content .service-right .service-item h3{
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.service-content .service-right .service-item p{
    color: #999;
}
.service-content .service-right .service-item a{
    font-size: 14px;
    display: inline-block;
    color: #fe6b08;
    border-radius: 15px;
    border: 1px solid #fe6b08;
    padding: 5px 15px;
    margin-top: 40px;
}
.service-content .service-right .service-item a:hover{
    color: #fff;
    background: #fe6b08;
}
.service-content .service-right .service-item:nth-child(1){
    background-image: url(./images/service01.png);
    background-repeat: no-repeat;
    background-position: bottom 15px right 15px;
}
.service-content .service-right .service-item:nth-child(2){
    background-image: url(./images/service02.png);
    background-repeat: no-repeat;
    background-position: bottom 15px right 15px;
}
.service-content .service-right .service-item:nth-child(3){
    background-image: url(./images/service03.png);
    background-repeat: no-repeat;
    background-position: bottom 15px right 15px;
}
.service-content .service-right .service-item:nth-child(4){
    background-image: url(./images/service04.png);
    background-repeat: no-repeat;
    background-position: bottom 15px right 15px;
}
/* 财务代理 */
.index-agent{
    background-image: url(./images/bg.jpg);
    padding: 55px 0 100px;
}
.index-agent .service-content .service-left{
    background-image: url(./images/agent_bg.jpg);
}
.index-agent .service-content .service-left a{
    color: #fe6b08;
}
.index-agent .service-content .service-right .service-item:nth-child(1){
    background-image: url(./images/agent01.png);
}
.index-agent .service-content .service-right .service-item:nth-child(2){
    background-image: url(./images/agent02.png);
}
.index-agent .service-content .service-right .service-item:nth-child(3){
    background-image: url(./images/agent03.png);
}
.index-agent .service-content .service-right .service-item:nth-child(4){
    background-image: url(./images/agent04.png);
}
@media (max-width: 1200px){
    .service-content .service-left{
        padding: 55px 20px 0 30px;
    }
    .service-content .service-left h4{
        font-size: 30px;
    }
    .service-content .service-right .service-item h3{
        font-size: 22px;
    }
    .service-content .service-right .service-item{
        padding: 25px;
    }
}
@media (max-width: 960px){
    .index-service{
        padding: 10px 0 15px ;
    }
    .index-agent{
        padding: 0 0 40px;
    }
    .service-content .service-left h4{
        font-size: 28px;
    }
    .service-content .service-right .service-item h3{
        font-size: 18px;
    }
    .index-service .global-title h3>a,
    .index-agent .global-title h3>a{
        right: 0;
    }
}
@media (max-width: 768px){
    .index-service .global-title h3>a,
    .index-agent .global-title h3>a{
        font-size: 14px;
    }
    .service-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-content .service-left{
        width: 90%;
        padding: 20px 20px 15px 30px;
        margin-bottom: 15px;
    }
    .service-content .service-left h4{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .service-content .service-left p{
        font-size: 14px;
    }
    .service-content .service-left a{
        font-size: 14px;
        margin-top: 15px;
        padding: 8px 25px;
    }
    .service-content .service-right{
        width: 90%;
    }
    .service-content .service-right .service-item{
        width: 100%;
        padding: 20px 20px 15px 30px;
        margin-bottom: 10px;
    }
    .service-content .service-right .service-item:first-child,
    .service-content .service-right .service-item:nth-child(2){
    margin-bottom: 10px;
    }
    .service-content .service-right .service-item a{
        margin-top: 20px;
    }
    .service-content .service-right .service-item p{
        font-size: 14px;
    }
}
@media (max-width: 500px){
    .service-content .service-left h4{
        font-size: 22px;
    }
    .service-content .service-right .service-item h3{
        font-size: 16px;
    }
}
/* 为什么选择我们 */
.index-choose{
    background-image: url(./images/choose_bg.jpg);
    padding: 45px 0 100px;
}
.index-choose .global-title h3{
    color: #fff;
}
.index-choose .choose-content{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(./images/choose-logo01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12.5%;
}
.index-choose .choose-content .choose-item{
    display: flex;
    width: 25.416667%;
    color: #fff;
    align-items: center;
}
.index-choose .choose-content .choose-item:nth-child(1),
.index-choose .choose-content .choose-item:nth-child(2){
    margin-bottom: 176px;
}
.index-choose .choose-content .choose-item img{
    margin-right: 35px;
}
.index-choose .choose-content .choose-item.right{
    margin-right: 17.395833%;
    justify-content: flex-end;
}
.index-choose .choose-content .choose-item.right .item-content{
    text-align: right;
}
.index-choose .choose-content .choose-item.right img{
    margin-left: 35px;
    margin-right: 0;
}
.index-choose .choose-content .choose-item img:hover{
    transform: translateX(-5px);
}
.index-choose .choose-content .choose-item.right img:hover{
    transform: translateX(5px);
}
.index-choose .choose-content .choose-item  h3{
    font-size: 32px;
    margin-bottom: 10px;
}
.index-choose .choose-content .choose-item  p{
    line-height: 25px;
}
@media (max-width: 1440px){
    .index-choose .choose-content .choose-item{
        width: 35%;
    }
}
@media (max-width: 1200px){
    .index-choose .choose-content .choose-item h3{
        font-size: 28px;
    }
}
@media (max-width: 960px){
    .index-choose .choose-content{
        background-image: none;
        justify-content: space-between;
        padding: 0 10px;
    }
    .index-choose .choose-content .choose-item{
        width: 49%;
    }
    .index-choose .choose-content .choose-item h3{
        font-size: 26px;
    }
    .index-choose .choose-content .choose-item.right{
        margin-right:0;
    }
    .index-choose .choose-content .choose-item:nth-child(1),
    .index-choose .choose-content .choose-item:nth-child(2){
        margin-bottom: 50px;
    }
}
@media (max-width: 768px){
    .index-choose{
        padding: 30px 0 40px;
        background-image: url(./images/choose_bg01.jpg);
    }
    .index-choose .choose-content{
        justify-content: center;
        margin-top: 0;
    }
    .index-choose .choose-content .choose-item{
        width: 90%;
        margin-bottom: 20px;
    }
    .index-choose .choose-content .choose-item:nth-child(1),
    .index-choose .choose-content .choose-item:nth-child(2){
        margin-bottom: 20px;
    }
    .index-choose .choose-content .choose-item.right{
        flex-direction: row-reverse;
    }
    .index-choose .choose-content .choose-item.right img{
        margin-left: 0;
        margin-right: 35px;
    }
    .index-choose .choose-content .choose-item h3{
        font-size: 24px;
    }
    .index-choose .choose-content .choose-item p{
        font-size: 14px;
    }
    .index-choose .choose-content .choose-item.right .item-content{
        text-align: left;
    }
}
@media (max-width: 500px){
    .index-choose{
        padding: 0 0 20px;
    }
    .index-choose .choose-content .choose-item img{
        width: 60px;
        margin-right: 25px;
    }
    .index-choose .choose-content .choose-item h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .index-choose .choose-content .choose-item.right img{
        margin-right: 25px;
    }
}
/* 关于我们 */
.index-about{
    margin: 50px 0 98px;
}
.index-about .about-content{
    background-image: url(./images/aboutus.jpg);
    background-repeat: no-repeat;
    background-position:bottom right;
    margin-top: 15px;
    padding-top: 84px;
    position: relative;
}
.index-about .about-content .company{
    width: 50%;
    background: #fff;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
    padding: 60px 50px 100px 40px;
}
.index-about .about-content .company h3{
    color: #333;
    font-size: 36px;
    margin-bottom: 35px;
}
.index-about .about-content .company h3 span{
    color: #c8c8c7;
    font-size: 24px;
}
.index-about .about-content .company p{
    color: #777;
    font-size: 20px;
    line-height: 36px;
}
.index-about .about-content a{
    display: block;
    color: #fff;
    line-height: 25px;
    background-image: linear-gradient(to right, #30b7ef,#506afb); 
    padding: 21px 34px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.index-about .about-list{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-about .about-list .about-item{
    width: 24.5%;
    text-align: center;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
    padding: 25px 0 20px;
}
.index-about .about-list .about-item:hover img{
    filter: grayscale(100%) brightness(200%);
    transform: translateY(-5px);
}
.index-about .about-list .about-item h4{
    color: #666;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.index-about .about-list .about-item p{
    color: #666;
    font-size: 18px;
}
.index-about .about-list .about-item:hover{
    background-image: linear-gradient(to right, #5168fb,#2fbaf0); 
}
.index-about .about-list .about-item:hover h4,
.index-about .about-list .about-item:hover p{
    color: #fff;
}
@media (max-width: 1200px){
    .index-about .about-content .company{
        padding: 40px 40px 80px 40px;
    }
    .index-about .about-content .company h3{
        font-size: 30px;
    }
    .index-about .about-content .company h3 span{
        font-size: 20px;
    }
    .index-about .about-content .company p{
        font-size: 18px;
    }
}
@media (max-width: 960px){
    .index-about{
        margin: 0 0 40px;
    }
    .index-about .about-content{
        margin-top: 0;
    }
    .index-about .about-content .company{
        padding: 30px 30px 80px 30px;
    }
    .index-about .about-content .company h3{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .index-about .about-content .company h3 span{
        font-size: 18px;
    }
    .index-about .about-content .company p{
        font-size: 16px;
        line-height: 28px;
    }
    .index-about .about-content a{
        padding: 12px 28px;
    }
    .index-about .about-list .about-item h4{
        font-size: 20px;
    }
    .index-about .about-list .about-item p{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .index-about .about-content{
        padding-top: 65px;
    }
    .index-about .about-content .company{
        width: 75%;
    }
    .index-about .about-content .company h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .index-about .about-content .company h3 span{
        font-size: 16px;
    }
    .index-about .about-content .company p{
        font-size: 14px;
        line-height: 28px;
    }
    .index-about .about-content a{
        left: 75%;
        padding: 8px 24px;
    }
}
@media (max-width: 500px){
    .index-about .about-content .company h3{
        font-size: 20px;
    }
    .index-about .about-list .about-item{
        width: 49%;
        margin-bottom: 10px;
        padding: 15px 0;
    }
    .index-about .about-list .about-item h4{
        font-size: 18px;
        margin-top:15px;
    }
}
/* 立即咨询 */
.index-consult{
    background-image: url(./images/contact_bg.jpg);
    padding: 50px 0 55px;
}
.index-consult .container{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-consult .consult-left h3{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}
.index-consult .consult-left .consult-phone{
    display: flex;
    align-items: center;
}
.index-consult .consult-left .consult-phone img{
    margin-right: 25px;
}
.index-consult .consult-left .consult-phone h4{
    font-size: 32px;
    font-weight: bold;
}
.index-consult .container>a{
    font-size: 24px;
    padding: 14px 62px;
    border-radius: 6px;
}
.index-consult .container>a:hover{
    color: #fff;
}
@media (max-width: 1200px){
    .index-consult .consult-left h3{
        font-size: 30px;
    }
    .index-consult .consult-left .consult-phone h4{
        font-size: 28px;
    }
    .index-consult .container>a{
        font-size: 22px;
        padding: 12px 50px;
    }
}
@media (max-width: 960px){
    .index-consult .consult-left h3{
        font-size: 28px;
    }
    .index-consult .consult-left .consult-phone h4{
        font-size: 26px;
    }
}
@media (max-width: 768px){
    
    .index-consult{
        padding: 30px 0;
    }
    .index-consult .container{
        flex-wrap: wrap;
    }
    .index-consult .consult-left h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .index-consult .consult-left .consult-phone{
        margin-bottom: 10px;
    }
    .index-consult .consult-left .consult-phone h4{
        font-size: 22px;
    }
    .index-consult .container>a{
        font-size: 18px;
        padding: 10px 30px;
    }
    .index-consult .consult-left .consult-phone img{
        margin-right: 15px;
    }
}
@media (max-width: 500px){
    .index-consult{
        padding: 20px 0;
    }
    .index-consult .consult-left h3{
        font-size: 22px;
    }
    .index-consult .consult-left .consult-phone img{
        width: 40px;
    }
}
.index-news{
    background: #f7f7f7;
    padding: 60px 0 80px;
}
.index-news .news-box{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.index-news .news-box .news-left{
    width: 70.25%;
    background: #fff;
}
.index-news .news-box .news-left .news-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-news .news-box .news-left .news-nav .navs{
    color: #333;
    font-size: 20px;
    display: flex;
}
.index-news .news-box .news-left .news-nav .more{
    flex: 1;
    text-align: right;
    padding-right: 25px;
    border-bottom: 1px solid #eee;
}
.index-news .news-box .news-left .news-nav .more a{
    display: inline-block;
    color: #999;
    line-height: 70px;
}
.index-news .news-box .news-left .news-nav .more a img{
    margin-left: 5px;
}
.index-news .news-box .news-left .news-nav .navs li{
    line-height: 70px;
    padding: 0 25px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: all 0s;
}
.index-news .news-box .news-left .news-nav .navs li:first-child.tab{
    border-left: 1px solid #fff;
}
.index-news .news-box .news-left .news-nav .navs li.tab{
    color: #fe6b08;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
.index-news .news-box .news-left .news-content{
    padding: 30px 30px 35px;
}
.index-news .news-box .news-left .news-content .news{
    display: flex;
    justify-content: space-between;
}
.index-news .news-box .news-left .news-content .news img{
    width: 48%;
}
.index-news .news-box .news-left .news-content .news .news-right{
    width: 48%;
}
.index-news .news-box .news-left .news-content .news .news-right h3{
    color: #333;
    font-size: 24px;
    margin: 15px 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-news .news-box .news-left .news-content .news .news-right p{
    color: #777;
    line-height: 24px;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.index-news .news-box .news-left .news-content .news .news-right span{
    color: #777;
}
.index-news .news-box .news-left .news-content .news-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.index-news .news-box .news-left .news-content .news-list .news-item{
    width: 48%;
    display: flex;
    line-height: 60px;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
}
.index-news .news-box .news-left .news-content .news-list .news-item:hover{
    background: #f7f7f7;
}
.index-news .news-box .news-left .news-content .news-list .news-item h4{
    font-size: 18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-news .news-box .news-left .news-content .news-list .news-item span{
    color: #999;
    font-size: 14px;
    flex-shrink: 0;
}
.index-news .news-box .news-left .news-content .content-item{
    display: none;    
}
.index-news .news-box .news-left .news-content .content-item.div-show{
    display: block;
}
.index-news .news-box .problem-right{
    width: 28.33333%;
    background: #fff;
}
.index-news .news-box .problem-right .problem-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.index-news .news-box .problem-right .problem-nav h4{
    color: #333;
    font-size: 20px;
    line-height: 70px;
    padding-left: 20px;
}
.index-news .news-box .problem-right .problem-nav .more{
    padding-right: 20px;
}
.index-news .news-box .problem-right .problem-nav .more a{
    color: #999;
    line-height: 70px;
    display: inline-block;
}
.index-news .news-box .problem-right .problem-nav .more a img{
    margin-left: 5px;
}
.index-news .news-box .problem-right .problem-list{
    padding: 30px 20px 20px;
}
.index-news .news-box .problem-right .problem-list .problem-item{
    display: block;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
}
.index-news .news-box .problem-right .problem-list .problem-item:hover{
    background: #f7f7f7;
}
.index-news .news-box .problem-right .problem-list .problem-item .q p{
    color: #333;
    font-size: 18px;
    line-height: 60px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.index-news .news-box .problem-right .problem-list .problem-item .a p{
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index-news .news-box .problem-right .problem-list .problem-item .q,
.index-news .news-box .problem-right .problem-list .problem-item .a{
    position: relative;
}
.index-news .news-box .problem-right .problem-list .problem-item .q img{
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.index-news .news-box .problem-right .problem-list .problem-item .a img{
    position: absolute;
    top: 0;
    left: -30px;
}
@media (max-width: 1200px){
    .index-news .news-box .news-left .news-nav .navs{
        font-size: 18px;
    }
    .index-news .news-box .news-left .news-nav .navs li{
        line-height: 60px;
        padding: 0 20px;
    }
    .index-news .news-box .news-left .news-nav .more a{
        line-height: 60px;
    }
    .index-news .news-box .problem-right .problem-nav h4{
        font-size: 18px;
        line-height: 60px;
    }
    .index-news .news-box .problem-right .problem-nav .more a{
        line-height: 60px;
    }
}
@media (max-width: 960px){
    .index-news{
        padding: 30px 0 60px;
    }
    .index-news .news-box .news-left{
        width: 100%;
    }
    .index-news .news-box .problem-right{
        display: none;
    }
}
@media (max-width: 768px){
    .index-news{
        padding: 20px 0 40px;
    }
    .index-news .news-box{
        margin-top: 20px;
    }
    .index-news .news-box .news-left .news-content .news .news-right h3{
        font-size: 20px;
        margin: 0 0 10px;
    }
    .index-news .news-box .news-left .news-content .news .news-right p{
        margin-bottom: 25px;
    }
    .index-news .news-box .news-left .news-content .news .news-right span{
        font-size: 14px;
    }
    .index-news .news-box .news-left .news-content .news-list .news-item{
        line-height: 45px;
    }
    .index-news .news-box .news-left .news-content .news-list .news-item h4{
        font-size: 16px;
    }
}
@media (max-width: 500px){
    .index-news{
        padding: 0 0 20px;
    }
    .index-news .news-box{
        margin-top: 10px;
    }
    .index-news .news-box .news-left .news-nav .navs{
        font-size: 16px;
    }
    .index-news .news-box .news-left .news-nav .navs li{
        line-height: 50px;
        padding: 0 10px;
    }
    .index-news .news-box .news-left .news-nav .more{
        padding-right: 15px;
    }
    .index-news .news-box .news-left .news-nav .more a{
        font-size: 14px;
        line-height: 50px;
    }
    .index-news .news-box .news-left .news-content{
        padding: 20px 0 30px;
    }
    .index-news .news-box .news-left .news-content .news{
        flex-wrap: wrap;
        justify-content: center;
    }
    .index-news .news-box .news-left .news-content .news img{
        width: 90%;
    }
    .index-news .news-box .news-left .news-content .news .news-right{
        width: 90%;
        margin-top: 10px;
    }
    .index-news .news-box .news-left .news-content .news .news-right h3{
        font-size: 18px;
    }
    .index-news .news-box .news-left .news-content .news .news-right p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .index-news .news-box .news-left .news-content .news-list{
        justify-content: center;
    }
    .index-news .news-box .news-left .news-content .news-list .news-item{
        width: 90%;
    }
}
.index-customer{
    background-image: url(./images/us-customer_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 65px 0 140px;
}
.customer-content{
    display: flex;
    background-image: url(./images/customer_bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 60px 0 70px;
}
.customer-content .evaluate-left{
    width: 33.33333%;
    padding: 50px 88px 0 75px;
}
.customer-content .evaluate-left p{
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
}
.customer-content .evaluate-left .stars img{
    margin-right: 6px;
}
.customer-content .customer-right{
    width: 66.66666%;
    background: #fff;
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
    position: relative;
}
.customer-content .customer-right .customer{
    padding: 50px 100px 40px 135px;
}
.customer-content .customer-right .customer p{
    color: #666;
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
}
.customer-content .customer-right .customer p::after{
    content: '';
    display: block;
    width: 25px;
    height: 22px;
    background-image: url(./images/quotes01.png);
    position: absolute;
    top: 4px;
    left: -45px;
}
.customer-content .customer-right .customer p::before{
    content: '';
    display: block;
    width: 25px;
    height: 22px;
    background-image: url(./images/quotes02.png);
    position: absolute;
    bottom: -6px;
    right: 0;
}
.customer-content .customer-right .customer div{
    text-align: right;
}
.customer-content .customer-right .customer span{
    color: #333;
    font-size: 22px;
    position: relative;
}
.customer-content .customer-right .customer span::after{
    content: '';
    display: block;
    width: 110px;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    top: 50%;
    left: -125px;
}
.customer-content .customer-right .swiper-pagination{
    width: auto;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
}
.customer-content .customer-right .swiper-pagination-bullet{
    width: 20px;
    height: 3px;
    border-radius: 0;
    margin: 0 5px;
    background: #fff;
}
.customer-content .customer-right .swiper-pagination-bullet-active{
    background: #fff;
}
@media (max-width: 1200px){
    .customer-content{
        flex-wrap: wrap;
        justify-content: center;
        background-size: cover;
        padding: 20px 0 70px;
        margin-top: 20px;
    }
    .customer-content .evaluate-left{
        width: 80%;
        padding: 20px 0;
    }
    .customer-content .customer-right{
        width: 80%;
    }
    .customer-content .customer-right .customer p::before{
        right: -30px;
    }
    .customer-content .evaluate-left p{
        margin-bottom: 5px;
        text-align: center;
    }
    .customer-content .evaluate-left .stars{
        text-align: center;
    }
}
@media (max-width: 960px){
    .index-customer{
        padding: 35px 0 70px;
    }
    .customer-content .evaluate-left p{
        font-size: 18px;
    }
    .customer-content .customer-right .customer p{
        font-size: 18px;
    }
    .customer-content .customer-right .customer span{
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .index-customer{
        padding: 20px 0 50px;
    }
    .customer-content{
        margin-top: 0;
        padding: 0px 0 30px;
    }
    .customer-content .evaluate-left{
        width: 90%;
    }
    .customer-content .evaluate-left p{
        font-size: 16px;
        line-height: 28px;
    }
    .customer-content .customer-right{
        width: 90%;
    }
    .customer-content .customer-right .customer{
        padding: 30px 60px 30px 70px;
    }
    .customer-content .customer-right .customer p{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .customer-content .customer-right .customer p::after{
        width: 15px;
        height: 14px;
        background-size: cover;
        top: 2px;
        left: -25px;
    }
    .customer-content .customer-right .customer p::before{
        width: 15px;
        height: 14px;
        background-size: cover;
        bottom: -2px;
        right: -20px;
    }
    .customer-content .customer-right .customer span{
        font-size: 16px;
    }
    .customer-content .customer-right .customer span::after{
        width: 80px;
        left: -90px;
    }
    .customer-content .customer-right .swiper-pagination{
        display: none;
    }
}
@media (max-width: 500px){
    .index-customer{
        padding: 0px 0 25px;
    }
    .customer-content .customer-right .customer{
        padding: 20px 40px 25px 50px;
    }
    .customer-content .customer-right .customer span::after{
        width: 40px;
        left: -50px;
    }
}
.handle-box{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    width: 100%;
    height: 100%;
    display: none;
}
.handle-box .container{
    width: 80%;
    height: 85%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.handle-box .container img{
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

