/* author mexxj@qq.com */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
ul{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.top {
    background: #f2f2f2;
    line-height: 32px;
}
.top .pull-left > a,.top .pull-right > a{
    color: #515151;
}
.top .pull-left > a:after,.top .col-md-12 > .pull-right > a:after{
    content: "|";
    margin-left: 5px;
}
.top .dropdown-menu div {
    color: #000;
    font-weight: 600;
    text-indent: 1.6rem;
}
.top .dropdown-menu div:before{
    margin-right: 5px;
}
.top .col-md-12 > .pull-right > a{
    margin-right: 5px;
}
.top .pull-left > a:last-child:after,.top .col-md-12 > .pull-right > a:last-child:after{
    content: "";
}
.header {
    background: url(../images/bg.png) center top no-repeat;
}
#navbar {
    background: #4a81c3;
}
.navbar-default{
    background: none;
    border: none;
    padding: 40px 0 70px;
}
.navbar-nav a{
    color: #fff;
    font-size: 18px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background:none;
}
ul,.navbar-header,.navbar-form-right,.navbar-brand{
    padding: 0;
}
.navbar-nav li{
    text-align: center;
}
.navbar-nav li a:before{
    margin-right: 10px;
}
.smh_logo{
    float: left;
}
.logo_img{
    margin-top:30px;
    margin-left: 20px;
}
.search{
    width: 90%;
    margin-top: 12px;
}
.search .form-group{
    position: relative;
    width: 100%!important;
    padding: 0;
}
.search input{
    border-radius: 4px;
    width: 100%!important;
}
.search button{
    background: #4a81c3;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 35%;
    height: 28px;
    color: #fff;
    padding: 0 0 0 10px;
}
.search button.focus,.search button:focus,.search button:hover{
    outline: none;
    color: #fff;
}
.search button:before{
    color: #fff;
    content: "\e632";
    position: absolute;
    top: 2px;
    left: 15px;
    font-size: 14px!important;
}
.hotnews{
    padding: 15px 0 10px;
    text-align: center;
}
.hotnews h2{
    font-weight: bolder;
}
.hotnews h2 a{
    color: #333;
}
.hotnews p{
    color: #333;
    font-size: 16px;
}
.hotnews p a{
    color: #C41A1A;
    font-size: 16px;
}
.cont{
    background-color: #f2f2f2;
    padding: 30px 0 30px;
}
.focus ul,.ztzl ul,.rdzt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 0, 0,.5);
    color: #fff;
    margin-top: -50px;
    line-height: 50px;
    text-indent: 2em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.swiper-pagination {
    text-align: right;
    position: absolute;
    z-index: 999;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 98%;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.swiper-pagination-bullet-active{
    width: 35px;
    border-radius: 15px;
    opacity: 1;
}
.focus .swiper-slide,.ztzl .swiper-slide{
    position:relative;
    width:100%;
    height:0;
}
.focus .swiper-slide img,.ztzl .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide{
    padding-top: 53.7%;
}
.title{
    display: flex;
}
.title ul{
    padding: 0;
    margin: 0;
}
.title li{
    list-style: none;
    float: left;
    cursor:pointer;
    line-height: 42px;
    position: relative;
    margin-right: 30px;
}
.title li a{
    color: #333;
    font-size: 24px;
}
.title li.on a {
    display: block;
    color: #000;
    font-weight: bold;
}
.title li.on>a:after{
    background:#4a81c3;
    content:"";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform:translateX(-50%);
    border-radius:1px;
}
.nl{
    margin-top: 15px;
    margin-bottom:0;
}
.nl li {
    display: flex;
    justify-content: space-between;
    line-height: 2.6em;
    font-size: 16px;
}
.nl li a {
    color: #2c2c2c;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nl li span{
    color: #999;
}
.nl li:hover a{
    color: #4a81c3;
}
.nl li:hover span{
    color: #666;
}
.info{
    margin-top: 20px;
    margin-bottom: 20px;
}
.dot{
    position: relative;
    display: inline-block;
}
.dot>a{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 42px;
}
.dot>a:after{
    background:#4a81c3;
    content:"";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform:translateX(-50%);
    border-radius:1px;
}
.xxgk_icon,.gdxcjy_icon,.ztzl_icon {
    display: flex;
    flex-wrap: wrap;
}
.xxgk_icon a{
    display: flex;
    background-color: #dcdcdc;
    color: #2c2c2c;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 10px 3px;
    height: 100px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.xxgk_icon a:hover,.xxgk_icon a.on{
    background-color: #4a81c3;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.xxgk_icon a:nth-child(1),.xxgk_icon a:nth-child(2),.xxgk_icon a:nth-child(3){
    width: 32%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.xxgk_icon a:nth-child(4),.xxgk_icon a:nth-child(5){
    width: 48.7%;
    align-items: center;
    padding: 0 20px;
    justify-content:center;
}
.xxgk_icon a:nth-of-type(1):after{
    content: "\e666";
}
.xxgk_icon a:nth-of-type(2):after{
    content: "\e62a";
}
.xxgk_icon a:nth-of-type(3):after {
    content: "\e600";
}
.xxgk_icon a:nth-of-type(4):after {
    content: "\e633";
}
.xxgk_icon a:nth-of-type(5):after {
    content: "\e602";
}
.xxgk_icon a:after{
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.gdxcjy_icon a{
    display: flex;
    height: 100px;
    width: 48.7%;
    color: #2c2c2c;
    border: #4a81c3 1px solid;
    float: left;
    font-size: 16px;
    text-align: center;
    margin: 10px 3px;
    justify-content: center;
    padding: 30px 10px 0 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.gdxcjy_icon a:nth-of-type(1):after{
    content: "\e60b";
}
.gdxcjy_icon a:nth-of-type(2):after{
    content: "\ea3f";
}
.gdxcjy_icon a:nth-of-type(3):after {
    content: "\e601";
}
.gdxcjy_icon a:nth-of-type(4):after {
    content: "\e630";
}
.gdxcjy_icon a:after{
    position: absolute;
    top: 58%;
    color: #4a81c3;
    font-size: 28px!important;
}
.gdxcjy_icon a:hover,.ztzl_icon a:hover{
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.gdxcjy_icon a:before{
    position: absolute;
    content: '';
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 24px 24px;
    border-color: transparent transparent #4a81c3 transparent;
}
.ztzl_dot>a:after{
    bottom: 0;
    top: auto!important;
}
.ztzl_icon a{
    display: flex;
    height: 100px;
    width: 48.7%;
    color: #2c2c2c;
    float: left;
    font-size: 16px;
    text-align: center;
    align-items: center;
    margin: 10px 3px;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.ztzl_icon a:nth-child(1) img,.ztzl_icon a:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ztzl_icon a:nth-child(3),.ztzl_icon a:nth-child(4) {
    border: 1px solid #4a81c3;
}
.ztzl_icon a:nth-of-type(3):before {
    content: "\e70a";
}
.ztzl_icon a:nth-of-type(4):before {
    content: "\e6a1";
}
.ztzl_icon a:nth-of-type(3):after,.ztzl_icon a:nth-of-type(4):after {
    content: "\eb94";
}
.ztzl_icon a:before{
    position: absolute;
    color: #4a81c3;
    font-size: 35px!important;
    left: 20%;
}
.ztzl_icon a:after{
    position: absolute;
    color: #ffc000;
    font-size: 40px!important;
    right: 20%;
}
.flink{
    background: #dcdcdc;
}
.flink .item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
}
.flink .item div {
    display: inline-flex;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 36px;
    width: 150px;
}
.flink .item div:before{
    content: "\e658";
    color: #4a81c3;
    margin-right: 10px;
}
.flink .item select {
    width: 13%;
    line-height: 36px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: transparent;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}
.footer{
    background: linear-gradient(to right, #3c91db, #4a81c3);
    padding: 20px 0 10px;
}
.footer,.footer a{
    color: #fff;
    font-size: 12px;
}
.bottom1{
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    align-items:center;
    flex-wrap: wrap;
}
.bottom1 a{
    margin: 0 10px;
}
.bottom2{
    background: rgba(255, 255, 255, 0.1);
    width: 31%;
    height: 100%;
    padding: 10px 20px 3px 20px;
}
.bottom3{
    background: rgba(255, 255, 255, 0.1);
    width: 25%;
    height: 100%;
    padding: 10px 20px 0 20px;
    margin-left: 60px;
}


/*列表页*/
.page{
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 40px;
}
.page .bnav {
    text-align: left;
    margin-bottom: 20px;
}
.page .bnav span,.bnav a{
    color: #2c2c2c;
    font: 14px;
}
.sider{
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.sider dt{
    background: #4a81c3;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 1em 0;
}
.sider dd{
    margin-bottom: 1px;
}
.sider dd.on a,.sider dd:hover a{
    color: #4a81c3;
    font-weight: bold;
}
.sider dd a{
    color: #2c2c2c;
    display: block;
    padding: 1em 0;
    transition: all 0.3s ease;
    border-bottom:1px dashed #ccc;
}
.page .list {
    font-size: 16px;
    padding: 0 15px;
}
.sider, .page .list, .page .art {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.column{
    font-size:20px;
    font-weight: bold;
    padding: .8em 0 0;
    color: #4a81c3;
    position: relative;
}
.column span{
    margin-left: 15px;
}
.column span:before{
    content: "";
    width: 3px;
    height: 60%;
    background: #4a81c3;
    position: absolute;
    border-radius: 3px;
    display: block;
}
#list{
    padding: 0 10px;
}
#list li{
    position: relative;
    text-indent:1em
}
#list li:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4a81c3;
    position: absolute;
    top: 50%;
}
#list span{
    word-spacing:15px
}
/*文章页*/
.artt{
    text-align: center;
    margin:0;
    line-height:48px;
}
.tools{
    border-bottom:1px dotted #ccc;
    margin:25px auto 20px;
    padding:5px 30px;
    font-size:16px;
}
.tools .date, .tools .source, .tools #print{
    float:left;
    margin-right:10px;
}
.article{
    font-size:16px;
    line-height:45px;
    word-wrap:break-word;
}
.qrcode, #qrcode{
    text-align: center;
}
.qrcode{
    margin:30px auto 15px;
}
#print{
    cursor:pointer;
}
.tools #print:before{
    content:"\e619";
}
@media print {
    .header, .flink,.footer {
        display: none;
    }
    .page .bnav a[href]:after {
        content: none !important;
    }
}

/*网站导航*/
.wzdh{box-shadow:0 4px 12px rgba(0,0,0,0.1);background:#fff;padding:20px;}
.wzdh_list{margin-top:10px;border:1px solid #dcdcdc;border-top:#4a81c3 solid 2px;display:flow-root;}
.wzdh_list>span{height:40px;line-height: 40px;padding:0 43px;display:block;background:#f5f5f5;}
.wzdh_list>span>a{font-size:16px;color: #4a81c3;font-weight:bold;}
.wzdh_list ul.sub_menu{display:block;border-top:#ddd solid 1px;}
.wzdh_list ul.sub_menu li{line-height:50px;float:left;text-align:center;position:relative;}
.wzdh_list ul.sub_menu li a{font-size: 14px;padding:5px 10px;color: #2c2c2c;}
.wzdh_list ul.sub_menu li a:hover{background: #4a81c3;color: #fff;}
.wzdh_list ul.sub_menu li dl{position: absolute;border:#4a81c3 solid 1px; top:37px; left:23px; background:#FFF; padding:0 20px; display:none; z-index:999;}
.wzdh_list ul.sub_menu li dl dd{ border-bottom:dashed #ccc 1px; line-height:30px;}
.wzdh_list ul.sub_menu li dl dd.last{ border-bottom:none;}
.wzdh_list ul.sub_menu .add_a_hover a{background:#4a81c3; color:#FFF;}


/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 5177557 */
  src: url('https://at.alicdn.com/t/c/font_5177557_yket054fmab.woff2?t=1783654945744') format('woff2'),
       url('https://at.alicdn.com/t/c/font_5177557_yket054fmab.woff?t=1783654945744') format('woff'),
       url('https://at.alicdn.com/t/c/font_5177557_yket054fmab.ttf?t=1783654945744') format('truetype');
}
.search button:before,.xxgk_icon a:after,.gdxcjy_icon a:after,.ztzl_icon a:before,.ztzl_icon a:after,.flink .item div:before,.tools #print:before{
    font-family: "iconfont" !important;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .page{
        min-height: 480px;
    }
}
@media (min-width: 992px) {
    .top .dropdown-menu{
        min-width: 860px;
        margin-top: -1px;
        border-radius: 0 0 8px 8px;
    }
    .focus,.xxgk,.news1{
        margin-left: -10px;
    }
    .news,.gdxcjy,.ztzl{
        margin-left: 10px;
        padding: 0;
    }
    .tj{
        padding: 0px;
    }
}
@media (min-width: 768px) {
    .navbar-nav{
        display: flex;
        width: 100%;
    }
    .navbar-nav li{
        flex-grow: 1;
        text-align: center;
        position: relative;
        padding: 10px 0;
        display: inline-block;
    }
    .navbar-nav li>a{
        padding: 10px 0;
        display: inline-block;
    }
    .navbar-nav li>a:after{
        background: #f7d774;;
        content: "";
        height: 3px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); 
        border-radius: 1px;
        width: 0;
        transition: all 0.3s ease;
    }
    .navbar-nav li>a:hover::after,.navbar-nav li>a.on::after{
        width: 100%;
        opacity: 1;
    }
    .navbar-form-right .form-group input {
        transition: all 0.2s;
    }
    .navbar-form-right .form-group input:focus{
        opacity: 1;
    }
    .page .art {
        padding: 60px;
    }
}
@media (max-width: 992px){
    .top .dropdown-menu {
        min-width: 720px;
    }
    .search{
        width: 100%;
    }
}
@media (max-width: 767px){
    .navbar-default{
        padding: 0;
    }
    .navbar-brand{
        display: block;
        margin: 0 auto 40px;
        width: 100%;
    }
    .logo_img{
        margin-left:0px;
    }
    .navbar-nav li {
        float: left;
        width: 50%;
    }
    .top .dropdown-menu {
        min-width: 480px;
    }
    .header .navbar-form{
        border: none;
        box-shadow: none;
        text-align: center;
    }
    .footer .col-md-4 {
        justify-content: center;
    }
    .bottom2,.bottom3{
        width: 100%;
    }
    .bottom3{
        margin: 0;
    }
    #flex,#flex1{
        display: none;
    }
}
@media (max-width: 500px){
    .top .dropdown-menu {
        min-width: 360px;
    }
    .item{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .item select{
        width: 40%;
    }
    #flex,#flex1{
        display: none;
    }
    .xxgk_icon a:nth-child(1), .xxgk_icon a:nth-child(2), .xxgk_icon a:nth-child(3){
        width: 31%;
    }
    .xxgk_icon a:nth-child(4), .xxgk_icon a:nth-child(5),.gdxcjy_icon a,.ztzl_icon a{
        width: 47.5%;
    }
    .ztzl_icon a:before{
        left: 10%;
    }
    .ztzl_icon a:after{
        right: 10%;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .nl{
        margin-top: 0;
    }
    .nl li{
        font-size: 14px;
    }
}