@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	-moz-transition: all .3s;
}

body {
	background: #fff;
	color: #323232;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular, 'Microsoft YaHei', 微软雅黑, STXihei, 华文细黑, Georgia, 'Times New Roman', serif;
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #323232;
	text-decoration: none;
}

a:link {
	color: #323232;
}

a:visited {
	color: #323232;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	/*width: 100%;*/
	border: none;
	vertical-align: top
}

.banner img {
	width: 100%;

}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px PingFangSC, PingFangSC-Regular, 'Microsoft YaHei', 微软雅黑, STXihei, 华文细黑, Georgia, 'Times New Roman', serif;
}

input {
	border: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

dt,
dd {
	font-weight: normal;
}

p {
	word-wrap: break-word
}

a {
	blr: expression(this.onFocus=this.blur());
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

.clearfix {
	*zoom: 1;
	clear: both;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

*:focus {
	outline: none;
}

button:focus {
	outline: none !important;
	;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	max-width: 100%;
	vertical-align: top;
}

.picfocus {
	overflow: hidden;
}

.picfocus img {
	-webkit-transition: 0.36s ease;
	-moz-transition: 0.36s ease;
	-o-transition: 0.36s ease;
	-ms-transition: 0.36s ease;
	width: 320px;
	height: 180px;
}

.item:hover .picfocus img,
.picfocus:hover img,
a:hover .picfocus img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

div {
	border: none
}

.table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

body {
	transition: 0.5s ease all;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}



* {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

@media (max-width: 767px) {

	html,
	body,
	.dropdown-menu,
	.navbar-brand {
		font-size: 10px;
	}
}

@media (min-width: 768px) {

	html,
	body,
	.dropdown-menu,
	.navbar-brand {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {

	html,
	body,
	.dropdown-menu,
	.navbar-brand {
		font-size: 13px;
	}
}

@media (min-width: 1360px) {

	html,
	body,
	.dropdown-menu,
	.navbar-brand {
		font-size: 14px;
	}
}

@media (min-width: 1440px) {

	html,
	body,
	.dropdown-menu,
	.navbar-brand {
		font-size: 15px;
	}
}

@media (min-width: 1600px) {

	html,
	body,
	.dropdown-menu,
	.navbar-brand {
		font-size: 16px;
	}
}

.container {
	padding: 0 8.33%;
	width: 100%;
	/* max-width: 1600px; */ 
}

@media (max-width:767px) {
	.container {
		padding: 0 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		padding: 0 15px;
	}
}

@media(min-width: 992px) and (max-width: 1199px) {
	.container {
		padding: 0 30px;
	}
}

@media(min-width: 1200px) and (max-width: 1440px) {
	.container {
		padding: 0 5%;
	}
}

.tit_box {
	position: relative;
}

.tit_box .tabs {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-60%);
	display: flex;
	margin-bottom: 1.25rem;
}

.tit_box .tabs li {
	margin: 0 1.5rem 0 0;
	height: 2.5rem;
	color: #333;
	display: flex;
	align-items: center;
	background: #F2F2F2;
}

.tit_box .tabs li a {
	padding: 0 2rem;
	font-size: 1rem;
}

.tit_box .tabs li.on {
	background: #EB0201;
}

.tit_box .tabs li.on a {
	color: #fff;
}

.tit_box .tabs li:last-child {
	margin-right: 0;
}

.common_tit {
	position: relative;
	line-height: 1;
}

.common_tit .tit_box {
	position: relative;
}

.common_tit .tit {
	font-size: 2.25rem;
	color: #252424;
	font-weight: bold;
	margin: 1.5rem 0 0;
}

.common_tit .tit_en {
	font-size: 5rem;
	margin-left: -5.5rem;
	line-height: 0.81;
	font-weight: bold;
	color: rgba(230, 33, 41, 0.09);
	text-transform: uppercase;
}

.common_tit .tabs a {
	position: relative;
	float: left;
	margin: 0 1.125rem 0 0;
	line-height: 2.75rem;
	font-size: 1.125rem;
	display: inline-block;
	text-align: center;
	min-width: 10rem;
	color: #5A5A5A;
	background: #DBDBDB;
}

.common_tit .tabs .on {
	background: #2170B7;
	color: #fff;
}

.common_tit .tabs .on::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 11px;
	height: 11px;
	background: url(../images/tabs_on.png) no-repeat top left;
}

.common_tit .tabs a:last-child {
	margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.common_tit .tit_en {
		font-size: 3rem;
	}

	.common_tit .tit {
		font-size: 2rem;
		margin: 10px 0 0;
	}
}

@media (max-width:767px) {
	.common_tit {
		display: block;
	}

	.common_tit .tit_en {
		font-size: 26px;
		margin: 0;
	}

	.common_tit .tit {
		font-size: 2rem;
		margin: -5px 0 0;
	}

	.common_tit .tit_en::after {
		margin: 20px 0 0;
	}

	.common_tit.white {
		padding: 0 15px;
	}

	.common_tit.white .tit {
		padding-left: 0;
	}

	.common_tit .tabs a {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 36px;
	}
}

.more a {
	position: relative;
	padding: 0 10px 0 1.5625rem;
	border-radius: 2.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1rem;
	background: #E62129;
	height: 2.5rem;
	color: #fff;
	transition: .3s all;
}

.more a::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0 0 1.5rem;
	border-radius: 50%;
	background: #fff url(../images/more_arrow.jpg) no-repeat center center;
}

.more_link {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

.more_link::after {
	content: "";
	width: 22px;
	height: 14px;
	margin: 0 0 0 10px;
	background: url(../images/icon_more.png) no-repeat center left;
	vertical-align: top;
	display: inline-block;
}

@media (max-width:767px) {
	.more a {
		min-width: 100px;
		font-size: 13px;
		line-height: 40px;
		height: 40px;
		width: 140px;
	}

	.more a::after {
		height: 30px;
		width: 30px;
	}
}

/*header*/
.header {
	position: fixed;
	width: 100%;
	height: 6rem;
	z-index: 10;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.11); */
	text-align: center;
	font-size: 1rem;
	transition: all 0.8s ease .3s;
}

.header .nav_box {
	height: 100%;
}

.header .nav_box>.container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .navbar-brand {
	position: absolute;
	left: 8.33%;
	top: 50%;
	z-index: 100;
	display: flex;
	align-items: center;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.header .navbar-brand .logo {
	height: 60px;
	transition: 0.5s all;
}

.header .nav {
	/* position: relative; */

	float: right;
	flex: 1;
	height: 100%;
	padding: 0 2rem 0 174px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.header .nav>li {
	position: relative;
	float: left;
	height: 100%;
	width: 100%;
}

.header .nav>li>.nav_tit {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	z-index: 100;
}

.header .nav>li.home>.nav_tit {
	/* background: url(../images/icon_home.png) no-repeat center left;
	padding-left: 25px; */
}

.header .nav>li:last-child>.nav_tit {
	padding-right: 0;
}

.header .nav>li>.nav_tit::before {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	width: 0;
	transition: all 0.3s;
	top: 0;
	height: 4px;
	border-radius: 4px;
	background: transparent;
}

.header .nav>li:hover .nav_tit::before,
.header .nav>li.on>.nav_tit::before {
	background: #E62129;
	left: 0;
	right: 0;
	width: 100%;
}

/* .report>.bao.on>.a::before {
	background: #E62129;
	left: 0;
	right: 0;
	width: 100%;
} */

.header .nav>li>.nav_tit>a {
	position: relative;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	display: flex;
	align-items: center;
}

.header .nav>li>.nav_tit>a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -29px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid transparent;
}

.header .nav>.open:hover .nav_tit>a::after {
	border-top: 5px solid #E62129;
}

/* .header .nav>li.on>.nav_tit>a::after {
	border-top: 5px solid #E62129;
} */

.header .nav>li>.nav_tit>a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #E62129;
}

.header .nav>li .subnav {
	position: absolute;
	opacity: 0;
	top: 6rem;
	left: 50%;
	padding: 0 2.75rem;
	width: max-content;
	transform: translateX(-50%);
	text-align: left;
	/* background: #ffffffed; */
	z-index: -1;
	visibility: hidden;

}

.header .nav>li .subnav ul {
	display: flex;
	height: auto;
	flex-direction: column;
	align-items: center;
}

.header .nav>li .subnav ul li {
	transition: all 3s ease;
}

.header .nav>li .subnav li:last-child {
	margin-right: 0;
}

.header .nav>li .subnav a {
	font-size: 1rem;
	line-height: 2.8rem;
	color: #050505;
}

.header .nav>li .subnav a:hover {
	color: #E62129;
}

.header .nav>li:hover .subnav {
	opacity: 1;
	visibility: visible;
	z-index: 10;
	transition: 0.36s ease-in-out;
}

.Navbar {
	display: none;
	float: right;
	width: 24px;
	height: 16px;
	margin: 17px 10px 0 0;
	position: relative;
	transition: all 0.5s ease;
	cursor: pointer;
}

.Navbar .icon-bar {
	width: 24px;
	height: 2px;
	background: #E62129;
	display: block;
}

.Navbar .icon-bar:nth-child(2) {
	margin: 5px 0;
}

.Nav_m {
	display: none;
}

.header.fixed {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.3);
	height: 80px;
	line-height: 80px;
	box-shadow: 0 2px 6px rgb(0, 0, 0, 0.1);
	backdrop-filter: saturate(80%) blur(2px);
}

.header.fixed .nav_box {
	padding: 0;
}

.header.fixed .navbar-brand {
	height: 80px;
	padding: 10px 0;
}

.header.fixed .navbar-brand .logo {
	width: auto;
	height: 46px;
}

.header.fixed .top {
	height: 0;
	visible: hidden;
	opacity: 0;
}

.header.fixed .nav>li .subnav {
	top: 70px;
}

.header.fixed .nav>li>.nav_tit>a {
	color: #fff;
}

.header.fixed .language a {
	color: #fff;
}

.header.fixed .nav>li>.nav_tit>a::after {
	bottom: -15px;
}

.search {
	position: relative;
	height: 100%;
	padding: 0 1rem 0 2.5rem;
	display: flex;
	align-items: center;
}

.search::before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 14px;
	background: #fff;
}

.search .search-icon {
	float: none;
	width: 16px;
	height: 17px;
	display: block;
	background: url(../images/icon_search.png) no-repeat center left;
	border: none;
}

.search .search_block {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -40px;
}

.search .search_block .search_box {
	width: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-0-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search .search_block .search_box .inpt {
	background-color: transparent;
	border: none;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	padding: 8px 20px;
	line-height: 24px;
	width: 90%;
	height: 40px;
	box-sizing: border-box;
	font-size: 1rem;
	color: #fff !important;
	float: left;
}

.search .search_block .search_box .inpt::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
}

.search .search_block .search_box .inpt:-webkit-autofill {
	-webkit-text-fill-color: #ffffff !important;
	box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
}

.search .search_block .search_box a {
	display: inline-block;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 40px;
	text-indent: -1000em;
	cursor: pointer;
}

.search .search_block .search_box.show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.search .search_block .search_btn {
	position: absolute;
	background: url(../images/icon_search.png) no-repeat center center;
}


.header .language {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 100;
}

.header .language a {
	font-size: 14px;
	padding: 0 10px;
	line-height: 20px;
	color: #fff;
	margin-right: 4px;
}

.header .language a:last-child {
	margin-right: 0;
}

.header .language a.on {
	background: #E62129;
	color: #fff;
	border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		padding: 0 30px;
	}

	.header .container .box {
		padding: 0 15px;
	}

	.header.fixed {
		height: 6.25rem;
		line-height: 6.1875rem;
	}

	.header .navbar-brand,
	.header.fixed .navbar-brand {
		height: 6.25rem;
		padding: 1.8875rem 0;
	}

	.header .navbar-brand .logo,
	.header.fixed .navbar-brand .logo {
		height: 2.475rem;
	}

	.header .nav_box {
		padding-right: 1rem;
	}

	.header .nav>li>.nav_tit {
		padding: 0 0.5rem;
	}
}

@media(min-width: 992px) and (max-width: 1199px) {
	.header .nav>li>.nav_tit {
		padding: 0 0.9rem;
	}
}

@media(min-width: 1200px) and (max-width: 1440px) {
	.header .nav {
		padding: 0 30px 0 140px;
	}

	.header .nav>li>.nav_tit {
		padding: 0 15px;
	}

	.header .nav>li .subnav li a {
		padding: 7px 20px;
	}

	.header .navbar-brand {
		left: 5%;
	}
}

@media (max-width: 767px) {
	.header {
		top: 0;
		height: 50px;
		text-align: left;
		z-index: 10000;
	}

	.header .top {
		padding: 0;
		height: 50px;
	}

	.header.fixed .top {
		display: flex;
		height: 50px;
		visible: visible;
		opacity: 1;
	}

	.header.fixed {
		background: #fff;
		height: 50px;
		line-height: 49px;
	}

	.header.fixed .navbar-brand .slogan {
		width: 18.3125rem;
		height: auto;
	}

	.header .container .box {
		padding: 0;
	}

	.header .navbar-brand,
	.header.fixed .navbar-brand {
		padding: 12px 0;
		left: 10px;
		height: 50px;
		padding: 12px 0;
	}

	.header .navbar-brand .logo,
	.header.fixed .navbar-brand .logo {
		width: auto;
		height: 26px;
	}

	.header .navbar-brand .logo_pc {
		display: none;
	}

	.header .navbar-brand .logo_m {
		display: block;
	}

	.Navbar {
		display: block;
		position: absolute;
		right: 5px;
		top: 0;
	}

	.header .nav_box {
		display: block;
		width: 80%;
		height: 100vh;
		padding: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: -80%;
		z-index: 1099;
		background: #f2f2f4;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.header .nav_box .container {
		display: block;
		padding: 0;
	}

	.header .nav {
		float: none;
		display: block;
		height: auto;
		margin: 0;
		padding: 0 30px;
	}

	.header .nav::after {
		content: none;
	}

	.header .nav>li {
		float: none;
		height: auto;
		width: 100%;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .nav>li>.nav_tit {
		line-height: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header .nav>li>.nav_tit>a {
		color: #333;
		flex: 1;
		line-height: 40px;
		font-size: 13px;
	}

	.header .nav>li.on>.nav_tit::after {
		content: none;
	}

	.header .nav>li>.nav_tit>.caret {
		border-top-color: #333;
		position: static;
		margin-left: 30px;
	}

	.header .closeNav {
		width: 24px;
		height: 24px;
		position: relative;
		margin: 17px 0 20px 20px;
		cursor: pointer;
	}

	.header .closeNav span {
		position: absolute;
		left: 0;
		top: 11px;
		width: 20px;
		height: 2px;
		background: #666;
	}

	.header .closeNav span.line1 {
		transform: rotate(45deg);
	}

	.header .closeNav span.line2 {
		transform: rotate(135deg);
	}

	.header .nav>li>a {
		justify-content: space-between;
		align-items: center;
		display: flex;
		width: 100%;
		line-height: 40px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		padding: 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.header .nav_box.active {
		right: 0;
	}

	.header .nav>li .subnav {
		display: none;
		position: static;
		margin: 0;
		padding: 20px 0 15px;
		border-radius: 0;
		box-shadow: none;
		border: none;
		background: none;
	}

	.header .nav>li.on .subnav {
		display: block;
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}

	.header .nav>li .subnav .container {
		display: block;
		padding: 0 2.625rem;
	}

	.header .nav>li .subnav .container .column .tit {
		font-size: 15px;
	}

	.header .nav>li .subnav .container .column ul {
		overflow: hidden;
	}

	.header .nav>li .subnav .container .column li {
		float: left;
		width: 50%;
		display: block;
	}

	.header .nav>li .subnav .container .column li::after {
		content: none;
	}

	.header .nav>li .subnav .container .column .cate_menu_plan li {
		width: 33.3%;
	}

	.header .nav>li:hover>.nav_tit>a,
	.header .nav>li.on>.nav_tit>a,
	.header .nav>li>.nav_tit>a:hover,
	.header.fixed .nav>li>.nav_tit>a {
		color: #333;
	}

	.header .nav>li .subnav li a {
		color: #333;
		font-size: 13px;
		display: block;
	}

	.header .nav>li .subnav::before {
		content: none;
	}

	.header .nav>li .subnav .container .column_detail {
		display: none;
	}

	.mHeadMask {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.3);
		/* z-index: 1009; */
		display: none;
	}

	.search {
		display: none;
	}

	.header .language {
		display: none;
	}

	.header .login {
		height: auto;
		margin: 0;
		line-height: 40px;
	}

	.header .login::before {
		content: none;
	}
}

/*footer*/
.footer {
	position: relative;
	background: #F3F3F3;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: url(/template/pc/images/i/图1.png)no-repeat;
	background-size: 100% 100%;
}

.out {
	margin-top: 59px;
	float: left;
	margin-left: 350px;
}

.footimg {
	float: left;
	margin-top: 59px;
	margin-left: 196px;
	width: 208px;
	height: 249px;
}

@media (max-width: 1711px) {

	.out {
		margin-top: 59px;
		float: left;
		margin-left: 100px;
	}

	.footimg {
		float: left;
		margin-top: 59px;
		margin-left: 80px;
	}

}

@media (max-width: 1814px) {

	.out {
		margin-top: 59px;
		float: left;
		margin-left: 200px;
	}


}

@media (max-width: 1873px) {

	.out {
		margin-top: 59px;
		float: left;
		margin-left: 200px;
	}


}



@media (max-width: 1555px) {

	.out {
		margin-top: 59px;
		float: left;
		margin-left: 80px;
	}


}

@media (max-width: 1312px) {

	.out {
		margin-top: 59px;
		float: left;
		margin-left: 10px;
	}


}

@media (max-width: 1342px) {

	.out {
		margin-top: 59px;
		float: left;
		margin-left: 10px;
	}


}

@media (max-width: 1265px) {

	.out {
		margin-top: 59px;
		float: left;
		margin-left: 10px;
	}

	.footimg {
		float: left;
		margin-top: 59px;
		margin-left: 30px;
	}

}

.ft_nav {
	background: #E62129;
	height: 6.25rem;
	color: #fff;
}

.ft_nav ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.ft_nav ul li a {
	color: #fff;
	font-size: 1rem;
}

.ft_logo {
	padding: 2.625rem 0 2.25rem;
	border-bottom: 1px solid rgba(230, 33, 41, 0.05);
	display: block;
}

.ft_cont {
	padding: 4.125rem 0 3.75rem;
	display: flex;
	justify-content: space-between;
}

.ft_cont .ft_nav_list {
	display: flex;
	flex: 1;
	margin: 0 21.875% 0 0;
	overflow: hidden;
	justify-content: space-between;
}

.ft_cont .ft_nav_list dt a {
	font-size: 1rem;
	line-height: 1;
	color: #000;
}

.ft_cont .ft_nav_list dt a::after {
	content: '';
	width: 26px;
	height: 2px;
	margin: 1rem 0 0.875rem;
	display: block;
	background-color: #BEBEBE;
}

.ft_cont .ft_nav_list dd a {
	font-size: 14px;
	color: #707070;
	line-height: 2.4;
}

.ft_cont .ft_nav_list a:hover {
	color: #E62129;
}

.ft_cont .ft_wx {
	color: #010101;
	font-size: 1rem;
	line-height: 1;
	text-align: right;
}

.ft_cont .ft_wx .p2 {
	font-size: 2.375rem;
	color: #E62129;
	margin: 0.875rem 0 2.375rem;
}

.ft_cont .ft_wx .p3 {
	color: #0E0E0E;
	margin: 1rem 0 0;
}

.ft_copyright {
	padding: 2.25rem 0;
	border-top: 1px solid rgba(230, 33, 41, 0.05);
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.ft_copyright a:hover {
	color: #E62129;
}

.footer .top {
	padding: 4.5rem 0 0;
}

.footer .logo_box {
	padding: 0 0 2.375rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .ft_tel {
	line-height: 18px;
	padding-left: 30px;
	background-size: 18px;
	font-size: 1.25rem;
	font-family: arial;
	color: #fff;
	background: url(../images/icon_ft_tel.png) no-repeat center left;
}

.footer .cont {
	padding: 3.25rem 0 4.875rem;
	display: flex;
	justify-content: space-between;
}

.footer .ft_nav {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.footer .ft_nav dt a {
	margin: 0 0 2.5rem;
	font-size: 1.125rem;
	color: #fff;
	line-height: 1;
	display: block;
}

.footer .ft_nav dd a {
	font-size: 14px;
	line-height: 32px;
	color: #B2B2B2;
	display: block;
}

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

.footer .ft_add {
	margin: 0 6rem 0 7.25rem;
}

.footer .ft_add li {
	flex: 1;
	display: flex;
	margin-bottom: 3rem;
}

.footer .ft_add li:last-child {
	margin-bottom: 0;
}

.footer .ft_add li .icon {
	width: 50px;
	height: 50px;
	margin: 0 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .ft_add li .info {
	flex: 1;
	max-width: 15.5rem;
	overflow: hidden;
}

.footer .ft_add li .p1 {
	font-size: 1rem;
	color: #fff;
	line-height: 1;
}

.footer .ft_add li .p2 {
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.4);
	margin: 12px 0 0;
}

.footer .copyright {
	background: #2B2A2A;
	color: rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.footer .copyright .container {
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .copyright .fl span,
.footer .copyright .fl span a {
	font-size: 14px;
	line-height: 1;
	margin-right: 2.25rem;
}

.footer .copyright .fl span a {
	margin-right: 0;
}

.footer .copyright .fr a {
	font-size: 14px;
	line-height: 1;
	margin-right: 5px;
}

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

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

@media (max-width: 767px) {
	.ft_nav ul {
		display: block;
		overflow: hidden;
	}

	.ft_nav ul li {
		float: left;
		padding: 7px 8px;
	}

	.ft_nav ul li a {
		font-size: 13px;
	}

	.ft_cont {
		display: block;
		padding: 20px 0;
	}

	.ft_cont .ft_nav_list {
		display: none;
	}

	.ft_logo {
		display: none;
	}

	.ft_cont .ft_wx {
		text-align: center;
	}

	.ft_copyright {
		display: block;
		font-size: 12px;
		line-height: 1.5;
		padding: 10px 0;
	}
}


/*swiper*/
.swiper-container {
	vertical-align: top;
}

.swiper-page {
	position: relative;
	width: 100%;
	height: 17px;
	margin: 3.5rem 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiper-page .swiper-pagination {
	position: static;
}

.swiper-page .swiper-pagination-bullet {
	opacity: 1;
	width: 1.75rem;
	height: 4px;
	margin: 0 2px;
	background: #070575;
	border-radius: 0;
}

.swiper-page .swiper-pagination-bullet-active {
	background: #EB0201;
	width: 5.125rem;
}

.swiper-button {
	display: flex;
	justify-content: center;
	height: 17px;
}

.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
	position: static;
	width: 24px;
	height: 17px;
	margin: 0;
	background-color: transparent;
	background-size: 24px 17px;
	opacity: 1;
}

.swiper-button .swiper-button-prev {
	background: url(../images/swiper_prev.png) no-repeat top left;
}

.swiper-button .swiper-button-next {
	margin: 0 0 0 1rem;
	background: url(../images/swiper_next.png) no-repeat top left;
}

.swiper-button .swiper-button-prev.swiper-button-disabled {
	background-image: url(../images/swiper_prev_dis.png);
}

.swiper-button .swiper-button-next.swiper-button-disabled {
	background-image: url(../images/swiper_next_dis.png);
}

@media (max-width: 767px) {
	.swiper-page {
		margin: 20px 0 0;
	}

	.swiper-page .swiper-pagination-bullet:nth-child(1) {
		left: 15%;
	}

	.swiper-page .swiper-pagination-bullet:nth-child(2) {
		left: 35%;
	}

	.swiper-page .swiper-pagination-bullet:nth-child(3) {
		left: 55%;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

/* 2023年4月13日 */
.header:hover {
	background: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	transition: all 0.8s ease;
	z-index: 15;
}

.header a {
	transition: all 0.6s ease;
}

.header:hover .nav>li>.nav_tit>a {
	color: #000;

}

.header:hover .search .search-icon {

	background: url(../images/icon_search2.png) no-repeat center left;

}

.header:hover .language a {
	color: #000;

}

.header:hover .language a.on {
	color: #fff;

}

.bg {
	width: 100%;
	height: 14rem;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;

}

#dt1 {
	height: 0;
	position: relative;
	top: -100px;
}
/*new2023.7.7*/

 .g-new {
                            margin: 0 auto; 
                            display: flex;
                            flex-direction: column;
                            background-color: #eee;
                        }
                        .g-new p,.g-new a{
                            font-size: 22px;
                             line-height: 90px; 
                            margin-right: 30px;
                             font-family: PingFangSC-Regular, PingFang SC; 
                            font-weight: 400;
                            display: block;
                            float: right;
                            color: #333333;
                              height: 90px;
                            
                        }
                        .g-new a{
                               color: #E62129;
                        }
                        .liang{
                               background-color: #fff;
                        }
                        .g-nei{
                             
                            display: flex;
                            justify-content: space-between;
                        }
                        .g-sj{
                            padding-left: 60px;
                            width: 20%;
                           display: flex;
                        }
                        .g-tit{ 
                            width: 60%;
                           display: flex;
                        }
                        .g-xz{
                            justify-content: space-evenly;
                            width: 20%;
                           display: flex;
                        }
    
    
.bot img{
    width: 92px;
}











