@charset "utf-8";

/* 初始化 */
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*清除css中select的下拉箭头样式*/
select {
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

ol,
ul {
	list-style: none;
}

em,
i {
	font-style: normal;
}

input,
select,
textarea {
	font-size: 100%;
	border: 0;
	font-family: "microsoft yahei";
	outline: 0;
	resize: none;
	/* 去除iPhone中默认的input样式 */
	-webkit-appearance: none;
}

input:focus {
	outline: 0;
	/* -moz-box-shadow: 0px 0px 3px #d1d1d1;
	-webkit-box-shadow: 0px 0px 3px #d1d1d1;
	box-shadow: 0px 0px 3px #d1d1d1; */
}

button {
	border: 0;
	background: none;
}


/* 视频标签 */
video {
	width: 100%;
	height: 100%;
	background: none;
	object-fit: fill;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:active {
	color: #5EAA76;
	text-decoration: none;
}

/*Chrome下隐藏滚动条，溢出可以透明滚动*/
html::-webkit-scrollbar {
	width: 0px
}

/**清除浮动**/
.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' ';
}

* html .clearfix,
.clf {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

.zoom {
	zoom: 1;
}

.clear {
	clear: both;
}

/* 图片自适应 */
img {
	-ms-interpolation-mode: bicubic;
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: top;
}

body {
	font-family: PingFang SC-Regular, siyuan, Helvetica Neue, Helvetica, microsoft yahei, arial, STHeiTi, sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 0.14rem;
	background-color: #fff;
	line-height: 1.25;
	color: #4C4C4C;
}

.wrap {
	padding: 0 0.2rem;
	width: 100%;
	box-sizing: border-box;
}

/************************************************引入外部字体 开始*******************************************************/

/*思源黑体*/
@font-face {
	font-family: siyuan;
	src: url('../font/.ttf');
	src: url('../font/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/SourceHanSansCN-Regular.woff') format('woff'),
		url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),
		url('../font/SourceHanSansCN-Regular.svg') format('svg');
}

/************************************************引入外部字体 结束*******************************************************/

/* 移动端顶部导航 */
.mobileNav_box {
	width: 100%;
	padding: 0.3rem 0;
	position: fixed;
	top: 0;
	z-index: 1100;
	background-color: #fff;
}

.navHeader_box {
	width: 100%;
	padding: 0 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
}

.navHeader_box .logoCon {
	float: left;
}

.navHeader_box .logoCon a {
	display: inline-block;
	width: 100%;
}

.navHeader_box .logoCon img {
	width: auto;
	height: 0.5rem;
}

.navHeader_box .menuSwitch {
	float: right;
	width: 0.32rem;
	height: 0.32rem;
	background: url(../images/m-menuIcon.png) no-repeat center center;
	background-size: 0.32rem;
	transition: all 0.1s ease 0s;
	margin-top: 0.09rem;
}

.navHeader_box .menuSwitch.active {
	background: url(../images/m-menuClose.png) no-repeat center center;
	background-size: 0.5rem;
}

.navMenu_box {
	width: 100%;
	height: calc(100vh - 1.1rem);
	padding: 0 0.2rem;
	background-color: #fff;
	box-sizing: border-box;
	overflow-y: scroll;
	position: absolute;
	top: 1.1rem;
	left: 0;
	z-index: 1101;
	display: none;
}

.navMenu_box .navUl {
	overflow: hidden;
}

.navMenu_box .navLi {
	text-align: center;
	font-size: 0.22rem;
	margin-top: 0.2rem;
}

.navMenu_box .navLi>a {
	display: inline-block;
	height: 0.4rem;
	line-height: 0.3rem;
	color: #4C4C4C;
}

.navMenu_box .navLi.active>a {
	font-weight: bold;
	background: url(../images/m-navBg.png) no-repeat left 0.2rem;
	background-size: 0.68rem 0.15rem;
}

.navMenu_box .navLang>a {
	display: inline-block;
	width: 0.44rem;
	height: 0.24rem;
	line-height: 0.24rem;
	font-size: 0.16rem;
	font-weight: bold;
	color: #fff;
	background: #A3CDE3;
	border-radius: 0.12rem;
}

.navMenu_box .secNav_con {
	padding-top: 0.1rem;
	overflow: hidden;
	display: none;
}

.navMenu_box .secNav_con .secNav_li {
	font-size: 0.16rem;
	margin-bottom: 0.16rem;
}

.navMenu_box .secNav_con .secNav_li a {
	color: #474747;
}

.navMenu_box .navContact {
	padding: 0.4rem 0.6rem;
	display: flex;
	justify-content: space-between;
}

.navMenu_box .navContact li {
	width: 0.44rem;
	height: 0.44rem;
	position: relative;
}

.navMenu_box .navContact .navWechat {
	background: url(../images/m-contactWechat_nav.png) no-repeat center center;
	background-size: 0.44rem;
}

.navMenu_box .navContact .navApplet {
	background: url(../images/m-contactApplet_nav.png) no-repeat center center;
	background-size: 0.44rem;
}

.navMenu_box .navContact .navEmail {
	background: url(../images/m-contactEmail_nav.png) no-repeat center center;
	background-size: 0.44rem;
}

.navMenu_box .navContact .navEmail a {
	display: block;
	width: 100%;
	height: 100%;
}

.navMenu_box .navContact .navBubble {
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	color: #333;
	display: none;
	position: absolute;
	top: -1.3rem;
	left: -0.4rem;
	z-index: 1010;
}

/* 首页顶部固定 */
.mobileNav_fixed {
	background: transparent;
	position: fixed;
	top: 0;
	z-index: 999;
}

/* 首页亮色模式 */
.indexBright {}

/* 首页暗色模式 */

.indexDark .navHeader_box .menuSwitch {
	background: url(../images/m-menuIcon2.png) no-repeat center center;
	background-size: 0.32rem;
}

.indexDark .navHeader_box .menuSwitch.active {
	background: url(../images/m-menuClose2.png) no-repeat center center;
	background-size: 0.5rem;
}


/* 移动端底部 */
.footer {
	width: 100%;
	height: 4.5rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: url(../images/m-footerBg.png) no-repeat left center;
	background-size: 100% 4.5rem;
	overflow: hidden;
}

.footerTop_con {
	width: 100%;
	padding-top: 1.2rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem solid rgba(0, 158, 241, 0.2);
	color: #14282F;
}

.summaryLeft {}

.summaryRight {
	margin-top: 0.24rem;
}

.summaryTit {
	font-size: 0.16rem;
	color: #5D7881;
}

.summaryEnglish {
	font-size: 0.16rem;
	color: #5D7881;
}

.footerBtm_con {
	clear: both;
}

.footerCopy {
	margin-top: 0.12rem;
	overflow: hidden;
}

.footerCopy img {
	float: left;
	width: 0.23rem;
	height: 0.2rem;
	margin-top: 0.08rem;
}

.footerCopy span {
	float: left;
	width: 3.02rem;
	line-height: 0.18rem;
	margin-left: 0.1rem;
	font-size: 0.12rem;
	color: rgba(0, 90, 120, 0.9);
}

.footerLink {
	padding: 0.3rem 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.footerLink>a {
	font-size: 0.14rem;
	font-weight: bold;
	color: #237691;
}

.footerContact .contactUl {
	clear: both;
}

.footerContact .contactUl li {
	float: left;
	width: 0.44rem;
	height: 0.44rem;
	margin-right: 0.3rem;
	position: relative;
}

.footerContact .contactEmail a {
	display: block;
	width: 100%;
	height: 100%;
}

.contactUl .contactWechat {
	background: url(../images/contactWechat.png) no-repeat center center;
	background-size: 0.44rem;
}

.contactUl .contactApplet {
	background: url(../images/contactApplet.png) no-repeat center center;
	background-size: 0.44rem;
}

.contactUl .contactEmail {
	background: url(../images/contactEmail.png) no-repeat center center;
	background-size: 0.44rem;
}

/* 首页底部 */
.footerFixed {
	/* position: fixed;
	bottom: 0;
	z-index: 999; */
	position: relative;
	bottom: 0;
	z-index: 899;
	margin-top: -1rem;
}

.footerIndex {
	height: 4.96rem;
	background: url(../images/m-footerBg2.png) no-repeat left center;
	background-size: 100% 4.96rem;
}

.footerIndex .footerTop_con {
	padding-top: 1.5rem;
	border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
}

.footerIndex .footerTop_con p {
	color: #fff;
}

.footerIndex .footerCopy span {
	color: rgba(255, 255, 255, 0.9);
}

.footerIndex .footerLink>a {
	color: #fff;
}

.footerIndex .contactUl .contactWechat {
	background: url(../images/m-contactWechat_index.png) no-repeat center center;
	background-size: 0.44rem;
}

.footerIndex .contactUl .contactApplet {
	background: url(../images/m-contactApplet_index.png) no-repeat center center;
	background-size: 0.44rem;
}

.footerIndex .contactUl .contactEmail {
	background: url(../images/m-contactEmail_index.png) no-repeat center center;
	background-size: 0.44rem;
}

/* 底部气泡 */
.footerBubble {
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	padding: 0.1rem;
	color: #333;
	border-radius: 0.06rem;
	display: none;
	position: absolute;
	top: -1.55rem;
	left: -0.5rem;
	z-index: 1000;
}

.footerBubble span {
	display: block;
	width: 0;
	height: 0;
	border-width: 0.1rem 0.1rem 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	top: 1.4rem;
	left: 50%;
	margin-left: -0.1rem;
}

.wechatBubble {
	left: 0;
}

.wechatBubble span {
	left: 0.2rem;
}


/************************************************列表页、详情页 通用css 开始*******************************************************/

/* 列表头部 */
.listHeader_box {
	width: 100%;
	overflow: hidden;
	margin-top: 1.1rem;
}

.listHeader_con {
	overflow: hidden;
}

.listHeader_tit {
	height: 0.32rem;
	line-height: 0.32rem;
	padding-left: 0.4rem;
	font-size: 0.24rem;
	font-weight: bold;
	color: #273540;
	overflow: hidden;
}

.listHeader_desc {
	font-size: 0.14rem;
	color: #848484;
	line-height: 0.2rem;
	overflow: hidden;
	margin-top: 0.2rem;
}

/* 列表banner */
.listBanner_box {
	width: 100%;
	height: 2.04rem;
	overflow: hidden;
}

/* 列表内容 */
.listWrap_box {
	padding: 0.3rem 0;
}

/* 列表内容 - 左边过滤*/
.listFilter_con {}

/* 详情页 - 相关推荐 */
.detailRelated_box {
	overflow: hidden;
	margin: 0.3rem 0;
}

.detailRelated_tit {
	font-size: 0.2rem;
	font-weight: bold;
	color: #20324E;
}

.detailRelated_con {
	overflow: hidden;
	margin-top: 0.2rem;
}

/* 搜索 */
.listSearch_con {
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #EBF6FC url(../images/search.png) no-repeat 0.2rem center;
	background-size: 0.16rem;
	border-radius: 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.listSearch_con input {
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: transparent;
}

/************************************************列表页、详情页 通用css 结束*******************************************************/


/************************************************全局通用插件类css 开始*******************************************************/
/* swiper插件css样式修正 */
.swiper-pagination-bullet {
	width: 0.08rem;
	height: 0.08rem;
	background: #D1D8E4;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	width: 0.18rem;
	height: 0.08rem;
	background-color: #1CC0F6;
	border-radius: 0.06rem;
}

/* 返回顶部 */
.backTop {
	width: 0.58rem;
	height: 0.58rem;
	line-height: 0.58rem;
	background: url(../images/m-backTop.png) no-repeat center center;
	background-size: 0.58rem;
	cursor: pointer;
	position: fixed;
	right: 0.14rem;
	bottom: 0.3rem;
	z-index: 1000;
	display: none;
}

/* 通用弹窗插件 */
.model_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	background-color: rgba(25, 39, 57, 0.9);
	visibility: hidden;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.model_show {
	visibility: visible !important;
}

.model_effect {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.model_show.model_effect {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.modelBox {
	width: 3.2rem;
	height: 4rem;
	padding: 0.16rem;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 24%;
	margin: 0 auto;
	margin-top: -2.3em;
	background-color: #fff;
	visibility: hidden;
}

.modelBox .tipbox_close {
	width: 0.24rem;
	height: 0.24rem;
	cursor: pointer;
	background: url(../images/modelClose.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: -0.34rem;
	z-index: 9999;
}

.modelBox .tipbox {
	width: 100%;
	height: 100%;
	padding: 0.28rem 0.2rem;
	border: 0.02rem solid #B5EBFF;
	box-sizing: border-box;
	overflow: hidden;
}

.modelBox .tipbox_tit {
	font-size: 0.2rem;
	font-weight: bold;
	color: #273540;
	line-height: 1;
}

.modelBox .tipbox_line {
	width: 0.32rem;
	height: 0.12rem;
	background: url(../images/modelLine.png) no-repeat left center;
	background-size: cover;
	overflow: hidden;
	margin-top: 0.1rem;
}

.modelBox .tipbox_txt {
	max-height: 2.7rem;
	font-size: 0.14rem;
	color: #555;
	line-height: 0.28rem;
	margin-top: 0.05rem;
	overflow-y: auto;
	text-align: justify;
	text-justify: inter-character;
}

/* .modelBox .tipbox_btn {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.modelBox .tipbox_btn a {
	min-width: 40px;
	padding: 0 10px;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
}

.modelBox .tipbox_btn a.tipbox_set {
	background-color: #ed434b;
	color: #fff;
}

.modelBox .tipbox_btn a.tipbox_cancel {
	height: 34px;
	color: #323232;
} */

/* select下拉美化 */
.model_selectBox {
	width: 1.3rem;
	text-align: center;
	position: relative;
	left: -0.1rem;
}

.model_selectText {
	display: inline-block;
	width: 0.7rem;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: left;
	padding: 0 0.2rem;
	color: #96ACD0;
	border-radius: 0.16rem;
	cursor: pointer;
	background: #EBF6FC url(../images/selectDown.png) no-repeat 0.85rem center;
	background-size: 0.1rem;
}

.model_selectText.active {
	background: #EBF6FC url(../images/selectUp.png) no-repeat 0.85rem center;
	background-size: 0.1rem;
}

/* .model_selectText::after {
	 content: '';
	width: 10px;
	height: 10px;
	background: url(../images/selectDown.png) no-repeat 90px center;
	position: absolute;
	z-index: 2;
	top: 11px;
	right: 30px;
} */

.model_selectOption {
	width: 1.1rem;
	padding: 0.2rem 0.1rem;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0.01rem 0.08rem 0 rgba(0, 0, 0, 0.2);
	border-radius: 0.05rem;
	position: absolute;
	top: 0.4rem;
	z-index: 99;
	display: none;
}

.model_selectOption::before,
.model_selectOption::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-width: 0.1rem;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
	top: -0.2rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.model_selectOption::after {
	border-color: transparent transparent #fff transparent;
	top: -0.2rem;
}

.model_selectOption li {
	width: 100%;
	font-size: 0.14rem;
	color: #4C4C4C;
	cursor: pointer;
	margin-bottom: 0.16rem;
}

.model_selectOption li:last-child {
	margin-bottom: 0;
}

.model_selectOption li.selected {
	color: #00B9F5;
	font-weight: bold;
}

/************************************************全局通用插件类css 结束*******************************************************/
