* {
	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: 1400px;
	margin: 0 auto;
}
.center {
	width: 1200px;
	margin: 0 auto;
}

/*@media screen and (max-width:1400px) {*/
/*	.cen {*/
/*		zoom: 0.8;*/
/*	}*/
/*}*/


/**/

.header {
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.header .header_cen {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header_cen .logo img {
	height: 80px;
}

.header .header_cen .nav a {
	font-size: 16px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	margin: 0 20px;
	transition: all 0.5s;
}

.header .header_cen .nav a:hover {
	color: #005547;
}

.header .header_cen .tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header_cen .tel .tel_l {
	width: 36px;
	height: 36px;
	background: #005547;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	margin-right: 10px;
}

.header .header_cen .tel .tel_r p:first-child {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}

.header .header_cen .tel .tel_r p:last-child {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/*子页*/
.zy_header{
    position:relative;
    background: #FFFFFF;
}
.zy_header .header_cen .nav a{
    color: #333;
}
.zy_header .header_cen .tel .tel_r p:first-child{
    color: #333;
}
.zy_header .header_cen .tel .tel_r p:last-child{
    color: #333;
}
.zy_header .header_cen .tel .tel_l{
   background: #005547;
}


.indexbanner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.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%;
	margin-top: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: 0;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 60px;
	outline: none;
	background: #005547 url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 60px;
	outline: none;
	background: #005547 url(../img/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	background: url(../img/banner.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.indexbanner_con2 {
	background: url(../img/banner1.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.index_banner {
	width: 100%;
	height: 100%;
	position: relative;
		background: url(../img/banner.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}


/*产品中心*/

.section2 {
	background: url(../img/product.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.title {
	color: #FFFFFF;
	margin-bottom: 45px;
}

.title p:first-child {
	font-size: 32px;
	color: #FFFFFF;
}

.title p:nth-child(2) {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 0 10px 0;
}

.title p:last-child {
	width: 50px;
	height: 4px;
	background: #FFFFFF;
	margin: 0 auto;
}

.title_nav {
	margin-bottom: 45px;
}

.title_nav a {
	width: 220px;
	height: 50px;
	border: 2px solid #FFFFFF;
	/*border-radius: 6px;*/
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	transition: all 0.5s;
	margin: 0 20px;
}

.title_nav a:hover {
	background: #005547;
	color: #FFFFFF;
	border: 2px solid #005547;
}

.Box {
	position: relative;
}

.Box .content {
	width: 100%;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block!important;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 196px;
	cursor: pointer;
}

.Box .Box_con .btnl {
	background: url(../img/jtl02.png) no-repeat center;
	left: -72px;
}

.Box .Box_con .btnr {
	background: url(../img/jtr02.png) no-repeat center;
	right: -72px;
}

.Box .Box_con .btnl:hover {
	background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
	background: url(../img/jtr03.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: 332px;
	/*height: 200px;*/
	margin-left: 24px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li .product_img {
	width: 100%;
	height: 387px;
	text-align: center;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	background: #FFFFFF;
}

.Box .Box_con .conbox ul li img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	border-radius: 15px 15px 0 0;
}

.Box .Box_con .conbox ul li .product_tit {
	text-align: center;
	line-height: 60px;
	border-radius: 0 0 15px 15px;
	font-size: 18px;
	color: #333333;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li:hover .product_tit {
	background: #005547;
	color: #FFFFFF;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}


/*关于宝景*/

.section3 {
	background: url(../img/about.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.title1 p:first-child {
	color: #333333;
}

.title1 p:nth-child(2) {
	color: #333333;
}

.title1 p:last-child {
	background: #333333;
}

.about {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about .about_l {
	width: 760px;
}

.about .about_l img {
	width: 100%;
}

.about .about_r {
	width: 570px;
}

.about .about_r .about_text p {
	color: #333333;
	line-height: 28px;
	text-align: left;
	margin-bottom: 20px;
}

.about .about_r .about_list a {
	width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	background: #FFFFFF;
	height: 85px;
	box-shadow: 0px 3px 7px 0px rgba(51, 51, 51, 0.2);
	border-radius: 6px;
	margin-top: 20px;
	overflow: hidden;
	transition: all 0.5s;
}

.about .about_r .about_list a .about_list_l img {
	width: 110px;
	margin-right: 32px;
}

.about .about_r .about_list a .about_list_r p span:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.about .about_r .about_list a .about_list_r p span:last-child {
	color: #666;
}

.about .about_r .about_list a:hover {
	background: #005547;
}

.about .about_r .about_list a:hover .about_list_r p span {
	color: #FFFFFF;
}


/*新闻资讯*/

.section4 {
	background: url(../img/news.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.news {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

.news .news_l {
	width: 433px;
}

.news .news_l a {
	width: 100%;
}

.news .news_l a .news_img {
	width: 100%;
	height: 290px;
	overflow: hidden;
}

.news .news_l a .news_img img {
	height:100%;
}

.news .news_l a .news_text {
	width: 100%;
	height: 224px;
	background: #FFFFFF;
	padding: 24px 32px;
}

.news .news_l a .news_text p:first-child {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	
}

.news .news_l a .news_text p:nth-child(2) {
	color: #666666;
	line-height: 24px;
	text-align: left;
	margin: 10px 0 15px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .news_l a .news_text p:last-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .news_l a .news_text p:last-child span {
	color: #666666;
}

.news .news_r {
	width: 947px;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

.news .news_r .news_r_left {
	width: 650px;
}

.news .news_r .news_r_left a {
	width: 100%;
	position: relative;
}
.news .news_r .news_r_left a:not(:first-child){
    display: none;
}
.news .news_r .news_r_left a .news_r_img {
	width: 100%;
	height: 515px;
	overflow: hidden;
}

.news .news_r .news_r_left a .news_r_img img {
	height:100%;
}

.news .news_r .news_r_left a .news_r_tit {
	width: 100%;
	height: 85px;
	line-height: 85px;
	background: rgba(0, 0, 0, 0.55);
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news .news_r .news_r_right {
	width: 296px;
}

.news .news_r .news_r_right .news_r_list {
	width: 100%;
	height: 170px;
	background: #FFFFFF;
	margin-bottom: 2px;
	padding: 40px 30px;
	text-align: left;
}

.news .news_r .news_r_right .news_r_list.news_active {
	background: #005547;
}

.news .news_r .news_r_right .news_r_list:last-child {
	margin-bottom: 0px;
}

.news .news_r .news_r_right .news_r_list p:first-child {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .news_r .news_r_right .news_r_list p:last-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .news_r .news_r_right .news_r_list p:last-child span:first-child {
	color: #666666;
}

.news .news_r .news_r_right .news_r_list p:last-child span:last-child {
	width: 27px;
	height: 14px;
	background: url(../img/jt_1.png) no-repeat;
}

.news .news_r .news_r_right .news_r_list:hover {
	background: #005547;
}

.news .news_r .news_r_right .news_r_list:hover p,
.news .news_r .news_r_right .news_r_list.news_active p {
	color: #FFFFFF;
}

.news .news_r .news_r_right .news_r_list:hover p:last-child span:first-child,
.news .news_r .news_r_right .news_r_list.news_active p:last-child span:first-child {
	color: #FFFFFF;
}

.news .news_r .news_r_right .news_r_list:hover p:last-child span:last-child,
.news .news_r .news_r_right .news_r_list.news_active p:last-child span:last-child {
	background: url(../img/jt_2.png) no-repeat;
}
.news .news_r .news_r_right .news_active p:last-child span:last-child{
    background: url(../img/jt_2.png) no-repeat !important;
}

/*科技服务*/

.section5 {
	background: url(../img/service.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}


/*资质荣誉*/

.section6 {
	background: url(../img/honor.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.honor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.honor .honor_list {
	width: 330px;

}
.honor .honor_list:first-child,.honor .honor_list:nth-child(2),.honor .honor_list:nth-child(3),.honor .honor_list:nth-child(4){
    	margin-bottom: 25px;
}
.honor .honor_list .honor_img {
	width: 100%;
	height: 230px;
	text-align: center;
	overflow: hidden;
}

.honor .honor_list .honor_img img {
	height: 100%;
	transition: all 0.5s;
}

.honor .honor_list .honor_tit {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #eee;
	text-align: center;
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
}

.honor .honor_list:hover img {
	transform: scale(1.1);
}
.honor .honor_list:hover .honor_tit{
    color: #FFFFFF;
    background: #005547;
}

/*视频中心*/

.section7 {
	background: url(../img/video.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.Box1 .Box_con .conbox ul li {
	float: left;
	width: 446px;
	/*height: 200px;*/
	margin-left: 31px;
	overflow: hidden;
	position: relative;
}

.Box1 .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box1 .Box_con .conbox ul li .video_img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.Box1 .Box_con .conbox ul li .video_img img {
	width: 100%;
	/*height: 100%;*/
	border-radius: 0px;
}

.Box1 .Box_con .conbox ul li .video_tit {
	width: 100%;
	height: 235px;
	background: #FFFFFF;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}

.Box1 .Box_con .conbox ul li .video_tit p:first-child {
	font-size: 18px;
	color: #333333;
	margin: 40px 0 24px 0;
}

.Box1 .Box_con .conbox ul li .video_tit p:last-child {
	width: 170px;
	height: 43px;
	border: 1px solid #333333;
	line-height: 43px;
	font-size: 18px;
	color: #333333;
	margin: 0 auto;
}

.Box1 .Box_con .conbox ul li:hover .video_tit {
	background: #005547;
}

.Box1 .Box_con .conbox ul li:hover .video_tit p {
	color: #FFFFFF;
}

.Box1 .Box_con .conbox ul li:hover .video_tit p:last-child {
	border: 1px solid #FFFFFF;
}

.Box1 .Box_con .conbox ul li .video_bj {
	width: 100%;
	height: 250px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.Box1 .Box_con .conbox ul li:hover .video_bj {
	background: linear-gradient(0deg, #005547, rgba(3, 161, 48, 0.33), rgba(255, 255, 255, 0));
}

.Box1 .Box_con .btn {
	display: block!important;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 265px;
	cursor: pointer;
}
.footer{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
}
.footer .footer_cen{
    height:50px;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer_cen a{
    font-size: 14px;
color: #999999;
}




.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 img{
    max-height: 20px;
}
.zy_nav_cen .zy_nav_l p,
.zy_nav_cen .zy_nav_l a {
	font-size: 14px;
	/*font-weight: bold;*/
	color: #666;
}
.zy_nav_cen .zy_nav_r{
    white-space: nowrap;
    overflow-x: scroll;
}
  .zy_nav_r::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  }
  .zy_nav_r::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
  background   : #DD9C5C;
  }
  .zy_nav_r::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #f5f5f5;
  }
.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: 60px 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: 40px;
}

.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: 15px;
}
.zy_about .zy_about_l .zy_about_text p:last-child{
    margin-bottom: 0px;
}
.zy_about_under {
	width: 100%;
	height: 370px;
	background: url(../img/zy_about_under.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 60px;
}
.zy_about_under1{
    background: url(../img/zy_about_under1.jpg) no-repeat;
    background-size: cover;
	background-position: center;
}

.zy_about_under .zy_about_under_text {
	width: 742px;
	float: right;
}
.zy_about_under .zy_about_under_text1{
    float: left;
}
.zy_about_under .zy_about_under_text .zy_about_under_tit {
	font-size: 22px;
	font-weight: bold;
	color: #005547;
	margin: 40px 0 20px 0;
}
.zy_about_under .zy_about_under_text1 .zy_about_under_tit{
    text-align: right;
}
.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;
}

/*底部*/

.zy_footer {
	width: 100%;
	/*height: 395px;*/
	background: #2B2B2B;
	overflow: hidden;
}

.zy_footer_cen {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 50px auto;
}

.zy_footer_cen .zy_footer_l p:first-child {
	margin-bottom: 40px;
}

.zy_footer_cen .zy_footer_l p:not(:first-child) {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.zy_footer_cen .zy_footer_l p:last-child{
    margin-bottom: 0px;
}
.zy_footer_cen .zy_footer_c ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.zy_footer_cen .zy_footer_c ul li {
	padding: 0 30px;
	border-left: 1px solid #DD9C5C;
	position: relative;
}

.zy_footer_cen .zy_footer_c ul li:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -4px;
	width: 7px;
	height: 16px;
	background: #DD9C5C;
}

.zy_footer_cen .zy_footer_c ul li p:first-child a {
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom:20px;
}

.zy_footer_cen .zy_footer_c ul li p:not(:first-child) a {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.zy_footer_cen .zy_footer_r {
	width: 130px;
	text-align: center;
}
.zy_footer_cen .zy_footer_r img{
    max-width:100%;
}
.zy_footer_cen .zy_footer_r p:last-child {
	font-size: 14px;
	color: #BBBBBB;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.zy_footer_cen .zy_footer_r p:last-child span:first-child,
.zy_footer_cen .zy_footer_r p:last-child span:last-child {
	width: 20px;
	height: 1px;
	background: #999999;
}

.zy_footer .zy_footer_under {
	border-top: 1px dashed #DD9C5C;
	text-align: center;
	padding: 18px 0;
}

.zy_footer .zy_footer_under a {
	font-size: 16px;
	color: #FFFFFF;
}
.innerpage{
    padding: 50px 0;
}
.innerpage p{
       font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 10px;
}
.innerpage img{
   /*min-width: 900px !important;*/
    max-width: 1200px;
    margin-bottom: 10px;
}





/*资质荣誉*/

.zy_honor {
	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_honor .honor_list {
	width: 380px;
	height: 290px;
	background: #FBEFE2;
	padding: 15px;
	border-bottom: 6px solid #fff;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.zy_honor .honor_active{
    width: 380px;
	height: 0px!important;
}

.zy_honor .honor_list .zy_honor_img {
	height: 200px;
	overflow: hidden;
}

.zy_honor .honor_list .zy_honor_img img {
	width: 100%;
	min-height: 100%;
}

.zy_honor .honor_list .zy_honor_tit {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 25px;
}

.zy_honor .honor_list:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	width: 0;
	height: 6px;
	background: #DD9C5C;
	transition: all .5s;
}

.zy_honor .honor_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;
}



/*产品中心*/

.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: 270px;
	height: 370px;
	background: #FBEFE2;
	padding: 15px;
	border-bottom: 6px solid #fff;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.zy_product .product_active{
    width: 270px;
}

.zy_product .product_list .zy_product_img {
	height: 290px;
	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: 20px;
}

.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%;
}


/*产品详情*/

.product_details {
	background: #F4F4F4;
	overflow: hidden;
}

.product_details_cen {
	background: #fff;
	padding: 40px;
	margin: 60px auto 30px auto;
}

.product_details_center {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.product_details_center .product_details_img {
	width: 450px;
	border: 1px solid #f5f5f5;
	padding: 30px;
	text-align: center;
}

.product_details_center .product_details_img img {
	max-width:100%;
}

.product_details_center .product_details_text {
	width: 625px;
}

.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 {
	
}

.product_details_center .product_details_text .product_details_word {
	width: 100%;
	display: inline-flex;
	align-items: center;
		font-size: 14px;
	color: #999999;
	margin: 28px 0 24px 0;
	line-height: 28px;
}

/*.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;
	line-height: 26px;
}

.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;
}
.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;
}
.product_introduce{
    background: #fff;
    padding: 40px;
    margin-bottom: 60px;
}
.product_introduce p{
        font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 15px;
}
.product_introduce img{
    min-width: 800px;
    max-width: 1040px;
}



/*新闻资讯*/

.zy_news {
	margin: 60px 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: 60px 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;
}




/*人才招聘*/
.talents {
	margin: 60px 0;
}

.talents .talents_list {
	width: 100%;
	background: #F6F6F6;
	padding: 30px 40px;
	margin-bottom: 10px;
}

.talents .talents_list .talents_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.display{
	display: none;
}

.talents .talents_list .talents_title .talents_title_l p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #1475C7;
	margin-bottom: 30px;
}

.talents .talents_list .talents_title .talents_title_l p:nth-child(2) img,
.talents .talents_list .talents_title .talents_title_l p:last-child img {
	width: 15px;
	margin-right: 5px;
}

.talents .talents_list .talents_title .talents_title_l p:nth-child(2) span,
.talents .talents_list .talents_title .talents_title_l p:last-child span {
	font-size: 14px;
	color: #787878;
	margin-right: 20px;
	vertical-align: middle;
}

.talents .talents_list .talents_title .talents_title_l p:nth-child(2) {
	margin-bottom: 15px;
}
.talents .talents_list .talents_title .talents_title_r{
    width: 40px;
    height: 40px;
}
.talents .talents_list .talents_text .talents_word {
	margin-bottom: 20px;
}

.talents .talents_list .talents_text {
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
	padding-top: 30px;
	display: none;
}

.talents .talents_list .talents_text .talents_word p:first-child {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.talents .talents_list .talents_text .talents_word p:not(:first-child) {
	font-size: 14px;
	color: #787878;
	line-height: 26px;
}



/*联系我们*/

.contact {
	width: 100%;
	height: 520px;
	background: url(../img/contact.png) no-repeat;
	margin: 50px 0 70px 0;
	overflow: hidden;
}

.contact_text {
	width: 320px;
	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;
}