﻿/*.container-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 107px 30px 200px 530px 10px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 107px 30px 200px 530px 10px;
    background: url(../images/guid-bg.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}*/
.container-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 107px 11px 200px 530px 50px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 107px 11px 200px 530px 10px;
    background: url(../images/guid-bg.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.header-grid {
    grid-area: 1/2/2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    margin-top: 27px;
    margin-left: 3px;
}

.web-title {
    margin-top: 38px;
}

.nav-grid {
    grid-area: 2/1/3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    background-image: -webkit-gradient(linear,
            left bottom, left top,
            color-stop(1%, #881b10),
            color-stop(56%, #a2211f),
            color-stop(97%, #bc262d)),
        -webkit-gradient(linear,
            left top, left bottom,
            from(#02984b),
            to(#02984b));
    background-image: -webkit-linear-gradient(bottom,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        -webkit-linear-gradient(#02984b,
            #02984b);
    background-image: -moz-linear-gradient(bottom,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        -moz-linear-gradient(#02984b,
            #02984b);
    background-image: -o-linear-gradient(bottom,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        -o-linear-gradient(#02984b,
            #02984b);
    background-image: linear-gradient(0deg,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        linear-gradient(#02984b,
            #02984b);
    background-blend-mode: normal,
        normal;
}

.banner-grid {
    grid-area: 3/1/4/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
}

.banner-wrap {
    position: relative;
    height: 200px;
    width: 100%;
}

.hd {
    position: absolute;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    bottom: 27px;
}

.hd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.hd ul li {
    width: 18px;
    height: 18px;
    background-color: #a0a0a0;
    margin-right: 31px;
    border-radius: 50%;
    font-size: 0px;
}

.hd ul li.on {
    background-color: #fff;
}

.hd ul li:last-child {
    margin-right: 0;
}

.bd {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.bd ul li {
    float: left;
}

.bd ul li a {
    display: block;
    height: 300px;
    width: 2150px;
}

.bd ul li a img {
    height: 300px;
    width: 2150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-grid{
    grid-area: 4/1/5/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
}

.main-wrap {
    margin-top: 30px;

}

.guid-list {
    padding: 0 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap:wrap;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    
    
}

    .guid-list li {
        padding: 10px;
        width: 300px;
        height: 200px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);
        /*box-shadow: 0px 4px 20px 0px rgba(51, 51, 51, 0.2);*/
        border-radius: 10px;   
                
    }

.guid-list li a {
    display: block;
}

/*.guid-img{
    width: 311px;
	height: 232px;
	border-radius: 10px 10px 0px 0px;
}*/

.guid-img {
    width: 300px; 
    height: 157px;
    border-radius: 10px 10px 0px 0px;
}

.guid-img img {
    width: 300px;
    height: 157px;
    border-radius: 10px 10px 0px 0px;
}

.guid-title {
    margin-top: 16px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #8a1a10;
}

.guid-btn {
    display: block;
    margin: 0 auto;
    margin-top: 17px;
    width: 90px;
    background-image: -webkit-gradient(linear,
            left bottom, left top,
            color-stop(1%, #881b10),
            color-stop(56%, #a2211f),
            color-stop(97%, #bc262d)),
        -webkit-gradient(linear,
            left top, left bottom,
            from(#000000),
            to(#000000));
    background-image: -webkit-linear-gradient(bottom,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        -webkit-linear-gradient(#000000,
            #000000);
    background-image: -moz-linear-gradient(bottom,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        -moz-linear-gradient(#000000,
            #000000);
    background-image: -o-linear-gradient(bottom,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        -o-linear-gradient(#000000,
            #000000);
    background-image: linear-gradient(0deg,
            #881b10 1%,
            #a2211f 56%,
            #bc262d 97%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer {
    grid-area: 5/1/6/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    background-color: #8a1a10;
}

.footer p {
    margin-top: 18px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}