﻿
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	/*border-collapse: collapse;*/
}

td,
th {
	padding: 0;
}

.newslist div{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-user-select: none;*/
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

.clearfix {
	display: block;
}

.clearfix:after {
	overflow: hidden;
	clear: both;
	height: 0;
	content: '';
	line-height: 0;
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.ml15 {
	margin-left: 15px;
}

.bgf8 {
	background: #f8f8f8;
}

.mt10 {
	margin-top: 10px;
}

.mt60 {
	margin-top: 60px;
}

.mt30 {
	margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr20 {
	margin-right: 20px;
}

.w1200 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.bgcfdfed {
	background: #cfdfed;
}

.c666 {
	color: #666;
}

.text-center {
	text-align: center !important;
}

.ft12 {
	font-size: 12px;
}

.ml10 {
	margin-left: 10px;
}

.jg67 {
	height: 67px;
}

.jg70 {
	height: 70px;
}


/*两端对齐*/

.text-justify {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/*flex布局*/

.displayflex {
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	justify-content: center;
}

.displayflex .flex {
	flex: 1;
}


/*头部*/

.header {
	height: 124px;
	padding-bottom: 10px;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #00923f;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.header>div {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.header .top {
	overflow: hidden;
	padding-top: 25px;
}

.header .searchbar {
	width: 175px;
	height: 32px;
	background: #fff;
	border-radius: 5px;
	text-indent: 18px;
	float: right;
	border: 1px solid #ccc;
	margin-right: 160px;
}

.header .searchbar input[type=text] {
	width: 124px;
	height: 30px;
	border: none;
	background: none;
	vertical-align: middle;
}

.header .searchbar .searchBtn {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/search.png) no-repeat center center;
	height: 20px;
	width: 20px;
	border: none;
}

.header select {
	float: right;
	height: 32px;
	width: 130px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-left: 30px;
}

.header .nav {
	position: relative;
}

.header .logo {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -42px;
}

.header .nav>ul {
	text-align: center;
}

.header .nav>ul>li {
	float: left;
	margin: 35px 18px 0;
	padding-bottom: 10px;
}

.header .nav>ul>li:nth-child(6) {
	margin-right: 30px;
}

.header .nav>ul>li:nth-child(7) {
	margin-left: 30px;
}

.header .nav>ul>li>a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.header .nav>ul>li>a.active,
.header .nav>ul>li>a:hover {
	color: #00923f;
	position: relative;
}

.header .nav>ul>li>a.active:after,
.header .nav>ul>li>a:hover:after {
	content: '';
	border: 7px solid transparent;
	display: block;
	border-bottom-color: #00923f;
	height: 0;
	width: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: 17px;
}

.header .nav>ul>li:hover>a+div {
	display: block;
}

.header .nav>ul>li>a+div {
	height: 60px;
	background: rgba(255, 255, 255, .9);
	position: fixed;
	left: 0;
	top: 124px;
	width: 100%;
	display: none;
}

.header .nav>ul>li>a+div ul li {
	float: left;
	color: #666;
	line-height: 60px;
}

.header .nav>ul>li>a+div ul {
	width: 1200px;
	margin: 0 auto;
}

.header .nav>ul>li>a+div ul li a {
	display: block;
	width: 94px;
	text-align: center;
	color: #666;
}

.header .nav>ul>li>a+div ul li a:hover,
.header .nav>ul>li>a+div ul li a.active {
	color: #129A4D;
}

.header+div {
	margin-top: 124px;
}

.yuyan {
	position: absolute;
	margin-left: 30px;
	left: 50%;
	margin-left: 474px;
	width: 126px;
	z-index: 9999;
}

.select {
	width: 126px;
	line-height: 30px;
	height: 30px;
	color: #129A4D;
	background-image: url(../images/selectyy2.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	float: right;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-left: 30px;
	text-align: center;
}

.select span {
	display: block;
	width: 90px;
	height: 100%;
	border-right: 1px solid #ccc;
}

.yuyan ul {
	position: absolute;
	top: 26px;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	background: #fff;
	display: none;
}

.yuyan ul li {
	width: 100%;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
}

.yuyan ul li+li {
	border-top: 1px solid #ccc;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.yuyan ul a {
	color: #333;
}

.yuyan:hover .select {
	background-image: url(../images/selectyy.png);
}

.yuyan:hover ul {
	display: block;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img,
.swiper-slide a {
	display: block;
	width: 100%;
}

.more {
	height: 42px;
	width: 200px;
	background: #00923f url(../images/arrow.png) no-repeat 140px center;
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 42px;
	padding-left: 30px;
}

.xhpart {
	background: #fff url(../images/img.jpg) no-repeat center center;
	height: 600px;
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.xhpart>div {
	position: relative;
	padding-top: 60px;
}

.xhpart .xhinfo {
	width: 550px;
	position: absolute;
	right: 40px;
	top: 190px;
}

.xhpart .title {
	text-align: center;
}

.xhpart .title h4 {
	font-size: 28px;
	color: #333;
}

.xhpart .title p {
	color: #ccc;
	font-size: 16px;
	position: relative;
}

.xhpart .title p:after,
.xhpart .title p:before {
	content: '';
	height: 1px;
	background: #ccc;
	width: 470px;
	top: 15px;
	display: block;
	position: absolute;
}

.xhpart .title p:after {
	right: 0;
}

.xhpart .more {
	position: absolute;
	left: 610px;
	top: 455px;
}

.frlink {
	background: #2e2e2e;
	padding: 70px 0;
}

.frlink .title {
	color: #999;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.frlink .title h4 {
	font-size: 28px;
}

.frlink .title:before,
.frlink .title:after {
	content: '';
	height: 1px;
	width: 520px;
	background: #999;
	left: 0;
	position: absolute;
	top: 25px;
	display: block;
}

.frlink .title:after {
	left: auto;
	right: 0;
}

.frlink .title+div {
	margin: 70px 38px;
}

.frlink dl {
	overflow: hidden;
	line-height: 24px;
}

.frlink dl dt {
	color: #b2b2b2;
	font-size: 16px;
	float: left;
}

.frlink dl dd {
	float: left;
	width: 1040px;
	color: #999;
}

.frlink dl dd a {
	color: #999;
}

.frlink dl dd a:hover {
	color: #00a045;
}


#goTopBtn {
	display: block;
	height: 50px;
	width: 50px;
	background: url(../images/top.png) no-repeat center center;
	position: fixed;
	left: 50%;
	margin-left: 600px;
	bottom: 100px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
	border-radius: 100%;
	z-index: 999;
}

.ad {
	position: relative;
    margin-top: 124px;
}

.ad img,
.ad a {
	display: block;
	width: 100%;
}

.ad .title {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -590px;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	top: 50%;
	margin-top: -15px;
}

.history {
	position: relative;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	color: #666;
	font-size: 16px;
}

.history .line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #ebebeb;
	left: 180px;
}

.history ul li {
	overflow: hidden;
	position: relative;
}

.history ul li .time {
	float: left;
	width: 130px;
	text-align: right;
}

.history ul li .info {
	float: right;
	width: 815px;
}

.history ul li:after {
	content: '';
	height: 10px;
	width: 10px;
	border: 2px solid #129a4d;
	display: block;
	border-radius: 100%;
	left: 174px;
	position: absolute;
	top: 4px;
	background: #f8f8f8;
}

.history ul li+li {
	margin-top: 35px;
}

.bread {
	background: #fff;
	height: 66px;
	overflow: hidden;
}

.bread .breadcrumb {
	float: left;
}

.bread .breadcrumb li {
	margin: 0 5px;
}

.bread .breadcrumb li span.arrow {
	display: inline-block;
	vertical-align: middle;
	border: 3px solid transparent;
	border-left-color: #666;
}

.bread ul li {
	float: left;
	line-height: 66px;
}

.bread ul li a,
.bread ul li {
	color: #666;
	font-size: 12px;
}

.bread .subnav {
	float: right;
}

.bread .subnav li {
	margin: 0 20px;
}

.bread .subnav li a {
	display: block;
	border-bottom: 3px solid transparent;
	height: 66px;
}

.bread .subnav li a.active,
.bread .subnav li a:hover {
	border-bottom-color: #129a4d;
}

.modbox {
	background: #fff;
	width: 1050px;
	padding: 30px 40px;
	margin-left: auto;
	margin-right: auto;
}

.ldfc .modbox .title {
	color: #ccc;
	font-size: 12px;
}

.ldfc .modbox .title p {
	position: relative;
}

.ldfc .modbox .title p:after {
	height: 1px;
	position: absolute;
	left: 70px;
	right: 0;
	top: 10px;
	content: '';
	background: #ccc;
}

.ldfc .modbox:nth-child(2) .title p:after {
	left: 165px;
}

.ldfc .modbox:nth-child(3) .title p:after {
	left: 100px;
}

.ldfc .modbox .title h5 {
	font-size: 28px;
	color: #129A4D;
}

.ldfc .modbox ul {
	margin-top: 25px;
}

.ldfc .modbox ul li {
	color: #333;
	overflow: hidden;
	position: relative;
	line-height: 30px;
}

.ldfc .modbox ul li:after {
	position: absolute;
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	background: #333;
	border-radius: 100%;
	top: 13px;
	border-radius: 100%;
}

.ldfc .modbox ul li>div {
	float: left;
}

.ldfc .modbox ul li>div.name {
	width: 4em;
	margin-right: 10px;
	padding-left: 10px;
}

.rylist,
.videolist {
	overflow: hidden;
	margin: 60px 75px 30px;
}

.rylist li,
.videolist li {
	width: 320px;
	float: left;
	margin-bottom: 35px;
}

.rylist li:nth-child(3n+2),
.videolist li:nth-child(3n+2) {
	margin-left: 40px;
	margin-right: 40px;
}

.rylist li a {
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
}

.rylist li a img {
	display: block;
	width: 100%;
}

.rylist li a p {
	line-height: 60px;
}

.rylist li a.active,
.rylist li a:hover {
	background: #129A4D;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.page ul {
	text-align: center;
}

.page ul li {
	display: inline-block;
	text-align: center;
	color: #666;
	line-height: 32px;
	height: 32px;
	width: 32px;
	background: #eee;
	margin: 0 3px;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.page ul li a {
	display: block;
	height: 32px;
	width: 32px;
	color: #666;
	font-size: 12px;
}

.page ul li span {
	display: block;
	font-size: 12px;
}

.page ul li a.active {
	background: #129A4D;
	color: #fff;
}

.hfdetails {
	padding: 60px 0;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
}

.hfdetails .title {
	text-align: center;
	font-size: 16px;
}

.hfdetails .title p {
	color: #ccc;
	position: relative;
}

.hfdetails .title p:before,
.hfdetails .title p:after {
	content: '';
	height: 1px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 10px;
	width: 275px;
}

.hfdetails .title.rhtitle p:before,
.hfdetails .title.rhtitle p:after {
	width: 431px;
}

.hfdetails .title p:before {
	left: 0;
}

.hfdetails .title p:after {
	right: 0;
}

.hfdetails .title h5 {
	font-size: 28px;
	color: #333;
}

.hfdetails p {
	color: #333;
	line-height: 25px;
}

.hfdetails img {
	display: block;
	margin: 35px auto;
}

.ft40 {
	font-size: 40px;
}

.hfdetails p .ft40 {
	vertical-align: top;
	line-height: 20px;
	margin-top: -20px;
	margin-right: 5px;
}

.worklist li a>div {
	text-align: left;
	padding: 15px;
	line-height: 30px;
}

.worklist li a>div p {
	line-height: 25px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.worklist li a>div .name {
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.worklist li a>div .time {
	color: #999;
}

.worklist li a.active .name,
.worklist li a:hover .name,
.worklist li a.active .time,
.worklist li a:hover .time {
	color: #fff;
}

.doctorlist {
	width: 1050px;
	margin: 60px auto 25px;
}

.doctorlist li {
	float: left;
	height: 442px;
	width: 242px;
	background: #fff;
	margin-bottom: 30px;
}

.doctorlist li:not(:nth-child(4n+1)) {
	margin-left: 25px;
}

.doctorlist li a {
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.doctorlist li a>img {
	display: block;
	width: 100%;
	border: 2px solid #ccc;
}

.doctorlist li a .name {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.doctorlist li a>div {
	padding: 20px;
}

.doctorlist li a span.knowmore {
	display: inline-block;
	color: #999;
	border: 1px solid #ccc;
	width: 110px;
	line-height: 32px;
	margin-top: 15px;
	text-align: center;
}

.doctorlist li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.doctorlist li:hover a span.knowmore {
	color: #00923f;
}

.tabmenu {
	text-align: center;
}

.tabmenu a {
	display: inline-block;
	color: #666;
	width: 100px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 20px;
	margin: 60px 25px 0;
}

.tabmenu a.active {
	color: #fff;
	background: #024EA2;
	border-color: #024EA2;
}

.videolist li {
	margin-bottom: 10px;
}

.videolist li a,
.videolist li a img {
	display: block;
}

.videolist li a {
	position: relative;
	color: #666;
	text-align: center;
}

.videolist li a:hover {
	color: #129A4D;
}

.videolist li a img {
	border: 2px solid #ccc;
	width: 100%;
}

.videolist li a p {
	padding: 15px 0;
}

.videolist li a .tip {
	height: 194px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3) url(../images/video.png) no-repeat center center;
	display: none;
}

.videolist li a:hover .tip {
	display: block;
}

/*20171103 修改把padding改成了margin*/
.map {
	/*padding: 60px 0;*/
    margin:60px 0;
}

.map img {
	display: block;
	width: 100%;
}

.contactway>div {
	width: 50%;
	float: left;
	padding: 25px 0;
	color: #666;
}

.contactway>div+div {
	border-left: 1px solid #ccc;
}

.contactway img {
	float: left;
	margin-left: 120px;
	border: 1px solid #ccc;
}

.contactway img+div {
	float: left;
	width: 350px;
	margin-left: 20px;
}

.contactway>div+div {
	padding-left: 65px;
}

.contactway>div p {
	margin: 10px 0;
}

.downloadlist {
	width: 1050px;
	margin: 60px auto;
	border-top: 4px solid #ccc;
}

.downloadlist li a {
	display: block;
	border-bottom: 1px solid #ccc;
	color: #666;
	line-height: 65px;
	padding: 0 75px 0 20px;
	overflow: hidden;
	position: relative;
}

.downloadlist li a font {
	vertical-align: top;
	margin-top: -10px;
}

.downloadlist li a:after {
	content: '';
	display: block;
	height: 26px;
	width: 26px;
	background: url(../images/download.png) no-repeat center center;
	position: absolute;
	right: 20px;
	top: 20px;
}

.downloadlist li a:hover {
	color: #fff;
	background: #129A4D;
}

.downloadlist li a:hover:after {
	background-image: url(../images/download2.png);
}

.xhnews {
	height: 725px;
	background: url(../images/img3.jpg) no-repeat center center;
}

.box {
	margin-top: 80px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: 374px;
	position: relative;
}

.box .list {
	width: 1000px;
	height: 374px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

.box .btn {
	position: absolute;
	top: 50%;
	border-radius: 100%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	text-decoration: none;
	text-align: center;
	background: url(../images/prev.png) no-repeat center center;
	cursor: pointer;
}

.box .btn.btn2 {
	height: 86px;
	width: 45px;
	background-image: url(../images/next4.png);
	right: 170px;
	z-index: 9999;
	margin-top: -43px;
}

.box .next {
	right: 0;
	background-image: url(../images/next.png);
}

.box .btn.btn2.prev {
	background-image: url(../images/prev3.png) !important;
	left: 170px;
}

.box .list li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.box .list a {
	/*width: 751px;*/
	width: 538px;
	/*height: 374px;*/
	border: none;
	float: left;
	position: relative;
	display: block;
}

.box .list a img {
	display: block;
	width: 100%;
}

.box .list a p {
	height: 84px;
	background: #fff;
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 84px;
	bottom: 0;
	transition: all .4s .2s;
	opacity: 0;
}

.box .list.list2 a p {
	height: 38px;
	line-height: 38px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 14px;
}

.box .list.list2 {
	/*background: #000;*/
}

.box .list .p1 {
	transform: translate3d(-224px, 0, 0) scale(0.81);
}

.box .list .p2 {
	transform: translate3d(0px, 0, 0) scale(0.81);
	transform-origin: 0 50%;
	opacity: 0.8;
	z-index: 2;
}

.box .list .p3 {
	transform: translate3d(224px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
}

.box .list .p3 a p {
	opacity: 1;
}

.box .list .p4 {
	transform: translate3d(449px, 0, 0) scale(0.81);
	transform-origin: 100% 50%;
	opacity: 0.8;
	z-index: 2;
}

.box .list .p5 {
	transform: translate3d(672px, 0, 0) scale(0.81);
}

.box .list .p6 {
	transform: translate3d(896px, 0, 0) scale(0.81);
}

.box .list .p7 {
	transform: translate3d(1120px, 0, 0) scale(0.81);
}

.xhnews .more {
	display: block;
	margin: 50px auto;
}

.xhnews .title {
	color: #fff;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 50px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.xhnews .title h5 {
	font-size: 28px;
}

.xhnews .title p {
	font-size: 16px;
	color: #ccc;
	position: relative;
}

.xhnews .title p:after,
.xhnews .title p:before {
	content: '';
	height: 1px;
	background: #ccc;
	width: 490px;
	top: 15px;
	display: block;
	position: absolute;
}

.xhnews .title p:after {
	right: 0;
}


/*分会动态*/

.fhdt {
	min-height: 783px;
	background: #fff url(../images/img2.png) no-repeat center center;
	padding-top: 90px;
}

.fhdt .dttab {
	width: 1120px;
	border: 1px solid #ddd;
	height: 345px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

.fhdt .dttab .showmore {
	font-size: 30px;
	position: absolute;
	right: 40px;
	color: #fff;
	line-height: 75px;
}

.fhdt .dttab .dttab-hd {
	line-height: 75px;
	background: #333;
}

.fhdt .dttab .dttab-hd a {
	color: #f8f8f8;
	font-size: 18px;
	display: block;
	width: 220px;
	text-align: center;
	float: left;
}

.fhdt .dttab .dttab-hd a.active {
	color: #666;
	background: #fff;
	position: relative;
}

.fhdt .dttab .dttab-hd a.active:after {
	content: '';
	border: 9px solid transparent;
	border-top-color: #666;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
}

.dttab-bd-panel {
	padding: 55px 40px;
	display: none;
}

.dttab-bd-panel .lfpart .time {
	float: left;
	height: 150px;
	width: 120px;
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 40px;
}

.dttab-bd-panel .lfpart .time p {
	color: #666;
	font-size: 18px;
}

.dttab-bd-panel .lfpart .time p+p {
	color: #333;
	font-size: 26px;
	font-weight: bold;
}

.dttab-bd-panel .lfpart .info {
	color: #999;
	margin-left: 30px;
	width: 360px;
	float: left;
}

.dttab-bd-panel .lfpart .info>p {
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 10px;
}

.dttab-bd-panel .lfpart .info .title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dttab-bd-panel .lfpart .info .title:hover {
	color: #129A4D;
}

.dttab-bd-panel .lfpart .info .title~a {
	color: #999;
	margin-top: 10px;
}

.dttab-bd-panel .tag {
	display: inline-block;
	position: relative;
	line-height: 20px;
	padding: 0 16px;
	color: #fff;
	font-size: 12px;
	background: #82a510;
	border-radius: 20px;
	font-weight: normal;
	vertical-align: top;
	margin: 0 16px;
}

.dttab-bd-panel .tag.tag1 {
	background: #2c939e;
}

.dttab-bd-panel .tag.tag2 {
	background: #46ba84;
}

.dttab-bd-panel .tag:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	background: #666;
	border-radius: 100%;
	position: absolute;
	left: -14px;
	top: 7px;
}

.dttab-bd-panel .rtpart {
	float: right;
	width: 480px;
}

.dttab-bd-panel .rtpart a {
	font-size: 16px;
	color: #999;
}

.dttab-bd-panel .rtpart a:hover span:nth-child(2) {
	color: #129A4D;
}

.dttab-bd-panel .rtpart li+li {
	margin-top: 12px;
}

.news {
	width: 1120px;
	margin: 80px auto 60px;
	overflow: hidden
}

.news>div {
	width: 345px;
	float: left;
}

.news>div:last-child {
	width: 325px;
	float: right;
	padding-top: 30px;
}

.news>div:last-child a {
	display: block;
}

.news>div:last-child a+a {
	margin-top: 10px;
}

.news>div+div {
	margin-left: 50px;
}

.news .news-hd {
	overflow: hidden;
	border-bottom: 2px solid #129A4D;
	padding-bottom: 10px;
	color: #129A4D;
	line-height: 20px;
	overflow: hidden;
}

.news .news-hd a {
	color: #999;
	font-size: 12px;
	float: right;
}

.news .news-hd span {
	font-size: 16px;
	color: #00923f;
	font-weight: bold;
}

.news .news-bd p,
.news .news-bd a {
	color: #999;
	font-size: 14px;
}

.news .news-bd .newsinfo,
.news .news-bd .newsinfo2 {
	display: block;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px solid #129A4D;
	height: 163px;
}

.news .news-bd .newsinfo img {
	float: left;
}

.news .news-bd .newsinfo>div {
	width: 170px;
	float: right;
	padding: 10px;
}

.news .news-bd .newsinfo .name,
.news .news-bd .newsinfo2 .name {
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-bd .newsinfo:hover .name {
	color: #129A4D;
}

.news .news-bd .newsinfo>div .time {
	text-align: right;
}

.news .news-bd .newsinfo>div p {
	margin: 20px 0 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical; //从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）
	-webkit-line-clamp: 2;
}

.news .news-bd ul li a {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

.news .news-bd ul li a span:first-child {
	width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news-bd ul li a:hover span:first-child {
	color: #129A4D;
}

.newsdetails {
	width: 1050px;
	margin: 60px auto;
	color: #666;
	line-height: 25px;
}

.newsdetails .title {
	text-align: center;
	font-size: 13px;
	color: #aaa;
	margin-bottom: 40px;
}

.newsdetails .title h5 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.newsdetails img {
	display: block;
	margin: 40px auto 10px;
}

.newsdetails .imgname {
	color: #999;
	font-size: 12px;
	text-align: center;
}

.newsdetails .newsdetails-txt {
	padding: 40px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.newsdetails .newsdetails-menu {
	position: relative;
	margin-top: 50px;
	text-align: center;
}

.newsdetails .newsdetails-menu a.prevtxt,
.newsdetails .newsdetails-menu a.nexttxt {
	font-size: 14px;
	color: #666;
}

.newsdetails .newsdetails-menu a.prevtxt {
	background: url(../images/prev2.png) no-repeat left center;
	padding-left: 25px;
	display: block;
	position: absolute;
	left: 12px;
}

.newsdetails .newsdetails-menu a.nexttxt {
	background: url(../images/next3.png) no-repeat right center;
	padding-right: 25px;
	display: block;
	position: absolute;
	right: 12px;
	top: 0;
}

.newsdetails .newsdetails-menu a.backlist {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	width: 120px;
	text-align: center;
	color: #fff;
	background: #00923f;
}


/*.newspart {
	padding: 60px 0;
}
*/

.newslist {
	width: 800px;
	margin: 25px auto;
	font-family:Microsoft Yahei;;
}

.newslist li+li {
	margin-top: 40px;
}

.newslist li a {
	display: block;
	overflow: hidden;
	height: 200px;
}

.newslist li a>img {
	display: block;
	width: 260px;
	height: 100%;
	float: left;
}

.newslist li a>div {
	width: 540px;
	float: left;
	color: #666;
	padding: 20px 30px;
	position: relative;
}

.newslist li a>div .nam {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newslist li a>div .time {
	color: #999;
	font-size: 16px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
}

.newslist li a>div .time img {
	width: 15px;
}

.newslist li a>div p {
    font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 25px;
}

.newslist li a>div .tag {
	position: absolute;
	top: 54px;
	right: 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	width: 80px;
	font-size: 12px;
	color: #999;
}

.newslist li a:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transform: scale(1.1, 1.1);
}

.newslist li a:hover>div .nam {
	color: #024EA2;
}

.newslist li a:hover>div .tag {
	color: #fff;
	background: #024EA2;
	border: 1px solid #024EA2;
}














.newslist2 {
	width: 800px;
	margin: 25px auto;
	font-family:Microsoft Yahei;;
}

.newslist2 li+li {
	margin-top: 40px;
}

.newslist2 li a {
	display: block;
	overflow: hidden;
	height: 130px;
}

.newslist2 li a>img {
	display: block;
	width: 248px;
	float: left;
	margin-top:5px;
}

.newslist2 li a>div {
	width: 490px;
	float: left;
	color: #666;
	padding: 20px 30px;
	position: relative;
}

.newslist2 li a>div .nam {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:400px;
    display:block;
}

.newslist2 li a>div .time {
	color: #999;
	font-size: 16px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
}

.newslist2 li a>div .time img {
	width: 15px;
}

.newslist2 li a>div p {
    font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 25px;
}

.newslist2 li a>div .tag {
	position: absolute;
	top: 22px;
	right: 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	width: 80px;
	font-size: 12px;
	color: #999;
}

.newslist2 li a:hover {
	background: #fff;
/*	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	transform: scale(1.1, 1.1);*/
}

.newslist2 li a:hover>div .nam {
	color: #024EA2;
}

.newslist2 li a:hover>div .tag {
	color: #fff;
	background: #024EA2;
	border: 1px solid #024EA2;
}






.box .buttons {
	position: absolute;
	width: 1200px;
	height: 30px;
	bottom: 50px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-top: 10px;
	z-index: 9999;
}

.box .buttons a {
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	border-radius: 100%;
	overflow: hidden;
}

.box span {
	display: block;
	width: 12px;
	height: 12px;
	background: #f8f8f8;
}

.box .blue {
	background: #024EA2;
}



/*新增样式*/
.between{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.w1049{width:1049px;margin:auto;color:#333;}
.w1049 .about-4{margin:55px 0px 60px;padding:30px;line-height:30px;}
.w1049 .about-4 h6{line-height:30px;width:85px;color:#333;font-weight:600;font-size:14px;font-weight:normal;float:left;}
.w1049 .about-4 p{color:#666666;}
.w1049 .about-4 p{float:left;width:800px;}

.bg-ff{background:#fff;}
.clear{clear:both;}
.apply_form-ul{width:700px;margin:auto;margin-top:30px;}
.apply_form-ul .form-line{width:100%;margin-bottom:30px;float:left;}
.apply_form-ul .form-line input{border:1px solid #ccc;width:100%;background:none;
	display:block;height:40px;line-height:50px;padding:10px 10px;}
.apply_form-ul .form-line .between input{width:338px;}	

.apply_form-ul .textarea{width:100%;}

.apply_form-ul  .textarea textarea{background:none;width:100%;height:110px;border:1px solid #ccc;padding:10px 10px;}
.apply_form-ul .form-submit{width:100%;text-align:right;}
.apply_form-ul .form-submit .submit{width:140px;height:40px;font-size:14px;font-weight:bold;
	background:#024EA2;color:#fff;line-height:40px;text-align:center;
	font-family:"微软雅黑";font-size:15px;border:0px;}