.container {
}

.col {
    background: #fff;
    padding: 50px 0;
}

.col .content {
}

.col .h2 {
    text-align: center;
    font-size: 30px;
    /*font-weight: 700;*/
    line-height: 42px;
    color: #444;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.col .p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.banner {
    height: 520px;
    background: url(/skin/style/img/weapp/banner-new.png) no-repeat center;
    position: relative;
}

.banner .wrp1150 {
    position: relative;
    height: 100%;
}

.banner .btn-group {
    position: absolute;
    bottom: 166px;
    left: -20px;
}

.banner .btn-group .btn {
    font-size: 18px;
    display: block;
    width: 158px;
    height: 52px;
    border: 1px solid;
    text-align: center;
    line-height: 52px;
    float: left;
    color: #fff;
    border-radius: 4px;
    margin: 0 20px;
}

.banner .btn-group .btn.resUrl {
    background: #ff2a00;
    border-color: #ff2a00;
}

.banner .btn-group .btn.kfUrl {
}

.banner .btn-group .btn:hover {
    opacity: .9;
}

.last-col {
    text-align: center;
}

.last-col p {
    font-size: 28px;
    color: #1c8ffb;
    font-weight: 700;
    margin-bottom: 25px;
}

.last-col a {
    background: #1C8FFB;
    color: #fff;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 8px;
}

.last-col img {
    margin-top: 40px;
}
/*æµ å¬¬ç²›*/
.xt-col{
    background: #f4f4f4;
    margin-bottom: 50px;
}
.xt-col .h2 span{
    color: #5cc30d;
}
.xt-col .content{
    background: url('/skin/style/img/weapp/col-01.png?t=20210317') no-repeat right bottom;
    height: 382px;
    margin-bottom: -50px;
}
.xt-col .content ul{margin-bottom: 50px;margin-top: 50px;}
.xt-col .content ul li{
    float: left;
    width: 120px;
    margin: 0 20px;
    height: 190px;
}
.xt-col .content ul li .img{}
.xt-col .content ul li .img .icon{
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
.xt-col .content ul li h3{
    text-align: center;
    margin: 12px 0 16px;
    font-weight: 700;
}
.xt-col .content ul li p{
    line-height: 1.4;
}
.xt-col .content .btn{
    display: block;
    width: 160px;
    height: 54px;
    border-radius: 4px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    background: #f53636;
    font-size: 16px;
    margin-left: 20px;
}
.xt-col .content .btn:hover{
    opacity: .9;
}
/*é”ç†»å…˜*/
.gn-col{}
.gn-col .h2 span{
    color: #08d497;
}
.gn-col .content{}
.gn-col .content ul{
    padding: 30px 2px;
}
.gn-col .content ul li{
    text-align: center;
    float: left;
    border: 1px solid #dcdcdc;
    width: 252px;
    height: 252px;
    margin: 16px;
    cursor: pointer;
}
.gn-col .content ul li:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.gn-col .content ul li .img{}
.gn-col .content ul li .img .icon{
    display: block;
    margin: 30px auto;
}
.gn-col .content ul li h3{
    font-size: 20px;
}
.gn-col .content ul li p{
    margin: 12px 48px;
    color: #666;
    line-height: 1.4;
}
/*é™å±¾Äå¯®ï¿½*/
.yx-col{
    background: url('/skin/style/img/weapp/mo-bg.png?t=20190806') no-repeat center;
    height: 519px;
}
.yx-col .h2{
    color: #fff;
}
.yx-col .p{
    color: #fff;
}
.yx-col .content{}
.yx-col .content ul{
    margin: 0 -10px;
    margin-top: 56px;
}
.yx-col .content ul li{
    float: left;
    background: #fff;
    border-radius: 8px;
    width: 270px;
    height: 100px;
    margin: 10px;
}
.yx-col .content ul li .img{
    float: left;
    padding: 18px 10px;
}
.yx-col .content ul li .img .icon{
    display: block;
}
.yx-col .content ul li h3{
    margin-top: 28px;
    margin-bottom: 8px;
    font-weight: 700;
    overflow: hidden;
}
.yx-col .content ul li p{
    color: #666;
    overflow: hidden;
    padding-right: 1px;
}
/*æµ¼æ¨¼å£*/
.yd-col{}
.yd-col .h2 span{
    color: #ff8400;
}
.yd-col .content{}
.yd-col .content ul{}
.yd-col .content ul li{
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.yd-col .content ul li>div{
    display: table-cell;
    vertical-align: middle;
    height: 400px;
}
.yd-col .content ul li .text{
    width: 400px;
    margin: 0 90px;
}
.yd-col .content ul li .text h4{
    font-size: 26px;
    color: #ff8400;
    position: relative;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 56px;
}
.yd-col .content ul li .text h4:after{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #ddd;
}
.yd-col .content ul li:nth-child(1) .text h4{
    color: #ff5100
}
.yd-col .content ul li:nth-child(1) .text h4:after{
    background: #ff5100
}
.yd-col .content ul li:nth-child(2) .text h4{
    color: #37ca8e
}
.yd-col .content ul li:nth-child(2) .text h4:after{
    background: #37ca8e
}
.yd-col .content ul li:nth-child(3) .text h4{
    color: #ff3c22
}
.yd-col .content ul li:nth-child(3) .text h4:after{
    background: #ff3c22
}
.yd-col .content ul li:nth-child(4) .text h4{
    color: #37ca8e
}
.yd-col .content ul li:nth-child(4) .text h4:after{
    background: #37ca8e
}
.yd-col .content ul li .text p{
    color: #666;
    font-size: 16px;
    line-height: 2;
}
.yd-col .content ul li .img{
    margin: 0 60px;
}
.yd-col .content ul li .img img{}
/*æµœæ—‚ç¶‰*/
.ww-col{}
.ww-col .h2 span{
    color: #f37747;
}
.ww-col .content{
    margin-top: 50px;
    text-align: center;;
}
.ww-col .btn{
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #f53636;
    font-size: 16px;
    margin-top: 50px;
    margin-left: 20px;
}
/*çžæ› ãš*/
.zs-col{}
.zs-col .h2 span{
    color: #ff8400;
}
.zs-col .content{}
.zs-col .content ul{
    padding: 20px 0;
}
.zs-col .content ul li{
    text-align: center;
    width: 210px;
    float: left;
    margin: 10px;
}
.zs-col .content ul li img{
    width: 100%;
    display: block;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}
.zs-col .content ul li img:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    top: -2px;
}
.zs-col .content ul li span{
}
/*å¦—å œç·¥*/
.al-col{
    background: #f4f4f4;
}
.al-col .content{}
.al-col .content ul{}
.al-col .content ul li{
    float: left;
    width: 25%;
    padding: 20px 0;
    text-align: center;
}
.al-col .content ul li .icon{
    display: block;
    margin: 20px auto;
}
/*ç›å±¼ç¬Ÿ*/
.hy-col{}
.hy-col .content{}
.hy-col .content ul{
    padding: 0 5px;
    margin-top: 50px;
}
.hy-col .content ul li{
    float: left;
    text-align: center;
    width: 190px;
}
.hy-col .content ul li .img{
    margin-bottom: 12px;
}
.hy-col .content ul li .img .icon{
    display: block;
    margin: 0 auto;
}
.hy-col .content ul li span{
    font-size: 16px;
}

.bg-al_01 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -3458px -10px;
}
.bg-al_02 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -3718px -10px;
}
.bg-al_03 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -3978px -10px;
}
.bg-al_04 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -4238px -10px;
}
.bg-al_05 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -4498px -10px;
}
.bg-al_06 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -4758px -10px;
}
.bg-al_07 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -5018px -10px;
}
.bg-al_08 {
    width: 240px; height: 240px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -5278px -10px;
}
.bg-hy_01 {
    width: 172px; height: 172px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -2306px -10px;
}
.bg-hy_02 {
    width: 172px; height: 172px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -2498px -10px;
}
.bg-hy_03 {
    width: 172px; height: 172px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -2690px -10px;
}
.bg-hy_04 {
    width: 172px; height: 172px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -2882px -10px;
}
.bg-hy_06 {
    width: 172px; height: 172px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -3074px -10px;
}
.bg-gn_01 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1018px -10px;
}
.bg-gn_02 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1114px -10px;
}
.bg-gn_03 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1210px -10px;
}
.bg-gn_04 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1306px -10px;
}
.bg-gn_05 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1402px -10px;
}
.bg-gn_06 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1498px -10px;
}
.bg-gn_07 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1594px -10px;
}
.bg-gn_08 {
    width: 76px; height: 76px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1690px -10px;
}
.bg-xt_01 {
    width: 84px; height: 84px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1786px -10px;
}
.bg-xt_02 {
    width: 84px; height: 84px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1890px -10px;
}
.bg-xt_03 {
    width: 84px; height: 84px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -1994px -10px;
}
.bg-xt_04 {
    width: 84px; height: 84px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -2098px -10px;
}
.bg-xt_05 {
    width: 84px; height: 84px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -2202px -10px;
}
.bg-yx_01 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -10px -10px;
}
.bg-yx_02 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -94px -10px;
}
.bg-yx_03 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -178px -10px;
}
.bg-yx_04 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -262px -10px;
}
.bg-yx_05 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -346px -10px;
}
.bg-yx_06 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -430px -10px;
}
.bg-yx_07 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -514px -10px;
}
.bg-yx_08 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -598px -10px;
}
.bg-yx_09 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -682px -10px;
}
.bg-yx_10 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -766px -10px;
}
.bg-yx_11 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -850px -10px;
}
.bg-yx_12 {
    width: 64px; height: 64px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -934px -10px;
}
.bg-hy_05 {
    width: 172px; height: 172px;
    background: url('/skin/style/img/weapp/icon-bg.png') no-repeat -3266px -10px;
}