/* 通用模块 -------------------------------------------------- */
	html{
		font-size: 100px;
	}
	@media (min-width: 320px){html{font-size: 43.6667px;} }
	@media (min-width: 360px){html{font-size: 48px;} }
	@media (min-width: 375px){html{font-size: 50px;} }
	@media (min-width: 384px){html{font-size: 51.2px;} }
	@media (min-width: 414px){html{font-size: 55.2px;} }
	@media (min-width: 448px){html{font-size: 59.7333px;} }
	@media (min-width: 480px){html{font-size: 48px;} }
	@media (min-width: 512px){html{font-size: 68.2667px;} }
	@media (min-width: 544px){html{font-size: 72.5333px;} }
	@media (min-width: 576px){html{font-size: 76.8px;} }
	@media (min-width: 608px){html{font-size: 81.0667px;} }
	@media (min-width: 640px){html{font-size: 85.3333px;} }
	@media (min-width: 750px){html{font-size: 100px;} }
	
/* 布局 */

video {
	outline: none;
}

body {
	font-family: "microsoft yahei";
	/* background-color: #f5f7fa; */
	color: #333c4e;
}
 
a {
	color: #333c4e;
	transition:color .5s;
}

a:hover {
	color: #2e67ab;
}

.a a {
	display: block;
}

/* 裁剪 */
.ofh {
	overflow: hidden;
}

/* 左浮动 */
.fl,
.col-l {
	float: left;
}

/* 右浮动 */
.fr,
.col-r {
	float: right;
}

/* 相对定位 */
.por {
	position: relative;
}

/* 高100% */
.h100full {
	height: 100%;
}

/* 宽100% */
.w100full {
	width: 100%;
}

.allfull {
	width: 100%;
	height: 100%;
}

/* 默认图片 */
img {
	width: 100%;
	vertical-align: middle;
	transition: .5s;
}
.m-down .table img{
	width: auto;
}

/* 清除浮动 */
.htover::after {
	content: '';
	display: table;
	clear: both;
}

/* 文本行数限制 1行 */
.txtof1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 文本行数限制 2行 */
.txtof2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis
}

/* 文本行数限制 3行 */
.txtof2-3 {
	-webkit-line-clamp: 3;
}

/* 文本行数限制 4行 */
.txtof2-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis
}

/* 文本行数限制 5行 */
.txtof2-5 {
	-webkit-line-clamp: 5;
}

/* 水平居中 */
.mid-w {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

/* 垂直居中 */
.mid-h {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* 水平+垂直居中 */
.mid-all {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}













.wp1760 {
	max-width: 17.6rem;
	margin: 0 auto;
}

.wp1400 {
	max-width: 14rem;
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(42, 42, 42, .278);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	z-index: 999;
	transition: .5s;
}

.header.on {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
}

.header.on .logos img {
	display: none;
}

.header.on .logos img.dn {
	display: block;
}

.header.on .logos .gp::before {
	border-color: rgba(0, 0, 0, .4)
}

.header.on .nav .con .tit,
.header.on .btns {
	color: #000;
}

.header.on .btns .search {
	background-image: url(../images/index/icon1-2.png);
}

.header.on .btns .lang {
	background-image: url(../images/index/icon2-2.png);
}

.header.on .btns .lang .txt {
	background-image: url(../images/index/icon3-2.png);
}

.header.on .btns .lang ul {
	border: 1px solid rgba(0, 0, 0, .15);
}



.header .hdr {
	position: relative;
	height: 1.1rem;
}

.header .logos {

	float: left;
	margin-right: 1.8rem;
	overflow: hidden;
}

.header .logos .logo {
	width: .9rem;
	float: left;
	margin-right: .15rem;
}
.en .header .logos {
	margin-right: 1rem;
}
.en .header .logos .logo{
	width: 2.4rem;
}
.header .logos .gp {
	overflow: hidden;
	font-size: .16rem;
	padding-left: .15rem;
	position: relative;
	top: .08rem;
	line-height: 1.5;
}

.header .logos .gp::before {
	content: '';
	position: absolute;
	left: 0;
	top: .03rem;
	bottom: .03rem;
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.header .logos .gp .num {
	font-size: .19rem;
}

.nav {
	float: left;
	
}

.nav li {
	float: left;
	margin: 0 0.2rem;
}

.nav .con {
	position: relative;
	padding: 0 0.2rem;
}

.nav .con .tit {
	font-size: 0.16rem;
	position: relative;
	color: #fff;
	height: 1.1rem;
	line-height: 1.1rem;
	display: inline-block;
	border-bottom: 0.02rem solid transparent;
}

.nav .on .con .tit,
.nav .con .tit:hover {
	/* color:#2e67ab ; */
	border-color: #2e67ab;
}

.header-all .btns {
	float: right;
	/* width: 1.82rem; */
	height: 0.42rem;
	line-height: 0.42rem;
	font-size: 0.16rem;
	color: #fff;

}

.header-all .btns {
	display: flex;
	align-items: center;
}

.header-all .btns .search {

	background: url(../images/index/icon1.png) no-repeat left center;
	background-size: 0.2rem;
	width: 0.2rem;
	height: 0.2rem;
}

.header-all .btns .lang {
	margin-left: 0.4rem;
	position: relative;
	background: url(../images/index/icon2.png) no-repeat left center;
	background-size: 0.2rem;
	padding-left: 0.3rem;
	cursor: pointer;
}
.header-all .btns .lang.adm{
	/* width: .4rem; */
	height: .4rem;
	background-position: center;
	background-image: url(../images/login/adm2.png);
	background-size: .25rem;
	opacity: 0.8;
}
.header-all .on .btns .lang.adm{
	background-image: url(../images/login/adm1.png);
}

.header-all .btns .lang::before {
	content: '';
	position: absolute;
	left: -0.2rem;
	top: 50%;
	transform: translateY(-50%);
	height: 0.2rem;
	border-right: 1px solid #77787b;
}

.header-all .btns .lang .txt {
	padding-right: 0.15rem;
	background: url(../images/index/icon3.png) no-repeat right center;
	background-size: 0.09rem;
	transform: translateY(.01rem);
}

.header-all .btns .lang ul {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-25%, 100%);
	width: 1.4rem;
	background-color: #fff;
	border-radius: 0.05rem;
	display: none;
	overflow: hidden;
}

.header-all .btns .lang .con {
	display: block;
	width: 100%;
	padding: 0 0.12rem;
	font-weight: 400;
	color: #212529;
	white-space: nowrap;
	color: #000;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	;
	transition: .5s;
}

.header-all .btns .lang .con:hover {
	background-color: #2e67ab;
	color: #fff;
}

.header-all .btns .lang li:last-of-type .con {
	border: nones;
}

.g-libbtn:hover {
	background-color: #007ac6;
}

.g-libbtn,
.nav {
	/* top: 48%; */
}

.subnav {
	position: absolute;
	left: 50%;
	bottom: -0.02rem;
	transform: translate(-50%, 100%);
	display: none;
	border: 1px solid rgb(226, 226, 226);
	border-bottom-color:transparent;
}

.subnav a {
	display: block;
	padding: 0.12rem 0.4rem;
	font-size: 0.14rem;
	line-height: 2;
	background-color: #fff;
	white-space: nowrap;
	border-bottom: 1px solid rgb(226, 226, 226);
	color: #333;
	transition: .5s;
}

.subnav a:hover {
	background-color: #007ac6;
	color: #fff;
}



.footer.en .ftrlist .tit{
	text-transform:uppercase;
	
}
.footer.en .ftrlist dd,
.footer.en .ftrlist a{
	font-size: .13rem;
}
.footer.en .ftrlist .tit a{
	font-size: 0.16rem;
}

.footer {
	background: url(../images/index/bg1.png) no-repeat center bottom;
	background-size: 100%;
	background-color: #302f2f;
	color: rgba(255, 255, 255, .7);
}

.footer a {
	color: rgba(255, 255, 255, .7);
}

.footer a:hover {
	color: #fff;
}

.footer .ftr1 {
	/* background: url(../images/index/bg2.png) no-repeat center; */
	background-size: cover;
	background-color:#2d2d2d;
}

.footer .ftrlist {
	display: flex;
	justify-content: space-between;
	text-align: left;
	padding: 0.6rem 0 0.5rem;

}
.footer .ftrlist li.w25{
	max-width: 25%;
}
.footer .ftrlist .tit{
	
	margin-bottom: 0.25rem;
}
.footer .ftrlist .tit a{
	font-size: 0.16rem;
	color:#fff;
}
.footer .ftrlist dd,
.footer .ftrlist a {
	font-size: 0.14rem;
}

.footer .ftrlist dd {
	margin-bottom: 0.06rem;
}

.footer .ftrlist dd span {
	font-weight: bold;
}
.footer .ftrlist dd .t{
	color:#fff;
	padding-top: 0.05rem;
}
.footer .ftrlist li:first-of-type dd {
	color: #7e8890;
}

.footer .ftrlist .pic {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.05rem;
	overflow: hidden;
	margin:0 auto;
}


.footer .ftr2 {
	padding: 0.15rem 0;
	line-height: 2;
	border-top: 1px solid rgba(255, 255, 255, .2);
	background-color:#000;
	font-size: .14rem;
}
.footer .ftr2 .txts{
	font-size: 0.12rem;
}
.footer .ftr2,
.footer .ftr2 a{
	color:#fff;
}
.footer .ftr2 .line {
	margin: 0 1em;
}

.footer .ftr2 .btns {
	overflow: hidden;
}

.footer .ftr2 .btns .btn {
	float: left;
	margin: 0 0.1rem;
	width: 0.1rem;

}





/* 移动端头部 */
.header-phone {
	height: 50px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.header-phone .hdr {
	height: 100%;
	/* overflow: hidden; */
	position: relative;
}

.header-phone .hdr::after {
	content: '';
	display: table;
	clear: both;
}

.header-phone .logo {
	width: 50px;

}
.en .header-phone .logo{
	width: 135px;
}

/* 移动端按钮 */
.menuBtn {
	position: absolute;
	right: 0px;
	width: 25px;
	display: block;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.menuBtn b {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #225BC6;
	margin-bottom: 5px;
	transition: .5s;
	transform: rotateZ(0);
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	opacity: 1;
}

.menuBtn b:last-child {
	margin-bottom: 0;
}

.menuBtn.on b {
	opacity: 0;
}

.menuBtn.on b:first-child {
	opacity: 1;
	transform: translateY(10px) rotateZ(41deg);
	-webkit-transform: translateY(10px) rotateZ(41deg);
	-moz-transform: translateY(10px) rotateZ(41deg);
	-ms-transform: translateY(10px) rotateZ(41deg);
	-o-transform: translateY(10px) rotateZ(41deg);
}

.menuBtn.on b:last-child {
	opacity: 1;
	transform: translateY(-6px) rotateZ(-44deg);
	-webkit-transform: translateY(-6px) rotateZ(-44deg);
	-moz-transform: translateY(-6px) rotateZ(-44deg);
	-ms-transform: translateY(-6px) rotateZ(-44deg);
	-o-transform: translateY(-6px) rotateZ(-44deg);
}

.nav-ph {
	position: fixed;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	text-align: center;
	background-color: #fff;
	padding-top: 70px;
	display: none;
	overflow-y: auto;
	z-index: 999;
}

.nav-ph li {
	margin-bottom: 20px;
}

.nav-ph .con {
	position: relative;
}

.nav-ph .arr {
	position: absolute;
	right: 20%;
	top: 0;
	background: url(../images/index/arr.png) no-repeat center;
	background-size: 100%;
	width: 13px;
	height: 30px;
	transition: .5s;
}

.nav-ph .arr.on {
	background-image: url(../images/index/arr-on.png);
	transform: rotateZ(90deg);
}

.nav-ph a {
	font-size: 17px;
}

.nav-ph .con>a {
	height: 30px;
	line-height: 30px;
}

.sub-navph {
	padding: 15px 0;
	display: none;
}

.sub-navph a {
	font-size: 15px;
}

.sub-navph dd {
	margin-bottom: 10px;
}

.header-phone {
	display: none;
}


@media only screen and (max-width: 1300px) {
	.header .logos {
		margin-right: 1rem;
	}
}

@media only screen and (max-width: 950px) {
	
	.header {
		display: none;
	}

	.header-phone {
		display: block;
	}

	.wp1760,
	.wp1400,
	.wp {
		max-width: none;
		padding: 0 20px;
	}

	.footer .ftrlist {
		display: block;
		text-align: center;
	}

	.footer .ftrlist li {
		display: none;
	}

	.footer .ftrlist li:last-of-type {
		display: block;
	}

	.footer .ftrlist .pic {
		margin: 0 auto;
	}


	.header-all .btns {
		position: absolute;
		top: 15px;
		right: 40px;
		transform: none;
		width: auto;
		height: auto;
		line-height: 1.5;
	}

	.header-all .header-phone .btns .search {
		width: 15px;
		height: 15px;
		background-image: url(../images/index/icon1-2.png);
		background-size: 100%;

	}

	.header-all .btns .lang {
		margin-left: 10px;
		padding-left: 10px;
	}

	.header-all .btns .lang .txt {
		font-size: 14px;
		color: #000;
		transform: none;
	}

	.header-all .btns .lang::before {
		height: 12px;
		left: 0px;
	}

	.header-all .btns .lang ul {
		width: auto;
		font-size: 12px;
		line-height: 30px;
		z-index: 9999;
		bottom: -5px;
		left: 20px;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 5px;
	}

	.header-all .btns .lang .con {
		padding: 0 10px;
	}

	.header-all .btns .lang ul li:last-of-type .con {
		border: none;
	}



	.footer .ftrlist {
		padding: 30px 0;
	}

	.footer .ftrlist .tit {
		font-size: 18px;
	}

	.footer .ftrlist dd,
	.footer .ftrlist a {
		font-size: 14px;
	}

	.footer .ftrlist dd {
		margin-bottom: 5px;
	}

	.footer .ftrlist .pic {
		width: 150px;
		height: 150px;
		margin-top: 20px;
	}
}



/* 新增 */
.footer a.icon{
	display: inline-block;
	padding-left: 0.23rem;
	background: url(../images/index/fticon1.png) no-repeat left .03rem;
	background-size: .2rem;
}
@media only screen and (max-width: 950px) {
	.footer .ftr2 {
		padding: 20px 0;
		
	}
	.footer .ftr2 .txts{
		text-align: center;
		font-size: 12px;
	}
	.footer a{
		display: block;
	}
	.footer a.icon{
		padding-left: 23px;
		background-size: 20px;
	}
	
	.header-phone .logo{
		/* position: relative; */
	}
	.header-phone .logo .num{
		position: absolute;
		right: -10px;
		top: 50%;
		transform: translate(100%,-50%);
		white-space: nowrap;
		font-size: 14px;
		text-align: center;
		line-height: 1.2;
	}
}





/* 2022年12月01日 */
	.header-all .search{
		position: relative;
		cursor: pointer;
	}
	.g-hdsearch{
		position: absolute;
		right: -.1rem;
		bottom: -.1rem;
		transform: translateY(100%);
		width: 2.5rem;
		height: .45rem;
		line-height: .45rem;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
		display: none;
	}
	.g-hdsearch .ipt{
		width: 2.2rem;
		
	}
	.g-hdsearch .ipt input{
		width: 100%;
		border: none;
		outline: none;
		box-sizing: border-box;
		padding: 0 .15rem;
		height: 0.45rem;
		display: block;
	}
	.g-hdsearch .btn{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: .1rem;
		background: url(../images/index/icon1-2.png) no-repeat;
		background-size: 0.2rem;
		width: 0.2rem;
		height: 0.2rem;
		cursor: pointer;
	}
	
	@media only screen and (max-width: 950px) {
		.g-hdsearch{
			top: 2px;
			right: 0;
			width: 200px;
			height: 30px;
			line-height: 30px;
		}
		.g-hdsearch .ipt{
			height: 30px;
			width: 180px;
		}
		
		.g-hdsearch .ipt input{
			padding: 0 10px;
			height: 30px;
		}
		.g-hdsearch .btn{
			width: 15px;
			height: 15px;
			background-size: 100%;
			right: 5px;
		}
	}
	
	
	.stdtinfo .info p::before{
		display: none;
	}
	.stdtinfo .info p{
		padding-left: 0 !important;
	}
	.stdtinfo img{
		width: auto;
		width: 100%;
		max-width:100%;
	}
	.stdtinfo .info{
		/* text-align: justify;
		text-align-last: justify; */
		width: 82%;
		width: 100%;
	}
	body .m-stdesc.dt .txts .tit{
		font-size: 0.3rem;
	}
	body .m-stdesc.dt .txts{
		padding-right: 0.3rem;
	}
	
/* 	body.xqtb{
		padding-top: 1.1rem;
	}
	@media only screen and (max-width: 950px) {
		body.xqtb{
			padding-top: 50px;
		}
	} */
	
	
	body.xqtb .banner.ban{
		height: 4.4rem;
	}
	@media only screen and (max-width: 950px) {
		body.xqtb .banner.ban{
			height: 170px;
		}
	}
