﻿html,
body {
	font-family: 'PingFangSC-Regular', "Microsoft YaHei", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
a:hover {
	text-decoration: none;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}

.scroll-float {
	position: fixed;
	right: 0;
	bottom: 50%;
	z-index: 100;
	width: 90px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 6px;
	display: none;
}

.scroll-float.show {
	display: block;
}

.scroll-float .menulist {
	position: relative;
	text-align: center;
	padding: 10px;
}

.scroll-float .menulist .iconfont {
	font-size: 30px;
	color: #0860c5;
}

.scroll-float .menulist .font {
	font-size: 14px;
	color: #0860c5;
}

.scroll-float .menulist a {
	display: block;
	color: #0860c5;
}

.scroll-float .menulist .phone {
	position: absolute;
	width: 160px;
	height: 60px;
	text-align: center;
	border: 1px solid #e3e3e3;
	color: #000;
	top: 0;
	left: -162px;
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	display: none;
}

.scroll-float .menulist .phone .number {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.scroll-float .menulist .phone .name {
	margin-top: 3px;
}

.scroll-float .menulist .phone:before {
	content: "";
	position: absolute;
	right: -14px;
	top: 20px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 14px solid #ddd;
}

.scroll-float .menulist .phone:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 20px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 14px solid #fff;
}

.scroll-float .menulist:hover .phone {
	display: block;
}

.search-form {
	display: flex;
}

.search-form .input input {
	height: 23px;
	line-height: 23px;
	padding: 5px 10px;
	width: 300px;
	border: 1px solid #ccc;
	font-size: 16px;
	outline: none;
	background: none;
	background-color: #fff;
}

.search-form .btn input {
	width: 60px;
	height: 35px;
	line-height: 35px;
	border: none;
	background: none;
	outline: none;
	background-color: #3483de;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.page-nav {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header-nav {
	display: flex;
	justify-content: space-between;
	height: 46px;
	line-height: 50px;
}

.header-nav .logo {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	display: flex;
}

.header-nav .logo .img {
	margin-right: 10px;
}

.header-nav .logo .img img {
	display: block;
	height: 44px;
}

.header-nav .navlist {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.header-nav .navlist .list {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-left: 40px;
	color: #fff;
}

.header-nav .navlist .list a,
.header-nav .navlist .language a {
	display: block;
	color: #fff;
	opacity: 0.7;
}

.header-nav .navlist .list a.active,
.header-nav .navlist .list a:hover {
	border-bottom: 2px solid #fff;
	opacity: 1;
}

.header-nav .navlist .language {
	width: 30px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #4397f7;
	margin-top: 6px;
	margin-left: 40px;
	border-radius: 4px;
}

.header-nav .navlist .language:hover {
	background-color: #3483de;
	opacity: 1;
}

.header-nav .navlist .language a {
	display: block;
	color: #fff;
	opacity: 1;
}

.page-banner {
	height: 650px;
	overflow: hidden;
	position: relative;
	background-color: #3065b5;
	--swiper-pagination-color: #fff;
}

.page-banner .banner {
	max-width: 1920px;
	height: 650px;
	margin: 0 auto;
}

.page-banner .banner img {
	width: 100%;
	display: block;
}

.content-title {
	text-align: center;
}

.content-title .title {
	font-size: 34px;
	font-weight: bold;
	color: #3065b5;
}

.content-title .font {
	font-size: 18px;
	color: #777;
	margin-top: 10px;
}

.content-title .line {
	margin: 20px auto !important;
}

.content-bgcolor {
	background-color: #f2f2f2;
	box-shadow: 0 1px 1px 0 rgb(240 240 240 / 10%) inset;
}

.content-advantage {
	display: flex;
	padding-top: 60px;
}

.content-advantage .left {
	width: 380px;
	margin-right: 50px;
}

.content-advantage .left .adtitle .title {
	font-size: 34px;
	font-weight: bold;
}

.content-advantage .left .adtitle .font {
	font-size: 18px;
	margin-top: 10px;
	color: #777;
}

.content-advantage .left .adtitle .line,
.content-title .line {
	height: 4px;
	width: 50px;
	background-color: #3065b5;
	border-radius: 200px;
	margin: 20px 0;
}

.content-advantage .left .adinfo {
	color: #777;
	line-height: 22px;
}

.content-advantage-img {
	display: flex;
	padding-bottom: 60px;
}

.content-advantage-img .imglist {
	flex: 1;
	background-color: #fff;
	padding: 5px;
	box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.1);
}

.content-advantage-img .imglist img {
	display: block;
	width: 100%;
}

.content-advantage .left .adbtn,
.content-product .probtn,
.content-news .newsbtn,
.pageinfo-infobtn {
	margin: 20px 0;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 4px;
	background-color: #3483de;
	color: #fff;
}

.content-advantage .left .adbtn:hover,
.content-product .probtn:hover,
.content-news .newsbtn:hover,
.pageinfo-infobtn:hover {
	background-color: #4397f7;
}

.content-advantage .left .adbtn a,
.content-product .probtn a,
.content-news .newsbtn a,
.pageinfo-infobtn a {
	display: block;
	color: #fff;
}

.content-advantage .right {
	flex: 1;
}

.content-advantage .right .adlist {
	display: flex;
	flex-wrap: wrap;
}

.content-advantage .right .adlist .list {
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 50px;
	display: flex;
}

.content-advantage .right .adlist .list:nth-child(2n) {
	margin-right: 0;
}

.content-advantage .right .adlist .list .list-left {
	width: 60px;
}

.content-advantage .right .adlist .list .list-left .iconfont {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	border-radius: 50%;
	background-color: #3483de;
	color: #fff;
}

.content-advantage .right .adlist .list .list-right {
	flex: 1;
	margin-left: 20px;
}

.content-advantage .right .adlist .list .list-right .big {
	font-size: 20px;
	margin-bottom: 10px;
}

.content-advantage .right .adlist .list .list-right .small {
	color: #777;
	line-height: 22px;
}

.content-product,
.content-news {
	padding: 60px 0;
}

.pro-recommend {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.pro-recommend .pro-menu {
	display: flex;
	margin-top: 20px;
}

.pro-recommend .pro-menu .menu {
	flex: 1;
	margin: 20px;
	background-color: #3483de;
	text-align: center;
	padding: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	border-radius: 4px;
	transition: all 0.6s ease;
}

.pro-recommend .pro-menu .menu span {
	font-size: 20px;
}

.pro-recommend .pro-menu .menu a {
	display: block;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-recommend .pro-menu .menu:hover {
	background-color: #4397f7;
}

.pro-recommend-list {
	width: 100%;
	height: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

.pageinfo-prolist .prolist {
	display: flex;
	flex-wrap: wrap;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 60px;
}

.pageinfo-prolist .prolist .list {
	width: calc(25% - 30px);
	margin-top: 60px;
	margin-right: 40px;
}

.pageinfo-prolist .prolist .list:nth-child(4n) {
	margin-right: 0;
}

.content-product .pro-recommend-list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 350px;
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	box-sizing:border-box;
}
	.content-product .pro-recommend-list .swiper-slide .pro-img {
		height: 268px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.content-product .pro-recommend-list .swiper-slide .pro-img,
	.pageinfo-prolist .prolist .list .pro-img {
		line-height: 0;
		transition: all 0.4s ease;
		padding: 20px;
		height: 268px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

		.content-product .pro-recommend-list .swiper-slide .pro-img img,
		.pageinfo-prolist .prolist .list .pro-img img {
			width: 100%;
			display: block;
			max-height: 280px;
		}
	.content-product .pro-recommend-list .swiper-slide .pro-name {
			width:282px;
			height:21px;
	}
	.content-product .pro-recommend-list .swiper-slide .pro-name,
	.pageinfo-prolist .prolist .list .pro-name {
		text-align: center;
		font-size: 16px;
		background-color: #eee;
		padding: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.content-product .pro-recommend-list .swiper-slide a,
.pageinfo-prolist .prolist .list a {
	display: block;
	color: #000;
}

.content-product .pro-recommend-list .swiper-slide:hover .pro-img,
.pageinfo-prolist .prolist .list:hover .pro-img {
	border: 1px solid #4397f7;
}

.content-product .pro-recommend-list .swiper-slide a:hover,
.pageinfo-prolist .prolist .list a:hover {
	color: #4397f7;
}

.content-product .probtn,
.content-news .newsbtn,
.pageinfo-infobtn {
	margin-left: auto;
	margin-right: auto;
}

.content-news {
	background-color: #3483de;
	background-image: url('../images/newsbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #f2f2f2;
}

.content-news .content-title .title {
	color: #fff;
}

.content-news .content-title .font {
	color: #a8d1ff;
}

.content-news .newsbtn {
	background-color: #3483de
}

.content-news .newslist {
	padding: 60px;
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #fff;
	box-shadow: 4px 12px 10px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
}

.content-news .newslist .list a {
	display: block;
}

.content-news .newslist .list .news-title {
	font-size: 24px;
	margin-bottom: 10px;
	color: #000;
}

.content-news .newslist .list .news-time {
	font-size: 14px;
	color: #999;
}

.content-news .newslist .list .news-info {
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #777;
	text-indent: 2rem;
}

.content-news .newslist::before {
	display: block;
	content: '“';
	position: absolute;
	left: 20px;
	top: 0px;
	color: #7aafff;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 100px;
	opacity: 0.5;
}

.content-news .newslist::after {
	display: block;
	content: '”';
	position: absolute;
	right: 20px;
	bottom: 0px;
	color: #7aafff;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 100px;
	opacity: 0.5;
}

.page-foot {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.page-foot .left .font {
	color: #999;
	margin-bottom: 10px;
}

.page-foot .left .font a {
	color: #999;
}

.page-foot .right {
	display: flex;
	justify-content: flex-end;
}

.page-foot .right .link {
	height: 60px;
	line-height: 60px;
	margin-left: 40px;
}

.page-foot .right .link a {
	display: block;
	text-decoration: underline;
	color: #999;
}

.page-foot .left .font a:hover,
.page-foot .right .link a:hover {
	color: #4397f7;
	transition: all 0.6s ease;
}

.pageinfo-banner {
	background-image: url('../images/newsbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #0062c8;
	height: 280px;
}

.pageinfo-banner .slogan {
	color: #fff;
	padding-left: 60px;
	padding-top: 140px;
}

.pageinfo-banner .slogan .title {
	font-size: 34px;
}

.pageinfo-banner .slogan .font {
	font-size: 20px;
	margin-top: 10px;
}

.pageinfo-content {
	background-color: #f6f6f6;
}

.pageinfo-main {
	background-color: #fff;
	padding: 40px;
	min-height: 480px;
	box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.02);
}

.pageinfo-top {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 3px solid #f1f1f1;
}

.pageinfo-top .top-flex {
	display: flex;
	justify-content: space-between;
}

.pageinfo-top .title {
	font-size: 32px;
	font-weight: bold;
}

.pageinfo-top .title .time {
	font-weight: normal;
	font-size: 16px;
	margin-top: 15px;
}

.pageinfo-info .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pageinfo-info .title .line {
	height: 3px;
	width: 40px;
	background-color: #3483de;
	border-radius: 200px;
	margin-top: 10px;
}

.pageinfo-info .font {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin-bottom: 20px;
}

.pageinfo-info .info-flex {
	display: flex;
}

.pageinfo-info .info-flex .left {
	flex: 1;
	margin-right: 80px;
}

.pageinfo-info .info-flex .right {
	width: 500px;
}

.pageinfo-info .info-flex .right img {
	width: 100%;
}

.pageinfo-advantage {
	background-color: #eff6ff;
	padding: 20px;
	margin: 40px 0;
}

.pageinfo-advantage .advantage-list {
	display: flex;
}

.pageinfo-advantage .advantage-list .adlist {
	flex: 1;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 2px solid #3483de;
	margin: 10px;
	padding: 20px;
}

.pageinfo-advantage .advantage-list .adlist .small {
	font-size: 16px;
	color: #aaa;
	margin-bottom: 4px;
}

.pageinfo-advantage .advantage-list .adlist .big {
	font-size: 26px;
	color: #3483de;
	font-weight: bold;
	margin-bottom: 15px;
}

.pageinfo-advantage .advantage-list.english .adlist .big {
	font-size: 24px;
}

.pageinfo-advantage .advantage-list .adlist .iconfont {
	font-size: 60px;
	color: #3483de;
}

.pageinfo-advantage .advantage-font {
	margin: 20px 10px;
}

.pageinfo-aboutimg {
	display: flex;
	flex-wrap: wrap;
}

.pageinfo-aboutimg .imglist {
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-bottom: 15px;
}

.pageinfo-aboutimg .imglist:nth-child(4n) {
	margin-right: 0;
}

.imglist img {
	width: 100%;
}

.pageinfo-network {
	margin: 40px 0;
}

.pageinfo-network .networkinfo {
	display: flex;
}

.pageinfo-network .networkinfo .left {
	flex: 1;
	margin-right: 80px;
}

.pageinfo-network .networkinfo .right {
	width: 500px;
}

.pageinfo-network .networkinfo .right img {
	width: 100%;
}

.pageinfo-pronav {
	display: flex;
	flex-wrap: wrap;
}

.pageinfo-pronav.english {
	display: block;
}

.pageinfo-pronav .navlist {
	width: calc(20% - 10px);
	border: 1px solid #7aafff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	transition: all 0.6s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pageinfo-pronav .navlist:nth-child(5n) {
	margin-right: 0;
}

.pageinfo-pronav.english .navlist {
	width: auto;
	display: inline-block;
	padding: 0 20px;
}

.pageinfo-pronav.english .navlist:nth-child(5n) {
	margin-right: 10px;
}

.pageinfo-pronav .navlist a {
	display: block;
	color: #3065b5;
}

.pageinfo-pronav .navlist:hover,
.pageinfo-pronav .navlist.active {
	background-color: #3483de;
	color: #fff;
	border-color: #3483de;
}

.pageinfo-pronav .navlist:hover a,
.pageinfo-pronav .navlist.active a {
	color: #fff;
	font-weight: bold;
}

.pageinfo-pronav.english .navlist:hover a,
.pageinfo-pronav.english .navlist.active a {
	font-weight: normal;
}

.pageinfo-prolist .prolist {
	margin: 0;
}

.pageinfo-prolist .prolist .list {
	margin-top: 30px;
}

.pageinfo-propage {
	padding-top: 60px;
}

.pageinfo-proinfo {
	display: flex;
}

.pageinfo-proinfo .proimg {
	width: 320px;
}

.pageinfo-proinfo .proimg img {
	width: 100%;
}

.pageinfo-proinfo .profont {
	flex: 1;
	margin-left: 100px;
}

.pageinfo-proinfo .profont p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}

.pageinfo-proinfo .profont table,
.pageinfo-proinfo .profont table td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding: 5px;
}

.pageinfo-proinfo .profont table {
	width: 100%;
}

.pageinfo-infobtn {
	margin-top: 60px;
}

.pageinfo-honorlist {
	display: flex;
	width: 850px;
	margin: 60px auto;
}

.pageinfo-honorlist .left {
	width: 400px;
}

.pageinfo-honorlist .left img {
	width: 100%;
}

.pageinfo-honorlist .right {
	flex: 1;
	margin-left: 20px;
}

.pageinfo-honorlist .right img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.pageinfo-contactinfo {
	display: flex;
}

.pageinfo-contactinfo .map {
	width: 600px;
	margin-right: 60px;
}

.pageinfo-contactinfo .map img {
	width: 100%;
}

.pageinfo-contactinfo .address {
	flex: 1;
}

.pageinfo-contactinfo .address .title {
	color: #3483de;
	font-size: 26px;
}

.pageinfo-contactinfo .address .address-form {
	display: flex;
	font-size: 16px;
	margin-bottom: 15px;
}

.pageinfo-contactinfo .address .address-form .left {
	width: 60px;
}

.pageinfo-contactinfo .address.english .address-form .left {
	width: 100px;
}

.pageinfo-newsinfo .hotnews,
.pageinfo-newsinfo .newsinfo-list .list {
	display: flex;
}

.pageinfo-newsinfo .hotnews .left {
	width: 600px;
	height: 450px;
	overflow: hidden;
}

.pageinfo-newsinfo .hotnews .left img {
	width: 100%;
}

.pageinfo-newsinfo .hotnews .right {
	flex: 1;
	background-color: #3483de;
	padding: 40px;
}

.pageinfo-newsinfo .hotnews .right .title {
	font-size: 24px;
	color: #fff;
}

.pageinfo-newsinfo .hotnews .right .title a {
	color: #fff;
}

.pageinfo-newsinfo .hotnews .right .time {
	color: #ccc;
}

.pageinfo-newsinfo .hotnews .right .font {
	color: #fff;
	margin-top: 30px;
	width: 100%;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.pageinfo-newsinfo .hotnews .right .btn {
	background-color: #0062c8;
	width: 80px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}

.pageinfo-newsinfo .hotnews .right .btn:hover {
	background-color: #4397f7;
}

.pageinfo-newsinfo .hotnews .right .btn a {
	display: block;
	color: #fff;
}

.pageinfo-newsinfo .newsinfo-list {
	display: flex;
	flex-wrap: wrap;
}

.pageinfo-newsinfo .newsinfo-list .list {
	width: calc(50% - 32px);
	margin-top: 40px;
	margin-right: 60px;
	border: 1px solid #fff;
	transition: all 0.6s ease;
}

.pageinfo-newsinfo .newsinfo-list .list:nth-child(2n) {
	margin-right: 0;
}

.pageinfo-newsinfo .newsinfo-list .list a {
	display: flex;
	color: #000;
}

.pageinfo-newsinfo .newsinfo-list .list .left {
	width: 60px;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	background-color: #f1f1f1;
}

.pageinfo-newsinfo .newsinfo-list .list .left .day {
	font-size: 24px;
}

.pageinfo-newsinfo .newsinfo-list .list .left .month {
	font-size: 12px;
}

.pageinfo-newsinfo .newsinfo-list .list .right {
	flex: 1;
	margin: 0 10px 0 30px;
}

.pageinfo-newsinfo .newsinfo-list .list .right .title {
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pageinfo-newsinfo .newsinfo-list.english .list .right .title {
	white-space: inherit;
}

.pageinfo-newsinfo .newsinfo-list .list .right .font {
	font-size: 14px;
	line-height: 24px;
	color: #777;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pageinfo-newsinfo .newsinfo-list .list:hover {
	border-color: #3483de;
	cursor: pointer;
}

.pageinfo-newsinfo .newsinfo-list .list:hover .left {
	background-color: #3483de;
	color: #fff;
}

.newsinfo-infomain p {
	font-size: 16px;
	line-height: 30px;
}

.pageinfo-prolist .prolistno .icon {
	padding-top: 150px;
	text-align: center;
	opacity: 0.2;
}


	.pageinfo-prolist .prolistno .icon img {
		display: block;
		width: 140px;
		margin: 0 auto;
	}


.pageinfo-prolist .prolistno .font {
	text-align: center;
	font-size: 18px;
	color: #999;
	margin-top: 20px;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	border: 1px solid #ddd;
	background: #ddd;
}

::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}

	::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #a9a9a9;
	}

	::-webkit-scrollbar-thumb:vertical:active {
		background-color: #a9a9a9;
	}

::-webkit-scrollbar-button {
	display: none;
}