@charset "utf-8";
div{
	margin:0;
}
.margin-auto{
	width:1200px;
	margin:0 auto;
}
.header{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	background-color:#1a2321;
	height:30px;
	overflow:hidden;
}
.header h1{
	float:left;
	color:#fff;
	font-size:14px;
	line-height:30px;
}
.header h1 span{
	color:#fff;
}
.header ul{
	float:right;
}
.header ul li{
	float:left;
	margin:0 15px;
	overflow:hidden;
}
.header ul li img{
	float:left;
	margin-top:8px;
	margin-right:8px;
}
.header ul li a{
	float:left;
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.header ul li:hover a{
	color:#009d9b;
	transition:.3s;
}
.logo-in{
	width:100%;
	min-width:1200px;
	height:128px;
	overflow:hidden;
	background-color:#fff;
}
.logo-in .margin-auto{
	overflow:hidden;
	height:128px;
	background-image:url(../images/hbg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
.logo{
	float:left;
	margin-top:18px;
}
.search{
	display:block;
	margin:0;
	padding:0;
	float:right;
	margin-right:330px;
	margin-top:56px;
}
.search-txt{
	float:left;
	width:265px;
	line-height:38px;
	height:36px;
	border:1px solid #009d9b;
	font-size:12px;
	padding-left:10px;
	margin:0;
}
.search-btn{
	float:left;
	width:60px;
	height:38px;
	line-height:38px;
	font-size:12px;
	color:#fff;
	text-align:center;
	background-color:#009d9b;
	cursor:pointer;
	margin-left:-60px;
}
.search-btn:hover{
	background-color:#02a8a6;
}
.search-btn:active{
	background:#fca000;
}
.nav{
	 width:100%;
	 min-width:1200px;
	 position:relative;
	 z-index:200;
	 background-color:#009d9b;
}
.nav>ul>li{
	position:relative;
	float:left;
	cursor:pointer;
	z-index:200;
}
.nav>ul>li:hover{
	background-color:#00b3b0;
	color:#fff;
	transition:.4s;
	-moz-transition:.2s; /* Firefox 4 */
	-webkit-transition:.2s; /* Safari 和 Chrome */
	-o-transition:.2s; /* Opera */
}
.nav>li:hover a{
	color:#fff;
}
.nav>ul>li>a{
	display:block;
	font-size:14px;
	text-align:center;
	line-height:50px;
	padding:0 22px;
	color:#fff;
	background-image:url(../images/nl.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}
.nav>ul>li:first-child>a{
background-image:none;
}
.nav>ul>li:last-child>a{
background-image:none;
}
.subnav{
	position:absolute;
	left:0;
	border:#0e419c;
	width:200px;
	color:#fff;
	display:none;
	border:1px solid #008381;
	z-index:999;
	border-top:none;
}
.subnav>li{
	position:relative;
	width:100%;
	height:44px;
	background-color:#009d9b;
}
.subnav>li>a{
	display:block;
	margin-left:12px;
	margin-right:12px;
	color:#fff;
	line-height:44px;
	height:43px;
	text-align:center;
           font-size:14px;
	border-bottom:1px solid #27a4a2;
}

.subnav>li>a:hover{
	color:#fff;
	border:none;
}
.subnav>li:hover{
	background-color:#00b2b0;
	transition:.3s;
}

.second-nav{
	position:absolute;
	width:200px;
	right:-202px;
	top:0;
	background-color:#009593;
	display:none;
	border:1px solid #27a4a2;
	overflow:hidden;
}
.second-nav>li{
	width:100%;
}
.second-nav li:hover{
	background-color:#27a4a2;
}
.second-nav>li>a{
	line-height:42px;
	display:block;
	text-align:center;
	color:#fff;
           font-size:14px;
	border-bottom:1px solid #27a4a2;
}
.second-nav>a:hover{
	color:#fca000;
}
.nav .current{
	background-color:#00b3b0;
	color:#fff;
	background-image:url();
}
/*nav-over*/
.sidebar{
	float:left;
	width:200px;
}
.sidebar-ul{
	margin-bottom:20px;
	background:#fff;
	border:1px solid #dedede;
}
.sidebar-ul .sd-title{
	height:58px;
	background:#009b9d;
}
.sd-title span{
	color:#fff;
	font-size:16px;
	margin-left:30px;
	border-bottom:2px solid #00b0b3;
	line-height:54px;
	margin-top:2px;
}
.sd-title h1{
	height:56px;
	padding-top:2px;
	color:#fff;
	padding-left:30px;
	font-size:16px;
	border-bottom:2px solid #008f91;
}
.sidebar-ul>li{
	line-height:40px;
	background-image:url(../images/t-jt-h.png);
	background-repeat:no-repeat;
	background-position:180px 16px;
	border-bottom:1px solid #f2f2f2;
}
.sidebar-ul>li>a{
	display:block;
	font-size:14px;
	color:#727272;
	    padding: 0 30px;
    text-align: center;
	background-repeat:no-repeat;
	background-position:20px center;
}
.sdu-second{
        display:none;
}
.sdu-second>li>a{
	display:block;
	padding-left:52px;
	color:#727272;
           font-size:14px;
}
.sdu-second>li>a:hover{
	color:#fff;
	background-color:#00b3b0;
}
.sidebar-ul>li>a.movec{
	color:#fff;
	background-color:#009b9d;
	
	background-repeat:no-repeat;
	background-position:20px center;
}
.sidebar-ul>li>a.active{
	color:#fff;
	background-color:#009b9d;
	
	background-repeat:no-repeat;
	background-position:20px center;
}
.position{
          font-size:14px;
          color:#545454;
}
.position a{
          font-size:14px;
          color:#545454;
}

.footer{
	width:100%;
	min-width:1200px;
	height:160px;
	overflow:hidden;
	background-color:#067f72;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.footer .margin-auto{
	overflow:hidden;
}
.footer .logo{
	float:left;
	width:300px;
	margin-right:20px;
}
.f-left{
	float:left;
	width:580px;
		margin-top:20px;
}
.f-left dl{
	float:left;
	margin-right:36px;
}
.f-left dl dd{
	float:left;
	margin:0 6px;
}
.f-left dl dd a{
	color:#dcffff;
	font-size:14px;
	line-height:34px;
}
.f-left dl dt{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#dcffff;
	margin-right:6px;
	line-height:34px;
}
.f-left h1{
	float:left;
	color:#dcffff;
	margin-right:46px;
	padding-left:22px;
        line-height:24px;
	background-image:url(../images/tel.png);
	background-repeat:no-repeat;
	background-position:left center;
          font-size:14px;
}
.f-left h2{
	float:left;
	color:#dcffff;
	padding-left:22px;
        line-height:24px;
	background-image:url(../images/address.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.f-right{
	float:right;
          width:;
	margin-top:20px;
}
.f-right .icon{
	position:relative;
	float:left;
	margin:0 21px;
          margin:0 18px;
}
.f-right .icon h3{
	color:#dcffff;
	text-align:center;
          font-size:14px;
}
.f-right .pcode{
	position:absolute;
	left:-65px;
	bottom:0;
	background-color:red;
	width:65px;
	height:65px;
	display:none;
}
.footer p{
	width:1400px;
	margin:0 auto;
	background-image:url(../images/cl.png);
	background-repeat:no-repeat;
	background-position:top center;
	line-height:50px;
	color:#dcffff;
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.footer .cpr{
	overflow:hidden;
	width:478px;
	margin:0 auto;
	height:50px;
	margin-top:5px;
}
.footer .margin-auto{
	background-image:url(../images/cl.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:10px;
}
.footer .sy{
	float:left;
	margin-top:5px;
	width:38px;
}
.footer .cpr p{
	float:left;
	width:440px;
	background:none;
	line-height:50px;
	margin-top:0;
}
.footer h1,.footer h2{
          font-size:14px;
}

