@charset "utf-8";
/* CSS Document */
html,body{
	width: 100%;
    min-width:1280px;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background:#fff;
}
/* 首页 内容样式 */
.home_body_warpper{
	width: 100%;
	height: auto;
    overflow: auto;
    box-sizing: content-box;
    background-image: url(/shtml/images/portal/bodyBg.png);
    background-size: 100% 100%;
}
.home_content_warpper{
	text-align: center;
	margin-top:20px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.home_content_first_warpper{
    box-sizing: content-box;
    display: inline-block;
    margin: 0 auto;
}
.home_content_first_item{
	text-align: center;
	width:440px;
	height:378px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
}
.home_content_first_item img{
	width:359px;
	height:131px;
	margin-top: 60px;
}
.home_content_first_itemBg{
	background-image: url(/shtml/images/portal/1Bg.png);
}
.home_content_second_itemBg{
	background-image: url(/shtml/images/portal/2Bg.png);
	margin: 0 20px;
}
.home_content_third_itemBg{
	background-image: url(/shtml/images/portal/3Bg.png);
}
.text_bg_warpper{
	background-image: url(/shtml/images/portal/menu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 249px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    margin-top: 70px;
}

.home_content_second_warpper{
	display: inline-block;
	margin-top: 20px;
	margin-bottom:15px;
}
.home_content_second_carousel{
   width: 740px;
   height: 520px;
   box-sizing: border-box;
   border: 1px solid #967E65;
   border-right:0;
   box-sizing: border-box;
   float: left;
}
.home_content_second_tab{
	width: 619px;
	height: 520px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #706253;
	float: left;
}
.tab_item_title_warpper{
	width: 100%;
	height: 65px;
    line-height: 65px;
    font-weight: 700;
    font-size: 22px;
    color: #666666;
    display: inline-block;
    border-bottom: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
}
.tab_item_text_warpper{
	float: left;
}
.tab_item_text_warpper div{
    float: left;
    height: 62px;
    margin-right: 50px;
    cursor: pointer;
}
.tab_item_text_warpper div:hover{
	color:#5A4835;
	border-bottom:4px solid #5A4835;
}
.tab_item_text_active{
	color:#5A4835;
	border-bottom:4px solid #5A4835;
}
.tab_item_more_warpper{
	font-weight: 400;
	font-size: 18px;
	color: #111111;
}
.tab_item_more_warpper{
	font-weight: 400;
    font-size: 18px;
    color: #111111;
    float: right;
    cursor: pointer;
}
.tab_count_list_warpper{
	width:100%;
}
.tab_count_list_item{
	display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.tab_count_list_item_text{
	font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab_count_list_item_timer{
	font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 55px;
    width: 110px;
    flex: 0 0 110px;
}

.home_content_third_warpper{
	display: inline-block;
	margin-bottom:15px;
}
.flex_warpper{
	display: flex;
    justify-content: flex-start;
}
.home_content_third_kstd{
   width: 720px;
   height: 636px;
   box-sizing: border-box;
   border: 1px solid #967E65;
   box-sizing: border-box;
   float: left;
   margin-right:15px;
   display: flex;
   justify-content: flex-start;
}

.nav_item_info{
    font-weight: 700;
    font-size: 24px;
    color: #A89988;
    padding-left: 43px;
    padding-top: 25px;
    text-align: left;
    width: 247px;
    height: 95px;
    box-sizing: border-box;
    border: 1px solid #967E65;
    margin-bottom: 20px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}
.sub_text{
	font-weight: 400;
	font-size: 14px;
	color: #A89988;
}
.nav_item_info_active{
	background-image: url(/shtml/images/portal/kstdActive.png);
	background: #A89988;
	color:#ffffff;
	position: relative;
}
.nav_item_info_active::after{
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #A89988;
}
.nav_img_item{
	width:92px;
	height:95px;
	background-image: url(/shtml/images/portal/kstd.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 10px;
}
.nav_item_info_active .nav_img_item{
	background-image: url(/shtml/images/portal/kstdActive.png);
}
.nav_item_info_active .sub_text{
	color:#ffffff;
}
.nav_item_list_warpper{
	width: 300px;
    height: 100%;
    border-right: 1px solid #967E65;
    box-sizing: border-box;
    padding: 25px;
    float: left;
}
.nav_itme_none{
	display:none;
}
.nav_item_list_count_warpper{
	float: left;
    width: 418px;
    box-sizing: border-box;
}
.nav_item_list_count_warpper .title{
	font-weight: 700;
	font-size: 22px;
	color: #5A4835;
	text-align: left;
    padding: 10px 25px;
}
.nav_item_warpper{
	overflow:hidden;
	padding: 0 45px;
}
.nav_item_img_warpper{
	 width: 50%;
    float: left;
    margin-top: 45px;
}
.nav_item_img_warpper img{
	width:80px;
	height:80px;
	border-radius: 50%;
}
.nav_item_img_warpper .nav_text{
	font-weight: 700;
	font-size: 20px;
	color: #5A4835;
	margin-top: 15px;
}




.home_content_third_tab{
	width: 624px;
	height: 636px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #706253;
	float: left;
}
.culPicList{
	display:inline-block;
	width: 292px;
	height: 234px;
	line-height:234px;
	border-radius: 4px 4px 4px 4px;
	font-weight: 700;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	margin:7.5px;
}
.home_content_third_tab .tab_item_title_warpper{
	margin-bottom:17.5px;
}
.culPicList_list_warpper a:hover{
	color: #FFFFFF;
	margin:7.5px;
	font-size: 46px;
}
.culPicList_list_warpper a:link,.culPicList_list_warpper a:visited{
	color: #FFFFFF;
}
.culp1{
	background: url(/shtml/images/portal/dawh1.png) no-repeat center center;
}
.culp2{
	background: url(/shtml/images/portal/dawh2.png) no-repeat center center;
}
.culp3{
	background: url(/shtml/images/portal/dawh3.png) no-repeat center center;
}
.culp4{
	background: url(/shtml/images/portal/dawh4.png) no-repeat center center;
}
/* 首页 内容样式 */










.home_top_warpper .menu_warpper{
	width: 100%;
    height: 100%;
    min-width:1280px;
    height:80px;
    background:#CDBEAD;
    position: reative;
    box-sizing: border-box;
    padding: 0 200px;
}
.home_top_warpper .logo_warpper{
	background-image: url(/shtml/images/portal/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 245px;
    height: 65px;
    position: absolute;
    top: 8px;
    left: 200px;
}
.menu_ul_warpper{
	/*overflow: auto;*/
    display: flex;
    justify-content: flex-end;
}
.menu_item{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #212121;    
    float: left;
    margin: 0 10px;
    cursor: pointer;
}
.menu_item a {
    color: #212121;
    text-decoration: none;
}
.menu_ulc{   
	display:none;
	position: absolute;
    top: 75px; 
    padding-top:10px;
    z-index:99;
}
li.menu_lic{
    background: #A89988;
	border-radius: 0px 0px 0px 0px;
    float: left;
    line-height: 50px;
    font-size: 16px;
    padding: 0 25px;
}
li.parting-line{
    width: 0;
    padding: 0;
    height: 100%;
    background: #A89988;
    position: relative;
}
li.parting-line::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 32px;
    border-left: 1px solid #fff;
}
.menu_count_warpper{
	font-weight: 700;
	font-size: 18px;
	color: #2B1F0E;
}

.menu_item:hover,.menu_item:hover a{
	color:#FFFFFF;
}
.menu_item:hover,.menu_item:hover .menu_ulc{
	display:block;
}
.text_warpper{
	position: relative;
	padding-bottom:10px;
}
.text_warpper::before {
	display:none;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFFFFF;
    transform: translate(-50%, -50%);
}
.menu_item:hover,.menu_item:hover .text_warpper::before{
	display:block;
}
.menu_item:hover,.menu_item:hover .menu_ulc{
	display:block;
}
.menu_item:hover .text_warpper{
	border-bottom: 3px solid #FFFFFF;
}
.text_warpper:hover{
	border-bottom: 3px solid #FFFFFF;
}
.home_top_bg_warpper{
	background-image: url(/shtml/images/portal/homeBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 430px;
}
.home_top_bg_warpper .home_top_logo{
	background-image: url(/shtml/images/portal/homeLogo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 515px;
    max-height: 250px;
    width: 30%;
    height: 55%;
    position: relative;
    left: 266px;
    top: 25px;
}
.home_top_search{
	position: relative;
	display:inline-block;
	box-sizing:content-box;
}
.home_search_ipt{
	max-width: 416px;
    max-height: 60px;
    min-width: 300px;
    width: 28vw;
    height: 3rem;
    padding: 0 120px 0 20px;
    background: #FFFCF4;
    border-radius: 10px;
    font-size: 18px;
    margin-left: 265px;
    margin-top: 50px;
    box-sizing: border-box;
}
.search_btn{
	width: 110px;
	max-height: 48px;
	height: 2.6rem;
	font-size: 18px;
    color: #FFFFFF;
	background: #967E65;
	border-radius: 10px;
	border:none;
	position:absolute;
	right:3px;
	bottom:3px;
	cursor: pointer;
}
/* 首页 页脚样式 */
.home_foot_warpper{
   width:100%;
   height: 359px;
   background-image: url(/shtml/images/portal/footBg.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   text-align:center;
   color:#fff;
   font-size: 20px;
}
.home_foot_warpper .first-text{
	 font-size: 22px;
}
.foot-parting-line{
	width: 0px;
	height:32px;
	border: 1px solid #FFFFFF;
	margin:0 50px;
}
.foot_logo{
   width:105px;
   height: 105px;
   background-image: url(/shtml/images/portal/footLogo.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   margin: 0 auto;
}
.foot-first-warpper{
  padding-top:53px;
}
.foot-second-warpper{
	margin-top:38px;
}
.foot-third-warpper{
	margin-top:28px;
}
.foot-third-warpper span,.foot-third-warpper a{
	color:#ffffff;
}
.foot-third-warpper span.visitNum{
	margin-right:50px;
	margin-left: 0px;
}
.foot-second-warpper a,.first-text a{
	color:#ffffff;
}
.foot-second-warpper a:hover,.first-text a:hover{
	color:#ffffff;
}
.foot-second-warpper a:link,.first-text a:link,.first-text  a:visited,.foot-second-warpper a:visited{
	color:#ffffff;
}
.foot-four-warpper{
	margin-top:18px;
}
/* 首页 页脚样式 */
.preVote{
	position: relative;
    height: 109px;
    max-width: 1700px;
    margin: 0 auto;
}
.preVote_item{
	width: 100px;
    height: 100px;
    background: #815305;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    right: 15px;
    overflow: hidden;
    top: -6px;
    cursor: pointer;
    text-align: center;
}
.preVote_item img{
	margin-top: 10px;
}
.myddc_text{
	font-weight: 400;
    font-size: 16px;
    color: #FFF0D5;
}
a.style_none:hover{
    color: #5A4835;
    text-decoration: none; 
}

