.pagenav{
	height: 50px;
	background: #e6e6e6;
}
.pagenav b{
	line-height: 50px;
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	position: relative;
	padding-left: 20px;
}
.pagenav b::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 10px #fe004f solid;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.pagenav a{
	line-height: 50px;
	font-size: 14px;
	color: #666;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.pagenav span{
	line-height: 50px;
	font-size: 12px;
	color: #999;
}
.pagenav a:hover{
	color: #fe004f;
	text-decoration: underline;
}

.pagedox{
	padding: 30px 0;
}
.pagedox-conn{
	width: 96%;
}

/* pro-list */
.pro-list li{
	width: 49%;
	border-radius: 10px;
	margin-left: 2%;
	margin-bottom: 10px;
}
.pro-list li:nth-child(2n+1){
	margin-left: 0;
}
.pro-list li i{
	height: 337px;
	border-radius: 20px;
}
.pro-list li p{
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin-top: 8px;
}
.pro-list li:hover p{
	color: #fe004f;
}
/* 翻页 */
.listPage01_PageUp {
text-align: center;
margin-top: 40px;
}
.listPage01_PageUp a {
display: inline-block;
font-size: 12px;
color: #888;
line-height: 30px;
padding: 0 12px;
border: 1px solid #999;
margin: 0 4px;
}
.listPage01_PageUp a:hover ,.active-page{
background: #fe004f;
border-color: #fe004f !important;
color: #fff !important;
}

/* pro-info */
.pro-info-top{
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.pro-info-top p{
	font-size: 20px;
	line-height: 24px;
	color: #333;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}
.pro-info-page span{
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding: 6px 0px;
}
.pro-info-page span a{
	color: #666;
	-webkit-transition: .3s all;
	transition: .3s all;
}
.pro-info-page span:hover a{
	color: #fe004f;
	padding-left: 10px;
	text-decoration: underline;
}
.case-more h3{
	border-bottom: 1px solid #333;
	margin: 40px 0 20px;
}
.case-more h3 span{
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	background: #333;
	border-radius: 8px 8px 0 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.case-more-box{
	height: 344px;
}
.case-more-box ul{
	padding-top: 10px;
}
.case-more-box ul li{
	width: 175px;
	margin-right: 10px;
}
.case-more-box ul li:hover{
    transform: translateY(-10px);
}
.case-more-box i{
	width: 50px;
	height: 50px;
	margin-top:-25px;
	background: #fff;
	line-height: 50px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-family: '宋体';
	opacity: .5;
}
.click-l{
	left: 5px;
}
.click-r{
	right: 5px;
}

/* news */
.art-list ul li {
width: 100%;
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #dedede;
}
.art-list ul li:after {
content: '';
width: 0%;
position: absolute;
bottom: -1px;
left: 0;
-webkit-transition: .3s;
transition: .3s;
height: 2px;
background: #fe004f;
}
.art-list ul li i {
display: block;
overflow: hidden;
width: 100%;
height: 190px;
}
.art-list ul li i img {
    width: 100%;
    height: 100%;
}
.articlePage01_text {
width: 100%;
-webkit-transition: .3s;
transition: .3s;
}
.articlePage01_text h3 {
color: #333;
font-size: 18px;
line-height: 40px;
-webkit-transition: .3s;
transition: .3s;
overflow: hidden; 
text-overflow:ellipsis; 
white-space: nowrap;
}
.articlePage01_text span {
display: block;
font-size: 12px;
color: #999;
line-height: 14px;
padding: 8px 0;
}
.articlePage01_text p {
color: #666;
font-size: 15px;
line-height: 28px;
-webkit-line-clamp: 2;
-webkit-transition: .3s;
transition: .3s;
display: -webkit-box; 
-webkit-box-orient: vertical; 
overflow: hidden;
}
.art-list ul li:hover h3 {
color: #fe004f;
}
.art-list ul li:hover p {
color: #333;
}
.art-list ul li:hover:after {
    width: 100%;
}

/* new-info */
.caseInfo_tit{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #dedede;
}
.caseInfo_tit h1{
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 20px;
}
.caseInfo_tit span, .caseInfo_tit b{
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	font-weight: lighter;
}
.caseInfo_content img{
	display: block;
	width: 760px;
	margin: 30px auto 15px;
}
.art-info .pro-info-page{
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dashed #dedede;
}
.projectMore{
    margin-top: 40px;
}
.projectMore ul{
	padding: 10px 0 0;
}
.projectMore ul li{
	width: 100%;
	border-bottom: 1px dashed #dedede;
}
.projectMore ul li a{
	display: block;
	line-height: 34px;
	padding-left: 15px;
	font-size: 14px;
	color: #666;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}
.projectMore ul li a::after{
	 content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    top: 14px;
	-webkit-transition: .3s;
	transition: .3s;
}
.projectMore h3{
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #333;
}
.projectMore span{
	font-size: 20px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	background: #333;
	border-radius: 8px 8px 0 0;
}
.projectMore ul li a:hover{
	padding-left: 28px;
	color: #fe004f;
}
.projectMore ul li a:hover::after{
	background: #999;
}
.caseInfo_content img{
	max-width: 100%;
}

/* contact */
.contact_title{
	padding-bottom: 20px;
	margin-bottom: 80px;
	border-bottom: 1px solid #d8d8d8;
	position: relative;
}
.contact_title h3{
	 font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #fe004f;
}
.contact_title p{
	 font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #666;
	margin: 30px auto 0;
}
.contact_title::after {
    content: '';
    width: 94px;
    height: 5px;
    background: #fe004f;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -47px;
}
.contact_fun{
	width: 100%;
}
.contact_left{
	width: 100%;
	position: relative;
}
.contact_left::before, .contact_left::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    left: 0;
}
.contact_left::before{
	bottom: 0px;
}
.contact_left::after{
	top: 136px;
}
.lxzl{
	width: 50%;
	height: 150px;
	float: left;
	text-align: center;
}
.lxzl i{
	display: block;
	height: 36px;
	background: url(/storage/14856/imagesclass/20211013/contacts_03.png) no-repeat;
	overflow: hidden;
	background-position-y: 0; 
	margin: 10px auto;
	-webkit-transition: .3s;
	transition: .3s;
}
.lxzl span{
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	padding: 10px 0 10px;
}
.lxzl em{
	display: block;
	font-size: 15px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 0 5px;
}
.lxzl:hover i{
	background-position-y: -36px;
}
.lxzl:hover em{
	color: #fe004f;
	font-weight: bold;
}
.tel02{
	position: relative;
}
.tel02::after, .email::after{
	content: '';
    width: 1px;
    height: 150px;
    background: #dfdfdf;
    position: absolute;
    top: 0px;
}
.tel02::after{
    left: 0;
}
.email::after{
    right: -1px;
}
.email{
	position: relative;
}
.email i{
	width: 46px;
	background-position-x: -73px;
}
.tel01 i{
	width: 34px;
	background-position-x: 0;
}
.tel02 i{
	width: 39px;
	background-position-x: -34px;
}
.qq i{
	width: 32px;
	background-position-x: -119px;
}
.emial i{
	width: 46px;
	background-position-x: -73px;
}
.add i{
	width: 28px;
	background-position-x: -151px;
}
.contact_right{
	width: 300px;
	height: 300px;
	float: right;
}
.contact_right span{
	display: block;
	width: 110px;
	margin-left: 95px;
   font-size: 14px;
   text-align: center;
}
.contact_right span:first-child{
	margin-bottom: 20px;
}
.contact_right span img{
	width: 100%;
   display: block;
   height: 110px;
   background: #61bfbf;
}
.gdadd{
	width: 100%;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.mages{
	width: 100%;
}
.forms{
	width: 100%;
}
.forms input{
	 display: block;
    width:99.6%;
    line-height: 48px;
    background: rgb(255,255,255);
    border: none;
    text-indent: 10px;
    outline: none;
    border-radius: 8px;
    font-size: 14px;
	 border: 1px solid #eee;
}
.form-control{
	 display: block;
    width: 99.6%;
	 min-height: 140px;
    line-height: 24px;
    background: rgb(255,255,255);
    border: none;
    text-indent: 10px;
    outline: none;
    border-radius: 8px;
    font-size: 14px;
	 border: 1px solid #eee;
	 padding-top: 5px;
	 margin-top: 10px;
}
.forms_left, .forms_right{
	 width: 100%;
}
#tel{
	margin: 10px 0;
}
#butt{
	display: block;
    width: 200px;
    height: 50px;
    background: #333;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    position: relative;
    transition: .3s;
    cursor: pointer;
	text-indent: 5px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
#butt:hover{
	background: #fe004f;
}