.wlbox {
    width: 60%;
    margin-top: 3vw;
}
.wlbox .bkc {
    margin-top: 3vw;
}
.khbox {
    width: 70%;
}

.mdseek {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.mdseek span {
    display: block;
    float: left;
    line-height: 40px;
    font-size: 1.125rem;
    margin-right: 10px;
}
.mdseek select {
    display: block;
    float: left;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
    border: 0;
    background: #fff;
    padding: 0 20px;
    border-radius: 5px;
    margin-right: 10px;
}
.mdseek select:nth-child(3) {
    margin-right: 40px;
}
.mdseek input.inp {
    display: block;
    float: left;
    width: 300px;
    height: 38px;
    line-height: 38px;
    border: 0;
    border-bottom: 1px solid #999;
    background: none;
    font-size: 1.125rem;
}
.mdseekb {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
    color: #fff;
    background: #e84127;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    border: 0;
}
.mdlist {
    height: auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    margin: 3vw 0;
}
.mdli {
    width: 45%;
    margin-left: 5%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    float: left;
}
.mdi {
    display: table-cell;
    width: 60px;
    height: auto;
    vertical-align: middle;
    border-right: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}
.mdt {
    display: table-cell;
    width: calc(100% - 70px);
    height: auto;
    vertical-align: middle;
}
.mdt span {
    display: block;
    margin: 0 50px 0 30px;
    line-height: 160%;
    font-size: 0.875rem;
    color: #666;
}
.mdt span:nth-child(1) {
    font-weight: bold;
    font-size: 1.3rem;
}
.mdt span:nth-child(2) {
    padding-top: 15px;
}
.mdt span:nth-child(3) {
    padding-bottom: 15px;
}
.mdtips {
    text-align: center;
    line-height: 100px;
    color: #999;
}

.dcbox {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 8vw;
}
.dcbox li {
    width: calc(20% - 20px);
    height: 6vw;
    overflow: hidden;
    float: left;
    margin: 0 0 20px 25px;
    background: #fff;
}
.dcbox li:nth-child(5n+1) {
    margin-left: 0;
}
.dcbox li:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dcbox img {
    display: block;
    width: 60%;
    height: calc(100% - 30px);
    margin: 15px auto;
    object-fit: contain;
}


.lxbox {
    height: auto;
    overflow: hidden;
}
.lx {
    width: 23%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 30px 0 20px 8%;
    color: #666;
}
.lx:nth-child(3n+1) {
    width: 38%;
    margin-left: 0;
}
.lxt {
    line-height: 50px;
    font-size: 1.5rem;
    border-bottom: 1px solid #666;
    overflow: hidden;
}
.lxt span {
    display: block;
    float: left;
}
.lxt .svg {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.lxt .svg path {
    fill: #666;
}
.lxc {
    margin-top: 30px;
    font-size: 1.25rem;
    line-height: 180%;
}
.lxc strong, .lxc b {
    font-size: 1.5rem;
}

.lxly {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lyc {
    margin: 80px;
}
.lyrow {
    height: auto;
    overflow: hidden;
    font-size: 0;
}
.lyrow:nth-child(1) {
    margin-bottom: 30px;
}
.lyc .inp {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 55px;
    background: #fff;
    border-radius: 3px;
    border: 0;
    font-size: 1.2rem;
    padding: 0 10px;
    margin-right: 20px;
}
.lyc textarea {
    display: inline-block;
    vertical-align: bottom;
    width: calc(50% + 40px);
    height: 15vw;
    border: 0;
    border-radius: 3px;
    background: #fff;
    font-size: 1.2rem;
    padding: 10px;
    margin-right: 20px;
}
.lyc b {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 40px;
    font-size: 1.5rem;
    line-height: 55px;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    font-weight: normal;
}
.lyc b:hover {
    background: rgba(255, 255, 255, .2);
}

.askbox {
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: 10px auto 80px auto;
}
.askrow {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.askrow span {
    display: block;
    width: 100px;
    font-size: 1rem;
    line-height: 40px;
    float: left;
}
.askrow span:nth-child(3) {
    margin-left: 20px;
}
.askrow input.inp, .askrow select {
    display: block;
    float: left;
    width: 330px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    padding: 0 10px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.askrow input.inp2 {
    width: 780px;
}
.askrow textarea {
    display: block;
    float: left;
    width: 780px;
    height: 180px;
    border: 0;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 26px;
}
.askrow b {
    display: block;
    padding: 0 50px;
    font-size: 1.2rem;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    background: #333;
    border-radius: 3px;
    float: left;
    margin-left: 100px;
    margin-top: 10px;
}

.servcont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 1vw 0 5vw 0;
    font-size: 1rem;
    line-height: 180%;
}
.servcont img {
    max-width: 100%;
}

.fwslist {
    height: auto;
    background: #fff;
    overflow: hidden;
    padding-bottom: 5vw;
    margin: 3vw 0;
}
.fws {
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 3vw 0 0 6%;
}
.fws img.fwslogo {
    height: 50px;
    margin-bottom: 1vw;
}
.fws span, .fws b {
    display: block;
}
.fwst {
    font-size: 1.125rem;
    font-weight: bold;
}
.fwsc {
    font-size: 1rem;
    line-height: 180%;
    margin-top: 30px;
}
.fws b {
    width: 120px;
    line-height: 36px;
    border-radius: 3px;
    background: #666;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 30px;
    font-weight: normal;
}
.fws b:hover {
    background: #e84127;
}