@charset "utf-8";
@import "http://fonts.googleapis.com/css?family=Lato:100,400,900";
@import "https://fonts.googleapis.com/css?family=Monda:400,700";
body,
html {
    height: 100%
}

body {
    font-family: 'Lato', '微軟正黑體', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333
}

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

a:hover {
    color: #777;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.css-radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.css-shadow {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.imgholder img {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: transform .5s ease-in-out, opacity .5s;
    -moz-transition: -moz-transform .5s ease-in-out, opacity .5s;
    -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s
}

.imgholder:hover img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05)
}

.rotation360 {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.rotation360:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg)
}

.fadeout img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.fadeout:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7
}

.input1,
.textarea,
.select {
    background: #FFF;
    border: 1px solid #CCC;
    font-family: 'Lato', '微軟正黑體', sans-serif;
    font-size: 15px;
    line-height: 1.1;
    color: #555
}

.input1:focus,
.textarea:focus,
.select:focus {
    border: 1px solid #000
}

hr {
    height: 1px;
    background: #CCC
}

.white {
    color: #FFF
}

.gray {
    color: #999
}

.black {
    color: #000
}

.blue {
    color: #0097de
}

.red {
    color: #be0000
}

.green {
    color: #19a568
}

.orange {
    color: #F60
}

.yellow {
    color: #FF0
}

.purple {
    color: #63C
}

.brown {
    color: #6e453c
}

.action1 {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.action1:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.action2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.action2:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
}

.action3 {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.action3:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.action4 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.action4:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.gradient-03s {
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.gradient-1s {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.wrapper {
    padding: 50px 0 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.imgg {
    max-width: 100%
}

.contact_rwd {
    display: none!important
}

.breadCrumbs-block {
    position: absolute
}

.breadCrumbs {
    list-style: none;
    background-color: #385dc6;
    padding: 3px 50px 3px 10px
}

.breadCrumbs .item {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px
}

.breadCrumbs-block .breadCrumbs .item:after {
    content: '/';
    display: inline-block;
    color: #fff
}

.breadCrumbs-block .breadCrumbs .item a {
    display: inline-block;
    padding: 0 7px 0 0;
    color: #fff
}

.breadCrumbs-block .breadCrumbs .item.active:after {
    display: none
}

.breadCrumbs-block .breadCrumbs .item.active a {
    padding-right: 0;
    color: #fff
}

.rwd_social {
    display: none
}

.float_menu {
    width: 125px;
    position: fixed;
    right: -75px;
    top: 70%;
    z-index: 99
}

.float_menu ul {
    padding: 0;
    list-style: none
}

.float_menu ul li {
    width: 150px;
    margin: 5px 0;
    transform: translateX(0px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: rgba(253, 156, 0, 0.6)
}

.float_menu ul li:hover {
    transform: translateX(-80px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.float_menu ul li a {
    font-size: 16px;
    letter-spacing: .1em;
    display: block;
    padding: 10px;
    margin-top: -1px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.float_menu ul li a:hover {
    background-color: #fd9b00;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.float_menu ul li a:hover i {
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.float_menu ul li a i {
    font-size: 2em;
    width: 35px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px #b1720d;
    vertical-align: middle
}

.float_menu ul li a .fa-envelope {
    font-size: 1.8em
}

.fb_box {
    float: right
}

.fb_box iframe:nth-of-type(2) {
    margin-left: 10px
}

.copyright {
    border-top: 2px solid #fd9b00;
    padding-top: 5px;
    margin-top: 10px;
    text-align: center
}

.copyright p {
    color: #707070;
    font-size: 13px;
    text-align: center
}

.copyright p a {
    color: #385dc6
}

.btnWrap {
    margin: 2em 0;
    text-align: center
}

.table-container table td {
    min-width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    white-space: inherit
}

@media screen and (max-width: 768px) {
    .table-container {
        width: 100%;
        overflow-y: auto;
        _overflow: auto;
        margin: 0 0 1em
    }
}

.carousel {
    height: 650px
}

.carousel:hover .carousel-control {
    display: block
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.carousel-caption {
    background-color: rgba(56, 94, 198, 0.6);
    display: table;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    padding: 0
}

.carousel-caption h2 {
    border: 1px solid #fff;
    margin: 15px;
    padding: 30px 50px
}

.carousel-caption p {
    border-bottom: 3px solid #dfdfdf;
    display: inline-block;
    padding-bottom: 5px
}

.carousel-caption span {
    font-size: 25px;
    display: block
}

.carousel .carousel-control {
    background: none;
    display: none
}

.carousel-control .icon-prev::before,
.carousel-control .icon-next::before {
    content: ''
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 60px;
    margin: -30px 0 0
}

.carousel-control .icon-prev {
    background: url(../images/all/control-icon.png) 0 0 no-repeat
}

.carousel-control .icon-next {
    background: url(../images/all/control-icon.png) -30px 0 no-repeat
}

.carousel .item.active .fill {
    opacity: 1;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    animation-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.owl-carousel img {
    max-width: 100%
}

.clear {
    clear: both
}

.ind_about {
    position: relative;
    margin-bottom: 180px
}

.ind_about::after,
.ind_about::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 85%;
    top: 150px
}

.ind_about::after {
    background-image: url(../images/index/bk.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    opacity: .1;
    z-index: -1
}

.ind_about::before {
    background-color: #385dc6;
    z-index: -2
}

.ind_about_tt article {
    float: left;
    width: 45%;
    background-color: #fff;
    margin-top: 80px;
    padding: 60px 50px;
    box-shadow: 0 0 8px #d3d3d3
}

.mj_title {
    margin-bottom: 25px
}

.mj_title h3 {
    position: relative;
    border-bottom: 1px solid #385dc6;
    display: inline-block;
    padding: 0 50px 3px 5px;
    margin: 0 0 5px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #5a5a5a
}

.mj_title h3::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    left: 0;
    bottom: -3px;
    background-color: #385dc6
}

.mj_title span {
    display: block;
    color: #385dc6;
    font-size: 14px;
    padding-left: 5px
}

.defult_p {
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify
}

.ind_about_r {
    float: left;
    width: 55%
}

.about_slogan {
    margin-top: 30px;
    padding: 0 30px
}

.about_slogan figure {
    float: left;
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
    padding: 15px;
    position: relative
}

.about_slogan figure::after {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
    height: 75%;
    bottom: 0;
    left: 0;
    z-index: -1
}

.about_slogan figure img {
    width: 80px;
    background-color: #fff;
    border-radius: 60px;
    padding: 10px
}

.about_slogan figcaption {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600
}

.about_slogan figcaption p {
    text-align: center
}

.logo .container {
    position: relative
}

.logo .mj_title {
    position: absolute;
    top: -15px;
    left: 100px;
    z-index: 2
}

.brand_box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 8px #d3d3d3;
    text-align: center;
    padding: 80px 0 30px
}

.brand_box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 105%;
    border: 2px solid #385dc6;
    left: -40px;
    top: -40px;
    z-index: -1
}

.brand_box::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 105%;
    background-image: url(../images/index/logo-bk.jpg);
    background-position: right bottom;
    opacity: .7;
    left: -70px;
    bottom: -65px;
    z-index: -2
}

.brand_box figure {
    float: left;
    width: calc(100% / 3 - 90px);
    margin: 0 45px 30px;
    padding-bottom: 10px
}

.brand_box figure:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fd9b00;
    right: 0;
    bottom: 0;
    transition: all .4s
}

.brand_box figure:hover:after {
    width: 100%;
    left: 0
}

.work_album {
    margin-top: 70px;
    display: flex
}

.work_album .owl-theme {
    width: 85%;
    float: left
}

.work_album .owl-theme .item {
    border: 2px solid #385dc6;
    padding: 10px;
    margin: 0 10px
}

.work_album_a {
    float: left;
    width: calc(15% - 10px);
    margin-left: 10px;
    background-color: #385dc6
}

.work_album .btn_defult {
    margin-left: 20px;
    margin-top: 20px
}

.work_album .owl-controls {
    display: none!important
}

.btn_defult {
    width: 100px;
    padding: 10px;
    display: block;
    position: relative;
    border: 1px solid#fff;
    font-size: 15px;
    color: #fff;
    background-color: #385dc6;
    -webkit-transition: all .1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.btn_defult::before {
    position: absolute;
    content: '';
    height: 1px;
    left: 60px;
    background-color: #fff;
    width: 30%;
    top: 21px
}

.btn_defult:hover {
    text-decoration: none;
    color: #fff;
    width: 120px
}

.btn_defult:hover::before {
    width: 35%
}

.page-title-box {
    position: relative;
    top: -60px;
    text-align: center
}

.page-title {
    display: inline-block;
    padding: 15px 70px;
    background-color: #fff;
    box-shadow: 0 0 10px #9999
}

.page-title h1 {
    position: relative;
    font-size: 28px;
    padding: 0 5px 3px;
    color: #464646;
    letter-spacing: .5px;
    font-weight: 900;
    margin: 0 0 5px;
    border-bottom: 1px solid #385dc6
}

.page-title h1::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 20px;
    background-color: #385dc6;
    bottom: -2px;
    left: 50%;
    margin-left: -10px
}

.page-title span {
    font-size: 16px;
    font-family: 'Play', sans-serif;
    font-size: 15px;
    color: #fd9b00
}

.about-img {
    background-color: #fff;
    padding: 10px
}

.about-img1 {
    float: left;
    position: relative;
    width: 35%
}

.about-inner .about-inner-tt {
    position: relative;
    float: left;
    background-color: #385dc6;
    color: #fff;
    margin-top: 60px;
    padding: 60px 50px 50px;
    width: 60%
}

.about-inner .about-inner-tt::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fd9b00;
    top: -20px;
    right: -20px;
    z-index: -1
}

.about-inner-f {
    position: relative
}

.about-img2 {
    position: absolute;
    left: 300px;
    bottom: -80px;
    width: 360px
}

.about_slo_box {
    margin-top: 10px;
    float: right
}

.about_slo_box .about_slo_ball {
    width: 100px;
    margin: 0 5px;
    height: 100px;
    padding: 25px 10px 0;
    float: left;
    border-radius: 60%;
    background-color: #fff;
    text-align: center
}

.about_slo_box p {
    color: #fd9b00;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px
}

.about_service {
    position: relative;
    margin-top: 130px;
    padding: 80px 0
}

.about_service::after,
.about_service::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

.about_service::after {
    background-image: url(../images/about/bk.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .5;
    background-position: center top
}

.about_service::before {
    background-color: #385dc6
}

.service_box figure {
    width: calc(100% / 6);
    float: left;
    text-align: center
}

.service_box figure img {
    width: 50px
}

.service_box figcaption {
    position: relative
}

.service_box figcaption p {
    text-align: center;
    color: #eee;
    font-size: 17px;
    margin-top: 20px
}

.service_box figcaption::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #fd9b00;
    left: 50%;
    margin-left: -10px;
    top: -5px
}

.about_env {
    margin-top: 50px
}

.env_box {
    margin-top: 50px
}

.about_env {
    background-image: url(../images/about/about_bkimg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    margin-bottom: -60px
}

.about_env figure {
    width: calc(100% / 3);
    float: left;
    text-align: center;
    margin-bottom: 50px
}

.about_env .frame_about {
    position: relative;
    display: inline-block
}

.about_env .frame_about::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fd9b00;
    top: -10px;
    right: -10px;
    z-index: -1
}

.pro_logo {
    position: relative;
    margin-bottom: 20px
}

.pro_logo::before,
.pro_logo::after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #385dc6;
    top: 35px
}

.pro_logo::before {
    width: 50px
}

.pro_logo::after {
    width: calc(100% - 270px)
}

.pro_logo img {
    margin-left: 60px;
    margin-right: 10px
}

.brand_intro_box {
    position: relative;
    margin-top: 40px
}

.brand_intro_box::after {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    border: 2px solid #d6d6d6;
    top: 10px;
    left: 20px;
    z-index: -1
}

.brand_intro_box img {
    float: left;
    width: 45%
}

.brand_intro {
    float: right;
    width: 55%;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 25px;
    box-shadow: 0 0 8px #d3d3d3
}

.title_style {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 22px;
    background-color: orange
}

.title_style::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    left: -5px;
    top: 0;
    background-color: orange
}

.title_style i {
    margin-left: 5px;
    font-size: 16px
}

.brand_intro_t {
    padding: 0 20px
}

.brand_feature {
    margin-top: 50px
}

.brand_feature figure {
    width: calc(100% / 4);
    text-align: center;
    float: left;
    padding: 0 15px;
    margin-bottom: 15px
}

.brand_feature_icon_box {
    position: relative;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 0 3px #385dc6;
    border-radius: 60%;
    width: 80px;
    height: 80px;
    line-height: 75px;
    margin-bottom: 15px
}

.brand_feature_icon_box::after {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    margin-left: 50%;
    margin-top: 50%;
    top: -40px;
    left: -40px;
    z-index: -1;
    background: #385dc6;
    -webkit-transition: -webkit-transform 0.2s, opacity .2s;
    -moz-transition: -moz-transform 0.2s, opacity .2s;
    transition: transform 0.2s, opacity .2s
}

.brand_feature_box figure:hover .brand_feature_icon_box::after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.brand_feature_icon img {
    width: 45px
}

.brand_feature figcaption p:nth-of-type(1) {
    color: #fd9b00;
    font-weight: 600;
    font-size: 18px
}

.brand_feature figcaption .defult_p {
    text-align: center
}

.series_tit {
    font-size: 18px;
    color: #385dc6;
    font-weight: 600;
    margin-top: 30px
}

.series_tit i {
    margin-right: 5px;
    color: #fd9b00;
    font-size: 15px
}

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0
}

.m-tables {
    width: 100%;
    background-color: #fff;
    border-left: 1px #eee solid;
    border-top: 1px #eee solid
}

.m-tables th,
.m-tables td {
    font-size: 15px;
    padding: 5px;
    border-bottom: 1px #eee solid;
    border-right: 1px #eee solid;
    text-align: center
}

.m-tables th {
    font-weight: 700;
    background-color: #44c0df;
    font-weight: 400;
    padding: 10px;
    color: #fff;
    white-space: nowrap
}

.m-tables tr:nth-child(odd) {
    background-color: #f9f9f9
}

.s_tt {
    border-bottom: 1px solid #eee;
    padding: 10px;
    color: #888
}

.product_inner .mj_title {
    margin-top: 50px
}

.img_exp figcaption {
    margin-top: 20px;
    color: #385dc6
}

.frame {
    position: relative;
    display: inline-block
}

.frame::after,
.frame::before {
    opacity: 0;
    position: absolute;
    content: ''
}

.frame::after {
    width: 100%;
    height: 100%;
    border: 3px solid #385dc6;
    background-color: rgba(255, 255, 255, 0.15);
    top: 20px;
    left: -20px
}

.frame::before {
    background-image: url(../images/about/plus.png);
    width: 20px;
    background-size: contain;
    height: 20px;
    top: 25px;
    right: 25px;
    z-index: 2
}

.frame_hover figure:hover .frame::before {
    opacity: 1;
    transition: all .5s
}

.frame_hover figure:hover .frame::after {
    opacity: 1;
    transition: all .5s
}

.frame_hover figure:hover img {
    box-shadow: 5px 5px 10px -3px #a5a5a5
}

.brand_feature_box02 .brand_feature_icon_box {
    box-shadow: 0 0 0 3px #fd9b00;
    vertical-align: middle;
    display: inline-block
}

.brand_feature_box02 .brand_feature_icon_box::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fd9b00;
    border-bottom: 10px solid transparent;
    right: -15px;
    top: 50%;
    margin-top: -10px
}

.brand_feature_box02 .brand_feature_icon_box::after {
    background-color: #fd9b00
}

.brand_feature_box02 figure {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 10px
}

.brand_feature_box02 figcaption {
    vertical-align: middle;
    margin-left: 35px;
    display: inline-block
}

.brand_feature_box02 figcaption span {
    display: block;
    color: #385dc6;
    font-weight: 600;
    font-size: 20px
}

.brand_feature_box02 figcaption p {
    display: inline-block;
    margin-left: 15px
}

.product_step {
    display: flex;
    flex-wrap: wrap
}

.product_step .step_box {
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
    float: left;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
    position: relative
}

.product_step .step_box::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #f6f6f6;
    border-bottom: 10px solid transparent;
    right: -15px;
    top: 50%;
    margin-top: -10px
}

.product_step .last_step_box::before {
    display: none
}

.step_title_style {
    background-color: #385dc6;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 10px;
    font-weight: 600
}

.step_title_style i {
    margin-left: 10px
}

.step_box:hover {
    background-color: #fd9b00;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.step_box:hover::before {
    border-left: 15px solid #fd9b00;
    -webkit-transition: -webkit-transform 0.2s, opacity .2s;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.step_box:hover .step_title_style {
    background-color: #fff;
    color: #fd9b00
}

.step_box:hover p {
    color: #fff
}

.brand_intro_box_un img {
    float: right
}

.brand_intro_box_un .brand_intro {
    float: left
}

.brand_intro_box .brand_intro p>i {
    margin-right: 10px;
    color: #fd9b00
}

.brand_intro_box .sp_img {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 8px #d3d3d3
}

.brand_feature_icon_sp .brand_feature_icon_box {
    float: left
}

.brand_feature_icon_sp figcaption {
    float: right;
    width: calc(100% - 120px);
    margin-left: 0
}

.brand_feature_icon_sp figcaption p {
    margin-left: 0
}

.same_brand_feature {
    color: #fd9b00;
    font-weight: 600;
    font-size: 18px
}

.cons_box figcaption p>i {
    margin-right: 10px;
    color: #fd9b00
}

.fsk_brand_feature {
    margin-top: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.fsk_brand_feature figure {
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
    float: left;
    text-align: center
}

.fsk_brand_feature figcaption p {
    text-align: center
}

.fsk_brand_feature_icon {
    position: relative;
    display: inline-block;
    border: 3px solid #eee;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px
}

.fsk_brand_feature_icon::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.fsk_brand_feature figure:hover .fsk_brand_feature_icon {
    border: 3px solid #fd9b00
}

.fsk_brand_feature figure:hover .fsk_brand_feature_icon::after {
    border-top: 10px solid #fd9b00
}

.product_step_ra .step_box {
    width: calc(100% / 3 - 30px)
}

.ralon_brand_feature {
    margin-top: 30px
}

.ralon_brand_feature figure {
    width: calc(100% / 7 - 20px);
    margin: 0 10px;
    float: left;
    text-align: center
}

.ralon_brand_feature_icon {
    position: relative;
    background-color: #385dc6;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px
}

.ralon_brand_feature_icon::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #385dc6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.ralon_brand_feature figcaption {
    color: #fd9b00;
    font-size: 18px;
    font-weight: 600
}

.usl_brand_feature figure {
    width: calc(100% / 5)
}

.no_title_table .table-container {
    margin-bottom: 30px
}

.product_step_sol {
    margin-top: 30px
}

.step_box:hover ul {
    color: #fff
}

.product_step_sol .step_box {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px
}

.product_step_sol .step_box::before {
    display: none!important
}

.build_feature {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px
}

.build_feature figure {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 50px;
    padding: 30px;
    float: left;
    border: 4px solid #eee;
    position: relative
}

.build_feature figure:hover {
    border: 4px solid #fd9b00;
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.build_feature figure img {
    width: 80px;
    position: absolute;
    top: -30px;
    background-color: #fff;
    padding: 0 10px
}

.build_feature figcaption {
    margin-top: 15px
}

.build_feature figcaption h4 {
    color: #fd9b00;
    display: inline-block;
    padding-bottom: 3px;
    letter-spacing: 1px;
    font-weight: 800;
    border-bottom: 2px solid #fd9b00
}

.build_feature figcaption p {
    text-align: justify
}

.build_text {
    background-image: url(../images/build/bk.jpg);
    background-position: right bottom;
    margin-bottom: -60px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 0
}

.build_info {
    margin-top: 50px
}

.build_l_box {
    position: relative;
    margin-bottom: 55px;
    vertical-align: bottom;
    padding: 0 20px
}

.build_l_box::after {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: -1;
    width: 100%;
    height: 95%;
    bottom: -20px;
    left: 0
}

.build_l_box:nth-of-type(odd)::after {
    box-shadow: -5px 5px 8px -3px #d3d3d3
}

.build_l_box:nth-of-type(even)::after {
    box-shadow: 5px 5px 8px -3px #d3d3d3
}

.build_l_box img {
    width: 400px;
    vertical-align: bottom;
    display: inline-block
}

.build_l_box:nth-of-type(even) .build_even_img {
    display: none
}

.build_l_box figcaption {
    vertical-align: bottom;
    display: inline-block;
    width: calc(100% - 420px)
}

.build_l_box figcaption p {
    margin-bottom: 0
}

.build_l_box:nth-of-type(odd) figcaption {
    margin-left: 15px
}

.build_l_box:nth-of-type(even) figcaption {
    margin-right: 15px
}

.build_l_box::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 150px;
    border-top: 5px solid #385dc6;
    top: 0
}

.build_l_box:nth-of-type(odd)::before {
    border-right: 5px solid #385dc6;
    right: -25px
}

.build_l_box:nth-of-type(even)::before {
    border-left: 5px solid #385dc6;
    left: -25px
}

.cons_box {
    margin-top: 50px
}

.cons_box .cons_img {
    position: relative;
    width: 30%;
    background-color: #385dc6;
    padding: 10px
}

.cons_box:nth-of-type(odd) .cons_img::after,
.cons_box:nth-of-type(even) .cons_img::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -10px
}

.cons_box:nth-of-type(odd) .cons_img::after {
    border-top: 10px solid transparent;
    border-left: 15px solid #385dc6;
    border-bottom: 10px solid transparent;
    right: -15px
}

.cons_box:nth-of-type(even) .cons_img::after {
    border-top: 10px solid transparent;
    border-right: 15px solid #385dc6;
    border-bottom: 10px solid transparent;
    left: -15px
}

.cons_box figcaption {
    margin-top: 30px;
    border: 3px solid #f6f6f6;
    width: calc(70% - 20px);
    padding: 15px 30px
}

.cons_box:nth-of-type(odd) .cons_img {
    float: left
}

.cons_box:nth-of-type(odd) figcaption {
    float: right;
    margin-left: 15px
}

.cons_box:nth-of-type(even) .cons_img {
    float: right
}

.cons_box:nth-of-type(even) figcaption {
    float: left;
    margin-right: 15px
}

.cons_box:hover .cons_img {
    background-color: #f6f6f6;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.cons_box:nth-of-type(odd):hover .cons_img::after {
    border-left: 15px solid #f6f6f6;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.cons_box:nth-of-type(even):hover .cons_img::after {
    border-right: 15px solid #f6f6f6;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.cons_box:hover figcaption {
    border: 3px solid #385dc6;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.cons_box_img {
    margin-top: 60px;
    margin-bottom: 60px
}

.cons_box_img figure {
    position: relative;
    float: left;
    width: calc(100% / 4 - 30px);
    margin: 0 15px 30px
}

.cons_box_img figure::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #fd9b00;
    top: -10px;
    right: -10px;
    z-index: -1;
    opacity: .4
}

.cons_bk {
    background-image: url(../images/cons/build/bk.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: -60px
}

.work_l_box {
    position: relative;
    margin-bottom: 55px;
    padding: 0 20px
}

.work_l_box::after {
    position: absolute;
    content: '';
    background-color: #fff;
    z-index: -1;
    width: 100%;
    height: 95%;
    bottom: -20px;
    left: 0
}

.work_l_box:nth-of-type(odd)::after {
    box-shadow: -5px 5px 8px -3px #d3d3d3
}

.work_l_box:nth-of-type(even)::after {
    box-shadow: 5px 5px 8px -3px #d3d3d3
}

.work_l_box img {
    width: 300px
}

.work_l_box figcaption {
    width: calc(100% - 320px)
}

.work_l_box figcaption p {
    margin-bottom: 0
}

.work_l_box:nth-of-type(odd) img {
    float: left
}

.work_l_box:nth-of-type(odd) figcaption {
    float: right;
    margin-left: 15px
}

.work_l_box:nth-of-type(even) img {
    float: right
}

.work_l_box:nth-of-type(even) figcaption {
    float: left;
    margin-right: 15px
}

.work_bk {
    background-image: url(../images/work/bk.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: -60px
}

.work_img_box {
    margin-bottom: 50px
}

.work_img_box figure {
    margin-bottom: 30px
}

.video_bk {
    background-image: url(../images/video/bk.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: -60px
}

.video-box {
    padding: 0;
    list-style: none
}

.video-box li {
    width: calc(100% / 3 - 40px);
    margin: 0 20px 30px;
    padding: 5px;
    float: left;
    border: 1px solid #eee;
    background-color: #fff
}

.waterfall-video img {
    width: 100%
}

.waterfall-video .faimg {
    width: 96%;
    margin: 10px auto 0;
    position: relative
}

.waterfall-video .faimg .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, .8);
    color: rgba(0, 0, 0, .5);
    font-size: 30px;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding-left: 8px;
    border-radius: 50%
}

.video-box li:hover {
    box-shadow: 0 0 8px #d3d3d3;
    transition: all .4s
}

.waterfall-video a:hover .faimg img {
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

.waterfall-video .video-box .fa {
    background: rgba(253, 156, 0, 0.6);
    color: #fff;
    transition: all .4s
}

.waterfall-video .video-box li:hover .fa {
    background-color: #fd9b00
}

.waterfall-video .video-box li:hover a {
    text-decoration: none
}

.video_text {
    text-align: center
}

.video_text p {
    text-align: center;
    margin: 10px 0 2px;
    font-size: 18px;
    color: #385dc6;
    font-weight: 600
}

.video_text span {
    color: #868686;
    font-size: 15px
}

.waterfall-video li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fd9b00;
    right: 0;
    bottom: -1px;
    transition: all .4s
}

.waterfall-video li:hover:after {
    width: 100%;
    left: 0
}

.contact_inner {
    position: relative
}

.contact_inner::before {
    position: absolute;
    content: '';
    background-image: url(../images/contact/bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 500px;
    bottom: -100px;
    z-index: -1;
    opacity: .8
}

.contact_inner .container {
    padding: 30px;
    background-color: rgba(246, 246, 246, 0.8);
    box-shadow: 0 0 8px #d3d3d3
}

.page_form .input1,
.page_form .input2 {
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    background: #fff;
    line-height: 1.1;
    color: #888;
    box-shadow: none;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 2px
}

.input3 {
    width: inherit
}

.contact_from {
    width: 70%;
    float: left;
    padding-right: 15px;
    border-right: 1px solid #d3d3d3
}

.page_form .name {
    font-size: 15px;
    margin-bottom: 2px
}

.input_l,
.input_r {
    width: 48%
}

.input_l {
    float: left
}

.input_r {
    float: right
}

.code_box .input_code {
    float: left
}

.contact_info {
    width: 30%;
    float: right;
    margin-top: 20px;
    padding-left: 15px
}

.contact_list {
    margin-right: 3%;
    list-style: none;
    padding: 0
}

.contact_list li {
    clear: both;
    padding-bottom: 20px;
    color: #333;
    overflow: hidden;
    height: 70px;
    font-size: 0
}

.contact_list li:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.tx_r {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 1.5px
}

.box1 {
    float: left;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    padding-top: 7px;
    border: 2px solid #fd9b00;
    margin-right: 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.box1 i {
    color: #fd9b00;
    font-size: 22px;
    line-height: 25px;
    margin: 0
}

.contact_list_a:hover .box1 {
    border: 2px solid #385dc6
}

.contact_list_a:hover .box1 i {
    color: #385dc6
}

.contact_list_a:hover .tx_r a {
    text-decoration: none;
    color: #385dc6
}

.code_box input {
    float: left;
    width: 150px!important
}

.code_box img {
    float: left;
    margin-left: 10px
}

.contact_btn {
    margin-top: -10px
}

.contact_map {
    margin-top: 100px;
    margin-bottom: -60px
}

.contact_map iframe {
    vertical-align: bottom
}

.admin_sp {
    display: block;
    color: #385dc6;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px
}

.discussion_inner .discu_a {
    margin-bottom: 10px
}

.discussion_detail .discu_a {
    float: left;
    margin-right: 10px
}

.discu_a .btn_defult {
    width: 150px
}

.discu_a .btn_defult:hover {
    width: 180px
}

.discu_a .btn_defult::before {
    left: 90px
}

.discu_line {
    margin: 10px 0;
    background-color: #eee
}

.discu_from {
    border: 1px solid #385dc6;
    padding: 10px 15px
}

.form_l {
    float: left;
    width: 45%
}

.form_r {
    float: right;
    width: calc(55% - 15px);
    padding-left: 15px;
    border-left: 1px solid #385dc6
}

.face_icon_box {
    background-color: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    margin-bottom: 15px
}

.face_icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.face_radio {
    text-align: center;
    margin-bottom: 0
}

.discu_from .input1,
.discu_from .input2 {
    background-color: #f5f5f5
}

.discu_from textarea {
    height: 243px;
    margin-bottom: 0!important
}

.discu_from .code_page_form {
    border-top: 1px solid #385dc6;
    padding-top: 15px
}

.discu .discu_a {
    margin-top: 30px
}

.discu .discu_a a {
    margin: 0 auto
}

.btn_style {
    border: 1px solid #385dc6;
    color: #385dc6
}

.btn_style:hover {
    background-color: #385dc6;
    color: #fff
}

@media (max-width: 1250px) {
    .build_l_box img {
        width: 350px
    }
    .build_l_box figcaption {
        width: calc(100% - 370px)
    }
    .build_l_box::before {
        display: none
    }
}

@media (max-width: 1200px) {
    .fb_box {
        float: none;
        margin-top: 20px
    }
    .about_slogan {
        padding: 0 0 0 20px
    }
    .brand_box figure {
        width: calc(100% / 3 - 40px);
        margin: 0 20px 30px
    }
    .work_album {
        display: inherit
    }
    .work_album .owl-theme {
        width: 100%;
        float: none
    }
    .work_album_a {
        float: none;
        width: 98%;
        padding: 10px;
        margin: 10px auto 0
    }
    .work_album .btn_defult {
        margin: 0
    }
    .about-img2 {
        left: 150px;
        bottom: -90px;
        width: 300px
    }
    .contact_from {
        width: 65%
    }
    .contact_info {
        width: 35%
    }
}

@media (max-width: 1024px) {
    .carousel {
        height: 400px
    }
    .ind_about {
        margin-bottom: 100px
    }
    .ind_about_tt article {
        float: none;
        width: 100%;
        padding: 30px;
        margin-top: 0
    }
    .ind_about_r {
        width: 100%;
        float: none;
        margin-top: 30px;
        padding: 30px;
        border: 1px solid #fff
    }
    .ind_about_r>img {
        width: 40%;
        float: left
    }
    .about_slogan {
        width: 60%;
        float: right
    }
    .about_slogan figure {
        width: calc(100% / 3 - 20px);
        margin: 0 10px
    }
    .about_slogan figure img {
        width: 65px
    }
    .ind_about::after,
    .ind_about::before {
        top: 120px
    }
    .brand_box::before {
        display: none
    }
    .brand_box::after {
        left: -20px;
        bottom: -40px
    }
}

@media (max-width: 996px) {
    .about-inner {
        margin-top: -50px
    }
    .about-img1 {
        display: none
    }
    .about-inner .about-inner-tt {
        width: 100%;
        padding: 40px
    }
    .about-img2 {
        left: auto;
        right: -60px;
        bottom: -100px;
        width: 340px
    }
    .about_slo_box {
        float: none
    }
    .about_slo_box .about_slo_ball {
        width: 110px;
        height: 110px
    }
    .about_service {
        padding: 60px 0
    }
    .service_box figure {
        width: calc(100% / 3);
        margin-bottom: 15px
    }
    .about_env figure {
        width: calc(100% / 2)
    }
    .brand_intro_box img {
        width: 80%
    }
    .brand_intro {
        width: 100%;
        margin-top: 10px
    }
    .product_step .step_box {
        width: calc(100% / 2 - 30px);
        margin: 0 15px 30px
    }
    .product_step .step_box::before {
        display: none
    }
    .fsk_brand_feature figure {
        width: calc(100% / 2 - 30px);
        margin: 0 15px 30px
    }
    .build_l_box img,
    .build_l_box,
    .build_l_box figcaption {
        vertical-align: top
    }
    .build_l_box img {
        width: 300px
    }
    .build_l_box figcaption {
        width: calc(100% - 320px)
    }
    .cons_box .cons_img {
        width: 60%;
        float: none;
        margin: 0 auto
    }
    .cons_box figcaption {
        width: 100%
    }
    .cons_box:nth-of-type(odd) .cons_img,
    .cons_box:nth-of-type(even) .cons_img {
        float: none;
        text-align: center
    }
    .cons_box:nth-of-type(odd) figcaption,
    .cons_box:nth-of-type(even) figcaption {
        float: none;
        margin: 30px 0 0
    }
    .cons_box:nth-of-type(odd) .cons_img::after,
    .cons_box:nth-of-type(even) .cons_img::after {
        top: auto;
        margin-top: 0;
        bottom: -25px;
        border-top: 15px solid #385dc6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 50%;
        margin-left: -15px
    }
    .cons_box:nth-of-type(odd):hover .cons_img::after {
        border-left: 10px solid transparent;
        border-top: 15px solid #f6f6f6
    }
    .cons_box:nth-of-type(even):hover .cons_img::after {
        border-right: 10px solid transparent;
        border-top: 15px solid #f6f6f6
    }
    .work_bk {
        margin-top: 30px
    }
    .video-box li {
        width: calc(100% / 2 - 40px)
    }
    .contact_from {
        border-bottom: 1px solid #eee;
        width: 100%;
        float: none;
        border-right: 0;
        padding-right: 0;
        padding-bottom: 15px
    }
    .contact_info {
        width: 100%;
        float: none;
        padding-left: 0
    }
}

@media (max-width: 880px) {
    .about_slo_box {
        float: right;
        margin-top: 0
    }
    .about-img2 {
        position: initial;
        width: 100%;
        margin-top: 10px
    }
    .about-img {
        display: none
    }
    .about_service {
        margin-top: 50px
    }
}

@media (max-width: 768px) {
    .contact_rwd {
        display: block!important
    }
    .display_phone {
        display: none
    }
    .float_menu {
        top: auto;
        bottom: 30px
    }
    .carousel {
        height: 350px;
        padding-top: 65px
    }
    .carousel-caption {
        width: 500px;
        margin-top: -80px;
        margin-left: -250px
    }
    .carousel-caption h2 {
        font-size: 26px;
        margin: 10px;
        padding: 20px 40px
    }
    .carousel-caption span {
        font-size: 20px
    }
    .fb_box {
        text-align: center
    }
    .ind_about {
        margin-bottom: 70px
    }
    .ind_about::after,
    .ind_about::before {
        top: 150px
    }
    .ind_about_r {
        margin-top: 20px
    }
    .ind_about_r>img {
        width: 100%;
        float: none
    }
    .about_slogan {
        width: 100%;
        float: none;
        padding: 0;
        margin-top: 10px
    }
    .about_slogan figure {
        width: calc(100% / 3 - 20px);
        margin: 0 10px
    }
    .logo .mj_title {
        left: 50px
    }
    .brand_box figure {
        width: calc(100% / 2 - 40px)
    }
    .about-inner {
        margin-top: -70px
    }
    .about-inner .about-inner-tt::before {
        display: none
    }
    .about-inner .about-inner-tt {
        padding: 30px
    }
    .brand_intro {
        width: 100%
    }
    .brand_feature_box {
        display: flex;
        flex-wrap: wrap
    }
    .brand_feature_box figure {
        margin: 0 0 20px;
        padding: 20px;
        border: 2px solid #385dc6
    }
    .brand_feature figure {
        width: calc(100% / 2 - 20px);
        margin: 10px
    }
    .img_exp figure:nth-of-type(3),
    .img_exp figure:nth-of-type(4) {
        margin-top: 30px
    }
    .ralon_brand_feature figure {
        width: calc(100% / 3 - 20px)
    }
    .ralon_brand_feature_icon img {
        width: 100%;
        height: auto
    }
    .build_inner .mj_title:nth-of-type(1),
    .cons_inner .mj_title:nth-of-type(1) {
        margin-top: 40px
    }
    .build_feature figure {
        width: calc(100% / 2 - 20px)
    }
    .build_l_box img,
    .build_l_box,
    .build_l_box figcaption {
        vertical-align: initial
    }
    .build_l_box img {
        width: 400px;
        margin: 0 auto;
        display: block
    }
    .build_l_box figcaption {
        width: 100%;
        display: block;
        margin-top: 15px
    }
    .build_l_box:nth-of-type(odd) figcaption {
        margin-left: 0
    }
    .build_l_box:nth-of-type(even) figcaption {
        margin-right: 0
    }
    .build_l_box:nth-of-type(even) .build_even_img {
        display: block
    }
    .build_l_box:nth-of-type(even) figcaption+img {
        display: none!important
    }
    .work_bk {
        margin-top: 0
    }
    .cons_box_img figure {
        width: calc(100% / 2 - 30px)
    }
    .cons_box_img figure img {
        width: 100%
    }
    .work_l_box:nth-of-type(odd) img,
    .work_l_box:nth-of-type(even) img {
        width: 400px;
        display: block;
        margin: 0 auto;
        float: none
    }
    .work_l_box:nth-of-type(odd) figcaption {
        float: none;
        margin-left: 0
    }
    .work_l_box:nth-of-type(even) figcaption {
        float: none;
        margin-right: 0
    }
    .work_l_box figcaption {
        width: 100%;
        margin-top: 15px
    }
    .contact_inner .container {
        width: 90%
    }
    .form_l {
        float: none;
        width: 100%
    }
    .form_r {
        float: none;
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-bottom: 15px
    }
}

@media (max-width: 640px) {
    .carousel-caption {
        width: 440px;
        margin-left: -220px
    }
    .carousel-caption h2 {
        font-size: 22px
    }
    .carousel-caption span {
        font-size: 18px
    }
    .rwd_social {
        display: block
    }
    .float_menu {
        display: block;
        z-index: 20;
        width: 100%;
        top: inherit;
        right: 0;
        bottom: 0;
        position: fixed
    }
    .float_menu ul {
        padding-left: 0
    }
    .float_menu ul li {
        float: left;
        width: calc(100% / 3);
        height: 40px;
        background: #fd9b00;
        overflow: hidden;
        text-align: center;
        margin: 0
    }
    .float_menu ul li:nth-of-type(2),
    .float_menu ul li:nth-of-type(3) {
        border-right: 1px solid #FFF
    }
    .float_menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0
    }
    .float_menu ul li a i {
        font-size: 13px;
        width: auto
    }
    .float_menu ul li:hover {
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }
    #goTop {
        cursor: pointer;
        border: 1px solid #CCC;
        color: #aaa;
        background: #FFF;
        text-align: center;
        position: fixed;
        bottom: 50px;
        right: 15px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: none;
        font-family: Verdana, Geneva, sans-serif;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: #EEE 0 0 5px;
        -moz-box-shadow: #EEE 0 0 5px;
        box-shadow: #EEE 0 0 5px
    }
    #goTop span {
        display: none
    }
    #goTop a i {
        color: #385dc6
    }
    .float_menu ul li a i {
        text-shadow: none;
        font-size: 20px
    }
    .page-title {
        padding: 10px 70px;
        box-shadow: none
    }
    .breadCrumbs-block {
        top: 240px
    }
    .about_env figure {
        width: 100%
    }
    .page-title-box {
        top: 0;
        margin-bottom: 20px
    }
    .about-inner {
        margin-top: 0
    }
    .about-inner .about-inner-tt {
        margin-top: 0
    }
    .product_inner {
        margin-top: 30px
    }
    .product_step .step_box {
        width: 100%;
        margin: 0 auto 20px
    }
    .cons_box figcaption {
        padding: 15px 20px
    }
    .video-box li {
        width: calc(100% - 40px)
    }
    .input_l,
    .input_r {
        float: none;
        width: 100%
    }
}

@media (max-width: 550px) {
    .brand_box figure {
        width: calc(100% - 40px)
    }
    .about_service {
        padding: 40px 0
    }
    .service_box figure {
        width: calc(100% / 2)
    }
    .fsk_brand_feature figure {
        width: calc(100% - 30px)
    }
}

@media (max-width: 480px) {
    .carousel {
        height: 250px;
        padding-top: 60px
    }
    .breadCrumbs-block {
        top: 180px
    }
    .carousel-caption {
        margin-top: -50px
    }
    .carousel-indicators {
        display: none
    }
    .carousel-caption {
        width: 350px;
        margin-left: -175px
    }
    .carousel-caption h2 {
        font-size: 20px;
        padding: 10px 20px
    }
    .wrapper {
        padding: 30px 0 0
    }
    .ind_about::after,
    .ind_about::before {
        top: 160px
    }
    .ind_about_tt article {
        padding: 15px
    }
    .ind_about_r {
        padding: 15px
    }
    .about_slogan figure {
        width: calc(100% - 20px);
        padding: 10px
    }
    .about_slogan figcaption {
        margin-top: 0
    }
    .mj_title {
        margin-bottom: 15px
    }
    .work_album {
        margin-top: 50px
    }
    .about-inner .about-inner-tt {
        padding: 15px;
        margin-bottom: 10px
    }
    .about_slo_box {
        float: none
    }
    .about_slo_box .about_slo_ball {
        margin: 0 auto 10px;
        float: none
    }
    .about-img2 {
        border: 2px solid #385dc6;
        display: block
    }
    .brand_intro {
        padding: 15px
    }
    .brand_feature {
        margin-top: 30px
    }
    .brand_feature figure {
        width: 100%;
        margin: 10px 0
    }
    .img_exp figure {
        border-bottom: 1px solid #eee
    }
    .img_exp figcaption {
        margin-top: 10px
    }
    .pro_logo {
        text-align: center
    }
    .pro_logo img {
        width: 150px;
        margin: 0
    }
    .pro_logo::before,
    .pro_logo::after {
        top: 26px
    }
    .pro_logo::after {
        width: 25%;
        right: 0
    }
    .pro_logo::before {
        width: 25%;
        left: 0
    }
    .product_inner .mj_title {
        margin-top: 30px
    }
    .mj_title h3 {
        font-size: 22px
    }
    .brand_intro h4 {
        font-size: 20px
    }
    .frame::after {
        top: 10px;
        left: -10px
    }
    .brand_feature_icon_sp .brand_feature_icon_box {
        float: none;
        margin: 0 auto 20px;
        display: block
    }
    .brand_feature_icon_sp figcaption {
        float: none;
        width: 100%;
        text-align: center
    }
    .brand_feature_box02 .brand_feature_icon_box::before {
        border-top: 15px solid #fd9b00;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: none;
        right: 50%;
        margin-right: -11px;
        top: auto;
        bottom: -15px;
        margin-top: auto
    }
    .build_feature figure {
        width: calc(100% - 20px)
    }
    .build_l_box img {
        width: 100%
    }
    .build_l_box figcaption {
        margin-top: 10px
    }
    .cons_box .cons_img {
        width: 100%
    }
    .cons_box_img figure {
        width: calc(100% - 30px)
    }
}