img{display: block}
/*nav*/
.index-header{width: 100%;padding-top: 1%;overflow: hidden}
/*登录注册*/
.index-nav{background: #ffff00}
.nav-height{width:100%;overflow: hidden;float: left}
.nav-box {overflow: hidden;position: relative;top: 0;background: linear-gradient(90deg, rgba(38, 30, 18) ,#deb27d, #ffddb2 ,#ffddb2,#deb27d, rgba(38, 30, 18) );}
.nav-box.navFix{position: fixed;top: 0;left:0; z-index: 99;width: 100%;background: linear-gradient(90deg, rgba(38, 30, 18) ,#deb27d, #ffddb2 ,#ffddb2,#deb27d, rgba(38, 30, 18) );}
.nav-box ul {margin: 0 auto;overflow: hidden;}
.nav-box.navFix ul{height: 60px;}
.nav-box li {position: relative;float: left;width: 15%;text-align: center;margin-right: 5%}
.nav-box li a {display: block;font-size:24px;  height: 60px; line-height: 60px;color: #333;width: 100%;display: block}
.nav-box ul li a.active {font-weight: bold;background:#23170e url("images/bg01.jpg") no-repeat bottom center;color: #fff;}
.nav-mobile {display: none;font-weight: bold;width: 100%;}

/*简介*/
.introduce {height: 410px;background: url(images/bg02.png) no-repeat;background-size:100% 100%;padding: 90px 40px 0 40px; box-sizing: border-box;margin-top: 4%}
.introduce p{font-weight: 500;font-size: 20px;color: #F2DEB7;line-height: 36px;align-items: center;margin-top: 10px;text-indent: 4rem;}

.title{height: 94px;font-size: 36px;margin-top: 50px;width: 573px;margin: 0 auto;background: url("images/title01.png") no-repeat;line-height: 114px;text-align: center;font-family: cu}
.title2{height: 94px;font-size: 36px;margin-top: 50px;width: 573px;margin: 0 auto;background: url("images/title02.png") no-repeat center;line-height: 114px;text-align: center;font-family: cu}
/**/
.tab-content{width: 674px;height: 410px;margin-top: 30px;}
.tab-content-box{box-shadow:0px 1px 13px #b79c7e;border: 1px solid #766451;margin: 10px;height: 380px;border-radius: 5px;}
.tab-content-list{position: relative;padding-bottom: 5%}
.tab-content-txt{position: absolute;left: 1.6%;bottom: 7%;width: 90%;background: url("images/bg06.png") no-repeat;background-size: 100%;width: 70%;padding:10px  5% 10px 3%}
.tab-content-txt h3{font-size: 20px;line-height: 30px;font-family: cu}
.tab-content-txt p{font-size: 16px;line-height: 24px;}
.tab-meun{width: 500px;margin-top: 30px;}
.tab-meun-img{width: 190px;height: 110px;border-radius: 5px;margin: 10px;border: 1px solid #766451;transition: 0.3s;position: relative}
.tab-meun-img span{position: absolute;display: inline-block;z-index: 100;left: 0;top: 0;width: 20px;height: 20px;background: url("images/jiao.png") no-repeat;display: none;transition: .3s}
.tab-meun-txt{width: 270px;}
.tab-meun-txt h3{font-size: 20px;border-bottom: dashed 2px #e3bf98;display: inline-block;color: #e3bf98;font-family: cu;line-height: 40px;margin-top: 10px}
.tab-meun-txt p{font-size: 16px;color: #e3bf98;font-family: cu;line-height: 32px;margin-top: 1%}
.tab-meun li{overflow: hidden;cursor: pointer}
.tab-meun li:hover .tab-meun-img{box-shadow:0px 1px 13px #b79c7e;transition: .3s}
.tab-meun li.active .tab-meun-img{box-shadow:0px 1px 13px #b79c7e;transition: .3s}
.tab-meun li.active .tab-meun-img span{display: block;transition: .3s}
.tab-meun li:hover .tab-meun-img span{display: block}
@media screen and (max-width: 1000px) {
    .tab-content{width: 514px;height: 410px;margin-top: 30px;}
    .tab-meun{width: 400px;margin-top: 30px;}
    .tab-meun-txt{width: 170px;}
    .tab-content-txt{width: 85%;padding:5px  5%}
    .introduce {padding: 60px 40px 0 40px;}
    .tab-meun li{margin-bottom: 1%}
}
.product,.new-product{margin-top: 3%}
.product-ul ul{overflow:hidden;margin-top: 20px;}
.product-ul li{width: 248px;height: 290px;border: 1px solid #766451;border-radius: 5px;margin: 10px;transition: .3s;float: left;padding: 0 15px;position: relative}
.product-ul li:hover{background: #120b07;cursor: pointer;box-shadow:0px 1px 13px #b79c7e;transition: .3s }
.img-box{border-radius: 5px;overflow: hidden;margin:  0 auto;margin-top: 20px;    transition: transform 0.3s ease;
}

.img-box img {
    width: 100%;
    transition: transform 0.3s ease;
}
.product-ul li h3{line-height: 20px;height: 40px;margin: 20px 0;font-size: 16px;color: #e3bf98;}
.product-ul li span{height: 30px;line-height: 30px;background: url("images/bg03.png") no-repeat;width: 269px;display: block;font-size: 16px;font-family: cu;color: #23160d;text-indent: 10px;position: absolute;left: 0;bottom: 20px;}
@media screen and (max-width: 1000px) {
    .product-ul{padding: 5% 5%}
    .product-ul li{width: 40%;margin: 1%;padding-bottom: 7%;margin-bottom: 5%}
    .product-ul li:nth-child(2), .product-ul li:nth-child(4), .product-ul li:nth-child(6),.product-ul li:nth-child(8),.product-ul li:nth-child(10),.product-ul li:nth-child(12),.product-ul li:nth-child(14),.product-ul li:nth-child(16){float: right}
}
/*组织结构*/
.organization{margin-top: 3%}
.bottom{margin-top: 3%}
 .bottom .back {background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, #212121 50%, rgba(255, 255, 255, 0) 100%);}
.bottom .title3{padding-left: 20%;}
.bottom .title3 span {font-weight: 500; font-size: 20px;color: #E3C098; line-height: 55px; font-style: italic;}
.bottom .title3 .h1 {font-weight: bold;}
/*评选指标*/
.selection_target,.selection_rule{margin-top: 4%}
.selection_target-img{margin-top: 3%}
/*评选规则*/
.selection_rule{padding-bottom: 5%}
.selection_rule .first {text-align: center;font-size: 20px;  color: #E3C098;line-height: 30px;margin-top: 3%;}
.selection_rule .two { margin-top: 25px;padding: 20px 0;background: url(images/collect9.png) no-repeat; background-size: 100% 100%;display: flex;  flex-direction: column; justify-content: center;}
.selection_rule .two span {font-size: 22px;color: #E3BF98;line-height: 40px; font-style: italic; padding: 0 90px;}
.selection_rule .last {font-size: 20px; color: #FFCB97; line-height: 48px;margin-top: 50px;}
















