*{
	padding:0px;
	margin:0px;
    box-sizing: border-box;
}
.w1200{
	width:1200px;
	margin:auto;
}
a{

	text-decoration: none;
}

.header_div{
	border-top:6px solid #b9241d;
	padding:12px 0px;
	border-bottom:1px solid rgba(0,0,0,.1);
}
.header_div .w1200{
	overflow:hidden;
	color:#444;
}
.header_div .name{
	float:left;
	font-size:15px;
}
.header_div .label{
	float:right;
}
.header_div .label span{
	margin-left:20px;
	font-size:14px;
}

.header_dome .logo_mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
.header_dome .logo_mobile .logo{height:85px;}
.header_dome .logo_mobile .mobile{
    display: flex;
    align-items: center;
}
.header_dome .logo_mobile .mobile img{
	margin-right:10px;
}
.header_dome .logo_mobile .mobile .phone_text{
	font-size:16px;
	color:#000;
}
.header_dome .logo_mobile .mobile .phone{
    font-size: 28px;
    color: #df001e;
    line-height: 32px;
    font-weight: bold;
    font-family: "din";
}


.nav_box{
    background: #df001e;
    font-size: 18px;
    font-weight: 550; 
}
.nav_box .w1200{
    display:flex;
}
.nav_box .lan{
	text-decoration: none;
	display:block;
	flex:1;
    color: #fff;
    line-height:60px;
    text-align:center;
	position:relative;
}
.nav_box .lan a{
    color: #fff;
    line-height:60px;
    text-align:center;
	display:block;
	width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_box .lan a img{
	height:20px;
	margin-left:10px;
}
.nav_box .lan:hover{
	background:#b10920;
}
.nav_box .lan:hover .child{
	display:block !important
}
.nav_box .active{
	background:#b10920;
}
.nav_box .child{
    background: #df001e;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0%;
	z-index:99;
	display:none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nav_box .child a{
    cursor: pointer;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    margin: 15px auto;
	width:90%;
    border-radius: 5px;
    transition: .3s;
	font-size:15px;
    background: #ffffff;
    color: #666;
    border-radius: 5px;
    transition: .3s;
    font-size: 16px;
    font-weight: initial;
	transition:.3s;
}
.nav_box .child a:hover{
	color:#fff;
	background:#b10920
}


.banner_box{
	width:100%;
	height:500px;
}
.banner_box img{
	width:100%;
	height:500px;
    object-fit: cover;
}


.product_item{
    padding: 30px 0px;
}

.product_item .title{
    font-size: 38px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
}
.product_item .xian{
    width: 40%;
    height: 1px;
    margin: auto;
    background: #eee;
    position: relative;
}
.product_item .xian span{
    width: 100px;
    height: 5px;
    position: absolute;
    left: 50%;
    background: #df001e;
    margin-left: -50px;
    top: 50%;
    margin-top: -3.25px;
}
.product_item .desc{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #888;
}
.product_item .nam_div{
	display:flex;
	margin-top:30px;
}
.product_item .nam_div .l{
	width:260px;
	margin-right:30px;
	background:#df001e;
	border-radius:3px;
}
.product_item .nam_div .l .tit_div{
    text-align: center;
    color: #fff;
}
.product_item .nam_div .l .tit_div .tit{
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
}
.product_item .nam_div .l .tit_div .desc{
	color:rgba(255,255,255,0.5);
	margin-top:0px;
}
.product_item .type_box{
	margin: 20px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.product_item .type_box a{
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    margin: 15px;
    background: #6f6d73;
    color: #fff;
    border-radius: 5px;
    transition:.3s;
}
.product_item .type_box a:hover{
	color:#fff;
	background:#df001e;
}
.product_item .r_box{
	flex:1;
}
.product_item .r_box .more_box{
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    overflow: hidden;
    align-items:center;
}
.product_item .r_box .more_box span{	
    background: #df001e;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.product_item .r_box .more_box a{
    font-size: 14px;
    margin-right: 14px;
    color: #df001e;
    text-decoration: none;
}

.product_item .r_box .list_item{
    display: flex;
    flex-wrap: wrap;
}
.product_item .r_box .list_item .item{
    width: 280px;
    cursor:pointer;
    margin-right: 20px;
    margin-top: 20px;
}
.product_item .r_box .list_item .item:nth-child(3n){
	margin-right:0px;
}
.product_item .r_box .list_item .item img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.product_item .r_box .list_item .item p{
	text-align:center;
	margin-top:10px;
	font-size:15px;
	color:#000
}

.ad_box{
	background:url(../img/ad01.jpg)
}
.ad_box .ad_item{
    display: flex;
    align-items: center;
    padding: 30px 0px;
    justify-content: space-between;
} 
.ad_box .ad_item .l .text{
    font-size: 24px;
    color: #fff;
}
.ad_box .ad_item .l .text2{
    color: #fff;
    font-size: 26px;
    font-weight: 550;
    margin-top: 10px;
}
.ad_box .ad_item .l .xian{
    margin-top: 25px;
    width: 40px;
    height: 3px;
    background: #fff;
}
.ad_box .ad_item .dh_div{
    text-align: left;
    color: #fff;
}
.ad_box .ad_item .dh_div .text{
	font-size:16px;
}
.ad_box .ad_item .dh_div .text2{
    font-size: 30px;
    font-weight: 550;
    margin-top: 5px;
}
.ad_box .ad_item .dh_div .zx{
    height: 40px;
    display: block;
    border-radius: 40px;
    border: 1px solid #fff;
    background: none;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
	cursor:pointer;
    margin-top: 15px;

}

.about_item{	
    background: url(../img/a-bg.jpg);
    background-position: center;
    padding:20px 0px;
}
.about_item .tit{
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
}
.about_item .xian{
    width: 40%;
    height: 1px;
    margin: auto;
    background: #eee;
    margin-top:20px;
    position: relative;
}
.about_item .xian span{
    width: 100px;
    height: 5px;
    position: absolute;
    left: 50%;
    background: #fff;
    margin-left: -50px;
    top: 50%;
    border-radius:20px;
    margin-top: -3.25px;
}
.about_item .desc{
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.about_item .content{
	display:flex;
    background: #464646;
    border-radius: 5px;
    color: #fff;
	overflow:hidden;
    position: relative;
	top:65px;
}
.about_item .content .img{
	width:600px;
	height:350px;
}
.about_item .content .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_item .content .cont_box{
    padding: 0px 20px;
    flex: 1;
    overflow: hidden;
}
.about_item .content .name{
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top:70px;
}
.about_item .content .x{
    width: 100px;
    height: 4px;
    background: #FFF;
    margin-bottom: 30px;
}
.about_item .content .xq{
	font-size:16px;
    line-height: 26px;
}

.about_item .content .more{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #df001e;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    border-radius:3px;
    cursor:pointer;
}

.new_item{
	padding:30px 0px;
	margin-top:60px;
}
.new_item .title{
    font-size: 38px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
}
.new_item .xian{
    width: 40%;
    height: 1px;
    margin: auto;
    background: #eee;
    position: relative;
}
.new_item .xian span{
    width: 100px;
    height: 5px;
    position: absolute;
    left: 50%;
    background: #df001e;
    margin-left: -50px;
    top: 50%;
    margin-top: -3.25px;
}
.new_item .new_list{
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
    flex-wrap: wrap;
}
.new_item .new_list .item{
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-radius: 5px;
    overflow:hidden;
}
.new_item .new_list .item .time{
    background: #df001e;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.new_item .new_list .item .time .day{
	font-size:14px;
	margin-bottom:5px;
}
.new_item .new_list .item .time .year{
    font-size: 20px;
    font-weight: 550;
}
.new_item .new_list .item .r_div{
    flex: 1;
    overflow: hidden;
    background: #f6f6f6;
    height:90px;
    padding: 10px;
	transition:.3s
}
.new_item .new_list .item .r_div .tit{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
	transition:.3s
}
.new_item .new_list .item:hover  .r_div{
	background:#df001e;
}
.new_item .new_list .item:hover .tit{
	color:#fff;
}
.new_item .new_list .item .r_div .desc{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	transition:.3s;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    font-size: 14px;
    color: #888;
}
.new_item .new_list .item:hover .desc{
	color:rgba(255,255,255,.7);
}

.new_item .more{
    cursor: pointer;
    background: #df001e;
    color: #fff;
    border-radius: 5px;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    padding: 10px 0px;
}

.anli_item{
	padding:30px 0px;
} 
.anli_item .title{
    font-size: 38px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 23px;
}
.anli_item .xian{
    width: 40%;
    height: 1px;
    margin: auto;
    background: #eee;
    position: relative;
}
.anli_item .xian span{
    width: 100px;
    height: 5px;
    position: absolute;
    left: 50%;
    background: #df001e;
    margin-left: -50px;
    top: 50%;
    margin-top: -3.25px;
}
.anli_item .desc{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #888;
}
.anli_item .anli-container{
	margin-top:30px;
}
.anli_item .img_list{
	 margin-top:20px;
	 overflow:hidden;
}
.anli_item .img_list .img_item{
    width: 24%;
    height: 240px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    margin-top: 1%;
    margin-right: 1%;
}
.anli_item .img_list .img_item:nth-child(4n){
	margin-right:0px;
}
.anli_item .img_list .img_item img{
	width:100%;
	height:100%;
    object-fit: cover;
}
.anli_item .img_list .img_item p{ 
    transition: .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    left:-100%;
    top: 0px;
    text-align: center;
    display: flex;
	padding:15px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,.4);


}
.anli_item .img_list .img_item .top{
	left:0px;
	top:0px;
}
.anli_item .img_list .img_item .left{
	left:0px;
	top:0px;
}
.anli_item .img_list .img_item .bottom{
	left:0px;
	top: 0px;
}
.anli_item .img_list .img_item .right{
	    top: 0px;
    left: 0px;
}
.anli_item .img_list .img_item .topLeave{
	left:0px;
	top:-100%;
}
.anli_item .img_list .img_item .leftLeave{
	left:-100%;
	top:0px;
}
.anli_item .img_list .img_item .bottomLeave{
	top:100%;
	left:0px;
}
.anli_item .img_list .img_item .rightLeave{
	left:100%;
	top:0px;
}
.anli_item .img_list .img_item:hover p{
	opacity:1
}
.anli_item .more{
	cursor:pointer;
    background: #df001e;
    color: #fff;
    border-radius: 5px;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    padding:10px 0px;
}


.page_post{
	width:100%;
	height:500px;
}
.page_post img{
	width:100%;
	height:100%;
    object-fit: cover;
}

.about_man{
	padding:30px 0px;
}
.about_man .w1200{
	display:flex;
}
.about_man .coent{
    padding: 15px;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
	text-align:center;
}
.about_man .coent img{
	max-width:100%; 
}
.about_man .coent video{
	max-width:100%; 
}
.child_left{
	width:260px;
}
.child_left .tit{
    background: #df001e;
    color: #fff;
    font-size: 22px;
    padding: 15px;
    font-weight: 550;
}
.child_left .erji{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.child_left .erji a{
    display: block;
    border-left: 2px solid #fff;
    padding-left: 15px;
	padding-right:15px;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    border-top: 1px solid #eee;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.child_left .erji a:hover{
	border-left:2px solid #df001e;
}
.child_left .lxdh{
    background: #df001e;
    color: #fff;
    overflow: hidden;
}
.child_left .lxdh .text{
    font-size: 16px;
    padding: 15px 0px;
    text-align: center;
}
.child_left .lxdh img{
    width: 100px;
    display: block;
    margin: 0px auto;
    margin-bottom: 25px;
}
.child_left .lxdh  .dh{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.man_details{
	border:1px solid #eee;
	flex:1;
	margin-left:20px;
	padding:15px;
}
.man_details .title{
	text-align:center;
	margin-bottom:10px;
	color:#df001e;
	font-size: 20px;
	font-weight: 550
}
.man_details .man_x{
	display:flex;
	align-items:center;
}
.man_x .span{
	flex:1;
	height:1px;
	background: #eee
}
.man_x .span2{
	background: #df001e;
	height:3px;
	width:50px;
	margin:0px 5px;
}

.new_man{
	padding:30px 0px;
}
.new_man .new_list{
	display:flex;
	cursor:pointer;
	padding:10px 0px;
	border-bottom:1px #ccc dashed;
    justify-content: space-between;
    align-items:center;
}
.new_man .new_list .title{
    width: 80%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    color: #000;
    font-size: 16px;
}
.new_man .new_list .time{
    font-size: 14px;
    color: #888;
}
.new_man .new_list:hover{
	border-color:#df001e;
}
.new_man .new_list:hover .title{
	color:#df001e;
}
.new_man .new_list:hover .time{
	color:#df001e;
}

.product_man .nam_div{
     
}
.product_man  .r_box .list_item .item{
	margin-bottom:20px; margin-top:0px;
}
.product_man .lxdh{
	color:#fff;
	text-align:center;
}
.product_man .lxdh .text{
	font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
}
.product_man .lxdh img{
    width: 100px;
    display: block;
    margin: 0px auto;
    margin-bottom: 25px;
}
.product_man .lxdh .dh{
	font-size:22px;
	font-weight: bold;
	margin-bottom:20px;
}


.lxwm_box .details_content p{
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}
.lxwm_box .details_content #dituContent{
	width:100%;height:350px;border:#ccc solid 1px;margin-top:20px;
}

.footer_box{
	background:#1d242c;
	overflow:hidden;
}
.footer_box .link_box{
	display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
} 
.footer_box .link_box .link a{
    color: #fff;
    font-size: 14px;
    margin-right: 30px;
    text-decoration: none;
}
.footer_box .link_box .ewm_bix .item{
	text-align:center;
	color:#fff;
	font-size:14px
}
.footer_box .link_box .ewm_bix .img{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom:10px;
}
.footer_box .link_box .ewm_bix .img img{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.footer_box .jishu{
    border-top: 1px solid rgba(255,255,255,.2);
    margin-top: 20px;
    padding: 15px 0px;
    color: #fff;
    font-size: 14px;
}
.footer_box .jishu a{
	color:#fff;
	text-decoration: none
}
.page{
text-align:center;
padding:15px 0px;
}
.page ul{
    display: flex;
    justify-content: center;
}
.page ul li{
    list-style: none;
    margin: 00px 10px;
}
.page ul li a{
    color:#df001e;
}
.time_num{
    padding-top: 15px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #999;
}
.time_num span{
	margin:0px 20px;
}

.prv_next{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.prv_next  a{
	color:#df001e
}
.prv_next .null{
	 color: #999;
}