* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@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
}


/*导航*/

nav {
	width: 100%;
	height: 80px;
}

.cen {
	width: 1200px;
	margin: 0 auto;
}

.nav,
.nav_r {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_r img {
	margin-right: 37px;
}

.nav_r p:last-child span {
	display: inline-block;
	width: 34px;
	height: 22px;
	color: #555555;
	font-size: 15px;
	text-align: center;
	line-height: 22px;
}

.nav_r p:last-child span:first-child {
	border: 1px solid #CA0A0A;
	border-radius: 10px;
	color: #CA0A0A;
	margin-right: 4px;
}

.navbox {
	height: 50px;
	position: relative;
	z-index: 9;
	margin: auto;
	/*background: #554b4a;*/
}

.header {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header li {
	/*float: left;*/
	width: 122px;
	height: 50px;
	position: relative;
	list-style: none;
}

.header li.last {
	background: none;
}

.header li a {
	text-decoration: none;
}

.header .active_nav span {
	color: #FFFFFF;
	background: #CA0A0A;
}

.header li a span {
	float: left;
	display: block;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	width: 122px;
	text-align: center;
	transition: all 0.5s;
}

.header li a span:hover {
	color: #FFFFFF;
	background: #CA0A0A;
}

.mj_hover_menu {
	text-decoration: none;
	width: 122px;
	/*background: #CA0A0A;*/
	height: 50px;
}

.header li.selected .submenu {
	display: block;
}

.header li .submenu {
	display: none;
	position: absolute;
	top: 50px;
	/*left: -9px;*/
}

.header li .submenu li {
	float: none;
	padding: 0;
	background: none;
	height: auto;
	border-bottom: dotted 0px #BEBEBE;
}

.mj_menu_pro_li {
	float: left;
}

.submenu_list {
	line-height: 30px;
	font-size: 14px;
}

.submenu_list a {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu_list a:hover {
	text-decoration: underline;
}

.submenu_t {
	width: 400px;
	height: 185px;
	background: #CA0A0A;
}

.submenu_all {
	padding: 20px 30px 20px 0px;
}

.submenu_nav {
	float: left;
	width: 122px;
	text-align: center;
}

.submenu_img {
	width: 210px;
	height: 145px;
	float: right;
	overflow: hidden;
}

.submenu_img img {
	max-width: 100%;
}


/*
header {
	width: 100%;
	height: 50px;
	background: url(../img/nav_bj.jpg) no-repeat;
}

.header {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header a {
	width: 122px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	transition: all 0.5s;
}

.header a.active,
.header a:hover {
	background: url(../img/header_bj.png) no-repeat;
	color: #CA0A0A;
}*/


/*banner*/

.indexbanner {
	width: 100%;
	height: 600px;
	position: relative;
	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: #CA0A0A url(../img/arrow-left.png) no-repeat center;
}

.pb-carouselWarp .pb-arrow-next {
	right: 20px;
	outline: none;
	background: #CA0A0A url(../img/arrow-right.png) no-repeat center;
}

.indexbanner_con1 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/banner_bj1.jpg) no-repeat;
	background-size: 100% 100%;
}

.indexbanner_con2 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/banner_bj2.jpg) no-repeat;
	background-size: 100% 100%;
}

.pb-carousel>div>.banner_con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.posi1 {
	position: absolute;
	top: 110px;
}

.posi2 {
	position: absolute;
	top: 310px;
}


/*产品中心*/

.pro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto 40px auto;
}

.pro_l p:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	/*margin-bottom: 10px;*/
}

.pro_l p:nth-child(2) {
	color: #9A9A9A;
	margin-bottom: 42px;
}

.pro_l p:last-child a{
	font-size: 15px;
	color: #343434;
}

.pro_r {
	height: 145px;
	font-size: 0;
	word-spacing: 0;
	letter-spacing: 0;
	display: flex;
	align-items: flex-end;
}

.pro_r a {
	width: 170px;
	height: 115px;
	/*background: linear-gradient(90deg, #B40C0C 0%, #CA0A0A 100%);*/
	background: linear-gradient(90deg, #ec1515 0%, #B40C0C 100%);
	padding: 20px 13px;
	transition: height 0.5s;
}

.pro_r a p:first-child {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pro_r a p:last-child {
	font-size: 14px;
	color: #F87B7B;
	line-height: 16px;
}

.pro_r a:hover {
	height: 145px;
}

.Box {
	position: relative;
}

.Box .content1 {
	width: 1200px;
	margin: 0 auto;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .btn_all {
	margin: 40px 0 70px 0;
	overflow: hidden;
}

.Box .Box_con .btn_all .btn {
	display: block;
	width: 50px;
	height: 46px;
	position: absolute;
	/*top: 347px;*/
	cursor: pointer;
}

.Box .Box_con .btn_all .btnl {
	background: #707070 url(../img/jt_l.png) no-repeat center;
	left: 545px;
}

.Box .Box_con .btn_all .btnr {
	background: #707070 url(../img/jt_r.png) no-repeat center;
	right: 545px;
}

.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: 288px;
	height: 265px;
	margin-left: 16px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li .pro_img {
	width: 288px;
	height: 216px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li .pro_img img {
	max-width: 100%;
	height: 100%;
}

.Box .Box_con .conbox ul li .pro_tit {
	position: relative;
	z-index: 9999;
	background: #EEEEEE;
	text-align: center;
	height: 44px;
	overflow: hidden;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li .pro_tit p:first-child {
	width: 100%;
	/*height: 44px;*/
	/*	background: #EEEEEE;*/
	font-weight: bold;
	color: #343434;
	line-height: 44px;
	text-align: center;
}

.Box .Box_con .conbox ul li .pro_tit img {
	margin-bottom: 14px;
}

.Box .Box_con .conbox ul li:hover .pro_tit {
	height: 88px;
	margin-top: -44px;
	background: #CA0A0A;
}

.Box .Box_con .conbox ul li:hover .pro_tit p {
	color: #FFFFFF;
}


/*关于我们*/

.about {
	width: 100%;
	height: 500px;
	background: url(../img/about_bj.png) no-repeat center;
}

.abo {
	overflow: hidden;
}

.abo_tit {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 48px auto 23px auto;
}

.abo_l p:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.abo_l p:last-child {
	color: #FFFFFF;
}

.abo_r {
	font-size: 15px;
	color: #FFFFFF;
}

.abo_r p {
	vertical-align: middle;
}

.abo_r img {
	margin-left: 7px;
}

.abo_text {
	width: 880px;
	margin: 0 auto;
	text-align: center;
}

.abo_text p:first-child {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}

.abo_text p:nth-child(2) {
	width: 34px;
	height: 2px;
	background: #F2F2F0;
	margin: 15px auto 19px auto;
}

.abo_text p:last-child {
	color: #FFFFFF;
	line-height: 28px;
	/*text-indent: 2rem;*/
}

.abo_icon {
	width: 763px;
	margin: 28px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.abo_icon div {
	text-align: center;
}

.abo_icon div p:nth-child(2) {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.abo_icon div p:last-child {
	color: #FFFFFF;
}


/*新闻资讯*/

.news {
	margin-bottom: 88px;
}

.news_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto 40px auto;
}

.news_tit .news_l p:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	/*margin-bottom: 10px;*/
}

.news_l p:last-child {
	color: #9A9A9A;
}

.news_r p {
	width: 103px;
	font-size: 15px;
	color: #333333;
	background: url(../img/jt_1.png) no-repeat right 5px;
	transition: all 0.5s;
}

.news_r p:hover {
	color: #CA0A0A;
	background: url(../img/jt_2.png) no-repeat right 5px;
}

.news_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_textl {
	width: 490px;
}

.news_textl .news_first {
	margin-bottom: 20px;
}

.news_textl .news_first p:first-child {
	font-size: 24px;
	font-weight: bold;
	font-family: 'zt';
	color: #333333;
}

.news_textl .news_first p:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
	color: #CA0A0A;
	margin: 4px 0 4px 0;
}

.news_textl .news_first p:last-child {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.news_textl .news_other a {
	margin-top: 10px;
}

.news_textl .news_other a span:first-child {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #CA0A0A;
	vertical-align: middle;
	transition: all 0.5s;
}

.news_textl .news_other a span:nth-child(2) {
	margin: 0px 9px 0 4px;
}

.news_textl .news_other a span:nth-child(2),
.news_textl .news_other a span:last-child {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	transition: all 0.5s;
}

.news_textl .news_other a span:last-child {
	width: 380px;
	overflow: hidden;
	height: 20px;
}

.news_textl .news_other a:hover span {
	color: #CA0A0A;
}

.news_textr {
	width: 670px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_textr a {
	width: 325px;
	position: relative;
	transition: all 0.3s;
	border-bottom: 1px solid #ddd;
}

.news_textr a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 2px;
	background: #CA0A0A;
}

.news_textr a:hover:after {
	left: 0;
	transition: all 1s;
	width: 100%;
}

.news_textr.active::after {
	width: 100%;
	left: 0px;
}

.news_textr a .textr_img {
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.news_textr a .textr_img img {
	max-width: 100%;
	transition:all 0.8s;
}

.news_textr a:hover img{
    transform: scale(1.3);
}

.news_textr a .textr_text p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 13px 0;
	transition: all 0.5s;
}

.news_textr a .textr_text p:last-child {
	font-size: 15px;
	color: #999999;
	background: url(../img/time.png) no-repeat;
	padding-left: 24px;
	margin-bottom: 13px;
	transition: all 0.5s;
}

.news_textr a:hover .textr_text p {
	color: #CA0A0A;
}

.news_textr a:hover .textr_text p:last-child {
	background: url(../img/time1.png) no-repeat;
}


/*合作伙伴*/

.partner {
	width: 100%;
	height: 370px;
	background: #F2F2F0;
	overflow: hidden;
}

.partner_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 48px auto 49px auto;
}

.partner_l p:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	/*margin-bottom: 10px;*/
}

.partner_l p:last-child {
	color: #9A9A9A;
}

.partner_r p {
	width: 103px;
	font-size: 15px;
	color: #333333;
	background: url(../img/jt_1.png) no-repeat right 5px;
	transition: all 0.5s;
}

.partner_r p:hover {
	color: #CA0A0A;
	background: url(../img/jt_2.png) no-repeat right 5px;
}

.partner_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partner_text div {
	width: calc(100%/6);
	height: 152px;
	/*overflow: hidden;*/
}

.partner_text div img {
	max-width: 100%;
	transition: all 0.5s;
}

.partner_text div:hover img {
	transform: scale(1.1);
}


/*底部*/

footer {
	width: 100%;
	height: 245px;
	background: #313131;
}

.footer {
	height: 100%;
	display: flex;
	justify-content: space-between;
	/*align-items: baseline;*/
	padding-top: 30px;
}

.footer_l p:first-child{
	/*margin-top: 30px;*/
	margin-bottom: 40px;
}

.footer_l p:not(:first-child){
	font-size: 15px;
	color: #999;
	margin-top: 10px;
}
.footer_l p:last-child a{
	color: #999999;
}
.footer_t{
    width: 200px;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_t div img{
    width: 92px;
    margin-bottom: 10px;
}
.footer_t div p{
    font-size: 15px;
    color: #999;
}
.footer_r {
	width: 395px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_r div p:first-child a{
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer_r div p:not(:first-child) a{
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	transition: all 0.5s;
}
.footer_r div p:not(:first-child) a:hover{
	color: #CA0A0A;
}


/*关于我们*/

.zy_ban {
	width: 100%;
	height: auto;
	background: #F5F5F5 url(../img/zy_ban.png) no-repeat center top;
	overflow: hidden;
}

.zy_about {
	background: #FFFFFF;
	padding: 50px 42px 70px 42px;
	margin-top: 230px;
}

.zy_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy_tit_l p:first-child {
	font-size: 22px;
	font-weight: bold;
	color: #CA0A0A;
	margin-bottom: 10px;
}

.zy_tit_l p:last-child {
	font-size: 30px;
	font-family: Arial;
	color: #BBBBBB;
}

.zy_tit_r a {
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
}

.zy_tit_r a:last-child {
	color: #CA0A0A;
}

.zy_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}

.zy_nav a {
	width: calc(100%/3);
	text-align: center;
	height: 60px;
	background: #EEEEEE;
	line-height: 60px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	transition: all 0.5s;
}

.zy_nav a:hover,
.zy_nav a.active {
	background: #CA0A0A;
	color: #FFFFFF;
}

.zy_about_text p:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

.zy_about_text p:not(:first-child) {
	font-size: 15px;
	color: #868686;
	line-height: 28px;
	margin-bottom: 30px;
}

.zy_about_text img {
	max-width: 100%;
}


/*联系方式*/

.ban_contact {
	background: #F5F5F5 url(../img/ban_contact.png) no-repeat;
}

.zy_nav_contact a {
	width: calc(100%/2);
}

.zy_contact {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.zy_contact_l {
	width: 390px;
}

.zy_contact_l p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #CA0A0A;
	margin-bottom: 30px;
}

.zy_contact_l p:not(:first-child) {
	font-size: 15px;
	color: #868686;
	margin-bottom: 30px;
}

.zy_contact_l p:not(:first-child) span:first-child {
	color: #000;
	font-weight: bold;
}


/*工程案例*/
.ban_case {
	background: #F5F5F5 url(../img/ban_case.png) no-repeat;
}

.zy_case {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.zy_case a {
	width: 267px;
	text-align: center;
	margin-bottom: 15px;
	/*margin-left: 12px;*/
}

.zy_case a .case_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.zy_case a .case_img img {
	max-width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.zy_case a p {
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	transition: all 0.6s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zy_case a:hover img {
	transform: scale(1.2);
}

.zy_case a:hover p {
	color: #CA0A0A;
}
.zy_case a.item_list{
    width: 267px;
    height: 0;
}
.more_case {
	width: 100%;
	height: 70px;
	background: #FEF1F1 url(../img/bottom.png) no-repeat center;
}


/*新闻资讯*/

.ban_news {
	background: #F5F5F5 url(../img/ban_news.png) no-repeat;
}

.zy_news a {
	width: 100%;
	height: 200px;
	background: #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 20px;
	margin-bottom: 10px;
}

.zy_news a .zy_news_img {
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.zy_news a .zy_news_img img {
	width: 100%;
	max-height: 100%;
    transition: all 0.5s;
}

.zy_news a:hover img {
	transform: scale(1.3);
}

.zy_news a .zy_news_text {
	width: 840px;
}

.zy_news a .zy_news_text p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	transition: all 0.5s;
}

.zy_news a .zy_news_text p:nth-child(2) {
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin: 14px 0 35px 0;
}

.zy_news a .zy_news_text .zy_news_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy_news a .zy_news_text .zy_news_icon span {
	vertical-align: middle;
	font-size: 15px;
	color: #969696;
	margin-left: 8px;
}

.zy_news a:hover .zy_news_text p:first-child {
	color: #CA0A0A;
}


/*新闻详情*/

.details_tit {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.details_tit p:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}

.details_tit p:last-child {
	display: flex;
	align-items: center;
}

.details_tit p:last-child span:first-child {
	font-size: 15px;
	color: #CA0A0A;
}

.details_tit p:last-child span:last-child {
	font-size: 15px;
	color: #868686;
	margin-left: 30px;
}

.details_text p {
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	text-indent: 2rem;
	margin-bottom: 25px;
}
.page{
	margin-top: 60px;
}
.page p {
	width: 100%;
	margin-top: 25px;
}

.page p span,
.page p a {
	font-size: 15px;
	color: #333333;
}
.page p:hover span,.page p:hover a{
	color: #CA0A0A;
}


.zy_nav_product a{
	width: calc(100%/5);
}

/*产品详情*/

.product_details {
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-start;
}

.product_details_l {
	width: 450px;
	margin-right: 30px;
}

.product_details_l img {
	width: 100%;
}

.product_details_r {
	width: 480px;
}

.product_details_r p:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}

.product_details_r p:nth-child(2) {
	font-size: 15px;
	color: #868686;
	line-height: 30px;
	margin: 29px 0 42px 0;
}

.product_details_r p:nth-child(3) a {
	width: 160px;
	height: 44px;
	background: #CA0A0A;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	margin-bottom: 20px;
}

.product_details_r p:last-child span {
	font-size: 15px;
	color: #333333;
	vertical-align: middle;
}

.product_details_r p:last-child img {
	margin-right: 8px;
}

.product_bottom_tit {
	margin: 70px 0 30px 0;
	border-bottom: 2px solid #DDDDDD;
	display: flex;
}

.product_bottom_tit p {
	margin-right: 48px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	position: relative;
}

.product_bottom_tit p:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 2px;
	background: #CA0A0A;
	transition: all .8s;
}

.product_bottom_tit p:hover:after {
	left: 0%;
	width: 100%;
}

.product_bottom_tit p.product_on::after {
	width: 100%;
	left: 0px;
}

.product_bottom_tit p:hover,
.product_bottom_tit p.product_on {
	color: #CA0A0A;
}

.cycle_cen {
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 70px;
box-shadow: 0px 4px 7px 0px rgba(6, 32, 143, 0.18);
}

.cycle_tit {
	font-size: 22px;
	font-weight: bold;
	color: #CA0A0A;
	padding: 30px 42px;
}

.cycle_case {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 42px;
}

.cycle_case a {
	width: 267px;
	text-align: center;
	margin-bottom: 15px;
}

.cycle_case a .case_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.cycle_case a .case_img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s;
}

.cycle_case a p {
	line-height: 45px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	transition: all 0.5s;
}

.cycle_case a:hover img {
	transform: scale(1.1);
}

.cycle_case a:hover p {
	color: #CA0A0A;


