*{
    padding: 0;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
.Top{
    width:5vw;
    height: 10vh;
    background-color:#de2910ff;
    color:white;
    position: fixed;
    bottom: 10px;
    font-size: 18px;
    right: 10px;
    z-index: 99999;
    text-align: center;
    font-family: "华文新魏";
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    overflow: hidden;
}
.Top img{
    width:2vw;
    height: auto;
}
body{
    background-color: #f3f4f5;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    text-align: center;
}
li{
    list-style: none;
    text-align: center;
}
header{
    width:100%;
    height: auto;
    background-color: #de2910ff;
    padding: 4px 0px;
}
.navbar,header{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    flex-flow: row nowrap; 
}
.logo{
    width:20%;
    height: auto;
    margin-left: 10px;
}
.navbar{
    width:50%;
    height: 100%;
    padding-right: 10px;
    color: #ffdcab;
    font-size: 25px;
    font-family: "宋体";
    cursor: pointer;
    margin-right: 10px;
}
.navbar li{
    width:150px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    line-height: 10vh;
}
.navbar li:hover{
    background-color: rgb(206, 30, 7);
    color: white;
}
label{
    width:4vw;
    height: auto;
    position: relative;
    left: -20px;
    display: none;
}
label input{
    width:4px;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
label input:checked ~.list p:nth-child(2){display: none;}
label input:checked ~.list p{position: absolute;top: calc(50% - 0.5vw);}
label input:checked ~.list p:first-child{transform: rotate(45deg);}
label input:checked ~.list p:last-child{transform: rotate(-45deg);}
.list{
    width:4vw;
    height: 3.6vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content:space-between;
    display: none;
    margin-right: 10px;
    cursor: pointer;
}
.list p{
    width:100%;
    height: 10%;
    background-color:#ffdcab;
    transition: 0.3s;
}
@media screen and (max-width:1424px) and (min-width:1334px) {.navbar{font-size: 23px;}.Top{font-size: 18px;}}
@media screen and (max-width:1324px) and (min-width:1220px) {.navbar{font-size: 20px;}.Top{font-size: 16px;}}
@media screen and (max-width:1220px) and (min-width:1024px) {.navbar{font-size: 16px;}.Top{font-size: 14px;}}
@media screen and (max-width:1023px) and (min-width:768px) {.navbar{font-size: 14px;}.Top{font-size: 12px;}}
@media screen and (max-width:768px) and (min-width:721px) {.navbar{font-size: 12px;}}
@media screen and (max-width:720px) and (min-width:0px) {
    .navbar{display: none;
    }
    label{
        display: inline-block;
    }
    .list{
        display: flex;
    }
    #navbar{
        display: flex !important;
    }
    .Top{font-size: 1% !important;
        width: 8vw !important;
        height: 5vh !important;
    }
}
#navbar{
    display: none;
    width:auto;
    height: 0px;
    color:#ffdcab;
    flex-flow: column;
    align-items: center;
    background-color: #de2910ff;
    margin: 0 auto;
    transition: 0.4s;
    overflow: hidden;
}
#navbar Li{
    width:90%;
    margin: 0 auto;
    height: 40px;
    cursor:pointer;
    line-height: 40px;
    font-size: 10px;
    font-family: "仿宋";
}
#navbar li:hover{
    background-color: rgb(206, 30, 7);
    color: white;
}
.title{
    width:90vw;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
    max-width: 1200px;
}
.title img{
    width:100%;
    height: auto;
}
.four{
    background: url(../images/title4.png) center no-repeat;
    background-size: 100% 100%;
}
.index{
    width:68vw;
    height: 6.6vh;
    background: url(../images/title3.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0px;
}
.body_one{
    width:100vw;
    height: auto;
    margin: 0 auto;
    background: url(../images/one_bj.jpg) center no-repeat;
    background-size: 100vw auto;
    overflow: hidden;
    margin-top: 30px;
}
@media screen and (max-width:880px) and (min-width:0px) {.body_one{
    background: url(../images/one_bj.jpg);
    background-size: 0% 0%;
}}
#body_one{
    width:auto;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#body_one div img{
    width:100%;
    height: 100%;
}
.one_list{
    width:172px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 2px solid #de2910ff;
    margin-top: 20px;
}
.one_list:hover .body_one_bottom{
    bottom: 0px;
}
.body_one_bottom{
    width:100%;
    height: 100%;
    text-overflow: ellipsis;
    position: absolute;
    bottom: -176px;
    left: 0px;
    background-color:rgba(0, 0, 0,0.4);
    transition: 0.3s;
}
.body_one_bottom p{
    text-align: center;
    color:#ffdcab;
    margin-top: 3.4px;
    margin-bottom: 3.4px;
    font-family: "宋体";
}
.body_one_bottom span{
    text-indent: 2em;
    color: white;
    font-family: "宋体";
}
/* banner */
.banner {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner img {
	opacity: 0;
	transition: all 0.55s linear;
	position: absolute;
	max-width: 100%;
	width: 100%;
}
.span_icon {
	position: absolute;
	bottom: 3%;
	right: 7%;
	z-index: 10;
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon_s {
	width: 15px;
	margin:0 5px;
	height: 15px;
	border-radius: 50%;
	border: white 2px solid;
	background-color: #ffdcab;
}
.icon_s:hover {
	background-color:#fe2910ff;
}
.banner button {
	width: 4%;
	height: 100%;
	top: 0;
	font-size: 45px;
	position: absolute;
	z-index: 10px;
	font-family: "宋体";
	font-weight: bold;
	color: #ffdcab90;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}
.banner button:hover {
	color: #ffdcab;
}
#left_prve {
	left: 4%;
}
#right_next {
	right: 4%;
}

/* 第二板块 */
.body_two{
    width: 100%;
    height: auto;
    max-width: 1200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    flex: 0 1 100%; 
	overflow: hidden;
    align-items: center;    
    margin-top: 20px;
}
.two_left{
    width:50%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.two_left div img{
    width:100%;
    height: auto;
}
.banner_two{
    width:300%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    transition: 0.3s;
    position: relative;
    left: 0%;
}
.two_left .banner_two div{
    width:100%;
}
.zimu{
    width:33.33333% !important;
    height: 10%;
    background-color: rgba(0, 0,0,0.7);
    color: white;
    position: absolute;
    bottom: 0px;
    z-index: 998;
    text-align: center;
    line-height: 5vh;
}
.two_right{
    width:100%;
    max-width: 550px;
    height: 454px;
    background-color: white;

}
.two_right_nav{
    width:90%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    color: black;
    border-bottom: solid #ccc 2px;
    margin:  0 auto;
    padding-bottom: 4.5px;
}
.two_right_nav p{
    margin-top: 10px;
    cursor: pointer;
    color: black;
    position: relative;
    /* border-bottom: 1.5px solid #ffdcab; */
    padding-bottom: 2px;
}
.two_right_nav p:nth-child(1){
    color: #ffdcab;
    border-bottom:2px solid #ffdcab;
}
.two_nav_div{
    width:100%;
    height: 100%;
    position: relative;
}
.two_nav_Dxm{
    position: absolute;
    z-index: 9;
    width:100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    overflow: hidden;
}
.two_nav_div div li{
    width: 94%;
    margin: 0 auto;
    height: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    background: url(../images/li.png) left no-repeat;
    padding-left: 14px;
    align-items: left;
    margin-top: 30px;
}
.two_nav_div div p{
    width:80%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
.two_nav_div div p:hover{
    color:#de2910ff;
    cursor: pointer;
}
.two_nav_div div span{
    color:#ccc;
    font-size: 12px;
}
.two_nav_Dxm{
    display: none;
}
.two_nav_Dxm:nth-child(1){
    display: flex;
}

@media screen and (max-width:1228px) and (min-width:0px) {
    .body_two{
        flex-flow: column nowrap;
    }
    .two_right,.two_left{
        max-width: 90%;
        width:90%;
    }
    .zimu{
        line-height: 10vh !important;
    }
    .two_right_nav p{
        font-size: 12px;
    }
    .two_nav_div div li{
        padding-left: 10px !important;
    }
    footer{
        flex-flow: column nowrap !important;
    }
   .footer_nav {
    width:80% !important;
    }
    #Top{
        display: none;
    }
    .body_four{
        flex-flow: column nowrap !important ;
    }
    .four_left{
        width:90% !important;
        height: auto !important;
    }
    .four_right{
        width:90% !important;
        min-width: 90% !important;
        height: auto !important;
        min-height: 400px !important;
        background-color: #de2910ff;
    }
    .four_right p{
        margin-top: 14px !important;
        line-height: 30px !important    ;
    }
}

/*fot*/
footer{
    width: 100%;
    height: auto;
    background-color: #de2910ff;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0px;
}
footer img{
    width:14%;
    height: auto;
}
footer img:last-child{
    width:10vw;
    height: 10vh;
    height: auto;
    max-width: 110px;
    max-height: 110px;
}
.footer_nav{
    width:40%;
    height: auto;
    display: flex;
    justify-content:space-around;
    color: white;
    font-family: "仿宋";
}
.footer_nav dl dt{
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    margin-bottom: 4px;
}
.footer_nav dl dd{
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    margin: 8px 0px;
}
.foot{
    width:100%;
    height: auto;
    background-color: rgb(183, 26, 5);
    text-align: center;
    color: #ccc;
    font-size: 14px;
    padding: 4px 0px;
}
.body_three{
    width:100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.three_xm{
    width:320px;
    height: 200px;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s;
    border: 4px solid #de2910ff;
    box-sizing: border-box;
}
.three_box{
    width:100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    color: white;
    font-family: "华文新魏";
    background-color: rgba(0, 0, 0,0.6);
    font-size: 20px;
    transition: 0.3s;
    opacity: 0;
}
.three_xm:hover .three_box{
    opacity: 1;
}
/* four */
.body_four{
    width:100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items:center;
    margin: 20px auto;
    overflow: hidden;
}
.four_left{
    width:50%;
    height: 390px;
}
.four_left img{
    width:100%;
    height:100%;
}
.four_right{
    width:100%;
    max-width: 50%;
    height: 390px;
    background-color: #de2910ff;
    color: white;
}
.four_right h1{
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
    font-family: "楷体";
}
.four_right p{
    text-indent: 2em;
    margin-top: 10px;
    padding: 0px 24px;
    font-family: "仿宋";
    font-size: 18px;
}
.guanggao{
    width:100%;
    height: auto;
    max-width: 1536px;
    margin: 0 auto;
    margin-top: 40px;
}
.guanggao img{
    width:100%;
    height: auto;
}
.five{
    background: url(../images/title5.png) center no-repeat;
    background-size: 100% 100%;
}
.body_five{
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    flex:0 1 100%;
    margin-bottom: 30px;
}
.five_xm{
    width:300px;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    cursor: pointer;
    margin-top: 30px;
    overflow: hidden;
}
.five_xm img{
    width:100%;
    height: auto;
    margin-bottom: 20px;
    transition: 0.4s;
}
.five_xm p{
    width:88%;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    font-family: "楷体";
    transition: 0.4s;
}
.five_xm span{
    display: inline-block;
    width:80%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 22px;
    text-indent: 2em;
    letter-spacing:1px;
    margin-bottom: 20px;
    font-family: "宋体";
    transition: 0.4s;
}
.five_xm:hover{
    color:#de2910ff;
}
.five_xm:hover img{
    transform: scale(1.04);
}
@media screen and (max-width:450px) and (min-width:0px) {
    .footer_nav{
        flex-flow: column nowrap;
    }
}