@import url(anim.css);
@import url(lrtk3.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
	font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}

a:hover {
	color: #e65d1a;
	/*text-decoration: underline;*/
}

input,
select,
img {
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

em,
cite,
th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}

.wrap {
	clear: both;
	width: 96%;
	max-width: 1460px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}

.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1460px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}

.wrap3 {
	clear: both;
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}

.divhidden {
	display: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.f36 {
	font-size: 36px;
}

.f30 {
	font-size: 30px;
}

.f24 {
	font-size: 24px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

/*PC导航*/
.header {}

.header-bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.header-brand {
	display: block;
	font-size: 20px;
	color: #e65d1a;
}

.header-nav>ul {
	display: flex;
	flex-wrap: nowrap;
}

.header-nav>ul>li {
	position: relative;
	margin-right: 40px;
}

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

.header-nav>ul>li>a {
	display: block;
	position: relative;
	padding: 30px 0;
	font-size: 18px;
	color: #333;
}

.header-nav>ul>li>a:hover{
	color: #e65d1a;
}

.header-nav>ul>li>a::after {
	display: none;
	content: '';
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 1px;
	background-color: #e65d1a;
}

.header-nav>ul>li>a.active {
	color: #e65d1a;
}

.header-nav>ul>li>a.active::after{
	display: block;
}

.header-nav>ul>li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	display: none;
	padding-top: 4px;
	width: 150px;
}

.header-nav>ul>li:hover>ul {
	display: block;
}

.header-nav>ul>li>ul>li>a {
	display: block;
	padding: 10px 12px;
	background-color: #fff;
	text-align: left;
	color: #333;
}

.header-nav>ul>li>ul>li>a:hover{
	color: #e65d1a;
}

.navBar {}

.nav {
	list-style: none;
	padding: 0;
}

.nav .m {
	float: left;
	border-top: 0;
	border-bottom: 0;
	/*width:120px; */
	position: relative;
	margin-left: 55px;
}

.en .nav .m {
	margin-left: 40px;
}

.nav a:hover {
	text-decoration: none;
	/*color:#fff;*/
}

.nav li:hover span {
	/*transform:translateY(-100%);*/
	color: #e65d1a;
}

.nav h3 {
	float: left;
	font-weight: normal;
	font-size: 16px;
	height: 128px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.nav h3 a {
	display: block;
	color: #333333;
	line-height: 128px;
	text-transform: uppercase;
}

.nav h3 a span {
	display: block;
	position: relative;
	transition: all 0.3s;
	height: 128px;
	text-transform: uppercase;
}

.nav-hide .nav h3 {
	height: 80px;
}

.nav-hide .nav h3 a {
	line-height: 80px;
}

.nav-hide .nav h3 a span {
	height: 80px;
}

/*.nav h3 a span:after{content:attr(data-title);position:absolute;left:0;transform:translateY(100%);width:100%;top:0; color:#e98318;}*/
.nav h3 a:hover span:first-child,
.nav .on h3 a span:first-child {
	margin-top: -128px;
}

.nav-hide .nav h3 a:hover span:first-child,
.nav-hide .nav .on h3 a span:first-child {
	margin-top: -80px;
}

/*.nav h3 a i{ width:9px; height:5px; background:url(../images/top_pic5.png) no-repeat; display:inline-block; margin-left:7px;}*/
.nav-hide .nav {}

.nav-hide .nav h3 {
	height: 80px;
}

.nav-hide .nav h3 a {
	line-height: 80px;
}

.nav .on {}

.nav .on h3 a {
	/* height:42px; line-height:42px; */
	color: #e65d1a;
	/*background:url(../images/top_bg.png) center bottom no-repeat;*/
}

.nav .on h3 a i {
	background: url(../images/top_pic6.png) no-repeat;
}

.nav .on h3 a span {
	color: #e65d1a;
}

.nav li.on a:after {
	left: 0%;
	right: 0%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav li.on:hover h3 a:after {
	opacity: 0;
}

.nav li h3 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: 0px;
	margin-right: 0px;
	bottom: 0px;
	height: 2px;
	opacity: 0;
	background-color: #e97700;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav li#m1 h3 a:hover:after {
	left: 0%;
	right: 0%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.nav .sub {
	display: none;
	width: 150px;
	padding: 0;
	position: absolute;
	background: rgba(193, 145, 73, 1.0);
	/* top:87px;*/
	top: 128px;
	/*border-top:2px solid #e65d1a; overflow:hidden;*/
	text-align: center;
	z-index: 110;
	left: 50%;
	transform: translate(-50%, 0%);
}

.nav-hide .nav .sub {
	top: 78px;
}

.nav .sub li {
	vertical-align: middle;
	list-style: none;
	text-decoration: none;
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase;
}

.nav .sub li span {
	display: block;
	height: 38px;
	position: relative;
	width: 100%;
}

.nav .sub li a {
	text-decoration: none;
	background: none;
	color: #fff;
	border-bottom: 1px solid #b08546;
	display: block;
	transition: all 0.3s;
}

.nav .sub li:last-child a {
	border-bottom: 0;
}

.nav .sub li:last-child a:hover {
	border-bottom: 0;
}

.nav .sub li a:hover {
	background: #fff;
	color: #e65d1a;
}

.nav .sub li:hover img {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.nav li.m#m7 h3 a {
	padding-right: 0;
}

.nav .sub li dl {
	display: none;
	background: url(../images/top_bg2.png) left top no-repeat;
	width: 165px;
	position: absolute;
	top: 0;
	left: 100%;
}

.nav .sub li dl dd {
	display: block;
}

.nav .sub li span:hover dl {
	display: block;
}

.blank_h {
	height: 128px;
	overflow: hidden;
}

.top_search {
	float: right;
	height: 30px;
	width: 26px;
	position: relative;
	background: url(../images/top_pic4.png) left center no-repeat;
	-webkit-animation: nav-lianjie 1.0s;
	animation: nav-lianjie 1.0s;
	margin-top: 49px;
	margin-left: 66px;
}

.nav-hide .top_search {
	margin-top: 29px;
}

.top_search .input1 {
	width: 83%;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	outline: medium;
	background: none;
	color: #9c9c9c;
	text-align: left;
	font-size: 13px;
	border: 0;
}

.top_search em {
	height: 100%;
	width: 100%;
	/*background:url(../images/top_pic1.png) right center no-repeat;*/
	cursor: pointer;
	display: block;
}

.top_search em:Hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.top_search .search_con2 {
	display: none;
	position: absolute;
	bottom: -105px;
	right: 0px;
	width: 280px;
	height: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
	background: url(../images/top_bg2.png) no-repeat;
	z-index: 100;
	/* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}

.nav-hide .top_search .search_con2 {
	bottom: -77px;
}

.top_search .search_con2 .input1 {
	height: 36px;
	line-height: 36px;
	background: #fff;
	border: 0;
	padding-left: 5px;
	margin-left: 7px;
	padding-right: 47px;
	width: 170px;
	margin-right: 5px;
	float: left;
	outline: none;
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
}

.top_search .search_con2 .bnts {
	float: left;
	width: 40px;
	height: 39px;
	background: url(../images/top_pic5.png) center center no-repeat;
	cursor: pointer;
}

.top_search .search_con2 .bnts:hover {
	transition: all 0.3s;
	background: url(../images/top_pic6.png) center center no-repeat;
}

/* 手机导航全局 */
.drawer-section {
	/* background-color:#40312f; padding:20px;*/
	display: none;
}

.drawer-section-menu {
	/* padding:20px 20px 35px;*/
	/*padding:0px 0px 35px;*/
}

/*手机弹出搜索*/
.search_div {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	display: none;
	/*z-index:999;*/
}

.search_div .search_con {
	width: 92%;
	margin: 0 auto;
	border: 1px solid #cdcdcd;
	height: 40px;
	line-height: 40px;
}

.search_div .search_con .input1 {
	text-indent: 15px;
	width: 88%;
	float: left;
	border: 0;
	background: none;
	height: 100%;
	font-size: 16px;
	outline: none;
	color: #bbb;
}

.search_div .search_con .bnt1 {
	-webkit-appearance: none;
	float: right;
	width: 12%;
	max-width: 60px;
	background: url(../images/head_pic2.png) 50% center no-repeat;
	background-size: auto 55%;
	border: 0;
	height: 100%;
	cursor: pointer;
}

/*语言下拉*/
.top_language {
	float: right;
	width: 50px;
	padding-left: 22px;
	position: relative;
	height: 34px;
	text-align: left;
	background: url(../images/top_bg1.png) left 10px no-repeat;
	margin-left: 15px;
}

/*.nav-hide .top_language{ display:none;}*/
.top_language label {
	background: url(../images/top_bg4.png) right center no-repeat;
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #666666;
	transition: all 0.3s;
	letter-spacing: -0.5;
	cursor: pointer;
}

.top_language ul {
	width: calc(100% - 2px);
	display: block;
	position: absolute;
	top: 34px;
	left: 0;
	border: 1px solid #eeeeee;
	background: #fff;
	z-index: 999;
	display: none;
	border-radius: 0 0 6px 6px;
}

/*.top_language:hover ul{ display:block;}*/
.top_language ul li {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	display: block;
	border: 1px solid transparent;
	cursor: pointer;
	font-size: 12px;
}

.top_language ul li a {
	display: block;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.top_language ul li a:hover {
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	transition: all 0.3s;
	background-color: #eeeeee;
}

.top_language ul li.current a {
	filter: Alpha(Opacity=90);
	opacity: 0.9;
	transition: all 0.3s;
	background-color: #eeeeee;
}

/*尾部*/
.footer {
	background-color: #e65d1a;
	color: #fff;
}

.footer a {
	color: inherit;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-content {
	padding-top: 40px;
	padding-bottom: 100px;
}

.footer-content-nav {
	float: left;
}

.footer-content-nav>li {
	display: inline-block;
	margin-right: 40px;
	font-size: 16px;
}

.footer-content-nav>li:last-child {
	margin-right: 0;
}

.footer-content-links {
	float: right;
}

.footer-content-links>a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	/*background-color: #fff;*/
	background-image: url('../images/wechat.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.footer-content-links>a>div {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 10;
	transform: translateX(-50%);
}

.footer-content-links>a:hover>div {
	display: block;
	padding-bottom: 20px;
}

.footer-content-links>a>div>figure {
	padding: 10px;
	min-width: 160px;
	max-width: 200px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	text-align: center;
}

.footer-content-links>a>div>figure>img {
	display: block;
}

.footer-content-links>a>div>figure>figcaption {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.footer-copyright {
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
}

.gotop {
	position: fixed;
	bottom: 10%;
	right: 1%;
	width: 50px;
	height: 50px;
	background: url(../images/gotop.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: none;
}

.gotop.active {
	display: none;
}

.gotop:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	cursor: pointer;
	transform: rotate(360deg);
}

.right_ul {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	border-top: 2px solid #dedede;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
	background-color: #fff;
}

.right_ul ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.right_ul ul li img {
	height: 22px;
	margin: 0 auto;
}

.right_ul ul li a {
	display: block;
	border-right: 1px solid #dedede;
}

.right_ul ul li:last-child a {
	border: 0;
}

/*微信弹窗*/
#hidden {
	z-index: 2147483647;
	display: none;
	background: #000;
	filter: alpha(opacity=0);
	left: 0px;
	opacity: 0;
	position: fixed;
	width: 3000px;
	height: 100%;
	padding-top: 28%;
	text-align: center;
	top: 0;
}

#hiddenimg {
	opacity: 1;
	display: none;
	position: fixed;
	left: 0%;
	width: 100%;
	height: 300px;
	padding-top: 0;
	z-index: 2147483647;
	top: 28%;
	text-align: center;
}

#hiddenimg img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}

#hiddenimg2 {
	text-align: center;
}

.weixinclose {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 2147483648;
	font-weight: normal;
	display: none;
}



@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
	.f36 {
		font-size: 32px;
	}

	.nav .m {
		margin-left: 40px;
	}

	.en .nav .m {
		margin-left: 20px;
	}

	.en .top_search {
		margin-left: 40px;
	}

	/*尾部*/
}

@media screen and (max-width: 1366px) {
	.nav h3 {
		font-size: 15px;
	}

	.nav .m {
		margin-left: 28px;
	}

	.en .nav .m {
		margin-left: 15px;
	}

	.en .top_search {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.f36 {
		font-size: 30px;
	}

	.nav .m {
		margin-left: 20px;
	}

	/*尾部*/


}

@media screen and (max-width: 1100px) {
	.f24 {
		font-size: 20px;
	}

	.f20 {
		font-size: 18px;
	}

	.f18 {
		font-size: 16px;
	}

	/* 手机导航全局 */
	.blank_h {
		height: 90px;
	}

	.nav-hide .blank_h {
		height: 90px;
	}

	.header-v1 {
		display: none;
	}

	.top_search {
		width: 90%;
		overflow: hidden;
		margin-bottom: 10px;
		margin-top: 0;
		background: url(../images/search_bg.png) #eee right center no-repeat;
		margin-right: 5%;
	}

	/*尾部*/
}

@media screen and (max-width: 1000px) {
	/*尾部*/

}

@media screen and (max-width: 960px) {
	.f36 {
		font-size: 28px;
	}


}

@media screen and (max-width: 830px) {
	.f36 {
		font-size: 27px;
	}

	.f30 {
		font-size: 26px;
	}

	.f24 {
		font-size: 18px;
	}

	.f20 {
		font-size: 16px;
	}

	.f18 {
		font-size: 14px;
	}

}

@media screen and (max-width: 780px) {

	/*右边浮动客服*/
	.side {
		display: none;
	}

	.right_ul {
		display: block;
	}

	/*尾部*/
	.gotop.active {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.f36 {
		font-size: 25px;
	}

	/* 手机导航全局 */
	.blank_h {
		height: 80px;
	}

}

@media screen and (max-width: 480px) {
	.f36 {
		font-size: 23px;
	}

	.f30 {
		font-size: 20px;
	}

	.f24 {
		font-size: 16px;
	}

	.f20 {
		font-size: 15px;
	}

	.f18 {
		font-size: 13px;
	}

	/* 手机导航全局 */
	.blank_h {
		height: 70px;
	}

	.nav-hide .blank_h {
		height: 70px;
	}

	/*尾部*/
}

@media screen and (max-width: 360px) {
	.f36 {
		font-size: 20px;
	}

	.f24 {
		font-size: 15px;
	}

	.f20 {
		font-size: 14px;
	}

	/*尾部*/
}