﻿/* CSS Document*/
* {
	padding: 0px;
	margin: 0px;
	outline: 0 none;
}

a {
	text-decoration: none;
	color: #666;
	transition: all 0.5s ease 0s;
}

a:focus {
	outline: none;
}

a:hover {
	color: #e53244;
}

ul {
	list-style-type: none;
}

li {
	vertical-align: bottom;
	zoom: 1;
}

img {
	border: 0px;
}

select {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
}

textarea {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	color: #666;
	font-size: 12px;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

th,
td {
	padding: 0;
}

input {
	vertical-align: middle;
	outline: none;
	font-size: 12px;
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0px;
}

p {
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.red{ color: #e2070b;}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #e53244;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #e53244;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #e53244;
}

body {
	font-family: "pingfang SC", "Microsoft YaHei", "黑体";
	background: #fff;
	color: #666;
	font-size: 12px;
	overflow-x: hidden !important;
	min-width: 1024px;
	
}


@font-face {
	font-family: 'iconfont';  /* Project id 1369449 */
	src: url('//at.alicdn.com/t/font_1369449_g12ap58iw6t.woff2?t=1644460779437') format('woff2'),
		 url('//at.alicdn.com/t/font_1369449_g12ap58iw6t.woff?t=1644460779437') format('woff'),
		 url('//at.alicdn.com/t/font_1369449_g12ap58iw6t.ttf?t=1644460779437') format('truetype');
  }
.iconfont{font-family: "iconfont" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0px;-moz-osx-font-smoothing: grayscale;}

.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2000;
	width: 100%;
	transition: all 0.5s ease 0s;
}

.header:hover {
	background: #fff;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 5px #ccc;

}

.header:hover .dh1 a {
	color: #333;
}

.header:hover .dh1 .nLi h3 a b {
	background: #333;
}

.header:hover .logo::after{ background: url(../images/logo.svg) no-repeat;}

.header_top{ height: 38px; line-height: 38px; background: #f7f7f7; font-size: 13px; color: #333;}
.header_top span{ float: right; font-size: 13px; line-height: 38px;}
.header_top span b{ font-weight: normal; padding-left: 15px; color: #c73041;}
.header_top span b i{ margin-right: 3px;}

.header .logo {
	position: relative;
	height: 100%;
	float: left;
	margin-top: 22px;
}

.header .logo img {
	width: 260px;
	height: auto;
}

.header .logo a{
	position: relative;
	 z-index: 10;
}

.header .logo::after {
	position: absolute;
	content: '';
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/logo1.svg) no-repeat;
	background-size: contain;
}

.container {
	margin: 0px auto;
	width: 100%;
	padding: 0px 100px;
}

.scope {
	background: #fff;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 5px #ccc;
	position: fixed !important;
	z-index: 200;
	top: 0px !important;
	transition: all 0.5s ease 0s;
}

.scope .dh1 a {
	color: #333;
}

.scope .dh1 .nLi h3 a b {
	background: #333;
}

.scopee {
	background: #fff;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 5px #ccc;
	position: static;
	min-width: 1050px;
	top: -100px;
	
}

.scopee .dh1 a {
	color: #333;
}

.scopee .dh1 .nLi h3 a b {
	background: #333;
}

.scopd{background: #fff;}

.head_right{ display: flex; float: right;}

.head_seartch{ height: 20px; border-left:1px solid #ddd; margin-top: 35px; display: flex; justify-content: center; align-items: center; position: relative; display: none;}

.head_seartch a{ color: #fff; font-size: 15px; margin-left: 20px; font-weight: normal; width: 16px; height: 16px; display: block; position: relative;}
.head_seartch a.search::after{ content: ''; position: absolute; width: 100%; height: 100%; background: url(../images/search.png) no-repeat; background-size: cover;}
.head_seartch a.jgg::after{ content: ''; position: absolute; width: 100%; height: 100%; background: url(../images/head_jgg.png) no-repeat; background-size: cover;}

.scope .head_seartch a.search::after{ content: ''; position: absolute; width: 100%; height: 100%; background: url(../images/search1.png) no-repeat; background-size: cover;}
.scope .head_seartch a.jgg::after{ content: ''; position: absolute; width: 100%; height: 100%; background: url(../images/head_jgg1.png) no-repeat; background-size: cover;}

.scopee .head_seartch a.search::after{ content: ''; position: absolute; width: 100%; height: 100%; background: url(../images/search1.png) no-repeat; background-size: cover;}
.scopee .head_seartch a.jgg::after{ content: ''; position: absolute; width: 100%; height: 100%; background: url(../images/head_jgg1.png) no-repeat; background-size: cover;}

.search_xl{ padding: 0px; height: 40px; width: 250px; left: auto; right: 0px; overflow: hidden; margin-top: 5px; border-radius: 0px; box-shadow: 0 0px 12px rgba(0, 0, 0, .2); border: 0px;}
.search_xl input{ width: calc(100% - 40px); border: 0px; height: 40px; line-height: 35px; font-size: 13px; padding: 0px 10px; float: left;}
.search_xl button{ width: 40px; height: 40px; border: 0px; font-size: 16px; -webkit-text-stroke: 1px #c73041;  background: #c73041; color: #fff; float: left;}

.dh1 {
	z-index: 1;
	display: flex;
	margin-bottom: 0px;
}

.dh1 a {
	color: #fff;
}

.dh1 .nLi {
	display: inline;
}

.dh1 .nLi h3 a {
	display: block;
	padding: 0 20px;
	line-height: 90px;
	font-size: 14px;
	position: relative;
}

.dh1 .nLi.on h3 a{ color: #ff0005;}

.dh1 .nLi h3 a::after {
	position: absolute;
	content: '';
	display: block;
	bottom: 28px;
	left: 50%;
	width: 0px;
	height: 1px;
	background: #c73041;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
	transform: translateX(-50%);
}

.dh1 .nLi h3 a:hover::after {
	width: 50%;
}

.dh1 .nLi h3 a b {
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	margin-left: 3px;
}

.dh1 .sub {
	display: none;
	width: 100vw;
	left: 0;
	top: 90px;
	height: auto;
	position: absolute;
	background: rgba(255, 255, 255, 1);
	z-index: 100;
	border-top:1px solid #eee; 
}

.scopee .dh1 .sub{ top: 128px;}
.scope .dh1 .sub{ top: 90px;}



.dh1 .sub ul {
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.dh1 .sub ul .headN_bj {
	animation: to100vw .2s cubic-bezier(.25, .46, .45, .94) .1s forwards;

	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

@keyframes to100vw {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}


.dh1 .sub ul li {
	width: 20%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 20px;
	box-sizing: border-box;
}

.dh1 .nLi:nth-child(2) .sub ul li{ width: 16.66%; text-align: center; min-height: 45px; line-height: 45px; padding: 10px 10px; border-right: 1px solid #f1f1f1;}
.dh1 .nLi:nth-child(2) .sub ul li a{ color: #333; animation:none; display: block;}
.dh1 .nLi:nth-child(2) .sub ul li a:hover{ color: #ff0005;}
.dh1 .nLi:nth-child(2) .sub ul li .nav_bg{ background: none !important;}
.dh1 .nLi:nth-child(2) .sub ul{ justify-content: center;}
.dh1 .nLi:nth-child(2) .sub ul li::after{ background: none;}

.dh1 .nLi:nth-child(3) .sub ul li{ width: auto; min-height: 45px; line-height: 45px; padding: 10px 10px;}
.dh1 .nLi:nth-child(3) .sub ul li a{ color: #333; animation:none; display: block;}
.dh1 .nLi:nth-child(3) .sub ul li a:hover{ color: #ff0005;}
.dh1 .nLi:nth-child(3) .sub ul li .nav_bg{ background: none !important;}
.dh1 .nLi:nth-child(3) .sub ul{ justify-content: center;}
.dh1 .nLi:nth-child(3) .sub ul li::after{ background: none;}

.dh1 .nLi:nth-child(4) .sub ul li{ width: auto; min-height: 45px; line-height: 45px; padding: 10px 10px;}
.dh1 .nLi:nth-child(4) .sub ul li .nav_bg{ background: none !important;}
.dh1 .nLi:nth-child(4) .sub ul li a{ color: #333; animation:none; display: block;}
.dh1 .nLi:nth-child(4) .sub ul li a:hover{ color: #ff0005;}
.dh1 .nLi:nth-child(4) .sub ul{ justify-content: center;}
.dh1 .nLi:nth-child(4) .sub ul li::after{ background: none;}

.dh1 .nLi:nth-child(5) .sub ul li dl{ height: 280px;}

.dh1 .nLi:nth-child(8) .sub ul li{ width: auto; min-height: 45px; line-height: 45px; padding: 10px 10px;}
.dh1 .nLi:nth-child(8) .sub ul li a{ color: #333; animation:none; display: block;}
.dh1 .nLi:nth-child(8) .sub ul li a:hover{ color: #ff0005;}
.dh1 .nLi:nth-child(8) .sub ul li .nav_bg{ background: none !important;}
.dh1 .nLi:nth-child(8) .sub ul{ justify-content: flex-end;}
.dh1 .nLi:nth-child(8) .sub ul li::after{ background: none;}

.dh1 .nLi:nth-child(9) .sub ul li{ width: auto; min-height: 45px; line-height: 45px; padding: 10px 10px;}
.dh1 .nLi:nth-child(9) .sub ul li a{ color: #333; animation:none; display: block;}
.dh1 .nLi:nth-child(9) .sub ul li a:hover{ color: #ff0005;}
.dh1 .nLi:nth-child(9) .sub ul li .nav_bg{ background: none !important;}
.dh1 .nLi:nth-child(9) .sub ul{ justify-content: flex-end;}
.dh1 .nLi:nth-child(9) .sub ul li::after{ background: none;}




.dh1 .sub ul li:hover::after {
	background: rgba(0, 0, 0, .5);
}



.dh1 .sub ul li .nav_bg {
	animation: subNavBgTween 1.5s cubic-bezier(.25, .46, .45, .94) both .5s;
	-webkit-animation: subNavBgTween 1.5s cubic-bezier(.25, .46, .45, .94) both .5s;
	-moz-animation: subNavBgTween 1.5s cubic-bezier(.25, .46, .45, .94) both .5s;
	-ms-animation: subNavBgTween 1.5s cubic-bezier(.25, .46, .45, .94) both .5s;
	-o-animation: subNavBgTween 1.5s cubic-bezier(.25, .46, .45, .94) both .5s;
	animation-delay: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	background-position: center center;
	background-size: cover;
	background: none !important;
}

@keyframes subNavBgTween {
	0% {
		background-position: 0 0;
		opacity: 0
	}

	100% {
		background-position: 50% 0;
		opacity: 1
	}
}

.dh1 .sub ul li a {
	color: #fff;
	animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both .9s;
	-webkit-animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both .9s;
	-moz-animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both .9s;
	-ms-animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both .9s;
	-o-animation: subNavLabelTween .8s cubic-bezier(.25, .46, .45, .94) both .9s;
	animation-delay: 1s;
	width: 100%;
}



/* @keyframes subNavLabelTween {
	0% {
		padding-top: 16px;
		opacity: 0
	}

	100% {
		padding-top: 0;
		opacity: 1
	}
} */

.dh1 .sub ul li a h5 {
	font-size: 13px;
	letter-spacing: 2px;
	width: 100%;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	position: relative;
}

/* .dh1 .sub ul li a h5:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: #333;
	transition: width 250ms cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: width 250ms cubic-bezier(.25, .46, .45, .94);
	-moz-transition: width 250ms cubic-bezier(.25, .46, .45, .94);
	-ms-transition: width 250ms cubic-bezier(.25, .46, .45, .94);
	-o-transition: width 250ms cubic-bezier(.25, .46, .45, .94);
}

.dh1 .sub ul li a h5:after {
	position: absolute;
	right: 0;
	top: 4px;
	width: 11px;
	height: 16px;
	background: url(../images/ico_dash_w02.svg) 100% 100% no-repeat;
	content: " ";
	transition: right 250ms cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: right 250ms cubic-bezier(.25, .46, .45, .94);
	-moz-transition: right 250ms cubic-bezier(.25, .46, .45, .94);
	-ms-transition: right 250ms cubic-bezier(.25, .46, .45, .94);
	-o-transition: right 250ms cubic-bezier(.25, .46, .45, .94);
	pointer-events: none;
} */



.dh1 .sub ul li a:hover h5:after {
	right: 8px;
	width: 10px;

}

.dh1 .sub ul li a:hover h5:before {
	width: 100%;
}



.dh1 .sub ul {
	height: auto;
	position: relative;
	display: flex;
	justify-content: end;
	align-content: end;
	flex-wrap: wrap;
	padding: 10px 10%;
}



.dh1 .sub1 ul .headN_bj1 {
	animation: to100vw 1s cubic-bezier(.25, .46, .45, .94) .1s forwards;
	background: rgba(255, 255, 255, 1);
	background-size:100%;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.dh1 .sub1 ul li {
	padding: 0px 1vw;
	box-sizing: border-box;
}

.dh1 .sub1 ul li::after {
	display: none;
}

.dh1 .sub1 ul li a {
	color: #333;
	animation-delay: .8s;
}

.dh1 .sub1 ul li a h5 {
	font-size: 13px;
	letter-spacing: 2px;
	width: 100%;
	padding-bottom: 5px;
	transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: padding .2s cubic-bezier(.25, .46, .45, .94);
	position: relative;
}

.dh1 .sub1 ul li a h5 i{ font-size: 26px; margin-right: 6px; vertical-align: middle;}
.dh1 .sub1 ul li a h5 p{ font-size: 12px; color: #999;}




.dh1 .sub1 ul li a:hover h5:before {
	width: 100%;
}
.dh1 .sub2 ul{ justify-content: center;}
.dh1 .sub2 ul li {
	width: auto;
	padding: 0px; float: left;
}

.dh1 .sub2 ul li dl {
	width: auto;
	border-right: 1px solid #f8f8f8;
	padding: 15px 30px;
}

.dh1 .sub2 ul li dt {
	margin-bottom: 10px;
	text-align: center;
}

.dh1 .sub2 ul li dt a {
	font-size: 17px;
	display: block;
	letter-spacing: 1px;
	position: relative;
}

.dh1 .sub2 ul li dt a:hover{ color: #c73041;}

.dh1 .sub2 ul li dd {
	overflow: hidden;
	line-height: 28px;
	font-size: 12px;
	display: block;
	text-align: center;
}



.dh1 .sub2 ul li dd a {
	display: block;
	font-size: 13px;
	position: relative;
}

.dh1 .sub2 ul li dd a:hover {
 color: #c73041;
}




@keyframes subNavdd {
	0% {
		height: 0px;
	}

	100% {
		height: 30px;
	}
}



.scope .logo::after {
	background: url(../images/logo.svg) no-repeat;
}

.scopee .logo::after {
	background: url(../images/logo.svg) no-repeat;
}



.bottom {
	background: url(../images/bottom_bj.png) no-repeat;
	background-size: cover;
	padding: 30px 0px;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}


.bottom_l .img {
	width: 100%;
	margin-bottom: 40px;
}

.bottom_l .img img {
	width: 100%;
	max-width: 160px;
}


.bottom_l {
	width: 550px;
	margin-top: 60px;
}



.bottom_l .lxwm {
	margin-top: 10px;
}

.bottom_l .lxwm .bt {
	font-size: 17px;
	color: #fff;
	padding-bottom: 15px;
}

.bottom_l .lxwm h2{ padding: 20px 0px;}

.bottom_l .lxwm h2 span {
	display: block;
	float: left;
}
.bottom_l .lxwm h2 span:nth-child(2) { margin-left: 20px;}
.bottom_l .lxwm h2 img{ width: 100px; height: auto;}

.bottom_l .lxwm h2 b {
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #fff;
}

.bottom_l .lxwm p {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.bottom_l .lxwm p i {
	color: #867e96;
	padding-right: 10px;
	font-size: 18px;
}

.bottom_r{width: calc(100% - 550px);}

.bottom_r ul{ width: 25%; float: left;}
.bottom_r ul li {
	width: 100%;
	margin-bottom: 20px;
}

.bottom_r ul li h2 a {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}

.bottom_r ul li a {
	display: block;
	color: #9c94a6;
	line-height: 26px;
	font-size: 13px;
}

.bottom_b {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #999;
	color: #9c94a6;
	text-align: center;
}

.bottom_b a {
	color: #9c94a6;
}

.bottom_b h2{ width: 100%; text-align: center; line-height: 22px;}
.bottom_b h2 a{ color: #9c94a6;}
.bottom_b h2 span{ color: #9c94a6;}

.yqlj {
	color: #fff;
	width: 100%;
}

.yqlj p {
	display: block;
	width: 80px;
	float: left;
	font-size: 16px;
	line-height: 30px;
}

.yqlj h2{ display: block; float: left; width: calc(100% - 90px);}
.yqlj h2 a{ color: #9c94a6; line-height: 30px; margin-right: 10px;}

.dropdown {
	margin-bottom: 5px;
	width: calc(100% - 100px);
	float: right;
	border: 1px solid #515151;
	position: relative;
}

.dropdown i {
	position: absolute;
	right: 10px;
	top: 14px;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
	margin: 0px;
	padding: 0px;
}

.dropdown dd {
	position: relative;
}

.dropdown a,
.dropdown a:visited {
	color: #816c5b;
	text-decoration: none;
	outline: none;
}

.dropdown a:hover {
	color: #666;
}

.dropdown dt a:hover {
	width: 100%;
}

.dropdown dt a {

	background-size: cover;
	width: 100%;
	font-size: 13px;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #ddd;
}

.dropdown dt a span {
	cursor: pointer;
	display: block;
	color: #fff;
	font-weight: normal;
	text-align: center;
	width: calc(100% - 36px);
}

.dropdown dd ul {
	background: #fff;
	width: 100%;
	display: none;
	left: 0px;
	padding:0px;
	position: absolute;
	bottom: 38px;
	list-style: none;
	z-index: 10;
}

.dropdown span.value {
	display: none;
}

.dropdown dd ul li a {
	padding: 5px 7px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
}

.dropdown dd ul li a:hover {
	background: #c73041;
	color: #fff;
}

.dropdown img.flag {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}


.slide_right{ width: 60px; height: 332px; position: fixed; right: 0px; top:50%;margin-top:-70px ; z-index:99}
.slide_right li{ width: 60px; height: 60px; margin-bottom: 3px; position: relative;}
.s_tel{ width: 270px; position: absolute; left: 0; top: 0;}
.u_tel{ width: 210px; height: 60px; float: left; background: #e2070b; line-height:60px; text-align: center; font-size:24px; font-family: cursive; letter-spacing:1px; cursor:pointer; color:#fff}
.slide_right li a{ display: block; width:60px; height: 60px; background: #000; color: #fff; transition: none; text-align: center; line-height: 22px; padding-top: 10px; float: left;}
.slide_right li:hover a{ background: #e2070b; text-align: center;}
.slide_right li a i{ display: block; margin: 0px auto; text-align: center; font-size: 28px;}

.slide_right li .s_side{ display: none; background: #666;}
.slide_right li .hade{ display: block;}


.slide_right li.s_zixun {
	background-position: 0 0;
}

.slide_right li.s_zixun .ew_tel {
	width: 160px;
	text-align: center;
	padding: 15px;
	height: auto;
	float: left;
	background: #e2070b;
	left: -170px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	display: none;
}

.slide_right li.s_zixun .ew_tel img {
	width: 100%;
}

.slide_right li.s_zixun .ew_tel:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 20px;
	border-top: 10px solid transparent;
	border-left: 15px solid #e2070b;
	border-bottom: 10px solid transparent;
}

.slide_right li.s_zixun:hover .ew_tel {
	display: block;
}

.slide_right li.s_zixun .ew_tel p{ font-size: 12px; padding-top: 6px;}


@media (max-width:1600px) {
	.dh1 .nLi h3 a{ padding: 0px 10px;}
	.header .logo{ margin-top:25px;}
}

@media (max-width:1440px) {
	


	.bottom_l {
		width: 450px;
		margin-top: 60px;
	}
	.bottom_r{width: calc(100% - 450px);}


	.header .logo img {
		width: 200px;
		height: auto;
	}

	.head_seartch{ display: none;}


	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}
	

}


.modal{ background: #333;}


.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.9);
	z-index: 1000;
	display: none;
	top: 0;
	left: 0; 
}


.search_tc {
	visibility: hidden;
	top:50% !important;
	left:5% !important;
	margin-top:-80px;
	width:90%;
	height:160px;
	border-radius:5px;
	box-shadow:0px 0px 5px #ccc;
	background: #fff;
	position:fixed;
	z-index: 1001;
}
.search_tc .cent-form{ position:absolute; top:80px; width:calc(100% - 30px);}

.search_tc .tex {
border: none;
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    background: none;
    padding-left: 88px;
	padding-right: 100px;
    background: url(../images/search1.png) no-repeat 35px 30px;
}
.search_tc .tex::-webkit-input-placeholder{ font-size: 24px;}
.search_tc .sub-butn {
border: none;
    height: 80px;
    font-size: 21px;
    line-height: 80px;
    color: #555;
    text-align: right;
    background: none;
	cursor:pointer;
    position: absolute;
    right: 15px;
	top: 0;
	width: 80px;
    text-align: center;
}

.search_tc .close-reveal-modal{ position: fixed;     top: 0px;
    right: 20px;
	font-size: 50px; width: auto; height: auto; cursor: pointer;}
	

	

	@media (max-width:1350px) {
		.dh1 .nLi h3 a {
			padding: 0px 8px;
		}
	}

	@media (max-width:1260px) {
		.dh1 .nLi h3 a {
			padding: 0px 5px;
		}

		.header .logo img{ width: 180px;}
	}

	@media (max-width:1100px) {
		.dh1 .nLi h3 a { font-size: 13px;}
		}
