.basebox {
    background-color: #fff;
}

    .basebox div.left {
        width: 50%;
        height: 400px;
        text-align: left;
        /*border: #ccc 1px solid;*/
        overflow: hidden;
        vertical-align: middle;
        float: left;
        background-color: #000000;
    }

        .basebox div.left img {
            width: 100%;
            vertical-align: central;
        }


    .basebox div.right {
        width: 50%;
        height: 400px;
        /*border: #ccc 1px solid;*/
        float: left;
        padding: 10px;
        padding-left: 30px;
    }

        .basebox div.right li {
            font-size: 16px;
            height: 35px;
            line-height: 35px;
        }

            .basebox div.right li span.tt {
                color: #999;
                height: 35px;
                line-height: 35px;
            }

.tabdiv {
    border-bottom: #f4f4f4 1px solid;
}


.JTab li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    list-style: none;
    font-size: 16px;
    cursor: pointer;
}

    .JTab li.active {
        color: #fff;
        background-color: #1263C5;
    }



.mainbox {
    min-height: 660px;
    padding: 30px;
}



.jbasediv li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 500px;
}

    .jbasediv li span.tt {
        color: #333;
        background-color: #ccc;
        padding: 5px;
    }

    .jbasediv li span.info {
        color: #444;
        background-color: #f7f2cb;
        padding: 5px;
    }

    .jbasediv li span.x {
        padding-left: 1px;
        padding-right: 1px;
        border: #b5b4a8 1px solid;
        margin-left: 3px;
        border-radius: 2px;
        background-color: #f4f4f4;
    }

    .jbasediv li span i {
        font-weight: 600;
    }

.detaildiv {
    margin-top: 30px;
    width: 800px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding: 50px;
}

    .detaildiv img {
        max-width: 800px;
    }

    .detaildiv .qt {
        /*width: 800px;*/
        margin-top: 30px;
    }

/*详情页面的联系方式的样式*/
.detailkful {
    padding: 10px;
    min-height: 70px;
}

    .detailkful li {
        display: inline-block;
        height: 70px;
        padding-left: 30px;
    }

        .detailkful li.btnli {
            display: inline-block;
            height: 70px;
            line-height: 70px;
            padding-left: 40px;
            font-size: 20px;
        }

        .detailkful li img.face {
            width: 60px;
            height: 60px;
            border: #ccc 1px solid;
            border-radius: 50%;
        }

/*大数据相关的样式*/
.bigdatadiv li {
    font-size: 14px;
    line-height: 30px;
}

    .bigdatadiv li.tt {
        font-size: 14px;
        line-height: 30px;
        color: #ccc;
        font-weight: bold;
    }

    .bigdatadiv li span.jieshi {
        font-size: 12px;
        line-height: 30px;
        color: #999;
    }

.etable {
    width: 800px;
}

    .etable td {
        padding: 5px;
        font-size: 16px;
        text-align: left;
        width: 600px;
        line-height: 30px;
    }

    .etable tr td.tt {
        width: 200px;
        color: #ccc;
        text-align: right;
        font-weight: bold;
    }

    .etable td span.jieshi {
        font-size: 12px;
        line-height: 30px;
        color: #999;
    }

    .etable td span.zd {
        line-height: 30px;
        color: #999;
        font-weight: bold;
        color: #0094ff;
    }

/*详情页面电话控件的样式*/
#QRdiv {
    display: block;
    width: 200px;
    height: 250px;
    display: none;
    background-color: #ccc;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 12px;
    border: #444 1px solid;
}

    #QRdiv img {
        width: 190px;
        height: 190px;
    }

   

/*详情页面图章的控件*/
#yinzhangdiv {
    display: block;
    position: absolute;
    right: 30px;
    top: 180px;
}

    #yinzhangdiv img {
        width: 250px;
    }


/*详情页面大数据标签样式*/
.bigdatatag {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border:#ccc 1px solid;*/
    margin-left: 5px;
    background-color: #f4f4f4;
}



/*详情页面形象图轮换样式*/
/* jssor slider arrow navigator skin 05 css */
/*
	.jssora05l                  (normal)
	.jssora05r                  (normal)
	.jssora05l:hover            (normal mouseover)
	.jssora05r:hover            (normal mouseover)
	.jssora05l.jssora05ldn      (mousedown)
	.jssora05r.jssora05rdn      (mousedown)
	.jssora05l.jssora05lds      (disabled)
	.jssora05r.jssora05rds      (disabled)
	*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../image/a17.png') no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

.jssora05l.jssora05lds {
    background-position: -10px -40px;
    opacity: .3;
    pointer-events: none;
}

.jssora05r.jssora05rds {
    background-position: -70px -40px;
    opacity: .3;
    pointer-events: none;
}
/* jssor slider thumbnail navigator skin 01 css */ /*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/

.jssort01 {
    background-color: rgba(6,6,6,0.2);
}

@media \0screen\,screen\9 { /* 只支持IE6、7、8 */
    .jssort01 {
        background-color: #000000;
        filter: Alpha(opacity=20);
        position: static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}



.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #999 1px solid;
    /*box-sizing: content-box;*/
    /*background: url('img/t01.png') -800px -800px no-repeat;*/
    _background: none;
}

.jssort01 .pav .c {
    top: 0px;
    _top: 0px;
    left: 0px;
    _left: 0px;
    width: 68px;
    height: 68px;
    border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #f00 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #f00 2px solid;
}

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c { /* ie quirks mode adjust */
    width: 70px;
    height: 70px;
    border: #f00 2px solid;
}



/*轮换图右边的文字 布局方式的更改*/
.bigtagul {
    padding: 0px;
    margin: 0px;
}

    .bigtagul li {
        float: left;
        text-align: center;
        width: 33.3%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .bigtagul li span.ttag {
            padding-bottom: 20px;
            color: #aaa;
            font-weight: 600;
        }

        .bigtagul li span.bigtag {
            font-size: 30px;
            color: #1263C5;
            font-family: 'Microsoft YaHei';
            font-weight: 600;
        }

        .bigtagul li span.bigtag2 {
            font-size: 18px;
            color: #1263C5;
            font-family: 'Microsoft YaHei';
            font-weight: 600;
        }

        .bigtagul li span.stag {
            font-size: 14px;
            color: #444;
            font-family: 'Microsoft YaHei';
            padding-left: 10px;
        }

/*标题样式*/
.title_li {
    vertical-align: middle;
    box-sizing: border-box;
    display: block;
}

    .title_li img {
        height: 35px;
        vertical-align: text-top;
        display: inline-block;
        box-sizing: border-box;
    }

    .title_li h3 {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: text-top;
        line-height: 30px;
    }

/*头部Banner样式*/
.TopBanner {
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
}

.banner_div {
    width: 1200px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    margin: auto;
    color: #fff;
    font-size: 11pt;
}

    .banner_div div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.banner_div .pu {
    margin-right: 35px;
}

.banner_phone {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.phone_div {
    width: 130px;
    height: 44px;
    background: #1263C5;
    padding-left: 5px;
    line-height: 22px;
    border-radius: 5px;
    font-size: 10pt;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 60px;
}

.jiucuo_div {
    width: 130px;
    height: 44px;
    line-height: 44px;
    background: #1263C5;
    text-align: center;
    border-radius: 5px;
    font-size: 12pt;
    text-decoration: none;
    cursor: pointer;
}

    .jiucuo_div:link {
        text-decoration: none;
        color: #fff;
    }

    .jiucuo_div:visited {
        text-decoration: none;
        color: #fff;
    }

    .jiucuo_div:hover {
        text-decoration: none;
        color: #fff;
    }

    .jiucuo_div:active {
        text-decoration: none;
        color: #fff;
    }

.phone_div span {
    font-size: 22pt;
}

.jiucuo_div i {
    font-size: 16pt;
}

.gotop {
    bottom: 80px;
    right: 80px;
    position: fixed;
    z-index: 9999;
}

/*申请下架*/
.xiajia_div {
    display: none;
    margin-left: 310px;
    width: 260px;
    height: 170px;
    background: #fff;
    font-size: 9pt;
    position: relative;
    z-index: 100;
    color: #555;
    padding: 0 12px;
    border-radius: 3px;
    border: 1px solid #1263C5;
}

/*纠错功能*/

.hw-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 10;
}

.hw-layer-wrap {
    box-sizing: border-box;
    width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.12);
    padding: 45px 50px;
}

.hwLayer-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.hw-layer-wrap .hw-icon {
    color: #b4d8f3;
    font-size: 86px;
    text-align: center;
}

.hw-layer-wrap h4 {
    margin: 5px 0 10px;
    font-size: 18px;
    color: #383c3e;
}

.hw-layer-wrap p {
    margin: 30px 0;
    line-height: 22px;
    color: #595d60;
    text-align: left;
}

@media (max-width:768px) {
    .hw-layer-wrap {
        width: 350px;
        margin-left: -175px;
        margin-top: -200px;
        padding: 45px 50px;
        text-align: center;
    }
}

@media (max-width:400px) {
    .hw-layer-wrap {
        width: 250px;
        margin-left: -125px;
        padding: 25px 30px;
    }
}

.hw-layer-wrap hr {
    height: 1px;
    border-top: 1px dashed #e4e4e4;
    margin-top: 5px;
}

.jc_img img {
    width: 150px;
}

.jcbaseinfo {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 11pt;
    font-weight: 600;
}

.basezrf {
    color: #999;
    font-size: 10pt;
    font-weight: 500;
}

.basetilte {
    width: 410px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.basebigdata .bigdatatag {
    margin-bottom: 5px;
}

.jcreason {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .jcreason span {
        padding: 12px 18px;
        color: #1263C5;
        border: 1px solid #1263C5;
        border-radius: 3px;
        font-size: 10pt;
        cursor: pointer;
    }

.jcdetailinfo {
    width: 100%;
    height: 120px;
    border-radius: 3px;
    border: 1px solid #1263C5;
    margin-bottom: 20px;
    padding: 5px;
}

.current {
    background: #1263C5;
    color: #fff;
}
