@charset "utf-8";
/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: DISNEYENGLISH-MEDIUM;
	font-style: normal;
	src: url(../fonts/DISNEYENGLISH-MEDIUM.OTF)
}
@font-face {
	font-family: DISNEYENGLISH-BOLD;
	font-style: normal;
	src: url(../fonts/DISNEYENGLISH-BOLD.OTF)
}
input, textarea {
	border: 2 none;
	box-shadow: none;
	outline: none;
}
/* 设置默认字体 */
body {
	width: 100%;
	min-width:1200px;
	margin: 0 auto;
	overflow-x: hidden;;font-family:"Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif; 
}
body, button, input, select, textarea {
	font: 14px/22px ;
	color: #787878;
}div,h1,h2,h3,h4,h5,p,ul,li,dl,dt{ padding:0px; margin:0px}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
* h1, * h2, * h3, * h4, * h5, * h6 {
	margin: 0px;
} /*覆盖bootstrape对标题加的默认外边距*/
address, cite, dfn, em, i, var {
	font-style: normal;
} /* 斜体扶正 */
/* 重置列表元素 */
ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #787878;
	word-wrap: break-word;
} /*英文换行*/
a:hover {
	text-decoration: none;
	color: #666;
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*设置浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
td, div {
	font-size: 14px;
	color: #444;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#005728;
}
.clear {
	clear: both;
}
.dis {
	display: none;
}
.mt10 {
	margin-top: 10px;
}
.m10 {
	margin: 10px auto;
}
#header {
	height: 100px; 
	position: relative;-webkit-box-shadow:1px 1px 15px 0px rgba(0,0,0,0.1); box-shadow:1px 1px 15px 0px rgba(0,0,0,0.1); background:#fff; left:0px; right:0px; top:0px;
	z-index: 999;-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gupIn 1s 0.1s both;
	-moz-animation: gupIn 1s 0.1s both;
	animation: gupIn 1s 0.1s both;
}.header { width:100%; height: 100px; margin:0px auto; background:#fff;border-top:5px solid #005628;}

.header.fixed {
	
	border-radius: 0px !important;
	background: #ffffff !important;
	box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: fixed;
	top: 0px;
}

.h_box {
	
}
.h_box dt{width:204px; position:absolute; left:2%  }
.h_box dt a{
	 width:204px; position:relative; height:100px; display:block
}
.h_box dt IMG {
	 width:100%; position:absolute; padding-top:16px;
}

@-webkit-keyframes transform-5 {
 from {
 -webkit-transform: perspective(400px) rotateY(180deg);
 transform: perspective(400px) rotateY(180deg);
}
to {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}
}
@keyframes transform-5 {
 from {
 -webkit-transform: perspective(400px) rotateY(180deg);
 transform: perspective(400px) rotateY(180deg);
}
to {
	-webkit-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}
}
.logo {
}
.nav {
}
.nav .hover {
	color: #FFF;
	background: #005628;
}
.nav .hover a {
	color: #fff
}
.nav li {
	float: left;
	position: relative;
}

body.inner #mCategory .module_container.open{box-shadow:0 10px 10px 0 rgba(0,0,0,.08); height:auto}
.nav li a.hover {
	color: #FFF;
	background: #005628;
}
.nav li a:hover {
	color: #FFF;
	background: #005628;
}
.nav li .sub {
	display: none;
}
.nav li:hover a {
	color: #FFF;
	background: #005628;
}
.nav li:hover .sub {
	
	
	top: 100px;
	width: 100vw;
	display: block;
}
.nav li:hover .sub a {
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #0b522c;
	color: #FFF;
	font-size: 14px; background:#6ab144;
	width: 100%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; padding:0px;
}
.nav li:hover .sub a:hover {
	background: #fff;
	color: #454545
}
#banner {
	height: 850px;
}
#full-screen-slider {
	width: 100%;
	height: 850px;
	position: relative
}
#slides {
	display: block;
	width: 100%;
	height: 850px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 2000;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #0092CE
}
.subject {
	color: #1F92D1;
	font-size: 18px;
	;
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.subject b {
	display: inline-block;
	font-weight: normal;
	border-bottom: 2px solid #1F92D1;
	height: 40px;
	line-height: 40px;
}
.subject span {
	color: #bbb;
	display: inline-block;
	font-size: 16px;
	font-family: verdana;
	padding-left: 10px;
}
.subject a {
	float: right;
	font-size: 12px;
	;
}
.pro_width {
	width: 1012px;
	height: 370px;
	overflow: hidden;
}
.prolist {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 29999px;
}
.prolist li {
	float: left;
	width: 240px;
	margin: 0 13px 13px 0;
}
.prolist li a {
	border: 1px solid #eee;
	display: block;
	padding: 15px;
}
.prolist li a img {
	border: 1px solid #eee;
}
.prolist li a .title {
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	;
}
.prolist li a .intro {
	line-height: 18px;
	color: #999;
	word-break: break-all;
	min-height: 55px;
}
.prolist li a .more {
	display: block;
	margin: 15px auto 10px auto;
	text-align: center;
	background: #e5e5e5;
	width: 90px;
	line-height: 24px;
}
.prolist li a:hover {
	border: 1px solid #ddd;
}
.prolist li a:hover .title {
	color: #1F92D1;
}
.prolist li a:hover .more {
	background: #1F92D1;
	color: #fff;
}
.topcase {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.topcase li {
	float: left;
	width: 240px;
	margin: 0 13px 13px 0;
}
.topcase li a {
	text-align: center;
	display: block;
	position: relative;
	height: 160px;
	overflow: hidden;
}
.topcase li img {
	border: 1px solid #eee;
	width: 240px;
	height: 180px;
	display: block;
	margin-bottom: 10px;
}
.topcase li a div {
	position: absolute;
	background: #333;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #fff;
	display: block;
	bottom: -40px;
	left: 1px;
	opacity: 0.7
}
.bg_black {
	background: #eee;
	padding: 15px 0;
}
.subject_news {
	color: #333;
	font-size: 18px;
	;
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.subject_news b {
	display: inline-block;
	font-weight: normal;
	border-bottom: 2px solid #1F92D1;
	height: 40px;
	line-height: 40px;
}
.subject_news span {
	color: #bbb;
	display: inline-block;
	font-size: 16px;
	font-family: verdana;
	padding-left: 10px;
}
.subject_news a {
	float: right;
	font-size: 12px;
	;
}
.newslist {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.newslist li {
	float: left;
	width: 480px;
	margin: 0 20px 20px 0;
}
.newslist li a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
}
.newslist li a .title {
	font-size: 16px;
	;
	line-height: 30px;
}
.newslist li a .date {
	font-size: 12px;
	color: #444;
	font-family: arial;
	line-height: 20px;
}
.newslist li a .intro {
	line-height: 18px;
	color: #999;
}
.newslist li a:hover .title {
	color: #f30;
}
.leftnav {
	background: #1F92D1;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	;
}
.subnav {
	border: 1px solid #eee;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnav li {
}
.subnav li a {
	display: block;
	padding-left: 20px;
	background: #fafafa;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #eee;
}
.subnav li a:hover {
	color: #1F92D1;
	font-weight: bold;
	background: #f3f3f3;
}
.subnav .hover a {
	display: block;
	padding-left: 20px;
	color: #1F92D1;
	font-weight: bold;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #eee;
}
.subnav dl {
	margin: 0;
	padding: 0;
	list-style: none;
 *margin-top: -12px;
}
.subnav dl dt {
}
.subnav dl dt a {
	background: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 20px;
	font-size: 12px;
}
.subnav dl dt a:hover {
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	color: #f30;
}
.subnav li dl .hover a {
	color: #f30;
	font-size: 12px;
	font-weight: normal;
	background: #fff;
}
.left_border {
	border: 1px solid #eee;
	border-top: 0;
	padding: 10px 15px;
	line-height: 25px;
}
.left_border p {
	margin: 0;
	padding: 0;
}
.left_border b {
	font-size: 14px;
}
.container {
	line-height: 25px;
	font-size: 14px;
	padding: 15px 0;
}
.container p {
	margin: 5px 0;
	;
	font-size: 14px;
}
.artshow {
	line-height: 25px;
	font-size: 14px;
	padding: 0 0 15px 0;
}
.artshow .title {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	font-variant: normal;
	margin: 0;
	padding: 15px 0;
	;
}
.artshow .info {
	text-align: center;
	;
	color: #999;
	padding: 0 0 15px 0;
	font-size: 14px;
}
.artshow p {
	font-size: 14px;
}
.artshow p img {
	max-width: 100%
}
.artshow .pre {
	margin: 5px 0 5px 0;
	color: #999;
}
.artshow .next {
	margin: 0 0 5px 0;
	color: #999;
}
.prowidth {
	width: 1200px;
	overflow: hidden;
}
.pro_list {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.pro_list li {
	float: left;
	width: 23.5%;
	;
	margin: 0 2% 2% 0;
	background: #fff;
}
.pro_list li a {
	border: 1px solid #eee;
	display: block;
	padding: 20px 20px 0px 20px;
	;
	text-align: center
}
.pro_list li:nth-child(4n) {
	margin: 0px 0px 2% 0px
}
.pro_list li a img {
	max-width: 100%
}
.pro_list li a .title {
	text-align: left;
	font-size: 14px;
}
.pro_list li a .title h1 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 42px;
	border-bottom: 1px solid #ccc
}
.pro_list li a .title h2 {
	font-size: 16px;
	color: #777;
	font-weight: lighter;
	line-height: 42px;
}
.pro_list li a .intro {
	line-height: 18px;
	color: #999;
	word-break: break-all;
	min-height: 55px;
}
.pro_list li a .more {
	display: block;
	margin: 15px auto 10px auto;
	text-align: center;
	background: #e5e5e5;
	width: 90px;
	line-height: 24px;
}
.pro_list li a:hover {
	border: 1px solid #ddd;
}
.pro_list li a:hover .title {
	color: #1F92D1;
}
.pro_list li a:hover .more {
	background: #1F92D1;
	color: #fff;
}
.honor_list { margin:50px 0px}
.pic_list_honor {
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.pic_list_honor li {
	float: left;
	width: 300px; 
}
.pic_list_honor li .pic{width: 290px; height:394px}
.pic_list_honor li a {
	border: 1px solid #eee;
	display: block;
	padding: 5px;
}
.pic_list_honor li .pic img{ position:relative; top:50%; transform: translateY(-50%); max-width:100%; }
.pic_list_honor li a img {
	border: 0;
}
.pic_list_honor li a .title {
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px; background:#eee; 
	;
}
.pic_list_honor li a:hover {
	border: 1px solid #ddd;
}
.pic_list_honor li a:hover .title {
	color: #005628;
}
.casewidth {
	width: 780px;
	overflow: hidden;
}
.case_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.case_list li {
	width: 240px;
	margin: 0 20px 30px 0;
	float: left;
	text-align: center;
	;
}
.case_list li img {
	display: block;
	margin-bottom: 15px;
}
.case_list li a {
	color: #666;
	font-size: 13px;
}
.case_list li a:hover {
	color: #f30;
}
.joblist {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.joblist li {
	float: left;
	width: 480px;
	margin: 0 20px 20px 0;
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
}
.joblist li a .title {
	font-size: 16px;
	;
	line-height: 30px;
}
.joblist li .line {
	padding: 0;
	margin: 0;
	line-height: 22px;
}
.joblist li .line b {
	float: left;
	width: 70px;
	color: #555;
}
.joblist li .line .intro {
	margin-left: 70px;
}
.joblist li a:hover .title {
	color: #f30;
}
.job_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.job_list li {
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
}
.job_list li a .title {
	font-size: 16px;
	;
	line-height: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.job_list li .line {
	padding: 0;
	margin: 5px 0;
	line-height: 24px;
	text-indent: 0;
}
.job_list li .line b {
	float: left;
	width: 70px;
}
.job_list li .line .intro {
	margin-left: 70px;
}
.job_list li .line .intro p {
	margin: 0 0 5px 0;
	padding: 0;
}
.job_list li a:hover .title {
	color: #f30;
}
.news_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news_list li {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	line-height: 24px;
	color: #999;
}
.news_list li:hover {
	background: #fafafa;
}
.news_list li a {
	font-size: 18px;
	;
	display: block;
	line-height: 40px;
}
.news_list li em {
	color: #666;
	font-family: verdana;
	display: block;
	font-style: normal;
}
.rss_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rss_list li {
	border-bottom: 1px dotted #ddd;
	line-height: 40px;
	color: #999;
}
.rss_list li a {
	font-size: 14px;
	;
}
#position {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	;
	line-height: 30px;
}
/*list*/
.list_page {
	text-align: center;
	margin: 10px;
	display: block;
}
.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}
.list_page ul li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
}
.list_page ul a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}
.page_group ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
}
.page_group ul li {
	border-right: none;
	border-radius: 0;
	float: left;
}
.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}
.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}
.page_group ul .active a {
	background: #f3f3f3;
	border-radius: 0;
}
.comment {
	overflow: hidden;
	clear: both;
	margin: 10px 0;
}
.comment .line {
	clear: both;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.comment .line .base {
	;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}
.comment .line .base span {
	margin: 0 0 0 10px;
	color: #999;
	font-weight: normal;
	float: right;
	font-size: 12px;
}
.comment .line .content {
	line-height: 20px;
	word-wrap: break-word;
	overflow: hidden;
}
.comment .line .reply {
	font-family: verdana;
	word-wrap: break-word;
	overflow: hidden;
}
.comment .line .reply strong {
	color: #f60;
	float: left;
}
.comment_more {
	text-align: center;
	padding: 10px 0;
	;
	font-size: 14px;
}
.comment_more a {
	color: #999;
}
.comment_more a:hover {
	color: #f30;
}
.commentadd {
	margin: 10px 0;
	clear: both;
}
.commentadd .text {
}
.commentadd .text .div {
	padding: 0 5px 0 0;
	border: 1px solid #E4E2E2;
	border-bottom: 0;
}
.commentadd .text .div textarea {
	width: 98%;
	height: 70px;
	overflow: auto;
	border: 0;
	padding: 10px;
}
.commentadd .input {
	margin: 0;
	font-size: 14px;
	background: #fafafa;
	border: 1px solid #EDECEC;
	overflow: hidden;
	padding: 0px 5px 5px 15px;
	line-height: 40px;
	height: 40px;
	;
}
.commentadd .input .send {
	float: right;
	border: 1px solid #1F92D1;
	background: #1F92D1;
	color: #fff;
	padding: 8px 25px;
	margin: 5px 0 0;
	vertical-align: middle;
	cursor: pointer;
	;
}
.bookadd {
	margin: 20px 0;
}
.bookadd div {
	margin-bottom: 15px;
}
.bookadd .label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	clear: both;
}
.bookadd .label span {
	color: #f30;
	;
}
.bookadd .enter {
	margin-left: 120px;
}
.bookadd .enter .ip {
	border: 1px solid #ddd;
	padding: 10px 10px;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 10px 0 10px 0;
}
.bookadd .enter .bnt {
	border: 1px solid #1F92D1;
	background: #1F92D1;
	padding: 8px 20px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
}
.bookadd .enter label {
	display: block;
}
.job_h1 {
	font-size: 14px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	margin: 10px 0;
}
.info_title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f0f0f0;
	line-height: 30px;
	height: 30px;
	margin: 0 0 15px 0;
}
.info_intro {
	padding: 0 0 20px 0;
	line-height: 22px;
	color: #666;
}
.info_intro p {
	margin: 0 0 5px 0;
	padding: 0;
}
.info_intro .red {
	color: #f30;
	margin: 0 5px;
}
#goodsshow {
	margin: 20px 0;
	overflow: hidden;
}
#goodsshow img {
	border: 0;
	max-width: 100%
}
#goodsshow .left {
	float: left;
	width: 472px;
	margin: 0 50px 0 0;
}
#goodsshow .right {
	float: right;
	width: 408px
}
#goodsshow .shop_big {
	border: 1px solid #ededed;
	padding: 2px;
	background: #fff;
	width: 460px;
	cursor: pointer;
	text-align: center
}
#goodsshow .shop_plist {
	clear: both;
	width: 472px;
}
#prolist {
	width: 330px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 10px 0 0 0;
}
#prolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}
#prolist ul li {
	float: left;
	cursor: pointer;
	position: relative;
	border: 1px solid #ccc;
	margin-right: 5px;
	display: block
}
#prolist ul li img {
	height: 58px;
	width: 87px;
	margin: 4px;
	padding: 0px;
	border: 0;
}
#prolist .hover {
	border: 1px solid #c28e14;
	display: block
}
#goodsshow .shop_plist a.prev {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_left.gif) no-repeat center;
	margin-top: 12px;
}
#goodsshow .shop_plist a.next {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_right.gif) no-repeat center;
	margin-top: 12px;
}
#goodsshow .right {
}
#goodsshow .right h1 {
	font-size: 18px;
	
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#goodsshow .right .intro {
	color: #999;
	min-height: 80px;
}
#goodsshow .right .intro p strong {
	color: #000;
	font-size: 18px;
}
#goodsshow .right .intro p {
	font-size: 14px;
	line-height: 30px
}
#goodsshow .right .sno {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}
#goodsshow .right .price {
	color: #999;
	line-height: 30px;
	padding: 10px 0;
}
#goodsshow .right .price span {
	color: #f60;
	font-size: 16px;
}
.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: 28px;
	margin-bottom: 0px;
	max-height: 220px;
	overflow: hidden;
}
.p14-prodcontent-1-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 20px;
}
.p14-prodcontent-1-tit span {
	display: inline-block;
	height: 40px;
	color: #464646;
	border-bottom: 2px solid #555555;
	padding-left: 34px;
	background: url(../images/p14-icon11.png) no-repeat 2px center;
}
.p14-prodcontent-1-tit em {
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
	font-style: normal;
	color: #c2c2c1;
}
#prolist {
	width: 310px;
	float: left;
	overflow: hidden;
	height: 68px;
	position: relative;
	margin: 10px 0 0 0;
}
#prolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}
#goodsshow .right .intro {
	color: #999;
	min-height: 80px;
}
#goodsshow .right .sno {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}
#goodsshow .right .price {
	color: #999;
	line-height: 30px;
	padding: 10px 0;
}
#goodsshow .right .price span {
	color: #f60;
	font-size: 16px;
}
a.inquiry {
	display: inline-block;
	background: #1F92D1;
	padding: 8px 30px;
	color: #fff;
	margin: 10px 0;
	font-size: 16px;
	;
	border-radius: 4px;
}
a:hover.inquiry {
	color: #fff;
	background: #f60;
}
#indexCon #mSlide {
	transform: translateZ(0)
}
#indexCon #mSlide .item_block {
	width: 100%;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}
#indexCon #mSlide .item_block video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .8;
	position: absolute
}
#indexCon #mSlide .item_block a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}
#indexCon #mSlide .item_block .info {
	position: absolute;
	width: 100%;
	top: 36%;
	left: 0
}
#indexCon #mSlide .item_block .info .module_container {
	padding-left: 82px;
	box-sizing: border-box
}
#indexCon #mSlide .item_block .info .module_container:before {
	position: absolute;
	content: '';
	left: 0;
	background-color: #fff;
	width: 30px;
	height: 5px;
	top: 46px;
	transform: translateX(-80px);
	opacity: 0;
	transition: all cubic-bezier(.215, .61, .355, 1) .5s
}
#indexCon #mSlide .item_block .info p {
	color: #fff;
	transition: all cubic-bezier(.215, .61, .355, 1) 1s .2s;
	opacity: 0
}
#indexCon #mSlide .item_block .info .year {
	font-size: 60px;
	font-family: DISNEYENGLISH-BOLD;
	line-height: 94px;
	transform: translateY(80px)
}
#indexCon #mSlide .item_block .info .title {
	font-size: 35px;
	line-height: 46px;
	font-family: DISNEYENGLISH-BOLD;
	width: 1000px;
	margin-top: 7px;
	margin-left: 6px;
	max-height: 92px;
	overflow: hidden;
	transform: translateY(120px)
}
#indexCon #mSlide .item_block .info .subtitle {
	font-size: 19px;
	line-height: 30px;
	margin-top: 26px;
	margin-left: 6px;
	transform: translateY(200px)
}
#indexCon #mSlide .item_block.swiper-slide-active .info .module_container:before, #indexCon #mSlide .item_block.swiper-slide-active .info p {
	transform: translate(0, 0);
	opacity: 1;
	transition-delay: .2s
}
#indexCon #mSlide .content_list .control {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%
}
#indexCon #mSlide .content_list .control .module_container {
	height: 100%
}
#indexCon #mSlide .content_list .swiper-pagination {
	text-align: left;
	left: 90px;
	bottom: 25%
}
#indexCon #mSlide .content_list .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
	transition: all .4s ease;
	margin: 0 17px 0 0;
	position: relative
}
#indexCon #mSlide .content_list .swiper-pagination .swiper-pagination-bullet-active, #indexCon .content_list .swiper-pagination .swiper-pagination-bullet:hover {
	opacity: 1
}
#indexCon #mSlide .content_list .swiper-num {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 0;
	z-index: 10;
	margin-top: -15px
}
#indexCon #mSlide .content_list .swiper-num span {
	color: #fff;
	font-family: DISNEYENGLISH-BOLD
}
#indexCon #mSlide .content_list .swiper-num span.current {
	font-size: 24px
}
#indexCon #mSlide .content_list .swiper-num span.total {
	font-size: 12px
}
#indexCon #mSlide .content_list .swiper-num span.line {
	margin: 0 10px;
	width: 1px;
	height: 12px;
	background-color: #c1c1c1;
	transform: rotate(28deg) translateY(3px);
	display: inline-block
}
#indexCon #mSlide .content_list .scroll_down {
	background-image: url(../images/scroll_down.png);
	width: 31px;
	height: 54px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin-left: -15px;
	z-index: 102;
	animation: fadeInUp 1s ease-out 0s infinite alternate
}
#mProject {
	background: #f5f5f5
}
#mAbout {
	padding: 50px 0px
}
#indexCon #mAbout .module_container > .info .content {
	width: 50.520833%
}
#indexCon #mAbout .module_container > .info .description {
	color: #555;
	font-size: 14px;
	line-height:28px;

	overflow: hidden;
	margin-top: 52px;
	text-align: justify
}
#indexCon #mAbout .module_container > .info .more {
	margin-right: 11px;
	margin-top: 50px
}
#indexCon #mAbout .module_container .video {
	padding: 90px 0px;
	width: 40%;
	margin-top: 10px;
	position: relative;
	display: block
}
#indexCon #mAbout .module_container .wrapper {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	pointer-events: none
}
#indexCon #mAbout .module_container .video .image {
	background-image: url("../images/about.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	mask: url(../images/about_mask.png);
	-webkit-mask: url(../images/about_mask.png);
	mask-size: cover;
	-webkit-mask-size: cover
}
#indexCon #mAbout .module_container .video img {
	max-width: 100%;
	height: auto;
	opacity: 0
}
#indexCon #mAbout .module_container .video .button {
	border-radius: 50%;
	background-color: #005728;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -34px;
	display: flex;
	align-items: center;
	justify-content: center
}
#indexCon #mAbout .module_container .video .button span {
	position: relative;
	z-index: 1;
	left: 2px;
	top: -1px
}
#indexCon #mAbout .module_container .video .button div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all ease .4s;
	border-radius: 50%
}
#indexCon #mAbout .module_container .video:hover .button div {
	transform: scale(1.4);
	background: rgba(0, 0, 0, .15)
}
#indexCon #mAbout .module_container .content_list.counter {
	padding: 27px 0 33px;
	border-top: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	margin-top: 1px
}
.content_list.counter .item_block {
	width: 25%;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	height: 67px
}
.content_list.counter .item_block:first-child {
	padding-left: 0
}
.content_list.counter .item_block:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 40px;
	background: #e5e5e5;
	right: 0;
	top: 16px
}
.content_list.counter .item_block:last-child:before {
	display: none
}
.content_list.counter .item_block p {
	color: #444
}
.content_list.counter .item_block p.number {
	font-size: 36px;
	font-family: DISNEYENGLISH-BOLD;
	line-height: 47px;
	height: 47px
}
.content_list.counter .item_block p.number .unit {
	font-size: 13px;
	color: #444;
	opacity: .5;
	margin-left: 5px;
	position: relative;
	top: -15px
}
.content_list.counter .item_block p.title {
	font-size: 14px;
	opacity: .5;
	line-height: 20px
}
.content_list.counter .item_block img {
	width: 40px;
	height: 40px;
	margin-top: 16px;
	margin-right: 40px
}
#indexCon #mProject .module_container {
	padding-top: 50px;
	padding-bottom: 50px
}
#indexCon #mProject .category a {
	font-size: 16px;
	margin-right: 20px;
	line-height: 55px;
}
#indexCon #mProject .content_list {
	margin-top: 20px
}
#indexCon #mProject .content_list .item_block {
}
#indexCon #mProject .content_list .item_block a {
	display: block;
	position: relative;
	overflow: hidden
}
#indexCon #mProject .content_list .item_block .item_img {
	opacity: 1
}
#indexCon #mProject .content_list .item_block .item_mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .5s
}
#indexCon #mProject .content_list .item_block .item_info {
	position: absolute;
	width: 80%;
	height: 52px;
	margin-left: -40%;
	left: 50%;
	top: 50%;
	margin-top: -27px;
	text-align: center;
	color: #fff
}
#indexCon #mProject .content_list .item_block .item_info p {
	transition: all .36s cubic-bezier(.21, .5, .24, .96)
}
#indexCon #mProject .content_list .item_block .item_info .title {
	font-size: 18px;
	line-height: 80px;
	transition: all ease .5s;
	height: 24px
}
#indexCon #mProject .content_list .item_block .item_info .subtitle {
	font-size: 14px;
	opacity: 0;
	margin-top: 9px;
	transition: all ease .5s;
	line-height: 80px;
	height: 19px
}
#indexCon #mProject .content_list .item_block:hover .item_mask {
	background-color: rgba(0, 0, 0, .6)
}
#indexCon #mProject .content_list .item_block:hover .item_info .title {
	line-height: 24px
}
#indexCon #mProject .content_list .item_block:hover .item_info .subtitle {
	line-height: 19px;
	opacity: 1;
	transition-delay: .1s
}
#indexCon #mProject .content_list .control {
	margin-top: 20px;
	height: 30px
}
#indexCon #mProject .content_list .swiper-num {
	font-size: 0;
	float: left
}
#indexCon #mProject .content_list .swiper-num span {
	font-family: DISNEYENGLISH-BOLD
}
#indexCon #mProject .content_list .swiper-num span.current {
	font-size: 18px;
	color: #005728
}
#indexCon #mProject .content_list .swiper-num span.total {
	font-size: 12px;
	color: #c1c1c1
}
#indexCon #mProject .content_list .swiper-num span.line {
	margin: 0 8px 0 11px;
	width: 2px;
	height: 11px;
	background-color: #c5c5c5;
	transform: rotate(28deg);
	display: inline-block
}
#indexCon #mProject .content_list .swiper-pagination {
	text-align: left;
	margin-left: 21px;
	position: inherit;
	float: left
}
#indexCon #mProject .content_list .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: 0 0;
	margin: 0;
	position: relative;
	padding: 10px 7px 10px 8px
}
#indexCon #mProject .content_list .swiper-pagination .swiper-pagination-bullet:before {
	background: #c1c1c1;
	width: 10px;
	height: 10px;
	content: '';
	display: block;
	border-radius: 50%
}
#indexCon #mProject .content_list .swiper-pagination .swiper-pagination-bullet-active:before, #indexCon .content_list .swiper-pagination .swiper-pagination-bullet:hover:before {
	background-color: #005728
}
#indexCon #mService {
	position: relative;
	background: #f8f8f8
}
#indexCon #mService .module_container {
	padding-top: 110px;
	padding-bottom: 110px
}
#indexCon #mService .mInfo .more {
	margin-top: 10px
}
#indexCon #mService .tabBtn {
	margin-top: 100px;
	height: 38px;
	position: relative;
	width: 50%
}
#indexCon #mService .tabBtn:before {
	position: absolute;
	content: '';
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #dbdbdb;
	left: 0
}
#indexCon #mService .tabBtn a {
	font-size: 15px;
	height: 38px;
	margin-right: 40px
}
#indexCon #mService .tabContent {
	margin: 30px 0 0;
	width: 560px
}
#indexCon #mService .tabContent .description {
	font-size: 14px;
	line-height: 30px;
	color: #666
}
#indexCon #mService .content_list {
	position: absolute;
	width: 50%;
	left: 50%;
	top: 149px;
	height: 370px
}
#indexCon #mService .content_list .swiper-wrapper {
	height: 280px
}
#indexCon #mService .content_list .item_block {
	width: 230px;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center
}
#indexCon #mService .content_list .item_block.vh {
	opacity: .5
}
#indexCon #mService .content_list .item_block a {
	display: block;
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 240px
}
#indexCon #mService .content_list .item_block img {
	width: 200px;
	height: 240px;
	position: absolute;
	bottom: 0;
	top: inherit;
	right: 0
}
#indexCon #mService .content_list .item_block .title {
	color: #555;
	width: 130px;
	line-height: 30px;
	font-size: 15px;
	position: absolute;
	left: 39px;
	top: 31px
}
#indexCon #mService .content_list .item_block.swiper-slide-active a {
	width: 100%;
	height: 100%;
	background-color: #005728
}
#indexCon #mService .content_list .item_block.swiper-slide-active a .title {
	font-size: 16px;
	color: #fff
}
#indexCon #mService .content_list .item_block.swiper-slide-active a img {
	opacity: .2
}
#indexCon #mService .content_list .item_block.even img {
	bottom: inherit;
	top: 0
}
#indexCon #mService .content_list .item_block.even .title {
	bottom: 29px;
	top: inherit;
	left: 35px
}
#indexCon #mService .content_list .navigation {
	margin: 65px auto 0;
	width: 80px;
	height: 25px
}
#indexCon #mService .content_list .navigation a {
	color: #c8c8c8;
	font-size: 25px;
	float: left
}
#indexCon #mService .content_list .navigation a.next {
	margin-left: 62px
}
#indexCon #mService .content_list .navigation a:hover {
	color: #005728
}
#indexCon #mNews {
	position: relative
}
#indexCon #mNews .module_container {
	
	padding-bottom: 50px
}
#indexCon #mNews .module_container .mInfo .category {
	margin-top: 13px;
	margin-right: 3px
}
#indexCon #mNews .module_container .mInfo .category a {
	margin-right: 20px;
	line-height: 55px;
	font-size: 16px;
}
#indexCon #mNews .module_container .mInfo .more {
	margin-top: 17px
}
#indexCon #mNews .wrapper {
	margin-top:30px
}
#indexCon #mNews .item_block a {
	display: block
}
#indexCon #mNews .item_block .item_img {
	position: relative
}
#indexCon #mNews .item_block .item_img img {
	max-width: 100%
}
#indexCon #mNews .item_block .item_img .date {
	background-color: #005728;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: DISNEYENGLISH-BOLD;
	color: #fff;
	text-align: center
}
#indexCon #mNews .item_block.post {
	width: 41.015625%
}
#indexCon #mNews .item_block.post .item_img .date {
	width: 115px;
	height: 65px;
	line-height: 65px;
	font-size: 24px
}
#indexCon #mNews .item_block.post .item_info {
	padding: 30px;
	background-color: #f8f8f8;
	transition: all ease .4s
}
#indexCon #mNews .item_block.post .item_info .title {
	font-size: 18px;
	color: #333;
	line-height: 27px;
	font-weight: 700
}
#indexCon #mNews .item_block.post .item_info .description {
	font-size: 13px;
	line-height: 26px;
	color: #777;
	height: 52px;
	overflow: hidden;
	margin-top: 20px
}
#indexCon #mNews .item_block.post:hover .item_info {
	padding-left: 90px
}
#indexCon #mNews .list {
	width: 50%
}
#indexCon #mNews .content_list.imageT .item_block {
	float: left;
	width: calc(50% - 14px);
	margin-right: 28px
}
#indexCon #mNews .content_list.imageT .item_block:last-child {
	margin-right: 0
}
#indexCon #mNews .content_list.imageT .item_block .item_img {
	overflow: hidden
}
#indexCon #mNews .content_list.imageT .item_block .item_img .date {
	width: 70px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	bottom: -45px;
	transition: all ease .4s;
	opacity: 0
}
#indexCon #mNews .content_list.imageT .item_block .title {
	color: #333;
	font-size: 15px;
	line-height: 40px;
	transition: all ease .4s;
	background: #f8f8f8;
	padding: 10px
}
#indexCon #mNews .content_list.imageT .item_block:hover .title {
	padding-left: 20px;
}
#indexCon #mNews .content_list.text .item_block:hover .title {
	padding-left: 20px
}
#indexCon #mNews .content_list.imageT .item_block:hover .date {
	bottom: 0;
	opacity: 1
}
#indexCon #mNews .content_list.text {
	margin-top: 57px
}
#indexCon #mNews .content_list.text .item_block {
	float: left;
	line-height: 67px;
	height: 67px;
	width: 100%;
	border-top: #c3c3c3 1px dotted
}
#indexCon #mNews .content_list.text .item_block .title {
	color: #333;
	font-size: 15px;
	width: 80%;
	transition: all ease .4s
}
#indexCon #mNews .content_list.text .item_block .date {
	color: #999;
	font-size: 14px;
	font-family: DISNEYENGLISH-BOLD
}
.module {
	width: 100%
}
#navPopup, .logo, .module, .more.default {
	overflow: hidden
}
#indexCon .mTitle {
	color: #444;
	font-size: 28px;
	line-height: 42px
}
.module > .module_container {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	transition: all ease .4s;
	position: relative
}
.module .module_container {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	transition: all ease .4s;
	position: relative
}
.clearfix {
	zoom: 1
}
.clearfix:after {
	clear: both;
	display: block;
	content: ''
}
.foot {
	background: #f2f2f2;
	overflow: hidden;
}
.footer {
	min-width: 1200px;
	max-width: 1920px;
	width: 1200px;
	margin: 50px auto;
}
.sud {
	height: 98px;
	border-bottom: 1px solid #ccc
}
.sud li {
	width: 25%;
	float: left;
}
.sud li i {
	display: block;
	float: left;
	width: 60px;
	height: 48px;
	font-size: 48px;
	line-height: 48px;
}
.sud li span {
	display: block;
	width: 55.88%;
	margin-left: 2%;
	font-size: 1.375rem;
	font-weight: bold;
	color: #333;
	float: left;
}
.sud li span em {
	display: block;
	font-size: 1.125rem;
	color: #898989;
	font-weight: normal;
	margin-top: 0.3rem;
}
.sud li:hover {
	transform: translateY(-10px);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.foot .tit1 {
	height: 62px;
	width: 50%;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 62px;
	color: #333333;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
	margin-bottom: 20px;
}
.foot .tit1:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 25px;
	height: 3px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e30024+0,ee850e+100 */
	background: rgb(227,0,36); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,87,40,1) 0%, rgba(212,175,4,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,87,40,1) 0%, rgba(212,175,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,87,40,1) 0%, rgba(212,175,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30024', endColorstr='#ee850e', GradientType=1 );
}
.foot .tit1 a {
	display: block;
	color: #333333;
}
.fnav {
	width: 21%;
	float: left;
	overflow: hidden;
	padding-top: 30px
}
.fnav p {
	font-size: 16px;
	;
}
.fnav p a {
	display: block;
	line-height: 30px;
	overflow: hidden;
}
.fnav p a:hover, .foot2 a:hover {

	color: #005728;
}
.fwz {
	width: 35%;
	padding-top: 30px
}
.fwz .tit1 {
	width: 100%;
}
.fwz p {
	font-size: 16px;
	line-height: 32px;
	;
}
.fwz p em {
	display: block;
	font-size: 40px;
	font-family: DISNEYENGLISH-BOLD;
	color: #005728;
	margin: 6px 0 25px;
}
.foot2 {
	line-height: 65px;
	font-size: 16px;
	;
	color: #666;
	background: #e9e9e9
}
.foot2 a {
}
.foot2 em {
	padding: 0 0.8%;
}
.clearfix {
	content: "";
	clear: both;
	display: block;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0;
}
.clearfix {
	zoom: 1;
}
/*优势*/
.omni {
	clear: both;
	;
	line-height: 27px;
	font-size: 16px;
	position: relative;
	z-index: 1;
	color: #444;
	padding: 95px 0 0;
}
.omni .til01 {
	text-align: center;
	color: #27292f;
	font-size: 48px;
	line-height: 72px;
	;
	white-space: nowrap;
	padding: 0 0 32px;
}
.omni .til01 p {
	display: block;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
}
.omni .til01 a {
	color: #27292f;
}
.omni .til02, .til02 p, .til02 a {
	color: #fff;
}
.omni:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1052px;
	background: url(../images/omnibg2.jpg) no-repeat center 0;
	bottom: 526px;
	right: 0;
	z-index: -1;
}
.omni1 {
	height: 747px;
}
.omni4 {
	height: 690px;
}
.omni1_p, .omni1_pc, .omni1_pc img {
	width: 1200px;
	height: 586px;
	border-radius: 56px 0 0 0;
	display: block;
	overflow: hidden;
}
.omni1_w {
	background: #fff;
	width: 1137px;
	height: 172px;
	box-shadow: 0 0 10px 10px rgba(0, 0 , 0 , 0.1);
	margin: -88px auto 0;
	position: relative;
}
.omni1_w h3 {
	float: left;
	width: 232px;
	height: 138px;
	background: #005728;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 65px;
	padding: 34px 0 0;
}
.omni1_w h3 em {
	display: block;
	width: 46px;
	height: 50px;
	margin: 0 auto;
}
.omni1_w h3 em i {
	font-size: 50px;
	color: #fff
}
.omni1_wc {
	width: 835px;
	float: right;
	padding: 16px 0 0;
}
.omni1_wc h4 {
	font-size: 26px;
	height: 68px;
	line-height: 60px;
	color: #343842;
}
.omni1_wc p {
	font-size: 16px
}
.omni2 {
	height: 676px;
}
.omni2_p {
	width: 50%;
	height: 586px;
	display: block;
}
.omni2_w {
	width: 44.9%;
}
.omni2_wc {
	width: 538.3px;
	overflow: hidden;
	padding: 28px 0 0;
}
.omni2_wc h3, .omni3 h3 {
	font-size: 42px;
	line-height: 53px;
	color: #353f47;
	
}

.omni2_wc h3 span {
	display: block;
	
	font-size: 38px;
}
.omni2_wc .iconfont {
	font-size: 60px;
	display: table;
	line-height: 60px;
}
.omni2_wc .en {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	opacity: 0.4;
	letter-spacing: 4px;
}
.omni2_wc h3 em, .omni3 h3 em {
	display: block;
	float: left;
	padding: 0 27px 0 0;
	margin: 0 27px 0 0;
	border-right: solid 1px #e6e6e6;
}
.omni2_wc h3 p, .omni3 h3 p {
	display: block;
	font-size: 20px;
	line-height: 55px;
	background: #005728;
	border-radius: 25px 0 25px 0;
	font-weight: normal;
	color: #fff;
	text-align: center; margin:30px 0px
}
.omni2_wz {
	
	overflow: hidden;
}
.omni2_wz p {
	padding: 0 0 20px;
	font-size: 16px;
}
.omni2_l img {
	width: 100%
}
.omni3 {
	height: 786px;
	padding: 106px 0 0;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.omni4 .omni2_wc {
	padding: 80px 0 0;
}
.omni3 h3 {
	height: 92px;
	padding: 0 182px;
	color: #fff;
}
.omni3 h3 p {
	float: right;
	width: 500px;
	float: right;
}
.omni3 h3 span {
	float: left;
}
.omni3 h3 em {
	border-color: rgba(255, 255 , 255, 0.3);
}
.omni2_wc h3 em, .omni3 h3 em {
	display: block;
	float: left;
	padding: 0 27px 0 0;
	margin: 10px 27px 10px 0;
	border-right: solid 1px #e6e6e6;
}
.omni3 h3 em .iconfont {
	font-size: 40px
}
.omni3_wz {
	height: 108px;
}
.omni3_wz p {
	color: #fff
}
.content {
	width: 1200px;
	margin: 0px auto;
}
.index-cp .mTitle {
	width: 20%;
	float: left
}
.floor-course {
	position: relative;
	background-color: #f5f8fa;
}
.floor-content {
	position: relative;
	clear: both;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.floor-side {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
}
.floor-side h3 {
	;
	font-size: 20px;
	line-height: 100px;
	height: 80px;
	color: #333;
	font-weight: 400;
}
.floor-side h3 a {
	color: #333;
	display: block;
}
.floor-side-link img {
	display: block;
	width: 100%;
	background-color: green;
}
.floor-side-right {
}
.floor-side-list {
	position: relative;
	height: 80px;
	border-bottom: 1px solid #e1e1e1;
}
.floor-side-list .list {
	float: left;
	width: 900px;
	overflow: hidden;
}
.floor-side-list ul {
	line-height: 55px;
	height: 55px;
	float: right;
}
.floor-side-list ul li {
	position: relative;
	float: left;
	height: 55px;
	margin-right: 10px;
	padding: 0 10px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	cursor: pointer;
}
.floor-side-list ul li:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	content: '';
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
}
.floor-side-list ul .on:after {
	border-bottom-color: #005628
}
.floor-side-list ul .on {
	border-bottom-color: #005628
}
.floor-side-body {
	padding-top: 24px;
}
.floor-side-body ul li {
	position: relative;
	float: left;
	width: 283px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	background: #fff
}
.floor-side-body ul li:hover {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
}
.floor-side-body ul li:nth-child(4n) {
	margin-right: 0px
}
.floor-side-body ul li a {
}
.floor-side-body ul li a .image-ti {
	position: relative;
	display: block;
	width: 283px;
	margin: 0px auto;
	background-color: #2C71AF;
}
.floor-side-body ul li a .image-ti img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}
.index-cp {
	background: #f5f8fa;
	padding: 50px 0px
}
.index-cp .slide-title {
	line-height: 40px;
	overflow: hidden;
	height: 40px;
	margin: 5px 10px;
	text-overflow: ellipsis;
	word-break: break-all;
	color: #333;
	font-size: 16px;
	text-align: center
}
.index-cp .slide-body {
	line-height: 20px;
	height: 20px;
	margin: 0 10px;
}
.index-cp .slide-body-nub {
	margin-right: 10px;
	color: #999;
	font-size: 13px;
}
.index-cp .slide-body-nub-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url(../images/course_ab.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 3px;
}
.index-cp .slide-body-nup {
	margin-right: 10px;
	color: #999;
	font-size: 13px;
}
.index-cp .slide-body-nup-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url(../images/course_ab.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 -23px;
}
.index-cp .slide-body-price {
	line-height: 20px;
	float: right;
	height: 20px;
	vertical-align: top;
	color: #ef7165;
}
.index-cp .slide-admission {
	color: #46cfa1;
}
.slide-more {
	line-height: 55px;
	height: 55px;
	color: #005628;
	float: right;
	text-align: right;
	width: 55px;
}
.slide-more i {
	font-size: 30px;
}
.pplist {
	background: url(../images/pp_bg.jpg) no-repeat center;
	padding: 50px 0px 50px 0px
}
.pplist .mTitle {
	text-align: center
}
.pplist h3 {
	color: #272727;
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
	font-weight: normal
}
.pplist ul {
	padding: 20px 2%;
}
.pplist ul li {
	width: 18.4%;
	margin-right: 2%;
	float: left;border-radius: 20px; background:#000;
	position: relative; overflow: hidden
}
.pplist ul li:nth-child(5) .tit h2 {
	color: #fff
}
.pplist ul li:nth-child(5) {
	margin-right: 0px;
}
.pplist ul li .img {
	
	
	overflow: hidden
}
.pplist ul li img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pplist ul li .tit {
	position: absolute;
	bottom: 50px;
	padding: 0px 20px;
	-webkit-transition: all .5s;
transition:all .5s
}
.pplist ul li .tit h2 {
	font-size: 20px;
	color: #fff;

	text-shadow: 5px 5px 5px #005728
}
.pplist ul li .cont {;
	padding: 0px 20px;
	-webkit-transition: all .5s;
transition:all .5s; position:absolute
}
.pplist ul li .cont p {
	font-size: 14px;
	color: #fff;
	opacity: 0;-webkit-transition: all .5s;
transition:all .5s; line-height:2
}
.pplist ul li:hover .tit h2 {
	
	color: #fff
}
.pplist ul li:hover .img {
}
.pplist ul li:hover img {
	opacity: 0.3;
}
.pplist ul li:hover .tit {
	position: absolute;
	bottom: 110px
}
.pplist ul li:hover .cont {
	position: absolute;
	bottom: 20px;
}
.pplist ul li:hover .cont p {
	opacity: 1
}
.category.default a {
	display: block;
	color: #666;
	font-size: 18px;
	position: relative;
	float: left;
	margin-right: 54px;
	font-weight: bold;
	line-height: 75px;
}
.category.default a.active {
	color: #005728
}
.category1.default a {
	display: block;
	color: #666;
	font-size: 14px;
	position: relative;
	float: left;
	margin-right: 54px
}
.category1.default a.active, .category.default a:hover {
	color: #005728
}
.category1.default a:before {
	background-color: #005728;
	position: absolute;
	width: 0%;
	height: 3px;
	content: '';
	bottom: 0;
	opacity: 0;
	transition: all ease .4s
}
.category1.default a.active, .category.default a:hover {
	color: #005728
}
.category1.default a.active:before, .category.default a:hover:before {
	opacity: 1;
	width: 100%
}
.category1.default a.active:before, .category.default a:hover:before {
	opacity: 1;
	width: 100%
}
#indexCon #mProject .category a:nth-child(7):hover:before {
	opacity: 0
}
#mBanner {
	position: relative
}
#mBanner .media {
	background-color: #000;
}
#mBanner .media.video {
	height: 610px
}
#mBanner .media img {
	width: 100%;
	height: auto;
	opacity: .8
}
#mBanner .media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .8
}
#mBanner .info {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	line-height: 30px;
	margin-top: -24px; transform:translateY(-50%)
}
#mBanner .info .pp_logo{ margin-bottom:20px;}
#mBanner .info .dlwa{ overflow:hidden}
#mBanner .info .dlwa .title{ color:#fff; font-size:30px; background:#006fbe; width:300px; height:60px; line-height:60px;; margin:10px auto }
#mBanner .info .dlwa .subtitle{ color:#fff; font-size:24px; font-weight: bold; line-height:40px;}

#mBanner .info .dlwa p{ color:#eee; font-size:16px; line-height:32px;}
#mBanner .info .dlwa1,#mBanner .info .dlwa2{ width:48%;}
.gswa{ width:80%; margin:20px auto}
.gswa h1{ font-size:30px; background:linear-gradient(to right, #005728,#c38e13); color:#fff; height:60px; line-height:60px; letter-spacing:3px; margin-bottom:20px; width:600px; margin:20px auto 10px auto}
.gswa span{ font-size:18px; color:#fff; margin:10px;}
#mBanner .info .title {
	font-size: 28px;
	color: #fff
}
#mBanner .info .subtitle {
	font-size: 18px;
	color: rgba(255,255,255,1);
	margin-top: 10px
}
.productcon {
	padding: 50px 0px
}
.productcon {
	background: #f8f8f9
}
.pro_js .pro_dm {
	width: 55%;
}
.pro_zs {
	width: 480px; margin-right:60px
}
.pro_zs .list .img {
	padding: 20px;
	background: #fff
}
.pro_zs .list {
	text-align: center
}
.pro_zs .list img {
	max-width: 100%;
}
.pro_zs .list p {
	color: #fff;
	height: 80px;
	line-height: 80px;
	background: #005628;
	text-align: center;
	font-size: 18px;
}
.pro_dm h1 {
	font-size: 30px;
	line-height: 60px;
	font-weight: normal
}
.pro_dm h1 span {
	font-weight: bold;
	color: #005628
}
.pro_zs .swiper-button-prev.swiper-button-white {
	background: url(../images/button-prev.png) no-repeat center
}
.pro_zs .swiper-button-next.swiper-button-white {
	background: url(../images/button-next.png) no-repeat center
}
#canvas {
	width: 100%;
}
.ry-k .ry-list {
	margin: 10px 20px 0px 0px;
	position: relative
}
.ry-k .ry-list img {
	max-width: 100%
}
.ry-k .ry-list p {
	position: absolute;
	background: rgba(0,0,0,0.8);
	color: #fff;
	height: 40px;
	line-height: 40px;
	bottom: 0px;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 100%
}
.product-fwlist {
	
}
.pp_top {
	background: #FFF;
	padding: 20px 30px
}
.pp_top .pp-fl {
	padding-bottom: 20PX;
	border-bottom: 1px solid #ccc
}
.pp_top .pp-fl A {
	color: #444;
	font-size: 18PX;
	margin-right: 20PX;
	line-height: 40px;
}
.pro_js{ margin-bottom:40px;}
.pp_top .pp-fl A.aNow {
	color: #005628;
	font-weight: bold
}
.pp_top .pp-fl SPAN {
	color: #005628;
	font-size: 24PX;
	margin-right: 10PX;
	font-weight: bold;
	line-height: 40px;
}
.pp_top .search {
	margin-top: 20px
}
.pp_top .search .input {
	background: #f2f8fc;
	border: 1px solid #005628;
	height: 48px;
	width: 350px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	padding-left: 20px;
	float: left
}
.pp_top .search .bnt {
	background: #005628;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border: none;
	width: 150px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 30px
}
#mCategory {
	margin-top: -75px;
	height: 75px;
	position: relative;
	z-index: 2;
	overflow: initial
}
#mCategory .module_container {
	height: 76px;
	overflow: hidden;
	background-color: #fff;
	position: relative
}
#mCategory .module_container:before {
	background-color: #e5e5e5;
	height: 1px;
	top: 74px;
	position: absolute;
	content: '';
	width: 100%;
	left: 0
}
#mCategory .module_container.open {
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.08);
	height: auto
}
#mCategory .module_container.animate {
	transition: none
}
#mCategory .category {
	min-height: 75px;
	width: 15%;
	height: auto;
	float: left
}
#mCategory .category {
	padding-left: 5%
}
#mCategory .category1 {
	width: 80%;
	float: left
}
#mCategory .category1 a {
	line-height: 75px;
	height: 76px;
	margin-right: 59px
}
#mCategory .module_container.open a.ddBtn {
	transform: rotate(180deg)
}
#newsCon .mContent {
	padding-top: 30px
}
#newsCon .mContent .content_list .item_block {
	width: 100%;
	float: left;
	padding: 40px 0;
	height: 193px
}
#newsCon .mContent .content_list .item_block a {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%
}
#newsCon .mContent .content_list .item_block .item_date {
	background-color: #005628;
	width: 70px;
	height: 70px;
	padding: 10px;
	box-sizing: border-box;
	flex-shrink: 0;
	transform: translateX(-100%);
	transition: all ease .4s;
	opacity: 0;
	text-align: center
}
#newsCon .mContent .content_list .item_block .item_date p {
	color: #fff;
	text-align: center
}
#newsCon .mContent .content_list .item_block .item_date .md {
	font-size: 14px;
	font-family: DISNEYENGLISH-BOLD
}
#newsCon .mContent .content_list .item_block .item_date .y {
	font-size: 18px;
	font-family: DISNEYENGLISH-BOLD
}
#newsCon .mContent .content_list .item_block .item_img {
	margin-left: 89px;
	position: relative;
	width: 320px;
	height: 193px;
	flex-shrink: 0
}
#newsCon .mContent .content_list .item_block .item_info {
	margin-top: 21px;
	margin-left: 64px;
	height: 150px;
	min-width: 0
}
#newsCon .mContent .content_list .item_block .item_info p {
	transition: all .36s cubic-bezier(.21, .5, .24, .96)
}
#newsCon .mContent .content_list .item_block .item_info .title {
	font-size: 20px;
	line-height: 30px;
	color: #444;
	height: 30px
}
#newsCon .mContent .content_list .item_block .item_info .description {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	overflow: hidden;
	margin-top: 28px
}
#newsCon .mContent .content_list .item_block .iconfont {
	margin-top: 8px;
	opacity: 0;
	transition: all ease .4s;
	transform: translateY(150px);
	background-position: 0 -24px;
	flex-shrink: 0;
	position: relative;
	top: -4px;
	margin-right: 50px;
	margin-left: 80px;
	font-size: 20px
}
#newsCon .mContent .content_list .item_block:hover .iconfont {
	color: #005628
}
#newsCon .mContent .content_list .item_block:hover {
	background-color: #f8f8f8
}
#newsCon .mContent .content_list .item_block:hover .iconfont, #newsCon .mContent .content_list .item_block:hover .item_date {
	transform: translateY(0);
	opacity: 1
}
#newsCon .mContent>.module_container {
	padding-top: 61px;
	padding-bottom: 100px
}
#newsCon .mContent #pages {
	margin-left: 159px
}
#pages {
	height: 40px;
	color: #999;
	font-family: Arial;
	font-size: 14px;
	line-height: 40px
}
#pages a {
	padding: 8px 15px;
	box-sizing: border-box;
	float: left;
	border-radius: 6px;
	background: #f8f9fb;
	border: 1px solid #dfe0e1;
	margin-right: 10px
}
#pages li {
}
#pages .active a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #005628;
	color: #fff;
	font-size: 18px;
	border: 1px solid #005628
}
#pages a.prev {
	margin-right: 10px
}
#pages a.next:hover, #pages a.prev:hover {
	background-color: #005187;
	color: #fff
}
#pages a.nums {
	background-color: #f8f9fb;
	display: block;
	text-align: center;
	border: 1px solid #dfe0e1;
	margin-right: 3px;
	color: #999
}
#pages a.nums.active, #pages a.nums:hover {
	background-color: #005187;
	color: #fff;
	border-color: #005187
}
#pages span.text {
	float: left;
	margin-left: 18px;
	margin-right: 19px
}
#newsPostCon #mBanner .media img {
	opacity: .8
}
#newsPostCon .mContent .mainCon {
	width: 70%
}
#newsPostCon .mContent .mainCon .info {
	margin-top: 35px
}
#newsPostCon .mContent .mainCon .info .title {
	font-size: 28px
}
#newsPostCon .mContent .mainCon .info .subtitle {
	font-size: 14px;
	color: #c9c9c9;
	margin-top: 10px
}
#newsPostCon .mContent .mainCon .postBody {
	margin-top: 35px;
	font-size: 15px;
	color: #666;
	line-height: 28px
}
.postBody img {

	max-width: 100%
}
.postBody blockquote {
	padding-left: 48px;
	color: #000;
	font-style: italic;
	position: relative;
	margin-top: 7px;
	margin-bottom: 12px
}
.postBody blockquote:before {
	background-color: #e5e5e5;
	position: absolute;
	left: 19px;
	top: 0;
	width: 5px;
	height: 100%;
	content: ''
}
.postBody hr {
	border: none;
	border-top: #e6e6e6 1px solid;
	margin: 20px 0
}
#newsPostCon .mContent .tagPost {
	width: 25%;
	margin-top: 39px
}
#newsPostCon .mContent .tagPost>.title {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 20px;
	padding-bottom: 15px;
	position: relative;
}
#newsPostCon .mContent .tagPost>.title:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 50px;
	background-color: #005628;
	left: 0;
	bottom: 0;
}
#newsPostCon .mContent .tagPost .content_list {
	margin-top: 51px
}
#newsPostCon .mContent .tagPost .content_list .item_block {
	width: 100%;
	float: left;
	padding-bottom: 27px;
	margin-bottom: 27px;
	border-bottom: #c3c3c3 1px dotted
}
#newsPostCon .mContent .tagPost .content_list .item_block .date {
	color: #ccc;
	font-family: DISNEYENGLISH-BOLD;
	line-height: 18px
}
#newsPostCon .mContent .tagPost .content_list .item_block .title {
	color: #333;
	line-height: 24px;
	margin-top: 9px
}
#newsPostCon .mControl.post>a:hover {
	background-color: #e9e9e9
}
.prene a {
	font-size: 16px;
	margin-top: 10px; display:block;
	overflow: hidden
}
#newsPostCon .mControl.post>a:hover .content .icon {
	background-position: 0 -36px
}
.mControl.post>a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.mControl.post>a .image {
	background-color: #222;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}
.mControl.post>a .image div {
	opacity: .4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%
}
.mControl.post>a .content {
	width: 630px;
	height: 100%;
	position: relative;
	z-index: 2
}
.mControl.post>a .content .wrapper {
	margin-top: 92px;
	width: 100%
}
.mControl.post>a .content .icon {
	margin-top: 29px
}
.mControl.post>a .content .label {
	width: calc(100% - 80px)
}
.mControl.post>a .content .title {
	color: rgba(0,0,0,.45);
	font-size: 13px;
	font-family: Arial;
	line-height: 16px
}
.mControl.post>a .content .subtitle {
	color: #333;
	font-size: 18px;
	margin-top: 5px;
	line-height: 24px;
	width: calc(100% - 80px)
}
.mControl.post>a.next .content .subtitle {
	margin-left: 80px
}
.mControl.post>a.prev .content .icon {
	margin-right: 48px
}
.mControl.post>a.next .content p {
	text-align: right
}
.mControl.post>a.next .content .icon {
	margin-left: 56px
}
#projectPostCon .mControl.post>a:hover .image {
	opacity: 1
}
#projectPostCon .mControl.post>a:hover .content p {
	color: #fff
}
#projectPostCon .mControl.post>a:hover .icon {
	background-position: 0 -12px
}
#newsPostCon .module>.module_container {
	box-sizing: border-box;
	padding-bottom: 50px
}
#newsPostCon .mContent {
	background-color: #fff;
	position: relative
}
#newsPostCon .mContent>.module_container {
	padding-top: 50px
}
#newsPostCon .mContent .mainCon .info {
	margin-top: 35px
}
#newsPostCon .mContent .mainCon .info .title {
	font-size: 28px
}
#newsPostCon .mContent .mainCon .info .subtitle {
	font-size: 14px;
	color: #c9c9c9;
	margin-top: 10px
}
#newsPostCon .mContent .mainCon .postBody {
	margin-top: 35px;
	font-size: 15px;
	color: #666;
	line-height: 28px
}
.related-post, .popular-post {
	border-bottom: 1px solid #f4f4f4;
	padding: 25px 0;
	overflow: hidden;
}
.related-post:last-child, .popular-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.related-post .widget-thumb, .popular-post .widget-thumb {
	float: left;
}
.related-post .post-text, .popular-post .post-text {
	margin-left: 130px;
	font-weight: 300;
	color: #848484;
	font-size: 16px;
}
.related-post .post-text .post-title, .popular-post .post-text .post-title {
	color: #212121;
	display: block;
	padding-bottom: 5px;
}
.related-post .post-text .post-date i, .popular-post .post-text .post-date i {
	font-size: 14px;
	padding-right: 10px;
	color: #005728;
}
.related-post .post-text .post-comments, .popular-post .post-text .post-comments {
	display: block;
}
.related-post .post-text .read-more, .popular-post .post-text .read-more {
	line-height: 2;
}
.related-post.no-thumbnail .post-text, .popular-post.no-thumbnail .post-text {
	margin-left: 0;
	margin-top: 0;
}
.widget-recent-comments li {
	padding: 20px 0;
	color: #ccc;
}
.fdh-01-tit {
	background: #005728;
	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;
}
.blk-xs {
	width: 240px;
}
/*中模块*/
.blk-sm {
	width: 930px;
}
.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: #ddd;
	margin-bottom: 2px;
	overflow: hidden;
}
.fdh-01-nav-one h3 a {
	position: relative;
	display: block;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}
.fdh-01-nav-one h3 a i {
	position: absolute;
	right: 0px
}
.fdh-01-nav-one h3.sidenavcur,  .fdh-01-nav-one h3:hover {
	background: #c28e14;
}
.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: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #eee;
	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: #005728;
}
.fdh-01-nav dt.sidenavcur a,  .fdh-01-nav dt:hover a {
	color: #005728;
}
.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: #005728;
}
.fdh-01-nav p.sidenavcur:after,  .fdh-01-nav p:hover:after {
	background: #c28e14;
}
.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cbgg-01 p {
	display: block;
	line-height: 30px;
	font-size: 16px;
	text-align: left; margin-bottom:10px
}
.cbgg-01 p i {
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 50%;
	float: left;
	color: #c28e14;
	font-size: 24px
}
.cbgg-01 p img {
	vertical-align: middle;
	margin-right: 5px;
}
.cbgg-01 span {
	display: block;
	font-size:24px;
	font-weight: bold;
	
	padding-bottom:5px; color:#005728; font-family:DISNEYENGLISH-BOLD; margin-top:10px;
}
.cbgg-01 .text {
	background: #fff;
	padding: 20px;
}
.cbgg-01 {
	background: #005728;
	text-align: center;
	color: #fff;
}
.cbgg-01 .text h1 {
	font-size: 18px;
	font-weight: bold;
	color: #005728
}
.leftnav-z1-tit {
	height: 50px;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.leftnav-z1-tit span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #c28e14;
}
#goodsshow .right .link {
	background: #005728;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	display: block;
	margin-top: 20px;
}
#goodsshow .right .link a {
	color: #fff;
	display: block
}
#goodsshow .right .link:hover {
	background: #c28e14
}
.mContent .content_list {
	margin: 0 -9px
}
#projectCon{ padding:50px 0px}
#projectCon .postBody{ margin:30px 0px}
#projectCon .mainCon .info .title{ font-size:28px; margin:26px 0px}
#projectCon .mContent .content_list .item_block {
	width: 33.333333%;
	float: left;
	padding: 0 9px;
	box-sizing: border-box;
	margin-bottom: 68px
}
#projectCon .mContent .content_list .item_block a {
	display: block;
	position: relative;
	overflow: hidden
}
#projectCon .mContent .content_list .item_block .item_img img { max-width:100%	
}
#projectCon .mContent .content_list .item_block .item_info {
	margin-top: 21px
}
#projectCon .mContent .content_list .item_block .item_info .wrapper {
	margin-right: 60px
}
#projectCon .mContent .content_list .item_block .item_info p {
	transition: all .36s cubic-bezier(.21, .5, .24, .96);
	color: #333
}
#projectCon .mContent .content_list .item_block .item_info .title {
	font-size: 17px;
	height: 22px
}
#projectCon .mContent .content_list .item_block .item_info .subtitle {
	font-size: 14px;
	opacity: .6;
	margin-top: 10px;
	height: 19px
}
#projectCon .mContent .content_list .item_block .iconfont {
	margin-top: 8px;
	margin-right: 30px;
	opacity: 0;
	transition: all ease .4s;
	transform: translateY(60px);
	background-position: 0 -24px
}
#projectCon .mContent .content_list .item_block:hover .item_info .iconfont {
	transform: translateY(0);
	opacity: 1
}
.introduction-con .introduction-top{  padding: 50px 0;}
.introduction-con .introduction-top .introduction-zi {
  padding: 50px 0;
  position: relative;
}

.introduction-con .introduction-top .introduction-zi::after {
  position: absolute;
  content: '';
  width: 90%;
  top: 0;
  z-index: -1;
  height: 100%;
  bottom: 0;
  background: #F3F3F3;
}

.introduction-con .introduction-top .le {
  width: 48%;
  padding: 0 3%;
}
.introduction-con .introduction-top .re img{ max-width:100%}

.introduction-con .introduction-top .re {
  width: 44%;
}

.introduction-zhai {
  font-size: 16px;;
  line-height:2;
  color: #6f6e6e;
  margin: 40px 0px;
  text-align: justify;
}
.introduction-zhai p{ margin-bottom:15px}
.vision-p1 {
  font-size: 30px;;
  color: #005628;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

.vision-p1 a {
  color: #161616;
}

.vision-p1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;;
  background: #161616;
  width: 78px;;
}
.rongyu-div {
  padding: 50px 0px;

  background: #F3F3F3; position:relative
}
  .deve-p1 {
    font-size:30px; font-weight:bold; color:#161616; text-align:center; line-height:1
  }
  
.deve-zhai {
  font-size: 18px;;
  line-height: 2;
  color: #757575;
  margin-top: 15px;; text-align:center
}
.rongyu-lunbo{ position:relative}
.development .development-bot .swiper-button-next,
.development .development-bot .swiper-button-prev,
.rongyu-lunbo .swiper-button-next,
.rongyu-lunbo .swiper-button-prev {
  width: 60px;
  height: 60px;
}

.development .development-bot .swiper-button-next,
.rongyu-lunbo .swiper-button-next {
  background: url(../images/hr1.png) no-repeat; 
  background-size: 100% 100%;
  right: 10px;   transition: 400ms ease-in-out;
  -moz-transition:400ms ease-in-out; /* Firefox 4 */
 -webkit-transition:400ms ease-in-out; /* Safari and Chrome */
 -o-transition:400ms ease-in-out; /* Opera */
}

.development .development-bot .swiper-button-prev,
.rongyu-lunbo .swiper-button-prev {
  background: url(../images/hl1.png) no-repeat;
  background-size: 100% 100%;
  left: 10px;   transition: 400ms ease-in-out;
  -moz-transition:400ms ease-in-out; /* Firefox 4 */
 -webkit-transition:400ms ease-in-out; /* Safari and Chrome */
 -o-transition:400ms ease-in-out; /* Opera */ 
}

.rongs-img {
  margin-top:10px;
}
img{ max-width:100%;vertical-align: middle; border:0}


.rongyu-div .swiper-slide .rongyu-p2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  color: #C5933A;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden; text-align:center
}
.zzjg{ padding:50px 0px; text-align:center}

.contact-wrap {

  display: flex;
  flex-wrap: wrap; margin:50px auto
}
.contact-info { 
  width: 50%;
  padding-top:50px; padding-right:5%
}
.contact-img {
  width: 45%;
  overflow: hidden;
}
.contact-img img {
  width: 100%;
}
.contact-info h3 {
  font-size: 30px;
  line-height: 30px;
  color: #005628;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.contact-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 
}
.contact-left {
  width: 40%;
}
.contact-item {
}
.contact-item h4 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 6px;
}

.contact-list  h4 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 6px;
}
.contact-ways p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.contact-ways p span {
  color: transparent;
}
.contact-right {
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#map01{width:100%;height:630px}
.client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 75%;
            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; background:#005628
        }
       .client-2 li i{ text-align:center; font-size:24px; line-height:45px; display:block}
      .client-2 li.my-kefu-tel .cont i{ float:left}
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
    
        
        .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:#e30224 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:#6ab144 ;
            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;
        }
		
		.book-form{ background:#005728; padding:60px 0}
.book-form .cp_tit{ text-align:left; margin-bottom:30px}
.book-form .cp_tit h2{ text-align:left; font-size:30px; color:#fff}
.book-form .cp_tit p{ text-align:left; font-size:20px; width:auto;color:#fff}
.book-form ul li{ width:31.5%; margin-right:2%; float:left;border:1px solid #fff; line-height:45px; height:45px;}
.book-form ul{ overflow:hidden}
.book-form ul li:hover input{ border:1px solid #fff}
.book-form ul li:nth-child(3n){ margin-right:0}
.book-form ul li input{ width:100%; color:#fff}
.book-form ul li.info_p1 input { display:block; border:none; height: 45px;line-height: 45px;color: #333;text-indent: 20px; outline:none}
.book-form ul li.info_p2 input { display:block; border:none;  height: 45px;line-height: 45px;color: #333;text-indent: 20px;  outline:none}
.book-form ul li.info_p3 textarea{ display:block; border:none; height: 45px;line-height: 45px;color: #333;text-indent: 20px;background:#fff; outline:none; resize:none;overflow:hidden; width:100%;  font-family:"Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif }
.book-form .f_bu button {padding: 20px 0px;font-weight: bold;color: #fff;font-size: 18px; cursor: pointer;outline: none;border:none; text-align:center; background:#000; width:240px;}.book-form ul{ margin-top:30px; margin-bottom:30px}
.f_bu .fr p{ color:#fff; font-size:16px;; line-height:64px}
.f_bu{ overflow:hidden}
.daohang{ float:right; padding-right:2%}
.daohang .nav-ul {
 
}

.daohang .nav-ul>li {
  display: inline-block;
  font-size: 15px;;
  color: #424242;
  padding: 0 5px; line-height:100px
}

.daohang .nav-ul>li>a {
  color: #333;
  position: relative;
  display: block;
}

.daohang .nav-ul>li>a::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  width: 0%;
  background: rgba(0, 86, 40, 0.92);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  bottom: 0;
}

.daohang .nav-ul>li .er-div {
  width: 100%;
  line-height:60px;
 
  opacity: 0;
  left: 0;
  top: 100%;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.5s ease;
  /* Opera */
  background: #F5F5F5;
  overflow: hidden; position:absolute
}
.daohang .nav-ul>li .er-div .er-ul{ text-align:center}

.daohang .nav-ul>li:hover .er-div{
  transform: none;
  opacity: 1;
}
.daohang .nav-ul>li .er-div .er-ul li {
  display: inline-block;
  font-size:16px;
  text-align: center;
  padding: 0 20px;
}

.daohang .nav-ul>li .er-div .er-ul li a {
  color: #424242;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}


.daohang .nav-ul>li .er-div .er-ul li a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: rgba(0, 86, 40, 0.92);
}


.daohang .nav-ul>li:hover>a,
.daohang .nav-ul>li.active>a {
  color: rgba(0, 86, 40, 0.92);
}

.daohang .nav-ul>li:hover>a::after,
.daohang .nav-ul>li.active>a::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

@media (max-width: 1490px){
	.h_box dt{width:160px; position:absolute; left:2%  }
.h_box dt a{
	 width:160px; position:relative; height:100px; display:block
}
.h_box dt IMG {
	 width:100%; position:absolute; padding-top:23.5px;
}
.daohang .nav-ul>li{ padding:0px 5px}
	
	}
.rotatesimg {
	-webkit-animation: transform-5 2s ease 500ms alternate none 1;
	animation: transform-5 2s ease 500ms alternate none 1;
}
.pp_top .pp_sd .search{ width:600px;; float:left}
.pp_top .pp_sd{ position:relative}
.pp_top .pp_sd .pp_down{  float:right; margin-top:20px; width:300px; position:absolute; right:0px; background:#ddd; height:40px; line-height:40px; text-align:center; padding:5px 0px; border-radius:30px; display:block}
.pp_top .pp_sd .pp_down a{ text-align:right; font-size:16px;  display:block; width:260px; margin:0px auto ; overflow:hidden }
.pp_top .pp_sd .pp_down i{ float:left; display:block; font-size:20px; margin-right:10px}
.pp_top .pp_sd .pp_down p{ float:left;}
.pp_top .pp_sd .pp_down:hover{ background:#005628;-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;

	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3); }
	.pp_top .pp_sd .pp_down:hover a{ color:#fff}