@charset "utf-8";
/* CSS Document */
.top{
	width:50%;
	background: url(../images/yx_xz01.jpg) #eee no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	position: fixed;
	top:0;
	border-right: 8px solid #ccc;
}
.top01{
	width:50%;
	background: url(../images/yx_xz10.jpg) #eee no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	position: fixed;
	top:0;
	border-right: 8px solid #ccc;
}
.top02{
	width:50%;
	background: url(../images/yx_xz12.jpg) #eee no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	position: fixed;
	top:0;
	border-right: 8px solid #ccc;
}
.top03{
	width:50%;
	background: url(../images/yx_xz15.jpg) #eee no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	position: fixed;
	top:0;
	border-right: 8px solid #ccc;
}
.main{
	margin-left: 50%;
	float: left;
	width: 50%;
}
.index_page1{
	background: url(../images/yx_xz02.jpg) no-repeat;
	width: 100%;
	height: 860px;
}
.index_page2{
	width: 100%;
	float: left;
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
}
.index_page2 .title1  {
    font-size: 25px;
    color: #333;
    letter-spacing:14px;
	width: 100%;
	 float: left;
	 line-height: 25px;
}
.index_page2 .title1  span {
    width: 100%;
    display: block;
    float: left;
}
.index_page2 .title2 {
    font-size: 14px;
    color: #666;
    margin: 20px 0 50px 0;
    letter-spacing: 4px;
	width: 100%;
	 float: left;
	 text-transform:uppercase;
}
.index_page2 h2 {
	margin: 0 0 42px 2px;
	width: 100%;
}

.index_page2  p {
	font-size: 12px;
    line-height: 1.8;
	    letter-spacing:2px;
	    margin-bottom: 10px;
		color: #666;
}
.index_page3{
	float: left;
	width: 100%;
} 
.category-list {
	display: -webkit-box;
	display: flex;
	width: 100%;
	margin-left: -10px;
}

.category-list li {
	    width: 33.33%;
	    margin: 0 10px;
	    position: relative;
}

.category-list a {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px 0 24px;
	text-align: center;
}

.category-list a:before,
.category-list a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	background-color: #d9d9d9;
	width: 20px;
	height: 100%;
	transition: .15s ease-out;
	opacity: 0;
}

.category-list a:before { left: -20px; }
.category-list a:after { right: -20px; }

.category-list a:hover {
	background-color: #d9d9d9;
	z-index: 10;
}

.category-list a:hover,
.category-list a:hover:before,
.category-list a:hover:after {
	opacity: 1;
}

.category-list figure {
	position: relative;
	width: 100%;
	margin-bottom: 22px;
	padding-bottom: 142.5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 0;
}

.category-list .daily figure { background-image: url(../img/top/img-category-daily@2x.jpg); }
.category-list .teikibin figure { background-image: url(../img/top/img-category-teikibin@2x.jpg); }
.category-list .gift figure { background-image: url(../img/top/img-category-gift@2x.jpg); }

.category-list figure:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2B230D;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 1;
	transition: .15s ease-out;
}

.category-list a:hover figure:before {
	opacity: 0.6;
}

.category-list figcaption {
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.06em;
	z-index: 2;
}

.category-list i {
	display: inline-block;
	margin-bottom: 12px;
}

.category-list .teikibin i {
	margin-left: -10px;
}

.category-list h2 {
	margin-bottom: 20px;
}

.category-list h2 strong {
	display: inline-block;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.13em;
	white-space: nowrap;
	color: #333;
}

.category-list p {
	padding: 0 3px;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.03em;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.category-lista p {
	color: #333;
}
.category-list p:hover{
	color: #333;
}
.yx_ljfc{
	position: absolute;
	top: 57px;
	left: 12px;
	width: 90%;
}
.yx_ljfc img{
	width: 98%;
	height: auto;
}
.indexpage3{

	width:824px;
	margin: 0 auto;
}
.yx_xztitle {
	box-sizing: border-box;
  width: 100%;
  float: left;
}

.yx_xztitle .title1{
	   font-size: 25px;
		 color: #333;
		 text-align: center;
		     line-height: 25px;
			 letter-spacing: 14px;
}
.yx_xztitle .title2{
	   font-size:14px;
		 color: #666;
		     margin: 0px 0 50px 0;
		text-align: center;
		margin-bottom: 38px !important;
		letter-spacing: 4px;
		margin-top: 20px;
		text-transform:uppercase;
		padding-right: 4px;
}
.yx_more{
	float:left;
	width:100%;
	height: 54px;
	margin-top: 100px;
	text-align: center;
	}
.yx_more a{
		background:url(../images/y_xqy01.png) no-repeat;
		width:304px;
		height:54px;
		display: inline-block;
		}
.yx_more a:hover{
		background:url(../images/y_xqy01a.jpg) no-repeat !important;
		width:304px;
		height:54px;
		}
.indexpage4{
	width: 100%;
	float: left;
}
.indexpage4 .item{
	 width: 824px;
	 margin: 0 auto;
	 border-bottom: 1px solid #b5b5b5;
	 padding: 30px 1%;
}
.indexpage4 .item .img {
    width:74px;
    height: 72px;
    float: left;
    margin-right:20px;
}
.indexpage4 .item .img img{
	width:74px ;
	height:72px;
	border: 4px solid #ddd;
}
.indexpage4 .item .txt {
    width: 722px;
    float: left;
    position: relative;
}
.indexpage4 .item .txt h1{
	    display: inline-block;
	    padding-right: 8px;
	    margin-bottom: 8px;
	    font-size: 12px;
	    letter-spacing:4px;
	    text-transform: capitalize;
	    color: #333;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
		width: 70%;
		
}
.indexpage4 .item .txt  span{
	position: absolute;
	right:15px;
	top:0;
	
}
.indexpage4 .item .txt p{
	    padding-left: 2px;
	    font-size: 12px;
	    line-height: 24px;
	    text-align: justify;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		letter-spacing: 2px;
		    width: 78%;
			color: #666;
}

.indexpage4 .item:hover{
	background: #ddd;
} 
.index_page5{
	width: 100%;
	float: left;
	margin-top: 100px;
}

.tab_01{
	width: 740px;
	margin: 0 auto;
}
.tab_01 .tab_head {    border-left: 1px #ddd solid;
    height: 12px;
    line-height: 12px;
    position: relative;
    margin-bottom: 36px;
    float: left;}
.tab_01 .tab_head li{text-align:center; float:left}
.tab_01 .tab_head li a{
	    color: #666;
	    display: block;
	    width: 58px;
	    border-right: 1px #ddd solid;
	    font-size: 12px;
	    height: 12px;
	    display: block;
	    letter-spacing: 4px;
	}
.tab_01 .tab_head li a:hover{color:#666;background:url(../images/y_xqy05.png) repeat-x; height: 12px;}
.tab_01 .tab_head li.active a{color:#666;background:url(../images/y_xqy05.png) repeat-x;}
.tab_01 .tab_body{background: #d9d9d9; width: 718px; height: 293px; margin-top: 56px;}
.tab_01 .tab_cont{display:none}
.tab_01 .tab_body .text{ float: left; width: 240px; margin: 40px 0 0 47px;}
.tab_01 .tab_body .text h1{  font-size: 48px; color: #333; line-height: 48px; letter-spacing: 5px;margin-bottom: 20px;}
.tab_01 .tab_body .text p{ font-size: 12px;line-height:18px;
    letter-spacing:2px;
    margin-bottom: 10px; }

.index_page6{
	float: left;
	width: 100%;
	margin-bottom: 100px;
}


.yx_ysjntitle{

width: 824px;
margin: 0 auto;
/* margin-top: 80px; */
position: relative;
}
.yx_ysjntitle a{
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	letter-spacing: 4px;
}
.yx_ysjntitle li{
	border-bottom: 1px solid #828282;
	color: #282828;
	width: 72px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 2px;

}
.yx_ysjnlist {
	width: 740px;
	margin: 0 auto;
	margin-top: 30px;
}
.yx_ysjnlist li{
	 float: left;
	 margin-right: 16px;

}
.yx_ysjnlist img{
	 width: 214px;
	 height: 135px;
}



.yx_ysjnlist02 {
	width: 824px;
	margin: 0 auto;
	margin-top: 20px;
}
.yx_ysjnlist02 ul{
	margin-left: -16px;
	display: block;
}
.yx_ysjnlist02 li{
	 float: left;
	     margin-left: 16px;
	     width: 260px;
		 margin-bottom: 24px;

}
.yx_ysjnlist02 li img{ 
	float: left;
    width: 260px;
    height: 180px;
	border: 4px solid #ddd;
	}

.yx_ysjnlist02 li a {
	margin-top: 20px;

}
.yx_ysjnlist02 li p{
	color:#666;
	line-height: 23px;
	font-family: "微软雅黑";
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.yx_ysjnlist02 li p a{
	
	letter-spacing: 2px;
	    margin-top: 10px;
	  
}
.yx_ysjnlist02 li p a:hover{
	background:url(../images/yx_xz09.png) repeat-x;
	color: #666 !important;
}
.yx_ysjnlist02 li .time{
	color: #999;
	letter-spacing: 2px;
	margin-top: 12px;
	float: left;
	font-size: 12px;
}
.xuezuopage{
	width: 717px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.yx_xz02{ background:none !important; width: 772px !important; }

.yx_xz02 .tab_cont .list li{

	width: 331px;
	float: left;
	margin-right:55px;
	 margin-bottom:74px;
	 height: 324px;
}
.yx_xz02 img{
	margin-bottom: 12px;
	width: 331px;
	float: left;
	border: 4px solid #ddd;
}
.yx_xz02 .tab_cont .list a {
	margin-top: 20px;
	
}
.yx_xz02 li p{
	line-height: 23px;
	font-family: "微软雅黑";
	width:331px;
	display: inline-block;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	letter-spacing: 4px;
	
}

.yx_xz02 li  p a{
	 color: #666;	 
}
.yx_xz02 li  p a:hover{
	background:url(../images/y_xqy05.png) repeat-x;
	color: #666 !important;
}
.yx_xz02 li p{
	letter-spacing: 2px;
	margin-top: 12px;
	color: #666;
	    float: left;
}
.page{
	float:left;
	text-align:center;
	width:100%;
	margin-bottom: 203px;
}
.yx_xzblank{
	height:100px;
}
.yx_xztwotime{
   width: 100%;
	 float: left;
}
.yx_xztwotime li{
	 float: left;
	 border-bottom: 1px solid #666;
	 font-size: 12px;
	 color: #666;
	 line-height: 24px;
	 margin-bottom: 36px;
	 letter-spacing: 2px;
}

.yx_xztwolist .left{ float: left; margin-right: 38px;    height: 195px;
    width: 195px;}
.yx_xztwolist .left img{ width: 195px; height: 195px;border: 4px solid #ddd;}
.yx_xztwolist .right .title{
	color: #282828;
	letter-spacing: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.yx_xztwolist .right{ float: left;width: 514px;}
.yx_xztwolist .right .con{
	color: #666;
	line-height: 24px;
	margin-top: 15px;
	height: 74px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:3;
}
.yx_xztwolist .right a{
		background:url(../images/y_xqy01.png) repeat-x;
		display:block;
		width:304px;
		height: 54px;
		margin-top:33px;
}
.yx_xztwolist .right a:hover{
		background:url(../images/y_xqy01a.jpg) repeat-x;
}
.yx_wjjs{ max-width: 756px !important;}
.xin_wyjs{
	width: 749px;
	margin: 0 auto;
	margin-bottom: 100px;
	margin-top: 100px;
}
.yx_xztwolist{
	margin-bottom: 102px;
width:749px;
float: left;
}
.yx_xzthreetime li{
	 line-height: 24px;
	 width: 725px;
	 font-size: 12px;
	 letter-spacing: 2px;
	 display: -webkit-box;
	 overflow: hidden;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;

}
.yx_xzthreetime li img{
	width:717px;
	height: 418px;
	border: 4px solid #ddd;
}
.yx_xzthreetime .listtop{
	 margin-top:24px;
}
.yx_xzthreetime .listbottom{
	margin-top: 20px;
	margin-bottom: 74px;
}
.yx_view{
	 margin-top: 100px;
}
.yxx_view_con{
	 margin:0  auto;
	 width: 1120px;
	 margin-top: 77px;
	 padding-bottom: 203px;
}
.yx_fmphoto img{
	  max-width: 1120px;
		margin-bottom: 85px;
}
.yxx_view_con .text p{
	line-height: 24px;
}
.yxx_view_con .yx_viewlistphoto{ margin-top: 85px;}
.yxx_view_con .yx_viewlistphoto img{
	    width: 200px;
			height: 150px;
			margin-right: 20px;
}
.yxx_view_con .title{ color: #333;  text-align: center; margin-bottom: 62px;  float: left; width: 100%; letter-spacing: 4px; line-height: 44px; font-size: 22px; font-weight: bold;}
.pagination  ul {
    display: inline-block;
    vertical-align: middle;
}
.pagination>li {
    display: inline-block;
	    padding: 0 5px;
}
.pagination>li.active span {
    
    color: #666;
	border-bottom: 1px solid #B5B5B5;
}
.paginationdiv span {
    font-size: 14px;
    color: #666;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    margin-right: 5px;
    min-width: 40px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.topdown{
	       width: 1040px;
	       margin: 0 auto;
	       margin-top: 44px;
	       background: #eee;
	       padding: 15px 15px;
	       height: 58px;
}
.notice_page01{
	width: 100%;
	float: left;
	line-height: 30px;
}
.notice_page01 a{ color: #333;font-size: 12px; letter-spacing: 4px;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.notice_page01 a:hover{ color: #831019; border-bottom: 1px dotted #831019;}
.special_search{
	    float: left;
	    margin-top: 30px;
	    width: 96%;
	    margin-bottom: 60px;
		padding-left:2%;
		padding-right:2%;
}
.special_search .search{
	position: relative;
	width: 100%;
	float: right;
} 
.special_search .search input{
	padding: 14px 48px 14px;
	    font-size: 12px;
	    color: #878787;
	    box-sizing: border-box;
	    border: none;
	    margin-top: 5px;
	    outline: none;
	    letter-spacing: 4px;
	    width: 98%;
		border: 1px solid #ddd;
		border-radius: 5px;
}
.special_search  .search .icon_search {
    border: none;
    background: url(../images/icon15.png) no-repeat;
    width: 18px;
    height: 21px;
    outline: none;
    position: absolute;
    left: 10px;
    top: 15px;
}