
*{
    margin: 0;
    padding: 0;
}
button{
    outline: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#top-banner {
    width: 100%;
    height: 420px;
    overflow: hidden;
	background-image: linear-gradient(90deg, 
		#CCE2F2 0%, 
		#C9DEEF 150%);

}

#top-banner-img {
    width: 100%;
    height: 420px;
    background: url(../images/banner.png) no-repeat center;
    margin: 0 auto;
    min-width: 1200px;
    color: #fff
}

#top-banner-content {
    width: 1240px;
    height: 420px;
    margin: 0 auto
}

#top-banner-h1 {
    font-size: 64px;
    padding: 99px 0 26px;
    margin: 0 auto;
    font-family: FZLTDHK--GBK1-0;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #263762;
}

#top-banner-h2 {
    padding-bottom: 63px;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
	font-size: 20px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #263762;
}
#top-banner-input{
    border: 0;
    outline:none;
}
#top-banner-btn {
	width: 164px;
	height: 50px;
	background-image: linear-gradient(90deg, 
		#6681ff 0%, 
		#3765f5 100%);
	border-radius: 25px;
    cursor: pointer;
    border: 0;
    font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top-banner-btn:hover{
    background-image: linear-gradient(90deg, 
    #3565f7 0%, 
    #3565f7 100%);
}
#banner-btn-box{
    width: 390px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 29px;
    box-sizing: border-box;
}
.title{
	font-family: PingFangSC-Semibold;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #191c3d;
    margin-top: 80px;
    text-align: center;
    min-width: 1200px;
}
.title-mini{
    min-width: 1200px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #191c3d;
    margin-top: 18px;
    text-align: center;

}
#client-scheme{
    height: 520px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.client-scheme-box{
    width: 282px;
	height: 520px;
	border-radius: 4px;
	border: solid 1px #eceef4;
    transition: all 0.5s;

}
.client-scheme-box:hover{
    transform: scale(1.05);
}
.top-client-scheme{
    width: 282px;
	height: 90px;
	border-radius: 4px 4px 0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 90px;
    font-family: PingFangSC-Medium;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
#client-scheme-orange{
    background-image: url(../images/orange-icon1.png);
}
#client-scheme-green{
    background-image: url(../images/green-icon1.png);
}
#client-scheme-blue{
    background-image: url(../images/blue-icon1.png);
}
#client-scheme-skyblue{
    background-image: url(../images/skyblue-icon1.png);
}
.bottom-client-scheme{
    width: 100%;
    height: 430px;
    padding: 26px 0 44px 31px;
    box-sizing: border-box;
}
.client-scheme-size{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: PingFangSC-Medium;
	font-size: 16px;
	letter-spacing: 0px;
	color: #191c3d;
}
.client-scheme-size img{
    margin-right: 17px;
}
.client-scheme-btn{
    width: 200px;
	height: 46px;
	border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: PingFangSC-Medium;
	font-size: 16px;
    margin-left: 10px;
    margin-top: 9px;
    cursor: pointer;
    outline: none;
 }
#client-scheme-btn1{
	border: solid 1px #f07844;
	background-color: #fef8ef;
	color: #f07242;

}
#client-scheme-btn1:hover{
	border: solid 1px #f07844;
	background-color: #f07242;
    color: #fff;
}
#client-scheme-btn2{
	border: solid 1px #42c299;
	background-color: #effefe;
	color: #41c29a;

}
#client-scheme-btn2:hover{
	border: solid 1px #42c299;
	background-color: #41c29a;
    color: #fff;
}
#client-scheme-btn3{
	border: solid 1px #4a74f6;
	background-color: #eff3fe;
	color: #4a74f6;

}
#client-scheme-btn3:hover{
	border: solid 1px #4a74f6;
	background-color: #4a74f6;
    color: #fff;
}
#client-scheme-btn4{
	border: solid 1px #4eabf7;
	background-color: #eff8fe;
	color: #48a5f5;

}
#client-scheme-btn4:hover{
	border: solid 1px #4eabf7;
	background-color: #48a5f5;
    color: #fff;
}
#template-box{
    height: 455px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#template-left{
    height: 100%;

}
#template-right{
    width: 695px;
    height: 500px;
    padding-top: 40px;
    box-sizing: border-box;
}
#template-right img{
    padding-top: 40px;
}
.template-left-size1{
    font-family: PingFangSC-Semibold;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 2px;
	color: #191c3d;
    margin-bottom: 35px;
}
.template-left-box{
    display: flex;
    align-items: center;
    font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #191c3d;
    margin-bottom: 26px;
}
.template-left-imgbgc{
    width: 42px;
	height: 42px;
	background-image: linear-gradient(-45deg, 
		#f8dbe3 0%, 
		#fae6dd 100%);
	border-radius: 8px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;

}
#template-left-btn{
    width: 230px;
	height: 48px;
	background-color: #eff3fe;
	border-radius: 4px;
	border: solid 1px #4a74f6;
    margin-top: 27px;
    font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #4a74f6;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
#template-left-btn:hover{
    background-color: #4a74f6;
    color: #fff;

}
#seo-box{
	width: 100%;
	height: 579px;
	background-color: #ddecfb;
    margin-top: 80px;
    overflow: hidden;
}
#seo-list{
	height: 226px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0px 120px;
    box-sizing: border-box;
}
.seo-list-box{
    width: 450px;
	height: 102px;
	background-color: #ffffff;
	border-radius: 14px;
    padding: 30px 0px 30px 42px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #191c3d;
}
.seo-list-box:hover{
    box-shadow: 0 0 10px #ccc;
}
.seo-list-imgbgc{
    width: 42px;
	height: 42px;
	background-image: linear-gradient(-45deg, 
		#cce2f6 0%, 
		#dcf1fb 100%);
	border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seo-list-imgbgc{
    margin-right: 16px;
}
#seo-btn{
    width: 230px;
	height: 48px;
	background-color: #eff3fe;
    display: block;
	border-radius: 4px;
	border: solid 1px #4a74f6;
    font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #4a74f6;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    margin: 0px auto;
    margin-top: 30px;

}
#seo-btn:hover{
	background-color: #4a74f6;
    color: #fff;
}
#hhl-introduce{
    height: 300px;
    margin-top: 62px;
    display: flex;
    align-items: center;

}
#hhl-introduce-left{
width: 526px;
height: 100%;
}
.hhl-introduce-size1{
    font-family: PingFangSC-Semibold;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #191c3d;
    margin-bottom: 10px;
}
.hhl-introduce-size1 span{
    margin-left: -20px;
}
#hhl-introduce-right{
width: 500px;
height: 100%;
margin-left: 148px;
position: relative;
}
.hhl-introduce-size2{
    padding: 40px;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #191c3d;
}
.introduce-right-box{
    width: 276px;
	height: 90px;
	background-image: linear-gradient(90deg, 
		#6681ff 0%, 
		#3765f5 100%);
	border-radius: 2px 14px 14px 14px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: PingFangSC-Regular;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
    padding: 0px 10px;
    box-sizing: border-box;
    bottom: 10px;
    left: -113px;
}
#serve-box{
    height: 370px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.serve-list-box{
    width: 268px;
	height: 370px;
	border-radius: 4px;
    transition: all 0.5s;

}

.serve-list-box:hover{
    transform: scale(1.05);
}
.serve-box-bottom{
    width: 268px;
	height: 109px;
	background-color: #ffffff;
    box-shadow: 0 0 15px rgb(229, 246, 250);
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box;
}
.serve-size1{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 26px; */
	letter-spacing: 0px;
	color: #191c3d;
    margin-bottom: 15px;
}
.serve-size2{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #191c3d;
 }
 #solution-box{
    width: 100%;
	height: 400px;
	background-color: #26379a;
    padding: 106px 0px;
    box-sizing: border-box;
 }
 .solution-list{
     display: flex;
     align-items: center;
     height: 187px;
 }
 .solution-size1{
	font-family: PingFangSC-Semibold;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	color: #ffffff;
    margin-bottom: 29px;
 }
 .solution-size2{
    font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #ffffff;
    white-space: nowrap;
 }
 .solution-border{
 	height: 185px;
	border-right: 1px solid rgb(177, 177, 177);
    opacity: 0.5;
    margin-top: 16px;
    margin-left: 65px;
 }
 #solution-right{
    width: 391px;
	height: 187px;
    margin-left: 58px;
 }
 #solution-btn-box{
    width: 390px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 29px;
    box-sizing: border-box;
}
#solution-input{
    border: 0;
    outline:none;
}
#solution-btn {
	width: 164px;
	height: 50px;
	background-image: linear-gradient(90deg, 
		#ff6d3d 0%, 
		#ff6d3d 100%);
	border-radius: 25px;
    cursor: pointer;
    border: 0;
    font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#solution-btn:hover{
    background-image: linear-gradient(90deg, 
    #e26b43 0%, 
    #e26b43 100%);

}
.solution-size3{
    margin-top: 18px;
    font-family: PingFangSC-Regular;
	font-size: 14px;
 
	color: #ffffff;
}

.nav-right .nav10 a{color:#28a7e1 !important}