.header {
    width: 100%;
    height: auto;
    margin: auto;
 
}
.top {
    width: 1200px;
    height: 30px;
    margin: auto;
    font-size: 18px;
    position: relative;
}

.des {
    position: absolute;
    left: 20px;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #a37a46;
    line-height: 24px;
 
}

.des span {
    font-family: "Microsoft YaHei";
    color: #a37a46;
    font-weight: 400;
    margin-top: 2px;
}
.des a {
    font-family: "Microsoft YaHei";
    color: #bc5400;
    font-weight: 400;
    margin-top: 2px;   
}

.des li a{
   padding: 0 0px;
    font-size: 14px;
    color: #a37a46;
    line-height: 24px;
    height: 24px;
}

.features {
    position: absolute;
    right: 0;
    display: inline-block;
    margin-top: 5px;
}

.features li {
    display: inline-block;
	 padding: 0 4px;
    font-size: 14px;
    color: #952700;
}
.features li a{
   padding: 0 0px;
    font-size: 14px;
    color: #a37a46;
    line-height: 24px;
    height: 24px;
}
.title {
    width: 1200px;
    height: 75px;
    margin: 40px auto;
}

.icontitle {
    display: inline-block;
    vertical-align: middle;
    height: 75px;
}

.icontitle img {
    width: 550px;
    height: 75px;
}

.search {
    display: inline-block;
    float: right;
    width: 340px;
    height: 50px;
    padding-top: 10px;
     color: #b75c12;
    vertical-align: middle;
}

.search input {
    display: inline-block;
    border: 0;
    padding: 0;
    height: 45px;
    font-size: 20px;
    color: #ce996f;
    vertical-align: middle;
    border-radius: 10px;
}

.searchbtn {
    display: inline-block;
    background-color: rgb(203, 125, 61);
    width: 65px;
    height: 45px;
    margin-left: 10px;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
}

.searchbtn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('./image/search.png');
}


.navlist {
    /* border: 1px solid rgb(149, 40, 1);
    border-radius: 20px;
    background-color: rgb(149, 40, 1); */
    background: url('../image/nav_bg.png');
    margin: auto;

}

.navlist tr td {
    padding: 0;
}

.navlist tr td ul {
    margin: 0;
    padding: 0;
}

.navlist tr td ul li {
    font-size: 20px;
    color: white;
    float: left;
    width: 170px;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
}

.navlist tr td ul li a {
    color: white;
}

#navul li ul {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 50px;
    background-color: rgb(149, 40, 1);
}

#navul li ul li {
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

#navul li.navhover ul {
    display: block;
}
.navhover ul li:hover{
    background: #dc9110;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­css */
.swiperContainer {
	display:inline-block;
    position: relative;
    /* width: 1440px; */
    height: 340px;
    margin: 5px auto;
    overflow: hidden;
}

.swiperWrapper {
    position: absolute;
    height: 320px;
    z-index: 1;
    transition: 0.5s ease;
}
.swiperSlider{
    float: left;
    position: relative;
    width: 590px;
    height: 340px;
}
.swipertitle{
    width: 100%;
    height: 80px;
    text-align: center;
}
.swiperSlider a{
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 590px;
    height: 330px;
    z-index: 9;
}
.swipertitle p:nth-of-type(1){
    margin-top: 10px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    color: #b75c12;
}
.swipertitle p:nth-of-type(2){
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 20px;
    color: #333333;
}
.swiperSlider img{
    width: 100%;
    height:100%;
    object-fit:cover;
}
.bottomdes{
	position: absolute;
	width: 590px;
    height: 35px;
    line-height: 35px;
    z-index: 9;
    font-size: 16px;
    padding-left: 30px;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    background-color: black;
    opacity: 0.5;
    bottom: 0px;
}
.swiperButtons{
     position: absolute;
     right: 20px;
     bottom: 0px;
      width: 205px;
     height: 40px;
     line-height: 0px;
     z-index: 9;
}
.active{
    background-color: red !important;
}
.swiperButtons span{
    margin-left: 5px;
    display: inline-block;
    width: 25px;
    height: 10px;
    border-radius: 5px;
    background-color: #eee;
}



.navlist_gray {
    /* border: 1px solid rgb(149, 40, 1);
    border-radius: 20px;
    background-color: rgb(149, 40, 1); */
    background: url('../image/nav_bg_gray.png');
    margin: auto;

}

.navlist_gray tr td {
    padding: 0;
}

.navlist_gray tr td ul {
    margin: 0;
    padding: 0;
}

.navlist_gray tr td ul li {
    font-size: 20px;
    color: white;
    float: left;
    width: 170px;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
}

.navlist_gray tr td ul li a {
    color: white;
}


