input,select,textarea {
    font-size: 100%
}

.home-header,
.home-container,
.home-footer{
    font: 14px/1.5 tahoma,arial,"Hiragino Sans GB",\5FAE\8F6F\96C5\9ED1,\5b8b\4f53;
    font-family: PingFangSC, PingFang SC;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
	font-size: 14px;
}
.home-header *,
.home-container *,
.home-footer * {
	box-sizing: border-box;
}

.home-header{
	height: 654px;
	background: url(./imgs/header-bg.jpg) top center no-repeat;
    position: relative;
}
.home-header .header-inner{ 
	width: 1200px;
	margin: 0 auto;
    position: relative;
}
.home-header .header-inner .form{
	background: #fff;
	border-radius: 10px;
	width: 426px;
	height: auto;
	position: absolute;
	top: 160px;
	right: 0;
}
.header .banner{
    position: absolute;
    top: 220px;
    left: 0;
}
.home-header .banner img{ width: 680px; }

.home-header h1{
    width: 220px;
    height: 54px;
    background: url(./imgs/logo.png) no-repeat;
    background-size: contain;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 100px;
}
.home-container h2.title{
    display: inline-block;
    font-size: 40px;
    position: relative;
}
.home-container h2.title span{
    position: relative;
    z-index: 2;
}
.home-container h2.title b{
    color: #0257FF;
}
.home-container h2.title::before{
    position: absolute;
    left: -25px;
    top: 10px;
    z-index: 0;
    display: block;
    border-radius: 50%;
    content: '';
    width: 52px;
    height: 52px;
    background: linear-gradient( 199deg, rgba(255,255,255,0) 0%, #D8D8D8 100%), linear-gradient( 212deg, rgba(255,255,255,0) 0%, #117FFF 100%);
}
.home-container h2.title::after{
    position: absolute;
    right: -25px;
    top: 10px;
    z-index: 0;
    display: block;
    border-radius: 50%;
    content: '';
    width: 52px;
    height: 52px;
    background: linear-gradient( 199deg, rgba(255,255,255,0) 0%, #D8D8D8 100%), linear-gradient( 212deg, rgba(255,255,255,0) 0%, #117FFF 100%);
}

.plans{
    margin: 0 auto;
	padding: 50px 0;
	background: linear-gradient( 180deg, #FFFFFF 0%, #F4F7FF 100%);
	color: #303749;
	line-height: 1.8;
}

.plans .plans-hd{
	text-align: center;
}
.plans .plans-bd{
    width: 1200px;
    margin: 0 auto;
}
.plans ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-top: 100px;
}
.plans .plan-item{
    border-radius: 16px;
	padding: 70px 30px 40px;
	position: relative;
    width: 390px;
    height: 372px;
}
.plans .plan-item .icon{
	width: 116px;
	height: 116px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -58px;
	left: 50%;
	margin-left: -58px;
}
.plans .plan-item .icon img{
	width: 76px;
	height: 76px;
	margin-top: 20px;
}
.plans ul li:first-child{
	background: url(./imgs/item-bg1.png) no-repeat; 
}
.plans ul li:nth-child(2){
	background: url(./imgs/item-bg2.png) no-repeat; 
}
.plans ul li:nth-child(3){
	background: url(./imgs/item-bg3.png) no-repeat; 
}
.plans .plan-item:hover .icon img{
	animation: verticalShake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}
.plans .plan-item h3{
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
}

.plans .plan-item .cont{
    padding: 0 10px;
    margin-top: 20px;
    font-size: 18px;
}
.plans .plan-item .cont p{
    margin: 10px 0;
}

.plans ul li:nth-child(1) .icon{
	background: #eff6ff; 
}
.plans ul li:nth-child(2) .icon{
	background: #ffedd5; 
}
.plans ul li:nth-child(3) .icon{
	background: #ffe9e9; 
}

.videos{
	padding: 50px 0;
    height: 742px;
	text-align: center;
	background: linear-gradient(to bottom, #dde8f7, #f2f2f2);
    background: url(./imgs/videos-bg.jpg) top center no-repeat;
}
.videos .videos-hd{
    line-height: 1.8;
}
.videos .videos-bd{
	padding: 30px 0 0;
}
.videos .videos-bd video{ 
	border-radius: 10px;
    width: 720px;
    height: 540px;
}

.reasons{
	padding: 50px 0;
	background: linear-gradient(to bottom, #fff, #eaeefc);
}
.reasons .reasons-hd{
    text-align: center;
    line-height: 1.8;
}
.reasons .reasons-bd{
    width: 1200px;
    margin: 0 auto;
}
.reasons .reason-item{
    height: 256px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size:contain;
}
.reasons .reason-item-1{ background-image: url(./imgs/r1-bg.png); }
.reasons .reason-item-2{ background-image: url(./imgs/r2-bg.png); }
.reasons .reason-item-3{ background-image: url(./imgs/r3-bg.png); }
.reasons .reason-item-4{ background-image: url(./imgs/r4-bg.png); }

.reasons .reason-item-1,
.reasons .reason-item-3{
    padding-left: 310px;
}

.reasons .reason-item-2,
.reasons .reason-item-4{
    padding-left: 60px;
}

.reasons h3{
    color: #303749;
    font-size: 28px;
}

.reasons ul{
    margin-top: 5px;
    color: #464C5B;
    font-size: 18px;
    line-height: 36px;
}
.reasons .reason-item{
    display: flex;
    align-items: center;
    flex-direction: row;
}


.home-footer{
	text-align: center;
	background: #000;
	color: #fff;
	padding: 20px;
	line-height: 24px;
}
.home-footer a,
.home-footer a:hover{
    color: #fff;
}

@keyframes verticalShake {
	0%, 100% { transform: translateY(0); }
	25% { transform: translateY(-8px); }
	50% { transform: translateY(5px); }
	75% { transform: translateY(-3px); }
}