@charset "utf-8";
/*------------------------------------------------全局元素-------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 1;
	font-size: 13px;
	/*font: inherit;*/
	/*font-family: "Microsoft YaHei", "宋体", Verdana, Arial, Helvetica, sans-serif;*/
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 13px;/*transition:all 0.35s ease;-webkit-transition:all 0.35s ease;*/
}
a:hover {
	color: #eb8500;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
.w100 {
	width: 100%;
}
.w1200 {
	width: 1200px;
	margin: 0px auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
/*header*/
.top {
	background: #edeff2;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #ddd;
}
.top .left {
}
.top .left li {
	display: block;
	float: left;
	border-right: 1px solid #ddd;
	padding: 0px 30px 0px 60px;
	font-weight: bold;
}
.top .left li:nth-child(1) {
	background: url(../img/icon1.png) 30px center no-repeat;
	border-left: 1px solid #ddd;
}
.top .left li:nth-child(2) {
	background: url(../img/icon2.png) 30px center no-repeat;
}
.top .right {
	border-right: 1px solid #ddd;/*width: 82px;*/
}
.top .right li {
	display: block;
	float: left;
	/*width: 20px;*/
	height: 53px;
	line-height: 53px;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #ddd;
	padding: 0px 30px 0px 60px;
	text-transform: uppercase;
	color: #eb8500;
	font-size: 16px;
	background: url(../img/tel.png) 30px center no-repeat;
}
/*.top .right li:nth-child(1) a{ background:url(../img/icon14.png) center no-repeat;}
.top .right li:nth-child(2) a{ background:url(../img/icon3.png) center no-repeat;}*/
.logo {
	/*padding: 37px 0px;*/
	overflow: hidden;
	padding: 25px 0px;
}
.logo h1 {
	width: 427px;
	height: 58px;/*padding: 37px 0px;*/
}
.logo .right {
	text-transform: uppercase;
	background: url(../img/tel.png) left center no-repeat;
	padding-left: 50px;
}
.logo .right span {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
.logo .right p {
	display:block;
	height:35px;
	line-height:35px;
	font-size:28px;
	font-weight:bold;
	color:#1f3485;
}
.logo .email {
	background: url(../img/icon4.png) left center no-repeat;
	height: 59px;
	padding-left: 75px;
	margin-left: 100px;
}
.logo .email span {
	display: block;
	font-weight: bold;
	line-height: 20px;
	margin-top: 12px;
}
.logo .email a {
	display: block;
	line-height: 15px;
}
.logo .ad {
	margin-left: 120px;
	padding: 32px 0px;
}
.logo .ad p {
	display: block;
	font-size: 30px;/*margin-top: 5px;*/
}
.logo .ad p span {
	color: #eb8500;
	font-size: 30px;
}
.logo .ad em {
	display: block;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 1.5px;
}
.navmenu {
	background: #e4ecf9;
	height: 55px;
	line-height: 55px;
}
.navmenu li{
	display:block;
	float:left;
	width:12.5%;
	text-align:center;
}
.navmenu li a{ font-size:16px;}
.navmenu li:hover a{ font-weight:bold;}
/*.nav {
	height: 49px;
	line-height: 49px;
	position: relative;
	z-index: 9999;
}*/
/*.nav em {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../img/icon5.png) center no-repeat;
	z-index: 99999;
	left: 30px;
	top: 13px;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
}
.nav .nLi h3 a {
	display: block;
	padding: 0px 54px;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}
.nav .home h3 a {
	padding: 0px 35px 0px 65px;
}
.nav .nLi.list h3 {
	background: url(../img/icon22.png) 80% center no-repeat;
}
.nav .sub {
	display: none;
	width: 160px;
	padding: 15px 30px;
	left: 0;
	top: 49px;
	position: absolute;
	background: #eb8500;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background: url(../img/icon15.png) right center no-repeat;
}
.nav .sub a:hover {
	background: url(../img/icon16.png) right center no-repeat;
	color: #1f3485;
}
.nav .on h3 a {
	background: url(../img/icon22.png) 80% center no-repeat #eb8500;
	color: #fff;
}*/
/*footer*/
.footer {
	background: #000;
	height: 58px;
	line-height: 58px;
	color: #fff;
}
.footer p, .footer a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.footer a {
	margin-left: 80px;
}
/*scroll to top*/
/*#returnTop {
	position: fixed;
	z-index: 999;
	right: 8.5px;
	bottom: -200px;
	width: 48px;
	height: 48px;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	transition: bottom 0.9s;
	-webkit-transition: bottom 0.9s;
	background: url(../img/backup.png) center no-repeat #eb8500;
	border-radius: 50%;
	cursor: pointer;
}*/
/*float*/
.floating_ck {
	position: fixed;
	right: 0px;
	top: 31%;
}
.floating_ck dl dd {
	position: relative;
	width: 65px;
	height: 60px;
	background-color: #180f0d;
	/*border-bottom: solid 1px #fff;*/
	margin-bottom: 1px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.floating_ck a {
	display: block;
	width: 65px;
	height: 60px;
}
.floating_ck dl dd:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.floating_ck dl dd:hover {
	background-color: #000;
}
.floating_ck dl dd:hover .floating_left {
	display: block;
}
.consult a, .words a, .return a {
	display: block;
	width: 100%;
	height: 100%;
}
.qq {
	background-image: url(../img/qq.png);
}
.tel {
	background-image: url(../img/tel1.png);
}
.WhatsApp {
	background-image: url(../img/WhatsApp.png);
}
.qrcord {
	background-image: url(../img/wchat.png);
}
.linkin {
	background-image: url(../img/linkin.png);
}
.ins {
	background-image: url(../img/ins.png);
}
.facebook {
	background-image: url(../img/facebook.png);
}
.email {
	background-image: url(../img/email.png);
}
.back {
	background-image: url(../img/back.png);
}
.floating_left {
	position: absolute;
	/*right: -160px;*/
	right: 65px;
	top: 0px;
	width: 160px;
	background-color: #000;
	display: none;
}
.tel .floating_left {
	padding: 5px 0px 20px 0px;
}
.tel .floating_left i {
	display: block;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	color: #fff;
	height: 33px;
	line-height: 33px;
	padding-top: 10px;
	font-style: normal;
}
.tel .floating_left p.qrcord_p01 {
	color: #fff;
	font-size: 12px;
}
.floating_ewm {
	height: 190px;
	top: -50px;
}
.floating_ewm i {
	background: url(../img/code.jpg) center no-repeat;
	display: block;
	width: 150px;
	height: 150px;
	/*margin: auto;
	margin-top: 7px;*/
	margin: 3px auto;
}
.WhatsApp .floating_ewm i {
	background: url(../img/code1.jpg) center no-repeat;
}
.ins .floating_ewm i {
	background: url(../img/code2.jpg) center no-repeat;
}
.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}
.floating_ewm .qrcord_p01 {
	font-size: 12px;
	line-height: 20px;
}
/*pages*/
.pages {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	color: #666;
	margin-right: 3px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #eb8500;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #eb8500;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #eb8500;
	margin-right: 5px;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
.pages p.lt {
	float: left;
	font-weight: bold;
	width: 559px;
	line-height: 81px;
}
.pages a.lt {
	float: left;
	background: url(../img/back_list.png) center no-repeat;
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
}
.pages p.rt {
	float: right;
	font-weight: bold;
	width: 500px;
	line-height: 81px;
	text-align: right;
}
.pages p a {
	font-weight: normal;
}
