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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html{
font-size: 10px;
line-height: 1.8;
}
body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 1.6rem;
    color: #000;
    font-family: 'Noto Serif TC', serif, 'Lato', 'Tac One', sans-serif;
    ;
    background: #fff;
    overflow-x: hidden;
}
:root {
 clientHeight: 0px; 
}
header {
 height: var(--clientHeight); 
}
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

td {
    vertical-align: top;
}

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

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

.clear {
    clear: both;
}

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

::selection {
    background: #e1e1e1;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(0, 0, 0, .5);
}
/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*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;
}

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


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

.dex .carousel{
    position: relative;
}
.dex .carousel:before{
    content: '';
    background: url(../../images/dex_mask.png) top center no-repeat;
    background-size: cover;    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/***logo***/
.logo {
    position: absolute;
    bottom: 15rem;
    left: 29.5rem;
    z-index: 2;
}
.logo h2{
   color: #099a3d;
   margin-top: .7rem;
   font-size: 16px;
}

/*scroller*/
.scroller{
    position: absolute;
    bottom: 20rem;
    left: 54rem;
    z-index: 2;
    transform: rotate(90deg);
}
.scroller p{
    font-size: 16px;
    color: #464646;
    display: inline-block;
}
.scroller .scroller_img{
    display: inline-block;
    animation: scroller .8s infinite alternate;
    transform: translateX(0px);
}

@keyframes scroller{
    to{
      transform: translateX(10px);
    }
}

/*dex_txt*/
.dex .dex_txt{
    position: absolute;
    bottom: 11rem;
    right: 19rem;
    z-index: 2;
    line-height: 1.3;    
}
.dex .dex_txt p{
    -webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr;
font-size: 30px;
color: #ffffff;
display: inline-block;
vertical-align: top;
border-left: 1px #fff solid;
font-weight: bold;
}
.dex .dex_leaf{}
.dex .dex_leaf img:nth-child(1){
    position: absolute;
    bottom: 16rem;
    right: 10rem;
    z-index: 1;
    transform: rotate(0deg);
    animation: leaf 1s infinite alternate;    
}
@keyframes leaf{
    to{
      transform: rotate(10deg);
      transform-origin: center;
    }
}
.dex .dex_leaf img:nth-child(2){
    position: absolute;
    bottom: 11rem;
    right: 43rem;
    z-index: 1;
    transform: rotate(0deg);
    animation: leaf 1s infinite alternate;
    animation-delay: 1s;
}
.dex .dex_leaf img:nth-child(3){
    position: absolute;
    bottom: 3rem;
    right: 51rem;
    z-index: 1;
}


.item {
    position: relative;
}
h1.menu_logo {
    padding: 2rem 0 4rem;
    cursor: pointer;
}

@media screen and (max-width:1750px){
    .logo {
    bottom: 8rem;
    left: 19rem;
}
.scroller {
    left: 45rem;
}
}
@media screen and (max-width:1500px){
    .logo {
    bottom: 5rem;
    left: 14rem;
}
.scroller {
    left: 39rem;
    bottom: 16rem;
}
}
@media screen and (max-width:1300px){
    .logo {
    bottom: 3rem;
    left: 9rem;
}
.scroller {
    left: 34rem;
    bottom: 12rem;
}
}
@media screen and (max-width:1150px){
    .logo {
    bottom: 3rem;
    left: 10rem;
    width: 17%;
}
.logo h2 {
    font-size: 12px;
}
.scroller {
    left: 29rem;
    bottom: 12rem;
}
}
@media screen and (max-width:991px){
    .logo {
    bottom: 0;
    left: 0;
    width: 90%;
    position: relative;
    text-align: center;
    margin: 4rem auto;
}
.logo h2 {
    font-size: 16px;
}
.scroller {
    left: 12rem;
    bottom: 12rem;
    transform: rotate(0deg);
}
.dex .dex_txt {
    bottom: 8rem;
    right: 13rem;
}
.dex .dex_leaf img:nth-child(1) {
    bottom: 5rem;
    right: 5rem;
    transform: rotate(0deg);
    width: 10%;
}
.dex .dex_leaf img:nth-child(2) {
    bottom: 7rem;
    right: 37rem;
}
.dex .dex_leaf img:nth-child(3) {
    bottom: 1rem;
    right: 28rem;
    width: 8%;
}
.dex .carousel:before {
    top: -1px;
}

}
@media screen and (max-width:834px){
   .scroller {
    left: 10rem;
    bottom: 8rem;
}
   .dex .dex_txt {
    bottom: 6rem;
}
    .dex .dex_txt p {
    font-size: 25px;
}
}
@media screen and (max-width:768px){
    .dex .dex_txt{
        width: 28%;
    }
    .dex .dex_txt p {
    font-size: 20px;
}
}
@media screen and (max-width:650px){
    .scroller {
    left: 7rem;
    bottom: 5rem;
}
.dex .dex_leaf img:nth-child(1) {
    width: 7%;
}
.dex .dex_leaf img:nth-child(2) {
    bottom: 5rem;
    right: 30rem;
    width: 6%;
}
.dex .dex_leaf img:nth-child(3) {
    right: 22rem;
}
}
@media screen and (max-width:576px){
  .logo {
    width: 100%;
}
.logo h2 {
    font-size: 20px;
}
.scroller {
    left: 5rem;
}
    .dex .dex_txt {
    bottom: 4rem;
    right: 8rem;
}
.dex .dex_txt p {
    font-size: 18px;
}
.dex .dex_leaf img:nth-child(1) {
    bottom: 4rem;
    right: 3rem;
}
.dex .dex_leaf img:nth-child(2) {
    right: 23rem;
}
.dex .dex_leaf img:nth-child(3) {
    right: 17rem;
    width: 7%;
}
}
@media screen and (max-width:450px){
    .logo {
    margin: 3rem auto 2rem;
}
.scroller {
    left: 2rem;
    bottom: 4rem;
}
.dex .dex_txt {
    bottom: 3rem;
    right: 6rem;
}
.dex .dex_txt p {
    font-size: 15px;
}
.dex .carousel:before {
    top: 0px;
    background-size: contain;
}
}
@media screen and (max-width:414px){
  .logo img{
    width: 50%;
  }
  .logo h2 {
    font-size: 17px;
}
    .dex .dex_txt p {
    font-size: 13px;
/*    text-shadow: 0px 0px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}
}
@media screen and (max-width:390px){
    .scroller .scroller_img {
    width: 30%;
}
.dex .dex_txt {
    bottom: 2rem;
}
.dex .dex_leaf img:nth-child(1) {
    bottom: 3rem;
    right: 2rem;
}
.dex .dex_leaf img:nth-child(2) {
    right: 18rem;
    bottom: 3rem;
}
.dex .dex_leaf img:nth-child(3) {
    right: 11rem;
    bottom: 1.5rem;
}
}
@media screen and (max-width:384px){
    .dex .carousel:before {
    top: -1px;
    background-size: 100% 100%;
}
}
@media screen and (max-width:360px){
.scroller {
    bottom: 3rem;
}
.dex .dex_txt {
    right: 5rem;
}
    .dex .dex_leaf img:nth-child(3) {
    right: 12rem;
    bottom: 0.5rem;
}
}
@media screen and (max-width:320px){
    .scroller {
    left: 1rem;
    bottom: 2rem;
}
.dex .dex_leaf img:nth-child(2) {
    right: 17rem;
    bottom: 2rem;
}
}

/***mobile ibutton***/
.mibutton {
    z-index: 65;
    cursor: pointer;
    width: 45px;
    height: 50px;
    color: #000;
    position: fixed;
    top: 2rem;
    right: 80px;
    text-align: center;
    border-radius: 0px 50px 50px 0;
    transition: .3s ease-in-out;   
    opacity: 0; 
}

.mibutton:after {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: ellipse(50% 50% at 0% 50%);
    -webkit-clip-path: ellipse(50% 50% at 0% 50%);
    z-index: -1;
    transition: .3s ease-in-out;
}

.mibutton span {
    display: inline-block;
    width: 38px;
    height: 3px;
    transition: .3s ease-in-out;
    position: absolute;
    top: 3rem;
    right: .2rem;
    background: #2aa745;
    mix-blend-mode: difference;
}

.mibutton b {
    font-size: 20px;
    font-family: 'Tac One';
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.mibutton span:nth-child(2) {
    top: 3.5rem;
    background: #2aa745;
}

.mibutton span:nth-child(3) {
    top: 4rem;
}

.mibutton_ani {
    background: none;
    opacity: 1;
}

.mibutton_ani:after {
    opacity: 0;
}

.mibutton_ani b {
   
}
.mibutton_ani span{
    right: 1rem;
}
.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    top: 2.8rem;

}

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

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    top: 5.6rem;

}

/*navbar*/
.navbar {
    border-radius: 50px;
    min-height: auto;
    margin: 0;
    border: 0;
    width: 347px;
    max-width: 100%;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 60;
    height: 72vh;
    text-align: center;
    transform: translateX(100%);
    transition: .6s linear; 
}

.navbar .nav_top{
    vertical-align: bottom;
}
.navbar .nav_top img{
    vertical-align: bottom;
}
.navbar .nav_inner{
background: url(../../images/menu_bg_02.png) top left ;
background-size: contain;
width: 100%;
height: 100%;
-webkit-filter: drop-shadow(1px 10px 9px rgba(201, 195, 189, 0.25));
filter: drop-shadow(1px 10px 9px rgba(201, 195, 189, 0.25));
border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.show {
    transform: translateX(0);
    right: 63px;
}


/*ibutton*/
.ibutton {
    padding: 0;
    height: 50vh;
    display: block;
    overflow-y: scroll;

}

.ibutton ul {}

.ibutton li {}

.ibutton a {
    padding: 1rem 0;
    text-align: left;
    position: relative;
    width: 70%;
    display: block;
    margin: 0 0 0 auto;
}

.ibutton p.ch {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

.ibutton p.en {
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    color: #464646;

}
.menu_img {
    display: inline-block;
    padding-right: 3.75rem;
    position: relative;
     width: 30px;
    height: 24px;
}
.ibutton a .menu_img:before{
    content: '';
    background: url(../../images/menu_icon01.png)top left no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}
.ibutton a:hover .menu_img:before{
    background: url(../../images/menu_icon02.png)top left no-repeat;
}
.ibutton .dropmenu .menu_img{
    width: 16px;
    height: 16px;
    padding-right: 2.5rem;
}
.ibutton .dropmenu a .menu_img:before{
    content: '';
    background: url(../../images/menu_icon03.png)top left no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}
.ibutton .dropmenu a:hover .menu_img:before{
    background: url(../../images/menu_icon04.png)top left no-repeat;
}
.menu_txt {
    display: inline-block;
        text-align: left;
}
/*hover*/
.ibutton a:hover:after {
    width: 50%;
}

.ibutton a:hover img.flo {
    opacity: 1;
    transform: translateY(0);
}

ul.dropmenu {
    display: none;
}

ul.dropmenu a {
    padding: 1rem 0rem 1rem 3rem;
    width: 65%;
    display: block;
    margin: 0 0 0 auto;
    text-align: left;
}

.dropmenu a:before {
    background: none;
}

.ilogo {
    position: fixed;
    top: 2rem;
    left: 0;
    z-index: 100;
    opacity: 0;
    /* mix-blend-mode: difference;*/
}
.ilogo .ilogo_img{
    display: inline-block;
}
.ilogo.navtop2 .ilogo_img{
animation-name: ilogoimg;
 animation-duration: 1s;
 animation-delay: 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes ilogoimg {
    to{
        opacity: 1;
    }
}
.ilogo .ilogo_deco{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4rem;
}
.ilogo.navtop2 .ilogo_deco{
    animation-name: fadeleft;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform: translateX(-121px);
}
@keyframes fadeleft {
    to{
        transform: translateX(0px);
    }
}
.navtop,
.ontop {
    opacity: 1;
}

.navtop2,
.ontop2 {
    opacity: 1;
}

.navtop3,
.ontop3 {
    opacity: 1;
}

.ilogo.ontop2 .ilogo_img{
    animation: none;
    opacity: 1;
}
.ilogo.ontop2 .ilogo_deco{
    animation: none;
    transform: translateX(0px);
    opacity: 1;
}
@media screen and (max-width:576px){
.mibutton {
    right: 30px;
}

    .ilogo .ilogo_deco {
    width: 23%;
    margin-right: 1rem;
}
.show {
    right: 0px;
}
}
@media screen and (max-width:450px){
   .mibutton {
    top: 2rem;
    right: 10px;
}
    .navbar {
    top: 75px;
    height: 80vh;
}
.ibutton {
    height: 50vh;
}
}
@media screen and (max-width:414px){
    .ilogo .ilogo_deco {
    width: 15%;
        margin-right: 1rem;
}
.ilogo .ilogo_img {
    width: 50%;
}
}
@media screen and (max-width:390px){
    
.ibutton {
    height: 55vh;
}
    h1.menu_logo {
    padding: 0rem 0 2rem;
}
}
@media screen and (max-width:384px){
    .navbar .nav_top {
    position: relative;
    top: 1px;
}
}
@media screen and (max-width:330px){
    .ibutton a {
    width: 80%;
}
ul.dropmenu a {
    width: 75%;
}
}


/*---main----------------------------------------------------------------------------------------------------------------------------*/

/*---iabout--------------------------------------------------------------*/

/*iabout1*/
.iabout1{    
    position: relative;
    margin-top: 4.2rem;
}
.iabout1:before{
    content: '';
    background: url(../../images/iab1_deco01.png) top left no-repeat;
    background-size: contain;
    width: 308px;
    max-width: 100%;
    min-height: 286px;
    position: absolute;
    top: 0rem;
    left: 8rem;
    z-index: 0;
}
.iabout1:after{
    content: '';
background: url(../../images/iab1_bg01.jpg) bottom right fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1302px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*iab11*/
.iabout1 .iab11{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;        
    justify-content: center;
    padding: 0 0 10.8rem 27rem;
}
.iab11 .iab11_lt{
    width: 40%;
    padding-left: 2.3rem;
    margin-right: -11rem;
    position: relative;
    z-index: 1;
}
.iab11_lt .iab11_titen{
    padding-bottom: 5rem;
}
.iab11_lt .iab11_titen h3{
    font-size: 150px;
    font-family: 'Tac One';
    line-height: .6;
    position: relative;
    z-index: 7;

}
.iab11_lt .iab11_titen h3:before{
    content: 'Mao You';
    white-space:pre;
    font-size: 150px;
    font-family: 'Tac One';
    color: #fff;
    position: absolute;
    top: 1px;
    left: -4px;
    z-index: -1;
}
.iab11_lt .iab11_titen h3:after{
    content: 'Mao You';
    white-space:pre;
    font-size: 150px;
    font-family: 'Tac One';
    position: absolute;
        top: 0px;
    left: -5px;
    z-index: -3;
}
.iab11_lt .iab11_titch{
    background: url(../../images/ititle_deco01.png) top left no-repeat;
    background-size: contain;
    width: 261px;
    max-width: 100%;
    min-height: 51px;
    padding-left: 9rem;
    margin-bottom: 3.5rem;
}
.iab11_lt .iab11_titch h2{
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 5px;
}
.iab11_lt .iab11_txt{
    padding-bottom: 7rem;
}
.iab11_lt .iab11_txt p{
        font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
.iab11_lt .iab11_txt img{
    vertical-align: middle;
}
.iab11_lt .iab11_bot{

}
.iab11_bot .iab11_deco{
    display: inline-block;
    padding-right: 1.7rem;
}
.iab11_bot a .iab11_more{
    background: url(../../images/imore_bg.png) top left no-repeat;
    background-size: contain;
    width: 177px;
    max-width: 100%;
    min-height: 54px;
    display: inline-block;    
    vertical-align: bottom;
    padding-left: 3rem;
    transition: .5s all;
}
.iab11_bot a:hover .iab11_more{
    transform: translateX(5px);
}
.iab11_bot a .iab11_more p{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 2;
}
.iab11 .iab11_rt{
    width: 48%;
}

/*iab12*/
.iab12{
    width: 1626px;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
    padding-right: 29.5rem;
    align-items: center;
    justify-content: flex-end;
}

.iab12:before{
    content: '';
    background: url(../../images/iab12_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 473px;
    max-width: 100%;
    min-height: 541px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.iab12 .iab12_lt{
    width: 40%;
}
.iab12 .iab12_rt{
    width: 40%;
    padding-left: 3.6rem;
}
.iab12_rt .iab12_titen{
    padding-bottom: 5.8rem;
}
.iab12_rt .iab12_titen h3{
    font-size: 150px;
    font-family: 'Tac One';
    line-height: .6;
    position: relative;
    z-index: 7;
}
/*.iab12_rt .iab12_titen h3:before{
    content: 'Hot Cases';
    white-space:pre;
    font-size: 150px;
    font-family: 'Tac One';
    color: #fff;
    position: absolute;
    top: 1px;
    left: -4px;
    z-index: -1;
}*/
/*.iab12_rt .iab12_titen h3:after{
    content: 'Hot Cases';
    white-space:pre;
    font-size: 150px;
    font-family: 'Tac One';
    position: absolute;
        top: 0px;
    left: -5px;
    z-index: -3;
}*/
.iab12_rt .iab12_titch{
    background: url(../../images/ititle_deco01.png) top left no-repeat;
    background-size: contain;
    width: 261px;
    max-width: 100%;
    min-height: 51px;
    padding-left: 9rem;
    margin-bottom: 3.5rem;
}
.iab12_rt .iab12_titch h2{
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 5px;
}
.iab12_rt .iab12_txt{
padding-bottom: 7.5rem;
}
.iab12_rt .iab12_txt p{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
.iab12_rt .iab12_txt p img{
    vertical-align: middle;
    padding-left: 1.4rem;
}
.iab12_rt .iab12_bot{}
.iab12_bot a .iab12_more{
    background: url(../../images/imore_bg.png) top left no-repeat;
    background-size: contain;
    width: 177px;
    max-width: 100%;
    min-height: 54px;
    display: inline-block;    
    vertical-align: bottom;
    padding-left: 3rem;
    transition: .5s all;
}
.iab12_bot a:hover .iab12_more{
    transform: translateX(5px);
}
.iab12_bot a .iab12_more p{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 2;
}

/*iab13*/

#about13{
    transform: translateY(-50px);
}
.iab13{
    width: 1062px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15.8rem 0 9rem;
}
.iab13 .iab13_top{}
.iab13_top .iab13_titen{
    padding-bottom: 5.4rem;
}
.iab13_top .iab13_titen h3{
    font-size: 150px;
    font-family: 'Tac One';
    line-height: .6;
    position: relative;
    z-index: 7;
}
/*.iab13_top .iab13_titen h3:before{
    content: 'Construction';
    white-space:pre;
    font-size: 150px;
    font-family: 'Tac One';
    color: #fff;
    position: absolute;
    top: 1px;
    left: -4px;
    z-index: -1;
}*/
/*.iab13_top .iab13_titen h3:after{
    content: 'Construction';
    white-space:pre;
    font-size: 150px;
    font-family: 'Tac One';
    position: absolute;
        top: 0px;
    left: -5px;
    z-index: -3;
}*/
.iab13_top .iab13_titch{
    background: url(../../images/ititle_deco01.png) top left no-repeat;
    background-size: contain;
    width: 261px;
    max-width: 100%;
    min-height: 51px;
    padding-left: 9rem;
    margin: 0 0 3.5rem 1.8rem;

}
.iab13_top .iab13_titch h2{
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 5px;
}
.iab13 .iab13_bot{
    display: flex;
    padding-left: 1.8rem;
}
.iab13_bot .iab13_txt{
    padding-right: 16.5rem;
}
.iab13_bot .iab13_txt ul{}
.iab13_bot .iab13_txt ul li{
    font-size: 18px;
}
.iab13_bot .iab13_txt ul li img{
    padding-right: 1.6rem;
}
.iab13_bot a{}
.iab13_bot a .iab13_more{
    background: url(../../images/imore_bg.png) top left no-repeat;
    background-size: contain;
    width: 177px;
    max-width: 100%;
    min-height: 54px;
    display: inline-block;    
    vertical-align: bottom;
    padding-left: 3rem;
    transition: .5s all;
}
.iab13_bot a:hover .iab13_more{
    transform: translateX(5px);
}
.iab13_bot a .iab13_more p{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 2;
}

@media screen and (max-width:1700px){
    .iabout1:before {
    max-width: 13%;
    min-height: 220px;
    left: 4rem;
}
.iabout1 .iab11 {
    padding: 0 0 10.8rem 20rem;
}
}
@media screen and (max-width:1600px){
    .iabout1:before {
    max-width: 10%;
    min-height: 150px;
    left: 2rem;
}
.iabout1 .iab11 {
    padding: 0 0 10.8rem 17rem;
}
.iab12 {
    padding: 0 20rem 0 2rem;
}
}
@media screen and (max-width:1470px){
   .iabout1 .iab11 {
    padding: 0 2rem 6rem 17rem;
}
    .iab11_lt .iab11_titen h3 {
    font-size: 130px;
}
.iab11_lt .iab11_titen h3:before {
    font-size: 130px;
}
.iab11_lt .iab11_titen h3:after {
    font-size: 130px;
}
.iab12 {
    padding: 0 9rem 0 2rem;
}
.iab12:before {
    max-width: 20%;
    min-height: 340px;
}
.iab12_rt .iab12_titen h3 {
    font-size: 130px;
}
.iab12_rt .iab12_titen h3:before {
    font-size: 130px;
}
.iab12_rt .iab12_titen h3:after {
    font-size: 130px;
}
.iab13 {
    padding: 9rem 0 9rem;
}
.iab13_top .iab13_titen h3 {
    font-size: 130px;
}
.iab13_top .iab13_titen h3:before {
    font-size: 130px;
}
.iab13_top .iab13_titen h3:after {
    font-size: 130px;
}
}
@media screen and (max-width:1400px){
    .iabout1:before {
    max-width: 7%;
    min-height: 100px;
    left: 1rem;
}
.iabout1 .iab11 {
    padding: 0 2rem 10.8rem 10rem;
}
}
@media screen and (max-width:1360px){
.iabout1 .iab11 {
    padding: 0 2rem 10.8rem 7rem;
}
    .iab12 {
    padding: 0 2rem 0 2rem;
}
}
@media screen and (max-width:1300px){
    .iab11 .iab11_lt {
    width: 50%;
    margin-right: -16rem;
}
}
@media screen and (max-width:1200px){
    .iab11_lt .iab11_txt {
    padding-bottom: 3rem;
}
.iabout1:after {
    background-size: 100%;
    width: 60%;
}
}
@media screen and (max-width:1130px){
    .iab12 .iab12_rt {
    width: 50%;
}
}
@media screen and (max-width:1000px){
  .iabout1:after {
    background-size: cover;
    width: 100%;
    background-attachment: inherit;
    min-height: 680px;
}
    .iabout1 .iab11 {
    padding: 0 2rem 10rem 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.iab11 .iab11_lt {
    width: 60%;
    margin-right: 0;
    padding: 0 2rem;
}
.iab11 .iab11_rt {
    width: 95%;
    padding-top: 3rem;
}
.iab12 {
    flex-wrap: wrap;
    justify-content: center;
}
.iab12:before {
    min-height: 240px;
    top: 21rem;
    bottom: auto;
}
.iab12 .iab12_lt {
    width: 95%;
    padding-top: 3rem;
}
.iab12 .iab12_rt {
    width: 60%;
    order: -1;
    padding-left: 0;
}
.iab13 {
    width: 90%;
    padding: 7rem 2rem 6rem;
}
}
@media screen and (max-width:834px){
    .iab11 .iab11_lt {
    width: 80%;
}
.iab12:before {
    min-height: 190px;
    top: 24rem;
}
.iab12_rt .iab12_txt {
    padding-bottom: 5rem;
}
}
@media screen and (max-width:768px){
 
   .iabout1:after{
    display: none;
   }
   .iabout1 .iab11 {
    padding: 0 2rem 6rem 2rem;
}
    .iab11 .iab11_rt{
        display: none;
    }    
    .iab12:before {
    display: none;
}
.iab12 .iab12_lt{
    display: none;
}
.iab12 .iab12_rt{
    width: 80%;
    padding: 0 2rem;
}
.iab13{
    width: 80%;
    padding: 6rem 0 6rem;
}
.iab13_bot .iab13_txt {
    padding-right: 5.5rem;
}
}
@media screen and (max-width:650px){
    .iab11 .iab11_lt {
    width: 90%;
}
.iab11_lt .iab11_titen h3 {
    font-size: 100px;
}
.iab11_lt .iab11_titen h3:before {
    font-size: 100px;
}
.iab11_lt .iab11_titen h3:after {
    font-size: 100px;
}
.iab12_rt .iab12_titen h3 {
    font-size: 100px;
}
.iab12_rt .iab12_titen h3:before {
    font-size: 100px;
}
.iab12_rt .iab12_titen h3:after {
    font-size: 100px;
}
.iab13_top .iab13_titen h3 {
    font-size: 100px;
}
.iab13_top .iab13_titen h3:before {
    font-size: 100px;
}
.iab13_top .iab13_titen h3:after {
    font-size: 100px;
}
}
@media screen and (max-width:590px){
   .iab11_bot .iab11_deco{
    width: 100%;
    padding-bottom: 3rem;
   }
    .iab12 .iab12_rt {
    padding: 0;
}
.iab12_rt .iab12_txt {
    padding-bottom: 3rem;
}

.iab13 .iab13_bot{
    flex-wrap: wrap;
}
.iab13_bot .iab13_txt {
    padding-right: 0;
    width: 100%;
    padding-bottom: 3rem;
}
}
@media screen and (max-width:576px){
   .iabout1:before {
    min-height: 50px;
    top: -4rem;
}
    .iab11 .iab11_lt {
    width: 100%;
}
.iab12 .iab12_rt{
    width: 100%;
    padding: 0 2rem;
}
.iab13{
    width: 100%;
    padding: 6rem 2rem 4rem;
}
.iab13_bot .iab13_txt {
    padding-right: 6.5rem;
}
}
@media screen and (max-width:450px){
  .iabout1:after {
    background-size: contain;
    width: 140%;
    min-height: 430px;
}
    .iab11_lt .iab11_titen h3 {
    font-size: 80px;
}
.iab11_lt .iab11_titen h3:before {
    font-size: 80px;
}
.iab11_lt .iab11_titen h3:after {
    font-size: 80px;
}
.iab11 .iab11_rt {
    width: 100%;
}
.iab12:before {
    min-height: 110px;
    top: 27rem;
}
.iab12 .iab12_lt {
    width: 100%;
}
.iab12 .iab12_rt {
    width: 100%;
    padding: 0;
}
.iab12_rt .iab12_titen h3 {
    font-size: 80px;
}
.iab12_rt .iab12_titen h3:before {
    font-size: 80px;
}
.iab12_rt .iab12_titen h3:after {
    font-size: 80px;
}
.iab13_top .iab13_titch{
    margin: 0 0 3.5rem 0;
}
.iab13_top .iab13_titen h3 {
    font-size: 80px;
}
.iab13_top .iab13_titen h3:before {
    font-size: 80px;
}
.iab13_top .iab13_titen h3:after {
    font-size: 80px;
}
.iab13 .iab13_bot {
    padding: 0;
}
.iab13_bot .iab13_txt {
    padding: 0 0 2rem 0;
    width: 100%;
}
}
@media screen and (max-width:414px){
  .iabout1 .iab11 {
    padding: 0 2rem 4rem 2rem;
}
.iab11 .iab11_lt {
    padding: 0;
}
    .iab11_bot .iab11_deco {
    width: 100%;
    padding: 0 0 2rem 0;
}
.iab12:before {
    min-height: 100px;
    top: 27rem;
}
.iab12 .iab12_lt {
    padding-top: 5rem;
}
.iab12_rt .iab12_txt {
    padding-bottom: 3rem;
}
.iab13 {
    padding: 4rem 2rem 6rem;
}
}
@media screen and (max-width:390px){
    .iabout1:after {
    width: 150%;
    min-height: 390px;
}
}
@media screen and (max-width:370px){
   .iabout1:after {
    width: 170%;
}
      .iab11_lt .iab11_titen h3 {
    font-size: 60px;
}
.iab11_lt .iab11_titen h3:before {
    font-size: 60px;
}
.iab11_lt .iab11_titen h3:after {
    font-size: 60px;
}
.iab12:before {
    min-height: 90px;
    top: 25rem;
}
.iab12_rt .iab12_titen h3 {
    font-size: 60px;
}
.iab12_rt .iab12_titen h3:before {
    font-size: 60px;
}
.iab12_rt .iab12_titen h3:after {
    font-size: 60px;
}

.iab13_top .iab13_titen h3 {
    font-size: 60px;
}
.iab13_top .iab13_titen h3:before {
    font-size: 60px;
}
.iab13_top .iab13_titen h3:after {
    font-size: 60px;
}
}
@media screen and (max-width:310px){
.iabout1:after {
    width: 200%;
    min-height: 380px;
}
.iabout1 .iab11 {
    padding: 0 1rem 4rem 1rem;
}
    .iab12 {
    padding: 0 1rem 0 1rem;
}
.iab13 {
    padding: 4rem 1rem 6rem;
}
}


/*iabout2*/
.iabout2{
    background: url(../../images/iab2_bg.png) top center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    position: relative;
    margin-bottom: 5rem;
}
.iabout2 .iab2_img{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    top: -18.2rem;
    pointer-events: none;
}
.iabout2 .iab2_img img{
    width: 48%;
}
.iabout2 .iab2_deco{
    position: absolute;
    width: 698px;
    max-width: 25%;
    min-height: 310px;
    background: #fff;
    border-top-right-radius: 90px;
    bottom: -1px;
    left: 0;
}
.iabout2 .iab2_deco img{
    position: absolute;
    top: -14.9rem;
    right: 5rem;
}


@media screen and (max-width:1400px){
    .iabout2 .iab2_img {
    top: -6.2rem;
}
.iabout2 .iab2_deco img {
    top: -6.9rem;
}
}
@media screen and (max-width:991px){
.iabout2 {
    min-height: 940px;
}
    .iabout2 .iab2_img {
    top: -4.2rem;
    margin: 0 0 0 auto;
    padding: 0 2rem;
}
.iabout2 .iab2_deco {
    max-width: 30%;
    min-height: 210px;
}
.iabout2 .iab2_deco img {
    top: -9.9rem;
    right: 0rem;
}
}
@media screen and (max-width:834px){
    .iabout2 {
    min-height: 260px;
}
.iabout2 .iab2_deco {
    min-height: 100px;
}
.iabout2 .iab2_deco img {
    right: 2rem;
    width: 80%;
}
}
@media screen and (max-width:768px){
    .iabout2 {
    display: none;
}
.iabout2 .iab2_deco {
   
}
}
@media screen and (max-width:650px){
    .iabout2 {
    min-height: 200px;
}
.iabout2 .iab2_deco {
    min-height: 130px;
    max-width: 30%;
}
.iabout2 .iab2_deco img {
    right: 2rem;
    width: 80%;
    top: -3.9rem;
}
}
@media screen and (max-width:576px){
    .iabout2 .iab2_img {
    top: -3.2rem;
}
.iabout2 .iab2_deco img {
    top: -2.9rem;
}
}
@media screen and (max-width:450px){
   
    
.iabout2 .iab2_deco {
    min-height: 100px;
    border-top-right-radius: 50px;
}
}
@media screen and (max-width:414px){
    .iabout2 .iab2_deco {
    min-height: 160px;
}
}
@media screen and (max-width:393px){
    .iabout2 {
    min-height: 130px;
}
.iabout2 .iab2_deco {
    min-height: 80px;
}
.iabout2 .iab2_img {
    width: 75%;
}
.iabout2 .iab2_img img {
    width: 80%;
}
}
@media screen and (max-width:384px){}
@media screen and (max-width:360px){
}  
@media screen and (max-width:340px){
    
}
@media screen and (max-width:320px){
    
}
@media screen and (max-width:310px){
    
.iabout2 .iab2_img {
    padding: 0 1rem;
    width: 65%;
}
}


/*iabout3*/
.iabout3{
    width: 1600px;
    max-width: 100%;
    margin: -10.3rem auto 11.4rem;
    padding: 0 6rem 0 6.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.iabout3 .iab3_lt{}

.iabout3 .iab3_rt{
    padding-top: 12.4rem;
}
@media screen and (max-width:1400px){
    .iabout3 {
    margin: -3.3rem auto 11.4rem;
}
}
@media screen and (max-width:991px){
    .iabout3 {
    margin: -3.3rem auto 4.4rem;
    padding: 0 2rem 0 2rem;
}
.iabout3 .iab3_rt {
    padding-top: 7.4rem;
}
}
@media screen and (max-width:768px){
    .iabout3 {
    flex-wrap: wrap;
}
.iabout3 .iab3_rt {
    padding-top: 0rem;
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.iabout3 .iab3_rt img{
    width: 10%;
}
}
@media screen and (max-width:650px){
    
}
@media screen and (max-width:414px){
    .iabout3 {
    margin: -3.3rem auto 2.4rem;
}
}
@media screen and (max-width:390px){
    
}
@media screen and (max-width:310px){
    .iabout3 {
    padding: 0 1rem;
}
}



/***footer***/
footer {
    background:url(../../images/ft_bg.png) top left no-repeat;
    background-size: cover;
    width: 1790px;
    max-width: 100%;
    min-height: 692px;
    position: relative;
    z-index: 1;
    margin: 0 auto 4.7rem;
    padding: 7.6rem 0 0 0;

}

footer:before {
    content: '';
    background: url(../../images/ft_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 441px;
    max-width: 100%;
    min-height: 595px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-bottom-right-radius: 70px;
}

.footer_wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer_wrap .ft_lt{
    width: 30%;
}
.ft_lt .ft_logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 3.5rem;
    padding-bottom: 14rem;
}

/*ft_btn*/
.ft_btn {}

.ft_btn a {
    display: inline-block;
    width: 27%;
    padding: 0 .5em;
    transition: .3s ease-in-out;
}
.ft_btn a:hover {
    transform: translateY(-5px);
}


.footer_wrap .ft_rt{
    width: 59%;
}


.ft_rt .ft_con {
    display: flex;
    vertical-align: bottom;
    text-align: left;
    position: relative;
    margin: 6rem 0 9rem;
}

.ft_con .ft_name{
    margin-right: 5rem;
}
.ft_con .ft_name h1{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
}
.ft_con .ft_name h2{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 3px;
}
.ft_con .ft_name h4{
    font-size: 16px;
    font-family: 'Lato';
    margin-bottom: 3rem;
}



/*ft_info*/
.ft_info {
    width: 390px;
    max-width: 100%;
    text-align: left;
}

.ft_info li {
    line-height: 2.3;
}

.ft_info i {
    width: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.ft_info p {
    font-size: 16px;
    display: inline-block;
    padding-left: 1.8rem;
    line-height: 1;
    font-weight: bold;
}

/*site*/
.site {
    vertical-align: bottom;
    padding: 6rem 0 6rem 1rem;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    width: 555px;
    max-width: 100%;
}

.site ul {
   
}
.site ul:first-child {
   margin-bottom: 2rem;
}
.site ul li {
    text-align: center;
    display: inline-block;
    border-left: 1px #000 solid;
    width: 19%;

}

.site ul li:last-child {
    border-right: 1px #000 solid;

}

.site li a {
    position: relative;
    transition: .3s cubic-bezier(0.22, 1, 0.36, 1);
}

.site li a:after {
    content: '';
    background: #000;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -4rem;
    transition: .6s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.site p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}


/*ft_btm*/
.ft_btm {
    font-size: 13px;
    text-align: center;
    padding: 1rem 0 1rem 19.5rem;
    line-height: 1.5;
    margin-top: 5.5rem;
    display: flex;
    width: 74%;
    justify-content: space-between;
    align-items: center;

}

.ft_btm a {
    font-size: 12px;
    display: inline-block;
}

/*icon*/
.icon {
    font-size: 13px;
    font-family: 'Lato';

}
.icon a {
    vertical-align: middle;
    transition: .3s ease-in-out;
    padding: 3px;
}

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

/*copyright*/
.copyright {
    color: #000;
}

.copyright a {
    color: #000;
    transition: .3s ease-in-out;
}

.copyright a:hover {
    color: #27a539;
}
@media screen and (max-width:1740px){
    footer {
    border-bottom-right-radius: 70px;
    border-top-right-radius: 70px;
}
}
@media screen and (max-width:1600px){
    footer:before {
    max-width: 20%;
    min-height: 435px;
}
}
@media screen and (max-width:1500px){
    .footer_wrap .ft_lt {
    width: 40%;
        text-align: center;
}
.ft_lt .ft_logo {
    padding-left: 0;
}
.footer_wrap .ft_rt {
    padding-left: 4rem;
}
}
@media screen and (max-width:1430px){
    .footer_wrap .ft_rt {
    padding-left: 9rem;
}
}
@media screen and (max-width:1300px){
    footer{
       background: url(../../images/ftbg_mob.png) top left;
       border-radius: 70px; 
    }
    .footer_wrap .ft_rt {
    padding-left: 2rem;
}
.ft_btm {
    padding: 1rem 0 1rem 5rem;
    width: 85%;
}
}
@media screen and (max-width:1130px){
    .ft_con .ft_name {
    margin-right: 3rem;
}
}
@media screen and (max-width:1100px){
    .footer_wrap .ft_rt {
    width: 65%;
}
}
@media screen and (max-width:950px){
.footer_wrap .ft_rt {
    width: 90%;
}
    .ft_btm {
    padding: 1rem 0 1rem 3rem;
    width: 95%;
}
}
@media screen and (max-width:834px){
    .footer_wrap {
    flex-wrap: wrap;
    justify-content: center;    
}
.footer_wrap .ft_lt {
    width: 60%;
}
.ft_lt .ft_logo {
    padding-bottom: 4rem;
}
.footer_wrap .ft_rt {
    width: 100%;
    padding: 0 2rem;
}
.ft_rt .ft_con {
    justify-content: center;
    margin: 5rem 0 5rem;
}
.site {
    margin: 0 auto;
}
.ft_btm {
    width: 100%;
    flex-wrap: wrap;
        margin-top: 3.5rem;
            padding: 1rem 0 4rem 3rem;
}
.icon {
    width: 100%;
    text-align: center;
}
.copyright {
    width: 100%;
    text-align: center;
}
}
@media screen and (max-width:580px){
   footer {
    border-radius: 40px;
}
footer:before {
    border-bottom-right-radius: 40px;
}
    .footer_wrap .ft_lt {
    width: 80%;
}
.ft_rt .ft_con {
    flex-wrap: wrap;
}
.ft_con .ft_name {
    margin: 0 0 3rem 0;
}
.site {
    padding: 3rem 0 3rem 1rem;
}
.ft_btm {
    padding: 1rem 2rem 3rem 2rem;
}
}
@media screen and (max-width:450px){
    .site {
    padding: 2rem 1rem 2rem 1rem;
}
.site ul li {
    width: 18%;
}
    .site p {
    font-size: 15px;
}

}
@media screen and (max-width:414px){
 footer {
    padding: 4.6rem 0 0 0;
}
    .footer_wrap .ft_lt {
    width: 100%;
}
.site ul {
    text-align: center;
}
.site ul li {
    width: 13%;
}
.site li a:after{
    display: none;
}
}
@media screen and (max-width:390px){
    .site ul li {
    width: 14%;
}
}
@media screen and (max-width:360px){
    .footer_wrap .ft_rt {
    padding: 0 1rem;
}
.ft_rt .ft_con {
    margin: 3rem 0;
}
.site ul li {
    width: 15%;
}
.ft_btm {
    margin-top: 1.5rem;
}

}
@media screen and (max-width:340px){
    .ft_info p {
    font-size: 15px;
    padding-left: 0.5rem;
}
.site ul li {
    width: 16%;
}
}
@media screen and (max-width:310px){
    .ft_info i {
    width: 10px;
}
.ft_info p {
    font-size: 14px;
}
.site ul li {
    width: 18%;
}
}

/*---inbanner--------------------------------------------------------------*/
.inbanner{
    width: 1790px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 11.6rem 0 4.9rem 8rem;
    align-items: flex-end;
}
.inbanner .in_title {
    width: 45%;
    margin-right: -45rem;
}
.in_title .intitle_en{}
.in_title .intitle_en h3{
    font-size: 170px;
    font-family: 'Tac One';
    color: #fff;
    -webkit-text-stroke: 1.5px #000;
text-stroke: 1.5px #000;
-webkit-filter: drop-shadow(4px 0px 0px rgba(4, 0, 0, 1));
filter: drop-shadow(4px 0px 0px rgba(4, 0, 0, 1));
}
.in_title .intitle_ch{
    display: flex;
        position: relative;
    bottom: 0;
}
.in_title .intitle_ch img{
    position: relative;
    left: -1.5rem;
}
.in_title .intitle_ch h2{
    font-size: 32px;
    font-weight: bold;
    -webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr;
width: 22%;
        margin: 0 auto 0 0;
        letter-spacing: 4px;
    position: relative;
    padding: 13.2rem 0 0 4rem;
}
.in_title .intitle_ch h2:before{
    content: '';
    background: url(../../images/inleaf.png) bottom left no-repeat;
    background-size: contain;
    width: 76px;
    max-width: 100%;
    min-height: 54px;
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    z-index: 0;
        pointer-events: none;
}
.inbanner .in_img{
    position: relative;
    z-index: -1;
    background: url(../../images/inbanner.png) top left no-repeat;
    background-size: contain;
    width: 1380px;
    max-width: 100%;
    min-height: 542px;
}
.in_img .in_txt{
    position: relative;
    top: 5.3rem;
    right: 12.4rem;
    z-index: 1;
    text-align: right;
}
.in_img .in_txt:before{
    content: '';
    background: url(../../images/inleaf02.png) top left no-repeat;
    background-size: contain;
    width: 55px;
    max-width: 100%;
    min-height: 35px;
    position: absolute;
    bottom: 2rem;
    right: -6rem;
}
.inbanner .in_txt p{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    -webkit-writing-mode: vertical-lr;
writing-mode: vertical-lr;
display: inline-block;
vertical-align: top;
    line-height: 1.4;

}
.inbanner .in_txt p:not(:last-of-type){
    border-right: 1px #fff solid;
}
@media screen and (max-width:1730px){
    .inbanner {
    padding: 11.6rem 0 4.9rem 2rem;
}
}
@media screen and (max-width:1680px){
    .in_title .intitle_ch img {
    width: 60%;
}
    .in_title .intitle_ch h2 {
    padding: 14.2rem 0 0 0rem;
}
.in_title .intitle_ch h2:before {
    left: 1rem;
}
}
@media screen and (max-width:1600px){
    .inbanner .in_title {
    width: 40%;
    margin-right: -34rem;
}
.in_title .intitle_ch h2 {
    padding: 8.2rem 0 0 4rem;
}
.in_title .intitle_ch h2:before {
    left: 5rem;
}
    .inbanner .in_img {
    max-width: 80%;
}
}
@media screen and (max-width:1500px){
    .inbanner .in_title {
    margin-right: -35rem;
    width: 50%;
}
.in_title .intitle_ch h2 {
    padding: 7.2rem 0 0 2rem;
}
.in_title .intitle_ch h2:before {
    left: 4rem;
    bottom: 4rem;
}
}
@media screen and (max-width:1366px){
.in_title .intitle_ch h2 {
    padding: 4.2rem 0 0 2rem;
}
    .in_title .intitle_ch h2:before {
    bottom: 10rem;
}
}
@media screen and (max-width:1300px){
    .inbanner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 7.6rem 2rem 4.9rem;
}
.inbanner .in_title{
        width: 80%;
    margin: 0;
}
.in_title .intitle_ch h2:before {
    bottom: 4rem;
    left: 7rem;
}
.in_title .intitle_en {
    text-align: center;
}
.in_title .intitle_ch {
    width: 70%;
    margin: 0 auto;
    top: 0;
}
.in_title .intitle_ch img {
    width: 70%;
    left: 0;
}
.in_title .intitle_ch h2 {
    padding: 19.2rem 0 0 5rem;
    width: 17%;
}
.inbanner .in_img {
    max-width: 100%;
    margin-top: 3rem;
        min-height: 498px;
}
}
@media screen and (max-width:1200px){
    .in_title .intitle_ch h2 {
    padding: 16.2rem 0 0 3rem;
}
.inbanner .in_img {
    min-height: 460px;
}
}
@media screen and (max-width:1100px){
    .in_title .intitle_ch h2 {
    padding: 11.2rem 0 0 5rem;
}
.inbanner .in_img {
    min-height: 420px;
}
}
@media screen and (max-width:1024px){}
@media screen and (max-width:991px){
    .inbanner .in_title {
    width: 100%;
}
.in_title .intitle_ch h2:before {
    bottom: 8rem;
}
.inbanner .in_img {
    min-height: 372px;
}
}
@media screen and (max-width:834px){
    .inbanner {
    padding: 10rem 2rem 3.9rem;
}
    .in_title .intitle_ch {
    width: 90%;
}
.inbanner .in_img {
    min-height: 320px;
}
.in_img .in_txt {
    top: 3.3rem;
    right: 5.4rem;
}
.in_img .in_txt:before {
    bottom: 1rem;
    right: -2rem;
}
}
@media screen and (max-width:768px){
.in_title .intitle_ch h2 {
    padding: 13.2rem 0 0 7rem;
}
.in_title .intitle_const h3 {
    font-size: 140px;
}
.in_img .in_txt{
    width: 35%;
    margin: 0 0 0 auto;
}
.inbanner .in_txt p {
    font-size: 22px;
}
    .in_title .intitle_ch {
    width: 95%;
}
.inbanner .in_img {
    min-height: 290px;
}
.in_img .in_txt:before {
    bottom: 1rem;
    right: -2rem;
    background-size: 75%;
    min-height: 21px;
    width: 6%;
}
}
@media screen and (max-width:650px){
.inbanner .in_img {
    min-height: 240px;
}
    .in_title .intitle_ch h2:before {
    bottom: 3rem;
}
}
@media screen and (max-width:600px){
    .in_title .intitle_en h3 {
    font-size: 130px;
}
.in_title .intitle_const h3 {
    font-size: 120px;
}
    .in_title .intitle_ch h2 {
    padding: 3.2rem 0 0 4rem;
}
.inbanner .in_img {
    min-height: 220px;
}
.in_img .in_txt {
    top: 2rem;
    right: 3rem;
}
}
@media screen and (max-width:576px){
    .in_title .intitle_ch h2:before {
    left: 4rem;
}
.in_title .intitle_const h3 {
    font-size: 100px;
}
}
@media screen and (max-width:530px){
    .in_img .in_txt {
    width: 40%;
}
}
@media screen and (max-width:480px){
    .in_img .in_txt {
    width: 45%;
}
}
@media screen and (max-width:450px){
   .inbanner {
    padding: 10rem 0rem 3.9rem;
}
    .in_title .intitle_en h3 {
    font-size: 100px;
}
.in_title .intitle_const h3 {
    font-size: 80px;
}
.in_title .intitle_ch {
    width: 100%;
}
.in_title .intitle_ch h2:before {
    bottom: 6rem;
    max-width: 70%;
    min-height: 38px;
}
.inbanner .in_img {
    min-height: 170px;
}
.inbanner .in_txt p {
    font-size: 15px;
}

}
@media screen and (max-width:414px){
    .in_title .intitle_ch h2:before {
    bottom: 4rem;
}
.in_img .in_txt {
    right: 2rem;
}
}
@media screen and (max-width:390px){
   .in_title .intitle_const h3 {
    font-size: 70px;
}
    .in_title .intitle_ch h2 {
    padding: 2rem 0 0 2rem;
}
.in_title .intitle_ch h2:before {
    left: 3rem;
}
.inbanner .in_img {
    min-height: 160px;
    margin-top: 2rem;
}
}
@media screen and (max-width:360px){
    .inbanner {
    padding: 8rem 0 2rem;
}
    .in_title .intitle_en h3 {
    font-size: 80px;
}
.in_title .intitle_const h3 {
    font-size: 60px;
}
.in_title .intitle_ch h2 {
    font-size: 22px;
    padding: 2rem 0 0 3rem;
}
.in_title .intitle_ch h2:before {
    bottom: 3rem;
}
.inbanner .in_img {
    min-height: 150px;
}
}
@media screen and (max-width:340px){
.inbanner {
    padding: 8rem 0rem 2rem;
}
.in_title .intitle_ch h2:before {
    left: 3rem;
}
.inbanner .in_img {
    min-height: 135px;
}
.in_img .in_txt {
    top: 1rem;
    right: 2rem;
}
   .inbanner .in_txt p {
    font-size: 12px;
}

}
@media screen and (max-width:320px){
    .in_title .intitle_ch h2:before {
    bottom: 2rem;
}
}
@media screen and (max-width:310px){
    .in_title .intitle_en h3 {
    font-size: 70px;
}
.in_title .intitle_const h3 {
    font-size: 60px;
}
.inbanner .in_img {
    min-height: 123px;
}

}
/*---about--------------------------------------------------------------*/

/*about1*/
.about1{
    width: 1760px;
    max-width: 100%;
    position: relative;
}
.about1:before{
    content: '';
    background: url(../../images/ab1_deco01.png) bottom left no-repeat;
    background-size: contain;
    width: 1196px;
    max-width: 100%;
    min-height: 938px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*ab1*/
.ab1{
    width: 1600px;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    padding-bottom: 3rem;
}
/*ab11*/
.ab11{
    padding: 4.2rem 0 0 13.6rem;
    display: flex;
    margin-bottom: 6rem;
}
.ab11 .ab11_lt{
    width: 46%;
    padding-left: 6.2rem;
    margin-right: -13rem;
}
.ab11_lt h3{
    font-size: 58px;
    color: #000000;
    line-height: .6;
    padding-bottom: 5rem;
    text-align: left;
    font-weight: bold;
}
.ab11_lt .ab11lt_txt1{
   display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10.6rem;
}
.ab11_lt .ab11lt_txt1 h2{
    font-size: 66px;
    font-weight: bold;
    line-height: .7;
    font-family: 'Tac One';
    color: #dbdbdb;
    padding-right: 3rem;
    padding-left: 1rem;
}
.ab11_lt .ab11lt_txt1 h4{
    font-size: 180px;
    color: #2aa745;
    font-family: 'Tac One';
    line-height: .5;
    position: relative;
}
.ab11_lt .ab11lt_txt1 h4:before{
        content: '2012';
    white-space: pre;
    font-size: 180px;
    font-family: 'Tac One';
    color: #fff;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
}
.ab11_lt .ab11lt_txt1 h4:after{
    content: '2012';
    white-space: pre;
    font-size: 180px;
    font-family: 'Tac One';
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -3;
}
.ab11_lt .ab11lt_txt2{
    width: 360px;
    max-width: 100%;
    padding-right: 1.5rem;
}
.ab11_lt .ab11lt_txt2 h5{
    font-size: 16px;
    color: #2aa745;
    font-family:'Lato';
    font-style:italic;
    padding-bottom: 3.3rem;
}
.ab11_lt .ab11lt_txt2 p{
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 0px;

}
.ab11 .ab11_rt{
    width: 63%;
    padding-top: 1rem;
}

/*ab12*/
.ab12{
    width: 1466px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 auto;
    padding: 0 9.6rem 12.6rem 0;   
}
.ab12 .ab12_lt{
    width: 63%;
    padding: 0 4rem;
}
.ab12_lt .ab12_inner{
    background: #2aa745;
    padding: 4.2rem 7.3rem 1.3rem 3.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ab12_lt .ab12_inner h4{
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.ab12_lt .ab12_inner h4 img{
    display:block;
    padding-top: .8rem;
}
.ab12_lt .ab12_inner p{
    font-size: 24px;
    color: #fff;
}.ab12_lt .ab12_inner p img{
    padding-right: 1.7rem;
}
.ab12 .ab12_rt {
    width: 33%;
}
.ab12 .ab12_rt h3{
   font-size: 90px;
   color: #2aa745;
   font-family: 'Tac One';
   line-height: .7;
   opacity: .75;
}

/*ab13*/
.ab13{
    width: 1466px;
    max-width: 100%;
    padding: 0 8.6rem 0 5.7rem;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
}
.ab13 .ab13_lt{
    width: 44%;
}
.ab13 .ab13_lt h3{
    font-size: 150px;
    font-family: 'Tac One';
    line-height: 0.8;
    margin-bottom: 5.2rem;
}
.ab13_lt .ab13lt_title{
    background: url(../../images/ititle_deco01.png) top left no-repeat;
    background-size: contain;
    width: 261px;
    max-width: 100%;
    min-height: 51px;
    margin-bottom: 3rem;
    padding-left: 9.2rem;

}
.ab13 .ab13_lt h2{
    font-size: 32px;
    font-weight: bold;    
}
.ab13 .ab13_lt p{
        font-size: 18px;
    width: 76%;
    text-align: justify;
}


@media screen and (max-width:1570px){
    .ab11 {
    padding: 4.2rem 0 0 3.6rem;
}
}
@media screen and (max-width:1470px){
    .ab11 {
    padding: 0.2rem 0 0 1rem;
}
.ab11 .ab11_lt {
    padding-left: 3.2rem;
    margin-right: -12rem;
    width: 50%;
}
.ab11_lt .ab11lt_txt1 {
    padding-right: 8rem;
}
}
@media screen and (max-width:1410px){
    .ab11_lt .ab11lt_txt1 {
    padding-right: 2rem;
}
}
@media screen and (max-width:1366px){
   .about1:before {
    max-width: 73%;
    min-height: 828px;
}
    .ab11 .ab11_lt {
    padding-left: 1rem;
    margin-right: -3rem;
    width: 50%;
}
.ab11_lt .ab11lt_txt1 {
    padding-right: 5rem;
}
.ab11_lt .ab11lt_txt2 {
    width: 90%;
}
.ab11 .ab11_rt {
    width: 50%;
}
.ab12_lt .ab12_inner {
    padding: 4.2rem 1.3rem 1.3rem 1.1rem;
}
}
@media screen and (max-width:1260px){
    .about1:before {
    min-height: 760px;
}
    .ab11 .ab11_lt {
    width: 55%;
}
.ab12 .ab12_lt {
    padding: 0 2rem;
}
.ab13 {
    padding: 0px 2rem;
}
}
@media screen and (max-width:1170px){
    .ab11 .ab11_lt {
    width: 60%;
}
.ab12 {
    padding: 0 2rem 12.6rem 0;
}
}
@media screen and (max-width:1120px){
   .about1:before {
    min-height: 650px;
    max-width: 70%;
}
    .ab11 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
}
.ab11 .ab11_lt {
    width: 80%;
    padding: 0 2rem;
    margin: 0 0 3rem 0;
    text-align: center;
}
.ab11_lt h3{
    text-align: center;
}
.ab11_lt .ab11lt_txt1 {
    padding-right: 0;
    justify-content: center;
}
.ab11_lt .ab11lt_txt1 h2{
    padding-right: 2rem;
}
.ab11_lt .ab11lt_txt2 {
    width: 70%;
    padding-right: 0;
    margin: 0 auto;
    text-align: left;
}
.ab11 .ab11_rt {
    width: 95%;
    text-align: center;
}
.ab12 {
    flex-wrap: wrap;
    justify-content: center;
        padding: 0 2rem 7.6rem 0;
}
.ab12 .ab12_lt {
    width: 75%;

}
.ab12 .ab12_rt {
    order: -1;
    margin-bottom: 3rem;
    width: 100%;
    text-align: center;
}
.ab13 {
    flex-wrap: wrap;
    justify-content: center;
}
.ab13 .ab13_lt {
    width: 80%;
    margin-bottom: 5rem;
}
.ab13 .ab13_rt{
    width: 95%;
    text-align: center;
}
}
@media screen and (max-width:950px){
    .ab12 .ab12_lt {
    width: 85%;
}
}
@media screen and (max-width:930px){
    .about1:before {
    min-height: 540px;
}
.ab11 {
    padding: 0.2rem 2rem 0 2rem;
}
    .ab12 .ab12_lt {
    width: 90%;
}
}
@media screen and (max-width:800px){
    .ab11 .ab11_lt {
    width: 100%;
    padding: 0;
}
.ab11_lt .ab11lt_txt1 {
    padding-bottom: 7.6rem;
}
.ab11_lt .ab11lt_txt2 {
    width: 85%;
}
.ab11 .ab11_rt {
    width: 100%;
}
.ab12 .ab12_lt {
    width: 100%;
}
.ab13 .ab13_lt {
    width: 100%;
}
}
@media screen and (max-width:710px){

.ab12_lt .ab12_inner img:nth-of-type(1) {
    width: 15%;
}
.ab12_lt .ab12_inner h4 img{
    width: 100% !important;
}
.ab12_lt .ab12_inner p {
    width: 60%;
}
.ab12_lt .ab12_inner p img {
    width: 11% !important;
    padding: 0 1rem;
}
}
@media screen and (max-width:670px){
    .ab11_lt .ab11lt_txt2 {
    width: 95%;
}
}
@media screen and (max-width:630px){
    .ab11_lt h3 {
    font-size: 65px;
}
.ab11_lt .ab11lt_txt1 h4, .ab11_lt .ab11lt_txt1 h4:before, .ab11_lt .ab11lt_txt1 h4:after {
    font-size: 170px;
}
.ab11_lt .ab11lt_txt2 h5 {
    padding-bottom: 1.3rem;
}
.ab12_lt .ab12_inner h4 {
    font-size: 21px;
    width: 18%;
}
.ab12_lt .ab12_inner p {
    font-size: 22px;
        width: 70%;
}
}
@media screen and (max-width:580px){
   .ab12 {
    padding: 0 2rem 3rem 0;
}
    .ab12_lt .ab12_inner h4 {
    font-size: 19px;
}
    .ab12_lt .ab12_inner p img {
    width: 10% !important;
}
.ab13 .ab13_lt p {
    width: 100%;
}
}
@media screen and (max-width:560px){
    .ab11_lt h3 {
    font-size: 55px;
}
}
@media screen and (max-width:540px){

.ab11_lt .ab11lt_txt1 {
    padding-bottom: 5.6rem;
}
.ab12 {
    padding: 0 0rem 4rem 0;
}
.ab12_lt .ab12_inner h4 {
    font-size: 17px;
}
.ab12_lt .ab12_inner p {
    font-size: 20px;
}
.ab13 .ab13_lt h3 {
    font-size: 120px;
}
.ab13 .ab13_rt {
    width: 100%;
}
}
@media screen and (max-width:480px){
    .ab11_lt .ab11lt_txt1 h2 {
    font-size: 55px;
}
.ab11_lt .ab11lt_txt1 h4, .ab11_lt .ab11lt_txt1 h4:before, .ab11_lt .ab11lt_txt1 h4:after {
    font-size: 160px;
}
}
@media screen and (max-width:450px){
    .ab11_lt h3 {
    font-size: 50px;
}
}
@media screen and (max-width:470px){
    .ab11_lt .ab11lt_txt1 h4, .ab11_lt .ab11lt_txt1 h4:before, .ab11_lt .ab11lt_txt1 h4:after {
    font-size: 140px;
}
.ab12_lt .ab12_inner {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ab12_lt .ab12_inner img:nth-of-type(1) {
    width: 17%;
}
.ab12_lt .ab12_inner h4 {
    font-size: 25px;
    width: 40%;
}
.ab12_lt .ab12_inner p{
    font-size: 22px;
    padding: 1rem 1rem 1rem 0;
    width: 100%;
}
.ab12_lt .ab12_inner p img {
    width: 7% !important;
    padding: 0 1rem 0 0;
}
}
@media screen and (max-width:450px){
    .ab11_lt h3 {
    font-size: 45px;
}
.ab11_lt .ab11lt_txt1 h4, .ab11_lt .ab11lt_txt1 h4:before, .ab11_lt .ab11lt_txt1 h4:after {
    font-size: 130px;
}
.ab12 .ab12_rt h3 {
    font-size: 90px;
}

}
@media screen and (max-width:414px){    
    .ab11_lt .ab11lt_txt1 h2 {
    font-size: 40px;
}
.ab11_lt .ab11lt_txt1 h4, .ab11_lt .ab11lt_txt1 h4:before, .ab11_lt .ab11lt_txt1 h4:after {
    font-size: 135px;
}
.ab11_lt h3 {
    padding-bottom: 3rem;
}
    .ab13 .ab13_lt h3 {
    font-size: 100px;
}
}
@media screen and (max-width:393px){
    .ab11_lt h3 {
    font-size: 40px;
    padding-bottom: 3rem;
}
}
@media screen and (max-width:384px){}
@media screen and (max-width:360px){
 .ab11 {
    padding: 0.2rem 1rem 0 1rem;
}
    
.ab11_lt .ab11lt_txt1 {
    padding-bottom: 3.6rem;
}
.ab11_lt .ab11lt_txt1 h2 {
    font-size: 40px;
}
.ab11_lt .ab11lt_txt1 h4, .ab11_lt .ab11lt_txt1 h4:before, .ab11_lt .ab11lt_txt1 h4:after {
    font-size: 120px;
}
.ab12 .ab12_lt {
    padding: 0 1rem;
}
.ab13 {
    padding: 0px 1rem;
}
.ab13 .ab13_lt h3 {
    font-size: 70px;
}
}
@media screen and (max-width:350px){
   .ab11 .ab11_lt {
    margin: 0 0 1rem 0;
}
    .ab12_lt .ab12_inner p {
    padding: 1rem 0rem;
}
    .ab12 .ab12_rt h3 {
    font-size: 70px;
}

}
@media screen and (max-width:340px){
    .ab11_lt h3 {
    font-size: 35px;
}
.ab11_lt .ab11lt_txt1 h2 {
    font-size: 35px;
}
.ab11_lt .ab11lt_txt1 h4, .ab11_lt .ab11lt_txt1 h4:before, .ab11_lt .ab11lt_txt1 h4:after {
    font-size: 100px;
}
    .ab12_lt .ab12_inner p {
    font-size: 19px;
}
}
@media screen and (max-width:300px){
   .ab11_lt h3 {
    font-size: 30px;
    padding-bottom: 2rem;
}
    .ab12_lt .ab12_inner h4 {
    font-size: 20px;
}
.ab12_lt .ab12_inner p {
    font-size: 17px;
}
}


/*about2*/
.about2{
    width: 1600px;
    max-width: 100%;
    margin: 3.7rem auto 9rem;
    padding: 0 8.3rem 0 13.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.about2 .ab2_lt{
    width: 77%;
}
.ab2_lt .ab2_title{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 1rem;
}
.ab2_lt .ab2_title h3{
    font-size: 120px;
    color: #2aa745;
    font-family: 'Tac One';
    line-height: .65;
    padding-right: 2.5rem;
    opacity: .75;
}
.ab2_lt .ab2_title img{
    padding-right: 1.5rem;
}
.ab2_lt .ab2_title h2{
    font-size: 24px;
    padding-bottom: 1.7rem;
    position: relative;
    width: 154px;
    max-width: 100%;
    text-align: center;

}
.ab2_lt .ab2_title h2:before{
    content: '';
    background: url(../../images/ab2_deco02.png) bottom left no-repeat;
    background-size: contain;
    width: 154px;
    max-width: 100%;
    min-height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ab2_lt .ab2_inner{
    margin-top: 5.3rem;
}
.ab2_lt .ab2_inner ul{
    display: flex;
}
.ab2_lt .ab2_inner ul li{
    border: 1px #2aa530 solid;
    border-radius: 50px;
    display: inline-block;
    padding: 7rem 3.9rem;
    text-align: center;
    margin: 0 1rem;
}
.ab2_lt .ab2_inner ul li:last-child{
    padding: 5.2rem 3.9rem;
}
.ab2_lt .ab2_inner ul li p{
    font-size: 24px;
    color: #3fab44;
    font-weight: bold;
    line-height: 1.5;
}
.about2 .ab2_rt{}

@media screen and (max-width:1510px){
    .about2 {
    padding: 0 4.3rem 0 7.6rem;
}
}
@media screen and (max-width:1410px){
    .about2 {
    padding: 0 2rem 0 2rem;
}
}
@media screen and (max-width:1330px){
    .ab2_lt .ab2_inner ul li {
    padding: 7rem 2.9rem;
}
}
@media screen and (max-width:1240px){
.about2 .ab2_lt {
    width: 90%;
}
    .about2 .ab2_rt {
    width: 20%;
}
}
@media screen and (max-width:1160px){
    .ab2_lt .ab2_inner ul {
    justify-content: center;
}
.ab2_lt .ab2_inner ul li {
    padding: 6rem 2rem;
}
.ab2_lt .ab2_inner ul li:last-child {
    padding: 4.2rem 2rem;
}
}
@media screen and (max-width:1030px){
    .about2 {
    flex-wrap: wrap;
}
.about2 .ab2_lt {
    width: 100%;
}
.ab2_lt .ab2_inner ul {
        align-items: center;
}
.ab2_lt .ab2_inner ul li {
    padding: 7rem 3rem;
}
.ab2_lt .ab2_inner ul li:last-child {
    padding: 5.2rem 3rem;
}
.about2 .ab2_rt {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    z-index: -1;
}
}
@media screen and (max-width:991px){
    .ab2_lt .ab2_title {
    justify-content: flex-start;
}
.about2 .ab2_rt {
    right: 3rem;
}
}
@media screen and (max-width:940px){
    .ab2_lt .ab2_inner ul li {
    padding: 5rem 2rem;
}
.ab2_lt .ab2_inner ul li:last-child {
    padding: 3.2rem 3rem;
}
.about2 .ab2_rt {
    right: 2rem;
    width: 7%;
}
}
@media screen and (max-width:890px){
    .ab2_lt .ab2_title h3 {
    font-size: 100px;
}
}
@media screen and (max-width:860px){
    .about2 {
    margin: 3.7rem auto 7rem;
}
    .ab2_lt .ab2_inner ul li {
    padding: 4rem 1rem;
    border-radius: 30px;
}
.ab2_lt .ab2_inner ul li:last-child {
    padding: 2.2rem 3rem;
}
}
@media screen and (max-width:780px){
    .ab2_lt .ab2_title h3 {
    font-size: 80px;
}
.ab2_lt .ab2_inner ul {
    flex-wrap: wrap;
}
.ab2_lt .ab2_inner ul li {
    width: 23%;
    margin: 1rem;
}
.ab2_lt .ab2_inner ul li:last-child {
    padding: 2.2rem 1rem;
}
.about2 .ab2_rt {
    width: 9%;
}
}
@media screen and (max-width:700px){
  .about2 {
    margin: 3.7rem auto 4rem;
}
    .ab2_lt .ab2_title {
    flex-wrap: wrap;
}
.ab2_lt .ab2_title h3 {
    font-size: 120px;
    width: 100%;
    padding: 0 0 2rem 0;
}
.about2 .ab2_rt {
    right: 1rem;
    width: 15%;
    top: auto;
}
}
@media screen and (max-width:610px){
    .ab2_lt .ab2_title h3 {
    font-size: 100px;
}
}
@media screen and (max-width:576px){
    .ab2_lt .ab2_inner ul li {
    width: 29%;
}
}
@media screen and (max-width:510px){
    .ab2_lt .ab2_title h3 {
    font-size: 80px;
}
.ab2_lt .ab2_inner ul li {
    width: 40%;
        padding: 5rem 1rem;
}
.ab2_lt .ab2_inner ul li:last-child {
    padding: 4rem 1rem;
}
}
@media screen and (max-width:420px){
    .ab2_lt .ab2_title h3 {
    font-size: 60px;
}
.ab2_lt .ab2_inner {
    margin-top: 3.3rem;
}
.ab2_lt .ab2_title img {
    width: 14%;
}
.about2 .ab2_rt {
    width: 20%;
}
}
@media screen and (max-width:360px){
    .ab2_lt .ab2_inner ul li {
    padding: 4rem 1rem;
}
.ab2_lt .ab2_inner ul li:last-child {
    padding: 3rem 1rem;
}
}
@media screen and (max-width:340px){
   .ab2_lt .ab2_title h3 {
    font-size: 50px;
}
    .ab2_lt .ab2_inner ul li {
    width: 43%;
}
}
@media screen and (max-width:320px){
    .about2 {
    padding: 0 1rem 0 1rem;
}
}
@media screen and (max-width:300px){
    .ab2_lt .ab2_inner ul li {
    width: 60%;
}
.about2 .ab2_rt {
    width: 16%;
}
}

/*about3*/
#about3{
    transform: translateY(-50px);
}
.about3{
    width: 1760px;
    max-width: 100%;
    display: flex;
        justify-content: space-between;
        margin-bottom: 6.4rem;
}
.about3 .ab3_lt{
    width: 54%;
}
.about3 .ab3_rt{
    width: 44%;
    padding-left: 9.5rem;
}
.ab3_rt h3{
    font-size: 150px;
    font-family: 'Tac One';
    position: relative;
}
.ab3_rt h3:before{
        content: 'After-Sales';
    white-space: pre;
    font-size: 150px;
    font-family: 'Tac One';
    color: #fff;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
}
.ab3_rt h3:after{
    content: 'After-Sales';
    white-space: pre;
    font-size: 150px;
    font-family: 'Tac One';
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -3;
}
.ab3_rt .ab3rt_title{
    background: url(../../images/ititle_deco01.png) top left no-repeat;
    background-size: contain;
    width: 261px;
    max-width: 100%;
    min-height: 51px;
    padding: 0 0 0 10rem;
    margin-left: 1.2rem;
}
.ab3_rt .ab3rt_title h2{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
}
.ab3_rt .ab3rt_inner{
    display: flex;
    margin-top: 4.4rem;
    padding-left: 4.5rem;
}
.ab3rt_inner .ab3rt_war{
text-align: center;
padding: 0 4.2rem;
}
.ab3rt_war img{}
.ab3rt_war p{
    font-size: 24px;
    font-weight: bold;
}
.ab3rt_inner .ab3rt_war dl{
    width: 154px;
    max-width: 100%;
    min-height: 154px;
    background: #000;
    border-radius: 50%;
    padding: 4.8rem 1.6rem;
    text-align: center;
}
.ab3rt_inner .ab3rt_war dt{
    font-size: 48px;
    color: #fff;
    font-family: 'Lato';
    display: inline-block;
        line-height: 1;
}
.ab3rt_inner .ab3rt_war dd{
font-size: 24px;
color: #fff;
display: inline-block;
}
@media screen and (max-width:1530px){
    .about3 .ab3_rt {
    padding-left: 4.5rem;
}
}
@media screen and (max-width:1410px){
    .about3 .ab3_rt {
    padding-left: 2rem;
}
}
@media screen and (max-width:1360px){
    .ab3_rt h3, .ab3_rt h3:before, .ab3_rt h3:after {
    font-size: 130px;
}
}
@media screen and (max-width:1220px){
.about3 .ab3_rt {
    padding-left: 0rem;
}
}
@media screen and (max-width:1190px){
    .about3 {
    flex-wrap: wrap;
    justify-content: center;    
}
.about3 .ab3_lt {
    width: 100%;
}
.about3 .ab3_rt {
    width: 55%;
    order: -1;
    margin-bottom: 3rem;
}
}
@media screen and (max-width:950px){
    .about3 .ab3_lt{
        padding-right: 2rem;
    }
    .about3 .ab3_rt {
    width: 65%;
}
}
@media screen and (max-width:770px){
    .about3 .ab3_rt {
    width: 80%;
}
}
@media screen and (max-width:620px){
    .about3 .ab3_rt {
    width: 95%;
}
}
@media screen and (max-width:530px){
    .ab3_rt .ab3rt_inner {
     padding-left: 0; 
}
}
@media screen and (max-width:520px){
    .ab3_rt h3, .ab3_rt h3:before, .ab3_rt h3:after {
    font-size: 110px;
}
.ab3_rt .ab3rt_inner {
    padding-left: 0;
    justify-content: space-between;
}
}
@media screen and (max-width:490px){
    .ab3_rt h3, .ab3_rt h3:before, .ab3_rt h3:after {
    font-size: 90px;
}
.ab3rt_inner .ab3rt_war {
    padding: 0 1rem;
}
}
@media screen and (max-width:370px){
   .ab13 .ab13_lt h3 {
    font-size: 90px;
}
    .ab3_rt h3, .ab3_rt h3:before, .ab3_rt h3:after {
    font-size: 80px;
}
.ab3_rt .ab3rt_inner {
    justify-content: center;
}
.ab3rt_inner .ab3rt_war {
    padding: 0 1rem;
}
.ab3rt_inner .ab3rt_war dl {
    width: 130px;
    min-height: 130px;
    padding: 3.8rem 1.6rem;
}
}
@media screen and (max-width:330px){
.about3 {
    margin-bottom: 1.4rem;
}
.ab13 .ab13_lt h3 {
    font-size: 70px;
}
.ab3rt_inner .ab3rt_war {
    padding: 0 0.5rem;
}
    .ab3_rt h3, .ab3_rt h3:before, .ab3_rt h3:after {
    font-size: 70px;
}
}

/*---construction--------------------------------------------------------------*/

/*construction1*/
.construction1{
    position: relative;
    margin-top: .6rem;
}
.construction1:before{
    content: '';
    background: url(../../images/const1_deco01.png) top right no-repeat;
    background-size: contain;
    width: 1195px;
    max-width: 100%;
    min-height: 1078px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
/*const1*/
.construction1 .const1{
    padding-top: 10.5rem;
}

/*const11*/
.const1 .const11{
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    display: flex ;
    justify-content: space-between;
}
.const11 .const11_lt{
    width: 58%;
}
.const11 .const11_rt{
    width: 41%;
}
.const11 .const11_rt h3{
    font-size: 120px;
    color: #2aa745;
    font-family: 'Tac One';
    opacity: .75;
    line-height: .7;
}
.const11_rt .const11rt_title{
   margin: 3.4rem 0 0 .6rem; 
   position: relative;  
   padding: 1.8rem 0 1.8rem 5rem;
}
.const11_rt .const11rt_title:before{
    content: '';
    background: #2aa745;
    width: 22px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.const11_rt .const11rt_title h2{
font-size: 24px;
font-weight: bold;
line-height: 1.5;
}
.const11_rt .const11rt_txt {
    margin-top: 3.5rem;
    width: 55%;
    text-align: justify;
}
.const11_rt .const11rt_txt p{
    font-size: 18px;
    font-weight: 500;
}


/*const12*/
.const1 .const12{
    width: 1330px;
    max-width: 100%;
    margin: 0 auto -14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -14rem;
}
.const12 .const12_lt{
    width: 30%;
    text-align: right;
}
.const12_lt .const12lt_txt{}
.const12_lt .const12lt_txt h5{
    font-size: 16px;
    color: #2aa745;
    font-family: 'Lato';
    font-style: italic;
    padding-bottom: 2rem;
}
.const12 .const12lt_txt p{
    font-size: 18px;
    font-weight: 500;
}
.const12 .const12_rt{
    width: 60%;
    text-align: right;
}

@media screen and (max-width:1540px){
    .const12 .const12_rt {
    width: 56%;
}
}
@media screen and (max-width:1366px){
.const11 .const11_lt {
    width: 55%;
}
    .const12 .const12_rt {
    width: 54%;
}
}
@media screen and (max-width:1340px){
    .construction1:before {
    max-width: 80%;
    min-height: 968px;
}
    .const1 .const11 {
    padding: 0 2rem;
}
.const11 .const11_rt h3 {
    font-size: 100px;
}
.const1 .const12 {
    margin: 0px auto -2rem;
    top: -9rem;
    padding: 0 2rem;
}
}
@media screen and (max-width:1280px){
    .const1 .const12 {
    margin: 0px auto -15rem;
}
}
@media screen and (max-width:1160px){
.construction1:before {
    min-height: 838px;
}
.construction1 .const1 {
    padding-top: 6.5rem;
}
    .const11 .const11_rt h3 {
    font-size: 80px;
}
.const1 .const12 {
    margin: 0px auto -14rem;
    top: -7rem;
}
}
@media screen and (max-width:1090px){
   .construction1:before {
    min-height: 788px;
}
    .const11_rt .const11rt_txt {
    width: 90%;
}
.const12 .const12_lt {
    width: 40%;
}
}
@media screen and (max-width:991px){
.construction1:before {
    min-height: 720px;
        max-width: 100%;
}
    .const1 .const12 {
    margin: 0 auto 2rem;
    top: -1rem;
}
}
@media screen and (max-width:900px){
    .const1 .const12 {
    margin: 0 auto 4rem;
    top: 2rem;
}
.const11 .const11_rt {
    width: 50%;
}
.const11 .const11_lt{
    padding-right: 1rem;
}
}
@media screen and (max-width:830px){
    .construction1:before {
    min-height: 680px;
}
}
@media screen and (max-width:790px){
    .const12 .const12_lt {
    width: 43%;
}
}
@media screen and (max-width:768px){
   .construction1:before{
    top: auto;
    bottom: 0;
        min-height: 690px;
   }
    .const1 .const11 {
    flex-wrap: wrap;
    justify-content: center;
}
.const11 .const11_lt {
    padding-right: 0;
    width: 100%;
}
.const11 .const11_rt {
    width: 100%;
    order: -1;
    margin-bottom: 3rem;
}
.const11 .const11_rt h3 {
    font-size: 120px;
}
.const1 .const12 {
    flex-wrap: wrap;
    justify-content: center;
}
.const12 .const12_lt {
    width: 100%;
    margin-bottom: 3rem;
}
.const12 .const12_rt {
    width: 100%;
}
}
@media screen and (max-width:650px){
    .construction1:before {
    min-height: 580px;
}
    .construction1 .const1 {
    padding-top: 0rem;
}
}
@media screen and (max-width:576px){
    .construction1:before {
    min-height: 515px;
}
    .const11 .const11_rt h3 {
    font-size: 100px;
}
}
@media screen and (max-width:480px){
   
   .construction1:before {
    min-height: 430px;
        background-position: bottom right;
}
 .const11 .const11_rt h3 {
    font-size: 80px;
}
}
@media screen and (max-width:414px){
    .const11_rt .const11rt_title {
    margin: 2.4rem 0 0 0.6rem;
    padding: 0.8rem 0 0.8rem 3rem;
}
.const11_rt .const11rt_txt {
    width: 100%;
    margin-top: 2.5rem;
}
}
@media screen and (max-width:390px){
    .construction1:before {
    min-height: 346px;
}
}
@media screen and (max-width:384px){
    .construction1:before {
    min-height: 338px;
}
.const11 .const11_rt h3 {
    font-size: 60px;
}
}
@media screen and (max-width:340px){
    .const1 .const11 {
    padding: 0 1rem;
}
.const1 .const12 {
    padding: 0 1rem;
}
}
@media screen and (max-width:320px){
  .construction1:before {
    min-height: 285px;
}
    .const11 .const11_rt h3 {
    font-size: 50px;
}
.const11_rt .const11rt_title h2 {
    font-size: 20px;
}
.const12 .const12lt_txt p {
    font-size: 16px;
}
}

/*construction2*/
.construction2{
    margin: 6rem 0;

}
.construction2 .const2{}
.const2 .const2_title{
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
}
.const2_title .const2tit_bg{
    width: 55%;
    background: #2aa745;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 2.5rem 7.7rem 2.5rem 10.3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.const2tit_bg h3{
    font-size: 150px;
    color: #fff;
    font-family: 'Tac One';
    line-height: .7;
    position: relative;
    z-index: 1;
}
.const2tit_bg h3:before{
    content: 'Cases';
    white-space: pre;
    font-size: 150px;
    font-family: 'Tac One';
    color: #2aa745;
    position: absolute;
    top: 1px;
    left: -3px;
    z-index: -1;
}
.const2tit_bg h3:after{
        content: 'Cases';
    white-space: pre;
    font-size: 150px;
    font-family: 'Tac One';
    color: #fff;
    position: absolute;
    top: 0px;
    left: -4px;
    z-index: -3;
}
.const2tit_bg .const2tit_ch{
    background: url(../../images/const2_deco.png) bottom left no-repeat;
    background-size: contain;
    width: 261px;
    max-width: 100%;
    min-height: 61px;
    padding: .6rem 0 0 10.4rem;
}
.const2tit_bg .const2tit_ch h2{
font-size: 28px;
color: #fff;
}
.const2 .const2_inner{
    width: 1760px;
    max-width: 100%;
    margin: 0 0 0 auto;
    background: url(../../images/const2_innerbg.jpg) top left;
    padding: 9.5rem 16rem 3.5rem 13.6rem;
    border-top-left-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.const2  .const2_inner a {
    width: 48%;
}
.const2_inner .page_num{
    width: 100%;
}
@media screen and (max-width:1600px){
.const2 .const2_inner {
    padding: 6rem 2rem;
}
}
@media screen and (max-width:1366px){
    .construction2 {
    margin: 10rem 0 6rem;
}
.const2 .const2_title {
    padding-left: 6rem;
}
}
@media screen and (max-width:1280px){
  .construction2 {
    margin: 9rem 0 6rem;
}
    .const2_title .const2tit_bg {
    padding: 2.5rem 2.7rem 2.5rem 2.3rem;
}
}
@media screen and (max-width:1040px){
    .const2_title .const2tit_bg {
    width: 70%;
}
}
@media screen and (max-width:991px){
   .construction2 {
    margin: 6rem 0;
}
    .const2 .const2_inner {
    padding: 6rem 7rem;
}
.const2  .const2_inner a {
    width: 100%;
}
}
@media screen and (max-width:834px){
    
.const2 .const2_inner {
    padding: 6rem 2rem;
}
    .const2_title .const2tit_bg {
    width: 85%;
}
}
@media screen and (max-width:768px){
   
    .const2 .const2_title {
    padding: 0 2rem;
}
.const2_title .const2tit_bg {
    width: 100%;
}
}
@media screen and (max-width:650px){
    .const2 .const2_inner {
    padding: 6rem 2rem 2rem;
}
}
@media screen and (max-width:570px){
    .const2tit_bg h3, .const2tit_bg h3:before, .const2tit_bg h3:after {
    font-size: 110px;
}
.const2 .const2_inner{
        border-top-left-radius: 0px;
}
}
@media screen and (max-width:500px){
   .const2_title .const2tit_bg {
    padding: 1.5rem 0.7rem 1.5rem 1.3rem;
}
    .const2tit_bg .const2tit_ch {
    padding: 1.2rem 0 0 7.4rem;
    background-size: 85%;
}

.const2tit_bg h3{
    padding-right: 1rem;
}
.const2tit_bg h3, .const2tit_bg h3:before, .const2tit_bg h3:after {
    font-size: 90px;
}
}
@media screen and (max-width:450px){
 .construction2 {
    margin: 6rem 0 3rem;
}   
    .const2 .const2_title {
    padding: 0;
}
.const2 .const2_inner {
    padding: 5rem 2rem 2rem;
}
}
@media screen and (max-width:390px){
   
   .const2tit_bg .const2tit_ch {
    padding: 1.2rem 0 0 6rem;
    background-size: 90%;
}
.const2 .const2_inner {
    padding: 3rem 2rem 2rem;
}
}
@media screen and (max-width:360px){
    .const2tit_bg .const2tit_ch h2 {
    font-size: 21px;
}
.const2tit_bg .const2tit_ch {
    padding: 2.2rem 0 0 5rem;
}
}
@media screen and (max-width:330px){
  
  .const2_title .const2tit_bg {
    padding: 0.5rem 0.7rem 1.5rem 1.3rem;
}
    .const2tit_bg h3, .const2tit_bg h3:before, .const2tit_bg h3:after {
    font-size: 70px;
}
.const2tit_bg .const2tit_ch {
    padding: 3.2rem 0 0 5rem;
}
.const2tit_bg .const2tit_ch h2 {
    font-size: 19px;
}
.const2 .const2_inner {
    padding: 2rem 1rem 2rem;
}
}
@media screen and (max-width:384px){}
@media screen and (max-width:360px){}

/***news3*************************************************************************************************/
.inewslist_rwd3{
    display: inline-block;
    width: 100%;
    margin-bottom: 6rem;
    vertical-align: top;

}
.const2 .const2_inner a {
    transition: .5s all;
}
.const2 .const2_inner a:hover{
    transform: translateY(-5px);
}
.inewslist_rwd3 .npic{
    width: 56%;
    min-height: 255px;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    display: inline-block;
    vertical-align: top;
    margin-right: 2.6rem;
    overflow: hidden;
}
.inewslist_rwd3 .npic .npicimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
}
.inewslist_rwd3 .ntitle{
    width: 39%;
    padding-top: 1.5rem;
    display: inline-block;
    text-align: left;
}
.inewslist_rwd3 .ntitle h6{
    font-size: 24px;
    font-weight: bold;
}
.inewslist_rwd3 .ntitle .inews3_lin{
    width: 100%;
    height: 6px;
    border:1px #6f6f6f solid;
    margin: 1.8rem 0;
}
.inewslist_rwd3 .ntitle p{
    font-size: 18px;
    font-weight: 500;
}
.inewslist_rwd3 .ntitle .ihoc_more{
    margin-top: 2rem;    
    font-size: 16px;
    font-family: 'Lato';
    padding-top: 0;
}


.news3 .tableimg{
    width: 95%;
    margin: 0 auto;
    padding: 2rem;
    border: 1px #6f6f6f solid ;
    border-radius: 20px;
}
.newslist3{
 margin-top: 5rem;   
     text-align: left;
}
.news3 a .inewslist_rwd3{
 width: 48%;
 display: inline-block;
}


@media screen and (max-width:1610px){
    .inewslist_rwd3 .ntitle {
    width: 38%;
}
}
@media screen and (max-width:1260px){
    .inewslist_rwd3 {
    margin-bottom: 3rem;
}
}
@media screen and (max-width:1120px){
    .inewslist_rwd3 .npic {
    width: 50%;
}
}
@media screen and (max-width:991px){
.inewslist_rwd3 .npic {
    width: 45%;
}
    .inewslist_rwd3 .ntitle {
    width: 46%;
}
}
@media screen and (max-width:768px){
    .newslist3 {
    margin-top: 0rem;
}
    .news3 a .inewslist_rwd3 {
    padding: 0 2rem;
}
.inewslist_rwd3 .npic {
    width: 100%;
    margin-right: 0;
}
.inewslist_rwd3 .ntitle {
    width: 100%;
}
}

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

}
@media screen and (max-width:576px){
    .inewslist_rwd3 .npic {
    min-height: 175px;
}
}
@media screen and (max-width:500px){
    .inewslist_rwd3 {
    text-align: center;
    margin-bottom: 2rem;
}
    .inewslist_rwd3 .npic {
    text-align: center;
}
.inewslist_rwd3 .ntitle {
    margin: 2rem 0;
    padding: 0;
    margin: 2rem auto;
    text-align: left;

}
}
@media screen and (max-width:450px){
   .news3 a .inewslist_rwd3 {
    width: 100%;
}
.inewslist_rwd3{
    padding: 0 2rem;
}
    .inewslist_rwd3 .npic {
    min-height: 225px;
}
.inewslist_rwd3 .ntitle {
    width: 100%;
}
.news3 .page_num{
    padding: 0 2rem;
}
}
@media screen and (max-width:414px){
    .inewslist_rwd3 .npic {
    min-height: 255px;
}
    .inewslist_rwd3 .ntitle {
    width: 100%;
}
}
@media screen and (max-width:390px){
    .inewslist_rwd3 .npic {
     min-height: 210px;
}
}
@media screen and (max-width:360px){
    .inewslist_rwd3 .npic {
    min-height: 175px;
}
}
@media screen and (max-width:330px){
   .news3 a .inewslist_rwd3 {
    padding: 0 1rem;
}
    .inewslist_rwd3 .npic {
    min-height: 170px;
}
}

/*---location--------------------------------------------------------------*/
.location {
	width: 1600px;
	margin: 0 auto;
	max-width: 100%;
    padding: 11.8rem 0 10rem;
    display: flex;
    justify-content: space-between;
}
.map_inner{
    width: 67%;
        display: flex;
}
.map {
	position: relative;
	vertical-align: top;
	overflow: hidden;
	border: solid 1px #646665;
    min-height: 714px;
    width: 87%;	
    border-radius: 20px;
    z-index: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loc_deco{
    padding-top: 6rem;
}
.contact {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 33%;
    padding: 9.6rem 0 0 1.4rem;
    position: relative;
}
.contact:before{
    content: '';
    background: url(../../images/loc_leaf.png) bottom right no-repeat;
    background-size: contain;
    width: 255px;
    max-width: 100%;
    min-height: 235px;
    position: absolute;
    bottom: .6rem;
    right: 0;
}
.contact .loc_logo{
	
}
.contact .ftinfo {
	width: 100%;
	padding: 8.4rem 0 0 2.3rem;
	text-align: left;
}
.contact .ftinfo ul {
	display: inline-block;
}
.contact .ftinfo ul li {
    line-height: 2.3;
}
.contact .ftinfo i {
    font-size: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5em;
    color: #2aa745;
}
.contact .ftinfo p {
    font-size: 18px;
    display: inline-block;
    padding-left: 0.5em;
    vertical-align: top;
    font-weight: bold;
}
@media screen and (max-width:1200px){
.location {
    padding: 5rem 0 10rem;
}
.map_inner {
    width: 64%;
}
.loc_deco {
    width: 10%;
}
.contact {
    width: 36%;
}
}
@media screen and (max-width:1080px){
    .map_inner {
    width: 60%;
}
.contact {
    width: 40%;
}
}
@media screen and (max-width:991px){
    .location {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0 6rem;
}
.map_inner {
    width: 95%;
}
.contact {
    width: 90%;
    order: -1;
    padding: 0;
    margin-bottom: 5rem;
}
}
@media screen and (max-width:800px){
.map {
    width: 92%;
}
    .loc_deco {
    width: 8%;
}
}
@media screen and (max-width:768px){
   .contact .ftinfo {
    padding: 3.4rem 0 0 2.3rem;
}
    .contact:before {
    min-height: 160px;
}
}
@media screen and (max-width:650px){
    .map {
    min-height: 500px;
}
}
@media screen and (max-width:576px){
    .contact:before {
    min-height: 100px;
}
}
@media screen and (max-width:450px){
  .map {
    min-height: 320px;
}
    .contact {
    width: 95%;
}
.contact:before {
    min-height: 50px;
    bottom: -4rem;
}
.contact .ftinfo {
    padding: 3.4rem 0 0 1rem;
}
}
@media screen and (max-width:414px){
    .location {
    padding: 1rem 0 4rem;
}
.loc_deco {
    padding-top: 3rem;
}
.contact .ftinfo {
    padding: 2rem 0 0 1rem;
}
}
@media screen and (max-width:380px){
   .loc_name{
    width: 80%;
   }
   .contact .ftinfo {
    padding: 1rem 0 0 1rem;
}
    .contact .ftinfo p {
    font-size: 16px;
}
}
@media screen and (max-width:340px){
    .map {
    min-height: 300px;
}
    .contact .ftinfo p {
    font-size: 14px;
}
.contact .ftinfo ul li {
    line-height: 2;
}
.contact .ftinfo i {
    font-size: 16px;
}
}
@media screen and (max-width:300px){
    .contact .ftinfo {
    padding: 1rem 0 0 0;
}
}

/*---top--------------------------------------------------*/
/*btm*/
#btm {
    position: fixed;
    right: 30px;
    bottom: 8rem;
    z-index: 30;
    cursor: pointer;
    display: none;
}
#btm a{
    display: block;
    padding: 1rem 0 1rem 1rem;
}
#btm img {
    transition: .3s ease-in-out;
    vertical-align: bottom;
}

#btm a:hover img {
    transform: translateY(-5px);
}
/*btm_mob*/
#btm_mob {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
    cursor: pointer;
    display: none;
}
#btm_mob a{
    display: inline-block;
    width: 32%;
    padding: 0rem 1rem;
}
/*gotop*/
#gotop {
    position: fixed;
    right: 30px;
    bottom: 0;
    z-index: 30;
    cursor: pointer;
    display: none;
}

#gotop img {
    transition: .3s ease-in-out;
    vertical-align: bottom;
}

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


#about {
    transform: translateY(-30px);
}
@media screen and (max-width:450px){
    #btm{
        display: none !important;
    }
    #btm_mob {
    display: block;
}
#gotop{
    right: 0;
}
}
@media screen and (max-width:400px){
    #btm_mob{
        text-align: left;
    }
    #btm_mob a{
        padding: 0 .5rem;
    }
}
@media screen and (max-width:370px){
#btm_mob a {
    width: 30%;
}
}
@media screen and (max-width:360px){
    #btm_mob a {
    width: 27%;
}
}

/***news*************************************************************************************************/
.news {
	margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 5rem 0;
	color:#000;
	width:1330px;
	position:relative;
}
.newslist {
}
.newslist table {
	    width: 95%;
    margin: 0 auto;
}
/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
	position: relative;
    display: block;
    width: 1092px;
    max-width: 100%;
    border: 1px #2aa745 solid;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 5rem;
    padding: 4.6rem 5.3rem;
}

a .newslist_rwd {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#000;
}
/*npic*/
.newslist_rwd .npic {
	position: relative;
    width: 523px;
    max-width: 100%;
    min-height:338px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;  
    margin-right: 10rem;
	
}
.newslist_rwd .npicimg {
    border-radius: 20px;
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-position: top;
	background-repeat: no-repeat;
}
/*ntitle*/
.newslist_rwd .ntitle {
	display: inline-block;
    width: 30%;
    padding-top: 4rem;
}
.newslist_rwd .ntitle h6 {
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 3.2rem;  
}
.newslist_rwd .ntitle h6 img{
    padding-right: 1.8rem;
        vertical-align: middle;
}
.newslist_rwd .ntitle p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}
/*.ntitle h6 {
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 3.2rem;  
}*/
.ntitle h6 a {
    display: inline-block;
}
.ntitle h6 a:nth-of-type(1) {
    display: block;
}

.ntitle p {
	font-size: 18px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

.ntitle .ihoc_more{
    padding-top: 6.5rem;
    font-size: 16px;
    font-family: 'Lato';
}
a:hover .newslist_rwd{
    transform: translateY(-5px);
}
a:hover .newslist_rwd .npic {
	-webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}

/*page_num*/

.page_num a {
	display:inline-block;
}
.inews .page_num {
	display:none;
}

@media screen and (max-width:991px){
.newslist_rwd {
    padding: 4.6rem 4rem;
}
    .newslist_rwd .npic {
    margin-right: 4rem;
}
.newslist_rwd .ntitle {
    width: 36%;
}
}
@media screen and (max-width:960px){
    .newslist_rwd .npic {
    width: 50%;
    min-height: 285px;
}
.newslist_rwd .ntitle {
    width: 43%;
}
}
@media screen and (max-width:768px){
.news {
    padding: 0;
}
.newslist_rwd{
    text-align: center;
}
.newslist_rwd .npic {
    width: 90%;
    min-height: 340px;
    text-align: center;
    margin-right: 0;
}
.newslist_rwd .ntitle {
    width: 75%;
}
.ntitle .ihoc_more{
    text-align: left;
}    
}
@media screen and (max-width:650px){
.news {
    padding: 0 0 5rem;
}
.newslist_rwd {
    width: 95%;
    padding: 3rem;
    margin: 0 auto 4rem;
}
    .newslist_rwd .ntitle {
    width: 90%;
}
}
@media screen and (max-width:576px){
    .newslist_rwd .npic {
    min-height: 282px;
}
}
@media screen and (max-width:450px){
    .newslist_rwd .npic {
        width: 100%;
    min-height: 215px;
}
.newslist_rwd .ntitle {
    width: 100%;
}
.ntitle .ihoc_more {
    padding-top: 4rem;
}
}

@media screen and (max-width:390px){
    .newslist_rwd .npic {
    min-height: 200px;
}
.newslist_rwd .ntitle {
    padding-top: 3rem;
}
.newslist_rwd .ntitle h6 {
    margin-bottom: 2rem;
}
}

@media screen and (max-width:360px){
.newslist_rwd {
    padding: 3rem 1.5rem;
}
    .newslist_rwd .npic {
    min-height: 180px;
}
}
@media screen and (max-width:320px){
    .newslist_rwd .ntitle {
    padding-top: 2rem;
}
}


/***newslist_rwd2***/
.newslist_rwd2 {
    text-align: left;
    position: relative;
    display: block;
    width: 1330px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5rem;
    padding: 6rem 7.2rem;
}
.newslist_rwd2:before{
    content: '';
    background: url(../../images/news3_bg.jpg) top left;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(4% 0, 100% 0, 100% 90%, 96% 100%, 0 100%, 0 10%);
    z-index: -1;
}
a .newslist_rwd2 {
    position:relative;
    transition:.3s ease all;
    line-height: 1.5;
    color:#000;
}
/*npic*/
.newslist_rwd2 .npic {
    position: relative;
    width: 56%;
    min-height:411px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;  
    margin-right: 5rem;
    
}
.newslist_rwd2 .npicimg {
   
}

/*ntitle*/
.newslist_rwd2 .ntitle {
    display: inline-block;
    width: 39%;
    padding-top: 4rem;
}
.newslist_rwd2 .ntitle h6 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4rem;  
}

.newslist_rwd2 .ntitle h6 img{
    padding-right: 1.8rem;
        vertical-align: middle;
}
.newslist_rwd2 .ntitle p {
    font-size: 18px;
    font-weight: 500;
}

.ntitle p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.newslist_rwd2 .ntitle .ihoc_more{
    padding: 10rem 0 5.5rem;
    font-size: 16px;
    font-family: 'Lato';
}
a:hover .newslist_rwd2{
    transform: translateY(-5px);
}
a:hover .newslist_rwd2 .npic {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}

/*page_num*/
.page_num a {
    display:inline-block;
    width: auto !important;
}
.inews .page_num {
    display:none;
}

@media screen and (max-width:1240px){
    .newslist_rwd2 .npic {
    width: 46%;
}
}
@media screen and (max-width:991px){
    .newslist_rwd2 {
   padding: 6rem 3rem;
}
.newslist_rwd2 .npic {
    min-height: 380px;
}
}
@media screen and (max-width:768px){
.newslist_rwd2 {
    text-align: center;
}
    .newslist_rwd2 .npic {
    width: 95%;
    margin: 0 auto;
}
.newslist_rwd2 .ntitle {
    width: 70%;
        text-align: left;
}
.newslist_rwd2 .ntitle .news3_deco{
    text-align: right;
}
}
@media screen and (max-width:650px){
    .newslist_rwd2:before {
    clip-path: polygon(4% 0, 100% 0, 100% 96%, 96% 100%, 0 100%, 0 4%);
}
    .newslist_rwd2 .ntitle {
    width: 80%;
}
.newslist_rwd2 .ntitle .ihoc_more {
    padding: 6rem 0 4.5rem;
}
}
@media screen and (max-width:576px){
.newslist_rwd2 {
    padding: 6rem 2rem;
}
    .newslist_rwd2 .ntitle {
    width: 95%;
}
}
@media screen and (max-width:450px){
    .newslist_rwd2 .npic {
    min-height: 300px;
}
}
@media screen and (max-width:414px){
    .newslist_rwd2 {
    max-width: 90%;
    margin-bottom: 3rem;
}
.newslist_rwd2 .ntitle {
    padding-top: 3rem;
}
.newslist_rwd2 .ntitle h6 {
    margin-bottom: 2rem;
}
}
@media screen and (max-width:390px){
    .newslist_rwd2 .npic {
    min-height: 250px;
}
.newslist_rwd2 .ntitle .ihoc_more {
    padding: 4rem 0 2.5rem;
}
}
@media screen and (max-width:360px){
    .newslist_rwd2 {
    padding: 4rem 2rem;
}
}
@media screen and (max-width:340px){
    .newslist_rwd2 {
    padding: 4rem 1rem;
}
}
@media screen and (max-width:320px){
    .newslist_rwd2 .npic {
    min-height: 200px;
}
}


/***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:1069px;
	margin:10rem auto 0;
	max-width:90%;
	padding: 6.25rem 4.6rem 6.25rem 6.25rem;
    border-radius: 2px;
	text-align:left;
	background: url(../../images/pattern.png) top left;
	overflow: hidden;
	position: relative;
    border-radius: 30px;
}
#ihotnews .inews_bg hr{
	margin: 27px 0 20px;
    border: 0;
    border-top: 2px solid #626565;
    width: 95%;
}
#ihotnews .title{
}


#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: 600;
    font-size: 30px;
    color: #3a3838;
    font-family: monospace;
    position: absolute;
    top: 5.75rem;
    right: 8.4rem;
}
#ihotnews a .inewslist_rwd {
	width: 100%;
    margin: 6.7rem auto 6rem;
	z-index:5;
	position:relative;   
    transition: .5s all; 
}
#ihotnews a:hover .inewslist_rwd{
    transform: translateY(-5px);
}
.inewslist_rwd .npic{
    width: 523px;
    max-width: 100%;
    min-height: 338px;
    display: inline-block;
    margin-right: 5rem;
    position: relative;
}
.inewslist_rwd .npicimg {
    border-radius: 20px;
}
.inewslist_rwd .ntitle{
    display: inline-block;
    width: 36%;
    vertical-align: top;
}
.inewslist_rwd .ntitle h6{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.inewslist_rwd .ntitle p{
    font-size: 18px;
    font-weight: 500;
    -webkit-line-clamp: 4;
}
.inewslist_rwd .ntitle h6 img{
    padding-right: 1.8rem;
        vertical-align: middle;
}
#ihotnews .page_num {
	display:none;
}

#ihotnews .title {
    text-align: center;
    margin-top: 0;
    position: relative;
    padding: 0 3rem 0 2rem;
    display: inline-block;
}
#ihotnews .title2 {
    text-align: right;
    margin-top: 0;
    position: relative;
    padding: 2.6rem 3rem 0 0;
}
#ihotnews .title2 h3{
	font-family: 'Libre Baskerville';
	font-size: 48px;
	color: #9b9e9c;
}
@media screen and (max-width: 1400px){
	#ihotnews .inews_bg {
    margin: 4rem auto 0;
}
}
@media screen and (max-width: 1360px){
	#ihotnews .inews_bg {
    padding: 6.25rem 4.6rem 2.25rem 6.25rem;
}
}
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 1060px){
    .inewslist_rwd .npic {
    width: 45%;
}
.inewslist_rwd .ntitle {
    width: 43%;
}
}
@media screen  and (max-width:991px){
#ihotnews a .inewslist_rwd {
    text-align: center;
        margin-right: 0;
}
    .inewslist_rwd .npic {
    width: 95%;
        margin-right: 0;
}
.inewslist_rwd .ntitle {
    width: 65%;
    margin: 3rem 0 0 0;
}
.ntitle .ihoc_more{
    text-align: left;
}
}
@media screen and (max-width:834px){
    .inewslist_rwd .ntitle {
    width: 80%;
}
}
@media  screen and (max-width:768px) {
	#ihotnews .inews_bg {
    margin: 1rem auto 0;
    padding: 4.25rem 3.6rem 2.25rem 3.6rem;
}
#ihotnews a .inewslist_rwd {
    margin: 4.7rem auto 0rem;
}
.inewslist_rwd .ntitle {
    width: 90%;
}
}
@media screen and (max-width:700px){
    .close {
    top: 2.75rem;
    right: 3.4rem;
}
}
@media screen and (max-width:650px){
    .inewslist_rwd .npic {
    width: 100%;
    min-height: 316px;
}

.inewslist_rwd .ntitle {
    width: 100%;
}
}
@media screen and (max-width:576px){
    .inewslist_rwd .npic {
    min-height: 266px;
}
}
	@media screen and (max-width: 500px) {
		.inews_bg {
			padding:1em;
			margin: 3em auto 0;
			max-height:80vh;
			overflow-y:scroll;
		}
		
		
		.close{
			position: absolute;
		}
		#ihotnews .inews_bg {
    padding: 4.25rem 1.6rem 2.25rem 1.6rem;
}
		#ihotnews .newslist_rwd a {
			padding: 0;
		}
		
		
	}
@media screen and (max-width:450px){
    #ihotnews .inews_bg {
    max-height: 95vh;
}
#ihotnews a .inewslist_rwd {
    margin: 2rem auto 0;
}
.inewslist_rwd .npic {
    min-height: 216px;
}
.inewslist_rwd .ntitle h6 {
    margin-bottom: 1rem;
    text-align: left;
}
#ihotnews .title2 {
    padding: 2.6rem 0 0 0;
}
}	
@media screen and (max-width:414px){
    
.inewslist_rwd .npic {
    min-height: 206px;
}

}
@media screen and (max-width:390px){
    .inewslist_rwd .ntitle {
    margin: 2rem 0 0 0;
}
}
@media screen and (max-width: 380px) {
		#ihotnews .inews_bg{
			margin: 4em auto 0;
		}
		#ihotnews .inewslist_rwd {
			margin: 0;
		}
		#ihotnews .inewslist_rwd a {
			padding: 0;
		}
		#ihotnews .ntitle {
			margin: 0;
			padding: 1em 0em;
		}
		
	}
    @media screen and (max-width:360px){
        .close {
    top: 1.75rem;
    right: 2.4rem;
    font-size: 24px;
}
.inewslist_rwd .npic {
    min-height: 190px;
}
.ntitle .ihoc_more {
    padding-top: 2rem;
}
#ihotnews .title2 {
    padding: 0.6rem 0 0 0;
}
    }
	@media screen and (max-width: 350px) {
		#ihotnews .inews_bg {
			margin: 2em auto 0;
			overflow-y:scroll;
		}
        .inewslist_rwd .npic {
    min-height: 180px;
}
	}
@media screen and (max-width:320px){
    .inewslist_rwd .npic {
    min-height: 160px;
}
}

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

#service_album a {
	color: #cbae01;
	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;
}