body{
	background: url(../images/bg.jpg) center top no-repeat;
}

.header {
	position: absolute;
	left: -310px;
	right: -310px;
	top: 0;
	z-index: 1;
	white-space: nowrap;
	display: flex;
	display: -webkit-flex;
	padding-top: 16px;
}

.header a.logo {
    position: absolute;
    width: 254px;
    height: 60px;
    background: url(../images/logo.png) center top no-repeat;
    top: 0;
    left: 360px;
}

.header .line-part,
.header .link-content{
	height: 37px;
	position: relative;
}

.header .line-part i{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 1px;
	background-color: #2b5c7e;
	margin: auto 0;
}

.header .line1{
	width: 634px;
}

.header .link-content {
    display: flex;
    display: -webkit-flex;
    line-height: 37px;
}

.header .link-content a {
    color: #2b5c7e;
    font-size: 16px;
	position: relative;
}

.header .link-content a i{
	position: absolute;
	width: 50px;
	height: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #2b5c7e;
	bottom: 0;
	display: none;
}

.header .link-content a:hover i{
	display: block;
}

.header .link-content1{
	width: 387px;
	justify-content: space-around;
}

.header .line2{
	width: 168px;
}

.header .link-content2{
	width: 271px;
	justify-content: center;
}

.header .line3{
	flex: 1;
}

.header a.call-us span{
    font-weight: bold;
}

@-webkit-keyframes cloudanimate {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}

	40% {
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
		opacity: 0.5;
	}

	90% {
		-webkit-transform: translate3d(-80px, 0, 0);
		transform: translate3d(-80px, 0, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-120px, 0, 0);
		transform: translate3d(-120px, 0, 0);
		opacity: 0;
	}
}

@keyframes cloudanimate {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}

	25% {
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
		opacity: 0.5;
	}

	50% {
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
		opacity: 1;
	}

	75% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-120px, 0, 0);
		transform: translate3d(-120px, 0, 0);
		opacity: 0;
	}
}

.banner{
	
}

.banner .public-container{
	padding-top: 301px;
}

.banner .public-container>img{
	position: absolute;
}

.banner .banner-picture{
	width: 1586px;
	height: 392px;
	background: url(../images/banner_picture.png) center no-repeat;
	position: absolute;
	top: 356px;
	left: -145px;
}

.banner .banner-picture>img{
	position: absolute;
}

.banner .banner-picture .cloud{
	animation: cloudanimate 4s linear infinite;
	-webkit-animation: cloudanimate 4s linear infinite;
}

.banner .banner-picture .cloud1{
	top: 135px;
	right: -158px;
}

.banner .banner-picture .element{
	top: 201px;
	right: 169px;
}

.banner .banner-picture .cloud2{
	left: 113px;
	top: 175px;
}

.banner .banner-picture .cloud3{
	left: -65px;
	bottom: -41px;
}

.banner .banner-picture .cloud4{
	bottom: -98px;
	right: -119px;
}

.banner .bg2{
	position: absolute;
	left: -310px;
	right: -310px;
	top: 774px;
	height: 1208px;
	background: url(../images/bg2.png) center no-repeat;
}

.banner .banner-title{
	width: 1456px;
	height: 16px;
	background: url(../images/banner_title.png) center no-repeat;
	position: absolute;
	top: 224px;
	left: -88px;
}

.banner .banner-title img{
	position: absolute;
	top: -59px;
}

.banner .banner-title .letter1{
	left: 497px;
}

.banner .banner-title .letter2{
	top: -58px;
	left: 620px;
}

.banner .banner-title .letter3{
	top: -58px;
	right: 600px;
}

.banner .banner-title .letter4{
	right: 476px;
}

.banner .banner_title2{
	display: block;
	width: 475px;
	height: 22px;
	line-height: 22px;
	position: relative;
	white-space: nowrap;
	font-size: 20px;
	color: #285574;
	margin-left: 412px;
	letter-spacing: 14px;
	background: url(../images/banner_title2.png) center no-repeat;
}

.banner .banner_title2 i{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 8px;
	height: 1px;
	background-color: #285574;
}

.banner .banner_title2 i:first-of-type{
	left: -22px;
}

.banner .banner_title2 i:last-of-type{
	right: -22px;
}

.banner .banner_title3{
	display: block;
	width: 474px;
	height: 39px;
	line-height: 39px;
	position: relative;
	white-space: nowrap;
	font-size: 20px;
	color: #ffffff;
	margin: 20px auto 0;
	background: url(../images/banner_title3.png) center no-repeat;
}

.banner .banner_title3 i{
	font-weight: bold;
	color: #d0ff8a;
}

.banner .part{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.banner .part2{
	width: 1203px;
	height: 945px;
	background-image: url(../images/part2.png);
	margin-top: 515px;
	margin-left: 50px;
	padding-top: 46px;
	padding-left: 48px;
}

.banner .part2 .every-content{
    width: 1109px;
    background-color: #ffffff;
    margin-bottom: 16px;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    text-align: left;
    padding-left: 190px;
}

.banner .part2 .every-content .letter-img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.banner .part2 .every-content span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #15477a;
}

.banner .part2 .every-content span .i_bold{
	font-weight: bold;
}

.banner .part2 .every-content span .i_through{
	text-decoration: underline;
}

.banner .part2 .every-content span .i_color{
	font-weight: bold;
	color: #37beca;
}

.banner .part2 .every-content span .i_relative{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font-size: 0;
}

.banner .part2 .every-content span .i_relative a{
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	height: 23px;
	background: url(../images/price.png) center no-repeat;
	position: relative;
	z-index: 1;
}

.banner .part2 .content1{
    height: 90px;
    line-height: 90px;
}

.banner .part2 .content1 .letter-img{
    left: 22px;
}

.banner .part2 .content2{
    height: 220px;
    line-height: 220px;
}

.banner .part2 .content2 .letter-img{
    left: 2px;
}

.banner .part2 .content3{
    height: 130px;
    line-height: 130px;
}

.banner .part2 .content3 .letter-img{
    left: 22px;
}

.banner .part2 .content4{
    height: 380px;
    line-height: 380px;
}

.banner .part2 .content4 .letter-img{
    left: 14px;
}

.banner .part2 .look-forward{
    position: absolute;
    bottom: -86px;
    right: -1px;
}

.banner .same-part{
	width: 1200px;
	height: 707px;
	margin: 0 auto;
	padding-top: 28px;
}

.banner .same-part .triangle-content{
	width: 336px;
	height: 513px;
	position: absolute;
	top: -4px;
	left: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .same-part .triangle-content img{
	position: absolute;
}

.banner .same-part .triangle-content .content{
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 122px;
}

.banner .same-part .triangle-content .ribbon{
	left: -72px;
	bottom: 60px;
}

.banner .same-part .triangle-content .tree{
	left: -22px;
	top: 16px;
}

.banner .same-part .top-content{
	background-color: rgb(242, 249, 255);
	position: relative;
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: 23px;
	margin-bottom: 31px;
}

.banner .same-part .top-content iframe{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	position: relative;
}

.banner .same-part .top-content .video-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.banner .same-part .top-content .video-bg.video0{
	background-image: url(../images/video0.jpg);
}

.banner .same-part .top-content .video-bg.video1{
	background-image: url(../images/video1.jpg);
}

.banner .same-part .top-content .video-bg.video2{
	background-image: url(../images/video2.jpg);
}

.banner .same-part .top-content .video-bg .i-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}

.banner .same-part .top-content .video-bg .i-bg .i-play{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 0;
    border-radius: 50%;
    background-color: rgba(0,0,0,1);
    padding-left: 14px;
	cursor: pointer;
}

.banner .same-part .top-content .video-bg .i-bg .i-play img{
	vertical-align: middle;
}

.banner .same-part .bottom-content{
	margin-left: 22px;
	margin-right: 21px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}

.banner .same-part .bottom-content .every-button{
	background-color: #f2f9ff;
	width: 369px;
	height: 221px;
	box-shadow: 0px 11px 40px 0px rgba(31, 95, 138, 0.3);
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .part3 .every-button{
	background-size: 100% auto;
}

.banner .same-part .bottom-content .button1{
	background-image: url(../images/video0.jpg);
}

.banner .same-part .bottom-content .button2{
	background-image: url(../images/video1.jpg);
}

.banner .same-part .bottom-content .button3{
	background-image: url(../images/video2.jpg);
}

.banner .part4 .every-button{
    background-size: auto 100%;
}

.banner .same-part .bottom-content .button4{
	background-image: url(../images/text1.png);
}

.banner .same-part .bottom-content .button5{
	background-image: url(../images/text2.png);
}

.banner .same-part .bottom-content .button6{
	background-image: url(../images/text3.png);
}

.banner .part3{
	margin-top: 156px;
	background-image: url(../images/part3.png);
}

.banner .part3 .triangle-content{
	background-image: url(../images/part3_triangle.png);
}

.banner .part3 .triangle-content .part-title{
	left: 56px;
	top: -60px;
}

.banner .part4{
	margin-top: 166px;
	background-image: url(../images/part4.png);
}

.banner .part4 .triangle-content{
	background-image: url(../images/part4_triangle.png);
}

.banner .part4 .triangle-content .part-title{
	left: 66px;
	top: -62px;
}

.banner .part5{
    margin-top: 209px;
    height: 280px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 204px;
}

.banner .part5 .every-button{
	width: 166px;
	height: 166px;
	line-height: 166px;
	font-size: 0;
	background-color: #2e6a99;
	position: relative;
}

.banner .part5 .every-button .qr-img{
	width: 150px;
	vertical-align: middle;
}

.banner .part5 .every-button .qr-line{
	position: absolute;
	left: 0;
	right: 0;
	top: 197px;
	margin: 0 auto;
}

.public-footer {
    height: 220px;
    color: #000;
}

.public-footer .public-container p {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
}

.public-footer .public-container p img{
	vertical-align: bottom;
}

.float-right{
	position: fixed;
	width: 57px;
	height: 364px;
	right: 0;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
}

.float-right .link-border{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
}

.float-right .link-border a{
	width: 100%;
	height: 114px;
	background-position: center;
	background-repeat: no-repeat;
}

.float-right .link-border a.link1{
	background-image: url(../images/right_link1.png);
}

.float-right .link-border a.link2{
	background-image: url(../images/right_link2.png);
}

.float-right .link-border a.link3{
	background-image: url(../images/right_link3.png);
}

.float-right .float-close{
    position: absolute;
    background-color: #FD7961;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
	cursor: pointer;
}

.float-right .float-close img{
	vertical-align: middle;
}

.float-right .top{
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
}

.float-right .float-close{
    width: 28px;
    height: 28px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgb(61,96,143);
    font-size: 0;
    line-height: 28px;
    border-radius: 50%;
    cursor: pointer;
}

.float-right .float-close img{
	vertical-align: middle;
}

.footer-fixed{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 147px;
	background: url(../images/footer_line.png) center no-repeat;
	z-index: 1;
}

.footer-fixed .footer-price{
    position: absolute;
    top: 88px;
    left: 390px;
}

.footer-fixed .footer-link{
    width: 181px;
    height: 54px;
    line-height: 54px;
    background: url(../images/footer_link.png) center no-repeat;
    position: absolute;
    top: 82px;
    right: 230px;
    border-radius: 5px;
    box-shadow: 0px 0px 21px 0px rgb(242 184 104 / 70%);
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
}

.footer-fixed .footer-close{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgb(106,153,175);
    border-radius: 50%;
    font-size: 0;
    line-height: 30px;
    cursor: pointer;
    right: 60px;
    top: 40px;
}

.footer-fixed .footer-close img{
	vertical-align: middle;
}