/*
Author: kenrich
*/
/* reset */
/*通用*/
img{
	max-width: 100%;
	width: auto\9;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
a{
	-webkit-transition: all 0.8s ease;
	text-decoration: none;
}
a:hover{
	-webkit-transition: all 0.8s ease;
	text-decoration: none;
}
body{
	background-color: #fff;
	font-family:"Microsoft Yahei", 'Titillium Web', sans-serif;
	color: #232323;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Microsoft Yahei", 'Titillium Web', sans-serif;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0;
	padding: 0
}
p{
	font-size: 1.2em;	
}
p.info{
	margin-bottom: 70px;
}
hr{
	width: 100px;
	margin: 1em auto 2em;
	border: 2px solid #14a58c;
}
strong{
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	padding:1em 0;
}
ul,li{
	margin: 0;
	padding: 0
}
li{
	list-style-type: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1427678106_132254.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1427678106_132254.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1427678106_132254.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1427678106_132254.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1427678106_132254.svg#iconfont') format('svg'); /* iOS 4.1- */
}
       
.iconfont {
    display: inline-block;
    padding: 0 5px;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-family:'iconfont';
    *display: inline;
    *zoom: 1;
    -webkit-font-smoothing: antialiased;
}
/*end 通用*/

/*.header*/
.header{
	width: 100%;
	height: 130px;
	background: url(../images/head-bg.png);
}
.logo{
	width: 245px;
	margin: 0 auto;
}
.logo img{
	height: 130px;
}

/*.footer*/
.footer{
	text-align: center;
	font-size: 16px;
	color: #767676;
	padding-bottom: 20px;
}
.f-line{
	border-top: 1px solid #767676;
}
.footer .copy{
	margin-top: 20px;
}
.footer .record{
	margin-top: 5px;
}

/*.nav*/
.nav{
	height: 70px;
	position: relative;
}
.nav-sub{
	background-color: #fff;
	padding:15px 15px 10px 15px;
	display: none;
	border-bottom: 1px solid #999;
}
.nav-sub.on{
	display: block;
}
.nav-menu a{
   color: #232323;
   font-size: 16px;
   border: 1px solid #eaeaea;
   display: inline-block;
   margin-bottom: 5px;
   padding: 3px 10px;
}
.nav-menu a:hover{
	color: #34b453;
	border: 1px solid #34b453;
}
/*.ad*/
.ad{
	width: 100%;
	background: #f6f6f6;
	color: #232323
}
.ad-test{
	height: 50px;
	background: url(../images/i1.png) no-repeat 0px 14px;
	padding-left:30px;
}
/*#marquePic1 td{
	width: 500px;
	height: 70px;
	line-height: 70px;
	font-size: 16px
}*/

.apple a{
	display:block; 
	text-decoration:none;
}
.apple,.aa{ 
	width:90%; 
	height:50px; 
	overflow:hidden;  
}
.apple a,.aa a{ 
	width:100%; 
	height:50px; 
	line-height:50px; 
	text-indent:20px; 
	color: #232323;
	font-size: 16px;
}
.aa {
	word-wrap:break-word;
	line-height:50px;  
	color: #232323
}

	
/*.plate*/
.plate{
   padding-top: 10px
}
.plate1 h3,.plate2 h3,.plate3 h3{
	background: url(../images/h4-bg.png) no-repeat;
	color: #34b453;
	font-weight: 300;
	padding-left: 23px;
	font-size: 30px;
	font-family:'stxihei';
}
.plate1 .more a,.plate2 .more a,.plate3 .more a{
	display: block;
	background: #d5ffd9;
	border-radius:3px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #232323
}
.plate1 .more a:hover,.plate2 .more a:hover,.plate3 .more a:hover{
	background: #34b453;
	color: #fff
}
.plate1,.plate2,.plate3{
	padding-bottom: 15px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.plate1,.plate2{
	border-bottom: 1px dashed #999;
}
.plate .p-intr{
	padding:15px 0 10px 0;
}
.plate .p-intr p{
	line-height: 25px;
	font-size: 16px;
	text-indent: 2em;
	color: #232323;
}

.cat-l{
	padding-top: 30px;
	padding-bottom: 10px;
}
.cat-l li{
	margin-bottom: 15px;
	background: url(../images/li-bg.png) no-repeat 0 9px;
	padding-left: 20px;
}
.cat-l li a{
	font-weight: 400;
	font-size: 18px;
	color: #404040
}
.cat-l li a:hover{
	color: #34b453
}
.cat-l h4{
	background: url(../images/i3.png) no-repeat;
	color: #34b453;
	font-weight: 300;
	padding-left: 55px;
	font-size: 30px;
	font-family:'stxihei';
	margin-bottom: 25px;
}

@media(max-width: 480px){
    .cat-l li a {
	   font-weight: 400;
	   font-size: 16px;
	}
	.footer{
		font-size: 14px;
	}
	.ad-test{
		padding-left:20px;
	}
}

.wills{
	padding-top: 30px;
	padding-bottom: 10px;
	background: #f6f6f6;
}
.wills li{
	margin-bottom: 15px;
	background: url(../images/li-bg.png) no-repeat 0 9px;
	padding-left: 20px;
}
.wills li a{
	font-weight: 400;
	font-size: 18px;
	color: #404040
}
.wills li a:hover{
	color: #34b453
}
.wills h4{
	background: url(../images/i3.png) no-repeat;
	color: #34b453;
	font-weight: 300;
	padding-left: 55px;
	font-size: 30px;
	font-family: 'stxihei';
	margin-bottom: 25px;
}

.medical{
	padding-top: 30px;
	padding-bottom: 10px;
	background: #f6f6f6;
}
.medical li{
	margin-bottom: 15px;
	background: url(../images/li-bg.png) no-repeat 0 9px;
	padding-left: 20px;
}
.medical li a{
	font-weight: 400;
	font-size: 18px;
	color: #404040
}
.medical li a:hover{
	color: #34b453
}
.medical h4{
	background: url(../images/i4.png) no-repeat;
	color: #34b453;
	font-weight: 300;
	padding-left: 55px;
	font-size: 30px;
	height: 30px;
	font-family: 'stxihei';
	margin-bottom: 25px;
}

.wx-info{
	padding-top: 30px;
	padding-bottom: 10px;
	background: #f6f6f6;
}
.wx-info li{
	margin-bottom: 15px;
	background: url(../images/li-bg.png) no-repeat 0 9px;
	padding-left: 20px;
}
.wx-info li a{
	font-weight: 400;
	font-size: 18px;
	color: #404040
}
.wx-info li a:hover{
	color: #34b453
}
.wx-info h4{
	background: url(../images/i5.png) no-repeat;
	color: #34b453;
	font-weight: 300;
	padding-left: 55px;
	font-size: 30px;
	height: 30px;
	  font-family: 'stxihei';
	  margin-bottom: 25px;
}

.news{
	padding-top: 30px;
	padding-bottom: 10px;
	background: #f6f6f6;
}
.news li{
	margin-bottom: 15px;
	background: url(../images/li-bg.png) no-repeat 0 9px;
	padding-left: 20px;
}
.news li a{
	font-weight: 400;
	font-size: 18px;
	color: #404040
}
.news li a:hover{
	color: #34b453
}
.news h4{
	background: url(../images/i2.png) no-repeat;
	color: #34b453;
	font-weight: 300;
	padding-left: 55px;
	font-size: 30px;
	height: 30px;
	  font-family: 'stxihei';
	  margin-bottom: 25px;
}
.d-bg{
	height: 10px;
	background: #fff;
	width: 100%;
}
@media(max-width: 480px){
    .wills li a {
	   font-weight: 400;
	   font-size: 16px;
	}
	 .news li a {
	   font-weight: 400;
	   font-size: 16px;
	}
	 .medical li a {
	   font-weight: 400;
	   font-size: 16px;
	}
	 .wx-info li a {
	   font-weight: 400;
	   font-size: 16px;
	}
	.apple a,.aa a{ 
		font-size: 14px;
	}
}

.new-first{
	margin-top: 30px;
}
.new-first .new-1{
	margin-bottom: 20px;
}
.newf-title{
	font-weight: 400;
	color: #232323;
	font-size: 18px;
	text-align: center;
	padding-top: 10px
}
.new-first a:hover .newf-title{
	color: #34b453
}

@media(max-width: 480px){
    .new-1{
    	margin-bottom: 30px;
    }
}
.columns{
	padding: 40px 0 40px 0
}

.columns-1 div{
   background: #34b453;
   height: 120px;
   color: #fff;
   margin-bottom: 10px;
   font-size: 18px;
   text-align: center;
   font-weight: 400;
   padding-top: 75px
}
.co1 div{
	background:#34b453 url(../images/i6.png) no-repeat 50% 40%;
}
.co2 div{
	background:#34b453 url(../images/i7.png) no-repeat 50% 40%;
}
.co3 div{
	background:#34b453 url(../images/i10.png) no-repeat 50% 40%;
}
.co4 div{
	background:#34b453 url(../images/i8.png) no-repeat 50% 40%;
}
.co5 div{
	background:#34b453 url(../images/i9.png) no-repeat 50% 40%;
}
@media(max-width: 480px){
    .co1{
    	padding-right:5px;
    }
    .co2{
    	padding-left:5px;
    }
}
.wx-list h4{
	position: relative;
	 font-family: 'stxihei';
}
.wx-list h4 span{
	position: absolute;
	right:3px;
	top:-3px;
	width: 38px;
	height: 20px;
	cursor: pointer;
	font-size: 24px;
}
.wx-list h4 span a{
	text-decoration: none;
	color: #34b453
}

.news h4{
	position: relative;
	font-family: 'stxihei';
}
.news h4 span{
	position: absolute;
	right:3px;
	top:-3px;
	width: 38px;
	height: 20px;
	cursor: pointer;
	font-size: 24px;
}
.news h4 span a{
	text-decoration: none;
    color: #34b453
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.owl-carousel .owl-item a{
	color: #232323;
    font-size: 18px;
    display: block;
}
.owl-carousel .owl-item a:hover{
	color: #34b453;

}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #232323;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 24px;

}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-prev{
	background: url(../images/i12.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -16px;
	top:22px;
}
.owl-next{
	background: url(../images/i13.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: -16px;
	top:22px;
}
.owl-item a.active{
	color: #34b453
}

@media(max-width: 480px){
    .owl-carousel .owl-item a{
    	font-size: 16px;
    }
    .plate .p-intr p{
    	font-size: 15px;
    }
    .plate1 h3,.plate2 h3,.plate3 h3{
		font-size: 24px;
	}
	.cat-l h4{
		font-size: 24px;
	}
	.medical h4,.wills h4,.wx-info h4,.news h4{
		font-size: 24px;
		padding-left: 50px;
	}
}

.p-intr img{
	margin-bottom: 20px;
}