html, body {
    text-align: center;
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*background-color: #F7F9FC;*/
/* ---------- comm style start ---------- */
a {
    text-decoration: none;
    color: #434445;
}


.bg_white {
    background-color: #FFF;
}

/*.space_top1{margin-top: 40px!important;}*/
/*.padding_top1{padding-top: 30px!important;}*/

.padding_bottom1 {
    padding-bottom: 200px !important;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.border-left {
    border-left: solid 1px #DEDDDD;
}

.border-right {
    border-right: solid 1px #DEDDDD;
}

.page {
    width: 100%;
    max-width: 1920px;
    min-width:1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.pageDetail {
    width: 1200px;
    max-width: 1920px;
    min-width:1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 39px;
    padding-bottom: 60px;
    background: #F3F3F3;
}

.page2 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
}

/* ---------- comm style end ---------- */

/* ---------- banner style start ---------- */
/*.banner{height:100%;max-height:850px;background-size: cover; text-align: center;position: relative;}*/
.navbar {
    width: 1200px;
    height: 80px;
    background-color: #FFF;
    margin: 0 auto;
    position: fixed;
    font-size: 0px;
    text-align: left;
    right: 0px;
    left: 0px;
    z-index: 99;
}

    .navbar div {
        display: inline-block;
    }

.page-navbar-float {
    background-color: #fff;
    height: 80px;
    position: fixed;
    z-index: 220;
    box-shadow: 0 0 6px rgba(0,0,0,.5);
}

.navbar-float {
    top: 0px;
    box-shadow: none;
}

.logo1 {
    width: 40px;
    height: 40px;
    position: relative;
    left: 40px;
    top: 20px;
}

.logoSplit {
    height: 30px;
    width: 1px;
    background-color: #EBEBEB;
    position: relative;
    left: 45px;
    top: 15px;
}

.logo2 {
    /*width: 111px;*/
    height: 38px;
    position: relative;
    left: 50px;
    top: 21px;
    vertical-align: top;
}

.nav {
    height: 100%;
    position: absolute;
    right: 0px;
    font-size: 16px;
}

    .nav ul {
        list-style: none; /* ȥ��ulǰ��ķ��� */
        margin: 0px; /* �����Ԫ�صľ���Ϊ0 */
        padding: 0px; /* ���ڲ�Ԫ�صľ���Ϊ0 */
        width: auto; /* ���ȸ���Ԫ�����ݵ��� */
    }

    .nav .nav-ul1-li {
        height: 100%;
        float: left; /* ����Ư�ƣ������ű�Ϊ���� */
        color: #000;
        font-weight: bold;
    }

    .nav .nav-ul1-li-a {
        display: inline-block;
        height: 100%;
        padding: 0 30px;
        line-height: 80px;
    }

    .nav-ul1-li:hover .nav-ul1-li-a, .nav ul .active {
        background-color: #C00E0E;
        color: #FFFFFF;
    }

/*.nav-ul1-li:hover .nav-ul2 {
    margin-top: 3px;
    display: block;
}*/

.nav-ul2 {
    background: linear-gradient(to bottom, #C00E0E, #DA243B);
    display: none;
}

.nav-ul2-li {
    margin-top: 3px;
    width: 100%;
}


.nav-ul2-li-a {
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
}

    .nav-ul2-li-a:hover {
        background-color: rgba(0,0,0,0.3);
    }
/*.nav a {
        display: inline-block;
        height: 45px;
        box-sizing: border-box;
        font-size: 16px;
        color: #000;
        margin: 0 25px;
        font-weight: bold;
    }

        .nav a:hover, .nav a.active {
            border-bottom: solid 3px #C00E0E;
            color: #C00E0E;
        }*/
/* ---------- banner style end ---------- */
/* ---------- home style start ---------- */
.home_pannel {
    padding-top: 40px;
    text-align: left;
}

.home_pannel_title {
    width: 100%;
    padding-bottom: 20px;
}

    .home_pannel_title a {
        display: inline-block;
        padding: 0 0 0 15px;
        border-left: solid 3px #C00E0E;
        color: #C00E0E;
        font-size: 26px;
    }

        .home_pannel_title span, .home_pannel_title a span {
            font-size: 14px;
            color: #C4C4C4;
        }

        .home_pannel_title a span {
            margin-left: 20px;
        }

.home_pannel_content {
    font-size: 0px;
}

    .home_pannel_content * {
        font-size: 12px;
    }

.home_pannel_content_left, .home_pannel_content_mid, .home_pannel_content_right {
    height: 370px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.home_pannel_content_left {
    width: 438px;
    position: relative;
}

.home_focus_mask, .home_focus_mask_content {
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 5px 20px;
}

.home_focus_mask {
    background: #C00E0E;
    opacity: 0.5;
}

.home_focus_mask_content span {
    display: block;
    color: #FFF;
}

.home_focus_mask_content .home_focus_time {
    font-size: 12px;
    line-height: 19px;
}

.home_focus_mask_content .home_focus_title {
    font-size: 16px
}

.home_pannel_content_mid {
    width: 458px;
    box-sizing: border-box;
    border: solid 1px #DEDDDD;
    border-left: none;
}

.home_news {
    margin: 20px 30px 0 30px;
    display: block;
    border-bottom: solid 1px #DEDDDD;
}

    .home_news:last-child {
        border-bottom: none;
    }

    .home_news span {
        display: block;
    }

.home_news_title {
    font-size: 18px;
    padding: 5px 0;
}

.home_news.active .home_news_title, .home_news:hover .home_news_title {
    color: #C00E0E;
}

.home_news_desc {
    font-size: 14px;
    color: #B4B4B4;
    padding: 10px 0 20px 0;
}


.home_pannel_content_right {
    width: 283px;
    box-sizing: border-box;
    border: solid 1px #DEDDDD;
    margin-left: 20px;
    padding: 20px 20px 0 20px;
}

    .home_pannel_content_right a {
        display: block;
    }

.home_notice_title {
    font-size: 26px;
    color: #C00E0E;
}

.home_notice_time {
    color: #B4B4B4;
}

.home_notice {
    box-sizing: border-box;
    border-bottom: solid 1px #DEDDDD;
    line-height: 20px;
    padding: 10px 0;
}

    .home_notice:hover {
        color: #C00E0E;
    }

    .home_notice:last-child {
        border-bottom: none;
    }

    .home_notice span {
        display: block;
    }

.home_title_row {
    font-size: 0px;
    border-bottom: solid 1px #DEDDDD;
    position: relative;
    padding-top: 30px;
    box-sizing: border-box;
    height: 48px;
    width: 1200px;
    margin: 0 auto;
}

.home_columnline_half, .home_columnline, .home_title_content {
    display: inline-block;
}

.home_columnline_half, .home_columnline {
    box-sizing: border-box;
    background-color: #FFF;
}

.home_columnline {
    height: 20px;
    width: 10px;
}

.home_columnline_half {
    height: 14px;
    border-left: solid 1px #DEDDDD;
    position: absolute;
    top: 41px;
}

.home_title_content {
    font-size: 26px;
    background-color: #FFF;
    color: #C00E0E;
    padding: 0 50px;
}

.home-title_subrow {
    font-size: 14px;
    color: #B4B4B4;
    margin-top: 25px;
}

.home_picnews {
    font-size: 0px;
    background: url("bg_line.png")/*tpa=http://cdas.org.cn/content/images/bg_line.png*/ no-repeat;
    background-position: 50px 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
}

    .home_picnews a {
        display: inline-block;
        background-size: 160px 100px;
        background-repeat: no-repeat;
        background-position: 0px 20px;
        width: 50%;
        font-size: 12px;
        text-align: left;
        padding: 40px 40px 30px 190px;
        box-sizing: border-box;
    }

    .home_picnews .a {
        width: calc(50% - 40px) !important;
        margin-left: 40px;
        padding-right: 0px;
    }

    .home_picnews a:hover {
        color: #C00E0E;
    }

    .home_picnews a span {
        display: block;
    }

.home_picnews_title {
    font-size: 18px;
    margin-top: -25px;
}

.home_picnews_time {
    font-size: 12px;
    padding: 5px 0 10px 0;
}

.home_picnews_desc {
    font-size: 14px;
    color: #B4B4B4;
    line-height: 26px;
}

.home_mid_banner {
    height: 580px;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    
    position: relative;
}

.home_mid_bg, .home_mid_info {
    position: absolute;
    bottom: 0px;
    left: 60%;
    width: 430px;
    height: 220px;
    box-sizing: border-box;
}

.home_mid_bg {
    background-color: #FFF;
    opacity: 0.9;
}

.home_mid_info {
    padding: 45px 40px 25px 40px;
    z-index: 2;
}

    .home_mid_info span {
        display: block;
        text-align: left;
    }

.home_mid_name {
    width: 80px;
    height: 34px;
    background-color: #C00E0E;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    top: -0px;
    line-height: 34px;
    text-align: center !important;
}
/*left:310px;*/
.home_mid_title {
    font-size: 18px;
}

.home_mid_time {
    font-size: 12px;
    padding: 5px 0 10px 0;
    border-bottom: solid 1px #DEDDDD;
}

.home_mid_desc {
    font-size: 14px;
    color: #5C5C5C;
    line-height: 24px;
    padding-top: 10px;
}

.home_company {
    font-size: 0px;
    width: 1200px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .home_company a {
        display: inline-block;
        font-size: 14px;
        margin: 20px 0px 20px 0px;
    }

        .home_company a span {
            display: block;
        }

.home_company_logo {
    width: 224px;
    height: 122px;
    box-sizing: border-box;
    border: solid 1px #DEDDDD;
    background-color: #F7F9FC;
    background-repeat: no-repeat;
    background-position: center;
}

.home_company_title {
    margin-top: 20px;
    text-align: center;
}

.friend_link_title {
    padding: 30px 0 20px 0;
}

.friend_link_content {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .friend_link_content a {
        color: #000;
        margin-right: 10px;
    }

        .friend_link_content a::after {
            content: '|';
            margin-left: 10px;
        }

        .friend_link_content a:last-child::after {
            content: '';
        }

.footer {
    background-color: #C00E0E;
    color: #FFF;
    padding: 30px 0 40px 0;
    font-size: 0px;
}

.footer_left, .footer_right {
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: top;
}

.footer_left {
    width: 960px;
    border-right: solid 1px #E63C3C;
}

.footer_title {
    line-height: 26px;
}

.footer_link_content {
    padding: 20px 0 60px 0;
}

    .footer_link_content a {
        color: #FFF;
        margin-right: 10px;
    }

        .footer_link_content a::after {
            content: '|';
            margin-left: 10px;
        }

        .footer_link_content a:last-child::after {
            content: '';
        }

.footer_right {
    width: 240px;
    border-left: solid 1px #E63C3C;
    margin-left: -1px;
    padding-left: 30px;
}

.footer_other {
    height: 40px;
    padding-left: 55px;
    margin-top: 30px;
}

    .footer_other span, .footer_other a {
        display: block;
    }

    .footer_other a {
        color: #FFF;
    }

.footer_right .footer_title {
    padding-bottom: 5px;
}
/* ---------- home style end ---------- */

/* ---------- news style end ---------- */
.newsbanner {
    width: 1200px;
    margin-top: 35px;
    height: 500px;
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.news_name {
    width: 1200px;
    height: 140px;
    text-align: left;
    margin: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px
}

.news_name_mask, .news_name_content {
    width: 220px;
    height: 140px;
    position: absolute;
}

.news_name_mask {
    background-color: #FFF;
    opacity: 0.8;
}

.news_name_content {
    z-index: 2;
}

.news_name_en {
    text-align: center;
    font-size: 14px;
    padding: 35px 0 10px 0;
}

.news_name_chs {
    text-align: center;
    font-size: 28px;
}

.news_header {
    border-bottom: solid 1px #DEDDDD;
    padding: 40px 0 30px 0;
}

.news_category, .news_path {
    display: inline-block;
}

    .news_category a {
        background: url("rec.png")/*tpa=http://cdas.org.cn/content/images/rec.png*/ no-repeat;
        background-position-y: center;
        padding: 0px 10px 0 20px;
    }

        .news_category a:first-child {
            background-image: url("nect.png")/*tpa=http://cdas.org.cn/content/images/nect.png*/;
        }

.news_path_nav {
    display: inline-block;
}

.news_path span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #DEDDDD
}

.news_path_nav:hover {
    color: #e83223;
    cursor: pointer
}

.news_path_nav_active {
    color: #e83223
}

.news_item {
    padding: 50px 0px;
    border-bottom: solid 1px #DEDDDD;
    clear: both;
    float: left;
    width: 100%;
}

    .news_item img, .news_item new_item_content {
        float: left;
    }

    .news_item img {
        width: 160px;
        height: 100px;
        margin-right: 20px;
    }

.new_item_content span {
    display: block;
}

.new_item_content:hover .news_item_title, .new_item_content:hover .news_item_time {
    color: coral
}

.news_item_title {
    font-size: 20px;
    margin-top: -2px;
}

.news_item_time {
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.news_item_desc {
    color: #999;
    line-height: 24px;
    font-size: 14px
}

.pagebar {
    padding-top: 50px;
    clear: both;
}

    .pagebar a {
        font-size: 16px;
        padding: 6px 12px;
        box-sizing: border-box;
        border: solid 1px #E4E4E4;
        display: inline-block;
        margin-right: 5px;
    }

        .pagebar a.active, .pagebar a:hover {
            background-color: #E63C3C;
            color: #FFF;
        }

    .pagebar span {
        padding-top: 6px;
    }
/* ---------- news style end ---------- */

/* ---------- news detail style start ---------- */
.detailbanner {
    height: 450px;
    padding-top: 180px;
}

    .detailbanner h1 {
        font-size: 28px;
    }

    .detailbanner h3 {
        font-size: 24px;
        font-weight: normal;
    }

.newsdetail_time {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    border-top: 1px solid #E9E9E9;
}

.newsdetail_content {
    font-size: 20px;
    line-height: 40px;
    border-bottom: solid 1px #DEDDDD;
}

    .newsdetail_content p {
        text-indent: 40px;
    }

    .newsdetail_content img {
        max-width: 100%;
    }

.newsdetail_nav {
    padding: 40px 0px 120px 0px;
}

    .newsdetail_nav div {
        padding: 5px 0px;
        color: #E4E4E4;
    }
/* ---------- news detail style end ---------- */

/* ---------- about style start ---------- */
.aboutus {
    font-size: 0px;
    padding-top: 50px;
}

    .aboutus img {
        width: 340px;
        vertical-align: top;
        /*margin-top: 23px;*/
    }

.aboutus_content {
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
    width: 835px;
}

.aboutus_group {
    text-align: center;
}

    .aboutus_group img {
        max-width: 100%;
        margin-top: 25px;
    }

.about_company {
    font-size: 0px;
    width: 1200px;
    padding-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .about_company a {
        display: inline-block;
        font-size: 14px;
        color: #A9A9A9;
        background-color: #F7F9FC;
        margin: 20px 0px 20px 0px;
        width: 220px;
        height: 200px;
        vertical-align: top;
    }

        .about_company a img {
            width: 100%;
            height: 122px;
        }

    .about_company span {
        display: block;
        line-height: 32px;
        margin: 0 10px;
        text-align: center
    }

.about_company_name {
    font-size: 16px;
    color: #434445;
    padding-top: 5px;
}

.aboutus_company_more {
    text-align: center;
    padding: 40px 0 0 0;
    margin: auto;
}

    .aboutus_company_more a {
        margin: auto;
        border: solid 1px #CDDBFC;
        background-color: #F7F9FC;
        width: 380px;
        height: 60px;
        display: block;
        color: #94A5CC;
        font-size: 16px;
        line-height: 58px;
        box-sizing: border-box;
    }

.aboutus_map {
    height: 580px;
    background-size: cover;
    position: relative;
}

.about_map_mask, .about_map_content {
    width: 430px;
    height: 330px;
    position: absolute;
    box-sizing: border-box;
    padding: 40px;
    text-align: left;
    right: 50%;
    margin-right: 50px;
    top: 125px;
}

.about_map_mask {
    background-color: #FFF;
    opacity: 0.8;
}

.about_map_content_title {
    border-bottom: solid 1px #DEDDDD;
    padding-bottom: 30px;
}

    .about_map_content_title div {
        font-size: 12px;
        font-weight: bold;
    }

        .about_map_content_title div:first-child {
            font-size: 18px;
            padding-bottom: 10px;
        }

.about_map_content_info {
    font-size: 14px;
    line-height: 28px;
}

    .about_map_content_info div:first-child {
        font-size: 18px;
        color: #C00E0E;
        font-weight: bold;
        padding: 30px 0 5px 0;
    }
/* ---------- about style end ---------- */

/* ---------- culture style start -----------*/
.culture-jtjs {
    background: #f9f9f9;
    height: 250px;
}

    .culture-jtjs .title {
        margin: 0 auto;
    }

    .culture-jtjs .title-five {
        width: 10rem;
    }

    .culture-jtjs .title h4 {
        display: block;
        font-size: 1.8rem;
        line-height: 3.8rem;
        text-align: center;
        font-weight: 300;
        background: url("line-culture.svg")/*tpa=http://cdas.org.cn/content/images/line-culture.svg*/ repeat-x;
        background-position: bottom;
    }

    .culture-jtjs .value-ul {
        width: 80%;
        margin: 0 auto;
        font-size: 1em;
        list-style: none;
    }

        .culture-jtjs .value-ul li {
            display: list-item;
            text-align: center;
            float: left;
            width: 25%;
        }

            .culture-jtjs .value-ul li .icon1 {
                background: url("sports_mode.svg")/*tpa=http://cdas.org.cn/content/images/sports_mode.svg*/;
            }

            .culture-jtjs .value-ul li .icon2 {
                background: url("like.svg")/*tpa=http://cdas.org.cn/content/images/like.svg*/;
            }

            .culture-jtjs .value-ul li .icon3 {
                background: url("close_up_mode.svg")/*tpa=http://cdas.org.cn/content/images/close_up_mode.svg*/;
            }

            .culture-jtjs .value-ul li .icon4 {
                background: url("road.svg")/*tpa=http://cdas.org.cn/content/images/road.svg*/;
            }

            .culture-jtjs .value-ul li .value-product-icon {
                width: 74px;
                height: 74px;
                border-radius: 50%;
                border: 1px solid #ececec;
                margin: 20px auto;
                background-repeat: no-repeat;
                background-size: contain;
                -webkit-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
                cursor: pointer;
            }

                .culture-jtjs .value-ul li .value-product-icon:hover {
                    width: 100px;
                    height: 100px;
                    left: -15%;
                    top: 0;
                    z-index: 2;
                    -webkit-transform: rotate(-360deg);
                    -moz-transform: rotate(-360deg);
                    -o-transform: rotate(-360deg);
                    transform: rotate(-360deg);
                }

.culture-fzsl {
    background: #f9f9f9;
}

    .culture-fzsl .title {
        margin: 0 auto;
    }

    .culture-fzsl .title-five {
        width: 10rem;
    }

    .culture-fzsl .title h4 {
        display: block;
        font-size: 1.8rem;
        line-height: 3.8rem;
        text-align: center;
        font-weight: 300;
        background: url("line-culture.svg")/*tpa=http://cdas.org.cn/content/images/line-culture.svg*/ repeat-x;
        background-position: bottom;
    }

.culture-shzr {
}

    .culture-shzr .page2 .left-w {
        float: left;
        width: 58%;
    }

    .culture-shzr .page2 .right-w {
        float: left;
        width: 42%;
        margin-top: 15px;
    }

    .culture-shzr .page2 .left-w em {
        background: url("line-culture.svg")/*tpa=http://cdas.org.cn/content/images/line-culture.svg*/ no-repeat left bottom;
        width: 200px;
        padding: 0 0 10px 0;
        background-position: bottom;
        display: block;
        font-size: 12px;
        line-height: 20px;
        color: #999;
        text-transform: uppercase;
    }

    .culture-shzr .page2 .left-w p {
        display: block;
        margin: 15px 0 0;
        color: #666;
        width: 97%;
    }

.culture-fzlj {
}

    .culture-fzlj .page2 .left-w {
        float: left;
        width: 58%;
        margin-top: 15px;
    }

        .culture-fzlj .page2 .left-w img {
            height: 160px;
            overflow: hidden;
            width: 97%;
        }

    .culture-fzlj .page2 .right-w {
        float: left;
        width: 42%;
    }

        .culture-fzlj .page2 .right-w em {
            background: url("line-culture.svg")/*tpa=http://cdas.org.cn/content/images/line-culture.svg*/ no-repeat left bottom;
            width: 200px;
            padding: 0 0 10px 0;
            background-position: bottom;
            display: block;
            font-size: 12px;
            line-height: 20px;
            color: #999;
            text-transform: uppercase;
        }

        .culture-fzlj .page2 .right-w p {
            display: block;
            margin: 15px 0 0;
            color: #666;
        }

/* ---------- culture style end -----------*/

/* ---------- project style start ---------- */
.project_notice {
    font-size: 0px;
    background-color: #F7F9FC;
    padding: 0px 25px 25px 25px;
    margin-top: 50px;
}

.project_notice_item {
    display: inline-block;
    width: 330px;
    margin: 25px;
    vertical-align: top;
}

.project_notice_item_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .project_notice_item_name a {
        font-size: 12px;
        color: #B4B4B4;
    }

.project_notice_item_content {
    font-size: 12px;
    background-color: #FFF;
    height: 380px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.project_notice_title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 30px;
}

.project_notice_desc {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    padding: 5px 0 10px 0;
    color: #B4B4B4;
}

.project_notice_time {
    display: block;
    color: #B4B4B4;
    display: block;
    border-bottom: solid 1px #DEDDDD;
    padding-bottom: 15px;
}

    .project_notice_time:last-child {
        border-bottom: none;
    }

.project_important {
    height: 580px;
    box-sizing: border-box;
    font-size: 0px;
}

.project_important_left, .project_important_right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    background-color: #F7F9FC;
}

.project_important_left {
    /*background: url(../images/project.png) no-repeat right center;*/
    background-repeat: no-repeat;
    background-size:100% 100%;
}

.project_important_right div {
    padding: 0 10%;
}

.project_important_name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 55px;
}

.project_important_time {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 25px 0;
}

.project_important_desc {
    font-size: 14px;
    line-height: 28px;
}

.project_important_line {
    width: 35%;
    height: 1px;
    background-color: #DEDDDD;
    margin: auto;
    margin-top: 50px;
}

.project_important_more {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background-color: #C00E0E;
    width: 120px;
    line-height: 34px;
    text-align: center;
    margin: auto;
    margin-top: 50px;
}

.project_list {
    font-size: 0px;
    width: 1200px;
    padding-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .project_list a {
        display: inline-block;
        font-size: 14px;
        color: #A9A9A9;
        background-color: #F7F9FC;
        margin: 20px 0px 20px 0px;
        width: 270px;
        height: 235px;
    }

        .project_list a img {
            width: 100%;
            height: 160px;
        }

    .project_list span {
        display: block;
        line-height: 32px;
        margin: 0 20px;
    }

.project_list_name {
    font-size: 16px;
    color: #434445;
    padding-top: 5px;
}
/* ---------- project style end ---------- */
