@charset "utf-8";
/* CSS Document */
/*内页banner*/
.nybanner {
	width:100%; 
	text-align:center;
	padding: 11rem 0; 
	box-sizing:border-box;
	color:#fff;
}
.nybanner h1 {
	margin-bottom:12px;
	font-weight:bold;
	color:#fff;
	font-size: 36px;
}
.nybanner p {
	font-size:20px
}

.main{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg.jpg);
}
.main-con{
	padding: 3rem 0 10rem;
}
/*通用内页导航*/
.con-nav{
	width: 100%;
}
.con-nav .con-nav-top{
	background: url(../images/border11.png) no-repeat center;
}
.con-nav .con-nav-top .con-nav-tit{
	padding: 20px;
}
.con-nav .con-nav-top .con-nav-tit p{
	color: #840000;
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}
.con-nav .con-nav-top .con-nav-tit .tit-p2{
	font-size: 14px;
	text-transform: uppercase;
}
.con-nav .con-nav-bom{
	padding-top: 3px;
	text-align: center;
}
.con-nav .con-nav-bom li{
}
.con-nav .con-nav-bom li h3{
	border-bottom: 1px solid #840000;
	padding-left: 0;
	font-weight: normal;
}
.con-nav .con-nav-bom li h3 a{
	height: 60px;
	line-height: 55px;
	font-size: 15px;
	color: #333;
}
.con-nav .con-nav-bom li:hover{
	background: url(../images/hover01.png) no-repeat right;
}
.con-nav .con-nav-bom li:hover a{
	color: #840000;
}
.con-nav .con-nav-bom li.on{
	background: url(../images/hover01.png) no-repeat right;
}
/*通用位置*/
.con-wz{
	width: 100%;
    margin-bottom: 10px;
}
.con-wz .wz{
	text-align: left;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 33px;
    background: #fff url(../images/wz.png) no-repeat left;
}
.con-wz .wz .pot{
	display: inline-block;
    font-size: 12px;
    color: #555;
}
.con-wz .wz .pot a{
    font-size: 14px;
    color: #555;
    padding: 0 2px;
}

/*main*/
/*单页*/
.con-info{
	overflow: hidden;
}
.con-info .con-info-m{
	width: 94%;
	margin: 30px auto;
}
.con-info .con-info-m h1{
	color: #333;
	font-size: 28px;
	font-weight: normal;
	margin: 20px 0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.con-info .con-info-m .con-box{
	margin: 20px 0;
}
.con-info .con-info-m .con-box p{
	color: #666;
}
/*product*/
.con-pro{
	overflow: hidden;
}
.con-pro .con-pro-m{
	width: 100%;
	margin: 10px auto 30px;
}
.con-pro .con-pro-m .probox{
	overflow: hidden;
}
.con-pro .con-pro-m .proLi {
    width: calc(100% / 3);
    height: 100%;
    float: left;
	padding: 20px;
}
.con-pro .con-pro-m .proLi {
    width: calc(100% / 3);
    height: 100%;
    float: left;
	padding: 20px;
}
.con-pro .con-pro-m .proLi .porTbox{ 
	display:block; 
	width:100%; 
	margin:0 auto; 
	overflow:hidden; 
	height: 230px;
	background: #840000;
}
.con-pro .con-pro-m .proLi .porTbox img{ 
	display:block; 
	border:0px; 
	height: 100%;
	margin: 0 auto;
	transform:scale(1); 
	transition:all 1s ease 0s; 
	-webkit-transform:all 1s ease 0s; 
}
.con-pro .con-pro-m .proLi .porTbox:hover img{ 
	transform:scale(1.15); 
	transition:all 1s ease 0s; 
	-webkit-transform:all 1s ease 0s; 
	cursor:pointer; 
}
.con-pro .con-pro-m .proLi .porBbox{ 
	border-top: 1px dashed #840000;
	border-bottom: 1px dashed #840000;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding: 12px 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition:all 0.4s;
}
.con-pro .con-pro-m .proLi:hover .porBbox{
	color: #840000;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

/*page*/
.page{
	margin: 15px auto 35px;
    line-height: 30px;
    text-align: center;
}
.page span{
	margin: 0 2px;
	color: ccc;
}
.page a{
	padding: 10px 15px;
	margin: 0 2px;
	font-size: 16px;
	color: #595959;
}
.page a:hover{
	background: #840000;
	color: #fff;
}
.page a.page-num-current{
	background: #840000;
	color: #fff;
}

.relink{
	overflow: hidden;
    margin-top: 30px;
    margin-bottom: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.relink .prelink{
	width: 50%;
	float: left;
}
.relink .nextlink{
	width: 50%;
	float: right;
	text-align: right;
}
.relink .prelink,.relink .nextlink{
	font-size: 14px;
	color: #707070;
}
.relink .prelink a,.relink .nextlink a{
	font-size: 14px;
	color: #707070;
}
.relink .prelink a:hover,.relink .nextlink a:hover{
	color: #840000;
}


/*news*/
.ny-news{
	padding: 10px;
}
.ny-news .newList1{
	padding: 30px;
    background: #fafafa;
    margin-bottom: 40px;
}
.ny-news .newList1 .centerContentBox{
	width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.ny-news .newList1 h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ny-news .newList1 article{
	font-size: 15px;
	line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    margin-bottom: 15px;
    overflow-wrap: break-word;
}
.ny-news .newList1 .readMore{
    background: #840000;
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 130px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #8fcb28;
}

.ny-news .newList {
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 170px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;
}
.ny-news .newList:hover {
    height: 180px;
}
.ny-news .newList a{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 8%;
    overflow: hidden;
}
.ny-news .newList .leftTimeBox {
	width: 30%;
}
.ny-news .newList:hover .leftTimeBox {
}
.ny-news .newList .newData {
    font-size: 36px;
    line-height: 46px;
    padding-top: 15px;
}
.ny-news .newList .centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.ny-news .newList h2 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.ny-news .newList:hover h2{
	color: #840000;
}
.ny-news .newList .newToolBox {
    margin: 5px 0;
    color: #b4b4b4;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/data.png) no-repeat left;
}
.ny-news .newList article {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    font-size: 15px;
    overflow-wrap: break-word;
}
.ny-news .newList .rightIcon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.ny-news .newList .rIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: auto;
    height: 98%;
    transition: all .5s ease;
}
.ny-news .newList .whiteIcon {
    opacity: 1;
}
.ny-news .newList:hover .whiteIcon {
    opacity: 0;
}
.ny-news .newList .redIcon {
    opacity: 0;
}
.ny-news .newList:hover .redIcon {
    opacity: 1;
}

.news-t{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.news-t .xuxi{
	margin-bottom: 20px;
}
.news-t .xuxi span{
	font-size: 14px;
	color: #595959;
	margin-right: 20px;
}
.news-t .gy{
	padding: 10px;
	background: #f5f5f5;
	font-size: 14px;
	color: #595959;
	line-height: 1.5;
}
.news-m{
	margin: 45px 0;
}




@media (max-width: 1024px){
.nybanner {
	padding: 6.8rem 0; 
}
.nybanner h1 {
	margin-bottom:8px;
	font-size: 28px;
}
.nybanner p {
	font-size:16px
}
.con-nav .con-nav-top .con-nav-tit {
    padding: 15px;
}
.con-nav .con-nav-top .con-nav-tit p {
    font-size: 18px;
    line-height: 1.6;
}
.con-nav .con-nav-bom li h3 a{
	height: 55px;
	line-height: 50px;
	font-size: 15px;
}
}


@media (max-width: 768px){
.nybanner {
	padding: 6rem 0; 
}
.nybanner h1 {
	margin-bottom:6px;
	font-size: 24px;
}
.nybanner p {
	font-size:16px
}
.ny-news .newList1 {
	margin-bottom: 20px;
}
.ny-news .newList1 .centerContentBox{
	width: 100%;
}
.ny-news .newList1 article{
	margin-bottom: 0;
}
.ny-news .newList1 .readMore{
	display: none;
}
.ny-news .newList a {
	padding-right: 0;
}
.ny-news .newList .leftTimeBox {
	display: none;
}
.ny-news .newList .centerContentBox {
    width: 100%;
    padding-left: 0%;
}
.ny-news .newList .rightIcon {
	display: none;
}
.news-t{
	padding-bottom: 0;
}
.news-t .gy{
	display: none;
}
.news-m{
	margin: 35px 0;
}
}


@media (max-width: 485px){
.nybanner {
	padding: 3rem 0; 
}
.nybanner h1 {
	font-size: 18px;
}
.nybanner p {
	font-size:15px
}
.con-pro .con-pro-m .proLi {
    width: calc(100% / 2);
    height: 100%;
    float: left;
	padding: 15px;
}
}