body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; } table{border-collapse:collapse; border-spacing:0; } fieldset,img{border:0; } ol,ul{list-style:none; } caption,th{text-align:left; } q:before,q:after{content:''; } abbr,acronym{border:0; } .clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .l,.col-l,.col_l,.col-c,.col_c{float:left; } .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } .n,em{font-weight:normal; font-style:normal; } .b{font-weight:bold; } .i{font-style:italic; } .fa{font-family:Arial; } .fg{font-family:Georgia; } .ft{font-family:Tahoma; } .fl{font-family:Lucida Console; } .fs{font-family:'宋体'; } .fw{font-family:'微软雅黑'; } .tc{text-align:center; } .tr{text-align:right; } .tl{text-align:left; } .tdu{text-decoration:underline; } .tdn,.tdn:hover,a.tdl:hover{text-decoration:none; } .fc0{color:#000; } .fc3{color:#333; }
.fc6{color:#666; } .fc9{color:#999; } .fcr{color:red; } .fcw{color:white; } .fcb{color:blue; } .fcg{color:green; } .f0{font-size:0; } .f10{font-size:10px; } .f12{font-size:12px; } .f13{font-size:13px; } .f14{font-size:14px; } .f16{font-size:16px; } .f20{font-size:20px; } .f24{font-size:24px; } .vm{vertical-align:middle; } .vtb{vertical-align:text-bottom; } .vt{vertical-align:top; } .vn{vertical-align:-2px; } .vimg{margin-bottom:-3px; } .m0{margin:0; } .ml0{margin-left:0; } .ml5{margin-left:5px; } .ml10{margin-left:10px; } .ml20{margin-left:20px; } .mr0{margin-right:0; } .mr5{margin-right:5px; } .mr10{margin-right:10px; } .mr20{margin-right:20px; } .mt5{margin-top:5px; } .mt10{margin-top:10px; } .mt20{margin-top:20px; } .mb5{margin-bottom:5px; } .mb10{margin-bottom:10px; } .mb20{margin-bottom:20px; } .ml-1{margin-left:-1px; } .mt-1{margin-top:-1px; } .p1{padding:1px; } .pl5{padding-left:5px; } .p5{padding:5px; } .pt5{padding-top:5px; } .pr5{padding-right:5px; } .pb5{padding-bottom:5px; }
.p10{padding:10px; } .pl10{padding-left:10px; } .pt10{padding-top:10px; } .pr10{padding-right:10px; } .pb10{padding-bottom:10px; } .p20{padding:20px; } .pl20{padding-left:20px; } .pt20{padding-top:20px; } .pr20{padding-right:20px; } .pb20{padding-bottom:20px; } .rel,.pr{position:relative; } .abs,.pa{position:absolute; } .dn{display:none; } .db{display:block; } .dib{-moz-inline-stack:inline-block; display:inline-block; } .di{display:inline; } .ovh{overflow:hidden; } .ovs{overflow:scroll; } .vh{visibility:hidden; } .vv{visibility:visible; } .lh14{line-height:14px; } .lh16{line-height:16px; } .lh18{line-height:18px; } .lh20{line-height:20px; } .lh22{line-height:22px; } .lh24{line-height:24px;} .fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; } .z{_zoom:1; } .h1{height:1px; } .h5{height:5px; } .h10,.h{height:10px; } .h15{height:15px; } .h20{height:20px; }
.h1,.h5,.h10,.h15,.h20,.h{font-size:0px; line-height:0; overflow:hidden; clear:both; }  a{text-decoration:none; } a:hover{color:#f60 }

/*-----------------[初始化]--------------*/
body{color: #232323;
    font-size: 16px;line-height: 1.6;
    background: #fff;
    font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
}


*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
a{color: #232323;}
a:hover{color: #034ea2;}
/* img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
} */
input,textarea,select{font-size: 12px;color: #232323;
    font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #929292;}
::-moz-placeholder {color: #929292; }
::-ms-input-placeholder {color: #929292;}


.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*无选中效果*/
.unselect{
    -moz-user-select     : none;
    -khtml-user-select   : none;
    -webkit-user-select  : none;
    -o-user-select       : none;
    user-select          : none;
}

/*布局*/
.wp{width: 92%;max-width: 1100px;margin: 0 auto;}

.gtit{
    width: 92%;max-width: 1300px;margin: 0 auto;
    font-size: 30px;
    color: #999999;
    padding: 30px 0 65px;
    text-align: center;
    border-bottom: 1px dotted rgba(221,221,221,1);
}
.seachbox{
    overflow: hidden;
    border: 1px solid #E6E9ED;
    border-right: 0;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin: 35px 0 20px;
    position: relative;
}
.seachbox .txt{
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    background: none;
    border: none;
}
.seachbox .btn{
    position: absolute;
    right: 0;top: 0;
    border: none;
    outline: none;
    width: 92px;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-left: 16px;
    background: #4B8DDE url(../images/search-white.svg) 20px 12px no-repeat;
}
.conditions-list{
    padding: 0 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E6E9ED;
    font-size: 12px;
    color: #333;
}
.conditions-list .item{
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 8px;
    border-bottom: 1px dotted rgba(221,221,221,1);
}
.conditions-list .item:last-child{
    border: none;
}
.conditions-list .td1{
    float: left;
    line-height: 24px;
    margin-right: 15px;
}
.conditions-list .td2{overflow: hidden;}
.conditions-list .tags{
    color: #333;
    cursor: pointer;
    float: left;
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 0 10px;
    height: 24px;
    line-height: 20px;
    border-radius: 4px;
    color: #333;
    border: 2px solid transparent;
    position: relative;
}
.conditions-list .tags:hover{
    color: #4A90E2;
}
.conditions-list .tags.active{
    border-color: #4A90E2;
    position: relative;
}
.conditions-list .tags.active::after{
    content: '';
    position: absolute;
    right: -1px;bottom: -1px;
    width: 14px;
    height: 14px;
    background: url(../images/icons01.png) 0 0 no-repeat;
}
.imgList{
    overflow: hidden;
    margin: 40px -10px;
}
.imgList .l1{
    float: left;
    width: 32%;
}
.imgList .con{
    margin: 10px;
    position: relative;
}
.imgList .pic{
    height: 0;
    padding-top: 62.2%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.imgList .modal-mask{
    position: absolute;
    display: none;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    background-color: rgba(255,255,255,.75);
}
.imgList .modal-mask .text-sm{
    position: absolute;
    top: 35%;left: 50%;
    width: 90px;
    height: 32px;
    line-height: 31px;
    margin-left: -32px;
    color: #fff;
    border-radius: 16px;
    font-size: 12px;
    padding-left: 15px;
    text-align: left;
    padding-left: 28px;
    background: #609ee9 url(../images/icon-see.svg) 10px center no-repeat;
}
.imgList .con:hover .modal-mask{display: block;}

.imgList .l1 .txt{
    text-align: center;
}
.imgList .l1 .txt a{
    font-size: 14px;
    color: #656D78;
    height: 36px;
    line-height: 36px;
}
.image-header {
    height: 9px;
    background: #8f8f8f;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.image-header-inner {
    overflow: hidden;
    padding: 2px 10px;
}
.image-header-item {
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 3px;
}
.pages{
    text-align: right;
    font-size: 12px;
    color: #475669;
    margin: 30px 0 80px;
}
.pages .btn{
    display: inline-block;
    color: #475669;
    font-size: 12px;
    background: #FFFFFF;
    padding: 5px 11px;
    border: 1px solid #E6E9ED;
    margin: 0px;
    border-radius: 0px 4px 4px 0;
}
.pages .btn:hover{
    background: #609ee9;
    color: #FFF;
    border-color: #609ee9;
}
.pages .btn.disabled{
    background: #f5f7fa;
    cursor: default;
    color: #475669;
    border-color: #E6E9ED;
}
.slickPop{
    position: fixed;
    z-index: 999;
    top: -2000px;left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

}
.slickPop.show{top: 0;}
.slickPop .cont{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    margin-top: -300px;
    margin-left: -500px;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 80px;
    min-height: 600px;
}
.slickPop .close{
    position: absolute;
    top: 0;right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) center center no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}
.slickImgList .item{
    height: 500px;
    line-height: 500px;
    text-align: center;
    overflow: hidden;
}
.slickImgList .item img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.slickImgList .slick-arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 200px;
    overflow: hidden;
    cursor: pointer;
}
.slickImgList .slick-prev{
    left: -60px;top: 50%;
    margin-top: -25px;
    background: url(../images/prev.png) center center no-repeat;
    background-size: 35px auto;
}
.slickImgList .slick-next{
    right: -60px;top: 50%;
    margin-top: -25px;
    background: url(../images/next.png) center center no-repeat;
    background-size: 35px auto;
}



.imgListone{
    overflow: hidden;
    margin: 40px -10px;
}
.imgListone .l1{
    float: left;
    width: 32%;
}
.imgListone .con{
    margin: 10px;
    position: relative;
}
.imgListone .pic{
    height: 529px;
    background-size: cover;
    background-repeat: no-repeat;
}
.imgListone .modal-mask{
    position: absolute;
    display: none;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    background-color: rgba(0,0,0,.75);border-radius: 40px;color: #FFFFFF;
}
.imgListone .modal-mask img{
    margin-top: 60%;
    width: 120px;
    height: 120px;    border: 5px solid #FFFFFF;
    border-radius: 5px;

}
.imgListone .con:hover .modal-mask{display: block;}
.imgListone .l1 .txt{
    font-size: 14px;
    color: #656D78;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.imgListone .modal-mask .text-sm{
    position: absolute;
    top: 35%;left: 50%;
    width: 90px;
    height: 32px;
    line-height: 31px;
    margin-left: -32px;
    color: #fff;
    border-radius: 16px;
    font-size: 12px;
    padding-left: 15px;
    text-align: left;
    padding-left: 28px;
    background: #609ee9 url(../images/icon-see.svg) 10px center no-repeat;
}

.imgListone .l1 .txt a{
    font-size: 14px;
    color: #656D78;
    height: 36px;
    line-height: 36px;
}




.imgListtwo{
    overflow: hidden;
    margin: 40px -10px;
}
.imgListtwo .l1{
    float: left;
    width: 32%;
}
.imgListtwo .con{
    margin: 10px;
    position: relative;
}
.imgListtwo .pic{
    height: 529px;
    background-size: cover;
    background-repeat: no-repeat;
}
.imgListtwo .modal-mask{
    position: absolute;
    display: none;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    background-color: rgba(0,0,0,.75);border-radius: 0px;color: #FFFFFF;
}
.imgListtwo .modal-mask img{
    margin-top: 60%;
    width: 120px;
    height: 120px;    border: 5px solid #FFFFFF;
    border-radius: 5px;

}
.imgListtwo .con:hover .modal-mask{display: block;}
.imgListtwo .l1 .txt{
    font-size: 14px;
    color: #656D78;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.imgListtwo .modal-mask .text-sm{
    position: absolute;
    top: 50%;left: 50%;
    width: 90px;
    height: 32px;
    line-height: 31px;
    margin-left: -32px;
    color: #fff;
    border-radius: 16px;
    font-size: 12px;
    padding-left: 15px;
    text-align: left;
    padding-left: 28px;
    background: #609ee9 url(../images/icon-see.svg) 10px center no-repeat;
}

.imgListtwo .l1 .txt a{
    font-size: 14px;
    color: #656D78;
    height: 36px;
    line-height: 36px;
}

@media only screen and (max-width: 1200px){
    .gtit{
        font-size: 24px;
    }

}
@media only screen and (max-width: 1000px){
    .slickPop .cont{width: 90%;left: 5%;margin-left: 0;}
    .imgList .l1{
        width: 33.33%;
    }
    /* .gtit {
        font-size: 20px;
        padding: 30px 0 35px;
        text-align: center;
        border-bottom: 1px dotted rgba(221,221,221,1);
    } */
    .slickImgList .item {
        height: 300px;
        line-height: 300px;
    }
    .slickPop .cont{
        top: 50%;
        min-height: 400px;
        margin-top: -200px;
    }
}
@media only screen and (max-width: 700px){
    .gtit {
        font-size: 20px;
        padding: 30px 0 40px;
        text-align: center;
    }
    .imgList .l1{
        width: 50%;
    }
    .imgListtwo .l1{
    float: left;
    width: 100%;
}
    .slickPop .cont {
        margin-top: 0px;
        border-radius: 5px;
        padding: 30px 50px;
        min-height: 260px;
        width: 90%;top: 30px;
    }
    .slickImgList .item {
        height: 100%;
        line-height: auto;
    }
    .slickPop .close {
        width: 30px;
        height: 30px;
        background-size: 25px 25px;
    }
    .slickImgList .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .slickImgList .slick-prev{
        left: -50px;
        margin-top: -15px;
        background-size: 25px auto;
    }
    .slickImgList .slick-next{
        right: -50px;
        margin-top: -15px;
        background: url(../images/next.png) center center no-repeat;
        background-size: 25px auto;
    }
    .imgList{
        margin: 40px -5px;
    }
    .imgList .con{
        margin: 5px;
    }

    .imgListone .l1{
    float: none;
    width: 100%;
}
}