@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
/* table, caption, tbody, tfoot, thead, tr, th, td, */

article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

sup {
    vertical-align: super;
}

.content-body {
    display: block;
}

.content-body-mb {
    display: none;
}

.contact_us {
    margin: 20px 0;
}

.cus_in {
    display: inline-block;
    font-size: 1.125em;
}

.cus_in.im {
    cursor: pointer;
}

a.fb_link_to {
    margin: 0 10px;
    cursor: pointer;
}

.content-body td {
    padding: 5px;
}

a.fb_link_to img {
    border-radius: 5px;
    transform: translateY(18px);
}

/* @media screen and (max-width: 768px) {
  .content-body {
    display: none;
  }
  .content-body-mb {
    display: block;
  }
} */

.img_frame .model {
    margin: 10px 0;
}

.img_frame .model img {
    width: 100%;
}

.col-xs-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (min-width: 992px) {
    .col-md-3 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

.main li {
    list-style: decimal;
    margin: 10px 0;
    line-height: 2em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#goTop,
#goExhTop {
    background-image: url("../image/top.png");
    width: 69px;
    height: 58px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: none;
}

.info-bg {
    background-color: #CAE8F2;
}

.product-bg {
    background-color: #f2f7fa;
}

.holder-bg {
    background-color: #ebebeb;
}

.hr-bg {
    background-color: #F9F2F5;
}

.step1 {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.step1a {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.step2 {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.step2a {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.step3 {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.step3a {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.step4 {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.step4a {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

body {
    font-family: 微軟正黑體, Arial;
    overflow-x: hidden;
}

.wrapper {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (min-width: 1920px) {
    .wrapper {
        max-width: 1920px;
    }
}

a {
    text-decoration: none;
}

button {
    border: 0;
}

select:focus,
input:focus,
button:focus,
a:focus,
a:active {
    outline: none;
}

.img {
    background-repeat: no-repeat;
    background-position: center center;
}

textarea:focus,
input[type="text"]:focus {
    border: 1px solid #66afe9 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.clearfix {
    *zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.page-wrapper .page-top .inner-wrap {
    width: 1920px;
    max-width: 100%;
    height: 567px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: transparent;
}

.page-wrapper .page-top .inner-wrap h1 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    font-size: 40px;
    bottom: 200px;
    left: 0;
    right: 0;
    color: #004A77;
    font-weight: 700;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .page-top .inner-wrap h1 {
        bottom: 85px;
        left: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .inner-wrap h1 {
        bottom: 5px;
    }
}

.page-wrapper .page-top .inner-wrap .menu {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    bottom: 100px;
}

.main-wrapper {
    position: relative;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

.main-wrapper .content-wrap {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: -70px;
    background-color: #fff;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap {
        top: 0px;
    }
}

.main-wrapper .content-wrap .dec {
    background-image: url(../image/newsline.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 5px;
}

.main-wrapper .content-wrap .crumb {
    text-align: right;
    padding: 15px;
    font-size: 0.875em;
}

@media only screen and (max-width: 800px) {
    .main-wrapper .content-wrap .crumb {
        visibility: hidden;
    }
}

.main-wrapper .content-wrap .crumb a {
    display: inline-block;
    color: #000;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .crumb {
        display: none;
    }
}

.main-wrapper .content-wrap .alert {
    font-size: 0.875em;
    text-align: center;
    padding-top: 20px;
    color: #2e2e2e;
}

@media only screen and (max-width: 1100px) {
    .main-wrapper .content-wrap .alert {
        width: 84%;
        line-height: 1.5em;
        margin: 0 auto;
    }
}

.main-wrapper .content-wrap .content-body {
    padding: 20px 30px;
    margin-top: 30px;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .content-body {
        padding: 0px 5px;
    }
}

.main-wrapper .content-wrap .content-body .inner {
    background-image: url("../image/editor-bg.png");
    width: 735px;
    height: 736px;
    border: 1px solid #f5f5f5;
    width: 92%;
    margin: 0 auto;
    padding: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-wrapper .content-wrap .content-body .inner-group {
    background-image: url("../image/group.png");
    width: 750px;
    height: 572px;
    width: 92%;
    margin: 0 auto;
    padding: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .content-body .pc {
        display: none;
    }
}

.main-wrapper .content-wrap .content-body-mb .group-list {
    background-color: #D9D9D9;
    margin-top: 15px;
    padding-top: 5px;
}

.main-wrapper .content-wrap .content-body-mb .group-list li {
    text-align: center;
}

.main-wrapper .content-wrap .content-body-mb .group-list p {
    padding: 5px 0px;
    color: #fff;
}

.main-wrapper .content-wrap .content-body-mb .group-list .g1 {
    background-color: #004887;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-wrapper .content-wrap .content-body-mb .group-list .sub p {
    color: #464646;
    background-color: #fff;
    border-top: 1px solid #D0D0D0;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-box-shadow: 0px 0px 2px #aeaeae;
    -webkit-box-shadow: 0px 0px 2px #aeaeae;
    box-shadow: 0px 0px 2px #aeaeae;
}

.main-wrapper .content-wrap .content-body-mb .group-list .g2 {
    background-color: #0058A5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-wrapper .content-wrap .content-body-mb .group-list .g3 {
    background-color: #00AAFF;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1px;
}

.main-wrapper .content-wrap .content-body-mb .group-list .g4 {
    background-color: #00A9E1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1px;
}

.main-wrapper .content-wrap .content-body-mb .group-list .g5 {
    background-color: #0082C3;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1px;
}

.main-wrapper .content-wrap .content-body-mb .group-list .g6 {
    background-color: #0088FF;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-wrapper .content-wrap .content-body-mb .mb {
    display: none;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .content-body-mb .mb {
        display: block;
    }
}

.type-list {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    .type-list {
        border: 1px dotted transparent;
        border-top-color: #D8006D;
        border-bottom-color: #D8006D;
    }
}

.type-list li {
    display: inline-block;
    float: left;
    height: 52px;
    line-height: 52px;
    position: relative;
    -moz-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}

.type-list li:last-child {
    border-right-width: 0px;
}

.type-list li:hover>a {
    color: #fff;
    background-color: #D8006D;
}

@media only screen and (max-width: 500px) {
    .type-list li {
        float: none;
        height: 32px;
        line-height: 32px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
}

.type-list li a {
    display: inline-block;
    color: #2e2e2e;
    font-size: 1.125em;
    text-align: center;
    position: relative;
    width: 100%;
    border-right: 1px solid #ccc;
}

.type-list li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #D8006D;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -moz-transition: -moz-transform-origin, 0.3s;
    -o-transition: -o-transform-origin, 0.3s;
    -webkit-transition: -webkit-transform-origin, 0.3s;
    transition: transform-origin, 0.3s;
}

@media only screen and (max-width: 500px) {
    .type-list li a {
        margin-left: 0px;
        width: 100%;
        display: inline-block;
    }
}

.type-list li a span {
    display: inline-block;
    -moz-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    font-size: 16px;
}

.type-list li a.active {
    position: relative;
    color: #fff;
    font-weight: 700;
    background-color: #D8006D;
}

.type-list li a.active span {
    display: inline-block;
    -moz-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}

.type-list li a.active:after {
    content: "";
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sub-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 500px) {
    .sub-list {
        margin-top: 10px;
        display: none;
    }
}

.sub-list li {
    /* width: 100px; */
    display: inline-block;
    padding: 12px;
    height: 46px;
    position: relative;
}

.sub-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #D8006D;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -moz-transition: -moz-transform-origin, 0.3s;
    -o-transition: -o-transform-origin, 0.3s;
    -webkit-transition: -webkit-transform-origin, 0.3s;
    transition: transform-origin, 0.3s;
}

.sub-list li:hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sub-list li a {
    font-size: 1.125em;
    font-weight: 700;
    color: #686868;
    display: block;
}

.sub-list .active {
    border-bottom: 4px solid #D8006D;
}

.sub-list .active:after {
    height: 0px;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sub-list .active a {
    color: #D8006D;
}

.mb-select-list {
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    width: 94%;
    background-color: #D8006D;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px;
}

@media only screen and (max-width: 500px) {
    .mb-select-list {
        display: block;
    }
}

.mb-select-list select {
    width: 100%;
    color: #fff;
    height: 30px;
    border: 0px;
    padding-left: 15px;
    background-color: #D8006D;
    font-size: 1.125em;
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 1em;
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -moz-transition: all, 0.3s, liner;
    -o-transition: all, 0.3s, liner;
    -webkit-transition: all, 0.3s, liner;
    transition: all, 0.3s, liner;
}

.btn:hover {
    text-indent: -20px;
}

.icon-wrap {
    position: relative;
    display: inline-block;
}

.icon-wrap>.icon {
    position: absolute;
    right: 15px;
    top: 18px;
    display: inline-block;
    width: 15px;
    color: #fff;
    font-size: 1em;
    font-weight: 900;
    opacity: 0;
}

.btn:hover:after,
.icon-wrap:hover>.icon {
    opacity: 1;
}

.btn:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    font-family: FontAwesome;
    opacity: 0;
}

.btn1 {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzJkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGQ5MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0072d6), color-stop(100%, #004d91));
    background-image: -moz-linear-gradient(#0072d6, #004d91);
    background-image: -webkit-linear-gradient(#0072d6, #004d91);
    background-image: linear-gradient(#0072d6, #004d91);
}

.btn2 {
    background-color: #D8006D;
}

.btn3 {
    background-color: #004A77;
}

header {
    position: relative;
}

header .fixed-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 34;
    height: 66px;
    overflow: hidden;
}

header .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px 1px;
    z-index: 33;
    width: 100%;
    background: #fff;
    height: 66px;
    overflow: hidden;
}

header .logo a {
    width: 50%;
    height: 65px;
    padding-left: 30px;
    margin-left: -30px;
    padding-top: 17px;
    margin-top: -20px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
    display: block;
}

header .logo img {
    width: 327px;
}
.footer-logo { text-align:center; margin-bottom: 15px; margin-top: 10px;}
.footer-logo img{
  width: 165px; height: auto;
}
@media only screen and (max-width: 500px) {
    header .logo {
        position: relative;
        width: calc(100% - 69px);
        text-align: center;
        padding: 15px;
    }

    header .logo a {
        width: 100%;
        height: auto;
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 460px) {
  header .logo {
    display: flex;
    align-items: center;
  }
  header .logo img{ width: 100%; height: auto; }
}
.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    width: 100vw;
    margin: 0 auto;
    display: none;
}

.fixed-menu .close {
    position: absolute;
    top: 0;
    right: 1%;
    cursor: pointer;
}

.fixed-menu .box {
    display: inline-block;
    float: left;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.fixed-menu .list {
    width: 100vw;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.5);
}

.fixed-menu .imgbox {
    background-image: url("../image/menu01.png");
    width: 390px;
    height: 888px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 25%;
    height: 100vh;
}

@media only screen and (max-width: 800px) {
    .fixed-menu .imgbox {
        display: none;
    }
}

.fixed-menu .itembox {
    width: 75%;
    background-color: #fff;
    padding: 30px 60px 50px 60px;
}

@media only screen and (max-width: 800px) {
    .fixed-menu .itembox {
        width: 100%;
        padding: 15px;
        padding-bottom: 50px;
    }
}

.fixed-menu .itembox .xs-logo {
    display: none;
}

@media only screen and (max-width: 500px) {
    .fixed-menu .itembox .xs-logo {
        display: block;
        padding-top: 10px;
        margin-bottom: 30px;
    }

    .fixed-menu .itembox .xs-logo img {
        width: 280px;
    }
}
@media only screen and (max-width: 375px) {
  .fixed-menu .itembox .xs-logo img {
    width: 200px;
  }
  
}
.fixed-menu .itembox .lang {
    width: 570px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ECECEC;
    height: 46px;
    -moz-border-radius: 46px;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media only screen and (max-width: 500px) {
    .fixed-menu .itembox .lang {
        margin-top: 15px;
    }
}

.fixed-menu .itembox .lang a {
    display: inline-block;
    width: 33%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #6D6D6D;
    position: relative;
}

.fixed-menu .itembox .lang a:hover {
    text-decoration: underline;
}

.fixed-menu .itembox .lang a:before {
    content: "";
    position: absolute;
    border-right: 1px solid #6D6D6D;
    width: 1px;
    height: 15px;
    top: 8px;
    left: 0;
}

.fixed-menu .itembox .lang a:first-child:before {
    display: none;
}

.fixed-menu .itembox .section {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .fixed-menu .itembox .section {
        border-bottom: 1px solid #e5e5e5;
    }

    .fixed-menu .itembox .section:last-child {
        border-bottom: 0px;
    }
}

.fixed-menu .itembox .section h2 {
    font-size: 1.375em;
    margin: 5px 0px;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.fixed-menu .itembox .section h2:hover>a {
    color: #D8006D;
}

.fixed-menu .itembox .section h2 a {
    color: #000;
}

.fixed-menu .itembox .section li {
    float: left;
    margin: 5px 15px 5px 0px;
    padding: 5px 15px;
    -moz-transition: scale 0.3s ease-out;
    -o-transition: scale 0.3s ease-out;
    -webkit-transition: scale 0.3s ease-out;
    transition: scale 0.3s ease-out;
}

.fixed-menu .itembox .section li:hover>a {
    color: #D8006D;
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

@media only screen and (max-width: 500px) {
    .fixed-menu .itembox .section li {
        padding: 0px;
        margin-top: 15px;
    }
}

.fixed-menu .itembox .section li a {
    display: inline-block;
    color: #464646;
    font-size: 1.125em;
    position: relative;
    padding-left: 15px;
}

.fixed-menu .itembox .section li a:before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    color: #D8006D;
}

.index-wrap {
    background-color: #CAE8F2;
}

.index-wrap .index-slider {
    width: 100%;
    position: relative;
}

.index-wrap .index-slider .img-slider {
    width: 100%;
}

.index-wrap .index-slider .slick-slider:hover>button {
    z-index: 5;
}

.index-wrap .index-slider .slick-slide img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .index-wrap .index-slider .slick-slide img {
        height: 86vh;
        width: 470px;
    }
}

@media only screen and (max-width: 320px) {
    .index-wrap .index-slider .slick-slide img {
        width: 400px;
    }
}

.index-wrap .index-slider .slick-arrow {
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: -1;
}

.index-wrap .index-slider .slick-prev {
    background-image: url("../image/prev.png");
    width: 21px;
    height: 31px;
    left: 0.3%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.index-wrap .index-slider .slick-prev:before,
.index-wrap .index-slider .slick-prev:after {
    display: none;
}

.index-wrap .index-slider .slick-next {
    background-image: url("../image/next.png");
    width: 21px;
    height: 31px;
    right: 1%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.index-wrap .index-slider .slick-next:before,
.index-wrap .index-slider .slick-next:after {
    display: none;
}

.index-wrap .menu {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 11;
}

@media only screen and (max-width: 1100px) {
    .index-wrap .menu {
        display: none;
    }
}

.index-wrap .menu ul {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: table\0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: rgba(232, 232, 232, 0.6);
}

.index-wrap .menu ul li {
    display: table-cell\0;
    padding: 5px 15px;
    cursor: pointer;
}

.index-wrap .menu ul li:hover>a {
    color: #fff;
}

.index-wrap .menu ul li:hover>a>span {
    width: 300px;
    height: 300px;
}

.index-wrap .menu ul li a {
    color: #000;
    font-weight: 700;
    text-align: center;
    padding: 30px 16px;
    overflow: hidden;
    display: block;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    z-index: 1;
}

.index-wrap .menu ul li a span {
    width: 0px;
    height: 0px;
    position: absolute;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #006ecd;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    z-index: -1;
}

.info-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 612px;
}

@media only screen and (max-width: 1100px) {
    .info-wrap {
        height: 1200px;
    }
}

@media only screen and (max-width: 500px) {
    .info-wrap {
        height: 2400px;
    }
}

.info-wrap .inner {
    position: absolute;
    top: -25px;
    width: 100%;
    margin: 0 auto;
}

.info-wrap .inner ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {
    .info-wrap .inner ul {
        width: 62.5%;
    }
}

@media only screen and (max-width: 800px) {
    .info-wrap .inner ul {
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    .info-wrap .inner ul {
        width: 90%;
    }
}

.info-wrap .inner ul li {
    display: inline-block;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1100px) {
    .info-wrap .inner ul li {
        width: 100%;
    }
}

.info-wrap .inner ul li a:hover>.textbox {
    background-color: #e3f1ff;
}

.info-wrap .inner ul li a:hover>.imgbox>img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.info-wrap .inner ul li a .imgbox {
    width: 50%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
}

@media only screen and (max-width: 500px) {
    .info-wrap .inner ul li a .imgbox {
        width: 100%;
    }
}

.info-wrap .inner ul li a .imgbox img {
    width: 100%;
    min-height: 300px;
}

.info-wrap .inner ul li a .textbox {
    display: inline-block;
    width: 50%;
    height: 300px;
    background-color: #fff;
    padding: 35px 45px;
    position: relative;
}

.info-wrap .inner ul li a .textbox:before,
.info-wrap .inner ul li a .textbox:after {
    content: "";
    position: absolute;
    top: 120px;
    border: 25px solid transparent;
    z-index: 3;
}

@media only screen and (max-width: 500px) {
    .info-wrap .inner ul li a .textbox {
        width: 100%;
    }
}

.info-wrap .inner ul li a .textbox .icon {
    text-align: center;
}

.info-wrap .inner ul li a .textbox .main-title {
    color: #010101;
    font-size: 1.375em;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.info-wrap .inner ul li a .textbox .sub-title {
    color: #D8006D;
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.info-wrap .inner ul li a .textbox .summary {
    color: #5f5f5f;
    font-size: 0.938em;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.info-wrap .inner ul li:first-child .imgbox {
    float: left;
}

.info-wrap .inner ul li:first-child .textbox {
    float: right;
}

.info-wrap .inner ul li:first-child .textbox:before {
    left: -50px;
    border-right-color: #fff;
}

.info-wrap .inner ul li:first-child:hover>a>.textbox:before {
    border-right-color: #e3f1ff;
}

.info-wrap .inner ul li:nth-child(2) .imgbox {
    float: left;
}

.info-wrap .inner ul li:nth-child(2) .textbox {
    float: right;
}

.info-wrap .inner ul li:nth-child(2) .textbox:before {
    left: -50px;
    border-right-color: #fff;
}

.info-wrap .inner ul li:nth-child(2):hover>a>.textbox:before {
    border-right-color: #e3f1ff;
}

@media only screen and (max-width: 1100px) {
    .info-wrap .inner ul li:nth-child(2) .imgbox {
        float: right;
    }

    .info-wrap .inner ul li:nth-child(2) .textbox {
        float: left;
    }

    .info-wrap .inner ul li:nth-child(2) .textbox:before {
        z-index: -1;
        left: 0;
    }

    .info-wrap .inner ul li:nth-child(2) .textbox:after {
        border-left-color: #fff;
        right: -50px;
    }

    .info-wrap .inner ul li:nth-child(2):hover>a>.textbox:after {
        border-left-color: #e3f1ff;
    }
}

.info-wrap .inner ul li:nth-child(3) .imgbox {
    float: right;
}

.info-wrap .inner ul li:nth-child(3) .textbox {
    float: left;
}

.info-wrap .inner ul li:nth-child(3) .textbox:before {
    right: -50px;
    border-left-color: #fff;
    display: inline-block;
    z-index: 5;
}

.info-wrap .inner ul li:nth-child(3) .textbox:after {
    z-index: -1;
}

.info-wrap .inner ul li:nth-child(3):hover>a>.textbox:before {
    border-left-color: #e3f1ff;
}

@media only screen and (max-width: 1100px) {
    .info-wrap .inner ul li:nth-child(3) .imgbox {
        float: left;
    }

    .info-wrap .inner ul li:nth-child(3) .textbox {
        float: right;
    }

    .info-wrap .inner ul li:nth-child(3) .textbox:before {
        z-index: -1;
        right: 0;
    }

    .info-wrap .inner ul li:nth-child(3) .textbox:after {
        border-right-color: #fff;
        left: -50px;
        z-index: 5;
    }

    .info-wrap .inner ul li:nth-child(3):hover>a>.textbox:after {
        border-right-color: #e3f1ff;
    }
}

@media only screen and (max-width: 500px) {
    .info-wrap .inner ul li:nth-child(3) .imgbox {
        -moz-transform: translate(0px, -300px);
        -ms-transform: translate(0px, -300px);
        -webkit-transform: translate(0px, -300px);
        transform: translate(0px, -300px);
    }

    .info-wrap .inner ul li:nth-child(3) .textbox {
        float: right;
        -moz-transform: translate(0px, 300px);
        -ms-transform: translate(0px, 300px);
        -webkit-transform: translate(0px, 300px);
        transform: translate(0px, 300px);
    }
}

.info-wrap .inner ul li:nth-child(4) .imgbox {
    float: right;
}

.info-wrap .inner ul li:nth-child(4) .textbox {
    float: left;
}

.info-wrap .inner ul li:nth-child(4) .textbox:before {
    right: -50px;
    border-left-color: #fff;
}

.info-wrap .inner ul li:nth-child(4):hover>a>.textbox:before {
    border-left-color: #e3f1ff;
}

@media only screen and (max-width: 500px) {
    .info-wrap .inner ul li:nth-child(4) .imgbox {
        -moz-transform: translate(0px, -300px);
        -ms-transform: translate(0px, -300px);
        -webkit-transform: translate(0px, -300px);
        transform: translate(0px, -300px);
    }

    .info-wrap .inner ul li:nth-child(4) .textbox {
        float: right;
        -moz-transform: translate(0px, 300px);
        -ms-transform: translate(0px, 300px);
        -webkit-transform: translate(0px, 300px);
        transform: translate(0px, 300px);
    }
}

.product-wrap {
    margin-top: 40px;
    padding: 40px;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .product-wrap {
        padding: 15px;
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 320px) {
    .product-wrap {
        padding: 5px;
        padding-bottom: 65px;
    }
}

.product-wrap .arrow {
    width: 25px;
    height: 43px;
    position: absolute;
    left: 77%;
    top: 52%;
    cursor: pointer;
}

@media only screen and (max-width: 1800px) {
    .product-wrap .arrow {
        left: 84%;
    }
}

@media only screen and (max-width: 1400px) {
    .product-wrap .arrow {
        left: 88%;
    }
}

@media only screen and (max-width: 1100px) {
    .product-wrap .arrow {
        left: 97%;
    }
}

@media only screen and (max-width: 800px) {
    .product-wrap .arrow {
        left: 92%;
        top: 57%;
        display: block;
    }
}

@media only screen and (max-width: 700px) {
    .product-wrap .arrow {
        top: 93%;
        left: 40%;
        width: 90px;
    }
}

.product-wrap .arrow img {
    margin-bottom: 20px;
}

@media only screen and (max-width: 700px) {
    .product-wrap .arrow .prev {
        display: inline-block;
        margin-right: 35px;
    }
}

.product-wrap .inner {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
}

.product-wrap .inner .top {
    text-align: center;
}

.product-wrap .inner .top h1 {
    font-size: 3em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.product-wrap .inner .top h2 {
    font-size: 1.313em;
    line-height: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.product-wrap .inner .top a {
    color: #3C7597;
    font-size: 1.125em;
    line-height: 1.5em;
}

.product-wrap .inner .top a:hover {
    text-decoration: underline;
}

.product-wrap .inner .main {
    height: 420px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

@media only screen and (max-width: 900px) {
    .product-wrap .inner .main {
        width: 620px;
    }
}

@media only screen and (max-width: 500px) {
    .product-wrap .inner .main {
        width: 310px;
        margin-top: 20px;
    }
}

.product-wrap .inner .product-slider,
.product-wrap .inner .owl-stage {
    height: 420px;
}

.product-wrap .inner .product-slider .prod-group,
.product-wrap .inner .product-slider .owl-item,
.product-wrap .inner .owl-stage .prod-group,
.product-wrap .inner .owl-stage .owl-item {
    width: 310px;
    height: 420px;
    display: inline-block;
    float: left;
}

.product-wrap .inner .product-slider .prod-group a,
.product-wrap .inner .product-slider .owl-item a,
.product-wrap .inner .owl-stage .prod-group a,
.product-wrap .inner .owl-stage .owl-item a {
    width: 155px;
    height: 195px;
    float: left;
    display: inline-block;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
}

.product-wrap .inner .product-slider .prod-group a .icon,
.product-wrap .inner .product-slider .owl-item a .icon,
.product-wrap .inner .owl-stage .prod-group a .icon,
.product-wrap .inner .owl-stage .owl-item a .icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px !important;
    max-height: 82px;
}

.product-wrap .inner .product-slider .prod-group a .text,
.product-wrap .inner .product-slider .owl-item a .text,
.product-wrap .inner .owl-stage .prod-group a .text,
.product-wrap .inner .owl-stage .owl-item a .text {
    margin-top: 15px;
    letter-spacing: 1px;
}

.product-wrap .inner .product-slider .prod-group .prod1,
.product-wrap .inner .product-slider .owl-item .prod1,
.product-wrap .inner .owl-stage .prod-group .prod1,
.product-wrap .inner .owl-stage .owl-item .prod1 {
    background-color: #004A77;
}

.product-wrap .inner .product-slider .prod-group .prod1:hover,
.product-wrap .inner .product-slider .owl-item .prod1:hover,
.product-wrap .inner .owl-stage .prod-group .prod1:hover,
.product-wrap .inner .owl-stage .owl-item .prod1:hover {
    background-color: #04253A;
}

.product-wrap .inner .product-slider .prod-group .prod1:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod1:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod1:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod1:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod1 .icon,
.product-wrap .inner .product-slider .owl-item .prod1 .icon,
.product-wrap .inner .owl-stage .prod-group .prod1 .icon,
.product-wrap .inner .owl-stage .owl-item .prod1 .icon {
    /* background-image: url("../image/icon1.png"); */
    width: 37px;
    height: 82px;
}

.product-wrap .inner .product-slider .prod-group .prod3,
.product-wrap .inner .product-slider .owl-item .prod3,
.product-wrap .inner .owl-stage .prod-group .prod3,
.product-wrap .inner .owl-stage .owl-item .prod3 {
    background-color: #D4B15C;
}

.product-wrap .inner .product-slider .prod-group .prod3:hover,
.product-wrap .inner .product-slider .owl-item .prod3:hover,
.product-wrap .inner .owl-stage .prod-group .prod3:hover,
.product-wrap .inner .owl-stage .owl-item .prod3:hover {
    background-color: #CB9715;
}

.product-wrap .inner .product-slider .prod-group .prod3:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod3:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod3:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod3:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod3 .icon,
.product-wrap .inner .product-slider .owl-item .prod3 .icon,
.product-wrap .inner .owl-stage .prod-group .prod3 .icon,
.product-wrap .inner .owl-stage .owl-item .prod3 .icon {
    /* background-image: url("../image/icon3.png"); */
    width: 69px;
    height: 46px;
    margin-top: 25px;
}

.product-wrap .inner .product-slider .prod-group .prod2,
.product-wrap .inner .product-slider .owl-item .prod2,
.product-wrap .inner .owl-stage .prod-group .prod2,
.product-wrap .inner .owl-stage .owl-item .prod2 {
    background-color: #D18361;
    -moz-transform: translate(0px, 75px);
    -ms-transform: translate(0px, 75px);
    -webkit-transform: translate(0px, 75px);
    transform: translate(0px, 75px);
}

.product-wrap .inner .product-slider .prod-group .prod2:hover,
.product-wrap .inner .product-slider .owl-item .prod2:hover,
.product-wrap .inner .owl-stage .prod-group .prod2:hover,
.product-wrap .inner .owl-stage .owl-item .prod2:hover {
    background-color: #D3551A;
}

.product-wrap .inner .product-slider .prod-group .prod2:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod2:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod2:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod2:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod2 .icon,
.product-wrap .inner .product-slider .owl-item .prod2 .icon,
.product-wrap .inner .owl-stage .prod-group .prod2 .icon,
.product-wrap .inner .owl-stage .owl-item .prod2 .icon {
    /* background-image: url("../image/icon2.png"); */
    width: 73px;
    height: 44px;
    margin-top: 25px;
}

.product-wrap .inner .product-slider .prod-group .prod4,
.product-wrap .inner .product-slider .owl-item .prod4,
.product-wrap .inner .owl-stage .prod-group .prod4,
.product-wrap .inner .owl-stage .owl-item .prod4 {
    background-color: #75C6D0;
    -moz-transform: translate(0px, 145px);
    -ms-transform: translate(0px, 145px);
    -webkit-transform: translate(0px, 145px);
    transform: translate(0px, 145px);
}

.product-wrap .inner .product-slider .prod-group .prod4:hover,
.product-wrap .inner .product-slider .owl-item .prod4:hover,
.product-wrap .inner .owl-stage .prod-group .prod4:hover,
.product-wrap .inner .owl-stage .owl-item .prod4:hover {
    background-color: #59949B;
}

.product-wrap .inner .product-slider .prod-group .prod4:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod4:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod4:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod4:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod4 .icon,
.product-wrap .inner .product-slider .owl-item .prod4 .icon,
.product-wrap .inner .owl-stage .prod-group .prod4 .icon,
.product-wrap .inner .owl-stage .owl-item .prod4 .icon {
    /* background-image: url("../image/icon4.png"); */
    width: 71px;
    height: 49px;
    margin-top: 25px;
}

.product-wrap .inner .product-slider .prod-group .prod5,
.product-wrap .inner .product-slider .owl-item .prod5,
.product-wrap .inner .owl-stage .prod-group .prod5,
.product-wrap .inner .owl-stage .owl-item .prod5 {
    background-color: #C394B0;
    -moz-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
}

.product-wrap .inner .product-slider .prod-group .prod5:hover,
.product-wrap .inner .product-slider .owl-item .prod5:hover,
.product-wrap .inner .owl-stage .prod-group .prod5:hover,
.product-wrap .inner .owl-stage .owl-item .prod5:hover {
    background-color: #C25D9B;
}

.product-wrap .inner .product-slider .prod-group .prod5:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod5:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod5:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod5:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod5 .icon,
.product-wrap .inner .product-slider .owl-item .prod5 .icon,
.product-wrap .inner .owl-stage .prod-group .prod5 .icon,
.product-wrap .inner .owl-stage .owl-item .prod5 .icon {
    /* background-image: url("../image/icon5.png"); */
    width: 50px;
    height: 70px;
    background-repeat: no-repeat;
}

.product-wrap .inner .product-slider .prod-group .prod6,
.product-wrap .inner .product-slider .owl-item .prod6,
.product-wrap .inner .owl-stage .prod-group .prod6,
.product-wrap .inner .owl-stage .owl-item .prod6 {
    background-color: #4487C9;
    -moz-transform: translate(155px, 30px);
    -ms-transform: translate(155px, 30px);
    -webkit-transform: translate(155px, 30px);
    transform: translate(155px, 30px);
}

.product-wrap .inner .product-slider .prod-group .prod6:hover,
.product-wrap .inner .product-slider .owl-item .prod6:hover,
.product-wrap .inner .owl-stage .prod-group .prod6:hover,
.product-wrap .inner .owl-stage .owl-item .prod6:hover {
    background-color: #0A67CB;
}

.product-wrap .inner .product-slider .prod-group .prod6:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod6:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod6:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod6:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod6 .icon,
.product-wrap .inner .product-slider .owl-item .prod6 .icon,
.product-wrap .inner .owl-stage .prod-group .prod6 .icon,
.product-wrap .inner .owl-stage .owl-item .prod6 .icon {
    /* background-image: url("../image/icon6.png"); */
    width: 46px;
    height: 46px;
    margin-top: 25px;
}

.product-wrap .inner .product-slider .prod-group .prod7,
.product-wrap .inner .product-slider .owl-item .prod7,
.product-wrap .inner .owl-stage .prod-group .prod7,
.product-wrap .inner .owl-stage .owl-item .prod7 {
    background-color: #BECA56;
    -moz-transform: translate(0px, 95px);
    -ms-transform: translate(0px, 95px);
    -webkit-transform: translate(0px, 95px);
    transform: translate(0px, 95px);
}

.product-wrap .inner .product-slider .prod-group .prod7:hover,
.product-wrap .inner .product-slider .owl-item .prod7:hover,
.product-wrap .inner .owl-stage .prod-group .prod7:hover,
.product-wrap .inner .owl-stage .owl-item .prod7:hover {
    background-color: #7D8538;
}

.product-wrap .inner .product-slider .prod-group .prod7:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod7:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod7:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod7:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod7 .icon,
.product-wrap .inner .product-slider .owl-item .prod7 .icon,
.product-wrap .inner .owl-stage .prod-group .prod7 .icon,
.product-wrap .inner .owl-stage .owl-item .prod7 .icon {
    /* background-image: url("../image/icon7.png"); */
    width: 48px;
    height: 43px;
    margin-top: 25px;
}

.product-wrap .inner .product-slider .prod-group .prod8,
.product-wrap .inner .product-slider .owl-item .prod8,
.product-wrap .inner .owl-stage .prod-group .prod8,
.product-wrap .inner .owl-stage .owl-item .prod8 {
    background-color: #5A9A78;
}

.product-wrap .inner .product-slider .prod-group .prod8:hover,
.product-wrap .inner .product-slider .owl-item .prod8:hover,
.product-wrap .inner .owl-stage .prod-group .prod8:hover,
.product-wrap .inner .owl-stage .owl-item .prod8:hover {
    background-color: #395C49;
}

.product-wrap .inner .product-slider .prod-group .prod8:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod8:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod8:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod8:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod8 .icon,
.product-wrap .inner .product-slider .owl-item .prod8 .icon,
.product-wrap .inner .owl-stage .prod-group .prod8 .icon,
.product-wrap .inner .owl-stage .owl-item .prod8 .icon {
    /* background-image: url("../image/icon8.png"); */
    width: 23px;
    height: 45px;
    margin-top: 25px;
}

.product-wrap .inner .product-slider .prod-group .prod9,
.product-wrap .inner .product-slider .owl-item .prod9,
.product-wrap .inner .owl-stage .prod-group .prod9,
.product-wrap .inner .owl-stage .owl-item .prod9 {
    background-color: #D8006D;
    -moz-transform: translate(155px, 0px);
    -ms-transform: translate(155px, 0px);
    -webkit-transform: translate(155px, 0px);
    transform: translate(155px, 0px);
}

.product-wrap .inner .product-slider .prod-group .prod9:hover,
.product-wrap .inner .product-slider .owl-item .prod9:hover,
.product-wrap .inner .owl-stage .prod-group .prod9:hover,
.product-wrap .inner .owl-stage .owl-item .prod9:hover {
    background-color: #720339;
}

.product-wrap .inner .product-slider .prod-group .prod9:hover>.icon,
.product-wrap .inner .product-slider .owl-item .prod9:hover>.icon,
.product-wrap .inner .owl-stage .prod-group .prod9:hover>.icon,
.product-wrap .inner .owl-stage .owl-item .prod9:hover>.icon {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-wrap .inner .product-slider .prod-group .prod9 .icon,
.product-wrap .inner .product-slider .owl-item .prod9 .icon,
.product-wrap .inner .owl-stage .prod-group .prod9 .icon,
.product-wrap .inner .owl-stage .owl-item .prod9 .icon {
    /* background-image: url("../image/icon9.png"); */
    width: 62px;
    height: 33px;
    margin-top: 25px;
}

.holder-wrap {
    margin-top: 40px;
    padding: 55px 40px 45px 40px;
  display:none;
}

@media only screen and (max-width: 500px) {
    .holder-wrap {
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .holder-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.holder-wrap .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
}

@media only screen and (max-width: 500px) {
    .holder-wrap .inner {
        padding: 0px;
    }
}

.holder-wrap .inner .top {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 700px) {
    .holder-wrap .inner .top {
        text-align: center;
    }
}

.holder-wrap .inner .top .left-box {
    display: inline-block;
    font-size: 3.438em;
}

.holder-wrap .inner .top .right-box {
    display: inline-block;
    float: right;
    -moz-transform: translate(-25px, 0px);
    -ms-transform: translate(-25px, 0px);
    -webkit-transform: translate(-25px, 0px);
    transform: translate(-25px, 0px);
}

@media only screen and (max-width: 700px) {
    .holder-wrap .inner .top .right-box {
        display: block;
        float: none;
        margin-top: 15px;
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.holder-wrap .inner .top .right-box p {
    line-height: 1.5em;
}

.holder-wrap .inner .top .right-box p:first-child {
    font-size: 1.125em;
    color: #8a8a8a;
}

.holder-wrap .inner .top .right-box p:last-child {
    font-size: 1.375em;
}

.holder-wrap .inner .main {
    margin-top: 40px;
}

.holder-wrap .inner .main .box {
    display: inline-block;
    float: left;
    width: 50%;
    height: 320px;
}

@media only screen and (max-width: 800px) {
    .holder-wrap .inner .main .box {
        width: 100%;
    }
}

.holder-wrap .inner .main .box .imgbox {
    display: inline-block;
    overflow: hidden;
    float: left;
}

.holder-wrap .inner .main .box .box-l {
    width: 53%;
    margin-right: 5px;
}

.holder-wrap .inner .main .box .box-l img {
    max-height: 317px;
}

@media only screen and (max-width: 800px) {
    .holder-wrap .inner .main .box .box-l {
        width: 52%;
    }
}

.holder-wrap .inner .main .box .box-r {
    width: 45%;
}

.holder-wrap .inner .main .box .box-r img {
    max-height: 156px;
}

.holder-wrap .inner .main .box .box-r img:last-child {
    margin-top: 5px;
}

.holder-wrap .inner .main .box .textbox {
    padding: 20px 30px;
}

@media only screen and (max-width: 500px) {
    .holder-wrap .inner .main .box .textbox {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
}

.holder-wrap .inner .main .box .textbox h3 {
    font-size: 1.375em;
    line-height: 1.5em;
}

.holder-wrap .inner .main .box .textbox .article {
    margin-top: 15px;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #000;
}

.holder-wrap .inner .main .box .textbox .article .date {
    color: #004976;
}

.holder-wrap .inner .main .box .textbox .article:hover>.text {
    text-decoration: underline;
}

.holder-wrap .inner .main .box .service {
    padding: 10px 30px 0px 30px;
}

@media only screen and (max-width: 500px) {
    .holder-wrap .inner .main .box .service {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
}

.holder-wrap .inner .main .box .service h3 {
    font-size: 1.375em;
    line-height: 1.5em;
    color: #0068C3;
}

.holder-wrap .inner .main .box .service .btn {
    width: 124px;
    height: 49px;
    line-height: 49px;
    margin-right: 10px;
    margin-top: 10px;
}

.holder-wrap .inner .main .box .service .btn:last-child {
    margin-right: 0px;
}

.hr-wrap {
    margin-top: 40px;
    padding: 55px 40px 45px 40px;
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 500px) {
    .hr-wrap {
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .hr-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.hr-wrap .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
}

@media only screen and (max-width: 500px) {
    .hr-wrap .inner {
        padding: 0px;
    }
}

.hr-wrap .inner .top {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 700px) {
    .hr-wrap .inner .top {
        text-align: center;
    }
}

.hr-wrap .inner .top .left-box {
    display: inline-block;
    font-size: 3.438em;
}

.hr-wrap .inner .top .right-box {
    display: inline-block;
    float: right;
    -moz-transform: translate(-35px, 0px);
    -ms-transform: translate(-35px, 0px);
    -webkit-transform: translate(-35px, 0px);
    transform: translate(-35px, 0px);
}

@media only screen and (max-width: 700px) {
    .hr-wrap .inner .top .right-box {
        display: block;
        float: none;
        margin-top: 15px;
        padding-left: 5px;
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.hr-wrap .inner .top .right-box p {
    line-height: 1.5em;
}

.hr-wrap .inner .top .right-box p:first-child {
    font-size: 1.125em;
    color: #8a8a8a;
}

.hr-wrap .inner .top .right-box p:last-child {
    font-size: 1.375em;
}

.hr-wrap .inner .nav {
    margin-top: 20px;
}

.hr-wrap .inner .nav .nav-item {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .hr-wrap .inner .nav .nav-item {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .hr-wrap .inner .nav .nav-item {
        width: 100%;
        height: 194px;
        text-align: center;
    }
}

.hr-wrap .inner .nav .nav-item:hover>a {
    display: block;
}

.hr-wrap .inner .nav .nav-item a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #D8006D;
    color: #fff;
    font-size: 1.375em;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 55px;
    display: none;
}

.hr-wrap .inner .nav .nav-item a .big {
    font-size: 1.438em;
    line-height: 1.5em;
}

.hr-wrap .inner .content-wrap {
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .hr-wrap .inner .content-wrap {
        margin-top: 20px;
    }
}

.hr-wrap .inner .content-wrap .item {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 20px;
    padding-bottom: 50em;
    margin-bottom: -50em;
}

@media only screen and (max-width: 800px) {
    .hr-wrap .inner .content-wrap .item {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .hr-wrap .inner .content-wrap .item {
        width: 100%;
    }
}

.hr-wrap .inner .content-wrap .item h3 {
    font-size: 1.375em;
    line-height: 1.5em;
}

.hr-wrap .inner .content-wrap .item h6 {
    font-size: 0.875em;
    line-height: 1.5em;
    color: #004976;
    margin-top: 10px;
}

.hr-wrap .inner .content-wrap .item p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.hr-wrap .inner .content-wrap .item .btn {
    width: 139px;
    height: 49px;
    line-height: 49px;
    margin-right: 10px;
}

@media only screen and (max-width: 1100px) {
    .hr-wrap .inner .content-wrap .news {
        width: 30%;
    }
}

@media only screen and (max-width: 800px) {
    .hr-wrap .inner .content-wrap .news {
        width: 100%;
    }
}

.hr-wrap .inner .content-wrap .news h3 {
    margin-bottom: 10px;
}

.hr-wrap .inner .content-wrap .news .list {
    margin-bottom: 5px;
    background-color: #fff;
    text-align: center;
}

.hr-wrap .inner .content-wrap .news .list a {
    display: inline-block;
    width: 45%;
    height: 120px;
    padding-top: 10px;
    margin: 5px;
    vertical-align: top;
}

.hr-wrap .inner .content-wrap .news .icon1 {
    background-color: #95CBE5;
}

.hr-wrap .inner .content-wrap .news .icon1:hover {
    background-color: #1EA7E7;
}

.hr-wrap .inner .content-wrap .news .icon2 {
    background-color: #F6BABC;
}

.hr-wrap .inner .content-wrap .news .icon2:hover {
    background-color: #F7676E;
}

.hr-wrap .inner .content-wrap .news .icon3 {
    background-color: #ABC3E5;
}

.hr-wrap .inner .content-wrap .news .icon3:hover {
    background-color: #4E90E6;
}

.hr-wrap .inner .content-wrap .news .icon4 {
    background-color: #F4B5A6;
}

.hr-wrap .inner .content-wrap .news .icon4:hover {
    background-color: #F87557;
}

@media only screen and (max-width: 1100px) {
    .hr-wrap .inner .content-wrap .plan {
        width: 35%;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 800px) {
    .hr-wrap .inner .content-wrap .plan {
        width: 100%;
        padding: 20px 10px 50em 10px;
        float: none;
    }
}

@media only screen and (max-width: 320px) {
    .hr-wrap .inner .content-wrap .plan .btn {
        margin-right: 5px;
    }
}

.deep-wrap {
    position: relative;
    margin-top: 40px;
}

.deep-wrap .base-wrap {
    background-image: url("../image/csr-bg.png");
    width: 1332px;
    height: 625px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    width: 1920px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.deep-wrap .csr-wrap {
    background-repeat: no-repeat;
    position: relative;
    padding: 55px 40px 70px 40px;
    z-index: 5;
    height: 100%;
}

.deep-wrap .csr-wrap .mask {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 500px) {
    .deep-wrap .csr-wrap {
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .deep-wrap .csr-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.deep-wrap .csr-wrap .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
}

@media only screen and (max-width: 500px) {
    .deep-wrap .csr-wrap .inner {
        padding: 0px;
    }
}

.deep-wrap .csr-wrap .inner .top {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 700px) {
    .deep-wrap .csr-wrap .inner .top {
        text-align: center;
    }
}

.deep-wrap .csr-wrap .inner .top .left-box {
    display: inline-block;
    font-size: 3.438em;
}

.deep-wrap .csr-wrap .inner .top .right-box {
    display: inline-block;
    float: right;
    -moz-transform: translate(-75px, 0px);
    -ms-transform: translate(-75px, 0px);
    -webkit-transform: translate(-75px, 0px);
    transform: translate(-75px, 0px);
}

@media only screen and (max-width: 700px) {
    .deep-wrap .csr-wrap .inner .top .right-box {
        display: block;
        float: none;
        margin-top: 15px;
        padding-left: 5px;
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.deep-wrap .csr-wrap .inner .top .right-box p {
    line-height: 1.5em;
}

.deep-wrap .csr-wrap .inner .top .right-box p:first-child {
    font-size: 1.125em;
    color: #8a8a8a;
}

.deep-wrap .csr-wrap .inner .top .right-box p:last-child {
    font-size: 1.375em;
}

.deep-wrap .csr-wrap .inner .main .box {
    display: inline-block;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 800px) {
    .deep-wrap .csr-wrap .inner .main .box {
        width: 100%;
    }
}

.deep-wrap .csr-wrap .inner .main .left-box {
    padding: 50px 120px;
}

@media only screen and (max-width: 1100px) {
    .deep-wrap .csr-wrap .inner .main .left-box {
        padding: 40px 100px;
    }
}

@media only screen and (max-width: 700px) {
    .deep-wrap .csr-wrap .inner .main .left-box {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .deep-wrap .csr-wrap .inner .main .left-box {
        padding: 10px;
    }
}

.deep-wrap .csr-wrap .inner .main .left-box .top {
    color: #004A77;
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 700;
}

.deep-wrap .csr-wrap .inner .main .left-box .bottom {
    color: #464646;
    font-size: 0.938em;
    line-height: 1.5em;
    margin-top: 15px;
}

.deep-wrap .csr-wrap .inner .main .left-box .btn {
    width: 268px;
    height: 51px;
    line-height: 51px;
    margin-top: 15px;
}

.deep-wrap .csr-wrap .inner .main .right-box {
    padding: 60px 20px;
}

@media only screen and (max-width: 1100px) {
    .deep-wrap .csr-wrap .inner .main .right-box {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .deep-wrap .csr-wrap .inner .main .right-box {
        text-align: center;
        padding: 0px;
    }
}

.deep-wrap .csr-wrap .inner .main .right-box .item {
    display: inline-block;
    width: 109px;
    height: 137px;
    margin: 5px;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
}

.deep-wrap .csr-wrap .inner .main .right-box .item .icon {
    height: 69px;
}

.deep-wrap .csr-wrap .inner .main .right-box .item .text {
    font-size: 0.938em;
    color: #464646;
}

.deep-wrap .csr-wrap .inner .main .right-box .item:hover {
    background-color: #004A77;
}

.deep-wrap .csr-wrap .inner .main .right-box .item:hover>.text {
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
}

footer {
    margin-top: 40px;
}

@media only screen and (max-width: 500px) {
    footer {
        margin-top: 0px;
    }
}

footer .top {
    background-color: #004A77;
    padding-top: 15px;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    footer .top {
        display: none;
    }
}

footer .top .item-list {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
}

footer .top .item-list li {
    display: inline-table;
    padding: 20px;
    text-align: left;
}

footer .top .item-list li h6 {
    font-size: 1.125em;
    letter-spacing: 1px;
}

footer .top .item-list li .items {
    margin-top: 12px;
}

footer .top .item-list li .items p {
    font-size: 0.875em;
    line-height: 1.8em;
    display: table-row;
}

footer .top .item-list li .items p a {
    display: table-cell;
    color: #fff;
}

footer .top .item-list li .items p a:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

footer .bottom {
    padding: 20px;
    text-align: center;
}

footer .bottom .copy li {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.5em;
}

footer .bottom .copy li:first-child {
    color: #7C7C7C;
}

footer .bottom .copy li a {
    color: #D0D0D0;
}

.page-wrapper .main-wrapper .content-wrap .news-list {
    width: 760px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .news-list {
        display: none;
    }
}

.page-wrapper .main-wrapper .content-wrap .news-list li {
    width: calc(100%/6 - 5px);
    margin-left: 5px;
}

.page-wrapper .main-wrapper .content-wrap .news-list li a {
    width: 100%;
}

.page-wrapper .main-wrapper .content-wrap section {
    width: 1020px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    color: #2e2e2e;
    padding: 15px;
}

.page-wrapper .main-wrapper .content-wrap section .sub-title {
    background-image: url("../image/newsIcon01.png");
    width: 64px;
    height: 46px;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 68px;
    line-height: 46px;
    font-size: 1.5em;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap section .top-news {
    background-image: url("../image/topnews.png");
    width: 75px;
    height: 55px;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 95px;
}

.page-wrapper .main-wrapper .content-wrap section .top-news a {
    color: #2e2e2e;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap section .top-news {
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap section .top-news .date {
    background-image: url("../image/newsIcon01.png");
    width: 64px;
    height: 46px;
    font-size: 1.313em;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 68px;
    line-height: 46px;
}

.page-wrapper .main-wrapper .content-wrap section .top-news .text {
    font-size: 1.375em;
}

.page-wrapper .main-wrapper .content-wrap section .news-slider {
    margin-top: 30px;
}

.page-wrapper .main-wrapper .content-wrap section .area {
    display: inline-block;
    float: left;
    width: calc(100% / 2 - 40px);
    height: 200px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap section .area {
        width: 100%;
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap section .area:nth-child(2n) {
    margin-left: 60px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap section .area:nth-child(2n) {
        margin-left: 0px;
        margin-top: 30px;
    }
}

.page-wrapper .main-wrapper .content-wrap section .area h2 {
    color: #464646;
    font-size: 1.375em;
    font-weight: 700;
    border-bottom: 2px solid #464646;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.page-wrapper .main-wrapper .content-wrap section .area .more {
    display: inline-block;
    float: right;
    font-size: 0.625em;
    font-style: italic;
    color: #D8006D;
    margin-top: 15px;
    position: relative;
    -moz-transition: all, 0.3s, liner;
    -o-transition: all, 0.3s, liner;
    -webkit-transition: all, 0.3s, liner;
    transition: all, 0.3s, liner;
}

.page-wrapper .main-wrapper .content-wrap section .area .more:hover {
    -moz-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
}

.page-wrapper .main-wrapper .content-wrap section .area .more:hover:after {
    opacity: 1;
}

.page-wrapper .main-wrapper .content-wrap section .area .more:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    font-family: FontAwesome;
    opacity: 0;
}

.page-wrapper .main-wrapper .content-wrap section .area .item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 5px;
    display: block;
    /* overflow: hidden; */
    border-bottom: 1px dotted #464646;
    /* text-overflow: ellipsis; */
}

.page-wrapper .main-wrapper .content-wrap section .area .item:hover {
    background-color: #f5f5f5;
    font-weight: 700;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.page-wrapper .main-wrapper .content-wrap section .area .item .date {
    margin-right: 10px;
    color: #D8006D;
    font-size: 0.875em;
    font-style: italic;
    vertical-align: top;
}

.page-wrapper .main-wrapper .content-wrap section .area .item .text {
    color: #464646;
    font-size: 1em;
    white-space: nowrap;
    width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper {
    width: 1070px;
    max-width: 100%;
    height: auto;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item {
    display: inline-block;
    width: 47%;
    height: 129px;
    border: 1px solid #EAEAEA;
    margin: 12px;
    padding: 15px 20px;
    box-shadow: 0px 1px 0px #DEDEDE;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item:hover {
    box-shadow: 3px 3px 10px #DEDEDE;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item {
        width: 46%;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .leftbox {
    float: left;
    width: 15%;
    height: 65px;
    color: #D8006D;
    background-image: url('../image/viedoicon.png');
    background-repeat: no-repeat;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper.no_video .list-item .leftbox {
    float: left;
    width: 15%;
    height: 65px;
    color: #D8006D;
    background-image: none;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .rightbox {
    float: right;
    width: 82%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .rightbox {
        width: 78%;
    }
}

@media only screen and (max-width: 320px) {
    .page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .rightbox {
        width: 74%;
    }
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .year {
    font-size: 0.875em;
    margin-bottom: 10px;
    font-weight: 700;
    display: none;
}

img.csrpage {
    float: left;
    margin: 0 15px;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .date {
    font-size: 1.375em;
    border-bottom: 4px solid #DEDEDE;
    padding-left: 1px;
    padding-bottom: 5px;
    display: none;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .text {
    font-size: 1em;
    line-height: 1.4em;
    padding-top: 20px;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper.no_video .list-item .year {
    font-size: 0.875em;
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
}

.page-wrapper .main-wrapper .content-wrap .list-wrapper.no_video .list-item .date {
    font-size: 1.375em;
    border-bottom: 4px solid #DEDEDE;
    padding-left: 1px;
    padding-bottom: 5px;
    display: block;
}

.page-wrapper .main-wrapper .content-wrap .pagenation {
    text-align: center;
    height: 51px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .pagenation {
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .pagenation span,
.page-wrapper .main-wrapper .content-wrap .pagenation a {
    display: inline-block;
    cursor: pointer;
}

.page-wrapper .main-wrapper .content-wrap .pagenation .page-prev {
    background-image: url("../image/page-prev.png");
    width: 10px;
    height: 17px;
    margin-right: 15px;
}

.page-wrapper .main-wrapper .content-wrap .pagenation .page-next {
    background-image: url("../image/page-next.png");
    width: 11px;
    height: 17px;
    margin-left: 15px;
}

.page-wrapper .main-wrapper .content-wrap .pagenation select {
    width: 78px;
    height: 41px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.875em;
    padding-left: 2.4%;
    background-color: #F0F0F0;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .case-list {
        display: none;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-list li {
    width: calc(100%/6 - 15px);
}

.page-wrapper .main-wrapper .content-wrap .case-list li a {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap section {
        margin-top: 15px;
    }
}

.page-wrapper .main-wrapper .content-wrap section .success {
    background-image: url("../image/success.png");
    width: 75px;
    height: 82px;
    width: 100%;
}

.page-wrapper .main-wrapper .content-wrap section .success p {
    font-size: 1.125em;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .content-wrap section .success p:first-child {
    font-size: 1.375em;
    -moz-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap section .success p:first-child {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap section .success p:last-child {
        display: none;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper {
    padding: 0px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .case-wrapper {
        padding: 15px;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type {
    width: calc(100%/3 - 4px);
    display: inline-block;
    float: left;
    margin: 2px;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type {
        width: calc(100%/2 - 4px);
        text-align: center;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type:hover>.caseImg {
    visibility: hidden;
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type:hover>.case-text {
    z-index: 5;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .caseImg,
.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type img {
    max-width: 100%;
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #004A77;
    padding: 30px;
    z-index: -1;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text {
        max-width: 337px;
        margin: 0 auto;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text {
        padding: 15px 30px;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .icon {
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group {
    margin-top: 20px;
    text-align: left;
}

@media only screen and (max-width: 320px) {
    .page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group {
        margin-top: 10px;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group a {
    color: #fff;
    font-size: 1.125em;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 20px;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group .item {
    background-image: url("../image/caseIcon.png");
    width: 17px;
    height: 17px;
    background-position: left 5px;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-left: 25px;
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group .item:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 320px) {
    .page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group .item {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group .more {
    text-align: center;
    font-size: 0.875em;
    display: block;
}

.page-wrapper .main-wrapper .content-wrap .case-wrapper .case-type .case-text .group .more:hover {
    color: #D8006D;
    font-weight: 700;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .caseList-wrap {
        margin-top: -15px;
    }
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap h1 {
    font-size: 1.375em;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url("../image/caseIcon01.png");
    width: 50px;
    height: 54px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
    line-height: 54px;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item {
    display: inline-block;
    width: 100%;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid transparent;
    padding: 15px 5px 5px 5px;
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item:hover {
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 10px #e5e5e5;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item:hover>.rightbox>h2 {
    color: #D8006D;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item {
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .leftbox {
    width: calc(100% / 6 * 1.2);
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .leftbox img {
    max-width: 100%;
    max-height: 130px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .leftbox {
        width: 100%;
        text-align: center;
    }
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .leftbox .more {
    color: #D8006D;
    font-size: 0.875em;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .leftbox .more:hover {
    margin-left: 15px;
    font-weight: 700;
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .rightbox {
    width: calc(100% / 6 * 4.7);
    display: inline-block;
    float: right;
    padding-left: 30px;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .rightbox {
        width: 100%;
        padding-left: 0px;
    }
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .rightbox:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 140px;
    left: 0px;
    background-color: #e5e5e5;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .rightbox:before {
        display: none;
    }
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .rightbox h2 {
    font-size: 1.375em;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap .caseList-wrap .case-item .rightbox p {
    color: #747474;
    font-size: 1.125em;
    line-height: 1.4em;
    width: 97%;
}

.marquee a {
    display: inline-block;
    width: 248px !important;
    height: 218px !important;
    margin: 5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.marquee a img {
    max-width: 100%;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .news-icon {
    background-image: url("../image/newsIcon01.png");
    width: 64px;
    height: 46px;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .case-icon {
    background-image: url("../image/caseIcon01.png");
    width: 50px;
    height: 54px;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .top {
    font-size: 1.5em;
    width: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 68px;
    line-height: 46px;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .top .date {
    font-size: 1.5em;
    color: #D8006D;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .top .year {
    font-size: 0.875em;
    font-weight: 700;
    margin-left: 5px;
    color: #D8006D;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap h1 {
    font-size: 1.375em;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .title {
    color: #D8006D;
    font-size: 1.325em;
    margin-top: 20px;
    position: relative;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .title:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #D8006D;
    bottom: -10px;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .main p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #747474;
    font-size: 1.125em;
    line-height: 1.6em;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .main h6 {
    font-weight: 700;
    color: #747474;
    font-size: 1.125em;
    line-height: 1.6em;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .main h6+p {
    margin-top: 0px;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .showbox {
    margin-top: 40px;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .showbox a {
    display: inline-block;
    margin-right: 5px;
}

.page-wrapper .main-wrapper .content-wrap .detail-wrap .showbox a img {
    width: 250px;
    height: 188px;
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap {
    background-color: #F0F0F0;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap {
        height: 120px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap {
        height: auto;
        padding: 5px;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .leftbox {
    float: left;
    display: inline-block;
    text-align: right;
    background-image: url("../image/case-contact01.png");
    width: 276px;
    height: 108px;
    margin-left: 15px;
    padding-right: 50px;
    color: #004A77;
    font-size: 1.325em;
    font-weight: 700;
    padding-top: 40px;
    letter-spacing: 3px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .leftbox {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .leftbox {
        background-position: right center;
        padding-top: 10px;
        height: 40px;
        text-align: left;
        margin-left: 5px;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox {
    float: left;
    display: inline-block;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 1.125em;
    color: #004A77;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox {
        width: 60%;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox {
        width: 100%;
        padding-left: 5px;
        padding-bottom: 20px;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox p {
    display: inline-block;
    letter-spacing: 3px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox p {
        display: block;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .text {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .text {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .text {
        line-height: 1.4em;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .tele {
    color: #5c5c5c;
    font-weight: 700;
    background-image: url("../image/case-contact02.png");
    width: 26px;
    height: 23px;
    width: 46%;
    padding-left: 31px;
    background-repeat: no-repeat;
    background-position: left center;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .tele {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .mail {
    background-image: url("../image/case-contact03.png");
    width: 27px;
    height: 25px;
    width: 46%;
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .mail {
        width: 100%;
        margin-top: 5px;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .mail:hover>a {
    background-color: #D8006D;
}

.page-wrapper .main-wrapper .content-wrap .contact-wrap .rightbox .mail a {
    display: inline-block;
    letter-spacing: 1px;
    background-color: #004A77;
    color: #fff;
    padding: 8px 20px;
    font-size: 0.875em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-wrapper .main-wrapper .content-wrap .service-group {
    width: 100%;
    margin-top: 15px;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .service-group {
        width: 84%;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-group {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-group .service {
    background-image: url("../image/serviceImg.png");
    width: 64px;
    /* height: 53px; */
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 70px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-group .service {
        height: auto;
        background-position: left top;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-group .service p {
    font-size: 1.125em;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .content-wrap .service-group .service .pink {
    font-size: 1.325em;
    font-weight: 700;
    color: #D8006D;
}

.page-wrapper .main-wrapper .content-wrap .service-group .service .add-bg {
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    float: left;
    color: #2e2e2e;
}

.page-wrapper .main-wrapper .content-wrap .service-group .service .tele {
    background-image: url("../image/case-contact02.png");
    width: 26px;
    height: 23px;
    width: 220px;
    padding-left: 40px;
}

.page-wrapper .main-wrapper .content-wrap .service-group .service .mail {
    background-image: url("../image/case-contact03.png");
    width: 27px;
    height: 25px;
    width: 220px;
    padding-left: 40px;
    margin-left: 15px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-group .service .mail {
        margin-left: 0px;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-group .service2 {
    background-image: url("../image/info02s.png");
    width: 47px;
    /* height: 58px; */
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-group .service2 {
        height: auto;
        background-position: left top;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-group .service-bottom {
    background-image: url("../image/serviceIcon03.png");
    width: 58px;
    height: 59px;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-group .service-bottom {
        height: auto;
        background-position: left top;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top {
    width: 97%;
    background-color: #f0f0f0;
    border: 1px solid #b4b4b4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.page-wrapper .main-wrapper .content-wrap .service-top .searchbox {
    width: 61%;
    height: 100px;
    display: inline-block;
    float: left;
    padding: 10px 30px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox {
        width: 50%;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox {
        width: 100%;
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group {
    background-image: url("../image/searchIcon.png");
    width: 48px;
    height: 47px;
    display: inline-block;
    width: 82%;
    height: auto;
    background-repeat: no-repeat;
    background-position: left center;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group {
        background-image: none;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group {
        background-image: url("../image/searchIcon.png");
        width: 48px;
        height: 47px;
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group label {
    margin-left: 72px;
    display: block;
    font-size: 1.325em;
    color: #5c5c5c;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group label {
        margin-left: 22px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group label {
        margin-left: 57px;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group input[type="text"] {
    margin-left: 72px;
    width: 80%;
    height: 30px;
    padding-left: 15px;
    font-size: 1.125em;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group input[type="text"] {
        margin-left: 22px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group input[type="text"] {
        margin-left: 57px;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .searchbox .form-group input[type="text"]:focus {
    border: 1px solid #004A77;
}

.page-wrapper .main-wrapper .content-wrap .service-top .searchbox .btn-wrap {
    float: right;
    text-align: right;
    width: 18%;
    padding-top: 20px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .searchbox .btn-wrap {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .searchbox .btn-wrap .btn {
    width: 124px;
    height: 49px;
    line-height: 49px;
    font-size: 1.125em;
    border: 0;
    cursor: pointer;
}

.page-wrapper .main-wrapper .content-wrap .service-top .listbox,
.page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
    display: inline-block;
    float: right;
    background-image: url("../image/servicelist.png");
    width: 379px;
    height: 94px;
    width: 38%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 1100px) {

    .page-wrapper .main-wrapper .content-wrap .service-top .listbox,
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
        background-size: contain;
    }
}

@media only screen and (max-width: 800px) {

    .page-wrapper .main-wrapper .content-wrap .service-top .listbox,
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
        width: 40%;
    }
}

@media only screen and (max-width: 500px) {

    .page-wrapper .main-wrapper .content-wrap .service-top .listbox,
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
        width: 100%;
        background-size: contain;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .listbox .btn-wrap,
.page-wrapper .main-wrapper .content-wrap .service-top .listbox2 .btn-wrap {
    position: absolute;
    bottom: 10px;
    right: 50px;
}

@media only screen and (max-width: 800px) {

    .page-wrapper .main-wrapper .content-wrap .service-top .listbox .btn-wrap,
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 .btn-wrap {
        bottom: 20px;
        right: 10px;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .listbox .btn-wrap .btn,
.page-wrapper .main-wrapper .content-wrap .service-top .listbox2 .btn-wrap .btn {
    width: 124px;
    height: 49px;
    line-height: 49px;
    font-size: 1.125em;
    border: 0;
    cursor: pointer;
    border: 1px solid #fff;
}

@media only screen and (max-width: 500px) {

    .page-wrapper .main-wrapper .content-wrap .service-top .listbox .btn-wrap .btn,
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 .btn-wrap .btn {
        width: 104px;
        height: 39px;
        line-height: 39px;
    }
}

.page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
    background-image: url("../image/servicelist2.png");
    width: 379px;
    height: 94px;
    width: 38%;
    height: 100px;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
        background-size: contain;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
        width: 40%;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .service-top .listbox2 {
        width: 100%;
        background-size: contain;
    }
}

.service-form-wrap .form {
    width: 100%;
    margin: 0 auto;
}

.service-form-wrap .form table tr {
    height: 47px;
    margin-bottom: 15px;
}

.service-form-wrap .form table tr th {
    width: 18%;
    text-align: right;
}

@media only screen and (max-width: 500px) {
    .service-form-wrap .form table tr th {
        width: 100%;
        display: block;
        text-align: left;
    }
}

.service-form-wrap .form table tr th label {
    font-size: 1.125em;
    line-height: 1.5em;
}

.service-form-wrap .form table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 500px) {
    .service-form-wrap .form table tr td {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.service-form-wrap .form table tr td textarea,
.service-form-wrap .form table tr td input,
.service-form-wrap .form table tr td select {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 1em;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.service-form-wrap .form table tr td textarea:focus,
.service-form-wrap .form table tr td input:focus,
.service-form-wrap .form table tr td select:focus {
    outline: 0px;
}

.service-form-wrap .form table tr td textarea {
    width: 72%;
    height: 207px;
    margin-left: 15px;
    vertical-align: top;
}

@media only screen and (max-width: 500px) {
    .service-form-wrap .form table tr td textarea {
        margin-left: 0px;
        width: 100%;
    }
}

.service-form-wrap .form table tr td .textarea {
    width: 74%;
}

@media only screen and (max-width: 500px) {
    .service-form-wrap .form table tr td .textarea {
        margin-left: 0px;
        width: 100%;
    }
}

.service-form-wrap .form table tr td input[type="text"],
.service-form-wrap .form table tr td select {
    height: 33px;
    line-height: 33px;
    margin-left: 15px;
    width: 74%;
}

@media only screen and (max-width: 500px) {

    .service-form-wrap .form table tr td input[type="text"],
    .service-form-wrap .form table tr td select {
        margin-left: 0px;
        width: 100%;
    }
}

.service-form-wrap .form table tr td .checkbox-group {
    margin-left: 15px;
    display: inline-block;
    width: 75%;
}

@media only screen and (max-width: 500px) {
    .service-form-wrap .form table tr td .checkbox-group {
        width: 100%;
        margin-left: 0px;
    }
}

.service-form-wrap .form table tr td .checkbox-group .item {
    margin-bottom: 5px;
}

.service-form-wrap .form table tr td .checkbox-group label {
    text-align: left;
}

.service-form-wrap .form table tr td .checkbox-group .xs {
    width: 61px;
}

.service-form-wrap .form table tr td .memo {
    padding-left: 20px;
    margin-bottom: 10px;
    color: #0058A5;
    line-height: 1.3em;
}

@media only screen and (max-width: 500px) {
    .service-form-wrap .form table tr td .memo {
        padding-left: 0px;
    }
}

.service-form-wrap .form table tr td input[type="text"].code {
    width: 150px;
}

.service-form-wrap .form table tr td .codebox {
    display: inline-block;
}

.service-form-wrap .form table tr td .codebox img {
    width: 75px;
    height: 30px;
    vertical-align: text-top;
}

.service-form-wrap .form table .align-top th {
    vertical-align: text-top;
}

.service-form-wrap .form table .align-top td {
    padding-top: 5px;
}

.service-form-wrap .form .textbox {
    width: 63%;
    margin: 0 auto;
    height: 278px;
    margin-top: 30px;
    overflow: hidden;
    overflow-y: scroll;
}

@media only screen and (max-width: 500px) {
    .service-form-wrap .form .textbox {
        width: 100%;
    }
}

.service-form-wrap .form .textbox p {
    color: #004A77;
    font-size: 0.875em;
    padding-left: 15px;
    font-weight: 700;
}

.service-form-wrap .form .textbox ol {
    list-style: decimal;
    list-style-position: outside;
    padding-left: 20px;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #5c5c5c;
}

.service-form-wrap .form .textbox ol li {
    margin: 15px;
}

.service-form-wrap .form .agree {
    text-align: center;
    margin-top: 30px;
    font-size: 1.125em;
    color: #2e2e2e;
}

.service-form-wrap .form .btn-wrap {
    margin-top: 30px;
    text-align: center;
}

.service-form-wrap .form .btn-wrap .btn {
    width: 124px;
    height: 49px;
    line-height: 49px;
    font-size: 1.125em;
    border: 0;
    cursor: pointer;
}

.result-wrap .result-table {
    clear: both;
    width: 100%;
}

.result-wrap .result-table tbody tr td:last-child>a {
    color: #D8006D;
    font-size: 20px;
}

.result-wrap .result-table tbody tr td:last-child>a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 800px) {
    .result-wrap .result-table {
        margin-top: 30px;
    }
}

.result-wrap .result-table tr:hover {
    background-color: #006ecd;
    color: #fff;
}

.result-wrap .result-table tr:hover td a {
    color: #fff;
}

.result-wrap .result-table tr th,
.result-wrap .result-table tr td {
    padding: 10px;
    text-align: center;
}

.result-wrap .result-table tr:nth-child(even) {
    background-color: #F6F6F6;
}

.result-wrap .result-table tr:nth-child(even):hover {
    background-color: #006ecd;
    color: #fff;
}

.result-wrap .result-table tr:nth-child(even):hover td a {
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .result-wrap .result-table thead {
        display: block;
        float: left;
        width: 110px;
    }
}

.result-wrap .result-table thead tr:first-child {
    background-color: #004A77;
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .result-wrap .result-table thead tr:first-child {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .result-wrap .result-table thead tr:first-child th {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .result-wrap .result-table tbody {
        white-space: nowrap;
        width: calc(50%/3);
        float: left;
    }
}

@media only screen and (max-width: 800px) {
    .result-wrap .result-table tbody tr {
        display: inline-block;
    }
}

.result-wrap .result-table tbody tr td a {
    color: #000;
}

.result-wrap .result-table tbody tr td a:hover {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
    .result-wrap .result-table tbody tr td {
        display: block;
    }
}

.result-wrap .result-table2 tr th,
.result-wrap .result-table2 tr td {
    width: 33.3%;
    padding: 10px;
    line-height: 1.5em;
}

@media only screen and (max-width: 500px) {

    .result-wrap .result-table2 tr th,
    .result-wrap .result-table2 tr td {
        width: 100%;
    }
}

.service-wrap {
    margin-top: 20px;
}

.service-wrap ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {
    .service-wrap ul {
        width: 62.5%;
    }
}

@media only screen and (max-width: 800px) {
    .service-wrap ul {
        width: 80%;
    }
}

@media only screen and (max-width: 500px) {
    .service-wrap ul {
        width: 90%;
    }
}

.service-wrap ul li {
    display: inline-block;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1100px) {
    .service-wrap ul li {
        width: 100%;
    }
}

.service-wrap ul li:hover>a>.textbox:before {
    border-right-color: #e3f1ff;
}

.service-wrap ul li a:hover>.textbox {
    background-color: #e3f1ff;
}

.service-wrap ul li a:hover>.imgbox>img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.service-wrap ul li a .imgbox {
    width: 50%;
    height: 300px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

@media only screen and (max-width: 500px) {
    .service-wrap ul li a .imgbox {
        width: 100%;
    }
}

.service-wrap ul li a .imgbox img {
    width: 100%;
    min-height: 300px;
}

.service-wrap ul li a .textbox {
    display: inline-block;
    float: left;
    width: 50%;
    height: 300px;
    background-color: #f0f0f0;
    padding: 35px 45px;
    position: relative;
}

.service-wrap ul li a .textbox:before,
.service-wrap ul li a .textbox:after {
    content: "";
    position: absolute;
    top: 120px;
    border: 25px solid transparent;
    z-index: 3;
    border-right-color: #f0f0f0;
}

.service-wrap ul li a .textbox:before {
    left: -50px;
}

.service-wrap ul li a .textbox:after {
    display: none;
}

@media only screen and (max-width: 500px) {
    .service-wrap ul li a .textbox {
        width: 100%;
    }
}

.service-wrap ul li a .textbox .icon {
    text-align: center;
}

.service-wrap ul li a .textbox .main-title {
    color: #010101;
    font-size: 1.375em;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.service-wrap ul li a .textbox .sub-title {
    color: #D8006D;
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.service-wrap ul li a .textbox .summary {
    color: #5f5f5f;
    font-size: 0.938em;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
    .service-wrap ul li:nth-child(2):hover>a>.textbox:after {
        border-left-color: #e3f1ff;
    }

    .service-wrap ul li:nth-child(2)>a .imgbox {
        float: right;
    }

    .service-wrap ul li:nth-child(2)>a .textbox:before {
        display: none;
    }

    .service-wrap ul li:nth-child(2)>a .textbox:after {
        display: block;
        right: -50px;
        border-left-color: #f0f0f0;
        border-right-color: transparent;
    }
}

.step-wrap {
    width: 97%;
    margin: 0 auto;
    display: table;
    overflow: hidden;
    height: 168px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.step-wrap .imgbox {
    display: table-row;
}

@media only screen and (max-width: 500px) {
    .step-wrap .imgbox {
        text-align: center;
    }
}

.step-wrap .imgbox img {
    width: 20%;
    height: 168px;
}

@media only screen and (max-width: 500px) {
    .step-wrap .imgbox img {
        width: 80%;
        height: auto;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap {
        margin-top: 0px;
        overflow-x: scroll;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .prod-title {
    background-image: url("../image/prodImg01.png");
    width: 61px;
    height: 39px;
    background-position: left center;
    background-repeat: no-repeat;
    width: 30%;
    padding-left: 70px;
    font-size: 1.325em;
    line-height: 39px;
    color: #464646;
    text-shadow: 0px 0px 1px #464646;
    display: inline-block;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .no-btn {
    width: 100%;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .btn-wrap {
    float: right;
    display: inline-block;
    text-align: right;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .btn-wrap .btn {
    width: 124px;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 {
    margin-top: 30px;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th {
        display: table-cell;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:first-child {
        width: 80px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:nth-child(2) {
        width: 120px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:last-child {
        width: 70%;
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:first-child {
        width: 60px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:nth-child(2) {
        width: 90px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:last-child {
        width: 62%;
        text-align: left;
    }
}

@media only screen and (max-width: 400px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:last-child {
        width: 57%;
    }
}

@media only screen and (max-width: 320px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 thead tr th:last-child {
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody {
        float: none;
        white-space: normal;
        display: block;
        height: 120px;
        overflow-y: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr {
        display: table-row;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td {
        display: table-cell;
        vertical-align: top;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td:first-child {
        width: 80px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td:nth-child(2) {
        width: 90px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td:last-child {
        width: 70%;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td:first-child {
        width: 60px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td:nth-child(2) {
        width: 90px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td:last-child {
        width: 62%;
    }
}

@media only screen and (max-width: 400px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td:last-child {
        width: 57%;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table3 tbody tr td p {
    line-height: 1.2em;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table4 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table4 tr th:first-child {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table5 tr th:first-child {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table5 tr th:last-child {
    width: 10%;
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap .result-table5 tr td:last-child {
    color: #D8006D;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap2 .prod-title {
        width: 80%;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap2 .btn-wrap {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        float: none;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap2 .btn-wrap .btn {
        width: 100%;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap2 .btn-wrap .btn:after {
        right: 20%;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap4 {
    margin-top: 30px;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap4 .prod-title {
    width: 80%;
    margin-left: 15px;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap4 .prod-title span {
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap4 .prod-title span {
        padding-left: 0px;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap4 .btn-wrap {
    margin-right: 20px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap4 .btn-wrap {
        width: 100%;
        margin-top: 20px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap4 .btn-wrap .btn {
        width: 90%;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap4 form {
    margin-top: 20px;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap5 {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap5 {
        overflow-x: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap5 .prod-title {
    width: 80%;
    margin: 0 auto;
    margin-left: 15px;
    font-size: 1.625em;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap5 .prod-title span {
    display: inline-block;
    padding-left: 15px;
    color: #D8006D;
    text-shadow: 0px 0px 1px #D8006D;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap5 .prod-title ol {
    list-style: decimal;
    list-style-position: inside;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap5 .prod-title ol li {
    color: #464646;
    font-size: 18px;
    line-height: 1.5em;
    text-shadow: 0px 0px 0px #D8006D;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap5 .btn-wrap {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap5 .btn-wrap .btn {
        width: 90%;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 {
    margin-top: 15px;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .prod-title {
    width: 80%;
    margin-left: 30px;
    font-size: 1.325em;
    text-shadow: 0px 0px 0px;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .no-image {
    background-image: none;
    padding-left: 0px;
    margin-left: 0px;
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap6 .no-image {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        line-height: 1.5em;
        width: 100%;
        padding: 5px;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap {
    background-color: transparent;
    margin-top: 10px;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap .area {
    background-color: #004A77;
    width: 94%;
    margin-left: 30px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap .area {
        margin: 0 auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap .area .a {
    width: 16.4%;
    float: left;
    margin: 0px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap .area .a {
        width: 100%;
        margin-top: 5px;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap .area .a p {
    margin-bottom: 3px;
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap .area .a .filter {
    width: 87%;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap6 .search-wrap .area .a .filter {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .prod-wrap6 .btn-wrap {
    margin-right: 20px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .prod-wrap6 .btn-wrap {
        width: 100%;
        margin-top: 20px;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap6 .btn-wrap .btn {
        width: 90%;
    }

    .page-wrapper .main-wrapper .content-wrap .prod-wrap6 .btn-wrap .btn:after {
        right: 20%;
    }
}

.prodpage .product-bg {
    background-color: transparent;
}

.prodpage .product-wrap {
    padding: 0px !important;
}

@media only screen and (max-width: 500px) {
    .prodpage .product-wrap {
        padding: 5px !important;
    }
}

.prodpage .product-wrap .arrow {
    left: 97%;
    top: 45%;
}

@media only screen and (max-width: 800px) {
    .prodpage .product-wrap .arrow {
        left: 92%;
    }
}

@media only screen and (max-width: 500px) {
    .prodpage .product-wrap .arrow {
        left: 40%;
        top: 96%;
    }
}

.prodpage .product-wrap .inner p {
    color: #2e2e2e;
}

.prodpage .product-wrap .inner p:first-child {
    font-size: 1.325em;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.prodpage .product-wrap .inner p:nth-child(2) {
    font-size: 1.125em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.prodpage .app-wrap .arrow {
    width: 100%;
    top: 37%;
    left: 0;
}

.prodpage .app-wrap .arrow .next {
    float: right;
}

.prodpage .app-wrap .main {
    height: 200px;
}

.prodpage .app-wrap .app-slider {
    height: 200px;
}

.prodpage .app-wrap .app-slider .prod-group {
    width: 100%;
}

.prodpage .app-wrap .app-slider .prod-group .app {
    -moz-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    -webkit-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    -moz-transition: scale 0.4s ease-in-out;
    -o-transition: scale 0.4s ease-in-out;
    -webkit-transition: scale 0.4s ease-in-out;
    transition: scale 0.4s ease-in-out;
}

.prodpage .app-wrap .app-slider .prod-group .app:hover {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.prodpage .series-wrap,
.prodpage .seriesList-wrap {
    width: 100%;
    margin-left: 1%;
    text-align: center;
    margin-top: 15px;
}

@media only screen and (max-width: 500px) {

    .prodpage .series-wrap,
    .prodpage .seriesList-wrap {
        margin-left: 11%;
        margin-top: 30px;
    }
}

.prodpage .series-wrap .series,
.prodpage .seriesList-wrap .series {
    display: inline-block;
    margin-right: 5px;
    float: left;
    width: 24%;
    height: 275px;
    background-color: #F0F0F0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 15px 30px 24px;
    position: relative;
}

.prodpage .series-wrap .series:before,
.prodpage .seriesList-wrap .series:before {
    content: "";
    -moz-transition: all, 0.3s, ease-out;
    -o-transition: all, 0.3s, ease-out;
    -webkit-transition: all, 0.3s, ease-out;
    transition: all, 0.3s, ease-out;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prodpage .series-wrap .series:hover>.text>p,
.prodpage .series-wrap .series:hover>.title,
.prodpage .seriesList-wrap .series:hover>.text>p,
.prodpage .seriesList-wrap .series:hover>.title {
    color: #D8006D;
}

.prodpage .series-wrap .series:hover:before,
.prodpage .seriesList-wrap .series:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

@media only screen and (max-width: 800px) {

    .prodpage .series-wrap .series,
    .prodpage .seriesList-wrap .series {
        width: 49%;
        margin-top: 1%;
    }
}

@media only screen and (max-width: 500px) {

    .prodpage .series-wrap .series,
    .prodpage .seriesList-wrap .series {
        width: 78%;
    }
}

.prodpage .series-wrap .series .icon,
.prodpage .seriesList-wrap .series .icon {
    text-align: center;
}

.prodpage .series-wrap .series .title,
.prodpage .seriesList-wrap .series .title {
    color: #004A77;
    font-size: 1.325em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.prodpage .series-wrap .series .text,
.prodpage .seriesList-wrap .series .text {
    margin-top: 10px;
}

.prodpage .series-wrap .series .text p,
.prodpage .seriesList-wrap .series .text p {
    text-align: left;
    line-height: 1.5em;
    font-size: 1em;
    color: #004A77;
}

@media only screen and (max-width: 800px) {
    .prodpage .seriesList-wrap {
        padding: 0px 15px;
        margin-left: 0px;
    }
}

.prodpage .seriesList-wrap .series {
    padding: 15px 15px 15px 24px;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.prodpage .seriesList-wrap .series:before {
    content: "";
    -moz-transition: all, 0.3s, ease-out;
    -o-transition: all, 0.3s, ease-out;
    -webkit-transition: all, 0.3s, ease-out;
    transition: all, 0.3s, ease-out;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prodpage .seriesList-wrap .series:hover {
    border: 1px solid #fff;
}

.prodpage .seriesList-wrap .series:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

.prodpage .seriesList-wrap .series:hover>.title {
    color: #004A77;
}

@media only screen and (max-width: 800px) {
    .prodpage .seriesList-wrap .series {
        width: 100%;
    }
}

.prodpage .seriesList-wrap .series .title {
    display: inline-block;
}

.prodpage .seriesList-wrap .series .icon-r {
    float: right;
}

@media only screen and (max-width: 800px) {
    .prodpage .seriesList-wrap .series .icon-r {
        -moz-transform: translate(-220px, 0px);
        -ms-transform: translate(-220px, 0px);
        -webkit-transform: translate(-220px, 0px);
        transform: translate(-220px, 0px);
    }
}

@media only screen and (max-width: 500px) {
    .prodpage .seriesList-wrap .series .icon-r {
        -moz-transform: translate(-50px, 0px);
        -ms-transform: translate(-50px, 0px);
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }
}

.prodpage .search-wrap {
    height: auto;
    width: 99%;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #F0F0F0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.prodpage .search-wrap .top {
    background-image: url("../image/searchIcon2.png");
    width: 148px;
    height: 47px;
    width: 100%;
    line-height: 47px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 153px;
    margin-left: 10px;
}

.prodpage .search-wrap .top p {
    font-size: 1.125em;
    color: #464646;
}

@media only screen and (max-width: 500px) {
    .prodpage .search-wrap .top p {
        display: none;
    }
}

.prodpage .search-wrap .area {
    background-color: #8C8C8C;
    padding: 10px 15px;
    height: 70px;
    margin-top: -8px;
}

@media only screen and (max-width: 500px) {
    .prodpage .search-wrap .area {
        height: auto;
    }
}

.prodpage .search-wrap .area .a {
    display: inline-block;
    width: 15%;
}

@media only screen and (max-width: 800px) {
    .prodpage .search-wrap .area .a {
        width: 14.2%;
    }
}

@media only screen and (max-width: 500px) {
    .prodpage .search-wrap .area .a {
        width: 100%;
        margin-top: 10px;
    }
}

.prodpage .search-wrap .area .a p {
    color: #fff;
    margin-bottom: 2px;
}

.prodpage .search-wrap .area .a select {
    width: 92%;
    height: 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 500px) {
    .prodpage .search-wrap .area .a select {
        width: 100%;
    }
}

.prodpage .search-wrap .area .btn-wrap {
    float: right;
    display: inline-block;
}

@media only screen and (max-width: 500px) {
    .prodpage .search-wrap .area .btn-wrap {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}

.prodpage .search-wrap .area .btn-wrap .btn {
    width: 74px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
}

.prod-wrap form {
    clear: both;
    margin-top: 30px;
}

.prod-wrap form .form-group {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}

.InfoList-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

@media only screen and (max-width: 800px) {
    .InfoList-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.InfoList-wrap .list-item {
    width: 48%;
    display: inline-block;
    float: left;
    border: 1px solid #eaeaea;
    border-bottom-width: 2px;
    margin: 5px 10px;
    height: 129px;
    padding: 15px 30px;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .InfoList-wrap .list-item {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 500px) {
    .InfoList-wrap .list-item {
        padding: 15px;
    }
}

.InfoList-wrap .list-item:hover {
    box-shadow: 3px 3px 10px #8c8c8c;
}

.InfoList-wrap .list-item .leftbox {
    display: inline-block;
    width: 30%;
    height: 99px;
    float: left;
    padding-top: 25px;
    border-right: 1px solid #eaeaea;
}

.InfoList-wrap .list-item .leftbox .name {
    font-size: 1.625em;
    color: #D8006D;
    position: relative;
}

.InfoList-wrap .list-item .leftbox .name:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    height: 5px;
    width: 40%;
    background-color: #eaeaea;
}

.InfoList-wrap .list-item .rightbox {
    display: inline-block;
    width: 65%;
    padding-left: 30px;
}

.InfoList-wrap .list-item .rightbox ol {
    list-style: decimal;
    list-style-position: inside;
}

@media only screen and (max-width: 500px) {
    .InfoList-wrap .list-item .rightbox ol {
        list-style-position: outside;
    }
}

.InfoList-wrap .list-item .rightbox ol li {
    color: #464646;
    font-size: 1.125em;
    line-height: 1.5em;
}

.investor-bg {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
    .investor-bg {
        margin-top: 0px;
        padding: 0px;
    }
}

.investor-wrap {
    width: 96%;
    margin: 20px auto 0px auto;
}

@media only screen and (max-width: 800px) {
    .investor-wrap {
        width: 96%;
    }

    .investor-wrap.result-wrap {
        overflow-x: scroll;
    }
}

.investor-wrap ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {
    .investor-wrap ul {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .investor-wrap ul {
        width: 100%;
    }
}

.investor-wrap ul li {
    display: inline-block;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1100px) {
    .investor-wrap ul li {
        width: 100%;
    }
}

.investor-wrap ul li:hover>a>.textbox:before {
    border-right-color: #e3f1ff;
}

.investor-wrap ul li:hover>a>.textbox:after {
    border-left-color: #e3f1ff;
}

.investor-wrap ul li a:hover>.textbox {
    background-color: #e3f1ff;
}

.investor-wrap ul li a:hover>.textbox .main-title {
    color: #D8006D;
}

.investor-wrap ul li a:hover>.imgbox>img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.investor-wrap ul li a .imgbox {
    width: 50%;
    height: 266px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

@media only screen and (max-width: 500px) {
    .investor-wrap ul li a .imgbox {
        width: 100%;
    }
}

.investor-wrap ul li a .imgbox img {
    width: 100%;
    min-height: 266px;
}

.investor-wrap ul li a .textbox {
    display: inline-block;
    float: left;
    width: 50%;
    height: 266px;
    background-color: #f0f0f0;
    padding: 20px;
    position: relative;
}

.investor-wrap ul li a .textbox:before,
.investor-wrap ul li a .textbox:after {
    content: "";
    position: absolute;
    top: 120px;
    border: 25px solid transparent;
    z-index: 3;
    border-right-color: #f0f0f0;
}

.investor-wrap ul li a .textbox:before {
    left: -50px;
}

.investor-wrap ul li a .textbox:after {
    display: none;
}

@media only screen and (max-width: 500px) {
    .investor-wrap ul li a .textbox {
        width: 100%;
    }
}

.investor-wrap ul li a .textbox .icon {
    text-align: center;
    margin-bottom: 15px;
}

.investor-wrap ul li a .textbox .main-title {
    color: #000;
    font-size: 1.325em;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.investor-wrap ul li a .textbox .sub-title {
    color: #D8006D;
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.investor-wrap ul li a .textbox .summary {
    color: #5f5f5f;
    font-size: 0.938em;
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.investor-wrap ul li a .textbox .list-table {
    width: 100%;
}

.investor-wrap ul li a .textbox .list-table td {
    width: 100%;
    text-align: center;
}

.investor-wrap ul li a .textbox .list-table td a {
    color: #000;
}

.investor-wrap ul li a .textbox .list-table td span {
    display: inline-block;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.investor-wrap ul li a .textbox .list-table td:hover span {
    color: #D8006D;
}

.investor-wrap ul li a .textbox .list-table td i {
    margin-right: 8px;
    font-weight: 700;
    color: #D8006D;
}

.investor-wrap ul li a .textbox .list-table-col-two {
    width: 100%;
}

.investor-wrap ul li a .textbox .list-table-col-two td {
    width: 50%;
    text-align: left;
    font-size: 1em;
    padding: 3px 5px 3px 15px;
}

.investor-wrap ul li a .textbox .list-table-col-two td a {
    color: #000;
    width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.investor-wrap ul li a .textbox .list-table-col-two td span {
    display: inline-block;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.investor-wrap ul li a .textbox .list-table-col-two td:hover span {
    color: #D8006D;
}

.investor-wrap ul li a .textbox .list-table-col-two td i {
    margin-right: 8px;
    font-weight: 700;
    color: #D8006D;
}

@media only screen and (max-width: 1100px) {
    .investor-wrap ul .box2 .imgbox {
        float: right;
    }

    .investor-wrap ul .box2 .textbox {
        float: left;
    }

    .investor-wrap ul .box2 .textbox:before {
        display: none;
    }

    .investor-wrap ul .box2 .textbox:after {
        display: block;
        right: -49px;
        border-left-color: #f0f0f0;
        border-right-color: transparent;
    }

    .investor-wrap ul .box2:hover>a>.textbox:after {
        border-left-color: #e3f1ff;
    }
}

@media only screen and (max-width: 500px) {
    .investor-wrap ul .box2 .imgbox {
        float: left;
    }

    .investor-wrap ul .box2 .textbox {
        float: right;
    }

    .investor-wrap ul .box2 .textbox:before,
    .investor-wrap ul .box2 .textbox:after {
        display: none;
    }
}

.investor-wrap ul .box3 .imgbox {
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}

@media only screen and (max-width: 1100px) {
    .investor-wrap ul .box3 .imgbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.investor-wrap ul .box3 .textbox {
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

@media only screen and (max-width: 500px) {
    .investor-wrap ul .box3 .textbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.investor-wrap ul .box3 .textbox:before {
    display: none;
}

.investor-wrap ul .box3 .textbox:after {
    display: block;
    right: -49px;
    border-left-color: #f0f0f0;
    border-right-color: transparent;
}

@media only screen and (max-width: 1100px) {
    .investor-wrap ul .box3 .textbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .investor-wrap ul .box3 .textbox:after {
        display: none;
    }

    .investor-wrap ul .box3 .textbox:before {
        display: block;
        border-right-color: #f0f0f0;
        border-left-color: transparent;
    }
}

@media only screen and (max-width: 1100px) and (max-width: 500px) {
    .investor-wrap ul .box3 .textbox:before {
        display: none;
    }
}

.investor-wrap ul .box4 .imgbox {
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}

@media only screen and (max-width: 500px) {
    .investor-wrap ul .box4 .imgbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.investor-wrap ul .box4 .textbox {
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

@media only screen and (max-width: 500px) {
    .investor-wrap ul .box4 .textbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.investor-wrap ul .box4 .textbox:before {
    display: none;
}

.investor-wrap ul .box4 .textbox:after {
    display: block;
    right: -49px;
    border-left-color: #f0f0f0;
    border-right-color: transparent;
}

@media only screen and (max-width: 500px) {
    .investor-wrap ul .box4 .textbox:after {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .investor-list {
        display: none;
    }
}

.main-wrapper .content-wrap .investor-list li {
    width: calc(100%/4 - 15px);
}

.main-wrapper .content-wrap .investor-sub-list .col-one {
    width: 140px;
}

.investor-wrap .select-area {
    width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px;
}

.investor-wrap .select-area select {
    width: 170px;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    padding-left: 15px;
    color: #000;
    font-size: 1.125em;
}

.investor-wrap .unit {
    text-align: right;
    font-size: 0.875em;
    padding: 15px 0px;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .result-table {
        margin-top: 0px;
    }
}

.investor-wrap .result-table tr {
    border-bottom: 1px solid #dcdcdc;
}

.investor-wrap .result-table tr th,
.investor-wrap .result-table tr td {
    text-align: center;
    height: 52px;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .result-table thead th {
        font-size: 0.875em;
    }
}

.investor-wrap .result-table tbody tr:nth-child(even) {
    background-color: #F6F6F6;
}

.investor-wrap .result-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.investor-wrap .result-table tbody tr:nth-child(odd):hover {
    background-color: #006ecd;
    color: #fff;
}

.investor-wrap .invest {
    width: 33%;
    display: inline-table;
    vertical-align: top;
}

.investor-wrap .invest tr th,
.investor-wrap .invest tr td {
    padding: 0px;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .invest thead {
        display: table;
        width: 100%;
    }

    .investor-wrap .invest thead tr:first-child {
        display: table-row;
    }

    .investor-wrap .invest thead tr:first-child th {
        display: table-cell;
        width: 25%;
    }

    .investor-wrap .invest tbody {
        width: 100%;
    }

    .investor-wrap .invest tbody tr {
        display: table;
        width: 100%;
    }

    .investor-wrap .invest tbody tr td {
        display: table-cell;
    }
}

.investor-wrap .invest td {
    font-size: 0.875em;
}

.investor-wrap .invest .letter3 {
    padding-left: 20px;
    padding-right: 15px;
    line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .invest2 thead {
        display: table;
        width: 100%;
    }

    .investor-wrap .invest2 thead tr:first-child {
        display: table-row;
    }

    .investor-wrap .invest2 thead tr:first-child th {
        display: table-cell;
        width: 33.33%;
    }
}

.investor-wrap .invest2 thead tr {
    background-color: #0058A5 !important;
    color: #fff;
}

.investor-wrap .invest2 thead tr:first-child {
    border-bottom-width: 0px;
}

.investor-wrap .invest2 thead tr:first-child th {
    padding: 8px;
}

.investor-wrap .invest2 thead tr th,
.investor-wrap .invest2 thead tr td {
    height: 20px;
}

@media only screen and (max-width: 800px) {

    .investor-wrap .invest2 thead tr th,
    .investor-wrap .invest2 thead tr td {
        height: 22px;
    }
}

.investor-wrap .invest3 thead tr {
    background-color: #006EA5 !important;
    color: #fff;
}

.investor-wrap .invest3 thead tr:first-child {
    border-bottom-width: 0px;
}

.investor-wrap .invest3 thead tr:first-child th {
    padding: 8px;
}

.investor-wrap .invest3 thead tr th,
.investor-wrap .invest3 thead tr td {
    height: 20px;
}

@media only screen and (max-width: 800px) {

    .investor-wrap .invest3 thead tr th,
    .investor-wrap .invest3 thead tr td {
        height: 22px;
    }
}

.investor-wrap .list-area {
    margin-top: 20px;
    padding-left: 15px;
}

@media only screen and (max-width: 500px) {
    .investor-wrap .list-area {
        padding-left: 0px;
    }
}

.investor-wrap .list-area .title {
    font-size: 1.325em;
    color: #464646;
}

.investor-wrap .list-area .title:first-child {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1100px) {
    .investor-wrap .list-area ul {
        width: 100%;
    }
}

.investor-wrap .list-area ul li {
    background-image: url("../image/pdf.png");
    width: 25px;
    height: 14px;
    background-position: 20px center;
    background-repeat: no-repeat;
    width: 50%;
    display: block;
    float: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    margin: 15px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.125em;
    padding-left: 60px;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .investor-wrap .list-area ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .investor-wrap .list-area ul li {
        height: auto;
        line-height: 30px;
    }
}

.investor-wrap .list-area ul li:hover {
    -moz-box-shadow: 0px 2px 8px #aeaeae;
    -webkit-box-shadow: 0px 2px 8px #aeaeae;
    box-shadow: 0px 2px 8px #aeaeae;
}

.investor-wrap .list-area ul li a {
    color: #464646;
}

@media only screen and (max-width: 1100px) {
    .investor-wrap .list-area .col-2 {
        width: 100%;
    }
}

.investor-wrap .list-area .col-2 li {
    display: inline-block;
    float: left;
    width: 46%;
}

@media only screen and (max-width: 500px) {
    .investor-wrap .list-area .col-2 li {
        width: 100%;
    }
}

.investor-wrap .list-area .col-2 li:nth-child(2n) {
    margin-left: 60px;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .list-area .col-2 li:nth-child(2n) {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .investor-wrap .list-area .col-2 li:nth-child(2n) {
        margin-left: 0px;
    }
}

.investor-wrap .qa {
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .qa {
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .investor-wrap .qa {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.investor-wrap .qa:hover {
    -moz-box-shadow: 0px 0px 8px #aeaeae;
    -webkit-box-shadow: 0px 0px 8px #aeaeae;
    box-shadow: 0px 0px 8px #aeaeae;
}

.investor-wrap .qa:first-child {
    margin-top: 30px;
}

.investor-wrap .qa .box {
    display: inline-block;
    overflow: hidden;
}

.investor-wrap .qa .leftbox {
    border-right: 1px solid #dcdcdc;
    float: left;
    background-image: url("../image/q.png");
    width: 43px;
    height: 58px;
    width: 40%;
    height: 110px;
    /* line-height: 110px; */
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 70px;
    line-height: 1.5em;
    padding-top: 30px;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .qa .leftbox {
        width: 100%;
        height: 58px;
        line-height: 58px;
        border-right-width: 0px;
        background-position: 15px top;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .investor-wrap .qa .leftbox {
        line-height: 29px;
    }
}

.investor-wrap .qa .leftbox .que {
    font-size: 1.125em;
    color: #464646;
}

.investor-wrap .qa .rightbox {
    float: right;
    width: 60%;
    padding-left: 60px;
    padding-right: 10px;
    padding-top: 15px;
}

@media only screen and (max-width: 800px) {
    .investor-wrap .qa .rightbox {
        width: 100%;
        padding-left: 22px;
        height: auto;
    }
}

.investor-wrap .qa .rightbox table {
    width: 100%;
}

.investor-wrap .qa .rightbox table tr th,
.investor-wrap .qa .rightbox table tr td {
    height: 110px;
    font-size: 1.125em;
    color: #464646;
    vertical-align: top;
    padding: 0px 8px;
    line-height: 1.5em;
    text-align: left;
}

.investor-wrap .qa .rightbox table tr th {
    width: 40px;
}

.investor-wrap .qa .rightbox table tr .here {
    display: inline-block;
    color: #D8006D;
    margin-left: 2px;
    font-weight: 700;
}

.investor-wrap .btn-wrap {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) {
    .investor-wrap .btn-wrap {
        text-align: center;
    }
}

.investor-wrap .btn-wrap .btn {
    line-height: 38px;
    background-color: #005BAA;
    background-position: 23px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.investor-wrap .btn-wrap .btn:hover {
    background-position: 15px center;
}

.investor-wrap .btn-wrap .open {
    background-image: url("../image/open.png");
    width: 16px;
    height: 17px;
    width: 168px;
    height: 38px;
}

.investor-wrap .btn-wrap .close {
    background-image: url("../image/open2.png");
    width: 17px;
    height: 15px;
    width: 168px;
    height: 38px;
}

.investor-wrap .collapse-title {
    color: #D8006D;
    font-size: 1.125em;
    line-height: 1.5em;
}

.investor-wrap .intro {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 10px;
    color: #464646;
}

.investor-wrap .collapse-ul {
    border: 1px solid #cdcdcd;
    -moz-box-shadow: 0px 0px 5px #aeaeae;
    -webkit-box-shadow: 0px 0px 5px #aeaeae;
    box-shadow: 0px 0px 5px #aeaeae;
}

.investor-wrap .collapse-ul li {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.investor-wrap .collapse-ul li .header {
    height: 36px;
    color: #004A77;
    font-size: 1.125em;
    line-height: 1.5em;
    padding-left: 20px;
    cursor: pointer;
    padding-top: 8px;
}

@media only screen and (max-width: 500px) {
    .investor-wrap .collapse-ul li .header {
        padding-left: 10px;
        font-size: 1em;
        line-height: 1.125em;
    }
}

.investor-wrap .collapse-ul li .header i {
    color: #3c3c3c;
    font-weight: 700;
    float: left;
    width: 3%;
}

.investor-wrap .collapse-ul li .header span {
    float: left;
    width: 95%;
}

.investor-wrap .collapse-ul li .header:hover {
    color: #D8006D;
}

.investor-wrap .collapse-ul li .text {
    display: none;
    padding: 15px 45px;
    font-size: 1em;
    color: #464646;
    line-height: 1.5em;
    border-top: 1px solid #cdcdcd;
}

@media only screen and (max-width: 500px) {
    .investor-wrap .collapse-ul li .text {
        padding: 15px 20px;
    }
}

.investor-wrap .collapse-ul li .text p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.investor-wrap .collapse-ul li .text img {
    max-width: 100%;
}

.investor-wrap .w92 {
    width: 92%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.rwd-investor {
    width: 96%;
    overflow: hidden;
    overflow-x: auto;
    display: block;
}

.rwd-investor .tbody {
    display: table;
    width: 100%;
    overflow-x: auto;
}

.rwd-investor .rwd {
    width: 33.3%;
}

.rwd-investor .rwd .invest {
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    .rwd-investor .rwd .invest {
        width: 350px;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-section {
    width: 100%;
    margin-top: 20px;
}

.page-wrapper .main-wrapper .content-wrap .contact-section .sub-title {
    background-image: url("../image/contactImg.png");
    width: 55px;
    height: 41px;
    width: 100%;
    height: auto;
    background-position: left top;
}

.page-wrapper .main-wrapper .content-wrap .contact-section .sub-title p {
    line-height: 1.5em;
    font-size: 18px;
}

.page-wrapper .main-wrapper .content-wrap .contact-section .sub-title p:first-child {
    font-size: 26px;
}

.page-wrapper .main-wrapper .content-wrap .contact-section .sub-title p:last-child {
    color: #004A77;
    margin-top: 15px;
}

.page-wrapper .main-wrapper .content-wrap .need {
    color: #D8006D;
    font-weight: 700;
}

.page-wrapper .main-wrapper .content-wrap .contact2 {
    margin-top: 0px;
}

.page-wrapper .main-wrapper .content-wrap .contact-us .collapse-ul {
    margin-bottom: 30px;
}

.page-wrapper .main-wrapper .content-wrap .contact-us .info p {
    font-size: 1.125em;
    height: 50px;
    line-height: 50px;
    color: #464646;
    padding: 0px 0px 5px 0px;
    border-bottom: 2px solid #eaeaea;
    width: 60%;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .contact-us .info p {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .contact-us .info p {
        height: auto;
        line-height: 36px;
        word-break: break-all;
    }
}

.page-wrapper .main-wrapper .content-wrap .contact-us .info p a {
    display: inline-block;
    color: #004A77;
    max-width: 80%;
    vertical-align: top;
}

.page-wrapper .main-wrapper .content-wrap .contact-us .info p a:hover {
    /* font-weight: 700; */
}

.hrpage-bg {
    background-color: #f0f0f0;
}

.hr-top .imgbox {
    display: inline-block;
    float: left;
    width: 30%;
    height: 280px;
    background-color: #EAEAEA;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 40px;
    padding: 3px;
}

@media only screen and (max-width: 800px) {
    .hr-top .imgbox {
        width: 90%;
        margin-left: 5%;
        margin-top: -10px;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    .hr-top .imgbox {
        width: 100%;
        margin-left: 0px;
        padding: 15px 15px 3px 15px;
    }
}

.hr-top .imgbox a {
    display: inline-block;
}

@media only screen and (max-width: 500px) {
    .hr-top .imgbox a {
        display: block;
    }
}

.hr-top .imgbox a img {
    width: 367px;
    max-width: 100%;
    height: 251px;
}

@media only screen and (max-width: 800px) {
    .hr-top .imgbox a img {
        width: 100%;
        height: 66%;
    }
}

@media only screen and (max-width: 800px) {
    .hr-top .hr-slider {
        margin-bottom: 0px;
    }
}

.hr-top .hr-slider .slick-dots {
    text-align: center;
    background-color: #EAEAEA;
    bottom: 0px;
}

@media only screen and (max-width: 800px) {
    .hr-top .hr-slider .slick-dots {
        position: static;
    }
}

.hr-top .hr-slider .slick-dots li {
    display: inline-block;
    margin: 5px 0px;
}

.hr-top .hr-slider .slick-dots li button:before {
    opacity: 1;
    color: #BCBCBC;
}

.hr-top .hr-slider .slick-dots .slick-active button:before {
    color: #D8006D;
}

.hr-top .textbox {
    padding: 30px;
    display: inline-block;
    float: left;
    width: 65%;
}

@media only screen and (max-width: 1100px) {
    .hr-top .textbox {
        padding: 30px 10px;
    }
}

@media only screen and (max-width: 800px) {
    .hr-top .textbox {
        width: 100%;
        padding: 30px;
    }
}

.hr-top .textbox .title {
    color: #D8006D;
    font-size: 1.325em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.hr-top .textbox p {
    font-size: 1.125em;
    line-height: 1.5em;
}

.hr-top .textbox ul {
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .hr-top .textbox ul {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.hr-top .textbox ul li {
    display: inline-block;
    width: 22%;
    text-align: center;
    float: left;
    margin-right: 15px;
}

@media only screen and (max-width: 500px) {
    .hr-top .textbox ul li {
        width: 100%;
        margin: 5px auto;
    }
}

.hr-top .textbox ul li a {
    width: 155px;
    height: 154px;
    line-height: 154px;
    display: block;
}

@media only screen and (max-width: 800px) {
    .hr-top .textbox ul li a {
        width: 100%;
    }
}

.hr-top .textbox ul li a img {
    vertical-align: middle;
}

.hr-top .textbox ul li .icon1 {
    background-color: #95CBE5;
}

.hr-top .textbox ul li .icon1:hover {
    background-color: #1EA7E7;
}

.hr-top .textbox ul li .icon2 {
    background-color: #F6BABC;
}

.hr-top .textbox ul li .icon2:hover {
    background-color: #F7676E;
}

.hr-top .textbox ul li .icon3 {
    background-color: #ABC3E5;
}

.hr-top .textbox ul li .icon3:hover {
    background-color: #4E90E6;
}

.hr-top .textbox ul li .icon4 {
    background-color: #F4B5A6;
}

.hr-top .textbox ul li .icon4:hover {
    background-color: #F87557;
}

.hr-bottom {
    background-color: #F9F2F5;
    margin-top: 30px;
    padding: 15px 55px;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .hr-bottom {
        padding: 15px 35px;
    }
}

.hr-bottom .textbox .title {
    color: #D8006D;
    font-size: 1.325em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.hr-bottom .textbox p {
    font-size: 1.125em;
    line-height: 1.5em;
}

.hr-bottom .sliderbox {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.hr-bottom .plan-arrow {
    position: absolute;
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
    bottom: 23%;
    z-index: 2;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width: 500px) {
    .hr-bottom .plan-arrow {
        bottom: 16%;
    }
}

@media only screen and (max-width: 400px) {
    .hr-bottom .plan-arrow {
        bottom: 14%;
    }
}

.hr-bottom .plan-prev {
    left: 40px;
    background-image: url("../image/page-prev.png");
    width: 10px;
    height: 17px;
}

@media only screen and (max-width: 500px) {
    .hr-bottom .plan-prev {
        left: 11px;
    }
}

@media only screen and (max-width: 400px) {
    .hr-bottom .plan-prev {
        left: 8px;
    }
}

.hr-bottom .plan-next {
    right: 40px;
    background-image: url("../image/page-next.png");
    width: 11px;
    height: 17px;
}

@media only screen and (max-width: 500px) {
    .hr-bottom .plan-next {
        right: 11px;
    }
}

@media only screen and (max-width: 400px) {
    .hr-bottom .plan-next {
        right: 8px;
    }
}

.hr-bottom .plan-slider {
    margin-top: 30px;
}

.hr-bottom .plan-slider .owl-nav,
.hr-bottom .plan-slider .owl-dots {
    display: none;
}

.hr-bottom .plan-slider .owl-item {
    display: inline-block;
}

.hr-bottom .plan-slider a {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.hr-bottom .plan-slider a:hover .intro {
    color: #D8006D;
}

.hr-bottom .plan-slider a:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hr-bottom .plan-slider a i {
    color: #D8006D;
    margin-right: 5px;
}

.hr-bottom .plan-slider a img {
    border: 3px solid #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.hr-bottom .plan-slider a .intro {
    color: #000;
    margin-top: 5px;
    text-align: left;
    padding-left: 5px;
}

.hr-wrap ul li {
    display: inline-block;
    float: left;
    width: 50%;
}

@media only screen and (max-width: 1100px) {
    .hr-wrap ul li {
        width: 100%;
    }
}

.hr-wrap ul li:hover>.textbox {
    background-color: #e3f1ff;
}

.hr-wrap ul li:hover>.textbox .main-title {
    color: #D8006D;
}

.hr-wrap ul li:hover>.textbox:before {
    border-right-color: #e3f1ff;
}

.hr-wrap ul li:hover>.imgbox>img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.hr-wrap ul li .imgbox {
    width: 50%;
    height: 266px;
    display: inline-block;
    float: left;
    overflow: hidden;
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul li .imgbox {
        width: 100%;
    }
}

.hr-wrap ul li .imgbox img {
    width: 100%;
    min-height: 266px;
}

.hr-wrap ul li .textbox {
    display: inline-block;
    float: left;
    width: 50%;
    height: 266px;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.hr-wrap ul li .textbox:before,
.hr-wrap ul li .textbox:after {
    content: "";
    position: absolute;
    top: 120px;
    border: 25px solid transparent;
    z-index: 3;
    border-right-color: #fff;
}

.hr-wrap ul li .textbox:before {
    left: -50px;
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul li .textbox:before {
        display: none;
    }
}

.hr-wrap ul li .textbox:after {
    display: none;
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul li .textbox {
        width: 100%;
    }
}

.hr-wrap ul li .textbox .main-title {
    color: #000;
    font-size: 1.325em;
    line-height: 1.5em;
    text-align: center;
    margin: 0px auto 5px auto;
}

.hr-wrap ul li .textbox .style {
    color: #D8006D;
    text-align: center;
}

.hr-wrap ul li .textbox a.style {
    display: block;
}

.hr-wrap ul li .textbox .list-table {
    width: 100%;
    /* margin-bottom: 10px; */
}

.hr-wrap ul li .textbox .list-table td {
    width: 100%;
    text-align: center;
    height: 30px;
    color: #2e2e2e;
}

.hr-wrap ul li .textbox .list-table td a {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
}

.hr-wrap ul li .textbox .list-table td a span {
    display: inline-block;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.hr-wrap ul li .textbox .list-table td a:hover span {
    color: #D8006D;
}

.hr-wrap ul li .textbox .list-table td a i {
    margin-right: 8px;
    font-weight: 700;
    color: #D8006D;
}

.hr-wrap ul li .textbox .list-table2 {
    margin-left: 40px;
}

.hr-wrap ul li .textbox .list-table2 td {
    text-align: left;
}

.hr-wrap ul .box3:hover>.textbox:after {
    border-left-color: #e3f1ff;
}

.hr-wrap ul .box3 .imgbox {
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}

@media only screen and (max-width: 1100px) {
    .hr-wrap ul .box3 .imgbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.hr-wrap ul .box3 .textbox {
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul .box3 .textbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.hr-wrap ul .box3 .textbox:before {
    display: none;
}

.hr-wrap ul .box3 .textbox:after {
    display: block;
    right: -49px;
    border-left-color: #fff;
    border-right-color: transparent;
}

@media only screen and (max-width: 1100px) {
    .hr-wrap ul .box3 .textbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .hr-wrap ul .box3 .textbox:after {
        display: none;
    }

    .hr-wrap ul .box3 .textbox:before {
        display: block;
        border-right-color: #fff;
        border-left-color: transparent;
    }
}

@media only screen and (max-width: 1100px) and (max-width: 500px) {
    .hr-wrap ul .box3 .textbox:before {
        display: none;
    }
}

.hr-wrap ul .box4 .imgbox {
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul .box4 .imgbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.hr-wrap ul .box4 .textbox {
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul .box4 .textbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.hr-wrap ul .box4 .textbox:before {
    display: none;
}

.hr-wrap ul .box4 .textbox:after {
    display: block;
    right: -49px;
    border-left-color: #fff;
    border-right-color: transparent;
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul .box4 .textbox:after {
        display: none;
    }
}

.hr-wrap ul .box4:hover>.textbox:after {
    border-left-color: #e3f1ff;
}

@media only screen and (max-width: 1100px) {
    .hr-wrap ul .box2 .imgbox {
        -moz-transform: translate(100%, 0px);
        -ms-transform: translate(100%, 0px);
        -webkit-transform: translate(100%, 0px);
        transform: translate(100%, 0px);
    }

    .hr-wrap ul .box2 .textbox {
        -moz-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        -webkit-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px);
    }

    .hr-wrap ul .box2 .textbox:before {
        display: none;
    }

    .hr-wrap ul .box2 .textbox:after {
        display: block;
        right: -49px;
        border-left-color: #fff;
        border-right-color: transparent;
    }

    .hr-wrap ul .box2:hover>.textbox:after {
        border-left-color: #e3f1ff;
    }
}

@media only screen and (max-width: 500px) {
    .hr-wrap ul .box2 .imgbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .hr-wrap ul .box2 .textbox {
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .hr-wrap ul .box2 .textbox:before,
    .hr-wrap ul .box2 .textbox:after {
        display: none;
    }
}

.page-wrapper .main-wrapper .content-wrap .hr,
.page-wrapper .main-wrapper .content-wrap .hr2,
.page-wrapper .main-wrapper .content-wrap .hr_in,
.page-wrapper .main-wrapper .content-wrap .hr-select {
    width: 100%;
    padding-left: 0px;
}

@media only screen and (max-width: 1100px) {

    .page-wrapper .main-wrapper .content-wrap .hr,
    .page-wrapper .main-wrapper .content-wrap .hr2,
    .page-wrapper .main-wrapper .content-wrap .hr_in,
    .page-wrapper .main-wrapper .content-wrap .hr-select {
        padding: 15px;
    }
}

@media only screen and (max-width: 500px) {

    .page-wrapper .main-wrapper .content-wrap .hr,
    .page-wrapper .main-wrapper .content-wrap .hr2,
    .page-wrapper .main-wrapper .content-wrap .hr_in,
    .page-wrapper .main-wrapper .content-wrap .hr-select {
        padding: 5px;
    }
}

.page-wrapper .main-wrapper .content-wrap .hr .sub-title,
.page-wrapper .main-wrapper .content-wrap .hr2 .sub-title,
.page-wrapper .main-wrapper .content-wrap .hr_in .sub-title,
.page-wrapper .main-wrapper .content-wrap .hr-select .sub-title {
    background-image: url("../image/hrImg4s.png");
    width: 67px;
    height: 69px;
    width: 100%;
    margin-bottom: 15px;
}

.page-wrapper .main-wrapper .content-wrap .hr .select-area,
.page-wrapper .main-wrapper .content-wrap .hr2 .select-area,
.page-wrapper .main-wrapper .content-wrap .hr_in .select-area,
.page-wrapper .main-wrapper .content-wrap .hr-select .select-area {
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px;
}

.page-wrapper .main-wrapper .content-wrap .hr .select-area select,
.page-wrapper .main-wrapper .content-wrap .hr2 .select-area select,
.page-wrapper .main-wrapper .content-wrap .hr_in .select-area select,
.page-wrapper .main-wrapper .content-wrap .hr-select .select-area select {
    width: 170px;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
    padding-left: 15px;
    color: #000;
    font-size: 1.125em;
    font-family: "Microsoft JhengHei";
}

.page-wrapper .main-wrapper .content-wrap .hr2 .sub-title {
    display: inline-block;
    width: 15%;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .hr2 .sub-title {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .hr2 .select-area {
    display: inline-block;
    width: 84%;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .hr2 .select-area {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .hr_in {
    margin-top: 0px;
    padding: 0px;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .hr_in {
        padding: 15px;
    }
}

.page-wrapper .main-wrapper .content-wrap .hr_in .sub-title {
    background-image: url("../image/hrImg5s.png");
    width: 63px;
    height: 47px;
    width: 100%;
    margin-bottom: 15px;
    color: #D8006D;
}

.page-wrapper .main-wrapper .content-wrap .hr6_in {
    margin-top: 30px;
}

.page-wrapper .main-wrapper .content-wrap .hr-select {
    margin-top: 30px;
}

.page-wrapper .main-wrapper .content-wrap .hr-select .select-area {
    width: 96%;
    margin: 0 auto;
}

.page-wrapper .main-wrapper .content-wrap .hr-list {
    width: 96%;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .hr-list {
        width: 990px;
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .hr-list {
        width: 690px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .hr-list {
        display: none;
    }
}

.page-wrapper .main-wrapper .content-wrap .hr-list li {
    width: calc(100% / 5 - 15px);
    margin-left: 0px;
}

@media only screen and (max-width: 1100px) {
    .page-wrapper .main-wrapper .content-wrap .hr-list li {
        font-size: 0.875em;
        width: calc(100% / 5 - 5px);
    }
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .hr-list li {
        width: calc(100% / 5 - 15px);
    }

    .page-wrapper .main-wrapper .content-wrap .hr-list li span {
        line-height: 26px;
    }

    .page-wrapper .main-wrapper .content-wrap .hr-list li .sm-hide {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .album-wrap .top {
        padding: 15px;
        text-align: center;
    }
}

.album-wrap .top img {
    margin-right: 5px;
}

@media only screen and (max-width: 800px) {
    .album-wrap .top img {
        margin-right: 2px;
    }
}

@media only screen and (max-width: 500px) {
    .album-wrap .top img {
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

.album-wrap .text {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
    .album-wrap .text {
        padding: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .album-wrap .text {
        margin: 0;
    }
}

.album-wrap .main {
    padding-top: 40px;
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .album-wrap .main {
        padding-top: 15px;
    }
}

.album-wrap .main li {
    display: inline-block;
    width: calc(100%/4 - 40px);
    text-align: center;
    margin: 20px 15px;
    vertical-align: top;
}

@media only screen and (max-width: 800px) {
    .album-wrap .main li {
        width: calc(100%/2 - 40px);
    }
}

@media only screen and (max-width: 500px) {
    .album-wrap .main li {
        width: 100%;
        margin: 10px 0px;
    }
}

.album-wrap .main li a {
    background-color: #F8F8F8;
    padding: 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 3px 4px 0px #d4d4d4;
    -webkit-box-shadow: 3px 4px 0px #d4d4d4;
    box-shadow: 3px 4px 0px #d4d4d4;
    border: 1px solid #bcbcbc;
    display: block;
}

.album-wrap .main li a img {
    max-width: 100%;
    max-height: 135px;
}

.album-wrap .main li .name {
    color: #2e2e2e;
    font-size: 1.125em;
    margin-top: 8px;
    line-height: 1.3em;
}

@media only screen and (max-width: 1100px) {
    .album-wrap .main_in {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .album-wrap .main_in {
        padding-left: 0px;
        text-align: center;
    }
}

.album-wrap .main_in .box {
    display: inline-block;
    width: calc(100% / 5 - 15px);
    text-align: center;
    margin: 20px 5px;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #bcbcbc;
    -moz-box-shadow: 0px 3px 0px #d4d4d4;
    -webkit-box-shadow: 0px 3px 0px #d4d4d4;
    box-shadow: 0px 3px 0px #d4d4d4;
}

@media only screen and (max-width: 800px) {
    .album-wrap .main_in .box {
        width: calc(100%/2 - 20px);
    }
}

@media only screen and (max-width: 500px) {
    .album-wrap .main_in .box {
        width: 96%;
        margin: 10px 0px;
    }
}

.album-wrap .main_in .box img {
    max-width: 100%;
}

.page-wrapper .main-wrapper .content-wrap .hr-marquee {
    margin-top: 40px;
}

.page-wrapper .main-wrapper .content-wrap .hr-marquee a {
    display: inline-block;
    margin: 5px;
}

.page-wrapper .main-wrapper .content-wrap .hr-marquee a img {
    width: 250px;
    height: 188px;
}

.page-wrapper .main-wrapper .content-wrap .hr-sub-list .lg {
    width: 170px;
}

.page-wrapper .main-wrapper .content-wrap .hr3 li {
    /* width: 150px; */
}

.page-wrapper .main-wrapper .content-wrap .hr3 .lg {
    /* width: 210px; */
}

.page-wrapper .main-wrapper .content-wrap .hr5 li {
    /* width: 150px; */
}

.page-wrapper .main-wrapper .content-wrap .hr6 .col-6 {
    /* width: 140px; */
}

.page-wrapper .main-wrapper .content-wrap .hr2qa {
    width: 96%;
}

.plan-tab-list {
    width: 88%;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 1px solid #cdcdcd;
}

.plan-tab-list li {
    display: inline-block;
    border: 1px solid #cdcdcd;
    width: 170px;
    text-align: center;
    line-height: 36px;
    font-size: 0.875em;
    color: #464646;
    vertical-align: bottom;
}

@media only screen and (max-width: 500px) {
    .plan-tab-list li {
        width: 100%;
    }
}

.plan-tab-list a {
    color: #2e2e2e;
}

.plan-tab-list .active {
    background-color: #D8006D;
    display: block;
    color: #fff;
    font-size: 1.125em;
    border: 1px solid #D8006D;
}

.plan-tab-list+.album-wrap {
    width: 84%;
    margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .about-list {
        display: none;
    }
}

.main-wrapper .content-wrap .about-list .col-4 {
    width: 110px;
}

.main-wrapper .content-wrap .about-list .col-5 {
    width: 120px;
}

.main-wrapper .content-wrap .about-list .col-6 {
    width: 130px;
}

.main-wrapper .content-wrap .about-sub-list .col-4 {
    width: 120px;
}

.main-wrapper .content-wrap .about-sub-list .col-6 {
    width: 150px;
}

.about-wrap {
    margin-top: 30px;
    padding: 0px 30px;
}

@media only screen and (max-width: 500px) {
    .about-wrap {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 500px) {
    .about-wrap:first-child {
        margin-top: 15px;
    }
}

.about-wrap .collapse-title {
    color: #D8006D;
    font-size: 1.325em;
    line-height: 1.5em;
    font-weight: 700;
    display: inline-block;
}

.about-wrap .btn-wrap {
    float: right;
    margin-bottom: 5px;
    display: inline-block;
}

.about-wrap .btn-wrap .btn {
    line-height: 38px;
    background-color: #005BAA;
    background-position: 23px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .about-wrap .btn-wrap .btn {
        display: block;
        background-position: 18px center;
    }
}

.about-wrap .btn-wrap .btn:hover {
    background-position: 15px center;
}

@media only screen and (max-width: 500px) {
    .about-wrap .btn-wrap .btn:hover {
        background-position: 10px center;
    }
}

.about-wrap .btn-wrap .open {
    background-image: url("../image/open.png");
    width: 16px;
    height: 17px;
    width: 168px;
    height: 38px;
}

@media only screen and (max-width: 500px) {
    .about-wrap .btn-wrap .open {
        width: 138px;
    }
}

.about-wrap .btn-wrap .close {
    background-image: url("../image/open2.png");
    width: 17px;
    height: 15px;
    width: 168px;
    height: 38px;
}

@media only screen and (max-width: 500px) {
    .about-wrap .btn-wrap .close {
        width: 138px;
    }
}

.about-wrap .intro {
    font-size: 1.125em;
    line-height: 1.5em;
    margin-top: 10px;
    color: #464646;
}

.about-wrap .collapse-ul {
    border: 1px solid #cdcdcd;
    -moz-box-shadow: 0px 0px 5px #aeaeae;
    -webkit-box-shadow: 0px 0px 5px #aeaeae;
    box-shadow: 0px 0px 5px #aeaeae;
    clear: both;
}

@media only screen and (max-width: 800px) {
    .about-wrap .collapse-ul {
        width: 100%;
    }
}

.about-wrap .collapse-ul li {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.about-wrap .collapse-ul li .header {
    height: 36px;
    color: #004A77;
    font-size: 1.125em;
    line-height: 1.5em;
    margin-top: 15px;
    padding-left: 20px;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .about-wrap .collapse-ul li .header {
        padding-left: 10px;
        font-size: 1em;
        line-height: 1.125em;
    }
}

.about-wrap .collapse-ul li .header i {
    margin-right: 20px;
    color: #3c3c3c;
    font-weight: 700;
}

@media only screen and (max-width: 500px) {
    .about-wrap .collapse-ul li .header i {
        margin-right: 5px;
    }
}

.about-wrap .collapse-ul li .header:hover {
    color: #D8006D;
}

.about-wrap .collapse-ul li .text {
    display: none;
    padding: 15px 45px;
    font-size: 1em;
    color: #464646;
    line-height: 1.5em;
    border-top: 1px solid #cdcdcd;
}

@media only screen and (max-width: 500px) {
    .about-wrap .collapse-ul li .text {
        padding: 15px 20px;
    }
}

.about-wrap .collapse-ul li .text p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.about-wrap .collapse-ul li .text img {
    max-width: 100%;
}

.page-wrapper .main-wrapper .content-wrap .video-wrap .v-icon {
    background-image: url(../image/hrImg3s.png);
}

.page-wrapper .main-wrapper .content-wrap .video-wrap .main {
    margin-bottom: 40px;
}

.page-wrapper .main-wrapper .content-wrap .video-wrap .main .video {
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .video-wrap .main .video iframe {
    width: 560px;
    height: 315px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .video-wrap .main .video iframe {
        width: 100%;
    }
}

.page-wrapper .main-wrapper .about-section {
    height: 140px;
}

.page-wrapper .main-wrapper .about-section .area .about-text {
    width: 100%;
    padding: 15px 5px;
    font-size: 1em;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .about-section .area .btn {
    width: 124px;
    height: 49px;
    line-height: 49px;
    margin-right: 10px;
    margin-top: 10px;
}

.page-wrapper .main-wrapper .about-section .area .col-6 {
    width: 134px;
}

.main-wrapper .content-wrap .csr-wrap .select-area select {
    width: 200px;
}

.main-wrapper .content-wrap .csr-wrap .textbox .icon {
    text-align: center;
    margin-top: 10px;
}

.main-wrapper .content-wrap .csr-wrap .textbox .list-table2 {
    margin-left: 20px;
    margin-top: 15px;
}

.main-wrapper .content-wrap .csr-wrap .textbox .list-table2 td a {
    width: 230px;
}

.main-wrapper .content-wrap .csr-wrap .collapse-title {
    font-size: 1.325em;
}

.main-wrapper .content-wrap .csr-wrap .intro {
    margin-bottom: 20px;
    font-size: 1em;
}

.main-wrapper .content-wrap .csr-wrap .list-area ul li {
    background-image: url("../image/csr03.png");
    width: 58px;
    height: 54px;
    height: 92px;
    line-height: 92px;
    padding-left: 90px;
    padding-right: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.main-wrapper .content-wrap .csr-wrap .list-area ul li a {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .csr-wrap .list-area ul li {
        height: 92px;
        line-height: 25px;
        padding-top: 14px;
    }
}

.main-wrapper .content-wrap .csr-wrap .list-area .col-2 li {
    display: inline-block;
    float: left;
    width: 46%;
}

@media only screen and (max-width: 800px) {
    .main-wrapper .content-wrap .csr-wrap .list-area .col-2 li {
        width: 100%;
    }
}

.main-wrapper .content-wrap .csr-wrap .list-area .col-2 li:nth-child(2n) {
    margin-left: 60px;
}

@media only screen and (max-width: 800px) {
    .main-wrapper .content-wrap .csr-wrap .list-area .col-2 li:nth-child(2n) {
        margin-left: 0px;
    }
}

.main-wrapper .content-wrap .alert {
    text-align: left;
}

.main-wrapper .content-wrap .csr-top {
    padding: 15px 30px 15px 120px;
    background-image: url("../image/csrImg2.png");
    width: 75px;
    height: 80px;
    width: 100%;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    height: auto;
}

.main-wrapper .content-wrap .csr-top .title {
    font-size: 1.325em;
    line-height: 1.5em;
}

.main-wrapper .content-wrap .csr-top .text {
    font-size: 1.125em;
    line-height: 1.5em;
}

.main-wrapper .content-wrap .csr-top .btn {
    width: 247px;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
}

.main-wrapper .content-wrap .csr-list {
    width: 96%;
    font-size: 0.875em;
}

@media only screen and (max-width: 500px) {
    .main-wrapper .content-wrap .csr-list {
        display: none;
    }
}

.main-wrapper .content-wrap .csr-list .col-4 {
    width: 110px;
}

@media only screen and (max-width: 800px) {
    .main-wrapper .content-wrap .csr-list .col-4 {
        width: 80px;
    }
}

.main-wrapper .content-wrap .csr-list .col-5 {
    width: 115px;
}

@media only screen and (max-width: 800px) {
    .main-wrapper .content-wrap .csr-list .col-5 {
        width: 95px;
    }
}

.main-wrapper .content-wrap .csr-list .col-5b {
    /* line-height: 25px; */
    width: 140px;
}

@media only screen and (max-width: 800px) {
    .main-wrapper .content-wrap .csr-list .col-5b {
        width: 110px;
    }
}

@media only screen and (max-width: 1100px) {
    .main-wrapper .content-wrap .csr-list .r1 {
        display: block;
    }
}

.csr-qa-wrap .top {
    padding: 20px 15px;
    margin-top: 15px;
}

.csr-qa-wrap .top .title {
    font-size: 1.5em;
    font-weight: 700;
    background-image: url("../image/csrImg.png");
    width: 54px;
    height: 53px;
    padding-left: 65px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 53px;
    color: #D8006D;
    margin-bottom: 10px;
}

.csr-qa-wrap .top p {
    font-size: 1.125em;
    line-height: 1.5em;
    color: #2e2e2e;
}

.csr-qa-wrap .form {
    padding-left: 15px;
}

.csr-qa-wrap .form .que {
    font-size: 1.125em;
    color: #D8006D;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 30px;
}

.csr-qa-wrap .form .sub {
    font-size: 1.125em;
    color: #D8006D;
    margin-bottom: 15px;
    margin-top: 30px;
}

.csr-qa-wrap .form .sub:first-child {
    margin-top: 0px;
}

.csr-qa-wrap .form p {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #004A77;
}

.csr-qa-wrap .form .fg {
    width: 100%;
    margin: 15px 0px;
}

@media only screen and (max-width: 500px) {
    .csr-qa-wrap .form .fg {
        margin: 0px;
    }
}

.csr-qa-wrap .form .fg label {
    display: inline-block;
    font-size: 1em;
    width: 16%;
    vertical-align: top;
    line-height: 1.5em;
}

@media only screen and (max-width: 800px) {
    .csr-qa-wrap .form .fg label {
        width: 21%;
    }
}

@media only screen and (max-width: 500px) {
    .csr-qa-wrap .form .fg label {
        width: 90%;
        line-height: 1.8em;
        vertical-align: unset;
    }
}

.csr-qa-wrap .form .btn-wrap {
    margin-top: 40px;
}

.csr-qa-wrap .form .btn {
    width: 149px;
    height: 39px;
    line-height: 39px;
}

.page-wrapper .main-wrapper .content-wrap .csr-sub-list .col-11 {
    width: 230px;
}

.page-wrapper .main-wrapper .content-wrap .csr-sub-list .col-13 {
    width: 260px;
}

.page-wrapper .main-wrapper .content-wrap .csr-sub-list .col-6 {
    width: 140px;
}

.page-wrapper .main-wrapper .content-wrap .csr-sub-list .col-4 {
    width: 120px;
}

.page-wrapper .main-wrapper .content-wrap .csr-sub-list .col-5 {
    width: 130px;
}

.page-wrapper .main-wrapper .content-wrap .csr-sub-list .col-7 {
    width: 150px;
}

.page-wrapper .main-wrapper .content-wrap .csr-sub-list .col-9 {
    width: 190px;
}

.page-wrapper .main-wrapper .content-wrap .csr-marquee {
    margin-top: 40px;
}

.page-wrapper .main-wrapper .content-wrap .csr-marquee a {
    display: inline-block;
    margin: 5px;
}

.page-wrapper .main-wrapper .content-wrap .csr-marquee a img {
    width: 250px;
    height: 188px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap {
    margin-top: 10px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap h1 {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap h2 {
    color: #D8006D;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap h2:first-child {
    margin-top: 15px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap h2:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #D8006D;
    bottom: -10px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap p {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #747474;
    font-size: 18px;
    line-height: 1.6em;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap img {
        max-width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap h6 {
    color: #004A77;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .center-img {
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .left-img {
    text-align: left;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .left-img h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .right-img {
    text-align: right;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .pink {
    color: #D8006D;
    font-weight: 700;
    padding-left: 5px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .big {
    font-size: 22px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap h4 {
    font-size: 14px;
    line-height: 22px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap h3 {
    font-size: 18px;
    color: #004A77;
    line-height: 22px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap ol {
    list-style-type: decimal;
    list-style-position: outside;
    color: #747474;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap ol li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap ol li .left-img {
    padding-left: 30px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap ol li .left-img {
        padding-left: 0px;
    }
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap ul {
    padding-left: 30px;
    margin-top: 15px;
    list-style-type: disc;
    list-style-position: outset;
    color: #747474;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap ul li {
    font-size: 18px;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap table {
    font-size: 18px;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap table {
        font-size: 15px;
    }
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap table thead th {
    background-color: #deebf6;
    color: #2d4557;
    font-weight: 700;
    padding: 5px;
    border-top: 1px solid #2d4557;
    border-bottom: 1px solid #2d4557;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap table thead th {
        font-size: 17px;
        line-height: 22px;
    }
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap table tbody tr:nth-child(2n) {
    background-color: #deebf6;
    border-top: 1px solid #2d4557;
    border-bottom: 1px solid #2d4557;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap table tbody td li {
        font-size: 15px;
    }
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .img2 {
    display: inline-block;
    float: left;
    vertical-align: top;
    text-align: center;
    width: 50%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap .img2 {
        width: 100%;
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .csr-content-wrap .img4 {
    display: inline-block;
    float: left;
    width: 25%;
    height: 270px;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap .img4 {
        width: 50%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .csr-content-wrap .img4 {
        width: 100%;
        height: auto;
    }
}

/* 單元主視覺 */

.page-wrapper .page-top .unit-img {
    width: 1920px;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .unit-img {
        height: 263px;
    }
}

.page-wrapper .page-top .newspage {
    /* background-image: url("../image/newspage.png"); */
    width: 1340px;
    height: 394px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .newspage {
        height: 263px;
    }
}

.page-wrapper .page-top .casepage {
    /* background-image: url("../image/casepage.png"); */
    width: 1920px;
    height: 355px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .casepage {
        height: 263px;
    }
}

.page-wrapper .page-top .servicepage {
    /* background-image: url("../image/servicepage.png"); */
    width: 1339px;
    height: 565px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .servicepage {
        height: 263px;
    }
}

.page-wrapper .page-top .prodpage {
    /* background-image: url("../image/prodpage.png"); */
    width: 1920px;
    height: 355px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .prodpage {
        height: 263px;
    }
}

.page-wrapper .page-top .investorpage {
    /* background-image: url("../image/investorpage.png"); */
    width: 1920px;
    height: 355px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .investorpage {
        height: 263px;
    }
}

.page-wrapper .page-top .contactpage {
    /* background-image: url("../image/contactpage.png"); */
    width: 1920px;
    height: 355px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .contactpage {
        height: 263px;
    }
}

.page-wrapper .page-top .hrpage {
    /* background-image: url("../image/hrpage.png"); */
    width: 1920px;
    height: 355px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .hrpage {
        height: 263px;
    }
}

.page-wrapper .page-top .aboutpage {
    /* background-image: url("../image/aboutpage.png"); */
    width: 1920px;
    height: 355px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .aboutpage {
        height: 263px;
    }
}

.page-wrapper .page-top .csrpage {
    /* background-image: url("../image/csrpage.png"); */
    width: 1920px;
    height: 355px;
    width: 1920px;
    max-width: 100%;
    height: 355px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .page-top .csrpage {
        height: 263px;
    }
}

.exh-header {
    background-color: #fff;
    padding: 15px 30px;
}

.exh-header .rwd-btn {
    display: none;
    float: right;
    padding: 0px;
}

@media only screen and (max-width: 1100px) {
    .exh-header .rwd-btn {
        display: block;
    }
}

.exh-header .rwd-btn .hamburger-inner,
.exh-header .rwd-btn .hamburger-inner:before,
.exh-header .rwd-btn .hamburger-inner:after {
    background-color: #002D50;
}

.exh-header .leftbox {
    float: left;
}

.exh-header .leftbox .logo {
    background-image: url("../image/logo.png");
    width: 180px;
    height: 33px;
}

.exh-header .rightbox {
    float: right;
    display: table;
}

@media only screen and (max-width: 1100px) {
    .exh-header .rightbox {
        float: none;
        clear: both;
        display: block;
        display: none;
    }
}

.exh-header .rightbox ul {
    display: table-row;
}

@media only screen and (max-width: 1100px) {
    .exh-header .rightbox ul {
        display: block;
        width: 100%;
    }
}

.exh-header .rightbox ul li {
    display: table-cell;
}

@media only screen and (max-width: 1100px) {
    .exh-header .rightbox ul li {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
    }

    .exh-header .rightbox ul li:last-child {
        border-bottom-width: 0px;
    }
}

.exh-header .rightbox ul li a {
    padding: 15px;
    color: #464646;
    font-size: 1.125em;
}

.exh-header .rightbox ul li a:hover {
    background-color: #004A77;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.exh-header .active-menu {
    display: block;
}

.exh-banner {
    clear: both;
    width: 1920px;
    max-width: 100%;
}

.exh-banner img {
    width: 1920px;
    max-width: 100%;
}

.exh-lab {
    margin-top: 30px;
}

.lab {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.lab .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.lab .main-title {
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
}

.lab .title {
    font-size: 1.325em;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.lab .contentbox {
    width: 1020px;
    max-width: 92%;
    margin: 0 auto;
    position: relative;
}

.lab .contentbox .leftbox {
    float: left;
    display: inline-block;
    width: 30%;
}

@media only screen and (max-width: 800px) {
    .lab .contentbox .leftbox {
        width: 100%;
    }
}

.lab .contentbox .leftbox .img {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 800px) {
    .lab .contentbox .leftbox .img img {
        width: 100%;
        height: 100%;
    }
}

.lab .contentbox .rightbox {
    float: left;
    display: inline-block;
    background-color: #fff;
    width: 70%;
    height: 300px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.lab .contentbox .rightbox:before,
.lab .contentbox .rightbox:after {
    content: "";
    position: absolute;
    border: 20px solid transparent;
}

.lab .contentbox .rightbox:before {
    top: 42%;
    left: -40px;
    border-right-color: #fff;
}

@media only screen and (max-width: 800px) {
    .lab .contentbox .rightbox:before {
        display: none;
    }
}

.lab .contentbox .rightbox:after {
    display: none;
}

@media only screen and (max-width: 800px) {
    .lab .contentbox .rightbox:after {
        display: block;
        border-bottom-color: #fff;
        top: -40px;
        left: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .lab .contentbox .rightbox {
        padding: 30px;
        width: 100%;
        height: auto;
    }
}

.lab .contentbox .rightbox p {
    font-size: 1.325em;
    line-height: 1.5em;
    text-align: left;
}

.lab1,
.lab2,
.lab3 {
    background-image: url("../image/exhImg01.png");
    width: 1335px;
    height: 556px;
    width: 1920px;
    max-width: 100%;
}

@media only screen and (max-width: 800px) {

    .lab1,
    .lab2,
    .lab3 {
        height: auto;
        background-size: cover;
        padding-bottom: 30px;
    }
}

.exh-app {
    background-color: #E7F8FF;
}

.exh-app .app {
    margin-top: 30px;
}

.exh-app .app:first-child {
    margin-top: 0px;
}

.exh-app .app .app-header {
    background-color: #004975;
    color: #fff;
    font-weight: 900;
    font-size: 3em;
    text-align: center;
    padding: 20px;
}

.exh-app .app .contentbox {
    width: 90%;
    margin: 0 auto;
    padding: 45px 80px;
}

@media only screen and (max-width: 1100px) {
    .exh-app .app .contentbox {
        padding: 45px 30px;
    }
}

@media only screen and (max-width: 500px) {
    .exh-app .app .contentbox {
        padding: 30px 5px;
    }
}

.exh-app .app .contentbox .leftbox {
    float: left;
    display: inline-block;
}

.exh-app .app .contentbox .leftbox .name {
    color: #D8006D;
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.exh-app .app .contentbox .leftbox .text {
    font-size: 1.325em;
    padding-right: 30px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.exh-app .app .contentbox .leftbox .feature {
    font-size: 1.325em;
    line-height: 1.5em;
}

.exh-app .app .contentbox .leftbox .feature p {
    font-weight: 700;
    margin-bottom: 5px;
}

.exh-app .app .contentbox .leftbox .feature .ft {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1100px) {
    .exh-app .app .contentbox .leftbox .feature .ft {
        width: 100%;
    }
}

.exh-app .app .contentbox .rightbox {
    float: right;
    display: inline-block;
    text-align: center;
}

.exh-app .app .contentbox .rightbox .img {
    width: 100%;
}

.exh-app .app .contentbox .rightbox .img img {
    max-width: 100%;
}

.exh-app .app .app-style1 .leftbox {
    width: 50%;
}

@media only screen and (max-width: 800px) {
    .exh-app .app .app-style1 .leftbox {
        width: 100%;
    }
}

.exh-app .app .app-style1 .rightbox {
    width: 50%;
}

@media only screen and (max-width: 800px) {
    .exh-app .app .app-style1 .rightbox {
        width: 100%;
    }
}

.exh-app .app .app-style2 .leftbox {
    width: 50%;
}

@media only screen and (max-width: 800px) {
    .exh-app .app .app-style2 .leftbox {
        width: 100%;
    }
}

.exh-app .app .app-style2 .rightbox {
    width: 50%;
}

@media only screen and (max-width: 800px) {
    .exh-app .app .app-style2 .rightbox {
        width: 100%;
    }
}

.exh-app .app .app-style3 .leftbox {
    width: 100%;
}

.exh-app .app .app-style3 .leftbox .feature .ft {
    display: block;
    width: 100%;
}

.exh-app .app .app-footer {
    background-color: #002D50;
    display: table;
    width: 100%;
    padding: 20px 100px;
}

@media only screen and (max-width: 800px) {
    .exh-app .app .app-footer {
        padding: 20px 40px;
    }
}

.exh-app .app .app-footer p {
    color: #D8006D;
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

.exh-app .app .app-footer .listbox {
    display: table-row;
}

.exh-app .app .app-footer .listbox .imgbox {
    display: table-cell;
    width: calc(100%/7);
    float: left;
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .exh-app .app .app-footer .listbox .imgbox {
        width: calc(100%/2);
    }
}

@media only screen and (max-width: 500px) {
    .exh-app .app .app-footer .listbox .imgbox {
        height: 182px;
    }
}

.exh-app .app .app-footer .listbox .imgbox img {
    max-width: 100%;
}

.exh-note {
    background-color: #E7F8FF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.exh-note .text {
    background-color: #4F8BE1;
    color: #fff;
    font-size: 1.325em;
    line-height: 1.5em;
    padding: 15px 15%;
}

.exh-link ul li {
    width: calc(100%/3);
    float: left;
    display: inline-block;
    padding: 10px;
    height: 70px;
}

@media only screen and (max-width: 600px) {
    .exh-link ul li {
        width: 100%;
    }
}

.exh-link ul li a {
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.exh-link ul .epistar {
    background-color: #F0F0F0;
}

.exh-link ul .epistar a {
    background-image: url("../image/exhLink01.png");
    width: 203px;
    height: 46px;
}

.exh-link ul .fb {
    background-color: #4867AA;
}

.exh-link ul .fb a {
    background-image: url("../image/exhLink02.png");
    width: 206px;
    height: 50px;
}

.exh-link ul .youtube {
    background-color: #EE1C1B;
}

.exh-link ul .youtube a {
    background-image: url("../image/exhLink03.png");
    width: 128px;
    height: 53px;
}

.exh-footer {
    background-color: #2E2E2E;
    color: #fff;
    padding: 15px;
}

.exh-footer p {
    text-align: center;
    line-height: 1.5em;
}

/* 關於晶電收合網址連結CSS */

.about-wrap .collapse-ul li .text p a {
    display: inline-block;
    color: #004A77;
}

/* 編輯器內容CSS */

.main-wrapper .content-wrap .content-body .inner {
    background-image: none;
    border-width: 0px;
    height: auto;
}

.page-wrapper .main-wrapper .content-wrap .content-body {
    margin-top: 10px;
}

.page-wrapper .main-wrapper .content-wrap .content-body h1 {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #464646;
}

.page-wrapper .main-wrapper .content-wrap .content-body h2 {
    color: #D8006D;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
}

.page-wrapper .main-wrapper .content-wrap .content-body h2:first-child {
    margin-top: 15px;
}

.page-wrapper .main-wrapper .content-wrap .content-body h2:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #D8006D;
    bottom: -10px;
}

.page-wrapper .main-wrapper .content-wrap .content-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #747474;
    font-size: 18px;
    line-height: 1.6em;
}

.content-body a {
    display: initial;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .content-body img {
        max-width: 100%;
    }
}

.page-wrapper .main-wrapper .content-wrap .content-body h6 {
    color: #004a77;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .content-wrap .content-body .center-img {
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .content-body .left-img {
    text-align: left;
}

.page-wrapper .main-wrapper .content-wrap .content-body .left-img h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-wrapper .main-wrapper .content-wrap .content-body .right-img {
    text-align: right;
}

.page-wrapper .main-wrapper .content-wrap .content-body .pink {
    color: #D8006D;
    font-weight: 700;
    padding-left: 5px;
}

.page-wrapper .main-wrapper .content-wrap .content-body .big {
    font-size: 22px;
}

.page-wrapper .main-wrapper .content-wrap .content-body .col-8 {
    width: 66.6%;
    display: inline-block;
    float: left;
    color: #747474;
    font-size: 18px;
    line-height: 1.6em;
}

.page-wrapper .main-wrapper .content-wrap .content-body .col-4 {
    width: 33.3%;
    display: inline-block;
    float: left;
    text-align: center;
}

.page-wrapper .main-wrapper .content-wrap .content-body .col-4 img {
    max-width: 100%;
    max-height: 190px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .content-body .col-8 {
        width: 100%;
        text-align: left;
        float: none;
    }

    .page-wrapper .main-wrapper .content-wrap .content-body .col-4 {
        width: 100%;
        text-align: left;
        float: none;
    }
}

.page-wrapper .main-wrapper .content-wrap .content-body h4 {
    font-size: 14px;
    line-height: 22px;
}

.page-wrapper .main-wrapper .content-wrap .content-body h3 {
    font-size: 18px;
    color: #004A77;
    line-height: 22px;
}

.page-wrapper .main-wrapper .content-wrap .content-body ol {
    list-style-type: decimal;
    list-style-position: outside;
    color: #747474;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 30px;
}

.page-wrapper .main-wrapper .content-wrap .content-body ol li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
}

.page-wrapper .main-wrapper .content-wrap .content-body ol li .left-img {
    padding-left: 30px;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .content-body ol li .left-img {
        padding-left: 0px;
    }
}

.page-wrapper .main-wrapper .content-wrap .content-body ul {
    padding-left: 30px;
    margin-top: 15px;
    list-style-type: disc;
    list-style-position: outset;
    color: #747474;
}

.page-wrapper .main-wrapper .content-wrap .content-body ul li {
    font-size: 18px;
    line-height: 1.5em;
}

.page-wrapper .main-wrapper .content-wrap .content-body table {
    font-size: 18px;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .content-body table {
        font-size: 15px;
    }
}

.page-wrapper .main-wrapper .content-wrap .content-body table thead th {
    background-color: #deebf6;
    color: #2d4557;
    font-weight: 700;
    padding: 5px;
    border-top: 1px solid #2d4557;
    border-bottom: 1px solid #2d4557;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .content-body table thead th {
        font-size: 17px;
        line-height: 22px;
    }
}

.page-wrapper .main-wrapper .content-wrap .content-body table tbody tr:nth-child(2n) {
    background-color: #deebf6;
    border-top: 1px solid #2d4557;
    border-bottom: 1px solid #2d4557;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .content-body table tbody td li {
        font-size: 15px;
    }
}

.page-wrapper .main-wrapper .content-wrap .content-body .img2 {
    display: inline-block;
    float: left;
    vertical-align: top;
    text-align: center;
    width: 50%;
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .content-body .img2 {
        width: 100%;
        height: auto;
    }
}

.page-wrapper .main-wrapper .content-wrap .content-body .img4 {
    display: inline-block;
    float: left;
    width: 25%;
    height: 270px;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .page-wrapper .main-wrapper .content-wrap .content-body .img4 {
        width: 50%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .page-wrapper .main-wrapper .content-wrap .content-body .img4 {
        width: 100%;
        height: auto;
    }
}

/* 新聞中心投資人訊息 */

.page-wrapper .main-wrapper .content-wrap section.detail-wrap table a {
    display: inline-block;
}

.page-wrapper .main-wrapper .content-wrap section.detail-wrap pre {
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .leftbox {
        width: 25%;
    }

    .page-wrapper .main-wrapper .content-wrap .list-wrapper .list-item .rightbox {
        width: 69%;
    }

    .search-wrap_mb {
        display: none;
    }
}

.item.qa p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
}

#sb-loading {
    display: none;
}