@font-face {
    font-family: 'fontello';
    src: url('font/fontello.eot?18039019');
    src: url('font/fontello.eot?18039019#iefix') format('embedded-opentype'),url('font/fontello.woff?18039019') format('woff'),url('font/fontello.ttf?18039019') format('truetype'),url('font/fontello.svg?18039019#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
    line-height: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    width: 32rem;
    margin: auto;
}

#index_content img {
    display: block;
    width: 100%;
}

.swiper-pagination span {
    width: 1rem;
    height: 1rem;
    background: #fff;
    opacity: .4;
}

.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

#index_banner .swiper-pagination span {
    width: 1rem;
    height: 1rem;
    background: #fff;
    opacity: .4;
}

#index_banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

#index_recommend {
    box-sizing: border-box;
}

#index_recommend li {
    width: 25%;
    box-sizing: border-box;
    float: left;
}

#index_recommend li img {
    border: 1px solid #fff;
    box-sizing: border-box;
}

#index_yh_list {
    background: url("../images/index_yh_list_back.jpg") no-repeat;
    background-size: 100%;
    padding-bottom: 2rem;
}

#index_yh_list #index_yh_list_box {
    width: 29.5rem;
    margin: auto;
}

#index_yh_list #index_yh_list_box ul {
    display: table;
    width: 120%;
}

#index_yh_list #index_yh_list_box .swiper-slide {
    
}
#index_yh_list #index_yh_list_box li{
	margin-right: 0.5rem;
    margin-left: 0.5rem;
    float: left;
    width: 9rem;
    box-sizing: border-box;
    margin-bottom: .5rem;
    margin-top: .5rem;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 1rem;
}
#index_yh_list #index_yh_list_box li h2{
	font-size: 1.2rem;
	padding-top: 0.5rem;
}
#index_yh_list #index_yh_list_box li h3{
	font-size: 1.4rem;
	color: #df2224;
}
#index_yh_list #index_yh_list_box li h3 span{
	font-size: 1.2rem;
	color: #df2224;
}
#index_yh_list #index_yh_list_box li a{
	display: block;
	background: #c39531;
	margin: auto;
	width: 80%;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9rem;
	margin-top: 0.5rem;
	box-shadow: 0px 3px 5px #000;
}

#index_yh_list_box .swiper-pagination {
    padding-top: 0px;
    margin: auto;
    position: relative;
    display: table;
}

#index_yh_list_box .swiper-pagination span {
    float: left;
    font-size: 1.3rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    height: 2.15rem;
    line-height: 2.15rem;
    border-radius: 0px;
    background: #c39531;
    border-radius: 50%;
    width: auto;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    opacity: 0.5;
}

#index_yh_list_box .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}



#index_broadcast {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: table;
    width: 100%;
    background: #242424;
    position: relative;
    overflow: hidden;
}

#index_broadcast #index_broadcast_title,#index_broadcast #index_broadcast_voice,#index_broadcast #index_broadcast_msg {
    float: left;
}

#index_broadcast #index_broadcast_title {
    font-size: 1.5rem;
    color: #fff;
    padding: .8rem 1rem .8rem 1.5rem;
    position: relative;
    line-height: 1.8rem;
}

#index_broadcast #index_broadcast_title span {
    color: #faeb96;
    display: block;
}

#index_broadcast #index_broadcast_title::before {
    content: ' ';
    display: block;
    border-left: 1px solid #d6ca82;
    height: 4.4rem;
    position: absolute;
    right: 0;
    top: .65rem;
}

#index_broadcast #index_broadcast_voice {
    margin-left: 6.6rem;
    width: 2.85rem;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

#index_broadcast #index_broadcast_voice img {
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
}

#index_broadcast #index_broadcast_msg {
    margin-left: 5rem;
    margin-top: 1rem;
    width: 21rem;
    position: relative;
    height: 4.7rem;
    overflow: hidden;
}

#index_broadcast #index_broadcast_msg .index_broadcast_msg {
    width: 100%;
    margin-bottom: .3rem;
    display: table;
}

#index_broadcast #index_broadcast_msg span {
    color: #faeb96;
    border: 1px solid #f4e93a;
    font-size: 1rem;
    padding: .1rem .3rem;
    border-radius: 5px;
    display: inline-block;
    float: left;
}

#index_broadcast #index_broadcast_msg li {
    float: left;
    margin-left: .8rem;
    color: #fff;
    height: 1.6rem;
    line-height: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 16rem;
}

#index_broadcast #index_broadcast_msg .index_broadcast_msg {
    width: 21rem;
}

#index_broadcast #index_broadcast_msg #index_broadcast_msg_1 li {
    color: #faeb96;
}

#index_broadcast #index_broadcast_msg #index_broadcast_msg_2,#index_broadcast #index_broadcast_msg .swiper-container {
    height: 1.6rem;
    overflow: hidden;
}

#index_broadcast #index_broadcast_msg #index_broadcast_msg_2 span{
	color: #df2224;
	border:1px solid #df2224;
}

#index_type {
    background: url("../images/index_type_back.jpg") no-repeat;
    background-size: 100%;
    height: 38.1rem;
}

#index_type h6 {
    height: 8.4rem;
}

#index_type #index_type_box {
    width: 30rem;
    margin: auto;
}

#index_type #index_type_box ul li {
    float: left;
    width: 4.5rem;
    margin: .6rem .75rem;
    background: url("../images/index_type_icon.png") no-repeat;
    background-size: 100%;
}

#index_al {
    width: 30rem;
    margin: 0 auto;
}

#index_al h6 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#index_al .eg_tab .eg_big_img li {
    width: 100%;
    position: relative;
}

#index_al .eg_tab .eg_big_img li img {
    width: 100%;
    display: block;
}

#index_al .eg_tab .eg_big_img li a.btn_eg {
    width: 5.75rem;
    height: 5.75rem;
    display: block;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    margin-left: -2.7rem;
    background: url("../images/btn_eg.png") no-repeat center;
    background-size: contain;
}

#index_al .eg_tab .eg_thumb {
    margin-top: 1rem;
}

#index_al .eg_tab .eg_thumb li.swiper-slide {
    width: 25%;
    text-align: center;
}

#index_al .eg_tab .eg_thumb li.swiper-slide img {
    width: 80%;
    display: inline-block;
}

#index_al .eg_tab .eg_thumb .swiper-slide {
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

#index_al .eg_tab .eg_thumb .swiper-slide-active {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

#index_al .eg_tab .eg_thumb .swiper-slide-active:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -0.65rem;
    margin-left: -0.7rem;
    left: 50%;
    border-right: .7rem solid transparent;
    border-bottom: .7rem solid #d5b59a;
    border-left: .7rem solid transparent;
}

#index_al .btn_more.all_line {
    color: #888;
    background: #424242;
    border: 1px solid #424242;
    font-size: 1.2rem;
    line-height: 2.8rem;
    display: block;
    width: auto;
    text-align: center;
    font-weight: 100;
    margin-top: 1rem;
}

#index_al .btn_more.all_line a {
    display: block;
    color: #dbb374;
}

#index_al .btn_more.all_line.black {
    background: #424242;
    border: 1px solid #424242;
}

#index_al .btn_more.all_line.white {
    background: #fff;
    border: 1px solid #dbb374;
}

#index_al .btn_more.all_line i {
    margin-left: .2rem;
}

#index_al .btn_more.all_line i:before {
    margin: 0;
    border: 1px solid #dbb374;
    border-radius: 100%;
}

#index_zrsm {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#index_diary {
    padding-bottom: 1rem;
}

#index_diary #index_diary_t {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: table;
    width: 100%;
}

#index_diary #index_diary_t img {
    width: 11rem;
    margin-left: 1rem;
    float: left;
}

#index_diary #index_diary_t #index_diary_t_r.swiper-pagination {
    float: left;
    margin-left: 1rem;
    padding-top: 0px;
}

#index_diary #index_diary_t #index_diary_t_r span {
    float: left;
    font-size: 1.3rem;
    margin-right: 1.5rem;
    height: 2.15rem;
    line-height: 2.15rem;
    border-radius: 0px;
    background: none;
    width: auto;
    opacity: 1;
}

#index_diary #index_diary_t #index_diary_t_r span.swiper-pagination-bullet-active {
    border-bottom: 2px solid #87771d;
}

#index_diary .index_diary_box {
    padding-top: 1rem;
    width: 30rem;
    margin: auto;
}

#index_diary .index_diary_box h2 {
    display: table;
    line-height: 3.25rem;
    font-size: 1.3rem;
}

#index_diary .index_diary_box h2 img {
    width: 3.25rem;
    float: left;
    margin-right: .5rem;
}

#index_diary .index_diary_box p {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 1rem;
}

#index_diary .index_diary_box h3 {
    padding-bottom: 2rem;
    font-size: 1.1rem;
    color: #87771d;
}

#index_diary .index_diary_box h3 span {
    width: 1.05rem;
    height: 1rem;
    background: url("../images/index_diary_box_tags.jpg") no-repeat;
    background-size: 100%;
    display: inline-block;
}

#index_diary #index_diary_page {
    display: table;
    margin: 0 auto;
}

#index_diary .swiper-pagination {
    display: table;
    margin: 0 auto;
    position: relative;
    padding-top: 1rem;
}

#index_diary .swiper-pagination span {
    width: 1rem;
    height: 1rem;
    background: #87771d;
    opacity: .4;
    margin-left: .5rem;
    margin-right: .5rem;
    line-height: 500px;
    overflow: hidden;
}

#index_diary .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

#index_zjtd_zs {
    border-top: 10px solid #d2d2d2;
    border-bottom: 10px solid #d2d2d2;
}

#index_zjtd {
    padding-bottom: 2.8rem;
}

#index_zjtd #index_zjtd_t .swiper-pagination {
    border-bottom: 1px solid #dbdbdb;
    display: table;
    width: 100%;
    margin-top: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

#index_zjtd #index_zjtd_t .swiper-pagination span {
    display: inline-block;
    width: auto;
    opacity: 1;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

#index_zjtd #index_zjtd_t .swiper-pagination span.swiper-pagination-bullet-active {
    position: relative;
    color: #92691f;
    border-radius: 0;
}

#index_zjtd #index_zjtd_t .swiper-pagination span.swiper-pagination-bullet-active::after {
    border-bottom: 3px solid #92691f;
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    bottom: -0.2rem;
}

#index_zjtd .swiper-pagination {
    position: relative;
}

#index_zjtd .index_zjtd_b .swiper-slide {
    width: 33.333333;
}

#index_zjtd .swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#index_zjtd .swiper-container2 .my-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#index_zjtd .swiper-container2 .my-wrapper .my-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

#index_zjtd .swiper-container2 .my-wrapper .my-slide h2 {
    font-size: 1.5rem;
    padding-top: .7rem;
    padding-bottom: .4rem;
}

#index_zjtd .swiper-container2 .my-wrapper .my-slide h3 {
    font-size: .85rem;
}

#index_zjtd .swiper-container2 .my-wrapper .my-slide h4 a {
    display: block;
    background: #92691f;
    width: 80%;
    color: #fff;
    border-radius: 5px;
    height: 1.8rem;
    line-height: 1.8rem;
    margin: 0 auto;
    margin-top: .6rem;
}


