html {
	/* font-size: 13.333vw; */
	/* font-size: 100px; */
	font-family: Constantia;
}

body {
	zoom: 55%
}

/* 最大值和最小值的屏幕 */
@media (min-width: 1440px) {
	body {
		zoom: 75%
	}
}

/* 最大值和最小值的屏幕 */
@media (max-width: 1440px) {
	body {
		zoom: 55%
	}
}

* {
	margin: 0;
	padding: 0;
}

/*滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	/*background-color: #F5F5F5;*/
}

/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
	border-radius: 10px;
	/*background-color: #F5F5F5;*/
}

/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
	background-color: #ccc;
}

/* 重置列表元素 */

ul,
ol {
	list-style: none;
}

/* 重置文本格式元素 */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	/* color: #23A090; */
}

html,
body {

	height: 100%;
	width: 100%;
}

html {
	overflow-x: hidden;

}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


/*垂直显示*/

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden
}


/*垂直对其方式*/

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-align-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*左右居中*/

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*两端对齐*/

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.imgbox img {
	display: block;
	width: 100%;
}

.container-fluid {
	padding-left: 38px;
	padding-right: 38px;
}

.w1300,
.w1400,
.w1600,
.w1700 {
	width: 100%;
	padding: 0 30px;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
}

.w1300 {
	max-width: 1360px;
}

.w1600 {
	max-width: 1660px;
}

.w1700 {
	max-width: 1760px;


}


.ellipsis1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* CSS样式 */
.ellipsis {
	display: -webkit-box;
	/* 必须设置display属性为-webkit-box */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	-webkit-line-clamp: 2;
	/* 限制显示两行 */
	-webkit-box-orient: vertical;
	/* 垂直方向上的换行 */
}

.ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.top-wrap .top {
	padding-top: 14px;
	padding-bottom: 14px;
}

.top-wrap .logo {
	display: block;
	width: 120px;
	height: 112px;
}

.top-wrap .title {
	width: 464px;
	display: block;
}

.top-wrap img {
	display: block;
	width: 100%;
}

.top-wrap .join {
	width: 166px;
	display: block;
}

.top-wrap .login {
	width: 121px;
	display: block;
	margin: 0 54px;
}

.top-wrap .search {
	width: 47px;
	display: block;
}

header {
	background: #0158A7;
	height: 62px;
	color: #fff;
	font-family: Arial;
}

.header .navigation {
	height: 100%;
}

.header .navigation ul {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-around;
}

.header .navigation ul li {
	position: relative;
}

.header .navigation ul li a {
	color: #fff;
	font-size: 24px;
	display: block;
	line-height: 62px;
}


.header .navigation ul li a {
	display: block;
}

.header .navigation ul li .nav {

	padding: 0 13px;

}

.header .navigation ul li:hover .nav,
.header .navigation ul li.active .nav {
	background: #fff;
	color: #0158A7;
}

.header .navigation ul li ol {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	display: none;
	padding: 10px 7px 0;
	text-align: center;
	z-index: 2;
}

.header .navigation ul li:hover ol {
	display: block;
}

.header .navigation ul li ol li {
	margin: 0;
}

.header .navigation ul li ol a {
	display: block;
	line-height: 36px;
	color: #0158A7;
	font-size: 20px;
	white-space: nowrap;

}


/* 头部拨打电话 */
.header .nav-extra {
	cursor: pointer;
}

.header .nav-extra .phone {
	width: 0.16rem;
	height: 0.21rem;
	vertical-align: middle;

}

.header .nav-extra .phoneNum {
	font-size: 0.16rem;
	color: #23A090;
	font-weight: 600;
	margin-left: 0.12rem;
	vertical-align: middle;
}

/* 底部样式 */
.footer {
	background-color: #049684;
	color: #fff;
	font-size: 0.15rem;
}

.footer .footer-top {
	padding: 0.78rem 0 0;
}

.footer .footer-top .logo {
	height: 0.73rem;
	margin-bottom: 0.25rem;
}

.footer .footer-top .center {
	width: 30%;
	float: left;
	border-right: 1px solid #17A694;
}

.footer .footer-top .center .left {
	display: flex;
	align-items: flex-start;
}

.footer .footer-top .navigation:not(:first-child) {
	margin-left: 1.01rem;
}

.footer .footer-top .navigation ul li {
	margin-bottom: 0.20rem;
}

.footer .footer-top .navigation ul li a {
	display: block;
	color: #fff;
}

.footer .footer-top .navigation ul li a:hover {
	color: #fff;
}

.footer .footer-top .right {
	margin-top: 0.20rem;
	padding-left: 10%;
	float: left;
}

.footer .footer-top .right .address {
	position: relative;
}

.footer .footer-top .right .address .map {
	position: absolute;
	top: -0.15rem;
	right: 16%;
	height: 3.20rem;
}

.footer .footer-top .tel {
	font-size: 0.32rem;
	line-height: 0.60rem;
}

.footer .footer-top .tel span {
	margin-right: 0.25rem;
}

/* .footer .footer-top .tel, */
/* .footer .footer-top .hint, */
.footer .footer-top .contact,
.footer .footer-top .msg,
.footer .footer-top .market {
	margin-bottom: 0.20rem;
}

.footer .footer-top .code {
	margin-left: 0.99rem;
}

.footer .footer-top .ewm {
	width: 1.52rem;
	height: 1.52rem;

}

.footer .footer-top .code .code-tip {
	margin-top: 0.12rem;
}

.footer .footer-top .code-tip .wechat {
	width: 0.16rem;
	height: 0.13rem;
}

.footer .footer-top .code .code-tip span {
	font-size: 0.14rem;
	margin-left: 0.03rem;
}

.footer .footer-bottom {
	margin-top: 1.0rem;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	clear: both;
}

.footer .footer-bottom .inner {
	height: 0.64rem;
}

.footer .footer-bottom .copyright {
	float: left;
}


footer {
	background: #0861B8;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 58px;
	text-align: center;
	padding: 36px 0;
	position: relative;
	font-family: Calibri;
}

footer .email {
	font-family: Source Han Sans CN;
}

footer .email .title {
	font-family: Calibri;
}

footer .contact {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

}

footer .contact a {
	display: block;
}

footer .contact .factbook {
	width: 41px;
	height: 41px;
}

footer .contact .twitter {
	width: 47px;
	height: 38px;
	margin-left: 38px;
}

footer .contact .in {
	width: 37px;
	height: 37px;
	margin-left: 38px;
}

footer .email img {
	width: 47px;
	height: 32px;
}

footer .email .title {
	margin: 0 29px 0 25px;
}

.module-title {
	min-width: 453px;
	height: 94px;
	background: #0158A7;
	border-radius: 47px;
	font-weight: 500;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 94px;
	text-align: center;
	padding: 0 30px;
	display: inline-block;
}

.banner {
	position: relative;
	z-index: 1;
}

.banner .img {
	width: 100%;
	display: block;
}

.banner .slide-text {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner .slide-text .title {
	font-size: 60px;
	line-height: 70px;
	text-align: center;
}

.banner .slide-text .subhead {
	line-height: 48px;
	font-size: 48px;
	margin-top: 59px;
	padding: 0 20px;
}

.banner .slide-text .subhead a {
	color: #fff;
}

.banner .slide-text .descript {
	font-size: 48px;
	line-height: 46px;
	margin-top: 112px;
}

.banner .slide-text .addr {
	display: flex;
	align-items: center;
	font-size: 36px;
	color: #FFFFFF;
	position: absolute;
	left: 150px;
	bottom: 53px;
}

.banner .slide-text .addr img {
	width: 43px;
	height: 58px;
	margin-right: 32px;
}

.banner .swiper-pagination-bullets {
	bottom: 0.80rem !important;
}

.banner .swiper-pagination-bullet {
	width: 0.40rem;
	height: 0.04rem;
	background-color: #fff !important;
	border-radius: 0;
	opacity: 0.4 !important;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.12rem;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	display: none;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 34px;
	height: 66px;
	background: url(../img/white_right.png) no-repeat center center / 100% 100%;
}

.banner .swiper-button-prev {
	left: 100px;
	background-image: url(../img/white_left.png);
}

.banner .swiper-button-next {
	right: 100px;
}

.search_fixed {
	width: 100%;
	background-color: #f4f4f4;
	padding: 30px 20px;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: 110;
	display: none;
}

.search_fixed .wrap1 {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	overflow: hidden;
}

.search_fixed input {
	font-size: 24px;
	width: 80%;
	color: #333;
	line-height: 2;
	border: none;
	background: none;
	outline: none;
	float: left;
}

.search_fixed .search_close {
	width: 32px;
	height: 32px;
	background: url(../img/search.png) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
	float: right;
	opacity: 0.5;
	margin-top: 10px;
}