* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: PingFang SC,helvetica neue,hiragino sans gb,microsoft yahei,sans-serif;
}

@font-face {
	font-family: 'zt';
	src: url(../fonts/DINCOND-REGULAR.OTF);
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

a {
	display: inline-block;
	text-decoration: none
}

span {
	display: inline-block;
}

.cen {
	width: 1200px;
	margin: 0 auto;
}

.outer {
	width: 100%;
	height: 100vh;
}


/*导航*/

header {
	position: relative;
	z-index: 9;
}

header .head {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header ul {
	display: flex;
}

header ul li>a {
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 60px;
	transition: all 0.5s;
}

header ul li>a:hover {
	color: #005A4B;
}

.subMenu {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
	/*display: flex;*/
	text-align: center;
}

.subMenu a {
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	margin-right: 40px;
	transition: all 0.5s;
}

.subMenu a:hover {
	color: #005A4B;
}

.subMenu .subMenu_cen {
	position: relative;
	left: 182px;
}


/*banner*/

.indexbanner {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.pb-carouselWarp .pb-carousel {
	position: relative;
	height: 100%;
}

.pb-carouselWarp .pb-carousel>div {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pb-carouselWarp .pb-carousel .pb-this {
	display: block;
	left: 0;
}

.pb-carouselWarp .pb-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: 0;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 0.606rem;
	outline: none;
	background: #005A4B url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 0.606rem;
	outline: none;
	background: #005A4B url(../img/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	background: url(../img/banner_1.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.indexbanner_con2 {
	background: url(../img/banner_1.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.words {
	position: relative;
	top: 35%;
}


/*走进木之秀*/

.about {
	position: relative;
}

.about_cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0 40px 0;
}

.about_cen .about_text {
	width: 928px;
}

.about_cen .about_text p:nth-child(2) {
	font-size: 18px;
	color: #121212;
	margin-top: 14px;
}

.about_cen .about_text p:nth-child(3) {
	width: 100%;
	height: 3px;
	background: #DD9C5C;
	margin: 20px 0 30px 0;
}

.about_cen .about_text p:last-child {
	font-size: 14px;
	color: #787878;
	line-height: 28px;
}

.about_fixed {
	position: absolute;
	right: 115px;
	top: 80px;
}


/*拦腰*/

.waist {
	width: 100%;
	height: 175px;
	background: #F2F2F2;
}

.waist_cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.waist_cen .waist_list {
	width: calc(100%/5);
	/*height: 175px;*/
	text-align: center;
	margin-top: 50px;
}

.waist_cen .waist_list p:first-child {
	height: 36px;
	line-height: 36px;
}

.waist_cen .waist_list p:last-child {
	font-size: 15px;
	color: #333333;
	margin-top: 16px;
}


/*产品中心*/

.product_tit {
	padding: 70px 0 50px 0;
}

.product_tit p {
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-end;
}

.product_tit p span:first-child {
	font-size: 32px;
	font-weight: bold;
	color: #005A4B;
}

.product_tit p span:last-child {
	font-size: 14px;
	color: #999999;
}

.Box {
	position: relative;
	margin-bottom: 75px;
}

.Box .content {
	width: 1344px;
	margin: 0 auto;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 257px;
	cursor: pointer;
	border-radius: 50%;
}

.Box .Box_con .btnl {
	background: #89A7A8 url(../img/arrow-left.png) no-repeat center;
	left: -50px;
}

.Box .Box_con .btnr {
	background: #89A7A8 url(../img/arrow-right.png) no-repeat center;
	right: -50px;
}

.Box .Box_con .btnl:hover {
	background: #005A4B url(../img/arrow-left.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: #005A4B url(../img/arrow-right.png) no-repeat center;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 448px;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #DDDDDD;
	padding: 0 75px;
}

.Box .Box_con .conbox ul li:first-child {
	border-left: 1px solid transparent;
}

.Box .Box_con .conbox ul li .product_title {
	margin-bottom: 37px;
}

.Box .Box_con .conbox ul li .product_title span:first-child {
	font-size: 40px;
	color: #121212;
	position: relative;
	z-index: 1;
	margin-right: 15px;
}

.Box .Box_con .conbox ul li .product_title span:first-child:after {
	content: "";
	position: absolute;
	top: 64%;
	left: 0px;
	width: 100%;
	height: 10px;
	background: #DD9C5C;
	z-index: -1;
}

.Box .Box_con .conbox ul li .product_title span:last-child {
	font-size: 26px;
	font-weight: bold;
	color: #121212;
}

.Box .Box_con .conbox ul li .product_text p {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}

.Box .Box_con .conbox ul li .product_img {
	width: 100%;
	height: 370px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li .product_img img {
	width: 100%;
	transition: all 0.5s;
}


/*.Box .Box_con .conbox ul li:nth-of-type(odd) .product_img{
	margin-top: 40px;
}
.Box .Box_con .conbox ul li:nth-of-type(even) .product_title{
	margin-top: 40px;
}*/

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}


/*拦腰*/

.lanyao {
	width: 100%;
}

.lanyao img {
	width: 100%;
}


/*新闻资讯*/

.new {
	position: relative;
}

.news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 65px;
}

.news .news_l {
	width: 580px;
}

.news .news_l .news_l_img {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.news .news_l .news_l_img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s;
}

.news .news_l .news_l_text p:first-child {
	font-size: 15px;
	color: #999999;
	margin-top: 20px;
}

.news .news_l .news_l_text p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	color: #121212;
	margin: 10px 0 20px 0;
}

.news .news_l .news_l_text p:last-child {
	font-size: 14px;
	color: #999999;
	background: url(../img/jt_b.png) no-repeat 90px 6px;
}

.news .news_l:hover img {
	transform: scale(1.1);
}

.news .news_r {
	width: 570px;
}

.news .news_r .news_list {
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}

.news .news_r a {
	width: 550px;
	float: right;
	border-bottom: 1px solid #DEDEDE;
	padding: 22px 0;
}

.news .news_r a p:first-child {
	font-size: 15px;
	color: #145051;
	transition: all 0.5s;
}

.news .news_r a p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	color: #121212;
	margin: 10px 0 14px 0;
	transition: all 0.5s;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news .news_r a p:last-child {
	font-size: 14px;
	color: #999999;
	background: url(../img/jt_b.png) no-repeat 90px 6px;
	transition: all 0.5s;
}

.news .news_r .news_list:first-child a {
	padding: 0 0 25px 0;
}

.news .news_r .news_list:hover {
	background: #F4F4F4;
}

.news .news_r .news_list:hover p:first-child,
.news .news_r .news_list:hover p:nth-child(2) {
	color: #145051;
}

.news .news_r .news_list:hover p:last-child {
	color: #DD9C5C;
	background: url(../img/jt_y.png) no-repeat 90px 6px;
}

.news_fixed {
	position: absolute;
	right: 115px;
	top: -155px;
	z-index: -1;
}


/*客户案例*/

.case {
	width: 100%;
	height: 947px;
	background: #F2F2F2;
	position: relative;
}

.case_t1 {
	width: 100%;
	padding-left: 450px;
}

.case_t2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.case_t2 .case_word1 {
	width: 450px;
}

.case_t2 .case_word2 {
	width: 500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case_t2 .case_word2 .case_word2_l {
	width: 250px;
	height: 360px;
	background: #333333;
	padding: 40px 30px;
}

.case_t2 .case_word2 .case_word2_l p:first-child {
	font-size: 14px;
	color: #BBBBBB;
	line-height: 28px;
	margin-bottom: 32px;
}

.case_t2 .case_word2 .case_word2_l p:last-child {
	font-size: 14px;
	color: #DD9C5C;
	background: url(../img/jt_y.png) no-repeat 90px 6px;
}

.case_t2 .case_word2 .case_word2_r div:first-child {
	width: 100%;
	height: 180px;
}

.case_t2 .case_word2 .case_word2_r div:last-child {
	width: 100%;
	height: 180px;
	background: #FFFFFF;
	text-align: center;
	line-height: 180px;
}

.case_t2 .case_word3 {
	width: 250px;
}

.case_t3 {
	width: 100%;
	padding-left: 700px;
}

.case_fixed {
	position: absolute;
	left: 33px;
	bottom: 125px;
}


/*底部*/

footer {
	width: 100%;
	/*height: 395px;*/
	background: #005A4B;
	overflow: hidden;
}

.footer_cen {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 50px auto;
}

.footer_cen .footer_l p:first-child {
	margin-bottom: 40px;
}

.footer_cen .footer_l p:not(:first-child) {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer_cen .footer_c ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_cen .footer_c ul li {
	padding: 0 30px;
	border-left: 1px solid #DD9C5C;
	position: relative;
}

.footer_cen .footer_c ul li:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -4px;
	width: 7px;
	height: 16px;
	background: #DD9C5C;
}

.footer_cen .footer_c ul li p:first-child a {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.footer_cen .footer_c ul li p:not(:first-child) a {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.footer_cen .footer_r {
	width: 130px;
	text-align: center;
}

.footer_cen .footer_r p:last-child {
	font-size: 14px;
	color: #BBBBBB;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.footer_cen .footer_r p:last-child span:first-child,
.footer_cen .footer_r p:last-child span:last-child {
	width: 20px;
	height: 1px;
	background: #999999;
}

footer .footer_under {
	border-top: 1px dashed #DD9C5C;
	text-align: center;
	padding: 18px 0;
}

footer .footer_under a {
	font-size: 16px;
	color: #FFFFFF;
}


/*子页导航*/

.zy_header ul li>a {
	color: #333333;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.zy_nav {
	width: 100%;
	height: 80px;
	background: url(../img/zy_nav.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	border-bottom: 1px solid #EEEEEE;
}

.zy_nav_cen {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy_nav_cen div {
	width: 50%;
}
.zy_nav_cen .zy_nav_l p{
    	color: #999999;
}
.zy_nav_cen .zy_nav_l a {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.zy_nav_cen .zy_nav_r a {
	margin-left: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 80px;
	position: relative;
	transition: all 0.5s;
}

.zy_nav_cen .zy_nav_r a.zy_nav_active {
	color: #DD9C5C;
}

.zy_nav_cen .zy_nav_r a.zy_nav_active:after {
	content: "";
	position: absolute;
	top: 96%;
	left: 0px;
	width: 100%;
	height: 3px;
	background: #DD9C5C;
}

.zy_nav_cen .zy_nav_r a:hover {
	color: #DD9C5C;
}

.zy_nav_cen .zy_nav_r a:after {
	content: "";
	position: absolute;
	top: 96%;
	left: 50%;
	width: 0;
	height: 3px;
	background: #DD9C5C;
	transition: all .5s;
}

.zy_nav_cen .zy_nav_r a:hover:after {
	left: 0%;
	width: 100%;
}

.zy_about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto;
}

.zy_about .zy_about_l {
	width: 650px;
}

.zy_about .zy_about_l .zy_about_word {
	width: 580px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 58px;
}

.zy_about .zy_about_l .zy_about_word div {
	width: calc(100%/3);
	border-left: 1px solid #DDDDDD;
	padding-left: 30px;
}

.zy_about .zy_about_l .zy_about_word div p:first-child span:first-child {
	font-family: 'zt';
	font-size: 46px;
	font-weight: bold;
	color: #DD9C5C;
}

.zy_about .zy_about_l .zy_about_word div p:first-child span:last-child {
	font-size: 14px;
	color: #666666;
}

.zy_about .zy_about_l .zy_about_word div p:last-child {
	font-size: 14px;
	color: #666666;
}

.zy_about .zy_about_l .zy_about_text p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 25px;
}

.zy_about_under {
	width: 100%;
	height: 370px;
	background: url(../img/zy_about_under.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 100px;
}

.zy_about_under .zy_about_under_text {
	width: 742px;
	float: right;
}

.zy_about_under .zy_about_under_text .zy_about_under_tit {
	font-size: 22px;
	font-weight: bold;
	color: #005A4B;
	margin: 40px 0 20px 0;
}

.zy_about_under .zy_about_under_word {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.zy_about_under .zy_about_under_word .zy_about_under_l {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-indent: 20px;
}


/*企业文化*/

.culture {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto 100px auto;
}

.culture .culture_l {
	width: 500px;
}

.culture .culture_l img {
	width: 100%;
}

.culture .culture_r {
	widows: 640px;
}

.culture .culture_r .culture_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 33px;
	background: url(../img/culture_list.png) no-repeat 100px 8px;
}

.culture .culture_r .culture_list:last-child {
	margin-bottom: 0px;
}

.culture .culture_r .culture_list .culture_img {
	width: 120px;
}

.culture .culture_r .culture_list .culture_text {
	width: 520px;
}

.culture .culture_r .culture_list .culture_text p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	text-indent: 70px;
}

.culture .culture_r .culture_list .culture_text p:last-child {
	font-size: 14px;
	color: #999999;
	text-indent: 63px;
}


/*发展历程*/

.Box1 {
	position: relative;
	margin: 130px auto 180px auto;
}

.Box1 .content {
	width: 1200px;
	margin: 0 auto;
}

.Box1 .Box_con {
	position: relative;
}

.Box1 .Box_con .btnl {
	position: absolute;
}

.Box1 .Box_con .btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 35px;
	cursor: pointer;
	border-radius: 50%;
}

.Box1 .Box_con .btnl {
	background: #89A7A8 url(../img/arrow-left.png) no-repeat center;
	left: -100px;
}

.Box1 .Box_con .btnr {
	background: #89A7A8 url(../img/arrow-right.png) no-repeat center;
	right: -100px;
}

.Box1 .Box_con .btnl:hover {
	background: #005A4B url(../img/arrow-left.png) no-repeat center;
}

.Box1 .Box_con .btnr:hover {
	background: #005A4B url(../img/arrow-right.png) no-repeat center;
}

.Box1 .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box1 .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box1 .Box_con .conbox ul li {
	float: left;
	width: 216px;
	overflow: hidden;
	margin-left: 30px;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
}

.Box1 .Box_con .conbox ul li:first-child {
	/*border-left: 1px solid transparent;*/
	margin-left: 0px;
}

.Box1 .Box_con .conbox ul li .course_img {
	width: 22px;
}

.Box1 .Box_con .conbox ul li .course_text {
	width: 178px;
}

.Box1 .Box_con .conbox ul li .course_text p:first-child {
	font-size: 46px;
	font-family: 'zt';
	font-weight: bold;
	color: #DD9C5C;
	margin-bottom: 5px;
}

.Box1 .Box_con .conbox ul li .course_text p:last-child {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}


/*产品中心*/

.zy_product {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 70px auto 100px auto;
}

/*.zy_product:after {*/
/*    width:380px;*/
/*    height: 290px;*/
/*    content : '';*/
/*    display: block;*/
/*    visibility: hidden;*/
/*}*/

.zy_product .product_list {
	width: 380px;
	height: 290px;
	background: #FBEFE2;
	padding: 15px;
	border-bottom: 6px solid #fff;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.zy_product .product_list .zy_product_img {
	height: 200px;
	overflow: hidden;
}

.zy_product .product_list .zy_product_img img {
	width: 100%;
	min-height: 100%;
}

.zy_product .product_list .zy_product_tit {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 25px;
}

.zy_product .product_list:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	width: 0;
	height: 6px;
	background: #DD9C5C;
	transition: all .5s;
}

.zy_product .product_list:hover:after {
	left: 0%;
	width: 100%;
}

.more {
	width: 100%;
	margin-top: 50px;
}

.load-more__btn {
	width: 220px;
	height: 60px;
	line-height: 60px;
	background-color: #EEEEEE;
	font-size: 14px;
	color: #005A4B;
	padding-left: 58px;
	position: relative;
	float: right;
}

.load-more__btn span {
	position: relative;
	z-index: 2;
	display: block;
	-webkit-transition: transform .6s ease-out;
	transition: transform .6s ease-out;
}

.load-more__btn:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	top: 0;
	background-color: #005A4B;
	-webkit-transition: right .6s ease-out;
	transition: right .6s ease-out;
}

.load-more__btn span:after {
	content: '';
	width: 40px;
	height: 16px;
	position: absolute;
	left: 63px;
	top: 50%;
	margin-top: -8px;
	background: url(../img/jt_1.png) no-repeat center;
}

.load-more__btn:hover:before {
	right: 0;
}

.load-more__btn:hover span {
	color: #fff;
	transform: translate(40px, 0px);
	-webkit-transform: translate(40px, 0px);
}

.load-more__btn:hover span:after {
	background: url(../img/jt_2.png) no-repeat center;
}


/*产品详情*/

.product_details {
	background: #F4F4F4;
	overflow: hidden;
}

.product_details_cen {
	background: #fff;
	padding: 40px;
	margin: 70px auto;
}

.product_details_center {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.product_details_center .product_details_img {
	width: 700px;
}

.product_details_center .product_details_img img {
	width: 100%;
}

.product_details_center .product_details_text {
	width: 350px;
}

.product_details_center .product_details_text .product_details_tit {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
}

.product_details_center .product_details_text .product_details_tit span:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #005A4B;
}

.product_details_center .product_details_text .product_details_word {
	margin: 28px 0 24px 0;
}

.product_details_center .product_details_text .product_details_word p {
	width: 100%;
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
}

.product_details_center .product_details_text .product_details_word p span:first-child {
	width: 6px;
	height: 6px;
	background: #DD9C5C;
	margin-right: 5px;
	margin-left: 15px;
}

.product_details_center .product_details_text .product_details_word p span:last-child {
	font-size: 14px;
	color: #999999;
}

.product_details_center .product_details_text .product_details_tel p:first-child {
	font-size: 14px;
	color: #005A4B;
	margin-left: 52px;
	margin-bottom: 10px;
}

.product_details_center .product_details_text .product_details_tel p:last-child {
	display: inline-flex;
	align-items: center;
}

.product_details_center .product_details_text .product_details_tel p:last-child span:first-child {
	width: 28px;
	height: 28px;
	background: #005A4B;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}

.product_details_center .product_details_text .product_details_tel p:last-child span:last-child {
	font-size: 36px;
	font-family: 'zt';
	font-weight: bold;
	color: #005A4B;
}


/*新闻资讯*/

.zy_news {
	margin: 70px 0;
	overflow: hidden;
}

.zy_news .zy_news_list a {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 45px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
}

.zy_news .zy_news_list a .zy_news_img {
	width: 185px;
}

.zy_news .zy_news_list a .zy_news_img img {
	width: 100%;
}

.zy_news .zy_news_list a .zy_news_text {
	width: 720px;
}

.zy_news .zy_news_list a .zy_news_text p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	transition: all 0.5s;
}

.zy_news .zy_news_list a .zy_news_text p:nth-child(2) {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin: 8px 0;
}

.zy_news .zy_news_list a .zy_news_text p:last-child span {
	font-size: 14px;
	color: #BBBBBB;
	margin-left: 10px;
	vertical-align: middle;
}

.zy_news .zy_news_list a .zy_news_time {
	width: 138px;
	text-align: center;
	border-left: 1px solid #DEDEDE;
}

.zy_news .zy_news_list a .zy_news_time p:first-child {
	font-size: 46px;
	font-weight: bold;
	color: #005A4B;
}

.zy_news .zy_news_list a .zy_news_time p:last-child {
	font-size: 14px;
	color: #005A4B;
}

.zy_news .zy_news_list a:hover .zy_news_text p:first-child {
	color: #005A4B;
}

.zy_news .zy_news_list a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	width: 0;
	height: 1px;
	background: #DD9C5C;
	transition: all .5s;
}

.zy_news .zy_news_list a:hover:after {
	left: 0%;
	width: 100%;
}


/*新闻详情*/

.news_details {
	width: 100%;
	margin: 70px 0 100px 0;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news_details .news_details_l {
	width: 800px;
}

.news_details .news_details_l .news_details_tit {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
}

.news_details .news_details_l .news_details_tit p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.news_details .news_details_l .news_details_tit p:last-child span {
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
	vertical-align: middle;
}

.news_details .news_details_l .news_details_text {
	margin-top: 30px;
}

.news_details_text img {
    max-width: 100%;
}

.news_details .news_details_l .news_details_text p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 20px;
}

.news_details .news_details_l .news_details_text p img {
	max-width: 100%;
}

.news_details .news_details_r {
	width: 350px;
}

.news_details .news_details_r .news_details_r_word {
	background: #F4F4F4;
	padding: 30px 20px;
}

.news_details_r_word li {
    overflow: hidden;
}



.news_details .news_details_r .news_details_r_word .news_details_r_tit {
	font-size: 20px;
	font-weight: bold;
	color: #005A4B;
	margin-bottom: 20px;
}

.news_details .news_details_r .news_details_r_word .news_details_r_text p:first-child {
	font-size: 14px;
	color: #333333;
}

.news_details .news_details_r .news_details_r_word .news_details_r_text p:nth-child(2) {
	font-size: 16px;
	color: #333333;
	margin: 5px 0 10px 0;
}

.news_details .news_details_r .news_details_r_word .news_details_r_text p:last-child {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 25px;
}

.news_details .news_details_r .news_details_r_word ul li a span {
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	margin-left: 5px;
	transition: all 0.5s;
	white-space: nowrap;
}

.news_details .news_details_r .news_details_r_word ul li a {
	margin-bottom: 15px;
	transition: all 0.5s;
}

.news_details .news_details_r .news_details_r_word ul li a:hover {
	padding-left: 8px;
}

.news_details .news_details_r .news_details_r_word ul li a:hover span {
	color: #005A4B;
}

.page {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.page p {
	width: 172px;
	height: 52px;
}

.page p a {
	text-align: center;
	line-height: 52px;
	width: 100%;
	font-size: 14px;
	color: #333333;
	border: 1px solid #DEDEDE;
	transition: all 0.5s;
}

.page p a:hover {
	border: 1px solid #005A4B;
	color: #005A4B;
}


/*联系我们*/

.contact {
	width: 100%;
	height: 520px;
	background: url(../img/contact.png) no-repeat;
	margin: 50px 0 70px 0;
	overflow: hidden;
}

.contact_text {
	width: 300px;
	margin-left: 37px;
	margin-top: 50px;
}

.contact_text .contact_tit {
	font-size: 20px;
	font-weight: bold;
	color: #005A4B;
	margin-bottom: 35px;
}

.contact_text .contact_word p {
	margin-bottom: 25px;
}

.contact_text .contact_word p span {
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
	margin-left: 5px;
}

.contact_text .ewm {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.contact_text .ewm p:first-child {
	background: #EEEEEE;
	border: 1px solid #005A4B;
	border-radius: 6px;
	text-align: center;
	padding: 11px;
}

.contact_text .ewm p:last-child {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.contact_text .ewm p:last-child span:first-child,
.contact_text .ewm p:last-child span:last-child {
	width: 16px;
	height: 1px;
	background: #DD9C5C;
}

.contact_text .ewm p:last-child span:nth-child(2) {
	font-size: 14px;
	color: #999999;
}