body{font-size:14px; font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif; color:#333;max-width: 1920px;margin:0 auto;}
*{margin:0;padding:0;box-sizing: border-box;}
ul,dl,dd,dt,h2,p,h3,h4,h1{margin:0;}
ul,li{list-style: none;}
i{font-style: normal;}
a{cursor: pointer;color:inherit;text-decoration: unset;}
a:hover,a:focus{text-decoration: none;color:inherit;}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix{
  *zoom: 1;
}
.oneLine{white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;}
.twoLine{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}

.wrapper{width:100%; padding: 0 15px;}


/* header */
.header{width: 100%; height: 54px; background: #fff; position: fixed; left: 0; top: 0; z-index: 10000; box-shadow: 0px 0px 10px #ccc;}
.header .wrapper{width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.logo{display: flex; align-items: center;}
.logo-cgy{margin-right: 15px;}
.logo-cgy img{display: block; height: 44px;}
.logo-ysxy img{display: block; height: 40px;}
.search-menu{width: 25px; height: 25px; background: url(images/icon-searchm.png) no-repeat center; background-size: contain;}
.search-box{width: 100%; padding: 10px 15px; position: fixed; left: 0; top: 54px; z-index: 10000; background: #fff; box-shadow: 0px 0px 10px #ccc; display: none;}
.search-box .keyword{width: calc(100vw - 90px) !important; margin: 0; padding: 8px 15px; font-size: 14px; color: #333; line-height: 18px; border: 1px solid #ccc; border-right: 0; outline: none; background: none;}
.search-box .search{width: 60px !important; height: 36px !important; outline: none; background: #95492d url(images/icon-search.png) no-repeat center !important; background-size: 20px !important;}

.menu{width: 26px; height: 20px; cursor: pointer; position: relative;}
.menu span{display: block; width: 100%; height: 2px; background: #95492d; position: absolute; left: 0; z-index: 10; transition: all 0.3s;}
.menu span:nth-of-type(1){top: 0;}
.menu span:nth-of-type(2){top: 50%; margin-top: -1px;}
.menu span:nth-of-type(3){top: 50%; margin-top: -1px;}
.menu span:nth-of-type(4){bottom: 0;}
.menu.active span:nth-of-type(1), .menu.active span:nth-of-type(4){display: none;}
.menu.active span:nth-of-type(2){transform: rotate(45deg);}
.menu.active span:nth-of-type(3){transform: rotate(-45deg);}

.navbox{width: 100%; height: 100%; position: fixed; left: -100%; top: 0; z-index: 9999; transition: all 0.5s;}
.navbox.show{left: 0;}
.nav{width: 60vw; height: 100%; background: #95492d; overflow-y: auto;}
.wp_nav .nav-item a{display: inline-block !important;}
.top_nav{width: 100%;}
.top_nav li a{display: block; width: 100%; padding: 5px 25px; font-size: 15px; color: #fff; line-height: 30px; cursor: pointer; border-bottom: 1px solid rgba(255, 255, 255, .4);}
/* header */


/* 头部导航自定义样式 */
/* .wp_nav { margin: 0px; padding: 0px; padding-top: 54px; }
.wp_nav * { margin: 0px; padding: 0px; }
.wp_nav::after { clear: both; content: "."; display: block; height: 0px; visibility: hidden; content: unset; }
.wp_nav .nav-item { display: block; width: 10%; position: relative; float: unset; white-space: nowrap; }
.wp_nav .on { z-index: 10; }
.wp_nav .nav-item .mark { display: none; }
.wp_nav>.nav-item>.mark { display: block; width: 52px; height: 40px; position: absolute; left: unset; right: 0px; top: 0px; z-index: 200; }
.wp_nav>.nav-item>.mark::before { content: ""; width: 12px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; }
.wp_nav>.nav-item>.mark::after { content: ""; width: 2px; height: 12px; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; }
.wp_nav>.nav-item>.mark.active::after { content: unset; }
.wp_nav .nav-item a { width: 100% !important; font-size: 15px; color: #fff; display: block; text-align: left; position: relative; z-index: 100; border-top: 1px solid rgba(255,255,255,.4); }
.wp_nav .nav-item:last-child a { border-bottom: 1px solid rgba(255,255,255,.4); }
.wp_nav .nav-item a span.item-name { display: block; padding: 5px 25px; line-height: 30px; cursor: pointer; }
.wp_nav .sub-nav { display: block; width: 100% !important; height: auto !important; position: unset; border: unset; background: rgba(255, 255, 255, .1);; visibility: visible; display: none; }
.wp_nav .sub-nav .nav-item { width: 100%; }
.wp_nav .sub-nav .nav-item a { min-width: unset; font-size: 14px; color: #fff; border-top: 1px solid rgba(255,255,255,.2); }
.wp_nav .sub-nav .nav-item a span.item-name { line-height: 28px; padding-left: 50px; } */
/* 头部导航自定义样式 */


/* index */
.main{width: 100%; padding-top: 94px;}
.block{width: 100%; margin-bottom: 40px;}
.btit{width: 100%; line-height: 24px; padding-bottom: 10px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; align-items: center;}
.btit h3{font-size: 20px; color: #333; font-weight: bold;}
.btit a{font-size: 15px; color: #333;}
.btit a:hover{color: #95492d;}

.bban{width: 100%; height: auto;}
.bban>div>div{width: 100% !important; height: auto !important;}
/* 多图交替自定义样式 */
.dtjt9_div_img img{width: 100%; object-fit: cover;}
.dtjt9_div_text{bottom: 0;}
.dtjt9_div_text .dtjt9_div_text_title{width: 100%; height: auto; text-align: unset; background: unset;}
.dtjt9_div_text a:link{display: block; width: 100%; padding: 0 120px 0 15px; font-size: 16px; color: #fff; line-height: 44px; font-weight: normal; background: rgba(0,0,0,.6);  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.dtjt9_div_img .number{right: 15px; bottom: 16px; z-index: 200;}
.dtjt9_div_img .number .nomal{width: 12px; height: 12px; border-radius: 50%; font-size: 0; background: rgba(255,255,255,.8); opacity: 1; border: unset; margin: 0 2px;}
.dtjt9_div_img .number .current{width: 12px; height: 12px; border-radius: 50%; font-size: 0; background: #95492d; opacity: 1; border: unset; margin: 0 2px;}
/* 多图交替自定义样式 */

.blist{width: 100%; margin-top: 2px;}
.blist li{font-size: 15px; color: #333; line-height: 20px; padding-bottom: 8px; margin-top: 12px; border-bottom: 1px dashed #333; display: flex; justify-content: space-between; align-items: center;}
.blist li span{font-size: 14px;}
.blist li a{width: auto; width: calc(100vw - 130px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.blist li a:hover{color: #95492d;}

.slist{width: 100%; margin-top: 15px;}
.slist li{width: calc((100vw - 60px) / 2); margin: auto; position: relative; overflow: hidden;}
.slist li img{display: block; width: 100%; height: 124px; object-fit: cover;}
.slist li p{width: 100%; background: rgba(149,73,45,.8); font-size: 14px; color: #fff; line-height: 34px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 10px; position: unset; left: 0; bottom: 0; z-index: 10;}

.sban{width: 100%; margin-top: 15px;}
/* 多图交替自定义样式 */
.sban div.orbit img{width: calc(100vw - 30px); object-fit: cover;}
.sban div.timer{display: none;}
.sban div.slider-nav span{width: 50px; height: 50px; margin-top: -25px; border-radius: 50%; background-size: contain; background-position: center;}
/* 多图交替自定义样式 */
/* index */


/* footer */
.footer{width: 100%; background: #333; padding: 20px 0;}
.footer p{font-size: 15px; color: #fff; line-height: 26px; text-align: center; letter-spacing: 1px; margin: 5px 0;}
/* footer */


/* list */
.main_list{width: 100%; padding: 74px 0 40px;}

.list_left{width: 100%;}
.cname{width: 100%; background: #95492d url(images/cname_bg.png) no-repeat right center; background-size: contain; font-size: 20px; line-height: 50px; color: #fff; font-weight: bold; letter-spacing: 1px; padding: 0 30px;}

.list_right{width: 100%; margin: 20px 0 30px;}
.lrtop{width: 100%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; line-height: 40px; padding-bottom: 4px;}
.lname{font-size: 20px; color: #95492d; font-weight: normal; position: relative;}
.lname::after{content: ""; width: 100%; height: 2px; background: #95492d; position: absolute; left: 0; bottom: -5px; z-index: 10;}
.location{display: flex; font-size: 14px; color: #333;}
.location h5{font-size: 14px; color: #000; font-weight: normal; padding-left: 25px; background: url(images/icon-home.png) no-repeat left center; background-size: 20px;}
.location a:hover{color: #95492d;}
.location .possplit{background: unset; position: relative; width: 18px; text-indent: unset;}
.location .possplit::after{content: ">"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 10;}
.list{margin-top: 10px;}
.list div.li{font-size: 15px; color: #333; line-height: 30px; padding: 6px 0; border-bottom: 1px dashed #ddd; display: flex; justify-content: space-between; align-items: center; padding-left: 20px; background: url(images/icon-list.png) no-repeat 2px center; background-size: 10px;}
.list div.li span{font-size: 14px;}
.list div.li a{width: calc(100vw - 150px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.list div.li a:hover{color: #95492d;}
.list .wp_paging{margin-top: 10px; float: unset;}
.list .wp_entry{font-size: 15px; color: #333; line-height: 2; margin-top: 15px;}
.list .wp_entry h1{font-size: 24px;}
.list .wp_entry h2{font-size: 22px;}
.list .wp_entry h3{font-size: 20px;}
.list .wp_entry h4{font-size: 18px;}
.list .wp_entry h5{font-size: 16px;}
.list .wp_entry p{margin-bottom: 8px;}
.list .wp_entry img{display: block; max-width: 100%; margin: 10px auto;}
/* list */


/* page */
.main_page{width: 100%; padding: 84px 0 40px;}
.main_page h1{width: 100%; font-size: 22px; color: #95492d; line-height: 1.5; text-align: center;}
.main_page .label{width: 100%; padding: 10px; text-align: center; border-top: 1px solid #ddd; margin-top: 10px;}
.main_page .label * {display: inline-block;}
.main_page .label span{font-size: 14px; color: #666; line-height: 24px;}
.main_page .label>span{margin: 0 8px;}
.main_page .content{width: 100%; font-size: 15px; color: #333; line-height: 2; margin-top: 15px;}
.main_page .content h2{font-size: 22px;}
.main_page .content h3{font-size: 20px;}
.main_page .content h4{font-size: 18px;}
.main_page .content h5{font-size: 16px;}
.main_page .content p{text-indent: 2em; margin-bottom: 8px;}
.main_page .content img{display: block; max-width: 100%; margin: 10px auto;}
/* page */