body,
html {
	font-size: -webkit-calc(100vw / 120);
	font-size: -moz-calc(100vw / 120);
	font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {

	body,
	html {
		font-size: -webkit-calc(100vw / 100);
		font-size: -moz-calc(100vw / 100);
		font-size: calc(100vw / 100);
	}
}

@media (min-width: 767px) and (max-width: 1024px) {

	body,
	html {
		font-size: -webkit-calc(100vw / 90);
		font-size: -moz-calc(100vw / 90);
		font-size: calc(100vw / 90);
	}
}

@media (max-width: 767px) {

	body,
	html {
		font-size: 14px;
	}
}

body {
	font-family: "gilroy_light", Arial !important;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'gilroy_bold';
	src: url('../fonts/gilroy-bold-4.otf') format('truetype');
}

@font-face {
	font-family: 'gilroy_light';
	src: url('../fonts/Gilroy-Light-11.otf') format('truetype');
}

@font-face {
	font-family: 'gilroy_Medium';
	src: url('../fonts/Gilroy-Medium-2.otf') format('truetype');
}

@font-face {
	font-family: 'gilroy_regular';
	src: url('../fonts/gilroy-regular-3.otf') format('truetype');
}

a {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

a:hover {
	color: #2272b6;
	text-decoration: none;
}

a:active,
a:focus {
	outline: 0;
	color: #2272b6;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

a,
input,
button,
select,
textarea {
	outline: none;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	line-height: normal;
}

p {
	padding: 0;
	margin: 0;

}

button {
	border: 0;
}


.wh {
	padding: 0 10%;
}


@media (max-width: 1366px) {
	.wh {
		padding: 0 6.78125%;
	}
}


@media (max-width: 990px) {
	.wh {
		padding: 0 5.78125%;
	}
}


@media (max-width: 768px) {
	.wh {
		padding: 0 4%;
	}
}

#a,
#b,
#c,
#d {
	height: 3.55rem;
	margin-top: -3.55rem;
}


table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	padding: .5rem 1rem;
	font-size: 1rem;

}

table tbody tr:nth-child(2n) {
	background: #e6e7e7;
}

table tbody tr.firstRow {
	background: #ef7f0f;
	color: #FFF;
	font-weight: bold;
}

.more-b {
	display: inline-block;
	padding: 0.75rem 2.35rem;
	border-radius: 3.125rem;
	background: -webkit-linear-gradient(14deg, #f5a719 -20.93%, #de5616 126.57%);
	background: -moz-linear-gradient(14deg, #f5a719 -20.93%, #de5616 126.57%);
	background: -o-linear-gradient(14deg, #f5a719 -20.93%, #de5616 126.57%);
	background: linear-gradient(76deg, #f5a719 -20.93%, #de5616 126.57%);
	color: #333;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.more-b {
		padding: 0.7rem 1.8rem;
	}
}

.more-b>* {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	-webkit-transition-delay: 0.06s;
	-moz-transition-delay: 0.06s;
	-o-transition-delay: 0.06s;
	transition-delay: 0.06s;
	line-height: 1.5rem;
	color: #fff;
}

.more-b::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background: -webkit-linear-gradient(14deg, #de5616 -20.93%, #f5a719 126.57%);
	background: -moz-linear-gradient(14deg, #de5616 -20.93%, #f5a719 126.57%);
	background: -o-linear-gradient(14deg, #de5616 -20.93%, #f5a719 126.57%);
	background: linear-gradient(76deg, #de5616 -20.93%, #f5a719 126.57%);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center right;
	-moz-transform-origin: center right;
	-ms-transform-origin: center right;
	-o-transform-origin: center right;
	transform-origin: center right;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b:hover {
	color: #fff;
}

.more-b:hover>* {
	-webkit-transform: translateX(0.75rem);
	-moz-transform: translateX(0.75rem);
	-ms-transform: translateX(0.75rem);
	-o-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}

.more-b:hover::after {
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

/*图片放大*/
.pic-scale {
	position: relative;
	overflow: hidden;
}

.pic-scale img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	max-width: 100%;
}

.pic-scale:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/* 水平分布 */
.flex {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 水平居中 */
.flex-z {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 居左 */
.flex_left {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_left1 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 分布居左向上 */

.flex2 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex3 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}


.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-justify: distribute-all-lines;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-justify: distribute-all-lines;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-justify: distribute-all-lines;
}



/* 手机导航 */
.MobileMain {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	display: none;
}

.MobileMain .HeaderMobile {
	height: var(--phone_height);
	border-bottom: 1px solid #eee;
}

.MobileMain .HeaderMobile .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 5vw;
}

.MobileMain .HeaderMobile .box .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.MobileMain .HeaderMobile .box .logo a {
	display: block;
}

.MobileMain .HeaderMobile .box .logo a img {
	height: 32px;
}

.MobileMain .HeaderMobile .box .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.MobileMain .HeaderMobile .box .button .Language a {
	font-size: 0.18rem;
	color: #000;
	display: block;
	line-height: 0.45rem;
	border-radius: 0.25rem;
}

.MobileMain .HeaderMobile .box .button .search div {
	width: 30px;
	text-align: center;
}

.MobileMain .HeaderMobile .box .button .search p svg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.MobileMain .HeaderMobile .box .button .search .Close {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Show {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #375dac;
}

.MobileMain .HeaderMobile .box .button .search .active .Close i {
	font-size: 0.26rem;
	font-weight: bold;
}

.MobileMain .HeaderMobile .box .button .search .active .btn {
	display: none;
}

.MobileMain .HeaderMobile .box .button .word {
	font-size: 14px;
	font-weight: bold;
}

.MobileMain .HeaderMobile .box .button .word a {
	color: #375dac;
	text-decoration: none;
}

.MobileMain .HeaderMobile .box .button .word a svg {
	display: inline-block;
	vertical-align: sub;
	animation: CallUp 0.5s ease 0s infinite;
	-webkit-animation: CallUp 0.5s ease 0s infinite;
	-moz-animation: CallUp 0.5s ease 0s infinite;
	-o-animation: CallUp 0.5s ease 0s infinite;
}

.MobileMain .HeaderMobile .box .button .word a img {
	position: relative;
}

.MobileMain .HeaderMobile .box .button .call a {
	color: #000;
	font-size: 16px;
}

.MobileMain .HeaderMobile .box .button .search {
	margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .search .icon2 {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon1 {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon2 {
	display: block;
}


.MobileMain .HeaderMobile .box .button .menu {
	margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p {
	position: relative;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
	display: block;
	width: 30px;
	height: 2px;
	background: #222;
	margin: 8px 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
	opacity: 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #222;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #222;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p span {
	opacity: 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.MobileNavigation {
	position: absolute;
	z-index: 3;
	top: var(--phone_height);
	background: #fff;
	left: 0;
	width: 100%;
	z-index: 7;
	height: calc(100vh - var(--phone_height));
	display: none;
	
}

.MobileNavigation .box_scroll {
	max-height: 90%;
	padding: 0.5rem 5vw;
	box-sizing: border-box;
	overflow: scroll;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.MobileNavigation .box_scroll .box .item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.MobileNavigation .box_scroll .box .item a {
	line-height: 50px;
	display: flex;
	font-size: 16px;
	color: #333;
	justify-content: space-between;
}

.MobileNavigation .box_scroll .box .item a i {
	color: #666;
	font-size: 16px;
}

.MobileNavigation .box_scroll .box .item a p {
	display: flex;
	align-items: center;
}

.MobileNavigation .box_scroll .box .item a p span {
	display: block;
	width: 15px;
	height: 1px;
	background: #666;
	position: relative;
}

.MobileNavigation .box_scroll .box .item a p span::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #666;
	transform: rotate(90deg);
	transition: 0.4s;
}

.MobileNavigation .box_scroll .box .item .active p span::after {
	transform: rotate(180deg);
}

.MobileNavigation .box_scroll .box .item .twoSelect {
	padding-left: 16px;
	display: none;
}

.MobileNavigation .box_scroll .box .item .twoSelect .twoSelectItem a {
	font-size: 15px;
}

.MobileNavigation .box_scroll .box .item .threeSelect {
	padding-left: 16px;
	display: none;
}

.MobileNavigation .box_scroll .box .item .threeSelect .threeSelectItem a {
	font-size: 15px;
}

.MobileNavigation .box_scroll .box .item .fourSelect {
	padding-left: 16px;
	display: none;
}

.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem a {
	font-size: 15px;
}


/* 手机导航 End */




/* 图片弹框 End */
@media screen and (max-width:990px) {
	.MobileMain {
		display: block;
	}


}


@media screen and (max-width: 768px) {
	
	table th, table td{
		padding: .5rem 1rem;
		font-size: 1rem;
	}

	.MobileNavigation .box_scroll .box .item a p {
		font-family: 'gilroy_bold';
		font-weight: bold;
		font-size: 14px;
	}

}