@CHARSET "UTF-8";
*{
    margin:0px;
    padding: 0px;
    font-size: 12px;
}
a:link,a:visited{
    text-decoration: none;
    color:#000;
}
a:hover,a:active{
    color:orange;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_width{
    width: 1300px;
    margin:auto;
}
.header{
    width: 100%;
    background: url(../../../public/assets/images/logo_bg.jpg) center;
}
.logo{
    height: 130px;
    overflow: hidden;
}
.main_nav{
    width: 100%;
    height: 44px;
    background: url(../../../public/assets/images/nav_bg.jpg);
    /*overflow: hidden;*/
}
.nav_items{
    height: 100%;
    justify-content: space-between;
}
.nav_items a:link,.nav_items a:visited{
    font-size: 16px;
    color:#fff;
}
.nav_items a:hover,.nav_items a:active{
    font-size: 16px;
    color:orange;
}
.nav_items div{
    /*width: 10%;*/
    height: 44px;
}
.dropdown-menu{
    flex-direction: column;
    background-color: rgb(194,35,14);
}

/*nav*/
#main-menu{
    width: 1300px;
    margin:auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
#main-menu a:hover,#main-menu a:focus{
    background-color :#ff3b3c;
}
#main-menu .open>a{
    background-color: #ff3b3c
}
.menu-item,.dropdown{
    width: 100%;
}
.menu-item>a,.dropdown>a{
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 18px;
}
#main-menu .active{
    /*background-color: #ff3b3c;*/
    /*color:#fff;*/
}
.dropdown-menu>.active>a{
    background-color: #ff3b3c
}
.dropdown-menu{
    /*display: block !important;*/
    flex-direction: column;
    justify-content: flex-start;
    height: auto
}
.navbar-nav{
    float: none;
}
.nav>li>a {
    padding: 0px
}
/*nav-end*/
.current_nav{
    background: #ff3b3c;
}
.pic_left{
    width: 820px;
    height: 400px;
    background-color: #ccc;
    position: relative;
}
.pic_left .sy-pager{
    bottom: 10px;
    z-index: 99;
    position: absolute;
    width: auto;
    right: 0px;
    /*text-align: right*/ 
}
.pic_left .sy-pager li,.pic_left .sy-pager a{
    /*border-radius: 0px;*/
}
.pic_left .sy-caption-wrap{
    right:auto;
    width: 100%;
    left: auto;
    border-radius: 0px;
    bottom: 0px;
}
.pic_left .sy-caption{
    left:auto !important;
    border-radius: 0px !important;
    padding: 15px !important;
}
.pic_right{
    width: 450px;
    /*background-color: #666;*/
    height: 400px;
}
.pic_news{
    justify-content: space-between;
    margin-top: 22px;
}
.news_banner{
    /*width: 600px;*/

}
.news_banner_title{
    background: url(../../../public/assets/images/ban_bg.jpg);
    background-repeat: repeat-y;
    height: 28px;
    width: 400px;
    justify-content: flex-start;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.news_more{
    width: 50px;
    font-size: 16px;
    color: #1889cd;
}
.news_item{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #999;
    /*border-style: dashed;*/
    justify-content: flex-start;
}
.square{
    width: 8px;
    height: 8px;
    background: #a50000;
    float: left;
    margin: 13px;
}
.news_date{
    float:right;
    color: #1889cd;
}
.news_title{
    float:left;
    height: 34px;
    width: 250px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.text_news{
    justify-content: space-between;
    margin-top: 22px;
    align-items: flex-start;
}

.text_obj{
    width: 30%;
}
.shfc{
    width: 100%;
    height: 500px;
    background:#e8e9eb;
    margin-top: 20px;
}
.shfc_bg{
    width: 100%;
    height: 150px;
    background: url(../../../public/assets/images/a_bg.jpg);
    padding-top: 50px;
}
.foot_nav_td a:link,.foot_nav_td a:visited,.foot_nav_td{
    color: #999;
    line-height: 22px;
    font-size: 14px;
}
.foot_nav_td a:hover{
    color:orange;
}
.foot_nav_th{
    font-weight: bold;
    color: #666;
    font-size: 14px;
    line-height: 30px
}
.foot{
    width: 100%;
    background-color: #eee;
    margin-top: 20px;
}
.foot_nav{
    width: 1300px;
    justify-content: space-around;
    margin: auto;
    padding: 20px;

}
.picnews_item{
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.picnews_item_title{
    width: 230px;
}
.picnews_item_title a{
    font-size: 16px;
    line-height: 24px;
    color: #a40200
}
.picnews_item_pic,.picnews_item_pic img{
    width: 135px;
    height: 95px;
}