* {
	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%;
}

.top {
	width: 100%;
	background: #F9FAFC;
	height: 3.125rem;
}

.top .box {
	width: 75rem;
	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: 1.3125rem;
	height: 1.3125rem;
	margin-right: .625rem;
}

.nav {
	width: 100%;
	background: #FFFFFF;
	height: 5.625rem;
}

.nav .box {
	width: 75rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.nav .box .logo {
	height: 3.125rem;
	width: 14.375rem;
}

.nav .box .items {
	display: flex;
	align-items: center;
}

.nav .box .items div {
	margin-right: 2.5rem;
	font-size: 1.125rem;
	color: #7D7D7D;
	height: 100%;
	position: relative;
	line-height: 5.625rem;
}

.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: 1.375rem;
	height: .1875rem;
	background: #2D82F6;
	border-radius: .125rem;
	left: calc(50% - .6875rem);
}

.index_banner {
	width: 100%;
	/*min-width: 120rem;*/
	height: auto !important;
	background: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.index_banner p {
    display: inline-block;
    margin: 0 auto;
}

.index_banner img {
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

.my-bullet-active{
    background: #FFFFFF !important;
    opacity: 1 !important;
}

.index_banner .swiper-slide {
	display: flex;
	align-items: center;
}

.solution {
	width: 100%;
	height: auto;
	padding: 6.25rem 0;
	background: #FFFFFF;
}

.solution .title {
	font-size: 1.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	margin: 0 auto;
	text-align: center;
}

.solution .subtitle {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	text-align: center;
	margin-top: .625rem;
}

.solution .items {
	width: 75rem;
	height: auto;
	margin: 4.375rem auto;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}

.solution .items>div {
	width: 22.5rem;
	height: auto;
	border: .0625rem solid #EEEEEE;
	margin-right: 3.4375rem;
}

.solution .items>div a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.solution .items>div:nth-child(3n) {
    margin-right: 0;
}

.solution .items div img {
	width: 100%;
	height: 15.25rem;
}

.solution .items div div:nth-child(2) {
	font-size: 1.375rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	margin: 1.875rem;
	text-align: center;
	overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.solution .items div div:last-child {
	font-size: 1.125rem;
	height: 4.6875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	margin: 1.875rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.solution .btn {
	width: 10rem;
	height: 3.3125rem;
	background: #0068D1;
	border-radius: .3125rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 3.3125rem;
	font-size: 1.25rem;
	margin: 0 auto;
}

.facility {
	width: 100%;
	height: auto;
	padding: 6.25rem 0;
	background: #F9FAFC;
}

.facility .title {
	font-size: 1.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	text-align: center;
}

.facility .subtitle {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	text-align: center;
	margin-top: .625rem;
}

.facility .cont {
	width: 75rem;
	margin: 4.375rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.facility .cont>div:last-child {
	margin-left: 3.75rem;
}

.facility .cont .left {
	width: 34.375rem;
	height: 19.625rem;
}

.facility .cont .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	height: 19.625rem;
}

.facility .cont .right .desc {
	font-size: 1.125rem;
	font-weight: 500;
	color: #626262;
	line-height: 2.25rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.facility .cont .right .btn {
	width: 10rem;
	height: 3.3125rem;
	background: #FFFFFF;
	border: .0625rem solid #2D82F6;
	border-radius: .3125rem;
	color: #2D82F6;
	text-align: center;
	line-height: 3.3125rem;
	margin-bottom: 1.25rem;
	margin-left: auto;
	font-size: 1.25rem;
}

.intro {
	background: #FFFFFF;
}

.intro .cont .right .btn {
	background: #2D82F6;
	color: #FFFFFF;
	margin-left: 0;
	margin-right: auto;
}

.honor {
	width: 100%;
	height: auto;
	padding: 6.25rem 0;
	background-color: #F9FAFC;
}

.honor .title {
	font-size: 1.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	text-align: center;
}

.honor .subtitle {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	text-align: center;
	margin-top: .625rem;
}

.honor .items {
	display: flex;
	width: 75rem;
	height: auto;
	margin: 4.375rem auto;
	align-items: center;
	/*justify-content: space-between;*/
}

.honor .items div {
	width: 17.5rem;
	height: 17.5rem;
	background: #FFFFFF;
	display: flex;
	margin-right: 30px;
}

.honor .items div:last-child {
    margin-right: 0;
}

.honor .items div a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.honor .items div img {
	max-width: 100%;
	max-height: 100%;
}

.honor .btn {
	width: 10rem;
	height: 3.3125rem;
	background: #FFFFFF;
	border: .0625rem solid #2D82F6;
	border-radius: .3125rem;
	color: #2D82F6;
	text-align: center;
	line-height: 3.3125rem;
	font-size: 1.25rem;
	margin: 0 auto;
}

.news {
	width: 100%;
	height: auto;
	padding: 6.25rem 0;
	background: #FFFFFF;
}

.news .title {
	font-size: 1.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	text-align: center;
}

.news .subtitle {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	text-align: center;
	margin-top: .625rem;
}

.news .items {
	margin: 4.375rem auto;
	width: 75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news .items .left .image {
	width: 32.75rem;
	height: 19.0625rem;
	margin-bottom: 2.5rem;
}

.news .items .info {
	width: 32.75rem;
	height: 7.25rem;
}

.news .items .info a {
    display: inline-flex;
    align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.news .items .right {
	height: 27.3125rem;
	display: flex;
	width: 32.75rem;
	flex-direction: column;
	align-items: center;
	/*justify-content: space-between;*/
}

.news .items .right .info {
    margin-top: 3.9rem;
}

.news .items .right .info:first-child {
    margin-top: 0;
}
    
.news .items .info .time {
	width: 5rem;
	text-align: center;
	font-size: 1.875rem;
	color: #626262;
}

.news .items .info .time div:last-child {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	margin-top: .9375rem;
}

.news .items .info .cont {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	margin-left: 2.5rem;
	flex: 1;
}

.news .items .info .cont div:last-child {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	line-height: 1.5rem;
	margin-top: 1.25rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
}

.news .btn {
	width: 10rem;
	height: 3.3125rem;
	background: #0068D1;
	border-radius: .3125rem;
	text-align: center;
	line-height: 3.3125rem;
	color: #FFFFFF;
	font-size: 1.25rem;
	margin: 0 auto;
}

.partner {
	width: 100%;
	height: auto;
	padding: 6.25rem 0;
	background: #F9FAFC;
}

.partner .title {
	font-size: 1.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313131;
	text-align: center;
}

.partner .subtitle {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	text-align: center;
	margin-top: .625rem;
}

.partner .items {
	width: 75rem;
	margin: 4.375rem auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.partner .items div {
	width: 13.4375rem;
	height: 6.25rem;
	margin-right: 1.875rem;
	margin-bottom: 3.125rem;
	background: #FFFFFF;
}

.partner .items div:nth-child(5n) {
	margin-right: 0;
}

.partner .items div:nth-child(n+6) {
	margin-bottom: 0;
}

.partner .btn {
	width: 10rem;
	height: 3.3125rem;
	background: #FFFFFF;
	border: .0625rem solid #0068D1;
	border-radius: .3125rem;
	color: #0068D1;
	text-align: center;
	line-height: 3.3125rem;
	font-size: 1.25rem;
	margin: 0 auto;
}

.footer {
	width: 100%;
	height: auto;
	background: #000;
}

.footer .cont {
	width: 75rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 3.125rem 0;
	box-sizing: border-box;
	margin: 0 auto;
}

.footer .cont .logo{
	width: 10.3125rem;
	height: 8.5625rem;
	margin: auto 0;
}

.footer .cont .nav{
	background: #000;
	color: #FFFFFF;
	width: auto;
	height: auto;
	font-size: 1.25rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.25rem;
}

.footer .cont .nav li{
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #C3C3C3;
	line-height: 1.25rem;
	margin-top: 1.5625rem;
}

.footer .cont .ewm div:first-child{
	font-size: 1.375rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.25rem;
	display: flex;
	align-self: center;
}

.footer .cont .ewm>div:first-child img{
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 50%;
	margin-right: .875rem;
}

.footer .cont .ewm>div:nth-child(2){
	font-size: 1.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 1.25rem 0 2.5rem;
}

.footer .cont .ewm div:nth-child(3){
	display: flex;
	align-items: center;
}

.footer .cont .ewm div:nth-child(3) div{
	margin-right: 1.875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footer .cont .ewm div:nth-child(3) div:last-child{
	margin: 0;
}

.footer .cont .ewm div:nth-child(3) div img{
	width: 7.25rem;
	height: 7.25rem;
	background: #FFFFFF;
	margin-bottom: .9375rem;
}

.footer .bottom {
	width: 75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.125rem 0;
	margin: 0 auto;
	border-top: .0625rem solid #FFFFFF;
	color: #FFFFFF;
}
.footer .bottom div div{
	margin: 1.5rem 0;
}
.footer .bottom>div:last-child{
	display: flex;
	align-items: center;
}
.footer .bottom div img{
	width: 1.125rem;
	height: 1.125rem;
	margin: 0 .75rem 0 1.875rem;
}