.mc-guide{height: 637px;background: url(../images/icon7.png) center center no-repeat;}
.mc-guide h1{padding-top: 25px;text-align: center;font-size: 24px;font-weight: bold;;color: rgb(12, 105, 185);margin-bottom: 22px;}
.lcfw{width: 971px;height: 116px;background-color: #ffffff;box-shadow: 0 0px 8px 0 rgba(12, 105, 185, 0.1);margin: 0 auto 19px;padding: 14px 20px 0;box-sizing: border-box;}
.jsrk{width: 273px;height: 64px;background-image: linear-gradient(0deg, #3a84ff 0%, #26acff 50%, #14d0ff 100%), linear-gradient(#ffffff, #ffffff);background-blend-mode: normal, normal;border-radius: 9px;margin: 0 auto 17px;}
.jsrk a{display: block;font-size: 18px;font-weight: bold;text-align: center;line-height: 64px;color: #fff;}
.textbosdiv{width: 971px;height: 333px;background-color: #ffffff;padding: 10px 10px 10px 20px;box-sizing: border-box;margin: 0 auto;box-shadow: 0 0px 8px 0 rgba(12, 105, 185, 0.1);line-height: 30px;}
.textbos{width: 100%;height: 100%;overflow-y: auto;}
.textbos::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
.textbos::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	height: 5px;     
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);      
    background: #cdcdcd;
}
.textbos::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #f4f4f4;
}
.textbos::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.lcfw .title{width: 90px;height: 82px;background-color: #0c69b9;margin: 3px 30px 0 0;text-align: center;line-height: 30px;font-size: 20px;font-weight: bold;text-align: center;color: #fff;padding-top: 8px;float: left;}
.lcfw ul li{float: left;margin-right: 15px;text-align: center;padding-right: 30px;background: url(../images/icon8.png)right center no-repeat;height: 88px;}
.lcfw ul li img{margin-bottom: 8px;}
.lcfw ul li:last-child{padding-right: 0;background: none;margin-right: 0;}





@media screen and (max-width: 767px) {
    .lcfw{width: 100%;padding: 14 10px 0;height: auto;}
    .lcfw .title{width: 100%;height: 40px;padding-top: 0;margin-bottom: 20px;line-height: 40px;}
    .lcfw .title br{display: none;}
    .textbosdiv{width: 100%;}
    .mc-guide{height: auto;}
    .lcfw ul li:nth-child(3n){margin-right: 0;}
    .lcfw ul li{margin-right: 5px;padding-right: 22px;}
}





























