* {
    margin: 0;
    padding: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
}

input {
    border: none;
    outline: none;
}

html {
    font-size: 1rem;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

img {
    width: 100%;
    height: 100%;
}

button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    /* 添加其他样式 */
}

.pages {
	margin: 3.125rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages>div {
	display: flex;
	align-items: center;
}

/*.pages .pages_box div {*/
/*	font-size: 1.25rem;*/
/*	color: #AAAAAA;*/
/*	margin-right: 1.5rem;*/
/*}*/

.pages a,
.pages span {
    font-size: 1.25rem;
    color: #AAAAAA;
    margin-right: 1.5rem;
}

.pages span {
    color: #1A87C5;
}

.pages .a1 {
    width: 6.25rem;
    height: 2.4375rem;
    background: #FFFFFF;
    border: 0.0625rem solid #3F7CF8;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #1A87C5;
    font-size: 1.125rem;
    display: inline-block;
}

.pages .a1:first-child {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border:none;
    color: #7D7D7D;
    font-size: 1.125rem;
    text-align: center;
}

.pages .a1:last-child {
    width: 6.25rem;
    height: 2.4375rem;
    background: #3F7CF8;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #FFFFFF;
    font-size: 1.125rem;
    margin: 0;
}


.pages .prev {
	width: 6.25rem;
	height: 2.4375rem;
	background: #FFFFFF;
	border: .0625rem solid #3F7CF8;
	border-radius: .3125rem;
	text-align: center;
	line-height: 2.4375rem;
	color: #1A87C5;
	font-size: 1.125rem;
}

.pages .next {
	width: 6.25rem;
	height: 2.4375rem;
	background: #3F7CF8;
	border-radius: .3125rem;
	text-align: center;
	line-height: 2.4375rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	margin: 0;
}

.fullpage-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease;
}

.section {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
}

.top {
	width: 100%;
	background: #F9FAFC;
	height: 50px;
}

.top .box {
	width: 1200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.top .box div {
	display: flex;
	align-items: center;
}

.top .box img {
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

.nav {
	width: 100%;
	background: #FFFFFF;
	height: 90px;
}

.nav .box {
	width: 1200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.nav .box .logo {
	height: 40px;
	width: 230px;
}

.nav .box .logo img{
	height: 40px;
	width: auto;
}

.nav .box .items {
	display: flex;
	align-items: center;
}

.nav .box .items div {
	margin-right: 40px;
	font-size: 18px;
	color: #7D7D7D;
	height: 100%;
	position: relative;
	line-height: 90px;
}

.nav .box .items div:last-child {
	margin: 0;
}

.nav .box .items .check {
	color: #2D82F6;
}

.nav .box .items .check::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 22px;
	height: 3px;
	background: #2D82F6;
	border-radius: 2px;
	left: calc(50% - 11px);
}

.banner, .head_banner {
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
}

.search {
	width: 75rem;
	height: 5.63rem;
	background: #F8F8F8;
	border-radius: 0.63rem;
	margin: 3.13rem auto;
	padding: 0 2.5rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search .navigation {
	width: auto;
	height: 100%;
	font-size: 1.13rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 5.63rem;
}

.search .navigation span {
	margin: 0 1.25rem;
}

.search .input {
	width: 20.63rem;
	height: 2.5rem;
	background: #FFFFFF;
	border: 0px solid #E5E5E5;
	border-radius: 0.31rem;
	padding-left: 0.81rem;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search .input input {
	width: 16.63rem;
	height: 100%;
}

.search .input .input::after {
	content: "";
	position: absolute;
	width: 0.06rem;
	height: 1.38rem;
	background: #E5E5E5;
	right: 3.2rem;
	top: calc(50% - 0.69rem);
}

/* 选择占位符文本 */
.search .input input::-webkit-input-placeholder {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C9C9C9;
}

/* Firefox 特定样式 */
.search .input input::-moz-placeholder {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C9C9C9;
}

/* IE10+ 特定样式 */
.search .input input::-ms-input-placeholder {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C9C9C9;
}

.search .input .btn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	cursor: pointer;
}

.search .input .btn img {
	width: 1.38rem;
	height: 1.38rem;
	margin: 0 auto;
}

.content {
	width: 75rem;
	margin: 0 auto;
	display: flex;
	margin-bottom: 3.13rem;
}

.content .left .column {
	width: 17.81rem;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 0.63rem;
	margin-bottom: 2.5rem;
}

.content .left .column .title {
	width: 100%;
	height: 3.44rem;
	background: #3F7CF8;
	border-radius: 0.63rem 0.63rem 0rem 0rem;
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 3.44rem;
	text-align: center;
	letter-spacing: .625rem;
}

.content .left .column .list {
	padding: 0.63rem 1.88rem;
	box-sizing: border-box;
}

.content .left .column .list li {
	width: 100%;
	/* padding: 1.25rem 0; */
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-bottom: 1px solid #F5F5F5;
}

.content .left .column .list li:last-child {
	border: none;
}

.content .left .column .list li span {
	font-size: 1.13rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
}

.content .left .column .list li img {
	width: 0.56rem;
	height: 0.94rem;
}

.content .left .contact {
	width: 17.81rem;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 0.63rem;
}

.content .left .contact .title {
	width: 100%;
	height: 3.44rem;
	background: #3F7CF8;
	border-radius: 0.63rem 0.63rem 0rem 0rem;
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 3.44rem;
	text-align: center;
	letter-spacing: .625rem;
}

.content .left .contact .about {
	padding: 0 1.88rem;
	box-sizing: border-box;
}

.content .left .contact .about .cube {
	padding: 1.37rem 0;
	box-sizing: border-box;
}

.content .left .contact .about .cube:first-child {
	border-bottom: 2px solid #F5F5F5;
}

.content .left .contact .about .cube .header {
	display: flex;
	align-items: center;
}

.content .left .contact .about .cube .header img {
	width: 1.25rem;
	height: 1.19rem;
}

.content .left .contact .about .cube .header span {
	font-size: 1.13rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	margin-left: 0.88rem;
}

.content .left .contact .about .cube .txt {
	font-size: 1.13rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626262;
	line-height: 1.56rem;
	margin-top: 1.31rem;
}

.content .right {
	margin-left: 2.19rem;
}

.content .right .banner {
	width: 100%;
	height: auto;
	margin-bottom: 3.75rem;
}

.content .right .head {
	width: 100%;
	height: auto;
	margin-bottom: 3.75rem;
}

.footer {
	width: 100%;
	height: auto;
	background: #000;
	height: 500px !important;
}

.footer .cont {
	width: 1200px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0 0;
	box-sizing: border-box;
	margin: 0 auto;
}

.footer .cont .logo {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto 0;
	margin-right: 60px;
}

.footer .cont .nav {
	background: #000;
	color: #FFFFFF;
	width: auto;
	height: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	border-right: 1px dotted #3F3F3F;
	flex: 1;
	padding-left: 70px;
	position: relative !important;
}

.footer .cont .nav:last-child {
	border: none;
}

.footer .cont .nav li {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C3C3C3;
	line-height: 20px;
	margin-top: 25px;
}

.footer .cont .ewm div {
	display: flex;
	align-items: center;
}

.footer .cont .ewm div div {
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footer .cont .ewm div div:last-child {
	margin: 0;
}

.footer .cont .ewm div div img {
	width: 116px;
	height: 116px;
	background: #FFFFFF;
	margin-bottom: 15px;
}

.footer .cont .ewm div:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto;
	color: #C3C3C3;
}

.footer .cont .ewm>div:last-child img{
	width: 16px;
	height: 16px;
	margin-right: 20px;
}

.footer .bottom {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	margin: 0 auto;
	/* border-top: 1px solid #FFFFFF; */
	color: #FFFFFF;
}

.footer .bottom div div {
	margin: 24px 0;
}

.footer .bottom>div:last-child {
	display: flex;
	align-items: center;
	margin-left: 100px;
}

.footer .bottom div img {
	width: 18px;
	height: 18px;
	margin: 0 12px 0 30px;
}


.pages {
	margin: 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages>div {
	display: flex;
	align-items: center;
}

.pages .pages_box div {
	font-size: 20px;
	color: #AAAAAA;
	margin-right: 24px;
}

.pages .pages_box .prev {
	width: 100px;
	height: 39px;
	background: #FFFFFF;
	border: 1px solid #E0BB97;
	border-radius: 5px;
	text-align: center;
	line-height: 39px;
	color: #E0BB97;
	font-size: 18px;
}

.pages .pages_box .next {
	width: 100px;
	height: 39px;
	background: #E0BB97;
	border-radius: 5px;
	text-align: center;
	line-height: 39px;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0;
}

.pages .skip,
.pages .show {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B3B3B3;
	margin-left: 15px;
}

.pages .skip select,
.pages .show select {
	width: 106px;
	height: 39px;
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	margin-left: 15px;
	color: #7D7D7D;
	font-size: 18px;
	text-align: center;
	padding-right: 35px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/select.png) no-repeat scroll 75px center transparent;
}

.project .list {
	width: 100%;
}

.project .list .item {
	width: 100%;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F5F5F5;
}

.project .list .item:last-child {
	border: none;
}

.project .list .item .image {
	width: 160px;
	height: 160px;
	margin-right: 40px;
}

.project .list .item .cont {
	flex: 1;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.project .list .item .cont .title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
}

.project .list .item .cont .desc {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 25px;
}

.project .list .item .cont .btn {
	width: 120px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #2D82F6;
	border-radius: 5px;
	color: #2D82F6;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-left: auto;
}

.facility div {
	margin-bottom: 50px;
}

.honor .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.honor .list .item {
	width: 198px;
	height: auto;
	margin-right: 29px;
	margin-bottom: 50px;
}

.honor .list .item:nth-child(4n) {
	margin-right: 0;
}

.honor .list .item div:first-child {
	width: 198px;
	height: 198px;
	background: #F8F8F8;
}

.honor .list .item div:last-child {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
	font-size: 18px;
	color: #313131;
	min-height: 45px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.news .list .item {
	width: 100%;
	height: 205px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F5F5F5;
}

.news .list .item:last-child {
	border: none;
}

.news .list .item .image {
	width: 222px;
	height: 125px;
	margin-right: 40px;
}

.news .list .item .cont {
	flex: 1;
	height: 125px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news .list .item .cont .title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
}

.news .list .item .cont>div:last-child {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.news .list .item .cont .desc {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 25px;
}

.news .list .item .cont .btn {
	width: 120px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #2D82F6;
	border-radius: 5px;
	color: #2D82F6;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-left: auto;
}

.partner .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.partner .list .item {
	width: 185px;
	height: auto;
	margin-right: 46px;
	margin-bottom: 50px;
}

.partner .list .item:nth-child(4n) {
	margin-right: 0;
}

.partner .list .item div:first-child {
	width: 185px;
	height: 86px;
	background: #F8F8F8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner .list .item div:first-child img {
    width: 100% !important;
    height: auto !important;
}

.partner .list .item div:last-child {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
	font-size: 16px;
	color: #7D7D7D;
	min-height: 45px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.contact .about .word .title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #093C87;
	text-align: center;
	margin-bottom: 80px;
}

.contact .about .word p {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	line-height: 40px;
}

.contact .about .map {
	width: 880px;
	height: 350px;
	overflow: hidden;
	margin: 30px 0;
}

.agency .form {
	width: 100%;
	height: 544px;
	background: url(../img/6/8.png) no-repeat;
	background-size: auto 100%;
	background-color: #F8F8F8;
	border-radius: 30px;
	padding-left: 304px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.agency .form .title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #313131;
	line-height: 40px;
	padding: 40px 50px 35px;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}

.agency .form .input {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

.agency .form .input textarea {
    width: 386px;
    height: 115px;
    padding: 0;
}

.agency .form .input div:first-child {
	width: 90px;
	font-size: 14px;
	color: #313131;
}

.agency .form .input div:last-child {
	width: 386px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	overflow: hidden;
}

.agency .form .input input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	line-height: 35px;
	box-sizing: border-box;
}

.agency .form .select {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

.agency .form .select div:first-child {
	width: 90px;
	font-size: 14px;
	color: #313131;
}

.agency .form .select div select {
	width: 117px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	margin-right: 15px;
	box-sizing: border-box;
}

.agency .form .select div select:last-child {
	margin-right: 0;
}

.agency .form .text {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
}

.agency .form .text span {
	color: #4CC0BB;
	margin-right: 10px;
}

.agency .form .btn {
	width: 280px;
	height: 35px;
	background: #E0BB97;
	border-radius: 5px;
	margin: 45px auto 0;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0;
}

.agency .form .btn input{
    background: #E0BB97;
    color: #FFFFFF;
}
