@charset "utf-8";

/* 内页公共头部 */
.infoBannerTitle {
	display: flex;
	margin-top: 80px;
	background: url(../images/abbanner.jpg) bottom right no-repeat;
	height: 450px;
	background-size: cover;
}

.infoBannerTitle h1,
.infoBannerTitle p {
	color: #fff;
}

.infoBannerTitle>div {
	/* box-shadow: 0px 0px 15px rgb(0 0 0 / 15%); */
	align-content: center;
}

.infoBannerTitle h1 {
	font-size: 62px;
}

.infoBannerTitle p {
	font-size: 36px;
}

.inerNav ul li {
	float: left;
	width: 15%;
	text-align: center;
	font-size: 18px;
}

.inerNav ul li a {
	border-right: 1px solid #ddd;
	display: block;
	line-height: 58px;
	color: #636363;
	transition: .5s;
}

.inerNav {
	background: rgba(230, 233, 236, 0.8);
}

.inerNav ul li a:hover {
	color: #fff;
	background: #eb5c20;
}

.inerNav .active a {
	color: #fff;
	background: #eb5c20;
}





.about {
	background: url(../images/abbg.jpg) bottom center no-repeat;
}

.about.container-fluid {
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 150px !important;
}

.aboutImg.pull-left {
	border-radius: 20px 20px 20px 30px;
	position: absolute;
	left: 0;
	width: 45%;
}

.aboutImg img {
	width: 100%;
}

.abInfo {}

.abCenter p {
	text-indent: 32px;
	line-height: 1.8;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	margin-top: 20px;
}

.title {
	position: relative;
	line-height: normal;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: normal;
}

.title span {
	margin-bottom: 10px;
	display: block;
	color: coral;
}

.title p {
	color: rgba(68, 68, 68, 1);
	font-size: 38px;
}

.abMore {
	margin-top: 30px;
}


.abMore a {
	display: block;
	padding: 5px 0px;
	border: 1px solid rgba(92, 92, 92, 1);
	width: 181px;
	text-align: center;
	color: rgba(92, 92, 92, 1);
	border-radius: 66px;
}

.abMore a i {
	transition: .5s;
	color: rgba(92, 92, 92, 1);
}

.numberList ul li {
	margin-bottom: 40px;
	width: 50%;
	position: relative;
	float: left;
}

p.p_num {
	font-weight: bold;
	color: rgba(235, 92, 32, 1);
	font-size: 54px;
}

p.numText {
	font-size: 14px;
	color: rgba(119, 119, 119, 1);
}

span.p_plus {
	right: 42%;
	top: 0;
	color: rgba(235, 92, 32, 1);
	font-size: 24px;
	position: absolute;
}

.numberList {
	margin: 30px 0;
}

.abMore a:hover i {
	margin-left: 15px;
}

.abMore a:hover {
	color: #fff;
	transition: .5s;
	background: #4e6885;
}

.abMore a:hover i {
	color: #fff;
	transition: .5s;
}

.abCenter {
	float: right;
	width: 70%;
}

.abNumber {
	float: left;
	width: 30%;
}


/* newslist */

.newimg {
	position: relative;
	margin-left: 20px;
	float: left;
	width: 20%;
	overflow: hidden;
}

.newimg img {
	transition: .5s;
	display: block;
	width: 100%;
	transform: scale(1);
}

.newinfo {
	padding: 20px 0;
	margin-left: 3%;
	float: left;
	width: 65%;
}

.newDate {
	padding: 20px 0;
	float: right;
	width: 10%;
}

.newlist ul li {
	transition: .5s;
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
}

.newinfo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .5s;
	font-size: 26px;
	color: #444;
	margin-bottom: 15px;
	line-height: 1.4;
}

.newinfo span {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	color: #999;
	margin-bottom: 10px;
}

.newDate p {
	min-height: 20px;
	padding-left: 0px;
	font-size: 56px;
	color: rgba(102, 102, 102, 1);
	line-height: 1.2;
	transition: all .5s ease;
	font-family: Impact;
	text-align: center;
}

.newDate span {
	text-align: center;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 1.6;
	transition: all .5s ease;
	font-family: Arial;
	font-weight: bold;
	display: block;
}

.newlist {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	margin-top: 50px;
}


.newlist ul li:hover img {
	transform: scale(1.2);
}

.newlist ul li:hover p {
	color: #eb5c20;
	margin-left: 10px
}

.newlist ul li:hover span {
	color: #eb5c20;
}

.newlist ul li:hover {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}


/* news */
p.postionNav a {
    color: #656565;
}

p.postionNav {
    color: #656565;
}
p.postionNav {
	/* background-color: rgba(239, 241, 245, 1); */
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 0px;
	border-bottom: 1px solid #ddd;
}

.newsinfo.container {
	margin-bottom: 30px;
	margin-top: 30px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	padding: 30px;
	background: #fff;
}

.newTitle {
	text-align: center;
}

.newTitle h1 {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.info {
	line-height: 2;
	margin-top: 30px;
}

.paging {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.paging p a {
	color: #000;
}

.paging p {
	line-height: 2;
}

.paging p a:hover {
	color: #192e5d;
	border-bottom: 1px solid #192e5d;
}

.paging p a {
	transition: .5s;
}


/* product */
.proNav ul .active {
    background-color: #eb5c20;
}

.proNav ul .active  a {
    color: #fff;
}

.proNav ul .active span {
    color: #fff;
}
.prolist{
	float: right;
	width: 78%;
}
.prolist ul li {
	position: relative;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	padding: 30px;
	margin: 0 1% 1% 1%;
	float: left;
	width: 31%;
}

.prolist ul li img {
	transition: all 0.6s;
	object-fit: cover;
	width: 100%;
}

.prolist ul li p {
	transition: .6s;
	font-size: 16px;
	line-height: 45px;
	border-bottom: 3px solid #ddd;
	margin-bottom: 10px;
}

.prolist ul li span {
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: rgba(153, 153, 153, 1);
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 0px;
	margin-top: 10px;
}

.inerprolist.container-fluid.clearfix {
	margin: 30px 0;
}

.pages {
	margin: 30px 0;
}

.prolist ul li:hover img {
	transform: scale(0.95, 0.95);
}

.prolist ul li:hover img {
	transform: scale(0.95, 0.95);
}

.prolist ul li:hover p {
	border-bottom: 3px solid #192e5d;
}

.licheng{
    position: relative;
    margin-bottom: 50px;
    background: #fff;
}
.licheng::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:  url("../images/lc_bg.png") no-repeat center center;
  background-size: cover;
  opacity: 0.2; /* 设置背景透明度 */
  pointer-events: none; /* 使伪元素不接收鼠标事件 */
}

/* 产品详情 */

.proNav {
	border-top-left-radius: 30px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	width: 20%;
	float: left;
}

.proRight {
	width: 78%;
	float: right;
}

.proimg img {
	display: block;
	width: 100%;
}

.proimg {
	height: 390px;
	width: 50%;
	float: left;
	overflow: hidden;
}

.proDes {
	float: right;
	width: 48%;
}

.proNav p {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 25px;
	border-top-left-radius: 30px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-image: url(../images/pronav.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1.5;
	font-size: 26px;
	color: rgba(255, 255, 255, 1)
}


.proNav p i {
	top: 5px;
	right: 20px;
	position: absolute;
	color: #fff;
	display:none;
	transition: .5s;
	padding: 10px;
}
.proNav ul li {
	position: relative;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	transition: all ease .5s;
	color: #333;
	background: #fff;
	display: flex;
	justify-content: flex-start;
}

.proNav ul li a {
	transition: .5s;
	color: #333;
}

.proNav ul li:hover a {
	margin-left: 10px;
}

.proNav ul li span {
	width: auto;
	padding-left: 15px;
	height: 100%;
	font-family: Arial;
	position: relative;
	font-size: 16px;
	color: #666;
	justify-content: center;
	margin-right: 40px;
	transition: all ease .3s;
}

.proTitle p {
	line-height: 1.8;
	font_radio: 2;
	font-size: 26px;
	font-weight: normal;
	display-radio: 1;
	color: rgba(68, 68, 68, 1);
	font-family: "367500f3-ac9a-4400-beb9-b2f596dc10dc";
	margin-top: 20px;
}

.proTitle {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: rgba(51, 51, 51, 1);
}

.proDesInfo p {
	color: rgba(153, 153, 153, 1);
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5 !important;
	word-break: break-word;
}

.proPhone {
	padding-top: 3%;
	padding-bottom: 3%;
	margin-top: 3%;
	margin-bottom: 5%;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: rgba(221, 221, 221, 1);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: rgba(221, 221, 221, 1);
}
.proPhone p a {
    color: rgba(50, 80, 111, 1);
}
.proPhone p span {
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	color: rgba(68, 68, 68, 1);
}

.proPhone p {
	line-height: normal;
	font-size: 22px;
	font-weight: bold;
	color: rgba(50, 80, 111, 1);
}

.proBtn a {
	transition: .5s;
	margin-right: 15px;
	color: #fff;
	border-radius: 40px;
	text-align: center;
	align-items: center;
	box-sizing: border-box;
	width: 160px;
	padding: 8px 30px;
	max-height: none;
	height: auto;
	background-color: rgb(57 90 131);
	font-size: 18px;
}

.proBtn a:hover {
	background-color: rgb(235 92 32);
}

.proBtn a i {
	color: #fff;
	padding-right: 14px;
}

.proBox {
	padding: 50px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	margin-top: 50px;
}

.proType {
	padding-bottom: 35px;
	margin-top: 50px;
	background: url(../images/protype.jpg) top no-repeat;
}


.proTypeTitle p {
	text-align: center;
	color: #fff;
	font-size: 38px;
	padding: 30px 0;
	font-weight: bold;
}

.proType .swiper-slide {
	padding: 15px;
	border-radius: 10px;
}

.proType .swiper-slide p {
	line-height: 2;
	font-size: 18px;
	color: #554747;
}

.proType .swiper-slide img {
	transition: .5s;
}

.proType .swiper-slide:hover img {
	scale: 0.95;
}


.proType .swiper-slide {
	transition: .5s;
}

.proNav ul li:hover {
	background-color: #eb5c20;
}

.proNav ul li:hover a {
	color: #fff;
}

.proNav ul li:hover span {
	color: #fff;
}




.mes.inquireform {
	margin-bottom: 20px;
}

.mes.inquireform {
	margin-bottom: 20px;
}


.mes_title p {
	padding-bottom: 50px;
	line-height: 30px;
	background: #f9f9f9;
	font-size: 2.8rem;
	color: #333333 !important;
	padding-top: 40px;
	padding-left: 50px;
}

.mes_a {
	border: 1px solid #f1f1f1;
	margin-bottom: 20px !important;
	/* padding: 50px; */
}

.mes_a form {
	padding: 50px;
}

.mes input {
	border-radius: 5px;
	color: #757575 !important;
	padding-left: 10px;
	height: 40px;
	border: 1px solid #757575;
}

.mes textarea {
	border-radius: 5px;
	color: #757575 !important;
	padding: 10px;
	margin: 20px 0;
	height: 100px;
	border: 1px solid #757575;
	width: 100%;
}

.formitem1 input {
	width: 48%;
}

.formitem3 .code {
	width: 30% !important;
}

.formitem3 .submit {
	height: 40px;
	width: 33%;
	border: none;
	color: #fff !important;
	background: #337ab7;
}

.formitem3 img {
	height: 40px;
}

.proMestitle p {
	line-height: 1.5;
	font-size: 40px;
	text-align: center;
	font-weight: normal;
	color: rgba(51, 51, 51, 1);
	margin-top: 0px;
	margin-bottom: 10px;
}

.proMestitle span {
	margin-bottom: 30px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	display: block;
}

.proMestitle span font {
	font-size: 24px;
	font-weight: bold;
	color: #eb5c20;
}

.message.container-fluid {
	padding: 30px 0;
	background: rgba(230, 233, 236, 0.6);
}

.conLeft {
	float: left;
	width: 49%;
}

.conRight {
	float: right;
	width: 49%;
}

.contactTxt p {
	color: rgba(153, 153, 153, 1);
	line-height: 1.6;
	font-size: 16px;
}

.conlist ul li {
	color: rgba(153, 153, 153, 1);
	line-height: 2;
}
.conlist ul li a {
    color: rgba(153, 153, 153, 1);
}
.conlist ul li i {
	display: inline-block;
	width: 20px;
	text-align: center;
}

.conlist {
	margin-top: 30px;
}

.conlist ul li i {
	color: rgba(153, 153, 153, 1);
}

.conlist .title p {
	font-size: 28px;
}

.formitem4 {
	margin: 20px 0;
}

.formitem4 select {
	margin-bottom: 20px;
}

.formitem.formitem3 {
	margin-top: 20px;
}

.contact .container {
	position: relative;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding: 50px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	top: -50px;
	background: #fff;
}




/*发展历程*/

.time-line-box {
  margin-top: 40px;
}
.time-line-box ul:after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 2;
}
.time-line-box ul li {
  background: none;
  float: left;
  width: 290px;
  position: relative;
  padding-top: 176px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.time-line-box ul li:after {
  content: '';
  height: 124px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 22px;
  color: #d1761d;
  font-weight: bold;
  position: relative;
  /* margin-bottom: 10px; */
}
.time-line-box ul li dl dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2DA891;
  position: absolute;
  left: -28px;
  top: 0;
  border: #192e5d 4px solid;
}
.time-line-box ul li dl .bold {
    font-size: 16px;
    color: #d1761d;
}
.time-line-box ul li dl dd {
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}
.time-line-box ul li dl dd:after {
  /* content: ''; */
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2DA891;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.time-line-box ul li:first-child {
  margin-left: 95px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
  left: -30px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #d3d3d2 2px solid;
}
.time-line-box ul .item-this:after {
  border-left: #2DA891 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #2DA891 2px solid !important;
}

.licheng {
    padding: 100px 0;
    margin-bottom: 50px;
}
.enterpriseInfo img {
    margin: 0 auto;
    display: block;
}


/*joblist*/

.joblist {
    margin: 20px 0;
}
.joblist .btn {
    border: #d1761d;
    background: #d1761d;
}


.honorList {
    margin: 50px 0;
}

.honor {
    padding-bottom: 50px;
    background: url(../images/abbg.jpg) bottom center no-repeat;
}

.cooperate img {
    display: block;
    width: 100%;
}


/*合作客户*/

.cooper_title p {
    font-weight: bold;
    line-height: 60px;
    font-size: 28px;
    background-image: -webkit-linear-gradient(bottom, #ea5c20, #fd8403, #efff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cooper_title span {
    font-size: 60px;
}

.cooper_text p {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 2px;
}

.cooper_title {
    text-align: center;
}

.cooperTitle {
    margin: 30px 0;
}


/* 1024px  响应式 */

@media screen and (max-width: 1024px){
	/* productlist */
	
		.prolist ul li {
			width: 100%;
			margin: 0;
			padding: 10px;
			margin-bottom: 30px;
		}
	
		.proNav,
		.proRight,
		.proimg,
		.proDes{
			float: none;
			width: 100%;
		}
	
		.proBox {
			padding: 15px;
			margin-top: 15px;
		}
		.proimg{
			height: auto;
		}
		.proNav{
			margin-bottom: 20px;
		}
		.proBtn a{
			margin-right: 0.625rem;
			padding: 8px 1.25rem;
		}
		
		.proNav p{
			font-size: 18px;
			padding: 10px 30px;
		}
		.proNav p i{
			display: inline-block;
		}
		
		.proNav ul {
		    position: relative;
		    overflow: hidden;
		    height: 0;
		    transition: .5s;
		}
		.proNav .active{
			height: auto;
		}
		.prolist{
			width: 100%;
			float: none;
		}
		.proNav p .active{
			transform: rotate(-180deg);
			    transition: transform 0.5s;
		}
		
		/* newslist */
		
		.newinfo{
			width: 55%;
		}
		.newimg{
			width: 25%;
		}
		.newimg{
			margin-right: 1%;
		}
		
}



/* 768px  响应式 */

@media screen and (max-width: 768px) {
	.infoBannerTitle {
		height: 200px;
		margin-top: 50px;
	}
.info img {
    width: 100%;
}
	.infoBannerTitle h1 {
		font-size: 2rem;
	}

	.infoBannerTitle p {
		font-size: 1.125rem;
	}

	.inerNav ul li {
		width: 25%;
	}

	.inerNav .container {
		margin: 0;
		padding: 0;
	}

	/* about */

	.abNumber {
		float: none;
		width: 100%;
	}

	.abCenter {
		float: none;
		width: 100%;
	}

	span.p_plus {
		right: 20%;
	}

	/* contact */

	.conLeft,
	.conRight {
		width: 100%;
		float: none;
	}

	.conRight {
		margin-top: 50px;
	}

	/* newslist */
	.newimg,
	.newinfo {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 0 20px;
	}

	.newDate {
		display: none;
	}

	.newinfo p {
		margin-bottom: 5px;
		font-size: 18px;
		margin-top: 10px;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.newinfo span {
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.newlist ul li {
		padding: 20px 0;
	}

	.newlist {
		margin-top: 30px;
	}

	.inerNav .container p {
		font-size: 12px;
	}

	.newTitle h1 {
		font-size: 18px;
	}

	.newsinfo.container {
		padding: 0 20px;
	}

	.paging {
		padding-bottom: 20px;
	}

	.paging p {
		margin-bottom: 20px;
		font-size: 12px;

	}

	/* productlist */

	.prolist ul li {
		width: 100%;
		margin: 0;
		padding: 10px;
		margin-bottom: 30px;
	}

	.proNav,
	.proRight,
	.proimg,
	.proDes{
		float: none;
		width: 100%;
	}

	.proBox {
		padding: 15px;
		margin-top: 15px;
	}
	.proimg{
		height: auto;
	}
	.proNav{
		margin-bottom: 20px;
	}
	.proBtn a{
		margin-right: 0.625rem;
		padding: 8px 1.25rem;
	}
	
	.proNav p{
		font-size: 18px;
		padding: 10px 30px;
	}
	.proNav p i{
		display: inline-block;
	}
	
	.proNav ul {
	    position: relative;
	    overflow: hidden;
	    height: 0;
	    transition: .5s;
	}
	.proNav .active{
		height: auto;
	}
	.prolist{
		width: 100%;
		float: none;
	}
	.proNav p .active{
		transform: rotate(-180deg);
		    transition: transform 0.5s;
	}
	.proMestitle span font{
	    display: block;
	}
	
    .enterpriseInfo img{
        width: 100%;
    }
    
    /*合作客户*/
    
    .cooper_title p{
        font-size: 24px;
    }
    .cooper_title span{
        font-size: 48px;
    }
    .cooper_text p{
        font-size: 20px;
    }
    
}



.pagination.justify-content-center a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #919191;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

a.page-num.page-num-current {
    color: #fff;
    background: #d1761d;
}
