/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Noto Sans TC', 'Funnel Display', sans-serif;
    overflow-x: hidden;
    color: #1a1a1a;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #303030;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

::selection {
    background: rgba(204, 204, 204, 1);
}


/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/****head001 start****/
header {
    z-index: 90;
    position: relative;
}

/*mibutton*/
.mibutton {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
    display: none;
}

.mibutton span {
    display: block;
    text-align: center;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: .3s ease all;
}

.mibutton span:nth-child(2) {
    top: 10px;
}

.mibutton span:nth-child(3) {
    top: 20px;
}

.mibutton_ani span {
    opacity: 1;
    background: #fff;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.mibutton_ani span:nth-child(2) {
    opacity: 0;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    top: 29px;
}

/*navbar*/
.navbar {
    background: rgb(238 208 45 / .95);
    padding: 3.7rem 13.7rem 3.7rem 4.8em;
    text-align: left;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(170, 149, 67, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(170, 149, 67, 0.35));
}

.navtop,
.intop {
    position: fixed;
    z-index: 30;
    opacity: 1;
    pointer-events: auto;
    transition: .5s ease-in;
}

/*ilogo*/
.ilogo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: left;
}

.ilogo a {
    display: inline-block;
    transition: .3s ease all;
}

.ilogo a h2 {
    font-size: 24px;
    color: #1c2240;
    font-weight: bold;
}

.ilogo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 75%;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 3px;
    text-align: left;
    position: relative;
    padding: 0 2rem;
}


.ibutton a {
    position: relative;
    letter-spacing: 1px;
}

.ibutton a img {
    display: inline-block;
    padding-right: 1rem;
    transition: .5s all;
}

.ibutton a p.ch {
    color: #1c2240;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
    transition: .5s all;
}

.ibutton a:hover img {
    filter: opacity(0.8);
}

.ibutton a:hover p.ch {
    color: #fff;
}

@media screen and (max-width:1536px) {
    .navbar {
        padding: 3.7rem 5.7rem 3.7rem 2rem;
    }
}

@media screen and (max-width:1400px) {
    .navbar {
        padding: 3.7rem 1rem 3.7rem 2rem;
    }
}

@media screen and (max-width:1366px) {
    .ilogo {
        width: 15%;
    }

    .ibutton {
        width: 80%;
        text-align: left;
    }
}

@media (max-width:1200px) {
    .ibutton {
        width: 79%;
    }

    .ibutton li {
        padding: 0 1rem;
    }
}

@media (max-width:1100px) {
    img.ft001_logo {
        max-width: 22vw;
    }

    .mibutton {
        display: block;
        top: 4rem;
    }

    .ilogo {
        width: 100%;
        text-align: left;
        padding: .3em 2em;
    }

    .ilogo a {
        display: inline-block;
        width: 200px;
    }

    .ibutton {
        width: 100%;
        text-align: center;
        display: none;
        padding-bottom: 1em;
    }

    .ibutton li {
        display: block;
        width: 35%;
        padding: 2rem;
        margin: 0 auto;
        text-align: center;
    }

    .ibutton li:before {
        top: 4rem;
    }

    .ibutton li a {
        padding: 1em;
        transition: .2s ease all;
        height: auto;
    }

    .navbar {
        position: fixed;
        opacity: 1;
        pointer-events: auto;
        background: rgb(238 208 45 / .95);
    }
}

@media (max-width:1024px) {
    .mibutton {
        top: 3rem;
    }

    .navbar {
        padding: 2rem 2rem;
    }
}

@media (max-width:834px) {
    .mibutton {
        top: 2.5rem;
    }

    .ibutton li {
        width: 50%;
    }
}

@media (max-width:768px) {}

@media (max-width:600px) {
    .ilogo {
        padding: 0;
    }

}

@media (max-width:500px) {
    .mibutton {
        right: 1em;
    }

    .ibutton a {
        font-size: 16px;
    }

    .ilogo {
        padding: .3em 1em;
    }

}

@media (max-width:450px) {
    .mibutton {
        top: 2rem;
    }

    .navbar {
        padding: 1.4rem 0;
    }
}

@media (max-width:414px) {
    .mibutton {
        top: 2.2rem;
    }

}

@media (max-width:390px) {
    .ibutton li {
        width: 90%;
    }
}


/****head001 end****/
/***********************/
/***********************/
/***index start***/


.index {
    width: 100%;
    padding-left: 6rem;
    display: flex;
    justify-content: space-between;
}

.index .index_lt {
    width: 57.4%;
    padding-top: 9.3rem;
}

.index .index_rt {
    width: 48%;
    margin-left: -10rem;
    background: url(../../images/dex_deco01.png) top right no-repeat;
    background-size: contain;
    min-height: 979px;
    padding-top: 14.8rem;
}


.index_rt .logo {
    padding-left: 23.8rem;
}

.index_rt .logo img {}

.index_rt .index_hr {
    width: 210px;
    max-width: 100%;
    min-height: 1px;
    background: #000000;
    margin: 1rem 0 1rem 25.2rem;
}

.index_rt .index_txt {
    padding-left: 25.2rem;
    position: relative;
}

.index_rt .index_txt:after {
    content: '';
    background: url(../../images/dex_deco02.png) bottom left no-repeat;
    width: 209px;
    max-width: 100%;
    min-height: 28px;
    position: absolute;
    bottom: -3rem;
    left: 38.8rem;
}

.index_rt .index_txt h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.8;
}

.index_rt .scroll {
    padding: 5rem 0 0 35rem;
    animation: enter 1s infinite alternate;
}

@keyframes enter {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(15px);
    }
}

.index_rt .index_car {
    padding-left: 4rem;
    margin-top: -7.2rem;
    pointer-events: none;
}

@media screen and (max-width:1536px) {
    .index_rt .logo {
        padding-left: 18.8rem;
    }

    .index_rt .index_hr {
        margin: 1rem 0 1rem 20.2rem;
    }

    .index_rt .index_txt {
        padding-left: 20.2rem;
    }

    .index_rt .scroll {
        padding: 3rem 0 0 27rem;
    }

    .index_rt .index_car {
        padding-left: 0;
        margin-top: -4.2rem;
    }
}

@media screen and (max-width:1366px) {
    .index_rt .logo {
        padding-left: 10rem;
    }

    .index_rt .index_hr {
        margin: 1rem 0 1rem 12rem;
    }

    .index_rt .index_txt {
        padding-left: 12.2rem;
    }

    .index_rt .index_txt:after {
        left: 25.8rem;
    }

    .index_rt .scroll {
        padding: 1rem 0 0 21rem;
    }

    .index_rt .index_car {
        margin-top: -2.2rem;
    }
}

@media screen and (max-width:1200px) {
    .index {
        padding-left: 2rem;
    }
}

@media screen and (max-width:1100px) {
    .index {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    .index .index_lt {
        width: 100%;
        padding: 1rem 0 0;
    }

    .index .index_rt {
        width: 100%;
        margin-left: 0;
        order: -1;
    }

    .index_rt .logo {
        padding: 0;
        text-align: center;
    }

    .index_rt .index_hr {
        margin: 1rem auto 1rem;
        width: 28%;
    }

    .index_rt .index_txt {
        padding: 0;
        text-align: center;
    }

    .index_rt .index_txt:after {
        left: 50.8rem;
    }

    .index_rt .scroll {
        padding: 4rem 0;
        text-align: center;
    }

    .index_rt .index_car {
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width:834px) {
    .index_rt .index_txt:after {
        left: 37.8rem;
    }
}

@media screen and (max-width:768px) {
    .index_rt .index_txt:after {
        left: 14rem;
        right: 0;
        margin: 0 auto;
    }

    .index_rt .scroll {
        padding: 4rem 14rem 4rem 0;
    }
}

@media screen and (max-width:576px) {
    .index .index_rt {
        min-height: 820px;
    }

    .index_rt .index_hr {
        width: 60%;
    }

    .index_rt .scroll {
        display: none;
    }

    .index_rt .index_car {
        margin: 5rem 0 0 0;
    }
}

@media screen and (max-width:450px) {
    .index .index_rt {
        min-height: 730px;
        background-size: cover;
    }
}

@media screen and (max-width:414px) {
    .index .index_rt {
        min-height: 710px;
    }

    .index_rt .index_hr {
        width: 80%;
    }

    .index_rt .index_txt h2 {
        font-size: 18px;
    }
}

@media screen and (max-width:393px) {
    .index .index_rt {
        min-height: 690px;
    }
}

@media screen and (max-width:360px) {
    .index .index_rt {
        min-height: 660px;
    }

    .index_rt .index_txt:after {
        background-size: 60%;
        background-position: top center;
    }

    .index_rt .index_car {
        margin: 3rem 0 0 0;
    }
}

@media screen and (max-width:350px) {
    .index_rt .logo {
        padding: 0 1rem;
    }
}

@media screen and (max-width:340px) {
    .index .index_rt {
        min-height: 620px;
    }

    .index_rt .index_txt h2 {
        font-size: 15px;
    }

    .index_rt .index_txt:after {
        left: 8rem;
    }
}

@media screen and (max-width:320px) {
    .index .index_rt {
        min-height: 590px;
    }
}

@media screen and (max-width:300px) {
    .index .index_rt {
        min-height: 450px;
    }

    .index_rt .index_txt:after {
        left: 7rem;
    }
}


/***index end****/
/***********************/
/***********************/
/***inews start***/

.inews {
    width: 1560px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 7rem 0 9.3rem;
}

.inews .inews_title {
    position: relative;
    margin-bottom: 5rem;
}

.inews .inews_title:before,
.inews .inews_title:after {
    content: '';
    background: #000;
    width: 35%;
    height: 1px;
    position: absolute;

}

.inews .inews_title:before {
    bottom: .8rem;
    left: 0;
}

.inews .inews_title:after {
    bottom: .8rem;
    right: 0;
}

.inews .inews_title h2 {
    font-size: 36px;
    color: #1c2240;
    font-weight: 500;
    margin-bottom: 1.4rem;
}

.inews .inews_title h3 {
    font-size: 16px;
    color: #425573;
    font-family: 'Funnel Display';
}

.inews .inewsline {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.inews .inewsline ul {}

.inews .inewsline ul li {
    line-height: 4rem;
}

.inews .inewsline ul li a span {
    font-size: 18px;
    color: #1c2240;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .5s all;
}

.inews .inewsline ul li a:hover span {
    color: #970808;
}

@media screen and (max-width:1536px) {
    .inews {
        padding: 7rem 2rem 9.3rem;
    }
}

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

    .inews .inews_title:before,
    .inews .inews_title:after {
        width: 25%;
    }
}

@media screen and (max-width:450px) {
    .inews {
        padding: 5rem 2rem 5rem;
    }

    .inews .inews_title:before,
    .inews .inews_title:after {
        width: 15%;
    }
}

@media screen and (max-width:414px) {
    .inews {
        padding: 5rem 1rem;
    }

    .inews .inews_title {
        margin-bottom: 2rem;
    }

    .inews .inewsline ul li a span {
        text-align: left;
    }
}

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

    .inews .inews_title:before,
    .inews .inews_title:after {
        width: 10%;
    }
}

/***inews end****/
/***********************/
/***********************/
/***D001 start***/

.D001 {
    width: 100%;
    display: flex;
}

.D001 .D0011 {
    width: 50%;
    padding: 19.8rem 19rem 10rem 23.4rem;
    background: #f2f2f2;
}

.D0011 .D0011_title {
    padding-bottom: 2.2rem;
    border-bottom: 1px #1c2240 solid;
    margin: 0 2.5rem 5rem 0;
    display: flex;
    justify-content: space-between;
}

.D0011 .D0011_title h3 {
    font-size: 36px;
    color: #1c2240;
    font-family: 'Funnel Display';
    font-weight: 300;
}

.D0011 .D0011_title h2 {
    font-size: 36px;
    color: #1c2240;
    font-weight: 500;
}

.D0011 .D0011_txt {}

.D0011 .D0011_txt h4 {
    font-size: 22px;
    color: #ef6253;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.D0011 .D0011_txt span {
    font-size: 16px;
    color: #1c2240;
    margin-bottom: 2.4rem;
    line-height: 2;
    display: block;
}

.D0011 .D0011_txt p {
    font-size: 22px;
    color: #1c2240;
    font-weight: bold;
    margin-top: 2.2rem;
    letter-spacing: 1;
}


.D001 .D0012 {
    width: 50%;
}

.D0012 .D0012_top {}

.D0012 .D0012_top img {
    vertical-align: bottom;
}

.D0012 .D0012_bot {
    display: flex;
}

.D0012_bot .D0012_txt {
    width: 50%;
    background: #eed02d;
    padding: 4rem 7rem 0 5rem;
}

.D0012_bot .D0012_txt ul {
    list-style: disc;
    margin-bottom: 5rem;
}

.D0012_bot .D0012_txt ul li {
    font-size: 16px;
    color: #1c2240;
    line-height: 2;
    letter-spacing: 1px;
    text-align: justify;
}

.D0012_bot .D0012_img {
    width: 50%;
}

.D0012_bot .D0012_img img {
    vertical-align: bottom;
}

@media screen and (max-width:1800px) {
    .D001 .D0011 {
        padding: 12rem 17rem 6rem 15rem;
    }

    .D0012_bot .D0012_txt {
        padding: 4rem 3rem 0 4rem;
    }

    .D0012_bot .D0012_txt ul {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:1700px) {
    .D0012_bot .D0012_txt {
        padding: 2rem 3rem 0 3rem;
    }
}

@media screen and (max-width:1600px) {
    .D001 .D0011 {
        padding: 12rem 11rem 6rem 6rem;
    }

    .D0012_bot .D0012_txt ul {
        margin-bottom: 0;
    }
}

@media screen and (max-width:1536px) {
    .D001 .D0011 {
        padding: 9rem 10rem 6rem 6rem;
    }

    .D0012_bot .D0012_txt ul li {
        letter-spacing: 0;
    }
}

@media screen and (max-width:1400px) {
    .D001 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .D001 .D0011 {
        width: 69%;
    }

    .D001 .D0011 {
        padding: 9rem 18rem 6rem 18rem;
    }

    .D001 .D0012 {
        width: 100%;
    }

    .D001 .D0012 {
        width: 69%;
        text-align: center;
    }

    .D0012_bot .D0012_txt {
        padding: 4rem 6rem 0 6rem;
    }

    .D0012_bot .D0012_txt ul {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width:1200px) {
    .D001 .D0011 {
        width: 81%;
    }

    .D001 .D0012 {
        width: 81%;
    }
}

@media screen and (max-width:1000px) {
    .D001 .D0011 {
        width: 97%;
    }

    .D001 .D0012 {
        width: 97%;
    }
}

@media screen and (max-width:834px) {
    .D001 .D0011 {
        width: 100%;
        padding: 9rem 13rem 6rem 13rem;
    }

    .D001 .D0012 {
        width: 100%;
    }

    .D0012_bot .D0012_txt {
        padding: 2rem 1rem 0 3rem;
    }

}

@media screen and (max-width:768px) {
    .D001 .D0011 {
        padding: 9rem 10rem 6rem 10rem;
    }

    .D0012_bot .D0012_txt ul {
        margin-bottom: 0;
    }
}

@media screen and (max-width:650px) {
    .D001 .D0011 {
        padding: 6rem 2rem 6rem 2rem;
    }

    .D0012 .D0012_bot {
        flex-wrap: wrap;
        justify-content: center;
    }

    .D0012_bot .D0012_txt {
        padding: 4rem 3rem 7rem 8rem;
        width: 100%;
        text-align: left;
    }

    .D0012_bot .D0012_txt ul {
        margin-bottom: 4rem;
    }

    .D0012_bot .D0012_img {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .D0011 .D0011_title h3 {
        font-size: 25px;
    }

    .D0011 .D0011_title h2 {
        font-size: 30px;
    }

    .D0012_bot .D0012_txt {
        padding: 4rem 3rem 3rem 4rem;
    }

    .sp_br {
        display: none;
    }
}

@media screen and (max-width:414px) {
    .D001 .D0011 {
        padding: 6rem 1rem 6rem 1rem;
    }
}

@media screen and (max-width:360px) {
    .D0011 .D0011_title h3 {
        font-size: 20px;
    }

    .D0011 .D0011_title h2 {
        font-size: 25px;
    }
}

@media screen and (max-width:330px) {
    .D0011 .D0011_txt h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:300px) {
    .D0011 .D0011_title h3 {
        font-size: 17px;
    }
}

/***D001 end****/
/***********************/










/***********************/
/***news start***/

.news {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
}

/***newstable***/
.newstable {
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
    padding: 1em 0 2em;
}

.newstable table {
    width: 100%;
}

.newstable table a:not(:nth-child(1)) {
    display: inline-block;
}

.newstable a:hover {
    color: #21701d;
}

.page a {
    display: inline-block;
}

.page td {
    vertical-align: middle;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    border: double 4px #a9a9a9;
    border-radius: 5px;
    padding: .3em 1em;
    margin: 3px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: .2s linear;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: double 4px #fff;
}




@media screen and (max-width:991px) {
    .news {
        padding: 0 2rem;
    }
}


@media screen and (max-width:414px) {
    .news {
        padding: 0 1rem;
    }
}

/***news end****/
/***********************/
/***********************/
/***car start***/

.car {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:1366px) {
    .car {
        padding: 0 2rem;
    }
}

/***car end****/
/***********************/
/***********************/
/***moto start***/

.moto {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:1366px) {
    .moto {
        padding: 0 2rem;
    }
}

/***moto end****/
/***********************/

/*newslist*/
.newslist {
    position: relative;
    z-index: 1;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    display: inline-block;
    width: 32%;
}

.newslist_rwd a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
}

/*newstitle*/
.newstitle{
    font-size: 24PX;
}

/*npic*/
.npic {
    position: relative;
    width: 400px;
    max-width: 100%;
    min-height: 300px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
    box-shadow: 4px 5px 35px rgba(56, 52, 43, .5);
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.newslist_rwd a:hover .npic {
    transform: translateY(-5px);
}

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: 4rem 0 .5rem 0;
    width: 90%;
    padding: 0 0 0 2.4rem;
    display: inline-block;
    vertical-align: top;
}

.ntitle:before {
    content: '';
    background: #000;
    width: 9px;
    min-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.ntitle h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 2rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

}

/*page_num*/
.page_num {
    padding: 1em 0;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

.tableimg ol {
    list-style-type: decimal;
    margin-left: 2rem;
}

.tableimg ul {
    list-style-type: disc;
    margin-left: 2rem;
}

.tableimg a{
    color: #1b15ec;
    transition: .5s all;
}

.tableimg a:hover{
    color: #d90f0f;
}
.tableimg table{}
.tableimg table tr{}
.tableimg table tr td{
	vertical-align: middle;
}
.tableimg table tr td:nth-child(1){
    width: 30%;
}
.tableimg table tr td:nth-child(2){
    width: 30%;
}

@media screen and (max-width:1366px) {
    .newslist_rwd {
        width: 33%;
    }
}

@media screen and (max-width:1100px) {
    .newslist_rwd {
        width: 49%;
        text-align: center;
        margin-bottom: 3rem;
    }

    .ntitle {
        width: 74%;
    }
}

@media screen and (max-width:1000px) {
    .ntitle {
        width: 82%;
    }
}

@media screen and (max-width:834px) {
    .newslist_rwd {
        width: 47%;
        margin: 0 1rem 3rem;
    }

    .ntitle {
        width: 95%;
    }
}

@media screen and (max-width:768px) {
    .newslist_rwd {
        width: 45%;
    }
}

@media screen and (max-width:650px) {
    .npic {
        min-height: 220px;
    }
}

@media screen and (max-width:450px) {
    .newslist_rwd {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .npic {
        min-height: 280px;
    }
}

@media screen and (max-width:393px) {
    .npic {
        min-height: 260px;
    }
}

@media screen and (max-width:360px) {
    .npic {
        min-height: 250px;
    }
}

@media screen and (max-width:330px) {
    .npic {
        min-height: 220px;
    }
}

@media screen and (max-width:300px) {
    npic {
        min-height: 190px;
    }
}

/***********************/
/***footer***/
footer {
    position: relative;
    padding-top: 11.3rem;
}

footer .ft_inner {
    width: 1374px;
    max-width: 100%;
    margin: 0 auto 4.3rem;
    display: flex;
}

.ft_inner .ft_loc {
    width: 51%;
    margin-right: 10.6rem;
}

.ft_loc .ft_map {
    width: 681px;
    max-width: 100%;
    min-height: 481px;
    border: 6px solid #000000;
    position: relative;
}


.ft_loc .ft_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ft_inner .ft_info {
    width: 37%;
    padding-top: 6.6rem;
}

.ft_info .ftinfo_title {
    margin-bottom: 3rem;
}

.ft_info .ftinfo_title h2 {
    font-size: 36px;
    color: #1c2240;
    font-weight: bold;
    position: relative;
    padding-bottom: 1.8rem;
    display: inline-block;
    padding-right: 2rem;
}

.ft_info .ftinfo_title h2:after {
    content: '';
    background: #eed02d;
    width: 146px;
    max-width: 100%;
    min-height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ft_info .ftinfo_title h3 {
    font-size: 36px;
    color: #1c2240;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}


.ft_info .ftinfo_content ul {}

.ft_info .ftinfo_content ul li {
    margin-bottom: 1.5rem;
}

.ft_info .ftinfo_content ul li span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ft_info .ftinfo_content ul li span svg {
    padding-right: .3rem;
    color: #1c2240;
}

.ft_info .ft_line {
    background: #000000;
    width: 80%;
    height: 1px;
    margin: 3.2rem 0 4.8rem;
}



.ft_info .ft_link {}

.ft_info .ft_link a {
    display: inline-block;
    padding: 0 .6rem;
    transition: .5s all;
}

.ft_info .ft_link a:hover {
    transform: translateY(-5px);
}


.ft_bot {
    background: #eed02d;
    padding: 2rem 0;
}

.ft_bot .ftbot_wrap {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



/*share*/
.ftbot_wrap .share {
    color: #1c2240;
    font-size: 12px;
    display: inline-block;
    width: 30%;
    text-align: left;
}

.ftbot_wrap .share a {
    font-size: 14px;
    display: inline-block;
    margin-right: 1rem;
    transition: .5s all;
}

.ftbot_wrap .share a:hover {
    opacity: .7;
}



.ftbot_wrap .ft_copyright {
    color: #1c2240;
    font-size: 14px;
}

.ftbot_wrap .ft_copyright a {
    color: #1c2240;
    display: inline-block;
    transition: .5s all;
}

.ftbot_wrap .ft_copyright a h1 {
    font-size: 14px;
    display: inline-block;
}

.ftbot_wrap .ft_copyright a:hover {
    opacity: .7;
}



@media screen and (max-width:1366px) {
    footer .ft_inner {
        padding: 0 2rem;
    }

    .ft_bot {
        padding: 2rem;
    }
}

@media screen and (max-width:1200px) {
    .ft_inner .ft_loc {
        margin-right: 8rem;
    }
}

@media screen and (max-width:991px) {
    .ft_inner .ft_loc {
        margin-right: 6rem;
    }

    .ft_bot .ftbot_wrap {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ftbot_wrap .share {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:768px) {
    footer {
        padding-top: 1rem;
    }

    footer .ft_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft_inner .ft_info {
        width: 65%;
        margin: 0 auto 3rem;
        order: -1;
    }

    .ft_inner .ft_loc {
        margin: 0;
        width: 95%;
    }

    .ftbot_wrap .share {
        width: 100%;
        text-align: center;
    }

    .ftbot_wrap .ft_copyright {
        text-align: center;
    }
}

@media screen and (max-width:650px) {
    .ft_inner .ft_info {
        width: 85%;
    }
}

@media screen and (max-width:576px) {
    .ft_loc .ft_map {
        min-height: 350px;
    }

    .ft_inner .ft_info {
        width: 100%;
    }

    .ft_info .ftinfo_title h2 {
        font-size: 28px;
        padding-right: 1rem;
    }

    .ft_info .ftinfo_title h3 {
        font-size: 30px;
    }

    .ft_info .ft_line {
        width: 90%;
        margin: 3.2rem 0 3rem;
    }
}

@media screen and (max-width:414px) {
    footer .ft_inner {
        padding: 0 1rem;
    }

    .ft_info .ft_link {
        text-align: center;
    }

    .ft_info .ft_link a {
        padding: 0 2rem;
    }
}

@media screen and (max-width:393px) {
    .ft_loc .ft_map {
        min-height: 300px;
    }

    .ft_info .ftinfo_title h2 {
        font-size: 25px;
    }

    .ft_info .ftinfo_title h3 {
        font-size: 25px;
    }
}

@media screen and (max-width:360px) {
    .ft_info .ftinfo_content ul li span {
        letter-spacing: 0px;
        font-size: 15px;
    }
}

@media screen and (max-width:330px) {
    .ft_info .ftinfo_title h2 {
        font-size: 20px;
    }

    .ft_info .ft_line {
        width: 100%;
    }

    .ft_info .ftinfo_title h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .ft_info .ftinfo_content ul li:nth-child(4) span:nth-child(2) {
        letter-spacing: -1px;
    }
}

/***map***/
.map {
    position: relative;
    width: 515px;
    max-width: 100%;
    min-height: 332px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:450px) {
    .map {
        min-height: 330px;
    }
}

/***********************/
/***top***/
#gotop {
    position: fixed;
    bottom: 7rem;
    right: 1.9rem;
    z-index: 50;
    cursor: pointer;
    display: none;
    transition: .2s linear;
}

#gotop:hover {
    transform: translateY(-5px);
}



@media (max-width:450px) {
    #gotop {
        bottom: 10rem;
        right: 0.9rem;
    }

}

/***********************/
/***main start***/

.main {
    padding-top: 10rem;
}

@media screen and (max-width:1536px) {
    .main {
        padding-top: 7rem;
    }
}

@media screen and (max-width:768px) {
    .main {
        padding-top: 2rem;
    }
}

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

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

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

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

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

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

/***main end****/
/***********************/
/***********************/
/***banner start***/

.banner {
    position: relative;

}

.banner:before {
    content: '';
    background: url(../../images/ban_deco01.png) top right no-repeat;
    width: 100%;
    min-height: 111px;
    position: absolute;
    top: 0;
    right: 0;
}

.banner:after {
    content: '';
    background: url(../../images/ban_mask.png) top right no-repeat;
    background-size: contain;
    width: 759px;
    max-width: 100%;
    min-height: 950px;
    position: absolute;
    top: 6rem;
    right: 0;
}

.banner .ban_inner {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
}


.ban_inner .ban_txt {
    width: 26.3%;
}

.ban_inner .ban_txt img {
    margin-bottom: 3.3rem;
    padding: 17.6rem 5.7rem 0;
}

.ban_inner .ban_txt p {
    font-size: 20px;
    color: #1c2240;
    font-weight: 500;
    margin-bottom: 8rem;
    position: relative;
    padding: 0 5.7rem 3.6rem;
}

.ban_inner .ban_txt p:after {
    content: '';
    background: url(../../images/ban_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 187px;
    max-width: 100%;
    min-height: 25px;
    position: absolute;
    bottom: 0;
    right: 13.9rem;
}

.ban_txt .ban_title {
    padding: 0 0 2rem 0;
    margin: 0 5rem 0 1rem;
    border-bottom: 1px #000 solid;
    display: flex;
}

.ban_txt .ban_title h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 500;
    margin-left: -1.5rem;
}

.ban_txt .ban_title h3 {
    font-size: 36px;
    color: #425573;
    font-weight: 300;
    font-family: 'Funnel Display';
}


.ban_inner .ban_ilogo {
    width: 33%;
    padding: 15rem 0 0 4rem;
}

.ban_inner .ban_ilogo img {}

@media screen and (max-width:1800px) {
    .ban_inner .ban_txt img {
        padding: 17.6rem 2rem 0;
    }

    .ban_inner .ban_txt p {
        padding: 0 2.7rem 3.6rem;
    }

    .ban_txt .ban_title {
        margin: 0 2rem 0 1rem;
    }

    .ban_inner .ban_ilogo {
        padding: 15rem 0 0 1rem;
    }
}

@media screen and (max-width:1600px) {
    .ban_inner .ban_img {
        width: 36%;
    }

    .ban_inner .ban_txt {
        width: 31%;
    }
}

@media screen and (max-width:1400px) {
    .banner:after {
        min-height: 740px;
    }

    .ban_inner .ban_txt {
        width: 35%;
    }

    .ban_inner .ban_txt img {
        padding: 15rem 2rem 0 1rem;
    }

    .ban_inner .ban_txt p {
        padding: 0 2.7rem 3.6rem 1rem;
        margin-bottom: 4rem;
    }

    .ban_inner .ban_ilogo {
        width: 28%;
    }
}

@media screen and (max-width:1200px) {
    .banner:after {
        min-height: 560px;
    }

    .ban_inner .ban_txt {
        width: 38%;
    }
        .ban_txt .ban_title {
        margin: 0 0 0 1rem;
    }

}

@media screen and (max-width:1100px) {
    .banner:before {
        top: 1rem;
    }

    .banner:after {
        min-height: 830px;
    }

    .banner .ban_inner {
        flex-wrap: wrap;
    }

    .ban_inner .ban_txt {
        order: 0;
        width: 50%;
        padding: 0 0 0 7rem;
    }

    .ban_inner .ban_ilogo {
        order: -1;
        width: 45%;
        padding: 15rem 0 0 2rem;
    }

    .ban_inner .ban_img {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .ban_inner .ban_txt {
        width: 53%;
        padding: 0 0 0 2rem;
    }

    .ban_inner .ban_txt p:after {
        right: 17.9rem;
    }
}

@media screen and (max-width:834px) {
    .banner:before {
        top: 0;
        min-height: 93px;
    }

    .banner:after {
        min-height: 610px;
    }

    .ban_inner .ban_txt {
        width: 59%;
    }

    .ban_inner .ban_ilogo {
        width: 38%;
    }
}

@media screen and (max-width:768px) {
    .banner:after {
        min-height: 880px;
    }

    .ban_inner .ban_ilogo {
        width: 100%;
        text-align: center;
        padding: 15rem 0 0 0;
    }

    .ban_inner .ban_txt {
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }

    .ban_inner .ban_txt img {
        padding: 10rem 0 0 0;
    }

    .ban_inner .ban_txt p {
        padding: 0 0 3.6rem 0;
    }

    .ban_inner .ban_txt p:after {
        right: 22.9rem;
    }

    .ban_txt .ban_title {
        margin: 0 7rem 0 0;
    }
}

@media screen and (max-width:650px) {
    .ban_inner .ban_txt {
        width: 80%;
    }

}

@media screen and (max-width:576px) {
    .ban_inner .ban_txt {
        width: 100%;
        padding: 0 2rem;
    }

    .ban_inner .ban_txt img {
        padding: 4rem 0 0 0;
    }
}

@media screen and (max-width:450px) {
    .banner:after {
        min-height: 460px;
    }

    .ban_inner .ban_ilogo img:last-child {
        width: 80%;
    }

    .ban_txt .ban_title {
        margin: 0;
    }

    .ban_inner .ban_txt p:after {
        right: 8.9rem;
    }

    .ban_inner .ban_txt img {
        padding: 0;
        width: 80%;
        margin-bottom: 1rem;
    }

}

@media screen and (max-width:414px) {
    .banner:before {
        min-height: 80px;
    }

    .ban_inner .ban_txt {
        padding: 0 1rem;
    }    

    .ban_inner .ban_txt img {
        width: 50%;
    }
    .ban_txt .ban_title h2 {
        font-size: 30px;
    }

    .ban_txt .ban_title h3 {
        font-size: 30px;
    }

    .ban_inner .ban_ilogo {
        padding: 12rem 0 0 0;
    }

    .ban_inner .ban_txt p {
        margin-bottom: 2rem;
    }
}

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

    .ban_inner .ban_txt p:after {
        right: 6.9rem;
    }
}

@media screen and (max-width:393px) {
    .ban_inner .ban_txt p {
        font-size: 16px;
        padding: 0 0 3.5rem 0;
    }

    .ban_inner .ban_txt p:after {
        right: 11rem;
        min-height: 20px;
    }

}
@media screen and (max-width:360px){
.ban_txt .ban_title h2 {
        font-size: 25px;
    }

    .ban_txt .ban_title h3 {
        font-size: 25px;
    }
}
@media screen and (max-width:340px) {
    .banner:before {
        min-height: 75px;
    }

    .ban_inner .ban_ilogo {
        padding: 10rem 0 0 0;
    }
    
}

@media screen and (max-width:320px) {
    .ban_inner .ban_txt p {
        font-size: 14px;
    }
}
@media screen and (max-width:310px){
.ban_txt .ban_title h2 {
        font-size: 22px;
    }

    .ban_txt .ban_title h3 {
        font-size: 22px;
    }
}

/***banner end****/
/***********************/
/***********************/
/*isce*/
.isce {
    padding-top: 0;
    padding-bottom: 60px;
}

.isce ul {
    margin: 0;
    padding: 0;
}

.isce ul li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 1em;
    transition: .5s all;
}

.isce ul li img {
    margin: 0 auto;
}

.isce h2 {
    font-size: 16px;
    padding: 2rem 0;
    text-align: center;
}

.isce ul li p {
    font-size: 15px;
}

@media(max-width:1550px) {

    .isce ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .isce ul li {
        width: 50%;
    }
}

@media(max-width:1100px) {}

@media(max-width:991px) {
    .isce ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .isce ul li:nth-child(3) {
        clear: both;
    }



    .isce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media(max-width:900px) {
    .isce ul li {
        float: none;
        width: 22%;
        vertical-align: top;
    }

}

@media(max-width:700px) {

    .isce ul li {
        width: 23%;
    }
}

@media(max-width:600px) {
    .isce ul li {
        width: 45%;
    }
}

@media(max-width:450px) {
    .isce ul li {
        width: 48%;
    }
}

@media screen and (max-width:414px) {
    .scenic {
        padding: 0 1rem;
    }
}

@media(max-width:380px) {
    .isce ul li {
        padding: 0 .5em;
    }

    .isce ul li p {
        font-size: 14px;
    }
}

@media(max-width:380px) {}


.isce li:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translateY(-10px);
}

.isce ul li:hover img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0.7;
}

/*************************
********services_sce******
**************************/
#services_sce {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
}

.scebtn h2 {
    display: inline-block;
    margin: 5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
    line-height: 24px;
}

.scebtn h2.scebtn1 {
    background: #d85a51;
}

.scebtn h2.scebtn2 {
    background: #80a076;
}

.scebtn h2.scebtn3 {
    background: #89b5cb;
}

.scebtn h2.scebtn4 {
    background: #8dcfca;
}

.scebtn h2.scebtn5 {
    background: #b7ad6f;
}

.scebtn h2.scebtn6 {
    background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
    background: #fff;
    border: #7e6b5a 3px solid;
    color: #656565;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
    .scebtn {
        padding: 0 120px;
    }
}

@media (max-width:600px) {
    .scebtn {
        padding: 0 100px;
    }
}

@media (max-width:550px) {
    .scebtn {
        padding: 0 60px;
    }
}

@media (max-width:480px) {
    .scebtn {
        padding: 0 25px;
    }
}

@media (max-width:400px) {
    .scebtn {
        padding: 0 5px;
    }

    .scebtn {
        margin-bottom: 10px;
    }
}

@media (max-width:350px) {
    .scebtn {
        padding: 0 0px;
    }
}

/***********/

.scebox {
    border: #c3c3c3 1px solid;
    border-radius: 5px;
    box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
    padding: 0 10px 10px 10px;
}

.mount .sceimg {
    background-color: #80a076;
}

.sea .sceimg {
    background-color: #89b5cb;
}

.farm .sceimg {
    background-color: #8dcfca;
}

.city .sceimg {
    background-color: #b7ad6f;
}

.hot .sceimg {
    background-color: #d85a51;
}

.scebox:hover {
    cursor: pointer;
}

.scebox:hover .sceimg img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0.95);
    overflow: hidden;
}

.scebox_hot {
    padding: 0 80px;
}

.scebox_hot .scebox {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 10px;
}

.scet {
    text-align: right;
}

.scetag {
    color: #fff;
    padding: 4px 20px;
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 10px 0 10px;
    display: block;
    text-align: center;
}

.sceimg img {
    margin: 0 auto;
}

.scep p {
    color: #616161;
    text-align: left;
    margin: 10px 0 0 0;
}

.scemore {
    text-align: right;
}

@media(max-width:1700px) {
    .scebox_hot {
        padding: 0 10px;
    }
}

@media(max-width:1400px) {
    .scebox_hot .scebox {
        width: 24%;
        margin: 0 5px;
    }
}

@media(max-width:1199px) {
    .scebox_hot .scebox {
        width: 48%;
        margin: 5px;
    }

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

@media(max-width:700px) {
    .scebox_hot .scebox {
        width: 100%;
        margin: 5px 0px;
    }

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }

    #services_sce {
        padding: 0 1em 60px;
    }

}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

@media(max-width:500px) {
    .scet h3 {
        letter-spacing: 0px;
    }
}

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

    .sea .sceimg {
        background-color: #89b5cb;
    }

    .farm .sceimg {
        background-color: #8dcfca;

    }

    .city .sceimg {
        background-color: #b7ad6f;
    }

    .hot .sceimg {
        background-color: #d85a51;
    }
}

@media(max-width:350px) {
    .scet h3 {
        font-size: 20px;
    }
}


/*************/

.scebox_content {
    padding: 0 0px;
    margin-top: 30px;
}

.scebox_content .scebox {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
}

@media (max-width: 1800px) {
    .scebox_content {
        padding: 0px;
    }
}

@media screen and (max-width:1700px) {
    .scebox_content {
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 24%;
}

@media screen and (max-width: 1800px) {
    .scecontainer {
        width: 96%;
    }

    .scecontainer .item {
        width: 19%;
    }
}

@media screen and (max-width: 1400px) {
    .scecontainer .item {
        width: 24%;
    }
}

@media screen and (max-width: 991px) {
    .scecontainer .item {
        width: 32%;
    }
}

@media screen and (max-width:767px) {
    .scecontainer .item {
        width: 49%;
    }
}

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}


/***********************/
/***notice start***/

.notice {
    width: 1330px;
    max-width: 100%;
    margin: 5rem auto;
}

.notice .note_set {
    margin-bottom: 4rem;
}

.note_set .note_pro {
    background: url(../../images/note_deco.png) top left no-repeat;
    background-size: contain;
    width: 287px;
    max-width: 100%;
    min-height: 57px;
    padding: 1.7rem 0 0 10.6rem;
    margin-bottom: 2rem;
}

.note_set .note_pro h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}


.note_set .note_content {
    padding-left: 2rem;
}

.note_set .note_content ul {
    list-style: auto;
    padding-left: 3rem;
}

.note_set:first-child .note_content ul {
    list-style-type: '※ ';
    padding-left: 3rem;
}

.notice .note_content ul li {}

.notice .note_content ul li p {
    font-size: 16px;
}

@media screen and (max-width:1300px) {
    .notice {
        padding: 0 2rem;
    }
}

@media screen and (max-width:414px) {
    .notice {
        padding: 0 1rem;
        margin: 2rem auto;
    }

    .note_set .note_pro {
        padding: 1.7rem 0 0 8rem;
    }
}

@media screen and (max-width:350px) {
    .note_set .note_content {
        padding-left: 1rem;
    }
}


/***notice end****/
/***********************/



/**/
.space {
    transform: translateY(-50px);
}

.space2 {
    transform: translateY(-100px);
}