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:1440px; margin: auto;}
@media (max-width: 1500px){
  .wrapper{width: 1200px;}
}
@media (max-width: 1200px){
  .wrapper{width: 90%;}
}
@media (max-width: 767px){
  .wrapper{width: calc(100% - 30px);}
}


/* header */
.top{width: 100%; height: 45px; font-size: 15px; color: #333; line-height: 45px; background: repeating-linear-gradient(
  -45deg,
  #f2ebeb,
  #f2ebeb 30px,
  #f2e6e6 30px,
  #f2e6e6 60px
); }
.welcome{float: left; padding-left: 40px; background: url(images/icon-welcome.png) no-repeat 8px center; background-size: 24px;}
.top_nav{float: right; overflow: hidden;}
.top_nav li{position: relative; float: left; margin-right: 41px;}
.top_nav li a:hover{color: #95492d;}
.top_nav li::after{content: ""; width: 1px; height: 20px; background: rgba(255,255,255,.5); position: absolute; right: -21px; top: 50%; transform: translateY(-50%);}
.top_nav li:last-child{margin-right: 0;}
.top_nav li:last-child::after{content: unset;}

.mid{width: 100%; background: #fff; padding: 15px 0;}
.mid .wrapper{display: flex; justify-content: space-between; align-items: center;}
.logo{display: flex; align-items: center;}
.logo-cgy{margin-right: 80px;}
.logo-cgy img{display: block; height: 70px;}
.logo-ysxy img{display: block; height: 60px;}
.search-box .keyword{width: 20vw !important; max-width: 320px; margin: 0; padding: 10px 15px; font-size: 14px; color: #333; line-height: 18px; border: 1px solid #ccc; border-right: 0; outline: none; background: none;}
.search-box .search{width: 66px !important; height: 40px !important; outline: none; background: #95492d url(images/icon-search.png) no-repeat center !important; background-size: 24px !important;}

.bot{width: 100%; height: 50px; line-height: 50px; background:
  repeating-linear-gradient(
    190deg,
    rgba(255, 0, 0, 0.5) 40px,
    rgba(255, 153, 0, 0.5) 80px,
    rgba(255, 255, 0, 0.5) 120px,
    rgba(0, 255, 0, 0.5) 160px,
    rgba(0, 0, 255, 0.5) 200px,
    rgba(75, 0, 130, 0.5) 240px,
    rgba(238, 130, 238, 0.5) 280px,
    rgba(255, 0, 0, 0.5) 300px
  ),
  repeating-linear-gradient(
    -190deg,
    rgba(255, 0, 0, 0.5) 30px,
    rgba(255, 153, 0, 0.5) 60px,
    rgba(255, 255, 0, 0.5) 90px,
    rgba(0, 255, 0, 0.5) 120px,
    rgba(0, 0, 255, 0.5) 150px,
    rgba(75, 0, 130, 0.5) 180px,
    rgba(238, 130, 238, 0.5) 210px,
    rgba(255, 0, 0, 0.5) 230px
  ),
  repeating-linear-gradient(
    23deg,
    red 50px,
    orange 100px,
    yellow 150px,
    green 200px,
    blue 250px,
    indigo 300px,
    violet 350px,
    red 370px
  );}
/* header */


/* 头部导航自定义样式 */
/* .wp_nav { margin: 0px; padding: 0px; display: flex; }
.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.selected>a, .wp_nav .nav-item.parent>a { background: #95492d; }
.wp_nav .nav-item .mark { display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 99; display: none; }
.wp_nav .nav-item a { font-size: 16px; color: #fff; display: block; text-align: center; position: relative; z-index: 100; }
.wp_nav .nav-item a.parent { background: #95492d; }
.wp_nav .nav-item a span.item-name { display: block; padding: 10px 15px; line-height: 30px; cursor: pointer; }
.wp_nav .sub-nav { display: block; width: auto; min-width: 100%; position: absolute; z-index: 200; visibility: hidden; border: unset; background: #fff; left: 50% !important; transform: translateX(-50%); }
.wp_nav .sub-nav .nav-item { width: 100%; }
.wp_nav .sub-nav .nav-item a { min-width: unset; font-size: 15px; color: #333; border-top: 1px solid #eee; }
.wp_nav .sub-nav .nav-item.selected>a { color: #fff; }
.wp_nav .sub-nav .nav-item a.parent { color: #fff; }
.wp_nav .sub-nav .nav-item a span.item-name { line-height: 24px; } */
/* 头部导航自定义样式 */


/* banner */
.banner{width: 100%; height: auto; position: relative;}
.banner img{display: block; width: 100%;}
.banner .swiper-btn-prev, .banner .swiper-btn-next{width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 10; font-size: 36px; font-family: '宋体'; font-weight: bold; color: #fff; line-height: 60px; text-align: center; transition: all .3s;}
.banner .swiper-btn-prev:hover, .banner .swiper-btn-next:hover{background: #95492d;}
.banner .swiper-btn-prev{margin-left: -690px;}
.banner .swiper-btn-next{margin-left: 690px;}
.banner .swiper-pagination{width: auto !important; left: 50% !important; bottom: 20px !important; transform: translateX(-50%); z-index: 10;}
.banner .swiper-pagination-bullet{width: 40px; height: 8px; border-radius: 4px; background: rgba(255,255,255,.8); opacity: 1; margin: 0 5px !important;}
.banner .swiper-pagination-bullet-active{background: #95492d;}
/* banner */


/* index */
.main{width: 100%; padding: 80px 0;}
.part{width: 100%; margin-bottom: 80px;}
.part .wrapper{display: flex; justify-content: space-between;}

.block{width: calc((100% - 90px)/3);}
.btit{width: 100%; line-height: 24px; padding-bottom: 15px; border-bottom: 1px solid #333; display: flex; justify-content: space-between; align-items: center;}
.btit h3{font-size: 22px; color: #333; font-weight: bold;}
.btit a{font-size: 15px; color: #333;}
.btit a:hover{color: #95492d;}

.bban{width: 100%; height: auto; position: relative; margin-top: 20px;}
/* 多图交替自定义样式 */
.dtjt9_div_img img{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: 16px; color: #333; line-height: 20px; padding-bottom: 12px; margin-top: 20px; border-bottom: 1px dashed #333; display: flex; justify-content: space-between; align-items: center;}
.blist li span{font-size: 15px;}
.blist li a{width: auto; max-width: 330px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.blist li a:hover{color: #95492d;}
.blist .more{display: none;}

.show{width: 100%;}
.stit{width: 100%; font-size: 22px; color: #333; line-height: 24px; font-weight: bold; text-align: center; margin-bottom: 30px;}
.slist{width: 100%;}
.slist li{width: 260px; margin: auto; position: relative; overflow: hidden;}
.slist li img{display: block; width: 100%; height: 346px; object-fit: cover; transition: all 0.3s;}
.slist li:hover img{transform: scale(1.1);}
.slist li p{width: 100%; background: rgba(149,73,45,.8); font-size: 16px; color: #fff; line-height: 40px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 10px; position: absolute; left: 0; bottom: 0; z-index: 10;}
/* index */


/* footer */
.footer{width: 100%; background: #333; padding: 40px 0;}
.footer p{font-size: 18px; color: #fff; line-height: 30px; text-align: center; letter-spacing: 1px; margin: 5px 0;}
/* footer */


/* nybanner */
.nybanner{width: 100%; height: auto;}
.nybanner img{display: block; width: 100%;}
/* nybanner */


/* 列表页侧栏导航自定义样式 */
/* .wp_listcolumn { display: block; width: 100%; border: 1px solid #ddd; }
.wp_listcolumn .wp_column { display: block; width: 100%; vertical-align: bottom; border-bottom: 1px solid #eee; }
.wp_listcolumn .wp_column:last-child{ border-bottom: unset; }
.wp_listcolumn .wp_column a { display: block; width: 100%; color: #333; font-size: 15px; font-weight: normal; overflow-wrap: break-word; background: #fff; border-bottom: unset; border-top: unset; text-align: left; }
.wp_listcolumn .wp_column a:hover { color: #95492d; font-weight: bold; background: #eee; }
.wp_listcolumn .wp_column a.selected { color: #95492d; font-weight: bold; background: #eee; }
.wp_listcolumn .wp_column a.parent { color: #95492d; font-weight: bold; background: #eee; }
.wp_listcolumn .wp_column a.parent .column-name { text-decoration: none; }
.wp_listcolumn .wp_column a .column-name { display: block; line-height: 30px; padding: 7px 30px; cursor: pointer; }
.wp_listcolumn .wp_subcolumn { border-top: 1px solid rgb(255, 255, 255); border-bottom: 1px solid #eee; }
.wp_listcolumn .wp_subcolumn:last-child{ border-bottom: unset; }
.wp_listcolumn .wp_subcolumn .wp_column a { font-size: 14px; }
.wp_listcolumn .wp_subcolumn .wp_column a .column-name { line-height: 26px; padding-left: 60px; } */
/* 列表页侧栏导航自定义样式 */


/* list */
.main_list{width: 100%; padding: 80px 0;}
.main_list .wrapper{display: flex; justify-content: space-between;}

.list_left{width: 25%;}
.cname{width: 100%; background: #95492d url(images/cname_bg.png) no-repeat right center; background-size: contain; font-size: 20px; line-height: 60px; color: #fff; font-weight: bold; letter-spacing: 1px; padding: 0 30px;}

.list_right{width: 70%;}
.lrtop{width: 100%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; line-height: 44px; 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: 16px; color: #333; line-height: 30px; padding: 10px 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: 15px;}
.list div.li a{max-width: 800px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.list div.li a:hover{color: #95492d;}
.list .wp_paging{margin-top: 15px;}
.list .wp_entry{font-size: 15px; color: #333; line-height: 2; margin-top: 20px;}
.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: 10px;}
.list .wp_entry img{display: block; max-width: 100%; margin: 10px auto;}
/* list */


/* page */
.main_page{width: 100%; padding: 80px 0;}
.main_page h1{width: 100%; font-size: 24px; color: #95492d; line-height: 1.8; 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: 18px;}
.main_page .label>span{margin: 0 8px;}
.main_page .content{width: 100%; font-size: 16px; color: #333; line-height: 2; margin-top: 20px;}
.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: 10px;}
.main_page .content img{display: block; max-width: 100%; margin: 10px auto;}
/* page */


@media (max-width: 1500px){
  .top_nav li{margin-right: 31px;}
  .top_nav li::after{right: -16px;}

  .banner img{min-height: 400px; object-fit: cover;}
  .banner .swiper-btn-prev{margin-left: -570px;}
  .banner .swiper-btn-next{margin-left: 570px;}

  .main{padding: 70px 0;}
  .part{margin-bottom: 70px;}

  .bban>div>div{width: 370px !important; height: 246px !important;}
  .dtjt9_div_img img{width: 100%; height: 246px;}

  .blist li{padding-bottom: 8px; margin-top: 15px;}
  .blist li a{max-width: 270px;}

  .slist li{width: 210px;}

  .footer{padding: 35px 0;}
  .footer p{font-size: 16px; line-height: 26px;}

  .main_list{padding: 70px 0;}
  .list div.li a{max-width: 660px;}

  .main_page{padding: 70px 0;}
  .nybanner img{min-height: 250px; object-fit: cover;}
}


@media (max-width: 1200px){
  .top{height: 40px; font-size: 14px; line-height: 40px;}

  .logo-cgy{margin-right: 50px;}
  .logo-cgy img{height: 60px;}
  .logo-ysxy img{height: 50px;}

  #wp_nav_w102 .wp_nav .nav-item a{font-size: 15px !important;}
  #wp_nav_w102 .wp_nav .nav-item a span.item-name{padding: 10px 5px !important;}
  #wp_nav_w102 .wp_nav .sub-nav .nav-item a{font-size: 14px !important;}

  .banner img{min-height: 300px;}
  .banner .swiper-btn-prev, .banner .swiper-btn-next{width: 50px; height: 50px; font-size: 32px; line-height: 50px; transform: translateY(-50%); margin: 0;}
  .banner .swiper-btn-prev{left: 15px;}
  .banner .swiper-btn-next{left: unset; right: 15px;}

  .main{padding: 50px 0;}
  .part{margin-bottom: 50px;}
  .block{width: calc((100% - 60px) / 3);}
  .btit{padding-bottom: 12px;}
  .btit h3{font-size: 20px;}
  .btit a{font-size: 14px;}
  .bban{margin-top: 14px;}
  .bban>div>div{width: 100% !important; height: 220px !important;}
  .dtjt9_div_img img{height: 220px !important;}
  .dtjt9_div_text a:link{font-size: 15px !important; padding-right: 90px !important;}
  .dtjt9_div_img .number .nomal, .dtjt9_div_img .number .current{width: 10px !important; height: 10px !important;}
  .blist li{font-size: 15px; margin-top: 10px;}
  .blist li a{width: 20vw;}
  .blist li span{font-size: 14px; width: 56px; white-space: nowrap; overflow: hidden;}
  .stit{margin-bottom: 20px;}
  .slist li{width: 16.5vw;}
  .slist li img{height: 250px;}

  .footer{padding: 30px 0;}
  .footer p{font-size: 15px; line-height: 24px;}

  .nybanner img{min-height: 180px;}
  .main_list{padding: 50px 0;}
  .cname{font-size: 18px; line-height: 50px;}
  .lrtop{line-height: 40px;}
  .lname{font-size: 18px;}
  .list div.li{font-size: 15px; padding: 8px 0; padding-left: 20px;}
  .list div.li a{width: 50vw;}
  .list div.li span{font-size: 14px;}
  .list .wp_paging{margin-top: 10px;}

  .main_page{padding: 50px 0;}
  .main_page h1{font-size: 22px;}
  .main_page .content{font-size: 15px; margin-top: 15px;}
  .main_page .content h2{font-size: 20px;}
  .main_page .content h3{font-size: 18px;}
  .main_page .content h4{font-size: 16px;}
  .main_page .content h5{font-size: 15px;}
  .main_page .content p{margin-bottom: 6px;}
}