@charset "utf-8";

/* CSS Document */

body, html {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #fff;
    min-width: 1450px;
    overflow-x: hidden;
}

a {
    color: #333;
}

a:hover {
    color: #0b3191;
}

html {
    +overflow-x: hidden;
}


/*头部*/

.header {
    width: 100%;
    height: 180px;
    margin: 0 auto;
}

.top_bg {
    width: 100%;
}

.top_wrap {
    width: 100%;
    height: 194px;
    background: -webkit-gradient(linear, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=130) progid: DXImageTransform.Microsoft.gradient(startcolorstr='#2777EC', endcolorstr='#6AC1FC', gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=130) progid: DXImageTransform.Microsoft.gradient(startcolorstr='#2777EC', endcolorstr='#6AC1FC', gradientType=0); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.wrap_header a {
    display: block;
}

.wrap_header a img {
    display: block;
}

.footer {
    background: url(../images2023/footer_bg_09.jpg) no-repeat center;
    background-size: cover;
    padding: 42px 0 0 0;
}

.footerIn {
    max-width: 1450px;
    margin: 0 auto;
    overflow: hidden;
}

.copyRight {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 0 0 50px;
    font-size: 14px;
    color: #ffffff;
    background: url(../images2023/position_10.png) no-repeat left center;
    height: 23px;
}

.footer_left {
    width: auto;
    float: left;
}

.footer_left a {
    display: inline-block;
    display: block;
    margin: 0 0 56px 0
}

.footer_right {
    width: auto;
    float: right;
    width: 146px;
}

.footer_right p {
    padding: 0 0 0 25px;
    font-size: 10px;
    color: #bda572;
    background: url(../images2023/weixin_10.png) no-repeat left center;
}

.footer_right span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.footer_bottom {
    margin: 12px 0 0 0;
    padding: 12px 0 32px 0;
    background: url(../images2023/bottom_10.png) repeat-x left top;
}

.footer_bottomIn {
    font-size: 12px;
    color: #9d8aba;
}

.footer_bottomIn {
    width: 1450px;
    margin: 0 auto;
}

/*banner开始*/