@charset "utf-8";
/* CSS Document */
html{
	height: auto;
	/*overflow-y: inherit;*/
}

.header_con, .main_con, .footer_con, .col_full .con{
    padding:0 20px;
}

.fixed.totop{bottom: 22%;right: 2%;width: 90px;height: 50px;border: none;font-size: 0;cursor: pointer;background: url(../JY_img/icon-s.png) no-repeat -76px -3px rgba(241, 241, 241, 0.9);display: none;padding: 0;}
.fixed.totop:hover{background: url(../JY_img/icon-s.png) no-repeat -135px -3px rgba(228, 228, 228, 0.85);}

.section{
    padding-top: 80px;
    position: relative;
}

#Announced,#Info,#Video,#Huaxu,#News{
  position:absolute;
  top: -70px;
}

.bg_gray{
  background: #dcdcdc;
}

/* icon */
.icon:before{
    background: url(../JY_img/icon-s.png) left;
    display:block;
    content:"";
}

/* JYaward */
.JYaward{}
.JYaward .title{
    padding-left: 75px;
    background:url(../JY_img/title.png) no-repeat;
    color: #444;
    margin-bottom: 35px;
    position: relative;
    overflow: visible;
}
.JYaward .title h3{
    font-size:32px;
    line-height: 34px;
    margin-bottom: 5px;
    /* font-weight: normal; */
}
.JYaward .JYmore{
	position:absolute;
	right:0;
	top: 8px;
	line-height: 34px;
	font-size: 16px;
}
.JYaward .JYmore .m>a{
	background: #d0a462;
	display:block;
	padding: 5px 25px;
	border-radius: 3px;
	color: #fff;
}
.JYaward .JYmore .m>a:hover{
	border-radius: 3px 3px 0 0;
}
.JYaward .JYmore .sub{
	border-radius:0 0 3px 3px;
	display: none;
}
.JYaward .JYmore .sub li{
	width:100%;
	text-align:center;
	background: #f1f1f1;
	padding: 0px 10px;
	box-sizing: border-box;
}
.JYaward .JYmore .sub li>a{
	display:block;
	border-bottom: 1px #d0d0d0 solid;
	line-height: 38px;
	color: #926f1f;
}
.JYaward .JYmore .sub li>a:hover{
	border-color:#bbb;
}
.JYaward .JYmore .sub li:last-child a{
	border-bottom:none;
}

.header{
    height:100px;
    background: #291305;
    background: #291305\0;
    z-index: 99;
}
.header_con{
    /* margin-top: 25px; */
    position:relative;
    height: 100%;
}
.header_con .col_left{
	background: #cc2020;
	position:absolute;
	padding: 25px;
}
.header .col_right{
    margin-top: 30px;
}
.header .nav{
    overflow:hidden;
    float:left;
    margin-right: 20px;
}
.header .nav li{
    margin: 0 20px;
}
.header .nav a{
    padding: 6px 10px;
    min-width: 85px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    color: #c5a586;
    font-size: 18px;
}
.header .nav a:hover{
    color: #f3d2b3;
}
.header .nav li.on a{
    background:#e0b287;
    color: #ffffff;
}
.header_con .icon:before{
    width: 20px;
    height: 24px;
    float: left;
    margin-right: 3px;
}
.header_con .shouye{
    color: #7b5f45;
    float: left;
    margin-top: 7px;
    font-size: 16px;
}
.header_con .shouye:hover{
    color: #a58363;
}
.header_con .shouye:hover:before{
    background-position: 152px 264px;
}
.header_con .shouye:before{
    background-position: 190px 264px;
}

.banner{
    position:relative;
    height: 470px;
}
.banner img{
    position:absolute;
    /* max-width: max-content; */
    max-width: none;
    left: -50%;
    right: -50%;
    margin: auto;
    top: 0;
    max-height: initial;
}

/* info */
.JY_info{
    padding: 60px 20px;
    background: url(../JY_img/infobg.png) no-repeat right 47px;
    position: relative;
    /* padding-top: 105px; */
    /* margin-top: -40px; */
}
.JY_info .text{
    width:690px;
}
.JY_info h1{
    font-size:38px;
    color:#333;
}
.JY_info h1:after{
    content:"";
    background: #8e6948;
    width:34px;
    height: 4px;
    display: block;
    margin-top: 8px;
}
.JY_info .text p{
    font-size:18px;
    line-height:30px;
    color:#666;
    text-align: justify;
    margin-top: 12px;
    background: #dcdcdc;
}
.JY_info .JYlogo{
    position:absolute;
    right:0;
    width: 490px;
    height: 118px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 20px;
}

/* footer */
.footer{
    background: #27231e;
    text-align: center;
    padding: 60px 0px;
    margin-top: 60px;
}
.foot{
    text-align: center;
    padding: 30px 0;
    color: #8c6a4a;
    background: #15100a;
}
.foot a{
	color:#8c6a4a;
}
.foot a:hover{
	color:#a98360;
}
.org{
	text-align:left;
	color:#b48755;
}
.org dd{
	width:100%;
	overflow:hidden;
	margin-bottom: 60px;
}
.org h2{
	font-size:28px;
	line-height: 32px;
	font-weight: normal;
}
.org p{
	font-size:18px;
	opacity: 0.8;
}
.org .imgbox{
	width:170px;
	height:70px;
	background:#fff;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.org .imgbox img{
	width:90%;
}

/* HUAXU */
.Huaxu .container{
    position:relative;
    padding-bottom: 25px;
}
.Huaxu .picScroll .picList li{
    width: 31.5%;
    margin-right: 2.5%;
    margin-bottom: 25px;
}
.Huaxu .picScroll .picList .imgbox{
    height: 235px;
}
.Huaxu .picScroll .ulWrap li:nth-child(4).imgbox, .Huaxu .picScroll .ulWrap li:nth-child(5).imgbox{
    height: 345px;
    width: 48.5%;
}
.Huaxu .picScroll .textbox{
    height:50px;
    line-height:50px;
    font-size:16px;
}
/* picScroll */
.picList li{
	width: 32%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 16px;
}
.picScroll .picList li:nth-child(3n), .picScroll .ulWrap li:nth-child(5n){
	margin-right: 0 !important;
}
.picScroll .ulWrap li:nth-child(4n),.picScroll .ulWrap li:nth-child(5n){
	width: 49%;
}
.picScroll .ulWrap li:nth-child(4).imgbox, .picScroll .ulWrap li:nth-child(5).imgbox{
	height: 246px;
}
.picScroll .picList .imgbox{
	height:160px;
}
.picList .textbox{
	position:absolute;
	bottom: 0;
	background: rgba(45,45,45, 0.8);
	padding: 0px 12px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	color: #fff;
}
.picList .textbox a{
	color: #fff;
}
.picScroll .hd ul{
	overflow:hidden;
	width: max-content;
	margin: 6px auto 20px;
	font-size: 0;
}
.picScroll .hd ul li{
	width: 10px;
	height: 10px;
	background:#fff;
	border:1px #ddd solid;
	margin:0 5px;
	border-radius: 10px;
	cursor: pointer;
}
.picScroll .hd .on{
	background:#ea1515;
	border-color:#ea1515;
}
.picScroll .pic li{
	margin-bottom: 20px;
}
.picScroll .pic .imgbox{
	height:240px;
	background: #eee;
}
#fullscreenSlideshowContainer .ui{
	position:absolute;
	font-family:sans-serif;
	z-index:10;
	font-size: 20px;
}
#fs-loader,#fs-prev,#fs-next,#fs-close{
	background-color:black;
	color:white;
	font-weight:bold;
	cursor:pointer;
	line-height:1em;
}
#fs-close{
	top:1em;
	right:1em;
}
#fs-prev,#fs-next{
	top:50%;
	margin-top:-1em;
}
#fs-prev{
	left:1em;
}
#fs-next{
	right:1em;
}
#fs-loader{
	top:50%;
	left:50%;
	height:1em;
	margin-top:-1em;
	margin-left:-75px;
	display:none;
}
#fs-caption{
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align:center;
	width:100%;
	left:0;
	line-height: 2.5em;
	display:none;
	color: #fff;
}

#fs-close {
	z-index: 99993;
	position: absolute;
	top: 3%;
	right: 3%;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../JY_img/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#fs-prev,
#fs-next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#fs-prev {
	left: 3%;
	background: url('../JY_img/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#fs-next {
	right: 3%;
	background: url('../JY_img/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}

/* video */
.video{}
.video .videolist{
	position:relative;
}
.video .videolist:hover img{
	transform: scale(1.1);
}
.video .play{
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
}
.video .play:before{
	width:82px;
	height:82px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-position: -20px -152px;
}
.video .right{
	width: 400px;
	height: 475px;
	position: relative;
	background: url(../JY_img/infobg2.png) -22px bottom no-repeat;
}
.video .info{
	width: 400px;
	height: 400px;
	max-height: 475px;
	position: absolute;
	background:#a9805b;
	color:#fff;
	padding: 40px 40px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.video .v-tit{
	font-size:24px;
	line-height:30px;
}
.video .v-tit:after{
	width:30px;
	height:3px;
	background:#fff;
	content:"";
	display:block;
	margin: 20px 0 15px;
}
.video .v-con{
	font-size:16px;
	line-height:30px;
	max-height: 180px;
}
.video .info .more{
	right: 38px;
	position: absolute;
	color:#fff;
	display: block;
	width: 60px;
	text-align: center;
	padding-bottom: 15px;
	background: url(../JY_img/icon-s.png) no-repeat -113px -34px;
	opacity: 0.6;
	margin-top: 30px;
}
.video .info .more:hover{
	opacity:1;
}
.videos{
	display:none;
	border: 1px solid #080808;
	background: rgba(8, 8, 8, 0.75);
	position:fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index:100;
	width: 100%;
	height: 100%;
	text-align: center;
}
.video video{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.vclose {
	position:absolute;
	right:1%;
	top:1%;
	border-radius:100%;
	cursor: pointer;
}

/* award brands*/
.Announced{}
.Announced .hd{
	/* margin-bottom:30px; */
}
.Announced .hd li,.News .hd li{
	display:inline-block;
	width:20%;
	text-align:center;
	font-size:18px;
	line-height:3;
	cursor:pointer;
}
.Announced .hd li.on,.News .hd li.on{
	background: #ea1515;
	color:#fff;
}
.Announced .bd,.News .bd{
	background:#f2f2f2;
}
.Announced .bd ul,.News .bd ul{
	overflow:hidden;
	padding: 25px 15px;
	border: 1px #e8e8e8 solid;
}
.Announced .bd li{
	background:#fff;
	display:inline-block;
	width: 30.7%;
	margin: 15px 1.3% 15px 1.3%;
	box-shadow: 0px 0px 20px rgba(162, 162, 162, 0.2);
	padding: 15px 25px;
	box-sizing: border-box;
}
.Announced .bd li:hover{
	box-shadow:0px 0px 20px rgba(162, 162, 162, 0.6);
}
.Announced .bd .left{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px #ddd dotted;
	margin-bottom: 10px;
}
.Announced .bd .imgbox{
	width: 155px;
	height: 65px;
	float: left;
}
.Announced .bd h4{
	padding-top: 5px;
	height: 50px;
	float: right;
	width: 125px;
	overflow: hidden;
}
.Announced .bd .intbox{
	width: 100%;
}
.Announced .bd .intbox p{
	color:#999;
	text-align: justify;
	padding: 0 5px;
	height: 63px;
	overflow: hidden;
	position: relative;
}
.Announced .bd .intbox p:after{
	content:"[详细]";
	float:right;
	color: #e8aa74;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding-left: 10px;
}
.Announced .bd .intbox p:hover:after{
	color: #d47f44;
}

/* News */
.News .bd ul{
    padding: 25px 25px;
    /* margin-bottom: 25px; */
    border: none;
}
.News .bd li{width: 31.33%;margin: 0 1%;line-height: 30px;padding: 18px 5px;/* margin-bottom: 20px; */border-bottom: 1px #ccc dotted;}
.News .bd li .imgbox{/* width:100%; */height: 80px;margin-right: 10px;}
.News .bd li .right{float:right;width: 55%;text-align: left;font-size: 16px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.News .checkmore{text-align:center;margin-bottom:30px;}
.News .checkmore a{color:#f53e3e;}
.News .checkmore a:hover{color:#f32323;}

/* tab */
.Switch-tab .tab{width:100%;overflow: hidden;background: #f5f5f5;margin: 0.14rem 0 0.2rem;height: 0.492rem;line-height: 0.492rem;font-size: 0.172rem;}
.Switch-tab .tab li{padding:0 1.5em;}
.Switch-tab .tab .on{background: #d85858;color:#ffffff;cursor: pointer;}
.Switch-tab .list-wrap{height:2.95rem;position: relative;}
.Switch-tab .list-wrap>ol>li{position:absolute;width: 100%;left: 0;opacity: 0;z-index: 999;}
.list-wrap{overflow:hidden;}
.list-wrap li{width:100%;}
.list-wrap>ol>li.on{z-index: 1000;opacity: 1;}

.DLCG{padding-top:40px;margin-bottom:40px;}
.DLCG .col_left{width: 660px;}
.DLCG .col_right{width:450px;}
#Fabudl-list{background: #f2f2f2;}
#Fabudl-list .list-wrap{height: 3.6rem;}
#Fabudl-list .tab>li{background:#ffffff;width: 45%;text-align: center;padding: 0;}
#Fabudl-list .tab{background:#f8f8f8;height:0.554rem;line-height:0.554rem;margin: 0;}
#Fabudl-list .tab .current{/* background:#f8f8f8; */color: #564946;font-weight: bold;box-sizing: border-box;width: 55%;font-size: 0.2rem;line-height: 0.65rem;}
#Fabudl-list .tab>li.current:first-child{background: linear-gradient(-135deg,white 0.54rem,#f2f2f2 0);padding-right: 10%;}
#Fabudl-list .tab>li.current:last-child{background: linear-gradient(135deg,white 0.54rem,#f2f2f2 0);padding-left: 10%;}
#Fabudl-list .list-wrap>ol>li{padding: 0.369rem 0 0.369rem 0.369rem;box-sizing: border-box;}

/* table */
.tabscontent input[type="text"], .tabscontent select{width:1.45rem;border:1px #eeeeee solid;line-height:0.394rem;height:0.394rem;color: #999;font-family: "宋体",simSun,Arial;font-size: 0.15rem;margin: 0;}
.tabscontent select{padding:0 0.05rem;}
.tabscontent .t1{width:15.6%;font-size:0.147rem;text-align-last: justify;line-height: 0.394rem;}
.tabscontent .t2{width:34.4%;}
.tabscontent .inp_sldw,.tzje{width: 0.8rem !important;float: left;}
.tabscontent span{margin-left:0.1rem;float: left;line-height: 0.394rem;margin-right: 0.3rem;font-size: 0.15rem;}
.tabscontent span.red{color:#f91313;}
.tabscontent tr{height:0.6rem;vertical-align: top;}
.tabscontent tr:last-child{text-align: center;}
.tabscontent .select11{width: 40%;margin-right:2%;float: left;}
.tabscontent .empty,
.tabscontent .submit{width:0.948rem;height:0.429rem;font-size:0.172rem;margin: 0.05rem;cursor: pointer;border: none;}
.tabscontent .empty{background:#f8f8f8;color: #999;}
.tabscontent .submit{background:#fe6f0f;color:#fff;}
.tabscontent .submit:hover{background:#fd6601;border-color:#fd6601;}
.tabscontent input[type="radio"]{float:left;width: 0.2rem;height: 0.394rem;padding: 0;}
#Description{width: 4.05rem;}

/*  */
.ZS-DLCG .ZSlist{
  border: 1px #cecece solid;
  border-radius: 3px;
  height: 268px;
  overflow:hidden;
  width: 660px !important;
  box-sizing:border-box;
  padding: 10px 18px 8px;
  /* margin-top: 15px; */
  text-align: center;
  background: #fff;
}
.ZSlist .inBd li{width:100%;height: 35px;}
.ZSlist .inBd span{
	width:16.66%;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.ZS-t{
  overflow:hidden;
  padding-bottom: 10px;
  border-bottom: 1px #c5c5c5 dotted;
  margin-bottom: 8px;
}
.ZS-t dd{
  float:left;
  width:16.66%;
  font-size:14px;
  color: #333;
  text-align: center;
}
.ZS-tab{
  height: 656px;
}
.ZS-tab .col-t{
  padding: 6px 12px 10px;
}
.ZS-tab.tab td:first-child{
  height: 60px;
}

.t-org{color:#f98f68;}
.phoneNum{color:;}
.time{color:#ccc;font-size:12px;}
.heshi{
  font-style: normal;
  padding-left: 16px;
  background: url(../ztw2020_img/ztw_heshi.png) no-repeat left center;
  color: #999;
  }

/* pic_list */
.pic_list{}
.News .bd .pic_list li .imgbox{width:100%;height: 200px;-webkit-filter: saturate(0.8);filter: saturate(0.8);background:#fff;}
.News .bd .pic_list li .imgbox:hover{-webkit-filter: saturate(1);filter: saturate(1);}
.News .bd .pic_list li .right{width:100%;text-align:center;margin-top:10px;-webkit-line-clamp:1}
.News .bd .pic_list li .time{padding:8px;}
