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

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

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

body {
    font-family: 'Noto Serif TC', 'Crimson Text', 'Yuji Mai', 'Rubik 80s Fade', sans-serif;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0px;
    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;
}

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

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

.clear {
    clear: both;
}

::selection {
    background: #a4a9ad;
    color: #ffffff;
}

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

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.5;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
    position: fixed;
    bottom: 2em;
    right: 1em;
    cursor: pointer;
    z-index: 80;
    transition: .3s ease-in-out;
    display: none;
}

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

@media (max-width:450px) {#gotop {
        bottom: 1em;
        right: 0;
    }

    #gotop img {
        width: 80%;
    }
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    background: #e4e3e5;
    border: solid 1px #164e90;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    transition: .3s ease all;
    width: 150px;
    margin: 0 1%;
    color: #164e90;
}

#service_album button,
#service_album input[type=button],
#service_album input[type=reset],
#service_album input[type=submit] {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
}

input[type=reset] {
    background: rgb(173, 176, 176);
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-radius: 50px;
}

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

.carousel-inner>.item>img {
    display: inline-block;
}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
.carousel-inner {
    height: 100%;
}

.dex .itembg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dex .item:nth-of-type(1) {
    background: url(../../flash/dex1.jpg) top center no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(2) {
    background: url(../../flash/dex2.jpg) top center no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(3) {
    background: url(../../flash/dex3.jpg) top center no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(4) {
    background: url(../../flash/dex4.jpg) top center no-repeat;
    background-size: cover;
}

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

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

.dex:before {
    content: '';
    background: url(../../images/dex_deco_01.png) top left no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 785px;
    max-width: 100%;
    min-height: 794px;
    z-index: 1;
    pointer-events: none;
}

.dex:after {
    content: '';
    background: url(../../images/dex_deco_02.png) bottom right no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 960px;
    max-width: 100%;
    min-height: 567px;
    z-index: 1;
    pointer-events: none;
}

.carousel-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 590px;
    margin: 0 auto;
    max-width: 90%;
    color: #fff;
    z-index: 3;
    text-align: center;
}

.carousel-text h5 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Yuji Mai';
}

.carousel-text h5 p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Serif TC';
    display: inline-block;
    vertical-align: middle;
    padding: 0 .5rem;
}

.carousel-text span {
    display: inline-block;
    font-size: 100px;
    font-family: 'Rubik 80s Fade';
    letter-spacing: 0;
    vertical-align: middle;
    padding: 0 1.1rem;
}

.carousel-text h6 {
    font-size: 190px;
    color: #7a848d;
    font-family: 'Rubik 80s Fade';
    text-transform: uppercase;
    filter: brightness(180%);
    letter-spacing: 0;
    position: relative;
    left: -12rem;
    line-height: 1;
    opacity: .5;
}

.carousel-text p {
    font-size: 18px;
    padding: 1em 2em;
    overflow: hidden;
    font-weight: 500;
}

/***enter***/
.enter {
    position: absolute;
    width: 20%;
    margin: 0 auto;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
}

.enter img {
    margin-top: 1em;
}

.enter p {
    font-family: 'Crimson Text';
    font-size: 16px;
    color: #fff;
}

/*circle*/
.circle {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;
    margin: 0 auto 10%;
    animation: moving 1.5s infinite alternate;
}

/*line*/
.line {
    width: 1px;
    height: 75px;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
}

@keyframes moving {
    0% {
        -webkit-transform: translateY(-160%);
        transform: translateY(-160%);
    }

    100% {
        -webkit-transform: translateY(160%);
        transform: translateY(160%);
    }
}
@media screen and (max-width:1366px){
    .carousel-text {
    top: 25%;
}
}
@media screen and (max-width:991px) {
    .dex:before {
        background-size: contain;
        min-height: 500px;
    }

    .dex:after {
        background-size: contain;
        min-height: 360px;
    }
}

@media screen and (max-width:800px) {
    .carousel-text h6 {
        font-size: 160px;
        left: -6rem;
    }
}

@media screen and (max-width:768px) {
    .circle {
        margin: 0 auto 25%;
    }
}

@media screen and (max-width:690px) {
    .carousel-text h6 {
        font-size: 130px;
        left: -2rem;
    }
}

@media screen and (max-width:570px) {
    .carousel-text h6 {
        font-size: 110px;
        left: 0rem;
    }
}

@media screen and (max-width:500px) {
    .carousel-text h6 {
        font-size: 90px;
    }

    .carousel-text p {
        padding: 1em 0;
    }

    .carousel-inner div:nth-child(2) .carousel-text h5 p {
        display: block;
    }
}

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

    .carousel-inner div:nth-child(1) .carousel-text h5 span,
    .carousel-inner div:nth-child(3) .carousel-text h5 span {
        display: block;
    }

    .circle {
        margin: 0 auto 45%;
    }
}

@media screen and (max-width:414px) {    
.carousel-text {
    max-width: 100%;
    top: 30%;
}
    .carousel-text span {
        font-size: 80px;
    }

    .carousel-text h6 {
        font-size: 80px;
    }
}

@media screen and (max-width:393px) {
    .dex {
    height: 85vh;
}
    .carousel-text {
    top: 25%;
}
    .carousel-text p {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
   .dex {
    height: 95vh;
}
    .carousel-text {
    top: 33%;
}
    .carousel-text h6 {
        font-size: 70px;
    }

    .carousel-text p {
        font-size: 14px;
    }
}

@media screen and (max-width:330px) {
    .carousel-text h6 {
        font-size: 60px;
    }

    .carousel-text p {
        font-size: 12px;
    }
}

/*---nav-------------------------------------------------------------------------------------------------------------------------------*/
/***mobile ibutton***/
.mibutton {
    z-index: 100;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    text-align: center;
    position: absolute;
    top: 2em;
    right: 2em;
}

.mibutton span {
    display: inline-block;
    width: 100%;
    height: 3px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
}

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

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

.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) {
    opacity: 0;
}

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

/*nav*/
.nav {
    width: 100%;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(252, 252, 252, 0.571);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    padding-top: 1.5rem;
}

.nav:after {
    content: '';
    background: #fff;
    width: 100%;
    min-height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*logo*/
.logo {
    text-align: left;
    padding: 0 0 1rem 26rem;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

.logo a {
    display: inline-block;
}

/*ibutton*/
.ibutton {
    min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 56%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.ibutton ul {
    display: flex;
    justify-content: flex-end;
}

.ibutton li {
    padding: 1rem 3.5rem 3rem 3.5rem;
    text-align: left;
    position: relative;
}

.ibutton li:hover:after {
    content: '';
    background: url(../../images/menu_icon.png) center bottom no-repeat;
    background-size: contain;
    width: 23px;
    min-height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ibutton a {
    position: relative;
    display: block;
}

.ibutton a:before {
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #164e90;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: -1em;
    width: 15px;
    height: 13px;
    opacity: 0;
    transition: .6s ease all;
}

p.ch {
    color: #000;
    font-size: 18px;
    transition: .2s ease all;
    position: relative;
    line-height: 1;
}

p.en {
    color: #000;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    transition: .2s ease all;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-family: 'Crimson Text';
}

/***hover***/

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

.ibutton li:hover p.ch {
    opacity: 0;
}

/*dropmenu*/
ul.dropmenu,
ul.mob_sub {
    position: absolute;
    width: 192px;
    top: 76px;
    left: -23px;
    color: #000;
    padding: 1em 0;
    border-radius: 2px;
    background: #dbd4c6;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    font-weight: normal;
    flex-wrap: wrap;
}

ul.dropmenu span.ch {
    line-height: 1;
    position: relative;
}

ul.dropmenu span.en {
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    color: #fff;
    font-family: 'Crimson Text';
}

ul.dropmenu span.ch,
ul.mob_sub span.ch {
    font-size: 16px;
}

ul.mob_sub {
    transition: unset;
}

ul.dropmenu li,
ul.mob_sub li {
    display: block;
    width: 100%;
    color: #39281e;
    font-size: 18px;
    text-align: center;
    padding: 0;
}

ul.dropmenu a,
ul.mob_sub a {
    color: #000;
    padding: 1rem 1rem 2rem;
    transition: .2s ease-in-out;
    position: relative;
    overflow: hidden;
}

ul.dropmenu li span,
ul.mob_sub span {
    z-index: 3;
    position: relative;
}

ul.mob_sub span.en {
    display: none;
}

ul.dropmenu a:after,
ul.mob_sub a:after {
    content: '';
    background: #7a848d;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: .2s ease all;
}

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

ul.dropmenu a:hover:after,
ul.mob_sub a:hover:after {
    opacity: 1;
}

ul.dropmenu li:hover span.en {
    opacity: 1;
}

ul.dropmenu li:hover span.ch {
    opacity: 0;
}

/*mob_sub*/
.mob_sub {
    display: none;
}

@media screen and (max-width:1400px) {
    .logo {
        padding: 0 0 2rem 9rem;
    }

    .ibutton {
        width: 65%;
    }
}

@media (max-width:1200px) {
    .nav {
        padding-top: 1rem;
    }

    .logo {
        padding: 1em 1em 1em 3em;
        width: 100%;
    }

    .logo a {
        width: 170px;
    }

    .navbar {
        width: 100%;
    }

    .ibutton ul {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 2em;
    }

    .ibutton {
        width: 100%;
        max-height: 85vh;
        overflow-y: scroll;
    }

    .ibutton li {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .ibutton a {
        padding: 1em;
    }

    .mibutton {
        display: block;
    }

    .ibutton {
        display: none;
    }

    ul.dropmenu {
        display: none;
    }

    ul.mob_sub {
        position: relative;
        visibility: visible;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        opacity: 1;
        padding-bottom: 1em;
        display: none;
    }

    ul.mob_sub li {
        text-align: center;
    }

    .ibutton li:hover p.ch {
        opacity: 1;
    }

    .ibutton li:hover p.en {
        opacity: 0;
    }

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

@media (max-width:768px) {
    .logo a {
        width: 145px;
    }

    .mibutton {
        top: 1.5em;
    }
}

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

    .logo a {
        width: 130px;
    }

    .mibutton {
        right: 1em;
    }
}

@media (max-width:350px) {
    .logo a {
        width: 120px;
    }

    .mibutton {
        top: 1.2em;
    }
}

/*---main----------------------------------------------------------*/
.main {
    position: relative;
}

.main:before {
    content: '';
    background: url(../../images/pattern.jpg) top left;
    background-size: cover;
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.mask {
    background: rgba(255, 255, 255, .5);
}

/*---inews-------------------------------------------------------------------------*/
.inews {
    background: url(../../images/hotcase_bg.png) top left no-repeat;
    background-size: cover;
    width: 100%;
    padding: 18rem 0 5rem 0;

}

/*inews_title*/
.inews_title {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 5.5rem;
    text-align: right;
}

.inews_title .title {
    width: 33%;
    margin: 0 0 0 auto;
    z-index: 5;
}

.inews_title .title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.inews_title .title .ch {
    background: url(../../images/iab12_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    margin: 0 0 0 auto;
}

.inews_title .title .ch p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

/*inews_list*/
.inews_list {
    position: relative;
    text-align: center;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width:1400px) {
    .inews_list {
        padding: 0 0 0 2rem;
    }

    .inews_title .title {
        width: 40%;
        padding: 0 2rem 0 0;
    }
}

@media (max-width:1130px) {
    .inews {
        padding: 6rem 0 5rem 0;
    }

    .inews_title .title {
        width: 90%;
    }
}

@media (max-width:991px) {
    .inews_list {
        flex-wrap: wrap;
        padding: 0 2rem;
        justify-content: space-between;
    }

}

@media (max-width:768px) {

    .inews_list:before {
        width: 95%;
    }
}

@media (max-width:500px) {
    .inews_title .title span:before {
        height: 185px;
    }
}

@media (max-width:480px) {
    .inews_title .title {
        width: 100%;
    }

    .inews_title .title h3 {
        font-size: 80px;
    }
}

@media (max-width:393px) {
    .inews_title .title h3 {
        font-size: 70px;
    }
}

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

@media (max-width:360px) {
    .inews_title .title h3 {
        font-size: 60px;
    }
}

@media (max-width:330px) {
    .inews_list {
        padding: 0 1rem;
    }
}

@media (max-width:310px) {
    .inews_title .title h3 {
        font-size: 55px;
    }
}

/*---footer----------------------------------------------------------------------*/
footer {
    background: url(../../images/ftbg.jpg) top left;
    text-align: center;
    padding-bottom: 2rem;
}

footer a {
    display: inline-block;
}

.wrap3 {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}

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

/*ftinfo*/
.ftinfo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 40%;
    padding: 9rem 0 0 0;
}

.ftinfo ul {
    margin: 0 auto 0 0;
    max-width: 100%;
}

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

.ftinfo li p:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 16px;
    width: 70px;
    white-space: nowrap;
    font-weight: 600;
}

.ftinfo li p:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 16px;
    width: 80%;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: 600;
}

/*ftbtn*/
.ftbtn {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 35%;
    padding: 9rem 0 0 0;
}

.ftbtn a {
    padding: 0 1rem 1.5rem 0;
    position: relative;
    width: 32%;
    text-align: left;
}

.ftbtn a:before {
    content: '';
    background: url(../../images/ftbtn_deco.png) bottom left no-repeat;
    background-size: contain;
    width: 135px;
    max-width: 100%;
    min-height: 12px;
    position: absolute;
    bottom: 0;
    left: 0;

}

.ftbtn a img {
    transition: .6s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
}

.ftbtn a p {
    display: inline-block;
    color: #384047;
    font-size: 18px;
    font-weight: bold;
}

.ftbtn a:hover img {
    transform: translateY(-10px);
    -webkit-filter: drop-shadow(0px 12px 3px rgba(24, 30, 50, .3));
    filter: drop-shadow(0px 12px 3px rgba(24, 30, 50, .3));
}

/*site*/
.site {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
    padding: 9rem 59rem 2rem 0;
}

.site ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site li a {
    color: #000;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:hover {
    color: #394148;
}

.site li a:after {
    content: '';
    background: #394148;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .6s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:hover:after {
    width: 100%;
}

footer hr {
    border-top: solid 9px #384047;
    margin: 0 0 3.5rem 0;
}

/*copyright*/
.copyright {
    color: #384047;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-align: left;
    letter-spacing: 1px;
}

.copyright a {
    color: #384047;
    font-size: 14px;
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

.copyright a:hover {
    color: #100e10;
}

/*icon*/
.icon {
    color: #384047;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: right;
    padding: 0 0 0 1em;
}

.icon a {
    vertical-align: middle;
    padding: 0 3px;
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

    .ftinfo {
        width: 35%;
    }

    .ftbtn {
        width: 40%;
    }
}

@media (max-width:1220px) {
    .ftinfo {
        width: 34%;
    }

    .ftbtn {
        width: 41%;
    }

    .site {
        padding: 5rem 20rem 2rem 0;
    }
}

@media (max-width:1190px) {
    .ftlogo {
        width: 100%;
        text-align: center;
    }

    .ftinfo {
        width: 45%;
        padding: 9rem 0 0 7rem;
    }

    .ftbtn {
        width: 50%;
    }
}

@media (max-width:1030px) {
    .ftinfo {
        padding: 9rem 0 0 0;
    }

    .site {
        padding: 5rem 7rem 2rem 0;
    }
}

@media (max-width:990px) {
    .ftinfo {
        width: 42%;
    }

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

    .ftbtn {
        width: 55%;
    }

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

    .icon {
        width: 100%;
        padding: 1em 0 0 0;
        text-align: center;
    }
}

@media (max-width:890px) {
    .wrap3 {
        text-align: center;
    }

    .ftinfo {
        width: 60%;
    }

    .ftbtn {
        width: 60%;
    }
}

@media (max-width:768px) {
    .ftbtn {
        width: 80%;
    }

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

    footer hr {
        margin: 0 0 1em;
    }
}

@media (max-width:630px) {
    .ftbtn {
        width: 90%;
    }

    .ftinfo {
        padding: 7rem 0 0 0;
    }

    .site li {
        width: 25%;
    }

    .copyright,
    .copyright a,
    .icon {
        font-size: 12px;
    }

    .icon {
        padding: .5em 0 0 0;
    }
}

@media (max-width:540px) {
    .ftinfo {
        width: 90%;
    }

    .ftbtn {
        width: 100%;
    }
}

@media (max-width:510px) {
    .ftbtn {
        text-align: center;
        padding: 4rem 0 0 0;
    }

    .ftbtn a {
        width: 45%;
        margin-bottom: 2rem;
        padding: 0 0 1.5rem 0;
    }
}

@media (max-width:450px) {

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

    .site li a {
        font-size: 14px;
    }

    .icon {
        padding: 2rem 0 0 0;
    }

}

@media (max-width:414px) {
    .ftlogo {
        width: 50%;
    }
}

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

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

    .ftbtn a p {
        font-size: 15px;
    }
}

@media (max-width:320px) {
    .ftinfo li p:nth-of-type(2) {
        width: 95%;
    }

    .ftbtn a img {
        width: 20%;
    }
}

/*---innertp-----------------------------------------------------------------------*/

/*---inner--------------------------------------------------------------------------------*/
.inbanner {
    min-height: 681px;
    position: relative;
    overflow-x: hidden;
}

.inbanner:before {
    content: '';
    background: url(../../images/inbanner_mask.png) top left no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inbanner_contact {
    background: url(../../images/inbanner_contact.png) top center no-repeat fixed, url(../../images/pattern.jpg) top left repeat;
}

.inbanner_news {
    background: url(../../images/inbanner_news.png) top center no-repeat fixed, url(../../images/pattern.jpg) top left repeat;
}

.inbanner_hotcase {
    background: url(../../images/inbanner_hotcase.png) top center no-repeat fixed, url(../../images/pattern.jpg) top left repeat;
}

.inbanner_products {
    background: url(../../images/inbanner_products.png) top center no-repeat fixed, url(../../images/pattern.jpg) top left repeat;
}

/***inner***/
.inner {
    width: 1400px;
    max-width: 100%;
    min-height: 601px;
    position: relative;
    padding: 25rem 0 0 0;
    margin: 0 0 8rem 30rem;

}

.inner:before {
    content: '';
    background: url(../../images/inbanner_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 616px;
    max-width: 100%;
    min-height: 164px;
    position: absolute;
    bottom: 0;
    left: 0;

}

.inner .intitle {
    padding-left: 18.6rem;
}

.intitle .title_en {
    margin-bottom: 2rem;
}

.intitle .title_en h3 {
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Crimson Text';
    line-height: 1;

}

.intitle .title_ch {
    display: flex;
    align-items: center;
}

.title_ch .title_ch_lt {
    background: url(../../images/intitle_bg.png) top left no-repeat;
    background-size: contain;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    text-align: center;
    padding: 1.5rem 3rem 2.4rem 4rem;
    margin-right: 1.3rem;
}

.title_ch .title_ch_lt h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.title_ch .title_ch_rt {}

.title_ch .title_ch_rt p {
    font-size: 14px;
    color: #7a848d;
    font-family: 'Crimson Text';
    letter-spacing: 0;
}

@media screen and (max-width:1400px) {
    .inner {
        margin: 0 0 8rem 7rem;
    }

    .inbanner:before {
        background-position-x: -22rem;
    }
}

@media screen and (max-width:1180px) {
    .inbanner {
        min-height: 630px;
    }

    .inner {
        margin: 0 0 8rem 4rem;
        min-height: 570px;
    }

    .inner .intitle {
        padding-left: 18rem;
    }
}

@media screen and (max-width:991px) {
    .inbanner {
        min-height: 540px;
    }

    .inner {
        margin: 0 0 1rem 4rem;
        min-height: 462px;
        padding: 14rem 0 0 0;
    }

    .inner:before {
        min-height: 100px;
    }

    .inner .intitle {
        padding-left: 9rem;
    }

    .intitle .title_en h3 {
        font-size: 75px;
    }
}

@media screen and (max-width:768px) {
    .inbanner {
        min-height: 460px;
        background-attachment: inherit;
        background-size: cover, contain;
    }

    .inbanner:before {
        background-position-x: -31rem;
        background-size: 182%;
    }

    .inner {
        margin: 0 0 1rem 0rem;
        min-height: 410px;
        padding: 14rem 0 0 0;
    }

    .inner:before {
        min-height: 70px;
        left: 1rem;
    }

    .inner .intitle {
        padding-left: 1rem;
    }

    .intitle .title_ch {
        flex-wrap: wrap;
    }

    .title_ch .title_ch_rt {
        width: 80%;
        margin-top: 1rem;
    }

    .intitle .title_en {
        margin-bottom: 0;
    }

    .intitle .title_en h3 {
        font-size: 70px;
    }

}

@media screen and (max-width:730px) {
    .inbanner {
        min-height: 450px;
    }

    .inner {
        padding: 11rem 0 0 0;
        min-height: 440px;
    }

    .intitle .title_en h3 {
        font-size: 60px;
    }

    .inbanner:before {
        background-position-x: -30rem;
        background-size: 188%;
    }
}

@media screen and (max-width:700px) {
    .inbanner {
        min-height: 420px;
    }

    .inner {
        min-height: 378px;
    }
}

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

    .inbanner:before {
        background-position-x: -27rem;
    }

    .inner {
        min-height: 378px;
    }

    .inner:before {
        min-height: 61px;
    }
}

@media screen and (max-width:600px) {
    .inbanner {
        min-height: 395px;
    }

    .inbanner_contact {
        background-position: top right -19rem;
    }

    .inbanner:before {
        background-size: 202%;
    }

    .inner:before {
        min-height: 60px;
    }
}

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

    .inbanner_contact {
        background-position: top right -8rem;
    }

    .inner {
        min-height: 332px;
    }

    .intitle .title_en h3 {
        font-size: 50px;
    }

}

@media screen and (max-width:450px) {
    .inbanner:before {
        background-size: 255%;
    }

    .inbanner_contact {
        background-position: top right -17rem;
    }

    .inner {
        padding: 9rem 0 0 0;
    }

    .inner:before {
        display: none;
    }
}

@media screen and (max-width:420px) {
    .inbanner:before {
        background-size: 268%;
    }
}

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

    .inbanner:before {
        background-size: 278%;
    }

    .inner {
        min-height: 313px;
    }
}

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

    .inbanner:before {
        background-position-x: -25rem;
    }

    .inner {
        min-height: auto;
    }
}

@media screen and (max-width:370px) {
    .inbanner:before {
        background-position-x: -22rem;
    }

    .inbanner:before {
        background-size: 290%;
        background-position-x: -23rem;
    }
}

@media screen and (max-width:350px) {
    .inbanner:before {
        background-position: top -6rem right -58rem;
        background-size: 350%;
    }
}

@media screen and (max-width:330px) {
    .inbanner:before {
        background-position: top -2rem right -55rem;
    }
}

@media screen and (max-width:310px) {
    .inbanner:before {
        background-position: top -2rem right -52rem;
    }
}


/***********************/
/***location star***/
.location {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
    padding: 10rem 0;
    text-align: center;
}

.location .loc_inner {
    width: 1166px;
    max-width: 100%;
    padding-left: 2.5rem;
    margin-bottom: 6rem;
    display: flex;
    justify-content: center;
}

.loc_inner .loc_logo {
    margin-right: 4.8rem;
}

.loc_inner .loc_deco {
    margin-right: 4.8rem;
    padding-top: 2rem;
}

.loc_inner .loc_info {}

.loc_inner .loc_info {
    vertical-align: middle;
    text-align: left;
    width: 50%;
}

.loc_inner .loc_info ul {
    margin: 0 auto 0 0;
    max-width: 100%;
}

.loc_inner .loc_info li {
    padding: 0 0 1rem 0;
}

.loc_inner .loc_info li p:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 18px;
    width: 70px;
    white-space: nowrap;
}

.loc_inner .loc_info li p:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 18px;
    width: 80%;
    word-wrap: break-word;
    word-break: break-all;
}

.map {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border: solid 3px #384047;
    min-height: 729px;
    width: 90%;
}

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

@media screen and (max-width:780px) {
    .loc_inner .loc_info {
        width: 56%;
    }

    .location .loc_inner {
        padding-left: 0;
    }

    .loc_inner .loc_logo {
        margin-right: 2rem;
    }

    .loc_inner .loc_deco {
        margin-right: 2rem;
    }

    .map {
        min-height: 480px;
    }
}

@media screen and (max-width:670px) {
    .location .loc_inner {
        flex-wrap: wrap;
    }

    .loc_inner .loc_logo {
        margin: 0 0 3rem 0;
        width: 50%;
    }

    .loc_inner .loc_deco {
        display: none;
    }

    .loc_inner .loc_info {
        width: 80%;
    }
}

@media screen and (max-width:470px) {
    .location {
        padding: 6rem 0;
    }

    .location .loc_inner {
        margin-bottom: 4rem;
    }

    .loc_inner .loc_info {
        width: 90%;
    }

    .map {
        min-height: 350px;
    }
}

@media screen and (max-width:420px) {
    .loc_inner .loc_info {
        width: 100%;
        padding: 0 1rem;
    }

    .map {
        width: 95%;
    }
}

@media screen and (max-width:393px) {
    .loc_inner .loc_info li p:nth-of-type(2) {
        width: 75%;
    }
}

@media screen and (max-width:320px) {
    .loc_inner .loc_info li p:nth-of-type(2) {
        width: 100%;
    }
}

/***location end****/
/***********************/
/***news*************************************************************************************************/
.news {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 5em 0;
    color: #000;
    width: 1166px;
    position: relative;
    min-height: 400px;
}

.newslist {
    padding-right: 0;
}

.newslist table {
    color: #000;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    padding: 2em 0;
    position: relative;
    vertical-align: top;
}

.newslist_rwd:after {
    content: '';
    background: #fff;
    width: 93%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    z-index: 5;
    opacity: .5;
}

.newslist .newslist_rwd a {
    transition: .5s all;
    position: relative;
}

.newslist .newslist_rwd a:hover {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
}

.newslist .newslist_rwd .npic {
    width: 40%;
}

.newslist .newslist_rwd:after {
    content: '';
    background: #fff;
    width: 90%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    z-index: 5;
    opacity: .5;
}

.newslist .newslist_rwd .morenews {
    position: absolute;
    bottom: 7rem;
    right: 7rem;
    transition: .5s all;
}

/*npic*/
.npic {
    position: relative;
    width: 60%;
    min-height: 334px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .5);
}

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

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: 0;
    width: 39%;
    padding: 0 0 0 1em;
    display: inline-block;
    vertical-align: top;
}

.ntitle h6 {
    color: #000;
    font-size: 26px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
}

.ntitle h6 a {
    display: inline-block;
    font-size: 16px;
}

.ntitle h6 a:nth-of-type(1) {
    display: block;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ntitle p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000;
    font-size: 18px;
    margin: 3rem 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.ntitle p a {
    display: inline-block;
}

.ntitle p a:nth-of-type(1) {
    display: block;
    overflow: hidden;
}




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

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

/***hotcase***/
.hotcase {
    width: 1300px;
}

.newslist_rwd2 {
    padding: 1.6rem;
    position: relative;
    display: inline-block;
    width: 32%;
    transition: .5s all;
    vertical-align: top;
}

.newslist_rwd2:before {
    content: '';
    background: rgba(255, 255, 255, .75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(16% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 22%);
}

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

.newslist_rwd2 .npic {
    width: 100% !important;
    min-height: 286px;
}

.newslist_rwd2 .ntitle {
    width: 100%;
    padding: 2rem 0 2.5rem 1.3rem;
}

.newslist_rwd2 .ntitle h6 {}

.newslist_rwd2 .ntitle h6 img {
    vertical-align: middle;
    padding-right: 1.5rem;
}

.newslist_rwd2:after {
    display: none;
}

.newslist_rwd2 .morenews {
    width: 40%;
    margin: 0 0 0 auto;
    display: block;
    border: 1px #000 solid;
    border-radius: 50px;
    padding: 0.5rem 0;
    font-size: 20px;
    color: #0e0d11;
    text-align: center;
    font-family: 'Crimson Text';
    letter-spacing: 0;
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}

.newslist_rwd2 .morenews p {
    display: inline-block;
}

.newslist_rwd2 .morenews span {
    display: inline-block;
    padding-left: 1.5rem;
}

.newslist_rwd2:hover {
    transform: translateY(-10px);
}

@media (max-width:1130px) {
    .newslist_rwd2 .morenews {
        width: 50%;
    }
}

@media (max-width:991px) {
    .newslist_rwd2 {
        width: 49%;
        margin: 0 0 3rem 0;

    }
}

@media (max-width:900px) {
    .newslist_rwd {
        padding: 3rem 2rem;
    }

    .newslist .newslist_rwd .npic {
        width: 100%;
    }

    .newslist .newslist_rwd .ntitle {
        width: 100%;
        padding: 2rem 0;
    }

    .newslist .newslist_rwd .morenews {
        bottom: 3rem;
    }

    .newslist .newslist_rwd:after {
        bottom: 3%;
    }

    .newslist_rwd2 {
        padding: 2em 1em;
    }

    .newslist_rwd2 .ntitle {
        padding: 1em 1em 0em 1em;
    }

    .newslist_rwd2 .ntitle p {
        margin: .5em 0;
    }
}

@media (max-width:768px) {
    .newslist_rwd2 {
        width: 70%;
    }

    .inews_list {
        justify-content: center;
    }

    .inews_list .ntitle h6 {
        font-size: 20px;
    }

    .inews_list .ntitle p {
        font-size: 16px;
    }

}

@media (max-width:650px) {
    .newslist {
        margin: 0;
    }

    .npic {
        min-height: 180px;
    }

    .ntitle {
        padding: 0 2rem;
        width: 55%;
    }

    .ntitle p {
        margin: 1em 0 .5em;
    }

    .morenews {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: right;
    }
}

@media (max-width:600px) {
    .newslist_rwd2 {
        width: 90%;
    }

    .inews_list .newslist_rwd2 .ntitle {
        padding: 1em .5em 0em .5em;
    }
}

@media (max-width:550px) {

    .newslist_rwd2 {
        padding: 1em 1em;
    }

    .newslist_rwd2 .ntitle {
        padding: 1em .5em 0em .5em;
    }

    .newslist_rwd2 .ntitle h6 {
        font-size: 20px;
    }

    .newslist_rwd2 .ntitle p {
        font-size: 16px;
    }
}

@media (max-width:500px) {

    .npic {
        min-height: 200px;
    }

    #ihotnews .ntitle,
    #ihotnews .npic {
        width: 100%;
    }

    .ntitle h6 {
        font-size: 18px;
    }

    .ntitle p {
        font-size: 15px;
        margin: .5em 0;
    }

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

    .newslist_rwd2 .morenews {
        width: 100%;
        text-align: center;
        padding: .5rem;
    }

    .inews_list:before {
        width: 96%;
        height: 96%;
    }
}

@media (max-width:450px) {
    .newslist .newslist_rwd:after {
        bottom: -2%;
    }

    .newslist .newslist_rwd .morenews {
        bottom: 0rem;
        right: 1rem;
    }

    .newslist .newslist_rwd .npic {
        min-height: 230px;
    }
}

@media (max-width:393px) {
    .newslist_rwd2 .npic {
        min-height: 196px;
    }
}

@media (max-width:380px) {
    .npic {
        min-height: 180px;
        width: 100%;
    }

    .ntitle {
        margin: .5em 0;
        width: 100%;
        padding: 1em 0;
    }
}

@media (max-width:360px) {
    .newslist .newslist_rwd .npic {
        min-height: 210px;
    }

    .newslist_rwd2 {
        width: 100%;
    }

}

@media (max-width:350px) {
    .newslist_rwd {
        width: 100%;
    }
}

@media (max-width:340px) {
    .newslist .newslist_rwd .npic {
        min-height: 190px;
    }
}

/*tableimg*/
.tableimg {
    width: 1400px;
    max-width: 100%;
    min-height: 500px;
    position: relative;
    text-align: left;
    z-index: 0;
    padding: 4rem;
}

.tableimg:before {
    content: '';
    background: url(../../images/news_bg1.png) top left repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tableimg:after {
    content: '';
    background: url(../../images/news_bg2.png) top left repeat;
    width: 97%;
    height: 97%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    clip-path: polygon(5% 0, 95% 0, 100% 6%, 100% 94%, 95% 100%, 5% 100%, 0 94%, 0 5%);
}

.tableimg .newstitle {}

.tableimg .detail {}

.tableimg .date {
    text-align: right;
}

.tableimg .back {
    text-align: right;
}

.tableimg .deco {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.tableimg .deco p {
    font-size: 14px;
    color: #384047;
    font-family: 'Crimson Text';
    letter-spacing: 0;

}

/*tableimg2*/
.tableimg2 {
    width: 1400px;
    max-width: 100%;
    min-height: 500px;
    position: relative;
    text-align: left;
    z-index: 0;
    padding: 4rem;
}

.tableimg2:before {
    content: '';
    background: url(../../images/hotcase_bg02.png) top left repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tableimg2:after {
    content: '';
    background: url(../../images/news_bg2.png) top left repeat;
    width: 97%;
    height: 97%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    clip-path: polygon(5% 0, 95% 0, 100% 6%, 100% 94%, 95% 100%, 5% 100%, 0 94%, 0 5%);
}

.tableimg2 .newstitle {}

.tableimg2 .detail {}

.tableimg2 .date {
    text-align: right;
}

.tableimg2 .back {
    text-align: right;
}

.tableimg2 .deco {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.tableimg2 .deco p {
    font-size: 14px;
    color: #384047;
    font-family: 'Crimson Text';
    letter-spacing: 0;

}

/*************************
*******service_album*******
**************************/

.photo {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

#service_album {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 40vh;
}

#service_album a {
    color: #d0791d;
    display: inline-block;
}

#service_album a:visited,
#service_album a:focus {
    color: #513c26;
}

#service_album a:hover {
    color: #7f4d18;
}

.table1 table {
    min-width: 23%;
}

.table2 td {
    max-width: 200px;
    height: 30px;
}

@media(max-width:992px) {
    .contactm {
        margin-bottom: 20px
    }

    .table1 table {
        width: 100%;
    }

    table.tablegrid {
        width: 23%;
    }
}

@media(max-width:768px) {
    .table1 table {
        width: 98%;
    }

    table.tablegrid {
        width: 47%;
    }
}

@media(max-width:500px) {
    table.tablegrid {
        width: 95%;
    }
}

/*album*/
.album {
    z-index: 5;
    position: relative;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 5em 0 7em;
}

.album a {
    display: inline-block;
    color: #063827;
}

.album tr.photo {
    transition: .2s ease-in-out;
}

.album tr.photo:hover {
    opacity: .6;
}

.table-responsive {
    border: 0;
    margin: 10px 0;
}

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

#ihotnews table {
    width: 100%;
}

#ihotnews .inews_bg {
    width: 930px;
    margin: 11em auto 0;
    max-width: 100%;
    padding: 1rem 4rem 5rem 4rem;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#ihotnews .inews_bg:before {
    content: '';
    background: url(../../images/inews_bg01.png) top left repeat;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%);
}

#ihotnews .inews_bg:after {
    content: '';
    background: url(../../images/inews_bg02.png) top left repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#ihotnews .title h3 {
    font-size: 24px;
    border: 1px #fff solid;
    padding: 1.3rem 1.3rem;
    font-weight: bold;
}

#ihotnews .title h3 span {
    font-family: 'Crimson Text';
}

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

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

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


.close {
    opacity: 1;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 36px;
    color: #000;
    font-family: monospace;
    position: relative;
    z-index: 2;
    top: 4rem;
    right: 3rem;
}

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

#ihotnews .page_num {
    display: none;
}

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

#ihotnews .newslist_rwd {
    width: 100%;
    transition: .5s all;
}

#ihotnews .title {
    text-align: center;
    position: relative;
    padding: 3.6rem 0 0 0;
    width: 30%;
    margin: 0 auto 3rem;
}

#ihotnews .title h3 {
    font-size: 24px;
    border: 1px #fff solid;
    padding: 1.3rem 1.3rem;
    font-weight: bold;
}

#ihotnews .newslist_rwd .morenews {
    position: absolute;
    bottom: 7rem;
    right: 3.3rem;
    transition: .5s all;
}

#ihotnews .newslist_rwd:hover .npic {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
}

#ihotnews .newslist_rwd:hover .morenews img {
    filter: brightness(3);
}

#ihotnews sub {
    font-family: 'Crimson Text';
    font-size: 14px;
    color: #384047;
    letter-spacing: 1px;
    font-weight: 400;
}

.ripple2 {
    margin-bottom: 3rem;
}

@media screen and (max-width:860px) {
    #ihotnews .title {
        width: 35%;
    }
}

@media screen and (max-width:700px) {
    #ihotnews .title {
        width: 45%;
    }

    #ihotnews .newslist_rwd .npic {
        width: 100%;
        min-height: 300px;
    }

    #ihotnews .newslist_rwd .ntitle {
        width: 100%;
        padding: 2rem;
    }

    #ihotnews .newslist_rwd .morenews {
        position: relative;
        bottom: -1rem;
        right: 3.3rem;
        text-align: right;
    }

    #ihotnews .newslist_rwd:after {
        bottom: 0%;
    }
}

@media screen and (max-width:640px) {
    #ihotnews .inews_bg {
        margin: 8em auto 0;
    }

    .npic {
        width: 100%;
        min-height: 350px;
    }

    #ihotnews .title {
        margin: 0 auto 1rem;
    }
}

@media screen and (max-width:540px) {
    #ihotnews .title {
        width: 55%;
    }
}

@media screen and (max-width: 500px) {
    #ihotnews .inews_bg {
        padding: 1rem 2rem 5rem 2rem;
    }

    #ihotnews .inews_bg:before {
        clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
    }

    .inews_bg {
        padding: 1em;
        margin: 3em auto 0;
        max-height: 80vh;
        overflow-y: scroll;
    }

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

    .close {
        position: absolute;
    }

}

@media screen and (max-width:460px) {
    #ihotnews .newslist_rwd {
        padding: 0;
    }

    #ihotnews .title {
        width: 75%;
        padding: 8.6rem 0 0 0;
    }
}

@media (max-width:450px) {
    #ihotnews .npic {
        min-height: 220px;
    }

    #ihotnews .newslist_rwd .morenews {
        right: 0.3rem;
        bottom: 1rem;
    }
}

@media screen and (max-width:414px) {
    #ihotnews .newslist_rwd .npic {
        min-height: 220px;
    }
}

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

    #ihotnews .inews_bg:before {
        clip-path: polygon(3% 0, 97% 0, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0 97%, 0 3%);
    }

    #ihotnews .newslist_rwd .npic {
        min-height: 180px;
    }
}

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

    #ihotnews .title {
        width: 90%;
    }
}

@media screen and (max-width:310px) {
    #ihotnews .title {
        width: 95%;
    }
}


/***********************/
/***height start***/
.height {
    transform: translateY(-90px);
}

/***height end****/
/***********************/
/***iabout1 start***/
.iabout1 {
    background: rgba(255, 255, 255, .5);
    padding: 0 0 7.2rem 0;
}

.iabout1 .iab1 {
    width: 1534px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;

}

.iab1 .iab11 {
    width: 61%;
    min-height: 868px;
    position: relative;
}

.iab1 .iab11:before {
    content: '';
    background: url(../../images/iab11_img01.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
}

.iab11 .iab11_txt {
    position: absolute;
    bottom: 3.5rem;
    right: 25rem;
    width: 30%;
}

.iab11 .iab11_txt p {
    font-size: 14px;
    color: #fff;
    font-family: 'Crimson Text';
    letter-spacing: .5px;
}

.iab11 .iab11_txt hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.iab1 .iab12 {
    width: 37.5%;
    padding: 22rem 0 0 2.8rem;
}

.iab12 .iab12_title {
    width: 60%;
    position: relative;
}

.iab12 .iab12_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.iab12 .iab12_title .ch {
    background: url(../../images/iab12_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    position: absolute;
    bottom: 19px;
    right: 0;
}

.iab12 .iab12_title .ch p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.iab12 .iab12_txt1 {
    margin-top: 3rem;
}

.iab12 .iab12_txt1 h4 {
    font-size: 26px;
    font-weight: bold;
}

.iab12 .iab12_txt1 img {}

.iab12 .iab12_txt1 h5 {
    font-size: 26px;
}

.iab12 .iab12_txt2 {
    margin-top: 3rem;
}

.iab12 .iab12_txt2 ul {}

.iab12 .iab12_txt2 ul li {}

.iab12 .iab12_txt2 ul li img {
    display: inline-block;
}

.iab12 .iab12_txt2 ul li p {
    font-size: 18px;
    display: inline-block;
}

.iab12 .iab12_more {
    width: 30%;
    text-align: center;
    margin-top: 3rem;
}

.iab12 .iab12_more a {
    display: block;
    border: 1px #000 solid;
    border-radius: 50px;
    padding: .5rem 0;
    transition: .5s all;
}

.iab12 .iab12_more a p {
    font-size: 20px;
    font-family: 'Crimson Text';
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0;
    padding-right: .5rem;
}

.iab12 .iab12_more a span {
    vertical-align: inherit;
}

.iab12 .iab12_more a:hover {
    background: #384047;
    border: 1px #384047 solid;
}

.iab12 .iab12_more a:hover p {
    color: #fff;
}

.iab12 .iab12_more a:hover span {
    filter: brightness(10);
}

@media screen and (max-width:1370px) {
    .iab1 .iab12 {
        padding: 22rem 0 0 0;
    }
}

@media screen and (max-width:1300px) {
    .iab1 .iab11 {
        width: 55%;
    }

    .iab11 .iab11_txt {
        right: 20rem;
    }

    .iab1 .iab12 {
        width: 40%;
    }
}

@media screen and (max-width:1200px) {
    .iab11 .iab11_txt {
        right: 18rem;
    }

    .iab1 .iab12 {
        width: 43%;
    }

    .iab12 .iab12_title {
        width: 65%;
    }
}

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

    .iab1 .iab11 {
        width: 100%;
    }

    .iab11 .iab11_txt {
        right: 31rem;
        width: 25%;
    }

    .iab1 .iab12 {
        width: 60%;
        order: -1;
        padding: 6rem 0 5rem 0;
    }

    .iab12 .iab12_title {
        width: 70%;
    }

    .iab12 .iab12_title h3 br {
        display: none;
    }

    .iab12 .iab12_title .ch {
        position: relative;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width:1050px) {
    .iab1 .iab11 {
        min-height: 700px;
    }

    .iab1 .iab11:before {
        background-size: cover;
    }

    .iab11 .iab11_txt {
        right: 28rem;
    }

    .iab12 .iab12_title {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .iab11 .iab11_txt {
        right: 24rem;
        width: 30%;
    }

    .iab1 .iab12 {
        width: 70%;
    }

}

@media screen and (max-width:768px) {
    .iab1 .iab11 {
        min-height: 590px;
    }

    .iab1 .iab11:before {
        clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    }

    .iab11 .iab11_txt {
        right: 13rem;
        width: 35%;
    }

    .iab1 .iab12 {
        width: 80%;
    }
}

@media screen and (max-width:700px) {
    .iab11 .iab11_txt {
        right: 12rem;
    }

    .iab1 .iab12 {
        width: 88%;
    }
}

@media screen and (max-width:600px) {
    .iab1 .iab11 {
        min-height: 530px;
    }

    .iab1 .iab11:before {
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    }

    .iab11 .iab11_txt {
        right: 0;
    }

    .iab1 .iab12 {
        width: 100%;
        padding: 6rem 2rem 5rem 2rem;
    }
}

@media screen and (max-width:550px) {
    .iab12 .iab12_title h3 {
        font-size: 70px;
    }
}

@media screen and (max-width:520px) {
    .iab1 .iab11 {
        min-height: 480px;
    }

    .iab12 .iab12_txt2 ul li:not(:nth-child(3)) {
        padding-bottom: 2rem;
    }

    .iab12 .iab12_txt2 ul li img {
        display: block;
    }

    .iab12 .iab12_more {
        width: 40%;
    }
}

@media screen and (max-width:490px) {
    .iab12 .iab12_title h3 {
        font-size: 60px;
    }
}

@media screen and (max-width:450px) {
    .iab1 .iab11 {
        min-height: 400px;
    }

    .iab11 .iab11_txt {
        width: 45%;
    }

    .iab12 .iab12_title {
        width: 86%;
    }

    .iab12 .iab12_more {
        width: 50%;
    }
}

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

    .iab12 .iab12_title h3 {
        font-size: 60px;
    }

    .iab12 .iab12_title .ch {
        position: relative;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width:393px) {
    .iab1 .iab11 {
        min-height: 360px;
    }

    .iab12 .iab12_title {
        width: 100%;
    }
}

@media screen and (max-width:380px) {
    .iab12 .iab12_title h3 {
        font-size: 55px;
    }
}

@media screen and (max-width:370px) {
    .iab12 .iab12_title h3 {
        font-size: 50px;
    }
}

@media screen and (max-width:350px) {
    .iab1 .iab11 {
        min-height: 320px;
    }

    .iab11 .iab11_txt {
        width: 55%;
        bottom: 1rem;
    }

    .iab12 .iab12_title .ch {
        bottom: 8px;
    }

    .iab12 .iab12_more {
        width: 60%;
    }

}

@media screen and (max-width:310px) {
    .iab1 .iab11 {
        min-height: 280px;
    }

    .iab1 .iab12 {
        padding: 6rem 1rem 5rem 1rem;
    }

    .iab12 .iab12_title .ch {
        bottom: -2px;
        min-height: 60px;
        background-size: contain;
    }

    .iab12 .iab12_title .ch p {
        font-size: 22px;
        padding: 1rem 0 0 0;
    }

    .iab12 .iab12_more {
        width: 70%;
    }
}

/***iabout1 end****/
/***********************/
/***iabout2 start***/
.iabout2 {
    background: url(../../images/iab2_bg02.png) top left no-repeat, url(../../images/iab2_bg01.jpg) top left repeat;
    width: 100%;
    padding-bottom: 19rem;
}

.iabout2 .iab2 {}

/*iab21*/
.iab2 .iab21 {
    position: relative;
    top: -16rem;
    display: flex;
    align-items: flex-start;
}

.iab21 .iab21_lt {
    position: relative;
    width: 64%;
    padding: 8rem 0 5.7rem 40.6rem;
    z-index: 0;
    top: 8rem;
}

.iab21 .iab21_lt:before {
    content: '';
    background: url(../../images/iab21_bg.jpg) top left;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}

.iab21 .iab21_lt:after {
    content: '';
    background: url(../../images/iab21_deco01.png) top right;
    width: 134px;
    max-width: 100%;
    min-height: 120px;
    position: absolute;
    bottom: 0;
    right: -2.7rem;
    z-index: -2;
}

.iab21_lt .iab21_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.iab21_lt .iab21_title .ch {
    background: url(../../images/iab21_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
}

.iab21_lt .iab21_title .ch p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.iab21_lt .iab21_txt1 {
    margin-top: 3rem;
    color: #dbd4c6;
}

.iab21_lt .iab21_txt1 h4 {
    font-size: 26px;
    font-weight: bold;
}

.iab21_lt .iab21_txt1 img {}

.iab21_lt .iab21_txt1 h5 {
    font-size: 26px;
}

.iab21_lt .iab21_txt2 {
    margin-top: 3rem;
}

.iab21_lt .iab21_txt2 p {
    color: #fff;
}

.iab21_lt .iab21_more {
    width: 20%;
    text-align: center;
    margin-top: 3rem;
}

.iab21_lt .iab21_more a {
    display: block;
    border: 1px #000 solid;
    border-radius: 50px;
    padding: .5rem 0;
    transition: .5s all;
}

.iab21_lt .iab21_more a p {
    font-size: 20px;
    font-family: 'Crimson Text';
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0;
    padding-right: .5rem;
}

.iab21_lt .iab21_more a span {
    vertical-align: inherit;
}

.iab21_lt .iab21_more a:hover {
    background: #384047;
    border: 1px #384047 solid;
}

.iab21_lt .iab21_more a:hover p {
    color: #fff;
}

.iab21_lt .iab21_more a:hover span {
    filter: brightness(10);
}

.iab21 .iab21_rt {
    position: relative;
    width: 865px;
    max-width: 100%;
    height: 381px;
    margin-left: -18rem;
}

.iab21 .iab21_rt:before {
    content: '';
    background: url(../../images/iab21_img.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 14% 100%, 0 50%);
}

/*iab22*/
.iab2 .iab22 {
    width: 1543px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.iab22 .iab22_lt {
    width: 894px;
    max-width: 100%;
    min-height: 381px;
    position: relative;
}

.iab22 .iab22_lt:before {
    content: '';
    background: url(../../images/iab22_img.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(86% 0, 100% 50%, 86% 100%, 0 100%, 0 0);
}

.iab22 .iab22_lt:after {
    content: '';
    background: url(../../images/iab22_deco01.png) top left no-repeat;
    background-size: contain;
    width: 876px;
    max-width: 100%;
    min-height: 351px;
    position: absolute;
    top: 16px;
    left: 0;
}

.iab22 .iab22_rt {
    width: 38%;
}

.iab22_rt .iab22_title {
    position: relative;
}

.iab22_rt .iab22_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.iab22_rt .iab22_title .ch {
    background: url(../../images/iab21_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    position: absolute;
    bottom: 14px;
    right: 0;
}

.iab22_rt .iab22_title .ch p {
    font-size: 24px;
    color: #384047;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.iab22_rt .iab22_txt {
    font-size: 26px;
    margin-top: 3rem;
}

.iab22_rt .iab22_txt p {
    font-weight: bold;
    display: inline-block;
}

.iab22_rt .iab22_txt span {
    display: inline-block;
}

.iab22_rt .iab22_more {
    width: 27%;
    text-align: center;
    margin-top: 3rem;
}

.iab22_rt .iab22_more a {
    display: block;
    border: 1px #000 solid;
    border-radius: 50px;
    padding: .5rem 0;
    transition: .5s all;
}

.iab22_rt .iab22_more a p {
    font-size: 20px;
    font-family: 'Crimson Text';
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0;
    padding-right: .5rem;
}

.iab22_rt .iab22_more a span {
    vertical-align: inherit;
}

.iab22_rt .iab22_more a:hover {
    background: #384047;
    border: 1px #384047 solid;
}

.iab22_rt .iab22_more a:hover p {
    color: #fff;
}

.iab22_rt .iab22_more a:hover span {
    filter: brightness(10);
}

/*iab23*/
.iab2 .iab23 {
    display: flex;
    margin-bottom: -49rem;
}

.iab23 .iab23_lt {
    width: 64%;
    min-height: 584px;
    position: relative;
    z-index: 0;
    padding: 15.2rem 21rem 11rem 40rem;
    margin-top: 8.3rem;
}

.iab23 .iab23_lt:before {
    content: '';
    background: url(../../images/iab23_bg.jpg) top left;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
}

.iab23_lt .iab23_title {
    position: relative;
}

.iab23_lt .iab23_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.iab23_lt .iab23_title .ch {
    background: url(../../images/iab21_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    position: absolute;
    bottom: 14px;
    right: 0;
}

.iab23_lt .iab23_title .ch p {
    font-size: 24px;
    color: #384047;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.iab23_lt .iab23_txt {
    font-size: 26px;
    margin-top: 3rem;
}

.iab23_lt .iab23_txt p {
    display: inline-block;
}

.iab23_lt .iab23_txt span {
    display: inline-block;
    font-weight: bold;
}

.iab23_lt .iab23_more {
    width: 27%;
    text-align: center;
    margin-top: 3rem;
}

.iab23_lt .iab23_more a {
    display: block;
    border: 1px #000 solid;
    border-radius: 50px;
    padding: .5rem 0;
    transition: .5s all;
}

.iab23_lt .iab23_more a p {
    font-size: 20px;
    font-family: 'Crimson Text';
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0;
    padding-right: .5rem;
}

.iab23_lt .iab23_more a span {
    vertical-align: inherit;
}

.iab23_lt .iab23_more a:hover {
    background: #384047;
    border: 1px #384047 solid;
}

.iab23_lt .iab23_more a:hover p {
    color: #fff;
}

.iab23_lt .iab23_more a:hover span {
    filter: brightness(10);
}

.iab23 .iab23_rt {
    position: relative;
    width: 865px;
    max-width: 100%;
    height: 381px;
    margin-left: -18rem;
    z-index: 0;
}

.iab23 .iab23_rt:before {
    content: '';
    background: url(../../images/iab23_img.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 14% 100%, 0 50%);
    z-index: 1;
}

.iab23 .iab23_rt:after {
    content: '';
    background: url(../../images/iab23_deco01.png) top left no-repeat;
    background-size: contain;
    width: 187px;
    max-width: 100%;
    min-height: 149px;
    position: absolute;
    top: 4rem;
    left: -9rem;
    z-index: -1;
}



@media screen and (max-width:1800px) {
    .iab23 .iab23_lt {
        padding: 15.2rem 21rem 11rem 30rem;
    }
}

@media screen and (max-width:1700px) {
    .iab21 .iab21_lt {
        padding: 8rem 0 5.7rem 19.6rem;
    }

    .iab23 .iab23_lt {
        padding: 15.2rem 21rem 11rem 23rem;
    }
}

@media screen and (max-width:1600px) {
    .iab23 .iab23_lt {
        padding: 15.2rem 21rem 11rem 16rem;
    }
}

@media screen and (max-width:1500px) {
    .iab21 .iab21_lt {
        padding: 8rem 0 5.7rem 14rem;
    }

    .iab23 .iab23_lt {
        padding: 15.2rem 21rem 11rem 8rem;
    }
}

@media screen and (max-width:1450px) {
    .iab22 .iab22_lt {
        width: 50%;
        min-height: 326px;
    }

    .iab22 .iab22_lt:after {
        left: -36px;
    }

    .iab22 .iab22_rt {
        width: 40%;
    }

    .iab22_rt .iab22_title .ch {
        right: 2rem;
    }

    .iab2 .iab23 {
        margin-top: 5rem;
        margin-bottom: -53rem;
    }

}

@media screen and (max-width:1400px) {
    .iab23 .iab23_lt {
        padding: 15.2rem 19rem 11rem 3rem;
    }

    .iab23 .iab23_rt {
        height: 340px;
    }
}

@media screen and (max-width:1366px) {
    .iab21_lt .iab21_more {
        width: 30%;
    }
}

@media screen and (max-width:1340px) {
    .iab22 .iab22_rt {
        width: 46%;
    }
}

@media screen and (max-width:1300px) {
    .iab21 .iab21_lt {
        padding: 8rem 0 5.7rem 6rem;
    }

    .iab23 .iab23_lt {
        width: 80%;
    }

    .iab23 .iab23_rt {
        height: 290px;
    }
}

@media screen and (max-width:1200px) {
    .iab21 .iab21_lt {
        width: 80%;
    }

    .iab22 .iab22_lt:after {
        display: none;
    }

    .iab23 .iab23_lt {
        width: 90%;
    }

    .iab23 .iab23_rt {
        height: 270px;
    }
}

@media screen and (max-width:1170px) {
    .iab22 .iab22_rt {
        width: 49%;
    }
}

@media screen and (max-width:1130px) {
    .iabout2 {
        padding-bottom: 0;
    }

    .iab2 .iab21 {
        top: 0;
        padding-top: 0;
        flex-wrap: wrap;
    }

    .iab21 .iab21_lt {
        width: 100%;
        top: 0;
        padding: 8rem 0 5.7rem 18rem;
    }

    .iab21 .iab21_lt:after {
        right: 0;
    }

    .iab21 .iab21_rt {
        width: 100%;
        height: 490px;
        margin-left: 0;
        margin: 0;
    }

    .iab2 .iab22 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .iab22 .iab22_lt {
        width: 100%;
        min-height: 482px;
    }

    .iab22 .iab22_rt {
        width: 71%;
        order: -1;
        margin: 4rem 0;
    }

    .iab22_rt .iab22_title .ch {
        right: 22rem;
    }

    .iab22_rt .iab22_more {
        width: 30%;
    }

    .iab2 .iab23 {
        margin-top: 0;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .iab23 .iab23_lt {
        width: 100%;
        padding: 8rem 0 5.7rem 18rem;
        margin-top: 6rem;
    }

    .iab23_lt .iab23_title {
        width: 64%;
    }

    .iab23_lt .iab23_more {
        width: 30%;
    }

    .iab23 .iab23_rt {
        height: 495px;
        width: 100%;
        margin: 0;
    }

    .iab23 .iab23_rt:after {
        left: 0;
    }

}

@media screen and (max-width:991px) {
    .iab22 .iab22_lt {
        min-height: 420px;
    }

    .iab22_rt .iab22_title .ch {
        right: 14rem;
    }

    .iab23_lt .iab23_title {
        width: 74%;
    }
}

@media screen and (max-width:890px) {
    .iab21 .iab21_lt {
        padding: 8rem 0 5.7rem 13rem;
    }

    .iab22 .iab22_lt {
        min-height: 380px;
    }

    .iab22 .iab22_rt {
        width: 73%;
    }

    .iab22_rt .iab22_title .ch {
        right: 6rem;
    }

    .iab23 .iab23_lt {
        padding: 8rem 0 2rem 13rem;
        min-height: 500px;
    }

    .iab23_lt .iab23_title {
        width: 80%;
    }

    .iab23 .iab23_rt {
        height: 395px;
    }

    .iab23 .iab23_rt:after {
        top: 1rem;
    }
}

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

@media screen and (max-width:768px) {
    .iab21 .iab21_lt {
        padding: 8rem 0 5.7rem 7rem;
    }

    .iab22 .iab22_lt {
        min-height: 322px;
    }

    .iab21 .iab21_rt {
        height: 340px;
    }

    .iab22 .iab22_rt {
        width: 83%;
    }

    .iab23 .iab23_lt {
        padding: 8rem 0 5.7rem 7rem;
    }

    .iab23 .iab23_rt {
        height: 340px;
    }

    .iab23 .iab23_rt:after {
        left: -3rem;
    }
}

@media screen and (max-width:650px) {
    .iab21 .iab21_lt {
        padding: 8rem 0 5.7rem 3rem;
    }

    .iab22 .iab22_rt {
        width: 88%;
    }

    .iab22_rt .iab22_title .ch {
        right: 0;
    }

    .iab23 .iab23_lt {
        padding: 8rem 0 5.7rem 3rem;
    }
}

@media screen and (max-width:600px) {
    .iab21 .iab21_lt {
        padding: 8rem 0 5.7rem 1rem;
    }

    .iab21 .iab21_lt:after {
        display: none;
    }

    .iab21 .iab21_rt {
        height: 260px;
    }

    .iab21 .iab21_rt:before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    }

    .iab22 .iab22_lt {
        min-height: 255px;
    }

    .iab22 .iab22_lt:before {
        content: '';
        background: url(../../images/iab22_img.jpg) top left no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    }

    .iab22 .iab22_rt {
        width: 100%;
        padding: 0 1rem;
    }

    .iab22_rt .iab22_title .ch {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .iab23 .iab23_lt {
        padding: 6rem 0 3rem 2rem;
    }

    .iab23 .iab23_lt:before {
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    }

    .iab23_lt .iab23_title .ch {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .iab23 .iab23_rt {
        height: 260px;
    }

    .iab23 .iab23_rt:after {
        display: none;
    }

    .iab23 .iab23_rt:before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
}

@media screen and (max-width:550px) {
    .iab21_lt .iab21_title h3 {
        font-size: 70px;
    }

    .iab22_rt .iab22_title h3 {
        font-size: 70px;
    }

    .iab22_rt .iab22_title .ch {
        bottom: 0;
        right: 45px;
    }

    .iab23_lt .iab23_title {
        width: 100%;
    }

    .iab23_lt .iab23_title h3 {
        font-size: 70px;
    }
}

@media screen and (max-width:490px) {
    .iab21_lt .iab21_title h3 {
        font-size: 60px;
    }

    .iab21 .iab21_lt:before {
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    }

    .iab21_lt .iab21_more {
        width: 50%;
    }

    .iab21 .iab21_rt {
        height: 220px;
    }

    .iab22_rt .iab22_title h3 {
        font-size: 60px;
    }

    .iab22_rt .iab22_title .ch {
        bottom: -10px;
    }

    .iab22_rt .iab22_more {
        width: 50%;
    }

    .iab23 .iab23_lt {
        min-height: 465px;
    }

    .iab23_lt .iab23_title h3 {
        font-size: 60px;
    }

    .iab23_lt .iab23_more {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .iab22_rt .iab22_title .ch {
        right: 3px;
    }
}

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

    .iab22 .iab22_lt {
        min-height: 183px;
    }
}

@media screen and (max-width:414px) {
    .iab21_lt .iab21_title h3 {
        font-size: 60px;
    }

    .iab22 .iab22_lt {
        min-height: 172px;
    }

    .iab22_rt .iab22_title h3 {
        font-size: 60px;
    }

    .iab22_rt .iab22_title .ch {
        position: relative;
    }

    .iab23 .iab23_rt {
        height: 180px;
    }

    .iab23 .iab23_rt:after {
        left: -7rem;
    }
}

@media screen and (max-width:393px) {
    .iabout2 {
        padding-bottom: 5rem;
    }

    .iab21 .iab21_rt {
        height: 170px;
    }

    .iab23 .iab23_lt {
        min-height: auto;
        padding: 4rem 1rem;
    }

    .iab23 .iab23_rt {
        height: 170px;
    }

}

@media screen and (max-width:380px) {
    .iab21_lt .iab21_title h3 {
        font-size: 55px;
    }

    .iab22_rt .iab22_title h3 {
        font-size: 55px;
    }

    .iab23_lt .iab23_title h3 {
        font-size: 55px;
    }
}

@media screen and (max-width:370px) {
    .iab21 .iab21_lt {
        padding: 5rem 0 4rem 2rem;
    }

    .iab21_lt .iab21_title h3 {
        font-size: 50px;
    }

    .iab22_rt .iab22_title h3 {
        font-size: 50px;
    }

    .iab23_lt .iab23_title h3 {
        font-size: 50px;
    }
}

@media screen and (max-width:360px) {
    .iab21 .iab21_lt {
        padding: 5rem 2rem 4rem 2rem;
    }

    .iab21 .iab21_rt {
        height: 160px;
    }

    .iab23 .iab23_rt {
        height: 160px;
    }
}

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

    .iab21_lt .iab21_txt1 h4 {
        font-size: 22px;
    }

    .iab21_lt .iab21_txt1 h5 {
        font-size: 22px;
    }

    .iab21_lt .iab21_more {
        width: 60%;
    }

}

@media screen and (max-width:330px) {
    .iab22 .iab22_lt {
        min-height: 136px;
    }

    .iab21 .iab21_rt {
        height: 147px;
    }

    .iab22 .iab22_rt {
        padding: 0 1rem;
    }

    .iab23 .iab23_lt {
        padding: 4rem 1rem 4rem 1rem;
    }
}

@media screen and (max-width:310px) {
    .iab21 .iab21_lt {
        padding: 5rem 1rem 4rem 1rem;
    }

    .iab22_rt .iab22_title h3 {
        font-size: 45px;
    }

    .iab23_lt .iab23_title h3 {
        font-size: 45px;
    }
}

@media screen and (max-width:300px) {
    .iab21_lt .iab21_txt1 h4 {
        font-size: 20px;
    }

    .iab21_lt .iab21_txt1 h5 {
        font-size: 20px;
    }

    .iab21 .iab21_rt {
        height: 132px;
    }

    .iab23 .iab23_rt {
        height: 132px;
    }
}

/***iabout2 end****/
/***********************/
/***about1 start***/

.about1 {}

.about1 .abt1 {
    width: 1543px;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.abt1 .abt1_lt {
    width: 942px;
    max-width: 100%;
    position: relative;
}

.abt1 .abt1_lt:before {
    content: '';
    background: url(../../images/abt1_img.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
}

.abt1_lt .abt1_txt {
    position: absolute;
    bottom: 17.7rem;
    right: 16rem;
    width: 41%;
}

.abt1_lt .abt1_txt p {
    font-size: 14px;
    color: #fff;
    font-family: 'Crimson Text';
    letter-spacing: .5px;
    padding-left: .7rem;
}

.abt1_lt .abt1_txt hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.abt1 .abt1_rt {
    width: 37%;
    padding: 20rem 0 26rem;
}

.abt1_rt .abt1_title {
    width: 60%;
    position: relative;
}

.abt1_rt .abt1_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.abt1_rt .abt1_title .ch {
    background: url(../../images/iab21_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    position: absolute;
    bottom: 19px;
    right: 0;
}

.abt1_rt .abt1_title .ch p {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.abt1_rt .abt1_txt1 {
    margin: 3rem 0 4rem 0;
}

.abt1_rt .abt1_txt1 h4 {
    font-size: 26px;
    font-weight: bold;
}

.abt1_rt .abt1_txt1 img {}

.abt1_rt .abt1_txt1 h5 {
    font-size: 26px;
}

.abt1_rt .abt1_txt2 {}

.abt1_rt .abt1_txt2 p {
    font-size: 18px;
}

@media screen and (max-width:1500px) {
    .abt1 .abt1_lt {
        width: 60%;
    }
}

@media screen and (max-width:1366px) {
    .abt1_lt .abt1_txt {
        right: 14.5rem;
    }
}

@media screen and (max-width:1250px) {
    .abt1_rt .abt1_title {
        width: 75%;
    }
}

@media screen and (max-width:1100px) {
    .abt1_lt .abt1_txt {
        right: 11.9rem;
    }

    .abt1_rt .abt1_title {
        width: 85%;
    }
}

@media screen and (max-width:991px) {
    .about1 .abt1 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .abt1 .abt1_lt {
        width: 100%;
        min-height: 680px;
    }

    .abt1 .abt1_lt:before {
        clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
        background-position: bottom left;
    }

    .abt1_lt .abt1_txt {
        right: 17.5rem;
        bottom: 2.7rem;
        width: 37%;
    }

    .abt1 .abt1_rt {
        order: -1;
        width: 70%;
        margin: 0 auto;
        padding: 13rem 0 5rem;
    }

    .abt1_rt .abt1_title {
        width: 50%;
    }

}

@media screen and (max-width:800px) {
    .abt1 .abt1_lt {
        min-height: 480px;
    }

    .abt1_lt .abt1_txt {
        right: 13rem;
        width: 37%;
    }

    .abt1_rt .abt1_title {
        width: 70%;
    }

}

@media screen and (max-width:650px) {
    .abt1 .abt1_lt {
        min-height: 440px;
    }

    .abt1_lt .abt1_txt {
        right: 10.9rem;
    }

    .abt1 .abt1_rt {
        width: 85%;
    }
}

@media screen and (max-width:500px) {
    .abt1 .abt1_lt {
        min-height: 340px;
    }

    .abt1_lt .abt1_txt {
        right: 0;
        width: 45%;
    }

    .abt1 .abt1_lt:before {
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    }

    .abt1 .abt1_rt {
        width: 95%;
    }
}

@media screen and (max-width:450px) {
    .abt1_lt .abt1_txt {
        width: 60%;
    }

    .abt1 .abt1_rt {
        padding: 12rem 0 3rem;
    }

    .abt1_rt .abt1_title {
        width: 90%;
    }
}

@media screen and (max-width:393px) {
    .abt1_rt .abt1_title {
        width: 95%;
    }

}

@media screen and (max-width:360px) {
    .abt1_lt .abt1_txt {
        width: 65%;
    }

    .abt1_rt .abt1_title {
        width: 100%;
    }
}

@media screen and (max-width:330px) {
    .abt1_rt .abt1_title h3 {
        font-size: 80px;
    }

    .abt1_rt .abt1_title .ch {
        bottom: 10px;
    }
}

/***about1 end****/
/***********************/
/***about2 start***/
.about2 {
    position: relative;
    width: 100%;
    margin-top: -17rem;
    z-index: 0;
}

.about2:before {
    content: '';
    background: url(../../images/abt2_bg.jpg) top left;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 24%, 14% 24%);
    z-index: -1;
}

.about2 .abt2 {
    width: 1166px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.4rem 0 4rem;
    display: flex;
    justify-content: space-between;
}

.abt2 .abt2_set {
    width: 30%;
}

.abt2_set .abt2_title {
    background: #dbd4c6;
    padding: 2.8rem 0 2.2rem;
    position: relative;
    text-align: center;
    margin-bottom: 3.4rem;
}

.abt2_set .abt2_title:before {
    content: '';
    background: url(../../images/abt2_deco01.png) top left no-repeat;
    width: 24px;
    max-width: 100%;
    min-height: 32px;
    position: absolute;
    top: -1.5rem;
    left: 0;
    right: 0;
    margin: auto;
}

.abt2_set .abt2_title h3 {
    font-size: 26px;
    color: #384047;
    font-weight: bold;
}

.abt2_set .abt2_txt {
    margin-bottom: 5rem;
}

.abt2_set .abt2_txt p {
    font-size: 18px;
    color: #fff;
    text-align: justify;
}

.abt2_set .abt2_img {
    text-align: center;
}

.abt2_set .abt2_img img {}

.abt2_set .abt2_firm {
    padding-top: 6rem;
}

.abt2_set .abt2_firm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abt2_set .abt2_firm ul li {
    width: 30%;
    min-height: 104px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.abt2_set .abt2_firm img {
    padding-bottom: .5rem;
}

.abt2_set .abt2_firm p {
    font-weight: 500;
}

@media screen and (max-width:1700px) {
    .about2 .abt2 {
        margin: 0 20rem 0 auto;
    }
}

@media screen and (max-width:1600px) {
    .about2 .abt2 {
        margin: 0 9rem 0 auto;
    }
}

@media screen and (max-width:1500px) {
    .about2 .abt2 {
        margin: 0 2rem 0 auto;
    }
}

@media screen and (max-width:1400px) {
    .about2:before {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 15%, 6% 15%);
    }
}

@media screen and (max-width:1250px) {
    .about2:before {
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 5%, 2% 5%);
    }

    .about2 .abt2 {
        margin: 0;
        width: 100%;
        padding: 5.4rem 2rem 4rem;
    }
}

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

@media screen and (max-width:991px) {
    .about2 {
        margin-top: 5rem;
    }

}

@media screen and (max-width:768px) {
    .about2 .abt2 {
        flex-wrap: wrap;
    }

    .abt2 .abt2_set {
        width: 48%;
        margin-bottom: 4rem;
    }

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

@media screen and (max-width:500px) {
    .abt2 .abt2_set {
        width: 100%;
        margin-bottom: 6rem;
    }
}

@media screen and (max-width:414px) {
    .abt2_set .abt2_firm {
        padding-top: 0;
    }
}

@media screen and (max-width:350px) {
    .abt2_set .abt2_firm ul li {
        width: 48%;
    }
}

/***about2 end****/
/***********************/
/***about3 start***/
.about3 {
    background: rgba(255, 255, 255, .5);
    width: 100%;
    padding: 6.5rem 0 3.6rem;
}

.about3 .abt31 {
    width: 1543px;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.about3 .abt31:before {
    content: '';
    background: url(../../images/abt3_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 1054px;
    max-width: 100%;
    min-height: 207px;
    position: absolute;
    bottom: -18rem;
    right: 0;
}

.abt31 .abt31_lt {
    width: 30.6%;
}

.abt31_lt .abt31_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.abt31_lt .abt31_title .ch {
    background: url(../../images/iab21_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
}

.abt31_lt .abt31_title .ch p {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.abt31_lt .abt31_txt1 {
    margin: 4.3rem 0;
}

.abt31_lt .abt31_txt1 p {
    font-size: 18px;
    font-weight: bold;
}

.abt31_lt .abt31_txt2 {}

.abt31_lt .abt31_txt2 p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
}

.abt31 .abt31_rt {
    width: 56%;
    min-height: 381px;
    position: relative;
}

.abt31 .abt31_rt:before {
    content: '';
    background: url(../../images/abt3_img.jpg) top right no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 14% 100%, 0 50%);
}


/*abt32*/
.about3 .abt32 {
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 8.8rem auto 0;
}

.abt32 .abt32_inner {}

/*medal */

.abt32_inner .medal {
    position: relative;
}

.medal .med_title {
    text-align: center;
    margin: 0 auto;
}

.container {
    width: 1450px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 3em 0;
}

.slick-slide {
    margin: 0px 6px;
}

.slick-slide img {
    -webkit-filter: drop-shadow(1px 1px 4px rgba(20, 32, 44, 0.25));
    filter: drop-shadow(1px 1px 4px rgba(20, 32, 44, 0.25));
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider h3 {
    margin-top: 1.5rem;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width:1540px) {
    .about3 .abt31 {
        padding: 0 0 0 2rem;
    }
}

@media screen and (max-width:1360px) {
    .about3 .abt31:before {
        min-height: 167px;
        bottom: -12rem;
    }
}

@media screen and (max-width:1200px) {
    .about3 .abt31:before {
        min-height: 140px;
        bottom: -9rem;
    }

    .abt31 .abt31_lt {
        width: 37%;
    }
}

@media screen and (max-width:1100px) {
    .about3 .abt31:before {
        min-height: 126px;
    }

    .abt31 .abt31_lt {
        width: 42%;
    }

    .about3 .abt32 {
        margin: 4.8rem auto 0;
    }
}

@media screen and (max-width:991px) {
    .about3 .abt31 {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .about3 .abt31:before {
        min-height: 200px;
        bottom: -8rem;
    }

    .abt31 .abt31_lt {
        width: 70%;
        margin: 0 auto 6rem;
    }

    .abt31 .abt31_rt {
        width: 100%;
        min-height: 440px;
    }

    .about3 .abt32 {
        margin: 6rem auto 0;
    }
}

@media screen and (max-width:768px) {
    .abt31 .abt31_rt {
        min-height: 340px;
    }
}

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

    .abt31 .abt31_rt {
        min-height: 280px;
    }
}

@media screen and (max-width:520px) {
    .abt31 .abt31_rt {
        min-height: 230px;
    }
}

@media screen and (max-width:500px) {
    .abt31 .abt31_lt {
        width: 95%;
        margin: 0 auto 4rem;
    }
}

@media screen and (max-width:450px) {
    .about3 {
        padding: 6rem 0 0;
    }

    .abt31 .abt31_rt {
        min-height: 200px;
    }

    .abt31 .abt31_rt:before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }

    .about3 .abt32 {
        margin: 4rem auto 0;
    }

    .slick-initialized .slick-slide {
        text-align: center;
    }

    .slick-slide {
        margin: 0;
    }
}

@media screen and (max-width:414px) {
    .abt31_lt .abt31_title h3 {
        font-size: 80px;
    }

    .abt31_lt .abt31_txt1 {
        margin: 3rem 0 2rem;
    }

    .abt31_lt .abt31_txt1 p {
        font-size: 16px;
    }

    .abt31_lt .abt31_txt2 p {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .abt31_lt .abt31_title h3 {
        font-size: 75px;
    }
}

@media screen and (max-width:340px) {
    .abt31_lt .abt31_title h3 {
        font-size: 65px;
    }
}

@media screen and (max-width:300px) {
    .abt31_lt .abt31_title h3 {
        font-size: 60px;
    }
}

/***about3 end****/
/***********************/
/***about4 start***/
.about4 {
    background: url(../../images/abt4_mask.png) top center no-repeat, url(../../images/abt4_bg.jpg) top left;
    background-size: auto;
    width: 100%;
    min-height: 817px;
}

.about4 .abt4 {
    width: 1660px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.abt4 .abt4_lt {
    width: 954px;
    max-width: 100%;
    min-height: 817px;
    position: relative;
}

.abt4 .abt4_lt:before {
    content: '';
    background: url(../../images/abt4_img.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%);
}

.abt4 .abt4_rt {
    width: 39%;
    padding: 7.8rem 6rem 0 0;
}

.abt4_rt .abt4_title {
    position: relative;
    margin-bottom: 4.5rem;
}

.abt4_rt .abt4_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.abt4_rt .abt4_title .ch {
    background: url(../../images/iab21_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    position: absolute;
    bottom: 14px;
    right: 0;
}

.abt4_rt .abt4_title .ch p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.abt4_rt .abt4_txt {
    display: flex;
    justify-content: space-between;
}

.abt4_txt .txt_lt {
    background: url(../../images/abt4_deco01.png) top left no-repeat;
    background-size: contain;
    width: 186px;
    max-width: 100%;
    min-height: 54px;
    padding: 1.7rem 5rem 1.7rem 2.8rem;
    text-align: center;
}

.abt4_txt .txt_lt h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}

.abt4_txt .txt_rt {
    width: 62%;
}

.abt4_txt .txt_rt p {
    font-size: 18px;
    text-align: justify;
}

.abt4_rt .abt4_line {
    padding: 5rem 0;
    background: url(../../images/abt4_line.png) center repeat-x;
    background-size: contain;
    width: 100%;
    min-height: 4px;
}

@media screen and (max-width:1560px) {
    .abt4 .abt4_lt {
        width: 55%;
    }

    .abt4 .abt4_rt {
        padding: 7.8rem 2rem 0 0;
    }
}

@media screen and (max-width:1380px) {
    .abt4 .abt4_lt {
        width: 50%;
    }

    .abt4 .abt4_rt {
        width: 45%;
    }
}

@media screen and (max-width:1190px) {
    .abt4 .abt4_rt {
        width: 50%;
    }
}

@media screen and (max-width:1060px) {
    .abt4 .abt4_rt {
        width: 55%;
    }
}

@media screen and (max-width:991px) {
    .about4 .abt4 {
        flex-wrap: wrap;
    }

    .abt4 .abt4_lt {
        width: 100%;
    }

    .abt4 .abt4_rt {
        order: -1;
        width: 70%;
        margin: 0 auto 6rem;
    }

    .abt4_rt .abt4_title {
        width: 90%;
    }
}

@media screen and (max-width:800px) {
    .abt4 .abt4_lt {
        min-height: 680px;
    }

    .abt4_rt .abt4_title {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .abt4 .abt4_lt {
        min-height: 600px;
    }

    .abt4_txt .txt_lt {
        padding: 1.7rem 3rem 1.7rem 1.8rem;
    }

    .abt4 .abt4_rt {
        padding: 7.8rem 0 0 0;
    }

    .abt4_rt .abt4_title .ch {
        position: relative;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width:650px) {
    .abt4 .abt4_lt {
        min-height: 500px;
    }

    .abt4 .abt4_rt {
        width: 85%;
    }
}

@media screen and (max-width:570px) {
    .abt4 .abt4_lt {
        min-height: 470px;
    }

    .abt4_rt .abt4_title h3 {
        font-size: 80px;
    }
}

@media screen and (max-width:500px) {
    .abt4 .abt4_lt {
        min-height: 420px;
    }

    .abt4 .abt4_rt {
        width: 95%;
    }

    .abt4_rt .abt4_title h3 {
        font-size: 70px;
    }
}

@media screen and (max-width:450px) {
    .abt4 .abt4_lt {
        min-height: 350px;
    }

    .abt4 .abt4_lt:before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    }

    .abt4_rt .abt4_title h3 {
        font-size: 60px;
    }
}

@media screen and (max-width:414px) {
    .abt4_rt .abt4_txt {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .abt4_txt .txt_lt {
        margin-bottom: 2rem;
    }

    .abt4_txt .txt_rt {
        width: 100%;
    }

    .abt4_rt .abt4_line {
        padding: 3rem 0;
    }
}

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

@media screen and (max-width:370px) {
    .abt4_rt .abt4_title h3 {
        font-size: 55px;
    }
}

@media screen and (max-width:340px) {
    .abt4 .abt4_lt {
        min-height: 220px;
    }

    .abt4_rt .abt4_title h3 {
        font-size: 50px;
    }
}

@media screen and (max-width:310px) {
    .abt4_rt .abt4_title h3 {
        font-size: 45px;
    }
}

/***about4 end****/
/***********************/
/***about5 start***/
.about5 {}

.about5 .abt5 {
    margin-top: -15rem;
}

/*abt51*/
.abt5 .abt51 {
    width: 1425px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 8rem 60rem 8rem 22.4rem;
    position: relative;
    z-index: 0;
}

.abt5 .abt51:before {
    content: '';
    background: url(../../images/abt51_bg.jpg) top left repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 50%);
    z-index: -1;
}

.abt51 .abt51_title {
    position: relative;
}

.abt51 .abt51_title h3 {
    font-size: 90px;
    font-family: 'Crimson Text';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}

.abt51 .abt51_title .ch {
    background: url(../../images/iab21_title_bg.png) top left no-repeat;
    background-size: cover;
    width: 181px;
    max-width: 100%;
    min-height: 67px;
    position: absolute;
    bottom: 14px;
    right: 0;
}

.abt51 .abt51_title .ch p {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 1.5rem 0 0 1rem;
}

.abt51 .abt51_txt1 {
    margin: 3.5rem 0;
}

.abt51 .abt51_txt1 p {
    font-size: 18px;
    font-weight: bold;
}

.abt51 .abt51_txt2 {
    padding-right: 13rem;
}

.abt51 .abt51_txt2 p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
}

/*abt52*/
.abt5 .abt52 {
    width: 1729px;
    max-width: 100%;
    margin: -6rem 0 0 auto;
    position: relative;
    padding: 15rem 26rem 0 7rem;
    display: flex;
}

.abt5 .abt52:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 31%);
    z-index: -1;
}

.abt52 .abt52_lt {
    position: relative;
    z-index: 0;
    width: 36%;
    padding: 0 6.5rem 1.6rem;
}

.abt52_lt .abt52_txt {
    margin-bottom: 4rem;
}

.abt52_txt .abt52_title {
    margin-bottom: 1.5rem;
}

.abt52_txt .abt52_title h4 {
    font-size: 26px;
    font-weight: bold;
    background: url(../../images/abt52_deco.png) top left;
    width: 180px;
    max-width: 100%;
    min-height: 50px;
    padding: 1rem 2rem;
    display: inline-block;
}

.abt52_txt .abt52_title img {
    display: inline-block;
}

.abt52_lt .abt52_txt p {
    font-size: 18px;
    color: #fff;
}

.abt52 .abt52_rt {
    position: relative;
    z-index: 0;
    margin-top: -34rem;
}

@media screen and (max-width:1690px) {
    .abt5 .abt52 {
        padding: 15rem 10rem 0 7rem;
    }
}

@media screen and (max-width:1530px) {
    .abt52 .abt52_lt {
        padding: 0 2rem 1.6rem;
    }
}

@media screen and (max-width:1370px) {
    .abt5 .abt51 {
        padding: 8rem 54rem 8rem 22.4rem;
    }

    .abt5 .abt52 {
        padding: 12rem 2rem 0 2rem;
    }

    .abt52 .abt52_rt {
        margin-top: -29rem;
    }
}

@media screen and (max-width:1300px) {
    .abt5 .abt51 {
        padding: 8rem 44rem 8rem 22.4rem;
    }
}

@media screen and (max-width:1240px) {
    .abt5 .abt51 {
        padding: 8rem 43rem 8rem 18.4rem;
    }

    .abt52 .abt52_lt {
        width: 45%;
    }
}

@media screen and (max-width:1150px) {
    .abt5 .abt51 {
        padding: 8rem 34rem 8rem 18.4rem;
    }

    .abt52 .abt52_lt {
        width: 55%;
    }

    .abt52 .abt52_rt {
        margin-top: -19rem;
    }
}

@media screen and (max-width:1070px) {
    .abt5 .abt51 {
        padding: 8rem 27rem 8rem 18.4rem;
    }

    .abt52 .abt52_lt {
        width: 65%;
    }
}

@media screen and (max-width:991px) {
    .about5 .abt5 {
        margin-top: 0;
    }

    .abt5 .abt51 {
        padding: 8rem 20rem 8rem 15.4rem;
    }

    .abt5 .abt52 {
        padding: 12rem 2rem 5rem 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt5 .abt52:before {
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
    }

    .abt52 .abt52_lt {
        width: 73%;
        padding: 0 0 3rem;
    }

    .abt52 .abt52_rt {
        margin-top: 0;
    }
}

@media screen and (max-width:890px) {
    .abt5 .abt51 {
        padding: 8rem 12rem 8rem 13rem;
    }
}

@media screen and (max-width:790px) {
    .abt5 .abt51 {
        padding: 8rem 7rem 8rem 12rem;
    }

    .abt5 .abt51:before {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
    }

    .abt52 .abt52_lt {
        width: 76%;
    }
}

@media screen and (max-width:768px) {
    .abt51 .abt51_title .ch {
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width:650px) {
    .abt5 .abt51 {
        padding: 5rem 2rem 5rem 5rem;
    }

    .abt5 .abt51:before {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
    }

    .abt5 .abt52 {
        padding: 6rem 2rem 5rem 2rem;
        margin: 0;
    }

    .abt5 .abt52:before {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%, 0 0%);
    }

    .abt52 .abt52_lt {
        width: 90%;
    }
}

@media screen and (max-width:580px) {
    .abt51 .abt51_title h3 {
        font-size: 80px;
    }

    .abt51 .abt51_txt2 {
        padding-right: 6rem;
    }
}

@media screen and (max-width:520px) {
    .abt5 .abt51 {
        padding: 5rem 2rem 5rem 4rem;
    }

    .abt51 .abt51_title h3 {
        font-size: 70px;
    }
}

@media screen and (max-width:500px) {
    .abt5 .abt51 {
        padding: 5rem 2rem 5rem 2rem;
    }

    .abt52 .abt52_lt {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .abt51 .abt51_title h3 {
        font-size: 60px;
    }

    .abt51 .abt51_txt2 {
        padding-right: 0;
    }
}

@media screen and (max-width:414px) {
    .abt5 .abt51 {
        padding: 3rem 1rem 3rem 1rem;
    }
}

@media screen and (max-width:380px) {
    .abt51 .abt51_title h3 {
        font-size: 55px;
    }

    .abt52_txt .abt52_title h4 {
        font-size: 20px;
        width: 46%;
        padding: 1.5rem 1rem;
        text-align: center;
    }

    .abt52_txt .abt52_title img {
        width: 35%;
    }
}

@media screen and (max-width:340px) {
    .abt51 .abt51_title h3 {
        font-size: 50px;
    }

    .abt52_txt .abt52_title h4 {
        font-size: 16px;
        width: 45%;
    }
}

@media screen and (max-width:310px) {
    .abt51 .abt51_title h3 {
        font-size: 45px;
    }
}

/***about5 end****/
/***********************/