@font-face {
	font-family: 'zt';
	src: url(http://www.zzhaimian.com/skin/www/fonts/DINCOND-REGULAR.OTF);
}

* {
	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;
}



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) {
	body {
		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;
	}
}*/


/*header*/

header {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	/*padding: 0 50px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo img {
	width: 300px;
}

header .nav ul li {
	float: left;
	padding: 0 18px;
	text-align: center;
	height: 70px;
	position: relative;
}

header .nav ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	/* font-weight: bold; */
	color: #333333;
	transition: all 0.5s;
	font-size: 15px;
}

header .nav ul li a.nav_active,
header .nav ul li a:hover {
	color: #22ba6a;
}

header .nav ul li a:hover {
	width:auto;
}

header .nav ul li>a:after {
	content: "";
	position: absolute;
	top: 97%;
	left: 50%;
	width: 0;
	height: 3px;
	background: #22ba6a;
	transition: all .8s;
}

header .nav ul li>a:hover:after {
	left: 0%;
	width: 100%;
}

header .nav ul li dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	overflow: hidden;
	height: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

header .nav ul li dl dd {
	position: relative;
}

header .nav ul li dl dd a {
	width: 100%;
	height: 40px;
	text-align: center;
	transition: all ease 1s;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 3px;
	box-sizing: border-box;
	z-index: 999;
}

header .nav ul li dl dd .mline {
	width: 0%;
	background: #22ba6a;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header .nav ul li dl dd:hover .mline {
	width: 100%;
}

header .nav ul li dl dd:hover a {
	color: #FFFFFF;
}

header .language span {
	width: 60px;
	height: 30px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 30px;
}

header .language span.language_active {
	background: #3157AD;
	color: #FFFFFF;
}


/*video*/

.video {
	width: 100%;
	/* height: calc(100vh - 70px); */
	max-height: 60vh;
	overflow: hidden;
}

.video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	max-height: 60vh;
}


/*关于我们*/

.about_tit {
	text-align: center;
	position: relative;
	/*margin-top:80px;*/
}

.about_tit p:first-child {
	font-size: 80px;
	color: #EEEEEE;
}

.about_tit p:last-child {
	width: 100%;
	font-size: 38px;
	color: #333333;
	position: absolute;
	top: 40px;
	left: 0;
}

.about_word {
	width: 1200px;
	margin: 0 auto;
}

.about_word p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.about_text {
	width: 1200px;
	margin: 0 auto;
	/* background: url(../img/1.jpg); */
	background-size: 100% 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 40px;
}

.about_text .about_elem {
	height: 520px;
	width: calc(100% / 8);
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	align-content: center;
	/*align-items: center;*/
	justify-content: center;
	flex-direction: column;
	padding: 0 1.52rem;
	color: #fff;
	transition: all 0.5s;
}

.about_text .about_elem p:first-child {
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
}

.about_text .about_elem p:nth-child(2) {
	font-size: 14px;
	/* color: #CCCCCC; */
	color: #fff;
}

.about_text .about_elem span {
	display: none;
	font-size: 14px;
	color: #fff;
}

.about_text .about_elem:nth-child(odd) {
	border-left: 1px solid #fff;
}

.about_text .about_elem:nth-child(even) {
	border-left: 1px solid #fff;
}

.about_show {
	width: calc(100% / 3) !important;
}

.about_show p:nth-child(2) {
	display: none;
}

.about_show span {
	display: block !important;
}


/*产品中心*/

.product {
	/*width: 100%;*/
	/*height: 100vh;*/
	background: url(../../wjstatic/image/cast_background_1.png) no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.product_tit p:first-child {
	/* color: #22ba6a; */
	color: rgba(255, 255, 255, 0.1);
}

.product_tit p:last-child {
	color: #FFFFFF;
}

.product_word p {
	color: #EEEEEE;
}

.product_text {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 60px;
}

.product_text .product_l {
	width: 300px;
}

.product_text .product_l .product_title {
	margin-bottom: 35px;
	transition: all 0.5s;
}

.product_text .product_l .product_title p:first-child {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	margin-bottom: 14px;
}

.product_text .product_l .product_title p:first-child span {
	font-size: 20px;
	color: #fff;
	transition: all 0.5s;
}

.product_text .product_l .product_title p:first-child img {
	max-width: 15px;
	margin-left: 14px;
	display: none;
	transition: all 0.5s;
}

.product_text .product_l .product_title p:last-child {
	font-size: 14px;
	color: #fff;
	transition: all 0.5s;
}

.product_text .product_l .product_active p:last-child {
	text-indent: 20px;
	color: #FFFFFF;
}

.product_text .product_l .product_active p:first-child span {
	text-indent: 20px;
	color: #FFFFFF;
}

.product_text .product_l .product_active img {
	display: block !important;
}

.product_text .product_l .product_title:hover p:last-child,
.product_text .product_l .product_title:hover p:first-child span {
	text-indent: 20px;
	color: #FFFFFF;
}

.product_text .product_l .product_title:hover p:first-child img {
	display: block !important;
}

.product_text .product_r {
	width: 900px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	align-items: center;
	/*flex-wrap: wrap;*/
	/*float: left;*/
}

.product_text .product_r .btnmore {
	margin: 0 auto;
	margin-top: 22px;
	color: #fff;
	width: 170px;
	height: 44px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	/* border: 1px solid #0AB259; */
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .8s;
	background-color: rgba(255, 255, 255, 0.2);
}

.product_text .product_r .product_list a {
	width: 435px;
	 height: 265px;
	position: relative;
	/*margin-bottom: 0.61rem;*/
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.product_text .product_r .product_list a .more {
	background-color: #22ba6a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	transition: all 0.5s;
	/* display: none; */
	opacity: 0;
	height: 0px;
}
.product_text .product_r .product_list a .more .l {
	
}
.product_text .product_r .product_list a .more .r img {
	height:20px;
}

.product_text .product_r .product_list a:hover .more {
	/* display: flex; */
	opacity: 1;
	height: 50px;
	/* margin-top : -50px; */
}

.product_text .product_r .product_list a:hover .product_smalltext {
	margin-top : -50px;
}

.product_text .product_r .product_list a:first-child,
.product_text .product_r .product_list a:nth-child(3) {
	margin-right: 20px;
}

.product_text .product_r .product_list a .product_img {
	width: 100%;
	 height: calc(100% - 50px);
	/*height: 8.03rem;*/
	overflow: hidden;
}

.product_text .product_r .product_list a .product_img img {
	width: 100%;
	max-height: 265px;
	height: 100%;
	transition: all 0.5s;
}

.product_text .product_r .product_list a .product_smalltext {
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	/* padding: 15px 25px 10px 50px; */
	text-align: center;
	padding-top: 15px;
	/* padding-bottom: 15px; */
	background-color: #fff;
	/* position: absolute; */
	/* left: 0; */
	/* bottom: -25px; */
	transition: all 0.5s;
	width: 100%;
}

.product_text .product_r .product_list a .product_smalltext p:first-child {
	font-size: 17px;
	/* font-weight: bold; */
	color:#333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product_text .product_r .product_list a .product_smalltext p:nth-child(2) {
	width: 100%;
	height: 1px;
	background: #0AB259;
	margin: 12px 0;
}

.product_text .product_r .product_list a .product_smalltext p:last-child {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product_text .product_r .product_list a:hover .product_smalltext {
	bottom: 0px;
}

.product_text .product_r .product_list a:hover img {
	transform: scale(1.1);
}


/*新闻资讯*/

.news_text {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.news_text a {
	width: 384px;
	margin-top: 60px;
}

.news_text a .news_img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.news_text a .news_img img {
	max-width: 100%;
	min-height: 100%;
	transition: all 0.5s;
}

.news_text a .news_word {
	padding: 40px 0 0 20px;
	position: relative;
}

.news_text a .news_word:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	width: 1px;
	height: 100%;
	background: #ccc;
}

.news_text a .news_word p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	transition: all 0.5s;
}

.news_text a .news_word p:nth-child(2) {
	font-size: 12px;
	color: #999999;
	margin: 14px 0 30px 0;
	transition: all 0.5s;
}

.news_text a .news_word p:nth-child(3) {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 40px;
	transition: all 0.5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_text a .news_word p:last-child {
	font-size: 12px;
	color: #999999;
	width: 105px;
	position: relative;
	transition: all 0.5s;
}

.news_text a .news_word p:last-child:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 56px;
	background: url(/template/pc/skin/20230815/static/image/bj_1.png) right center no-repeat;
	background-size: auto 14px;
	transition: all 0.5s;
}

.news_text a:hover img {
	transform: scale(1.1);
}

.news_text a:hover .news_word p {
	color: #3157AD;
}

.news_text a:hover .news_word p:last-child:before {
	width: 120px;
	right: -20px;
	background: url(/template/pc/skin/20230815/static/image/bj_2.png) right center no-repeat;
}

.news_text a:hover .news_word:before {
	background: #3157AD;
}


/*招商加盟*/

.join {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px auto 0 auto;
}

.join .join_l {
	width: 412px;
}

.join .join_l img {
	width: 100%;
}

.join .join_r {
	width: 775px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.join .join_r .join_list {
	width: 380px;
	height: 110px;
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-start;
	padding: 45px 50px;
	margin-bottom: 14px;
	position: relative;
	transition: all 0.5s;
}

.join .join_r .join_list .join_img img {
	height: 20px;
	margin-right: 10px;
}

.join .join_r .join_list .join_text p:first-child {
	font-size: 16px;
	color: #3157AD;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 3px;
}

.join .join_r .join_list .join_text p:last-child {
	font-size: 14px;
	color: #3157AD;
	line-height: 22px;
	display: none;
	transition: all 0.5s;

}

.join .join_r .join_list:first-child {
	background: url(../image/join_list1.png) no-repeat 239px 16px, linear-gradient(90deg, #E2EBFD 0%, #EDF1FA 100%);
}

.join .join_r .join_list:nth-child(2) {
	background: url(../image/join_list2.png) no-repeat 239px 16px, linear-gradient(90deg, #E2EBFD 0%, #EDF1FA 100%);
}

.join .join_r .join_list:nth-child(3) {
	background: url(../image/join_list3.png) no-repeat 239px 16px, linear-gradient(90deg, #E2EBFD 0%, #EDF1FA 100%);
}

.join .join_r .join_list:last-child {
	background: url(../image/join_list4.png) no-repeat 239px 16px, linear-gradient(90deg, #E2EBFD 0%, #EDF1FA 100%);
}

.join .join_r .join_list:hover {
	padding: 16px 50px;
}

.join .join_r .join_list:hover .join_text p:last-child {
	display: block;
}

.join .join_r .join_list:hover .join_text p:first-child {
	background: url(../image/jiantou.png) no-repeat right;
}

.join .join_r .join_list:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0px;
	height: 6px;
	background: linear-gradient(90deg, #3157AD 0%, #EDF1FA 100%);
	transition: all 0.5s;
}

.join .join_r .join_list:hover:after {
	left: 0%;
	width: 100%;
}

.ly {
	width: 100%;
	height: 415px;
	/* background: url(../image/ly.png) no-repeat; */
	background-size: cover;
	background-position: center;
	overflow: hidden;
	margin-top: 45px;
	/* background-color: #22ba6a; */
	background-color: #2b5ba4;
}

.ly .ly_cen {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}

.ly form {
	width: 692px;
}

.ly form .form_tit {
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.ly form input {
	outline: none;
	border: none;
	background: transparent;
	border: 1px solid #BDD0FB;
	border-radius: 2px;
}

.ly form .form_input {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.ly form .form_input input {
	width: 337px;
	height: 48px;
	box-sizing: border-box;
	padding-left: 25px;
	border-radius: 2px;
	border: 1px solid #fff;
}

.ly form .form_textarea textarea {
	width: 100%;
	height: 132px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 25px;
	margin-bottom: 20px;
	outline: none;
	border: none;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 2px;
}

.ly form .form_submit input {
	width: 152px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #FFFFFF;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	color: #FFFFFF;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 14px;
	color: #FFFFFF;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #FFFFFF;
}

footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer .footer_cen {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer a {
	font-size: 14px;
	color: #999999;
}


/*子页*/


/*公司简介*/

.banner_cen {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.banner {
	width: 100%;
	height: 380px;
	background: url(../image/zy_banner.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.banner_nav {
	width: 100%;
	height: 52px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner_tit {
	margin-top: 80px;
}

.banner_nav a {
	padding: 5px 25px;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	color: #FFFFFF;
	margin: 10px 0 10px 20px;
	float: left;
	/*transition: all 0.5s;*/
}

.banner_nav a.nav_active {
	border: 1px solid #3157AD;
	background: #3157AD url(../image/nav_active.png) no-repeat 15px 11px;
}

.banner_nav a:hover {
	border: 1px solid #3157AD;
	background: #3157AD url(../image/nav_active.png) no-repeat 15px 11px;
}

.cen {
	width: 1200px;
	margin: 0 auto 90px auto;
}

.title {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	margin: 50px 0 40px 0;
}

.title .title_l p:first-child {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}

.title .title_l p:last-child {
	width: 52px;
	height: 4px;
	background: #3157AD;
	margin-top: 20px;
}

.title .title_r p {
	color: #666666;
}

.title .title_r a {
	color: #666666;
	vertical-align: middle;
}

.zy_about {
	width: 100%;
	/*height: 260px;*/
	display: flex;
}

.zy_about div {
	width: 50%;
}

.zy_about .zy_about_text {
	padding: 24px 30px;
	background: #F2F2F2;
}

.zy_about .zy_about_img img {
	max-width: 100%;
}

.zy_about .zy_about_text p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 20px;
}

.zy_about .zy_about_text p:last-child {
	margin-bottom: 0px;
}

.zy_about_word {
	margin-top: 30px;
}

.zy_about_word p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 20px;
}

.zy_video {
	width: 100%;
}

.zy_video video {
	width: 100%;
}

.zy_footer {
	width: 100%;
}

.zy_footer .zy_footer_cen {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy_footer a {
	font-size: 14px;
	color: #999999;
}


/*产品中心*/

.zy_product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zy_product a {
	width: 375px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.zy_product a .product_img {
	width: 100%;
	height: 265px;
	overflow: hidden;
}

.zy_product a .product_img img {
	width: 100%;
	max-height: 265px;
	transition: all 0.5s;
}

.zy_product a .product_smalltext {
	background: rgba(0, 0, 0, 0.8);
	padding: 15px 25px 10px 50px;
	position: absolute;
	left: 0;
	bottom: -25px;
	transition: all 0.5s;
	width: 100%;
}

.zy_product a .product_smalltext p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.zy_product a .product_smalltext p:nth-child(2) {
	width: 30px;
	height: 3px;
	background: #3157AD;
	margin: 12px 0;
}

/*.zy_product a .product_smalltext p:last-child {*/
/*	font-size: 14px;*/
/*	color: #FFFFFF;*/
/*	line-height: 24px;*/
/*	display: -webkit-box;*/
/*	-webkit-box-orient: vertical;*/
/*	-webkit-line-clamp: 2;*/
/*	overflow: hidden;*/
/*}*/

.zy_product a:hover .product_smalltext {
	bottom: 0px;
}

.zy_product a:hover img {
	transform: scale(1.1);
}

.page {
	text-align: center;
	margin-top: 40px;
}

.page a,
.page b {
	padding: 8px 14px;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	color: #666666;
	font-size: 16px;
	transition: all 0.5s;
	margin: 0 5px;
}

.page b,
.page a:hover {
	background: #0068B7;
	border: 1px solid #0068B7;
	color: #FFFFFF;
}


/*产品详情*/

.product_details {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}

.product_details .product_details_l {
	width: 630px;
}

.product_details .product_details_l img {
	width: 100%;
}

.product_details .product_details_r {
	width: 570px;
	padding: 0 80px 0 40px;
}

.product_details .product_details_r .product_details_tit {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	padding: 30px 0;
}

.product_details .product_details_r .product_details_class {
	width: 375px;
	height: 50px;
	background: #F5F5F5;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	text-indent: 15px;
}

.product_details .product_details_r .product_details_word {
	margin-top: 25px;
}

.product_details .product_details_r .product_details_word p span {
	width: 6px;
	height: 6px;
	background: #0068B7;
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.product_details .product_details_r .product_details_word p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 20px;
}

.product_details .product_details_r .product_tel {
	display: flex;
	align-items: flex-end;
}

.product_details .product_details_r .product_tel span:nth-child(2) {
	font-size: 16px;
	color: #333333;
	margin-left: 10px;
}

.product_details .product_details_r .product_tel span:last-child {
	color: #0068B7;
	font-size: 36px;
	font-weight: bold;
	font-family: 'zt';
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
	/*align-items: center;*/
}

.pagination p {
	width: 50%;
	text-align: center;
	height: 52px;
	border: 1px solid #DEDEDE;
	line-height: 52px;
	transition: all 0.5s;
}

.pagination p span,
.pagination p a {
	font-size: 16px;
	color: #333333;
}

.pagination p:hover {
	background: #0068B7;
	border: 1px solid #0068B7;
}

.pagination p:hover a,
.pagination p:hover span {
	color: #FFFFFF;
}


/*新闻中心*/

.zy_news_first {
	display: flex;
	justify-content: space-between;
	background: #F5F5F5;
}

.zy_news_first .zy_news_first_img {
	width: 350px;
	height: 240px;
	overflow: hidden;
}

.zy_news_first .zy_news_first_img img {
	max-width: 100%;
}

.zy_news_first .zy_news_first_text {
	width: 850px;
	padding: 0 39px;
}

.zy_news_first .zy_news_first_text p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: 25px;
}

.zy_news_first .zy_news_first_text p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	color: #3157AD;
	margin: 14px 0 22px 0;
}

.zy_news_first .zy_news_first_text p:last-child {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.zy_news_text a {
	padding: 40px 40px 30px 20px;
	border-bottom: 1px solid #DEDEDE;
	position: relative;
	transition: all 0.5s;
}

.zy_news_text a p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.zy_news_text a p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	color: #3157AD;
	margin: 14px 0 22px 0;
}

.zy_news_text a p:last-child {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.zy_news_style {
	width: 0px;
	height: 223px;
	background: #0068B7;
	text-align: center;
	line-height: 223px;
	opacity: 0;
	top: 0;
	position: absolute;
	right: 0;
}

.zy_news_text a:hover .zy_news_style {
	width: 150px;
	opacity: 1;
	transition: all 0.3s;
}

.zy_news_text a:hover {
	background: #F5F5F5;
}


/*新闻详情*/

.news_details_tit {
	text-align: center;
}

.news_details_tit p:first-child {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

.news_details_tit p:last-child {
	font-size: 16px;
	color: #999999;
	margin: 20px 0 50px 0;
}

.news_details_tit p:last-child span {
	margin: 0 18px;
}

.news_details_word p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 20px;
}

.news_details_word img {
	max-width: 100%;
}


/*联系我们*/

.contact {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact .contact_list {
	width: 582px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	padding: 36px 30px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	transition: all 0.5s;
}

.contact .contact_list .contact_text {
	margin-left: 30px;
}

.contact .contact_list .contact_text p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.contact .contact_list .contact_text p:last-child {
	font-size: 16px;
	color: #666666;
	margin-top: 15px
}

.contact .contact_list:hover {
	box-shadow: 0px 4px 7px 0px rgba(6, 32, 91, 0.22);
	-webkit-transform: translateY(-10px);
}


/*加盟优势*/

.advantage {
	display: flex;
	justify-content: space-between;
}

.advantage .advantage_text {
	width: 550px;
}

.advantage_word {
	margin-bottom: 50px;
}

.advantage_word p:first-child {
	width: 193px;
	height: 36px;
	background: url(../image/advantage_word.png) no-repeat;
	line-height: 36px;
	font-size: 20px;
	color: #FFFFFF;
	text-indent: 29px;
	margin-bottom: 36px;
}

.advantage_word p:not(:first-child) {
	font-size: 16px;
	color: #999999;
	line-height: 32px;
}

.process {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.process .process_list {
	width: 270px;
	height: 180px;
	background: #F2F2F2;
	border-radius: 8px;
	text-align: center;
	padding: 29px 31px 0 31px;
}

.process .process_list p:first-child {
	display: inline;
	font-size: 46px;
	font-family: 'zt';
	font-weight: bold;
	color: #333333;
	position: relative;
	z-index: 99;
}

.process .process_list p:first-child:after {
	content: "";
	position: absolute;
	top: 67%;
	left: 0px;
	width: 100%;
	height: 8px;
	background: #0068B7;
	transition: all .8s;
	z-index: -1;
}

.process .process_list p:last-child {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
}


/*加盟条件*/

.condition {
	width: 100%;
	background: #F2F2F2;
	display: flex;
}

.condition .condition_l {
	width: 400px;
}

.condition .condition_l img {
	width: 100%;
}

.condition .condition_r {
	padding: 38px 0 0 40px;
	width: 800px;
}

.condition .condition_r p {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

.zy_join .zy_join_tit {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 38px;
}

.zy_join .zy_join_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zy_join .zy_join_text .zy_join_list {
	width: 582px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	padding: 31px 0 35px 41px;
	margin-bottom: 38px;
	transition: all 0.5s;
}

.zy_join .zy_join_text .zy_join_list p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #0068B7;
	margin-bottom: 18px;
}

.zy_join .zy_join_text .zy_join_list p:not(:first-child) {
	font-size: 16px;
	color: #666666;
}

.zy_join .zy_join_text .zy_join_list p:nth-child(2) {
	margin-bottom: 11px;
}

.zy_join .zy_join_text .zy_join_list:hover {
	box-shadow: 6px 2px 9px 0px rgba(3, 15, 44, 0.26);
	-webkit-transform: translateY(-10px);
}

.application .application_tit {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 38px;
}

.application form .form_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.application form .form_text input {
	width: 580px;
	outline: none;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	box-sizing: border-box;
	padding-left: 11px;
	line-height: 30px;
	margin-bottom: 49px;
}

.form_text input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.form_text input:-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.form_text input::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.form_text input:-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.application form .form_submit {
	text-align: center
}

.application form .form_submit input {
	width: 150px;
	height: 38px;
	background: #0068B7;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	border: none;
	color: #FFFFFF;

	font-size: 14px;
}

.culture {
	text-align: center;
}

.culture img {
	max-width: 100%;
}

.culture p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-bottom: 20px;
}