@charset "utf-8";
/* CSS Document */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}
audio,canvas,video{display: inline-block;}
audio:not([controls]){display: none;height: 0;}
/*Base*/
html {font:12px/1.5 "Microsoft Yahei","\5b8b\4f53",Arial,sans-serif;color:#666;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%; /*修正手持设备字体变化*/}
*,*:before,*:after{margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
a {text-decoration: none;background: transparent; /*修正win8系统IE连接灰色背景*/outline:none;	blr:expression(this.onFocus=this.blur());}
a:focus {outline: 0;}
a:active,a:hover{outline:0;/*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/}
img {border: 0;-ms-interpolation-mode:bicubic}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
button,input,select,textarea{font-family: inherit;font-size: 100%;margin: 0;outline:none;}
button,input{line-height:normal;}
button,select{text-transform:none;}
button,html input[type="button"], input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor:pointer;}
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding:0;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input.submit {border:0;margin:0;cursor: pointer;}
input.radio {width:13px;height:13px;float:left;display:inline;}
textarea {overflow:auto;vertical-align:top;}
table {border-collapse: collapse;border-spacing:0;}
ul,ol{list-style:none;float: left;}
li{list-style:none;float: left;}
/*清除浮动*/
.clear{zoom:1;}
.clear:after{visibility:hidden;display:block;font-size:0;content:"1";clear:both;height:0;}
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}

/*基本样式*/
body {
	background: #fff;
	color: #666;
	font: 12px/24px Arial,sans-serif;
	padding: 0;
	margin: 0;
}
a {
	color: #666;
}
a:hover {
	color: #44395e;
}
.ablock {width: 100%;height: 100%;display: block;}
.hide {display: none;}

/*布局*/
.wrap {
	position: relative;
	zoom: 1;
}
.wrap:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:"1";
	clear:both;
	height:0;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.header-wrap {
	position: relative;
	z-index: 1001;
}
.navbar-wrap {
	position: relative;
	z-index: 1000;
	background: #ddd;
}
.banner-wrap {
	position: relative;
}
.footer-wrap {
	position: relative;
}

.w1000{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.w1030{
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
.w1060{
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}


/*头部*/
.topbar {
	height: 36px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 12px;
	line-height: 36px;
	color: #8c8c8c;
	background: #fafafa;
}
.header {
	position: relative;
	height: 123px;
}
.header-logo {
	width: 288px;
	height: 82px;
	margin-top: 20px;
}
.header-slogan {
	width: 239px;
	height: 35px;
	margin-top: 68px;
}
.header-tel {
	width: 198px;
	height: 47px;
	margin-top: 51px;
}

/*导航条*/
.navbar {
	height: 52px;
	position: relative;
	margin: 0 auto;
	z-index: 600;
	font-size: 14px;
}
.navbar ul li {
	width: 132px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.navbar ul li.hover, .navbar ul li.on {
	background: #999;
}
.navbar ul li .navbar-p {
	position: relative;
	z-index: 10;
	display: inline-block;
	height: 52px;
}
.navbar ul li.hover .navbar-p {
	color: #fff;
}
.navbar ul li ul {
	background: #999;
}
.navbar ul li ul li a {
	color: #fff;
}
.navbar ul li ul li:hover {
	background: #ababab;
}
.navbar-sub {
	display: none;	
}
/*导航条-富媒体*/
.navbar-drop {
	display: none;	
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	background: rgba(255,255,255,.91);
}


/*banner*/
.i-banner{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 600px;
}
.i-banner .hd{
	position: absolute;
	width: 60px;
	left: 50%;
	z-index: 50;
	margin-left: -30px;
	bottom: 30px;
	overflow: hidden;
}
.i-banner .hd ul li {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #ababab;
	cursor: pointer;
	margin: 0 5px;
	display: block;
}
.i-banner .hd ul li.on {
	background: #6d6d6d;
}
.i-banner .bd ul {
	width: 100% !important;
}
.i-banner .bd ul li {
	width: 100% !important;
	height: 600px;
	background-position: top center;
	background-repeat: no-repeat;
}
/*banner中内容*/
.banner-p {
	width: 1000px;
	margin: 200px auto 0;
}
.banner-p span {
	display: block;
}
.banner-p .p-title {
	font-size: 40px;
	height: 60px;
	line-height: 60px;
}
.banner-p .p-span {
	font-size: 24px;
	height: 34px;
	line-height: 34px;
}
.i-banner .prev {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 80px;
	margin-top: -40px;
	display: block;
	z-index: 1;
	font-family: "simsun";
	color: #eee;
	font-size: 50px;
	line-height: 80px;
	text-align: center;
	left: 20px;
}
.i-banner .next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 80px;
	margin-top: -40px;
	display: block;
	z-index: 1;
	font-family: "simsun";
	color: #eee;
	font-size: 50px;
	line-height: 80px;
	text-align: center;
	right: 20px;
}
.i-banner-arrow {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 20px;
	overflow: hidden;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.i-banner-arrow-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: url("../style/i-banner-arrow.png") 0 0 no-repeat;
}
.n-banner {
	width: 100%;
	overflow: hidden;
	height: 430px;
}
.n-banner img {
	width: 1920px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.n-banner p {
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 50%;
	margin: 0;
	padding: 0;
	font-size: 40px;
	color: #fff;
}

/*基本模型*/
.box {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	float: left;
	position: relative;
}
.box-icon {
	position: absolute;
}
a.button {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999;
	transition: all .2s;
	text-align: center;
}
a.button:hover {
	border: 1px solid #666;
}
a.back2top {
	width: 37px;
	height: 33px;
	background: url(../style/back2top.png) 0 0 no-repeat;
	position: fixed;
	z-index: 1000;
	left: 50%;
	margin-left: 550px;
	bottom: 138px;
}

/*滑动媒体*/
.mediaScorll .bd ul li {
	width: 1000px;
	height: auto;
	float: left;
}
.mediaScorll .mediaList {
	width: 1000px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
/*图片特效*/
.imgBox {
	position: relative;
	padding: 20px;
	background: #999;
	overflow: hidden;
	cursor: pointer;
}
.imgBox-con {
	position: relative;
	overflow: hidden;
	width:269px;
}
.imgBox-con img {
	width: 100%;
	height: 100%;
}
.imgBox-bg {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}
.imgBox-con:hover .imgBox-bg {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.imgBox-txt {
	position: absolute;
	top: 30px;
	left: 30px;
	text-align: center;
	border: 1px solid #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.2s;
}
.imgBox-con:hover .imgBox-txt {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.imgBox-txt a {
	color: #fff;
}


/*css动画*/
.ani-view {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/*延迟加载*/
.lazy {
	background: url(../style/loading.gif) 50% 50% no-repeat;
	width: 100%;
	height: 100%;
}

.footer a{display:none;}

