*{padding:0;margin:0;line-height: initial;}
a{text-decoration:none;color:#333333;}
a:hover{color:#0086E4;}
h1,h2,h3,h4,h5,h6{font-weight:400}
body{font:14px/1.5 "Microsoft YaHei",NSimSun,SimHei,Verdana,Arial,sans-serif;color:#333;background-color:#ffffff;}
button,input[type=button]{border:none;outline:0;cursor:pointer}
em,i{font-style:normal}
p,label{margin:0;}
dl, ol, ul{list-style:none;margin-bottom: 0;}
button{outline: none;}
button:focus{outline: none;}
.row{margin: 0;padding: 0;}
.bold{
    font-weight: bold;
}
.primary-btn{
    background: #0086E4;
    color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.primary-btn:hover{
    background: #3aa2ea;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.white-bg{
    background: #ffffff;
}
.color-white{
    color: #ffffff !important;
}
.color-red{
    color: #FA5855 !important;
}
.color-gray{
    color: #666666 !important;
}
.color-grey{
    color: #999999 !important;
}
.color-blue{
    color: #0086E4 !important;
}
.text-left{
    text-align: right;
}
.text-right{
    text-align: right;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}
.font24{
    font-size: 24px;
}
.font36{
    font-size: 36px;
}
.font56{
    font-size: 56px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-r-10{
    margin-right: 10px;
}
.m-r-20{
    margin-right: 20px;
}
.m-b-10{
    margin-bottom: 10px;
}
.m-b-20{
    margin-bottom: 20px;
}
.m-b-40{
    margin-bottom: 40px;
}
.m-l-10{
    margin-left: 10px;
}
.m-l-20{
    margin-left: 20px;
}
.l-h-30{
    line-height: 30px;
}
.l-h-40{
    line-height: 40px;
}
.l-h-50{
    line-height: 50px;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.main-content{
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 102px;
}
.center-content{
    width: 1200px;
    margin: 0 auto;
}
.b-border{
    border-bottom: 1px #eeeeee solid;
}
.t-border{
    border-top: 1px #eeeeee solid;
}

/* 顶部导航 */
header{
    width: 100%;
    position: fixed;
    z-index: 1000;
}
#top_div {
    background-color: #F5F5F5;
}
#top_div .center-content{
    width: 1300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top_div .center-content .slogan{
    width: 100%;
    letter-spacing: 2px;
}

#top_div .top_ul {
    width: 1300px;
    margin: 0 auto;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#top_div .top_ul li {
    padding: 0 20px;
    border-right: 1px #bbb solid;
}
#top_div .top_ul li:first-child {
    border-left: 1px #bbb solid;
}

#top_div .top_ul .top_li_right {
    padding-right: 400px;
}
/* 导航菜单 */
#header_div{
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}
#header_div .header_div_box {
    width: 1300px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header_div .header_ul {
    display: flex;
    float: right;
}

#header_div .header_ul li {
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
    position: relative;
}
#header_div .header_ul li > a{
    font-size: 16px;
    cursor: pointer;
    line-height: 50px;
    display: inline-block;
    padding-top: 10px;
}
#header_div .header_ul li.active > a{
    color: #0086E4;
    border-bottom: 2px #0086E4 solid;
}
#header_div .header_ul li > a:hover{
    color: #0086E4;
    text-decoration: none;
}
/* 找服务 */
.header_ul .nav-select{
    position: absolute;
    display: flex;
    left: -190px;
    top: 60px;
    box-shadow: 0px 3px 6px 4px #0000000f;
}
.header_ul li #nav{
    display: none;
}
.header_ul li:hover #nav{
    display: block;
}
.header_ul .nav-select .item{
    width: 240px;
    height: 108px;
    background: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header_ul .nav-select a{
    text-decoration: none;
}
.header_ul .nav-select .item:hover .box .text1,.header_ul .nav-select .item:hover .box .text2{
    color: #0086E4;
}
.header_ul .nav-select .item .box{
    height: 64px;
    flex: 1;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.header_ul .nav-select .item .box .text1{
    font-size: 20px;
    margin-bottom: 5px;
}
.header_ul .nav-select .item .box .text2{
    font-size: 16px;
    color: #999999;
}
.header_ul .nav-select .item .box .zys-icon{
    margin-right: 20px;
}
.header_ul .nav-select .item .box .foundmaster-icon{
    width: 45px;
    height: 46px;
    background-position: -54px 0px;
    background-size: 750px;
}
.header_ul .nav-select .item .box .foundprovider-icon{
    width: 44px;
    height: 42px;
    background-position: -158px 0;
    background-size: 750px;
}
.header_ul .nav-select a:first-child .box{
    border-right: 1px #eeeeee solid;
}

/* 底部 */
footer{
    color: #ffffff;
    padding-top: 30px;
    background: #333333;
}
footer ul li .title{
    color: #ffffff;
    margin-bottom: 20px;
}
footer ul li a{
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    color: #ccc !important;
}
footer ul li a:hover{
    text-decoration: underline !important;
}
footer .qrcode-img{
    width: 88px;
    height: 88px;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    background: #ffffff;
    margin: 0 auto;
}
footer .qrcode-img img{
    width: 100%;
}
footer .first{
    padding-bottom: 10px;
    border-bottom: 1px #ffffff dashed;
}
footer .second{
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
}
footer .second .logo{
    padding-right: 50px;
}
footer .second .logo img{
    width: 94px;
    height: 32px;
}
footer .links a{
    margin-right: 10px;
    color: #ccc;
    cursor: pointer;
    font-size: 12px;
    width: 102px;
    display: inline-block;
}
footer .third{
    padding: 10px 0;
    color: #ccc;
    text-align: center;
}
footer .third a{
    color: #ccc;
}
.divider {
    margin: 0 10px;
    color: #666666;
}


.middle_content_title1 {
font-size: 36px;
font-weight: bold;
padding-top: 80px;
}

.middle_content_decorate1 {
width: 88px;
height: 8px;
background: #333333;
margin-top: 20px;
margin-bottom: 40px;
}
.middle_content_decorate1.white {
background: #ffffff;
}
.zys-icon{
    display: inline-block;
    background-image: url("../zysgw/images/icon.png");
}
.qrcode-items{
    display: flex;
}
.qrcode-items .item{
    width: 20%;
    text-align: center;
}

/* 翻页器样式 */
.page-nav{
    margin: 30px auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-nav .prev,.page-nav .next{
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: inline-block;
}
.page-nav .prev:hover,.page-nav .next:hover{
    text-decoration: none;
    color: #333333;
    background: #eee;
}
.page-nav .prev{
    margin-right: 5px;
}
.page-nav .next{
    margin-left: 5px;
}
.page-number{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px;
}
.page-number.current{
    border: 1px solid #0086E4;
    background: #0086E4;
    color: #ffffff;
    cursor: default;
}
.page-number:hover{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.diy-radio .el-radio__label{
    margin-right: 15px;
    line-height: 20px;
    padding: 4px 15px;
    cursor: pointer;
}
.diy-radio .el-radio__input{
    display: none;
}
.diy-radio .el-radio__label{
    padding-left: 0;
    margin-right: 15px;
    line-height: 20px;
    padding: 4px 15px;
    cursor: pointer;
}
.diy-radio .el-radio{
    display: inline-flex;
    margin-bottom: 10px;
    margin-right: 15px;
}
.diy-radio .el-radio.is-checked .el-radio__label{
    background-color: #0086e4;
    color: #fff;
    border-radius: 14px;
}
.el-button--primary{
    background: #0086E4 !important;
    border-color: #0086E4 !important;
}
.el-button--primary:hover{
    background: #3696ed !important;
    border-color: #3696ed !important;
}
.el-button--primary:focus{
    background: #0086E4 !important;
    border-color: #0086E4 !important;
}
.el-button--medium{
    padding: 7px 20px !important;
}
