﻿/*
author: oscar;
email: jincan.liu@gmail.com;
edit : 2016
*/

html,
body {
    font-family: "Arial", '微软雅黑', "Microsoft YaHei";
    /*font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;*/
    line-height: 24px;
    font-size: 14px;
    background-color: #f5f5f5;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #82c23b;
    text-decoration: none;
}

.c-green {
    color: #82c23b !important;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.bg-grey {
    background-color: #f9f9f9;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/**
================layout header 
*/

#header,
.full-screen {
    min-width: 1170px;
    width: 100%;
}

#header {
    height: 500px;
}

#header .container {
    position: relative;
}

#header .language {
    padding-left: 25px;
    background-repeat: no-repeat;
    height: 15px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 14px;
}

#header .Chinese {
    background-image: url(../images/icon-language.png);
}

#header .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}

#header #logo {
    display: block;
    padding: 15px 0;
    float: left;
}


/* MAIN NAVIGATION - SUPERFISH */


/*** arrows **/

.sf-menu a.sf-with-ul {
    min-width: 1px;
    /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;
    /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('arrows-ffffff.png') no-repeat -10px -100px;
    /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px;
    /* use translucent arrow for modern browsers*/
}


/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
    /* arrow hovers for modern browsers*/
}


/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}


/* apply hovers to modern browsers */

.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
    /* arrow hovers for modern browsers*/
}

#main_menu li a {
    -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;
    transition: all 0.2s ease-out;
}

#main_menu {
    float: right;
    margin-top: 40px;
}

#main_menu > ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

#main_menu > ul > li {
    float: left;
    margin-top: 3px;
    margin-left: 12px;
    position: relative;
}

#main_menu > ul > li:first-child {
    margin-left: 0;
}

#main_menu > ul > li > a {
    font-size: 16px;
    color: #fff;
    padding: 0 12px 0;
    margin: 0 0 5px;
    display: block;
    border: 0;
    line-height: 1;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#main_menu > ul > li.active > a,
#main_menu > ul > li > a:hover,
#main_menu > ul > li:hover > a {
    background-color: #82c23b;
    padding: 6px 12px 5px;
    margin: -6px 0 0 0;
    -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;
    transition: all 0.2s ease-out;
}


/*2nd lev */

#main_menu > ul > li:hover > ul,
#main_menu > ul > li.sfHover > ul {
    top: 28px;
}

#main_menu > ul ul {
    display: none;
    background: #f5f5f5;
    padding: 6px 0;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 28px;
    left: 0;
    -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;
    transition: all 0.2s ease-out;
}

#main_menu > ul > li > a.sf-with-ul .sf-sub-indicator {
    background: #CCC;
    background: rgba(255, 255, 255, 0.4);
    height: 1px;
    width: 7px;
    left: 17px;
    top: auto;
    bottom: -3px;
}

#main_menu > ul > li.sfHover > a.sf-with-ul .sf-sub-indicator {
    display: none;
}

#main_menu > ul ul li {
    line-height: 27px;
}

#main_menu > ul > li > ul:after {
    content: "";
    top: -10px;
    position: absolute;
    left: 14px;
    border: 6px solid transparent;
    border-bottom-width: 5px;
    border-bottom-color: #f5f5f5;
}


/*3rd lev */

#main_menu > ul ul ul {
    margin-left: 10px;
}

#main_menu > ul ul ul.reversed {
    margin-right: 10px;
    margin-left: 0;
}

#main_menu > ul > li > ul ul:after {
    content: "";
    top: 6px;
    position: absolute;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #f5f5f5;
}

#main_menu > ul > li > ul ul.reversed:after {
    right: -10px;
    left: auto;
    border-left-color: #f5f5f5;
    border-right-color: transparent;
}

#main_menu > ul ul li a {
    color: #535353;
    line-height: 27px;
    font-size: 12px;
    padding: 0 12px;
    white-space: nowrap;
    display: block;
}

#main_menu > ul ul li.active > a,
#main_menu > ul ul li.sfHover > a,
#main_menu > ul ul li a:hover {
    color: #323232;
    background: rgba(0, 0, 0, 0.04);
    padding-left: 14px -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;
    transition: all 0.2s ease-out;
}

#main_menu > ul ul .sf-sub-indicator {
    background: #ccc;
    height: 1px;
    width: 7px;
    top: 50%;
    margin-top: -1px;
}

#main_menu > ul .sfHover .sub-menu {
    display: block;
    -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;
    transition: all 0.2s ease-out;
}


/*
#header .nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,.5);
	z-index: 10;
}
#header #logo{
	display: block;
	padding:20px 0;
	float: left;
}
#header .nav .menu{
	float: right;
	margin-top: 30px;
}
#header .nav .menu li{
	float: left;
	font-size: 16px;
	position: relative;
}
#header .nav .menu a{
	display: block;
	padding: 0 27px;
	line-height: 80px;
	color: #000;
}
#header .nav .menu a:hover{
	color: #fff;
}
#header .nav .menu a.active{
	color: #fff;
}
#header .nav .menu .last a{
  padding-right: 0;
}
#header .nav .menu .sub-menu{
	display: none;
	background-color: #0078ba;
	position: absolute;
	top: 113px;
	z-index: 100;
	border-top: 2px solid #0078ba;

}
#header .nav .menu .sub-menu a{
	display: block;
	line-height: 48px;
	height: 48px;
	text-align: center;
	color: #fff;
	padding:0 30px;
	font-size: 14px;
	white-space: nowrap;
}
#header .nav .menu .sub-menu a:hover{
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

*/

.top-banner {
    width: 100%;
    height: 500px;
    position: relative;
}
#banner-silder{
    position: relative;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.top-banner .pic {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.banner .pic {
    min-height: 500px;
    background-position: center;
    float: left;
    position: relative;
}

#banner-text {
    font-size: 48px;
    height: 100px;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-left:240px;
    top: 0%;
    z-index: 9999;
    display: none;
}

#banner-text p {
    font-family: "Arial", '微软雅黑', "Microsoft YaHei";
    text-shadow: #666 2px 3px 3px;
    line-height: 48px;
}

#action_box {
    padding: 25px 0;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0);
    /* IE6-9 */
    background-color: #95c023;
}

#action_box:after,
#action_box:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    border-radius: 3px;
    border: 8px solid transparent;
    border-top-width: 7px;
    border-top-color: #95c023;
    margin-left: -7px;
}

#action_box {
    text-align: center;
}

#action_box h4 {
    margin: 5px 0;
    font-weight: 200;
    font-size: 20px;
}

#action_box .sub-h{
	font-size: 36px;
}

.detail-box{
	padding: 100px 0;
}

.detail-box p{
    font-size:16px;
    font-family: 'SongTi';
    margin-bottom:1em;
}

.more {
    display: inline-block;
    line-height: 24px;
    padding: 6px 35px;
    background-color: #fff;
    border: 2px solid #82c23b;
    /*border-radius: 16px;*/
    width:80px;
    border-radius: 80px/30px;
    color: #82c23b;
}

.more-small {
    display: inline-block;
    line-height: 20px;
    padding: 3px 22px;
    background-color: #fff;
    border: 2px solid #82c23b;
    border-radius: 16px;
    color: #82c23b;
    font-size: 12px;
}

.more-small:hover,
.more:hover,
.more-active {
    background-color: #82c23b;
    color: #fff;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.line-more {
    margin-bottom: 25px;
}

.line-more .more {
    border: 0;
    background-color: transparent;
}

.line-more .more:hover {
    color: #82c23b;
    text-decoration: underline;
}


/**
================index
*/

.index-box {
    /*	padding-bottom: 50px;*/
}

.news-bd {
    padding-bottom: 50px;
}

.index-h2 {
    font-size: 30px;
    font-weight: 500;
    padding-top: 100px;
    text-align: center;
}

.index-h2-line {
    padding: 20px 0;
    height: 2px;
    background: url(../images/line.gif) no-repeat center;
}

.index-box .describe {
    color: #999;
    /*padding-bottom: 55px;*/
    font-size: 16px;
    line-height: 28px;
}

.tab {
    width: 100%;
    text-align: center;
    height: 52px;
}

.tab li {
    display: inline-block;
    width: 365px;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.tab-content .p-1 {
    background-color: #0078ba;
}

.tab-content .p-2 {
    background-color: #82c23b;
}

.tab-content .box-wrap {
    height: 500px;
}

.tab-content .tab-box {
    padding: 70px 0;
}

.item-list li {
    float: left;
    width: 270px;
    margin-right: 30px;
    overflow: hidden;
}

.item-list li .pic {
    width: 270px;
    height: 180px;
    display: block;
    overflow: hidden;
}

.item-list li img {
    max-width: 100%;
}

.item-list li.last {
    margin-right: 0;
}

.item-list li .title {
    display: block;
    height: 65px;
    line-height: 65px;
    color: #000;
    text-align: center;
    font-size: 18px;
    background-color: rgba(255, 255, 255, .3);
}

.item-list li:hover .title {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: rgba(255, 255, 255, .7);
}

.tab-box .white-more {
    padding-top: 55px;
}

.tab-box .white-more .more {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.product-index{
	margin-top: 60px;
}
.index-text{
	color: #82c23b;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.icon-tit{
	width: 47px;
	height: 47px;
	margin: 10px auto;
	background-image: url(../images/icon-2.png);
	background-repeat: no-repeat;
}

.pic-icon {
    width: 100%;
}

.pic-icon li {
    width: 234px;
    padding: 0 15px 20px;
    float: left;
    color: #fff;
}

.product-category{
	padding: 50px 0;
}
.product-category .item{
	width: 370px;
	float: left;
	margin-right: 30px;
}
.product-category .last{ margin-right: 0;}
.product-category .item .pic{
	display: block;
	width: 370px;
	height: 200px;
	
	position: relative;
	    
}

.product-category .item .pic img{
	max-width: 370px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border: 4px solid #fff;
}
.product-category .item .tit{
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin: 20px 0;
	font-size: 24px;
}
.product-category .item .read-more{
	position: absolute;
	bottom: 10px;
	left: -8px;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.product-category .item .desc{
    /*font-family: 'SongTi';*/
	line-height: 24px;
	font-size: 16px;
	min-height: 120px;
	overflow: hidden;
}

.product-category .item:hover .read-more{
	left: 15px;
}

.c-g{}
.c-b{}
.c-d{}

.c-g .tit{ color: #82c23b;}
.c-b .tit{ color: #0178ba;}
.c-d .tit{ color: #dae12f;}

.c-g:hover .pic img{ border-color: #82c23b;}
.c-b:hover .pic img{ border-color: #0178ba;}
.c-d:hover .pic img{ border-color: #dae12f;}

	
.c-g .read-more{ background-color: #82c23b; }
.c-b .read-more{ background-color: #0178ba; }
.c-d .read-more{ background-color: #dae12f; }

.info-text {
    background-color: #82c23b;
    background-image:url(../images/doctor-mai2.png);
    background-repeat: no-repeat;
    background-position: 5px 15px;
    min-height:100px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    padding: 35px 25px 35px 80px;
    position: relative;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 0 white;
    -moz-box-shadow: 3px 3px 0 white;
    box-shadow: 3px 3px 0 white;
    margin: 50px 0;
}

.info-text:after {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../images/info-circle.png);
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.index-product{
	margin-top: 50px;
	padding-top: 30px;
}
.index-product .item{
	width: 270px;
    height: auto;
    overflow: hidden;
	margin-right: 30px;
	float: left;
    margin-bottom: 50px;
}
.index-product .news-more {
    margin-top: 20px;
}

.index-product .news-more .more {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 22px;
}
.index-product .news-more .more:hover {
    color:#fff!important;
}
.index-product .item:last-child,
.index-product .last{
	margin-right: 0;
}

.index-product .item .pic{
	display: block;
	overflow: hidden;
	width: 270px;
	height: 151px;
	text-align: center;
}
.index-product .item img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.index-product .item .tit{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
	margin: 20px 0;
    height: 60px;
}
.index-product .item a:hover{
    text-decoration: none;
}
.index-product .item .desc{
	font-size: 16px;
    /*font-family: 'SongTi';*/
	line-height: 24px;
    color:#777;
    height: 180px;
}

.index-product a:hover{
    color: #82c23b;
    text-decoration: underline;
}


.pic-icon li a.p {
    display: block;
    width: 126px;
    height: 125px;
    overflow: hidden;
    margin: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 -125px;
}







.pic-icon li a.p:hover {
    background-position: 0 0;
    /*	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;*/
}

.pic-icon li .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}

.pic-icon li .describe {
    text-align: center;
    max-height: 72px;
    overflow: hidden;
}

.index-pic-list {
    height: 250px;
    width: 100%;
}

.index-pic-list li {
    float: left;
    width: 16.6%;
    height: 250px;
    display: table;
    text-align: center;
}

.index-pic-list li p {
    display: table-cell;
    vertical-align: middle;
}

.index-pic-list li p img {
    opacity: 0.5;
}

.index-xs {
    width: 100%;
    padding-top: 15px;
}

.index-xs .n-list li {
    margin-bottom: 30px;
    height: 145px;
    overflow: hidden;
    background: url(../images/h5-line.gif) repeat-x bottom;
}

.index-xs .n-list li:last-child {
    background: none;
}

.index-xs .n-list .p {
    width: 71px;
    height: 71px;
    overflow: hidden;
    float: left;
    margin-top: 5px;
}

.index-xs .n-list .p img {
    max-width: 100%;
}

.index-xs .n-list .info {
    float: right;
    width: 270px;
}

.index-xs .n-list .info .title {
    display: block;
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    color: #2d393c;
}

.index-xs .n-list .date {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.index-xs .n-list .sub-describe {
    display: block;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    padding-bottom: 0;
}

.xs-tab-3 h5 {
    color: #82c23b;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 0;
    background: url(../images/h5-line.gif) repeat-x bottom;
    margin-bottom: 30px;
}

.xs-tab-3 .xs-box {
    width: 370px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.xs-tab-3 .last {
    margin-right: 0;
}

.index-xs .n-list a:hover {
    color: #82c23b;
}

.index-bt {
    background: url(../images/bg-01.gif) repeat-y center;
    height: 205px;
}

.index-bt .con li {
    float: left;
    width: 50%;
    height: 205px;
}

.index-bt .r-bg {
    height: 205px;
    background: url(../images/weixin_03.jpg) right top no-repeat;
}

.index-bt .con li .img {
    padding: 40px 15px;
}

.index-bt .con li .text {
    font-size: 24px;
    float: left;
    color: #fff;
    padding-top: 75px;
    padding-left: 20px;
    line-height: 30px;
}

.index-bt .r-wx {
    padding: 40px 0 0 100px;
    height: 205px;
}

.index-bt .r-wx p {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.footer {
    background-color: #2f2f2f;
    height: 200px;
}

.footer .container {
    position: relative;
    height: 200px;
    padding-top: 40px;
}
.footer .f-main{
	border-top: 5px solid #474747;
	padding-top: 20px;
}
.footer .footer-logo {
    padding: 20px 30px 0 0;
}

.footer .copyright {
    color: #fff;
    padding-top: 68px;
    color: #8e8e8e;
}
.footer .footer-tel{
	font-size: 20px;
	color: #8e8e8e;
	padding: 68px 20px 0 10px;
}

#scroll-top {
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 9999;
    background-image: url(../images/icon-top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    opacity: 0.4;
}

#scroll-top:hover {
    /*background-position: 0 -45px;*/
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.page {
    height: 45px;
    width: 100%;
    text-align: center;
}

.page a,
.page span {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-color: #f0f0f1;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    color: #999;
}

.page .current,
.page a:hover,
.page a.active {
    background-color: #82c23b;
    color: #fff;
}

.sub-banner {
    background-color: #82c23b;
    height: 180px;
    width: 100%;
    min-width: 1170px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.sub-banner .bg {
    background: url(../images/sub-banner-bg.jpg) no-repeat top right;
    min-height: 180px;
}

.sub-banner h2 {
    font-size: 30px;
    /*	padding: 50px 0 0px 0;*/
    line-height: 180px;
    font-weight: 200;
}

.sub-banner .line {
    width: 40px;
    height: 1px;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, .3);
    display: none;
}

.sub-banner .sub-title {
    display: none;
}

.news-list-wrap {
    padding: 50px 0;
}


/**
========news
*/

.news-list {
    padding-top: 30px;
}

.news-list li {
    width: 370px;
    float: left;
    margin-right: 30px;
}

.news-list li.last {
    margin-right: 0;
}

.news-list li .pic {
    display: block;
    width: 370px;
    height: 270px;
    overflow: hidden;
}

.news-list li .pic img {
    max-width: 100%;
}

.news-list li .title {
    display: block;
    padding-top: 28px;
    padding-bottom: 10px;
    height: 98px;
    overflow: hidden;
    font-size: 18px;
    line-height: 26px;
}

.news-list li .date {
    font-size: 12px;
    color: #cacbcb;
    margin-bottom: 10px;
}

.news-list li .describe {
    display: block;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
    color: #999;
    margin-bottom: 28px;
    font-size:16px;
}

.news-list li .more {
    padding: 5px 25px;
    background-color: #fff;
    font-size: 12px;
    border-radius: 80px/40px;
}

.news-list li .more:hover {
    background-color: #82c23b;
}

.news-list-wrap .news-list li {
    margin-bottom: 75px;
}


/***news-list-2====*/

.news-list-2 {
    padding-top: 30px;
}

.news-list-2 li {
    padding-left: 300px;
    min-height: 237px;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding-right: 35px;
    padding-top: 20px;
    border-radius: 4px;
    padding-bottom: 20px;
    background: url(../images/news-li-line.gif) repeat-y 270px 0;
}

.news-list-2 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 235px;
    float: left;
    overflow: hidden;
}

.news-list-2 .pic img {
    max-width: 100%;
}

.news-list-2 li .date {
    padding-left: 30px;
    background: url(../images/icon-time.jpg) no-repeat left center;
    color: #999;
}

.news-list-2 li .title {
    color: #82c23b;
    font-size: 18px;
    padding: 15px 0;
    display: block;
}

.news-list-2 li .sub-describe {
    color: #777;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    font-size: 16px;
}

.news-list-2 .news-more {
    margin-top: 20px;
}

.news-list-2 .news-more .more {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 22px;
}

.news-detail {
    padding: 115px 0;
}

.detail-wrap {
    padding-right: 403px;
    position: relative;
    width: 100%;
}

.detail-wrap .content {
    width: 100%;
    color: #666;
    min-height: 700px;
}

.detail-wrap .sub-right {
    position: absolute;
    top: 0;
    right: 0;
}

.detail-wrap h2 {
    color: #82c23b;
    font-size: 24px;
    line-height: 30px;
}

.detail-wrap .add-time {
    padding: 20px 0;
}

.detail-wrap .add-time span {
    color: #999;
}

.detail-wrap .title-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.detail-wrap .detail p {
    /*text-indent: 2em;*/
    margin-bottom: 1.1em;
    font-size:16px;
}

.detail-wrap .con {
    border-left: 1px solid #ccc;
    width: 315px;
    padding-left: 40px;
}

.detail-wrap .con h3 {
    font-size: 24px;
    color: #82c23b;
    font-weight: normal;
}

.detail-wrap .con .h3-line {
    height: 1px;
    width: 30px;
    background-color: #ccc;
    margin: 20px 0;
}

.sub-news-list li {
    max-height: 70px;
    overflow: hidden;
    padding-left: 90px;
    position: relative;
    margin-bottom: 30px;
}

.sub-news-list li .pic {
    position: absolute;
    width: 70px;
    height: 70px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.sub-news-list li a:hover {
    color: #82c23b;
    text-decoration: underline;
}

.sub-news-list li .pic img {
    max-width: 100%;
}

.sub-news-list li .title {
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
    display: block;
    margin-bottom: 3px;
    color: #666;
}

.sub-news-list li .time {
    color: #999;
    font-size: 12px;
}

.sub-right .news-con {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.news-con .xs li {
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news-con .xs li.last {
    border-bottom: 0;
}

.product-wrap {
    padding: 50px 0;
}

.category {}

.category a {
    display: block;
    float: left;
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 30px;
    border: 2px solid #82c23b;
    border-radius: 4px;
    margin-bottom: 20px;
}

.category a:hover,
.category a.active {
    background-color: #82c23b;
    color: #fff;
}

.category a.last {
    margin-right: 0;
}

.product-list {
    padding-top: 30px;
}

.product-list li {
    margin-bottom: 65px;
}

.product-list .p-title {
    padding: 20px 0;
    background: none;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
}

.product-list .sub-describe {
    color: #999;
    line-height: 20px;
    margin-bottom: 20px;
    height: 100px;
    overflow: hidden;
}

.product-detail {
    padding: 50px 0;
}

.product-detail .pic-con {
    height: 447px;
    width: 100%;
    overflow: hidden;
}

.product-detail .pic-con .big-pic {
    width: 670px;
    height: 447px;
    float: left;
    overflow: hidden;
}

.product-detail .pic-con .big-pic img {
    max-width: 100%;
}

.product-detail .info {
    float: right;
    width: 470px;
    height: 447px;
}

.product-detail .info h5 {
    font-size: 30px;
    color: #82c23b;
    margin: 10px 0 15px 0;
    font-weight: 500;
}

.product-detail .info .describe {
    padding: 20px;
    border: 1px solid #ccc;
    border-left: 2px solid #82c23b;
    color: #999;
    margin-bottom: 35px;
    height: 184px;
    overflow: hidden;
}

.product-detail .info .describe-2 {
    color: #82c23b;
    font-size:1.5em;
    font-family:  Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
    line-height:2em;
    padding-bottom: 10px;
    max-height: 168px;
    overflow: hidden;
}

.product-detail .detail-con {
    margin: 40px 0;
    background-image: url(../images/detail-line.png);
    background-repeat: repeat-y;
    padding-left: 270px;
    position: relative;
    min-height: 400px;
}

.product-detail .detail-con .menu {
	width: 235px;
	position: absolute;
	left: 0;
	top: 0px;
}

.product-detail .detail-con .menu a {
    display: block;
    line-height: 24px;
    padding: 10px 0;
    font-size: 16px;
}

.product-detail .detail-con .menu a.active,
.product-detail .detail-con .menu a:hover {
    color: #82c23b;
}

.product-detail .box-wrap {

}

.contact-wrap {
    padding: 100px 0;
}

.map-box {
    width: 1170px;
    height: 480px;
    margin-bottom: 50px;
}

.contact-icon {
    margin-bottom: 50px;
}

.contact-icon .box {
    width: 200px;
    float: left;
    margin-right: 40px;
    color: #82c23b;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.contact-icon .box.last {
    margin-right: 0;
}

.contact-icon .box .icon {
    width: 104px;
    height: 104px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.contact-icon .box .c-01 {
    background-image: url(../images/c-01.png);
}

.contact-icon .box .c-02 {
    background-image: url(../images/c-02.png);
}

.contact-icon .box .c-03 {
    background-image: url(../images/c-03.png);
}

.contact-icon .box .c-04 {
    background-image: url(../images/c-04.png);
}

.contact-icon .box .c-05 {
    background-image: url(../images/c-05.png);
}

.contact-icon .box .title {
    padding: 15px 0;
}

.contact-icon .box .line {
    height: 2px;
    background-image: url(../images/c-line.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0;
}

.about-pic {
    padding: 50px 0;
}

.about-wrap {
    padding-top: 50px;
}

.about-wrap .text {
    margin-bottom: 50px;
    color: #666;
}

.about-wrap .text strong {
    font-size: 18px;
    font-weight: 600;
}

.about-wrap .text p {
    margin-bottom: 10px;
    font-size:16px;
    font-family: 'SontTi';
}

.about-wrap .btn {
    text-align: center;
    margin: 20px 0 100px 0;
}

.more-blue {
    color: #0078ba;
    border-color: #0078ba;
}

.more-blue:hover {
    background-color: #0078ba;
}

.number {
    padding: 120px 0;
}

.number li {
    width: 292px;
    float: left;
}

.number li .c-box {
    width: auto;
}

.number li .num,
.number li .line,
.number li .tit {
    display: block;
}

.number li .num {
    font-size: 60px;
    height: 60px;
    text-align: center;
}

.number li .line {
    height: 2px;
    background-image: url(../images/c-line.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto;
    width: 30px;
}

.number li .tit {
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
}

.zs {
    padding: 50px 0;
}

.zs-list li {
    float: left;
    width: 273px;
    height: 375px;
    margin-right: 26px;
    margin-bottom: 30px;
}

.zs-list li.last {
    margin-right: 0;
}

.zs-list li a {
    display: block;
    width: 270px;
    height: 373px;
    border: 1px solid #ccc;
}

.zs-list li a:hover {
    border-color: #82c23b;
}

.zs-list li a img {
    max-width: 100%;
}

.zz-page {
    margin: 50px 0;
}

.zs-wrap {
    padding: 50px 0;
}

.zs-about {
    padding: 50px 0;
}

.zs-about li {
    float: left;
    width: 25%;
    text-align: center;
}

.zs-about li .text {
    padding: 20px 0;
}

.zs-about li .text .sub {
    font-size: 18px;
    margin-bottom: 10px;
}

.zs-about li .text .tit {
    font-size: 24px;
}

.zs-about a {
    color: #82c23b;
}

.zs-content {
    width: 935px;
    background-color: #d9edc4;
    margin: 50px auto;
    min-height: 450px;
    padding-bottom: 50px;
    padding-top: 20px;
}

.zs-content .box {
    width: 805px;
    margin: 0 auto;
    background-image: url(../images/zs-bg-top.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 114px;
}

.zs-content .box .line {
    height: 2px;
    background-image: url(../images/c-line.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px auto;
    width: 30px;
}

.zs-content .box .c-box {
    background-image: url(../images/zs-bg-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 50px;
}

.zs-content .box h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    height: 30px;
}

.zs-content .box ol {
    position: relative;
    padding-left: 80px;
    /*background: url(../images/ol.png) 20px 10px no-repeat;*/
}
.poz1{
    display: inline-block;
    width:55px;
    height:55px;
    position: absolute;
    background: url(../images/ol.png) 10px 10px no-repeat;
    left:10px;
    top:-4px;
}
.poz2{
    display: inline-block;
    width:55px;
    height:55px;
    position: absolute;
    background: url(../images/ol.png) 10px -55px no-repeat;
    left:10px;
    top:46px;
}
.poz3{
    display: inline-block;
    width:55px;
    height:55px;
    position: absolute;
    background: url(../images/ol.png) 10px -116px no-repeat;
    left:10px;
    top:100px;
}
.poz4{
    display: inline-block;
    width:55px;
    height:55px;
    position: absolute;
    background: url(../images/ol.png) 10px -185px no-repeat;
    left:10px;
    top:155px;
}
.poz5{
    display: inline-block;
    width:55px;
    height:55px;
    position: absolute;
    background: url(../images/ol.png) 10px -270px no-repeat;
    left:10px;
    top:234px;
}
.poz6{
    display: inline-block;
    width:55px;
    height:55px;
    position: absolute;
    background: url(../images/ol.png) 10px -334px no-repeat;
    left:10px;
    top:281px;
}
.zs-content .box li {
    font-size: 15px;
    color: #666;
    border-bottom: 1px dotted #ccc;
    padding: 13px 0;
}

.empty {
    text-align: center;
    color: #999;
    padding: 200px 0;
}

.faq-wrap {
    padding: 100px 0;
}

.faq-list-box {}

.faq-list-box .box {
    width: 570px;
}

.faq-list li {
    width: 570px;
    line-height: 20px;
    padding: 20px;
    border: 1px solid #82c23b;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}

.faq-list .kg {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: #82c23b;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
}

.faq-list .faq-tit {
    padding-right: 35px;
    font-size: 16px;
    color: #82c23b;
    cursor: pointer;
    position: relative;
}

.faq-list .content {
    padding-top: 5px;
    color: #666;
    font-size:16px;
    line-height: 22px;
}

.lb-data .lb-number {
    display: none !important;
}

.tab-nav {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.tab-nav a {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #82c23a;
    height: 50px;
    border-radius: 4px;
    float: left;
}

.tab2 a {
    width: 570px;
}

.tab2 .c-1 {
    background-color: #0178ba;
    float: left;
}

.tab2 .c-2 {
    float: right;
}

.tab2-green a {
    width: 570px;
    margin-right: 30px;
    background-color: #fff;
    border: 2px solid #82c23a;
    color: #82c23a;
    font-size: 22px;
}

.tab2-green a.active,
.tab2-green a:hover {
    background-color: #82c23a;
    color: #fff;
}

.tab2-green a.last {
    margin-right: 0;
}

.tab3 a {
    width: 370px;
    margin-right: 30px;
    background-color: #fff;
    border: 2px solid #82c23a;
    color: #82c23a;
    font-size:18px;
}

.tab3 a.active,
.tab3 a:hover {
    background-color: #82c23a;
    color: #fff;
}

.tab3 li:last-child a,
.tab3 a.last {
    margin-right: 0;
}

.about-wrap .tab-nav {
    margin-bottom: 0;
}

.tab-nav .p-n1{
	border-color: #82c23b;
	color: #82c23b;
}
.tab-nav .p-n2{
	border-color: #0089ce;
	color: #0089ce;
}
.tab-nav .p-n3{
	border-color: #b2b903;
	color: #b2b903;
	margin-right: 0;
}

.tab-nav .p-n1-active,
.tab-nav .p-n1:hover{
	background-color: #82c23b;
	color: #fff;
}
.tab-nav .p-n2-active,
.tab-nav .p-n2:hover{
	background-color: #0089ce;
	color: #fff;
}
.tab-nav .p-n3-active,
.tab-nav .p-n3:hover{
	background-color: #b2b903;
	color: #fff;
}

.news-list-2 .info{
    background-image:url(../images/doctor-mai.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    min-height:100px;
    padding-left:80px;
}

.q-a {}

.q-a .icon-q,
.q-a .icon-a {
    display: block;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.q-a .icon-q {
    background-image: url(../images/icon-q.png);
    height: 36px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #82c23b;
}

.q-a .icon-a {
    background-image: url(../images/icon-a.png);
    color: #777;
    font-size:16px;
}

.n-list .icon-q {
    font-size: 16px;
    color: #2d393c;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 8px;
}

.n-list .icon-a {
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    color: #999;
}

.box-eq img {
    max-width: 100%;
    height: auto;
}

.table-detail table {
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.table-detail table td {
    padding: 5px;
    line-height: 28px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.home-news-list {
    width: 1170px;
}

.home-news-list li {
    float: left;
    position: relative;
    padding-left: 235px;
    min-height: 150px;
    width: 570px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 30px;
}

.home-news-list li.last {
    margin-right: 0;
}

.home-news-list .pic {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 206px;
    height: 150px;
    overflow: hidden;
}

.home-news-list .pic img {
    max-width: 100%;
}

.home-news-list .date {
    padding: 7px 0;
    color: #999;
    font-size: 12px;
}

.home-news-list .title {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    display: block;
}

.home-news-list .describe {
    display: block;
    height: 66px;
    overflow: hidden;
    color: #999;
    line-height: 22px;
}

.home-news-list a:hover {
    color: #82c23b !important;
}
