﻿@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

th,
td
/* table elements 表格元素 */

{
	margin: 0;
	padding: 0;
}

html {
	overflow: 0;
}

body {
	min-width: 1200px;
}

body,
button,
input,
select,
textarea
/* for ie */

{
	font: 14px "微软雅黑"
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #4a7db1;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.FL {
	float: left;
}

.FR {
	float: right;
}

.cfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.cfix {
	*zoom: 1;
}

.clear {
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.headers .new_top {
	background-color: #000;
	height: 35px;
	width: 100%;
}

.headers .new_top .cen {
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	width: 1200px;
	color: #fff;
}

.headers .new_top .cen h5 {
	float: left;
	width: 400px;
	text-align: left;
	font-size: 12px;
	font-weight: 100
}

.headers .new_top .cen .mzsj {
	float: left;
	text-align: center;
	width: 400px;
}

.headers .new_top .cen .zxrx {
	float: right;
	text-align: right;
	color: #999;
}

.headers .new_top .cen .zxrx span {
	margin: 0 0 0 30px;
}

.headers .new_top .cen .zxrx span img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.headers .new_top .cen .zxrx .head-wx {
	float: left;
	position: relative;
}

.headers .new_top .cen .zxrx .qrcode {
	display: none;
	position: absolute;
	right: -20px;
	top: 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.headers .new_top .cen .zxrx .qrcode:after {
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -10px;
	content: '';
	width: 0;
	height: 0;
	border: 10px transparent solid;
	border-bottom: 10px solid #eee;
}

.headers .new_top .cen .zxrx .head-wx:hover .qrcode {
	display: block;
}

.headers .new_top .cen .zxrx .head-wx .qrcode img {
	display: block;
	width: 140px;
	height: 140px;
}


/**/

@keyframes InDown {
	from {
		opacity: 0;
		transform: translate3d(0, -10px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.InDown {
	animation-name: InDown;
}

.headers .new_logo {
	background: url(img/newlogo.jpg) no-repeat center top;
	height: 150px;
	width: 100%
}

.headers .nav {
	width: 100%;
	height: 64px;
	position: relative;
}

.headers .nav_main {
	width: 1200px;
	height: 64px;
	overflow: hidden;
	margin: 0 auto;
}

.headers .nav_main li {
	width: 125px;
	/*width:111px;*/
	height: 64px;
	overflow: hidden;
	float: left;
	background: url(img/nav_lin.gif) no-repeat left center;
}

.headers .nav_main li.xm {
	background: #053A3C;
	width: 200px
}

.headers .nav_main li.xm a {
	color: #fff;
}

.headers .nav_main li a {
	height: 64px;
	color: #000;
	font-size: 16px;
	line-height: 64px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.headers .nav_main li a:hover {
	background: #053a3c;
	color: #c49845;
}

.headers .nav_sub {
	width: 100%;
	height: 216px;
	overflow: hidden;
	background: url(img/mask.png) repeat;
	position: absolute;
	left: 0;
	top: 64px;
	z-index: 3;
}

.headers .nav_sub .box {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.headers .nav_sub dl {
	float: left;
	height: 216px;
	overflow: hidden;
	border-right: 1px dotted #515151;
	padding: 0 50px 0 25px;
	margin-right: 20px;
}

.headers .nav_sub dl.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.headers .nav_sub dl dt {
	margin-top: 34px;
}

.headers .nav_sub dl dt a {
	color: #eaf1f3;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

.headers .nav_sub dl dd {}

.headers .nav_sub dl dd p {
	float: left;
	margin-right: 15px;
}

.headers .nav_sub dd a {
	color: #CCC;
	display: block;
	line-height: 24px;
}


/*底部*/

.footer_logo {
	background: url(img/logo2.jpg) no-repeat;
}

#footer {
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #414141;
	min-width: 1200px;
}

.footer_logo {
	width: 121px;
	background-position: 5px -1px;
	float: left;
	margin-top: 30px;
	display: inline;
}

.footer_border,
.footer_border1 {
	border-left: 1px dashed #363636;
	float: left;
	width: 1px;
	height: 206px;
	margin: 20px 35px 0 20px;
	display: inline;
}

.footer_list {
	width: 450px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
}

.footer_list>li {
	float: left;
	color: #a7a7a7;
	margin-right: 40px;
	display: inline;
	width: 110px;
}

.footer_list li span {
	display: block;
	float: left;
	height: 31px;
	line-height: 31px;
	border-bottom: 1px solid #303030;
	font-size: 14px;
	margin-bottom: 10px;
}

.footer_list a {
	transition: all 0.3s linear 0s;
	padding: 3px;
	display: block;
}

.footer_list a:hover {
	color: #FFF;
	background-color: #303030;
}

.footer_list li span a {
	color: #d6d6d6;
	text-decoration: none;
	display: block;
	height: 22px;
	line-height: 22px;
	float: left;
}

.footer_list li ul {
	float: left;
	overflow: hidden;
}

.footer_wx {
	width: 345px;
	float: left;
	color: #a7a7a7;
}

.footer_wx dl {
	float: left;
	height: 105px;
	margin: 10px 0 5px;
}

.footer_wx dl dd {
	float: left;
	width: 105px;
	height: 105px;
}

.footer_wx dl dt {
	float: left;
	margin-left: 10px;
	display: inline;
	width: 220px;
	line-height: 27px;
}

.footer_wx .dz {
	margin-top: 10px;
}

.footer_wx p {
	line-height: 25px;
	float: left;
	text-align: left;
}

#footer hr {
	width: 100%;
	float: left;
	height: 1px;
	margin-top: 15px;
	background-color: #303030;
	border: none;
}

.footer_secicon {
	width: 100%;
	height: 100px;
	float: left;
	padding-top: 20px;
}

.footer_secicon li {
	width: 130px;
	height: 100px;
	float: left;
	margin: 0 10px;
	display: inline;
}

.footer_secicon li:nth-child(1) {
	margin-left: 10px;
}

.footer_secicon li i {
	width: 48px;
	height: 48px;
	float: left;
	margin-left: 18px;
	display: inline;
	display: block;
	cursor: pointer;
	margin: 0 auto;
}

.footer_secicon li i a {
	width: 48px;
	height: 48px;
	display: block;
	cursor: pointer;
}

.footer_secicon li span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: left;
	color: #a7a7a7;
	float: left;
}

.footer_secicon1,
.footer_secicon2,
.footer_secicon3,
.footer_secicon4,
.footer_secicon5,
.footer_secicon6,
.footer_secicon7,
.footer_secicon8,
.zxmr {
	background: url(img/footer_icon.png) no-repeat;
}

.footer_secicon1 {
	background-position: -23px -264px;
}

.footer_secicon2 {
	background-position: -87px -264px;
}

.footer_secicon3 {
	background-position: -151px -264px;
}

.footer_secicon4 {
	background-position: -215px -264px;
}

.footer_secicon5 {
	background-position: -280px -264px;
}

.footer_secicon6 {
	background-position: -344px -264px;
}

.footer_secicon7 {
	background-position: -408px -264px;
}

.footer_secicon8 {
	background-position: -472px -264px;
}

.footer_secicon li:hover .footer_secicon1 {
	background-position: -23px -324px;
}

.footer_secicon li:hover .footer_secicon2 {
	background-position: -87px -324px;
}

.footer_secicon li:hover .footer_secicon3 {
	background-position: -151px -324px;
}

.footer_secicon li:hover .footer_secicon4 {
	background-position: -215px -324px;
}

.footer_secicon li:hover .footer_secicon5 {
	background-position: -280px -324px;
}

.footer_secicon li:hover .footer_secicon6 {
	background-position: -344px -324px;
}

.footer_secicon li:hover .footer_secicon7 {
	background-position: -408px -324px;
}

.footer_secicon li:hover .footer_secicon8 {
	background-position: -472px -324px;
}

.footer_copyright {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #a7a7a7;
	text-align: center;
	background-color: #303030;
}

.footer_border {
	display: none;
}

.footer_list {
	margin-left: 30px;
}

.zxmr {
	width: 65px;
	height: 31px;
	background-position: -2px -203px;
	padding-left: 21px;
}

.zxmr_ul li {
	width: 87px;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 12px;
	overflow: hidden;
	padding-left: 20px;
}

.zxmr_ul li a {
	display: block;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	float: left;
	margin-right: 8px;
	display: inline;
	color: #a7a7a7;
}

.kqmr_ul {
	width: 102px;
}

.kqmr_ul li {
	width: 102px;
	height: 22px;
	line-height: 22px;
	float: left;
	font-size: 12px;
	overflow: hidden;
}

.kqmr_ul li a {
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 8px;
	display: inline;
	color: #a7a7a7;
	height: 16px;
	line-height: 16px;
	margin-left: 20px;
}

.mfzz_ul li {
	width: 137px;
	height: 22px;
	line-height: 22px;
	float: left;
	font-size: 12px;
	overflow: hidden;
}

.mfzz_ul li a {
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 8px;
	display: inline;
	color: #a7a7a7;
	height: 16px;
	line-height: 16px;
	margin-left: 20px;
}

.footer_logo {
	width: 290px;
	height: 85px;
	float: left;
}

.footer_border {
	display: inline;
}

.footer_border,
.footer_border1 {
	border-left: 1px dashed #363636;
	float: left;
	width: 1px;
	height: 180px;
	margin: 20px 20px 0 20px;
	display: inline;
}

.footer_logo {
	display: inline;
}

.footer_border {
	display: inline;
}

.footer_secicon li:nth-child(1) {
	margin-left: 10px;
}


/*当前位置*/

.container,
.cnt {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.container .local {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	margin: 30px auto 0;
}

.container .local span {}


/*案例*/

.jdjs_arr_down {
	width: 100%;
	height: 60px;
	background: url(img/jdjs_arr_down_03.jpg) no-repeat center center;
}

.jztb {
	width: 1200px;
	display: block;
}

.jztb li a {
	position: absolute;
	display: block;
}

.jztb li a span {
	width: 280px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #333;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.8;
	text-align: center;
	line-height: 28px;
	font-size: 13.5px;
}

.jztb li a:hover span {
	width: 280px;
	background: #0c797c;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.9;
	text-align: center;
	line-height: 28px;
	font-size: 13.5px;
}

.jztb ul li {
	width: 280px;
	height: 210px;
	float: left;
	margin: 0px 5px 15px 15px;
	_margin: 0px 5px 15px 10px;
}

.jztb ul li img {
	width: 280px;
	height: 210px;
}


/*#combot{width:100%; height:80px; position:fixed; z-index:999999;left: 0; bottom:0; _display:none; background: url(/templets/maiya/images/combot.png) center top no-repeat;}
#combot .db{width: 1200px;height:80px;overflow: hidden;margin: 0 auto;}
#combot .db a{float: left;height: 80px;overflow: hidden;text-indent: -9999px;}*/

#combot {
	width: 100%;
	height: 63px;
	position: fixed;
	z-index: 999999;
	left: 0;
	bottom: 0;
	_display: none;
	background: url(img/combot.png) center top no-repeat;
}

#combot .db {
	width: 1200px;
	height: 63px;
	margin: 0 auto;
}

#combot .db a {
	float: left;
	height: 63px;
	text-indent: -9999px;
}

#combot .db .combot_1 {
	width: 150px;
	position: relative;
	display: block;
}

#combot .db .combot_1 img {
	display: none;
	position: absolute;
	border: 1px solid #005C50;
	width: 125px;
	bottom: 0px;
}

#combot .db .combot_1:hover img {
	display: block;
}

#combot .db .combot_2 {
	width: 170px;
}

#combot .db .combot_3 {
	width: 165px;
}

#combot .db .combot_4 {
	width: 240px;
}

#combot .db .combot_5 {
	width: 300px;
}

#combot .db .combot_6 {
	width: 165px;
}