
.article {
    font-size: 16px;
    line-height: 1.8em;
    padding-top:20px
}
    .article a{
        color:dodgerblue;
    }

    .article p {
        height:auto;
        margin: 0px;
        margin-bottom: 10px;
    }

        .article p img {
            display:block;
            margin:auto;
            max-width:100%;
        }

.noneData{
    text-align:center;
    line-height:100px;
    color:#999;
}
/* ------------------------------问题修改*/
.source_back img{
    width:100%;
    height:100%;
}
/***
    1.进度条 封装1.0样式
    **/
.publicUrl {
    width: 100%;
    height: 63px;
    background-color: #ffffff;
    padding-top: 6px;
    position: fixed;
    bottom: 0px;
    max-width: 680px;
    z-index: 100;
    border-top: 1px solid #eaeaea;
}

.msgPanel {
    position: fixed;
    width: 100%;
    height: 0px;
    z-index: 10000;
    border: 0px solid red;
    top: 0px;
}

.subjectnotice .content {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 6px;
    color: #6e6e6e;
}

.publicUrl .title {
    margin-top: 4px;
    text-align: center;
}

.msgPanel .msgBack {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f5493f;
    opacity: 0.05;
    filter: alpha(opacity=5);
    top: 0px;
    left: 0px;
}

.viewRecord .item .left img {
    width: 100%;
    height: 80px;
}

.msgInner {
    width: 150px;
    height: 30px;
    line-height: 35px;
    position: relative;
    margin: 0px auto;
    text-align: center;
    color: white;
    background: #f5493f;
    display: block;
    font-size: 13px;
    font-family: '宋体',Arial;
    padding: 0px 30px;
}

    .msgInner .loadDiv {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

.publicUrl .img .img12 {
    /* opacity: 0; */
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    transform: translate(0px,-11px);
}

.msgInner .loading {
    position: absolute;
    margin-top: -2px;
}
/*共公样式*/

a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        color: #f5493f;
    }

body {
    color: #333333;
    background-color: #ffffff;
    margin: 0px;
    font-size: 16px;
}

.clear {
    clear: both;
}

.topoutside {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}

.top {
    max-width: 1400px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: auto;
    /* background-color: red; */
    /* overflow: hidden; */
}

.icon {
    width: 200px;
    height: 40px;
    margin-top: 22px;
    float: left;
}

.iconleft {
    width: 280px;
    /* height: 40px; */
    float: left;
    margin-top: -34px;
    margin-right: 5px;
}

    .iconleft img {
        width: 100%;
        border-radius:10px;
    }

.icon .title {
    font-weight: 600;
    margin-left: 67px;
    height: 40px;
    letter-spacing: 2px;
}

    .icon .title .name1 {
        height: 36px;
        font-size: 29px;
    }

    .icon .title .name2 {
        height: 10px;
        letter-spacing: 1px;
        font-size: 15px;
    }

.url {
    height: 100px;
    width: 1100px;
    float: right;
}

    .url .connect {
        position: relative;
        float: left;
        margin-left: 45px;
    }
        /* .url .connect:hover{
    background-color: #e5e2e2;
} */
        .url .connect .xian {
            margin-top: 34px;
            /* border-bottom: 2px solid #f5493f; */
            box-sizing: border-box;
            padding-bottom: 10px;
            font-size: 20px;
        }

        .url .connect .xian2 {
            margin-top: 34px;
            /* border-bottom: 2px solid #f5493f; */
            box-sizing: border-box;
            padding-bottom: 10px;
            font-size: 20px;
        }

/*.xian1 {
    margin-top: 34px;
    border-bottom: 2px solid #f5493f;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 20px;
}*/
        .url .connect.xian1 {
            /*margin-top: 34px;*/
            border-bottom: 2px solid #f5493f;
            box-sizing: border-box;
            /*padding-bottom: 10px;*/
            font-size: 20px;
        }

/*.url .connect .xian:hover {
    border-bottom: 2px solid #f5493f;
}*/
        .url .connect:hover {
            border-bottom: 2px solid #f5493f;
        }
        .url #connect:hover {
            border-bottom: none;
        }

.top {
    padding-left: 10px;
}
/* 右上角导航 */

.anniuUrl {
    display: none;
    font-size: 22px;
    font-weight: 700;
    color: #f0660b;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 30px;
    text-align: center;
}


.menuClick {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: -100%;
    background-color: rgb(32, 32, 32,.7);
    padding: 50px;
    box-sizing: border-box;
    transition: top .5s;
    left: 0;
}

    .menuClick .menuClick_item {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        color: white;
        width: 100%;
        border-bottom: 1px solid #4d3e38;
    }

        .menuClick .menuClick_item:active {
            background-color: rgb(190, 186, 194);
        }

        .menuClick .menuClick_item a {
            /* line-height: 40px; */
            /* font-size: 20px; */
            color: white;
        }

.bottomoutside {
    width: 100%;
    /* height: 1000px; */
    background-color: #383838;
}

.bottom {
    width: 100%;
    max-width: 1200px;
    /* height: 1000-px; */
    background-color: #383838;
    padding: 60px 0;
    padding-top: 80px;
    box-sizing: border-box;
    font-size: 20px;
    color: white;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.bottomleft {
    width: 26%;
    float: left;
}

.shouji {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
}

.shouji1 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    display: none;
}

.bottomleft .img {
    width: 60%;
    margin: auto;
    margin-top: 30px;
}

    .bottomleft .img img {
        width: 100%;
    }

.bottomleft .text {
    margin-top: 16px;
    text-align: center;
}

.bottomright {
    width: 70%;
    float: right;
    overflow: hidden;
    border-right: 1px solid #ffffff;
}

    .bottomright .block {
        width: 33%;
       height:277.2px;
        float: left;
        box-sizing: border-box;
        border-left: 1px solid #ffffff;
        box-sizing: border-box;
    }

        .bottomright .block .title {
            font-size: 22px;
            text-align: center;
        }

        .bottomright .block .url1 {
            margin-top: 30px;
            text-align: center;
        }

            .bottomright .block .url1:hover {
                color: #f5493f;
            }

        .bottomright .block a {
            color: white;
        }

.bottom_bottom {
    width: 100%;
    margin-top: 50px;
}

    .bottom_bottom .text {
        text-align: center;
        margin: 20px 0;
        font-size: 14px;
        letter-spacing: 4px;
    }

        .bottom_bottom .text a {
            text-align: center;
            margin: 20px 0;
            font-size: 14px;
            letter-spacing: 4px;
            color: white;
        }

.chaochu {
    overflow: hidden;
}
/* 服务项目 */
.connect .tankuang {
    /* opacity: 0; */
    display: none;
    position: absolute;
    width: 194px;
    z-index: 990;
    /* background-color: rgb(196, 28, 28); */
    box-sizing: border-box;
    padding: -20px 0px;
    top: 68px;
    left: -54px;
    z-index: 9999;
    height: 208px;
    /* transition:opacity 2 ; */
}

#connect.active .tankuang {
    display: block;
}
#connect1.active .tankuang {
    display: block;
}
.connect .tankuang1 {
    width: 100%;
    margin-top: 32px;
    background-color: white;
}

#huaguo {
    z-index: 999;
}

.connect .tankuang .item {
    text-align: center;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid rgb(175, 173, 173);
    box-sizing: border-box;
    font-size:16px;
}

    .connect .tankuang .item:hover {
        background-color: rgb(204, 197, 197);
    }

#daohang {
    padding: 25px 0px;
    width: 100%;
    position: relative;
    font-size: 18px;
}

    #daohang .jianju {
        margin: 0px 10px;
    }

.bannerimg {
    width: 100%;
}

    .bannerimg img {
        width: 100%;
    }

.subject {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.you {
    position: absolute;
    top: 25px;
    right: 0px;
}

#title {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    margin: 40px 0;
}

.title1 {
    margin: auto;
    /* float: c; */
    width: 107px;
    line-height: 40px;
    height: 48px;
    border-bottom: 3px solid #333;
    letter-spacing: 2px;
}

#fontcolor {
    color: #f5493f;
}
@media screen and (max-width: 1200px) {
    .url .connect .xian{
        font-size:18px;

    }
    .url .connect{
        margin-left:20px;
    }
        .url .connect .xian2{
            font-size:18px;
        }
    .url {
        height: 100px;
        width: 660px;
        float: right;
    }
}
    @media screen and (max-width: 940px) {
        .anniuUrl {
            display: block;
            font-size: 22px;
            font-weight: 700;
            color: #f0660b;
            position: absolute;
            top: 35px;
            right: 10px;
            width: 30px;
            text-align: center;
        }
        .article {
            font-size: 14px;
            line-height: 20px;
        }

            .article a {
                color: dodgerblue;
            }

            .article p {
                margin: 0px;
                margin-bottom: 10px;
            }

                .article p img {
                    display: block;
                    margin: auto;
                    max-width: 100%;
                }

        .url {
            display: none;
        }

       
    }
@media screen and (max-width: 700px) {
    .anniuUrl {
        display: block;
        font-size: 22px;
        font-weight: 700;
        color: #f0660b;
        position: absolute;
        top: 18px;
        right: 3px;
        width: 30px;
        text-align: center;
    }
}