@charset "utf-8";

/***
=====================================
Author:baihome
Maker Date:2015-11-24
=====================================
***/

/***全局css定义***/
body{
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "微软雅黑", "宋体";
	position:relative;
	margin: 0 0;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#006c66;
	text-decoration:none;
}

.left {float:left;}
.right {float:right;}
.center{margin:0 auto;}

.bgcolor1 {background-color: #006c66 !important;}
.bgcolor2 {background-color: #dde8e7 !important;}
.color1 {color: #006c66 !important;}
.color2 {color: #fff !important;}
.text-center {text-align: center;}
.bg-white {background-color: #fff;}
.toblock {display: block;}

hr{height: 1px; background-color: #006c66;}

.clear{
	clear: both;
}
.nobg{background:none;}
.nopadding{padding:0px !important;}
.nomargin{margin:0px !important;}
.border_l_line{border-left:3px solid #006c66;}

.pd10{padding:10px;}
.pd20{padding:20px;}
.pd30{padding:30px;}
.pd40{padding:40px;}
.pd50{padding:50px;}

.mt10{margin-top: 10px !important; }
.mt20{margin-top: 20px !important; }
.mt30{margin-top: 30px !important; }
.mt40{margin-top: 40px !important; }
.mt50{margin-top: 50px !important; }

.ml10{margin-left: 10px !important; }
.ml20{margin-left: 20px !important; }
.ml30{margin-left: 30px !important; }
.ml40{margin-left: 40px !important; }
.ml50{margin-left: 50px !important; }

.font12{font-size: 12px !important;}
.font14{font-size: 14px !important;}
.font16{font-size: 16px !important;}
.font18{font-size: 18px !important;}
.font24{font-size: 24px !important;}
.font26{font-size: 26px !important;}
.font32{font-size: 326px !important;}

.lh24{line-height: 24px !important;}
.lh36{line-height: 36px !important;}

.view{line-height: 36px;text-indent: 2em;}


.bottom_line_gray{border-bottom: 1px solid #ddd;}
.bottom_line{border-bottom: 1px solid #006c66;padding-bottom: 30px;}

.contenter {min-height:600px;}

/***===============================
顶部和底部
===============================***/
.top{
			background-color: #006c66;width: 100%;height: 120px;
		}
		.top .mylogo{
			width:1200px; margin: 0 auto;height: 120px;
		}
		
		.header {width: 100%;height: 40px;border-bottom: 1px solid #ccc;background-color: #fff;}
		.header .menu {width:1200px;height: 36px;line-height: 36px;margin:2px auto;}
		.header .menu li{float: left;font-size: 16px;width:110px;text-align: center;}
		.header .menu .sli{width:10px;}
		
		.active {color:#006c66;font-weight: 600;}
		
		.slider_img {width: 1260px;height:460px;margin:0 auto; margin-top:20px;}
		
		
		.footer {width: 100%; height: 120px; background-color:#006c66 ;padding-top: 20px;}
		.foot {width: 1200px;margin: 0 auto;}
		.footer .foot .addinfo {display: block;float: left;padding-left: 200px;}
		.footer .foot .addinfo li{line-height: 36px;color: #fff;font-size: 16px;}
		.footer .foot .addinfo .address {background: url(../img/address.png) top left no-repeat;padding-left:50px; float: left;padding-right: 30px;}
		.footer .foot .addinfo .mail {background: url(../img/mail.png) top left no-repeat;padding-left:50px; float: left;padding-right: 30px;}
		.footer .foot .addinfo .tel {background: url(../img/tel.png) top left no-repeat;padding-left:50px; padding-right: 30px;float: left;}
		.footer .foot_logo{float:right;padding-right:30px;}