﻿@charset "utf-8";

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

body {
    font-family: "Arial";
    color: #4c4c4c;
    background: #fff;
}

a {
    text-decoration: none;
    color: #4c4c4c;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}


a:hover {
    color: #da251c;
}

input:focus {
    outline: 0 none;
}
/*common*/
body, html {
    background: #eae7e7;
    min-width: 1200px;
}

.banner_text {
    min-width: 1200px;
}

textarea:focus {
    outline: 0 none;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    min-width: 1200px;
    font-family: "微软雅黑";
}

::-moz-placeholder {
    color: #afb0b4;
}

::-webkit-input-placeholder {
    color: #afb0b4;
}

:-ms-input-placeholder {
    color: #afb0b4;
}



* {
    -webkit-animation-fill-mode: both !important;
    -ms-animation-fill-mode: both !important;
    -moz-animation-fill-mode: both !important;
    -o-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.pre {
    position: relative;
}

.animate_top {
    -webkit-animation: s1-1 0.7s ease;
    -ms-animation: s1-1 0.7s ease;
    -moz-animation: s1-1 0.7s ease;
    -o-animation: s1-1 0.7s ease;
    animation: s1-1 0.7s ease;
}

@-webkit-keyframes s1-1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }
}

@-ms-keyframes s1-1 {
    0% {
        opacity: 0;
        -ms-transform: translateY(40px);
    }
}

@-moz-keyframes s1-1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(40px);
    }
}

@-o-keyframes s1-1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(40px);
    }
}

@keyframes s1-1 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
}



.animate_opa0 {
    -webkit-animation: s1-2 0.7s ease;
    -ms-animation: s1-2 0.7s ease;
    -moz-animation: s1-2 0.7s ease;
    animation: s1-2 0.7s ease;
}

@-webkit-keyframes s1-2 {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
}

@-ms-keyframes s1-2 {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
}

@-moz-keyframes s1-2 {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
}

@keyframes s1-2 {
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
}


a:hover {
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}




.index_main .modal_1 {
    width: 100%;
    background: #eae7e7;
    padding: 68px 0 57px;
    height: 600px;
}

    .index_main .modal_1 .inner {
        width: 1200px;
        margin: 0 auto;
        display: none;
    }

    .index_main .modal_1 .hd {
        text-align: center;
        margin-bottom: 150px;
    }

        .index_main .modal_1 .hd .p1 {
            font-size: 36px;
            color: #353535;
            margin-bottom: 14px;
        }

        .index_main .modal_1 .hd .p2 {
            font-size: 20px;
            color: #a1a1a1;
            margin-bottom: 37px;
        }

    .index_main .modal_1 .bd {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

        .index_main .modal_1 .bd ul {
            margin-right: -15px;
        }

        .index_main .modal_1 .bd li {
            float: left;
            width: 230px;
            height: 330px;
            margin-right: 6px;
            display: inline;
            text-align: center;
            position: relative;
            background-color: white;
        }


            .index_main .modal_1 .bd li .p1 {
                padding-top: 36px;
                color: #5b5b5b;
                font-size: 20px;
            }

            .index_main .modal_1 .bd li .p2 {
                padding-top: 30px;
                color: #a1a1a1;
                font-size: 16px;
            }

            .index_main .modal_1 .bd li .p3 {
                padding-top: 176px;
            }

                .index_main .modal_1 .bd li .p3 a {
                    position: absolute;
                    bottom: 30px;
                    left: 50%;
                    margin-left: -49px;
                }

.com_btn {
    display: inline-block;
    width: 98px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #848484;
}

    .com_btn:hover {
        color: #fff;
        background: #ff192b;
        border: 1px solid #ff192b;
    }

.li img {
    width: 50%;
    padding-top: 10px;
}

.container_wrap {
    margin-top: 50px;
}
