@charset "UTF-8";
/*
	作者：李训玲
	时间：2019-06-24
	描述： 
*/
*{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.5
}

a {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 13px;
}

* {
    font-family: "Microsoft YaHei", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, Heiti, SimSun, sans-serif
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: middle;
    display: inline-block;
}

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 13px;
    font-weight: normal;
}

button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

/* layui边框低版本浏览器显示问题解决 */
.layui-table td, .layui-table th {
    position: inherit;
}

/*文字对齐*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

/**********body颜色**********/
body {
    background-color: #f9f9f9;
    color: #666666
}

/**********内容宽度**********/
.w1200 {
    width: 1200px;
    margin: auto
}

/**********容器浮动**********/
.fl {
    float: left
}

.fr {
    float: right
}

.fc {
    margin-left: auto;
    margin-right: auto;
}

/**********字体大小**********/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f28 {
    font-size: 28px
}

.f30 {
    font-size: 30px
}

.f32 {
    font-size: 32px
}

.f34 {
    font-size: 34px
}

.f36 {
    font-size: 36px
}

.f40 {
    font-size: 40px
}

.f50 {
    font-size: 50px
}

.f60 {
    font-size: 60px
}

.f64 {
    font-size: 64px
}

/**********块元素设置**********/
.dline {
    display: inline
}

.dnone {
    display: none
}

.dblock {
    display: block
}

.dlblock {
    display: inline-block;
}

.dn {
    display: none;
}

/**********外间距**********/
.m0 {
    margin: 0px !important;
}

.m3 {
    margin: 3px !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.m50 {
    margin: 50px !important;
}

/**********上间距**********/
.mt0 {
    margin-top: 0px !important;
}

.mt3 {
    margin-top: 3px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt100 {
    margin-top: 100px !important;
}

/**********右间距**********/
.mr0 {
    margin-right: 0px;
}

.mr3 {
    margin-right: 3px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

/**********下间距**********/
.mb0 {
    margin-bottom: 0px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

/**********左间距**********/
.ml0 {
    margin-left: 0px;
}

.ml3 {
    margin-left: 3px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}


/*********内边距*********/
.p0 {
    padding: 0px;
}

.p3 {
    padding: 3px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

/*********内上边距*********/
.pt0 {
    padding-top: 0px;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

/*********内右边距*********/
.pr0 {
    padding-right: 0px;
}

.pr3 {
    padding-right: 3px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pt80 {
    padding-top: 80px;
}

/*********内下边距*********/
.pb0 {
    padding-bottom: 0px;
}

.pb3 {
    padding-bottom: 3px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}


/*********内左边距*********/
.pl0 {
    padding-left: 0px;
}

.pl3 {
    padding-left: 3px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}


/*过渡*/
.trans4A {
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    transition: margin-top 0.4s;
    -webkit-transition: margin-top 0.4s;
    -moz-transition: margin-top 0.4s;
    -ms-transition: margin-top 0.4s;
}

.trans4 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

/**********清除样式**********/
.clearfix::before, .clearfix::after {
    display: block;
    font-size: 0;
    line-height: 0;
    clear: both;
    content: " ";
    zoom: 1;
}

.clear {
    clear: both;
}

/*定位样式*/
.prel {
    position: relative;
}

.pfix {
    position: fixed;
}

.pabs {
    position: absolute;
}

/*定位层级*/
.zd98 {
    z-index: 98;
}

.zd99 {
    z-index: 99;
}

.zd100 {
    z-index: 100;
}

.zd101 {
    z-index: 101;
}

.zd200 {
    z-index: 200;
}

.zd201 {
    z-index: 201;
}

.zd202 {
    z-index: 202;
}

.zd203 {
    z-index: 203;
}

.zd204 {
    z-index: 204;
}

.zd205 {
    z-index: 205;
}

.zd1200 {
    z-index: 1200;
}

/*鼠标样式*/
.cur_pt {
    cursor: pointer;
}

/*圆角*/
.br3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.br5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.br6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.br7 {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.br8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.br9 {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

.br10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.br15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.br30 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.br_p50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


/*placeholder颜色*/
.layui-input::-webkit-input-placeholder {
    color: #999;
}

.layui-input:-moz-placeholder {
    color: #999;
}

.layui-input::-moz-placeholder {
    color: #999;
}

.layui-input:-ms-input-placeholder {
    color: #999;
}

.layui-select::-webkit-input-placeholder {
    color: #999;
}

.layui-select:-moz-placeholder {
    color: #999;
}

.layui-select::-moz-placeholder {
    color: #999;
}

.layui-select:-ms-input-placeholder {
    color: #999;
}

.layui-textarea::-webkit-input-placeholder {
    color: #999;
}

.layui-textarea:-moz-placeholder {
    color: #999;
}

.layui-textarea::-moz-placeholder {
    color: #999;
}

.layui-textarea:-ms-input-placeholder {
    color: #999;
}


.place_999::-webkit-input-placeholder {
    color: #999;
}

.place_999:-moz-placeholder {
    color: #999;
}

.place_999::-moz-placeholder {
    color: #999;
}

.place_999:-ms-input-placeholder {
    color: #999;
}

/**********文字垂直对齐**********/
.vt {
    vertical-align: top
}

.vm {
    vertical-align: middle
}

.vb {
    vertical-align: bottom
}

/**********块元素设置**********/

.dline {
    display: inline
}

.dnone {
    display: none
}

.dblock {
    display: block
}

.dlblock {
    display: inline-block;
}

.dn {
    display: none;
}

/*纵向横向滚动*/
.over_hid {
    overflow: hidden;
}

.overflowy {
    overflow-y: auto;
}

.overflowx {
    overflow-x: auto;
}

/*超出1行后省略*/
.overFont {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*超出2行后省略  */
.overFont2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    font-size:15px;
}

/*怪异盒模型*/
.borderBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*固定表格样式*/
.layui-table {
    table-layout: fixed;
}
.layui-table td {
/*     width:100%; */
    word-break: break-word;
}
/*另一种td高度*/
.layui-table-other td {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.wauto {
    width: auto;
}

.nav-new {
    margin-bottom: -5px;
}

.nav {
    color: #333;
}

.nav a {
    color: #333;
}

.nav img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
span.layui-addReset{
	background:none!important;
	border:1px solid #C9C9C9!important;
	color:#666666!important;
}

/*  1920分辨率下内容宽度1400（媒体查询） */
@media only screen and (min-width: 1920px) and (max-width: 1920px) {
    .header-top-content, .header-center-content, .menu-content, .content, .yx-status-box, .yz-txt, .cxjg {
        width: 1400px !important;
    }

    .content-top .content-top-left {
        width: 970px !important
    }

    .content-top .zj-list li {
        margin: 25px 0px 0px 20px !important;
    }

    .content-top .zgbm-box a {
        width: 160px !important;
    }

    .jy-box .layui-tab-content li {
        width: 427px !important;
    }

    .zjjg-list ul li {
        width: 315px !important;
    }

    .zjjg-list ul li a img {
        width: 100%;
    }

    .jdgl-box .jdgl-width {
        width: 450px !important;
    }

/*    .yx-status .status-item {
        padding: 20px 98px !important;
    }*/

     /*閸愬懘銆夊Ο鈥虫健*/
    .nav, .inner-content, .zxts, .rzfu-banner-content, .guide .guide-top, .rzfw-bottom, .rzfw-detail, .rzgs-detail, .zjjg-detail, .zjsx-detail, .xypj-new, .grzx {
        width: 1400px !important;
    }

    .zxts .zxts-form .layui-form-item .layui-input-inline {
        width: 370px !important
    }

    .zxts .zxts-form .layui-form-item-other .layui-input-inline {
        width: 155px !important
    }

    .rzfu-banner-bottom .item {
        width: 160px !important
    }

    .rzfu-banner-bottom .item:first-child {
        width: 200px !important
    }

    .rzfw-bottom-ul li {
        width: 425px !important
    }

    .rzfw-bottom-ul-div .div-fr {
        width: 290px !important
    }

    .rzfw-detail-top02 {
        width: 875px !important
    }

    .rzjg-banner-bottom-other .item {
        width: 25% !important;
    }

    .rzjg-banner-bottom-other .item:first-child {
        width: 24% !important;
    }

    .rzjg-bottom-ul li {
        width: 320px !important;
    }

    .rzjg-bottom-ul li .div-bs img {
        width: 320px !important;
        height: 172px !important;
    }

    .zjjg-detail .lxxx-ul li {
        width: 425px !important
    }

    .zjjg-detail .ywsq-div-fr {
        width: 1190px !important
    }

    .zjjg-detail .ywsq-div-fr ul li {
        width: 275px !important
    }

    .guide .guide-slide {
        width: 1350px !important;
    }

    .grzx .grzx-fl {
        width: 280px !important
    }

    .grzx .grzx-fr {
        width: 1120px !important
    }

    .grzx-zy ul li {
        margin: 40px 40px 0px 0px !important;
        width: 315px !important;
    }

    .grzx-zy {
        margin-top: -40px !important;
    }

    /* 閿熸枻鎷烽敓鏂ゆ嫹鎸囬敓鏂ゆ嫹 */
    .fwzn-right {
        width: 1160px !important;
    }

    .fwzn-right .guide-slide {
        width: 1143px !important;
    }

    /*閿熸枻鎷烽敓绔嚖鎷烽敓鏂ゆ嫹*/
    .zcfg-input {
        width: 820px !important;
    }

    /* 閿熸枻鎷烽敓鏂ゆ嫹妯￠敓鏂ゆ嫹 */
    .jj-box, .jj-step-box, .price-web-box {
        width: 1400px !important;
    }

    .price-web-right {
        width: 680px !important;
    }

    .layui-step .layui-form-item {
        margin: 0px 30px 20px 40px !important;
    }
    .jj-content .jj-step-box>p{
        padding: 0 0 0 80px!important;
    }
    /*閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹*/
    .jyzx .jyzx-fr {
        width: 1152px !important;
    }

    /*閿熸枻鎷烽敓鏂ゆ嫹鍥剧墖*/
    .tz-gallery-ul li {
        width: 254px !important;
        margin-right: 20px !important;
    }

    .tz-gallery-ul li img {
        width: 254px !important;
    }

    .tz-gallery-ul li:nth-child(5n) {
        margin-right: 0px !important;
    }

    /*閿熸枻鎷峰綍椤�*/
    .login-banner {
        background: url("../images/login-bg-big.png") no-repeat center !important;
        height: 705px !important;
        width: 100% !important;
    }

    .tab-box {
        width: 392px !important;
        position: absolute !important;
        right: 97px !important;
        top: 150px !important;
    }

    /*閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹-閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷烽敓鏂ゆ嫹*/
    .medicin-fwzn-appraise .layui-textarea {
        width: 940px !important;
    }

    /*閿熸枻鎷烽┗閿熸枻鎷烽敓鏂ゆ嫹-閿熸枻鎷烽敓鏂ゆ嫹*/
    .sxxw-behavior .layui-input-inline{
        width: 1150px !important;
    }
}
/*新改版*/
.banner-new{
    background: url(../images/banner-new.png);
    height: 425px;
    background-size: 100% 100%;
    padding-top: 120px;
    box-sizing:border-box
}
.banner-nav{
    padding:20px;
    background:rgba(255,255,255,0.5);
    box-sizing:border-box
}
.banner-nav a{
    display: inline-block;
    width: 115px;
    text-align: center;
    margin-right: 55px;
}
.banner-nav a:last-child{
    margin-right: 0
}
.banner-nav a p{
    color:#000000;
    font-size: 17px;
    margin-top: 15px;
    font-weight:bold;
}