html {
    font-size: 625%;
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: .14rem;
    font-family: Microsoft YaHei;
    list-style-type: none;
}

p, a, div, h1, h2, h3, h4, h5, h6, span, hr, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: none;
    /*width: 100%;*/
}

i {
    font-style: normal;
    margin: 0 .03rem;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #4a5763;
}

.swiper-slide img {
    width: 100%;
}

.circle {
    width: .4rem;
    height: .3rem;
    border-radius: .25rem;
    float: right;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
}

    .circle hr {
        width: .3rem;
        margin-bottom: .1rem;
        border-radius: 2px;
        border: 1.5px solid rgb(155,155,155);
    }
/*.fork {*/
/*display: none;*/
/*width: .45rem;*/
/*height: .45rem;*/
/*border-radius:.25rem;*/
/*float: right;*/
/*border-color: red;*/
/*border-style: solid;*/
/*border-width: 2px;*/
/*margin-top: 0.05rem;*/
/*margin-right: 0.05rem;*/
/*}*/
/*.fork b{*/

/*margin: 50% 10%;*/
/*display: inline-block;*/
/*width: 80%;*/
/*height: 2px;*/
/*background: #f00;*/
/*font-size: 0;*/
/*line-height: 0;*/
/*vertical-align: middle;*/
/*-webkit-transform: rotate(45deg);*/

/*}*/
/*.fork b:after{*/

/*content: '.';*/
/*display: block;*/
/*height: 2px;*/
/*background: red;*/
/*-webkit-transform: rotate(-90deg);*/

/*}*/
.logo {
    width: 40%;
    margin-top: 3%;
    margin-left: 3%;
}

.hide {
    display: none;
}

.caseStudy {
    background: url("../img/caseStudy.png") no-repeat center;
    text-align: center;
    width: 98%;
    margin: 1%;
}

    .caseStudy p {
        font-size: .26rem;
        color: white;
        font-weight: 700;
        line-height: .5rem;
        height: .5rem;
    }

.wrap {
    width: 96%;
    margin-left: 2%;
    overflow: hidden;
}

.neuTit div.neutop {
    text-align: center;
    height: .3rem;
    line-height: .3rem;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: .1rem;
}

.neuTit .neutop p {
    color: #1c150c;
    text-transform: uppercase;
}

.neuBody div.neu {
    float: left;
    width: 50%;
}

.titBot {
    height: auto;
    border: 1px solid #f3f3f3;
}

.neuTit {
    margin-top: .1rem;
}

.titBot img {
    width: 94%;
    height: auto;
    padding-top: 3%;
    padding-bottom: 2%;
    padding-left: 3%;
}

.neuBody {
    overflow: hidden;
}

.choose p, .newsIndex p {
    text-align: center;
    font-size: .2rem;
    margin-top: .15rem;
    margin-bottom: .15rem;
    /*text-transform: uppercase;*/
    color: #4a5662;
}

.neuTit div.zz {
    background: #dedede;
    color: white;
}

    .neuTit div.zz p {
        color: white;
    }

.choose p span {
    font-weight: 700;
    padding-left: .1rem;
}

#choose p {
    text-align: left;
    margin: 0;
}

    #choose p span {
        font-weight: 100;
        padding-left: 0;
    }

        #choose p span:first-child {
            display: inline-block;
            /*width: 0;*/
        }

.chooseHei a {
    display: block;
    width: 94%;
    height: .5rem;
    border-radius: 5px;
    margin-bottom: .15rem;
    line-height: .5rem;
    border: 1px solid #dedede;
    padding-left: .15rem;
}

    .chooseHei a.active {
        background: #4fa1f4;
        color: white;
    }

.chooseHei a {
    color: #4a5763;
}

.chooseLine {
    height: auto;
    padding: .05rem 2px 0 2px;
    border: 1px solid #dedede;
    color: #999;
    border-radius: 5px;
    margin-bottom: 20px;
    display: none;
}


    .chooseLine div {
        line-height: 25px;
        padding: 5px 5px 0 5px;
    }

#choose p, #choose p span {
    word-wrap: break-word !important;
    color: #4a5763 !important;
    font-weight: normal;
    padding-left: 0px;
    /*font-size: 100% !important;*/
    font-family: Microsoft YaHei !important;
    margin: 0 !important;
    text-indent: 0 !important;
}

    #choose p strong span {
        font-weight: 700;
    }

.clear {
    clear: both;
}

.newsIndex li.date {
    margin-bottom: .1rem;
    color: #808080;
}

.footer {
    background: #282828;
    text-align: center;
}

    .footer ul {
        width: 96%;
        margin-left: 2%;
    }

        .footer ul li {
            float: left;
            width: 20%;
            margin-top: .1rem;
            margin-bottom: .1rem;
        }

            .footer ul li a {
                font-weight: 700;
                color: #bababa;
            }

    .footer p:first-child {
        padding-top: .1rem;
    }

    .footer p {
        color: #bababa;
        line-height: .2rem;
    }

        .footer p:last-child {
            padding-bottom: .1rem;
        }

.drop-down_list {
    background: white;
    width: 100%;
    z-index: 1000;
}

    .drop-down_list div.lang {
        width: 90%;
        margin-left: 5%;
        border-top: 1px solid #eee;
        padding: 5px 0;
    }

    .drop-down_list div span {
        color: #4a5763;
        font-size: .12rem;
        display: inline-block;
        width: 30%;
        text-align: center;
        border-right: 1px solid #eee;
    }

        .drop-down_list div span:first-child {
            margin-left: 5%;
            border-left: 1px solid #eee;
        }

    .drop-down_list ul {
        width: 90%;
        margin-left: 5%;
    }

        .drop-down_list ul li {
            padding: .05rem 0;
        }

            .drop-down_list ul li.ad {
                border-top: 1px solid #eee;
                border-bottom: 1px solid #eee;
            }

    .drop-down_list li a {
        font-weight: 700;
    }

    .drop-down_list li ul li {
        float: left;
        border: none;
        width: 50%;
    }

    .drop-down_list li ul a {
        font-weight: normal;
    }

.navHide {
    overflow: hidden;
}

.proBot {
    width: 94%;
    height: 30px;
    background: black;
    color: white;
    line-height: 30px;
    margin-left: 3%;
    text-align: center;
}

.more a {
    text-align: center;
    margin: 0.1rem auto;
    color: #4f4f4f;
    font-size: 12px;
    font-family: Arial;
    display: block;
}


table {
    /*border-right: 1px solid;
    border-bottom: 1px solid;*/
    margin-bottom: 5px;
    /*border-color: #eee !important;*/
}

    table tr {
    }

        table tr td {
            /*border-top: 1px solid;
            border-left: 1px solid;
            border-color: #eee !important;*/
        }

embed {
    width: 100% !important;
}

.etw_pic3 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5px;
}

    .etw_pic3 ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .etw_pic3 ul li {
            float: left;
            text-align: center;
            padding-bottom: 15px;
            margin-right: 3%;
            display: block;
            line-height: 18px;
            width: 30%;
        }

            .etw_pic3 ul li img {
                border: 1px solid #ccc;
                text-align: left;
                display: block;
                width: 99%;
                margin-bottom: 3px;
            }

.etw_hometitle {
    font-weight: 700;
    line-height: 25px;
    /* margin-top: 5px; */
    /* padding: 12px 0; */
    padding: 0 0 5px 10px !important;
    font-size: 1.5em;
    color: #333;
    font-family: Microsoft YaHei;
    display: block;
}

.about_sub2 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

    .about_sub2 ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .about_sub2 ul li {
            width: 100%;
            height: auto;
            float: left;
        }

            .about_sub2 ul li.big_case a {
                color: #000;
                padding: 8px 10px 8px 15px;
                background: url(../image/probg.jpg) bottom #fff repeat-x;
                border: 1px #cbcbcb solid;
                font-weight: 700;
                border-left: 5px #45c9c3 solid;
            }

            .about_sub2 ul li.big_case ul.about_sub2 a {
                border: 0px #cbcbcb solid;
                font-weight: 400;
                padding: 7px 10px 7px 20px;
                background: #fff;
            }

            .about_sub2 ul li a {
                color: #363636;
                display: block;
                line-height: 18px;
            }

                .about_sub2 ul li a:hover {
                    color: #45c9c3;
                }
