/*--------------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: 1px;
    font-size: 16px;
    font-family: Arial, sans-serif, 微軟正黑體, "Microsoft JhengHei";
    background: #fff;
    color: #231f20;
    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;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

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;
}

.clear {
    clear: both;
}

::selection {
    background: #13a24f;
    color: #fff;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.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;
}

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

header:before {
    /*content:'';*/
    background: url(../../images/ideco2.png) center left no-repeat;
    background-size: contain;
    width: 15%;
    height: 37%;
    position: absolute;
    bottom: -8em;
    left: 0;
    z-index: 1;
}

header:after {
    /*content:'';*/
    background: url(../../images/ideco1.png) top right no-repeat;
    background-size: contain;
    width: 15%;
    height: 36%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.ilogo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
}

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

/*---inews-----------------------------------------------------------------------------------------------------------------------------------*/
.inews {
    background: url(../../images/inews_bg.png) repeat;
    text-align: center;
    position: relative;
    padding: 3em 1em;
    -webkit-filter: drop-shadow(0px -4px 3px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px -4px 3px rgba(0, 0, 0, .1));
}

.inews:before {
    content: '';
    background: url(../../images/inews_title.png) bottom right no-repeat;
    background-size: auto;
    height: 59px;
    width: 398px;
    position: absolute;
    top: -59px;
    right: 15%;
}

.newstable {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}

.more {
    text-align: right;
}

.more a {
    color: #fff;
    transition: .2s linear;
    display: inline-block;
    position: relative;
}

.more a:after {
    content: '';
    background: #5bb484;
    ;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s linear;
}

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

/*******/
/***mobile ibutton***/
.mibutton {
    position: fixed;
    top: 3%;
    right: 2%;
    z-index: 30;
    cursor: pointer;
    color: #362e2b;
    text-align: right;
    transition: .2s ease all;
    display: none;
    z-index: 95;
    width: 60px;
    height: 50px;
}

.mibutton strong {
    color: #ffffff;
    display: block;
    text-align: left;
}

.mibutton span {
    display: inline-block;
    width: 40px;
    height: 2px;
    transition: .3s ease all;
    position: absolute;
    right: 0px;
    background: rgba(0, 0, 0, 1);
}

.mibutton span:nth-child(1) {
    top: 0px;
}

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

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

.mibutton_ani span {
    background: #0ea112;
}

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

.mibutton_ani span:nth-child(2) {
    display: none;
}

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

/*---navbar_block-------------------------------------------------------------------------------------------------------------------------------*/
.navbar_block {
    position: absolute;
    z-index: 90;
    text-align: center;
    width: 100%;
}

.navbar_block2 {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    bottom: 0;
    height: 6%;
}

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

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

.hdtoggle2 {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
}

/*navbar*/
.navbar {
    background: url(../../images/navbar_bg_01.png) center repeat-y;
    background-size: auto;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    padding: 2em 1em 0;
}

/*logo*/
.logo {
    display: inline-block;
    width: 20%;
}

.logo a {}

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

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

.ibutton ul {}

.ibutton li {
    display: inline-block;
    width: 11%;
    text-align: center;
    position: relative;
    padding-bottom: 1em;
}

.ibutton a {
    position: relative;
}

.ibutton a:after {
    content: '';
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5fb530 transparent transparent transparent;
    transition: .3s ease all;
    opacity: 0;
}

.ibutton h1 {
    color: #176331;
    font-size: 18px;
}

.ibutton h2 {
    color: #707070;
    font-size: 14px;
    margin-top: 3px;
    transition: .2s ease all;
}

/*hover*/
.ibutton li a:hover:after {
    opacity: 1;
    top: -1.2em;
}

.ibutton a:hover h2 {
    color: #5eb530;
}

/*dropmenu*/
ul.dropmenu {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -6em;
    background: rgba(27, 27, 27, .75);
    list-style-type: disc;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease all;
}

ul.dropmenu li {
    display: block;
    width: 100%;
    padding: 0;
}

ul.dropmenu a {
    color: #fff;
    padding: 1em 1em 1em 1em;
    line-height: 1;
    transition: .3s ease-in-out;
    position: relative;
}

ul.dropmenu a:before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 1.2em;
}

ul.dropmenu li:nth-of-type(1),
.mob_dropmenu li:nth-of-type(1) {
    border-bottom: solid 1px rgba(255, 255, 255, .25);
}

ul.dropmenu a:after {
    display: none;
}

ul.dropmenu a:hover {
    background: rgba(27, 27, 27, 1);
}

.ibutton li:hover ul.dropmenu {
    opacity: 1;
    visibility: visible;
}

/*mob_dropmenu*/
.mob_dropmenu {
    background: rgba(27, 27, 27, .6);
    display: none;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.mob_dropmenu a {
    color: #fff;
    padding: .5em;
}

/*navbar_btm*/
.navbar_btm {
    background: url(../../images/navbar_bg_02.png) top left no-repeat;
    background-size: cover;
    min-height: 69px;
    width: 100%;
}


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

/*---about1-----------------------------------------------------------------------------------------------------------------------------------*/
.abt1 {
    background: url(../../images/ibg1.jpg) top center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 15em 0 0;
}

/*abt1-1*/
.abt1-1 {
    width: 960px;
    max-width: 50%;
    float: right;
}

.abt1-1 img {
    max-width: 80%;
    padding-bottom: 1em;
}

.abt1-1 span {
    color: #221202;
    display: block;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    background: rgba(243, 151, 0, .6);
    padding: 5em 9em 5em 10em;
}

/*abt1-2*/
.abt1-2 {
    width: 960px;
    max-width: 50%;
    margin-top: -14em;
    text-align: right;
}

.abt1-2 img {
    max-width: 80%;
    padding-bottom: 1em;
}

.abt1-2 span {
    color: #221202;
    display: block;
    position: relative;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    background: rgba(183, 170, 0, .6);
    padding: 5em 13em 5em 10em;
    text-align: left;
}

.red {
    color: #ef0a0a;
}

.abt1 strong {}

@media screen and (max-width:1660px) {
    .navbar_btm {
        min-height: 60px;
    }

    .ibutton li {
        width: 12%;
    }

    .abt1-2 span {
        padding: 5em 10em 4em 4em;
    }
}

@media screen and (max-width:1500px) {
    .navbar_block {
        position: fixed;
        top: 0
    }

    .mibutton {
        display: block;
    }

    .ibutton {
        width: 100%;
        display: none;
        padding: 1em 0;
        max-height: 80vh;
        overflow: scroll;
        background: url(../../images/navbar_bg_01.png) top center repeat-y;
    }

    .ibutton li {
        width: 100%;
        padding: 0;
    }

    .ibutton li a {
        padding: 1em;
    }

    .ibutton li a:after {
        display: none;
    }

    ul.dropmenu {
        display: none !important;
    }

    .mob_dropmenu {
        height: auto;
        overflow: visible;
        opacity: 1;
    }

    .mob_open {}

    .navbar {
        padding: 1em 0 1em;
        border-bottom: solid 5px #353535;
    }

    .navbar2 {
        padding: 3em 0 1em;
    }

    .logo {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-left: 3em;
    }

    .navbar_btm {
        min-height: 55px;
        display: none;
    }

    header {
        margin-top: 6em;
    }

    .ilogo {
        top: 54%;
    }

    .abt1 {
        padding: 10em 0 0;
    }
}

@media screen and (max-width:1200px) {
    .abt1-1 {
        max-width: 90%;
    }

    .abt1-2 {
        max-width: 90%;
        margin-top: 0;
        padding-top: 2em;
    }

    header:before {
        bottom: -5em;
    }
}

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

    .inews:before {
        width: 330px;
        background-size: contain;
        right: 10%;
    }

    .abt1-1 span {
        padding: 4em 2em 4em 8em;
    }

    .abt1-2 span {
        padding: 4em 7em 3em 3em;
    }
}

@media screen and (max-width:690px) {
    header:before {
        bottom: -3em;
    }

    .logo {
        padding-left: 1em;
    }

    .logo img {
        width: 210px;
    }

    .ilogo {
        top: 50%;
    }

    .ilogo img {
        width: 140px;
    }

    header {
        margin-top: 5.5em;
    }

    .inews:before {
        width: 300px;
        right: 0%;
    }

    .abt1 {
        padding: 5em 0 0;
    }

    .abt1-1 span {
        padding: 2em 2em 2em 7em;
    }

    .abt1-2 span {
        padding: 2em 7em 2em 2em;
    }
}

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

    header {
        margin-top: 5em;
    }

    .ilogo img {
        width: 110px;
    }

    .inews:before {
        width: 250px;
    }

    .abt1 {
        background-attachment: inherit;
    }

    .abt1-1,
    .abt1-2 {
        max-width: 95%;
    }

    .abt1-1 span {
        padding: 2em 2em 2em 5em;
        font-size: 15px;
    }

    .abt1-2 span {
        padding: 2em 5em 2em 2em;
        font-size: 15px;
    }
}

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

    .abt1-1 img,
    .abt1-2 img {
        max-width: 100%;
    }

    .mibutton {
        right: 4%;
    }

    .ibutton h1 {
        font-size: 17px;
    }

    .ibutton h2 {
        font-size: 12px;
    }

    .inews:before {
        width: 210px;
    }

    .ilogo {
        display: none;
    }

    .ilogo img {
        width: 120px;
    }

    header:before {
        bottom: -2em;
    }

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

@media screen and (max-width:380px) {
    .abt1-1 span {
        padding: 1em 1em 1em 4em;
    }

    .abt1-2 span {
        padding: 1em 4em 1em 1em;
    }

    .ilogo img {
        width: 110px;
    }
}

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

/*pro_title*/
.pro_title {
    width: 600px;
    margin: 0 auto;
    max-width: 30%;
}

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

.pro_title sub {
    display: block;
    color: #f44805;
    font-size: 20px;
    background: #f7dc54;
    border-radius: 50px;
    font-weight: bold;
    padding: .5em 2em;
    -webkit-filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .3));
    width: 80%;
    margin: 0 auto;
    line-height: 25px;
}

.pro_title span {
    color: #ffffff;
    padding: 1em 0;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    display: block;
}

/*pro_list*/
.pro_list {}

.pro_list img {
    width: auto;
    max-width: 30%;
    padding: 1em;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .3));
}

.pro_list img:nth-of-type(1),
.pro_list img:nth-of-type(3) {
    transform: translateY(-15em);
}

.pro_list img:nth-of-type(2) {}

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

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

    .pro_list img:nth-of-type(1),
    .pro_list img:nth-of-type(3) {
        transform: translateY(0em);
    }

    .pro_list img {
        padding: 3px;
    }
}

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

    .pro_list img {
        max-width: 45%;
        padding: 5px;
    }
}

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

    .pro_title sub {
        font-size: 4vmin;
        padding: .5em 0em;
        width: 90%;
    }

    .pro_title span {
        width: 90%;
    }

    .pro_list img {
        width: auto;
        max-width: 75%;
    }
}

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

    .pro_title sub {
        font-size: 4.5vmin;
    }
}

/*---process---------------------------------------------------------------------------------------------------------------------------------*/
.process {
    background: url(../../images/ibg3.jpg) top center no-repeat fixed;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 2em 1em 10em;
}

.process:before {
    content: '';
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: rgba(27, 150, 213, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 14%;
}

.process:after {
    content: '';
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: rgba(27, 150, 213, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 14%;
}

/*process_tit*/
.process_tit {
    position: relative;
    z-index: 5;
    position: absolute;
    top: 5em;
    right: 2em;
    width: 35%;
}

.process_tit img {
    max-width: 100%;
    display: block;
}

.process_tit span {
    color: #0d5e88;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    margin: -5em 0 0 9em;
}

/*process_list*/
.process_list {
    position: relative;
    z-index: 5;
    max-width: 80%;
    display: inline-block;
    padding: 9em 34em 0 0;
}

.process_list img {
    width: auto;
    max-width: 32%;
    padding: 1em 1em 2em;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .2));
    -filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .2));
}

.process_list img:nth-of-type(1),
.process_list img:nth-of-type(2),
.process_list img:nth-of-type(3) {}

.process_list img:nth-of-type(4),
.process_list img:nth-of-type(5),
.process_list img:nth-of-type(6) {
    transform: translateX(8em);
}

/*process_deco*/
.process_deco {
    background: url(../../images/process_deco.png) top left no-repeat;
    background-size: contain;
    width: 16%;
    height: 27%;
    position: absolute;
    bottom: 3em;
    left: 2em;
}

/*---footer-------------------------------------------------------------------------------------------------------------------------------------*/
footer {
    position: relative;
    background: url(../../images/ft_bg.png) repeat;
    text-align: center;
    -webkit-filter: drop-shadow(0px 5px 5px #333);
    filter: drop-shadow(0px 5px 5px #333);
}

footer:before {
    content: '';
    background: url(../../images/ft_deco1.png) top left no-repeat;
    background-size: contain;
    width: 13%;
    height: 100%;
    position: absolute;
    top: -4em;
    left: 0;
}

footer:after {
    content: '';
    background: url(../../images/ft_deco2.png) bottom right no-repeat;
    background-size: contain;
    width: 22%;
    height: 138%;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*ft_top*/
.ft_top {
    background: url(../../images/ft_top.png) bottom center no-repeat;
    background-size: contain;
    min-height: 68px;
    width: 100%;
    position: absolute;
    top: -68px;
    left: 0;
}

/*ft_inner*/
.ft_inner {
    width: 1100px;
    margin: 0 auto;
    max-width: 80%;
    padding: 3em 0;
    position: relative;
    z-index: 5;
}

/*ft_logo*/
.ft_logo {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding: 0 1em;
}

.ft_logo ul {}

.ft_logo li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
}

.ft_logo a {
    transition: .2s ease all;
}

.ft_logo li img {
    max-width: 100%;
}

.ft_logo a:hover {
    -webkit-filter: contrast(2);
    filter: contrast(2);
    transform: translateY(5px);
}

.ft_logo .home {
    margin-top: 1rem;
}

img.ft_img {
    max-width: 100%;
    padding-bottom: 1em;
}

/*ft_info*/
.ft_info {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border-left: solid 1px #bbbbbb;
    width: 35%;
    padding: 0 1em;
}

.ft_info ul {}

.ft_info li {
    line-height: 1.5;
}

.ft_info p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.ft_info p:nth-of-type(1) {
    width: 45px;
}

.ft_info p:nth-of-type(2) {
    width: 80%;
}

/*ft_icon*/
.ft_icon {
    width: 420px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    z-index: 5;
}

/*ft_icon_tit*/
.ft_icon_tit {
    display: inline-block;
    font-size: 12px;
    color: #5b5b5b;
}

.ft_icon a {
    display: inline-block;
    transition: .2s ease all;
}

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

.ft_icon a:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

/*copyright*/
.copyright {
    color: #5b5b5b;
    font-size: 12px;
    padding: .5em 1em 1em 1em;
    position: relative;
    z-index: 5;
    line-height: 1.5;
}

.copyright a {
    display: inline-block;
    color: #5b5b5b;
    font-size: 12px;
    transition: .2s ease all;
}

.copyright a:hover {
    color: #1c96d5;
}

@media screen and (max-width:1440px) {
    .process_list {
        max-width: 90%;
        padding: 9em 27em 0 0;
    }
}

@media screen and (max-width:1200px) {
    .process {
        padding: 2em 1em 6em;
    }

    .process_tit {
        right: 4em;
    }

    .process_list {
        max-width: 90%;
        padding: 9em 27em 0 0;
    }

    .process_tit span {
        margin: -3em 0 0 10em;
    }

    .process_list img {
        padding: 1em;
    }

    .ft_top {
        min-height: 55px;
        top: -55px;
    }
}

@media screen and (max-width:1065px) {
    .process_tit {
        position: relative;
        top: 0;
        right: 0;
        width: 550px;
        padding: 0 0 0 4em;
        max-width: 80%;
    }

    .process_list {
        max-width: 90%;
        padding: 1em 5em 0;
    }

    .process_list img:nth-of-type(4),
    .process_list img:nth-of-type(5),
    .process_list img:nth-of-type(6) {
        transform: translateX(3em);
    }

    .ft_logo li {
        width: 30%;
    }
}

@media screen and (max-width:920px) {
    .ft_logo {
        display: block;
        width: 300px;
        margin: 0 auto;
        max-width: 100%;
    }

    .ft_info {
        width: 47%;
        margin-top: 1em;
    }

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

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

    .process_list img {
        padding: .5em;
    }
}

@media screen and (max-width:685px) {
    .process {
        padding: 3em 1em 5em;
    }

    .process_tit span {
        margin: -3em 0 0 10em;
        line-height: 1.5;
    }

    .ft_top {
        min-height: 40px;
        top: -40px;
    }

    .ft_info {
        width: 80%;
    }

    footer:before {
        width: 19%;
        height: 34%;
    }
}

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

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

    .process_tit span {
        margin: -3em 0 0 11em;
        font-size: 14px;
    }

    .process_list img {
        max-width: 47%;
    }

    .process_list img:nth-of-type(4),
    .process_list img:nth-of-type(5),
    .process_list img:nth-of-type(6) {
        transform: translateX(0);
    }
}

@media screen and (max-width:430px) {
    .process_tit {
        max-width: 90%;
        padding: 0;
    }

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

    .process_deco {
        display: none;
    }

    .ft_info {
        width: 100%;
    }
}

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

    .process_tit span {
        font-size: 12px;
    }

    .ft_icon a {
        width: 8%;
    }
}

@media screen and (max-width:330px) {
    .ft_inner {
        max-width: 90%;
    }

    .ft_icon a {
        width: 14%;
    }
}

/***gotop***/
#gotop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    display: none;
    -webkit-filter: drop-shadow(0px 2px 2px rgba(51, 51, 51, .5));
    filter: drop-shadow(0px 2px 2px rgba(51, 51, 51, .5));
}

#gotop img {
    max-width: 100%;
    transition: .2s ease all;
}

#gotop:hover img {
    opacity: .5;
}

@media screen and (max-width:768px) {
    #gotop {
        width: 40px;
    }
}

/**********/
#iproduct,
#service {
    transform: translateY(-100px);
}

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

    #about,
    #iproduct,
    #service {
        transform: translateY(-80px);
    }
}

/*---inbanner----------------------------------------------------------------------------------------------------------------------------------*/
.inbanner {
    position: relative;
    min-height: 569px;
}

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

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

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

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

/*inmask*/
.inmask {
    background: url(../../images/inmask.png) top right no-repeat;
    background-size: cover;
    min-height: 569px;
}

/*intitle*/
img.intitle {
    position: absolute;
    bottom: 5em;
    right: 17em;
}

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

    .inmask,
    .inbanner {
        min-height: 460px;
    }

    img.intitle {
        position: absolute;
        bottom: 1em;
        right: 9em;
        width: 440px;
    }
}

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

    .inmask,
    .inbanner {
        min-height: 375px;
    }

    img.intitle {
        right: 7em;
        width: 340px;
    }
}

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

    .inmask,
    .inbanner {
        min-height: 370px;
    }

    .inmask {
        background-position-x: 74%;
    }

    img.intitle {
        right: 1em;
        width: 300px;
        bottom: 3em;
    }
}

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

    .inmask,
    .inbanner {
        min-height: 315px;
    }

    img.intitle {
        width: 265px;
    }
}

@media screen and (max-width:430px) {
    img.intitle {
        width: 250px;
    }

    .inmask {
        background-position-x: 77%;
    }
}

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

    .inmask,
    .inbanner {
        min-height: 280px;
    }

    img.intitle {
        width: 220px;
    }
}

/*---inmain--------------------------------------------------------------------------------------------------------------------------------*/
.inmain {
    background: url(../../images/inpattern.jpg) repeat;
    text-align: center;
    padding: 0em 0em 15em;
    min-height: 500px;
}

/*---newstable---*/
.newstable {
    position: relative;
    z-index: 5;
    text-align: center;
}

.newstable table {
    width: 100%;
    color: #000;
    font-size: auto;
}

.newstable table a {
    color: #000;
    display: inline-block;
}

.newstable table h2 {
    font-size: 24px;
    font-weight: bold;
}

.newslist_rwd a {
    display: block !important;
}

td.nbox a {
    display: inline-block !important;
}

/****cus****/
.tableimg img {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: auto;
    width: auto;
}

.tableimg iframe {
    display: block;
    max-width: 100%;
    min-height: auto;
}

.newstitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin-bottom: 1em;
}

.npic div {}

.newstable .ntitle p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 15px 5px 0;
    transition: .3s ease-in-out;
}

.newstable .ntitle p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    margin: 20px 5px 0;
    padding: 0 !important;
}

.newstable .ntitle p a:nth-of-type(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newstable .ntitle:nth-of-type(2) {
    padding: 0;
}

.newstable .ninfo p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.newstable .ninfo {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

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


/*******/

.newslist_rwd {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    padding: 1em;
    transition: .3s ease all;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, .3));
    filter: drop-shadow(2px 2px 2px rgba(51, 51, 51, .3));
    background: #e8e4b7;
    margin: 1em;
}

.newslist_rwd a {
    display: block;
    padding: 1em;
    border-radius: 10px;
    transition: .3s ease all;
}

.newslist_rwd:hover {
    opacity: .85;
    background: #fff9a8;
}

.newslist_rwd td {
    vertical-align: top
}

.newslist_rwd .npic {
    width: 100%;
}

.newslist_rwd .ntext {
    width: 100%;
    padding: 0 10px;
}

.newslist_rwd .ntitle,
.newslist_rwd .ninfo {}

.newslist_rwd .npicimg {
    min-height: 190px;
    background-size: 120%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background-position: center;
    border-radius: 22px;
}

.tableimg iframe {
    display: block;
    max-width: 100%;
    min-height: auto;
}

.ntitle {
    width: 100%;
    text-align: center;
    color: #000;
}

.newstable table .ntitle a {
    color: #000;
    padding: 0;
}

.newstable table .ntitle a:not(:first-child) {
    display: inline-block !important;
}

.newslist_rwd .ninfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .3s linear;
    color: #3d3d3d;
    font-size: 14px;
}

.newstable .ninfo p {
    overflow: inherit;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
}

.page_num {
    color: #000;
}

.page_num a {
    display: inline-block;
}

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

.npic {
    position: relative;
}

.npict {
    z-index: 999;
    width: 100%;
}

.npict p {
    margin-bottom: 0px;
    color: #000000;
    padding: 15px 5px 0;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

@media screen and (max-width: 1199px) {
    .newslist_rwd .npicimg {
        background-size: auto 100%;
    }

    .newslist_rwd .newstable:nth-child(odd) {
        clear: both;
    }

    .newslist_rwd .nbox:hover .npicimg {
        background-size: auto 130%;
    }
}

@media screen and (max-width: 1000px) {
    .newslist_rwd .npicimg {
        min-height: 150px
    }
}

@media screen and (max-width: 900px) {
    .newslist_rwd .npicimg {
        min-height: 130px
    }
}

@media screen and (max-width: 767px) {
    .newslist_rwd {
        padding: 0 1%;
    }

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

@media screen and (max-width: 650px) {
    .newslist_rwd .npicimg {
        background-size: auto 110%;
    }

    .newslist_rwd a {
        padding: 10px;
    }

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

    .inews .newstable {
        max-width: 100%;
    }

    p.title_type {
        margin: 20px 5px 0px;
        margin-bottom: 10px !important;
    }
}

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

    .newslist_rwd .ntext {
        padding: 0 0px;
    }

    .npict p {
        line-height: 22px;
        font-size: 15px;
    }

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

@media screen and (max-width: 430px) {
    .newslist_rwd .npicimg {
        min-height: 70px;
        border-radius: 10px;
    }

    .intype .newslist_rwd {
        width: 90%;
        padding: 1em 0;
        margin: 0 auto;
        display: block;
    }

    .intype .newslist_rwd .npicimg {
        min-height: 190px;
    }
}

@media screen and (max-width: 330px) {
    .newslist_rwd {
        width: 48%;
        padding: 0 0 .5em 0;
    }

    .newstable {
        text-align: left;
    }
}

html input[type=button] {
    background: #39b47b;
    border: solid 1px #39b47b;
    border-radius: 20px;
    color: #fff;
    width: 120px;
    margin: 3px;
    max-width: 30%;
    transition: .3s ease all;
}

html input[type=button]:hover {
    background: #198050;
}

/*---customize--------------------------------------------------------------------------------------------------------------------------------*/
.customize {
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
    padding: 5em 2em 0;
}

/*customize_text*/
.customize_text {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding-right: 1em;
}

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

.customize_text span {
    display: block;
    text-align: left;
    color: #2b2c2a;
    padding: 2em 2em;
    min-height: 300px;
    font-size: 18px;
}

/*video*/
.customize iframe {
    width: 75%;
    height: 675px;
    display: inline-block;
    vertical-align: top;
}

/*link*/
.link {
    text-align: right;
    padding: 2em 0 0 0;
}

.link a {
    display: inline-block;
}

.link img {
    max-width: 90%;
}

.link a:hover {
    animation: imgflash 1.2s ease-in-out;
}

@keyframes imgflash {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width:1200px) {
    .customize iframe {
        height: 570px;
    }

    .customize_text span {
        padding: 2em 2em;
        min-height: 350px;
    }

    .inmain {
        padding: 0em 0em 10em;
    }
}

@media screen and (max-width:980px) {
    .customize_text {
        width: 32%;
    }

    .customize iframe {
        width: 65%;
        height: 480px;
    }

    .customize_text span {
        min-height: 300px;
    }
}

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

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

    .customize_text {
        width: 60%;
        display: block;
        margin: 0 auto 2em;
        padding: 0;
    }

    .customize_text span {
        min-height: inherit;
        padding: 2em 3em;
    }

    .customize iframe {
        width: 100%;
        height: 450px;
    }
}

@media screen and (max-width:650px) {
    .customize_text span {
        padding: 2em;
    }
}

@media screen and (max-width:600px) {
    .customize_text {
        width: 308px;
        max-width: 90%;
    }

    .customize iframe {
        height: 340px;
    }
}

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

    .customize_text span {
        padding: 2em 1em;
        font-size: 16px;
    }
}

@media screen and (max-width:380px) {
    .customize iframe {
        height: 250px;
    }

    .customize_text span {
        padding: 2em 2em;
    }
}

/*---contact-----------------------------------------------------------------------------------------------------------------------------*/
.contact {
    text-align: left;
    padding: 8px 0;
    margin-top: -5em;
    position: relative;
    z-index: 3;
}

/*contact_logo*/
.contact_logo {
    display: inline-block;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background: rgba(181, 181, 181, .25);
    vertical-align: middle;
    width: 30%;
    padding: 4em 2em;
}

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

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

.contact_info ul {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: left;
}

.contact_info li {
    line-height: 1.5;
}

.contact_info li p {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #272727;
}

.contact_info li p:nth-of-type(1) {
    width: 50px;
}

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

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

.map:after {
    content: '';
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

iframe {
    width: 100%;
    min-height: 650px;
    display: block;
}

/*order_title*/
.order_title {
    padding: 2em 0;
}

.order_title img {
    max-width: 80%;
}

/****services_order******/
#services_order {
    line-height: 2;
    z-index: 10;
    position: relative;
}

#services_order p {
    text-align: center;
    color: #c14624;
    margin-bottom: 1em;
}

.form-group {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

#services_order .ripple input[type="submit"] {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    background: #b64424;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px #fff solid;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 5px;
    max-width: 45%;
    width: 200px;
}

#services_order .ripple input[type="submit"]:hover {
    border: 1px #b64424 solid;
    color: #fff;
    border-radius: 30px;
}

#services_order .ripple input[type="reset"] {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    color: #b64424;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px #b64424 solid;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 5px;
    max-width: 45%;
    width: 200px;
}

#services_order .ripple input[type="reset"]:hover {
    border: 1px #b64424 solid;
    color: #b64424;
    border-radius: 30px;
}

#services_order label {
    color: #424040;
    text-align: left;
}

#services_order input {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px #767676 solid;
    background: transparent;
    color: #313131;
}

#services_order input:hover {
    border-color: #d25c3c;
    outline: 0
}

.ripple {
    text-align: center;
}

#services_order input:focus {
    border-color: #fb6452;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

#services_order textarea {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px #767676 solid;
    background: transparent;
    color: #313131;
}

#services_order textarea:hover {
    border-color: #fb6452;
    outline: 0;
}

#services_order textarea:focus {
    border-color: #fb6452;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

@media screen and (max-width:1400px) {
    iframe {
        min-height: 520px;
    }
}

@media screen and (max-width:1200px) {
    .contact {
        margin-top: -4em;
    }

    .contact_info ul {
        width: 45%;
    }
}

@media screen and (max-width:980px) {
    .contact {
        margin-top: 0;
    }

    .contact_logo {
        width: 95%;
        padding: 3em 2em;
    }

    .contact_info {
        width: 100%;
    }

    .contact_info ul {
        width: 48%;
        padding: 2em 1em;
    }

    iframe {
        min-height: 480px;
    }
}

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

@media screen and (max-width:620px) {
    .contact_logo {
        padding: 2em 2em;
    }

    .contact_logo img {
        width: 120px;
    }

    iframe {
        min-height: 400px;
    }

    .contact_info {
        padding: 1em;
    }

    .contact_info ul {
        width: 100%;
        padding: 1em;
    }

    .order_title {
        padding: 3em 0 1em;
    }
}

@media screen and (max-width:500px) {
    iframe {
        min-height: 350px;
    }
}

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

    .contact_logo img {
        width: 100px;
    }

    .contact_info {
        padding: 1em 0;
    }

    .contact {
        padding: 0;
    }
}

/*---product_guide---------------------------------------------------------------------------------------------------------------------------*/
.pg_banner {
    background: url(../../images/pg_title_bg.png) top left no-repeat;
    background-size: cover;
    min-height: 517px;
    position: relative;
}

/*pg_title*/
.pg_title {
    position: absolute;
    bottom: 1em;
    left: 20em;
    text-align: center;
}

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

.pg_title p {
    color: #bc5f50;
    font-size: 14px;
    margin-top: 1em;
    line-height: 1.2;
}

/*product_giude*/
.product_giude {
    width: 1600px;
    margin: 0 auto;
    background: #fff;
    max-width: 95%;
    text-align: left;
    padding-bottom: 10em;
    padding-top: 2em;
}

.product_giude ul {}

.product_giude li {
    display: inline-block;
    width: 25%;
    padding: 3em 2em;
    text-align: center;
    float: left;
}

.product_giude a {
    transition: .3s ease all;
}

.product_giude a:hover {
    opacity: .5;
}

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

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

    .pg_title {
        left: 15em;
        width: 430px;
    }

    .product_giude ul {
        text-align: center;
    }

    .product_giude li {
        width: 33%;
    }
}

@media screen and (max-width:910px) {
    .pg_banner {
        min-height: 370px;
        background-position-x: 0%;
    }

    .pg_title {
        left: 13em;
        width: 355px;
    }

    .product_giude li {
        width: 33%;
        padding: 3em 1em;
    }
}

@media screen and (max-width:768px) {
    .product_giude {
        padding-bottom: 6em;
    }

    .pg_title {
        width: 340px;
    }
}

@media screen and (max-width:630px) {
    .pg_banner {
        min-height: 335px;
        background-position-x: 6%;
    }

    .pg_title {
        width: 300px;
        left: 10em;
    }

    .product_giude li {
        width: 50%;
        padding: 2em 2em;
    }
}

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

    .pg_banner {
        min-height: 315px;
        background-position-x: 6%;
    }

    .pg_title {
        width: 58%;
        left: 9em;
    }
}

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

    .pg_title {
        width: 65%;
        left: inherit;
        right: 1em;
    }

    .product_giude li {
        padding: 1em .5em;
    }

    .product_giude {
        padding-bottom: 4em;
    }
}

@media screen and (max-width:380px) {
    .pg_banner {
        min-height: 285px;
    }

    .pg_title {
        width: 68%;
    }

    .pg_title p {
        font-size: 12px;
    }

    .product_giude li {
        padding: 1em .5em;
    }
}

/*---product---------------------------------------------------------------------------------------------------------------------------------*/
/*product_banner*/
.product_banner {
    background: url(../../images/product_banner.jpg) top right no-repeat;
    background-size: cover;
    min-height: 340px;
    position: relative;
}

.product_banner:before {
    content: '';
    background: url(../../images/product_deco.png) top left no-repeat;
    background-size: contain;
    width: 35%;
    height: 163%;
    position: absolute;
    top: 0;
    left: 0;
}

.product_banner img {
    position: absolute;
    bottom: -13px;
    right: 10em;
}

/*product*/
.product {
    position: relative;
    z-index: 5;
    width: 1350px;
    margin: 0 auto;
    max-width: 95%;
    padding-top: 8em;
}

/*sidemenu*/
.sidemenu {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 1em 0 0;
}

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

.sidemenu_tit {
    color: #4db8aa;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: .5em;
    line-height: 1.3;
}

.sidemenu_tit:after {
    content: '';
    -webkit-clip-path: polygon(20% 97%, 80% 97%, 90% 66%, 90% 70%, 80% 100%, 20% 100%, 10% 70%, 10% 66%);
    clip-path: polygon(20% 97%, 80% 97%, 90% 66%, 90% 70%, 80% 100%, 20% 100%, 10% 70%, 10% 66%);
    background: #9cd6cf;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sidemenu_mobtit {
    display: none;
}

.sidemenu_mobtit i {}

.sidemenu ul {
    width: 160px;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}

.sidemenu li:not(:last-of-type) {
    border-bottom: dashed 1px #d1c0a5;
}

.sidemenu i {
    color: rgba(0, 0, 0, .5);
    transition: .3s ease all;
}

.sidemenu li a {
    padding: .8em 0;
    font-weight: bold;
    transition: .3s ease all;
    font-size: 15px;
}

.sidemenu li a:hover {
    color: rgba(0, 0, 0, .5);
}

.sidemenu li a:hover i {
    color: #6eb04e;
    transform: translateX(5px);
}

/*item_area*/
.item_area {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    text-align: left;
    padding: 0 2em;
}

/*goback*/
.goback {
    display: inline-block;
    background: #4eb8aa;
    border-radius: 50px;
    padding: 2px 15px;
    -webkit-filter: drop-shadow(1px 2px 1px #418980);
    filter: drop-shadow(1px 2px 1px #418980);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .5);
    transition: .3s ease-in-out;
}

.goback a {
    color: #fff;
}

.goback i {
    color: #fff;
}

.goback:hover {
    background: #1a9988;
}

/*other_item*/
.other_item {
    position: relative;
    margin: 2em 0 1em;
    padding: 0 0 0 2.5em;
}

.other_item:after {
    content: '類別';
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.other_item a {
    color: #231f20;
}

.other_item select {
    font-size: 16px;
    background: #fff;
    padding: 3px;
}

input.other_btn {
    background: #949494 !important;
    border: solid 1px #949494 !important;
    border-radius: 2px !important;
    color: #fff !important;
    width: auto !important;
    margin: 0px !important;
    transition: .3s ease all;
    font-size: 15px;
    padding: 0px 15px;
}

input.other_btn:hover {
    background: #484848 !important;
}

/*item_area ul*/
.item_area ul {
    text-align: center;
}

.item_area li {
    float: left;
    width: 33%;
    padding: 1em;
}

.item_area li a {
    border: solid 6px rgba(137, 137, 137, .25);
    border-radius: 25px;
}

.item_area li img {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    transition: .2s ease all;
}

.item_name {
    border-radius: 0 0 20px 20px;
    background: url(../../images/item_pattern.png) repeat, #fff;
    text-align: center;
    padding: 1em;
    position: relative;
    -webkit-filter: drop-shadow(0px -1px 3px rgba(51, 51, 51, .3));
    filter: drop-shadow(0px -1px 3px rgba(51, 51, 51, .3));
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}

.item_name:before {
    content: '';
    font-size: 12px;
    color: rgba(121, 121, 121, .85);
    text-align: center;
    -webkit-clip-path: polygon(20% 0, 80% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    background: url(../../images/item_pattern.png) repeat, #fff;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    letter-spacing: 0;
    line-height: 2;
}

.item_area li a:hover img {
    /*-webkit-filter: blur(2px);
	filter: blur(2px);*/
}

.item_area li a:hover {
    color: #000;
}

@media screen and (max-width:1260px) {
    .item_name:before {
        top: -23px;
        width: 65%;
    }
}

@media screen and (max-width:1200px) {
    .sidemenu_tit:after {
        width: 100%;
    }
}

@media screen and (max-width:1100px) {
    .item_area li {
        width: 50%;
    }
}

@media screen and (max-width:970px) {
    .sidemenu_tit:after {
        width: 140%;
    }
}

@media screen and (max-width:900px) {
    .product_banner img {
        bottom: -12px;
        right: 2em;
        width: 65%;
    }

    .product_banner {
        background-position-x: 70%;
    }

    .product_banner:before {
        width: 440px;
    }

    .product {
        padding-top: 4em;
    }
}

@media screen and (max-width:800px) {
    .product {
        max-width: 90%;
    }

    .product_banner:before {
        width: 54%;
    }

    .sidemenu {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 2em;
        border-radius: 2px;
    }

    .sidemenu_tit {
        display: none;
    }

    img.sidemenu_tit {
        display: none;
    }

    .sidemenu_mobtit {
        display: block;
        border: solid 1px #64aaa2;
        color: #279486;
        padding: 0 1em;
        position: relative;
    }

    .sidemenu_mobtit i {
        color: rgb(39, 148, 134);
        position: absolute;
        right: 1em;
        top: 25%;
    }

    .sidemenu ul {
        width: 100%;
        display: none;
    }

    .sidemenu li a {
        padding: .8em 1em;
    }

    .item_area {
        width: 100%;
        padding: 0;
    }

    .item_area li {
        padding: 2em;
    }
}

@media screen and (max-width:768px) {
    .product_banner {
        min-height: 310px;
    }

    .product_banner img {
        bottom: -10px;
        width: 60%;
    }
}

@media screen and (max-width:675px) {
    .product_banner {
        min-height: 275px;
    }

    .product_banner:before {
        width: 362px;
    }

    .product_banner img {
        bottom: -9px;
        width: 65%;
        right: 1em;
    }
}

@media screen and (max-width:575px) {
    .product_banner {
        min-height: 255px;
    }

    .product_banner:before {
        width: 310px;
    }

    .product_banner img {
        bottom: -8px;
        width: 72%;
    }

    .product {
        padding-top: 3em;
    }

    .item_area li {
        padding: 1em;
    }

    .other_item {
        margin: 1em 0 0;
    }

    .other_item select {
        font-size: 14px;
        padding: 5px;
    }
}

@media screen and (max-width:480px) {
    .product_banner {
        min-height: 230px;
    }

    .product_banner:before {
        width: 250px;
    }

    .product_banner img {
        width: 77%;
    }

    .item_area li {
        padding: 1em .5em;
    }

    .item_name:before {
        transform: translateX(-50%) scale(.8);
        transform-origin: bottom;
    }

    .goback a {
        font-size: 15px;
    }

    .sidemenu li a {
        padding: .5em 1em;
    }
}

@media screen and (max-width:430px) {
    .item_name:before {
        transform: translateX(-50%) scale(.7);
        width: 90%;
    }

    .product_banner img {
        width: 80%;
        bottom: -7px;
    }
}

@media screen and (max-width:380px) {
    .item_name:before {
        width: 90%;
    }

    .product_banner img {
        width: 90%;
    }

    .item_area li {
        padding: 1em .2em;
    }
}

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

    .product {
        padding-top: 2em;
    }

    .product_banner {
        min-height: 205px;
    }

    .product_banner:before {
        width: 205px;
    }
}

/*---item open------------------------------------------------------------------------------------------------------------------------------*/
.modal {
    top: 10%;
}

.modal-content {
    background: url(../../images/item_pattern.png) repeat, #e8e8e8;
    border: 13px solid rgba(224, 217, 207, .5);
    border-radius: 15px;
    max-height: 85vh;
    overflow-y: scroll;
}

.modal-header {
    border: 0;
}

.modal-footer {
    border: 0;
}

.modal-dialog {
    width: 1066px;
    max-width: 90%;
}

.modal-body {
    text-align: center;
}

/*item_slider*/
.item_slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    text-align: left;
}

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

.item_img:after {
    content: '';
    background: url(../../images/item_deco.png) bottom left no-repeat;
    background-size: contain;
    width: 73px;
    height: 73px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.item_img img {
    max-width: 100%;
    border: solid 1px #fff;
    background: #fff;
}

.item_s {
    margin: .5em 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: transparent;
    width: 100%;
}

.item_s img {
    max-width: 100%;
    vertical-align: top;
    background: #fff;
    margin: 2px;
}

#item1 .sld img {
    width: calc(90% / 5);
    max-height: 56px;
    cursor: pointer
}

    {}

/*item_intro*/
.item_intro {
    display: inline-block;
    width: 45%;
    background: rgba(255, 255, 255, .5);
    text-align: center;
    border-radius: 15px;
    padding: 4em 2em;
    vertical-align: top;
}

.item_intro h5 {
    color: #282828;
    font-size: 24px;
    font-weight: bold;
    border-top: solid 1px #8f8883;
    border-bottom: solid 4px #8f8883;
    padding: 15px 0;
}

.item_intro ul {
    display: block;
    text-align: left;
    padding: 2em 0em 1em;
    color: #282828;
}

.item_intro ul li {
    display: table;
}

.item_intro ul p {
    vertical-align: top;
    line-height: 1.5;
    font-weight: bolder;
    display: table-cell;
    white-space: nowrap;
    font-size: 17px;
}

.item_intro ul span {
    vertical-align: top;
    line-height: 1.5;
    display: table-cell;
}

/***details_area***/
.details_area {
    width: 100%;
    padding: 2em 1em;
}

.details_area li {
    width: 100%;
    float: none;
    padding: .5em .5em .5em 0;
    line-height: 1;
    display: block !important;
}

/***info***/
.info {
    padding: 0 2em;
}

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

/*details*/
.details {
    text-align: center;
    margin: 5em 0 1em;
}

.details a {
    color: #fff;
    display: inline-block;
    background: #848484;
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 3px 0px;
    position: relative;
    -webkit-filter: drop-shadow(0px 5px 0px #ddd);
    filter: drop-shadow(0px 5px 0px #ddd);
    width: 150px;
    max-width: 90%;
    transition: .3s ease all;
}

.details a:after {
    content: 'more details...';
    color: #a2a1a1;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.details a:hover {
    background: #424242;
}

@media screen and (max-width:1330px) {
    .modal {
        top: 0;
    }

    .item_intro {
        margin: 0 1em;
    }
}

@media screen and (max-width:1150px) {
    .item_intro ul p:nth-of-type(2) {
        width: 75%;
    }

    #item1 .sld img {
        width: calc(92% / 5);
    }
}

@media screen and (max-width:893px) {
    .item_slider {
        width: 471px;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .modal-header {
        padding: 5px;
    }

    .item_intro {
        margin: 1em 0em 0;
        width: 472px;
        max-width: 100%;
    }

    .details {
        margin: 3em 0 1em;
    }
}

@media screen and (max-width:800px) {
    .details_area {
        width: 100%;
        padding: 2em 1em;
    }

    .info {
        padding: 0 1em;
    }

    #item1 .sld img {
        width: calc(95% / 5);
    }
}

@media screen and (max-width:767px) {
    .modal-dialog {
        margin: 30px auto;
    }
}

@media screen and (max-width:545px) {
    #item1 .sld img {
        width: calc(93% / 5);
    }
}

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

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

    .details {
        margin: 1em 0 1em;
    }

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

    .info {
        padding: 0 1em;
    }
}

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

    .item_img:after {
        width: 60px;
        height: 60px;
    }

    .item_intro h5 {
        font-size: 18px;
        padding: 10px 0;
    }

    .item_s img {
        width: 18%;
        padding: .1em;
    }

    .details_area {
        padding: 0em 0em 1em;
        margin: 0;
    }

    .info {
        padding: 0em;
    }

    #item1 .sld img {
        width: calc(93% / 5);
    }
}

@media screen and (max-width: 380px) {
    #item1 .sld img {
        width: calc(92% / 5);
    }
}

@media screen and (max-width: 330px) {
    #item1 .sld img {
        width: calc(90% / 5);
    }
}

/*---details_goback---*/
.details_goback {
    background: #4db8aa;
    color: #fff;
    border: solid 1px #4ec6b4;
    border-radius: 15px;
    padding: 0px 1em;
    transition: .2s ease all;
}

.details_goback:hover {
    background: #2b887c;
}

/*---item_info--------------------------------------------------------------------------------------------------------------------------*/
.item_info {
    padding: 2em 0em;
}

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

h1.details_type {
    color: #e0e0e0;
    font-weight: bold;
    font-size: 2rem;
    border-left: solid 3px;
    margin-left: .5em;
    line-height: 1;
    padding-left: .3em;
    display: none;
}

@media screen and (max-width:430px) {
    h1.details_type {
        margin: 0;
        font-size: 1.5rem;
    }
}


/***********************/
/***intro start***/


/*intro_dex*/

.intro_dex {
    background: url(../../images/intro_dexbg01.png) top center no-repeat, url(../../images/intro_dexbg02.png) bottom center no-repeat;
    width: 100%;
    position: relative;
}

.intro_dex:before {
    content: '';
    background: url(../../images/intro_dex_deco01.png) top left no-repeat;
    background-size: contain;
    width: 384px;
    max-width: 100%;
    min-height: 653px;
    position: absolute;
    top: 31rem;
    left: 0;
    z-index: -1;
}

.intro_dex:after {
    content: '';
    background: url(../../images/intro_dex_deco02.png) top right no-repeat;
    background-size: contain;
    width: 384px;
    max-width: 100%;
    min-height: 652px;
    position: absolute;
    top: 31rem;
    right: 0;
    z-index: -1;
}

.intro_dex .intro_inner {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    padding: 6rem 0 9rem;
}

.intro_inner .intro_logo {
    text-align: center;
    width: 24%;
    margin: 0 auto;
    padding-bottom: 4.8rem;
}

.intro_inner .intro_title {
    text-align: center;
    padding-bottom: 4.5rem;
}

.intro_inner .introa {}

.intro_inner .introa ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.2rem;
}

.intro_inner .introa ul li {
    width: 32%;
}

.intro_inner .introa ul li img {
    -webkit-filter: drop-shadow(1px 2px 5px rgba(141, 143, 137, 0.65));
    filter: drop-shadow(1px 2px 5px rgba(141, 143, 137, 0.65));
}

.intro_inner .introb {
    width: 1062px;
    max-width: 100%;
    margin: 0 auto 10.6rem;
    padding: 0 0 0 3.8rem;
    display: flex;
    justify-content: space-between;
}

.introb .introb_title {
    padding-top: 2.8rem;
}

.introb .introb_inner {
    width: 66%;
}

.introb .introb_inner ul {
    display: grid;
    grid-template-columns: .7fr 1fr 2fr;
}

.introb .introb_inner ul li {}

.introb .introb_inner ul li img {
    display: inline-block;
    padding-right: 1rem;
    vertical-align: middle;
}

.introb .introb_inner ul li p {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}


.intro_inner .introc {}

.introc .introc_title {
    width: 24%;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.introc .introc_inner {
    width: 1062px;
    max-width: 100%;
    margin: 0 auto;
}

.introc .introc_inner ul {
    display: flex;
    justify-content: space-between;
}

.introc .introc_inner ul li {
    width: 33%;
    text-align: center;
}

.introc .introc_inner ul li img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(47, 74, 93, 0.35));
    filter: drop-shadow(2px 2px 7px rgba(47, 74, 93, 0.35));
}

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

    .intro_dex:before {
        min-height: 473px;
    }

    .intro_dex:after {
        min-height: 473px;
    }
}

@media screen and (max-width:1000px) {
    .intro_dex {
        padding-top: 5rem;
    }

    .intro_dex:before {
        min-height: 370px;
    }

    .intro_dex:after {
        min-height: 370px;
    }

    .intro_inner .introb {
        margin: 0 auto 7rem;
    }

    .introc .introc_title {
        width: 35%;
    }
}

@media screen and (max-width:834px) {
    .intro_inner .intro_title {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    .intro_inner .introb {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .introb .introb_title {
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .introb .introb_inner {
        width: 80%;
        margin: 0 auto;
    }

    .introc .introc_inner {
        padding: 0 2rem;
    }

    .introc .introc_inner ul li {
        width: 23%;
    }
}

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

    .intro_dex:before {
        min-height: 290px;
        top: 25rem;
    }

    .intro_dex:after {
        min-height: 290px;
        top: 25rem;
    }

    .intro_inner .intro_logo {
        width: 35%;
    }
}

@media screen and (max-width:650px) {
    .introb .introb_inner {
        width: 100%;
        padding: 0 2rem;
    }
}

@media screen and (max-width:576px) {
    .intro_dex .intro_inner {
        padding: 3rem 0 7rem;
    }

    .intro_dex:before {
        min-height: 230px;
        top: 19rem;
    }

    .intro_dex:after {
        min-height: 230px;
        top: 19rem;
    }
}

@media screen and (max-width:450px) {
    .intro_inner .intro_title {
        width: 70%;
    }

    .introb .introb_inner ul {
        grid-template-columns: 1fr 1fr;
    }

    .introb .introb_inner ul li p {
        font-size: 18px;
    }

    .introc .introc_title {
        width: 55%;
    }
}

@media screen and (max-width:430px) {
    .introb .introb_inner ul li p {
        font-size: 16px;
    }
}

@media screen and (max-width:414px) {
    .intro_inner .intro_logo {
        padding-bottom: 3rem;
    }

    .intro_inner .intro_title {
        padding-bottom: 3rem;
    }

    .intro_inner .introb {
        margin: 0 auto 4rem;
    }

    .introb .introb_title {
        width: 70%;
    }
}

@media screen and (max-width:402px) {
    .intro_dex:before {
        min-height: 170px;
        top: 15rem;
    }

    .intro_dex:after {
        min-height: 170px;
        top: 15rem;
    }

    .intro_inner .intro_logo {
        width: 45%;
    }

    .intro_inner .intro_title {
        width: 80%;
    }

    .intro_inner .introa {
        padding: 0 .5rem;
    }

    .intro_inner .introa ul {
        margin-bottom: 4rem;
    }

    .introb .introb_inner ul {
        display: flex;
        flex-wrap: wrap;
    }

    .introb .introb_inner ul li {
        width: 49%;
    }

    .introb .introb_inner ul li:last-of-type {
        width: 100%;
    }

    .introb .introb_inner ul li p {
        font-size: 18px;
    }

    .introc .introc_title {
        width: 60%;
    }

    .introc .introc_inner ul {
        flex-wrap: wrap;
    }

    .introc .introc_inner ul li {
        width: 47%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:370px) {
    .introb .introb_inner ul li p {
        font-size: 16px;
    }

    .introb .introb_inner {
        padding: 0 1rem;
    }

    .introc .introc_inner {
        padding: 0 1rem;
    }
}

@media screen and (max-width:320px) {
    .introb .introb_inner ul li p {
        font-size: 14px;
    }
}


/*intro0*/

.intro0 {
    background: url(../../images/intro0_bg.jpg) top left repeat;
    position: relative;
    padding: 2.6rem 0 4rem;
}

.intro0_title {
    text-align: center;
    margin-bottom: 3rem;
}

.intro0 .intro0_inner {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.intro0_inner .intro0_lt {
    width: 16%;
    padding-top: 36rem;
    text-align: center;
}

.intro0_inner .intro0_lt ul {}

.intro0_inner .intro0_lt ul li {}

.intro0_inner .intro0_lt ul li a {
    transition: .5s all;
}

.intro0_inner .intro0_lt ul li a:hover {
    transform: scale(.8);
}

.intro0_inner .intro0_lt ul li:not(:last-child) {
    margin-bottom: 5.8rem;
}

.intro0_inner .intro0_lt ul li img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.75));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.75));
}

.intro0_inner .intro0_rt {
    width: 83%;
    padding-right: 13.5rem;
}


.intro0_rt .intro0_compare {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.intro0_compare .intro0_card {
    width: 32.5%;
    padding-bottom: 4rem;
}

.intro0_compare .intro0_card1 {
    background: rgba(255, 255, 255, 0.35);
}

.intro0_compare .intro0_card2 {
    background: rgba(255, 255, 255, 0.75);
}

.intro0_compare .intro0_card3 {
    background: rgba(255, 255, 255, 0.85);
}

.intro0_compare .intro0_card_title {
    width: 100%;
    padding: 3.6rem 0;
    text-align: center;
}

.intro0_compare .intro0_card_title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.intro0_card .card1_title {
    background: rgba(255, 255, 255, 0.5);
}

.intro0_card .card2_title {
    background: rgba(13, 72, 114, 0.7);
}

.intro0_card .card3_title {
    background: rgba(58, 164, 219, 1);
}

.intro0_card .intro0_card_img {
    padding: 3rem 0;
    text-align: center;
}

.intro0_compare .intro_content {
    padding: 0 4rem;
}

.intro_content .intro0_txt {
    padding: 0 3rem 2rem;
    position: relative;
}

.intro_content .intro0_txt:not(:last-child):after {
    content: '';
    background: rgba(255, 255, 255, .5);
    width: 100%;
    min-height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.intro_content2 .intro0_txt:not(:last-child):after {
    background: rgba(13, 72, 114, .35);
}

.intro_content3 .intro0_txt:not(:last-child):after {
    background: rgba(13, 72, 114, .35);
}

.intro_content .intro0_txt p {
    font-size: 20px;
    color: #fefefe;
    line-height: 1.6;
    font-weight: 600;
}

.intro_content2 .intro0_txt p {
    color: #0d4872;
}

.intro_content3 .intro0_txt p {
    color: #0d4872;
}

.intro_content .intro0_txt {}

.intro_content .intro0_txt ul {}

.intro_content .intro0_txt ul li {}

.intro_content .intro0_txt1 {}

.intro_content .intro0_txt2 {
    padding: 4rem 3rem;
}

.intro_content .intro0_txt3 {
    padding: 4rem 3rem;
}

.intro_content .intro0_txt4 {
    padding: 1.7rem 3rem;
}

.intro_content .intro0_txt5 {
    padding: 3rem 3rem;
}

.intro_content .intro0_txt6 {
    padding: 3rem 3rem 4rem;
}

.intro_content .intro0_txt7 {
    padding: 4rem 3rem;
}

.intro_content .intro0_txt7 p {
    white-space: normal;
}

.intro_content2 .intro0_txt3 {
    padding: 2.5rem 3rem;
}

.intro_content2 .intro0_txt4 {
    padding: 4.6rem 3rem;
}


.intro_content3 .intro0_txt3 {
    padding: 2.5rem 3rem;
}

.intro_content3 .intro0_txt4 {
    padding: 4.6rem 3rem;
}

.intro_content3 .intro0_txt7 p {
    white-space: normal;
}

@media screen and (max-width:1536px) {
    .intro_content .intro0_txt {
        padding: 0 1rem 2rem;
    }

    .intro_content .intro0_txt2 {
        padding: 4rem 1rem;
    }

    .intro_content .intro0_txt3 {
        padding: 4rem 1rem;
    }

    .intro_content .intro0_txt4 {
        padding: 1.7rem 1rem;
    }

    .intro_content .intro0_txt5 {
        padding: 3rem 1rem;
    }

    .intro_content .intro0_txt6 {
        padding: 3rem 1rem 4rem;
    }

    .intro_content .intro0_txt7 {
        padding: 4rem 1rem;
    }

    .intro_content2 .intro0_txt3 {
        padding: 2.5rem 1rem;
    }

    .intro_content2 .intro0_txt4 {
        padding: 4.6rem 1rem;
    }

    .intro_content3 .intro0_txt3 {
        padding: 2.5rem 1rem;
    }

    .intro_content3 .intro0_txt4 {
        padding: 4.6rem 1rem;
    }
}

@media screen and (max-width:1400px) {
    .intro0_inner .intro0_rt {
        padding-right: 5rem;
    }
}

@media screen and (max-width:1200px) {
    .intro0_compare .intro_content {
        padding: 0 1rem;
    }
}

@media screen and (max-width:1100px) {
    .intro0_inner .intro0_rt {
        padding: 1rem;
    }
}

@media screen and (max-width:1000px) {
    .intro0_inner .intro0_lt {
        width: 30%;
        padding-top: 37rem;
    }

    .intro0_inner .intro0_rt {
        width: 70%;
    }

    .intro0_rt .intro0_compare {
        max-width: 850px;
        overflow-x: scroll;
        border: 1px solid transparent;
        white-space: nowrap;
    }

    .intro0_compare .intro0_card {
        width: 75%;
        margin-right: 1rem;
    }
}

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

    .intro0_inner .intro0_lt {
        padding-top: 38rem;
    }
}

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

    .intro0_compare .intro0_card {
        width: 95%;
    }

    .intro0_inner .intro0_lt {
        padding: 37rem 0 0 1rem;
    }

    .intro0_inner .intro0_lt ul li:not(:last-child) {
        margin-bottom: 8rem;
    }

    .intro0_inner .intro0_rt {
        width: 75%;
    }
}

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

    .intro0_inner .intro0_lt ul li:not(:last-child) {
        margin-bottom: 7rem;
    }

    .intro0_card .intro0_card_img {
        padding: 3rem 1rem;
    }

    .intro_content .intro0_txt p {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .intro0_inner .intro0_lt {
        padding: 32rem 0 0 1rem;
    }

    .intro_content .intro0_txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:330px) {
    .intro0_inner .intro0_lt {
        padding: 31rem 0 0 1rem;
    }

    .intro_content .intro0_txt {
        padding: 0 0 2rem;
    }

    .intro_content .intro0_txt2 {
        padding: 4rem 0;
    }

    .intro_content .intro0_txt3 {
        padding: 4rem 0;
    }

    .intro_content .intro0_txt4 {
        padding: 1.7rem 0;
    }

    .intro_content .intro0_txt5 {
        padding: 3rem 0;
    }

    .intro_content .intro0_txt6 {
        padding: 3rem 0 4rem;
    }

    .intro_content .intro0_txt p {
        font-size: 12px;
    }
}


/*intro1*/

.intro1 {
    position: relative;
    background: url(../../images/intro1_bg.jpg) top left;
}

.intro1 .intro11 {
    position: relative;
    padding: 0 0 4rem 0;
}

.intro1 .intro11:before {
    content: '';
    background: url(../../images/intro1_deco01.png) top left no-repeat;
    background-size: contain;
    width: 522px;
    max-width: 100%;
    min-height: 505px;
    position: absolute;
    bottom: 7.4rem;
    left: 0;
    pointer-events: none;
}

.intro1 .intro11:after {
    content: '';
    background: url(../../images/intro1_deco02.png) top right no-repeat;
    background-size: contain;
    width: 459px;
    max-width: 100%;
    min-height: 393px;
    position: absolute;
    bottom: 7.4rem;
    right: 0;
    pointer-events: none;
}

.intro11 .intro11_inner {
    width: 792px;
    max-width: 100%;
    margin: 0 auto;
}

.intro11_inner .intro11_title {
    width: 70.7%;
    background: #1b96d5;
    padding: 2.7rem 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto 6.6rem;
}

.intro11_inner .intro11_title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.intro11_inner .intro11_txt {
    width: 67%;
    margin: 0 auto 5rem;
}

.intro11_inner .intro11_txt p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    font-weight: 600;
    line-height: 1.5;
}

.intro11_inner .intro11_3d {
    text-align: center;
}

.intro11_inner .intro11_3d img {}

.intro12 {
    background: rgba(163, 219, 248, 0.25);
    padding: 5rem 0 6rem;
}

.intro12 .intro12_inner {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.intro12_inner .intro12_lt {
    width: 60%;
}

.intro12_inner .intro12_rt {
    width: 29.3%;
    padding-top: 6.7rem;
}

.intro12_rt .intro12_more {
    text-align: right;
    margin-top: 1.4rem;
}

.intro12_rt .intro12_more p {
    font-size: 24px;
    color: #1b96d5;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    border-bottom: 3px solid #1b96d5;
    line-height: 1.2;
}

.intro12_rt .intro12_more img {
    display: inline-block;
}

.intro12_rt .intro12_more span {
    color: #1b96d5;
}

@media screen and (max-width:1536px) {
    .intro1 .intro11:before {
        min-height: 315px;
    }

    .intro1 .intro11:after {
        min-height: 290px;
    }
}

@media screen and (max-width:1200px) {
    .intro1 .intro11:before {
        min-height: 175px;
    }

    .intro1 .intro11:after {
        min-height: 200px;
    }

    .intro12 .intro12_inner {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1000px) {
    .intro1 .intro11:before {
        min-height: 115px;
    }

    .intro1 .intro11:after {
        min-height: 120px;
    }
}

@media screen and (max-width:834px) {
    .intro1 .intro11:before {
        min-height: 165px;
        bottom: auto;
        top: 28rem;
    }

    .intro1 .intro11:after {
        min-height: 160px;
        bottom: auto;
        top: 30rem;
    }
}

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

    .intro12_inner .intro12_lt {
        width: 90%;
    }

    .intro12_inner .intro12_rt {
        width: 60%;
    }

    .intro12_rt .intro12_more {
        text-align: center;
    }
}

@media screen and (max-width:576px) {
    .intro1 .intro11:before {
        min-height: 85px;
        top: 45rem;
    }

    .intro1 .intro11:after {
        min-height: 100px;
        top: 42rem;
    }

    .intro11_inner .intro11_title {
        margin: 0 auto 4rem;
    }

    .intro11_inner .intro11_3d {
        padding: 0 2rem;
    }
}

@media screen and (max-width:450px) {
    .intro1 .intro11:before {
        top: 40rem;
    }

    .intro1 .intro11:after {
        top: 40rem;
    }

    .intro11_inner .intro11_txt {
        width: 90%;
    }

    .intro12_inner .intro12_lt {
        width: 100%;
    }

    .intro12_inner .intro12_rt {
        width: 70%;
    }
}

@media screen and (max-width:414px) {
    .intro1 .intro11:before {
        top: 46rem;
    }

    .intro1 .intro11:after {
        top: 45rem;
    }
}

@media screen and (max-width:360px) {
    .intro1 .intro11:before {
        top: 42rem;
    }

    .intro1 .intro11:after {
        top: 40rem;
    }

    .intro11_inner .intro11_title {
        padding: 1rem 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .intro11_inner .intro11_txt {
        width: 95%;
    }

    .intro11_inner .intro11_3d {
        padding: 0 1rem;
    }

    .intro12_rt .intro12_more p {
        font-size: 18px;
    }

    .intro12_rt .intro12_more img {
        width: 10%;
    }
}

@media screen and (max-width:340px) {
    .intro1 .intro11:before {
        top: 45rem;
    }

    .intro1 .intro11:after {
        top: 45rem;
    }
}

@media screen and (max-width:300px) {
    .intro1 .intro11:before {
        top: 50rem;
    }

    .intro1 .intro11:after {
        top: 48rem;
    }

    .intro12_inner .intro12_rt {
        width: 75%;
    }
}



/*intro2*/

.intro2 {
    background: url(../../images/intro2_bg.jpg) top left;
    padding-bottom: 4rem;
}

.intro2 .intro2_title {
    width: 29.1%;
    background: #1b96d5;
    padding: 2.7rem 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto 7rem;
}

.intro2 .intro2_title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}


.intro2 .intro2_inner {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.intro2_inner .intro2_lt {
    width: 39.4%;
    padding: 0 2.3rem;

}

.intro2_lt .intro2_wrap {
    background: #fff;
    border-radius: 20px;
    padding: 7rem 3rem 5.6rem;
}


.intro2_wrap .intro2_lt_title {
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2rem 0;
    margin-bottom: 3.8rem;
}

.intro2_wrap .intro2_lt_title h3 {
    font-size: 24px;
    color: #0d4872;
    font-weight: 600;
}

.intro2_wrap .intro2_lt_img01 {
    text-align: center;
    margin-bottom: 8.8rem;
}

.intro2_wrap .intro2_lt_img02 {
    text-align: center;
}

.intro2_inner .intro2_rt {
    padding: 2.2rem 0 0 1.9rem;
    width: 59.5%;
}

.intro2_rt .intro2_rt_title {
    margin-bottom: 2.7rem;
}

.intro2_rt .intro2_rt_title img {
    display: inline-block;
}

.intro2_rt .intro2_rt_title h3 {
    display: inline-block;
    font-size: 24px;
    color: #61c0f1;
    font-weight: 600;
}

.intro2_rt .intro21 {
    margin-bottom: 2.6rem;
}

.intro21 .intro21_title {
    width: 37%;
    background: #ffffff;
    border-radius: 100px;
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 3rem;
}

.intro21 .intro21_title h4 {
    font-size: 20px;
    color: #0d4872;
    font-weight: bold;
}

.intro21 .intro21_wrap {}

.intro21 .intro21_wrap ol {
    list-style: auto;
    padding-left: 2.5rem;
}

.intro21 .intro21_wrap ol li {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    font-weight: 600;
}

.intro2_rt .intro22 {}

.intro22 .intro22_title {
    width: 24%;
    background: #ffffff;
    border-radius: 100px;
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 3rem;
}

.intro22 .intro22_title h4 {
    font-size: 20px;
    color: #0d4872;
    font-weight: bold;
}

.intro22 .intro22_wrap {}

.intro22 .intro22_wrap p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 3rem;
    line-height: 1.5;
    font-weight: 600;
    word-wrap: break-word;
}


@media screen and (max-width:1100px) {
    .intro2 .intro2_inner {
        padding: 0 2rem;
    }

    .intro2_inner .intro2_lt {
        padding: 0 1rem 0 0;
    }

    .intro21 .intro21_title {
        width: 47%;
    }

    .intro22 .intro22_title {
        width: 28%;
    }
}

@media screen and (max-width:991px) {
    .intro2 .intro2_title {
        width: 56%;
    }

    .intro21 .intro21_title {
        width: 53%;
    }

    .intro22 .intro22_title {
        width: 35%;
    }
}

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

    .intro2_inner .intro2_lt {
        padding: 0;
        width: 60%;
    }

    .intro2_inner .intro2_rt {
        padding: 4rem 0 0 0;
        width: 80%;
    }
}

@media screen and (max-width:834px) {
    .intro2 .intro2_title {
        width: 68%;
    }
}

@media screen and (max-width:768px) {
    .intro2_inner .intro2_lt {
        width: 80%;
    }

}

@media screen and (max-width:650px) {
    .intro2_inner .intro2_lt {
        width: 100%;
    }

    .intro2_inner .intro2_rt {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .intro21 .intro21_title {
        width: 65%;
    }

    .intro22 .intro22_title {
        width: 45%;
    }
}

@media screen and (max-width:450px) {
    .intro21 .intro21_title {
        width: 75%;
    }

    .intro2_rt .intro2_rt_title img {
        width: 12%;
        vertical-align: middle;
    }

    .intro2_rt .intro2_rt_title h3 {
        vertical-align: middle;
    }
}

@media screen and (max-width:414px) {
    .intro2_wrap .intro2_lt_img01 {
        margin-bottom: 4rem;
    }

    .intro2_rt .intro2_rt_title h3 {
        font-size: 22px;
    }

    .intro21 .intro21_wrap ol li {
        font-size: 16px;
    }

    .intro22 .intro22_wrap p {
        font-size: 16px;
    }
}

@media screen and (max-width:402px) {
    .intro21 .intro21_title {
        width: 80%;
    }

    .intro22 .intro22_title {
        width: 50%;
    }
}

@media screen and (max-width:380px) {
    .intro2 .intro2_inner {
        padding: 0 1rem;
    }

    .intro2_rt .intro2_rt_title h3 {
        font-size: 18px;
    }

    .intro21 .intro21_title {
        width: 90%;
    }

    .intro22 .intro22_title {
        width: 60%;
    }
}

@media screen and (max-width:360px) {
    .intro2 .intro2_title {
        padding: 1rem 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media screen and (max-width:310px) {
    .intro21 .intro21_title {
        width: 100%;
    }

    .intro22 .intro22_title {
        width: 70%;
    }

    .intro2_rt .intro2_rt_title img {
        width: 9%;
    }
}


/*intro3*/

.intro3 {
    position: relative;
    background: url(../../images/intro1_bg.jpg) top left;
    padding-bottom: 6.2rem;
}

.intro3 .intro3_title {
    width: 29.1%;
    background: #1b96d5;
    padding: 2.7rem 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto 6rem;
}

.intro3 .intro3_title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.intro3 .intro3_inner {
    width: 1625px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.intro3_inner .intro3_lt {}

.intro3_inner .intro3_rt {
    width: 48.7%;
}

.intro3_rt .intro3_explain {
    padding: 0 4rem 0 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.8rem;
}

.intro3_explain .intro3_txt {
    width: 60%;
}

.intro3_explain .intro3_txt p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
}

.intro3_explain .intro3_buttom {
    width: 35%;
    text-align: center;
}

.intro3_explain .intro3_buttom img:first-child {
    width: 70%;
}

.intro3_buttom .intro3_more {
    text-align: right;
    margin-top: 1.4rem;
}

.intro3_buttom .intro3_more p {
    font-size: 24px;
    color: #1b96d5;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    border-bottom: 3px solid #1b96d5;
    line-height: 1.2;
}

.intro3_buttom .intro3_more img {
    display: inline-block;
}

.intro3_buttom .intro3_more span {
    color: #1b96d5;
}

@media screen and (max-width:1536px) {
    .intro3_inner .intro3_lt {
        width: 40%;
    }

    .intro3_inner .intro3_rt {
        width: 52%;
    }
}

@media screen and (max-width:1366px) {
    .intro3_inner .intro3_rt {
        width: 57%;
    }
}

@media screen and (max-width:1200px) {
    .intro3_inner .intro3_lt {
        width: 26%;
    }

    .intro3_inner .intro3_rt {
        width: 77%;
    }

    .intro3_rt .intro3_img {
        text-align: center;
    }
}

@media screen and (max-width:1000px) {
    .intro3 .intro3_inner {
        padding-right: 2rem;
    }

    .intro3_inner .intro3_lt {
        width: 17%;
    }
}

@media screen and (max-width:991px) {
    .intro3 .intro3_title {
        width: 56%;
    }
}

@media screen and (max-width:834px) {
    .intro3 .intro3_title {
        width: 68%;
    }

    .intro3_rt .intro3_explain {
        padding: 0;
    }

    .intro3_explain .intro3_txt {
        width: 50%;
    }

    .intro3_explain .intro3_buttom {
        width: 39%;
        text-align: center;
    }
}

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

    .intro3_explain .intro3_txt {
        width: 90%;
        margin-bottom: 3rem;
    }

    .intro3_explain .intro3_buttom {
        width: 60%;
    }

    .intro3_buttom .intro3_more {
        text-align: center;
    }
}

@media screen and (max-width:450px) {
    .intro3 .intro3_inner {
        justify-content: center;
        position: relative;
        padding: 0 2rem;
    }

    .intro3_inner .intro3_lt {
        position: absolute;
        left: 0;
        bottom: 15rem;
    }

    .intro3_inner .intro3_rt {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .intro3_explain .intro3_txt {
        width: 100%;
    }

    .intro3_explain .intro3_buttom {
        width: 70%;
    }
}

@media screen and (max-width: 360px) {
    .intro3 .intro3_title {
        padding: 1rem 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .intro3_buttom .intro3_more p {
        font-size: 18px;
    }
}

@media screen and (max-width:320px) {
    .intro3_explain .intro3_buttom {
        width: 80%;
    }
}

@media screen and (max-width: 310px) {
    .intro3_inner .intro3_lt {
        bottom: 14rem;
        width: 14%;
    }
}

/*intro4*/

.intro4 {
    position: relative;
    background: url(../../images/intro4_bg.jpg) top left;
    padding-bottom: 4.8rem;
}

.intro4 .intro4_title {
    width: 29.1%;
    background: #1b96d5;
    padding: 2.7rem 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto 6rem;
}

.intro4 .intro4_title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.intro4 .intro4_inner {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
}

.intro4_inner .intro4_txt {
    margin-bottom: 5.8rem;
    padding-left: 1.5rem;
}

.intro4_inner .intro4_txt p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.intro4_inner .intro4_buttom {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.intro4_inner .intro4_buttom img:first-child {
    width: 70%;
}

.intro4_buttom .intro4_more {
    text-align: center;
    margin-top: 1.4rem;
}

.intro4_buttom .intro4_more p {
    font-size: 24px;
    color: #1b96d5;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    border-bottom: 3px solid #1b96d5;
    line-height: 1.2;
}

.intro4_buttom .intro4_more img {
    display: inline-block;
}

.intro4_buttom .intro4_more span {
    color: #1b96d5;
}

@media screen and (max-width: 991px) {
    .intro4 .intro4_title {
        width: 56%;
    }
}

@media screen and (max-width: 834px) {
    .intro4 .intro4_title {
        width: 68%;
    }
}

@media screen and (max-width: 768px) {
    .intro4_inner .intro4_txt {
        margin: 0 auto 3rem;
    }

    .intro4_inner .intro4_buttom {
        width: 60%;
    }

}

@media screen and (max-width:450px) {
    .intro4_inner .intro4_txt {
        width: 90%;
    }
}

@media screen and (max-width: 414px) {
    .intro4 .intro4_inner {
        padding: 0 2rem;
    }

    .intro4_inner .intro4_txt {
        width: 100%;
        padding: 0;
    }

    .intro4_inner .intro4_buttom {
        width: 70%;
    }
}

@media screen and (max-width: 360px) {
    .intro4 .intro4_title {
        padding: 1rem 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .intro4_buttom .intro4_more p {
        font-size: 18px;
    }
}

@media screen and (max-width:320px) {
    .intro4_inner .intro4_buttom {
        width: 80%;
    }
}


/*intro5*/

.intro5 {
    position: relative;
    background: url(../../images/intro5_bg.jpg) top left;
    padding-bottom: 4.8rem;
}

.intro5 .intro5_title {
    width: 29.1%;
    background: #1b96d5;
    padding: 2.7rem 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto 6rem;
}

.intro5 .intro5_title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.intro5 .intro5_inner {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.intro5_inner .intro51 {
    margin-bottom: 5rem;
}

.intro5_inner .intro51 ul {
    display: flex;
    justify-content: space-between;
}

.intro5_inner .intro51 ul li {
    width: 33%;
    text-align: center;
}

.intro5_inner .intro51 ul li img {}


.intro5_inner .intro52 {
    display: flex;
}

.intro52 .intro52_txt {
    width: 41.2%;
    padding: 10rem 1.6rem 0 7rem;
}

.intro52 .intro52_txt img {}

.intro52 .intro52_txt img:first-child {
    margin-bottom: 7rem;
}

.intro52 .intro52_txt img:last-child {
    margin-top: 4rem;
}

.intro52 .intro52_txt p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 2rem;
    padding: 0 3rem 0 1rem;
    font-weight: 600;
    line-height: 1.5;
}


.intro52 .intro52_img {
    width: 58%;
    padding: 0 7.2rem 0 7.7rem;

}

.intro52_img .intro52_title {
    width: 44%;
    text-align: center;
    border: 1px solid #4c697e;
    border-radius: 100px;
    padding: .6rem 0;
    margin: 0 auto 2.6rem;
}

.intro52_img .intro52_title h3 {
    font-size: 24px;
    color: #4c697e;
    font-weight: bold;
}

.intro52 .intro52_img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.intro52 .intro52_img ul li {
    margin-bottom: 3rem;
    width: 33%;
}

.intro52 .intro52_img ul li img {}

@media screen and (max-width:1536px) {
    .intro5_inner .intro51 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1200px) {
    .intro52 .intro52_txt {
        padding: 8rem 1.6rem 0 2rem;
    }

    .intro52 .intro52_txt img:first-child {
        margin-bottom: 3rem;
    }

    .intro52 .intro52_txt img:last-child {
        margin-top: 2rem;
    }

    .intro52 .intro52_img {
        padding: 0 1rem;
    }

    .intro52 .intro52_img ul li {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 834px) {
    .intro5 .intro5_title {
        width: 68%;
    }

    .intro5_inner .intro52 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .intro52 .intro52_txt {
        padding: 3rem 1.6rem 0 2rem;
        width: 77%;
    }

    .intro52 .intro52_img {
        padding: 3rem 2rem 0;
        width: 100%;
    }

    .intro52 .intro52_img ul li {
        margin-bottom: 3rem;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .intro52 .intro52_txt {
        width: 80%;
    }

    .intro52 .intro52_img ul li {
        margin-bottom: .5rem;
    }
}

@media screen and (max-width:650px) {
    .intro5_inner .intro51 {
        padding: 0 1rem;
    }

    .intro52 .intro52_txt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .intro52 .intro52_txt {
        padding: 0 1.6rem 0 2rem;
    }

    .intro52 .intro52_txt p {
        padding: 0 1rem;
    }

    .intro52 .intro52_img ul li {
        width: 49%;
    }
}

@media screen and (max-width: 360px) {
    .intro5 .intro5_title {
        padding: 1rem 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .intro52 .intro52_txt {
        padding: 0 1rem;
    }

    .intro52 .intro52_img {
        padding: 3rem 1rem 0;
    }
}


/*intro6*/

.intro6 {
    position: relative;
    background: url(../../images/intro6_bg.jpg) top left;
    padding-bottom: 4.8rem;
}

.intro6 .intro6_title {
    width: 29.1%;
    background: #1b96d5;
    padding: 2.7rem 0;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto 6rem;
}

.intro6 .intro6_title h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.intro6 .intro6_inner {
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.intro6_inner .intro61 {
    width: 49.5%;
}

.intro61 .intro61_top {
    text-align: center;
    background: #4c697e;
    padding: 3rem 6rem 3.5rem;
}

.intro61_top .intro61_title {}

.intro61_top .intro61_title img {}

.intro61_top .intro61_title img:first-child {
    margin-bottom: 2rem;
}

.intro61_top .intro61_title img:last-child {
    margin-top: 2rem;
}

.intro61_top .intro61_title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.intro61_top .intro61_txt {
    text-align: justify;
    margin: 2rem 0;
}

.intro61_top .intro61_txt p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
}

.intro61_top .intro61_img1 {}


.intro61 .intro61_bot {
    text-align: center;
    background: #fff;
    padding: 5rem 2rem 3.5rem;
    position: relative;
}

.intro61 .intro61_bot:before {
    content: '';
    width: 0;
    height: 0;
    border: 32px solid transparent;
    border-top-color: #4c697e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.intro61_bot .intro61_table1 {
    padding: 0 9rem 4rem;
}

.intro61_bot .intro61_table1 img:first-child {
    margin-bottom: 4rem;
}


.intro61_bot .intro61_table2 {
    padding: 0 1rem 3rem;
}

.intro61_table2 .intro61_table2_title {
    width: 24%;
    margin: 0 auto 2rem;
    background: #0d4872;
    border-radius: 100px;
    padding: .8rem 0;
    text-align: center;
}

.intro61_table2 .intro61_table2_title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.intro61_bot .intro61_img2 {
    padding: 0 1rem;
}

.intro61_img2 .intro61_img2_title {
    width: 24%;
    margin: 0 auto 2rem;
    background: #0d4872;
    border-radius: 100px;
    padding: .8rem 0;
    text-align: center;
}

.intro61_img2 .intro61_img2_title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}


.intro6_inner .intro62 {
    width: 49.5%;
}

.intro62 .intro62_top {
    text-align: center;
    background: #3aa4db;
    padding: 3rem 6rem 3.5rem;
}

.intro62_top .intro62_title {}

.intro62_top .intro62_title img {}

.intro62_top .intro62_title img:first-child {
    margin-bottom: 2rem;
}

.intro62_top .intro62_title img:last-child {
    margin-top: 2rem;
}

.intro62_top .intro62_title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.intro62_top .intro62_txt {
    text-align: justify;
    margin: 2rem 0;
}

.intro62_top .intro62_txt p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.intro62_top .intro62_img1 {}


.intro62 .intro62_bot {
    text-align: center;
    background: #cfefff;
    padding: 5rem 2rem 3.5rem;
    position: relative;
}

.intro62 .intro62_bot:before {
    content: '';
    width: 0;
    height: 0;
    border: 32px solid transparent;
    border-top-color: #3aa4db;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.intro62_bot .intro62_table1 {
    padding: 0 9rem 4rem;
}

.intro62_bot .intro62_table1 img:first-child {
    margin-bottom: 4rem;
}


.intro62_bot .intro62_table2 {
    padding: 0 1rem 3rem;
}

.intro62_table2 .intro62_table2_title {
    width: 24%;
    margin: 0 auto 2rem;
    background: #0d4872;
    border-radius: 100px;
    padding: .8rem 0;
    text-align: center;
}

.intro62_table2 .intro62_table2_title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.intro62_bot .intro62_img2 {
    padding: 0 1rem;
}

.intro62_img2 .intro62_img2_title {
    width: 24%;
    margin: 0 auto 2rem;
    background: #0d4872;
    border-radius: 100px;
    padding: .8rem 0;
    text-align: center;
}

.intro62_img2 .intro62_img2_title h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}


@media screen and (max-width:1330px) {
    .intro6 .intro6_inner {
        padding: 0 2rem;
    }

    .intro61 .intro61_top {
        padding: 3rem 2rem 3.5rem;
    }

    .intro62 .intro62_top {
        padding: 3rem 2rem 3.5rem;
    }
}

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

    .intro6_inner .intro61 {
        width: 85%;
        margin-bottom: 3rem;
    }

    .intro61 .intro61_top {
        padding: 3rem 18rem 3.5rem;
    }

    .intro6_inner .intro62 {
        width: 85%;
    }

    .intro62 .intro62_top {
        padding: 3rem 18rem 3.5rem;
    }
}

@media screen and (max-width:834px) {
    .intro6 .intro6_title {
        width: 68%;
    }

    .intro61 .intro61_top {
        padding: 3rem 6rem 3.5rem;
    }

    .intro62 .intro62_top {
        padding: 3rem 6rem 3.5rem;
    }
}

@media screen and (max-width:650px) {
    .intro6_inner .intro61 {
        width: 95%;
    }

    .intro6_inner .intro62 {
        width: 95%;
    }
}

@media screen and (max-width:576px) {
    .intro61 .intro61_top {
        padding: 3rem 2rem 3.5rem;
    }

    .intro61_bot .intro61_table1 {
        padding: 0 0 4rem;
    }

    .intro61_table2 .intro61_table2_title {
        width: 30%;
    }

    .intro61_img2 .intro61_img2_title {
        width: 30%;
    }

    .intro62 .intro62_top {
        padding: 3rem 2rem 3.5rem;
    }

    .intro62_bot .intro62_table1 {
        padding: 0 0 4rem;
    }

    .intro62_table2 .intro62_table2_title {
        width: 30%;
    }

    .intro62_img2 .intro62_img2_title {
        width: 30%;
    }
}

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

    .intro61_top .intro61_title h4 {
        font-size: 20px;
    }

    .intro61_top .intro61_txt p {
        font-size: 16px;
    }

    .intro61_table2 .intro61_table2_title {
        width: 50%;
    }

    .intro61_img2 .intro61_img2_title {
        width: 50%;
    }

    .intro61_bot .intro61_table2 {
        padding: 0 0 3rem;
    }

    .intro61_bot .intro61_img2 {
        padding: 0;
    }

    .intro6_inner .intro62 {
        width: 100%;
    }

    .intro62_top .intro62_title h4 {
        font-size: 20px;
    }

    .intro62_top .intro62_txt p {
        font-size: 16px;
    }

    .intro62_table2 .intro62_table2_title {
        width: 50%;
    }

    .intro62_img2 .intro62_img2_title {
        width: 50%;
    }

    .intro62_bot .intro62_table2 {
        padding: 0 0 3rem;
    }

    .intro62_bot .intro62_img2 {
        padding: 0;
    }

}

@media screen and (max-width:414px) {
    .intro61 .intro61_bot:before {
        border: 22px solid transparent;
        border-top-color: #4c697e;
    }

    .intro62 .intro62_bot:before {
        border: 22px solid transparent;
        border-top-color: #3aa4db;
    }
}

@media screen and (max-width:370px) {
    .intro6 .intro6_inner {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 360px) {
    .intro6 .intro6_title {
        padding: 1rem 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media screen and (max-width:350px) {
    .intro61 .intro61_top {
        padding: 3rem 1rem 3.5rem;
    }

    .intro61 .intro61_bot {
        padding: 5rem 1rem 3.5rem;
    }

    .intro62 .intro62_top {
        padding: 3rem 1rem 3.5rem;
    }

    .intro62 .intro62_bot {
        padding: 5rem 1rem 3.5rem;
    }
}

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

    .intro62_top .intro62_title h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:300px) {
    .intro61_top .intro61_title h4 {
        font-size: 16px;
    }

    .intro61_top .intro61_txt p {
        font-size: 14px;
    }

    .intro61_table2 .intro61_table2_title {
        width: 60%;
    }

    .intro61_img2 .intro61_img2_title {
        width: 60%;
    }

    .intro62_top .intro62_title h4 {
        font-size: 16px;
    }

    .intro62_top .intro62_txt p {
        font-size: 14px;
    }

    .intro62_table2 .intro62_table2_title {
        width: 60%;
    }

    .intro62_img2 .intro62_img2_title {
        width: 60%;
    }
}

/***intro end****/
/***********************/
/***********************/
/***intro menu start***/
.intro_icon {
    background: url(../../images/intro_menu.png) top left no-repeat;
    background-size: contain;
    width: 103px;
    max-width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.intro_icon.opened {
    background: url(../../images/intro_menu2.png) top left no-repeat;
    background-size: contain;
}

.intro_item {
    position: absolute;
    background-color: #fff;
    width: 103px;
    height: 105px;
    right: 0px;
    bottom: 0px;
    border-left: solid 2px #3aa4db;
    border-right: solid 2px #3aa4db;
    opacity: 0;
    transition: .5s all;
	pointer-events: none;	
}

.intro_item:nth-child(1) {
    border-bottom: solid 2px #3aa4db;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translate3d(0px, -55px, 0px);
}

.intro_item:nth-child(2) {
    transform: translate3d(0px, -160px, 0px);
}

.intro_item:nth-child(3) {
    transform: translate3d(0px, -265px, 0px);
}

.intro_item:nth-child(4) {
    transform: translate3d(0px, -370px, 0px);
}

.intro_item:nth-child(5) {
    transform: translate3d(0px, -475px, 0px);
}

.intro_item:nth-child(6) {
    border-top: solid 2px #3aa4db;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translate3d(0px, -580px, 0px);
}

.intro_cont {
    position: fixed;
    bottom: 17rem;
    right: 3rem;
    width: 103px;
    max-width: 100%;
    height: 90px;
    z-index: 6;
}

@media screen and (max-width:414px) {
    .intro_icon {
        height: 70px;
        max-width: 78%;
    }

    .intro_item {
        width: 80px;
        height: 80px;
    }

    .intro_cont {
        bottom: 11rem;
        right: 1rem;
        z-index: 11;
    }

    .intro_item:nth-child(1) {
        transform: translate3d(0px, -65px, 0px);
    }

    .intro_item:nth-child(2) {
        transform: translate3d(0px, -144px, 0px);
    }

    .intro_item:nth-child(3) {
        transform: translate3d(0px, -222px, 0px);
    }

    .intro_item:nth-child(4) {
        transform: translate3d(0px, -300px, 0px);
    }

    .intro_item:nth-child(5) {
        transform: translate3d(0px, -378px, 0px);
    }

    .intro_item:nth-child(6) {
        transform: translate3d(0px, -457px, 0px);
    }
}

/***intro menu end****/
/***********************/

/***********************/
/***intro_news start***/

.intro_news {
    background: url(../../images/intro_newsbg.jpg) top left;
    position: relative;
    min-height: 900px;
}

.intro_news:before {
    content: '';
    background: url(../../images/intro_news_deco01.png)top left no-repeat;
    background-size: contain;
    width: 548px;
    max-width: 100%;
    min-height: 291px;
    position: absolute;
    top: 0;
    left: 0;
}

.intro_news:after {
    content: '';
    background: url(../../images/intro_news_deco02.png)top right no-repeat;
    background-size: contain;
    width: 549px;
    max-width: 100%;
    min-height: 291px;
    position: absolute;
    top: 0;
    right: 0;
}

.intro_news .intro_news_title {
    text-align: center;
    padding-top: 5rem;
    margin-bottom: 5rem;
}

.intro_news .intro_news_inner {
    width: 1197px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:1536px) {
    .intro_news {
        min-height: 760px;
    }

    .intro_news:before {
        min-height: 200px;
    }

    .intro_news:after {
        min-height: 200px;
    }
}

@media screen and (max-width:1100px) {
    .intro_news:before {
        min-height: 130px;
    }

    .intro_news:after {
        min-height: 130px;
    }

    .intro_news .intro_news_inner {
        padding: 0 1rem;
    }
}

@media screen and (max-width:768px) {
    .intro_news .intro_news_title {
        width: 40%;
        margin: 0 auto 5rem;
    }
}

@media screen and (max-width:576px) {
    .intro_news:before {
        min-height: 70px;
    }

    .intro_news:after {
        min-height: 70px;
    }

    .intro_news_inner .newslist_rwd {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .intro_news {
        min-height: auto;
        padding-bottom: 8rem;
    }

    .intro_news_inner table td.newsbox {
        text-align: center;
    }

    .intro_news_inner .newslist_rwd table {
        width: 100%;
    }

    .intro_news_inner .newslist_rwd .npicimg {
        min-height: 170px;
    }
}

@media screen and (max-width:414px) {
    .intro_news_inner .newslist_rwd {
        width: 90%;
    }

    .intro_news_inner .newslist_rwd .npicimg {
        min-height: 230px;
    }

    .intro_news_inner .newslist_rwd .nbox .npicimg {
        background-size: cover;
    }
}

/***intro_news end****/
/***********************/
/***youtube start***/

.youtube {
    background: url(../../images/yt_bg.jpg) top left;
    width: 100%;
    position: relative;
    padding: 0 0 5.5rem;
}

.youtube:before {
    content: '';
    background: url(../../images/yt_deco01.png) bottom center no-repeat;
    background-size: contain;
    width: 1648px;
    max-width: 100%;
    min-height: 270px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.youtube .yt {
    width: 1520px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 0 0;
    position: relative;
}

.youtube .yt:before,
.youtube .yt:after {
    content: '';
    background: url(../../images/yt_deco02.png) no-repeat;
    background-size: contain;
    width: 114px;
    max-width: 100%;
    min-height: 185px;
    position: absolute;
}

.youtube .yt:before {
    background-position: top left;
    top: 0;
    left: 0;
}

.youtube .yt:after {
    background-position: top right;
    top: 0;
    right: 0;
}

.yt .yt_deco img:first-child {
    position: absolute;
    top: 23.2rem;
    left: 3.7rem;
}

.yt .yt_deco img:last-child {
    position: absolute;
    bottom: 0;
    right: 1rem;
    z-index: 2;
}

.yt .yt_video {
    position: relative;
    width: 1250px;
    max-width: 100%;
    min-height: 670px;
    margin: 0 auto;
}

.yt .yt_video:before,
.yt .yt_video:after {
    content: '';
    background: url(../../images/yt_deco04.png) top left repeat-y;
    background-size: contain;
    width: 26px;
    max-width: 100%;
    min-height: 100%;
    z-index: 1;
    position: absolute;

}

.yt .yt_video:before {
    top: 0;
    left: 0;
}

.yt .yt_video:after {
    top: 0;
    right: 0;
}

.yt .yt_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

@media screen and (max-width:1536px) {
    .youtube .yt {
        max-width: 95%;
    }

    .youtube .yt:before,
    .youtube .yt:after {
        min-height: 130px;
    }

    .yt .yt_deco img:first-child {
        top: 20rem;
        left: 2rem;
    }
}

@media screen and (max-width:1400px) {
    .youtube:before {
        min-height: 230px;
    }

    .yt .yt_video {
        max-width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .yt .yt_video {
        min-height: 580px;
    }
}

@media screen and (max-width:1000px) {
    .yt .yt_deco img:last-child {
        width: 12%;
    }
}

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

    .youtube:before {
        min-height: 140px;
    }

    .youtube .yt:before,
    .youtube .yt:after {
        min-height: 100px;
        max-width: 7%;
    }

    .yt .yt_deco img:first-child {
        top: 14rem;
        left: 1rem;
    }

    .yt .yt_video {
        min-height: 480px;
    }
}

@media screen and (max-width:768px) {
    .yt .yt_video {
        min-height: 450px;
    }

    .yt .yt_deco img:first-child {
        top: 12rem;
        width: 4%;
    }
}

@media screen and (max-width:650px) {
    .youtube .yt {
        padding: 2rem 0 0;
    }

    .youtube .yt:before,
    .youtube .yt:after {
        min-height: 60px;
        max-width: 5%;
    }

    .yt .yt_video {
        min-height: 380px;
    }

}

@media screen and (max-width:576px) {
    .yt .yt_video {
        max-width: 90%;
    }

    .youtube .yt:before,
    .youtube .yt:after {
        min-height: 30px;
    }

    .yt .yt_deco img:first-child {
        top: 5rem;
        left: 0;
        width: 3%;
    }

    .yt .yt_deco img:last-child {
        width: 10%;
        right: 0;
    }
}

@media screen and (max-width:450px) {
   .yt .yt_deco img:first-child{
   	display: none;
   }
    .yt .yt_video {
        min-height: 250px;
                max-width: 100%;
    }
        .yt .yt_deco img:last-child {
        width: 7%;
    }

    .yt .yt_video:before,
    .yt .yt_video:after {
        max-width: 3%;
    }
}

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

}

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

    .youtube .yt:before,
    .youtube .yt:after {
        min-height: 20px;
    }
}

@media screen and (max-width:360px) {
    .yt .yt_video {
        min-height: 220px;
    }
}

@media screen and (max-width:300px) {
    .yt .yt_video {
        min-height: 200px;
    }
}

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

/***youtube end****/
/***********************/