.head{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
    transition: all 0.5s;
}

.w1200{
    width: 1200px;
    margin: auto;
}

.head-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .w1200{
	width: 1400px;
}
.logoA{
    height: 100%;
    display: flex;
    align-items: center;
}

.logoimg{
    width: 110px;
    margin-right: 6px;
}

.logo-company{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.logospan{
    color: rgb(32, 151, 243);
}

.head-nav{
    display: flex;
    align-items: center;
}

.nav-li{
    margin-right: 10px;
}

.nav-li:last-child{
    margin-right: 0;
}

.navA{
    width: 95px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navA:hover{
    background: rgba(31, 135, 232, 1);
    color: white;
}

.lightblue{
    background: rgba(31, 135, 232, 1);
    color: white;
}
.hottel span{
	font-size: 20px;
	font-weight: bold;
	color: rgb(32, 151, 243);
}
.prev1{
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    left: 10%;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);
}

.next1{
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 50%;
    right: 10%;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);
}

.prev1{
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 50%;
    left: 10%;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);
}

.next1:focus{
    outline: 0;
}
.prev1:focus{
    outline: 0;
}

.zyan{
    width: 100%;
}

.prev1:hover{
    background: rgba(0,0,0,0.4);
}
.next1:hover{
    background: rgba(0,0,0,0.4);
}

.about{
    margin-top: 150px;
    margin-bottom: 62px;
}

.about-container{
    height: 290px;
    border: 2px solid #5d94fb;
    padding-top: 40px;
    padding-left: 60px;
    position: relative;
    animation: RtoL 1s ease;
}

.about-name{
    color: rgb(51, 129, 255);
    font-size: 30px;
    font-weight: bold;
}

.about-subname{
    font-size: 16px;
    color: rgb(53, 53, 53);
    font-weight: 500;
}

.about-content{
    width: 590px;
    color: rgb(0, 0, 0);
    font-family: tahoma, arial, 宋体, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 25px;
}

.aboutico{
    position: absolute;
    top: -40px;
    right: -2px;
    z-index: 5;
    animation: RtoL 1s ease-in;
}

.moreA{
    width: 94px;
    height: 64px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    background: #5d94fb;
}

.moreA:hover{
    color: white;
}

.aboutmore{
    position: absolute;
    bottom: -32px;
    left: 24%;
    z-index: 4;
    display: flex;
}

.aboutjt{
    width: 64px;
    height: 64px;
    background: #2a5cb9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -8px;
}

@keyframes RtoL {
    0%{opacity: 0;transform: translateX(100px);};
    100%{opacity: 1;transform: translateX(0px);};
}

.advant{
    width: 100%;
    height: 737px;
    background: url(../images/ysbg.jpg) top center no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.advant-content{
    display: flex;
    justify-content: space-between;
}

.advant-ln{
    width: 40%;
    height: 470px;
    background: url(../images/ysk.png) top right no-repeat;
    animation: RtoL 1s ease;
    display: flex;
    justify-content: flex-end;

}

.advant-name{
    font-size: 54px;
    color: white;
    font-weight: 700;
    text-align: center;
    margin-top: 90px;
}

.advant-subname{
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}

.advant-box{
    width: 352px;
    height: 470px;
}

.advant-p1{
    font-size: 18px;
    color: white;
    margin-top: 90px;
    margin-left: -44px;
    animation: RtoL 1.5s ease;
}

.advant-p2{
    font-size: 18px;
    color: white;
    text-align: right;
    margin-right: 25px;
    animation: RtoL 1.8s ease;
}

.advant-ul{
    width: 53.5%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.advant-li{
    display: flex;
    animation: RtoL 1s ease;
}

.advant-txt{
    margin-left: 40px;
}

.advantimg{
    width: fit-content;
    height: fit-content;
}

.advant-title{
    font-size: 22px;
    color: rgb(91, 146, 251);
}

.advant-suntitle{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.advant-desc{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.advant-li:last-child .advant-txt{
    width: 400px;
}

.product{
    padding-top: 100px;
    margin-bottom: 50px;
}

.product-top{
    animation: RtoL 1.3s ease;
}

.product-name{
    font-size: 30px;
    color: rgb(51, 129, 255);
    font-weight: bold;
    line-height: 1;
}

.product-subname{
    color: rgb(53, 53, 53);
    font-size: 15px;
    font-weight: 500;
}

.product-ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 0 15px;
}

.product-li{
    animation: RtoL 1s ease;
}

.productA{
    width: 162px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 16px;
    border-radius: 20px;
    transition: all 0.5s;
}

.productA:hover{
    background: #076ce0;
    color: white;
}

.lightcp{
    background: #076ce0;
    color: white;
}

.productcard{
    margin-top: 50px;
}

.card-ul{
    display: flex;
}

.card-li{
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 10px;
    animation: RtoL 1s ease;
}

.card-li:nth-child(4n){
    margin-right: 0;
}

.cardimg{
    width: 100%;
    height: 220px;
    overflow: hidden;
    border: 1px solid #eee;
}

.cardico{
    width: 100%;
    height: 220px;
    transition: all 0.5s;
}

.card-li:hover .cardico{
    transform: scale(1.1);
}

.card-title{
    text-align: center;
    padding: 5px 0;
}

.card-li:hover .card-title{
    background: #076ce0;
    color: white;
}

.process{
    width: 100%;
    height: 602px;
    background: url(../images/zzgy.jpg) top center no-repeat;
    padding-top: 100px;
}

.process-name{
    font-size: 30px;
    font-weight: bold;
    color: white;
    line-height: 1;
    animation: RtoL 1.2s ease;
}

.process-subname{
    font-size: 15px;
    color: white;
    font-weight: 500;
    animation: RtoL 1.4s ease;
}

.process-jd{
    margin-top: 60px;
    text-align: center;
    animation: RtoL 1s ease;
}

.process-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.process-li{
    text-align: center;
    animation: RtoL 1.5s ease;
}

.process-img{
    border: 1px solid white;
    border-radius: 50%;
}

.process-title{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: white;
}

.applica{
    padding-top: 100px;
}

.applica-top{
    animation: RtoL 1s ease;
}

.applica-name{
    font-size: 30px;
    font-weight: bold;
    color: rgb(51, 129, 255);
    line-height: 1;
}

.applica-subname{
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

.applica-qy{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.applica-desc{
    width: 35%;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    text-indent: 30px;
    animation: RtoL 1s ease;
}

.applica-ul{
    width: 680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 40px;
}

.applica-li{
    width: 333px;
    cursor: pointer;
    animation: RtoL 1s ease;
}

.applica-img{
    width: 100%;
    height: 227px;
    overflow: hidden;
}

.applica-img img{
    transition: all 0.3s;
}

.allica-title{
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
}

.applica-li:hover .applica-img img{
    transform: scale(1.1);
}

.appica-mc{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 11;
    display: none;
}

.appmc-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper2{
    width: 60%;
}

.mcdel{
    position: absolute;
    top: 50px;
    right: 70px;
    z-index: 11;
    cursor: pointer;
}

.appmc-title{
    color: white;
}

.prev2{
    width: 60px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 11;
    cursor: pointer;
    background: rgba(225,225,225,0);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.next2{
    width: 60px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 11;
    cursor: pointer;
    background: rgba(225,225,225,0);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev2:hover{
    background: rgba(225,225,225,0.1);
}

.prev2:focus{
    outline: 0;
}

.next2:hover{
    background: rgba(225,225,225,0.1);
}

.next2:focus{
    outline: 0;
}

.page2{
    position: absolute;
    bottom: 20%;
    transform: translateX(-50%);
    z-index: 11;
    color: white;
}

.appmc-ul{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.appmc-li{
    text-align: center;
}

.footer{
    width: 100%;
    background: rgb(45, 62, 80);
    padding-top: 40px;
    padding-bottom: 30px;
}

.foot-ul{
    display: flex;
    justify-content: space-between;
}

.foot-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footimg{
    border-radius: 50%;
}

.foot-text{
    color: rgb(121, 129, 138);
    margin-left: 10px;
}

.copys{
    text-align: center;
    margin-top: 70px;
    color: rgb(121, 129, 138);
}

.foot-js{
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(121, 129, 138);
}

.foot-js a{
    color: rgb(121, 129, 138);
    /*border-right: 1px solid rgb(121, 129, 138);*/
    line-height: 1;
    padding: 0 4px;
}

.foot-js a:nth-of-type(2){
    border: 0;
}

.foot-js a:hover{
    color: white;
}

.backtop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 10;
    overflow: hidden;
}

.backimg{
    width: 100%;
    margin-top: 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.backimg:hover{
    opacity: 0.2;
}

.foot_bt{
	display: flex;
    justify-content: center;
    margin-top: 40px;
}

.foot_bt_ct{
	margin-right: 80px;
}

.ftwx{
	width: 120px;
}
.partner-box .box{
	margin-bottom: 60px;
}
.partner-box .box h2{
	font-weight: bold;
	font-size: 26px;
	color: #5a5a5a;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.partner-box .box .img{
	display: flex;
}
.partner-box .box .img img{
	width: 32%;
	margin-right: 15px;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px #ddd;
}