#loading {
	position: fixed; width: 100%; height: 100%;z-index:999999; background: url('../images/loading.gif') no-repeat center center #97C121; z-index:9999; background-size:100px 100px;overflow:hidden;
}/* 20181207 新增 */

/*20181223 改變animate*/
.fadeInUp{
	transition:0.5s;
}

@font-face{
    font-family: 'MyriadPro-Bold';
    src: url('../font/MyriadPro-Bold.otf');
}
@font-face{
    font-family: 'MyriadPro-Semibold';
    src: url('../font/MyriadPro-Semibold.otf');
}
@font-face{
    font-family: 'MyriadPro-Regular';
    src: url('../font/MyriadPro-Regular.otf');
}

body {
    margin: 0;
    padding: 0;
    font-family:'MyriadPro-Regular','Microsoft JhengHei'!important;
    font-style: normal;
    font-size: 14px;
}
.clearfix:after{clear: both;content: '.';display: block;height: 0px;overflow: hidden;visibility: hidden;}
ul{list-style: none;padding-left: 0;}
a{text-decoration:none; outline:none;cursor: pointer;}
a:hover{text-decoration:none!important; outline:none;}
a:active, a:hover {
    outline: 0;
}
a:hover,a:focus,a:active {
    text-decoration: none!important;
}

.homehead a:hover {
    transition: all .20s linear;
}
img{border:none; max-width:100%; vertical-align:middle;}
input{outline: none;}
input, textarea{
    /*safari*/
    /*
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    */
}
.tt_active{
    color: #f4762d!important;
    border-bottom: 2px solid #303230;
}
#pageWrapper{
    width: 100%;
}

.wrapper2{
    width: 100%;
    /*padding: 2%;*/
    margin: auto;
    box-sizing: border-box;
    overflow: visible;
    padding: 22px 30px;
}

/*=[header]===========================*/
.homehead{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 105;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    margin: auto;
    transition: all .40s ease-out;
}
.head_color{
    background-color: #f3f3f3;
}
.hides{
    top: -112px!important;
}
header.move{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background:#f0f0f0;
    box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, .2);
}
header.move nav.mainNav ul li a:hover{  color: #f4762d;}
header.show{
    top: 0;
}
header.hiden{
    top: -140px;
}

header .logo{
    display: inline-block;
    float: left;
    width: 55px;
    height: 65px;
    background: url(../images/SVG_V_white.svg) center center no-repeat;
    background-size: 100% auto;
}
header .logo2{
    display: inline-block;
    float: left;
    width: 150px;
    height: 60px;
    background: url(../images/SVG_V_white.svg) center center no-repeat;
    background-size: 100% auto;
    display: none;
}
header.move .logo{
    background: url(../images/logo2.png) center center no-repeat;
    background-size: 100% auto;
    display: none;
}
header.move .logo2{
    background: url(../images/SVG_Vitrop_black.svg) center center no-repeat;
    background-size: 100% auto;
    display: block;
}

/*=[nav]==============================*/
nav.mainNav {
    position:relative;
    display: inline-block;
}
nav.mainNav ul {
    margin: 0;
    padding: 0;
}
nav.mainNav ul li {
    position: relative;
    margin: 0;
    /*padding: 0 36px 0 0;*/
    list-style: none;
    display: inline-block;
    padding: 23px 36px 20px 0;

}
nav.mainNav ul li:last-child{

}

nav.mainNav ul li a {
    display: inline-block;
    /*padding: 23px 0 20px;*/
    text-decoration: none;
    color: #FFF;
    line-height: 100%;
    font-size: 24px;font-family: 'MyriadPro-Semibold';
}

header.move nav.mainNav ul li a {
    color: #000;
}

nav.mainNav a:hover {
    opacity: .6;
    color: #f4762d;
}
nav.mainNav ul li a.current{
    opacity: .6;
}

nav.mainNav ul ul.subNav {
    padding: 20px 20px 5px;
    margin: 0;
    display:none;
    position: absolute;
    background: rgba(255,255,255,0.8);
    top: 40px;
    left: -50px;
    box-sizing: border-box;
    text-align: left;
}

nav.mainNav ul ul.subNav li {
    list-style-type: none;
    display: inline-block;
    width:160px;

}
nav.mainNav ul ul.subNav li a {
    color: #000;
    padding: 0 0 15px;
}

nav.mainNav ul li:hover ul.subNav {
    display:block;
}

nav.mainNav .nav_footertool{
    display: none;
}

.btn_nav{
    float:right;
    display:none;
    position: absolute;
    top: 23px;
    right: 20px;
    z-index: 20;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/SVG_btn_nav.svg) center center no-repeat;
}
.btn_nav.active{
    background: url(../images/SVG_btn_close2.png) no-repeat;
}
header.move .btn_nav,.abouthead .btn_nav{
    background: url(../images/SVG_btn_nav2.svg) center center no-repeat;
}

nav.mainNav .nav_toptool{
    text-align: right;
    margin-bottom: 50px;
    display: none;
}
nav.mainNav .nav_toptool .btn_closeNav{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/btn_close2.png) no-repeat;
    background-size: 100% auto;
    margin: 0 0 0 10px;
}
nav.mainNav .nav_toptool #btn_search_mobile{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/btn_search2.svg) center center no-repeat;
    background-size: 100% 100%;
}
nav.mainNav .nav_toptool input{
    display: inline-block;
    border: none;
    border-bottom: 1px #999 solid;
    padding: 0 0 5px;
    box-sizing: border-box;
    width: calc(100% - 60px);
    background: transparent;
    color: #333;
    display: none;
}

/***

====================================================================
	Main Slider Banner
====================================================================

***/
.carousel-fade .carousel-inner .item{ opacity:0; -webkit-transition-property:opacity;-moz-transition-property:opacity ; -ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity ;}

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

/*.homecarousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform .9s ease-in-out;
    -o-transition: -o-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}*/

.homecarousel{
    z-index: 101;
    background: rgba(255,255,255,.75);

}
.homecarousel .item{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 670px;
}
.homecarousel .item .content {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    color: #fff;
    margin-top: 185px;
}
.homecarousel .content .line1{
    width: 380px;
    height: 180px;
    background: url(../images/SVG_Vitrop.svg) center center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
   /* -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);*/
}
/*.homecarousel .item.active .line1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}*/
.homecarousel .content .line2 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 15px 0;
    display: inline-block;
    /*-webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);*/
}
/*.homecarousel .item.active .line2{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms;
}*/
.homecarousel .content .line3 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    font-weight: 400;
    /*-webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);*/
}
/*.homecarousel .item.active .line3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}*/
/*.main-slider .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}
.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.1em;
    opacity: 0;
    padding-left: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1500ms;
}
.main-slider h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 15px 0;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family: 'Alegreya Sans', sans-serif;
}


.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}
.main-slider .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.02em;
    opacity: 0;
    line-height: 1.7em;
    font-weight: 400;
    margin-bottom: 40px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family: 'Alegreya Sans', sans-serif;
}*/











.main-slider{
    position:relative;
    z-index:100;
    overflow: hidden;
    background-color: #fff;
}

.main-slider.margin-top{
    top: -70px;
    margin-bottom: -70px;
}

.main-slider .content.alternate{
    max-width: 610px;
    width: 100%;
    float: right;
    display: block;
}

.main-slider .slide{
    position:relative;
    padding:185px 0px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.home_slide.slide{
    height: 748px;
}
.auto-container .content{text-align: center;}
.main-slider h2{
    width: 380px;
    height: 180px;
    background: url(../images/SVG_Vitrop.svg) center center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}

.main-slider h2{
    position:relative;
    color:#ffffff;
    font-size:120px;
    font-weight:700;
    line-height:1.1em;
    opacity: 0;
    padding-left: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}



.main-slider h2.alternate{
    color:#1f1f1f;
    padding-left: 0px;
}

.main-slider h2.light::before,
.main-slider h2.alternate::before{
    display:none;
}

.main-slider h2.light{
    padding-left: 0px;
}

.main-slider .active h2{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider h3{
    position:relative;
    color:#ffffff;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight:400;
    margin: 15px 0;
    display:inline-block;
    opacity:0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family:"SimHei";
}

.main-slider h3 span{
    font-size:72px;
    font-weight: 700;
}

.main-slider h3.alternate{
    color:#1f1f1f;
    font-size: 48px;
    font-weight: 700;
}

.main-slider h3.alternate span{
    font-size: 48px;
}

.main-slider h3.light{
    color:#ffffff;
    font-size: 48px;
    font-weight: 700;
}

.main-slider .active h3{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /*transition-delay: 1500ms;*/
    transition-delay: 1200ms;
}

.main-slider .text{
    position:relative;
    color:#ffffff;
    font-size: 20px;
    letter-spacing: 0.02em;
    opacity:0;
    line-height: 1.7em;
    font-weight:400;
    margin-bottom:30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform:
    translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family: 'MyriadPro-Regular';
}

.main-slider .text.alternate{
    color:#1f1f1f;
}

.main-slider .active .text{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1400ms;
}
.main-slider .more_btn{
    position:relative;
    color:#ffffff;
    font-size: 20px;
    letter-spacing: 0.02em;
    opacity:0;
    line-height: 1.7em;
    font-weight:400;
    margin-bottom:40px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active .more_btn{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1600ms;
}

.main-slider .link-box{
    opacity:0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .link-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

.main-slider .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 49px;
}

.main-slider .owl-dots .owl-dot{
    position:relative;
    width:12px;
    height:12px;
    margin:0px 4px;
    overflow: hidden;
    border-radius: 50px;
    display:inline-block;
    border:1px solid #ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background-color: #ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
    height:100%;
}

.main-slider .owl-nav{
    position:absolute;
    left:0px;
    top:50%;
    z-index:1;
    width:100%;
    margin-top:-20px;
}

/*.main-slider .owl-nav .owl-prev{
    position:absolute;
    left:40px;
    color:#ffffff;
    font-size:38px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}*/
.owl-prev2{
    position:absolute;
    left:-24px;
    top: -70px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    width:92px;
    height:166px;
    display:inline-block ;
    background: url("../images/SVG_leftarr_white.svg") no-repeat;
    transition: all 0.3s;
}
.owl-prev2:hover {
   left: -15px!important;
    transition: all 0.3s;
}
.flaticon-left-arrow{
    display: inline-block;
    background: url(../images/SVG_leftarr_white_text.svg) no-repeat;
    width: 12px;
    height: 102px;
    position: absolute;
    right: 33px;
    top: 34px;
}

.owl-next2{
    position:absolute;
    /*right:40px;*/
    right: -21px;
    top: -70px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    width:92px;
    height:166px;
    display:inline-block ;
    background: url("../images/SVG_rightarr_white_text.svg") no-repeat;
    transition: all 0.3s;
}

.flaticon-right-arrow{
    display: inline-block;
    background: url("../images/SVG_rightarr_white.svg") no-repeat;
    width: 12px;
    height: 50px;
    position: absolute;
    left: 33px;
    top: 57px;
}
.owl-next2:hover {
    right: -11px!important;
    transition: all 0.3s;
}


.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
    color:#599b47;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    height: 350px;
}



/**************textbg*************/
.textbg_right{
    position: absolute;
    right: 9.2%;
    width: 408px;
    margin-top: 132px;
}
.textbg_right div{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.textbg_right .chn{
    letter-spacing: 0.1em;
    margin-bottom: 36px;
    position: relative;
}
section#featured {
    overflow: hidden;
    z-index: 10;
}
section#featured{
    padding:72px 0;
    padding-bottom: 0;
}

section#featured {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
section#featured .featured__title {
    width: 100%;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    z-index: 100;
    color: #ffffff;
    pointer-events: none;
}
.text-center {
    text-align: center!important;
}
section#featured .featured__title span {
    max-width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-left: 8.3%;
}
.container-max {
    max-width: 1720px;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
section#featured h2 {
    padding-bottom: 50px;
}
section#featured h2 {
    color: #020f45;
}
section#featured #featured__item {
    padding: 0 0 72px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

section#featured .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
section#featured #featured__item #featured__item-image {
    height: 560px;
    min-height: 300px;
    background-position: 50%;
    background-size: cover;
}

section#featured.projects #featured__item-image {
    overflow: hidden;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
@media (min-width: 992px){

    #featured .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

#featured .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#featured .col,#featured  .col-1,#featured  .col-2,#featured .col-3,#featured  .col-4,#featured  .col-5,#featured  .col-6,#featured  .col-7,#featured  .col-8,#featured  .col-9,#featured  .col-10,#featured  .col-11,#featured  .col-12,#featured  .col-auto,#featured  .col-lg,#featured  .col-lg-1,#featured  .col-lg-2,#featured  .col-lg-3,#featured  .col-lg-4,#featured  .col-lg-5,#featured  .col-lg-6,#featured  .col-lg-7,#featured  .col-lg-8,#featured  .col-lg-9,#featured  .col-lg-10,#featured  .col-lg-11,#featured  .col-lg-12,#featured  .col-lg-auto,#featured  .col-md,#featured  .col-md-1,#featured  .col-md-2,#featured  .col-md-3,#featured  .col-md-4,#featured  .col-md-5,#featured  .col-md-6,#featured  .col-md-7,#featured  .col-md-8,#featured  .col-md-9,#featured  .col-md-10,#featured  .col-md-11,#featured  .col-md-12,#featured  .col-md-auto,#featured  .col-sm,#featured  .col-sm-1,#featured  .col-sm-2,#featured  .col-sm-3,#featured  .col-sm-4,#featured  .col-sm-5,#featured  .col-sm-6,#featured  .col-sm-7,#featured  .col-sm-8,#featured  .col-sm-9,#featured  .col-sm-10,#featured  .col-sm-11,#featured  .col-sm-12,#featured  .col-sm-auto,#featured  .col-xl,#featured  .col-xl-1,#featured  .col-xl-2,#featured  .col-xl-3,#featured  .col-xl-4,#featured  .col-xl-5,#featured  .col-xl-6,#featured  .col-xl-7,#featured  .col-xl-8,#featured  .col-xl-9,#featured  .col-xl-10,#featured  .col-xl-11,#featured  .col-xl-12,#featured  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}




section#featured #featured__item .featured__title-wrap {
    position: absolute;
    left: auto;
    right: auto;
    margin: 0 auto;
    font-weight: 700;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

/*三角從左往右進入*/
.or_arrow{display: inline-block;position: absolute; left: -20px;top: 5px;width:14px;height:20px;background: url("../images/SVG_orangearr_lr.svg")}
.or_arrow {
    /* position: relative;
     left: -100px;*/
    /*opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;*/
}

.or_arrow.animate{
    position: relative;
    left: 0px;
    opacity: 1;
}

/*文字逐次進入效果*/
.c-about__fact__word.is-up {
    opacity: 1;
    transform: translateY(0px) translateZ(0px);
}

.c-about__fact__word {
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(50px) translateZ(0px);
    transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s;
}

.u-inline-block {
    display: inline-block;
}

.u-valign-middle {
    vertical-align: middle;
}

/*************lasttext**********/
.hyphy_section.text_overlay_hyphy {
    z-index: 0;
}
.hyphy_section {
    z-index: 1;
    overflow: hidden;
}
.hyphy_section .hyphy_layout1 {
    overflow: hidden;
}
.hyphy_section .hyphy_layout1 .hyphy_text_section {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
}
.hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_left, .hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_right {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
}
.hyphy_section .hyphy_layout1 .hyphy1_text_outer_container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
}

.hyphy_section .container {
    width: 100%;
}

.hyphy_section .container {
    max-width: 1024px;
}

.hyphy_section .container {
    /*margin-left: auto;
    margin-right: auto;*/
    margin-left: -20px;
    margin-right:-20px;
}
.hyphy_section .hyphy_layout1 .hyphy1_content {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_left, .hyphy_section .hyphy_layout1 .hyphy_text_section .hyphy_freespace_right {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
}
.hyphy_section .hyphy_layout1 .hyphy1_freespace {
    height: 100vh;
}
.hyphy_section .hyphy_layout1 .hyphy1_bg_wrapper {
    line-height: 0;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}
.hyphy_section .hyphy_layout1 .hyphy1_bg {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.textbg_right_last{
    position: fixed;
    right: 9.2%;
    width: 408px;
    margin-top: 132px;
    z-index: 5;
    top: 115px;
    line-height: 45px;
    font-size: 20px;
    color: #ffffff;
}
.textbg_right_last.actives{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* transition-delay: 1500ms; */
    transition-delay: 100ms;
}
.textbg_right_last {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family:'MyriadPro-Regular';
}

/****IG share****/
/*.ig_share{
    padding-bottom: 156px;
    background-color: #fff;
}*/
.ig_share_bg{
    background-color: #fff;

}
.top_module{
    height: 156px;
}
.top_bg{
    background: url(../images/SVG_TOP_text.png) no-repeat;
    position: relative;
    margin: 0 auto;
    width: 178px;
    height: 88px;
    bottom: -73px;
    transition: all 0.3s;
    z-index: 9;
    cursor: pointer;
}
.top_bg:hover{
    bottom: -68px;
    transition: all 0.3s;
}
/*.top_bg span:hover{
   top: 20px;
    transition: all 0.3s;
}*/
.top_bg span{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 79px;
    background: url(../images/SVG_TOP_arr.svg) no-repeat;
}


.gallery-image {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}
.gallery-image img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.gallery-image:hover::before {
    opacity: .7;
}

.gallery-image::before {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .0;
    background:#b4db28;
}
.project-col {
    margin: 0!important;
    padding: 0!important;
}
.ig_hover {
    display: block;
    /*content: "";*/
    background: url("../images/SVG_IG_hover.svg") no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 64px;
    height: 64px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 66px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin: auto;
}
.gallery-image:hover .ig_hover{
    opacity: 1;
}
/*.row {
    margin-right: 0px;
    margin-left: 0px;
}*/


/*按鈕*/
/*新*/
.btn-border-o {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.home_btn{
    position: absolute!important;
    bottom: 36px;
    right: 6%;
    height: 40px;
    /*line-height: 40px;*/
    font-size: 24px!important;
    font-family: 'MyriadPro-Semibold';
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    /*padding: 0 15px!important;*/
    line-height: 42px;
    padding: 0 20px !important;
}
.more_btn .borderbtn{
    height: 40px;
    /*line-height: 40px;*/
    font-size: 24px!important;
    font-family: 'MyriadPro-Semibold';
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    /*padding: 0 15px!important;*/
    line-height: 42px;
    padding: 0 20px !important;
}
.borderbtn {
    position: relative;
    opacity: .999;
    /*border-radius: 3px;*/
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    font-family: 'MyriadPro-Semibold';

}
.btn-border-o.btn-color:before, .btn-border-o.btn-color:after {
    border-color: #f4762d;
}
.btn-border-o:before {
    width: 0;
    height: 100%;
    border-width: 2px 0 2px 0;
    /*top: -2px;
    left: 0;*/
    border-left: 2px solid #ffffff00 !important;
    border-right: 2px solid #ffffff00 !important;
    top: -2px;
    left: -2px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.btn-border-o:before, .btn-border-o:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    /*border-radius: 3px;*/
    box-sizing: content-box;
    opacity: 0;
    border-radius: 30px;
    transition: all 0.3s cubic-bezier(0, 0.85, 0.25, 1) !important;
}
.animate, .btn, .btn-border-o:before, .btn-border-o:after, .btn-border:before, .btn-border:after, .btn-border-rev-o:before, .btn-border-rev-o:after, .btn-border-rev:before, .btn-border-rev:after, .btn-fill-vert-o:before, .btn-fill-vert-o:after, .btn-fill-vert:before, .btn-fill-vert:after, .btn-fill-horz-o:before, .btn-fill-horz-o:after, .btn-fill-horz:before, .btn-fill-horz:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-border-o.btn-color:before, .btn-border-o.btn-color:after {
    border-color: #f4762d;
}
.btn-border-o:after {
    width: 100%;
    height: 0;
    border-width: 0 2px 0 2px;
    /*top: 0;*/
    top: -2px;
    left: -2px;
    transition: all 0.3s cubic-bezier(0.02, 0.88, 0.3, 0.99) !important;
    border-top: 2px solid #ffffff00!important;
    border-bottom: 2px solid #ffffff00!important;
    z-index: 4;
}

.btn-border-o.btn-color:hover {
    color: #f4762d!important;
}
.btn-border-o:hover:before {
    width: 100%;
}
.btn-border-o:hover:after {
    height: 100%;
    /*height: 109%;*/
}

.borderbtn .arr{
    position: relative!important;
    right: 0;
    /*top:3px;*/
    transition: all 0.3s;
    display: inline-block;
    width: 16px;
    height: 16px;
    /*margin-left: 4px;*/
    background: url(../images/SVG_whitearr_lr.svg) no-repeat;
    top: 1px;
    margin-left: 7px;
}
.borderbtn:hover .arr{
    /*right: -9px;*/
    transition: all 0.3s;
    right: -7px;
     background: url(../images/SVG_orgarr_lr.svg) no-repeat;
}
.btn-border-o:hover:before, .btn-border-o:hover:after {
    opacity: 1;
}
/*舊按鈕*/
/*.borderbtn{
    position: absolute!important;
    bottom: 36px;
    right: 4.5%;
}
.borderbtn .arr,.view_btn .arr{
    position: relative!important;
    right: 0;
    transition: all 0.3s;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url("../images/SVG_whitearr_lr.svg") no-repeat;
}
.view_btn .arr{
    top: 1px;
}
.borderbtn:hover .arr,.view_btn:hover .arr{
    right: -9px;
    transition: all 0.3s;
}

.borderbtn{
    display: inline-block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 24px!important;
    font-weight: bold;
    box-sizing: content-box!important;
    -webkit-box-sizing:content-box!important;
    padding: 0 15px!important;
    transition: all 1s;
}

a.ui-box {
    text-decoration: none;
    color: #FFF;
}
.bottom-rightStart-burst:before {
    border-top: 2px solid #ffffff!important;
}
.bottom-rightStart-burst .ui-border-element:before {
    border-left: 2px solid #ffffff!important;
}
.bottom-rightStart-burst .ui-border-element:after {
    border-right: 2px solid #ffffff!important;
}
.bottom-rightStart-burst:after {
    border-bottom: 2px solid #ffffff !important;
}
.borderbtn:hover,.borderbtn:focus,.borderbtn:active {
    color: #ffffff!important;
    text-decoration: none;
}*/
/*舊按鈕end*/

/*
ul.menu_mid li:hover {
    top: -5px;
    transition: all 0.3s;
}
ul.menu_mid li {
    float: left;
    margin-right: 50px;
    font-size: 15px;
    position: relative;
    top: 0;
    transition: all 0.3s;
}*/

.arrow_scroll {
    width: 90px;
    height: 60px;
    position: absolute;
    bottom: 25px;
    background: url(../images/SVG_Scroll.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*-webkit-animation: float ease-in-out 2s infinite;
    animation: float ease-in-out 2s infinite;*/
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
}

.arrow_scroll:hover {
    bottom: 20px;
    transition: all 0.3s;
}

/*
.arrow_scroll {
    float: left;
    margin-right: 50px;
    font-size: 15px;
    position: relative;
    top: 0;
    transition: all 0.3s;
}*/


/***********ABOUT************/
.abouthead {
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    margin: auto;
    transition: all .40s ease-out;
    background-color: #f3f3f3;
}
.abouthead nav.mainNav ul li a{color: #333;}
.abouthead .logo2 {
    display: inline-block;
    float: left;
    width: 150px;
    height: 60px;
    background: url(../images/SVG_Vitrop_black.svg) center center no-repeat;
    background-size: 100% auto;
    display: block;
}
.abouthead nav.mainNav a:hover {
    opacity: .6;
    color: #f4762d;
}
.abouthead a:hover {
    transition: all .20s linear;
}

.mainbanner{
    background-image: url(../images/about/about_banner01.jpg);
    position: relative;
    /*padding: 185px 0px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px;

}
.gray_body{background-color: #ededed;padding: 112px 0;}
.about_bg{
    background-color: #ededed;
    position: relative;
    height: 525px;
}
.ellipse_bg{
    background-color: #fff;
    width: 89%;
    border-radius: 250px;
    height: 525px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
}
.about_bg .content{
    position: absolute;
    width: 62.5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 45px;
    z-index: 8;
}
.gray_body h2,.contact_us h2{
    font-size:48px;
    color: #98c221;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}
.gray_body .subtitle,.contact_us .subtitle{
    font-size: 26px;
    color: #595d59;
    letter-spacing: 0.1em;
}
.about_bg .content .chn_text{
    font-size: 16px;
    line-height: 26px;
    color: #595d59;
    margin-top: 45px;
}
.about_bg .content .eng_text{
    font-size: 16px;
    line-height: 26px;
    color: #595d59;
    margin-top: 45px;
}
.experience_bg .float_left {
    float: left;
    width:42%;
    height: 170px;
    position: relative;
    border-bottom-right-radius:100px;
    border-top-right-radius: 100px;
    margin-top: 137px;
}

.experience_bg .gray_bg {
    background-color: #e1e1e1;
    width: 100%;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 170px;
}
.experience_bg .l_text {
    position: absolute;
    left: 28%;
    top: 23px;
}
.experience_bg .float_right{float: right;margin-right: 7.5%;margin-top: 184px;}
.experience_bg .float_right ul li{text-align: right;font-size: 16px;color: #000;margin-bottom: 10px;}
.experience_bg .float_right ul li span.or_date{
    color:#f4762d;
    margin-left: 36px;
}
.mlr_10{margin: 0 10px;}
.ml_10{margin-left: 10px;}
.width80{width: 80px!important;}
.mt_030{margin-top: -30px;}
.contact_us h2{text-align: center;margin-top: 50px;}
.contact_us .subtitle{text-align: center;}
.z_list>div {
    /*width: 24%;*/
    float: left;
    position: relative;
}
.contact_img{width: 94px;margin: 0 auto;}
.hvr-bounce-in, .conveyor_parent>div {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.z_list>div img {
    width: 100%;
    cursor: pointer;
}
.z_txt {
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 20px;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active, .conveyor_parent>div:hover, .conveyor_parent>div:focus {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.z_list{margin-bottom: 10px;display:flex;flex-direction: row;justify-content: space-between; margin-top: 50px;}
.footer{display: flex;flex-direction: row;justify-content: space-between; width: 100%; height: 130px;line-height:130px;background-color: #585d59;color: #fff;font-family: 'MyriadPro-Semibold';position: relative;z-index: 10;}
.footer .float_left{margin-left:5%;}
.footer .float_left span{margin-right:65px;font-size: 23px;}
.footer .icon_facebook{
    display: inline-block;
    background: url("../images/SVG_community_FB.svg") no-repeat;
    width: 33px;
    height: 33px;
}
.footer .icon_ig{
    display: inline-block;
    background: url("../images/SVG_community_IG.svg") no-repeat;
    width: 33px;
    height: 33px;
}
.footer .float_right{margin-right:5%;line-height: 164px;overflow: hidden;}
.footer .float_right .icon_ig{margin-left:5px;}
.footer .float_right a:hover{opacity: .7;transition: all .20s linear;}


.about_bg span{display: inline-block;}
.about_bg .triangle_big{
    background: url(../images/SVG_bgtriangle_yw_big.svg) no-repeat;
    width: 86px;
    height: 46px;
    position: absolute;
    bottom: 7px;
    left: 138px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.60;
    z-index: 8;
}
.about_bg .triangle_mid{
    background: url(../images/SVG_bgtriangle_og_mid.svg) no-repeat;
    width: 100px;
    height: 66px;
    position: absolute;
    top: 38px;
    right: 373px;
    z-index: 8;
}
.about_bg .triangle_sml{
    background: url(../images/SVG_bgtriangle_yw.svg) no-repeat;
    width: 46px;
    height: 32px;
    position: absolute;
    top: -28px;
    right: 273px;
    z-index: 5;
}
.about_bg .green_eli{
    width: 250px;
    height: 57px;
    background: rgba(152,194,33,0.7);
    border-radius: 30px;
    position: absolute;
    right: 168px;
    bottom: -22px;
    z-index: 8;
}



/************PROJECTS**********/
.mainbanner.projects_banner{background-image: url(../images/projects/projects_banner01.jpg);}
.mainbanner .content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:85%;
    text-align: center;
    color: #fff;
    margin-top: 85px;
}
.mainbanner .line1{font-size: 42px;font-weight: bold;margin-bottom: 18px;}
.mainbanner .line2{font-size: 36px;letter-spacing: 0.1em;margin-bottom: 39px;}
.mainbanner .line3{font-size: 30px;letter-spacing: 0.4em;margin-bottom: 21px;}
.mainbanner .line4{font-size: 26px;}
.mainbanner .row_line{margin: 0 auto;width: 450px;height: 1px;background-color: #fff;margin-bottom: 42px;}
.middle_10{width: 80%;margin: 0 10%;}
.middle_10 .article_left{
    float: left;
    width: 53.1%;
}
.middle_10 .article_right{
    float: left;
}
.middle_10 .article_left .line1{
    position: relative;
    height: 70px;
    margin-bottom: 30px;
}
.green_title{
    font-size: 48px;
    color: #98c221;
    letter-spacing: 0.02em;
    font-weight: bold;
}
.middle_10 .line1 .green_title{
    position: absolute;
    left: 0;
    bottom: 0;
}
.middle_10 .line1 .subtitle{
    font-size: 26px;
    color: #595d59;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.project_article{padding: 90px 0 100px 0;background-color:#f3f3f3;}

.middle_10 .article_left .chn_text{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;

}
.middle_10 .article_left .eng_text{
    font-size: 16px;
    line-height: 26px;
}
.middle_10 .arcitle_right{
    float: right;
    width:46%;
    text-align: center;
    height: 535px;
    line-height: 535px;
}
.we_do{
    /*padding: 55px 0 35px 0;*/
    position: relative;
    margin-top: 60px;
}
.wedo_gray01{
    position: absolute;
    right: 0;
    top:27px;
    background-color: #ededed;
    width: 500px;
    height: 170px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}
.wedo_gray02{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ededed;
    width: 340px;
    height: 170px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}
.we_do .triangle_og_sml{
    display: inline-block;
    background: url("../images/SVG_bgtriangle_og.svg") no-repeat;
    width: 46px;
    height:32px;
    position: absolute;
    top: 152px;
    right: 97px;
    filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.60;
}
.we_do .triangle_yw_sml,.we_do .triangle_yw_sml2{
    display: inline-block;
    background: url("../images/SVG_bgtriangle_yw.svg") no-repeat;
    width: 46px;
    height:32px;
    filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.60;
}
.we_do .triangle_yw_sml{
    position: absolute;
    top: 100px;
    right: 34px;
}
.we_do .triangle_yw_sml2{
    position: absolute;
    bottom: 117px;
    left: 43px;
}

.we_do .middle_10{
    /*position: absolute;*/
    top: 55px;
    z-index: 10;
}
.we_do .line1{
    position: relative;
    margin-bottom: 55px;
}
.we_do .first_pic{
    background-image: url(../images/projects/project_piclistbig01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 610px;
}
.we_do .pic_ul{margin-top: 24px;display: flex;flex-direction: row;justify-content: space-between;}
.we_do .pic_ul div{
    background-size: cover;
    background-repeat: no-repeat;
    width: 49%;
    height: 377px;
}
.we_do .pic_ul .img1{
    background-image: url(../images/projects/project_piclist02.jpg);
}
.we_do .pic_ul .img2{
    background-image: url(../images/projects/project_piclist03.jpg);
}
.we_do .pic_ul .img3{
    background-image: url(../images/projects/project_piclist04.jpg);
}
.we_do .pic_ul .img4{
    background-image: url(../images/projects/project_piclist05.jpg);
}
.we_do .pic_ul .img5{
    background-image: url(../images/projects/project_piclist06.jpg);
}
.we_do .pic_ul .img6{
    background-image: url(../images/projects/project_piclist07.jpg);
}

.video_content .video{width: 100%;}
.cheers .z_list{margin-top:80px; }
.mt_020{
    margin-top: -20px;
}
.video_content{
    margin-top: 45px;
}

/****RELID******/
.mainbanner.relid_banner{background-image: url(../images/relid/relid_banner01.jpg);}
.relid_banner .line1{
    font-size: 96px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
.relid_banner .line2{
    font-size: 30px;
    letter-spacing: 0.02em;

}
.mainbanner.relid_banner .content {
    width: 50%;
    text-align: center;
    color: #fff;
    margin-top: 143px;
    height: 200px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.middle_nav{width: 100%;height:112px;background-color:#f3f3f3;}
.middle_nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    z-index: 10000;
    box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, .2);
}
.middle_nav .middle_10{position: relative;}
.middle_nav .relid_menu{
    float: left;
    margin-bottom: 0;
    margin-left: 0px;
    padding: 0;
}
.middle_nav .f_left{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}

.middle_nav .more_menu{
    float: left;
    display: table;
    margin-right: 46px;
    height: 112px;
    display: none;
}
.middle_nav .more_menu a{
    display: table-cell;
    vertical-align: middle;
    /*background: url(../images/SVG_btn_nav2.svg) center center no-repeat;
    width: 30px;
    height: 30px;*/
    background: url(../images/SVG_three.svg);
    width: 36px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.middle_nav .f_left ul li{
    float: left;
    height: 112px;
    display: table;
    float: left;
    height: 112px;
    display: table;
    width: 132px;
    text-align: center;
}
.middle_nav .f_left ul li.current{
    border-bottom: 3px solid #98c221;
}
.middle_nav .f_left ul li a{cursor: pointer;display: table-cell;vertical-align: middle;}
.middle_nav .menu_eng{
    color: #98c221;
    font-size:20px;
    letter-spacing: 0.02em;
    font-weight: bold;
}
ul.relid_menu li:hover .menu_eng{
    /*opacity: .6;*/
    color: #f4762d;
    transition: all .20s linear;
}

.middle_nav .menu_chn{
    color: #595d59;
    font-size:14px;
    letter-spacing: 0.02em;
}
.middle_nav .tobuy{
    height: 112px;
    display: table;
    position: absolute;
    right: 0;
    top: 0;
}
.middle_nav .tobuy a{display: table-cell;vertical-align: middle;}
.middle_nav .tobuy .menu_eng{
    color:#f4762c;
    font-size:20px;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-align: center;
    height: 28px;
    line-height: 32px!important;
}
.middle_nav .tobuy .menu_chn{
    color: #595d59;
    font-size:14px;
    letter-spacing: 0.02em;
}
.middle_nav .tobuy:hover .menu_eng{
    color: #fff;
    background-color: #f4762c;
    transition: all .30s linear;
    border-radius: 30px;
}
.middle_10 .line2 .subtitle {
    font-size: 22px;
    color: #595d59;
    letter-spacing: 0.1em;
}
.relid_Infomercial{
    padding: 120px 0 100px 0;
    position: relative;
}
.relid_Infomercial .middle_10{position: relative;}
.relid_Infomercial .line_title{
    height: 50px;
    line-height: 50px;
    margin-bottom: 16px!important;
}
.relid_Infomercial .line2{
    margin-bottom: 40px;
}
.relid_Infomercial .article_left{
    width:30%;
    float: left;
    position: relative;

}
.video_right{
    width: 62.5%;
    float: right;
}
.project_article.relid_Infomercial{
    background-color: #fff;
    width: 100%;
    margin-bottom: 90px;
}
.relid_Infomercial .gray01 {
    position: absolute;
    left: 0;
    bottom: 61px;
    background-color: #ededed;
    width: 340px;
    height: 170px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    z-index: 1;
}
.relid_Infomercial .triangle_yw_sml {
    display: inline-block;
    background: url(../images/SVG_bgtriangle_yw.svg) no-repeat;
    width: 46px;
    height: 32px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.60;
}

.relid_Infomercial .triangle_yw_sml {
    position: absolute;
    bottom: 183px;
    left: 39px;
    z-index: 10;
}





.relid_about{
    position: relative;
    height:530px;
}
.relid_about .left_slide {
    width: 450px;
    float: left;
    height: 450px;
    position: relative;
    background-image:url(../images/relid/gray_circle450.png);
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.relid_about .slide {
    height:300px;
    padding: 0;
    margin-top: 74px;
}
.relid_about .main-slider .owl-dots {
    bottom: 0px;
}
/*.gray_circle{
    width: 100%;
    height: 300px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #ededed;
}*/
.relid_about .main-slider {
    background: none;
}
.main-slider .owl-dots .owl-dot:before {
    background-color: #ffffff;
}
.relid_about .f_right{float: right;position: relative;}
.relid_about .f_right .text_part{position: absolute;
    left: 0;top:57px;z-index: 11;}
.relid_about .gray01{
    position: absolute;
    right: 0;
    bottom:100px;
    background-color: #ededed;
    width: 500px;
    height: 170px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    z-index: 10;
}
.relid_about .triangle_og_sml {
    display: inline-block;
    background: url(../images/SVG_bgtriangle_og.svg) no-repeat;
    width: 46px;
    height: 32px;
    position: absolute;
    bottom: 88px;
    right: 174px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.60;
    z-index: 10;
}
.relid_about .triangle_yw_sml {
    position: absolute;
    bottom: 130px;
    right: 98px;
    z-index: 10;

}
.relid_about .triangle_yw_sml{
    display: inline-block;
    background: url(../images/SVG_bgtriangle_yw.svg) no-repeat;
    width: 46px;
    height: 32px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.60;
}
.relid_features{background-color: #ededed;padding-bottom: 120px;}
.relid_features .text_content{
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
.relid_features .green_title {
    margin-bottom: 12px;
    padding-top: 55px;
}
.relid_features .subtitle {
    font-size: 26px;
    color: #595d59;
    letter-spacing: 0.1em;
    margin-bottom: 55px;
}
.relid_features .chn_text{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
.relid_features .eng_text{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 48px;
}
.color_or{
    color:#f4762c;
}
.relid_features .slide{
    height: 610px;
    padding: 0;
}
.relid_features .main-slider {
    margin-top: 95px;
}


ul.table_standard li{
    border-bottom: 1px solid #fcd5be;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
ul.table_standard li span{
    display: inline-block;
    text-align: left;
}
ul.table_standard li span.item1{
    /*width: 165px;*/
    width: 18%;
}
ul.table_standard li span.item2{
    /*width: 448px;*/
    width: 49%;
}
ul.table_standard li span.item3{
    /*width: 155px;*/
    width: 17%;
}
ul.table_standard li span.item4{
    /*width: 142px;*/
    width:16%;
    text-align: right;
}
.we_do.details{
    /*height: 400px!important;*/
    padding-top: 60px;
    margin-top: 0;
}
.we_do.details .line1{
    height: 55px;
    margin-bottom: 45px;
}
.we_do.faq .line1{
    height: 55px;
    margin-bottom: 45px;
}
.details .middle_10,.faq .middle_10{
    width: 67.5%;
    margin: 0 16.25%;
}
.item4 span{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    margin-left: 10px;
}
.dot_red{background-color: #ea5b6d;}
.dot_yellow{background-color: #f2e16f;}
.dot_green{background-color: #adce4c;}
.dot_gray{background-color: #8d8d97;}
.we_do.faq{
    min-height: 425px!important;
    height: auto!important;
    margin-top: 120px;
    margin-bottom: 115px;
}
.faq li {
    border-bottom: 1px solid #fcd5be;
}
.faq .hidden_text{
    border-left:4px solid #f47428;
    background-color: #f3f3f3;
    padding: 36px 38px;
    margin-bottom: 10px;
    display: none;
}
.faq .hidden_text .chn_text{margin-bottom: 20px;}
.faq .arrow{
    display: block;
    /*width: 18px;
    height: 12px;*/
    width: 50px;
    height: 66px;
    float: left;
    background-size: 18px 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.arrow.up{
    background-image: url("../images/proFAQarr_up.png");
}
.arrow.down{
    background-image: url("../images/proFAQarr_down.png");
    display: none;
}
.visible_text .arr_text{
    float: left;
    line-height: 33px;
}
.faq .visible_text{/*height: 66px;*/cursor: pointer;}

.relid_Infomercial.our_lynain{
    padding: 60px 0 0px 0;
    background-color: #f3f3f3;
    margin-bottom: 0px;
}
.relid_Infomercial.our_lynain img{width: 100%;}
.our_lynain  .arcitle_right {
    height: 420px;
    line-height: 420px;
}
.gray_top{
    background-color: #f3f3f3;

}
.gray_top .top_bg{
    background: url(../images/SVG_TOP_text.png) no-repeat;
}

.relid_Infomercial .article_left .pos_abs{
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
}
.relid_page .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border:none!important;
    background-color: #fff!important;
}
.relid_page .owl-dots .owl-dot:before {
    background-color: #98c222!important;
}
.relid_page .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: #98c222!important;
}
.relid_page .main-slider {
    overflow: visible;
}
.relid_page .main-slider .owl-dots {
    bottom: -60px;
}
.relid_about .main-slider .owl-dots {
    bottom: -24px;
}

/*.relid_features .text_content.tc01{
    margin: 0 5%;
    width: 90%;
}
.relid_features .text_content.tc02{
    margin: 0;
    width: 100%;
}*/
/***project_list***/
.item_pic{
    position: relative;
    width: 25%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px;
}
.item_pic .content {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    text-align: center;
    color: #fff;
    /*margin-top:130px;*/
    margin-top:87px;
}
.item_pic .view_btn{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 48px;
    font-size: 18px;
}
.item_pic .view_btn .arr{
    top:2px;
}
.item_pic .line1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.item_pic .line2 {
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top:20px;
}
.item_pic .row_line {
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background-color: #fff;
}
.glyphicon-chevron-right{
    width: 92px!important;
    height: 166px!important;
    display: inline-block!important;
    background: url(../images/SVG_rightarr_gray_text.svg) no-repeat;
    top: 37%!important;
    right: -78px;
    transition: all 0.3s;
}
.right .sr-only {
    display: inline-block;
    background: url(../images/SVG_rightarr_gray.svg) no-repeat;
    width: 12px;
    height: 50px;
    margin-top: 58px;
    margin-left: -10px;
}
.glyphicon-chevron-right:hover {
    right: -73px!important;
    transition: all 0.3s;
}
.glyphicon-chevron-left{
    width: 92px!important;
    height: 166px!important;
    display: inline-block!important;
    background: url(../images/SVG_leftarr_gray.svg) no-repeat;
    top: 37%!important;
    left: -78px;
    transition: all 0.3s;
}
.glyphicon-chevron-left:hover {
    left: -73px!important;
    transition: all 0.3s;
}
.left .sr-only {
    display: inline-block;
    background: url(../images/SVG_leftarr_gray_text.svg) no-repeat;
    width: 12px;
    height: 95px;
    margin-top: 40px;
    margin-left: 11px;
    display: inline-block;
    background: url(../images/SVG_leftarr_gray_text.svg) no-repeat;
    width: 12px;
    height: 102px;
    margin-top: 35px;
    margin-left: 11px;
}
.list_content{
    position: relative;
    /*margin-bottom: 180px;*/
}
.tab_menu{
    position: absolute;
    right: 2%;
    top: 0px;
}
.tab_menu span{cursor: pointer;}
.tab_menu .col_menu{
    display: block;
    background: url(../images/SVG_planlisttype1-2.svg) no-repeat;
    width: 23px;
    height: 15px;
    margin-bottom: 10px;
}
.tab_menu .col_menu.active{
    background: url(../images/SVG_planlisttype1-1.svg) no-repeat;
}
.tab_menu .col_menu:hover{
    background: url(../images/SVG_planlisttype1-1.svg) no-repeat;
    transition: all .50s linear;
}
.tab_menu .row_menu{
    display: block;
    background: url(../images/SVG_planlisttype2-1.svg) no-repeat;
    width: 23px;
    height: 15px;
}
.tab_menu .row_menu.active{
    background: url(../images/SVG_planlisttype2-2.svg) no-repeat;
}
.tab_menu .row_menu:hover{
    background: url(../images/SVG_planlisttype2-2.svg) no-repeat;
    transition: all .50s linear;
}
.block_list{
    margin: 0 10%!important;
}
.block_list .item_pic{
    position: relative;
    width:100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px!important;
}
.block_list .clearfix{
    margin-bottom: 30px;
}
.block_list.item_pic .line1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.block_list.item_pic .line2 {
    font-size: 22px;
    margin-top: 15px;
}
.abc li{display: none;}
.abc li.showed {display: block;}
.view_btn{
    display: inline-block;
    width: 55%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
/*.view_btn:hover:after {
    height: 111%;
}*/
.block_list .content {
    margin-top: 46px;
}
.block_list .view_btn {
    bottom: 24px;
    width: 50%;
}
.block_list .line1{
    font-size: 22px;
}
.carousel-control{width: 0px!important;opacity: 1!important;}
/*product_list*/
.product_list .left_pic,.product_list .right_pic{
    position: relative;
    /*width: 610px;*/
    width: 100%;
    float: left;
    height: 550px;
}
.product_list .left_pic{
    background-image:url(../images/product_list/productlist_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.product_list .right_pic{
    background-color:#b2b4ac;
}

.product_list .left_pic .line1 {
    font-size: 96px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.product_list .left_pic .view_btn {
    display: inline-block;
    width: 188px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
    font-size: 18px;
}
.product_list .left_pic .view_btn .arr{
    top: 2px;
}
.product_list .right_pic .line1 {
    font-size: 96px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.product_list{
    margin: 0 5%!important;
}
.pd0{padding: 0!important;}
.fix_footer{
    position: fixed;
    left:0;
    /*bottom: 0;*/
    width: 100%;
    bottom: -130px;
}
.block_list{
    margin-bottom: 130px!important;
}
.block_list {
    margin-bottom:180px;
}
.abc #myCarousel {
    margin-bottom: 240px!important;
}
.gizle {
    bottom: -130px;
}
.sabit {
    bottom:0;
    z-index: 9999;
}
.right_pic .sad_face
{
    width: 100%;
    height: 100%;
    background-image:url(../images/SVG_sad.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 159px auto;
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 16;*/
    z-index: -1;
    background-color: #b2b4ac;
    cursor: no-drop;
}
/*.right_pic:hover .sad_face{display: block;}*/
.carousel-indicators {
    position: absolute;
    bottom: -50px!important;
    left: 0px!important;
    z-index: 15;
    width: auto!important;
    padding-left: 0;
    margin-left: 0!important;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #f4762c!important;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px!important;
    height: 12px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dcdcdc!important;
    border: none!important;
    border-radius: 10px;
    margin-right: 15px!important;
}
.productlist_content{
    margin-bottom: 240px;

}
.productlist_content .content{
    width: 100%;
    height: 215px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.productlist_content .right_pic .content{
    height: 129px;
    line-height: 129px;
}
.relabc{
    position: relative;
    width: 100%;
    height: 98px;
}
.relabc .updiv{
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.relabc .downdiv{
    position: absolute;
    bottom: -82px;
    width: 100%;
    height: 60px;
}
.uptext{
    font-size: 24px;
    font-family: 'MyriadPro-Semibold';
    margin-bottom: 20px;
    word-wrap: break-word;
}
.downtext{
    font-size: 22px;
    letter-spacing: 0.1em;
}
.block_list .uptext{
    font-size: 22px;
}
.mobile_block{
    display: none!important;
}
.home_mbbtn{
    height: 40px;
    font-size: 24px!important;
    font-family: 'MyriadPro-Semibold';
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    line-height: 42px;
    padding: 0 20px !important;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: none;
}
.home_mbbtn .arr, .home_mbbtn2 .arr,.view_mbbtn .arr{
    position: relative!important;
    right: 0;
    transition: all 0.3s;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/SVG_whitearr_lr.svg) no-repeat;
    top: 1px;
    margin-left: 7px;
}
.home_mbbtn2{
    position: absolute!important;
    bottom: 36px;
    right: 8%;
    height: 40px;
    font-size: 24px!important;
    font-family: 'MyriadPro-Semibold';
    box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    line-height: 42px;
    padding: 0 20px !important;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: none;
}
.product_list .left_pic .view_mbbtn {
    display: inline-block;
    width: 188px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
    font-size: 18px;
    border-radius: 30px;
    font-family: 'MyriadPro-Semibold';
    display: none;
}
.block_list .view_mbbtn {
    width: 50%;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #ffffff;
    font-family: 'MyriadPro-Semibold';
    display: none;
}
.home_mbbtn:hover, .home_mbbtn2:hover,.view_mbbtn:hover{
    border: 2px solid #f4762d;
    color: #f4762d;
}
.image_title{
    font-size: 50px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.04em;
    position: absolute;
    z-index: 100;
    top:79px;
    right: 50px;
    color: #fff;
    display: none;
}
/***********rwd************/
@media (min-width:320px) and (max-width:767px){
    .borderbtn{display: none!important;}
    .home_mbbtn,.home_mbbtn2,.view_mbbtn{
        display:inline-block!important;
    }
    #featured__title{display: none!important;}
    .image_title{
        display:inline-block!important;
    }
    nav.mainNav ul li {
        padding: 23px 0px 20px 0;
    }
    .main-slider .slide {
        padding: 86px 0px;
	}
	
	/* 20181223修改 */
	.main-slider-sub .slide{
		background-size:contain;
		background-color: #ededed;
		height:100vw !important;
	}
	.main-slider-sub {
		width: 100%;
	}
	.rwd_nobottom{
		padding-bottom:0;
	}
	/* 20181223修改 end */
	
	
    .textbg_right{
        position: absolute;
        right: 0;
        width: 408px;
        /*margin-top: 132px;*/
        margin-top: 200px;
        padding: 0 35px 0 105px;
    }
    .textbg_right div {
        font-size: 16px;
        margin-right: 20px;
        line-height: 26px;;
    }
    .home_btn {right: 8%;}
    .main-slider h2 {
        width: 220px;
		/*height: 28vh;*//*20181207修改*/
        height: 156px;
    }
    .main-slider h3{
        font-size: 18px;
        line-height: 28px;
    }
    .main-slider .text{
        font-size: 16px;
    }
    .owl-nav{
        display: none;
    }
    header .logo{	width: 45px!important;}
    header .logo2{	width: 85px!important;}

    .btn_nav{display:inline-block;}

    header #iconWrapper{
        display: none!important;
    }
    nav.mainNav{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 100;
        background: rgba(256,256,256,1);
        box-sizing: border-box;
        padding: 30px;
    }
    nav.mainNav .nav_toptool{
        display: block;
    }
    nav.mainNav ul li {
        display: block;
        width: 100%;
        text-align: center;

        box-sizing: border-box;
    }
    nav.mainNav ul li:hover ul.subNav {
        display:none;
    }
    nav.mainNav ul li a {
        padding: 20px;
        font-size: 20px;
        color: #000;
        border-bottom: 1px #E3E3E3 solid;
    }

    .wrapper2{
        padding: 8px 20px;
    }
    section#featured .featured__title span {
        font-size: 50px;
    }
    .textbg_right_last {
        position: fixed;
        /*left:10px;
        width: 333px;*/
        left: 5%;
        right: 5%;
        width: 90%;
        /*word-wrap: break-word;
        word-break: break-all;20181207修改*/
    }
    .hyphy_section .hyphy_layout1 .hyphy1_content {
        width: 99%;
    }
    /*about*/
    .abouthead {
        height: 76px;
    }
    .ellipse_bg {
        height: 954px;
    }
    .experience_bg .float_left {
        width: 75%;
    }
    .z_list{display: block;}
    .gray_body h2, .contact_us h2 {
        font-size: 35px;
    }
    .experience_bg .float_right {
        margin-top: 66px;
    }
    .experience_bg .float_right {
        float: left;
        /*margin-right: 7px;*/
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
    }
    .experience_bg .float_right ul {
        padding: 0px;
    }
    .experience_bg .float_right ul li {
        font-size: 16px;
        margin-bottom: 19px;
        line-height: 25px;
        text-align: left;
    }
    .mb_contact .contact_img {
        width: 75px;
    }
    .gray_body {
        padding: 74px 0;
    }
    .mainbanner {
        height: 450px;
    }
    .about_bg {
        height: 959px;
    }
    .about_bg .triangle_big {
        left: 3px;
    }
    .about_bg .green_eli {
        width: 139px;
        right: 22px;
        height: 43px;
        position: absolute;
        right: 20px;
        bottom: -5px;
    }
    .experience_bg .float_left {
        margin-top: 91px;
    }
    .about_bg .triangle_mid {
        right:10px;
        width: 84px;
        height: 42px;
    }
    .about_bg .triangle_sml {
        top: -18px;
        right: 251px;
    }
    .footer .aite{
        margin-right: 0px;
        float: left;
        line-height: 44px;
        margin-top: 17px;

    }
    .footer .email{
        margin-right: 0px;
        float: left;
        line-height: 0;

    }
    .footer .float_left {
        width: 60%;
    }
    .footer .float_right {
        margin-right: 5%;
        line-height: 164px;
        overflow: hidden;
    }
    .footer .icon_facebook {
        display: inline-block;
        background: url(../images/SVG_community_FB.svg) no-repeat;
        width: 33px;
        height: 33px;
        float: left;
        margin-top: 35px;
    }
    .footer .float_right .icon_ig {
        margin-left: 5px;
        float: left;
        margin-top: 35px;
    }
    .top_module.mb_style {
        margin-top: -60px;
    }
    /*PROJECT*/
    .mainbanner .line1 {
        font-size: 24px;
    }
    .mainbanner .line2 {
        font-size: 21px;
    }
    .mainbanner .row_line {
        width: 182px;
    }
    .mainbanner .line3 {
        font-size: 16px;
    }
    .mainbanner .line4 {
        font-size: 14px;
    }
    .middle_10 {
        width: 90%;
        margin: 0 5%;
    }
    .middle_10 .article_left {
        float: left!important;
        width:100%!important;

    }


    .middle_10 .arcitle_right {
        float: left!important;
        width:100%!important;
        height: 200px;
        line-height: 200px;
    }
    .project_article.project_about {
        padding: 30px 0 30px 0;
        height:1115px;
    }
    .we_do {
        margin-top: 25px;
    }
    .middle_10 .green_title {
        font-size: 34px;
    }
    .middle_10 .line1 .subtitle {
        font-size: 22px;
        bottom: 9px;
    }
    .wedo_gray01 {
        position: absolute;
        right: 0;
        top: 27px;
        width: 176px;
        height: 63px;
    }
    .we_do .triangle_yw_sml {
        position: absolute;
        top: 71px;
        right: 17px;
    }
    .we_do .triangle_og_sml {
        position: absolute;
        top: 46px;
        right: 91px;
    }
    .wedo_gray02 {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #ededed;
        width: 190px;
        height: 63px;
    }
    .we_do .triangle_yw_sml2 {
        position: absolute;
        bottom: 21px;
        left: 19px;
    }
    .contact_us .z_list>div {
        width: 100%;
        margin-bottom: 25px;
    }
    .cheers .z_list>div {
        width: 100%;
    }
    .we_do .first_pic {
        height: 345px;
    }
    .we_do .pic_ul {
        margin-top: 15px;
        display: block;
    }
    .we_do .pic_ul div {
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
    }
    .we_do {
        height: 1160px;
    }
    .we_do.mb_height{
        height: 1730px!important;
    }
    .we_do.mb_height .line1 {
        margin-bottom: 71px;
    }
    .video_content video{height: 365px;}
    .cheers .z_list {
        margin-top: 45px;
    }
    .top_module.mt_020 {
        margin-top: -40px;
    }
    .projects_banner .line1{
        font-size: 30px!important;
    }
    .projects_banner .line3{
        font-size: 18px!important;
        line-height: 28px;
    }
    .projects_banner .line4 {
        font-size: 16px;
    }
    .contact_img.width80 {
        width: 64px!important;
    }
    .top_module.mt_030 {
        margin-top: -38px;
    }


    /*productlist*/
    .product_list .right_pic .line1 {
        font-size: 42px;
        height: 20px;
    }
    .middle_nav {
        display: none;
    }
    .product_list .left_pic, .product_list .right_pic {
        height: 430px;
        margin-bottom: 20px;
    }

    .product_list {
        padding-bottom: 60px;
    }
    .product_list .left_pic .line1 {
        font-size: 72px;
    }

/*relid*/
    .video_right {
        width: 100%;
        float: left;
    }
    .relid_Infomercial .gray01 {
        bottom: 480px;
        width: 295px;
    }
    .relid_Infomercial .triangle_yw_sml {
        bottom:459px;
        left: 214px;
    }

    .relid_Infomercial .article_left {
        height: 452px!important;
    }
    #0ne {
        height: 861px;
        padding: 50px 0 50px 0!important;
    }
    .relid_about .left_slide {
        width: 300px;
        float: left;
        height: 300px;
    }
    .relid_about .slide {
        height: 187px;
        width: 300px;
    }
    .relid_about {
        height: 937px;
    }
    .relid_about .gray01 {
        bottom: 30px;
        width: 265px;
    }
    .relid_about .triangle_yw_sml {
        bottom: 79px;
        right: 40px;
    }
    .relid_about .triangle_og_sml {
        bottom: 46px;
        right: 140px;
    }
    .we_do.details {height: 342px!important;}
    .we_do.faq {
        margin-bottom: 85px;
    }
    .relid_Infomercial.our_lynain {
        height: 720px;
    }
    .relid_features .main-slider {
        margin-top: 56px;
    }
    .relid_features .slide{
        height: 420px;
    }
    ul.table_standard li {
        line-height: 38px;
        font-size: 12px;
        width: 126%;
    }
    .details .middle_10{
        width:90%;
        margin: 0 5%;
    }
    .auto_table{
        display: -webkit-box;
        white-space: nowrap;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-overflow-scrolling: touch;
        text-align: justify;
        overflow-x: initial;

    }
    ul.table_standard li span.item1 {
        /*width: 19%;*/
        width: 22%;
    }
    ul.table_standard li span.item2 {
        /*width: 35%;*/
        width: 38%;
    }
    ul.table_standard li span.item3 {
        /*width: 16%;*/
        width: 11%;
    }
    ul.table_standard li span.item4 {
        /*width: 30%;*/
        width: 29%;
    }
    .faq .middle_10 {
        width: 90%;
        margin: 0 5%;
    }
    .relid_about .f_right{
        height: 616px;
    }




    /*project_list*/
    .block_list .line1,.block_list .line2 {
        font-size: 18px;
    }
    .carousel-inner .uptext,.carousel-inner .downtext{
        font-size: 12px;
    }
    .abc #myCarousel{margin-left:10%!important;margin-right:10%!important;}
    #myCarousel .item_pic {
        height: 498px!important;
    }
    #myCarousel .view_btn {
        display: inline-block;
        width: 63px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        border: none;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    .footer .float_left span {
        font-size: 14px;
    }
    .productlist_content{
        /*margin-bottom: 100px!important;*/
        margin-bottom: 0px!important;
    }
    .block_list .uptext {
        font-size: 20px;
    }
    .downtext {
        font-size: 20px;
        letter-spacing: 0.1em;
    }
    .project_article.relid_Infomercial {
        margin-bottom: 7px;
    }
    #one{
        padding: 50px 0 50px 0!important;
    }
    .experience_bg .mb_block {
        display: block;
    }
    .experience_bg .float_right ul li span.or_date {
        margin-left: 12px;
    }
    #myCarousel{display: none!important;}
    .tab_menu{display: none;}
    .block_list{display: block!important;margin: 0 5%!important;/*20181207調整*/}
    .relid_banner .line1{
        font-size: 72px!important;
    }
    .footer{
        height: 100px;
    }
    .auto-container {
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        height: 410px;
    }
    .mobile_block{
        display: block!important;
    }
    .mobile_hide{
        display: none!important;
    }
    .relid_features .green_title {
        font-size: 34px;
        margin-bottom: 6px;
    }
    .relid_features .subtitle {
        font-size: 22px;
    }
    .relid_Infomercial .line_title {
        margin-bottom: 11px!important;
    }
    .visible_text .arr_text {
        line-height: 26px;
    }
    .faq li {
        padding-bottom: 6px;
    }

}
@media (max-width: 359px) and (min-width: 320px){
    .relid_about .left_slide {
        width: 300px;
        float: left;
        height: 300px;
        margin-left: -6px;
    }
}
@media (max-width: 374px) and (min-width: 360px){
    .relid_about .left_slide {
        margin-left: 10px;
    }
}
@media (max-width: 409px) and (min-width: 375px){
    .relid_about .left_slide {
        margin-left: 16px;
    }
}
@media (max-width: 767px) and (min-width: 410px){
    .relid_about .left_slide {
        margin-left: 35px;
    }
}

@media screen and (min-width:768px)and (max-width:991px){
    .textbg_right{
        position: absolute;
        right: 9.2%;
        width: 408px;
        margin-top: 132px;
    }
    .main-slider h2 {
        width: 380px;
    }
    .owl-nav{
        display: block;
    }
    .ellipse_bg {
        height: 635px;
    }
    .abc #myCarousel .item_pic {
        /*height: 866px!important;*/
    }
    .experience_bg .float_left {
        width: 61%;
    }
    .experience_bg .float_left {
        margin-top: 85px;
    }
    .experience_bg .float_right {
        margin-top: 89px;
    }
    .about_bg{
        height: 647px;
    }
    .about_bg .triangle_mid {
        right: 162px;
    }
    .middle_nav {
        display: none;
    }
    .middle_10{
        width: 90%;
        margin: 0 5%;
    }
    .video_right {
        width: 52.5%;
    }
    /*.relid_about .left_slide {
        width: 300px;
        float: left;
        height: 300px;
    }*/

    .relid_about .article_left.f_right {
        width: 46.1%;
        margin-top: -84px;
    }
    .article_left.f_right .line1 {
         margin-bottom: 0px;
    }
    .article_left.f_right .gray01 {
        width: 405px;
    }
    .details .middle_10, .faq .middle_10 {
        width: 90%;
        margin: 0 5%;
    }
    ul.table_standard li {
        line-height: 17px;
    }
    ul.table_standard li span.item1 {
        width: 21.3%;
    }
    ul.table_standard li span.item2 {
        width: 38.6%;
    }
    ul.table_standard li span.item3 {
        width: 16.4%;
    }
    ul.table_standard li span.item4 {
        width: 22.2%;
    }
    .relid_Infomercial .triangle_yw_sml {
        bottom: 38px;
    }
    .relid_Infomercial .gray01 {
        bottom: 7px;
    }
    .relid_Infomercial .triangle_yw_sml {
        bottom: -10px;
    }
    .relid_about .left_slide {
        width: 350px;
        height: 350px;
    }
    .left_slide .owl-item{
        width: 400px;
    }
    .relid_about .slide {
        height: 200px;
        padding: 0;
        margin-top: 74px;
        width: 340px;
    }
    .relid_about .gray01 {
        width: 419px;
    }



}
@media screen and (min-width:992px)and (max-width:1199px){
    .textbg_right{
        position: absolute;
        right: 9.2%;
        width: 408px;
        margin-top: 132px;
    }
    .main-slider h2 {
        width:380px;
    }
    .owl-nav{
        display: block;
    }
    .relid_about .middle_10 {
        width: 90%;
        margin: 0 5%;
    }
    .relid_about .f_right {
        width: 49.1%;
    }
    .about_bg {
        height: 549px;
    }
    .experience_bg .float_left {
        margin-top: 103px;
    }
    .experience_bg .float_right {
        margin-top: 65px;
    }
    .middle_nav .middle_10{width: 90%;
        margin: 0 5%;
    }
    .product_list .right_pic .line1 {
        font-size: 82px;
    }
    .details .middle_10, .faq .middle_10 {
        width: 80%;
        margin: 0 10%;
    }

}
@media screen and (min-width:1200px)and (max-width:1439px){
    .textbg_right{
    position: absolute;
    right: 9.2%;
    width: 408px;
    margin-top: 132px;
}
    .main-slider h2 {
        width: 380px;
    }
    .owl-nav{
        display: block;
    }

}
@media screen and (min-width:1440px){
    .product_list .left_pic, .product_list .right_pic {
        height: 940px;
    }

    .auto-container {
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        height: 380px;
    }

}


