* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
a {
	text-decoration: none;
	color: #333;
}
ul {
	list-style-type: none
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}


h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

.button-01{
	padding: 0 20px;
	height: 30px;
	border-radius: 15px;
	display: block;	
}

.home-title{
	background: url(../images/home-title-bg.png) no-repeat;
	height: 62px;
	width: 181px;
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	font-size: 20px;
	color: #009e5d;

}

/*----页码----*/

.page {
	padding: 3px;
	margin: 30px 0;
	text-align: right
}

.page a {
	border: 1px solid #009e5d;
	padding: 3px 8px;
	margin: 2px;
	color: #067b12;
}

.page a:hover {
	border: 1px solid #009e5d;
	color: #007153;
}

.page a:active {
	border: 1px solid #009e5d;
	color: #000;
}

.page span.current {
	border: 1px solid #009e5d;
	padding: 3px 8px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background: #009e5d;
}

.page span.disabled {
	padding: 3px 8px;
	border: #eee 1px solid;
	margin: 2px;
	color: #ddd;
}
.date{
	font-size: 12px;
	color: #999;
	float: right;
}
.container {
	position: relative;
	min-width: 1200px;
}


.top{
	background: #00684a;
	width: 100%;
	height: 120px;
}
.top-content{
	width: 1000px;
	margin: 0 auto;
	height: 120px;
	min-width: 1000px;	
}

.top .user{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	float: left;
}

.top .user a{
	color: #fff;
	margin: 0 5px;
	text-decoration: underline;
	}
.top .search-form{
	background: #fff;
	width: 235px;
	height: 30px;
	border-radius: 15px;
	float: right;
	margin-top: 20px;
	overflow: hidden;
	
}
.top .search-form input{
	width: 177px;
	height: 24px;
	margin-left: 15px;
	padding:2px;
	float: left;
	font-size: 14px;
	
}

.top .search-form .search-submit{
	width: 34px;
	height: 30px;
	background: url(../images/search-btn.png) no-repeat center center;
	background-color: #009e5d;
	float: right;
}

.nav{
	position: absolute;
	top: 50px;
	height: 106px;
	background: url(../images/nav-bg.png) center no-repeat;
	background-size: cover;
	width: 100%;
	min-width: 1200px;
}
.nav-content{
	width: 1000px;

	margin: 0 auto;
}
.nav .nav-left,.nav .nav-right{
	margin-top: 50px;
	
}
.nav .nav-left{
	float: left;
}
.nav .nav-right{
	float: right;
}
.nav ul li{
	float: left;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	width: 150px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.nav ul li a{
	color: #666;
}
.nav ul li:last-child{
	border: none;
}

.nav ul li.on a{
	color: #009e5d;
	font-weight: bold;
}



.main{
	background: #eee;
	padding: 50px 0;


}
.home-main{
	background: #009E5D;
	padding-bottom: 0;
}


/*banner-start*/

.slide {
	height: 340px;
	padding-top: 20px;
	
}
.lubo {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	clear: both;
	position: relative;
	height: 340px;
}
.lubo_box {
	position: relative;
	width: 100%;
	height: 368px;
}
.lubo_box li {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 368px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.lubo_box li a {
	display: block;
	width: 100%;
	height: 100%;
}
.lubo_box li img {
	width: 100%;
	height: 368px;
}
/*圆点*/
.cir_box {
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.cir_box li {
	float: left;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.cir_on {
	background: #009E5D !important;
}
/*按钮*/
.lubo_btn {
	position: absolute;
	width: 100%;
	top: 140px;
}
.left_btn, .right_btn {
	width: 30px;
	height: 80px;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
	color: #fff;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.left_btn {
	float: left;
}
.right_btn {
	float: right;
}
/*banner end*/


.code-login{
	width: 100%;
	height: 230px;
	margin: 0 auto;
	position: relative;
	margin-top: 16px;
	
}
.code-login-content{
	width: 1000px;
	height: 230px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -500px;
	background: url(../images/code-bg.png) bottom no-repeat;	
	
}
.code-login-content .code-dec{
	position: absolute;
	bottom: 12px;
	right: 15px;
	
}
.code{
	width: 318px;
	height: 190px;
	background: #ffde47;
	box-shadow: 0px 0px 2px #999;
	border-radius: 10px;
	float: left;
	margin-left: 54px;
	
	}
.code h3{
	color: #009e5d;
	margin: 30px 0 22px 0;
	text-align: center;
}	
.code .code-form{
	width: 280px;
	height: 36px;
	background: #fff;
	border-radius:20px;
	margin: 0 auto;
}
.code .code-form input{
	width: 260px;
	height: 32px;
	margin: 2px 10px;
	text-align: center;
}
.code button{
	
	background: #009E5D;
	color: #fff;
	margin:0 auto;
	margin-top: 22px;
}

.login{
	width: 550px;
	height: 190px;
	float: right;
	background: #fff;
	box-shadow: 0px 0px 2px #999;
	border-radius: 10px;
	margin-right: 54px;	
}
.login .login-content{
	margin: 20px 52px;
}
.login .login-content a{
	display: block;
	float: left;
	height: 41px;
	width: 134px;
	text-align: center;
	margin-right: 18px;
	background: url(../images/login--btn-bg.png) no-repeat;
	text-align: center;
	padding-top: 80px;
	position: relative;
	font-size: 16px;
	color: #009E5D;
}

.login .login-content a:last-child{
	margin:0;
}
.login .login-content img{
	position: absolute;
	top: 15px;
	left: 48px;
}
.middle{
	width: 100%;
	min-width: 1200px;
	background: url(../images/middle-bg.jpg)
	}
.middle-content{
	width: 1000px;
	margin: 0 auto;
}
.step{
	width: 1000px;
	height: 80px;
	padding-top: 24px;
}
.step-title {
	width: 128px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(../images/step-title-bg.png) no-repeat;
	float: left;
	margin-left: 25px;
}
.step ul{
	margin-left: 20px;
	float: left;
}
.step li{
	float: left;
	height: 78px;
	width: 176px;
	background: url(../images/step-bg.png) no-repeat;
	padding-top: 5px;
	position: relative;
	margin-right: 30px;
}
.step li img{
	position: absolute;
	right:-20px ;
	top: 30px;
}
.step .step-name{
	text-align: center;

}
.step .step-name span{
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-right: 5px;
	background: url(../images/step-num.png);
	color: #fff;
	font-family: arial;
}
.step-text{
	padding: 0 8px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden
}
.news{
	height: 350px;
	margin-top: 26px;
	position: relative;
	
}
.news .home-title{
	margin: 0 auto;
	margin-bottom: 10px;
}
.news .button-01{
  background: -webkit-linear-gradient(#00ae66, #007a5a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#00ae66, #007a5a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#00ae66, #007a5a); /* Firefox 3.6 - 15 */
  background: linear-gradient(#00ae66, #007a5a); /* 标准的语法 */
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.news-important{
	width: 340px;
	height: 240px;
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top: 5px;
}
.news-important img{
	width: 100%;
}
.news-important span{
	width: 320px;
	display: block;
	background: rgba(0,0,0,0.5);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.new-menu{
	float: right;
	height: 250px;
	width: 620px;
}
.new-menu ul li{
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/news-list-img.png) no-repeat left center;
	
}

.new-menu ul li a{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 500px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 
.new-menu ul li a:hover{
	color: #009E5D;
}
.news .date{
	float: right;
}
.insurance{
	width: 100%;
	min-width: 1200px;
	height: 435px;
	background: url(../images/insurance-bg.png) no-repeat;
}
.insurance-content{
	width: 1000px;
	margin: 0 auto;
	height: 300px;
	padding-top: 70px;	
}
.insurance-detail{
	width: 785px;
	height: 295px;
	background: url(../images/insurance-box-bg.png);
	float: left;
	
}
.insurance-detail .home-title{
	margin: 20px 0 0 20px;
}
.insurance-detail p{
	font-size: 16px;
	margin: 20px 55px 0;
}
.insurance-login{
	width:215px;
	height: 295px;
	text-align: center;
	background:  url(../images/insurance-login-bg.png) no-repeat;
	float: left;
}
.insurance-login p{
	margin: 90px 0 10px 0;
	font-size: 14px;
	color: #fff;
}
.insurance-login .button-01{
	background: #ffde47;
	color: #009E5D;
	font-weight: bold;
	margin: 15px auto 0;
}

.product{
	background: #fff;
}
.product h3{
	text-align: center;
	color: #009E5D;
	padding-top: 40px;
}

.product-content{
	width: 1000px;
	margin: 40px auto 0;
}
.product li{
	width: 188px;
	height: 230px;
	
	position: relative;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.product li:last-child{
	margin-right:0 ;
}
.product li a{
	color: #FFF;
	text-align: center;
}
.product li a:hover{
	color: #ffde47;
}
.product-img{
	width: 188px;
	height: 188px;
}
.product-img img{
	width: 100%;
	height: 100%;
}
.product-name{
	width: 168px;
	height: 38px;
	background: url(../images/product-name-bg.png);
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 10px;
}
.product-type{
	position: relative;
}
.product-type img{
	position: absolute;
	left: -30px;
	top:-20px
	
}
.product-type p{
	display: block;
	width: 1;
	position: absolute;
	bottom: 35px;
}
.product-type p span{
	display: inline-block;
	width: 38px;
	height: 38px;
	margin:0 2px;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	background: url(../images/product-type.png) no-repeat;
}
.product-type button{
	position: absolute;
	bottom: 0;
	border: #009e5d 1px solid;
	color: #009e5d;
	background: none;
	margin: 0 auto;
}

.footer{
	height: 240px;
	width: 100%;
	min-width: 1200px;
	background: #009e5d;
	clear: both;
}
.footer-content{
	width: 1000px;
	margin: 0 auto;

	padding-top: 48px;
}
.footer-content .company-intro{
	width: 370px;
	height: 120px;
	border-right: 1px solid #fff;
	position: relative;
	float: left;
	
}
.footer-content .company-intro .logo{
	border: 1px solid greenyellow;
	height: 20px;
	width: 80px;
	margin-bottom: 35px;
}
.footer-content .company-intro p{
	color: #fff;
}
.footer-content .company-intro .qr-code{
	width: 78px;
	height: 78px;
	position: absolute;
	bottom: 0;
	right: 40px;
}
.footer-content .footer-nav{
	height: 120px;
	width: 240px;
	float: left;
	padding: 0 30px;
}

.footer-content .footer-nav ul{
	float: left;
	margin-right: 15px;
	width: 70px;
	text-align: center;
	
}
.footer-content .footer-nav ul li.footer-nav-type{
	font-weight: bold;
	color: #fff;
}
.footer-content .footer-nav ul li a{
	color: #fff;
}


.footer-code{
	width: 280px;
	height: 120px;
border-left: 1px solid #fff;
	float: right;
	margin-left: 20px;
	padding-left: 20px;
	}
.footer-code h3{
	color: #fff;
	margin: 0px 0 15px 0;
	text-align: center;
}	
.footer-code .code-form{
	width: 260px;
	height: 32px;
	background: #fff;
	border-radius:20px;
	margin: 0 auto;
}
.footer-code .code-form input{
	width: 240px;
	height: 28px;
	margin: 2px 10px;
	text-align: center;
}
.footer-code button{
	
	background: #ffde47;
	color: #009e5d;
	margin:0 auto;
	margin-top: 15px;
}
.footer .bottom{
	background: #333;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}

/*******page**********/
.page-main{
	background: #eee;
	
}
.main-content{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
}
.page-content{
	margin: 48px 70px;
	min-height: 500px;
}
.page-title{
	width: 173px;
	height: 46px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #009e5d;
	
	background: url(../images/page-title-bg.png);
	margin: 20px auto 40px;
}
/*catalog*/
.catalog ul li{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 10px;
	float: left;
	position: relative;
	margin-right: 25px;
	margin-bottom: 27px;
	border: 1px solid #ccc;
}
.catalog ul li:hover{
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	
}

.catalog ul li:last-child{
	margin-right: 0;
}
.catalog ul li .block-pic{
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.catalog ul li .block-pic img{
	width: 100%;
	height: 100%;
}
.catalog ul li a span{
	display: block;
	height: 24px;
	padding: 0 5px;
	width: 140px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden
}
.catalog ul li a span:hover{
	color: #ffde47;
}


/*product-menu*/
.product-menu ul li{
	width: 152px;
	height: 176px;
	overflow: hidden;
	
	float: left;
	margin-right: 25px;
	margin-bottom: 27px;
	
}


.product-menu ul li:last-child{
	margin-right: 0;
}
.product-menu ul li .block-pic{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.product-menu ul li .block-pic img{
	width: 100%;
	height: 100%;
}
.product-menu ul li a span{
	display: block;
	height: 24px;
	width: 150px;
	
	text-align: center;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.product-menu ul li a{
	color: #333;
}
.product-menu ul li a:hover{
	color: #009e5d;
}


/*code-search*/
.code-search{
	background: url(../images/code-bg.jpg) no-repeat  430px 150px;
}
.code-box{
	width: 620px;
	height: 220px;
	border: 1px solid #dcc246;
	background: #f6e593;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.code-box .code{
	background: none;
	border: 0;
	margin: 20px 0 0 20px;
	box-shadow: none;
	
}
.code-box .code-form{
	border: 1px solid #DCC246;
}
.code-box-right{
	background: #dcc246;
	float: right;
	height: 200px;
	width:225px;
	padding: 20px 10px 0;
}
.code-box-right a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #967f0f;
	display: block;
	background:url(../images/code-btn.png) no-repeat;
	float: left;
	margin: 8px 8px;
}
.code-box-right button{
	width: 98px;
	height: 40px;
	margin: 8px 0 0 8px;
	background: url(../images/code-btn-back.png) no-repeat 65px center;
	background-color: #009e5d;
	color: #fff;
	float: left;
}


/*news-detail*/
.news-detail .news-top{
	margin-bottom: 20px;
}
.news-detail .news-top .block-pic{
	width: 200px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.news-detail .news-top .block-pic img{
	width: 100%;
	height: 100%;
}
.news-detail .news-top .news-top-txt a:hover{
	color: #009e5d;
}
.news-detail .news-top .news-top-txt{
	float: right;
	width: 620px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 12px;
}
.news-detail .news-top .news-top-txt p{
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-top: 20px;
}
.new-list .new-menu{
	width: 400px;
	float: left;
	margin-right: 60px;
}
.new-list .new-menu ul li a{
	width: 300px;
}

/*complain*/

.important {
	color: red;
}
.complaint {
	width: 900px;
	height: 630px;
	margin: 0 auto;


	border: 1px solid #ccc;
}
.tips {
	width: 230px;
	padding: 10px;
	line-height: 25px;
	margin-top: 20px;
	font-size: 13px;
	margin: 0 auto;
	border: 1px dashed #009E5D;
	float: right;
}
.tips h4{
	margin-bottom: 8px;
}
.tips p{
	line-height: 22px;
	margin-bottom: 6px;
	text-align: justify;
}
.complaint_content {
	width: 600px;
	height: 580px;
	float: left;
	
}
.labels {
	display: block;
	margin: 15px 0;
}
.inp_title {
	width: 100px;
	display: inline-block;
	font-size: 16px;
	text-align: right;
	vertical-align: middle;
}
.select {
	width: 175px;
	height: 30px;
	border: 1px solid #ccc;
	margin-left: 30px;
}
.inp {
	width: 360px;
	height: 30px;
	border: 1px solid #ccc;
	margin-left: 30px;
	padding: 2px 8px;
}
.btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
	border-radius: 5px;
	text-align: center;
	color: white;
}
.textarea {
	width: 360px;
	height: 60px;
	border: 1px solid #ccc;
	margin-left: 30px;
	resize: none;
	padding: 2px 8px;
}



/*detali*/
.detail {
	width: 860px;
	margin: 0 auto;
}
.detail_nav {
	height: auto;
	margin-bottom: 20px;

}
.detail_nav a {
	display: block;
	padding: 0 10px;
	height: 30px;
	background: #009E5D;
	border-radius: 5px;
	float: left;
	color: white;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	margin-top: 15px;
}
.detail_nav a:hover {
	background: #00804b;
}
.detail_block {
	width:860px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 40px;
}
.detail_block h3 {
	text-align: center;
	margin: 30px 0
}
.detail_block h4 {
	color: #666;
	clear: both;
	border-bottom: #CCC solid 1px;
	margin: 20px 0;
}
.detail_block h4 span {
	border-bottom: #009E5D solid 3px;
}
.detail_block .detail_left {
	float: left;
	width: 400px;
}
.detail_block table {
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
}
.detail_block table tr td {
	border-bottom: #ccc solid 1px;
}
.detail-pic-group{
	width: 100%;
	height: 150px;
	margin: 20px 0;
}
.detail-pic-group ul li{
	float: left;
	width: 180px;
	height: 150px;
	overflow: hidden;
}
.detail-pic-group ul li img{
	width: 100%;
	height: 100%;
}


/*news*/

.news-txt h4{
	text-align: center;
}
.news-txt .date{
	float: none;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
