/*--------------copyright by alva 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;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 2;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'Kanit', 'Noto Sans TC', serif;
    background: #000;
    color: #000;
    overflow-x: hidden;
}

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 {
    display: block;
    color: #333;
    text-decoration: none;
    transition: .2s ease all;
}

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

.clear {
    clear: both;
}

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

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    transition: opacity 3s ease-in-out;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.dex {
    overflow: hidden;
    height: 100vh;
    z-index: -1;
}

.dex .carousel-inner {}

.dex .item img {
    display: none !important;
}

.dex .item {
    position: relative;
    width: 100%;
    height: 100vh;
}

.dex .item:nth-of-type(1) {
    background: url(../../flash/dex1.jpg) top center no-repeat;
    background-size: cover;
    animation: big 8s ease-in-out;
}

.dex .item:nth-of-type(2) {
    background: url(../../flash/dex2.jpg) top center no-repeat;
    background-size: cover;
    animation: small 8s ease-in-out;
}

.dex .item:nth-of-type(3) {
    background: url(../../flash/dex3.jpg) top center no-repeat;
    background-size: cover;
    animation: big 8s ease-in-out;
}

.dex .item:nth-of-type(4) {
    background: url(../../flash/dex4.jpg) top center no-repeat;
    background-size: cover;
    animation: small 8s ease-in-out;
}

/*---header-------------------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;
}

/***dex_mask***/

.dex_mask {
    background: url(../../flash/mask.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.dex_mask .ilogo {
    position: absolute;
    width: 15%;
    top: 4.5rem;
    left: 11.4rem;
}




/***ideco***/
.ideco {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 3;
    pointer-events: none;
}

}

.itext img {
    max-width: 100%;
}

.enter {
    position: absolute;
    bottom: 16rem;
    right: 33rem;
}

.enter .enter_txt {
    display: inline-block;
    padding-left: 1rem;
}

.enter a {
    color: #fff;
}

.enter img:nth-child(1) {
    max-width: 100%;
    animation: box infinite alternate 1s ease-in-out;
    transform-origin: bottom center;
    transform: rotate(-10deg);
}

@keyframes box {
    0% {
        transform: scale(.99, 1) translateY(0) rotate(-10deg);
    }

    50% {
        transform: scale(1, 1) translateY(-10px) rotate(-2deg);
    }

    100% {
        transform: scale(1, .99) translateY(0) rotate(10deg);
    }
}

.enter img:nth-child(2) {
    padding-top: 1rem;
}

.enter span {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 1em auto 0;
    letter-spacing: 10px;
    position: relative;
}

.enter span:nth-child(1):after {
    content: '';
    width: 39px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

/****navbar****/
.navbar {
    text-align: center;
    z-index: 30;
    position: relative;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    -webkit-filter: drop-shadow(0px 5px 3px rgba(4, 0, 0, 0.15));
    filter: drop-shadow(0px 5px 3px rgba(4, 0, 0, 0.15));
}

.space {
    min-height: 100px;
}

.intop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navbartop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(26, 26, 26, .85);
}

/*nav*/
nav {
    background: url(../../images/blue_pattern.jpg) repeat;
    text-align: right;
    padding: 1em 0 .3em;
}

.logo {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/gray_pattern.jpg) repeat;
    border-bottom-right-radius: 100px;
    width: 33%;
    padding: 2em 6em 2em 1em;
    z-index: 5;
}

.logo img {
    max-width: 100%;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .5));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .5));
}

/*ibutton*/
.ibutton {
    line-height: 1.5;
    letter-spacing: 1px;
    width: 63%;
    padding: 0 2em 0 0;
    text-align: center;
    display: inline-block;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 16%;
    padding: 0 1em;
    position: relative;
}

.ibutton li a {}

.ibutton a p.ch {
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    transition: .2s ease all;
}

.ibutton a p.en {
    color: #fff;
    font-size: 12px;
    opacity: .5;
    transition: .2s ease all;
}

.ibutton li img {
    max-width: 100%;
    transform: scale(.9);
    transform-origin: bottom center;
    transition: .2s ease all;
}

.ibutton li a:hover {
    background: rgba(255, 255, 255, .15);
}

.ibutton li a:hover p.ch {
    font-size: 16px;
}

.ibutton li a:hover p.en {
    opacity: 1;
}

.ibutton li a:hover img {
    transform: scale(1);
}

/***mibutton***/
.mibutton {
    position: fixed;
    top: 1.5em;
    right: 0%;
    z-index: 30;
    cursor: pointer;
    width: 90px;
    height: 55px;
    text-align: right;
    transition: .2s ease all;
    display: none;
}

.mibutton span {
    display: inline-block;
    width: 40px;
    height: 3px;
    transition: .3s ease all;
    position: absolute;
    right: 20px;
    background: #fff;
    border-radius: 20px;
}

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

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

.mibutton_ani {
    background: #fffff;
    opacity: 1;
}

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

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

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

@media screen and (max-width:1536px) {
    .ibutton li {
        width: 18%;
    }

    .enter {
        bottom: 8rem;
        right: 19rem;
    }
}

@media screen and (max-width:1400px) {
    .dex_mask .ilogo {
        top: 4rem;
        left: 9rem;
    }

    .ibutton {
        width: 67%;
        padding: 0 1em 0 0;
    }
}

@media screen and (max-width:1200px) {
    .dex_mask .ilogo {
        top: 4rem;
        left: 5rem;
        width: 20%;
    }    
}

@media screen and (max-width:768px) {
    .dex_mask .ilogo {
        top: 5rem;
        left: 2rem;
    }
}

@media screen and (max-width:670px) {
    .navbar {
           -webkit-filter: drop-shadow(0px 5px 3px rgba(4, 0, 0, 0.15));
    filter: drop-shadow(0px 5px 3px rgba(4, 0, 0, 0.15));
    }
}

@media screen and (max-width:576px) {
    .dex_mask .ilogo {
        top: 4rem;
        left: 1rem;
    }
}

@media screen and (max-width:430px) {
    .dex_mask .ilogo {
        top: 2rem;
    }
}

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

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

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

/*---main------------------------------------------------------------------------------------------------------------------------------*/
.main {
    background: #fff;
}

/***history***/
.history {
    background: url(../../images/history_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 13em 0;
}

/***title***/
.title {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    max-width: 95%;
    position: relative;
    color: #363737;
    min-height: 95px;
}

.white {
    color: #fff;
}

.title h4 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0em 1em 2em 0;
    font-style: italic;
    letter-spacing: 3px;
}

.title h4 span {
    display: inline-block;
}

.title h4:after {
    content: '';
    background: #363737;
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
    -webkit-clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
    transform: skewX(-10deg);
}

.title.white h4:after {
    background: #fff;
}

.title h5 {
    font-size: 60px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: .2em;
    letter-spacing: 5px;
    position: relative;
}

.title h5:first-letter {
    font-size: 80px;
}

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

@media screen and (max-width:1300px) {
    .history {
        padding: 8em 0 10em;
    }

    .logo {
        width: 42%;
    }
}

@media screen and (max-width:1200px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .mibutton {
        display: block;
    }

    .ibutton {
        display: none;
        width: 100%;
        margin: 10em 2em 2em;
        text-align: center;
    }

    .ibutton li {
        width: 17%;
    }

    nav {
        position: relative;
        min-height: 105px;
    }

    nav:after {
        content: '';
        background: url(../../images/blue_pattern.jpg) repeat;
        min-height: 105px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    header {
        height: auto;
        margin-top: 5em;
    }

    .space {
        min-height: auto;
    }

    .enter img:nth-child(1){
    	display: none;
    }
    .enter span{
    	display: none;
    }

    .history {
        padding: 7em 0 10em;
    }
}

@media screen and (max-width:950px) {
    .logo {
        width: 470px;
    }

    img.ilogo {
        width: 160px;
    }
}

@media screen and (max-width:800px) {
    .history {
        padding: 4em 0 7em;
    }

    .title h4 {
        font-size: 30px;
    }

    .title h5 {
        font-size: 50px;
    }

    .title h5:first-letter {
        font-size: 70px;
    }
}
@media screen and (max-width: 768px) {
        .enter {
        bottom: 3rem;
        right: 3rem;
    }
}
@media screen and (max-width:670px) {
    header {
        margin-top: 4em;
    }

    nav,
    nav:after {
        min-height: 85px;
    }

    .logo {
        padding: 1em 6em 2em 1em;
    }

    .ibutton {
        margin: 8em 0em 2em;
        padding: 0;
    }

    .ibutton li {
        width: 31%;
    }
}

@media screen and (max-width:590px) {
    img.ilogo {
        width: 125px;
    }

    .logo {
        width: 80%;
    }

    .history {
        padding: 3em 0 6em;
    }
}
@media screen and (max-width: 576px) {
    .enter {
        bottom: 2rem;
        right: 1rem;
        text-align: right;
    }
    .enter img:nth-child(2) {
    max-width: 70%;
}
}
@media screen and (max-width:470px) {
    .logo {
        padding: 1em 4em 1.5em 1em;
        width: 300px;
    }

    nav,
    nav:after {
        min-height: 70px;
    }

    .mibutton {
        top: 1em;
    }

    .ibutton {
        margin: 6em 0em 2em;
    }

    header {
        margin-top: 3em;
    }

    img.ilogo {
        width: 100px;
    }

    .title h4 {
        padding: 0 1em 1em 0;
        font-size: 28px;
    }

    .title h5 {
        display: block;
        font-size: 40px;
    }

    .title h5:first-letter {
        font-size: 60px;
    }

    .title h4:after {
        width: 30px;
    }
}
@media screen and (max-width: 450px) {
    .enter img:nth-child(2) {
        max-width: 55%;
    }
}
@media screen and (max-width:430px) {
    .history {
        padding: 2em 0;
    }

    .title h4 {
        padding: 0 1em 1em 0;
        font-size: 25px;
    }

    .title h5 {
        display: block;
        font-size: 35px;
    }

    .title h5:first-letter {
        font-size: 50px;
    }

    .ibutton li {
        transform: scale(.9);
    }

    img.ilogo {
        width: 90px;
    }
}
@media screen and (max-width: 393px) {
        .enter {
        bottom: 1rem;
    }
    .enter img:nth-child(2) {
        max-width: 50%;
    }
}
@media screen and (max-width:380px) {
    .logo {
        padding: 1em 3em 1.5em .5em;
        width: 300px;
    }

    .mibutton span {
        width: 35px;
        right: 15px;
    }

    .ibutton li {
        width: 42%;
    }
}

@media screen and (max-width: 350px) {
    .logo {
        width: 250px;
    }
        .enter img:nth-child(2) {
        max-width: 45%;
    }
}

@media screen and (max-width: 310px) {
    .logo {
        width: 220px;
    }
}

/****year***/
.year {
    width: 1355px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding-bottom: 4em;
}

img.number {
    display: block;
    margin: -6em auto 0;
}

.year p {
    padding: 2em 0;
}

.year p:first-letter {
    font-size: 28px;
}

.year span {
    font-weight: 600;
}

.year div {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.year div:nth-of-type(2) {
    margin-left: -1em;
}

.year div img {
    max-width: 100%;
}

.year .year_video {
    width: 1338px;
    max-width: 100%;
    min-height: 757px;
    margin: 4.7rem auto 0;
    background: url(../../images/video_bg.jpg) top center no-repeat;
    position: relative;
    padding: 3.4rem 0;

}

.year .year_video:before {
    content: '';
    background: url(../../images/video_deco.png) top left no-repeat;
    width: 164px;
    max-width: 100%;
    min-height: 262px;
    position: absolute;
    bottom: -3.5rem;
    left: -13.4rem;
    z-index: 1;
}

.year .year_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.5rem 0;
}

/***soft***/
.soft {
    text-align: left;
    position: relative;
}

/*soft_left*/
.soft_left {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    background: rgba(3, 110, 184, .15);
    display: inline-block;
    width: 60%;
    padding: 3em 12em 3em 17em;
    vertical-align: bottom;
}

.soft_left img {
    max-width: 100%;
}

.soft_left p {
    padding-top: 2em;
}

img.iso {
    vertical-align: bottom;
    width: 23%;
    padding: 0 0 2em 2em;
}

/***i3pics***/
.i3pics {}

.i3pics img {
    width: 33.3333%;
    float: left;
}

@media screen and (max-width:1630px) {
    .soft_left {
        padding: 3em 12em 3em 9em;
    }
}

@media screen and (max-width:1536px) {
    .year .year_video:before {
        background-size: contain;
        bottom: -4.5rem;
        left: -8.4rem;
    }
}

@media screen and (max-width: 1360px) {
    .year .year_video:before {
        bottom: -2.5rem;
        left: -6.4rem;
        min-height: 190px;
    }
}

@media screen and (max-width:1300px) {
    .soft_left {
        padding: 3em 8em 3em 5em;
    }
}

@media screen and (max-width:1200px) {
    .soft_left {
        padding: 2em 12em 2em 5em;
        width: 95%;
    }

    img.iso {
        width: 20%;
        padding: 0;
        position: absolute;
        top: 3em;
        right: 1em;
    }

    .year .year_video:before {
        left: -4rem;
    }
}

@media screen and (max-width:991px) {
    .year .year_video {
        min-height: 510px;
        background-size: contain;
    }
}

@media screen and (max-width:890px) {
    img.iso {
        width: 30%;
    }

    .soft_left {
        padding: 2em 14em 2em 2em;
    }
}

@media screen and (max-width: 834px) {
    .year .year_video {
        min-height: 425px;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .year .year_video {
        min-height: 393px;
        padding: 1rem 0;
    }
    .year .year_video iframe {
    padding: 1.5rem 0;
}

    .year .year_video:before {
        left: -3rem;
        min-height: 150px;
    }
}

@media screen and (max-width:730px) {
    img.number {
        margin: -4em auto 0;
        width: 140px;
    }

    .year div {
        width: 100%;
    }

    .year div:nth-of-type(2) {
        margin-left: 0;
    }

    .soft_left {
        padding: 2em 2em 2em 2em;
    }

    img.iso {
        top: 1em;
    }

    .soft_left img {
        padding-right: 10em;
    }

    .soft_left p {
        padding: 5em 2em 0 0;
    }
}

@media screen and (max-width: 650px) {
    .year .year_video {
        min-height: 332px;
        padding: 1rem 0;
        margin: 3rem auto 0;
    }
}

@media screen and (max-width:600px) {
    .soft_left {
        padding: 2em 0em 2em 2em;
    }

    img.iso {
        top: 1em;
        right: 5px;
    }

    .soft_left img {
        padding-right: 9em;
    }

    .soft_left p {
        padding: 4em 3em 0 0;
        font-size: 16px;
    }

    .soft_left {
        padding: 2em 0em 1em 2em;
    }

    .i3pics img {
        width: 50%;
    }

    .i3pics img:nth-of-type(3) {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .year .year_video {
        min-height: 293px;
    }

    .year .year_video:before {
        left: -2rem;
        min-height: 130px;
    }
}

@media screen and (max-width:480px) {
    img.number {
        margin: -3em auto 0;
        width: 100px;
    }

    .year {
        padding-bottom: 2em;
    }

    .year p {
        padding: 1em 0;
    }

    .soft_left p {
        padding: 3em 2em 0 0;
        font-size: 15px;
    }

    .soft_left img {
        padding-right: 8em;
    }

    .soft_left {
        padding: 2em 0em 1em 1em;
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
        width: 100%;
    }

    .year .year_video {
        min-height: 250px;
    }

    .year .year_video:before {
        left: -2rem;
        min-height: 100px;
        bottom: -1rem;
    }
}
@media screen and (max-width:450px) {
.year .year_video iframe {
    padding: 0.5rem 0 3rem;
}

}

@media screen and (max-width:430px) {
    img.number {
        margin: -2em auto 0;
        width: 90px;
    }
    .year .year_video iframe {
    padding: 0.5rem 0 4rem;
}

    .year .year_video:before {
        bottom: 1rem;
    }
}

@media screen and (max-width: 414px) {
    .year .year_video {
        min-height: 247px;
        padding: .5rem 0;
    }
    .year .year_video iframe {
        padding: 0.5rem 0 4.5rem;
    }
}

@media screen and (max-width: 393px) {
    .year .year_video {
        min-height: 238px;
    }
}

@media screen and (max-width: 360px) {
    .year .year_video {
        min-height: 210px;
    }
        .year .year_video iframe {
        padding: 0.5rem 0 3.5rem;
    }

    .year .year_video:before {
        bottom: 1rem;
        min-height: 78px;
        left: -1.5rem;
    }
}

@media screen and (max-width: 340px) {
    .year .year_video {
        min-height: 195px;
    }
        .year .year_video iframe {
        padding: 0.5rem 0 3rem;
    }
}

@media screen and (max-width:330px) {
    .soft_left img {
        padding-right: 6em;
    }

    .soft_left p {
        padding: 1em 2em 0 0;
    }
        .year .year_video iframe {
        padding: 0.5rem 0 3.5rem;
    }
}

@media screen and (max-width: 310px) {
    .year .year_video {
        min-height: 190px;
    }
        .year .year_video iframe {
        padding: 0.5rem 0 3.7rem;
    }
}


/***********************/
/***environment start***/

.environment {}

.environment img {
    max-width: 100%;
}

/*env1*/
.environment .env1 {
    background: rgba(3, 110, 184, .15);
    padding: 6.5rem 0 9rem;
    position: relative;
}

.environment .env1:after {
    content: '';
    background: rgba(3, 110, 184, 1);
    position: absolute;
    top: 0;
    right: 0;
    width: 668px;
    max-width: 100%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.env1 .env1_inner {
    width: 1764px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.env1_inner .env11 {}

.env1_inner .env12 {
    width: 46%;
}

.env12 .env12_txt img:first-child {
    padding-bottom: 4rem;
}

.env12 .env12_txt img {}

.env12 .env12_txt p {
    font-size: 20px;
    color: #1d1614;
    margin-bottom: 6.8rem;
    width: 50%;
    text-align: justify;
}

@media screen and (max-width:1700px) {
    .environment .env1:after {
        max-width: 30%;
    }

    .env1 .env1_inner {
        padding: 0 2rem 0 0;
    }

    .env1_inner .env11 {
        width: 50%;
    }
}

@media screen and (max-width:1200px) {
    .environment .env1 {
        padding: 6.5rem 0 5rem;
    }
}

@media screen and (max-width:1000px) {
    .environment .env1:after {
        max-width: 50%;
    }

    .env1 .env1_inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 2rem;
    }

    .env1_inner .env11 {
        width: 100%;
        text-align: center;
    }

    .env1_inner .env12 {
        width: 80%;
        order: -1;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:768px) {
    .env1_inner .env12 {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
       .environment .env1:after {
        max-width: 25%;
    }
	.env12 .env12_txt p {
    width: 80%;
}
}
@media screen and (max-width:393px) {
    .env12 .env12_txt p {
        font-size: 17px;
    }
}

@media screen and (max-width:340px) {
    .env12 .env12_txt p {
        font-size: 15px;
    }
}

@media screen and (max-width:310px) {
    .env12 .env12_txt p {
        font-size: 13px;
    }
}



/*env2*/
.environment .env2 {
    position: relative;
    padding: 15.5rem 0 15.4rem;
}

.env2:before {
    content: '';
    background: url(../../images/env2_img01.jpg) top left no-repeat fixed;
    background-size: cover;
    width: 1151px;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.env2 .env2_inner {
    width: 1607px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 26.8rem;
}

.env2_inner .env2_left {
    padding-left: 4.9rem;
}

.env2_inner .env2_left img {
    margin-bottom: 4.5rem;
}

.env2_inner .env2_left p {
    font-size: 20px;
    color: #fff;
}

.env2_inner .env2_right {
    width: 65%;
}



@media screen and (max-width:1700px) {
    .env2 .env2_inner {
        padding-left: 20rem;
    }
}

@media screen and (max-width:1536px) {
    .env2:before {
        max-width: 50%;
    }

    .env2 .env2_inner {
        padding-left: 0;
    }
}

@media screen and (max-width:1200px) {
    .env2 .env2_inner {
        padding: 0 2rem;
    }

    .env2_inner .env2_left {
        padding-left: 0;
    }

    .env2_inner .env2_right {
        width: 55%;
    }
}

@media screen and (max-width:1000px) {
    .environment .env2 {
        position: relative;
        padding: 9rem 0 6rem;
    }

    .env2:before {
        max-width: 70%;
        background-attachment: inherit;
    }

    .env2 .env2_inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .env2_inner .env2_left {
        width: 80%;
        margin-bottom: 3rem;
    }

    .env2_inner .env2_right {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .env2_inner .env2_left {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .env2:before {
        max-width: 100%;
    }
}

@media screen and (max-width:430px) {
    .environment .env2 {
        padding: 5rem 0 3rem;
    }
}

@media screen and (max-width:393px) {
    .env2_inner .env2_left p {
        font-size: 17px;
    }
}

@media screen and (max-width:340px) {
    .env2_inner .env2_left p {
        font-size: 15px;
    }
}

@media screen and (max-width:310px) {
    .env2_inner .env2_left p {
        font-size: 13px;
    }
}


/***environment end****/
/***********************/


/***reason***/
.reason {
    background: url(../../images/reason_bg.jpg) top center no-repeat fixed;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-bottom: 15em;
}

/*reason_tit*/
.reason_tit {
    position: relative;
    margin: 3em 0;
    padding: .5em 3.5em 0 0;
    font-style: italic;
    display: inline-block;
}

.reason_tit:after {
    content: '';
    background: url(../../images/q.png) center right no-repeat;
    background-size: contain;
    width: 45px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
}

.reason_tit p {
    color: #216b8e;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
}

.reason_tit span {
    font-size: 15px;
}

.reason_tit strong {
    font-size: 16px;
}

.reason ul {
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.reason li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 .5em;
    border: solid 13px rgba(255, 255, 255, .5);
    border-radius: 30px;
    box-sizing: content-box;
}

figure {
    background: url(../../images/depblue_pattern.png) repeat;
    border-radius: 15px;
    min-height: 410px;
    padding: 1em;
}

.reason img {
    max-width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    padding: 1em 0 0 0;
}

.reason li p {
    display: block;
    color: #fff;
    padding: 1em 0;
}

@keyframes flipInTop {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate(0px, 10px) rotate(-5deg);
    }

    to {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0) rotate(0deg);
    }
}

.flipInTop {
    animation-name: flipInTop;
}

/***paper***/
/*paper_top*/
.paper_top {
    background: url(../../images/paper_bg_01.png) bottom center no-repeat;
    background-size: cover;
    min-height: 205px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-filter: drop-shadow(0px -7px 3px rgba(51, 51, 51, .1));
    filter: drop-shadow(0px -7px 3px rgba(51, 51, 51, .1));
}

.paper_tit {
    display: inline-block;
    padding: 2em 0 0;
    font-size: 36px;
    line-height: 1.2;
}

.paper_tit sup {
    top: inherit;
    bottom: 0;
    font-size: 20px;
}

.paper_tit span {
    display: block;
    font-size: 25px;
    line-height: 1;
}

.paper_tit span:first-letter {
    font-size: 30px;
}

/*paper*/
.paper {
    background: url(../../images/paper_bg_02.png) top center repeat-y;
    text-align: center;
}

/*paper_inner*/
.paper_inner {
    width: 1500px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding: 4em 0 2em;
}

img.circle {
    vertical-align: middle;
    width: 37%;
}

.paper_inner ul {
    display: inline-block;
    vertical-align: middle;
    width: 62%;
}

.paper_inner li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0 1em 3em;
}

/*paper_type*/
.paper_type {
    background: #b28850;
    border-radius: 50px;
    text-align: left;
    padding: .3em 1em;
    position: relative;
    font-style: italic;
    line-height: 1.2;
}

.paper_type p {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    text-shadow: 3px 3px 3px #8e5304;
    letter-spacing: 3px;
}

.paper_type span {
    font-size: 40px;
}

.paper_type b {
    font-size: 16px;
    letter-spacing: 0;
    position: absolute;
    bottom: .5em;
    right: 1em;
}

.paper_type strong {
    font-weight: normal;
    font-size: 14px;
}

p.paper_info {
    padding: 1em 1em 2em;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
}

.paper_inner li img {
    max-width: 100%;
    padding-top: 2em;
}

/*paper_btm*/
.paper_btm {
    background: url(../../images/paper_bg_03.png) top center no-repeat;
    background-size: cover;
    min-height: 53px;
}

@media screen and (max-width:1370px) {
    .paper_type b {
        font-size: 16px;
        position: relative;
        bottom: 0;
        right: 0;
        display: block;
        text-align: right;
        padding: .5em 0;
    }
}

@media screen and (max-width:1200px) {
    .reason li {
        width: 30%;
        margin: 0 .5em .5em;
    }
}

@media screen and (max-width:1080px) {
    .paper_inner {
        padding: 2em 0 0em;
    }

    img.circle {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .paper_inner ul {
        width: 100%;
        padding-top: 2em;
    }
}

@media screen and (max-width:800px) {
    .reason li {
        width: 35%;
    }

    figure {
        min-height: 380px;
    }

    .paper_top {
        min-height: 170px;
    }

    .reason {
        background-attachment: inherit;
    }
}

@media screen and (max-width:690px) {
    .reason_tit {
        margin: 3em 0 2em;
    }

    .reason li {
        width: 40%;
    }

    .reason {
        padding-bottom: 10em;
    }

    .paper_top {
        min-height: 145px;
    }

    .paper_tit {
        font-size: 32px;
        padding: 1.5em 0 0;
    }

    .paper_tit span {
        font-size: 20px;
    }

    .paper_inner li {
        padding: 0 .3em 3em;
    }
}

@media screen and (max-width:550px) {
    .reason li {
        width: 43%;
        border: solid 10px rgba(255, 255, 255, .5);
        border-radius: 25px;
        margin: 0 0 .5em;
    }

    .paper_inner li {
        width: 100%;
    }

    .paper_type b {
        position: absolute;
        right: 1em;
    }
}

@media screen and (max-width:430px) {
    .reason li {
        width: 80%;
    }

    .paper_top {
        min-height: 115px;
    }

    .paper_tit {
        font-size: 32px;
        padding: 1.5em 0 0;
        transform: scale(.9);
    }

    .paper_type p {
        font-size: 25px;
    }

    .paper_type span {
        font-size: 36px;
    }
}

@media screen and (max-width:380px) {
    .reason {
        padding-bottom: 8em;
    }

    .paper_tit {
        padding: 1.3em 0 0;
    }

    .paper_top {
        min-height: 100px;
    }

    .paper_type b {
        font-size: 14px;
    }

    .paper_inner li img {
        padding-top: 0;
    }
}

@media screen and (max-width:330px) {
    .paper_type b {
        font-size: 12px;
        transform: scale(.8);
        transform-origin: right;
    }
}

/***step***/
.step {
    position: relative;
}

/*step_tit*/
.step_tit {
    display: inline-block;
    background: #c77b5b;
    color: #fff;
    width: 39%;
    text-align: center;
    padding: 16em 5em;
    border-radius: 0 105% 105% 0 / 200%;
}

p.style1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}

p.style1 span:first-letter {
    font-size: 80px;
}

p.style2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}

p.style2 span:first-letter {
    font-size: 50px;
}

p.style3 {
    font-size: 25px;
    padding-top: 1em;
    line-height: 1;
}

p.style3 sup {
    top: inherit;
    bottom: 0;
    font-size: 16px;
}

/*step_icon*/
.step_icon {
    display: inline-block;
    width: 57%;
    position: absolute;
    top: 2em;
    right: 5em;
}

.step_icon:after {
    content: '';
    background: url(../../images/process_line.png) center right no-repeat;
    background-size: auto;
    width: 80%;
    height: 306px;
    position: absolute;
    top: 11em;
    right: 0;
}

.step_icon ul {
    text-align: right;
    padding: 3em 0 1.5em;
    position: relative;
    z-index: 3;
}

.step_icon li {
    display: inline-block;
    text-align: center;
    width: 14%;
}

.step_icon img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.step_icon span {
    display: inline-block;
    font-size: 24px;
    background: #c77b5b;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    margin: 2em 0 .5em;
}

.step_icon li p {
    font-size: 20px;
    line-height: 1.2;
    white-space: nowrap;
}

.step_icon li p:nth-of-type(2) {
    font-size: 14px;
    letter-spacing: 0;
}

.step_icon ul:nth-of-type(2) {}

.step_icon ul:nth-of-type(2) li {
    float: right;
}

/***ibtm***/
.ibtm {
    min-height: 510px;
    background: url(../../images/ibtm_bg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 8em;
}

.ibtm p {
    font-style: italic;
    letter-spacing: 10px;
    font-size: 20px;
}

.ibtm strong {
    font-size: 28px;
}

.ibtm p:nth-of-type(2) {
    padding-left: 5em;
}

.ibtm2 {
    background: url(../../images/inbtm_bg.jpg) center center no-repeat fixed;
    background-size: cover;
    min-height: 590px;
    padding-top: 12em;
}

.inbtm_top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    min-height: 90px;
    background: #fff;
    clip-path: polygon(0% 100%, 22% 100%, 25% 40%, 75% 40%, 78% 100%, 100% 100%, 100% 0%, 0% 0%);
    -webkit-clip-path: polygon(0% 100%, 22% 100%, 25% 40%, 75% 40%, 78% 100%, 100% 100%, 100% 0%, 0% 0%);
}

.ibtm2 p {
    font-size: 28px;
    letter-spacing: 15px;
}

.ibtm2 sup {
    top: inherit;
    bottom: 0;
    font-size: 15px;
}

.ibtm2 .button {
    font-size: 17px;
    background-image: linear-gradient(60deg, #fee140 10%, #66b2c6 100%);
    width: 420px;
    margin: 0 auto;
    max-width: 90%;
    border-radius: 50px;
    letter-spacing: 10px;
    font-style: italic;
    -webkit-filter: drop-shadow(0px 1px 1px rgba(51, 51, 51, 0.4));
    filter: drop-shadow(0px 1px 1px rgba(51, 51, 51, 0.4));
    box-shadow: inset 1px 1px 2px rgba(255, 255, 255, .7);
}

/*ft_top*/
.ft_top {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    min-height: 90px;
    background: url(../../images/gray_pattern.jpg) repeat;
    -webkit-clip-path: polygon(22% 0%, 25% 60%, 75% 60%, 78% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(22% 0%, 25% 60%, 75% 60%, 78% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

@media screen and (max-width:1300px) {
    .step_tit {
        display: block;
        width: 100%;
        padding: 5em 3em;
        border-radius: 0 0 100% 100% / 100%;
    }

    .step_icon {
        display: block;
        width: 90%;
        position: relative;
        top: 0;
        right: 0;
        padding: 2em 2em 5em 2em;
    }

    .step_icon:after {
        top: 13em;
        right: 2.5em;
    }

    .ft_top {}
}

@media screen and (max-width:1080px) {
    .step_icon li {
        width: 15%;
    }

    .ibtm {
        min-height: 460px;
    }
}

@media screen and (max-width:900px) {
    .step_icon li {
        width: 15%;
    }

    .ibtm {
        min-height: 460px;
        background-attachment: inherit;
    }

    .step_icon {
        width: 95%;
        padding: 0em 0em 3em 0em;
    }

    .step_icon:after {
        top: 11em;
        right: 1em;
        width: 85%;
    }
}

@media screen and (max-width:730px) {
    .step_tit {
        padding: 4em 3em;
    }

    .step_icon {
        width: 100%;
        margin: 0 auto;
        padding: 0em 0em 1em 0em;
    }

    .step_icon:after {
        display: none;
    }

    .step_icon ul {
        text-align: center;
        padding: 3em 0 0;
    }

    .step_icon ul:nth-of-type(2) {
        padding: 0 0 2em 0;
    }

    .step_icon span {
        margin: 1em 0 .5em;
    }

    .step_icon li {
        width: 30%;
        border: solid 1px #c77b5b;
        border-radius: 8px;
        padding: .5em 0;
        margin-bottom: .5em;
    }

    .step_icon ul:nth-of-type(2) li {
        float: none;
    }
}

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

    p.style1,
    p.style2,
    p.style3 {
        transform: scale(.8);
    }

    .step_tit {
        padding: 2em 1em 3em;
    }

    .step_icon span {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .step_icon li p {
        font-size: 18px;
    }

    .ibtm {
        min-height: 350px;
        padding-top: 5em;
    }

    .ft_top {
        min-height: 50px;
    }

    .ibtm p {
        transform: scale(.9);
        font-size: 4vmin;
    }
}

@media screen and (max-width:430px) {
    .step_icon ul:nth-of-type(2) {
        padding: 0 0 1em 0;
    }

    .ibtm {
        min-height: 280px;
        padding-top: 4em;
        line-height: 1.5;
    }

    .step_icon img {
        max-width: 55%;
    }

    .step_icon li p {
        font-size: 16px;
    }

    .step_icon li p:nth-of-type(2) {
        font-size: 12px;
    }

    p.style1 {
        font-size: 64px;
    }

    p.style2 {
        font-size: 34px;
    }

    p.style3 {
        font-size: 22px;
    }
}

@media screen and (max-width:380px) {
    .ibtm p:nth-of-type(2) {
        padding-left: 2em;
    }
}

@media screen and (max-width:350px) {
    .step_tit {
        padding: 2em 0em 2em;
    }

    .step_icon ul {
        padding: 1em 0 0;
    }

    .ibtm {
        min-height: 240px;
        padding-top: 3em;
    }

    .ibtm strong {
        font-size: 24px;
    }
}

/*---footer----------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: url(../../images/gray_pattern.jpg) repeat;
    text-align: center;
}

.wrap {
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 1em 1em;
}

/*ftlogo*/
.ftlogo {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
}

.ftlogo img {
    max-width: 100%;
}

/*ftinfo*/
.ftinfo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 32%;
    padding: 0 1em;
}

.ftinfo ul {}

.ftinfo li {
    color: #fff;
    font-size: 15px;
}

.ftinfo li:nth-of-type(1) {
    font-size: 20px;
}

.ftinfo img {
    max-width: 100%;
}

.ftinfo p {
    display: inline-block;
    vertical-align: middle;
}

.ftinfo p:nth-of-type(2) {
    padding-left: 5px;
}

/*ftiso*/
.ftiso {
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    padding: 0 1em;
}

.ftiso img {
    max-width: 100%;
}

/*ft_btn*/
.ft_btn {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: center;
}

.ft_btn ul {}

.ft_btn li {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    padding: 0 1em;
}

.ft_btn a {
    color: #fff;
    transition: .3s ease-in-out;
}

.ft_btn li img {
    max-width: 100%;
    border-bottom: solid 1px #CCC;
    padding: .5em;
    transition: .3s ease-in-out;
}

.ft_btn p {
    font-size: 15px;
}

.ft_btn li a:hover {
    transform: translateY(-3px);
    -webkit-filter: drop-shadow(-3px 3px 3px #000);
    filter: drop-shadow(-3px 3px 3px #000);
}

/*ft_icon*/
.ft_icon {
    color: #fff;
    font-size: 15px;
    padding-top: 1em;
}

.ft_icon a {
    display: inline-block;
}

.ft_icon img {
    transition: .3s ease-in-out;
}

.ft_icon a:hover img {
    transform: translateY(5px);
}

/*copyright*/
.copyright {
    background: #036eb8;
    text-align: center;
    padding: .5em 1em;
    color: #fff;
    font-size: 14px;
    margin-top: 2em;
}

.copyright a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: .3s ease-in-out;
}

.copyright a:hover {
    color: #ffc107;
}

@media screen and (max-width:1300px) {
    .ftlogo {
        width: 24%;
    }

    .ftinfo {
        width: 50%;
    }

    .ftiso {
        width: 25%;
        padding-top: 1em;
    }

    .ft_btn {
        width: 50%;
        padding-top: 1em;
    }

    .wrap {
        padding: 1em;
    }
}

@media screen and (max-width:875px) {
    .ftinfo p:nth-of-type(2) {
        width: 63%;
    }

    .ftinfo li:nth-of-type(1) {
        font-size: 15px;
        transform: scale(1.1);
    }

    .ftinfo {
        width: 70%;
        display: block;
        margin: 0 auto;
        padding: 1em 0 0 5em;
    }

    .wrap {
        padding: 0 1em 1em 1em;
    }
}

@media screen and (max-width:800px) {
    .ft_btn li {
        width: 30%;
    }

    .ftinfo {
        width: 75%;
    }

    .ft_btn {
        width: 65%;
    }

    .ftlogo {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .ftinfo {
        width: 100%;
    }
}

@media screen and (max-width:540px) {
    .ftinfo {
        padding: 1em 0 0 2em;
    }

    .ftiso,
    .ft_btn {
        width: 100%;
    }

    .copyright,
    .copyright a {
        margin-top: 0;
        font-size: 12px;
    }
}

@media screen and (max-width:430px) {
    .ftinfo {
        padding: 1em 0 0 0;
    }

    .ftinfo li {
        font-size: 14px;
    }

    .ftinfo li:nth-of-type(1) {
        font-size: 14px;
        transform: scale(1);
    }

    .ftinfo p:nth-of-type(2) {
        width: 55%;
        vertical-align: top;
        padding: 5px 0 0 5px;
        line-height: 1.5;
        word-wrap: break-word;
        word-break: break-all;
    }
}

@media screen and (max-width:380px) {
    .ft_btn li {
        width: 31%;
        padding: 0;
    }
}

@media screen and (max-width:330px) {
    .ftinfo p:nth-of-type(2) {
        width: 44%;
    }
}

/*---inner---------------------------------------------------------------------------------------------------------------------------*/
.inner {}

/*inbanner*/
.inbanner {
    padding: 6em 0 0;
}

.inbanner_product {
    background: url(../../images/product_bg.jpg) top center no-repeat fixed;
    background-size: cover;
}

/*title*/
.title h5 span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    transform: skewX(-15deg);
}

/***guide_text***/
.guide_text {
    width: 900px;
    margin: 0 auto;
    max-width: 90%;
    padding: 3em 0 4em;
}

.guide_text:first-letter {
    font-size: 30px;
}

/*wave*/
.wave {
    background: url(../../images/wave.png) left center repeat-x;
    width: 100%;
    min-height: 35px;
}

/*---guide-------------------------------------------------------------------------------------------------------------------------*/
.guide {
    background: url(../../images/product_bg.jpg) top center repeat-y fixed;
    background-size: auto;
    text-align: center;
}

/*wrap2*/
.wrap2 {
    background: #fff;
}

/***guide_list***/
.guide_list {
    width: 1400px;
    margin: 7em auto;
    max-width: 95%;
    position: relative;
    text-align: left;
}

/*box*/
.box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 32%;
    padding: 3em 0 0 1em;
}

.box:after {
    content: '';
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/product_bg.jpg) top center no-repeat fixed;
    background-size: cover;
}

.box img {
    max-width: 100%;
    position: relative;
    z-index: 5;
}

/*box_info*/
.box_info {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    position: relative;
    padding-right: 16em;
    min-height: 370px;
}

.box_title {
    position: relative;
}

.box_title:before {
    content: '';
    background: #000;
    width: 1px;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-30deg);
}

.box_title:after {
    content: '';
    background: #000;
    width: 1px;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: -16px;
    transform: skewX(-30deg);
}

.boxtit_bg {
    background: #1b1b1b;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0em;
    transform: skewX(-30deg);
}

@keyframes fadeInLeftBg {
    from {
        width: 0;
    }

    to {
        width: 80%;
    }
}

.fadeInLeftBg {
    animation-name: fadeInLeftBg;
}

.box_title h5 {
    color: #fff;
    font-style: italic;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    z-index: 5;
    padding: .2em .5em;
}

.box_info ul {
    list-style: disc;
    padding: 2em 1em;
}

.box_info li {
    font-size: 18px;
    line-height: 1.5;
}

/*expand*/
img.expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 29%;
}

/*box_btn*/
.box_btn {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cta {
    display: flex;
    padding: 0px 12px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    background: #0063b3;
    transition: 1s;
    box-shadow: 5px 5px 0 #aaaaaa;
    transform: skewX(-30deg);
}

.cta:focus {
    outline: none;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 8px 8px 0 #FBC638;
}

a.cta:hover span,
.cta a:focus {
    color: #fff;
    opacity: 1;
}

.cta span:nth-child(2) {
    display: block;
    font-size: 12px;
    position: absolute;
    left: 1.5em;
    bottom: 4px;
}

.cta span:nth-child(3) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover span:nth-child(3) {
    transition: 0.5s;
    margin-right: 45px;
}

.box_btn span {
    transform: skewX(30deg) translateX(8px);
}

.box_btn span:nth-child(3) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
    transform: skewX(30deg) translateX(0px);
}

/**************SVG****************/
.cta svg {
    transform: scale(.7);
    transform-origin: center center;
}

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: #fff100;
    }

    100% {
        fill: white;
    }
}

@media screen and (max-width:1420px) {
    .box_info {
        padding: 0 16em 0 2em;
    }

    .box_btn {
        left: 2em;
    }

    .box:after {
        width: 70%;
        height: 80%;
    }
}

@media screen and (max-width:1200px) {
    .box_info {
        min-height: 320px;
    }

    .ibtm2 {
        min-height: 530px;
    }

    .inbanner {
        padding: 13em 0 0;
    }
}

@media screen and (max-width:1000px) {
    .inbanner {
        padding: 12em 0 0;
    }

    .guide_list {
        margin: 4em auto 0;
        border-bottom: double 4px #cacaca;
        padding-bottom: 5em;
    }

    .guide_list:last-of-type {
        border-bottom: 0;
    }

    .box {
        width: 315px;
    }

    .box_info {
        width: 100%;
        padding: 1em 12em 0 2em;
    }
}

@media screen and (max-width:700px) {
    .inbanner {
        background-attachment: inherit;
    }

    .guide_text {
        padding: 2em 0 2em;
    }

    .guide_list {
        margin: 2em auto 0;
        padding-bottom: 3em;
    }

    .box_title h5 {
        font-size: 28px;
        padding: .5em .5em;
    }

    .box_title:after {
        left: -18px;
    }
}

@media screen and (max-width:600px) {
    .inbanner {
        padding: 10em 0 0;
    }

    .guide_text {
        padding: 1em 0 2em;
    }

    .box_info {
        width: 100%;
        padding: 1em 0em 0 2em;
    }

    img.expand {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .box:after {
        width: 73%;
        height: 80%;
        background-attachment: inherit;
    }

    .box_btn {
        left: 0em;
        position: relative;
        width: 200px;
        padding: 1em 0 0 0;
    }

    .box {
        display: block;
        margin: 0 auto;
    }

    .ibtm2 {
        min-height: 470px;
        padding-top: 10em;
    }
}

@media screen and (max-width:500px) {
    .guide_text {
        padding: 1em 0 1em;
    }

    .box_title h5 {
        font-size: 25px;
    }

    .box_info {
        padding: 0em 0em 0 2em;
    }

    @keyframes fadeInLeftBg {
        from {
            width: 0;
        }

        to {
            width: 90%;
        }
    }

    .ibtm2 {
        min-height: 400px;
        padding-top: 9em;
    }

    .ibtm2 p {
        font-size: 25px;
    }
}

@media screen and (max-width:470px) {
    .title h5 span {
        right: 50%;
        font-size: 18px;
        transform: skewX(-15deg) translateX(50%);
    }

    .inbanner {
        padding: 8em 0 0;
    }
}

@media screen and (max-width:430px) {
    .ibtm2 {
        min-height: 350px;
        padding-top: 8em;
    }

    .inbtm_top {
        min-height: 60px;
    }

    .box_title:after {
        left: -16px;
    }
}

@media screen and (max-width:380px) {
    .ibtm2 p {
        font-size: 24px;
        letter-spacing: 6px;
    }

    .ibtm2 .button {
        font-size: 15px;
        margin: .5em auto 0;
        letter-spacing: 8px;
    }

    .title h5 span {
        font-size: 16px;
    }
}

/*---product------------------------------------------------------------------------------------------------------------------*/
.title img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    -webkit-filter: drop-shadow(0px 0px 5px #333);
    filter: drop-shadow(0px 0px 5px #333);
}

.title h6 {
    font-size: 45px;
    padding: .5em 1em 1em;
}

.title h6 span {
    font-size: 20px;
}

/***product***/
.product {
    background: #fff;
    text-align: center;
}

/***product_list***/
.product_list {
    width: 1540px;
    margin: 3em auto;
    max-width: 90%;
    padding-bottom: 4em;
}

.product_list img {
    max-width: 100%;
}

.slick-slide {
    opacity: .5;
    transform: scale(.6);
}

.slick-center {
    transform: scale(1.1);
    opacity: 1;
}

.ordinary .slick-slide {
    transform: scale(.8);
    padding: 0 .5em;
}

.ordinary .slick-center {
    transform: scale(1);
    opacity: 1;
}

/***product_info***/
.product_info {
    width: 800px;
    margin: 2em auto 8em;
    max-width: 90%;
}

.ordinary .product_info {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

.ordinary .tag {
    padding: 0em 1em 3em 1em;
    border: 0;
}

.ordinary .name {
    margin-top: 1em;
}

/*name*/
.name {
    background: #d9d9d9;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 1em 100px 1em .5em;
    border-radius: 2px;
    margin-top: 3em;
    line-height: 1.5;
}

.mark {
    position: absolute;
    top: -5px;
    right: 1em;
    background: url(../../images/mark.png) top center no-repeat;
    background-size: auto;
    width: 86px;
    height: 100px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
}

.mark div {
    position: absolute;
    top: 45%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.mark span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.product_info p {
    text-align: left;
    padding: 4em 1em 2em;
}

/*tag*/
.tag {
    text-align: left;
    color: #036eb8;
    padding: 0em 1em 10em 1em;
    border-bottom: solid 1px #000;
}

/*product_icons*/
.product_icons {
    padding: 2em 0;
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
}

.product_icons img {
    max-width: 100%;
    width: 23%;
    padding: 0 .2em;
}

/*other*/
.other {
    width: 185px;
    margin: 2em auto 0;
    max-width: 90%;
    text-align: center;
    font-size: 18px;
    border: solid 1px #cfa972;
    line-height: 1.2;
    letter-spacing: 3px;
    transition: .2s ease-out;
}

.other a {
    padding: .5em .2em;
    transition: .2s ease-out;
}

.other span {
    display: block;
    font-size: 15px;
}

.other:hover {
    background: #715937;
    border: solid 1px #715937;
    border-radius: 30px;
}

.other:hover a {
    color: #fff;
}

@media screen and (max-width:901px) {
    .slick-center {
        transform: scale(1);
    }

    .product_list {
        padding-bottom: 1em;
    }
}

@media screen and (max-width:600px) {
    .title h6 {
        font-size: 35px;
    }

    .name {
        font-size: 26px;
    }
}

@media screen and (max-width:500px) {
    .title img {
        width: 110px;
    }

    .title h6 {
        font-size: 30px;
    }

    .slick-prev:before,
    .slick-next:before,
    .slick-prev,
    .slick-next {
        width: 50px;
    }

    .product_list {
        max-width: 95%;
    }

    .mark {
        transform: scale(.7);
        transform-origin: top;
        right: 0;
    }

    .name {
        padding: 1em 70px 1em .5em;
    }

    .product_info p {
        padding: 2em 1em 1em;
    }

    .tag {
        padding: 0em 1em 7em 1em;
    }

    .product_info {
        margin: 2em auto 6em;
    }
}

@media screen and (max-width:430px) {
    .other {
        margin: 1em auto 0;
    }

    .product_icons img {
        padding: 0;
    }

    .product_list {
        margin: 1em auto;
    }

    .name {
        font-size: 24px;
    }
}

@media screen and (max-width:330px) {
    .title h6 {
        font-size: 26px;
    }

    .title img {
        width: 100px;
    }

    .name {
        font-size: 19px;
        letter-spacing: 0;
    }
}

/*---transport-----------------------------------------------------------------------------------------------------------------*/
/***inbanner_trans***/
.inbanner_trans {
    background: url(../../images/trans_banner.jpg) center center no-repeat;
    background-size: cover;
    min-height: 90vh;
}

/***transport***/
.transport {
    background: url(../../images/car_bg.jpg) top center no-repeat fixed;
    background-size: cover;
    text-align: center;
    padding-bottom: 2em;
}

/*transport_text*/
.transport_text {
    color: #fff;
    text-align: center;
    padding: 8em 4em 6em;
    width: 1345px;
    margin: 0 auto;
    max-width: 100%;
    letter-spacing: 5px;
    font-size: 18px;
}

/*transport_list*/
.transport_list {
    display: inline-block;
    vertical-align: bottom;
    width: 23%;
    padding: 0 1em 3em;
}

/*car*/
.car {}

.car img {
    max-width: 100%;
}

/*howton*/
.howton {
    color: #fff;
    position: relative;
    padding-bottom: 1em;
}

.howton:after {
    content: '';
    clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
    background: #0063b3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60%;
    height: 5px;
}

/*ton*/
.ton {
    position: relative;
}

.ton p {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
}

.ton span {
    font-size: 60px;
    font-style: italic;
    font-weight: 500;
    padding-right: 10px;
}

/*blue*/
.blue {
    background: #0063b3;
}

/*trans_deco*/
.trans_deco {
    background: #0063b3;
    text-align: center;
    position: relative;
    padding: 3em 1em;
    box-shadow: inset 0px 5px 10px rgb(14, 71, 132);
}

.trans_deco div {
    width: 1010px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.trans_deco div:after {
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: skewX(-30deg);
}

.trans_deco img {
    max-width: 100%;
}

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

@media screen and (max-width:800px) {
    .inbanner_trans {
        min-height: 70vh;
    }

    .transport {
        background-attachment: inherit;
        background-size: cover;
        background: url(../../images/car_bg.jpg) center center no-repeat;
    }
}

@media screen and (max-width:660px) {
    .trans_deco {
        padding: 2em 1em 1em;
    }

    .trans_deco img {
        width: auto;
        max-width: 65%;
    }

    .trans_deco div:after {
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        transform: skewY(-10deg);
    }

    .transport_text {
        padding: 6em 4em 5em;
    }

    .transport_list {
        width: 48%;
    }

    .ton span {
        font-size: 50px;
    }
}

@media screen and (max-width:540px) {
    .transport {
        background-attachment: inherit;
        background-size: cover;
    }

    .inbanner_trans .title h4 {
        padding: 0em 1em 1em 0;
    }

    .transport_text {
        padding: 5em 3em 4em;
    }

    .transport_list {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .inbanner_trans {
        min-height: 65vh;
        background: url(../../images/trans_banner.jpg) top center no-repeat;
        background-size: cover;
    }

    .ton span {
        font-size: 45px;
    }

    .transport_text {
        padding: 3em 1em 2em;
        text-align: left;
        line-height: 1.5;
    }
}

@media screen and (max-width:380px) {
    .trans_deco img {
        max-width: 80%;
    }
}

/*---inbanner_circle----------------------------------------------------------------------------------------------------------------*/
.inbanner_circle {
    background: url(../../images/inbanner.jpg) top center no-repeat;
    background-size: cover;
    min-height: 510px;
    padding-top: 9em;
}

/*---common------------------------------------------------------------------------------------------------------------------------*/
.common {}

/*people*/
.people {
    text-align: center;
    padding: 3em 1em 1em 1em;
    position: relative;
}

.people img {
    max-width: 100%;
}

.people p {
    color: #085da6;
}

.people:after {
    content: '';
    background: #085da6;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: cala(50% - 3px);
    border-radius: 100%;
}

/*location*/
.location {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    padding: 0 0 2em 1em;
}

.location:before {
    content: '';
    background: #085da6;
    width: 1px;
    height: 98%;
    position: absolute;
    top: 0;
    left: 50.3%;
}

.location:after {
    content: '';
    background: #085da6;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 2px;
    left: 50.1%;
    border-radius: 100%;
}

.loc_info {
    text-align: left;
    display: inline-block;
    width: 49%;
    padding: 0 1em 0 7em;
}

.loc_info p {
    font-weight: 700;
    font-size: 20px;
}

.loc_info ul {}

.loc_info li {}

.loc_info li p {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
}

.loc_info li p:nth-of-type(1) {
    width: 10%;
}

.loc_info li p:nth-of-type(2) {
    word-wrap: break-word;
    word-break: break-all;
    width: 87%;
}

/*map*/
.map {
    width: 1675px;
    margin: 4em auto;
    max-width: 90%;
    position: relative;
    padding: 2em;
}

.map:after {
    content: '';
    background: #fcf8ce;
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
}

.map iframe {
    height: 640px;
    width: 100%;
    z-index: 5;
    position: relative;
}

@media screen and (max-width:1280px) {
    .inbanner_circle {
        min-height: 390px;
        padding-top: 8em;
    }

    .loc_info {
        padding: 0 1em 0 5em;
    }

    .loc_info li p:nth-of-type(1) {
        width: 12%;
    }

    .loc_info li p:nth-of-type(2) {
        width: 82%;
    }
}

@media screen and (max-width:1200px) {
    .inbanner_circle {
        min-height: 430px;
        padding-top: 12em;
    }

    .loc_info {
        padding: 0 1em 0 4em;
    }

    .map iframe {
        height: 580px;
    }
}

@media screen and (max-width:1000px) {
    .loc_info {
        padding: 1em 1em 1em 0em;
        width: 600px;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

    .loc_info ul {
        line-height: 1.5;
    }

    .location:before,
    .location:after,
    .people:after {
        display: none;
    }

    .map {
        margin: 1em auto 2em;
    }
}

@media screen and (max-width:800px) {
    .map iframe {
        height: 500px;
    }
}

@media screen and (max-width:540px) {
    .map iframe {
        height: 400px;
    }

    .map {
        margin: 1em auto 1em;
        padding: 1em;
    }

    .inbanner_circle {
        min-height: 340px;
        padding-top: 10em;
    }

    .people {
        padding: 2em 1em 1em 1em
    }

    .location {
        padding: 0 0 0em 1em;
    }
}

@media screen and (max-width:470px) {
    .inbanner_circle {
        min-height: 305px;
        padding-top: 7em;
    }

    .loc_info {
        padding: 0em 1em 1em 0em;
    }

    .map iframe {
        height: 350px;
    }
}

@media screen and (max-width:430px) {
    .inbanner_circle {
        min-height: 280px;
    }

    .map iframe {
        height: 320px;
    }

    .loc_info li p:nth-of-type(1) {
        width: 15%;
    }
}

@media screen and (max-width:380px) {
    .location {
        padding: 0 0 0em 0em;
    }

    .loc_info li p:nth-of-type(1) {
        width: 17%;
    }

    .loc_info li p:nth-of-type(2) {
        width: 78%;
    }

    .map iframe {
        height: 300px;
    }
}

@media screen and (max-width:330px) {
    .map {
        padding: .7em;
    }

    .map iframe {
        height: 280px;
    }
}

/*---news-----------------------------------------------------------------------------------------------------------------------------*/
.npic div {
    background: no-repeat center center;
}

.newslist_rwd .ntitle p {
    font-size: 24px;
    text-align: left;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}

.newslist_rwd .ntitle {
    display: block;
}

.newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    color: #424242;
    margin-top: 1em;
}

.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
}

.nbox {
    margin: 0;
    padding: 0;
    transform: translateX(-15px);
    transition: .3s ease-in-out;
}

.nbox div {}

.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 100%;
    margin: 1em 0 3em;
    display: block;
    vertical-align: top;
    text-align: center;
    transition: .2s ease-in-out;
    position: relative;
}

.newslist_rwd td {
    vertical-align: top
}

.newslist_rwd .npic {
    width: 46%;
    display: inline-block;
    vertical-align: middle;
}

.newslist_rwd .ntext {
    width: 42%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em 0 2em;
    text-align: left;
}

.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
}

.newslist_rwd .ntitle,
.newslist_rwd .ninfo {}

.newslist_rwd .npicimg {
    min-width: 530px;
    min-height: 375px;
    border-radius: 2px;
    transition: .2s ease-in-out;
}

.newstable {
    width: 1300px;
    margin: 0 auto;
    max-width: 90%;
    padding: 4em 0;
}

.newstable table {
    width: 100%;
}

.newstable iframe {
    max-width: 100%;
    min-height: 800px;
    padding: 0;
    margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    background: #262523;
    color: #fff;
    border-radius: 5px;
    padding: 3px 1em;
    letter-spacing: 2px;
    margin: 5px;
    transition: .3s ease all;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #a9a9a9;
    color: #262523;
}

.inews .page_num {
    display: none;
}

table.tableimg img {
    max-width: 100%;
}

.inews .newslist_rwd .ninfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.newstable a {
    transition: .2s ease all;
    padding: 1em 2em;
}

.newslist_rwd a:after {
    content: '';
    border: solid 1px #085da6;
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    transition: .3s ease-in-out;
}

.newslist_rwd .ntitle a {
    display: inline-block;
    padding: 0;
}

.newslist_rwd .ntitle a:after {
    display: none;
}

.newstable a:hover .nbox {
    transform: translateX(0);
}

.newslist_rwd a:hover:after {
    width: 94%;
}

.newslist_rwd a:hover p {
    color: #1765b4;
}

.page_num a {
    padding: 0 !important;
    display: inline-block;
}

#gotop {
    position: fixed;
    bottom: 7em;
    right: 1em;
    z-index: 7;
    display: none;
    cursor: pointer;
    transition: .2s ease-in-out;
    width: 90px;
}

#gotop img {
    max-width: 100%;
}

#gotop:hover {
    transform: scale(.9);
}

@media screen and (max-width: 600px) {
    #gotop {
        width: 55px;
        bottom: 12em;
        right: .5em;
    }
}

@media screen and (max-width: 1220px) {
    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 370px;
    }

    .newslist_rwd {
        text-align: left;
    }

    .newslist_rwd a:hover:after {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 300px;
    }

    .newslist_rwd .npic {
        width: 50%;
    }
}

@media screen and (max-width: 780px) {
    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 280px;
    }

    .newslist_rwd .ntext {
        width: 48%;
        padding: 0 1em 0 1em;
    }
}

@media screen and (max-width:768px) {
    .newstable iframe {
        min-height: 390px;
    }
}

@media screen and (max-width: 600px) {
    .newslist_rwd .npic {
        width: 100%;
    }

    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 310px;
    }

    .nbox {
        transform: translateX(0px);
    }

    .newslist_rwd .ntext {
        width: 100%;
        padding: 1.5em 0em 1em 3em;
    }

    .newstable a {
        padding: 1em 1em;
    }
}

@media screen and (max-width: 470px) {
    .newstable {
        padding: 3em 0;
    }

    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 290px;
    }

    .newslist_rwd .ntitle p {
        font-size: 22px;
        line-height: 25px;
    }

    .newslist_rwd .ninfo p {
        font-size: 15px;
        margin-top: .2em;
    }

    .newslist_rwd a:after {
        width: 100%;
    }

    .newslist_rwd .ntext {
        width: 100%;
        padding: 1em 0em 0em 0em;
    }
}

@media screen and (max-width: 430px) {
    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 250px;
    }
}

@media screen and (max-width:414px) {
    .newstable iframe {
        min-height: 280px;
    }
}

@media screen and (max-width: 380px) {
    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 200px;
    }
}

@media screen and (max-width:320px) {
    .newstable iframe {
        min-height: 220px;
    }
}

/***inews***/
#inews {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 90;
}

#inews table {
    width: 100%;
}

.inews_bg {
    background: rgba(255, 255, 255, .9);
    width: 1200px;
    margin: 7em auto 0;
    max-width: 90%;
    padding: 1em 2em;
    border-radius: 25px;
    text-align: center;
}

.inews_tit {
    display: inline-block;
    position: relative;
    padding: 0 .7em;
    font-size: 20px;
    text-align: center;
}

.inews_tit:before {
    content: '';
    background: #000;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    top: 48%;
    left: 0;
}

.inews_tit:after {
    content: '';
    background: #000;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    top: 48%;
    right: 0;
}

.close {
    opacity: 1;
    border: solid 2px #3a3838;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 18px;
    color: #3a3838;
}

#inews .newslist_rwd a {
    padding: 1em;
    z-index: 5;
    position: relative;
}

#inews .newslist_rwd a:after {
    border: solid 1px #9c9c9c;
}

#inews .page_num {
    display: none;
}

.noshow {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}

@media screen and (max-width: 500px) {
    .inews_bg {
        padding: 1em;
        margin: 3em auto 0;
        max-height: 80vh;
        overflow-y: scroll;
    }

    #inews .newslist_rwd {
        margin: .5em 0;
    }
}

@media screen and (max-width: 330px) {
    .inews_bg {
        padding: 1em;
        margin: 2em auto 0;
        max-height: 80vh;
        overflow-y: scroll;
    }
}

/*---machine---------------------------------------------------------------------------------------------------------------------*/
/*machi_title*/
.machi_title {
    background: #0063b3;
    position: relative;
    padding: 3.5em 1em;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    z-index: 3;
}

.machi_title .title {
    z-index: 3;
}

.machi_title:after {
    content: '';
    background: url(../../images/machi_tit_bg.jpg) center center no-repeat;
    background-size: cover;
    opacity: .05;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*machine*/
.machine {
    background: url(../../images/machi_bg.jpg) top center no-repeat fixed;
    background-size: cover;
    text-align: right;
    padding-left: 2em;
}

/*machine2*/
.machine2 {
    background: url(../../images/machi2_bg.jpg) top center no-repeat fixed;
    background-size: cover;
    text-align: right;
    padding-left: 2em;
}

/*machine3*/
.machine3 {
    background: url(../../images/machi3_bg.jpg) top center no-repeat fixed;
    background-size: cover;
    text-align: right;
    padding-left: 2em;
}
/*machi_inner*/
.machi_inner {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 22% 100%, 0% 50%);
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 22% 100%, 0% 50%);
    background: #fff;
    position: relative;
    width: 74%;
    display: inline-block;
    padding: 8em 0 0em 2em;
}

.machi_inner:before {
    content: '';
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 44% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 44% 100%);
    background: #362e2b;
    position: absolute;
    top: 50%;
    right: 0;
    width: 90%;
    height: 100%;
    z-index: -1;
}

.machi_inner:after {
    content: '2022年引進';
    color: #fff;
    background: #362e2b;
    font-size: 30px;
    position: absolute;
    top: 2em;
    right: 2em;
    padding: 0em 1em;
    letter-spacing: 5px;
    font-weight: 700;
    display: none;
}

.machi_inner img {
    max-width: 72%;
    padding-right: 5em;
    position: relative;
    z-index: 5;
    -webkit-filter: drop-shadow(0px 5px 2px rgba(43, 38, 37, 0.5));
    filter: drop-shadow(0px 5px 2px rgba(43, 38, 37, 0.5));
}

/*machi_inner2*/
.machi_inner2 {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 22% 100%, 0% 50%);
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 22% 100%, 0% 50%);
    background: #fff;
    position: relative;
    width: 74%;
    display: inline-block;
    padding: 8em 0 0em 2em;
    top: -1px;
}

.machi_inner2:before {
    content: '';
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 44% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 44% 100%);
    background: #362e2b;
    position: absolute;
    top: 50%;
    right: 0;
    width: 90%;
    height: 100%;
    z-index: -1;
}

.machi_inner2:after {
    content: '2022年引進';
    color: #fff;
    background: #362e2b;
    font-size: 30px;
    position: absolute;
    top: 2em;
    right: 2em;
    padding: 0em 1em;
    letter-spacing: 5px;
    font-weight: 700;
    display: none;
}

.machi_inner2 img {
    max-width: 72%;
    padding-right: 5em;
    position: relative;
    z-index: 5;
    -webkit-filter: drop-shadow(0px 5px 2px rgba(43, 38, 37, 0.5));
    filter: drop-shadow(0px 5px 2px rgba(43, 38, 37, 0.5));
}

/*machi_inner3*/
.machi_inner3 {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 22% 100%, 0% 50%);
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 22% 100%, 0% 50%);
    background: #fff;
    position: relative;
    width: 74%;
    display: inline-block;
    padding: 8em 0 0em 2em;
}

.machi_inner3:before {
    content: '';
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 44% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 44% 100%);
    background: #362e2b;
    position: absolute;
    top: 50%;
    right: 0;
    width: 90%;
    height: 100%;
    z-index: -1;
}

.machi_inner3:after {
    content: '2022年引進';
    color: #fff;
    background: #362e2b;
    font-size: 30px;
    position: absolute;
    top: 2em;
    right: 2em;
    padding: 0em 1em;
    letter-spacing: 5px;
    font-weight: 700;
    display: none;
}

.machi_inner3 img {
    max-width: 72%;
    padding-right: 5em;
    position: relative;
    z-index: 5;
    -webkit-filter: drop-shadow(0px 5px 2px rgba(43, 38, 37, 0.5));
    filter: drop-shadow(0px 5px 2px rgba(43, 38, 37, 0.5));
}

/*machi_info*/
.machi_info {
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    background: #0063b3;
    padding: 2em 5em 5em 6em;
    font-weight: 500;
    font-size: 33px;
    width: 82%;
    display: inline-block;
    line-height: 1.5;
}

.machi_info p {
    display: inline-block;
    font-size: 38px;
    letter-spacing: 5px;
    padding: 0 0 0 .5em;
}

.machi_info p:first-letter {
    font-size: 45px;
}

.machi_info span {
    background: #fff;
    display: inline-block;
    color: #0063b3;
    padding: 5px 1em;
    letter-spacing: 5px;
    font-size: 24px;
}

.machi_info b {
    display: block;
    font-weight: 300;
    font-size: 20px;
    padding: 1em 0 0 0;
}

/*machi_deco*/
.machi_deco {
    min-height: 210px;
    margin-top: -9em;
    background: #fff;
}

.machi_deco div {
    position: relative;
    text-align: left;
    padding: 4em 0 0 8em;
    letter-spacing: 3px;
    width: 51%;
}

.machi_deco div:after {
    content: '';
    background: #362e2b;
    width: 35%;
    height: 1px;
    position: absolute;
    bottom: 1em;
    right: 0;
}

.machi_deco p {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    mix-blend-mode: difference;
}

.machi_deco p:first-letter {
    font-size: 26px;
}

@media screen and (max-width: 1650px) {
    .machi_inner {
        width: 85%;
    }

    .machi_deco div {
        width: 43%;
    }
}

@media screen and (max-width: 1500px) {
    .machi_inner {
        width: 100%;
    }

    .machi_info {
        padding: 2em 3em 5em 6em;
    }

    .machi_deco div {
        padding: 4em 0 0 4em;
        width: 33%;
    }

    .machi_deco div:after {
        width: 22%;
    }
}

@media screen and (max-width: 1370px) {
    .machi_deco div:after {
        display: none;
    }

    .machi_deco div {
        width: 100%;
    }
}

@media screen and (max-width: 1300px) {
    .machi_info {
        padding: 2em 2em 4em 4em;
    }

    .machi_deco {
        min-height: 190px;
    }
}

@media screen and (max-width: 1080px) {
    .machi_inner img {
        max-width: 75%;
        margin-bottom: -2em;
    }

    .machi_info {
        padding: 2em 1em 4em 2em;
    }

    .machi_info p {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 990px) {
    .machine {
        background: #fff;
        padding: 0;
        position: relative;
    }

    .machine:before {
        content: '';
        clip-path: polygon(100% 0, 0% 100%, 0 0);
        -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
        background: url(../../images/machi_bg.jpg) bottom center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 33%;
        height: 30%;
    }

    .machi_inner {
        clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40%);
        -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40%);
    }

    .machi_inner:before {
        width: 97%;
    }

    .machi_info {
        width: 92%;
        padding: 2em 1em 3em 2em;
    }

    .machi_info p {
        font-size: 35px;
    }

    .machi_deco div {
        padding: 4em 0 0 2em;
    }
}

@media screen and (max-width: 900px) {
    .machi_deco p {
        color: #353535;
        mix-blend-mode: normal;
    }

    .machi_inner img {
        max-width: 80%;
        margin: 0;
    }

    .machi_inner:before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }

    .machi_info {
        width: 100%;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        padding: 2em 1em 2em 2em;
    }

    .machi_deco {
        min-height: auto;
        margin: 0;
    }

    .machi_deco div {
        padding: .5em 0 .5em 2em;
    }
}

@media screen and (max-width: 750px) {
    .machi_inner {
        padding: 6em 0 0em 0em;
    }

    .machi_inner:after {
        top: 1.5em;
        right: 1em;
        font-size: 24px;
    }

    .machi_inner img {
        padding-right: 2em;
    }

    .machi_info {
        width: 96%;
        font-size: 28px;
        padding: 2em 1em;
    }

    .machi_info p {
        font-size: 30px;
    }

    .machi_info p:first-letter {
        font-size: 35px;
    }
}

@media screen and (max-width: 600px) {
    .machi_inner:before {
        top: 42%;
    }
}

@media screen and (max-width: 500px) {
    .machi_inner:before {
        top: 42%;
    }

    .machi_info {
        width: 100%;
        font-size: 28px;
        padding: 1em 1em;
        transform: scale(.9);
        transform-origin: top center;
        letter-spacing: 1px;
    }

    .machi_info p {
        font-size: 25px;
    }

    .machi_info p:first-letter {
        font-size: 28px;
    }

    .machi_title {
        padding: 2em 1em;
    }
}

@media screen and (max-width: 430px) {
    .machi_inner:before {
        top: 40%;
    }

    .machi_inner:after {
        font-size: 20px;
    }

    .machi_info {
        font-size: 25px;
    }

    .machi_info p {
        font-size: 18px;
    }

    .machi_info p:first-letter {
        font-size: 20px;
    }

    .machi_info span {
        padding: 1px 1em;
        font-size: 22px;
    }

    .machi_deco p {
        font-size: 18px;
    }

    .machi_deco p:first-letter {
        font-size: 20px;
    }

    .machi_info b {
        font-size: 16px;
    }
}

@media screen and (max-width: 380px) {
    .machi_info {
        font-size: 23px;
    }
}

@media screen and (max-width: 350px) {
    .machi_info {
        font-size: 20px;
        padding: 1em .5em;
    }

    .machi_info p {
        font-size: 16px;
    }

    .machi_info span {
        font-size: 18px;
    }

    .machi_deco p {
        font-size: 16px;
    }
}

/*machine_s*/
.machine_s {
    width: 1640px;
    margin: 0 auto;
    max-width: 95%;
    padding: 1em 0 3em;
    text-align: center;
}

.machine_s img {
    max-width: 100%;
    width: 31%;
    padding: 0 5px;
}

@media screen and (max-width: 600px) {
    .machine_s img {
        width: 32%;
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .machine_s {
        padding: 0em 0 2em;
    }

    .machine_s img {
        width: 48%;
        padding: 0;
    }

    .machine_s img:last-of-type {
        width: auto;
        max-width: 100%;
        padding: 4px;
    }
}

@media screen and (max-width: 430px) {
    .machine_s {
        padding: 0em 0 1em;
    }
}