/*公用样式开始*/

@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

* {
    outline: none;
}

html,
body {
    font-size: 12px;
    font-family: '微软雅黑';
}

body {
    font: 12px/1.5;
    /*	background-image: url(./background.png);
*/
    background-repeat: no-repeat;
    background-position: 120% 90%;
    background-attachment: fixed
}

body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
canvas,
button,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
}

header,
hgroup,
nav,
section,
article,
aside,
footer {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

img {
    vertical-align: top;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #0144c1;
}

.box {
    width: 1367px;
    margin: 0 auto;
    position: relative;
}

.jjbhbox {
    min-height: 600px;
}


/*清除浮动*/

.clear {
    clear: both;
}


/*清除浮动--推荐使用*/

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 公共样式结束 */

.box {
    width: 100%;
    background-image: url(./bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color: #E5E5E5; */
    background-color: #fff;
}


/* .inner {
            background: linear-gradient( 180deg, #4063F1 0%, rgba(253, 253, 255, 0) 87.97%);
        } */

header {
    height: 220px;
    width: 100%;
    background-image: url(./header-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flex {
    width: 100%;
    height: 71px;
}

.header-top {
        width: 200px;
        height: 48px;
        margin: 0 auto;
        background: url(images1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
}

.header-bottom {
        background: url(images2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 340px;
        height: 38px;
        margin: 0 auto;
}

.img-left {
    position: absolute;
    width: 124px;
    height: 50px;
    left: 0px;
    top: 0px;
    background: url(./红旗.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-right {
    position: absolute;
    width: 155px;
    height: 56px;
    right: 0;
    top: 3px;
    background: url(./鸟.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-bottom {
    width: 100%;
    height: 66px;
    position: absolute;
    top: 154px;
    background: url(header-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.inner{
    width:100%;
margin:0 auto;
}
.box{
    top:-20px;
min-height:auto;
}
.title{
    font-size:20px;
    line-height:31px;
    padding-left: 10px;
    padding-right: 10px;
    
}
.acrbox{ padding-left: 10px; padding-right: 10px; }
.box p{
    font-size:14px;
    line-height:27px;
}
.fr{
    display:none;
}
.date{
    font-size:16px;
}
.footerlogo,.footerjb{
    display:none;
}
.box img{
    height:auto;
}
.acrbox p img{ max-width: 100% }
.inner{
    width:95%;
    
}



.tap_content{padding: 0px!important;}
.arcbox{ padding: 10px!important; }

.tap_content a { font-size: 14px!important; padding-top: 10px!important; padding-bottom: 10px!important;
    line-height: 21px!important
}





.tap_content a span:nth-child(2){ display: none; }
.header{ height: 182px; }
.fh{
        padding: 10px 20px;
        border: solid 1px #fff;
        color: #ffff;
        position: absolute;
        top: 25px;
        left: 5px;
        background-color: rgba(220, 240, 253, 0.5);
        z-index: 999;
}

footer {
    width: 100%;
    background: #C4301F;
    /* background-image: url(./botlogo.png); */
    background-repeat: no-repeat;
    background-position: 20px 50%;
    position: absolute;
    bottom: 0;
}

.footmain {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footmain p {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.footmain p a {
    color: #fff;
}

.footicon {
    width: 200px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -35px;
    display: none;
}

.footinone {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
}

.footinone:first-child {
    display: none;
}

.footimg {
    width: 100%;
    height: 274px;
    background: url(./header-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: -111px;
}