.banner {
	width: 100%;
	height: 555px;
	background-position: center;
	background-size: cover;
	padding: 82px 0px 0px 0px;
	box-sizing: border-box;
}

.banner>* {
	width: 100%;
}

.banner div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner div:nth-child(1) {
	height: 132px;
}

.banner p {
	margin-top: 29px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 33px;
}

.banner .group-button a {
	text-align: center;
	line-height: 52px;
	width: 229px;
	height: 54px;
	border-radius: 6px;
	display: inline-block;
}

.banner .group-button a {
	color: white;
	background: none;
	border: 2px solid white;
	margin-right: 27px;
}

.banner .group-button a:hover {
	
	background: rgba(253, 138, 1, 1);
	color: white;
	border: 2px solid rgba(253, 138, 1, 1);
}

.banner .group-button {
	margin-top: 50px;
}

.banner {}

/* 郭嘉 */
.country {
	height: 790px;
	padding: 40px 0px 53px 0px;
}

.country h1 {
	font-size: 36px;
	font-weight: 600;
	color: rgba(74, 74, 74, 1);
	line-height: 50px;
	text-align: center;
}

.country>p {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: rgba(74, 74, 74, 1);
	line-height: 20px;
}

.country ul {
	padding-top: 30px;
	height: 600px;
	display: flex;
	flex-wrap: wrap;
	width: 1210px;
	margin: auto;
}

.country ul li {
	margin-right: 30px;
	width: 216px;
	height: 216px;
}

.country ul li:nth-child(5) {
	margin-right: 0px;
}

.country ul li:nth-child(10) {
	margin-right: 0px;
}

.country ul li .shadow {
	
	padding: 86px 0px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	position: relative;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 80%,rgba(0, 0, 0, 1) 100%);
}

.country ul li .shadow a {
	visibility: hidden;
	margin-left: 40px;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: white;
	width: 135px;
	height: 43px;
	background: rgba(253, 138, 1, 1);
	border-radius: 4px;
}

.country ul li .shadow p {
	position: absolute;
	/* left: 80px; */
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	bottom: 20px;
}

.country .button {
	width: 358px;
	margin: auto;
}

.blue-btn {
	display: block;
	cursor: pointer;
	width: 358px;
	height: 62px;
	line-height: 62px;
	background: rgba(20, 101, 192, 1);
	border-radius: 31px;
	font-size: 20px;
	color: white;
	text-align: center;
}
.blue-btn:hover{
	background-color: rgba(253, 138, 1, 1);
}
/* o优势 */
.odds {
	width: 100%;
	height: 766px;
	background-color: #252C3E;
	padding: 40px 0px;
	box-sizing: border-box;
}

.odds h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
}

.odds ul li div:nth-child(1) {
	text-align: center;
}

.odds ul li div:nth-child(2) {
	font-size: 26px;
	color: white;
	margin: 11px 0px;
}

.odds ul li div:nth-child(3) {
	font-size: 20px;
	width: 343px;
	color: #95C2F4;
}

.odds ul li {
	width: 338px;
}

.odds ul li:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}

.odds ul li:nth-child(2) {
	position: absolute;
	right: 0;
	top: 0;
}

.odds ul li:nth-child(3) {
	position: absolute;
	left: 0;
	bottom: 0;
}

.odds ul li:nth-child(4) {
	position: absolute;
	right: 0;
	bottom: 0;
}

.odds ul {
	position: relative;
	width: 1200px;
	height: 480px;
	box-sizing: border-box;
	margin: 36px auto;
	display: flex;
	flex-wrap: wrap;
}

.odds ul .zysw {
	position: absolute;
	left: 35%;
	top: 58px;
}

.odds .button {
	width: 358px;
	margin: auto;
}


.odds .button .odds-btn {
	display: block;
	cursor: pointer;
	width: 358px;
	height: 62px;
	line-height: 62px;
	background: linear-gradient(180deg, rgba(54, 191, 244, 1) 0%, rgba(23, 103, 193, 1) 100%);
	/* background-color: red; */
	border-radius: 31px;
	font-size: 20px;
	color: white;
	text-align: center;
}
.odds .button .odds-btn:hover {
	background: linear-gradient(180deg, rgba(253, 138, 1, 1) 0%, rgba(253, 138, 1, 1) 100%);
}
/* use */
.use {
	background-color: white;
	padding: 40px 0px;
	box-sizing: border-box;
	width: 100%;
	height: 943px;
}

.use h1 {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	color: rgba(74, 74, 74, 1);
	line-height: 50px;
}

.use>p {
	margin: 22px 0px 40px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 17px;
}

.use ul {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.use ul li:nth-child(odd) {
	margin-right: 40px;
}

.use ul li {
	padding: 42px 21px;
	box-sizing: border-box;
	margin-bottom: 32px;
	width: 576px;
	height: 180px;
	border: 1px solid #9B9B9B;
	display: flex;
	align-items: center;
}

.use ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #9B9B9B;
	line-height: 22px;
	display: flex;
	align-items: center;
}

.use ul li h3 {
	font-size: 16px;
	font-weight: 500;
	color: rgba(74, 74, 74, 1);
	line-height: 22px;
	margin: 8px 0px 17px 0px;
}

.use ul li img {
	margin-right: 27px;
}

.use ul li a img {
	margin-left: 19px;
}

.use ul li h2 {
	font-size: 26px;
	font-weight: 500;
	color: rgba(21, 101, 192, 1);
	line-height: 37px;
}

.use .button {
	width: 358px;
	margin: auto;
	margin-top: 20px;
}

.use .button input {
	cursor: pointer;
	width: 358px;
	height: 62px;
	background: #1465C0;
	border-radius: 31px;
	font-size: 20px;
	color: white;
}
.use .button input:hover {
		background-color: rgba(253, 138, 1, 1);
}

.use ul {}

.use {}
/* service */
.service h1{
	margin-top: 40px;
	font-size:36px;
	font-weight:600;
	color:rgba(74,74,74,1);
	line-height:50px;
	text-align: center;
}
.service{
	width: 100%;
	background-color: #F7F8F9;
}
.service{}
.service ul li {
	padding: 42px 21px;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100%;
	height: 199px;
	display: flex;
	align-items: center;
	
	background:rgba(254,255,255,1);
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.2);
}

.service ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #9B9B9B;
	line-height: 22px;
	display: flex;
	align-items: center;
}

.service ul li h3 {
	font-size: 16px;
	font-weight: 500;
	color: rgba(74, 74, 74, 1);
	line-height: 22px;
	margin: 8px 0px 17px 0px;
}

.service ul li img {
	margin-right: 27px;
}

.service ul li a img {
	margin-left: 19px;
}
.service ul{
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}
.service ul li h2 {
	font-size: 26px;
	font-weight: 500;
	color: rgba(21, 101, 192, 1);
	line-height: 37px;
}

.service .button {
	width: 358px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 64px;
}

.service .button input {
	cursor: pointer;
	width: 358px;
	height: 62px;
	background: #1465C0;
	border-radius: 31px;
	font-size: 20px;
	color: white;
}
.service .button input:hover {
		background-color: rgba(253, 138, 1, 1);
}