@charset "utf-8";

/*  global  */
body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-family: Arial, "Microsoft JhengHei";
}

.wrap {
    width: 100%;
    height: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container.container-zoomout {
    width: 1000px;
}

.container.container-middle {
    width: 700px;
}

.container.container-xmiddle {
    width: 800px;
}

.rwd-img {
    width: 100%;
}

.imgbox {
    overflow: hidden;
}

/*img { display:block;}*/
a {
    color: #000;
    text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
section,
div {
    position: relative;
}

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

ul:after,
section:after,
div:after,
li:after {
    content: "";
    display: block;
    clear: both;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zindex-front {
    z-index: 1010;
}

/*	==========================================	*/

/*	font	*/
.spacing-1 {
    letter-spacing: 1px;
}

.spacing-2 {
    letter-spacing: 2px;
}

.spacing-3 {
    letter-spacing: 3px;
}

.spacing-4 {
    letter-spacing: 4px;
}

.spacing-5 {
    letter-spacing: 5px;
}

.spacing-6 {
    letter-spacing: 6px;
}

.font-small {
    font-size: 10pt;
}

.font-normal {
    font-size: 12;
}

.font-normal {
    font-size: 12pt;
}

.font-smiddle {
    font-size: 13pt;
}

.font-middle {
    font-size: 14pt;
}

.font-large {
    font-size: 16pt;
}

.font-larger {
    font-size: 18pt;
}

.font-largest {
    font-size: 20pt;
}

.font-xlargest {
    font-size: 22pt;
}

.font-xxlargest {
    font-size: 24pt;
}

.font-xxxlargest {
    font-size: 28pt;
}

.font-xxxxl {
    font-size: 50pt;
}

.font-xxxxxl {
    font-size: 54pt;
}

.font-lighter {
    font-weight: lighter;
}

.font-bolder {
    font-weight: bolder;
}

.font-bold {
    font-weight: bold;
}

.text-white,
.text-white a {
    color: #FFF;
}

.text-black,
.text-black a {
    color: #000;
}

.text-yellow {
    color: #F3E626;
}

.text-gray,
.text-gray a {
    color: #333;
}

.text-lightgray {
    color: #808080;
}

.text-blue {
    color: #0F82C5;
}

.text-red,
.text-red a,
a.text-red {
    color: #FF0000;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/*	==========================================	*/


/*	bg	*/
.bg-gray {
    background: #E6e6e6;
}

.bg-white {
    background: #FFFFFF;
}

.bg-dark {
    background: #333333;
}

.bg-blue {
    background: #0F82C5;
}

.bg-yellow {
    background: #F3E626;
}

.border-bottom {
    border-width: 0 0 1px 0;
    border-style: dotted;
}

.border-bottom-gray {
    border-color: #E6E6E6;
}

/*	==========================================	*/

/*	btn	*/
.btn-box {
    padding-left: 5px;
    margin-top: 60px;
}

.btn {
    display: inline-block;
    border: 0;
    padding: 5px 25px;
    border-radius: 2px;
    cursor: pointer;
}

.btn-red {
    background: #E50150;
    color: #FFF;
}

.btn-submit {
    padding: 5px 25px;
    border: 1px solid #FFF;
    border-radius: 1px;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    color: #FFF;
}

.returnbtn {
    width: 200px;
    display: block;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12pt;
    border: 1px solid #8ebddb;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

.returnbtn:hover {
    color: #0F82C5;
}

.readmore-box {
    width: 96px;
    height: 46px;
    border-radius: 10px 10px 0 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.positions-absolute-b {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*	==========================================	*/

/*	display	*/

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.inlineblock-full {
    display: inline-block;
    width: 100%;
}

/*	box	*/
.box-small {
    width: 600px;
    margin: 0 auto;
}

.min-box {
    min-height: 300px;
}

/*	==========================================	*/

/*	dialog*/
#dialog-message {
    position: initial;
}

/*	==========================================	*/

/*	text-align	*/
.text-center {
    text-align: center;
}

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

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

.text-justify {
    text-align: justify;
}

.break-all {
    word-break: break-all;
}

/*	==========================================	*/

/*	CSS3 Loading	*/
.nodata {
    padding: 15px;
    margin: 15px auto;
    color: #F00;
}

.loadingbox {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    position: fixed;
    /*background:url(../images/loading.gif1) center no-repeat ;*/
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}

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

.loadingalign {
    vertical-align: middle;
    display: inline-block;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*	==========================================	*/

/*	h-tag	*/
.subject {
    background: url(../images/til_01.png) bottom center no-repeat;
    width: 190px;
    margin: 0 auto;
    padding: 5px 5px 15px 5px;
    color: #007c79;
    text-align: center;
    font-size: 22pt;
    z-index: 991;
    position: relative;
}

.section-subject {
    font-weight: bolder;
}

.subject-white {
    background: url(../images/til_02.png) bottom center no-repeat;
    width: 126px;
    margin: 0 auto;
    padding: 5px 5px 15px 5px;
    color: #FFF;
}

/*	==========================================	*/

/*	form	*/
.form-control {
    border-radius: 2px;
    border: 1px solid #DDD;
    padding: 8px 15px;
    margin: 5px 0;
    width: 100%;
}

.form-control.inlin-control {
    width: 160px;
}

/*	==========================================	*/

/*	border	*/
.border-left {
    border-left: 1px solid #808080;
}

.subject-bline {
    border-bottom: 1px solid #0F82C5;
}

.groupline-right {
    border-right: 1px solid #808080;
}

.groupline-right:last-child {
    border: 0;
}

.border-darkgray {
    border: 1px solid #CCC;
}

/*	==========================================	*/

/*	v-margin,v-padding,v-align	*/
.v-padding-15 {
    padding: 15px 0;
}

.v-margin-15 {
    margin: 15px auto;
}

.v-margin-40 {
    padding: 40px auto;
}

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

.valign-middle {
    vertical-align: middle;
    display: inline-block;
}

.vertical-bottom {
    vertical-align: bottom;
}

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

.abs-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.abs {
    position: absolute;
}

.abs-block {
    width: 100%;
}

.abs-lb {
    position: absolute;
    left: 0;
    bottom: 0;
}

.abs-rb {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*	table	*/
.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

.tb-box-50 {
    /*display:table-row;*/
    height: 50%;
    width: 100%;
    position: relative;
}

.table-box {
    display: table;
    width: 100%;
}

.table-per-50 {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

/*	==========================================	*/

/*	cols	*/
.cols-box {
    margin: 0 -15px;
    width: 100%;
}

.cols-50-per {
    width: calc(50% - 15px);
}

.cols-per-50 {
    float: left;
    padding: 0 15px;
    width: calc(50% - 30px);
}

.cols-per-50-cus {
    float: left;
    padding: 0 15px;
    width: calc(50%);
}

.cols-per-100-cus {
    float: left;
    padding: 0 15px;
    width: calc(100%);
}

.cols-per-65 {
    float: left;
    padding: 0 15px;
    width: calc(65% - 30px);
}

.cols-per-70 {
    float: left;
    padding: 0 15px;
    width: calc(70% - 30px);
}

.cols-per-75 {
    float: left;
    padding: 0 15px;
    width: calc(75% - 30px);
}

.cols-per-30 {
    float: left;
    padding: 0 15px;
    width: calc(30% - 30px);
}

.cols-per-33 {
    float: left;
    padding: 0 15px;
    width: calc(100% / 3 - 30px);
}

.cols-per-34 {
    float: left;
    padding: 0 15px;
    width: calc(34% - 30px);
}

.cols-per-40 {
    float: left;
    padding: 0 15px;
    width: calc(40% - 30px);
}

.cols-per-45 {
    float: left;
    padding: 0 15px;
    width: calc(45% - 30px);
}

.cols-per-20 {
    float: left;
    padding: 0 15px;
    width: calc(20% - 30px);
}

.cols-per-35 {
    float: left;
    padding: 0 15px;
    width: calc(35% - 30px);
}

.cols-per-25 {
    float: left;
    padding: 0 15px;
    width: calc(25% - 30px);
}

.cols-per-78 {
    float: left;
    padding: 0 15px;
    width: calc(78% - 30px);
}

.cols-per-22 {
    float: left;
    padding: 0 15px;
    width: calc(22% - 30px);
}

.cols-per-77 {
    float: left;
    padding: 0 15px;
    width: calc(77% - 30px);
}

.cols-per-23 {
    float: left;
    padding: 0 15px;
    width: calc(23% - 30px);
}

.cols-per-77-np {
    float: left;
    padding: 0 0 0 15px;
    width: calc(77% - 15px);
}

.cols-per-23-np {
    float: left;
    padding: 0;
    width: calc(23%);
}

/*	==========================================	*/

/*	float-box	*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-auto {
    margin: 0 auto;
}

.margin-t-60 {
    margin: 60px 0 0 0;
}

.margin-b-60 {
    margin: 0 0 60px 0;
}

.padding-full-30 {
    padding: 30px;
}

.padding-full-40 {
    padding: 40px;
}

.padding-tb-40 {
    padding: 40px 0;
}

.padding-lr-40 {
    padding: 0 40px;
}

.padding-lr-30 {
    padding: 0 30px;
}

.padding-l-40 {
    padding: 0 40px 0 0;
}

.margin-full-40 {
    margin: 40px;
}

.margin-tb-40 {
    margin: 40px 0;
}

.margin-tb-5 {
    margin: 5px 0;
}

.margin-lr-40 {
    margin: 0 40px;
}

.margin-l-40 {
    margin: 0 40px 0 0;
}

.margin-r-40 {
    margin: 0 0 0 40px;
}

.margin-t-40 {
    margin: 40px 0 0 0;
}

.margin-b-40 {
    margin: 0 0 40px 0;
}

.padding-full-20 {
    padding: 20px;
}

.padding-tb-20 {
    padding: 20px 0;
}

.padding-lr-20 {
    padding: 0 20px;
}

.padding-l-20 {
    padding: 0 20px 0 0;
}

.margin-full-20 {
    margin: 20px;
}

.margin-tb-20 {
    margin: 20px 0;
}

.margin-lr-20 {
    margin: 0 20px;
}

.margin-l-20 {
    margin: 0 20px 0 0;
}

.margin-r-20 {
    margin: 0 0 0 20px;
}

.padding-full-15 {
    padding: 15px;
}

.padding-tb-15 {
    padding: 15px 0;
}

.padding-lr-15 {
    padding: 0 15px;
}

.padding-l-15 {
    padding: 0 15px 0 0;
}

.padding-t-15 {
    padding: 15px 0 0 0;
}

.padding-b-15 {
    padding: 0 0 15px 0;
}

.padding-b-5 {
    padding: 0 0 5px 0;
}

.margin-full-15 {
    margin: 15px;
}

.margin-tb-15 {
    margin: 15px 0;
}

.margin-lr-15 {
    margin: 0 15px;
}

.margin-l-15 {
    margin: 0 15px 0 0;
}

.margin-r-15 {
    margin: 0 0 0 15px;
}

.margin-t-15 {
    margin: 15px 0 0 0;
}

.margin-b-15 {
    margin: 0 0 15px 0;
}

.margin-tb-10 {
    margin: 10px 0 10px 0;
}

.padding-full-5 {
    padding: 5px;
}

.padding-tb-5 {
    padding: 5px 0;
}

.padding-lr-5 {
    padding: 0 5px;
}

.padding-l-5 {
    padding: 0 5px 0 0;
}

.margin-full-5 {
    margin: 5px;
}

.margin-tb-5 {
    margin: 5px 0;
}

.margin-lr-5 {
    margin: 0 5px;
}

.margin-l-5 {
    margin: 0 5px 0 0;
}

.margin-r-5 {
    margin: 0 0 0 5px;
}

.nopadding {
    padding: 0;
}

.outline-dashed {
    position: relative;
    padding-bottom: 15px;
}

.outline-dashed:before {
    content: "";
    border-bottom: 1.5px dashed #0F82C5;
    display: block;
    width: 185%;
    position: absolute;
    bottom: 0;
    left: -100%;
}

.outline-dashed.insideimg:after {
    content: "";
    width: 95px;
    height: 56px;
    background: url(../images/index/btm_02.png) center no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: -90%;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.outline-dashed.insideimg.in:after {
    left: 85%;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.guarantee-img {
    opacity: 0.5;
    -webkit-transition: all 0.72s ease;
    -moz-transition: all 0.72s ease;
    transition: all 0.72s ease;
    -moz-transform: translateX(-18%);
    -webkit-transform: translateX(-18%);
    -o-transform: translateX(-18%);
    -ms-transform: translateX(-18%);
    transform: translateX(-18%);
}

.guarantee-img.in {
    opacity: 1;
    -webkit-transition: all 0.72s ease;
    -moz-transition: all 0.72s ease;
    transition: all 0.72s ease;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*	menu	*/
.rwdlogoshow {
    display: none;
}

.header-cover {
    background: #FFF;
    width: 100%;
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 1101;
}

.headerbox {
    background: #0F82C5;
    height: 35px;
    margin-top: 20px;
}

.logobox {
    position: absolute;
    left: calc((100% - 313px) / 2);
    top: -18px;
}

.menubtnbox {
    display: none;
}

.menubox {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0;
}

.padding-right-150 {
    padding-right: 150px;
}

.padding-left-150 {
    padding-left: 150px;
}

.menu {
    width: 100%;
    padding: 0 0;
    height: 35px;
}

.menu li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.menu.leftmenu li:after {
    content: "";
    border-right: 1px solid #666;
    position: absolute;
    right: 0;
    height: 22px;
    top: 5px;
}

.menu.leftmenu li:last-child:after {
    border: 0;
}

.menu.rightmenu li:after {
    content: "";
    border-right: 1px solid #666;
    position: absolute;
    left: 0;
    height: 22px;
    top: 5px;
}

.menu.rightmenu li:first-child:after {
    border: 0;
}

/*.menu li:last-child:after { content:"";  display:inline-block;  border-right:0 solid #FFF; }*/
.menu a {
    color: #fff;
    display: block;
    padding: 5px 0;
    -webkit-transition: all 0.22s ease;
    -moz-transition: all 0.22s ease;
    transition: all 0.22s ease;
}

.menu li>a:hover,
.menu li.active {
    /*background:#E50150;*/
    font-weight: bolder;
    color: #F3E626;
}


.menubtn {
    color: #fff;
    font-size: 25pt;
    padding: 2px 0;
}

.rwdclosebtn {
    color: #fff;
    font-size: 25pt;
}

.rwdclosebtnbox {
    text-align: right;
    padding: 15px;
}

.rwdmenubox {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background-color: #0a9ef5;
    z-index: 99999;
    opacity: 0;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.rwdmenubox.in {
    transform: translateX(0%);
    opacity: 1;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.rwdmenu {
    margin-top: 27px;
    text-align: center;
}

.rwdmenu li {
    margin: 0 15px;
}

.rwdmenu li:after {
    border-bottom: 1px solid #a5deff;
    margin: 15px auto;
    width: 100%;
}

.rwdmenu li:last-child:after {
    border-bottom: 0;
}

.rwdmenu li a {
    font-size: 14pt;
    color: #fff;
    /*text-shadow: 0px 0px 10px #fff;*/
}

.absfb {
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 30px;
}

/*	==========================================	*/

/*	footer	*/
.footer-top-bg {
    width: 100%;
    height: 200px;
    background: url(../images/index/pic_07.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.footer-top-bg .btm-line {
    border-bottom: 5px dotted #333333;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ul-contact {
    width: 190px;
    margin: 0 auto;
    letter-spacing: 3px;
    line-height: 1.5;
}

.ul-address {
    width: 350px;
    margin: 0 auto;
    letter-spacing: 3px;
    line-height: 1.5;
}

.ul-contact li,
.ul-address li {
    margin: 5px 0;
}

.ul-contact li img,
.ul-address li img {
    margin: 0px 3px;
}

.copyright {
    border-top: 1px solid #FFF;
    padding: 15px 0 15px 0;
}


.social-box {
    height: auto;
    position: absolute;
    right: calc((100% - 1000px) / 2);
    top: 54px;
    right: 140px;
}

.social {
    position: fixed;
    z-index: 1002;
}

.social:before {
    content: "";
    display: block;
    position: absolute;
    background: #0F82C5;
    width: 1px;
    height: 94%;
    right: 48px;
}

.social li {
    width: 86px;
    height: 87px;
    background: url(../images/index/clothes_w.png);
    vertical-align: middle;
    text-align: center;
    padding-top: 30px;
    padding-left: 11px;
    z-index: 1003;
    position: relative;
}

.social li:hover {
    transform-origin: 50px 3px;
    background: url(../images/index/clothes_y.png);
    -webkit-animation: swing 3.4s infinite ease-in-out both;
    animation: swing 3.4s infinite ease-in-out both;
}

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

.social li:hover .tooltips {
    display: inline-block;
    opacity: 1;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

@-webkit-keyframes swing {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

@keyframes swing {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    10%,
    30%,
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}

#gotop {
    position: fixed;
    bottom: 30px;
    right: calc((100% - 1000px) / 2 - 80px);
    z-index: 1101;
}

/*	==========================================	*/


.cookie li {
    display: inline-block;
}

.cookie a,
.cookie {
    color: #FFF;
    font-size: 10pt;
}

.cookie li:after {
    content: "/";
    display: inline-block;
    margin: 0 5px 0 10px;
}

.cookie li:last-child:after {
    content: "";
}

.pager {
    text-align: center;
}

/*.pager,.pager a { color:#007c79;}*/
.pager a {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #0f82C5;
    color: #F3E626;
    font-size: 10pt;
    line-height: 25px;
    text-align: center;
}

.pager li:hover a,
.pager li.active a {
    background: #F3E626;
    color: #0f82C5;
}

.pager li {
    display: inline-block;
    margin: 0 3px;
}

.pager li.page-number:after {
    content: "";
    display: inline-block;
    margin: 0 2px 0 4px;
}

.pager li.page-number:last-child:after {
    content: "";
}

/*	==========================================	*/


/*	index	*/
.banner {
    padding-top: 55px;
    width: 100%;
}

#banner-index {
    width: 100%;
}

#banner-index li {
    width: 100%;
}

.section-clip {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.section-brand:before {
    width: 100%;
    content: "";
    height: 50%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
}

.section-brand:after {
    width: 100%;
    content: "";
    height: 50%;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d5d5d5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d5d5d5 0%, #ffffff 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d5d5d5 0%, #ffffff 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5d5d5 0%, #ffffff 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.line-height-25 {
    line-height: 2.5;
}

.line-height-15 {
    line-height: 1.5;
}

.line-height-18 {
    line-height: 1.8;
}

.index-brand {
    line-height: 2.5;
}

.index-brand-imgbox {
    margin-top: 170px;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.index-brand-imgbox.in {
    margin-top: 170px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.joinus {
    display: inline-block;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
    opacity: 0;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

.joinus.in {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.joinus-phone {
    display: inline-block;
    padding: 15px 10px;
    border-radius: 3px;
    margin-top: 35px;

    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
}

.joinus-touch {
    width: 100%;
    position: absolute;
    top: 0;
}

.index-service li>h5 {
    height: 57px;
    overflow: hidden;
}

.pro-sliderbox {
    width: 1280px;
}

/*	professional	*/
.setion-professional {}

.setion-professional-right {
    position: absolute;
    top: -100px;
}

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

.pro-slider {
    width: 100%;
}

.pro-slider li {
    margin: 0 15px;
    position: relative;
}

.pro-slider li:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: -5%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.5);
}

.circle-t-50:before {
    content: "";
    display: block;
    width: 100%;
    background: #0F82C5;
    border-radius: 90% 90% 0 0;
    height: 39px;
    bottom: 10px;
    position: absolute;
}

.step-box span {
    position: relative;
}

.step-box li {
    width: 50px;
    height: 100px;
    background: #F3E626;
    position: relative;
    display: inline-block;
}

/*
		.step-box li:nth-child(even){ background:#F3E626;}
		.step-box li:nth-child(even) div.txt:before { content:""; display:block; width:100%; position:absolute; border-radius:50% 50% 0 0; top:-50px; background:#F3E626; height:50px;}
		*/
.step-box li>div {
    display: block;
}

.step-box li div.txt {
    position: relative;
}

.step-box li:nth-child(odd) div.txt:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border-radius: 50% 50% 0 0;
    top: -50px;
    background: #F3E626;
    height: 50px;
}

.step-box li:nth-child(odd) div.txt span {
    position: absolute;
    width: 100%;
    left: 0;
    top: -40px;
}

.step-box li:nth-child(odd) div.num {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 3px;
}

.step-box li:nth-child(even) {
    bottom: -100px;
}

.step-box li:nth-child(even) div.txt:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border-radius: 0 0 50% 50%;
    bottom: -150px;
    background: #F3E626;
    height: 50px;
}

.step-box li:nth-child(even) div.txt span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
}

.step-box li:nth-child(even) div.num {
    position: absolute;
    bottom: initial;
    top: 0;
    width: 100%;
}

.step-box li:nth-child(even) .circle-t-50:before {
    content: "";
    display: block;
    width: 100%;
    background: #0F82C5;
    border-radius: 0 0 90% 90%;
    height: 39px;
    top: 10px;
    position: absolute;
}

.step-box li:nth-child(even) div.num {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 3px;
}

/*	Service	*/
.index-service li {
    width: 160px;
    height: 160px;
    margin: 0 35px 90px 35px;
    border-radius: 50%;
    background: #0F82C5;
    float: left;
    -webkit-box-shadow: 3px 3px 21px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 3px 3px 21px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 3px 21px 0px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.32s ease;
    -moz-transition: all 0.32s ease;
    transition: all 0.32s ease;
}

.index-service li:hover {
    background: #F3E626;
}

.index-service li>a {
    display: block;
    width: 160px;
    height: 160px;
}

.index-service li>a>img {
    display: inline-block;
}

.index-service li>h5 {
    margin: 15px auto;
}

/*	Brand	*/
.description-brand {
    background: url(../images/brand/pic_02.png) center no-repeat;
    background-size: cover;
}

.situation {
    height: 273px;
    width: 100%;
    /*background:url(../images/brand/pic_01.png) center no-repeat;*/
    background-size: cover;
    padding-top: 58px;
    position: relative;
}

.subject-page:after {
    content: "";
    width: 30px;
    border-bottom: 1px solid #FFF;
    display: block;
    margin: 5px auto;
}

.subject-page.blackline:after {
    border-bottom: 1px solid #000;
}

.tab-list li {
    width: calc(100% / 4 - 1px);
    border-left: 1px solid #ddd;
    -webkit-transition: all 0.32s ease;
    -moz-transition: all 0.32s ease;
    transition: all 0.32s ease;
}

.tab-list.per-33 li {
    width: calc(100% / 3 - 1px);
}

.tab-list li img:last-child {
    display: none;
}

.tab-list li.active,
.tab-list li:hover {
    background: #0F82C5;
}

.tab-list li.active a,
.tab-list li:hover a {
    color: #F3E626;
}

.tab-list li.active img:last-child,
.tab-list li:hover img:last-child {
    display: inline-block;
}

.tab-list li.active img:first-child,
.tab-list li:hover img:first-child {
    display: none;
}

.tab-list li:last-child {
    border-right: 1px solid #ddd;
}

.inpage-box {}

.sidermenu-box {
    border: 1px solid #ddd;
    border-width: 0 1px;
}

.sidermenu-box li {
    padding: 25px 15px;
    border-bottom: 1px solid #ddd;
}

.sidermenu-box li a:before {
    content: "";
    border-top: 2px solid #0F82C5;
    width: 30px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.sidermenu-box:before {
    content: "";
    background: #F3E626;
    display: block;
    height: 34px;
    width: 100%;
}

.sidermenu-box:after {
    content: "";
    background: #0F82C5;
    display: block;
    height: 12px;
    width: 100%;
}

.sidermenu-box li a.active,
.sidermenu-box li a:hover {
    color: #0F82C5;
}


.select-formcontrol {
    display: none;
    width: 100%;
    min-height: 30px;
    font-size: 12pt;
    padding: 6px 3px;
    border: 0.5px solid #DDD;
    margin-bottom: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 9px -3px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 4px 9px -3px rgba(0, 0, 0, 0.44);
    box-shadow: 0 4px 9px -3px rgba(0, 0, 0, 0.44);
}

/*	QA	*/
.qa-list {}

.qa-list li {
    margin-bottom: 5px;
}

.qa-list a {
    background: #0f82C5;
    display: block;
    position: relative;
    -webkit-transition: all 0.32s ease;
    -moz-transition: all 0.32s ease;
    transition: all 0.32s ease;
}

.qa-list a:after {
    -webkit-transition: all 0.32s ease;
    -moz-transition: all 0.32s ease;
    transition: all 0.32s ease;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 42px 42px 0;
    border-color: transparent #f3e526 transparent transparent;
}

.qa-list a.active:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 42px 42px;
    border-color: transparent transparent #f3e526 transparent;
}

.qa-list a span {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 8px;
}

.qa-list a span.q {
    background: #F3E626;
    width: 65px;
    text-align: center;
}

.qa-list a span.q-txt {}

.qa-a {
    border: 1px solid #DDD;
    display: none;
}

.qa-a.active {
    display: block;
}

/*	Link	*/
.numimg {
    display: inline-block;
    padding-right: 8px;
}

.links-list .txtbox {
    display: inline-block;
    text-align: left;
}

.links-list li {
    padding: 15px;
    width: 100%;
    margin: 0 auto 15px auto;
    position: relative;
}

.links-list li:nth-child(even) .numimg {
    width: 80px;
    height: 79px;
    background: url(../images/brand/btm_b.png) center no-repeat;
}

.links-list li:nth-child(odd) .numimg {
    width: 80px;
    height: 79px;
    background: url(../images/brand/btm_y.png) center no-repeat;
}

.links-list li .circ {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
}

.links-list li .circ:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666;
    display: block;
    position: absolute;
    right: 0;
    top: -15px;
}

.links-list li .circ:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666;
    display: block;
    position: absolute;
    right: 0;
    bottom: -15px;
}

/*	Service	*/
.description-service {
    background: url(../images/service/pic_02.png) center no-repeat;
    background-size: cover;
}

.situation.service {
    height: 273px;
    width: 100%;
    /*background:url(../images/service/pic_01.png) center no-repeat;*/
    background-size: cover;
    padding-top: 58px;
    position: relative;
}

.covers {
    min-height: 435px;
    background: url(../images/service/demo01.png) center no-repeat;
    background-size: cover;
    width: 100%;
}

.service .service-list-box:nth-child(odd) .content-it {
    margin: 15px auto;
    width: 80%;
    padding-left: 30px;
    border-left: 1px dashed #0F82C5;
}

.service .service-list-box:nth-child(even) .content-it {
    margin: 15px auto;
    width: 80%;
    padding-right: 30px;
    border-right: 1px dashed #0F82C5;
}

/*.service .service-list-box:nth-child(odd) .lbox {float:left;}
		.service .service-list-box:nth-child(odd) .rbox {float:right;}
		.service .service-list-box:nth-child(even) .lbox {float:right;}
		.service .service-list-box:nth-child(even) .rbox {float:left;}*/
.service-list-box {
    position: relative;
    display: table;
    width: 100%;
}

.iconimg {
    text-align: center;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    background: #FFF;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

/*	store	*/
.situation.store {
    height: 273px;
    width: 100%;
    /*background:url(../images/store/pic_01.png) center no-repeat;*/
    background-size: cover;
    padding-top: 58px;
    position: relative;
}

.tag-box {
    border-bottom: 40px solid #F3E626;
    margin: 30px auto 15px auto;
}

.tag-list {}

.tag-list li {
    display: inline-block;
    padding: 10px 22px;
    background: #0F82C5;
    border-radius: 20% 20% 0 0;
    margin: 0 2px;
}

.tag-list li:hover,
.tag-list li.active {
    background: #F3E626;
}

.tag-list li:hover a,
.tag-list li.active a {
    color: #0F82C5;
}

.tag-list a {
    color: #f3E626;
}

.store-list-box {
    background: url(../images/store/pic_02.png) center no-repeat;
    background-size: cover;
}

.store-info {
    /* height:300px; background:rgba(255,255,255,0.7); width:350px; position:relative; */
}

.store-info h5 {
    border-bottom: 1px solid #AAA;
    margin-bottom: 30px;
}

.store .readmore {
    padding: 5px 15px;
    border: 1px solid #0F82c5;
    border-radius: 5px;
    width: 96px;
    /*position:absolute; bottom:15px;*/
    bottom: 15px;
}

.location-grp {
    margin-bottom: 30px;
}

.location-lists {
    border-bottom: 1px solid #DDD;
}

.location-lists:last-child {
    border: 0;
}

.location-subject {
    background: #5A5A5A;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.location-list-txt {}

.location-title {
    width: 21%;
}

.location-phone {
    width: 14%;
}

.location-address {
    width: 45%;
}

.location-social {
    width: 18.8%;
    text-align: right;
}



/*	joinus	*/
.situation.joinusinside {
    height: 273px;
    width: 100%;
    /*background:url(../images/joinus/pic_01.png) center no-repeat;*/
    background-size: cover;
    padding-top: 58px;
    position: relative;
}

.covers {
    min-height: 435px;
    background: url(../images/joinus/demo01.png) center no-repeat;
    background-size: cover;
    width: 100%;
}

.joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
    margin: 15px auto;
    width: 80%;
    padding-left: 30px;
    border-left: 1px dashed #0F82C5;
}

.joinusinside .joinusinside-list-box:nth-child(even) .content-it {
    margin: 15px auto;
    width: 80%;
    padding-right: 30px;
    border-right: 1px dashed #0F82C5;
}

/*
		.joinusinside .joinusinside-list-box:nth-child(odd) .lbox {float:left;}
		.joinusinside .joinusinside-list-box:nth-child(odd) .rbox {float:right;}
		.joinusinside .joinusinside-list-box:nth-child(even) .lbox {float:right;}
		.joinusinside .joinusinside-list-box:nth-child(even) .rbox {float:left;}
		*/
.joinusinside-list-box {
    position: relative;
    display: table;
    width: 100%;
}

.joinusinside .joinusinside-list-box:nth-child(odd) .iconimg {
    text-align: center;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    background: #0F82C5;
    color: #F3E626;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.joinusinside .joinusinside-list-box:nth-child(even) .iconimg {
    text-align: center;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    background: #F3E626;
    color: #0F82C5;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.more-txt {
    display: inline-block;
    margin: 0 15px;
}

/*.joinus-form { background:url(../images/joinus/pic_05.png) top center no-repeat; background-size:100% auto; min-height:800px;}*/
.joinus-form-subject {
    padding: 8px 20px;
    border-radius: 5px;
}

.joinus-form-input {
    padding: 20px 20px;
}

.joinuslist li {
    padding: 15px 0;
    border-bottom: 1px solid #c4c4c4;
}

.joinuslist li:last-child {
    border-bottom: 0;
}

.joinuslist li .datebox {
    float: left;
    padding-left: 0;
    width: 140px;
    background: url(../images/index/date.png) no-repeat left center;
    color: #056db4;
}

.joinuslist li .subbox {
    float: left;
    padding-left: 30px;
    margin: 0 20px;
    width: 78%;
    background: url(../images/index/loc.png) no-repeat left center;
    color: #056db4;
}

.joinuslist li .addbox {
    float: right;
    width: 74px;
    padding: 3px 5px;
    color: #fff;
    background-color: #FF0000;
}

.formbox {
    margin-bottom: 15px;
}

.inputblock {
    width: 100%;
    float: left;
}

.label-control {
    width: 100%;
    float: left;
    margin-right: 10px;
    padding: 6.5px 0;
}

.input-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-sizing: border-box;
}

.textarea-control {
    min-height: 158px;
    resize: none;
}

.select-control {
    padding: 0;
    width: auto;
}


.code-control {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}

.input-control-none {
    border: 0;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

/* check */
.check-box {
    margin: 10px 0;
    position: relative;
}

.check-box label {
    cursor: pointer;
}


.joinusformbox .label-control {
    width: 180px;
}

.joinusformbox .inputblock {
    width: 83%;
}

.joinus-sub {
    padding: 5px 0;
    margin: 10px 0;
    color: #0a77bc;
    border-bottom: 1px solid #8fbddf;
}

.joinuslistbox .articlebox {
    line-height: 1.5;
}

.joinus-seminar-img {
    margin: 0 -10px;
    box-sizing: border-box;
}

.joinus-seminar-img li {
    float: left;
    margin: 10px;
    width: calc(100%/3 - 20px);
}

.joinus-seminar-table th {
    padding: 10px 0;
    color: #fff;
    background-color: #b5b7b6;
}

.joinus-seminar-table td {
    padding: 10px 0;
    color: #2b2a28;
    background-color: #efefef;
}


/*	offer	*/
.situation.offer {
    height: 273px;
    width: 100%;
    /*background:url(../images/offer/pic_01.png) center no-repeat;*/
    background-size: cover;
    padding-top: 58px;
    position: relative;
}

.tag-box {
    border-bottom: 40px solid #F3E626;
    margin: 30px auto 15px auto;
}

.tag-list {}

.tag-list li {
    display: inline-block;
    padding: 10px 22px;
    background: #0F82C5;
    border-radius: 20% 20% 0 0;
    margin: 0 2px;
}

.tag-list li:hover,
.tag-list li.active {
    background: #F3E626;
}

.tag-list li:hover a,
.tag-list li.active a {
    color: #0F82C5;
}

.tag-list a {
    color: #f3E626;
}

.offer-list-box {
    background: url(../images/offer/pic_02.png) center no-repeat;
    background-size: cover;
}

.offer-info {
    height: 300px;
    background: rgba(255, 255, 255, 0.7);
    width: 350px;
    position: relative;
}

.offer-info h5 {
    border-bottom: 1px solid #AAA;
    margin-bottom: 15px;
}

.offer .readmore {
    padding: 5px 15px;
    border: 1px solid #0F82c5;
    border-radius: 5px;
    position: absolute;
    width: 96px;
    bottom: 15px;
    right: 0;
}

.offer-intro {
    border-bottom: 1px solid #AAA;
    padding-bottom: 15px;
}

.offer-descript {
    padding: 15px 0;
}

/*	news	*/
.situation.news {
    height: 273px;
    width: 100%;
    /*background:url(../images/news/pic_01.png) center no-repeat;*/
    background-size: cover;
    padding-top: 58px;
    position: relative;
}

.tag-box {
    border-bottom: 40px solid #F3E626;
    margin: 30px auto 15px auto;
}

.tag-list {}

.tag-list li {
    display: inline-block;
    padding: 10px 22px;
    background: #0F82C5;
    border-radius: 20% 20% 0 0;
    margin: 0 2px;
}

.tag-list li:hover,
.tag-list li.active {
    background: #F3E626;
}

.tag-list li:hover a,
.tag-list li.active a {
    color: #0F82C5;
}

.tag-list a {
    color: #f3E626;
}

.news-list-box {
    background: url(../images/news/pic_02.png) center no-repeat;
    background-size: cover;
}

.news-info {
    height: 300px;
    background: rgba(255, 255, 255, 0.7);
    width: 350px;
    position: relative;
}

.news-info h5 {
    border-bottom: 1px solid #AAA;
    margin-bottom: 15px;
}

.news .readmore {
    padding: 5px 15px;
    border: 1px solid #0F82c5;
    border-radius: 5px;
    position: absolute;
    width: 96px;
    bottom: 15px;
    right: 0;
}

.news-descript {
    padding: 15px 0;
}

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

.bg-lightgray-alpha {
    background: rgba(125, 125, 125, 0.1);
}

/*	==========================================	*/


.tooltips {
    display: none;
    position: absolute;
    vertical-align: middle;
    background-color: #0F82C5;
    border-radius: 3px;
    color: #FFF;
    min-width: 75px;
    left: -75px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.44));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.44));
    padding: 6px 9px;
    opacity: 0;
}

.tooltips::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #0F82C5;
    position: absolute;
    top: 12px;
    right: -8px;
}

.articlebox img {
    max-width: 100% !important;
}

/*	RWD	*/
@media (min-width:1440px) and (max-width:1440px) {

    /*  index  */
    .pro-sliderbox {
        width: 1000px;
    }
}

@media (min-width:1024px) and (max-width:1439px) {

    /*  global  */
    .container {
        width: calc(100% - 30px);
    }

    /*  header  */
    .social-box {
        top: 68px;
    }

    .social li {
        margin-top: -24px;
    }

    /* footer  */

    .footer .cols-per-70 {
        padding-left: 0;
    }

    .footer .cols-per-30 {
        padding-right: 0;
        width: calc(30% - -30px);
    }

    #gotop {
        right: calc((100% - 1024px - -20px) / 2);
    }

    /*  index  */
    .cols-box {
        margin: 0;
    }

    .section-brand {
        margin-bottom: 50px;
    }

    .section-brand:after {
        height: 56%;
    }

    .section-clip.setion-professional {
        display: block;
    }

    .setion-professional {
        margin-bottom: 50px;
    }

    .setion-professional .cols-per-25 {
        width: 100%;
    }

    .setion-professional .cols-per-75 {
        width: 100%;
        padding: 0;
    }

    .setion-professional .min-height-630 {
        min-height: 300px;
    }

    .setion-professional .cols-per-35 {
        width: 50%;
    }

    .setion-professional .cols-per-65 {
        width: 50%;
        padding: 0;
    }

    .setion-professional .rwd-brbox {
        display: none;
    }

    .setion-professional-right {
        position: relative;
        top: initial;
        margin-top: 40px;
    }

    .step-box li {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        border-radius: 0 50px 50px 0;
    }

    .step-box li:nth-child(even) {
        bottom: 0;
    }

    .step-box li:nth-child(odd) div.txt:before {
        position: relative;
        top: initial;
        height: 100%;
    }

    .step-box li:nth-child(odd) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(odd) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 49px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(even) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 42px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .section-guarantee .cols-per-50 {
        width: 100%;
    }

    .index-service li {
        margin: 0 44px 90px 44px;
    }

    .index-service li>h5 {
        height: 57px;
        overflow: hidden;
    }

    .pro-sliderbox {
        width: 1024px;
    }

    /*  service  */
    .setion-service {
        padding-top: 50px;
    }

    .iconimg {
        display: none;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .service .service-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    /*  joinus  */
    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .joinuslist li .subbox {
        width: 73%;
    }

    .joinusformbox .label-control {
        width: 151px;
    }

    .joinusformbox .inputblock {
        width: 83%;
    }

    /*	stores	*/

    .location-grp {
        margin-bottom: 30px;
    }

    .location-lists {
        border-bottom: 1px solid #DDD;
    }

    .location-lists:last-child {
        border: 0;
    }

    .location-subject {
        background: #5A5A5A;
        padding: 3px 5px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .location-list-txt {}

    .location-title {
        width: 18%;
    }

    .location-phone {
        width: 14%;
    }

    .location-address {
        width: 38%;
    }

    .location-social {
        width: 28.5%;
        text-align: right;
    }
}

@media (min-width:768px) and (max-width:1023px) {

    /*  global  */
    .container {
        width: calc(100% - 30px);
    }

    /*  header  */
    .menu {
        display: none;
    }

    .headerbox {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .menubtnbox {
        display: block;
    }

    .social-box {
        top: 68px;
    }

    .social li {
        margin-top: -24px;
    }

    #gotop {
        right: calc((100% - 768px - -20px) / 2);
    }

    /* footer  */
    .footer .cols-per-70 {
        padding: 0;
        width: 100%;
    }

    .footer .cols-per-33 {
        float: none;
        width: 100%;
    }

    .footer .cols-per-34 {
        float: none;
        width: 100%;
    }

    .footer .groupline-right {
        border: 0;
    }

    .footer .ul-contact {
        width: 100%;
    }

    .footer .ul-address {
        width: 100%;
    }

    .fb-fans {
        display: none;
    }

    .footer-subject {
        display: none;
    }

    /*  index  */
    .cols-box {
        margin: 0;
    }

    .section-brand {
        margin-bottom: 50px;
    }

    .section-brand:after {
        height: 66%;
    }

    .index-brand-imgbox {
        margin-top: 100px;
    }

    .section-brand .container.container-zoomout {
        width: 100%;
    }

    .setion-professional {
        margin-bottom: 50px;
    }

    .setion-professional .cols-per-25 {
        width: 100%;
    }

    .setion-professional .cols-per-75 {
        width: 100%;
        padding: 0;
    }

    .setion-professional .min-height-630 {
        min-height: 300px;
    }

    .setion-professional .cols-per-35 {
        width: 50%;
    }

    .setion-professional .cols-per-65 {
        width: 50%;
        padding: 0;
    }

    .setion-professional .rwd-brbox {
        display: none;
    }

    .setion-professional-right {
        position: relative;
        top: initial;
        margin-top: 40px;
    }

    .step-box li {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        border-radius: 0 50px 50px 0;
    }

    .step-box li:nth-child(even) {
        bottom: 0;
    }

    .step-box li:nth-child(odd) div.txt:before {
        position: relative;
        top: initial;
        height: 100%;
    }

    .step-box li:nth-child(odd) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(odd) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 49px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(even) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 42px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .section-guarantee .cols-per-50 {
        width: 100%;
    }

    .index-service li {
        margin: 0 43px 90px 43px;
    }

    .index-service li>h5 {
        height: 57px;
        overflow: hidden;
    }

    .pro-sliderbox {
        width: 768px;
    }

    /*  brand  */
    .inpage-box .cols-per-23-np {
        width: 100%;
    }

    .inpage-box .cols-per-77-np {
        width: 100%;
    }

    .inpage-box .sidermenu-box {
        display: none;
    }

    .inpage-box .rwdsidermenu {
        margin: 15px 0;
        height: 100%;
    }

    .select-formcontrol {
        display: block;
    }

    /*  service  */
    .setion-service {
        padding-top: 200px;
    }

    .iconimg {
        display: none;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .service .service-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    /*  joinus  */
    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .joinus-form .container.container-xmiddle {
        width: calc(100% - 30px);
    }

    .joinus-editorbox.padding-full-15 {
        padding: 0;
    }

    .joinuslist li .subbox {
        width: 64%;
    }

    .joinusformbox .label-control {
        width: 83px;
    }

    .joinusformbox .inputblock {
        width: 86%;
    }


    /*	stores	*/

    .location-grp {
        margin-bottom: 30px;
    }

    .location-lists {
        border-bottom: 1px solid #DDD;
    }

    .location-lists:last-child {
        border: 0;
    }

    .location-subject {
        background: #5A5A5A;
        padding: 3px 5px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .location-list-txt {}

    .location-title {
        width: 20%;
    }

    .location-phone {
        width: 20%;
    }

    .location-address {
        width: 29%;
    }

    .location-social {
        width: 29%;
        text-align: right;
    }
}

@media screen and (max-width: 430px) {
    .footer {
        padding: 0 30px !important;
    }

    .footer .container {
        width: 100%;
    }

    .footer .cols-per-33,
    .footer .cols-per-34 {
        padding: 0;
    }

    .footer .gmap iframe {
        height: 270px;
    }
}

@media (min-width:425px) and (max-width:767px) {

    .store .cols-per-30,
    .news .cols-per-30,
    .store .cols-per-70,
    .news .cols-per-70 {
        width: 100%;
    }

    /*  global  */
    .container {
        width: calc(100% - 30px);
    }

    .index-brand-imgbox.in {
        margin-top: 15px;
    }

    #gotop {
        display: none;
    }

    /*  header  */
    .rwdlogoshow {
        display: block;
    }

    .rwdlogonone {
        display: none;
    }

    .menu {
        display: none;
    }

    .cookie {
        padding: 2px 5px;
    }

    .editorbox {
        padding: 5px 15px;
    }

    .menubtn {
        color: #fff;
        font-size: 30pt;
        padding: 0;
    }

    .headerbox {
        position: fixed;
        top: 0;
        width: 100%;
        height: 80px;
        margin-top: 0;
    }

    .header-cover {
        height: auto;
        background-color: initial;
    }

    .logobox {
        float: left;
        position: relative;
        top: initial;
        left: initial;
        padding: 10px 0;
        margin-left: calc((100% - 203px - 64px)/ 2);
    }

    .logobox .rwdlogoshow img {
        width: 80%;
    }

    .menubtnbox {
        display: block;
        float: left;
        padding: 20px 5px;
    }

    .social {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #333333;
        z-index: 9999;
    }

    .social li {
        display: inline-block;
        width: 85px;
        height: 77px;
        margin-top: 0;
        margin: 8px;
    }

    .social:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 18px;
    }

    #gotop {
        right: calc((100% - 425px - -20px) / 2);
        bottom: 92px;
    }

    /* footer  */
    .footer {
        margin-bottom: 128px;
        padding: 0;
    }

    .footer .cols-per-70 {
        padding: 0;
        width: 100%;
    }

    .footer .cols-per-33 {
        float: none;
        width: 100%;
    }

    .footer .cols-per-34 {
        float: none;
        width: 100%;
    }

    .footer .groupline-right {
        border: 0;
    }

    .footer .ul-contact {
        width: 100%;
    }

    .footer .ul-address {
        width: 100%;
    }

    .rwd-brbox {
        display: block;
    }

    .fb-fans {
        display: none;
    }

    .footer-subject {
        display: none;
    }

    /*  index  */
    .banner {
        margin-top: 80px;
        padding-top: 0;
    }

    .cols-box {
        margin: 0;
    }

    .section-brand {
        margin-bottom: 50px;
    }

    .section-brand:after {
        height: 75%;
    }

    .index-brand-imgbox {
        margin-top: 50px;
    }

    .section-brand .container.container-zoomout {
        width: 100%;
    }

    .setion-professional {
        margin-bottom: 80px;
    }

    .setion-professional .cols-per-25 {
        width: 100%;
    }

    .setion-professional .cols-per-75 {
        width: 100%;
        padding: 0;
    }

    .setion-professional .min-height-630 {
        min-height: 300px;
    }

    .setion-professional .cols-per-35 {
        width: 50%;
    }

    .setion-professional .cols-per-65 {
        width: 50%;
        padding: 0;
    }

    .setion-professional .rwd-brbox {
        display: none;
    }

    .setion-professional-right {
        position: relative;
        top: initial;
        margin-top: 40px;
    }

    .step-box li {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        border-radius: 0 50px 50px 0;
    }

    .step-box li:nth-child(even) {
        bottom: 0;
    }

    .step-box li:nth-child(odd) div.txt:before {
        position: relative;
        top: initial;
        height: 100%;
    }

    .step-box li:nth-child(odd) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(odd) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 49px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(even) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 42px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .section-guarantee .cols-per-50 {
        width: 100%;
    }

    .section-guarantee img {
        width: 100%;
    }

    .index-service li {
        margin: 0 18px 90px 18px;
    }

    .outline-dashed:before {
        width: 178%;
    }

    .outline-dashed.insideimg.in:after {
        left: 77%;
    }

    .section-brand .cols-per-50 {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-brand .padding-full-40 {
        padding: 20px;
    }

    .setion-professional .cols-per-35 {
        width: 100%;
    }

    .setion-professional .cols-per-65 {
        width: 100%;
    }

    .setion-professional .padding-full-40 {
        padding: 20px;
    }

    .section-guarantee .padding-full-40 {
        padding: 20px;
    }

    .setion-service {
        padding-top: 0;
    }

    .index-service li>h5 {
        height: 57px;
        overflow: hidden;
    }

    .pro-sliderbox {
        width: 425px;
    }

    .section-brand .margin-l-40 {
        margin: 0 162px 0 0;
    }

    /*  brand  */
    .content-bander {
        padding-top: 80px;
    }

    .index-brand-imgbox img {
        width: 100%;
    }

    .description-brand .container.container-middle {
        width: calc(100% - 30px);
    }

    .description-brand .box-small {
        width: 100%;
        text-align: justify;
    }

    .inpage-box .cols-per-23-np {
        width: 100%;
    }

    .inpage-box .cols-per-77-np {
        width: 100%;
    }

    .inpage-box .sidermenu-box {
        display: none;
    }

    .inpage-box .rwdsidermenu {
        margin: 15px 0;
        height: 100%;
    }

    .select-formcontrol {
        display: block;
        margin: 5px 15px;
        width: calc(100% - 30px);
    }

    /*  service  */
    .situation.service {
        padding-top: 80px;
    }

    .description-service .container.container-middle {
        width: calc(100% - 30px);
    }

    .description-service .box-small {
        width: 100%;
        text-align: justify;
    }

    .iconimg {
        display: none;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .service .service-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .service-list-box .table-per-50.lbox {
        display: none;
    }

    .service-list-box .table-per-50.rbox {
        width: 100%;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        border-left: 0;
        padding-left: 0;
        text-align: justify;
    }

    .service .service-list-box:nth-child(even) .content-it {
        border-right: 0;
        padding-right: 0;
        text-align: justify;
    }

    .service .service-list-box {
        border-bottom: 1px dashed #0F82C5;
    }

    .service .service-list-box:last-child {
        border-bottom: 0;
    }

    /*  store  */
    .situation.store {
        padding-top: 80px;
    }

    .store-info {
        width: 100%;
    }

    /*  joinus  */
    .situation.joinusinside {
        padding-top: 80px;
    }

    .tab-list {}

    .tab-list li {
        padding: 5px 2px;
    }

    .tab-list li img:first-child {
        display: block;
        margin: 0 auto;
        /*margin-bottom:10px; margin-top:-10px;*/
    }

    .tab-list li img:last-child {
        display: none;
        margin: 0 auto;
        /*margin-bottom:10px; margin-top:-10px;*/
    }

    /*.tab-list .padding-tb-20 { padding:0 0;}*/
    /*.tab-list li.active img, .tab-list li:hover img{ display:block; }*/
    .tab-list li.active img:last-child,
    .tab-list li:hover img:last-child {
        display: block;
    }

    .joinus-form-input .cols-per-50-cus {
        width: 100%;
    }

    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .joinus-form .container.container-xmiddle {
        width: calc(100% - 30px);
    }

    .joinus-editorbox.padding-full-15 {
        padding: 0;
    }

    .joinus-editorbox img {
        width: 100%;
    }

    .joinusinside-list-box .table-per-50.lbox {
        width: 100%;
        display: table-caption;
    }

    .joinusinside-list-box .table-per-50.rbox {
        width: 100%;
        display: table-cell;
    }

    .table-per-50.lbox .covers {
        min-height: 210px;
    }

    .joinusinside-list-box .content-it p {
        display: none;
    }

    .joinusinside a {
        border-bottom: 2px dashed #0F82C5;
        display: block;
        margin-bottom: 5px;
    }

    .joinusinside .joinusinside-list-box {
        border-bottom: 1px dashed #0F82C5;
    }

    .joinusinside .joinusinside-list-box:last-child {
        border-bottom: 0;
    }

    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        border-left: 0;
        padding-left: 0;
        text-align: justify;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        border-right: 0;
        padding-right: 0;
        text-align: justify;
    }

    .joinuslist li .datebox {
        width: 100%;
        margin: 5px 0;
        float: none;
        padding-left: 0;
    }

    .joinuslist li .subbox {
        width: 100%;
        margin: 5px 0;
        float: none;
        padding-left: 0;
    }

    .joinuslist li .addbox {
        float: none;
        margin: 5px auto;
    }

    .joinusformbox .label-control {
        width: 100%;
        text-align: left;
    }

    .joinusformbox .inputblock {
        width: 100%;
    }

    .joinus-form-input {
        padding: 0;
    }

    .input-control-none {
        padding: 6px 0;
    }

    .returnbtn {
        width: 100%;
    }

    .joinus-form-subject {
        font-size: 12pt;
    }


    /*  offer  */
    .situation.offer {
        padding-top: 80px;
    }

    .offer-info {
        width: 100%;
    }

    /*  news  */
    .situation.news {
        padding-top: 80px;
    }

    .news-info {
        width: 100%;
    }

    .tag-list.text-right {
        text-align: center;
    }

    /*	stores	*/

    .location-grp {
        margin-bottom: 30px;
    }

    .location-lists {
        border-bottom: 1px solid #DDD;
    }

    .location-lists:last-child {
        border: 0;
    }

    .location-subject {
        background: #5A5A5A;
        padding: 3px 5px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .location-list-txt {
        margin-bottom: 15px;
    }

    .location-title {
        width: 100%;
    }

    .location-phone {
        width: 100%;
    }

    .location-address {
        width: 100%;
    }

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

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

    /* joinus */
    .joinus-form-subject {
        padding: 3px;
        font-size: 12pt;
    }

    .joinuslist li .datebox {
        width: 100%;
        margin: 5px 0;
        float: none;
        padding-left: 0;
    }

    .joinuslist li .subbox {
        width: 100%;
        margin: 5px 0;
        float: none;
        padding-left: 0;
    }

    .joinuslist li .addbox {
        float: none;
        margin: 5px auto;
    }

    .joinusformbox .label-control {
        width: 100%;
        text-align: left;
    }

    .joinusformbox .inputblock {
        width: 100%;
    }

    .joinus-form-input {
        padding: 10px;
    }

    .input-control-none {
        padding: 6px 0;
    }

    .returnbtn {
        width: 100%;
    }

}

@media (min-width:375px) and (max-width:424px) {

    /*  global  */
    .container {
        width: calc(100% - 30px);
    }

    .store .cols-per-30,
    .news .cols-per-30,
    .store .cols-per-70,
    .news .cols-per-70 {
        width: 100%;
    }

    .index-brand-imgbox.in {
        margin-top: 15px;
    }

    #gotop {
        display: none;
    }

    /*  header  */
    .rwdlogoshow {
        display: block;
    }

    .rwdlogonone {
        display: none;
    }

    .menu {
        display: none;
    }

    .cookie {
        padding: 2px 5px;
    }

    .editorbox {
        padding: 5px 15px;
    }

    .menubtn {
        color: #fff;
        font-size: 30pt;
        padding: 0;
    }

    .headerbox {
        position: fixed;
        top: 0;
        width: 100%;
        height: 80px;
        margin-top: 0;
    }

    .header-cover {
        height: auto;
        background-color: initial;
    }

    .logobox {
        float: left;
        position: relative;
        top: initial;
        left: initial;
        padding: 10px 0;
        margin-left: calc((100% - 203px - 64px)/ 2);
    }

    .logobox .rwdlogoshow img {
        width: 80%;
    }

    .menubtnbox {
        display: block;
        float: left;
        padding: 20px 5px;
    }

    .social {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #333333;
        z-index: 9999;
    }

    .social li {
        display: inline-block;
        width: 85px;
        height: 77px;
        margin-top: 0;
        margin: 2px;
    }

    .social:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 12px;
    }

    #gotop {
        right: calc((100% - 375px - -20px) / 2);
        bottom: 92px;
    }

    /* footer  */
    .footer {
        margin-bottom: 98px;
        padding: 0;
    }

    .footer .cols-per-70 {
        padding: 0;
        width: 100%;
    }

    .footer .cols-per-33 {
        float: none;
        width: 100%;
    }

    .footer .cols-per-34 {
        float: none;
        width: 100%;
    }

    .footer .groupline-right {
        border: 0;
    }

    .footer .font-middle {
        font-size: 12pt;
    }

    .footer .ul-contact {
        width: 100%;
    }

    .footer .ul-address {
        width: 100%;
    }

    .rwd-brbox {
        display: block;
    }

    .fb-fans {
        display: none;
    }

    .footer-subject {
        display: none;
    }

    /*  index  */
    .banner {
        margin-top: 80px;
        padding-top: 0;
    }

    .cols-box {
        margin: 0;
    }

    .section-brand {
        margin-bottom: 50px;
    }

    .section-brand:after {
        height: 79%;
    }

    .index-brand-imgbox {
        margin-top: 30px;
    }

    .section-brand .container.container-zoomout {
        width: 100%;
    }

    .setion-professional {
        margin-bottom: 80px;
    }

    .setion-professional .cols-per-25 {
        width: 100%;
    }

    .setion-professional .cols-per-75 {
        width: 100%;
        padding: 0;
    }

    .setion-professional .min-height-630 {
        min-height: 300px;
    }

    .setion-professional .cols-per-35 {
        width: 50%;
    }

    .setion-professional .cols-per-65 {
        width: 50%;
        padding: 0;
    }

    .setion-professional .rwd-brbox {
        display: none;
    }

    .setion-professional-right {
        position: relative;
        top: initial;
        margin-top: 40px;
    }

    .step-box li {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        border-radius: 0 50px 50px 0;
    }

    .step-box li:nth-child(even) {
        bottom: 0;
    }

    .step-box li:nth-child(odd) div.txt:before {
        position: relative;
        top: initial;
        height: 100%;
    }

    .step-box li:nth-child(odd) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(odd) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 49px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(even) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 42px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .section-guarantee .cols-per-50 {
        width: 100%;
        padding: 0;
    }

    .section-guarantee img {
        width: 100%;
    }

    .index-service li {
        margin: 0 6px 90px 6px;
    }

    .outline-dashed:before {
        width: 178%;
    }

    .outline-dashed.insideimg.in:after {
        left: 74%;
    }

    .section-brand .cols-per-50 {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-brand .padding-full-40 {
        padding: 20px;
    }

    .setion-professional .cols-per-35 {
        width: 100%;
    }

    .setion-professional .cols-per-65 {
        width: 100%;
    }

    .setion-professional .padding-full-40 {
        padding: 20px;
    }

    .section-guarantee .padding-full-40 {
        padding: 20px;
    }

    .setion-service {
        padding-top: 0;
    }

    .index-service li>h5 {
        height: 57px;
        overflow: hidden;
    }

    .pro-sliderbox {
        width: 375px;
    }

    .setion-service .padding-lr-20 {
        padding: 0 40px;
        padding-bottom: 15px;
    }

    .section-clip.section-guarantee {
        display: block;
        height: auto;
        margin-bottom: 15px;
    }

    .section-brand .margin-l-40 {
        margin: 0 136px 0 0;
    }

    /*  brand  */
    .content-bander {
        padding-top: 80px;
    }

    .index-brand-imgbox img {
        width: 100%;
    }

    .description-brand .container.container-middle {
        width: calc(100% - 30px);
    }

    .description-brand .box-small {
        width: 100%;
        text-align: justify;
    }

    .inpage-box .cols-per-23-np {
        width: 100%;
    }

    .inpage-box .cols-per-77-np {
        width: 100%;
    }

    .inpage-box .sidermenu-box {
        display: none;
    }

    .inpage-box .rwdsidermenu {
        margin: 15px 0;
        height: 100%;
    }

    .select-formcontrol {
        display: block;
        margin: 5px 15px;
        width: calc(100% - 30px);
    }

    /*  service  */
    .situation.service {
        padding-top: 80px;
    }

    .description-service .container.container-middle {
        width: calc(100% - 30px);
    }

    .description-service .box-small {
        width: 100%;
        text-align: justify;
    }

    .iconimg {
        display: none;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .service .service-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .service-list-box .table-per-50.lbox {
        display: none;
    }

    .service-list-box .table-per-50.rbox {
        width: 100%;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        border-left: 0;
        padding-left: 0;
        text-align: justify;
    }

    .service .service-list-box:nth-child(even) .content-it {
        border-right: 0;
        padding-right: 0;
        text-align: justify;
    }

    .service .service-list-box {
        border-bottom: 1px dashed #0F82C5;
    }

    .service .service-list-box:last-child {
        border-bottom: 0;
    }

    /*  store  */
    .situation.store {
        padding-top: 80px;
    }

    .store-info {
        width: 100%;
    }

    /*  joinus  */
    .situation.joinusinside {
        padding-top: 80px;
    }

    .tab-list {}

    .tab-list li {
        padding: 5px 2px;
    }

    .tab-list li img {
        display: block;
        margin: 0 auto;
        /*margin-bottom:10px; margin-top:-10px;*/
    }

    /*.tab-list .padding-tb-20 { padding:0 0;}*/
    .tab-list li.active,
    .tab-list li:hover {}

    .tab-list li.active img:last-child,
    .tab-list li:hover img:last-child {
        display: block;
    }

    .joinus-form-input .cols-per-50-cus {
        width: 100%;
        padding: 0;
    }

    .joinus-form-input .cols-per-100-cus {
        width: 100%;
        padding: 0;
    }

    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .joinus-form .container.container-xmiddle {
        width: calc(100% - 30px);
    }

    .joinus-editorbox.padding-full-15 {
        padding: 0;
    }

    .joinus-editorbox img {
        width: 100%;
    }

    .joinusinside-list-box .table-per-50.lbox {
        width: 100%;
        display: table-caption;
    }

    .joinusinside-list-box .table-per-50.rbox {
        width: 100%;
        display: table-cell;
    }

    .table-per-50.lbox .covers {
        min-height: 210px;
    }

    .joinusinside-list-box .content-it p {
        display: none;
    }

    .joinusinside a {
        border-bottom: 2px dashed #0F82C5;
        display: block;
        margin-bottom: 5px;
    }

    .joinusinside .joinusinside-list-box {
        border-bottom: 1px dashed #0F82C5;
    }

    .joinusinside .joinusinside-list-box:last-child {
        border-bottom: 0;
    }

    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        border-left: 0;
        padding-left: 0;
        text-align: justify;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        border-right: 0;
        padding-right: 0;
        text-align: justify;
    }


    /*  offer  */
    .situation.offer {
        padding-top: 80px;
    }

    .offer-info {
        width: 100%;
    }

    /*  news  */
    .situation.news {
        padding-top: 80px;
    }

    .news-info {
        width: 100%;
    }

    .tag-list.text-right {
        text-align: center;
    }

    /*	stores	*/

    .location-grp {
        margin-bottom: 30px;
    }

    .location-lists {
        border-bottom: 1px solid #DDD;
    }

    .location-lists:last-child {
        border: 0;
    }

    .location-subject {
        background: #5A5A5A;
        padding: 3px 5px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .location-list-txt {
        margin-bottom: 15px;
    }

    .location-title {
        width: 100%;
    }

    .location-phone {
        width: 100%;
    }

    .location-address {
        width: 100%;
    }

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

@media (min-width:360px) and (max-width:360px) {
    .pro-sliderbox {
        width: 360px;
    }
}

@media (min-width:320px) and (max-width:374px) {

    .store .cols-per-30,
    .news .cols-per-30,
    .store .cols-per-70,
    .news .cols-per-70 {
        width: 100%;
    }

    /*  global  */
    .container {
        width: calc(100% - 30px);
    }

    .index-brand-imgbox.in {
        margin-top: 15px;
    }

    #gotop {
        display: none;
    }

    /*  header  */
    .rwdlogoshow {
        display: block;
    }

    .rwdlogonone {
        display: none;
    }

    .menu {
        display: none;
    }

    .cookie {
        padding: 2px 5px;
    }

    .editorbox {
        padding: 5px 15px;
    }

    .menubtn {
        color: #fff;
        font-size: 30pt;
        padding: 0;
    }

    .headerbox {
        position: fixed;
        top: 0;
        width: 100%;
        height: 80px;
        margin-top: 0;
    }

    .header-cover {
        height: auto;
        background-color: initial;
    }

    .logobox {
        float: left;
        position: relative;
        top: initial;
        left: initial;
        padding: 10px 0;
        margin-left: calc((100% - 203px - 53px)/ 2);
    }

    .logobox .rwdlogoshow {
        width: 203px;
    }

    .logobox .rwdlogoshow img {
        width: 100%;
    }

    .menubtnbox {
        display: block;
        float: left;
        padding: 20px 5px;
    }

    .social {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #333333;
        z-index: 9999;
    }

    .social li {
        display: inline-block;
        width: 73px;
        height: 80px;
        margin-top: 0;
        margin: 0;
        padding-left: 21px;
    }

    .social:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 12px;
    }

    #gotop {
        right: calc((100% - 320px - -20px) / 2);
        bottom: 92px;
    }

    /* footer  */
    .footer {
        margin-bottom: 77px;
        padding: 0;
    }

    .footer .cols-per-70 {
        padding: 0;
        width: 100%;
    }

    .footer .cols-per-33 {
        float: none;
        width: 100%;
    }

    .footer .cols-per-34 {
        float: none;
        width: 100%;
    }

    .footer .groupline-right {
        border: 0;
    }

    .footer .font-middle {
        font-size: 12pt;
    }

    .footer .ul-contact {
        width: 100%;
    }

    .footer .ul-address {
        width: 100%;
    }

    .rwd-brbox {
        display: block;
    }

    .fb-fans {
        display: none;
    }

    .footer-subject {
        display: none;
    }

    .footer .footer-descript {
        font-size: 17pt;
    }

    .footer .ul-contact li img {
        width: 10%;
    }

    .footer .ul-address li img {
        width: 10%;
    }

    .footer .ul-contact {
        letter-spacing: 0px;
    }

    .footer .ul-address {
        letter-spacing: 0px;
    }

    /*  index  */
    .cols-box {
        margin: 0;
    }

    .section-brand {
        margin-bottom: 50px;
    }

    .section-brand:after {
        height: 78%;
    }

    .index-brand-imgbox {
        margin-top: 30px;
    }

    .section-brand .container.container-zoomout {
        width: calc(100% - 30px);
    }

    .section-brand .margin-l-40 {
        margin: 0 91px 0 0;
    }

    .setion-professional {
        margin-bottom: 80px;
    }

    .setion-professional .cols-per-25 {
        width: 100%;
    }

    .setion-professional .cols-per-75 {
        width: 100%;
        padding: 0;
    }

    .setion-professional .min-height-630 {
        min-height: 300px;
    }

    .setion-professional .cols-per-35 {
        width: 50%;
    }

    .setion-professional .cols-per-65 {
        width: 50%;
        padding: 0;
    }

    .setion-professional .rwd-brbox {
        display: none;
    }

    .setion-professional-right {
        position: relative;
        top: initial;
        margin-top: 40px;
    }

    .setion-professional .padding-lr-20 {
        padding: 0 10px;
        padding-bottom: 15px;
    }

    .setion-professional .padding-full-20 {
        padding: 10px;
    }

    .step-box li {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        border-radius: 0 50px 50px 0;
    }

    .step-box li:nth-child(even) {
        bottom: 0;
    }

    .step-box li:nth-child(odd) div.txt:before {
        position: relative;
        top: initial;
        height: 100%;
    }

    .step-box li:nth-child(odd) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(odd) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 49px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) .circle-t-50:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt:before {
        display: none;
    }

    .step-box li:nth-child(even) div.txt span {
        position: relative;
        top: initial;
        left: initial;
    }

    .step-box li:nth-child(even) div.num {
        width: 60px;
        height: 49px;
        text-align: left;
        padding-left: 10px;
        line-height: 42px;
        background-color: #0f82c5;
        border-radius: 0 50px 50px 0;
    }

    .section-guarantee .cols-per-50 {
        width: 100%;
        padding: 0;
    }

    .section-guarantee .tb-cell {
        display: block;
    }

    .section-guarantee img {
        width: 100%;
    }

    .index-service li {
        margin: 0 auto 90px auto;
        float: none;
    }

    .outline-dashed:before {
        width: 171%;
    }

    .outline-dashed.insideimg.in:after {
        left: 69%;
    }

    .section-brand .cols-per-50 {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .section-brand .padding-full-40 {
        padding: 10px;
    }

    .setion-professional .cols-per-35 {
        width: 100%;
        padding: 0;
    }

    .setion-professional .cols-per-65 {
        width: 100%;
    }

    .setion-professional .padding-full-40 {
        padding: 10px;
    }

    .section-guarantee .padding-full-40 {
        padding: 10px;
    }

    .setion-service {
        padding-top: 0;
    }

    .setion-service .padding-lr-20 {
        padding: 0 40px;
        padding-bottom: 15px;
    }

    .pro-sliderbox {
        width: 320px;
    }

    .pro-slider li {}

    .joinus-phone {
        font-size: 18pt;
    }

    .section-clip.section-guarantee {
        display: block;
        height: auto;
        margin-bottom: 15px;
    }

    /*  brand  */
    .banner {
        padding-top: 80px;
    }

    .index-brand-imgbox img {
        width: 100%;
    }

    .description-brand .container.container-middle {
        width: calc(100% - 30px);
    }

    .description-brand .box-small {
        width: 100%;
        text-align: justify;
    }

    .inpage-box .cols-per-23-np {
        width: 100%;
    }

    .inpage-box .cols-per-77-np {
        width: 100%;
    }

    .inpage-box .sidermenu-box {
        display: none;
    }

    .inpage-box .rwdsidermenu {
        margin: 15px 0;
        height: 100%;
    }

    .select-formcontrol {
        display: block;
        margin: 5px 15px;
        width: calc(100% - 30px);
    }

    .tab-list li {
        font-size: 12pt;
    }

    /*  service  */
    .description-service .container.container-middle {
        width: calc(100% - 30px);
    }

    .description-service .box-small {
        width: 100%;
        text-align: justify;
    }

    .iconimg {
        display: none;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .service .service-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .service-list-box .table-per-50.lbox {
        display: none;
    }

    .service-list-box .table-per-50.rbox {
        width: 100%;
    }

    .service .service-list-box:nth-child(odd) .content-it {
        border-left: 0;
        padding-left: 0;
        text-align: justify;
    }

    .service .service-list-box:nth-child(even) .content-it {
        border-right: 0;
        padding-right: 0;
        text-align: justify;
    }

    .service .service-list-box {
        border-bottom: 1px dashed #0F82C5;
    }

    .service .service-list-box:last-child {
        border-bottom: 0;
    }

    /*  store  */
    .situation.store {
        padding-top: 80px;
    }

    .store-info {
        width: 100%;
    }

    .abs-rb {
        right: -15px;
    }

    /*  joinus  */
    .situation.joinusinside {
        padding-top: 80px;
    }

    .tab-list {}

    .tab-list li {
        padding: 5px 2px;
    }

    .tab-list li img:first-child {
        display: block;
        margin: 0 auto;
        /*margin-bottom:10px; margin-top:-10px;*/
    }

    .tab-list li img:last-child {
        display: none;
        margin: 0 auto;
        /*margin-bottom:10px; margin-top:-10px;*/
    }

    /*.tab-list .padding-tb-20 { padding:0 0;}*/
    /*.tab-list li.active img, .tab-list li:hover img{ display:block; }*/
    .tab-list li.active img:last-child,
    .tab-list li:hover img:last-child {
        display: block;
    }

    .joinus-form-input .cols-per-50-cus {
        width: 100%;
        padding: 0;
    }

    .joinus-form-input .cols-per-100-cus {
        width: 100%;
        padding: 0;
    }

    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        width: calc(100% - 30px);
        padding-right: 15px;
    }

    .joinus-form .container.container-xmiddle {
        width: calc(100% - 30px);
    }

    .joinus-editorbox.padding-full-15 {
        padding: 0;
    }

    .joinus-editorbox img {
        width: 100%;
    }

    .joinusinside-list-box .table-per-50.lbox {
        width: 100%;
        display: table-caption;
    }

    .joinusinside-list-box .table-per-50.rbox {
        width: 100%;
        display: table-cell;
    }

    .table-per-50.lbox .covers {
        min-height: 180px;
    }

    .joinusinside-list-box .content-it p {
        display: none;
    }

    .joinusinside a {
        border-bottom: 2px dashed #0F82C5;
        display: block;
        margin-bottom: 5px;
    }

    .joinusinside .joinusinside-list-box {
        border-bottom: 1px dashed #0F82C5;
    }

    .joinusinside .joinusinside-list-box:last-child {
        border-bottom: 0;
    }

    .joinusinside .joinusinside-list-box:nth-child(odd) .content-it {
        border-left: 0;
        padding-left: 0;
        text-align: justify;
    }

    .joinusinside .joinusinside-list-box:nth-child(even) .content-it {
        border-right: 0;
        padding-right: 0;
        text-align: justify;
    }

    .form-control.inlin-control {
        width: 141px;
    }

    /*  offer  */
    .situation.offer {
        padding-top: 80px;
    }

    .offer-info {
        width: 100%;
    }

    /*  news  */
    .situation.news {
        padding-top: 80px;
    }

    .news-info {
        width: 100%;
    }

    .tag-list.text-right {
        text-align: center;
    }

    /*	stores	*/

    .location-grp {
        margin-bottom: 30px;
    }

    .location-lists {
        border-bottom: 1px solid #DDD;
    }

    .location-lists:last-child {
        border: 0;
    }

    .location-subject {
        background: #5A5A5A;
        padding: 3px 5px;
        border-radius: 5px;
        margin: 0 15px 15px 15px;
    }

    .location-list-txt {
        margin: 0 15px 15px 15px;
    }

    .location-title {
        width: 100%;
    }

    .location-phone {
        width: 100%;
    }

    .location-address {
        width: 100%;
    }

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

@media screen and (max-width: 768px) {
    .setion-service {
        padding-top: 450px;
    }
}

/*	hack	*/
.bx-pager-item {
    vertical-align: middle;
}

.bx-wrapper .bx-pager:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0F82C5;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 15px;
}


.bx-controls,
.bx-controls-direction {
    position: initial;
}

.banner .bx-pager.bx-default-pager {
    display: none;
}


.editorbox img {
    max-width: 100%;
    height: auto;
}



@media screen and (max-width: 768px) {
    .absfb {
        display: none;
    }

    .rwdabsfb {
        text-align: center;
        display: block;
    }
}