@charset 'utf-8';

/* 头部 */
.wrap {}






/*
 *首页banner轮播

.sy-banner {
    width: 100%;
    /*margin-top: 218px;*/
    overflow: hidden;
}

.sy-banner .item {
    position: relative;
    width: 100%;
    height: 610px;
    overflow: hidden;
}

.sy-banner .item img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 610px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sy-banner .slick-dots {
    position: absolute;
    bottom: 35px;
}

.sy-banner .slick-dots li button::before,
.sy-banner .slick-dots li button::after {
    display: none;
}

.sy-banner .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #DFDFE0 !important;
    background: transparent;
    opacity: 1;
    margin: 0 5px;
}

.sy-banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.sy-banner .slick-dots li.slick-active {
    background-color: #ffffff;
}

/* .sy-banner .slick-prev{
    width: 18px;
    height: 33px;
    top:65%;
    left:40px;
    z-index: 200;
    /background: url(../images/left.jpg) 0 0 no-repeat;}
.sy-banner .slick-prev:hover{
    background: url(../images/left1.jpg) 0 0 no-repeat;}
.sy-banner .slick-next{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
} */
/* width: 18px;
    height: 33px;
    top:65%;
    right: 40px;
    z-index: 200;
    background: url(../images/right.jpg) 0 0 no-repeat; */

.sy-banner .slick-next:hover {
    background: url(../images/right1.jpg) 0 0 no-repeat;
}

 */


@media (max-width: 1024px) {

    .sy-banner .item {
        position: relative;
        width: 100%;
        max-height: 240px;
        overflow: hidden;
    }

    .sy-banner .item img {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        max-height: 240px;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    
    .main_r2_inner {
        width: 95%; 
        padding-top: 20px;
    }

    .main_r2_left {
        width: 100%; 
        height: auto;
    }

    .main_r2_right {
        width: 100%;
        padding-top: 20px;
    }

    .main_r2_left ul li {
        width: 50%;
        margin-bottom: 10px; 
    }
   
    .foot-logo img {
    display: block;
    height: auto;
    margin-left: 40px !important;
    width: 70% !important;
   }
}


@media (max-width: 767px) {

    .sy-banner .item {
        position: relative;
        width: 100%;
        max-height: 160px;
        overflow: hidden;
    }

    .sy-banner .item img {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        max-height: 160px;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .main_r2_inner {
        width: 100%;
        padding: 10px; 
    }

    .main_r2_left, .main_r2_right {
        width: 100%; 
    }

    .main_r2_left ul li {
        width: 100%; 
        margin-bottom: 10px; 
    }

    img {
        width: 100%; 
        height: auto; 
    }

    .foot-logo img {
    display: block;
    height: auto;
    margin-left: 40px !important;
    width: 70% !important;
   }
}

/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 15px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 50px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.ibanner .hd ul li.on {
    background: #3e6db5;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom:1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}

/* foot */
.foot-bg {
    background: url(../images/foot_bg.png) center top rgb(27, 53, 149);
    position: relative;
}

.foot-tags {
    position: absolute;
    width: 150px;
    height: auto;
    top: -70px;
    left: 50%;
    margin-left: -75px;
}

.foot {
    padding: 40px 0px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.foot-logo {
    position: absolute;
    width: 480px;
    height: 290px;
    top: 80px;
    left: 35px;
    bottom: 0px;
    right: 0px;
    /* margin: auto; */
}

.foot-logo img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 50px;
}

.foot-txt {
    float: right;
    width: calc(50% - 280px);
    max-width: 460px;
    margin-top: 40px;
}

.foot-txt p {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 50px;
    background-size: 38px auto;
    margin-top: 0px;
    margin-right: 180px;
}

.foot-code {
    float: right;
    width: calc(50% - 150px);
    max-width: 190px;
    text-align: center;
}

.code-i img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 120px;
}

.code-tips {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.copyright {
    background: #0f38af;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    color: #b2bcac;
    line-height: 24px;
}

.copyright a {
    font-size: 14px;
    color: #b2bcac;
}

.fixed-box {
    position: fixed;
    width: 136px;
    height: 136px;
    right: 30px;
    bottom: 50%;
    margin-top: -68px;
    z-index: 9;
    transition: all 0.7s ease-out 0s;
}

.fixed-box.fixed-bottom {
    bottom: 3%;
    margin: 0px;
}

.fixed-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.fixed-icon {
    position: absolute;
    width: 84px;
    height: 84px;
    top: 26px;
    left: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 2;
}

.fixed-icon img {
    width: 100%
}

#menu {
    position: sticky;
    top: 0;
    z-index: 1;
}