@charset "utf-8";
/* CSS Document */
.container{
	width:1600px;
	margin:0 auto;
}
.inban{
	position: relative;
}
.inban .container{
	position:absolute;
	z-index: 1;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.inban h2{
	font-size:60px;
	color:#fff;
	text-transform: uppercase;
}
.inban img{display:block;}
.breadnav{
	line-height: 80px;
	font-size:14px;
	color:#5d5d5d;
	margin-bottom: 20px;
}
.breadnav span{
	color:#1cadec;
}
/*********************公司简介************************/
.ab .wrap h2{
	text-align:center;
	font-size:24px;
	color:#000;
	line-height: 35px;
	margin-bottom: 40px;
}
.ab .wrap p{
	font-size:14px;
	color:#545454;
	line-height: 2;
}
.ab .wrap img{
	margin:40px 0;
}
@keyframes arrow1{
    0% {
    	transform:translateX(-50%) translateY(0%);
	}
	50% {
		transform:translateX(-50%) translateY(60%);
	}
	100% {
		transform:translateX(-50%) translateY(0%);
	}
}

/***********************产品中心*************************/
.pl{
	background: #f9fafa;
	padding-bottom: 5%;
}
.pd_l{
	width: 282px;
	float:left;
}
.pd_l h2{
    display:none;
	background: #e60012;
	position: relative;
	font-size:18px;
	color:#fff;
	line-height: 50px;
	padding-left:30px;
}
.pd_l h2:after{
    display: block;
	content: '';
	width:16px;
	height: 16px;
	position: absolute;
	right: 32px;
	top:17px;
	background:url(../icon/more.png) center no-repeat;
}
.pd_l .zhank:after{
    background:url(../icon/minus.png) center no-repeat ;
}
.pd_l ul {
    max-width:100%;
}
.pd_l li a{
	display: block;
	background: #fff;
	position: relative;
	font-size:15px;
	color:#383838;
	line-height: 50px;
	padding-left:40px;
	margin-bottom: 2px;
}
.pd_l li a:before{
	display: block;
	content: '';
	width:10px;
	height: 1px;
	position: absolute;
	left: 16px;
	top:24px;
	background: #383838;
}
.pd_l li a:hover,
.pd_l li.active a{
	background:#1cadec;
	color:#fff;
}
.pd_l li a:hover:before,
.pd_l li.active a:before{background:#fff;}
.pd_r {
	float:right;
    width: -webkit-calc(100% - 317px);
    width: -moz-calc(100% - 317px);
    width: calc(100% - 317px);
    position: relative;
}
.pd_r ul li {
    background-color: #fff;
    position: relative;
    float: left;
    width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.pd_r ul li:nth-child(3n){margin-right:0;}
.pro_2_mid_right_1_mid_2 {
    font-size:18px;
    color: #000;
	text-align: center;
	line-height: 72px;
	border-top: 1px solid #f9fafa;
}

/***********************产品详情*************************/
.mySwiper2{
	width:calc(100% - 501px);
	float:left;
}
.mySwiper2 .swiper-slide{
    text-align: center;
    overflow: hidden;
    max-height: 800px;
}
.mySwiper2 .swiper-slide img{
    transform: translateY(-10%);
}
.mySwiper{
	width:501px;
	float:right;
	overflow: hidden;
}
.mySwiper h2{
	font-size:24px;
	color:#000;
	margin-bottom: 35px;
}
.mySwiper .swiper-slide{
	border:1px solid #e9e9e9;
}
.mySwiper .swiper-slide-thumb-active{
	border:1px solid #e60012;
}
.pere{
	background:#f9fafa;
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
}
.pere .title{
	font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 30px;
    color: #252525;
    padding: 0;
    margin: 32px 0 30px;
}
.pro-table{
	width: calc(100% - 501px);
	padding-right: 65px;
}
.pro-table table{
	width:100%;
}
.pro-table table tr{
	border-bottom: 1px solid #bbb!important;
}
.pro-table table td{
	color: #444!important;
    text-transform: uppercase;
    padding: 25px 50px;
    letter-spacing: 0;
    text-align: left;
}

.pere .repro{
    width: 501px;
}
.pere .repro ul{
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pere .repro ul li img{
	border:1px solid #e9e9e9;
}
.pere .repro ul li p{
	text-align:center;
	line-height: 55px;
	font-size:14px;
}

/* 产品详情 */
.pd .product-view{
	display: flex;
	justify-content: center;
}
.pd .product-view .product-img{
	width: 60%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pd .product-view .product-img img{
	max-width: 100%;
	/* height: 100%; */
	object-fit: cover;
}
.pd .product-view .product-info{
	width: 50%;
	
}
.pd .product-view .product-info .infobox{
	width: 580px;
	padding-left: 30px;
}
.pd .product-view .product-info .title{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.pd .product-view .product-info .desc{
	font-size: 14px;
	color: #545454;
	line-height: 2;
	max-height: 300px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-break: break-all;
	


}

.pd .product-view .product-info .btn a{
	margin-top: 40px;
	display: block;
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #000;
	border-radius: 25px;
}
.pd .product-view .product-info .btn a:hover{
	background: #1cadec;
}



.pere .maylike{
    width: 95%;
	margin: auto;
}
.pere .maylike .title{
	text-align: center; 
}
.pere .maylike ul{
	display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.pere .maylike ul li img{
	border:1px solid #e9e9e9;
}
.pere .maylike ul li p{
	text-align:center;
	line-height: 55px;
	font-size:14px;
}



/***********************新闻中心*************************/
.newslist{
	padding: 74px 0 160px;
    background: #fafafa;
}
.news-list a{
    margin-bottom: 40px;
    position: relative;
	background: #fff;
}
.news-list .nl .timebox {
    width: 519px;
    position: relative;
}
.news-list .nl .timebox img{
	display:block;
}
.news-list .nl .text {
    width: calc(100% - 519px);
    padding:50px;
	padding-bottom: 45px;
}
.news-list .nl .text time{
    font-size:14px;
	color:#8c8c8c;
}
.news-list .nl .text .tit2{
    display: block;
    width: 100%;
    height: auto;
    transition: 0.48s;
	font-size:24px;
	color:#000;
	padding:30px 0;
}
.news-list .nl .text .p{
    color: #666666;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
    overflow: hidden;
}
.arrows_btn {
    display: block;
    max-width: 26px;
    overflow: hidden;
}
.arrows_btn .icons {
    position: relative;
    display: flex;
    left: -100%;
    width: 350%;
    height: 30px;
    transition: 0.4s ease-in-out;
}
svg:not(:root) {
    overflow: hidden;
}
.news-list .nl:hover .tit2{
	color:#1cadec;
}
.news-list .nl:hover .icons {
    transform: translateX(30%);
}

/********************新闻详情*********************/
.text-con{
    padding:0 100px;
}
.text-con .top-title{
	font-size:24px;
	color:#000;
	text-align: center;
}
.text-con .top-tip{
	font-size:14px;
	color:#8c8c8c;
	padding:30px 0;
}
.text-con .top-tip span{
	padding:0 15px;
}
.text-con .p{
	border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 10px 28px;
}
.text-con .p img{
	display:block;
	margin:50px auto;
}
.text-con .p{
    text-align: left;
    font-size: 16px;
    color: #555;
    line-height: 28px;
}
.news-page {
    width: 100%;
    margin: 36px 0 72px 0;
    position: relative;
}
.news-page .news-page-1 {
    width: 80%;
    margin-top: 4px;
    padding-left: 76px;
    position: relative;
}
.news-page .news-page-1 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
	line-height: 40px;
	padding-left: 10px;
}
.news-page .news-page-1 a {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-page .return {
    position: absolute;
    right: 0;
    top: 0;
    width: 145px;
    height: 42px;
    line-height: 42px;
    font-size:14px;
    text-align: center;
    border-radius: 36px;
	padding-left: 40px;
    color: #fff;
    background-color: #2d2d2d;
	background-image: url(../images/back.png);
	background-position: 28px center;
	background-repeat: no-repeat;
}
.news-page .return:hover{
	background-color:#1cadec;
}


/***************联系我们****************/
.cd{
	padding-bottom: 100px;
}
.cbox{
	float:left;
	width:616px;
}
.cbox .coninfo h2{
	font-size:24px;
	margin-bottom: 50px;
}
.cbox .coninfo .li{
	font-size:14px;
	line-height: 24px;
	color:#545454;
	padding-left: 60px;
	margin-bottom: 38px;
	min-height: 32px;
}
.cbox .coninfo .ad{
	background:url(../images/c1.jpg) left center no-repeat;
}
.cbox .coninfo .ph{
	background:url(../images/c2.jpg) left center no-repeat;
}
.cbox .coninfo .fa{
	background:url(../images/c3.jpg) left center no-repeat;
}
.cbox .coninfo .ct{
	background:url(../images/c4.jpg) left center no-repeat;
}
.cbox .coninfo .ml{
	background:url(../images/c5.jpg) left center no-repeat;
}
.cform{
	float:left;
	padding-left: 100px;
	width:calc(100% - 616px);
}
.Grid-innerCell {
	width:50%;
	float:left;
	padding-right: 18px;
}
.cform .text{
	display:block;
	font-size:14px;
	color:#545454px;
	padding-bottom: 10px;
}
.cform  input{
	width:100%;
	background: #fff;
	border-radius:5px;
	border:1px  solid #dfdfdf;
	padding:0 10px;
	line-height: 42px;
	margin-bottom: 24px;
}
.cform  textarea{
	width:100%;
	background: #fff;
	border-radius:5px;
	border:1px  solid #dfdfdf;
	padding:0 10px;
	line-height: 42px;
	margin-bottom: 24px;
}
.cform button{
	display: block;
	width:142px;
	line-height: 42px;
	background: #2d2d2d;
	color:#fff;
	border-radius: 55px;
}
.cform button:hover{
	background: #1cadec;
}




@media screen and (max-width: 768px) {
	.news-list .nl .timebox {
		width: 100%;
	}
	
}








