﻿.fl {
    float: left;
}

.fr {
    float: right;
}
.flex-table{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
            align-items: stretch;
    flex-wrap: wrap;
}
.header1 {
    top: 0 !important;
    /* border-bottom: none; */
}

.site-content {
    margin-top: 92px;
}

.search_input {
    width: 138px;
}

.mbx_title {
    width: 100%;
    margin: 0 auto;
    /* background: #f5f5f5; */
    padding: 24px 0;
    font-size: 14px;
    overflow: hidden;
}

.title_a span {
    color: #757575;
}

.title_a a {
    color: #757575;
    opacity: 0.8;
    padding-right: 17px;
    margin-right: 5px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: url(../images/wel06.png) no-repeat center right;
    background-size: 6px;
}

.title_a a:last-child {
    background: none;
}

.title_a a.cur {
    color: #000;
}

.content-box {
    margin-top: 60px;
}


/* banner-ny */
.banner_ny {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner_ny_b {
    width: 100%;
    height: 390px;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.banner_ny .content-wrap {
    height: 100%;
}

.banner_ny:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* background: linear-gradient(transparent,rgba(0,0,0,.4)); */
}

.banner_text {
    display: none;
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 45%;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.banner_text h3 {
    font-size: 35px;
    letter-spacing: 2px;
    letter-spacing: 4px;
}

.banner_text p {
    font-size: 28px;
    margin: 15px 0 0;
    letter-spacing: 4px;
}

.banner_ny_bg {
    position: relative;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

.banner_one {
    float: left;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.banner_ny_box {
    width: 100%;
    background: #f5f5f5;
}

.ny_title {
    position: relative;
    width: 88%;
    margin: -90px auto 0;
    background: #fff;
    padding: 34px 60px 34px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.ny_title_big {
    width: 20%;
    font-size: 22px;
    text-align: left;
}

.ny_title_nav {
    width: 80%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.ny_title_nav a {
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 14px;
    text-align: right;
}

.ny_title_nav a:hover {
    color: #666;
}

.banner_ny_bg .meiji_wrap {
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 30px);
    max-width: 1386px;
    height: 100%;
}

.ny-one-text {
    position: absolute;
    width: 300px;
    height: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.85);
    color: #000;
    top: 0;
    left: 35%;
}

.ny-one-text p {
    font-size: 36px!important;
    /*font-weight: bold;*/
    line-height: 1.2!important;
}

.meiji_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 50px 0;
    overflow: hidden;
}

/* banner-ny  end */

/* case */
.case_box {
    margin-bottom: 40px;
}

.case_box_list {
    overflow: hidden;
}

.case_list_left {
    width: 65%;
}

.caseTwo .case_list_left {
    width: 50%;
}

.case_list_right {
    width: 35%;
}

.case_item {
    position: relative;
    width: 100%;
    height: 660px;
    padding: 5px;
}

.caseThree .case_list_right .case_item {
    height: 330px;
}

.case_item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.case_item:hover .case_bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.case_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.case_item:hover .case_text {
    background: rgba(0, 0, 0, 0.6);
}

.case_text h3 {
    position: absolute;
    font-size: 28px;
    top: 40%;
    left: 0;
    width: 100%;
    letter-spacing: 2px;
}

.case_text h3 span {
    display: block;
    
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 14px;
}

.case_text p {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0 10%;
    font-size: 15px;
    letter-spacing: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.case_item:hover .case_text p {
    bottom: 100px;
}

.case_item .Arrow-product {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
}

.case_text p span {
    display: inline-block;
    margin: 0 15px;
}

.pager__items {
    text-align: left;
    margin: 50px 0 70px;
    
}

.pager__item {
    display: inline-block;
    margin: 0 5px;
}

.pager__item a {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.pager__item.cur a {
    font-weight: bold;
    color: #000;
}

.pager__item span {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}

/* case  end */

/* news */
.news-title {
    text-align: center;
    
    margin-bottom: 50px;
}

.news-title a {
    display: inline-block;
    margin: 0 20px;
    padding: 6px 8px 5px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-title a:hover,
.news-title a.cur {
    background: #000;
    color: #fff;
}

.news-box {
    width: 103%;
    margin-left: -3%;
    overflow: hidden;
}

.news-box li {
    width: 30.33%;
    float: left;
    margin: 0 0 4% 3%;
}

.news-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.news-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.news-box li:hover .news-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-text h3 {
    font-size: 20px;
    margin: 25px 0 30px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.news-text span {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 35px;
    
}

.news-text span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background: #333;
    left: 0;
    top: 5px;
}

.news-text p {
    font-size: 14px;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}


.subcontent {
    padding-top: 30px;
    width: 100%;
    color: #333;
    overflow: hidden;
}

.subcontent .left {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.subcontent .left h1 {
    width: 380px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    padding: 0 0 30px;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    
}

.subcontent .left h1 span {
    display: block;
    font-size: 14px;
    margin-top: 18px;
}

.bl {
    position: absolute;
    background-color: #0062a4;
    color: #fff;
    font-size: 14px;
    width: 100px;
    line-height: 40px;
    text-align: center;
    right: 0;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.subcontent .left .con {
    width: calc(100% - 380px);
    padding-left: 5%;
    margin: 0 0 80px 0;
}

.subcontent .left .con p {
    line-height: 1.6;
    margin: 0 0 20px;
}

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

.info-box {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #e6e6e6;
}

.info-box .bot a {
    display: block;
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 80%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box .bot a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #d3d3d3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-box .bot a:hover {
    color: #000;
    padding-left: 25px;
}

.info-box .bot a:hover:before {
    background: #000;
    width: 15px;
}

.info-bot-dr {
    display: block;
    position: absolute;
    text-align: center;
    width: 124px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 18px;
    top: 48px;
    right: 0;
    overflow: hidden;
}

.info-bot-dr a {
    display: block;
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 13px;
    line-height: 34px;
}

.info-bot-dr:hover a {
    color: #000;
}

.info-bot-dr:before {
    content: "";
    display: block;
    width: 124%;
    height: 100%;
    position: absolute;
    left: -131%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
}

.info-bot-dr:after {
    content: "";
    position: absolute;
    z-index: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* news  end */

/* case */
.case-boxs {}

.case-boxs li {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.case-boxs li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.case-boxs li img {
    width: 100%;
}

.case-view {
    position: relative;
    height: 580px;
    margin-bottom: 50px;
    background: #f5f5f5;
    overflow: hidden;
}

.case-view-text {
    width: 40%;
    height: 100%;
    position: relative;
}

.case-view-box {
    position: absolute;
    width: 100%;
    padding: 8%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}

.case-view-img {
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.case-view-text {
    text-align: center;
}

.case-view-text h3 {
    font-size: 24px;
}

.case-view-text p {
    line-height: 1.8;
    font-size: 13px;
    margin: 30px 0;
    height: 56px;
    overflow: hidden;
}

.case-view-box .info-list li {
    margin: 0 20px;
}

.case-view-two .case-view-text p {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.case-view-box a {
    display: inline-block;
    padding: 9px 21px;
    border: 2px solid #000;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    
}

.case-view-bg {
    width: 50%;
    height: 100%;
    float: left;
}

.case-view-bg>div {
    position: relative;
    width: 100%;
    height: 48%;
    margin-bottom: 2%;
    background-size: cover;
    background-position: center;
}

.case-bg-2 {
    position: relative;
    width: 49%;
    height: 98%;
    margin-left: 1%;
}

.case-view-two .case-view-text {
    right: 0;
    left: auto;
}

.case-view-two .case-bg-2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.case-view-two .case-view-box {
    top: 2%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.case-bg-3 {
    width: 100%;
    height: 40%;
    position: absolute;
    left: 1.5%;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.case-view-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.case-view-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.case-view-a:hover {
    opacity: 1;
}

.case-view-a h3 {
    font-size: 22px;
}

.case-view-a span {
    border: 1px solid #000;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 20px;
}

/* case  end */

/* case-info */
.post-navigation {
    background: #fff;
    position: relative;
}

.post-navigation.with-border-bottom {
    border-bottom: 1px solid #f0f0f0;
}

.box-wrap {
    position: relative;
    width: 50%;
    float: left;
}

.text-left,
p.text-left {
    text-align: left;
}

.text-right,
p.text-right {
    text-align: right;
}

.post-navigation .box-wrap>a {
    width: 100%;
    height: 90px;
    display: block;
}

.content-center {
    display: table;
    width: 100%;
    height: 100%;
}

.content-center .wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.post-navigation .box-wrap>a .icon {
    width: 30px;
    display: inline-block;
    font-size: 21px;
    vertical-align: 8px;
}

.post-navigation .box-wrap>a h4,
.post-navigation .box-wrap>a .icon {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: color;
    transition-property: color;
}

.post-navigation .content {
    display: inline-block;
}

.text-left .content-center .content {
    padding-left: 30px;
    background: url(../images/left.png) no-repeat left center;
    background-size: 15px;
}

.text-right .content.content {
    padding-right: 30px;
    background: url(../images/right.png) no-repeat right center;
    background-size: 15px;
}

p.subtitle {
    margin: 0;
    line-height: 1.5;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.post-navigation .subtitle {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
}

.post-navigation h4 {
    margin: 0;
    font-size: 13.5px;
    font-weight: 600;
}

.norebro-icon-grid {
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.post-navigation .grid {
    background: #f3f3f3;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.p-t-f {
    position: absolute;
    top: -17px;
    right: 0;
    width: 123px;
}

.p-t-i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 50%;
}

.p-t-f span {
    font-size: 15px;
    margin-left: 8px;
}

.norebro-icon-grid .icon {
    width: 4px;
    height: 4px;
    border: 4px solid #545454;
    border-left: none;
    border-right: none;
    box-sizing: content-box;
    top: 19px;
    left: 19px;
}

.norebro-icon-grid .icon,
.norebro-icon-grid .icon:before {
    position: absolute;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.norebro-icon-grid .icon:before {
    content: '';
    width: 100%;
    height: 100%;
    border: inherit;
    top: -4px;
    left: 8px;
    box-sizing: content-box;
}

.norebro-icon-grid .icon,
.norebro-icon-grid .icon:before {
    position: absolute;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.post-navigation .grid:hover {
    background: #e6e6e6;
}

.norebro-icon-grid:hover .icon {
    height: 6px;
    -webkit-transform: translate3d(-1px, -1px, 0) rotate(0.3deg);
    transform: translate3d(-1px, -1px, 0) rotate(0.3deg);
}

.norebro-icon-grid:hover .icon:before {
    -webkit-transform: translate3d(2px, 0, 0) rotate(0.3deg);
    transform: translate3d(2px, 0, 0) rotate(0.3deg);
}

.index_case_top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #adadad;
    overflow: hidden;
}

.index_case_top form select {
    font-size: 12px;
    padding-left: 10px;
}

.index_case_top h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.product-info-top {
    padding-top: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.product-info-qh {
    width: 70%;
    overflow: hidden;
}

.product-info-qh img,
.product-text-ys li img {
    width: 100%;
    display: block;
}

.slider-nav {
    width: 100px;
    float: left;
}

.slider-nav .slick-track {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.slider-nav .slick-slide {
    float: none;
    width: 65px !important;
    height: 65px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    align-items: flex-end;
}

.slider-nav .slick-slide.slick-current {
    border: 1px solid #e0e0e0;
}

.slider-big {
    width: 88%;
    float: right;
}

.slider-big .slick-track {
    width: 100% !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.slider-big .slider-big-img {
    float: none;
    left: 0 !important;
    margin-bottom: 5px;
}

.product-info-text {
    position: relative;
    width: 30%;
    padding-right: 30px;
    margin: 0 0 50px 0;
}

.buyDet_txt {
    position: relative;
    top: 0;
    bottom: auto;
}

.buyDet_txt>span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 8px 15px 7px;
}

.buyDet_txt.fixed {
    position: fixed;
    top: 148px;
    bottom: auto;
}

.buyDet_txt.pos {
    position: absolute;
    bottom: 0;
    top: auto;
}

.product-nav a {
    color: #777;
    font-size: 14px;
}

.product-info-text h2 {
    margin: 24px 0 30px;
    font-size: 32px;
    
}

.product-info-text p {
    font-size: 14px;
    line-height: 2;
    margin: 20px 0;
}

.info-list {
    margin-top: 40px;
}

.info-list li {
    width: auto;
    display: inline-block;
    margin-right: 14px;
    vertical-align: top;
}

.info-list .title {
    color: #888;
    margin: 0 0 5px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ececec;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.info-list p {
    margin-top: 5px;
    font-size: 14px;
    color: #636363;
}

.product-info-text h6 {
    margin: 30px 0 20px;
}

.product-text-ys {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

.product-text-ys li {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    margin-right: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    cursor: pointer;
}

.product-text-ys li.cur {
    border: 1px solid #cecece;
}

.product-info-button {
    width: 150px;
    margin-top: 30px;
    overflow: hidden;
}

.product-info-button a {
    float: left;
    text-align: center;
    padding: 14px 0;
    font-size: 14px;
}

.product-info-button a:hover {
    opacity: 0.7;
}

.product-info-button .product-a-1 {
    width: 100%;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    border-radius: 30px;
}

.business-imazu-home-btn-box {
    /* position:absolute; bottom:-40px; left:50%; margin-left:-150px; transform:translateY(-30px); opacity:0;filter:Alpha(opacity=0); */
    -webkit-transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -webkit-transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s, -webkit-transform 0.3s 0.7s;
}

.scroll-active-animate .business-imazu-home-btn-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.business-imazu-home-btn-box a {
    display: block;
    position: relative;
    width: 180px;
    height: 62px;
    background-color: #000;
    box-shadow: 13px 13px 30px rgba(0, 0, 0, .2);
}

.business-imazu-home-btn-box a:after {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
}

.business-imazu-home-btn-box .to-prd-page-btn {
    position: relative;
    top: 14px;
}

.business-imazu-home-btn-box a:after,
.business-imazu-home-btn-box .to-prd-page-btn strong,
.business-imazu-home-btn-box .to-prd-page-btn span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.business-imazu-home-btn-box .to-prd-page-btn span {
    position: relative;
    left: 60px;
    color: #fff;
}

.business-imazu-home-btn-box .to-prd-page-btn strong {
    display: block;
    position: relative;
    left: 59px;
    font-weight: 400;
    font-size: 13.5px;
    letter-spacing: -0.75px;
    padding-top: 6px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    
    letter-spacing: 1px;
}

.business-imazu-home-btn-box .to-prd-page-btn strong.service-tit {
    left: 92px
}

.business-imazu-home-btn-box .to-prd-page-go-btn {
    visibility: hidden;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    right: 0px;
    top: 50%;
    width: 65px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin-top: -20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.business-imazu-home-btn-box .to-prd-page-go-btn strong {
    display: block;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 400;
    line-height: 40px;
    
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.business-imazu-home-btn-box a:hover:after {
    border-color: transparent;
}

.business-imazu-home-btn-box a:hover .to-prd-page-btn span,
.business-imazu-home-btn-box a:hover .to-prd-page-btn strong {
    left: 23px;
}

.business-imazu-home-btn-box a:hover .to-prd-page-go-btn {
    visibility: visible;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.business-imazu-home-btn-box a:hover .to-prd-page-go-btn strong {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* case-info  end */

/* product */
.case_box {
    overflow: hidden;
}

.case_box li {
    float: left;
    width: 20%;
    padding: 10px;
    overflow: hidden;
    height: 280px;
}

.case_box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.case_box li:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.case_box li>div {
    overflow: hidden;
}

.case_box li a {
    display: none;
    position: relative;
    padding-top: 72%;
}

.case_box li a:first-child {
    display: block;
}

.case_box li img {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.case_box li p {
    text-align: center;
    font-size: 15px;
    margin: 5px 0;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-view {
    width: 102%;
    margin-left: -2%;
    margin-bottom: 30px;
    overflow: hidden;
}

.product-view li {
    position: relative;
    width: 48%;
    margin: 0 0 2% 2%;
    height: 580px;
    float: left;
}

.product-view li a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-view-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-view-img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-view li:hover .product-view-img:after {
    background: rgba(0, 0, 0, .6);
}

.product-view-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.product-view li:hover .product-view-bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-view-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px;
    color: #fff;
    
}

.product-view-text h3 {
    font-size: 25px;
    margin-top: 20px
}

.product-view-text p {
    position: absolute;
    bottom: 30px;
    left: 60px;
    font-size: 15px;
    line-height: 1.8;
    width: 65%;
    height: 54px;
    letter-spacing: 2px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.product-view li:hover .product-view-text p {
    bottom: 60px;
    opacity: 1;
}

.Arrow-product {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 15px;
    margin-left: 0.25em;
    opacity: 0;
    top: -2px;
    width: 30px;
    -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.product-view li:hover .Arrow-product,
.case_item:hover .Arrow-product {
    opacity: 1;
}

.Arrow-product:before {
    content: "";
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    border-bottom: 1px solid currentcolor;
    -webkit-transition: width 250ms ease 0s;
    transition: width 250ms ease 0s;
}

.product-view li .Arrow-product:before,
.case_item .Arrow-product:before {
    width: 30px;
    border-bottom: 3px solid currentcolor;
}

.product-view li:hover .Arrow-product:before,
.case_item:hover .Arrow-product:before {
    width: 45px;
}

.Arrow-product:after {
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    border-right: 1px solid currentcolor;
    border-top: 1px solid currentcolor;
    -webkit-transition: height 250ms ease 0s, width 250ms ease 0s, -webkit-transform 250ms ease 0s;
    transition: height 250ms ease 0s, width 250ms ease 0s, -webkit-transform 250ms ease 0s;
    transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s;
    transition: height 250ms ease 0s, transform 250ms ease 0s, width 250ms ease 0s, -webkit-transform 250ms ease 0s;
}

.product-view li .Arrow-product:after,
.case_item .Arrow-product:after {
    height: 15px;
    right: 1px;
    width: 15px;
    border-right: 3px solid currentcolor;
    border-top: 3px solid currentcolor;
}

.product-view li:hover .Arrow-product:after,
.case_item:hover .Arrow-product:after {
    -webkit-transform: translate(15px, -50%) rotate(45deg);
    transform: translate(15px, -50%) rotate(45deg);
}

.product-view li.product-view-two {
    width: 100%;
    height: 500px;
}

.product-title {
    
    text-align: center;
}

.product-title h2 {
    font-size: 30px;
    color: #777;
    
}

.product-title h3 {
    font-size: 24px;
    color: #777;
    padding: 20px 0;
}

.product-title p {
    display: inline-block;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px;
    font-size: 14px;
}

.picture-title-1 {
    position: relative;
    margin-bottom: 20px;
}

.picture-title-1 h3 {
    font-size: 25px;
    
}

.picture-title-1 a {
    position: absolute;
    top: 5px;
    right: 0;
}

.product-img {
    width: 70%;
    margin: 40px 0;
}

.product-img>div {
    margin-bottom: 50px;
}

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

.product-img p {
    position: relative;
    font-size: 16px;
    margin: 10px 0;
    padding-left: 15px;
}

.product-img p:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 11px;
    left: 0;
    border-radius: 50%;
    background: #636363;
}

.product-info-p {
    width: 25%;
    margin: 8% auto;
}

.product-info-p h3 {
    font-size: 22px;
    
    margin-bottom: 20px;
}

.product-info-p p {
    margin: 10px 0;
    line-height: 2;
    font-size: 14px;
}

.product-img-one {
    width: 102%;
    margin-right: -2%;
    overflow: hidden;
}

.product-img-one li {
    float: left;
    width: 31.33%;
    height: auto;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 0;
}

.product-img-two {
    overflow: hidden;
}

.product-img-two li {
    float: left;
    width: 50%;
}

.paging-backward {
    width: 100%;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 20px;
}

.paging-backward a {
    position: relative;
    display: block;
    padding: 50px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.paging-backward span {
    display: block;
    
    text-align: center;
}

.paging-backward a:hover {
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
}

.larger-paging {
    display: -webkit-box;
    display: flex;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.larger-paging-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    width: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.9);
}

.larger-paging-item:empty {
    display: none;
}

.larger-paging-item a {
    display: block;
    position: relative;
    padding: 150px 50px;
    text-decoration: none;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    z-index: 2;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.larger-paging-item a:hover {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1);
}

.larger-paging-item a svg {
    -webkit-transition: fill 0.2s ease, transform 0.2s ease;
    -webkit-transition: fill 0.2s ease, -webkit-transform 0.2s ease;
    transition: fill 0.2s ease, -webkit-transform 0.2s ease;
    transition: fill 0.2s ease, transform 0.2s ease;
    transition: fill 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.larger-paging-item a svg {
    fill: #fff
}


.larger-paging-item br {
    display: none;
}

.larger-paging-item .wp-post-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0.3;
    background-size: cover;
    background-position: center;
}

.larger-paging-item {
    position: relative;
    font-size: 2.0rem;
}

.larger-paging-item.prev {}

.larger-paging-item.next {}

.larger-paging-item .svg-icon {
    left: 0;
    margin: 0 0 10px;
    right: 0;
}

.larger-paging-item a:hover .svg-icon--color-bk.circle:before {
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.larger-paging .link-title-wrap {
    display: block;
    width: 100%;
    
    font-size: 22px;
}

.larger-paging-item.prev .link-title-wrap {
    float: right;
}

.svg-icon--arrow.circle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.svg-icon--color-wt.circle:before {
    border-color: rgba(255, 255, 255, 0.8);
}

.svg-icon--arrow.circle.thin:before {
    border-width: 1px;
    top: -1px;
    left: 0;
}

a:hover .svg-icon--arrow.circle:before {
    -webkit-animation: iconScaleBorderWt 0.6s ease-out 0s 1 normal;
    animation: iconScaleBorderWt 0.6s ease-out 0s 1 normal;
}

.svg-icon {
    position: relative;
    top: -1px;
    display: inline;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: 0;
}

.button-default-state {
    display: inline-block;
    letter-spacing: 0;
    line-height: 0;
    width: 25px;
    height: 25px;
    
    font-size: 15px;
    line-height: 22px;
}

.svg-icon--color-wt {
    fill: #fff;
}

.larger-paging-item .svg-icon {
    left: 0;
    margin: 0 0 10px;
    right: 0;
}

.larger-paging .context {
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
    opacity: 0.6;
    font-size: 13px;
    line-height: 4;
    letter-spacing: 1px;
}

.product-columns {
    margin-bottom: 40px;
}

.product-columns .col.third.four {
    margin-bottom: 20px;
    width: calc(33.33% - 40px);
    margin: 0 20px 20px;
}
.product-columns .col.third.four .img.vertical:before{
    padding-top: 85%;
}
.page-link .hover-container .hover-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product-columns .col.third:hover .hover-container .hover-bg {
    background: none;
}

.page-link.numerized .pagelink-num {
    margin-top: 30px;
    opacity: 0;
}
.product-columns .col.third:hover .pagelink-num{
    margin-top: 0;
    opacity: 1;
}
.product-columns .col.third.concept .page-link .pagelink-num {
    margin-top: 10px;
    font-size: 14px;
    position: static;
    color: #737373;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-columns .col.third.concept .page-link .pagelink-num i {
    font-weight: 500;
}


.product-view-1 {
    overflow: hidden;
}

.vessel-int {
    padding-top: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pcdis-left {
    width: 279px;
}

.pcdis-left p {
    color: rgb(115, 115, 115);
    font-size: 13px;
    line-height: 1.5;
}

.pcdis-center {
    width: calc(100% - 522px);
    padding: 0 50px;
}

.pcdis-center p {
    margin-bottom: 10px;
    color: rgb(115, 115, 115);
    font-size: 13px;
    line-height: 1.5;
}

.pcdis-center p span {
    display: block;
    margin-bottom: 5px;
}

.pcdis-center img {
    display: block;
    width: 100%;
}

.pcdis-right {
    width: 243px;
}

.pcdis-right .other-til {
    
    text-transform: uppercase;
}

.other-info .three-view {
    display: block;
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 38px;
}

.saoBlock {
    width: 100%;
    height: 47px;
    background-color: #f6f6f6;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
}

.saoBlock>div {
    display: inline-block;
    line-height: 45px;
}

.saoBlock>div>span {
    font-size: 14px;
    color: #333 !important;
}

.saoBlock>div:nth-child(2) {
    float: right;
}

span.download2 {
    display: inline-block;
    width: 20px;
    margin-right: 2px;
    height: 20px;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    background-size: contain;
}

/* product  end */


/* contact */
.contact-ind {
    margin: 0 auto;
}

.contact-ind img {
    width: 100%;
    object-fit: cover;
}

.contact-ind .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 66px;
    margin-top: -33px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 66px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .48s;
}
.slick-initialized:hover .slick-arrow{
    opacity: .68;
    transition: all .48s;
}

.contact-ind .slick-prev {
    left: 30px;
    background-image: url(../images/con-rwl.png);
}

.contact-ind .slick-next {
    right: 30px;
    background-image: url(../images/con-rwr.png);
}

.contact-yy {
    margin-top: 24px;
    text-align: center;
}

.contact-yy a {
    margin: 40px;
    width: 144px;
    height: 48px;
    background: #737373;
    display: inline-block;
    color: #fff !important;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.contact-yy a:hover {
    background: #000;
}

.vessel {
    overflow: hidden;
}

.vessel li {
    width: 33.33%;
    height: 580px;
    float: left;
    padding: 35px 20px 0 0;
}

.vessel li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
}

.vessel li a:hover {
    box-shadow: 2px 1px 3px #b9b9b9;
}

.vessel li .pic>img {
    width: 100%;
}

.vessel li .cont {
    padding: 0 15px;
    margin-top: 16px;
    line-height: 20px;
}

.vessel li .cont h3 {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.vessel li .cont p {
    color: rgb(115, 115, 115);
    font-size: 13px;
    line-height: 1.7;
}

.vessel-top {
    padding-top: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.vessel-Left {
    position: relative;
    width: 279px;
    padding-bottom: 50px;
    border-bottom: 3px solid #231815;
}

.vessel-Left h3 {
    left: 0;
    width: 100%;
    font-size: 32px;
    
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
}

.vessel-Left h3 span {
    display: block;
}

.vessel-Right {
    width: calc(100% - 300px);
    padding-bottom: 50px;
    border-bottom: 1px solid #adadad;
}

.vessel-Right img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.vessel-info {
    padding-left: 300px;
    padding-top: 53px;
}

.vessel-info p {
    line-height: 2em;
    margin-bottom: 15px;
    /*color: rgb(127, 127, 127);*/
}
.vessel-info p img{
    width: 100%;
}

.backhome {
    margin: 50px 0;
}

.backhome a {
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #bababa;
    color: #bababa;
    text-indent: 10px;
    display: block;
    text-transform: uppercase;
}

/* contact  end */

/* concept */
.pc-list {
    width: 100%;
    color: #fff;
    margin-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}

.pc-list ul {
    width: 102%;
}

.pc-list li {
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    box-sizing: border-box;
}

.pc-list li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.pc-list li a .pic {
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.pc-list li a .pic img {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in 1.2s;
    -webkit-transition: all ease-in 1.2s;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.pc-list li:hover a .pic img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 1;
    filter: alpha(opacity=100);
}

.pc-list li a .box {
    padding: 43px 3% 0;
    position: relative;
}

.pc-list li a .box h2 {
    
    font-size: 20px;
    color: #282828;
    line-height: 30px;
    min-height: 60px;
    text-transform: uppercase;
    /*margin-bottom: 60px;*/
}

.pc-list li a .box .details,
.pc-list li a .box .details p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc-list li a .box .details p{
    /*height: 79px;*/
    overflow: hidden;
}
.pc-list li a .box .details {
    min-height: 130px
}

.pc-list li a .box .btn {
    width: 170px;
    height: 30px;
    line-height: 30px;
    background-color: #e5e5e5;
    font-size: 16px;
    color: #282828;
    margin: 0 auto;
    display: block;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.pc-list li a .box .btn:hover {
    color: #fff;
    background-color: #000;
}

/* concept  end */

/* about */
/* .aboutOne,.aboutTwo,.aboutThree,.aboutFive{
    margin: 60px 0;
} */
.aboutOne,
.aboutThree {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-start
    flex-wrap: wrap;
    text-align: center;
}

.meiji_title {
    margin: 22px 0 30px;
    letter-spacing: 1px;
    font-size: 14px;
}

.meiji_title img {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
}

.aboutOne-img {
    width: 30%;
}

.aboutOne-img img {
    width: 100%;
}

.aboutOne-text {
    width: 50%;
    line-height: 2;
    padding-right: 40px;
    text-align: left;
}

.aboutOne-text:last-child {
    padding-right: 0;
    padding-left: 40px;
}

.aboutOne-text p {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
    /*font-weight: bold;*/
    hyphens: auto;
    /*text-align: justify;*/
}

.aboutOne-text span {
    position: relative;
    display: inline-block;
    border: 2px solid #000;
    padding: 9px;
    font-weight: bold;
    font-size: 13px!important;
    margin-top: 20px;
    line-height: 1!important;
    cursor: pointer;
}

.aboutOne-text span:after {
    content: '+';
    position: absolute;
    top: -2px;
    right: -35px;
    width: 35px;
    height: 35px;
    background: #000;
    font-weight: bold;
    font-size: 34px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.about-box .index_case_top h3 {
    width: 100%;
}

.backf5 {
    background: #f5f5f5;
}

/* .site-content {
    padding-bottom: 60px;
} */

.about-box {
    padding: 100px 0;
}
#development{
    padding-bottom: 80px;
}
.content-wrap-1 {
    width: calc(100% - 100px);
    max-width: 1193px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.his-text {
    width: 35%;
    padding-right: 3.5%;
}
.histo-text{
    width: 100%;
}
.his-text h3,
.histo-text h3 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.3;
}

.his-text h3 span,
.histo-text h3 span {
    display: block;
    line-height: 57px!important;
    /*color: #000!important;*/
    margin: 0;
    font-size: 40px!important;
}

.his-text p {
    font-size: 14px!important;
    line-height: 1.7!important;
    word-break: break-word;
    hyphens: auto!important;
    /*color: #fff!important;*/
    /*text-align: justify;*/
}

.his-Img {
    width: 65%;
}
.history-Bg{
    position: relative;
}
.his-Img img {
    display: block;
    width: 100%;
}
.history-Bg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.history-Img{
    width: 25%;
}
.history-Img img{
    width: 100%;
}
.history-text{
    width: 75%;
    padding-left: 1.7%;
}
.history-Image{
    height: 230px;
}
.history-box{
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 2%;
}
/* .history-Item .historyImg:first-child{
    display: none;
} */
.historyImg{
    width: 31.33%;
    height: 100%;
    margin-right: 2%;
}
.history-Item .historyImg{
    height: 230px;
}
.historyTxt{
    width: 66.66%;
    padding-left: 5%;
    padding-right: 2%;
}
.historyTxt p{
    line-height: 1.6;
}


#factory .flex-table{
    -webkit-box-align: center;
            align-items: center;
}
.factoryImg{
    width: 100%;
}

.his-Img .slick-prev{
    width: 50px;
    height: 50px;
    left: 20px;
    background: url(../images/l2.png) no-repeat center;
    background-size: 50px;
    z-index: 9;
}
.his-Img .slick-next{
    width: 50px;
    height: 50px;
    right: 20px;
    background: url(../images/r2.png) no-repeat center;
    background-size: 50px;
    z-index: 9;
}


#service .flex-table,
#brand .flex-table{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
            align-items: center;
}
#service .his-text{
    position: relative;
    background: #fff;
    padding: 50px 0 50px 50px;
    margin-left: -50px;
    z-index: 9;
}
#service .his-Img{
    height: 550px;
}


#partner .flex-table{
    background: #fff;
    -webkit-box-align: center;
            align-items: center;
}
#partner .his-text{
    padding-left: 3.5%;
}

#brand .his-Img{
    height: 512px;
}
#brand .flex-table .his-text{
    padding-left: 3.5%;
}

#vision .flex-table .his-text{
    position: absolute;
    color: #fff!important;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9;
}
#vision .his-Img{
    width: 100%;
    height: 550px;
}

#development .his-text{
    width: 100%;
    margin-bottom: 50px;
}
#development .his-Img{
    width: 100%;
}
.development-text p{
    width: 47.7%;
}


.aboutTwo {
    background: #f5f5f5;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 40px;
}

.aboutTwo .index_news_top {
    text-align: center;
}

.aboutTwo .index_news_top h3 {
    width: 100%;
}

.aboutTwo-p {
    font-size: 17px;
    color: #5f5f5f;
    border: solid 1px #e4e4e4;
    border-left: none;
    border-right: none;
    background: url(../images/brand.png) no-repeat center;
    text-align: center;
    padding: 3% 20%;
    margin: 1% 0;
}

.aboutThree {
    height: auto;
}

.aboutThree img {
    width: 100%;
}

.aboutThree .aboutOne-text {
    width: 42%;
    padding-left: 0;
}

.aboutThree .aboutOne-img {
    width: 58%;
}

.prapper {
    padding: 10px 10px 0;
    overflow: hidden;
}

.prapper a {
    float: left;
    width: 19%;
    margin: 0 0 1% 1%;
    background: #fff;
}

.prapper .partner-img {
    border: 1px solid #e5e5e5;
}

.prapper .partner-img img {
    height: 100px;
    padding: 5px;
}

.aboutFour-box {
    width: 100%;
    background: #f5f5f5;
    padding: 60px 0;
    text-align: center;
}

.aboutFive {
    text-align: center;
}

.aboutFive-list {
    width: 103%;
    margin-left: -3%;
    text-align: left;
    margin-top: 28px;
    overflow: hidden;
}

.aboutFive-list li {
    width: 30.33%;
    margin: 0 0 0 3%;
    float: left;
    /* background: #f5f5f5; */
}

.aboutFive-list li a {
    display: block;
    widows: 100%;
    height: 100%;
}

.aboutFive-list li .aboutfive-img {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.aboutFive-list li .aboutfive-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.aboutFive-list li:hover .aboutfive-bg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.aboutFive-list li h2 {
    font-size: 22px;
    line-height: 34px;
    width: 100%;
    margin: 20px auto 5px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.aboutFive-list li .time {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    width: 100%;
    margin: 0 auto 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
}

.aboutFive-list li .nl {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    width: 100%;
    margin: 0 auto 18px;
    height: 50px;
    overflow: hidden;
}

.aboutFive-list li .btn {
    color: #666666;
    font-size: 14px;
    width: 128px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dcdcdc;
    display: block;
    text-align: center;
    margin: 0 0 35px 0;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.aboutFive-list li:hover .btn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

/* about  end */

.ind_pro_top{
    justify-content: space-between;
    overflow: inherit;
}
.proTitle-mobile{
    position: relative;
    display: none;
    width: 50%;
}
.proTitle-mobile h4{
    font-size: 15px;
    padding-left: 40px;
    background: url(../images/pro-menu.png) no-repeat left;
    background-size: 30px;
    line-height: 30px;
    cursor: pointer;
}
.proListSec{
    display: none;
    position: absolute;
    right: 2.5%;
    top: 42px;
    z-index: 998;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0px #c6c6c6;
    width: 183px;
    height: inherit;
    margin-top: 0 !important;
    margin: 0;
}
.proListSec li{
    display: block;
    text-align: left;
    padding: 7px 12px;
    margin-top: 0;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #eee;
}
.proListSec li a{
    display: block;
}