@charset 'utf-8';
body{font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft yahei", arial, "PingFangSC-Regular", sans-serif;}
a{color:#333}
a:hover{color:#c81b0a}
a,.btn,button {outline: none;transition: all 300ms ease-in-out 0s}

/**
 * ###############
 * 公共类样式
 * ###############
 **/

.well_code{color: #888888;border: 1px solid #F3F3F3;padding: 10px;margin: 10px auto 0;line-height: 23px;background: none repeat 0 0 #F6F6F6;}
.well_code strong{color: #000;margin-right: 10px;}
.clearfix{clear:both}

/**
 * ###############
 * 覆盖bootstrap
 * ###############
 **/
.container{/* width:1320px; */}
.navbar{margin-bottom:0px;border-radius:0px;}
.media img{max-width:none;}

/*
 * ###############
 * 幻灯片：淡入淡出的方式切换
 * ###############
 */
.carousel-fade .carousel-inner .item{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;}
.carousel-fade .carousel-inner .active{opacity: 1;}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0;opacity: 0;}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {opacity: 1;}

/*
 * ###############
 * 窗口模块
 * ###############
 */
.i-box{}
.i-box-hd{position:relative;}
.i-box-hd sub{color: #c5c3c3;bottom: 0px;font-weight: 400;}
.i-box-bd{}
.i-box-bd .list {margin:0px;padding:0;}
.i-box-bd .list li{margin:0px;list-style:none;}
.i-box-foot{}



/*头部*/
.hg-header{margin-bottom:20px;}

/** 顶部导航 **/
.hg-header-top{position:relative;padding-top: 25px;padding-bottom: 25px;}
.hg-header-top .logo{}
.hg-header-top-list{text-align:right;padding-top:15px;}
.hg-header-top-list ul{margin-bottom:15px;}
.hg-header-top-list ul>li{list-style:none;display:inline-block;padding-left:5px;}
.hg-header-top-list ul>li+li:before {content: "/\00a0";color: #dfdfdf;padding-right: 2px;}
.hg-header-top-list ul>li>a{/* color: #ffffff; */}

.hg-header-top .search-list{color:#333;width:300px;right:15px;bottom:-35px;position:absolute;}
.hg-header-top .search-list .form-control{}

/** 菜单 **/
.hg-header-menu{border:none;border-radius:0;margin-bottom: 15px;background: #d1a262;}
.hg-header-menu .navbar-collapse{padding-left:0px;padding-right:0px}

.hg-header-menu .navbar-nav{}
.hg-header-menu .navbar-nav>li{width: 160px;text-align:center;}
.hg-header-menu .navbar-nav>li:first-child{width: 180px;}
.hg-header-menu .navbar-nav>li>a{display:block;padding-top: 25px;padding-bottom: 25px;font-size: 20px;color: #8f3f0c;font-weight: 600;}
.hg-header-menu .navbar-nav>li:first-child>a{}

.hg-header-menu .navbar-nav>.active>a, 
.hg-header-menu .navbar-nav>.active>a:focus, 
.hg-header-menu .navbar-nav>.active>a:hover{background-color: #a97452;color: #f2dec2;}
.hg-header-menu .navbar-nav>li>a:focus, 
.hg-header-menu .navbar-nav>li>a:hover {color: #f2dec2;background-color: #a97452;}
/*
.hg-header-menu .navbar-nav li a span{display:block}
.hg-header-menu .navbar-nav li a span.fa{margin-bottom:5px;}
*/
.hg-header-menu .dropdown-menu{min-width:200px;border:none;font-size: 16px;padding-left:4px;padding-right:4px;border-radius: 0px;background-color: #fff;}
.hg-header-menu .dropdown-menu>li{border-bottom:1px dashed #ccc;}
.hg-header-menu .dropdown-menu li:last-child{border-bottom-width:0;}
.hg-header-menu .dropdown-menu>li>a{padding-top:12px;padding-bottom:12px;text-align:center;letter-spacing: 0px;}
.hg-header-menu .dropdown-menu>li>a:focus, 
.hg-header-menu .dropdown-menu>li>a:hover {
background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-repeat: repeat-x;}



/*** 扩展显示多级菜单 ***/
.dropdown-submenu {position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0;left: 100%;margin-top: -6px;margin-left: -1px;-webkit-border-radius: 0 6px 6px 6px;-moz-border-radius: 0 6px 6px;border-radius: 0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu {display: block;}
.dropdown-submenu>a:after {display: block;content:" ";float: right;width: 0;height: 0;border-color: transparent;border-style: solid;border-width: 5px 0 5px 5px;border-left-color: #ccc;margin-top: 5px;margin-right: -10px;}
.dropdown-submenu:hover>a:after {border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {left: -100%;margin-left: 10px;-webkit-border-radius: 6px 0 6px 6px;-moz-border-radius: 6px 0 6px 6px;border-radius: 6px 0 6px 6px;}


/** banner **/
.hg-header-banner{margin-bottom:15px;display:none;}
.hg-header-banner img{width:100%;}

/** 幻灯片 **/ 
.hg-header-flash{min-height:200px;overflow:hidden;margin-bottom:15px;}

.hg-header-flash .carousel-inner>.item>a>img, 
.hg-header-flash .carousel-inner>.item>img{width:100%;min-height:400px;}
.hg-header-flash .carousel-indicators{}
.hg-header-flash .carousel-indicators li {width: 10px;height: 10px;margin: 0px;border-radius: unset;border:none;background-color:#fff;}
.hg-header-flash .carousel-indicators .active{width: 15px;background-color: #F44336;}
.hg-header-flash .carousel-control .glyphicon{font-size:60px;}


/**
 * ###############
 * 尾部样式
 * ###############
 **/
.hg-footer{height:auto;overflow: hidden;padding:30px 0px 20px;background: #a97452;border-top: #d1a262 solid 2px;}
.hg-footer p{font-size: 14px;color: #ffffff;}


/*主要内容*/
.hg-main{min-height:600px;}

/**新闻聚焦*/
.hg-xwjj{}
.hg-xwjj .i-box-hd{margin-bottom:20px;margin-top: 20px;}
/*
.hg-xwjj .i-box-hd-title{padding-left: 55px;font-size: 24px;}
.hg-xwjj .i-box-hd-title_sub1{top: -44px;left:0px;position:absolute;color: #e91e63;font-size:70px;font-weight:800;font-family:fc-latoregular;}
.hg-xwjj .i-box-hd-title_sub2{top: -24px;left: 55px;position:absolute;color:#e91e63;font-size:20px;letter-spacing: 2px;font-family: fc-latoregular;}
*/
.hg-xwjj .i-box-hd .title{font-size:24px;}
.hg-xwjj .i-box-hd .title:after{content:"/\00a0";color:#aaaaaa;font-size:16px;padding-left:15px;}
.hg-xwjj .i-box-hd sub{color:#aaaaaa;font-size:12px;}
.hg-xwjj .i-box-hd .more{margin-left:20px;color:#666;position: absolute;/* left: 180px; */right: 30px;top: 20px;}
.hg-xwjj .i-box-hd .my-line{width:160px;}
.hg-xwjj .i-box-hd .my-line:before{width:90px;}
.hg-xwjj .list {margin:0px;padding:0px;}
.hg-xwjj .list li{display:inline-block;width: 260px;margin-right: 28.666666666px;}
.hg-xwjj .list li:last-child{margin-right:0px;}
.hg-xwjj-news{margin-bottom: 15px;height: auto;overflow: hidden;}
.hg-xwjj-news .pic{display:block;width: 260px;height: 160px;overflow:hidden;}
.hg-xwjj-news .pic img{width:100%;height: 100%;overflow: hidden;}
.hg-xwjj-news .title{height: 90px;line-height: 28px;overflow: hidden;font-size: 18px;font-weight: 600;margin-top: 15px;text-align: justify;}
.hg-xwjj-news .desc{height: 80px;line-height: 20px;overflow: hidden;color: #999;font-size: 14px;font-family:"SimSun","宋体","PingFang SC","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif;letter-spacing: 1px;}



/**通知公告*/
.hg-tzgg{
    background: #efdabe;
    padding-top: 25px;
    padding-bottom: 25px;
}
.hg-tzgg .nav{}
.hg-tzgg .nav li{}
.hg-tzgg .nav li a{font-size: 20px;}
.hg-tzgg .tab-pane{padding-top:15px;background: #Fff;padding: 15px 25px;}
.hg-tzgg .tab-pane .list{padding:0px;height: 340px;overflow: hidden;}
.hg-tzgg .tab-pane .list>li{list-style:none;border-bottom:#ccc dashed 1px;position:relative;}
.hg-tzgg .tab-pane .list>li:last-child{border-width:0px;}
.hg-tzgg .tab-pane .list>li .date{left: 5px;top: -2px;position:absolute;text-align:center;/* background: #ffffff; */padding:5px;/* color: #00bcd4; *//* text-transform: uppercase; *//* outline: 2px solid #b1b1b1; *//* outline-offset: 2px; *//* border-radius:2px; */}
.hg-tzgg .tab-pane .list>li .date-day{font-size: 28px;letter-spacing: 1px;color: #333;}
.hg-tzgg .tab-pane .list>li .date-ym{font-size: 12px;color: #999;}
.hg-tzgg .tab-pane .list>li .title{height: 64px;line-height: 20px;overflow:hidden;padding-left:70px;}
.hg-tzgg .tab-pane .list>li .title a{font-size: 16px;color: #333;text-align: justify;/* font-family:"SimSun","宋体","PingFang SC","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif; *//* font-weight: 600; */}
.hg-tzgg .tab-pane .list-tz>li .date{/* background-color:#009688; *//* outline-color:#009688; */}



.hg-tzgg .i-box-hd{margin-bottom:20px;margin-top: 20px;position: relative;}
.hg-tzgg .i-box-hd .title{font-size:24px;}
.hg-tzgg .i-box-hd .title:after{content:"/\00a0";color:#aaaaaa;font-size:16px;padding-left:15px;}
.hg-tzgg .i-box-hd sub{color:#aaaaaa;font-size:12px;}
.hg-tzgg .i-box-hd .more{position: absolute;right: 30px;top: 20px;color:#d1a262;}
.hg-tzgg .i-box-hd .my-line{width: 550px;}
.hg-tzgg .i-box-hd .my-line:before{width:90px;right: auto;left: 0;}

.hg-tzgg .i-box-bd{}


.hg-tzgg .list{padding: 15px;height:auto;overflow: hidden;background: #fcf7f0;}
.hg-tzgg .list>li{list-style:none;border-bottom:#ccc dashed 1px;position:relative;padding-bottom: 15px;margin-bottom: 25px;}
.hg-tzgg .list>li:last-child{border-width:0px;margin-bottom:0px;padding-bottom:0px}
.hg-tzgg .list>li .date{left: 5px;top: -2px;position:absolute;text-align:center;background: #efdabe;padding:5px;color: #00bcd4;text-transform: uppercase;outline: 2px solid #b1b1b1;outline-offset: 2px;/* border-radius:2px; */}
.hg-tzgg .list>li .date-day{font-size: 28px;letter-spacing: 1px;color: #333;}
.hg-tzgg .list>li .date-ym{font-size: 12px;color: #999;}
.hg-tzgg .list>li .title{height: 60px;line-height: 30px;overflow:hidden;padding-left: 80px;}
.hg-tzgg .list>li .title a{font-size: 18px;color: #333;text-align: justify;/* font-family:"SimSun","宋体","PingFang SC","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif; *//* font-weight: 600; */}
.hg-tzgg .list-tz>li .date{/* background-color:#009688; *//* outline-color:#009688; */}


.hg-tzgg-hwxx,
.hg-tzgg-tzgg{/* padding:15px 25px */}


/**案例*/
.hg-case{margin-top: 25px;margin-bottom: 25px;}
.hg-case .i-box-hd {margin-bottom:25px;display: none;}
/*
.hg-case .i-box-hd .i-box-hd-title {font-size: 24px;}
.hg-case .i-box-hd .my-line{width:120px;}
.hg-case .i-box-hd .my-line:before{width:40px;}
*/
.hg-case .i-box-hd .title{font-size:24px;}
.hg-case .i-box-hd .title:after{content:"/\00a0";color:#aaaaaa;font-size:16px;padding-left:15px;}
.hg-case .i-box-hd sub{color:#aaaaaa;font-size:12px;}
.hg-case .i-box-hd .my-line{width:160px;}
.hg-case .i-box-hd .my-line:before{width:90px;}
.hg-case .swiper-slide .pic{width: 180px;height:130px;overflow:hidden;}
.hg-case .swiper-slide .pic img{width:100%;min-height:100%;}
.hg-case .swiper-slide .title {height:30px;line-height:30px;overflow:hidden;text-align:center;display: none;}
.hg-case .swiper-slide .title a{font-size:16px;font-family:"SimSun","宋体","PingFang SC","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif;}

/**友情链接*/
.hg-friends{margin-bottom:15px;}
.hg-friends .i-box-hd {margin-bottom:25px;}
/*
.hg-friends .i-box-hd .i-box-hd-title {font-size:24px;}
.hg-friends .i-box-hd .my-line{width:120px;}
.hg-friends .i-box-hd .my-line:before{width:40px;}
*/
.hg-friends .i-box-hd .title{font-size:24px;}
.hg-friends .i-box-hd .title:after{content:"/\00a0";color:#aaaaaa;font-size:16px;padding-left:15px;}
.hg-friends .i-box-hd sub{color:#aaaaaa;font-size:12px;}
.hg-friends .i-box-hd .my-line{width:150px;}
.hg-friends .i-box-hd .my-line:before{width:90px;}
.hg-friends .i-box-bd ul{padding:0px;}
.hg-friends .i-box-bd ul li{list-style:none;display:inline-block; margin-bottom:15px;}
.hg-friends .i-box-bd ul li+li:before {content: "/\00a0";color: #794cff;padding-right:15px;padding-left:15px}
.hg-friends .i-box-bd ul li>a{font-size:16px;font-family:"SimSun","宋体","PingFang SC","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif;}



/**
 * 面包屑
 */
.hg-breadcrumb{padding-bottom:20px;margin-top:35px;background:none;color: #333;border-bottom: 2px solid #eee;padding-left: 0px;border-radius: 0px;position: relative;}
.hg-breadcrumb:after{content:"";display:block;width: 100%;height: 4px;/* background-color: #eee; */position:absolute;bottom: -6px;left: 0px;z-index: 0;/* border-bottom: 4px dashed #eee; */}
.hg-breadcrumb li{font-size:16px;}
.hg-breadcrumb.breadcrumb>li+li:before{color:#ebe5e5;content: "/\00a0";}
.hg-breadcrumb li a{color: #333;}
.hg-breadcrumb li.home{margin-right:10px;}
.hg-breadcrumb li.home img{margin-top:-5px;}
.hg-breadcrumb li.active{color: #bbb5b5;}


/**
 * 侧栏
 */
.hg-sidebar{height:auto;overflow:hidden;padding: 15px 25px 15px 0px;margin-right: 25px;}
.hg-sidebar .i-box-hd{}
.hg-sidebar .i-box-hd h3.title{display:block;font-size: 28px;font-weight: 400;letter-spacing:2px;padding-bottom:10px;padding-left:5px;}
.hg-sidebar .i-box-hd h3.title .glyphicon{top:5px;}
.hg-sidebar .i-box-bd{min-height:300px;background: #f2dec252;/* border-radius:10px; */padding: 15px;/* background-image: url(../images/bg_3.gif); *//* background-position: center; *//* background-size: cover; */}

.hg-sidebar .list{height:auto;overflow:hidden;}
.hg-sidebar .list li{padding: 15px;border-bottom: #cfcfcf dashed 1px;}
.hg-sidebar .list li:last-child{border:0px}
.hg-sidebar .list li a{display:block;font-size: 18px;text-align: justify;font-weight: 200;padding-bottom: 15px;}
.hg-sidebar .list li .date{color: #d1a262;}



/*分页样式1*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #a97452 !important;
    background-color: #a97452 !important;
}
