header{
	width:100%;
	padding:40px 20px;
	background: linear-gradient(to bottom,#AA0000,#C43D03);
}
.top-header .logo{
	display: flex;
	gap:30px;
	align-items: center;
}
.top-header .logo .th{
	width: 6%;
}
.top-header .logo .xh{
	width: 6%;
}
.top-header .logo .xm{
	width:70%;
}
.top-header .logo img{
	width:80px;
}
.top-header .logo .xm p{
	font-size:33px;
	font-weight: bold;
	color:#FFF;
}

.top-header .logo .right-search-box{
	width:30%;
	margin-top: 30px;
}
.top-header .logo .right-search-box ul li{
	float:left;
	width:100px
}
.top-header .logo .right-search-box ul li a{
	color:white;
	/*padding:  0px 24px 0px 0px;*/
	display: block;
	height: 12px;
	position: relative;
}
.top-header .logo .right-search-box ul li a:after{
	content: "";
	display: block;
	height: 12px;
	width: 1px;
	border-right:#fff solid 1px;
	position: absolute;
	left:78px;
	top:5px
}

.top-header .logo .right-search-box .search-box{
	position: relative;
}
.top-header .logo .right-search-box  input[type='text']{
	margin-top: 20px;
	width:280px;
	border: none;
	height: 40px;
	background: #BF5020;
}
.top-header .logo .right-search-box  input[type='image']{

	position: absolute;
	right:72px;
	top:30px
}
nav{
	width:100%;
	height:60px;
	transition: all 0.8s ease-in-out;
}

nav .nav-box ul li{
	float: left;
	width:200px
}
nav .nav-box ul li a{
	font-size:18px;
	line-height: 60px;
	position: relative;
        text-align:center;
}
nav .nav-box ul li a:after{
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	border-right:#B9B9B9 solid 1px;
	position: absolute;
	left:0px;
	top:23px
}
.nav_p{
	display: none;
	height: calc(100vh - 105px);
	width: 100%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top:105px;
	left: 0px;
	z-index: 99;
}
.navbar_nav_t{
	padding: 0px 2rem;
}
.navbar_nav_t li{
	
	width: 100%;
	position: relative;
	border-bottom: #d9d9d9 1px solid;
}
.navbar_nav_t .dropdown_t:after{
	content: "";
	display: inline-block;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top:15px;
	width: 2rem;
	height: 2rem;
}
.navbar_nav_t li a{
	line-height: 3.6rem;
}
.navbar_nav_t .dropdown_menu{
	display: none;
}
.navbar_nav_t .dropdown_menu a{
	display: block;
	line-height: 2.6rem;
	font-size:14px;
}
.nav_l{
	display: none;
	width: 100%;
}

.nav_l .navbar_nav_t{
	padding: 0px 2rem;
}
.nav_l .navbar_nav_t li{
	width: 100%;
	position: relative;
	border-bottom: #d9d9d9 1px solid;
}
.nav_l .navbar_nav_t .dropdown_t:after{
	content: "";
	display: inline-block;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top:15px;
	width: 2rem;
	height: 2rem;
}
.nav_l .navbar_nav_t li a{
	line-height: 3.6rem;
}
.nav_l .navbar_nav_t .dropdown_menu{
	display: none;
}
.nav_l .navbar_nav_t .dropdown_menu a{
	display: block;
	line-height: 2.6rem;
	font-size:14px;
}
@keyframes rotate {
    from {
        transform:  translateY(10%);
        top: 53px;
    }

    to {
        transform: rotateX(0deg) translateY(0%);
        top: 53px;
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform:  translateY(10%);
        top: 53px;
    }

    to {
        -moz-transform:  translateY(0%);
        top: 53px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

.slideBox {
	overflow: hidden;
	position: relative;
	top:0px;
	margin: 0 auto;
}

.slideBox .hd {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:-55px;
	z-index: 1;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 15px;
	height:15px;
	background: rgba(255,255,255,0.6);
	border-radius: 50%;;
	font-size:12px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	
}

@keyframes play{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.slideBox .hd ul li.on {
	background: #FFFFFF;
	/*animation: play 5s linear infinite;*/
}

.slideBox .moreBox{
	color:#FFFFFF;
	padding:10px 20px;
	line-height:40px;
	background-color:#B70E17;
	position: relative;
	top:19px
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width:100%;
	height:100%;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
.slideBox .prev{
	height:80px;
	width:80px;
	position: absolute;
	left: 100px;
	top:45%;
	background: url(../img/leftarrow.png) no-repeat ;
}
.slideBox .next{
	height:80px;
	width:80px;
	right: 100px;
	top:45%;
	background: url(../img/rightarrow.png) no-repeat 20% 45%;
}
.main{
	overflow: hidden;
        padding-bottom:20px
}
.news-slider{
	overflow: hidden;
	position: relative;
	height: 331px;
	width:500px;
	
}
.news-slider .hd {
	height: 5.6rem;
	overflow: hidden;
	position: absolute;
	right:0px;
	bottom:2rem;
	z-index: 1;
}
.news-slider .hd ul {
	overflow: hidden;
	zoom: 1;
	display: none;
}
.news-slider .hd ul li {
	float: left;
	width: 25px;
	height:25px;
	font-size:12px;
	line-height:25px;
	background: #FFFFFF;
	color: #0160BA;
	text-align: center;
	cursor: pointer;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.news-slider .hd ul li.on{
	background: #0160BA;
	color: #FFFFFF;
}
.news-slider .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.news-slider .bd li {
	zoom: 1;
	vertical-align: middle;
}

.news-slider .bd img {
	width:100%;
	height:330px;
	display: block;
}
.news-slider .bd .tt{
	position: absolute;
	height: 50px;
	bottom: 0px;
	color:#fff;
	width:100%;
	line-height: 50px;
	padding: 0px 20px;
	background: rgba(170,0,0,0.6);
}
.news{
	margin-top: 50px;
}
.news-header{
	position:relative;
	border-bottom: #AA0000 solid 1px;
	height: 60px;
}
.news-header p{
	display: inline-block;
	font-size:18px;
	font-weight:bold;
	cursor: pointer;
	color:#B9B9B9;
	margin-right: 40px;
	transition:all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition:  all 0.4s ease-in-out;
}
.news-header .title{
	display: inline-block;
	font-size:26px;
	font-weight: bold;
	line-height: 54px;
	color:#3E3E3E;
	border-bottom: #BF5020 solid 6px;
}
.news-header .main-tit{
	font-size:26px;
	font-weight: bold;
	line-height: 54px;
	color:#333333;
	border-bottom: #BF5020 solid 6px;
}

.get-more{
	position: absolute;
	right: 0px;
	top:30px;
}
.news .news-left{
	width:65%;
	height:410px;
	float:left;
}
.news .news-right{
	width:30%;
	height:410px;
	float:right;
}
.news .news-left .left-news-col{
	margin-top: 30px;
	display: flex;
	gap:20px
}
.news .news-left .news-col{
	width:48%;
}
.news .news-right .tzgg{
	margin-top: 30px;
}
.news .news-right ul li{
	line-height: 28px;
	padding-bottom: 12px;
}
.news .news-right ul li a{
	font-size:16px
}

.news .news-col ul li{
	height: 60px;
	margin-bottom: 10px;
}
.news .news-col ul li a{
	line-height:26px;
	display: block;
	margin-left: 10px;
}
.news .news-col .news-date{
	background: #F2F2F2;
    display: block;
    height: 50px;
    line-height: 56px;
    color: #BF5020;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    width: 77px;
    float: left;
    margin-right:10px
}
.news-right-col{
	padding: 30px;
	margin-top:30px
}
.news-right-col ul li{
	line-height: 47px;
}
.news-right-col ul li a{
	display: block;
	width:100%;
}
.news-right-col .news-date{
	
	color:#AA0000;
}
.mobile_list_nav{
		display: none;
}
.part-two{
	overflow: hidden;
	padding-top: 40px;
}
.part-two .inner-box{
	display: flex;
	gap:20px;
	justify-content: space-between;
}
.part-two .inner-box .left{
	width:48%
}
.part-two .inner-box .right{
	width:48%
}
.part-two .inner-box .bg{
	background: #FDF7F4;
}
.part-two .right .news-right-fc{
	margin-top: 30px;
	padding:30px
}

.part-two .right .news-right-fc .first-news img{
	width:229px;
	height:153px;
	float:left;
	padding-right: 20px;
}
.part-two .right .news-right-fc ul{
	overflow: hidden;
}
.part-two .right .news-right-fc ul li a{
	line-height: 54px;
}
.part-two .right .news-right-fc .first-news .abs{
	font-size: 14px;
	color:#696969;
	line-height: 24px;
}

.part-two .right .news-right-fc .news-date{
	line-height: 54px;
	color:#AA0000
}
.part-three{
	margin-top: 40px;
}
.part-three .biaoti{
	height: 50px;
	width:100%;
	background: url(../img/biaoti.png) no-repeat;
}
.part-three .mobile-biaoti{
        display:none;
	font-size:18px;
	font-weight: bold;
	line-height: 54px;
	color:#333333;
	border-bottom: #BF5020 solid 1px;
}
.part-three .colum{
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}
.part-three .colum img{
	width:303px;
	height:193px;
	
}
footer{
	clear: both;
	height: 150px;
	background-image: url(../img/nav_bac.png) no-repeat center bottom;
	background: linear-gradient(to bottom,#AA0000,#C43D03);
	color:#FFFFFF;
	position: relative;
}
footer .left{
	float: left;
	width:70%;
	height: 120px;
	padding-top: 30px;
}
footer .left p{
	line-height: 30px;
	font-size:14px
}
footer .right{
	float:right
	width:30%;
	height: 120px;
	padding-top: 30px;
}
footer .right ul li{
	float:left
}
footer .right ul li a{
	line-height: 30px;
	font-size:14px;
	color:#FFFFFF;
	padding-right: 20px;
}
footer .footer-box{
	padding-top:40px ;
}
footer .footer-box p{
	color:#fff;
	line-height: 24px;
	text-align: center;
}
footer .nav-bg{
	position: absolute;
	bottom:-76px;
	height: 125px;
	width: 100%;
	background: url(../img/nav_bac.png) no-repeat ;
	background-size:100%
}
.list-banner{
	width:100%;
	height:343px;
	background: url(../img/9254.jpg) no-repeat;
	background-size:cover ;
}
.list-page{
	min-height: 400px;
	overflow: hidden;
}
.list-page .list-bg{
	overflow: hidden;
	display: flex;
}
.list-nav{
	width:24%;
	padding-right: 40px;
}
.list-nav .list-left-title{
	height: 72px;
	background-color: #B20000;
}
.list-nav .list-left-title h3{
	color:#FFFFFF;
	padding-left:40px;
	font-size:26px;
	line-height: 72px;
	
}
.list-nav ul{
	overflow: hidden;
	padding-bottom:30px;
	background-color: #f2f2f2;
}
.list-nav ul li{
	
}
.list-nav ul li a{
	display: block;
	line-height: 50px;
	font-size:16px;
	margin-left: 30px;
	margin-right:30px;
	padding-left: 10px;
	border-bottom:#e1e1e1 solid 1px;
}
.list-main {
	width:76%;
}
.list-main .list-main-title{
	border-bottom:#B20000 solid 1px;
		
}
.list-main .list-main-title h3{
	display: inline-block;
	border-bottom:#C43D03 solid 4px;
	line-height: 50px;
}
.list-main .list-news{
	margin-top: 30px;
}
.list-main .list-news ul li{
	line-height: 50px;
	border-bottom:#e1e1e1 solid 1px 
}
.list-main .list-news ul li a{
	display: inline;
	color:#333;
	font-size:16px;
}
.list-main .list-news .news-date{
	color:#696969;
	float:right;
	
}
.news-dot:before{
	content: "";
	display: inline-block;
	width:6px;
	height:6px;
	background: #d3d3d3;
	border-radius: 50%;
	position: relative;
	top:-3px;
	margin-right: 15px;
}
.wz-title{
font-size:24px;
font-weight:bold;
line-height:48px;
padding:20px 0px;
}

.shipin{
	margin-top: 40px;
	padding-top: 40px;
        padding-bottom: 40px;
        overflow:hidden;
	background: #fdf7f4;
}
.shipin .biaoti-sp{
	height: 50px;
	width:100%;
	background: url(../img/sp.png) no-repeat;
}
.shipin .title{
       display:none;
}
.shipin .title p{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	color:#AA0000;
}


.shipin .shipin-slider{
	padding-top:40px;
    overflow: hidden;
}
.shipin .shipin-slider .tempWrap{
	overflow:visible ;!important
}
.shipin .colum-sp{
	display: flex;
	justify-content: space-between;
}
.shipin .colum-sp .box{
        display:block;
	height: 340px;
	width:340px;
	margin-right: 20px;
	border: #D9D9D9 solid 1px;
	position: relative;
	background: #FFFFFF;
	z-index: 1;
	overflow: hidden;
	transition:all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition:  all 0.4s ease-in-out;
}
.shipin .colum-sp .box:hover{
	background: #B20000;
}
.shipin .colum-sp .box:hover .line{
	background: #FFFFFF;
}
.shipin .colum-sp .box:hover p{
	color:#FFFFFF
}

.shipin .colum-sp .box:hover img{
	transform: scale(1.1);
	
}
.shipin .colum-sp .sp-img{
	width:100%;
	height: 200px;
	overflow: hidden;
}
.shipin .colum-sp .sp-img img{
	width:100%;
	height:200px;
	transition:all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition:  all 0.4s ease-in-out;
}
.shipin .colum-sp .box .line{
	width: 70px;
	height: 2px;
	background: #B20000;
	margin-left: 30px;
	margin-top: 30px;
}
.shipin .colum-sp .box  p{
	padding-left: 30px;
	padding-top: 20px;
}
.shipin .colum-sp .box .date{
	width:70px;
	height: 60px;
	background: rgba(190,26,17,0.9);
	position: absolute;
	z-index: 999;
	top:0px;
	left: 30px;
	padding: 6px;
}
.shipin .colum-sp .box .date h3{
	font-weight: 400;
	color:#FFFFFF
}
.shipin .colum-sp .box .date .day{
	font-size:20px;
	font-weight: bold;
	text-align: center;
}
.shipin .colum-sp .box .date .year{
	text-align: center;
	font-size:14px;
}
.shipin .colum-sp .box:hover .date{
	background: rgba(255,255,255,0.8);
    
}
.shipin .colum-sp .box:hover h3{
	color:#AA0000
}
@media screen and (max-width:830px){
	nav {
		display: none;
	}
	.shg{
	    display: block !important;
	    text-align: center;
	    font-size: 18px;
            height:40px;
	    cursor: pointer;
	    padding: 0 5vw;
	    color: #fff;
	    position: absolute;
	    z-index: 999;
	    right: 0;
	    top: 55px;
	    bottom: 0;
	    line-height: 1;
	}
	.shg .icon-order{
		display: block;
		width:24px;
		height:2px;
		background-color: #FFFFFF;
		margin-bottom: 6px;
		transition: 0.3s all ease;
		-webkit-transition:0.3s all ease;
		-moz-transition:0.3s all ease;
	}
    .list-shg{
		display: block !important;
		position: relative;
	    text-align: center;
            height:50px;
	    font-size: 18px;
	    cursor: pointer;
	    padding: 5vw;
	    line-height: 1;
	}
	.list-shg p{
	 	position: absolute;
	 	top:20px;
	 	left: 60px;
	}
	.list-shg .icon-order{
		display: block;
		width:24px;
		height:2px;
		background-color: #AA0000;
		margin-bottom: 6px;
		transition: 0.3s all ease;
		-webkit-transition:0.3s all ease;
		-moz-transition:0.3s all ease;
	}
	 .mobile_active .shg  .icon-order:nth-of-type(1) {
		margin-top: 10px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(42deg);
	    -ms-transform: rotate(42deg);
	    -o-transform: rotate(42deg);
	    transform: rotate(42deg);
    }
	 .mobile_active .shg  .icon-order:nth-of-type(3) {
		margin-top: -15px;
		background-color: #FFFFFF;
	    -webkit-transform: rotate(-42deg);
	    -ms-transform: rotate(-42deg);
	    -o-transform: rotate(-42deg);
	    transform: rotate(-42deg);
    }
     .mobile_active .shg .icon-order:nth-of-type(2){
    opacity: 0;
    }
	.top-header .logo img{
		width:40px
	}
	.top-header .logo .xm p{
	    font-size:1.2rem;
	}
	.right-search-box{
		display: none;
	}
	.news .news-left{
		width: 100%;
		padding:0px 15px
	}
	.news .news-right{
		width: 100%;
		padding:50px 15px 0px;
	}
	.left-news-col .news-slider{
		display: none;
	}
	.news-header .title{
		font-size:18px
	}
	.news .news-left .news-col{
		width: 100%;
	}
	.part-two .inner-box{
		display: block;
	}
	.part-two .inner-box .left{
		width:100%;
		padding:0px 15px
	}
	.part-two .inner-box .right{
		width:100%;
		padding:50px 15px 0px;
	}
	.news-header .main-tit{
		font-size: 18px;
	}
.part-two .right .news-right-fc .first-news img{
		width:138px;
		height:72px
	}
.part-two .right .news-right-fc ul li a{
          line-height:28px
}
	.part-three {
		padding:0px 15px
	}
	.part-three .biaoti{
		display: none;
	}
	.part-three .mobile-biaoti{
		display: block;
	}
	.part-three .colum{
		
		flex-wrap: wrap;
		gap:10px;
	}
	.part-three .colum .box{
		width: 45%;
		height: 100%;
	}
	.part-three .colum img{
		width: 100%;
		height: 112px;
	}

	footer .nav-bg{
		display: none;
	}
	footer .left{
		width: 100%;
		padding-left: 15px;
	}
	footer .right{
		display: none;
	}
	.list-banner{
		height: 0px;
	}
	.list-nav{
		display: none;
	}
	.mobile_list_nav{
		display: block;
	}
	.list-main{
		width: 100%;
	}
       .shipin .biaoti-sp{
		background: none;
	}
	.shipin .title{
		display: block;
	}
}