/* 重置 */
[v-cloak]{
    display: none
}
html{
    font-size: 12px;
    font-family: "微软雅黑",Helvetica, Arial, "Microsoft YaHei",  sans-serif;
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,img,th,td,pre{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
    font-weight: normal;
}
address,caption,cite,code,dfn,em,strong,th,var,i,b{
    font-style: normal;
    font-weight: normal;
}
a{
    text-decoration: none;
}
img{
    border: none;
}
ol,ul,li{
    list-style: none;
}
table{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
button,a{
    cursor: pointer;
}
button,input,select,a{
    outline: none;
}

/*  */
.w1200{
    position: relative;
    margin: 0 auto;
}
/*  */
.kbysqy-shell{
    position: relative;
    background: #fff;
}
.kbysqy-shell-head{
    min-height: 250px;
    background: #f8f2e6;
}
.kbysqy-shell-head.gold{
    background: #f8f2e6;
}
.kbysqy-shell-head.blue{
    background: #e8f0fe;
}
.kbysqy-shell-head .w1200{
    display: flex;
    min-height: 250px;
    justify-content: space-around;
    column-gap: 34px;
}
.kbysqy-shell-head-left{
    padding: 20px 0;
    width: 800px;
}
.kbysqy-shell-head-right{
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.kbysqy-back{
    display: inline-block;
    padding: 0 20px;
    background: #c7b58c;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}
.kbysqy-back:hover,.kbysqy-back:focus, .kbysqy-back:active{
    color:#fff ;
}
.kbysqy-back:after{
    display: inline-block;
    content: "";
    transform: rotate(45deg);
    margin: -2px 0 0 5px;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    vertical-align: middle;
}
.kbysqy-back:hover:after{
    animation: kbysqyBack 0.5s linear infinite;
}
@keyframes kbysqyBack{
    0% {
        transform: translateX(-3px) rotate(45deg);
    }
    100% {
        transform: translateX(3px) rotate(45deg);
    }
}
.kbysqy-shell-head-left h4{
    margin: 10px 0 0 0;
    font-size: 30px;
    color: #333;
    line-height: 50px;
}
.kbysqy-shell-head-left h4 span{
    padding: 0 5px 0 10px;
    font-size: 38px;
    font-weight: bold;
    /* font-style: italic; */
    color: #cfb88d;
    letter-spacing: 5px;
    text-shadow: 2px 2px 0 #fff,3px 3px 3px #b5a27c;
}
.kbysqy-shell-head-left h5{
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    text-align: justify;
}
.kbysqy-link{
    position: relative;
    padding: 30px 10px;
}
.kbysqy-link:after{
    display: block;
    content: "";
    clear: both;
}
.kbysqy-link li{
    float: left;
    box-sizing: border-box;
    padding: 20px;
    width: 25%;
    position: relative;
}
.kbysqy-link li a{
    display: block;
    padding: 50px 0;
    background: #fff;
    border: #dfc393 1px solid;
    transition: all 0.3s;
}
.kbysqy-link li a.noLink{
    cursor: default;
}
.kbysqy-link li a:hover{
    box-shadow: 0 1px 3px #dfc393;
}
.kbysqy-link li i{
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: no-repeat center;
    border-radius: 100%;
    transition: all 0.3s;
}
.kbysqy-link li a:hover i{
    box-shadow: 1px 1px 5px #aaa;
}
.kbysqy-link li i.icon1{
    background-image: url("./images/icon-kbysqy1.png");
}
.kbysqy-link li i.icon2{
    background-image: url("./images/icon-kbysqy2.png");
}
.kbysqy-link li i.icon3{
    background-image: url("./images/icon-kbysqy3.png");
}
.kbysqy-link li i.icon4{
    background-image: url("./images/icon-kbysqy4.png");
}
.kbysqy-link li i.icon5{
    background-image: url("./images/icon-kbysqy5.png");
}

.kbysqy-link li b{
    display: inline-block;
    width:62px;
    height:62px;
    background: url("./images/jqqd.png") no-repeat center;
    position: absolute;
    top:20px;
    right:20px;
}
.kbysqy-link li h4{
    margin: 30px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
}

/*  */
.kbysqy-title01{
    position: relative;
    font-size: 34px;
    color: #333;
    line-height: 70px;
}
.kbysqy-title01 span{
    display: inline-block;
    margin: -2px 0 0 10px;
    padding: 0 20px;
    background: #ede8db;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    border-radius: 30px;
    vertical-align: middle;
}
.kbysqy-card{
    position: relative;
    margin: 30px 0 0 0;
}
.kbysqy-card-head{
    position: relative;
}
.kbysqy-card-head h4{
    padding: 0 25px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
}
.kbysqy-card-head h4:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0 0 0;
    width: 6px;
    height: 24px;
    background: #cbb486;
}
.kbysqy-card-body{
    position: relative;
    padding: 10px 0;
}
.kbysqy-table01{
    table-layout: fixed;
    width: 100%;
}
.kbysqy-table01 th{
    box-sizing: border-box;
    padding: 20px;
    background: #f7f7f7;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    border: #e5e5e5 1px solid;
}
.kbysqy-table01 td{
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    text-align: center;
    border: #e5e5e5 1px solid;
}
.kbysqy-table01 .left{
    text-align: left;
}
.kbysqy-table01 .indent50{
    text-indent: 50px;
}
.kbysqy-list{
    position: relative;
}
.kbysqy-list li{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 38px;
    text-align: justify;
}
.kbysqy-view{
    position: relative;
    padding: 10px 0;
}
.kbysqy-view h5{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
}
.kbysqy-view a{
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #cbb486;
    line-height: 28px;
}
.kbysqy-view a i{
    display: inline-block;
    margin: -2px 5px 0 0;
    width: 22px;
    height: 22px;
    background: no-repeat center;
    vertical-align: middle;
}
.kbysqy-view a i.icon1{
    background-image: url("./images/icon-view.png");
}
.imgBox{
    text-align: center;
    margin:30px 0;
}
.imgBox img{
    max-width: 100%;
}
.ItemList{
    background: #f7f7f7;
    padding:30px 90px;
}
.ItemList ul{
    display: flex;
    flex-wrap: wrap;
    background: url(./images/line.png) no-repeat center bottom;
}
.ItemList ul li{
    width:33%;
    margin-bottom:40px;
    font-size: 16px;
}
.goldentext{
    color:#cbb486;
}
.ItemList ul li>span.goldentext{
    width:20px;
}
.ItemList ul li>span{
    display: inline-block;
    vertical-align: top;
}
.ItemList ul li>span.text{
    width:calc(100% - 20px);
}
.ItemList .btn{
    display: block;
    width:160px;
    height:40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin:40px auto 0;
    font-size: 16px;
}

.bldx{
    border:4px solid #cbb486;
    border-radius: 8px;
    position: relative;
    padding-left:160px;
    margin-top:50px;
}
.bldx .left{
    border:4px solid #cbb486;
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    top:-4px;
    left:-4px;
    bottom:-4px;
    width:120px;
}
.bldx .left span{
    display: block;
    font-size: 32px;
    color:#cbb486;
    height:84px;
    position: absolute;
    top:50%;
    margin-top:-42px;
    width:100%;
    text-align: center;
}
.bldxList{
    font-size: 16px;
    padding:20px 0;
}
.bldxList li{
    margin-bottom:10px;
}
.secondTitle{
    font-size: 28px;
    color:#000;
    text-align: center;
    background: url(./images/line.png) no-repeat center bottom;
    padding-bottom:30px;
}
.sxjj{
    background: #faf7f3;
    margin-top:80px;
    float: right;
    margin-bottom: 80px;
    border-radius: 8px;
    padding:30px 50px 30px 120px;
    box-sizing: border-box;
    position: relative;
}
.Engbackdrop-title{
    clear: both;
}
.sxjj .title{
    font-size: 32px;
    color:#cbb486;
}
.sxjj .content{
    font-size: 16px;
    line-height: 36px; 
}
.sxjj>img{
    position: absolute;
    bottom:0;
    left:-50px;
    height:300px;
}
.btnList{
    text-align: center;
    margin-top:10px;
    margin-bottom:50px;
}
.btnList>div,.btnList>a{
    display: inline-block;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    margin:0 80px;
    padding:0 20px;
    border-radius: 5px;
    cursor: pointer;
}
.block{
    background: #fcfbf9;
    font-size: 16px;
    padding:30px 60px;
}
.block .numList b{
    font-weight: normal;
    color:#fff;
    background: #cbb486;
    width:30px;
    height:30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right:10px;
}
.block .duiList b{
    display: inline-block;
    width:21px;
    height:17px;
    background: url(images/dui.png) no-repeat center;
    margin-right: 20px;
}
.block .duiList span{
    display: inline-block;
    width:calc(100% - 42px);
    vertical-align: top;
}
.block li{
    margin: 10px 0;
}
.sjBlock{
    display: flex;
    justify-content: space-between;
    margin:60px 0;
}
.sjBlock li{
    width:260px;
    height:165px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
    text-align: center;
    position: relative;
    padding-top:50px;
    box-sizing: border-box;
}
.sjBlock li .name{
    font-size:18px;
    color:#cbb486 ;
    font-weight: bold;
}
.sjBlock li .num{
    font-size:14px;
    margin-top:30px;
}
.sjBlock li b{
    display: block;
    width:84px;
    height:84px;
    position: absolute;
    top:-42px;
    left:50%;
    margin-left:-42px;
}
.sjBlock li.li1 b{
    background: url(images/icon1.png) no-repeat center;
}
.sjBlock li.li2 b{
    background: url(images/icon2.png) no-repeat center;
}
.sjBlock li.li3 b{
    background: url(images/icon3.png) no-repeat center;
}
.sjBlock li.li4 b{
    background: url(images/icon4.png) no-repeat center;
}