body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
ol, ul {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
}
input {
	outline: none;
	border: none;
}
html {
	_overflow-y: scroll;
}
/*****！！页面通用css样式定义开始******/

html, body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
 _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
	font-family: "微软雅黑";
	/*文字字体定义 */
    font-size: 14px;
	/*文字大小定义 */
    color: #666666;
	/*文字颜色定义 */
    min-width: 1200px;
	outline: none;
}
* {
	word-break: break-all;
	word-wrap: break-word
}
/* 网站超链接css通用设置 */

a {
	text-decoration: none;
}
/* 链接无下划线,有为underline */

a:link {
	color: #2c2c2c;
}
/* 未访问的链接 */

a:visited {
	color: #2c2c2c;
}
/* 已访问的链接 */

a:hover {
	color: #2c2c2c;
	text-decoration: none;
}
/* 鼠标在链接上 */

a:active {
	color: #2c2c2c;
}
/* 点击激活链接 */

p {
	line-height: 24px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none
}
.show {
	display: block
}
.dib {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*清除浮动*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*清除浮动*/

.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.dib {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.red {
	color: red
}
/*表格样式定义 */

checkbox {
	border: 0px;
}
/*选择框样式定义 */

.input {
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px
}
ul, li {
	list-style: none
}
/*public*/

.size1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.backcolor {
	background: #006f68;
}
.color {
	color: #006f68;
}
/*header*/
.header_top {
	z-index: 9999;
	position: relative;
	height: 110px;
	/*border-bottom: 6px solid #006f68;*/
}
.header_top .logo {
	margin-top:27px;
}
.header_nav {
	height: 110px;
}
.header_nav>ul>li {
	float: left;
	height: 110px;
	line-height:110px;
	padding: 0 18px;
	text-align: center;
	position: relative;
}
.header_nav>ul>li>a {
	font-size: 18px;
	color: #333;
}
.header_nav>ul>li.add>a span {
	padding-right: 18px;
	background: url(../images/nav_on.png) no-repeat right center;
}
.header_nav>ul>li:hover>a, .header_nav>ul>li:active>a, .header_nav>ul>li.hover>a {
	color: #fff;
}
.header_nav>ul>li.add:hover>a span, .header_nav>ul>li.add:active>a span, .header_nav>ul>li.add.hover>a span {
	background: url(../images/nav_hover.png) no-repeat right center;
}
.header_nav>ul>li:hover:after, .header_nav>ul>li:active:after {
	height: 100%;
}
.header_nav>ul>li.hover {
	background: url(../images/nav_hover.jpg) repeat;
}
.header_nav>ul>li:before {
	speak: none;
	text-transform: none;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.header_nav>ul>li:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: url(../images/nav_hover.jpg) repeat;
}
.erji {
	padding-top: 6px;
	position: absolute;
	top: 110px;
	z-index: 19;
	left: 0;
	width:100%;
	display: none;
}
.erji>li {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: #fff;
}
.erji>li>a {
	color: #333;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.erji>li:hover {
	background: #006f68;
}
.erji>li:hover>a {
	color: #fff;
}
.header_chat {
	margin-top: 50px;
}
.header_chat ul li {
	float: left;
	margin-left: 23px;
	position: relative;
}
.header_chat ul li div {
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
}
.header_chat ul li div img {
	width:180px;
	height: 180px;
}
.header_top.nav01 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background: #fff;box-shadow:3px 3px 3px rgba(0,0,0,.2);
}
/*首页banner*/
.banner17 {
	overflow: hidden;
}
.banner17 .shutter {
	overflow: hidden;
	width: 1920px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.banner17 .shutter-img {
	z-index: 1;
}
.banner17 .shutter-img, .banner17 .shutter-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner17 .shutter-img a {
	cursor: default;
}
.banner17 .shutter-img a>img {
	width: 1920px;
	height: auto;
}
.banner17 .shutter-img .created {
	overflow: hidden;
	position: absolute;
	z-index: 20;
}
.banner17 .shutter-btn {
	width: 1300px;
	height: 64px;
	z-index: 9;
	position: absolute;
	top: 50%;
	margin-left: -650px;
	margin-top: -32px;
	left: 50%;
	clear: both;
	display: none;
}
.banner17:hover .shutter-btn {
	display: block;
}
.banner17 .shutter-btn li {
	width: 64px;
	height: 64px;
	cursor: pointer;
}
.banner17 .shutter-btn li.prev {
	float: left;
	background: url(../images/public/left3.png) no-repeat;
}
.banner17 .shutter-btn li.next {
	float: right;
	background: url(../images/public/right3.png) no-repeat;
}
.cover {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}






/*foot*/
.foot{ width:100%; height: auto; margin:0 auto; background:#333333; padding-top:45px; padding-bottom:40px; }
.foot .main{ width:1200px; height:auto; margin:0 auto; }

.botlogo{ display:block; float:left; margin-right:100px}

.navigationa{ width:225px; height:auto; display:block; float:left; margin-right:95px}
.navigationa .title{ height:43px; line-height:43px; border-bottom:1px solid #a1a1a1}
.navigationa .title p{ float:left; border-bottom:1px solid #ffffff; font-size:20px; color:#d0d0d0; line-height:43px}
.navigationa .content{ margin-top:10px}
.navigationa .content li{
	width: 35%;
    height: 35px;
    display: block;
    float: left;
    margin-right: 25%;
	}
.navigationa .content li a{ line-height:35px; font-size:14px; color:#d0d0d0}
.navigationa .content li:nth-child(2n){ margin-right:0}



.contact{ width:305px; height:auto; display:block; float:left; }
.contact .title{ height:43px; line-height:43px; border-bottom:1px solid #a1a1a1}
.contact .title p{ float:left; border-bottom:1px solid #ffffff; font-size:20px; color:#d0d0d0; line-height:43px}
.contact .content{ margin-top:10px; font-size:14px; line-height:35px; color:#d0d0d0;}
.contact .content *{ font-size:14px; line-height:35px; color:#d0d0d0;}
.contact .content strong{ font-size:14px; line-height:35px; color:#d0d0d0}

.attention{ width:245px; height:auto; display:block; float:right}
.attention .title{ height:43px; line-height:43px; border-bottom:1px solid #a1a1a1}
.attention .title p{ float:left; border-bottom:1px solid #ffffff; font-size:20px; color:#d0d0d0; line-height:43px}
.attention .content1{margin-top:22px;}
.attention .content1 ul li{ float:left; margin-right:16px; text-align:center; display:block; font-size:14px; color:#d0d0d0; line-height:35px}
.attention .content1 ul li img{}

.footer{ width:100%; height:65px; margin:0 auto; background:#282828}
.footer ul{ width:1200px; height:65px; margin:0 auto;}
.footer ul li{ display:block; text-align:center;line-height:65px;font-size:14px; color:#666666;}
.footer ul li a{line-height:65px; font-size:14px; color:#666666;}


.textover{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}