@charset "utf-8";

.grid-965 {
    width: 100%;
	max-width: 965px;
    margin: 0 auto;
    position: relative;
}
.grid-798{
    width: 100%;
	max-width: 798px;
    margin: 0 auto;
    position: relative;
}
.grid-720 {
    width: 100%;
	max-width: 720px;
    margin: 0 auto;
    position: relative;
}
.dl-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.cp-Table {
    padding-top: 40px;
    padding-bottom: 88px;
}
/* table */
.cp-Table table {
    width: 100%;
}
.cp-Table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.20);
}
.cp-Table td {
    padding: 24px 30px 24px 35px;
    line-height: 25px;
}
.cp-Table td:first-child {
    width: 29.4%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-right: 2px solid #fff;
    text-align: center;
    text-shadow: 2px 2px 3px #000;
}
.cp-Table2 td:first-child {
    font-weight: normal;
}
.cp-Table td:last-child{
    font-size: 16px;
    color: #fff;
}
.cp-Table a.hv-o {
    text-decoration: none;
    transition: ease all 0.35s;
    color: #fff;
}
/* End table */
.cp-Table2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* table 2*/
.cp-bg-Table {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 20px;
    padding: 28px 0;
}
.cp-Table2  td {
    padding: 10px 25px 10px 25px;
    line-height: 23px;
}
.cp-Table2 table tr:nth-child(odd){
    background: none;
}
.cp-Table2 td:first-child {
    width: 22.3%;
}
/* End table 2*/

/* table 3*/
.cp-Table3 td {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    padding: 11px 0;
}
.cp-Table3 td:first-child {
    font-size: 24px;
    font-weight: bold;
    width: 44.7%;
    padding: 5px 0;
}
.cp-Table3 td:last-child {
    line-height: 25px;
}
.cp-Table3 table {
    margin: 0 auto;
}
.cp-Table3 {
    padding-top: 30px;
    padding-bottom: 80px;
    padding-left: 3.959vw;
    padding-right: 3.959vw;
}
.cp-Table3 td.cp-Table3-td-2 {
    vertical-align: top;
    padding-top: 15px;
}
/* End table 3*/

/* slide */
.cp-slide .slider {
    margin-left: 20px;
    margin-right: 20px;
}
.cp-box-slide {
    background: rgba(0, 0, 0, 0.3);
    padding: 36px;
    padding-bottom: 10px;
    margin-bottom: 90px;
}
.cp-slide .slick-next {
    right: 0;
    width: 30px;
}
.cp-slide .slick-prev {
    left: 0;
    width: 30px;
}
.cp-slide .slick-next, .slick-prev {
    height: 100%;
    background: #000 ;
    z-index: 1;
    height: 316px;
}
.cp-slide .slick-next:focus, .cp-slide .slick-next:hover, .cp-slide .slick-prev:focus, .cp-slide .slick-prev:hover {
    background: #000 ;
}
.cp-slide .slick-next:before {
    content: '';
    position: absolute;
    background: url(../img/ab-slide-next.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 13px;
    height: 19px;
    left: 50%;
    top: 48%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    z-index: 999999;
}
.cp-slide .slick-prev:before {
    content: '';
    position: absolute;
    background: url(../img/ab-slide-pre.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 13px;
    height: 19px;
    left: 50%;
    top: 48%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    z-index: 999999;
}
.cp-slide .slick-dots {
    position: absolute;
    bottom: -32px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow: visible;
}
.cp-slide .slick-dots li button:before {
    color: #fff;
    opacity: unset;
    font-size: 10px;
}
.cp-slide .slick-dots li.slick-active button:before {
    opacity: unset;
    color: #FF3300;
    font-size: 10px;
}
.cp-slide .slick-dots li {
    margin: 0 4px;
}
.slick-slider,.cp-box-slide {
    overflow: visible;
}
.slick-dotted .slick-next:before, .slick-prev:before {
    opacity: unset;
}
/* .cp-slide li.slick-active button {
    background: #FF3300;
} */

@media all and (-ms-high-contrast:none) {
    .cp-slide .slick-dots li button::before,.slick-dotted .slick-next::before, .slick-prev::before {
    opacity: 10;
    }
}
/* End slide */

.base-Map {
    padding-top: 40px;
    padding-bottom: 88px
}

/* Response */
@media screen and (max-width:1000px) {
    .cp-Table3 td:first-child {
        font-size: 2.400vw;
    }
    .cp-Table3 td {
        font-size: 1.600vw;
    }
    .cp-Table td:last-child {
        font-size: 1.600vw;
    }
    .cp-Table td:first-child {
        font-size: 1.600vw;
    }
    .cp-Table2 td {
        line-height: 2.300vw;
    }
    .cp-Table td,.cp-Table3 td:last-child {
        line-height: 2.500vw;
    }
    .cp-Table3 {
        padding-top: 6.519vw;
    }
}

@media screen and (max-width:850px) {

}

@media screen and (max-width:767px) {
    .cp-Table td:first-child {
        font-size: 3.390vw;
    }
    .cp-Table td:last-child {
        font-size: 3.390vw;
        line-height: 5.867vw;
    }
    .cp-Table tr:nth-child(odd) {
        background: none;
    }
    .cp-Table td:first-child {
        background: rgba(0, 0, 0, 0.20);
    }
    .cp-Table td:first-child,.cp-Table td {
        width: 100%;
        float: left;
        border-right: none;
        text-align: left;
    }
    .cp-bg-Table {
        margin-top: 2.608vw;
        padding: 3.651vw 0;
    }
    .cp-Table3 td:first-child {
        font-size: 3.911vw;
        line-height: 200%;
        width: 100%;
        float: left;
    }
    .cp-Table3 td:last-child {
        font-size: 3.390vw;
        line-height: 5.867vw;
        width: 100%;
        float: left;
    }
    .cp-Table3 td.cp-Table3-td-2 {
        vertical-align: top;
        padding-top: 0;
    }


}
@media screen and (max-width:480px) {
    .cp-Table td {
        padding: 10px 10px 10px 10px;
        line-height: 25px;
    }
    .cp-bg-Table {
        margin-top: 2.608vw;
        padding: 0;
    }
}


