/*reset*/
html,body,p,h1,h2,h3,h4,h5,h6,ul,li{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{

}
*{
    font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei','Arial','Helvetica';
    box-sizing: border-box;
}
input,textarea,button,
input:focus,textarea:focus,button:focus{
    outline: none;
}
input:focus,textarea:focus,button:focus{
    box-shadow: 0px 0px 3px #ddd;
}
div.header-wrap,
footer div.friend-link{
    margin: 0 auto;
    width: 1200px;
}
/*JQ Mobile*/
.ui-loader-default{ display:none}
.ui-mobile-viewport{ border:none;}
.ui-page {padding: 0; margin: 0; outline: 0}
/*头部*/
#header{
    border-top: 6px solid #4b4886;
    justify-content: space-between;
    width: 100%;
    background-color: white;
}
/*logo & 登录 & 搜索*/
div.header-wrap{
    align-self: flex-start;
    display: flex;
    height: 132px;
    padding: 10px 0;
}
div.header-wrap>div{
    flex: 1 1 auto;
}
/*logo*/
div.logo{
    width: 680px;
}
div.logo,
div.logo div{
    display: flex;
    height: 112px;
}
div.logo img,
div.logo div{
    /*flex: 1 1 auto;*/
}
div.logo>img:first-child{
    width: 112px;
}
div.logo div{
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
    justify-content: center;
}
/*功能 -- 登录 & 搜索 */
div.header-func{
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: right;
}
div.header-func>div{
    height: 50%;
    justify-content: center;
}
/*登录*/
div.header-func>div.sign{
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}
div.sign a{
    line-height: 40px;
    margin: 0 10px;
}
div.sign a:first-child{
    color: #4b4886;
    font-weight: 600;
}
div.sign a:last-child{
    margin-right: 0;
}
i.line{
    border-left: 1px solid #333;
    height: 16px;
    margin-bottom: 10px;
}
/*搜索*/
div.header-func>div.search{
    font-size: 0;
}
div.search input,
div.search button{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}
div.search input{
    border: 1px solid #ddd;
    padding-left: 20px;
    width: 220px;
}
div.search button{
    background: #4b4886;
    border: none;
    color: #fff;
    width: 110px;
}
/*导航*/
nav.header-nav{
    align-self: flex-end;
    margin: 0 auto;
    width: 1200px;
}
/*按钮*/
div.button-line{
    display: none;
    padding: 20px 0;
}
.icon-line{
    background-color: #fff;
    /*flex: 1 1 auto;*/
    height: 4px;
    width: 50%;
}
ul.header-nav-1{
    display: flex;
}
ul.header-nav-1>li{
    flex: 1 1 auto;
    line-height: 50px;
    position: relative;
    text-align: center;
}
ul.header-nav-1>li a,
ul.header-nav-1>li span{
    color: #333;
    display: inline-block;
}
ul.header-nav-2>li a{
    color: #fff;
}
ul.header-nav-1>li span{
    cursor: pointer;
}
ul.header-nav-1>li:hover ul.header-nav-2,
ul.header-nav-1>li span:hover+ul.header-nav-2{
    display: block;
}
ul.header-nav-1>li span i.nav-arrow{
    background: transparent url("../img/u84.png") no-repeat center center;
    display: inline-block;
    height: 9px;
    margin-left: 7px;
    width: 12px;
}
ul.header-nav-2{
    display: none;
    background: rgba(94, 162, 255, 0.8);
    position: absolute;
    width: 100%;
    z-index: 99;
}
/*搜索结果页*/
.searchNav{color:#1a1a1a; font-size:16px; line-height:28px; border-bottom:2px solid #e7e7e7;}
.searchNav span{color:#ef3838;}
.searchList{margin-top:6px;}
.searchList .item{padding:20px 0 20px 10px; border-bottom:1px solid #f0f0f0;}
.searchList .item:hover{background-color:#f7f7f7;}
.searchList .item .search-title{color:#333333; font-size:18px; margin-bottom:14px;}
.searchList .item .search-title span{color:#ef3838;}
.searchList .item .search-txt{color:#666666; font-size:14px; line-height:20px; margin-bottom:10px;}
.searchList .item .search-txt span{color:#ef3838;}
.searchList .item .search-date{color:#333333; font-size:12px;}
.searchList .item .search-date em{color:#bababa; margin:0 30px 0 15px;}
/*子页banner*/
.sub-banner{
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}
.sub-banner .banner-text{
    background-color: rgba(255,255,255,0.2);
    padding: 24px 54px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.sub-banner .banner-text i{
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    position: absolute;
    height: 18px;
    width: 22px;
}
.sub-banner .banner-text i.left-conner{
    border-width: 1px 0 0 1px;
    top: 0;
    left: 0;
}
.sub-banner .banner-text i.right-conner{
    border-width: 0 1px 1px 0;
    bottom: 0;
    right: 0;
}
.sub-banner .banner-text span{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}
/*面包屑导航*/
.crumbs{
    line-height: 36px;
}
.crumbs,.crumbs a{
    color: #666666;
    font-size: 14px;
}
.crumbs a:after{
    content: "//";
    margin: 0 3px;
}
.crumbs .cur-page{
    color: #D12C16;
}
/*breadnav*/
.middle-bread{
    line-height: 60px;
    text-align: right;
}
.middle-bread,
.middle-bread a{
    color: #333;
    font-size: 12px;
}
.middle-bread span:after{
    content: "<<"
}

.middle-content{
    color: #5E5E5E;
}
.img-surround{
    margin-bottom: 25px;
}
.img-surround img{
    float: left;
}
.img-surround .para-wrap{
    margin-left: 430px;
}
.img-surround .para-wrap p{
    padding-top: 10px;
    padding-bottom: 10px;
}
.img-wrap{
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    margin-top: 25px;
    padding-bottom: 20px;
}
/*内容区*/
.content{
    margin: 0 auto;
    padding: 50px 0 10px;
    width: 1200px;
}
.content-wrap{
    zoom: 1;
}
.content-wrap:after{
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
}
.left-content{
    background: #fff;
    float: left;
    margin-top: 20px;
    /*width: 780px;*/
}
.right-content{
    background: #fff;
    float: right;
    width: 380px;
}
/*左侧主内容*/
.left-content>header{
    border-bottom: 2px solid rgba(244, 244, 244, 1);
    font-size: 20px;
    line-height: 40px;
    padding-left: 5px;
}
/*新闻列表*/
ul.new-list{
    margin: 30px 0;
}
ul.new-list li{
    border-bottom: 1px dashed #dddddd;
    line-height: 36px;
}
ul.new-list li:before{
    background: #d7d7d7;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0 8px 0 5px;
    width: 5px;
}
ul.new-list li a{
    color: #333;
    font-size: 14px;
}
ul.new-list li time{
    float: right;
}
/*打印*/
.left-content div.print,
.middle-content div.print{
    margin: 60px auto 0;
    width: 250px;
}
div.func-wrap{
    text-align: center;
}
div.func-wrap span,
div.func-wrap span:before,
div.func-wrap span:after{
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
div.func-wrap span:before{
    content: "【";
    padding: 0 8px;
}
div.func-wrap span:after{
    content: "】";
    padding: 0 8px;
}
.back-wrap{
    margin-top: 15px;
}
/*回到顶部*/
#back-to-top{
    background: rgba(209, 44, 22, 1);
    border: 1px solid rgba(209, 44, 22, 1);
    border-bottom: none;
    color: #fff;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
}
.back-func{
    background: rgba(242, 242, 242, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-top: none;
    font-size: 0;

}
.back-func span{
    display: inline-block;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    width: 33.3%;
}
.back-func span a{
    color: #D12C16;
    font-size: 13px;
}
.back-func span:nth-child(2) a{
    color: #CCCCCC;
}

/*右边侧栏*/
/*首页下的二级页导航*/
nav.right-nav{
    margin-bottom: 30px;
}
nav.right-nav .bread-nav{
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}
nav.right-nav .bread-nav:before{
    content: "<<";
}
nav.right-nav .bread-nav a{
    color: #333;
}
nav.right-nav .nav-name{
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #656295;
    font-size: 18px;
    line-height: 50px;
}
/*推荐*/
.recommend h5{
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
}
.recommend ul{
    border: 1px solid #f2f2f2;
}
.recommend ul li{
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
}
.recommend ul li a{
    color: #333;
    font-size: 14px;
}
/*二级页导航*/
.right-content nav header{
    font-size: 0;
}
.right-content nav header span:first-child{
    font-size: 28px;
}
.right-content nav header span:last-child{
    font-size: 20px;
    color: #CCCCCC;
    display: inline-block;
}
.right-content nav header span:last-child:before{
    content: "|";
    display: inline-block;
    margin: 0 5px;
}
.right-content nav header span:last-child i{
    font-style: normal;
    vertical-align: bottom;
}
.right-content nav ul{
    margin: 10px 0;
}
.right-content nav ul li{
    border-bottom: 1px dotted #ddd;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    padding-left: 18px;
}
.right-content nav ul li:before{
    border: 1px solid #333;
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 10px;
    width: 10px;
}
.right-content nav ul li a{
    color: #333;
    font-size: 20px;
}
.right-content nav ul li a:hover{
    color: rgb(209,44,22);
}
/*通知公告*/
.right-content div.inform{
    border: 1px solid #ddd;
    margin-top: 20px;
}
.right-content div.inform header{
    line-height: 36px;
    zoom: 1;
}
.right-content div.inform header:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.right-content div.inform header span,
.right-content div.inform header i{
    float: left;
    height: 36px;
    width: 50%;
}
.right-content div.inform header span{
    background: #4c4982 url("../img/u728.png") no-repeat 5px center;
    color: #fff;
    font-size: 16px;
    padding-left: 35px;
}
.right-content div.inform header i{
    background: #fff url("../img/u702.png") no-repeat right center;
    border-bottom: 1px solid #ddd;
    font-style: normal;
    padding-right: 5px;
    text-align: right;
}
.right-content div.inform header i a{
    color: #fff;
    font-size: 13px;
}
.right-content div.inform header i a:before{
    content: ">>";
}
.right-content div.inform ul{
    padding: 20px 0;
}
.right-content div.inform ul li{
    margin-bottom: 10px;
    padding: 0 4px 0 20px;
}
.right-content div.inform ul li.new span{
    background: transparent url("../img/u598.gif") no-repeat right center;
    display: block;
}
.right-content div.inform ul li span:before{
    background: #4c4982;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: -15px;
    margin-right: 10px;
    width: 6px;
}
.right-content div.inform ul li a{
    color: #333;
    font-size: 14px;
}
.right-content div.inform ul li p{
    color: #A3A3A3;
    font-size: 14px;
    margin-top: 10px;
}
/*分页*/
.page{
    font-size: 0;
    text-align: center;
}
.page a,
.page span{
    color: #999999;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    margin: 0 3px;
    padding: 0 12px;
}
.page a{
    background: #e0e0e0;
}
.page a.num{
    font-family: 'Arial Normal', 'Arial';
}
.page a.cur-page{
    background: #d12c16;
    color: #fff;
}
/*footer*/
footer{
    background: #4b4886;
}
footer div.friend-link{
    display: flex;
    height: 84px;
}
footer div.friend-link span,
footer div.friend-link select{
    align-self: center;
}
footer div.friend-link span{
    color: #fff;
    font-size: 18px;
    flex: 1 1 auto;
}
footer div.friend-link select{
    flex: 5 1 auto;
    height: 32px;
    margin: 0 50px;
}
footer div.friend-link span+select,
footer div.friend-link select:last-child{
    margin: 0;
}
footer div.friend-link select option{
    text-align: center;
}
i.footer-line{
    border-bottom: 1px solid #ddd;
    display: block;
}

div.copyright{
    line-height: 50px;
    text-align: center;
}
div.copyright span{
    color: #fff;
    font-size: 14px;
    margin-right: 30px;
}
div.copyright img{
    margin-right: 10px;
    vertical-align: middle;
}


@media screen and (min-width: 751px) and (max-width: 1200px){
    div.header-wrap,
    nav.header-nav,
    div.content,
    footer div.friend-link{
        margin: 0;
        width: 100%;
    }

    /*header*/
    #header,
    div.header-wrap,
    div.header-wrap>div{
        display: block;
        text-align: center;
        width: 100%;
    }
    div.header-func>div{
        height: auto;
    }
    #header{
        border-top: none;
        height: auto;
        position: relative;
    }
    div.header-wrap{
        height: auto;
        padding: 0;
    }
    /*logo*/
    div.logo, div.logo div{
        height: auto;
    }
    div.header-wrap>div.logo{
        height: 100%;
        padding-left: 2%;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }
    div.logo>img:first-child{
        height: auto;
        vertical-align: middle;
        width: 10%!important;
    }/*
    div.logo>img{
        height: 104px!important;
        width: 104px!important;
        vertical-align: middle;
    }*/
    div.logo div>img:first-child,
    div.logo div>img:last-child,
    div.logo div{
        width: 70%!important;
    }
    div.logo div{
        display: inline-block;
        height: auto;
        margin-left: 10px;
        vertical-align: middle;
    }
    /*search*/
    div.search{
        background-color: rgba(75,72,134,0.9);
    }
    div.header-func>div.sign,
    div.button-line,
    div.button-line{
        height: 40px;
    }

    /*nav*/
    nav.header-nav{
        width: 100%;
    }
    /*sign*/
    div.header-func>div.sign{
        display: block;
        position: absolute;
        right: 0;
        line-height: 46px;
        text-align: center;
        width: 150px;
    }
    div.sign a:first-child,
    div.sign a:last-child{
        color: #fff;
    }
    div.sign a:first-child{
        font-weight: normal;
        font-size: 16px;
    }
    i.line{
        border-color: #fff;
    }
    /*search*/
    div.header-func{
        height: auto;
    }
    div.header-func>div.search{
        padding: 8px 150px 8px 20px;
    }
    div.search input{
        border: none;
        border-radius: 15px;
        font-size: 16px;
        height: 30px;
        vertical-align: middle;
        width: 100%;
    }
    div.search button{
        display: none;
    }
    /*footer*/
    footer div.friend-link,
    footer div.friend-link span{
        display: block;
    }
    footer div.friend-link{
        font-size: 0px;
        height: auto;
        padding: 0 40px 40px;
    }
    footer div.friend-link span{
        font-size: 30px;
        font-weight: 500;
        line-height: 84px;
    }
    footer div.friend-link select{
        font-size: 30px;
        height: 48px;
        margin: 0 0 20px 0;
        width: 48%;
    }
    footer div.friend-link select:nth-child(even){
        margin-right: 2%!important;
    }
    footer div.friend-link select:nth-child(odd){
        margin-left: 2%!important;
    }
    div.copyright{
        line-height: normal;
        zoom: 1;
    }
    div.copyright:after{
        content: "";
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: 0;
    }
    div.copyright span{
        float: left;
        font-size: 24px;
        font-weight: normal;
        margin-left: 40px;
        height: 40px;
        line-height: 40px;
    }
    div.copyright img{
        margin-top: 20px;
        vertical-align: bottom;
    }
}
@media screen and (max-width: 750px) {
    div.header-wrap,
    nav.header-nav,
    div.content,
    footer div.friend-link{
        margin: 0;
        width: 100%;
    }
    i.line,
    div.sign a:last-child{
        display: none!important;
    }
    /*header*/
    #header,
    div.header-wrap,
    div.header-wrap>div{
        display: block;
        text-align: center;
        width: 100%;
    }
    div.header-func>div{
        height: auto;
    }
    #header{
        border-top: none;
        height: 204px;
        position: relative;
    }
    div.header-wrap{
        height: 124px;
        padding: 0;
        padding-top: 10px;
    }
        /*logo*/
        div.logo, div.logo div{
            height: auto;
        }
        div.logo{
            height: 100%;
        }
        div.logo>img{
            height: 104px!important;
            width: 104px!important;
            vertical-align: middle;
        }
        div.logo div>img:first-child,
        div.logo div>img:last-child,
        div.logo div{
            width: 500px!important;
        }
        div.logo div{
            display: inline-block;
            height: auto;
            margin-left: 10px;
            vertical-align: middle;
        }
        /*search*/
        div.search{
            background-color: rgba(75,72,134,0.9);
        }
        div.header-func>div.sign,
        div.button-line,
        div.button-line{
            height: 80px;
        }

    /*nav*/
    nav.header-nav{
        width: 100%;
    }
    div.button-line{
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 124px;
        left: 0;
        width: 100px;
    }
    div.button-line.touched+ul.header-nav-1{
        display: block;
    }
    ul.header-nav-1{
        background-color: #b1aeef;
        display: none;
        position: absolute;
        top: 204px;
        width: 50%;
        z-index: 30;
    }
    ul.header-nav-2{
        background: #4b4886;
    }
    div.button-line.touch+ul.header-nav-1{
        display: block;
    }
    ul.header-nav-1>li{
        box-sizing: border-box;
        border-bottom: 1px solid #4b4886;
        height: 80px;
        line-height: 80px;
        text-align: left;
    }
    ul.header-nav-1>li a,
    ul.header-nav-1>li span{
        box-sizing: border-box;
        color: #fff;
        display: block;
        font-size: 36px;
        padding-left: 40px;
        width: 100%;
    }
    ul.header-nav-1>li span i.nav-arrow{
        background-image: url("../img/u84-1.png");
        background-size: cover;
        height: 20px;
        margin-left: 7px;
        width: 32px;
    }
    ul.header-nav-2>li a{
        padding-left: 60px;
    }
        /*sign*/
        div.header-func>div.sign{
            position: absolute;
            right: 0;
            line-height: 80px;
            text-align: center;
            width: 100px;
        }
        div.sign a:first-child{
            color: #fff;
            display: inline!important;
            font-weight: normal;
            font-size: 30px;
            line-height: 80px;
            margin: 0;
            text-align: center;
            width: 100%;
        }
        /*search*/
        div.header-func{
            height: auto;
        }
        div.header-func>div.search{
            padding: 15px 100px 15px 100px;
        }
        div.search input{
            border: none;
            border-radius: 25px;
            font-size: 30px;
            height: 50px;
            vertical-align: middle;
            width: 100%;
        }
        div.search button{
            display: none;
        }
    /*footer*/
    footer div.friend-link,
    footer div.friend-link span{
        display: block;
    }
    footer div.friend-link{
        font-size: 0px;
        height: auto;
        padding: 0 40px 40px;
    }
    footer div.friend-link span{
        font-size: 30px;
        font-weight: 500;
        line-height: 84px;
    }
    footer div.friend-link select{
        font-size: 30px;
        height: 48px;
        margin: 0 0 20px 0;
        width: 48%;
    }
    footer div.friend-link select:nth-child(even){
        margin-right: 2%!important;
    }
    footer div.friend-link select:nth-child(odd){
        margin-left: 2%!important;
    }
    div.copyright{
        line-height: normal;
        zoom: 1;
    }
    div.copyright:after{
        content: "";
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: 0;
    }
    div.copyright span{
        float: left;
        font-size: 24px;
        font-weight: normal;
        margin-left: 40px;
        height: 40px;
        line-height: 40px;
    }
    div.copyright img{
        margin-top: 20px;
        vertical-align: bottom;
    }
}