﻿/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;
vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}






table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */

/****end reset*****/


.wrap{
	width:1200px;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
/*----start-header-----*/
.header{

	 background-color:#fff;
}



/* 横向两级主导航开始 */
.MainNav{clear:both;height:53px;color:#fff;background:url(../images/navzz66.jpg) repeat-x;overflow:hidden;}
.MainNav ul{text-align:center;padding:0 0 0 30px; width:1100px; margin:auto;}
.MainNav li{float:left;line-height:50px; font-size:18px;display:inline; color:#fff; overflow:hidden;}
.MainNav li a{padding:0 30px; background:url(../images/navlb.png) no-repeat;  font-weight:bold; color:#fff; display:block; overflow:hidden;}
.MainNav li a:hover{color:#990c0c; font-weight:bold; background-color:#fff; overflow:hidden;}
.MainNav .On a{line-height:50px;color:#fff;background:url(../images/navlb.png) no-repeat; overflow:hidden; font-weight:bold;}
.MainNav .On a:hover{color:#012231; overflow:hidden;}

.hbdh {padding-top:0px; }


.logo{
	
	float: left;
	padding:2px 0;
}





.top-nav{
	float:right;
}
.top-nav ul li{
	display:inline-block;
	float:left;
}
.top-nav ul li a{
	font-family: 'Roboto', sans-serif;
	color: #d6d6d6;
	padding: 40px 25px;
	display: block;
	position: relative;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 0.875em;
	position:relative;
}
.top-nav li.active a, .top-nav li a:hover {
	color:#FFF;
	background:#00B895;
}


/*---start-content----*/
.content {
}
.content_top{
	background:#edeae6;
	padding:20px 0;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	position:relative;
}
.content_top:after{
	content: '';
	position:relative;
	width: 0;
	height: 0;
	border:20px solid #FFF;
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left:0%;
	top: -20px;
	margin-left: -10px;
}
.content_top h1 a{
	font-size:3em;
	color: #fff;
	padding-bottom:14px;
}
.content_top span a{
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	background-color:#009175;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size:1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.content_top span a:hover{
	background:#222;
}
.content_top p{
	font-size:1em;
	line-height: 1.8em;
	color: #fff;
	margin-bottom: 24px;
	margin: 14px 0px 24px 0px;
}
.content-grids {
	padding:40px 0;
	background:#FFF;
}
.grid{
	float: left;
	width: 31%;
	background: #fff;
	border: 1px solid #EBEBEB;
	color: #7e7e7e;
	text-align: center;
	margin-right:3%;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.grid h3{
	text-transform: uppercase;
	padding: 8px 0;
	margin-bottom: 8px;
	font-size: 1.6em;
	color:#00B895;
	
	font-family: 'PT Sans Narrow', sans-serif;
}
.grid p{
	font-size: 0.875em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
    text-align:justify;
}
.button{
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	background-color:#999933;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.button:hover{
	background-color: #cc3333; color:#fff;
}
.last-grid{
	margin:0px;
}
/*-----specials-heading----*/
.specials{
	background:#EDEAE6;
	padding:50px 0;
	position:relative;
}
.specials:after{
	content: '';
	position:absolute;
	width: 0;
	height: 0;
	border:20px solid #FFF;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left:50%;
	top:0px;
	margin-left: -10px;
}
.specials-heading h3{
	font-family: 'Roboto', sans-serif;
	font-size: 1.8em;
	color:#6C6C6D;
	text-align: center;
	text-transform: uppercase;
	
}
/*----special-grid------*/
.special-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color:#5F5F5F;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid a:hover{
	color: #009175;
}
.special-grid p{
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.spe-grid{
	margin: 0px;
}
.specials-grids {
	padding: 1px 0;
}
/*----start-testmonial-grid----*/
.testmonials{
	text-align:center;
	background:#FFF;
	padding:50px 0;
}
.testmonial-grid h3{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color:#323A45;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em 0 0.5em 0;
}
.testmonial-grid p{
	font-size: 0.875em;
	color:#8A8A8A;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px 0;
	margin:0 auto;
	width:80%;
	line-height: 1.8em;
}
.testmonial-grid a{
	font-size: 0.875em;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color:#45B39E;
}
/*---start-footer-----*/
.footer{
	background:#45B39E;
	padding: 10px 0;
	position:relative;
	 background-color:#09F;
	 background:url(../images/foot2.jpg) repeat-x;
}
.footer:after{
	content: '';
	position:absolute;
	width: 0;
	height: 0;
	border:20px solid #45B39E;
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left:50%;
	top:-20px;
	margin-left: -10px;
}
.footer-grid{
	float:left;
	width:23%;
	margin-right:2%;
}
.footer-grid h3{
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.footer-grid p{
	font-size: 0.875em;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.footer-grid ul li a{
	display:block;
	padding:10px 0px;
	border-bottom: 1px solid #5AC5B1;
	font-size: 0.875em;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:uppercase;
}
.footer-grid ul li a:hover{
	color:#005F4D;
}
.footer-lastgrid{
	margin:0;
}
.email-link{
	color:#FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:lowercase;
}
.email-link:hover{
	color:#FFF;
}
/*---start-copy-right-----*/
.copy-right{
	text-align:center;
	padding:1em;
	
}
.copy-right p{
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.copy-right p a{
	color: rgba(148, 145, 145, 0.84);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.copy-right p a:hover{
	color:#FFF;
}
/*---about-us----*/
.about-us {
	padding: 50px 0;
}
.about-header h5{
	float: left;
	width: 30%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
.about-header h3{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	background:url(../images/bg-h2.png) repeat-x center;
}
.about-info a{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	color:#009175;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
.about-info p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
/*---start-services----*/
.services {
	padding: 50px 0;
}
.services-header h5{
	float: left;
	width: 40%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
.services-header h3{
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	color: #012231;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
	background:url(../images/bg-h2.png) repeat-x center;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 4% 0%;
}
.grid2{
	border-top: 1px solid rgba(192, 192, 192, 0.39);
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0;} 

.images_1_of_2 {
	width: 46.96%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width: 18.2%;
}
.list_2_of_1 {
	width: 70.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
	padding-top: 25px;
}
.list_2_of_1  h3{
	font-family: 'Roboto', sans-serif;
	font-size:1.6em;
	color: #626262;
	text-transform:uppercase;
	text-align: left;
}
.list_2_of_1 h3 span{
	color:#00B895;
}
.list_2_of_1  p{
	font-size:0.85em;
	color:#949191;
	line-height:1.8em;
	margin: 0px 0px 16px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.list_2_of_1 h4{
	color:#A8A8A8;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0px;
}
/*---plans-404page-----*/
.error-page{
	text-align:center;
}
.error-page p{
	font-family: 'Roboto', sans-serif;
	font-size: 4em;
	color: #012231;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.error-page h3{
	font-family: 'Roboto', sans-serif;
	font-size: 10em;
	color:#00B895;
	text-shadow: -2px 3px 4px #9B9B9B;
}
.error-page {
	padding: 200px 0px 0 0;
	min-height: 425px;
}
/*---start-contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	padding: 0.5em 0;
	color: #012231;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	padding-bottom:5px;
	color: #012231;
	text-transform: uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
		   padding: 8px;
			display: block;
			width: 98%;
			border: none;
			outline: none;
			color: #464646;
			font-size: 0.8125em;
			font-family: Arial, Helvetica, sans-serif;
			border: 1px solid rgba(85, 85, 85, 0.19);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.mybutton{
	font-family: 'Roboto', sans-serif;
	background: #012231;
	color: #d6d6d6;
	padding: 15px 40px;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
}
.mybutton:hover{
	background: #00B895;
	color: #FFF;
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#012231;
	cursor:pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.company_address p span:hover{
	color:#00B895;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.grid{
		width:27.8%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:40px 15px;
	}
	.grid{
		width:26.8%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.footer{
		padding:0;
	}
	.footer-grid h3{
		margin-bottom:5px;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:41px 5px;
		font-size:0.75em;
	}
	.grid{
		float:none;
		width:94%;
		padding:3%;
		margin:15px 0;
	}	
	.content_top{
		padding:10px 0;
	}
	.content_top:after{
		top:-10px;
	}
	.special-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}	
	.specials{
		padding:30px 0 0 0;
	}
	.specials-grids{
		padding:10px 0;
	}
	.testmonials{
		padding:0 0 30px 0;
	}
	.footer-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.services{
		padding:20px 0;
	}
	.images_1_of_2{
		width:94%;
		padding:3%; 
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.list_2_of_1{
	  width:78.2%;	
	}
	.error-page{
		padding:20px 0;
		min-height:0;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.logo{
		float:none;
		text-align:center;
		padding:5px 0;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.top-nav{
		float:none;
		text-align:center;
	}	
	.top-nav ul li{
		float:none;
	}
	.top-nav ul li a{
		padding:15px 20px;
	}
	.content-grids,.about-us{
		padding:20px 0;
	}
	.testmonial-grid p{
		width:100%;
	}
	.error-page p{
		font-size:2em;
	}
	.error-page h3{
		font-size:6em;
	}
	.col { 
		margin:0;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:15px 4px;
	}
	.content_top p{
		font-size:0.8em;
		line-height:1.6em;
		margin:5px 0 25px 0;
	}
	.specials-heading h3{
		font-size:1.5em;
	}
	.special-grid p{
		padding:0;
	}
	.testmonial-grid h3{
		font-size:1.5em;
		padding:5px 0;
	}
	.testmonial-grid p{
		padding:0;
	}
	.about-info a{
		font-size:0.8em;
	}
	.list_2_of_1 h3{
		font-size:1.3em;
	}
}
		
		
		
		
		
		
		
		
		
		
		
		


#wrapper {
	background:#fff;
	position:relative;
}

a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none; font-size:14px;
}

a:hover {
	color:#444;
}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:450px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
	 margin-bottom:3px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的*/
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的*/
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 425px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 425px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	
	
}


.nav{ height:88px;   width:1920px; margin:0px auto;  background-color:ccc;}

/*导航菜单*/
.navigation {
		clear: both;
		
		height:88px;
		background:url(../images/navv.png) no-repeat center;
	
		
	}
	
	.style-1 .navigation,
	.style-2 .navigation {background-color: #d9dadb;}
	
	.style-3 .navigation,
	.style-4 .navigation,
	.style-5 .navigation {background-color: #cacbcc;}
	.style-6 .navigation {background-color: #4a5063;}

			.navigation > ul > li {
				position: relative;
				float: left;
				margin: 0;
				list-style: none;
			}
			
			.ie7 .navigation > ul > li {}
			
				.navigation > ul > li > a {
					position: relative;
					display: block;
					padding: 0 28px;
					text-align: left;
					text-transform: uppercase;
					font-size: 12px;
					font-family: 'Adamina', serif;
					vertical-align: top;
					line-height: 45px;
				}

                	.navigation > ul > li > a:hover { color:#012231;
					
				}
				
				.ie7 .navigation > ul > li > a {height: 60px;}
			
			


					.navigation > ul > li.current > a:hover {color: #ccc; font-size:18px; font-weight:600;}

					
					
				/* Dropdown */
				
				.navigation > ul > li:hover > ul {padding-top: 1px;}
				
				.navigation li:hover > ul {
					display: block;
					top: 45px;
					opacity: 1;
					visibility: visible;
				}

				.navigation ul ul {
					position: absolute;
					left: 0;
					top: 50px;
					z-index: 99;
					opacity: 0;
					visibility: hidden;
					padding: 0;
					width: 169px;
				}
				
				.not-ie .navigation ul ul {
					-webkit-transition: all .2s ease-in-out;
					   -moz-transition: all .2s ease-in-out;
					    -ms-transition: all .2s ease-in-out;
					  	 -o-transition: all .2s ease-in-out;
							transition: all .2s ease-in-out;	
				}

				.navigation ul > li:hover ul li:hover ul {
					opacity: 1;
					left: 170px;
					display: block;
				}

					.navigation ul ul li {position: relative;}
					
					.ie7 .navigation ul ul li {height: 34px;}
					
					.navigation ul ul li:last-of-type > a {border-bottom: none;}

						.navigation ul ul a {
							display: block;
							padding: 9px 10px;
							border-bottom: 1px solid #f2f3f4;
							background-color: #D9DADB;
							text-align: left;
							color: #124162;
							letter-spacing: 0;
							font-weight: 600;
							font-size: 14px;
							font-family: 'Adamina', serif;
						}
						
						.style-1 .navigation ul ul a {color: #124162;}
						.style-2 .navigation ul ul a {color: #373a3c;}
						
						.style-3 .navigation ul ul a,
						.style-4 .navigation ul ul a {
							border-bottom: 1px solid #e3e4e5;
							background-color: #cacbcc;
							color: #373a3c;
						}
						
						.style-5 .navigation ul ul a {
							border-bottom: 1px solid #e3e4e5;
							background-color: #cacbcc;
							color: #373a3c;
						}
						
						.style-6 .navigation ul ul a {
							border-bottom: 1px solid #676f88;
							background-color: #4a5063;
							color: #fff;
						}

						.navigation > ul ul li:hover > a,
						.navigation .active > a {color: #fff;}
						
					
						
						.navigation ul ul li:hover > a .rightarrowclass {background-position: 0 -19px;}

				/* Sub Dropdown */

				.navigation ul ul ul {
					left: 170px !important;
					top: 0 !important;
				}
				
				.not-ie .navigation ul ul ul {
					-webkit-transition: all .2s ease-in-out;
					   -moz-transition: all .2s ease-in-out;
					    -ms-transition: all .2s ease-in-out;
					  	 -o-transition: all .2s ease-in-out;
				}

		/* Nav Responsive  */

		.navigation .nav-responsive {
			display: none;
			margin: 15px 0;
			padding: 6px 8px;
			width: 68%;
			border-color: #ccc;
			background-color: #fff;
			background-image: url(../images/nav-bg.png);
			background-position: right center;
			background-repeat: no-repeat;
		}
		
		
		
	.clear { clear:both; line-height:0px; overflow:hidden; zoom:1; font-size:0px; content:'.'; }
img{ padding:0; margin:0; display:block;}
a img { border:none; }
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:12px;}
.fl{float:left; display:inline;}
.fr {  display: inline; float: right;}
img , input{border:0; display:inline-block; outline:none;}
.warp{height:auto; margin:0 auto; overflow:hidden; position:relative;}
div{ display:block;}
	
		
.c_meau{ width:211px; height:380px; position:fixed;  left:56%; margin-left:600px; bottom:-380px; display:none;}
.c_meau .fl{ width:125px;}
.c_meau .fl h4{ width:100%; height:61px; background:url(../images/meau41.gif) no-repeat; color:#81511c; font-size:16px; line-height:22px; text-align:center; padding:8px 0; font-weight:bold;}
.c_meau .fl_o{ background:#fff; margin:-16px 0; padding:10px 0 0 0;}
.c_meau .fl_o_o{ color:#7d7d7d; font-size:14px; }
.c_meau .fl_o_o { padding-bottom:10px; border-bottom:1px solid #e5e5e5; width:108px; text-align:center; margin:auto auto 10px auto;}
.c_meau .fl_o_o dd{ line-height:14px;}
.c_meau .fr_o{ margin:90px 0 60px 0;}
.c_meau .fr_t{ margin-left:8px; cursor:pointer;}
.c_meau{ height:auto; bottom:-430px; display:block;}
.c_meau .fl_o_o dd{ line-height:22px;}
.c_meau .fl_o{ margin:-16px 0 -11px 0;}
.c_meau .fr_o {margin: 90px 0 168px 0;}

@media screen and (max-device-width: 1366px)
{
	.c_meau{ margin-left:470px; z-index:100;}
}
		
		
/* news */
.news{ width:550px; margin:10px 0; }
.news h2{ font-size:14px; line-height:40px}
.news h3{ font-size:12px; line-height:26px; }
.news h3 a{ padding:0 0 0 20px; color:#333366; font-weight:600; }
.news h3 a:hover{ padding:0 0 0 20px; }
.topnew{ border-bottom:#CCC 1px dashed; overflow:hidden;}
.topnew img{ height:100px; border:#CCC 1px solid; padding:3px; float:left; clear:left; margin-right:20px}
.topnew p{  margin-bottom:10px; line-height:1.5; color:#666; font-size:14px; }
.topnew p a{ display:block; line-height:24px; padding:5px; color:#333366; font-size:14px;}
.topnew p a:hover{ color:#F00; text-decoration:underline; }
.newlist{ margin:10px 0}
.newlist li{ line-height:28px; height:29px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; background:url(../images/li.jpg) left no-repeat; padding-left:10px}
.newlist li a{ color: #333; display:block; font-size:14px; border-bottom:1px dashed #CCC;}
.newlist li a:hover{ padding-left:10px;  }
/* links */
article{width:1200px; margin:auto; overflow:hidden; }
.links{ width:100%; margin:auto;}
.links h2{ color:#000; line-height:40px; font-size:14px}
.links ul{border-top:#c8c8c8 1px solid ; padding:10px 0}
.links ul img{ display:inline;margin:2px; width:88px; height:31px  }
.links ul li a{ display:block; background:#393939; color:#ACABAB; padding: 0 10px}
.links ul li a:hover{ background:#393939; color:#FFF;border-radius:5px}

.left{ float:left}
.right{ float:right}



/* 头部搜索 */
#header{
	width:100%;
	margin: 0 auto;
	overflow:hidden;
	background:#fff;
	padding:0 0px;
}



.biaozhi{width:524px; height:100px; float:left;}
sousuo { width:120px; height:100px; float:left;}
.dianhua { width:120px; height:100px; float:left;}



/* 网站头部图片开始 */
.top_img{width:100%; height:120px;  background:url(../images/top_bg1.jpg) 0 0 no-repeat;}
.top_img ul{width:1200px; height:100px; background:url(../images/zzly.png) 0 0 no-repeat;   margin:0px auto;}




.iflash{ width:1016px; height:100px; padding-top:4px; margin:0px auto; }

/* 搜索开始 */
.searchs{ padding-top:28px; padding-left:720px;}/* 如果在IE6下有问题，请加入_margin-top:5px; */
.searchs .txt{border:#006699 solid 2px; height:28px; width:180px; color:#006699;}
.searchs input{ vertical-align: bottom;  }
.searchs span { color:#fff; height:30px;}

.searchrm{ padding-top:7px; padding-left:790px; font-size:12px;}
.searchrm a{  padding-left:10px; font-size:12px; color:#000;}

/* 栏目页布局 */


/* 当前位置 */
.location{height:32px;line-height:32px;padding-left:33px;border:1px solid #dedede;margin-bottom:8px;color:#999;background:url(../images/home_bg.gif) 10px 5px no-repeat;}
.location a{color:#999;}
.location a:hover{color:#333;}

/* 栏目页布局 */
.list_left{float:left;width:712px;overflow:hidden;}
.list_right{float:left;width:260px;margin-left:8px;display:inline;}

.list{ padding:8px;}
.list ul{}
.list ul li{ font-size:14px; height:30px; line-height:30px; overflow:hidden;}


/* 默认的盒子 */
.box{border:#e2e2e2 solid 1px;}
.box11{border:#e2e2e2 solid 1px; margin-top:10px;}

/* 公共栏目导航条 */
.dh { height:35px; line-height:32px; background:url(../images/dh1.png) #f2f2f2 repeat-x;}
.more {float:right;  width:67px; height:32px; color:#666; padding-right:3px; }
.more a { color:#999999; float:right; padding-right:8px; }
.more a:hover{ color:#dedede;}
.name { padding-left:30px; background:url(../images/namebj2.png) no-repeat; font-size:14px; color:#339900;}
.name span{ font-weight:500; font-family:Arial, Helvetica, sans-serif;  padding: 0 10px; font-size:12px;}

/* 分页 */
.page{height:32px;margin-top:4px;padding:0px 10px 0px 10px;line-height:32px;border:#d3d3d3 solid 1px;background:#f4f4f4;letter-spacing:1px;color:#666;}
.page span{float:right;}
.page a{color:#1b82cb;}
.page a:hover{color:#F30;}
.page select{}

.m_b{margin-bottom:8px;}

/* 两图并列开始 */
.right_img{ padding-top:8px; width:248px;}
.right_img li{float:left;width:114px;height:125px;text-align:center; margin:0 0 0 9px; display:inline;}
.right_img li img{
	width:110px;
	height:86px;
	padding:1px;
	border: 1px solid #dedede;
}
.right_img li p{height:28px;line-height:24px;overflow:hidden;}
/* 两图并列开始表结束 */

/* 链接 */
a{ color:#333; text-decoration:none; } /* 未访问的链接 */
a:hover { color:#BC2D09; text-decoration:none; } /* 鼠标移动到链接上 *//

.clear {clear: both;}

/* 最新信息 */
.zxnews{_float:left;}
.zxnews ul{ padding:6px;}
.zxnews ul li{ height:26px; line-height:26px; overflow:hidden; background:url(../images/8.gif) 0 10px no-repeat; padding-left:15px;}


.zxnews1{_float:left;}
.zxnews1 ul{ padding:6px; font-size:14px;line-height:26px; }
.zxnews1 ul li{ height:26px; line-height:26px; overflow:hidden; background:url(../images/8.gif) 0 10px no-repeat; padding-left:15px;}



/* 网站整体布局 */
#mainBody, #footer{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	padding:0 8px;
   
}



#mainBody, #footer{padding-top:8px; padding-bottom:60px;}
.foot{ background-color:#D7D7D7;}
.f01{ padding-bottom:10px;}
.foot p{ text-align:center; height:26px; line-height:26px; color:#666;}
.foot p span{ padding: 0 8px;}

/* 默认的文章列表 */
.list { padding:0px; }
.list ul{ padding:5px;}
.list li{ height: 35px; line-height:35px; overflow:hidden; background:url(../images/1.gif) 0 10px no-repeat; padding-left:10px;}

/* 图片列表开始 */
.list_imgs { padding:8px;}
.list_imgs ul{ margin:20px 0; float:left;}
.list_imgs li { float:left; margin: 0px 12px 0px 16px; width:200px; height:248px; color:#666; display:inline;}
.list_imgs li img { width:195px; height:195px; padding:0px; border: 1px solid #dedede; padding:2px;}
.list_imgs li a:hover img{ border: 1px solid #C00;}
.list_imgs li p{ font-size:14px;text-align:center; line-height:28px; }
/* 图片列表结束 */

/* 列表时间单独调用 */
.time{ float:right; color:#999; font-family:Arial, Helvetica, sans-serif;}

/* 两列式文章列表结束 */
.liLine{ border-bottom:1px dotted #999; background:none !important; height:1px !important; line-height:1px !important; margin:5px 0;}

/* 文章内容页 */
.news_view { margin-top:20px; padding:25px;}
.news_view h2 { font-size:18px; text-align:center; padding-bottom:15px; font-size:24px; line-height:28px;}
.news_view h3 { font-size:12px; font-weight:500; text-align:center; height:35px; line-height:35px; font-family:Arial, Helvetica, sans-serif; color:#666; border-bottom:1px dotted #ccc;}
.news_view h3 em { padding:0 10px;}
.news_view .body { margin-top:25px; font-size:14px; line-height:24px;}
.news_view .body p { margin-bottom:25px; text-indent:2em;}
.news_view .body .zuozhi{ color:#666; text-align:right;}

.itoo{ width:355px; overflow:hidden;float:left; display:inline;}
.itoo ul{padding:8px;}
.itoo ul li{ height:26px; line-height:26px; overflow:hidden;  border-bottom:1px dotted #000000; background:url(../images/1.gif) 0 11px no-repeat; padding-left:12px;}

.box1{border:#e2e2e2 solid 1px; width:570px;}
.m_t{margin-top:8px;}
.m_b{margin-bottom:8px;}
.m_l{margin-left:8px;}
.m_l1{margin-left:20px;}
.m_r{margin-right:8px;}

.iabout{ padding:3px; font-size:12px; line-height:27px;}
.iabout img{ float:left; padding:2px; border:1px solid #dedede; width:200px; height:150px; margin-right:6px; font-size:14px;}

/*友情链接*/

.jdbj {
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	padding: 20px 0px;
}
.syqlj {
	width: 1000px;
	height: auto;
	margin: 0px auto;
}
.yqljs {
	width: 1000px;
	height: auto;
	padding: 15px 0px;
}
.yqljs a {
	color: #333;
	float: left;
	margin-left: 10px;
	line-height: 30px;
}

/*底部代码的开始*/

.footWrap {
	width: 100%;
	height: auto;
	background-color: #333333;
}
.hbfooter {
	width: 1000px;
	height: auto;
	margin: 0px auto;
}
.footer_nav {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #6d6c6c;
}
.fnavc {
	width: 1032px;
	height: 44px;
	margin: 0px auto;
}
.fnavc a {
	padding: 0 18px;
	color: #fff;
	font-size: 13px;
	line-height: 44px;
	
}
.hbbottom {
	width: 1000px;
	height: auto;
	padding: 35px 0px;
}
.hbtmleft {
	width: 630px;
	height: auto;
	float: left;
}
.hbtmleft p {
	font-size: 13px;
	color: #FFF;
	line-height: 36px;
}
.hbtmleft p a {
	color: #FFF;
}
.hbtmleft strong {
	color: #016832;
	font-size: 18px;
}
.hbtmright {
	width: 88px;
	height: auto;
	float: right;
	margin-right: 20px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	font-size: 13px;
}



/*头部代码的开始*/

.itop {
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #e5e5e5;
}
.itopc {
	width: 1000px;
	height: 34px;
	margin: 0px auto;
	line-height: 34px;
}
.itopcl {
	width: 400px;
	height: 34px;
	float: left;
	font-size: 12px;
	color: #333;
}
.itopcr {
	width: 600px;
	float: left;
	font-size: 12px;
	color: #333;
}
.itopcr a {
	float: right;
	color: #333;
	margin-right: 10px;
}
.itopcr span {
	font-size: 12px;
	float: right;
	margin-right: 10px;
}
.ilogo {
	width: 100%;
	height: auto;
}
.ilogoc {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}
.ilogoc img.ycdh {
	margin-top: 8px;
}
.ilogol {
	width: 650px;
	height: auto;
	float: left;
}
.ilogol img {
	float: left;
}
.ilogol p {
	color: #006635;
	font-weight: bold;
	line-height: 26px;
	font-weight: 100;
	margin: 0px;
	padding: 2px 12px;
	float: left;
}
.ilogol p strong {
	color: #33ac1e;
	font-size: 22px;
	font-weight: 500;
}
.ilogol p span {
	color: #373738;
	font-size: 18px;
}
.ilogor {
	width: auto;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../images/fuxing_06.gif) no-repeat left 12px;
	padding-left: 50px;
	padding-top: 5px;
}
.ilogor p {
	font-size: 14px;
	color: #373736;
	line-height: 25px;
	font-weight: 100;
}
.ilogor p strong {
	font-size: 25px;
	color: #f67114;
	font-weight: 100;
}
.ilogor p span {
	font-size: 16px;
	color: #df5167;
}
.inav {
	width: 100%;
	height: 45px;
	background-color: #0e823b;
}
.inavc {
	width: 1000px;
	height: 45px;
	margin: 0px auto;
}
.inavc ul li {
	width: 125px;
	height: 45px;
	text-align: center;
	font-size: 15px;
	line-height: 45px;
	float: left;
	background: url(../images/fuxing_11.gif) no-repeat right center;
}
.inavc ul li a {
	display: block;
	color: #FFF;
}
.inavc ul li a:hover {
	background-color: #333;
	text-decoration: none;
}
.inavc ul li a.tsy {
	background-color: #333;
	text-decoration: none;
}