* {
	padding: 0;
	margin: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

a {
	text-decoration: none;
	color: inherit;
}

input {
	border: none;
	outline: none;
}

img {
	width: 100%;
}

::-webkit-scrollbar {
	display: none;
}


.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;
}

.navs {
	width: 100%;
	/*background: #FFFFFF;*/
	height: 90px;
}

.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);
}

.swiper-page{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}

.swiper-slide{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 5vh;
}

.swiper-slide:first-child{
    padding: 0;
}

.swiper_index .small {
    height: auto !important;
}

.swiper-slide>.cont,
.swiper-slide>.items,
.swiper-slide>.conts{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


.swiper-slide .banner_img img{
    width: 100% !important;
    height: auto !important;
}

.banner {
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.banner .swiper-slide{
    padding: 0;
}

.agency {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.agency .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
}

.agency .title .left div:first-child {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
}

.agency .title .left div:first-child span {
	color: #4CC0BB;
}

.agency .title .left div:last-child {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	margin-top: 15px;
}

.agency .title .right {
	display: flex;
	align-items: center;
	position: relative;
}

.agency .title .right>div {
	width: 150px;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 23px 0px 0px 23px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #7D7D7D;
	cursor: pointer;
}

.agency .title .right div:first-child:hover {
	border: 1px solid #4CC0BB;
	background: #4CC0BB;
	color: #FFFFFF;
}

.agency .title .right>div a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.agency .title .right>div:nth-child(2) {
	border-radius: 0px 23px 23px 0px;
}

.agency .items {
	width: 1200px;
	height: auto;
	margin: 80px auto 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.agency .items>div {
	width: 373px;
	height: 264px;
	border: 1px solid #F5F5F5;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 55px;
}

.agency .items div img {
	width: 45px;
	height: 45px;
	background: #EEEEEE;
	border-radius: 50%;
}

.agency .items div div:nth-child(2) {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	margin: 15px 0;
}

.agency .items div div {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 26px;
}

.agency .btn {
	width: 160px;
	height: 53px;
	background: #0068D1;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	line-height: 53px;
	font-size: 20px;
	margin: 0 auto;
}

.card {
	width: 100%;
	height: auto;
	/*padding: 100px 0;*/
	background: #F9FAFC;
}

.card .title .right .float{
	width: 170px;
	height: auto;
	background: #4CC0BB;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: -10px;
	top: 55px;
	z-index: 999;
}

.card .title .right .float div:first-child{
	width: 115px;
	height: 22px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4CC0BB;
	line-height: 22px;
	text-align: center;
	margin: 0 auto;
}

.card .title .right .float div:nth-child(2){
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 10px auto;
}

.card .title .right .float div{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.card .cont {
	width: 100%;
	margin: 50px auto;
	max-width: 1200px;
}

.card .cont .select {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card .cont .select div {
	width: auto;
	height: auto;
	padding: 30px 0;
	/*margin-right: 160px;*/
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	position: relative;
	cursor: pointer;
	flex: 1;
	text-align: center;
}

.card .cont .select div:last-child {
	margin: 0;
}

.card .cont .select .check {
	/*font-size: 26px;*/
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4CC0BB;
}

.card .cont .select .check::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 4px;
	background: #4CC0BB;
	border-radius: 2px;
}

.card .cont .swiper {
	width: 100%;
	height: auto;
	margin: 80px 0;

}

.card .cont .swiper .swiper-slide {
	width: 698px;
	height: auto;
	border-radius: 20px;
	background: #FFFFFF;
	opacity: 0.5;
	transform: scale(0.78);
	padding: 0;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1) !important;
	opacity: 1 !important;
}

.card .cont .right .desc {
	font-size: 18px;
	font-weight: 500;
	color: #626262;
	line-height: 36px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.card .cont .right .btn {
	width: 160px;
	height: 53px;
	background: #FFFFFF;
	border: 1px solid #2D82F6;
	border-radius: 5px;
	color: #2D82F6;
	text-align: center;
	line-height: 53px;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 20px;
}

.about {
	background: #FFFFFF;
}

.about .title .right .float{
	width: 130px;
	height: 130px;
	border-radius: 10px;
	box-sizing: border-box;
	position: absolute;
	left: 10px;
	top: 55px;
	z-index: 999;
}

.about .cont {
	width: 1200px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
}

.about .cont .item{
	width: 35%;
	height: 210px;
	box-sizing: border-box;
}
.about .cont .item:nth-child(1),
.about .cont .item:nth-child(2){
	margin-bottom: 130px;
}

.about .cont .item:nth-child(2n-1){
	/*padding-left: calc(50% - 300px);*/
	padding-right: 40px;
}

.about .cont .item:nth-child(2n){
	/*padding-left: calc(50% - 300px);*/
	padding-left: 40px;
}

.about .cont .item img{
	width: 40px;
	height: 40px;
	border-radius: 8px;
}

.about .cont .item div{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	margin: 15px 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.about .cont .item div:last-child{
	width: 300px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 30px;
}

.about .cont .center{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 410px;
	height: auto;
	transform: translate(-50%,-50%);
}

.intro {
	background: #FFFFFF;
}

.intro .cont {
	width: 1200px;
	margin: 30px auto;
}

.intro .cont .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.intro .cont .item:last-child{
	margin: 0;
}

.intro .cont .item div:last-child {
	margin-left: 60px;
}

.intro .cont .right {
	width: 540px;
	height: 270px;
	border-radius: 10px;
}

.intro .cont .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	/* height: 167px; */
}

.intro .cont .left {
	font-size: 18px;
	font-weight: 500;
	color: #626262;
	line-height: 32px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.news {
	background: #FFFFFF;
}

.news .conts {
	margin: 40px auto;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.news .conts .left{
	width: 507px;
}

.news .conts .left .tag{
	width: 120px;
	height: 27px;
	background: url(../img/1/31.png) no-repeat;
	background-size: 100%;
	color: #FFFFFF;
	text-align: center;
	line-height: 27px;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-left: auto;
}

.news .conts .left .image {
	width: 507px;
	height: 280px;
	margin-bottom: 20px;
}

.news .conts .info a{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.news .conts .info:hover .cont {
	color: #4CC0BB;
	cursor: pointer;
}

.news .conts .right {
	height: auto;
	display: flex;
	width: auto;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	margin-left: 60px;
}

.news .conts .right .info .time {
	padding: 37px 0;
}

.news .conts .right .info .cont {
	padding: 26px 0;
}

.news .conts .right .info:first-child .time {
	padding-top: 0;
}
.news .conts .right .info:first-child .cont {
	padding-top: 0;
}

.news .conts .info .time {
	width: 140px;
	text-align: center;
	font-size: 26px;
	color: #626262;
	padding-top: 10px;
	border-right: 1px solid #EEEEEE;
}

.news .conts .left .info .time {
	width: auto;
	text-align: center;
	font-size: 26px;
	color: #626262;
	padding-right: 10px;
	padding-top: 0;
	border: none;
}

.news .conts .left .info .cont{
	border: none;
}

.news .conts .info .time div:nth-child(3){
	width: 45px;
	height: 23px;
	background: #4CC0BB;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	text-align: center;
	margin: 20px auto 0;
}

.news .conts .info .time div:nth-child(2) {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	margin-top: 15px;
}

.news .conts .info .cont {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	padding-left: 40px !important;
	flex: 1;
	border-bottom: 1px solid #EEEEEE;
}

.news .conts .right .info:last-child .cont {
    width: 491px;
	border: none;
	padding-bottom: 0;
}

.news .conts .right .info:last-child .time {
	padding-bottom: 0;
}

.news .conts .info .cont div:last-child {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 24px;
	margin-top: 25px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.news .btn:hover {
	border: 1px solid #4CC0BB;
	color: #FFFFFF;
	background-color: #4CC0BB;
}

.news .btn {
	width: 121px;
	height: 35px;
	border: 1px solid #4CC0BB;
	border-radius: 5px;
	color: #4CC0BB;
	text-align: center;
	line-height: 35px;
	background: transparent;
	font-size: 18px;
	margin-top: 30px;
}

.partner {
	width: 100%;
	height: auto;
	/*padding: 100px 0;*/
	background: #F9FAFC;
}

.partner .title .right .float{
	width: 170px;
	height: auto;
	background: #4CC0BB;
	border-radius: 10px;
	padding: 20px 20px 12px;
	box-sizing: border-box;
	position: absolute;
	left: -10px;
	top: 55px;
	z-index: 999;
}

.partner .title .right .float div:first-child{
	width: 100%;
	height: 22px;
	background: #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4CC0BB;
	line-height: 22px;
	text-align: center;
	margin: 0 !important;
}

.partner .title .right .float div{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 15px;
}

.partner .items {
	width: 1200px;
	margin: 70px auto 0;
	display: flex;
	align-items: start !important;
	flex-wrap: wrap;
	/*min-height: 600px;*/
	flex-direction: row;
	justify-content: inherit;
	flex: 0;
}

.partner .items div{
	display: flex;
	flex-direction: column;
	width: 196px;
	text-align: center;
	line-height: 26px;
	margin-right: 55px;
	height: auto;
	border: none;
	padding: 0;
	border-radius: 0;
}

.partner .items div .partner_img{
	width: 196px;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner .items div .partner_img img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
}

.partner .items div:nth-child(5n) {
	margin-right: 0;
}

/* .partner .items div:nth-child(n+10) {
	margin-bottom: 0;
} */

.partner .btn {
	width: 160px;
	height: 53px;
	background: #FFFFFF;
	border: 1px solid #0068D1;
	border-radius: 5px;
	color: #0068D1;
	text-align: center;
	line-height: 53px;
	font-size: 20px;
	margin: 0 auto;
}

.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;
	flex-direction: row;
}

.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;
}

.swiper-slides{
	width: 100%;
	height: auto !important;
    position: relative;
    transition-property: transform;
	box-sizing: border-box;
	padding-top: 5vh;
	flex-shrink: 1;
}

.swiper-slides:first-child{
    padding: 0;
}
