@charset "utf-8";

/*
 *	Created by 71nc.com on 23/03/28
*/
html {

	font-size: 16px;
	overflow-x: hidden;

}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #16243d;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}

body {
	margin: 0 auto;
	color: #333;
	background-color: #ffffff;
	font-family: 'syhtN';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #5175fc;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #5175fc;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #555;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

@font-face {
	font-family: 'syhtB';
	src: url(../font/SourceHanSansCN-Bold.ttf);
}

@font-face {
	font-family: 'syhtN';
	src: url(../font/SourceHanSansCN-Normal.ttf);
}


ul,
ol,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #f29702;
}

img {
	border: none;
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

.warp {
	width: 83.33%;
	margin: 0 auto;
}

.in-warp {
	width: 75%;
	margin: 0 auto;
}

/* 弹窗 */
/* 中屏（1200-1920px）：微调根字体，适配比例 */
@media (min-width: 1200px) and (max-width: 1919px) {
	html {
		font-size: calc(100vw / 120);
		/* 120=1920÷16，保证1920设计稿比例 */
	}
}

/* 小屏（<1200px）：降低根字体，优化移动端体验 */
@media (max-width: 1199px) {
	html {
		font-size: calc(100vw / 75);
		/* 75=1200÷16，适配小屏比例 */
	}
}



/* 整体底部容器 */
footer {
	color: #fff;
}

/* 深色上半部分 */
.footer-top {
	background-color: #222222;
	padding: 60px 18.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 左侧关于我们 */
.footer-about {
	width: 44%;
}

.footer-about .tag {
	font-size: 18px;
	color: #fff;
	margin-bottom: 16px;
	text-transform: uppercase;
	opacity: 0.8;
}

.footer-about h2 {
	font-size: 22px;
	margin-bottom: 1.25rem;
	line-height: 1.3;
	font-family: "Oswald";
	font-weight: normal;
}

.footer-about p {
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.9;
	margin-bottom: 30px;
	text-align: justify;
}

/* 社交图标 */
.social-links {
	display: flex;
	gap: 16px;
}

.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background-color: #fff;
	border-radius: 100%;
	text-decoration: none;
	font-size: 20px;
}


.social-links .iconfont{color:#333;}
/* 右侧订阅区域 */
.footer-subscribe {
	width: 40.4%;
}

.footer-subscribe h3 {
	font-size: 22px;
	margin-bottom: 10px;
	font-family: "Oswald";
	font-weight: normal;
}

.footer-subscribe p {
	font-size: 14px;
	margin-bottom: 1.875rem;
	opacity: 0.9;
}

/* 订阅表单 */
.subscribe-form {
	position: relative;
}

.subscribe-form input {
	width: 100%;
	padding: 16px 20px;
	border-radius: 30px;
	border: none;
	font-size: 16px;
	outline: none;
}

.subscribe-form button {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background-color: #f29702;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscribe-form button .submit-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.subscribe-form button .loading-spinner {
	display: none;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* 橙色下半部分导航 */
.footer-bottom {
	background-color: #FFB300;
	padding: 40px 18.5% 20px 18.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.footer-nav ul li a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

.footer-nav ul li a:hover {
	opacity: 0.8;
}

/* 版权信息 */
.copyright {
	font-size: 14px;
	opacity: 0.9;
}

.backTop {
	width: 3.6875rem;
	height: 3.625rem;
	position: absolute;
	right: 3rem;
	top: 5.3125rem;
	cursor: pointer;
}


@-webkit-keyframes tab {
	from {
		opacity: 0;
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes tab {
	from {
		opacity: 0;
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	border-bottom: 1px solid #e2e2e2;
}

.top {
	height: 2.75rem;
	border-bottom: #e2e2e2;
	padding: 0 3.75rem;
	display: flex;
	justify-content: right;
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}




.topRight {

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topRight li {
	border-left: 1px solid #e2e2e2;
}

.topRight li a {
	height: 2.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.0625rem;
	padding: 0 1.1875rem;
}

.topRight li a p {
	width: 1.8125rem;
	height: 1.8125rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.375rem;
}
.topRight li:nth-child(1) a p i{font-size:2.2rem;}
.topRight li a p i {
	font-size: 1.875rem;
}

/* .topRight li:nth-child(1) p {
    border: none;
}

.topRight li:nth-child(1) p i {
    font-size: 1.875rem;
 */
}

.topRight li a:hover p {
	border-color: #f29702;
}

.topRight li:nth-child(2) .iconfont {
	font-size: 2.225rem;
}

/*==============================================
    Main Header Css        
===============================================*/
.hRight {
	display: flex;
	justify-content: center;
	align-items: center;

}

.logo {
	width: 9.375rem;
	position: relative;
	overflow: hidden;
}
	.moCd a {
		position: relative;
		cursor: pointer;
	}

	.third-menu {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		padding-left: 10px;
	}

.third-menu.open {
    max-height: 230px;
    overflow-y: auto;
}

	.third-menu a {
		display: block;
		padding: 0;
		font-size: 14px;
		color: #333;
		text-decoration: none;
		border: none !important;
	}
	.back-to-top {
	  position: fixed;
	  bottom: 30px;
	  right: 30px;
	  width: 44px;
	  height: 44px;
	  background: #ff7a21;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: #fff;
	  font-size: 18px;
	  cursor: pointer;
	  z-index: 9999;
	  opacity: 0;
	  visibility: hidden;
	  transition: all 0.3s ease;
	}
	.back-to-top.show {
	  opacity: 1;
	  visibility: visible;
	}
	.back-to-top:hover {
	  background: #e66a1a;
	}
@media only screen and (max-width: 1650px) {}

@media only screen and (max-width: 1440px) {}


.logo img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .5s;
}

.search1 {
	margin-left: 1.875rem;
}

.search1 i {
	font-size: 1.6rem;
}

.main-header {
	transition: all .5s;
	position: relative;
	width: 100%;
	top: 0rem;
	left: 0;
	z-index: 9999;
	padding: 0 3.9375rem 0 9.375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 5.75rem;
	background: #fff;

}


.main-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-upper-middle {
	transition: all .2s;
	width: 100%;
}

.header-upper-middle.on {
	opacity: 0;
}

.main-menu {
	display: block;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main-menu .navigation>li {
	float: left;
	transition: all .5s;
}

.main-menu .navigation>li>a {
	position: relative;
	opacity: 1;
	display: block;
	transition-duration: .5s;
	margin: 0 1.875rem;
	line-height: 5.75rem;
	text-align: left;
	height: 5.75rem;
	font-size: 1.1875rem;


}




.main-menu .navigation>li>a:after {
	content: '';
	position: absolute;
	bottom: -0.01rem;
	left: 50%;
	width: 0;
	height: 0.04rem;
	transform: translate(-50%, -50%);
	background: #f29702;
	transition-duration: .5s;
}

.main-menu .navigation>li>a:hover:after,
.main-menu .navigation>li .currentDd:after {
	width: 100%;
}

.main-header .main-menu .navigation>li>a:hover,

.main-header .main-menu .navigation>li .currentDd {
	color: #f29702;
}


.main-menu .navigation>li>ul {
	position: absolute;
	top: 100%;
	left: 8%;
	width: 84%;
	display: none;
	transition: all 100ms ease;
	z-index: 100;
	background: #ffffff;
	border-top: 1px solid #e2e2e2;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.menuNr {
	display: flex;
}

.xlMenubox {
	width: 28rem;
	    padding-left: 3.5rem;
	    padding-top: 3rem;
	    padding-bottom: 3rem;
}

.xlMenubox h1 {
	font-size: 1.875rem;
	color: #f29702;
	/* font-family: 'syhtB'; */
	font-weight: normal;
	margin-bottom: 2.0625rem;
}

.xlMenubox dt li {
	font-size: 1.15rem;
	cursor: pointer;
	margin-bottom: 0.9rem;
}

.xlMenubox dt li img {
	width: 0.9375rem;
	margin-right: 1.25rem;
	opacity: 0;
	transition-duration: .5s;
}

.xlMenubox dt li.hover {
	color: #f29702;
}

.xlMenubox dt li.hover img {
	opacity: 1;
}

.xlContentbox {
	padding: 2rem 3rem 3rem 3rem;
	width: calc(100% - 26rem);
	width: -webkit-calc(100% - 26rem);
	border-left: 1px solid #e2e2e2;
}

.cdTi {
	font-size: 2rem;
	position: relative;
	padding: left 15px;
	;
	line-height: 1.2;
}

.cdTi:before,
.cdTi:after {
	content: '';
	width: 6px;
	height: 8px;
	position: absolute;
	top: 0.625rem;
	left: 0;
	background: #f29702;
}

.cdTi:after {
	top: 1.25rem;
	background: #6eb92b;
}

.mLIs {
	margin-top: 1.8rem;
}

.mLIs dt {
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.25rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.5625rem;
}

.mLIs dt p {
	color: #f29702;
	border-left: 3px solid #f29702;
	line-height: 1;
	padding-left: 0.9375rem;
}
.mLIs dt p a:hover{color: #f29702;}
.mLIs dt p a {
	color: #2c303d;
}

.mLIs dd {
	width: 90%;
}

.mLIs dd a {
	font-size: 1.1rem;
	display: block;
	width: 25%;
	float: left;
	margin-bottom: 8px;
}

.caseMenu dl {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0.1rem;
}

.colsed {
	position: absolute;
	top: 3.3125rem;
	right: 3.75rem;
}

.colsed i {
	color: #d88525;
	font-size: 1.875rem;
}

.sqBtn {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	line-height: 4.375rem;
}

.sqBtn i {
	color: #f29702;
	font-size: 1.8rem;
	margin-left: 10px;
}

/* .main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
} */

.main-menu .navigation>li>ul>li {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	text-align: center
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	font-size: 1.125rem;
	text-transform: capitalize;
	transition: all 500ms ease;
	color: #fff;
	text-align: center;
	transition-duration: .5s;
	padding-top: 0;
}





.main-menu .navigation>li>ul>li>a:hover {
	color: #fff;
	font-weight: bold;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 100%;
	padding: 10px 0;
	display: none;
	background: #ffffff;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 100ms ease;
	z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	display: block;
	padding: 0 20px;
	width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	padding-left: 15px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid #242a30;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	z-index: 5;
}

.main-header.on .main-menu .navigation>li>a {
	color: #333;
}

.main-header.on .tTel,
.main-header.on .search1,
.main-header.on .en {
	color: #b12322;
	border: 1px solid #cccccc;
}





/*搜索框弹出*/
.animated {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#dialogBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

#dialog {
	width: 600px;
	padding: 75px 100px;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	position: absolute
}

.dialogTop {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
}

.name {
	font-size: 18px;
	font-weight: bold;
}

.tc-ss {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.tc-ss ul .sk03 {
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .05);
	margin-left: 0.2rem;
	border: none;

}

.tc-ss ul .sk03 input {
	width: 100%;
	background: none;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border: none;
	padding-left: 10px;
}

.sk04 input {
	border-radius: 0;
	background: rgba(0, 0, 0, .05);
	color: #333;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 30%;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}

.nav-outer .mobile-nav-toggler {
	position: relative;
	display: none;
	float: right;
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 100;
	cursor: pointer;
	padding: 5px 0 0 0;
}

.nav-outer .mobile-nav-toggler span b {
	font-weight: normal;
	width: 30px;
	height: 3px;
	border-radius: 10px;
	background: #f29702;
	display: block;
	margin-bottom: 5px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;

	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;

	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;

	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	width: 100%;
	background: #fff;
}

.mobile-menu .nav-logo a {
	position: relative;
	display: inline-block;
	width: 120px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #f7f7f7;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	top: 20px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	padding: 10px;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	padding: 10px 25px;

	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	top: 2px;
	right: 6px;
	width: 39px;
	height: 39px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	background: url(../images/j2.png) no-repeat;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


.main-header.on .main-menu .navigation>li {
	line-height: 0.6rem;
}



.banquan {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	background: #f29702;
}

.banquan .wrap {
	height: 0.57rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banquan .wrap p,
.banquan .wrap p a {
	color: #fff;
	font-size: 0.18rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banquan .wrap p a {
	padding: 0 0.29rem;
	display: flex;
}

.banquan .wrap p a:last-child {
	padding-right: 0;
}

.banquan .wrap p a:after {
	content: '';
	width: 1px;
	height: 0.18rem;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0;
}

.xzss {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#DropDownList1 {
	height: 50px;
	background: rgba(0, 0, 0, .05);
	border: none;
	outline: none;
	-webkit-appearance: none;
	padding-left: 10px;
}

/*  */
.search-wrapper {
	position: relative;
	display: inline-block;
}

.search1 {
	cursor: pointer;
	font-size: 18px;
	padding: 0 10px;
}

.search-box {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
	white-space: nowrap;
}

.search-box input {
	padding: 6px 10px;
	width: 200px;
	border: 1px solid #ddd;
	outline: none;
}

.search-box button {
	padding: 6px 12px;
	margin-left: 5px;
	background: #f29702;
	color: #fff;
	border: none;
	cursor: pointer;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media only screen and (max-width: 1600px) {}


@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 991px) {

	.menu-right-content {
		position: absolute;
		top: 0;
		left: 0;
		padding-right: 0px;
		float: none;
		text-align: left;
		border-top: none;
		z-index: 999;
	}

	.main-header .main-menu {
		position: relative;
		display: block;
		width: 100%;
		float: none;
	}

	.main-menu .navbar-header {
		position: relative;
		display: block;
		float: none;
		text-align: right;
		width: 100%;
		top: 0px;
		z-index: 12;
	}

	.main-menu .navbar-header .navbar-toggle {
		display: inline-block;
		z-index: 7;
		float: none;
		padding: 4px 5px;
		cursor: pointer;
		margin: 24px 0;
		border-radius: 0px;
		background: #131313;
	}

	.main-menu .navbar-header .navbar-toggle .icon-bar {
		background: #ffffff;
		height: 2px;
		width: 29px;
		display: block;
		margin: 7px 5px;
	}

	.main-menu .collapse {
		max-height: 350px;
		max-width: none;
		overflow: auto;
		float: none;
		width: 100%;
		padding: 0px 0px 0px;
		border: none;
		margin: 0px;
		border-radius: 0px;
		box-shadow: none;
	}

	.main-menu .navbar-collapse {
		max-height: 350px;
	}

	.main-menu .navbar-collapse>.navigation {
		float: none !important;
		margin: 0px !important;
		width: 100% !important;
		background: #000000;
		border: 0px solid #ffffff;
		border-top: none;
	}

	.main-menu .navbar-collapse>.navigation>li {
		position: relative;
		display: block;
		width: 100%;
		margin: 0px !important;
		float: none !important;
	}

	.main-menu .navbar-collapse>.navigation>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
		border-top: 1px solid #242a30 !important;
		opacity: 1 !important;
		top: 0px !important;
		padding-top: 0;
		padding-bottom: 0;
		left: 0px !important;
		visibility: visible !important;
		border-bottom: none;
		padding: 0 !important;
	}

	.main-menu .navbar-collapse>.navigation>li:first-child {
		border: none;
	}

	.main-menu .navbar-collapse>.navigation>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
		padding: 10px 20px 8px !important;
		line-height: 24px;
		color: #ffffff;
		text-align: left;
		min-height: 0px;
		border-bottom: 0px solid;
	}

	.main-menu .navbar-collapse>.navigation>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li.current>a,
	.main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
		color: #fff !important;
	}

	.main-menu .navbar-collapse>.navigation>li>ul,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {
		position: relative;
		border: none;
		float: none;
		visibility: visible;
		opacity: 1;
		display: none;
		margin: 0px;
		padding: 0px;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: 100%;
		background: #111111;
		-webkit-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		-moz-transition: none !important;
		box-shadow: none !important;
	}

	.main-menu .navbar-collapse>.navigation>li>ul:before,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul:before {
		display: none;
	}

	.main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
		display: block;
	}

	.main-menu .navigation>li.dropdown>a:before {
		display: none;
	}

	.main-menu .navigation>li>ul>li>a:before {
		display: none;
	}

	.main-menu .navigation>li>ul>li>ul>li a:before {
		display: none;
	}
}













@media only screen and (max-width: 960px) {
	.main-menu .navigation>li {
		margin-right: 30px;
	}

	.main-header .nav-outer .main-menu {
		display: none !important;
	}

	.nav-outer .mobile-nav-toggler {
		display: block;
	}
}


.moCd {
	display: none;
}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

	.wrap {
		margin: 0 1.6rem;
	}
}

@media only screen and (max-width: 1280px) {
	.logo {
		width: 150px;
		height: 37px;
	}
}



@media only screen and (max-width: 960px) {

	.top,
	.main-header {
		padding: 0 40px;
	}

	.main-header {
		height: 60px;
	}

	.lxGai {
		width: 100%;
	}

	footer {
		display: block;
	}

	.fForm {
		width: 100%;
		padding: 0 2% 30px;
	}

	footer .fLe,
	.fBt {
		padding: 0 15px 20px;
		display: block;
	}

	.moCd {
		display: block;
	}

	.main-header {
		padding: 0 10px;
		height: 50px;
	}

	.topRight li a {
		font-size: 12px;
	}

	.moCd {
		margin-left: 10px;
	}

	.moCd a {
		font-size: 14px;
		position: relative;
		width: 33.33%;
		float: left;
		display: block;
		border-left: 3px solid #004ea2;
		line-height: 1;
		padding-left: 0.15rem;
		margin-bottom: 0.3rem;
	}

	.header-upper-middle {
		margin-right: 0;
	}

	.xlMenubox dt,
	.xlCbContainer {
		display: none;
	}

	.xlCbContainer.caseMenu {
		display: block;
	}

	.top {
		padding: 0 10px;
		height: 35px;
	}


	.wrap {
		margin: 0 15px;
	}

	.search1 i {
		font-size: 26px;
	}

	footer .wrap,
	.menuNr {
		display: block;
	}

	.fMc,
	.fIcon {
		display: none;
	}

	.fLe .fLo {
		width: 140px;
		margin-bottom: 10px;
	}

	.lyTi {
		font-size: 16px;
	}

	.fAdd p,
	.fLx dl dd,
	.form li p,
	.fEwm ul li {
		font-size: 14px;
	}

	.fLx dl {
		width: 100%
	}

	.fLx dl dt p,
	.fLx dl dt {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}



	.fLx {
		margin-top: 20px;
	}

	.fLx:after {
		content: '';
		clear: both;
		display: block;
	}

	.form li {
		width: 100%;
	}

	.fEwm .lyTi,
	.colsed,
	.sqBtn,
	.xlMenubox h1 {
		display: none;
	}

	.tjBtn {
		width: 120px;
		height: 35px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	footer .wrap {
		padding-bottom: 20px;
	}

	.banquan .wrap {
		height: auto;
		display: block;
		padding: 10px 0;
	}

	.banquan .wrap p,
	.banquan .wrap p a {
		font-size: 12px;
		text-align: center;
	}

	.xlMenubox,
	.xlContentbox {
		width: 100%;
		padding: 0 20px;
		border: none;
	}

	.mLIs dt p {
		font-size: 14px;
	}

	.caseMenu dl {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.mLIs dt {
		font-size: 14px;
		border: none;
		margin-bottom: 0;
	}

	#dialog {
		width: 90%;
		padding: 30px;

	}

	.xlContentbox {
		padding-left: 30px;
	}

}


@media only screen and (max-width: 750px) {
    .moCd a,.mLIs dt {
        width: 100%;
        line-height: 30px;
        font-size: 16px;
        margin-right: 0;
        padding-left: 8px;
        border-left: 2px solid #ffaa00;
        margin-bottom: 8px;
    }

	.caseMenu dl {
		width: 48%;
	}
    .caseMenu dl {
        width: 100% !important;}
	.mLIs dt p {
		line-height: 30px;
		font-size: 16px;
		padding-left: 0;
		border-left: none;
	}
.mLIs dt{padding-bottom: 0; margin-bottom: 0;}
	.topRight {
		width: 100%;
		display: flex
	}

	.topRight li a {
		font-size: 14px;
	}

	.topRight li a p i {
		font-size: 16px;
	}

	.topRight li:nth-child(2) .iconfont {
		font-size: 19px;
	}

	.topRight li a p {
		margin-right: 5px;
	}

	.search-box input {
		width: 315px;
	}

	.footer-about {
		width: 100%;
	}

	.footer-about h2 {
		font-size: 18px;
	}

	.footer-subscribe h3 {
		font-size: 18px;
	}

	.footer-subscribe {
		width: 100%;
		padding-top: 20px;
	}

	.footer-about p {
		font-size: 16px;
	}

	.footer-subscribe p {
		font-size: 15px;
	}
	.footer-bottom {
	    padding: 20px 3% 20px 3%;
	}
	.footer-top {
	    padding: 30px 3%;
	    display: flex;
	}

}





























@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}


@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}


@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}


@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}