@charset "utf-8";


@keyframes scale-diy {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
* {
    text-decoration: none;
    list-style: none;
    font-family: "Microsoft YaHei" !important;
}

strong {
    font-weight: inherit !important;
    font-size: 16px !important;
}

div.header {
    padding: 1rem 15px;
    border-bottom: 1px solid #EEEEEE;
    align-items: center;
    display: -webkit-flex;
    background: #FFFFFF;
}

    div.header div {
        display: inline-block;
    }

    div.header .logo {
        float: left;
        width: 80%;
    }

        div.header .logo img {
            width: 20%;
        }

    div.header .language {
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 2rem;
    }

    div.header .back_to {
        width: 10%;
    }

        div.header .back_to span {
            font-size: 2rem;
        }

    div.header .top_title {
        width: 80%;
        text-align: center;
        font-size: 2rem;
    }

    div.header .language a {
        color: #333333;
        position: relative;
    }

    div.header .language .dropdown {
        border: none;
    }

        div.header .language .dropdown button {
            border: none;
            outline: none;
            padding-left: 20px;
        }

    div.header .language .btn-default.active.focus,
    div.header .language .btn-default.active:focus,
    div.header .language .btn-default.active:hover,
    div.header .language .btn-default:active.focus,
    div.header .language .btn-default:active:focus,
    div.header .language .btn-default:active:hover,
    div.header .language .open > .dropdown-toggle.btn-default.focus,
    div.header .language .open > .dropdown-toggle.btn-default:focus,
    div.header .language .open > .dropdown-toggle.btn-default:hover {
        background: #FFFFFF;
        box-shadow: none;
        outline: none;
        border: none;
    }

    div.header .language .dropdown-menu {
        width: 100%;
        min-width: 100%;
    }

    div.header .language .dropdown-menu {
        border: none;
        box-shadow: none;
    }

        div.header .language .dropdown-menu li {
            margin-top: 10px;
        }

            div.header .language .dropdown-menu li:last-child {
                margin-bottom: 10px;
            }

    div.header .language img {
        width: 15px;
    }

    div.header .om {
        float: right;
        width: 40px;
    }

.banner {
    width: 100%;
}

    .banner img {
        width: 100%;
    }

    .banner .swiper-pagination span {
        width: 8px;
        height: 8px;
        background: #FFFFFF;
        opacity: 1;
        transition: all 0.4s ease-in-out;
        outline: none;
    }

        .banner .swiper-pagination span.swiper-pagination-bullet-active {
            width: 25px;
            border-radius: 30px;
        }

.list-img {
    padding: 0.5rem 0px;
    text-align: center;
    position: relative;
    margin-top: 15px;
}

    .list-img .row .col-xs-3 a p {
        font-size: 1.5rem;
        color: #333333;
        padding: 0.2rem 0px;
        margin-top: 5px;
    }

    .list-img .row .col-xs-3 {
        margin-top: 10px;
    }

.smart {
    position: relative;
}

    .smart p {
        color: #ffffff;
        font-size: 2rem;
        position: absolute;
        top: 4rem;
        left: 3rem;
    }

    .smart span {
        color: #ffffff;
        font-size: 1.5rem;
        position: absolute;
        top: 7rem;
        left: 3rem;
        display: block;
        width: 26rem;
    }

    .smart font {
        color: #ffffff;
        font-size: 1.8rem;
        position: absolute;
        top: 42%;
        display: block;
        width: 95%;
        text-align: center;
    }

    .smart a {
        color: #8b8b8c;
        font-size: 1.3rem;
        position: absolute;
        bottom: 3rem;
        left: 3rem;
        padding: 0.5rem 3rem;
        border: 1px solid #8b8b8c;
    }

.building {
    padding-bottom: 2rem;
}

    .building > div.panel-body > div:first-child {
        position: relative;
    }

        .building > div.panel-body > div:first-child p {
            position: absolute;
            top: 50%;
            text-align: center;
            font-size: 2rem;
            color: #ffffff;
            margin: 0px;
            padding: 0px;
            width: 100%;
            margin-top: -10px;
        }

            .building > div.panel-body > div:first-child p::before {
                position: absolute;
                content: "";
                width: 5rem;
                height: 1px;
                background: #FFFFFF;
                top: 50%;
                left: 3rem;
            }

            .building > div.panel-body > div:first-child p::after {
                position: absolute;
                content: "";
                width: 5rem;
                height: 1px;
                background: #FFFFFF;
                top: 50%;
                right: 3rem;
            }

    .building > div.panel-body > div:last-child div {
        float: left;
        margin-top: 10px;
    }

        .building > div.panel-body > div:last-child div:first-child {
            width: 35%;
            text-align: right;
            padding-right: 2rem;
        }

            .building > div.panel-body > div:last-child div:first-child p {
                margin: 0px;
                padding: 0px;
                line-height: 1;
                font-size: 3rem;
                padding-top: 3rem;
            }

            .building > div.panel-body > div:last-child div:first-child span {
                font-size: 2.3rem;
                padding-right: 10px;
            }

        .building > div.panel-body > div:last-child div:last-child {
            width: 64%;
            position: relative;
        }

            .building > div.panel-body > div:last-child div:last-child p {
                position: absolute;
                top: 50%;
                width: 100%;
                text-align: center;
                display: block;
                margin: 0px;
                padding: 0px;
                font-size: 1.5rem;
                color: #FFFFFF;
                margin-top: -10px;
            }

                .building > div.panel-body > div:last-child div:last-child p font {
                    font-size: 1.8rem;
                }

            .building > div.panel-body > div:last-child div:last-child a {
                position: absolute;
                right: 15px;
                bottom: -30px;
                color: #333333;
                font-size: 1.3rem;
            }

.Technology div.panel-body {
    position: relative;
}

    .Technology div.panel-body p {
        color: #FFFFFF;
        font-size: 3rem;
        position: absolute;
        top: 3rem;
        left: 3rem;
        margin: 0px;
        padding: 0px;
    }

    .Technology div.panel-body span {
        color: #FFFFFF;
        font-size: 2rem;
        display: block;
        position: absolute;
        top: 7rem;
        left: 3rem;
    }

    .Technology div.panel-body font {
        color: #FFFFFF;
        font-size: 1.8rem;
        position: absolute;
        top: 22rem;
        display: block;
        text-align: center;
        width: 95%;
    }

    .Technology div.panel-body a {
        color: #FFFFFF;
        font-size: 1.3rem;
        position: absolute;
        bottom: 2rem;
        right: 7rem;
    }

.hot_news .panel-body .swiper-slide div {
    position: relative;
}

    .hot_news .panel-body .swiper-slide div p {
        position: absolute;
        left: 0px;
        bottom: 1rem;
        background: rgba(56, 155, 247, 0.5);
        padding: 5px 2rem;
    }

        .hot_news .panel-body .swiper-slide div p img {
            float: left;
            margin-right: 1rem;
            width: 2rem;
            margin-top: 2px;
        }

        .hot_news .panel-body .swiper-slide div p span {
            font-size: 2rem;
            color: #FFFFFF;
        }

.hot_news .panel-body .swiper-slide a > span {
    font-size: 2.3rem;
    padding: 1rem 0px;
    display: block;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hot_news .panel-body .swiper-slide a > p {
    font-size: 1.5rem;
    color: #666666;
}

.more {
    display: block;
    border-radius: 30px;
    border: 1px solid #666;
    margin: 1rem auto;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 10px;
    color: #333333;
}

.first {
    position: relative;
}

    .first > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .first .prs {
        position: absolute;
        top: 3rem;
        color: #FFFFFF;
        font-size: 2rem;
        left: 20px;
    }

        .first .prs span {
            color: #FFFFFF;
            font-size: 1.8rem;
        }

    .first .lines {
        position: absolute;
        top: 6rem;
    }

        .first .lines > .row {
            padding: 0px 20px;
        }

        .first .lines .row p {
            color: #FFFFFF;
            font-size: 1.8rem;
        }

        .first .lines .row a {
            display: block;
            float: left;
            color: #FFFFFF;
            width: 100%;
            margin-right: 10px;
            height: 9.35rem;
            padding: 2rem 1.75rem;
            border-radius: 5px;
            background: rgba(56, 155, 247, 0.5);
        }

        .first .lines .row > .col-xs-12 {
            padding: 10px;
            padding-left: 0px;
            padding-right: 0px;
        }


/*��ҵ*/

.cy .col-xs-12 a div.cy_l {
    float: left;
    width: 80%;
}

    .cy .col-xs-12 a div.cy_l p {
        /*font-size: 1.5rem;*/
        position: relative;
        font-weight: bold;
    }

        .cy .col-xs-12 a div.cy_l p::before {
            position: absolute;
            content: '';
            width: 95%;
            left: 0px;
            height: 1px;
            background: rgba(255, 255, 255, 0.5);
            top: 2.7rem;
        }

    .cy .col-xs-12 a div.cy_l span {
        font-size: 1.2rem;
    }

.cy .col-xs-12 a div.cy_r {
    float: right;
    width: 20%;
}


/*----*/

.newsold > div {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.newsold p {
    position: absolute;
    color: #ffffff;
    top: 8rem;
    text-align: center;
    width: 100%;
    font-size: 2.5rem
}

.newsold a {
    position: absolute;
    display: block;
    width: 10rem;
    height: 3rem;
    border: 1px solid #dedede;
    text-align: center;
    line-height: 3rem;
    color: #dedede;
    top: 13rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.series > div {
    padding-left: 0px;
    padding-right: 0px;
}

.series img {
    max-width: 100%;
}

.series .row .col-xs-12 {
    padding: 0px;
    margin-top: 10px;
}

.xq > div {
    padding: 0px;
}

.xq img {
    max-width: 100%;
}


/*ʮ������*/

.sdly {
    text-align: center;
    border: none;
}

.cy_topten {
    width: auto;
    padding: 0px 15px;
}

    .cy_topten .cytt_list {
        width: 17%;
        margin-right: 3.666666666%;
        text-align: center;
        float: left;
        margin-bottom: 0.5rem;
        height: 13rem;
    }

        .cy_topten .cytt_list img {
            max-width: 100%;
        }

        .cy_topten .cytt_list p {
            font-size: 0.2rem;
        }

        .cy_topten .cytt_list span {
            font-size: 0.1rem;
        }

        .cy_topten .cytt_list:nth-child(5n) {
            float: right;
            margin-right: 0px;
        }

.imp font {
    color: #D20000;
}

.tdys_box {
    margin-top: 1.5rem;
}

.td_bar .col-xs-4 {
    margin-bottom: 10px;
}

.tdys-list {
    margin-top: 1.5rem;
}

.clocation {
    overflow: hidden
}

#organize .org1 > p {
    color: #333333;
    text-align: center;
    font-size: 1.8rem;
}

#organize .org1 .org1_box > div {
    position: relative;
    margin-bottom: 2rem;
}

    #organize .org1 .org1_box > div p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        color: #333333;
        font-size: 1.8rem;
        width: 80%;
        text-align: center;
    }

        #organize .org1 .org1_box > div p font {
            color: #d20000;
            font-size: 1.8rem;
        }

#organize .org_pub_t {
    margin: 2rem 0px 2rem 0px;
}

    #organize .org_pub_t h1 {
        font-size: 24px;
        display: inline-block;
        border-bottom: 2px solid #d20000;
    }

    #organize .org_pub_t p {
    }

#organize .org3 .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

#organize .org3 h1 {
    font-size: 24px;
}

.org4 .org_lock_4 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .1);
    padding: 15% 30px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .org4 .org_lock_4 p {
        font-size: 36px;
        color: #FFFFFF;
    }

    .org4 .org_lock_4 span {
        font-size: 20px;
        color: #FFFFFF;
        display: block;
        margin-top: 30%;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }


/*����*/

.culture_box {
    margin-top: 30px;
}

    .culture_box .abo2_item {
        width: 50%;
        float: left;
        padding: 0px 10px;
        margin-top: 10px;
    }

        .culture_box .abo2_item div {
            position: relative;
        }

            .culture_box .abo2_item div p {
                margin-bottom: 0px;
                text-align: center;
                color: #0171c0;
                font-weight: bold;
                font-size: 18px;
                padding: 10px 0px;
            }

        .culture_box .abo2_item > p {
            text-align: center;
            color: #666666;
            font-size: 14px;
            line-height: 25px;
        }

.tow_aca {
    margin-top: 30px;
}

    .tow_aca h3 {
        margin-top: 0px;
    }

    .tow_aca:last-child {
        margin-bottom: 30px;
    }

    .tow_aca .sitch {
        margin: 10px 0px;
    }

.pic_list h4 {
    line-height: 27px;
}

.prot_sm {
    padding-bottom: 5px;
}

.resraech_box {
    text-align: center;
}

.ider2 .ider_list {
    float: left;
    width: 100%;
    text-align: center;
    height: 450px;
    position: relative;
    padding-top: 25%;
    margin-top: 50px;
}

    .ider2 .ider_list:nth-child(1) {
        background: #abcc8f url(https://cqzskj.com/include/img/job/07.png) no-repeat center bottom;
    }

    .ider2 .ider_list:nth-child(2) {
        background: #96b6f3 url(https://cqzskj.com/include/img/job/08.png) no-repeat center bottom;
    }

    .ider2 .ider_list:nth-child(3) {
        background: #eedc79 url(https://cqzskj.com/include/img/job/09.png) no-repeat center bottom;
        margin-right: 0px;
    }

    .ider2 .ider_list button {
        width: 250px;
        height: 60px;
        text-align: center;
        color: #1c428b;
        font-size: 25px;
        background: #ffffff;
        border-radius: 30px;
        outline: none;
        border: none;
        position: absolute;
        left: 50%;
        margin-left: -125px;
        top: -30px;
    }

    .ider2 .ider_list p {
        color: #ffffff;
        font-size: 15px;
        margin-bottom: 10px;
        padding: 0px 15px
    }

.modal-body #show h1 {
    font-size: 24px;
}

#map img {
    max-width: none;
}

.busin {
    text-align: center;
}

.more_link a {
    margin-bottom: 5px;
}
/*-----------------*/
.accordion .accordion-group {
    margin-bottom:20px;
}
.accordion-heading a {
    display: block;
    height: 60px;
    border: 1px solid #ccc;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    padding: 0px 25px;
    background: url(../img/icos/05.png) no-repeat center;
    background-position-x: 90%;
    background-size: 15px;
}

    .accordion-heading a.active {
        background: #0271c0 url(../img/icos/06.png) no-repeat center;
        background-position-x: 90%;
        background-size: 15px;
        color: #fff;
        border-color: #0271c0;
    }

.accordion-inner {
    background: #f7f7f7;
    padding: 10px;
}
/*-----*/
 .m_context p {
        line-height: 27px;
        color: #333;
        font-size: 14px;
    }



 .m_pic {
        margin-bottom: 20px;
    }

.m_conteat p {
    color: #333;
    font-size: 16px;
    line-height: 27px !important;
}

    .m_conteat p a {
        color: #333;
        font-size: 16px;
    }

    .m_conteat p strong {
        color: #656565;
        font-size: 16px;
        font-weight: bold !important;
    }

.mau_coll{
	margin-bottom:20px;
}