﻿body {
    margin: 0px auto;
    padding: 0px;
    font-family: Tahoma,"Microsoft Yahei","宋体";
    font-size: 14px;
    background-color: #f8f8f8;
    position: relative;
}



.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.w1200 {
    width: 1200px;
    margin: 0px auto;
}
.formtb{

}
/**右侧浮动**/
.fixrmenu{
    position:fixed;
    z-index:999;
    right:0px;
    top:36%;
}
    .fixrmenu .frmul {
        display: block;
    }
    .fixrmenu .frmitem {
        display: block;
        background-color: #ababac;
        margin-bottom: 2px;
        position: relative;
    }
    .fixrmenu .frmfun {
        text-align: center;
        width: 80px;
        height: 80px;
        color: #FFF;
        line-height: 30px;
        padding-top: 8px;
        box-sizing: border-box;
        cursor: pointer;
    }
        .fixrmenu .frmfun a{
            color:#FFF
        }
        .fixrmenu .frmfun.on {
            background-color: #F60
        }
        .fixrmenu .frmfun img {
            width: 40px;
            height: 40px;
            display: block;
            margin: 0px auto;
        }
    .fixrmenu .frmchild {
        display: none;
        position: absolute;
        z-index: 1;
        top: 0px;
        right: 80px;
        box-sizing: border-box;
        border: 1px solid #ababac;
        background-color: #FFF;
    }
        .fixrmenu .frmchild ul {
            display: block;
        }
            .fixrmenu .frmchild ul li {
                display: block;
                box-sizing: border-box;
            }
        .fixrmenu .frmchild .kful {
            width: 120px;
        }
            .fixrmenu .frmchild .kful li {
                padding-left: 10px;
                line-height: 36px;
            }
        .fixrmenu .frmchild .gwul {
            width: 120px;
        }

            .fixrmenu .frmchild .gwul li {
                text-align: center;
                line-height: 36px;
            }




            /**通栏标题**/
            .tlbiaoti {
                height: 70px;
                box-sizing: border-box;
                padding-top: 20px;
            }

    .tlbiaoti .tbico {
        float: left;
        background-color: #3395f6;
        height: 30px;
        width: 6px;
        border-radius: 3px;
    }

    .tlbiaoti .btname {
        float: left;
        font-size: 24px;
        font-weight: 700;
        color: #3395f6;
        margin-left: 5px;
        line-height: 30px;
    }

    .tlbiaoti .btdesc {
        float: left;
        line-height: 30px;
        color: #ababac;
        margin-left: 20px;
    }

    .tlbiaoti .btmore {
        float: right;
        height: 30px;
        line-height: 30px;
        border: 1px solid #3395f6;
        border-radius: 3px;
        width: 90px;
        text-align: center;
    }

        .tlbiaoti .btmore a {
            color: #3395f6;
        }
/**面包屑**/
.pcmbx{
    color:#979797;
    margin:10px auto;
    width:1200px;
}
.pcmbx label {
    display:block;
    float:left;
}
    .pcmbx a {
        display: block;
        float: left;
        color: #979797;
        padding-right: 10px;
        background-image: url(../images/mbxnext.png);
        background-repeat:no-repeat;
        background-position:right center;
        background-size:auto 12px;
        margin-right:4px;
    }
    .pcmbx span {
        display: block;
        float: left;
    }
    /**母版页**/
    .pcrmain {
    }
.pcrmain .tabid {
    display:none;
}
.pcrmain .mptop {
    background-color: #2f333c;
    height: 40px;
    line-height: 40px;
    color: #FFF;
}

        .pcrmain .mptop a {
            color: #FFF;
            text-decoration: none;
            user-select: none;
        }

        .pcrmain .mptop .hyci {
            float: left;
        }

        .pcrmain .mptop .rlink {
            display: block;
            float: right;
        }

            .pcrmain .mptop .rlink li {
                display: inline-block;
                margin-left: 20px;
                cursor: pointer;
            }

        .pcrmain .mptop .rlico {
            background-position: left center;
            background-repeat: no-repeat;
            background-size: auto 14px;
            padding-left: 18px;
        }

        .pcrmain .mptop .bzzx {
            background-image: url(../images/bangico.png);
        }

        .pcrmain .mptop .gzhcode {
            background-image: url(../images/gzhico.png);
            position: relative;
        }

        .pcrmain .mptop .mobilecode {
            background-image: url(../images/mobileico.png);
            padding-left: 14px !important;
            position: relative;
        }

        .pcrmain .mptop .qrcode {
            position: absolute;
            z-index: 2;
            left: 0px;
            top: 40px;
            width: 120px;
            height: 120px;
            border: 2px solid #2f333c;
            border-top: 0px;
        }

            .pcrmain .mptop .qrcode img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .pcrmain .mptop .fgli {
            margin: 0px !important;
            padding: 0px !important;
        }

        .pcrmain .mptop .regli {
            margin: 0px !important;
            padding: 0px !important;
        }


    .pcrmain .logoline {
        padding: 10px 0px;
    }

        .pcrmain .logoline .logodiv {
            float: left;
        }
            .pcrmain .logoline .logodiv img{
                height:64px;
            }
            .pcrmain .logoline .hotline {
                float: right;
            }

    .pcrmain .mainnav {
        height: 50px;
        line-height: 50px;
        background-color: #3d9af6;
    }

        .pcrmain .mainnav .w1200 {
            height: 50px;
            background-color: #3a91e7;
        }

        .pcrmain .mainnav .navul {
            display: block;
            width: 100%;
        }

            .pcrmain .mainnav .navul li {
                display: block;
                float: left;
                width: 12.5%;
                text-align: center;
            }

                .pcrmain .mainnav .navul li a {
                    color: #FFF;
                    display: block;
                    width: 100%;
                }

                .pcrmain .mainnav .navul li.navon {
                    background-color: #ff9933
                }
                .pcrmain .mainnav .navul li.navset {
                    background-color: #ff9933
                }

    .pcrmain .ppxcmain {
        margin-top: 40px;
        border-top: 1px solid #bbb;
        width: 100%;
        height: 90px;
        padding-top: 20px;
    }
        .pcrmain .ppxcmain ul {
            display: block;
            width: 1200px;
            margin: 0px auto;
        }
        .pcrmain .ppxcmain li {
            display: block;
            float: left;
            width: 200px;
            line-height: 50px;
            font-size: 24px;
        }
            .pcrmain .ppxcmain li img {
                vertical-align: middle;
				margin-right: 10px
            }

    .pcrmain .ppxcmain.riben {

        height: 130px;

    }
        .pcrmain .ppxcmain.riben li {
            display: block;
            float: left;
            width: 200px;
            line-height: 24px;
            font-size: 22px;
			text-align: center;
        }
            .pcrmain .ppxcmain.riben li img {
                vertical-align: middle;
				display: block;
				margin: 0 auto
            }

    .pcrmain .mspfoot {
        background-color: #31383e;
        color: #CCC;
    }
        .pcrmain .ftleft {
            float: left;
            width: 300px;
            padding-top: 50px;
            padding-bottom: 50px;
            box-sizing: border-box;
        }
        .pcrmain .ftcenter {
            float: left;
        }
        .pcrmain .fcmain {
            margin-top: 50px;
            height: 100px;
            border-left: 1px solid #555;
            border-right: 1px solid #555;
            width: 600px;
            box-sizing: border-box;
        }
        .pcrmain .kjul {
            display: block;
            font-size: 12px;
            width: 520px;
            margin: 0px auto;
			 /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        }
            .pcrmain .kjul li {
                display: block;
                float: left;
            }
        .pcrmain .lkitem {
        }
        .pcrmain .fg {
            width: 14px;
            text-align: center;
        }
        .pcrmain .ftright {
            float: right;
            width: 300px;
            padding-top: 30px;
            box-sizing: border-box;
        }
            .pcrmain .ftright img {
                width: 100px;
                height: 100px;
                display: block;
            }
        .pcrmain .gzh {
            float: left;
            width: 100px;
            height: 140px;
            margin-right: 20px;
            margin-left: 40px;
            text-align: center;
            line-height: 40px;
        }
        .pcrmain .sjb {
            float: left;
            width: 100px;
            height: 140px;
            text-align: center;
            line-height: 40px;
        }
.pcrmain .mspfoot a {
    color: #CCC;
}
        .pcrmain .friendlink {
            text-align: center;
            line-height: 50px;
            font-size: 12px;
        }
            .pcrmain .friendlink a {
                margin: 0px 5px;
            }
        .pcrmain .ftlx {
            line-height: 40px;
            text-align: center;
            font-size: 12px;
        }
            .pcrmain .ftlx span {
                margin: 0px 10px;
            }
        .pcrmain .ftcopy {
            text-align: center;
            line-height: 30px;
            border-top: 1px solid #555;
            padding-top: 10px;
            font-size: 12px;
        }
            .pcrmain .ftcopy a {
                color: #CCC;
            }
/****/
* {
    -webkit-tap-highlight-color: transparent;
}

.dishide {
    display: none;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
ul, div {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.curp {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 100%;
}

a {
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    color:#555;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
	max-width: 100%;
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}
/*.clearfix {
    *zoom: 1;
}
    .clearfix:after {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        visibility: hidden;
        content: "";
    }*/
button { /*IE67button变宽解决*/
    overflow: visible;
    padding: 0 .5em;
}

input, textarea {
    /*-webkit-appearance: none;/*清除苹果手机特效 单选冲突*/
    border-radius: 0px; /*清除苹果手机特效*/
    outline: none; /*清除Chrome文本框发光*/
    /*-webkit-tap-highlight-color:rgba(0,0,0,0)苹果点击按钮平面闪动*/
}
/****/
.txtone {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.txttwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/**分页**/
.pagediv {
    text-align: right;
    padding-top: 20px;
    /*font-size:16px;
    font-weight:700;*/
    margin-right: 20px;
    margin-bottom: 20px;
}

    .pagediv a {
        display: inline-block;
        border: 1px solid #E8E8E8;
        border-right: 0px;
        width: 53px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        color: #333;
    }
    /*.pagediv a:hover {
            display: inline-block;
            border: 1px solid #E8E8E8;
            background-color: #E8E8E8;
            border-right: 0px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }*/

    .pagediv .pageon {
        display: inline-block;
        border: 1px solid #488FCD;
        background-color: #488FCD;
        border-right: 0px;
        width: 53px;
        /*height: 50px;
        line-height: 50px;*/
        text-align: center;
        color: #FFF;
    }

    .pagediv .pagePrev {
        width: 86px;
    }

    .pagediv .pageDisable {
        width: 86px;
        color: #CCC;
    }

    .pagediv .pspan {
        display: inline-block;
        border: 1px solid #E8E8E8;
        border-right: 0px;
        width: 53px;
        line-height: 36px;
        height: 36px;
        text-align: center;
        color: #CCC;
        letter-spacing: 1px;
    }

    .pagediv .pageNext {
        width: 86px;
        border-right: 1px solid #E8E8E8;
    }

    .pagediv .pageLeft {
        border-left: 1px solid #E8E8E8;
    }

    .pagediv .pageRight {
        border-right: 1px solid #E8E8E8;
    }

/**简单分页，仿淘宝，用于列表头*******/
.frpage {
    text-align: right;
}

    .frpage a {
        display: inline-block;
        border-right: 0px;
        width: 50px;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        color: #333;
        margin-left: 5px;
    }

    .frpage .thisnum {
        text-align: right;
        cursor: default;
    }

    .frpage .pagebtn {
        border: 1px solid #CCC;
        color: #2953a6;
        cursor: pointer;
    }

    .frpage .pagenull {
        cursor: default;
        color: #CCC;
    }
/****/
