* {
	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;
}

@media (min-width: 1024px) {
	body {
		font-size: 18px
	}
}


/*>=1024的设备*/

@media (min-width: 1100px) {
	html {
		font-size: 20px
	}
}


/*>=1024的设备*/

@media (min-width: 1024px) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 1100px) {
	html {
		font-size: 20px;
	}
}

@media (min-width: 1280px) {
	html {
		font-size: 22px;
	}
}

@media (min-width: 1366px) {
	html {
		font-size: 24px;
	}
}

@media (min-width: 1440px) {
	html {
		font-size: 25px;
	}
}

@media (min-width: 1680px) {
	html {
		font-size: 28px;
	}
}

@media (min-width: 1920px) {
	html {
		font-size: 33px;
	}
}

.cen {
	width: 1200px;
	margin: 0 auto;
}

.cen img {
    /*width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    min-height: 100%;
}

header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	transition: all 0.5s;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

header:hover {
	background: #FFFFFF;
}

header:hover .logo {
	background: url(../img/logo2.png);
}

header:hover .nav>li>a {
	color: #4c4a4f;
}

header .nav>li>a:hover {
	color: #FFFFFF;
	background: #1475C7;
}

header .nav>li>a:hover header {
	background: #FFFFFF;
}

.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 217px;
	height: 44px;
	background: url(../img/logo1.png) no-repeat;
}

.nav {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav>li {
	transition: all 0.5s;
}

.nav>li>a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 80px;
	padding: 0 17px;
}

.nav>li .nav_list {
	/* display: none; */
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.nav_list li {
	height: 0px;
	overflow: hidden;
	display: block;
}

.nav>li .nav_list>li>a {
	line-height: 70px;
	padding: 0 15px;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.5s;
}

.nav>li .nav_list>li>a:hover {
	color: #1475C7;
}


/*banner*/

.indexbanner {
	width: 100%;
	height: 100%;
	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%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
	border: 0;
}

.pb-carouselWarp .pb-arrow-prev {
	left: 20px;
	outline: none;
	background: #1475C7 url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	outline: none;
	background: #1475C7 url(../img/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	background: url(../img/banner_1.jpg) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.indexbanner_con2 {
	background: url(../img/banner_2.jpg) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.indexbanner_con3 {
	background: url(../img/banner_3.jpg) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.indexbanner_con4 {
	background: url(../img/banner_4.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.banner_1 {
	position: relative;
	top: 53%;
}

.banner_1 p {
	width: 260px;
	height: 50px;
	background: linear-gradient(90deg, #FFA304 0%, rgba(255, 163, 4, 0.1) 100%);
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 50px;
}


/*公司简介*/

.about {
	width: 100%;
	height: 100vh;
	background: url(../img/about_bj.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.about .about_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 180px;
}

.about .about_l {
	width: 550px;
}

.about_tit p:first-child {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.about_tit p:last-child {
	font-size: 16px;
	color: #333;
	margin-bottom: 78px;
}

.about_word {
	margin-top: 100px;
}

.about_word p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.about_word p:first-child {
	margin-bottom: 30px;
}

.about_word p:last-child {
	margin-bottom: 55px;
}

.about_more {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about_more a {
	width: 156px;
	height: 38px;
	border: 1px solid #333;
	border-radius: 18px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	transition: all 0.5s;
}

.about_more a:hover {
	background: #1475C7;
	color: #FFFFFF;
}

.about_more span {
	width: 39px;
	height: 33px;
	background: #FFA304;
}

.about_r {
	width: 548px;
	height: 384px;
	background: url(../img/about_r.png) no-repeat;
}
.about_r video {
    width: 548px;
	height: 340px;
	margin: 40px 0 0 40px;
	object-fit: fill;
	border: 0;
}
.about_r iframe {
    width: 548px;
	height: 340px;
	margin: 40px 0 0 40px;
	object-fit: fill;
	border: 0;
}


/*工程案例*/

.case {
	width: 100%;
	height: 100vh;
	background: url(../img/news_bj.jpg) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.Box {
	position: relative;
	margin-top: 100px;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btnl {
	position: absolute;
}

.Box .Box_con .btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 115px;
	cursor: pointer;
}

.Box .Box_con .btnl {
	background: url(../img/left.png) no-repeat center;
	left: -72px;
}

.Box .Box_con .btnr {
	background: url(../img/right.png) no-repeat center;
	right: -72px;
}

.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: 1200px;
	/*height: 200px;*/
	/*margin-left: 36px;*/
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

/*.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}*/
.Box .Box_con .conbox ul li .cur_list{
	width: 376px;
	/*height: 280px;*/
}
.Box .Box_con .conbox ul li .cur_list .case_img {
	width: 376px;
	height: 280px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li .cur_list img {
	display: block;
	width: 376px;
	height: 280px;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li .cur_list .case_tit {
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
}

.Box .Box_con .conbox ul li .cur_list:hover img {
	transform: scale(1.1);
}



/*产品中心*/

.product {
	width: 100%;
	height: 100vh;
	background: url(../img/product_bj.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.product_tit {
	text-align: center;
	margin-top: 120px;
}

.product_tit p:first-child {
	font-size: 100px;
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.1;
}

.product_tit p:last-child {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -65px;
}

.product_text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 120px;
}

.product_text .product_list {
	width: 285px;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	padding:25px;
	transition: all 0.5s;
	border-radius: 6px;
}

.product_text .product_list p:first-child {
	margin-bottom: 24px;
}

.product_text .product_list p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	margin: 0 auto;
}

.product_text .product_list p:nth-child(2) span {
	text-align: center;
}

.product_text .product_list p:nth-child(3) {
	font-size: 12px;
	color: #BBBBBB;
}

.product_text .product_list p:nth-child(4) {
	width: 40px;
	height: 5px;
	background: #FFA304;
	margin: 40px auto 24px auto;
}

.product_text .product_list p:last-child {
	font-size: 14px;
	/*font-weight: 500;*/
	color: #FFFFFF;
	line-height: 28px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.product_text .product_list:hover {
	padding: 20px 25px 30px 25px;
}

.product_more {
	text-align: center;
}

.product_more a {
	width: 156px;
	height: 38px;
	border: 1px solid #FFFFFF;
	border-radius: 18px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 38px;
	margin-top: 65px;
	transition: all 0.5s;
}

.product_more a:hover {
	color: #FFFFFF;
	background: #1475C7;
	border: 1px solid #1475C7;
}


/*新闻资讯*/

.news {
	width: 100%;
	height: 100vh;
	background: url(../img/news.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.news_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 100px;
}

.news_text .news_list {
	width: 585px;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 30px 30px 20px;
	position: relative;
}

.news_text .news_list:after {
	content: "";
	position: absolute;
	top: 98%;
	left: 0%;
	width: 0;
	height: 4px;
	background: #1475C7;
	transition: all .5s;
}

.news_text .news_list:hover:after {
	left: 0%;
	width: 100%;
}

.news_text .news_list a:first-child {
	width: 60px;
	height: 20px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	font-size: 12px;
	color: #ddd;
	text-align: center;
	line-height: 20px;
	float: right;
}

.news_text .news_list a:last-child {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_text .news_list a:last-child .news_l {
	border-right: 1px solid #DDDDDD;
	padding-right: 25px;
	margin-right: 25px;
}

.news_text .news_list a:last-child .news_l p:first-child {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
}

.news_text .news_list a:last-child .news_l p:last-child {
	font-size: 14px;
	color: #FFFFFF;
}

.news_text .news_list a:last-child .news_r p:first-child {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	transition: all 0.5s;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_text .news_list a:last-child p:nth-child(2) {
	font-size: 14px;
	color: #DDDDDD;
	line-height: 24px;
	margin-bottom: 10px;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_text .news_list a:last-child .news_r p:nth-child(3) span {
	font-size: 14px;
	color: #BBBBBB;
	vertical-align: middle;
	margin-left: 7px;
}

.news_text .news_list a:last-child:hover .news_r p:first-child {
	text-decoration: underline;
}

.news_text .news_list:first-child,
.news_text .news_list:nth-child(2) {
	margin-bottom: 30px;
}


/*联系我们*/

.contact {
	width: 100%;
	height: 100vh;
}

.contact_cen {
	width: 100%;
	height: calc(100vh - 60px);
	background: url(../img/contact_bj.png) no-repeat;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.contact_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}

.contact_text .contact_l {
	width: 365px;
}

.contact_text .contact_l .contact_list {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	margin-bottom: 45px;
}

.contact_text .contact_l .contact_list .contact_img {
	margin-right: 15px;
}

.contact_text .contact_l .contact_list .contact_word p:first-child {
	font-size: 18px;
	color: #FFFFFF;
}

.contact_text .contact_l .contact_list .contact_word p:last-child {
	font-size: 14px;
	color: #ccc;
}

.contact_text .contact_l .ewm {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}

.contact_text .contact_l .ewm .ewm_list {
	text-align: center;
	margin-right: 30px;
}

.contact_text .contact_l .ewm .ewm_list p:last-child {
	font-size: 14px;
	color: #BBBBBB;
	margin-top: 16px;
}

.contact_text .contact_r {
	border: 1px solid #1475c7;
}

.partner_bottom {
	width: 100%;
	height: 60px;
	background: #444444;
}

.partner_bottom_cen {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partner_bottom_cen a {
	font-size: 16px;
	color: #999999;
}


/*子页*/


/*公司简介*/


/*banner*/

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.zy_header {
	background: #FFFFFF;
	position: relative;
}

.zy_header .logo {
	background: url(../img/logo2.png);
}

.zy_header .nav>li>a {
	color: #333333;
}

.Subnav {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #DDDDDD;
}

.Subnav .zy_nav {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Subnav .zy_nav .zy_nav_l span:first-child {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
}

.Subnav .zy_nav .zy_nav_l span:nth-child(2) {
	width: 8px;
	height: 8px;
	background: #1475C7;
	border-radius: 50%;
	margin: 0 10px;
	vertical-align: middle;
}

.Subnav .zy_nav .zy_nav_l span:last-child {
	font-size: 32px;
	font-family: 'zt';
	font-weight: bold;
	color: #1475C7;
	text-transform: uppercase;
	vertical-align: bottom;
}

.Subnav .zy_nav .zy_nav_r a {
	width: 110px;
	height: 34px;
	background: #999999;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	transition: all 0.5s;
	margin-left: 10px;
	float: left;
}

.Subnav .zy_nav .zy_nav_r a.zy_nav_active,
.Subnav .zy_nav .zy_nav_r a:hover {
	color: #FFFFFF;
	background: #1475C7;
}

.zy_about {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 36px;
}

.zy_about .zy_about_l {
	width: 620px;
}

.zy_about .zy_about_l .zy_about_tit p:first-child {
	font-size: 46px;
	font-family: 'zt';
	font-weight: bold;
	text-transform: uppercase;
	color: #1475C7;
	margin-bottom: 15px;
}

.zy_about .zy_about_l .zy_about_tit p:last-child {
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
}

.zy_about .zy_about_l .zy_about_text p {
	font-size: 14px;
	color: #787878;
	line-height: 28px;
}

.zy_about .zy_about_r img {
	width: 520px;
}

.zy_about_cen {
	font-size: 18px;
	color: #787878;
	margin-bottom: 22px;
}

.bottom_under {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom_under .about_under_l {
	width: 473px;
}

.bottom_under .about_under_l .about_under_img img {
	width: 100%;
	margin-bottom: 30px;
}

.bottom_under .about_under_l .about_under_list {
	width: 280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bottom_under .about_under_l .about_under_list div {
	width: calc(100/3);
}

.bottom_under .about_under_l .about_under_list div p:first-child span:first-child {
	font-size: 46px;
	font-family: 'zt';
	font-weight: bold;
	color: #1475C7;
}

.bottom_under .about_under_l .about_under_list div p:first-child span:last-child {
	font-size: 14px;
	color: #787878;
}

.bottom_under .about_under_l .about_under_list div p:last-child {
	font-size: 14px;
	color: #787878;
}

.bottom_under .about_under_r {
	width: 620px;
}

.bottom_under .about_under_r p {
	font-size: 14px;
	color: #787878;
	line-height: 28px;
}

.bottom_under .about_under_r p:first-child {
	margin-bottom: 30px;
}

footer {
	width: 100%;
	height: 60px;
	background: #313131;
	margin-top: 100px;
}

.footer {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer a {
	font-size: 16px;
	color: #999999;
}


/*企业文化*/

.culture {
	width: 100%;
	margin-top: 36px;
}
.culture p{
    font-size: 14px;
    color: #787878;
    line-height: 28px;
    margin-bottom: 20px;
}

/*新闻资讯*/

.zy_news {
	margin-top: 70px;
}

.zy_news .zy_news_list {
	margin-bottom: 30px;
}

.zy_news .zy_news_list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy_news .zy_news_list a .zy_new_img {
	width: 320px;
	height: 200px;
	overflow: hidden;
}

.zy_news .zy_news_list a .zy_new_img img {
	max-width: 320px;
	transition: all 0.5s;
}

.zy_news .zy_news_list a .zy_new_text {
	width: 840px;
}

.zy_news .zy_news_list a .zy_new_text p:first-child {
	font-size: 20px;
	font-family: 'zt';
	font-weight: bold;
	color: #1475C7;
}

.zy_news .zy_news_list a .zy_new_text p:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 12px 0;
}

.zy_news .zy_news_list a .zy_new_text p:nth-child(3) {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-bottom: 12px;
	min-height: 40px;
}

.zy_news .zy_news_list a .zy_new_text p:last-child span {
	font-size: 14px;
	color: #BBBBBB;
	vertical-align: middle;
	margin-left: 10px;
}

.zy_news .zy_news_list a:hover img {
	transform: scale(1.1);
}

.more {
	width: 100%;
	margin-top: 70px;
}

.load-more__btn {
	width: 220px;
	height: 60px;
	background: #D9E6F0;
	line-height: 60px;
	font-size: 14px;
	color: #1475C7;
	padding-left: 58px;
	position: relative;
}

.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: #1475C7;
	-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;
}


/*新闻详情*/

.news_details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news_details .news_details_l {
	width: 800px;
	padding-right: 60px;
	border-right: 1px solid #DEDEDE;
}

.news_details_tit {
	width: 740px;
	padding-bottom: 25px;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 40px;
}

.news_details_tit p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}

.news_details_tit p:last-child span:first-child {
	font-size: 20px;
	font-family: 'zt';
	font-weight: bold;
	color: #1475C7;
	margin-right: 30px;
}

.news_details_tit p:last-child span:nth-child(2),
.news_details_tit p:last-child span:last-child {
	font-size: 14px;
	color: #999999;
	margin-right: 30px;
}

.news_details .news_details_l .news_details_text {
	padding-top: 30px;
}

.news_details .news_details_l .news_details_text p {
	font-size: 14px;
	color: #787878;
	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: 400px;
	padding-left: 60px;
}

.news_details .news_details_r .news_details_title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 14px;
}

.news_details .news_details_r .news_details_r_text {
	padding-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
}

.news_details .news_details_r .news_details_r_text img {
	width: 100%;
}

.news_details .news_details_r .news_details_r_text p:nth-child(2) {
	font-size: 18px;
	color: #787878;
	margin: 15px 0;
}

.news_details .news_details_r .news_details_r_text p:last-child {
	font-size: 14px;
	color: #999999;
}

.news_details .news_details_r ul li a {
	font-size: 18px;
	color: #787878;
	margin-top: 20px;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


/*产品中心*/

.zy_product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zy_product .zy_product_list {
	width: 390px;
	height: 320px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.zy_product .zy_product_list .zy_product_img {
	width: 390px;
	height: 250px;
}

.zy_product .zy_product_list .zy_product_tit {
	width: 100%;
	padding: 0 30px 25px 30px;
	background: #F7F7F7;
	position: absolute;
	left: 0;
	bottom: -85px;
	transition: all 0.5s;
}

.zy_product .zy_product_list .zy_product_tit p:first-child {
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.zy_product .zy_product_list .zy_product_tit p:not(:first-child) {
	font-size: 14px;
	color: #DEDEDE;
	margin-bottom: 10px;
}

.zy_product .zy_product_list:hover .zy_product_tit {
	bottom: 0;
	background: #1475C7;
}

.zy_product .zy_product_list:hover .zy_product_tit p:first-child {
	color: #FFFFFF;
	text-align: left;
}

.zy_product .zy_product_list_active{
    width: 390px;
    height: 0px!important;
}
/*产品详情*/

.product_details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -120px;
	background: #FFFFFF;
	position: relative;
}

.product_details .product_details_l {
	width: 802px;
}

.product_details .product_details_l img {
	width: 100%;
}

.product_details .product_details_r {
	width: 398px;
	padding: 0 50px;
}

.product_details .product_details_r p:first-child {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
}

.product_details .product_details_r p:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
	color: #1475C7;
	margin: 40px 0 30px 0;
}

.product_details .product_details_r p:nth-child(3),
.product_details .product_details_r p:nth-child(4) {
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}

.product_details .product_details_r p:nth-child(5) {
	margin: 50px 0 30px 0;
}

.product_details .product_details_r p:nth-child(5) span:first-child {
	width: 28px;
	height: 28px;
	background: #1475C7;
	border-radius: 50%;
	text-align: center;
}

.product_details .product_details_r p:nth-child(5) span:last-child {
	font-size: 36px;
	font-family: 'zt';
	font-weight: bold;
	color: #999999;
	margin-left: 10px;
	vertical-align: middle;
}

.product_details .product_details_r p:last-child a {
	width: 100%;
	height: 60px;
	background: #1475C7;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #FFFFFF;
}


/*企业党建*/

.party {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 36px 0 25px 0;
}

.party .party_l {
	width: 620px;
}

.party .party_l p {
	font-size: 14px;
	color: #787878;
	line-height: 28px;
}

.party .party_r img {
	width: 520px;
}

.party_text p {
	font-size: 14px;
	color: #787878;
	line-height: 28px;
	margin-bottom: 45px;
}

.party_word .party_tit {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}

.party_word .party_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}


/*工艺流程*/

.craft p img {
	max-width: 100%;
	margin-top: 40px;
}


/*联系我们*/

.zy_contact {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0 50px 0;
}

.zy_contact .zy_contact_list {
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-start;
	width: calc(100% / 4);
	height: 102px;
	padding-left: 30px;
	border-right: 1px solid #DEDEDE;
}
.zy_contact .zy_contact_list:last-child{
    border: none;
}

.zy_contact .zy_contact_list .zy_contact_word {
	margin-left: 20px;
}

.zy_contact .zy_contact_list .zy_contact_word p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 25px;
}

.zy_contact .zy_contact_list .zy_contact_word p:not(:first-child) {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}


/*企业愿景*/

.society img {
	max-width: 100%;
	margin-top: 40px;
}


/*简历招聘*/

.talents {
	margin-top: 40px;
}

.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;
}