.top_bg {
	background: url(../images/top_bg.gif) repeat-x;
}

.header {
	width: 1200px;
	margin: 0 auto;
}

.h_top {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}

.h_top span {
	display: block;
	float: left;
}

.h_top p {
	float: right;
}

.h_top p a {
	padding: 0 0 0 15px;
	display: block;
	float: left;
	font-size: 12px;
	color: #333;
}

.h_top p a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.h_top p em {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 0;
	overflow: hidden;
	padding: 5px 8px 0 0;
}

.h_top p em img {
	width: 18px;
	height: 18px;
}

.h_con {
	height: 124px;
	overflow: hidden;
}

.h_con .logo {
	float: left;
	width: auto;
	padding: 38px 22px 0 0;
}

.h_con .logo img {
	width: auto;
	height: 52px;
}

.h_con .h_dw {
	float: left;
	font-size: 24px;
	color: #222;
	background: url(../images/t_line.gif) no-repeat 0 40px;
	padding: 38px 0 0 20px;
	line-height: 32px;
}

.h_dw i {
	color: #0e8825;
}

.h_dw span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.h_tel {
	float: right;
	padding: 18px 0 0;
	line-height: 30px;
}

.h_tel em {
	font-size: 20px;
	color: #333;
	display: block;
}

.h_tel span {
	background: url(../images/tel.gif) no-repeat 0 11px;
	display: block;
	padding: 0 0 0 48px;
	height: 52px;
	line-height: 29px;
}

.h_tel b {
	font-size: 26px;
	color: #0e8825;
	display: inline-block;
	margin-left: 10px;
	font-family: "DINOT";
	line-height: 60px;
}

.h_nav {
	height: 60px;
}

.h_nav li {
	float: left;
	width: 169px;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.h_nav li a {
	color: #fff;
	font-size: 16px;
}

.h_nav li:last-child {
	border-right: none;
}

.h_nav>li>a {
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 0;
}

.h_nav>li>a:link {
	background: none;
}

.h_nav>li>a:hover,
.h_nav>li>a.active {
	color: #fff;
	background: none;
}

.h_nav .hb-first-li ul li a {
	color: #ffffff;
	height: 36px;
	overflow: hidden;
}

.h_nav .hb-first-li .active a,
.h_nav .hb-first-li a:hover {
	background-color: #ffff00;
	color: #0e8825;
	display: block;
}

.h_nav .hb-first-li>ul {
	position: absolute;
	width: 170px;
	background-color: #0e8825;
	z-index: 20;
	padding: 0;
	opacity: 0;
	transition: all .5s ease 0s;
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden
}

.h_nav .hb-first-li:hover ul {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	visibility: visible
}

.h_nav .hb-first-li>ul li {
	height: 34.18px;
	line-height: 36px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(226, 226, 226, 0.37);
	transition: all .3s ease-out 0s
}


/* .h_nav li a:before {
	content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background:url(../images/nav_line.gif) no-repeat center 0;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
} */
.h_nav li a:hover:before,
.h_nav li a:focus:before,
.h_nav li a:active:before {
	left: 0;
	right: 0;
}

/* .h_nav li.cur a{font-weight: bold;color: #fff;background:url(../images/nav_line.gif) no-repeat center 0;} */
.h_nav li.cur i,
.h_nav li a:hover i {
	color: #fff;
}

.h_nav li a:hover {
	font-weight: bold;
	color: #fff;
}

.h_nav li:first-child {
	padding-left: 0;
}

.h_nav li.nobor {
	padding-right: 0;
}

em,
i {
	font-style: normal;
}


.fullSlide {
	min-width: 1200px;
	position: relative;
	overflow: hidden;
}

.fullSlide .bd li img {
	display: block;
	width: 100%;
}

.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 35px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.fullSlide .hd ul {
	margin-left: 400px;
}

.fullSlide .hd ul li {
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	cursor: pointer;
	width: 130px;
	height: 4px;
	background: #fff;
	text-indent: -99999px;
}

.fullSlide .hd ul .on {
	background: #0e8825;
}

.fullSlide p {
	position: absolute;
	top: 50%;
	width: 79px;
	height: 79px;
	opacity: 0.7;
	margin-top: -40px;
}

.fullSlide p a {
	display: block;
	width: 79px;
	height: 79px;
}

.fullSlide .prev {
	left: 50px;
}

.fullSlide .next {
	right: 50px;
}


.s_bg {
	box-shadow: 0 3px 10px 3px rgba(102, 102, 102, 0.1);
	height: 72px;
}

.search {
	width: 1200px;
	margin: 0 auto;
	height: 72px;
	overflow: hidden;
}

.search p {
	float: left;
	font-size: 14px;
	color: #444;
	width: 780px;
	height: 72px;
	line-height: 72px;
	overflow: hidden;
	background: url(../images/s_ico.gif) no-repeat 0 24px;
	padding-left: 30px;
}

.search p a {
	font-size: 14px;
	color: #999;
	padding: 0 10px 0 0;
}

.search p a:hover {
	color: #333;
}

.search .ser_inp {
	background: url(../images/s_inp.gif) no-repeat;
	width: 334px;
	padding-left: 15px;
	height: 38px;
	border: none;
	float: left;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666;
	line-height: 38px;
	outline: none;
	margin-top: 16px;
}

.search .ser_so {
	cursor: pointer;
	float: left;
	background: url(../images/s_so.gif) no-repeat;
	border: none;
	width: 40px;
	height: 38px;
	margin-top: 16px;
}

input::-webkit-input-placeholder {
	color: #666;
}


.ty-banner-1 {
	overflow: hidden;
	line-height: 0;
	text-align: center;
}


.p1-search-1 {
	background: #f2f2f2;
	height: 62px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	font-size: 14px;
}

.p1-search-1 p {
	color: #444;
	line-height: 62px;
}

.p1-search-1 a {
	color: #444;
	display: inline-block;
	margin-right: 15px;
}

.p1-search-1-inp {
	width: 270px;
	height: 30px;
	border-radius: 20px;
	background: #fff;
	padding-left: 10px;
	margin-top: 16px;
}

.p1-search-1-inp input {
	border: 0;
}

.p1-search-1-inp1 {
	width: 224px;
	height: 30px;
	line-height: 30px;
	color: #a9a9a9;
	float: left;
}

.p1-search-1-inp2 {
	width: 30px;
	height: 30px;
	background: url(../images/viskins-p1.png) no-repeat -258px -936px;
	float: right;
	cursor: pointer;
}


.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	line-height: 47px;
}

.p12-curblock {
	display: none;
}

.p12-curmbs-1 b {
	border-left: 10px solid #0e8825;
	font-weight: normal;
	padding-left: 8px;
}

.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	font-family: '宋体';
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}

.pc-cx-tel-1 {
	width: 46%;
	height: 56px;
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	position: absolute;
	bottom: 16px;
	right: 6%;
}

.pc-cx-tel-1-t1 {
	width: 114px;
	height: 44px;
	background: #0e8825;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	float: right;
}

.pc-cx-tel-1-t1 a {
	display: block;
	color: #fff;
}

.pc-cx-tel-1-t2 {
	height: 56px;
	padding-left: 70px;
	background: url(images/pc-xc-icon2.png) no-repeat 10px top;
	font-size: 18px;
	line-height: 18px;
	color: #454545;
}

.pc-cx-tel-1-t2 p {
	line-height: 24px;
}


.cpcc-ts-01 {
	position: relative;
	padding: 12px 0 16px;
	background: #fff;
}

.cpcc-ts-01-left {
	position: relative;
	width: 60%;
	float: left;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-left: 20px;
}

.cpcc-ts-01-left-jt {
	width: 12px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 33;
}

.cpcc-ts-01-left-prev {
	left: 10px;
}

.cpcc-ts-01-left-next {
	right: 10px;
}

.cpcc-ts-01-left-size {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 26px;
	font-size: 14px;
	line-height: 16px;
	color: #787878;
	letter-spacing: 3px;
}

.cpcc-ts-01-left-size em {
	font-style: normal;
}

.cpcc-ts-01-left-pic {
	width: 100%;
	position: relative;
	text-align: center;
}

.cpcc-ts-01-left-pic li {
	width: 100%;
	float: left;
}

.cpcc-ts-01-left-pic img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.cpcc-ts-01-right {
	width: 35%;
	float: right;
}

.cpcc-ts-01-right-tit {
	height: 48px;
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
	color: #4a4a4a;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpcc-ts-01-right-con {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 86px;
	max-height: 168px;
	overflow: hidden;
}


.p102-pro-content-nav {
	height: 50px;
	background: #efefef;
}

.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 88;
	background: #fff;
}

.p102-pro-content-nav li {
	float: left;
	line-height: 50px;
	position: relative;
	font-size: 18px;
	padding: 0 20px;
	color: #4c4c4c;
	font-weight: normal;
	cursor: pointer;
}

.p102-pro-content-nav li.cur,
.p102-pro-content-nav li:hover {
	color: #fff;
	background: #0e8825;
}

.p102-pro-content-nav li.cur:before,
.p102-pro-content-nav li:hover:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border: 3px solid #0e8825;
	background: #fff;
	border-radius: 100%;
	left: 50%;
	margin-left: -9px;
	bottom: -10px;
	z-index: 1;
}

.p102-pro-content-nav li.cur:after,
.p102-pro-content-nav li:hover:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #0e8825;
	border-radius: 100%;
	left: 50%;
	margin-left: -3px;
	bottom: -4px;
	z-index: 2;
}

.p102-pro-content-desc {
	padding: 40px 0;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.p14-info-2 {
	background: #fff;
}

.p14-info-2-tit {
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	background: #0e8825;
	color: #fff;
	text-align: center;
	margin-bottom: 12px;
}

.p14-info-2-list dl {
	font-size: 12px;
	line-height: 18px;
	height: 196px;
	overflow: hidden;
	text-align: center;
}

.p14-info-2-list dt {
	width: 100%;
	border: 1px solid rgba(153, 153, 153, 0.3);
	box-sizing: border-box;
	margin: 0 auto;
}

.p14-info-2-list dt img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.p14-info-2-list dd h3 {
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	padding: 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-info-2-list-desc {
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-info-2-list dl:nth-last-child(1) {
	border-bottom: 0;
}


.cbgg-01 {
	background: #0e8825;
	text-align: center;
	color: #fff;
}

.cbgg-01-img img {
	width: 100%;
	display: block;
}

.cbgg-01 p {
	padding-top: 15px;
}

.cbgg-01 p img {
	vertical-align: middle;
	margin-right: 5px;
}

.cbgg-01 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}

.k12-cl-cplb-3nf1-1-01-desc {
	background: #fff;
	max-height: 180px;
	margin-bottom: 14px;
}

.k12-cl-cplb-3nf1-1-01-desc dt {
	height: 30px;
	padding: 20px 0 10px;
}

.k12-cl-cplb-3nf1-1-01-desc dt b {
	display: inline-block;
	height: 30px;
	font-weight: normal;
	border-left: 13px solid #e3e3e3;
	border-right: 7px solid #e3e3e3;
	padding: 0 12px 0 13px;
	font-size: 28px;
	color: #7c7c7c;
	line-height: 30px;
}

.k12-cl-cplb-3nf1-1-01-desc dt b span {
	font-size: 18px;
	color: #bfbfbf;
	text-transform: uppercase;
	padding-left: 10px;
}

.k12-cl-cplb-3nf1-1-01-desc dd {
	padding: 0 27px 10px 27px;
}

.k12-cl-cplb-3nf1-1-01-desc dd h4 {
	font-size: 24px;
	font-weight: normal;
	color: #797979;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}

.k12-cl-cplb-3nf1-1-01-desc dd div {
	height: 44px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	max-height: 48px;
	overflow: hidden;
}

.k12-cl-cplb-3nf1-1-01-tit {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	font-size: 24px;
}

.k12-cl-cplb-3nf1-1-01-tit span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #0e8825;
}

.k12-cl-cplb-3nf1-1-01-list dl {
	width: 32.4%;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	background: #fff;
	float: left;
	margin-right: 1.3%;
	box-sizing: border-box;
}

.k12-cl-cplb-3nf1-1-01-list dl:nth-child(3n) {
	margin-right: 0;
}

.k12-cl-cplb-3nf1-1-01-list dt {
	width: 100%;
	box-sizing: border-box;

}

.k12-cl-cplb-3nf1-1-01-list dt img {
	width: 100%;
	display: block;
}

.k12-cl-cplb-3nf1-1-01-list dd {
	padding: 6px 20px 20px 20px;
}

.k12-cl-cplb-3nf1-1-01-list dd h4 {
	height: 45px;
	font-weight: normal;
	font-size: 16px;
	color: #154c64;
	line-height: 45px;
}

.k12-cl-cplb-3nf1-1-01-list h4 a {
	display: block;
	color: #727272;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.k12-cl-cplb-3nf1-1-01-list dl:hover h4 a {
	color: #0e8825;
}

.k12-cl-cplb-3nf1-1-01-list-desc {
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 12px;
	overflow: hidden;
}

.k12-cl-cplb-3nf1-1-01-list-deta {
	width: 100px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.k12-cl-cplb-3nf1-1-01-list dl:hover {
	border-color: #0e8825;
}

.k12-cl-cplb-3nf1-1-01-list dl:hover .k12-cl-cplb-3nf1-1-01-list-deta {
	background: #0e8825;
	border-color: #0e8825;
}

.k12-cl-cplb-3nf1-1-01-list dl:hover .k12-cl-cplb-3nf1-1-01-list-deta a {
	color: #fff;
}


.fdh-01-tit {
	background: #0e8825;
	height: 80px;
}

.fdh-01-tit h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.fdh-01-tit h2 span {
	font-size: 14px;
	text-transform: uppercase;
}

.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}

.fdh-01-nav-one h3 a {
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
	background: url(images/p14-icon2.png) no-repeat right center #0e8825;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
	color: #fff;
}

.fdh-01-nav dl {
	padding: 2px 0 4px;
}

.fdh-01-nav dt {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 38px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}

.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
	border-color: #0e8825;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
	color: #0e8825;
}

.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}

.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
	color: #0e8825;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
	background: #0e8825;
}

.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.fdh-01-nav-one2 h3 {
	height: 50px;
	line-height: 50px;
	background: url(images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}

.fdh-01-nav-one2 h3 a {
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}

.fdh-01-nav-one2 h3.sidenavcur,
.fdh-01-nav-one2 h3:hover {
	background: url(images/p14-icon2.png) no-repeat right center #0e8825;
}

.fdh-01-nav-one2 h3.sidenavcur a,
.fdh-01-nav-one2 h3:hover a {
	color: #fff;
}

.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.tl-fdh-02 li {
	width: 20%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	margin-right: -1px;
	background: #efefed;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tl-fdh-02 li a {
	display: block;
	height: 55px;
	color: #595757;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #0e8825;
	border-color: #0e8825;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}


.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	color: #4b4a4a;
}

.p12-aboutinfo-1-tit span {
	font-size: 22px;
	color: #aaa;
}

.p12-aboutinfo-1-nr {
	padding: 0 0 20px;
}

.f_bg .linx {
	width: 300px;
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 999;
}

.f_bg .linx img {
	width: 100%;
}

.f_bg .linx .xx {
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	background-color: #000;
	text-align: center;
	line-height: 25px;
	color: #fff;
	cursor: pointer;
}

.f_bg {
	background-color: #fff;
	height: 326px;
	overflow: hidden;
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.f_top {
	display: block;
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/f_line.gif) no-repeat 0 bottom;
	margin-bottom: 18px;
}

.f_nav {
	width: 365px;
	height: auto;
}

.f_nav .f_top {
	width: 240px;
}

.f_nav ul li {
	float: left;
	width: 150px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}

.f_nav ul li a {
	font-size: 16px;
	color: #333;
}

.f_nav ul li a:hover {
	color: #000;
}

.f_ban {
	width: 410px;
	height: 270px;
}

.f_ban p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.f_er {
	width: 333px;
	padding: 40px 0 0;
	height: 230px;
}

.f_er p {
	width: 110px;
	height: auto;
	padding: 14px 14px 0;
	border: #e4e4e4 1px solid;
	margin-right: 25px;
	float: left;
	text-align: center;
}

.f_er p img {
	width: 110px;
	height: 110px;
}

.f_er p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}

.f_bot {
	font-size: 14px;
	color: #333;
	line-height: 56px;
	height: 56px;
	text-align: center;
	border-top: 1px solid #e4e4e4;
}

.f_bot span {
	padding: 0 15px;
}

.f_bot a {
	color: #0e8825;
}

.links p {
	line-height: 26px;
	padding-top: 14px;
}


.u-top {
	background: #0e8825;
	font-size: 14px;
	color: #fff;
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

.u-top em {
	display: block;
}

.client-2 {
	width: 45px;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
	color: #fff;
}

.client-2 li a {
	text-decoration: none;
	color: #fff;
}

.client-2 li {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}

.client-2 li.my-kefu-qq {
	background: #0e8825 url(../images/c345745aab284edd8722a4fdb26bb1dd_2.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
	background: #0e8825 url(../images/cimg24.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
	background: #0e8825 url(../images/cimg25.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
	background: #0e8825 url(../images/tohome.png) center no-repeat;
	background-size: 26px;
}

.client-2 li.my-kefu-shouye a {
	width: 45px;
	height: 45px;
	display: block;
}

.client-2 li.my-kefu-ftop {
	background: #0e8825 url(../images/returntop.png) center no-repeat;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 li.my-kefu-qq .cont {
	margin: 0;
	background: #0e8825 url(../images/cimg23.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
	margin: 0;
	background: #0e8825 url(../images/cimg25.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
	width: 115px;
	height: 115px;
}

.client-2 li:hover .cont {
	display: block !important;
}

.p15-infolist-1-t1 {
	padding: 35px 49px 0px 21px;
	background: #fff;
	border-bottom: 1px dashed #cacaca;
	margin-bottom: 20px;
	height: 164px;
}

.p15-infolist-1-t1 dt {
	position: relative;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left: 68px;
}

.p15-infolist-1-t1 dt a {
	display: block;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p15-infolist-1-t1 dt span {
	display: block;
	width: 60px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: -0px;
	background: #0e8825;
}

.p15-infolist-1-t1-desc {
	height: 72px;
	line-height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 68px;
}

.p15-infolist-1-t1-deta {}

.p15-infolist-1-t1-deta a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #b6b6b6;
	color: #fff;
}

.p15-infolist-1-t1-deta a:hover {
	background: #0e8825;
	color: #fff;
}



.k12-xl-xwlb-1nt2-1-01-list dl {
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 22px 50px 22px 22px;
	background: #fff;
	display: inline-block;
	width: 856px;
}

.k12-xl-xwlb-1nt2-1-01-list dt {
	width: 24.4%;
	float: left;
	margin-right: 2.3%;
}

.k12-xl-xwlb-1nt2-1-01-list dt img {
	width: 100%;
	display: block;
}

.k12-xl-xwlb-1nt2-1-01-list dd h4 {
	height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list h4 a {
	display: block;
	height: 40px;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover {
	border: 1px solid #0e8825;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
	color: #0e8825;
}

.k12-xl-xwlb-1nt2-1-01-list-desc {
	max-height: 72px;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 28px;
	overflow: hidden;
}

.k12-xl-xwlb-1nt2-1-01-list-deta {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: right;
	background: #b6b6b6;
	color: #fff;
}

.k12-xl-xwlb-1nt2-1-01-list-deta a {
	color: #fff;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
	background: #0e8825;
	border-color: #0e8825;
}

.k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta a {
	color: #fff;
}

.p15-infocontent-1 {
	margin-bottom: 30px;
}

.p15-infocontent-1-tit {
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 40px;
	color: #535353;
	height: 40px;
	overflow: hidden;
}

.p15-infocontent-1-bool {
	border-bottom: 1px solid #0e8825;
	height: 20px;
	font-size: 14px;
	color: #333;
}

.p15-infocontent-1-bool span {
	margin-right: 20px;
}

.p15-infocontent-1-bool span a {
	color: #909090;
}

.p15-infocontent-1-bool i {
	font-style: normal;
	float: right;
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #0e8825;
}

.p15-infocontent-1-bool i a {
	color: #fff;
}

.p15-infocontent-1-bool span {
	margin-right: 15px;
}

.p15-infocontent-1-tag span {
	margin-right: 10px;
}


.p14-pagination-1 dl {
	margin-bottom: 24px;
	padding-right: 40px;
}

.p14-pagination-1 dd {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-pagination-1 dd b {
	float: right;
	font-weight: normal;
}

.p14-pagination-1 dd span {
	width: 60px;
	height: 32px;
	background: #a2a2a2;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.p14-pagination-1 dt {
	height: 1px;
	border-bottom: 1px dashed #b5b5b5;
	margin-left: 60px;
	padding-top: 2px;
	margin-bottom: 2px;
}

.p14-pagination-1 dd em {
	float: right;
	font-style: normal;
	padding-left: 20px;
	font-weight: normal;
}

.p14-pagination-1 dl a {
	color: #4b4a4a;
}

.p14-pagination-1-href {
	float: right;
	font-size: 18px;
	line-height: 32px;
}

.p14-pagination-1-href span {
	display: inline-block;
	padding: 0 6px;
	margin-left: 4px;
	background: #0e8825;
}

.p14-pagination-1-href a {
	display: block;
	color: #fff;
}

.p14-pagination-1-key {
	min-height: 40px;
	border-top: 1px solid #0e8825;
	font-size: 14px;
	line-height: 40px;
	color: #575556;
}

.p14-pagination-1-key a {
	color: #575556;
}

.p14-pagination-1-key span {
	display: inline-block;
	margin: 0 4px;
}


.p14-info-3 {
	background: #f5f5f5;
	padding: 8px 20px;
}

.p14-info-3-tit {
	height: 55px;
	font-size: 24px;
	font-weight: normal;
	line-height: 55px;
	color: #4b4a4a;
}

.p14-info-3-list li h4 {
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	color: #4b4a4a;
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-info-3-list li h4 a {
	color: #4b4a4a;
}

.p14-info-3-list li h4 span {
	float: right;
}

.p14-left-nav-1-tit {
	background: #0e8825;
	height: 80px;
}

.p14-left-nav-1-tit h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;

}

.p14-left-nav-1-tit h2 span {
	font-size: 14px;
	text-transform: uppercase;
}


.p14-left-nav-1-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}

.p14-left-nav-1-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}

.p14-left-nav-1-nav-one h3.sidenavcur,
.p14-left-nav-1-nav-one h3:hover {
	background: url(../images/p14-icon2.png) no-repeat right center #0e8825;
}

.p14-left-nav-1-nav-one h3.sidenavcur a,
.p14-left-nav-1-nav-one h3:hover a {
	color: #fff
}

.p14-left-nav-1-nav dl {
	padding: 2px 0 4px;
}

.p14-left-nav-1-nav dt {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;

}

.p14-left-nav-1-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p14-left-nav-1-nav dt.sidenavcur:after,
.p14-left-nav-1-nav dt:hover:after {
	border-color: #0e8825;
}

.p14-left-nav-1-nav dt.sidenavcur a,
.p14-left-nav-1-nav dt:hover a {
	color: #0e8825;
}

.p14-left-nav-1-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}

.p14-left-nav-1-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
	overflow: hidden;
}


/*.p14-left-nav-1-nav p:after{content: ""; width: 3px; height: 3px; border-radius: 100%;background: #666; position: absolute; left: 58px; top: 50%;}*/


.p14-left-nav-1-nav p.sidenavcur a,
.p14-left-nav-1-nav p:hover a {
	color: #0e8825;
}

.p14-left-nav-1-nav p.sidenavcur:after,
.p14-left-nav-1-nav p:hover:after {
	background: #0e8825;
}

.p14-left-nav-1-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-pro-1 {
	background: #fff;
}

.p14-pro-1-tit {
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	margin-bottom: 10px;
	background: #0e8825;
	color: #fff;
	text-align: center;
}

.p14-pro-1-list dl {
	border: 1px solid rgba(153, 153, 153, 0.3);
	margin-bottom: 10px;
	font-size: 12px;
	box-sizing: border-box;
	line-height: 18px;
	overflow: hidden;
}

.p14-pro-1-list dt {
	width: 100%;
	/*1:1的高度 238px*/
	/*2:1的高度 119px*/
	/*16:9的高度 134px*/
	/*4:3的高度 178px*/
	height: 178px;
	overflow: hidden;
}

.p14-pro-1-list dt img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.p14-pro-1-list dd h4 {
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	color: #333;
	white-space: nowrap;
}

.p14-pro-1-list dd h4 a {
	display: block;
	color: #333;
}


.contact-z1 {
	height: 140px;
	background: url("../images/contact-z1.jpg") no-repeat;
	color: #333;
	margin-bottom: 30px;
}

.contact-z1 p {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	padding: 37px 0 0 95px;
	background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
}

.contact-z1 span {
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding-left: 73px;
}

/* 服务支持 */
.youdian ul li {
	float: left;
	width: 31.5%;
	border-radius: 8px;
	margin-right: 2.5%;
	text-align: center;
	color: #1b1c1e;
	border: 1px solid #0e8825;
	height: 120px;
	margin-bottom: 20px;
	transition: all 0.8s;
	background: #f5f5f5;
	border-bottom: 4px solid #0e8825;
	box-sizing: border-box;
}

.youdian1 ul li {
	width: 23%;
}

.youdian ul li:hover {
	transform: translateY(-5px);
	box-shadow: 3px 8px 10px #eee;
}

.youdian ul li:nth-child(3n) {
	margin-right: 0;
}

.youdian1 ul li:nth-child(4n) {
	margin-right: 0;
}

.youdian1 ul li:nth-child(3n) {
	margin-right: 2.5%;
}

.youdian ul li b {
	font-size: 56px;
	padding-top: 20px;
	display: block;
	color: #000;
	font-style: italic;
	background: none;
	width: unset;
	height: unset;
	margin: unset;
	border-radius: 50%;
	line-height: unset;
	font-style: normal;
	font-weight: normal;
	margin-top: 15px;
}

.youdian ul li p {
	background: #f5f5f5;
	height: 30px;
	margin-top: -6px;
	width: 100%;
	z-index: 1;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.blk-main {
	width: 100%;
}

.blk {
	width: 1200px;
	margin: 0 auto 20px auto;
}

.content1 {
	width: 1200px;
	margin: 0 auto;
}

.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.ys {
	margin-top: 30px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.ys h2 {
	margin-bottom: 50px;
}

.ys dl {
	margin-bottom: 30px;
}

.ys dl:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.ys dt {
	float: right;
	width: 600px;
	overflow: hidden;
}

.ys dt img {
	display: block;
	width: 100%;
	height: 100%;
}

.ys dd {
	width: 600px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 0 50px;
	z-index: 1;
	padding-top: 55px;
	height: 333px;
}

.ys dd:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 30px solid #0e8825;
	border-bottom: 30px solid transparent;
	border-top: 30px solid transparent;
	position: absolute;
	left: 600px;
	top: 50%;
}

.ys dd h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 40px;
}

.ys dd h3 b {
	color: #0e8825;
}

.ys dd p {
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
	color: #666;
}

.ys dd p b {
	color: #333;
}

.ys2 dd:after {
	border-left: 0px solid transparent;
	border-right: 30px solid #0e8825;
	left: -30px;
}

.ys2 dd {
	float: right;
}

.ys2 dt {
	float: left;
}

.team span {
	padding: 5px 100px;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}

.a_demo_two {
	background-color: #fff;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	position: relative;
	background-image: linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(255, 255, 255)));
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 5px 0px #0e8825;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 5px 0px #0e8825;
	-o-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 5px 0px #0e8825;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 5px 0px #0e8825;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.a_demo_two::before {
	background-color: #0e8825;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	left: -2px;
	top: 5px;
	z-index: -1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

.a_demo_two:active {
	color: #0e8825;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
	background: rgb(255, 255, 255);
	-webkit-box-shadow: inset 0px 1px 0px #0e8825, inset 0px -1px 0px #0e8825;
	-moz-box-shadow: inset 0px 1px 0px #0e8825, inset 0px -1px 0px #0e8825;
	-o-box-shadow: inset 0px 1px 0px #0e8825, inset 0px -1px 0px #0e8825;
	box-shadow: inset 0px 1px 0px #0e8825, inset 0px -1px 0px #0e8825;
	top: 7px;
}

.a_demo_two:active::before {
	top: -2px;
}

.about dl dd {}

.about dl dd:before {
	content: "";
	width: 28px;
	height: 28px;
	background: #20a5f5;
	position: absolute;
	left: -26px;
	bottom: -26px;
	z-index: -1;
}

.about dl dd h5 {
	width: 155px;
	height: 120px;
	background: #0e8825;
	float: left;
	overflow: hidden;
	padding: 25px 0 0 45px;
	line-height: 46px;
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}

.about dl dd h5 b {
	display: block;
	font-size: 36px;
}

.ab_r {
	width: 960px;
	float: left;
	padding: 30px 0 0 35px;
	box-shadow: 0 0 5px #f5f5f5;
}

.ab_r h6 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.ab_desc {
	font-size: 16px;
	color: #898989;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	padding: 5px 0 0;
}

.tit {
	clear: both;
	height: 110px;
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.tit:after {
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	background: linear-gradient(45deg, #0e8825, #13b632);
	bottom: 30px;
	left: 48.9%;
}

.tit span {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 5px;
	display: block;
	color: #333;
}

.tit em {
	display: block;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	margin-top: 8px;
	text-transform: uppercase;
}

.p12-aboutinfo-1-tit {
	display: none;
}

.clear {
	clear: both;
}

.blk-main {
	width: 100%;
}

.blk {
	width: 1200px;
	margin: 0 auto 20px auto;
}

.content1 {
	width: 1200px;
	margin: 0 auto;
}

.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.about2 .about3 {
	clear: both;
	border: 1px solid #0e8825;
	padding: 20px;
	border-radius: 15px;
	border-top: 9px solid #0e8825;
	box-shadow: 5px 5px 20px 9px #f3f3f3;
}

.about2 .fx .xg {
	color: #0e8825;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	padding: 15px 0px 0px 10px;
	font-style: normal;
}

.about2 .fx .xg:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 18px;
	background: #0e8825;
	top: 20px;
	border-radius: 20px;
	left: 0;
}

.about2 .fx {
	margin: 20px 0 10px;
	padding-left: 10px;
	position: relative;
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 10px;
	border-bottom: dashed #d6ccdf 1px;
}

.gszc_1 {}

.gszc_1 h2 {
	margin: 30px 0 50px 0;
}

.gszc_1 ul {}

.gszc_1 ul li {
	float: left;
	width: 30%;
	height: 310px;
	box-shadow: 0 0 5px #ebebeb;
	margin-right: 4.5%;
	border-bottom: 5px solid #0e8825;
	padding-top: 40px;
}

.gszc_1 ul li h3 {
	font-size: 40px;
	margin: 0 55px 20px 55px;
	color: #ececeb;
}

.gszc_1 ul li h4 {
	font-size: 20px;
	color: #0e8825;
	margin: 20px 55px 0 55px;
}

.gszc_1 ul li p {
	font-size: 15px;
	color: #000;
	margin: 20px 35px 0 40px;
}

.gszc_1 ul li:last-child {
	float: right;
	margin-right: 0;
}

.gszc_1 ul li:hover em {
	color: #fff;
}

.gszc_1 ul li:hover p {
	color: #fff;
}

.gszc_1 ul li:hover h4 {
	color: #fff;
}

.gszc_1 ul li:hover h3 {
	color: #fff;
}

.gszc_1 ul li:hover {
	background: #0e8825;
	color: #fff;
}

.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}


.k12-gl-gslb-3nf1-1-01-left dl {
	width: 24%;
	float: left;
	background: #f0f0f0;
	margin: 0 1% 13px 0
}

.k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1) {
	margin-right: 0;
}

.k12-gl-gslb-3nf1-1-01-left dt {
	border: 1px solid #e5e5e5;
	padding: 10px 9px;
	background: #fff;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
	display: block;
	width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd h4 {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dd h4 a {
	color: #4b4a4a;
}

/* 关于我们 */
.biaoti {
	margin-top: 25px;
	text-align: left;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.biaoti i {
	display: block;
	height: 3px;
	background: linear-gradient(45deg, #0e8825, #13b632);
	width: 65px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 25px
}

.biaoti.jl i {
	margin-left: 0px
}

.jieshao {
	margin-top: 30px;
}

.jieshao dt {
	width: 625px;
	float: left;
}

.jieshao dd {
	width: 534px;
	float: right;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.jieshao li {
	width: 168px;
	float: left;
	margin-right: 15px;
	background: rgb(245, 245, 245);
	padding: 30px 0px;
	text-align: center;
	margin-top: 15px;
}

.jieshao li.no {
	margin-right: 0px
}

.jieshao li img {
	display: block;
	width: 60px;
	margin: auto
}

.jieshao li span {
	display: block;
	font-size: 18px;
	padding-top: 5px;
}

.lic {
	background: url(../images/1ef4be24518d4c36b8e4983360a0caff_36.jpg) no-repeat bottom center;
	margin-top: 40px;
	padding-top: 1px;
	height: 630px;
}

.lic dl dt {
	width: 600px;
	float: right;
	height: 472px;
	overflow: hidden;
}

.lic dl dt img {
	display: block;
}

.lic dl dd {
	width: 540px;
	float: left;
	background: #fff;
	padding: 30px;
}

.lic dl dd p {
	border-bottom: 1px dashed #dddd;
	padding-bottom: 10px;
	font-size: 16px;
}

.lic dl dd p strong {
	color: #0295db;
	float: right;
}

.tedian li {
	width: 49%;
	float: left;
	height: 140px;
	margin-right: 2%;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 16px;
}

.tedian li:nth-child(2n) {
	margin-right: 0px
}

.tedian li:hover {
	border: 1px solid #0e8825;
}

.tedian li b {
	background: url(../images/1ef4be24518d4c36b8e4983360a0caff_40.png) no-repeat;
	display: block;
	width: 61px;
	height: auto;
	color: #fff;
	float: left;
	margin-right: 20px;
	background-size: 90px;
	font-size: 32px;
	font-weight: normal;
	line-height: 85px;
	padding-left: 16px;
}

.tedian li:hover b {
	background: url(../images/1ef4be24518d4c36b8e4983360a0caff_42.png) no-repeat;
	background-size: 90px;
}

.tedian li em {
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	display: block;
	padding-bottom: 10px;
	color: #333;
}

.blk-main {
	width: 100%;
}

.blk {
	width: 1200px;
	margin: 0 auto 20px auto;
}

.content1 {
	width: 1200px;
	margin: 0 auto;
}

.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.content1 {
	min-width: 300px;
	margin: 0 auto;
	font-family: microsoft yahei
}

.content_warp ul.about-history {
	padding: 0 !important
}

.about-history li {
	border-top: 1px dashed #e1e4ec;
	font-size: 14px;
	color: #777;
	position: relative;
	list-style: none;
	overflow: hidden
}

.a-list-bg {
	background-color: #fff
}

.a-border-fn {
	margin-top: 30px;
	height: 30px;
	line-height: 0
}

.about-history-year {
	width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 56px;
	color: #0191da;
	padding: 0 0 0 40px;
	display: table-cell;
	border-right: 1px solid #e1e4ec;
	font-family: HeliosThin
}

.content1 .year4 {
	line-height: 135px;
}

.content1 .year5 {
	line-height: 205px;
}

.content1 .year6 {
	line-height: 135px;
}

.content1 .year7 {
	line-height: 240px;
}

.content1 .year8 {
	line-height: 170px;
}

.content1 .year9 {
	line-height: 345px;
}

.content1 .year10 {
	line-height: 65px;
}

.about-history-year span {
	font-size: 13px;
	font-family: '微软雅黑'
}

.about-history i {
	width: 11px;
	height: 11px;
	display: block;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	left: 111px;
	background: url() no-repeat
}

.about-detail-cont {
	width: calc(100% - 138px);
	vertical-align: middle;
	display: table-cell;
	padding-left: 50px;
	font-size: 15px;
	color: #333;
	line-height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content1 .lcjz {
	display: block;
	line-height: 35px;
}

.gszc_1 {}

.gszc_1 h2 {
	margin: 30px 0 50px 0;
}

.gszc_1 ul {}

.gszc_1 ul li {
	float: left;
	width: 30%;
	height: 310px;
	box-shadow: 0 0 5px #ebebeb;
	margin-right: 4.5%;
	border-bottom: 5px solid #0e8825;
	padding-top: 40px;
}

.gszc_1 ul li h3 {
	font-size: 40px;
	margin: 0 55px 20px 55px;
	color: #ececeb;
}

.gszc_1 ul li h4 {
	font-size: 20px;
	color: #0e8825;
	margin: 20px 55px 0 55px;
}

.gszc_1 ul li p {
	font-size: 15px;
	color: #000;
	margin: 20px 35px 0 40px;
}

.gszc_1 ul li:last-child {
	float: right;
	margin-right: 0;
}

.gszc_1 ul li:hover em {
	color: #fff;
}

.gszc_1 ul li:hover p {
	color: #fff;
}

.gszc_1 ul li:hover h4 {
	color: #fff;
}

.gszc_1 ul li:hover h3 {
	color: #fff;
}

.gszc_1 ul li:hover {
	background: #0e8825;
	color: #fff;
}

/* 联系我们 */
.lxall {
	height: 290px;
	border: 1px solid #eee;
	padding: 10px;
	box-sizing: border-box;
}

.lxall img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.lxall span {
	display: block;
	padding-top: 10px;
	box-sizing: border-box;
}

.lxall p {
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #eeeeee;
	width: 50%;
	box-sizing: border-box;
	padding-bottom: 15px;
	margin: 10px 0;
}

.lxall p:nth-child(2n) {
	float: right;
}

.lxall p:nth-child(2n-1) {
	float: left;
}

.lxall p:last-child {
	border: none;
	width: 100%;
}