html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: '微軟正黑體','Microsoft Yahei', PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    line-height: 1.5;
    min-width: 1200px;
    background: #fff;
    color: #333;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}
body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
    display: block;
}
pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
audio,
video,
canvas {
    display: inline-block;
}
template,
[hidden] {
    display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}
.clearfix:after {
    clear: both;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #d82634;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.img-center img {
    display: inline-block;
    object-fit: cover;
    vertical-align: middle;
}
.dropdown {
    position: relative;
}
.dropdown-box {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: #d82634;
    width: 100%;
    display: none;
    overflow: hidden;
}
.dropdown-box li {
    border-top: 1px solid #fff;
    text-align: center;
}
.dropdown-box li a {
    display: block;
    line-height: 40px;
    color: #333;
}
.dropdown.open .dropdown-box {
    display: block;
}
.kefu {
    position: fixed;
    right: -20px;
    bottom: 20px;
    z-index: 900;
}
.kefu li a {
    text-decoration: none;
}
.kefu li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}
.kefu li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
}
.kefu li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 0;
}
.kefu .kefu-qq i {
    background-position: 4px 5px;
}
.kefu .kefu-tel i {
    background-position: 0 -21px;
}
.kefu .kefu-liuyan i {
    background-position: 4px -53px;
}
.kefu .kefu-weixin i {
    background-position: -34px 4px;
}
.kefu .kefu-weibo i {
    background-position: -30px -22px;
}
.kefu .kefu-ftop {
    display: none;
}
.kefu .kefu-ftop i {
    width: 33px;
    height: 50px;
    background-position: -27px -45px;
}
.kefu .kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}
.kefu .kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
.kefu .kefu-tel-right a,
.kefu .kefu-tel-right a:hover {
    color: #fff;
}
.kefu .kefu-right {
    width: 20px;
}
.kefu .kefu-tel-main {
    background: #d82634;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}
.kefu .kefu-main {
    background: #d82634;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}
.kefu .kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}
.kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}
.header {
    overflow: hidden;
    background: #eee;
    /* background: url(../images/head_bg.jpg) no-repeat center top; */
    z-index: 999;
}
.header .container {
    position: relative;
}
.header .topbar {
    line-height: 34px;
    font-size: 12px;
    color: #7c7c7c;
}
.header .topbar a {
    color: #7c7c7c;
}
.header .topbar a:hover {
    color: #d82634;
}
.header .topbar span {
    float: right;
}
.header .topbar span a {
    float: left;
    padding: 0 15px;
    background: url(../images/head_top1.png) no-repeat right center;
}
.header .logo {
    float: left;
    padding: 4px 35px 4px 0;
    /* background: url(../images/head_lbg.png) no-repeat right center; */
    margin: 2px 0;
}
.header .logo img {
    display: block;
    height: 135px;
    width: auto;
}
.header .text {
    float: left;
    font-size: 22px;
    margin: 25px 0 25px 30px;
}
.header .text strong {
    display: block;
    font-size: 18px;
    color: #d82634;
}
.header .tel {
    float: right;
    margin-top: 45px;
    background: url(../images/email.png) no-repeat 0 center;
    padding-left: 50px;
}
.header .lang {
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.header .lang .langBox {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 100px;
    padding: 0 5px;
    margin: 3px 0;
}
.header .lang .langBox li {
    margin: 0 3px;
}
.header .lang .langBox li a {
    padding: 7px 3px;
    font-size: 13px;
    color: gray;
    line-height: 1;
    display: inline-block;
}
.header .lang .langBox li a:hover {
    color: #ff0707;
    font-weight: 900;
    background-color: rgb(253, 253, 215);
    border-radius: 80px;
    font-size: 15px;
}
.header .lang .langBox li .fa-globe-asia {
    background: url(../images/x_lang.png) no-repeat;
    display: block;
    width: 16px;
    height: 15px;
    margin: 7px auto 0;
    text-align: center;
}
.header .lang .langBox li a:active {
    color: #d82634;
    font-size: 15px;
    font-weight: bolder;
    text-shadow: 3px 4px 3px rgba(215, 183, 205, 0.9);
}
.header .tel strong {
    display: block;
    font-size: 34px;
    font-family: Impact;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: 0.03em;
}
.header .menu{
    display: none;
}
.nav {
    background-color: #232323;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 900;
}
.nav ul {
    padding-left: 20px;
}
.nav li {
    float: left;
    position: relative;
    padding: 0 20px;
    margin-left: -20px;
}
.nav li:after {
    content: '';
    background: url(../images/nav_abg.png) right center;
    width: 20px;
    height: 66px;
    display: block;
    right: 0;
    position: absolute;
    top: 0;
}
.nav li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 18px;
    color: #fff;
    line-height: 66px;
    position: relative;
}
.nav li a:hover,
.nav li.active a {
    background-color: #d82634;
}
.nav li a:hover:before,
.nav li a:hover:after,
.nav li.active a:before,
.nav li.active a:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}
.nav li a:hover:before,
.nav li.active a:before {
    border-top: 66px solid transparent;
    border-right: 19px solid #d82634;
    left: -19px;
}
.nav li a:hover:after,
.nav li.active a:after {
    border-bottom: 66px solid transparent;
    border-left: 19px solid #d82634;
    right: -19px;
}
.nav .dropdown-box {
    padding-left: 0;
}
.nav .dropdown-box li {
    background: none;
    float: none;
    padding: 0;
    margin: 0;
}
.nav .dropdown-box li:after {
    display: none;
}
.nav .dropdown-box li a {
    color: #fff;
    padding: 6px 12px;
    line-height: 2;
    font-size: 14px;
    font-weight: normal;
}
.nav .dropdown-box li a:hover {
    color: #333;
    background-color: #fff;
}
.slideBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slideBox .hd {
    position: absolute;
    bottom: 20px;
    font-size: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.slideBox .hd li {
    display: inline-block;
    width: 40px;
    height: 8px;
    margin: 0 10px;
    background-color: #dedede;
    cursor: pointer;
}
.slideBox .hd li.on {
    background-color: #d82634;
}
.slideBox .bd,
.slideBox .bd ul,
.slideBox .bd li {
    width: 100% !important;
    height: 100% !important;
}
.slideBox .bd li {
    background: no-repeat center;
}
.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}
/* .sou {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
} */
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videobox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sou .hot {
    float: left;
    padding: 8px 0;
}
.sou .hot a {
    margin-right: 10px;
}
.sou .hform {
    float: right;
    border: 1px solid #aaa;
}
.sou .hform:hover,
.sou .hform:focus {
    border: 1px solid #d82634;
}
.sou .hform input {
    border: 0;
    float: left;
    font-size: 14px;
    padding: 7px 10px;
    background: url(../images/s_inp.gif) no-repeat 0 0;
    width: 220px;
}
.sou .hform button {
    border: 0;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 40px;
    height: 34px;
    background: url(../images/s_so.gif) no-repeat 0 0;
}
.sou-inner {
    background-color: #f2f2f2;
}
.sou-inner .sou {
    border-bottom: 0;
}
.sou-inner .hot {
    padding: 6px 0;
}
.sou-inner .hform {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.sou-inner .hform input {
    width: 240px;
    background: none;
    padding: 6px 15px;
}
.sou-inner .hform button {
    background: url(../images/VISkins-p1.png) no-repeat -258px -936px;
    width: 30px;
    height: 30px;
}
.section {
    padding: 65px 0;
}
.section-title {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
}
.section-title strong {
    color: #d82634;
}
.section-title i {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #d82634;
    display: block;
    margin: 0 auto 0;
    width: 57px;
    height: 66px;
    line-height: 66px;
    text-align: center;
}
.section-title p {
    font-size: 20px;
    margin: 5px 0 0;
}
.section-title p span {
    color: #ddd;
    padding: 0 10px;
}
.s1 {
    font-size: 16px;
    line-height: 2.2;
    color: #6e6e6e;
}
.s2 li {
    float: left;
    width: 20%;
    margin-top: 40px;
}
.s2 li a {
    display: block;
}
.s2 li .img-center {
    overflow: hidden;
    width: 218px;
    margin: 0 auto;
}
.s2 li .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s2 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bg1 {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}
/* .bg1:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
} */
.bg1 .section-title {
    margin-top: -50px;
}
.bg1 h4 {
    margin: 20px 0;
}
.s3 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s3 li {
    width: 250px;
    margin: 0 20px;
}
/* .s3 li a {
    display: block;
    margin-left: 34px;
} */
.s3 li .img-center {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.s3 li .text {
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    text-align: center;
    line-height: 34px;
    background-color: #232323;
    /* background: url(../images/pz_titbg.png) no-repeat center; */
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.s3 li a:hover .img-center {
    border-color: #d82634;
}
.s3 li a:hover .text {
    background-color: #d82634;
    /* background-image: url(../images/pz_titbgh.png); */
}
.s4 {
    margin: 20px 0 0 -20px;
}
.s4 li {
    float: left;
    width: 33.333333%;
}
.s4 li a {
    display: block;
    background-color: #fff;
    margin: 20px 0 0 20px;
}
.s4 li .img-center {
    position: relative;
    height: 290px;
    line-height: 290px;
    overflow: hidden;
}
.s4 li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.s4 li .text {
    border-top: 1px solid #eee;
    padding: 20px 60px 20px 20px;
    position: relative;
}
.s4 li .text:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 52px;
    height: 55px;
    margin-top: -27px;
    background: url(../images/pz_more2.png) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li .text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s4 li .text p {
    font-size: 16px;
    color: #8b8b8b;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s4 li a:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li a:hover .text:after {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    background-image: url(../images/pz_more2h.png);
}
.bg2 {
    background: url(../images/sl_bg.webp) no-repeat center 0 #000;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.bg2:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #f5f5f5;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.bg2:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
}
.bg2 .section-title {
    margin-top: -50px;
    position: relative;
    z-index: 1;
    text-align: left;
}
.sl-tit {
    float: right;
    font-size: 30px;
    padding-top: 14px;
}
.sl-tit span {
    color: #d82634;
}
.sl-desc {
    /* border-left: 1px solid rgba(255, 255, 255, 0.15); */
    float: left;
    width: calc(100% - 550px);
}
.sl-desc li {
    float: left;
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    /* width: 140px; */
    text-align: center;
    margin-right: 30px;
}
.sl-desc li .img-center {
    height: 48px;
    line-height: 48px;
}
.sl-desc li p {
    margin: 10px 0 0;
    line-height: 1;
    font-size: 24px;
}
.sl-tel {
    float: right;
    width: 520px;
    margin-top: 20px;
}
.sl-tel span {
    display: block;
    font-size: 16px;
    opacity: 0.4;
}
.sl-tel p {
    margin: 0;
    font-size: 36px;
    padding-left: 38px;
    background: url(../images/sl_tel.png) no-repeat left center;
    height: 28px;
}
.gyds dl {
    margin: 0;
}
.gyds dt {
    float: left;
    width: 50%;
}
.gyds dt.full img {
    width: 960px;
    max-width: none;
}
.gyds dd {
    margin-left: 50%;
    padding-left: 40px;
    padding-top: 20px;
}
.gyds dd h4 {
    /* margin: 0 0 40px; */
    overflow: hidden;
    font-weight: normal;
}
.gyds dd h4 i {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #d82634;
    float: left;
    color: #fff;
    width: 61px;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-family: Impact;
}
.gyds dd h4 span {
    display: block;
    margin-left: 80px;
    font-size: 30px;
    font-weight: bolder;
    padding: 1px 0;
}
.gyds dd h4 span small {
    display: block;
    font-size: 12px;
    color: #d82634;
    text-transform: uppercase;
}
.gyds dd p {
    font-size: 16px;
    line-height: 1.6rem;
    margin-left: 10px;
}
.gyds-slide {
    /* margin-top: 45px; */
}
.gyds-slide .bd li {
    float: left;
    margin-right: 20px;
    width: 270px;
}
.gyds-slide .bd li .img-center {
    position: relative;
    overflow: hidden;
    width: 270px;
    height: 200px;
}
.gyds-slide .bd li .img-center img {
    width: 270px;
    height: 200px;
    object-fit: cover;
}
.gyds-slide .bd li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.gyds-slide .bd li:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gyds-slide .hd {
    text-align: center;
    font-size: 0;
    position: relative;
    margin-top: 30px;
}
.gyds-slide .hd:before {
    content: '';
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: #eee;
    position: absolute;
}
.gyds-slide .hd ul {
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.gyds-slide .hd li {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sl_cqh.png) no-repeat 0 0;
    height: 13px;
    width: 11px;
    margin: 0 5px;
    cursor: pointer;
}
.gyds-slide .hd li.on {
    background-image: url(../images/sl_cqhh.png);
}
.gyds dl:nth-of-type(even) dt {
    float: right;
}
.gyds dl:nth-of-type(even) dd {
    margin: 0 50% 0 0;
    padding-left: 0;
    padding-right: 40px;
}
.gyds dl:nth-of-type(odd) dt.full {
    margin-left: -360px;
}
.bg3 {
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.bg3:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.bg3 .section-title {
    margin-top: -50px;
}
.bg3 h4 {
    margin: 30px 0;
}
.hzal {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-bottom: 30px;
}
.hzal li {
    float: left;
    width: 14.2857142857%;
    text-align: center;
}
.hzal li .img-center {
    height: 41px;
    line-height: 41px;
}
.hzal li p {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
}
.hzal-slide {
    position: relative;
}
.hzal-slide .bd {
    width: 864px;
    margin: 0 auto;
}
.hzal-slide .bd .tempWrap {
    margin-left: -864px;
}
.hzal-slide .bd li {
    float: left;
    width: 864px;
    position: relative;
}
.hzal-slide .bd li .img-center {
    height: 486px;
    line-height: 486px;
    position: relative;
    overflow: hidden;
}
.hzal-slide .bd li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.hzal-slide .bd li a:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hzal-slide .bd li .text {
    background-color: #d5d5d5;
}
.hzal-slide .bd li .text h4 {
    font-size: 18px;
    margin: 0;
    text-align: center;
    padding: 22px 0;
    font-weight: normal;
}
.hzal-slide .bd li .text h4 span {
    display: none;
    line-height: 25px;
    color: #d82634;
    font-size: 14px;
    background: url(../images/case_more.png) no-repeat right center;
    padding-right: 30px;
    float: right;
}
.hzal-slide .bd li .text p {
    display: none;
    margin: 0;
    font-size: 16px;
    color: #fff;
    opacity: 0.4;
}
.hzal-slide .bd li.on .text {
    background-color: #2a2a2a;
    padding: 0 32px 20px;
}
.hzal-slide .bd li.on .text h4 {
    text-align: left;
    color: #fff;
}
.hzal-slide .bd li.on .text h4 span {
    display: block;
}
.hzal-slide .bd li.on .text p {
    display: block;
}
.hzal-slide .hd:before,
.hzal-slide .hd:after {
    content: '';
    position: absolute;
    top: 0;
    width: 10000em;
    height: 555px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.52);
}
.hzal-slide .hd:before {
    right: 50%;
    margin-right: 432px;
}
.hzal-slide .hd:after {
    left: 50%;
    margin-left: 432px;
}
.hzal-slide .hd a {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 42px;
    background: no-repeat center;
    z-index: 2;
    margin-top: -21px;
}
.hzal-slide .hd a.prev {
    background-image: url(../images/case_left.png);
    margin-left: -494px;
    left: 50%;
}
.hzal-slide .hd a.next {
    background-image: url(../images/case_right.png);
    margin-right: -494px;
    right: 50%;
}
.bg4 {
    position: relative;
    overflow: hidden;
}
.bg4:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #f1f1f1;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.bg4 .section-title {
    margin-top: -50px;
}
.bg4 h4 {
    margin: 30px 0;
}
.gylc {
    background: url(../images/lc_bg.jpg) no-repeat center 165px;
}
.gylc li {
    float: left;
    width: 14.2857142857%;
    text-align: center;
}
.gylc li .img-center {
    height: 151px;
    background: url(../images/lc_cbg.png) no-repeat center 0;
    line-height: 126px;
}
.gylc li .img-center .p2 {
    display: none;
}
.gylc li p {
    margin: 40px 0 0;
    font-size: 18px;
    font-weight: bold;
}
.gylc li.active {
    color: #d82634;
}
.gylc li.active .img-center {
    background-image: url(../images/lc_cbgh.png);
}
.gylc li.active .img-center .p1 {
    display: none;
}
.gylc li.active .img-center .p2 {
    display: inline-block;
}
.news-box {
    margin: 0 0 20px;
    background: no-repeat center 0 #fff;
    -webkit-box-shadow: 0 0 10px 2px #e7e7e7;
    box-shadow: 0 0 10px 2px #e7e7e7;
    padding: 30px 40px;
}
.news-tit {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}
.news-tit small {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.news-tit a {
    float: right;
    background: url(../images/new_more2.png) no-repeat 0 0;
    width: 33px;
    height: 33px;
}
.news-1 {
    margin-left: -68px;
}
.news-1 li {
    float: left;
    width: 50%;
}
.news-1 li a {
    display: block;
    margin: 0 0 0 68px;
}
.news-1 li h4 {
    margin: 0;
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-1 li p {
    color: #999;
    margin: 0;
    height: 80px;
    overflow: hidden;
}
.news-1 li span {
    display: block;
    text-align: right;
    color: #999;
    line-height: 1;
    background: url(../images/new_line.jpg) no-repeat 0 center;
    font-family: Times New Roman;
    margin-top: 10px;
}
.txtMarquee-top {
    float: right;
    width: 293px;
    margin-top: -31px;
    padding-right: 33px;
}
.txtMarquee-top li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txtMarquee-top li a {
    color: #999;
}
.txtMarquee-top li a:hover {
    color: #d82634;
}
.news-faq {
    margin-right: 346px;
    position: relative;
    padding-top: 106px;
}
.news-faq .cover {
    position: absolute;
    right: 0;
    bottom: -30px;
}
.news-faq .btn {
    display: block;
    background: url(../images/new_more4.jpg) no-repeat center;
    color: #fff;
    width: 168px;
    line-height: 43px;
    text-indent: 20px;
}
.news-left {
    float: left;
    width: 400px;
}
.news-left .news-box {
    background-image: url(../images/new_bg.jpg);
}
.news-left .news-tit {
    color: #fff;
}
.news-left .news-tit a {
    background-image: url(../images/new_more1.png);
}
.news-left .news-1 {
    padding-top: 16px;
}
.news-left .news-1 li {
    width: 100%;
}
.news-left .news-1 li h4 {
    margin-top: 10px;
}
.news-left .news-1 li p {
    height: 94px;
}
.news-right {
    float: right;
    width: 780px;
}
.about-cover {
    height: 649px;
    background: url(../images/index_s01.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.about-cover:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 48px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.about-cover span:before,
.about-cover span:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 48px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
}
.about-cover span:after {
    margin-left: -1920px;
}
.about-desc {
    margin: 0 0 35px;
}
.about-desc dt {
    font-size: 22px;
    font-weight: bold;
}
.about-desc dd {
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0 0;
}
.about-menu {
    line-height: 28px;
    margin-bottom: 30px;
}
.about-menu .item {
    float: left;
    font-size: 0;
    margin-right: 40px;
}
.about-menu .item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.about-menu .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}
.about-menu .more {
    float: right;
    color: #d82634;
    text-decoration: underline;
    padding-right: 22px;
    background: url(../images/about_more.png) no-repeat right center;
}
.about-pic {
    margin-left: -20px;
}
.about-pic li {
    float: left;
    width: 25%;
}
.about-pic li a {
    display: block;
    margin-left: 20px;
}
.about-pic li .img-center {
    position: relative;
    overflow: hidden;
}
.about-pic li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.about-pic li a:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.link {
    padding: 10px 0 30px;
}
.link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    line-height: 55px;
    font-size: 18px;
    color: #e70012;
}
.link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.link ul {
    margin-left: -20px;
}
.link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.footer {
    background-color: #232323;
    padding: 50px 0;
    color: #fff;
    position: relative;
}
.made_in_taiwan {
    width: 250px;
    position: absolute;
    top: 0%;
    right: 5%;
    transform: translate(0%, -50%);
}
.website_img {
    width: 100%;
}
.website_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.made_in_taiwan img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #d82634;
}
.footer-title {
    color: #ca1624;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer-title small {
    display: block;
    font-size: 12px;
    color: #fff;
    opacity: 0.2;
}
.footer-title:after {
    display: block;
    content: '';
    width: 25px;
    height: 1px;
    background-color: #ca1624;
}
.footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 34px;
}
.footer-nav,
.footer-contact,
.footer-impressum {
    box-sizing: border-box;
}
.footer-nav {
    padding-left: 10px;
    width: 170px;
    flex: 0 0 170px;
}
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-nav li {
    width: 100%;
}
.footer-nav li a {
    display: block;
    line-height: 40px;
}
.footer-contact {
    width: 430px;
    flex: 0 0 430px;
    padding: 0 34px;
    border-left: 1px solid #333;
}
.footer-contact-card {
    position: relative;
    box-sizing: border-box;
    padding: 26px 28px 28px 34px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 5px solid #ca1624;
}
.footer-contact-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #ca1624;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.footer-contact-name {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}
.footer-contact-location {
    margin: 8px 0 22px;
    padding-left: 32px;
    min-height: 24px;
    background: url(../images/foot_icon4.png) no-repeat 0 center;
    background-size: 22px auto;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
}
.footer-contact-type {
    display: inline-block;
    margin: 0 0 18px;
    padding: 6px 14px;
    color: #fff;
    background: #ca1624;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.footer-contact-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}
.footer-contact li {
    font-size: 16px;
    padding: 10px 0 10px 32px;
    background: no-repeat 0 center;
}
.footer-contact-card li {
    padding: 8px 0;
    min-height: 24px;
    font-size: 17px;
    background: none;
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-contact-card li::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.86;
}
.footer-contact-card li a {
    color: #fff;
    text-decoration: none;
}
.footer-contact-card li a:hover {
    color: #ca1624;
}
.footer-contact-phone {
    background: none;
}
.footer-contact-mail {
    background: none;
}
.footer-contact-phone::before {
    background-image: url(../images/foot_icon1.png);
}
.footer-contact-mail::before {
    background-image: url(../images/foot_icon2.png);
}
.footer-contact li.i1 {
    background-image: url(../images/foot_icon1.png);
}
.footer-contact li.i2 {
    background-image: url(../images/foot_icon2.png);
}
.footer-contact li.i3 {
    background-image: url(../images/foot_icon3.png);
}
.footer-contact li.i4 {
    background-image: url(../images/foot_icon4.png);
}
.footer-ewm {
    width: 300px;
    padding-left: 30px;
}
.footer-ewm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer-ewm li {
    width: 110px;
    margin-right: 30px;
}
.footer-ewm li .wrap {
    width: 120px;
}
.footer-ewm li .wrap img {
    object-fit: cover;
    width: 120px;
    height: auto;
}
.footer-ewm li p {
    margin: 15px 0 0;
    padding-left: 32px;
    background: url(../images/foot_ss.png) left center no-repeat;
    font-size: 16px;
}
.footer-impressum {
    width: 430px;
    flex: 0 0 430px;
    padding: 0 34px;
    border-left: 1px solid #333;
}
.footer-impressum-note {
    margin: 8px 0 22px;
    min-height: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.5;
}
.footer-impressum-card {
    padding-top: 26px;
}
.footer-impressum-card .footer-contact-type {
    margin-bottom: 18px;
}
.footer-impressum-section-title {
    margin: 18px 0 12px !important;
}
.footer-impressum-register-title {
    margin-bottom: 14px !important;
}
.footer-impressum-list {
    display: block;
    margin: 0;
    padding: 0;
}
.footer-impressum-card li {
    position: relative;
    display: block !important;
    padding: 0 0 0 34px !important;
    min-height: 24px;
    background: none !important;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.45;
    overflow-wrap: normal;
    word-break: normal;
}
.footer-impressum-card li::before {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}
.footer-impressum-address::before {
    background-image: url(../images/foot_icon4.png);
}
.footer-impressum-manager::before {
    background-image: url(../images/foot_icon5.png);
}
.footer-impressum-mail::before {
    background-image: url(../images/foot_icon2.png);
}
.footer-impressum-mail2::before {
    background-image: url(../images/foot_icon6.png);
}
.footer-impressum-company-list li + li {
    margin-top: 12px;
}
.footer-impressum-contact-list li + li {
    margin-top: 8px;
}
.footer-impressum-contact-list li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.footer-impressum-card li.footer-impressum-register {
    padding-left: 0 !important;
}
.footer-impressum-card li.footer-impressum-register::before {
    display: none;
}
.footer-impressum-register {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.45;
}
.footer-impressum-register p {
    margin: 0 0 5px;
    padding: 0;
}
.footer-impressum-register p:last-child {
    margin-bottom: 0;
}
.copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 74px;
    padding: 12px 20px;
    box-sizing: border-box;
    background-color: #000;
    color: #ca1624;
    font-size: 14px;
    text-align: center;
}
.copyright-statement {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.copyright a {
    color: #ca1624;
}
.banner {
    height: 400px;
    background: no-repeat center;
}
.banner a {
    display: block;
    width: 100vw;
    height: 100%;
}
.curmbs {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.curmbs span {
    padding-left: 10px;
    border-left: 10px solid #333;
}
.curmbs em {
    font-style: normal;
    padding: 0 5px;
    color: #999;
}
.ct2-sd {
    float: left;
    width: 240px;
}
.ct2-mn {
    width: 930px;
    margin: 0 auto;
    float: right;
}
.panel-sd-hd {
    background-color: #d82634;
    color: #fff;
}
.panel-sd-hd h4 {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
    font-size: 24px;
    padding: 20px 0;
}
.panel-sd-bd {
    border: 1px solid #ececeb;
    padding: 5px 10px;
    border-top: 0;
}
.column h3 {
    margin: 0 0 2px;
    font-weight: normal;
    background: url(../images/p14-icon5.png) no-repeat right center #ddd;
    padding-left: 30px;
}
.column h3 a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}
.column h3.on,
.column h3:hover {
    background: url(../images/p14-icon2.png) no-repeat right center #d82634;
}
.column h3.on a,
.column h3:hover a {
    color: #fff;
}
.column li {
    line-height: 50px;
    border-bottom: 1px solid #fff;
}
.column li a {
    display: block;
    padding: 0 40px;
    background-color: #ececec;
}
.column .sub>a {
    position: relative;
}
.column .sub>a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.column .sub.open>a:after {
    border-color: #d82634;
}
.column .sub-box {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    display: none;
}
.column .sub.open .sub-box {
    display: block;
}
.column .sub-box p {
    margin: 0;
    border-bottom: 1px solid #ececec;
}
.column .sub-box a {
    background-color: transparent;
    padding-left: 60px;
}
.contact-z1 {
    height: 140px;
    background: url(../images/contact-z1.jpg) no-repeat;
    margin-bottom: 20px;
}
.contact-z1 p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
    padding: 37px 0 0 95px;
}
.contact-z1 span {
    line-height: 30px;
    font-size: 18px;
    padding-left: 73px;
}
.contact-z2 {
    background-color: #d82634;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.contact-z2 p {
    margin: 0;
}
.contact-z2 p img {
    vertical-align: middle;
    margin-right: 5px;
}
.contact-z2 span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}
.pages {
    text-align: center;
    margin: 30px 0;
}
.pages a {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 3px;
}
.pages a.active {
    background-color: #d82634;
    border-color: #d82634;
    color: #fff;
}
.title-1 {
    border-bottom: 1px solid #ececeb;
    height: 44px;
    margin-bottom: 15px;
    font-size: 24px;
}
.title-1 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #232323;
    font-weight: bolder;
}
.title-2 {
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: #f2f2f2;
    /* margin-top: 40px; */
}
.title-2 span {
    display: block;
    line-height: 1;
    font-size: 24px;
    border-left: 3px solid #d82634;
    padding-left: 10px;
}
.title-2 span small {
    font-size: 18px;
    text-transform: uppercase;
    color: #999;
}
.list-2 {
    margin: 0 0 0 -20px;
}
.list-2 li {
    float: left;
    width: 33.333333%;
}
.list-2 li a {
    display: block;
    margin: 0 0 20px 20px;
    border: 1px solid #ddd;
}
.list-2 li .m {
    height: 200px;
}
.list-2 li .m img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.list-2 li .text {
    padding: 5px 20px;
}
.list-2 li h4 {
    margin: 0;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
}
.list-2 li a:hover {
    border-color: #d82634;
}
.list-5 {
    margin: -20px 0 0 -20px;
}
.list-5 li {
    float: left;
    width: 50%;
}
.list-5 li a {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
    margin: 20px 0 0 20px;
}
.list-5 li .img-center {
    height: 255px;
    line-height: 255px;
}
.list-5 li .text {
    padding: 20px;
}
.list-5 li .text h4 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.list-5 li .text h4 span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.list-5 li .text p {
    color: #797979;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}
.list-5 li .text .more {
    padding: 6px 12px;
    color: #fff;
    background-color: #b6b6b6;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}
.list-5 li a:hover {
    border-color: #d82634;
}
.list-5 li a:hover .text .more {
    background-color: #d82634;
}
.infocontent {
    margin-bottom: 30px;
}
.infocontent-title {
    margin-bottom: 20px;
    text-align: center;
}
.infocontent-title h1 {
    margin: 0;
    font-size: 24px;
}
.infocontent-title p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999;
}
.infocontent-title p span {
    padding: 0 5px;
}
.infocontent-desc {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}
.infocontent-desc p {
    display: inline;
}
.infocontent-body {
    line-height: 2;
    margin-bottom: 20px;
}
.infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
}
.infocontent-epx {
    margin-bottom: 20px;
}
.infocontent-epx li {
    line-height: 32px;
    margin-bottom: 5px;
}
.infocontent-epx li span {
    display: inline-block;
    background-color: #a2a2a2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px;
}
.infocontent-epx li em {
    float: right;
    font-style: normal;
}
.infocontent-return {
    border-top: 1px solid #333;
    line-height: 32px;
}
.infocontent-return a {
    margin-right: 10px;
}
.infocontent-return .more {
    margin: 0;
    float: right;
    background-color: #333;
    color: #fff;
    padding: 0 10px;
}
.infocontent-rem {
    margin-bottom: 20px;
}
.infocontent-rem h4 {
    margin: 0;
    font-size: 24px;
    line-height: 55px;
}
.infocontent-rem li {
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
}
.infocontent-rem li span {
    float: right;
}
.showcase {
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
}
.showcase-info {
    /* float: right;
    width: 460px; */
    padding-bottom: 30px;
}
.showcase-info h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.showcase-info img {
    margin: 16px 0;
    max-width: 100%;
    display: block;
}
.showcase-info p {
    margin: 0;
    color: #666;
    /* height: 168px; */
}
.showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    background: url(../images/pc-xc-icon2.png) no-repeat 10px 15px;
    height: 42px;
    padding-left: 70px;
    line-height: 21px;
    font-size: 18px;
}
.showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #dc2821;
    color: #fff;
}
.pc-slide {
    width: 400px;
    float: left;
}
.view {
    border: 1px solid #ddd;
}
.view .swiper-slide .imgauto {
    width: 100%;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.view .swiper-slide .imgauto .imgtitle {
    background-color: #d82634;
    color: #fff;
    width: 398px;
    line-height: 40px;
    margin: 0;
}
.view .swiper-container {
    width: 100%;
}
.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.preview .swiper-container {
    width: 80%;
    margin: 0 10%;
}
.preview .swiper-slide {
    width: 30.33%;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
}
.preview .swiper-slide .imgauto img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.preview .slide6 {
    width: 82px;
}
.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.preview .active-nav .imgauto {
    border: 1px solid #dc2821;
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.cptd {
    margin-left: -20px;
}
.cptd li {
    float: left;
    width: 20%;
}
.cptd li a {
    display: block;
    margin-left: 20px;
    border: 1px solid #ccc;
    padding: 25px 10px 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}
.cptd li img {
    display: block;
    margin: 0 auto;
    height: 45px;
    width: auto;
}
.cptd li h4 {
    margin: 15px 0 10px;
    color: #d82634;
    font-weight: normal;
    font-size: 18px;
}
.cptd li h4:after {
    display: block;
    content: '';
    height: 1px;
    width: 20px;
    margin: 5px auto 0;
    background-color: #d82634;
}
.cptd li p {
    margin: 0;
    line-height: 1.8;
    color: #666;
    height: 75px;
    overflow: hidden;
}
.cptd li a:hover {
    border-color: #d82634;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.gsys {
    margin: 0 0 0 -30px;
}
.gsys dl {
    float: left;
    width: 450px;
    margin: 0 0 15px 30px;
}
.gsys dt {
    position: relative;
}
.gsys dt span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d82634;
    color: #fff;
    font-size: 20px;
    padding: 6px 15px;
}
.gsys dd {
    margin: 0;
}
.gsys dd p {
    margin: 15px 0;
    line-height: 26px;
}
.gsys dd p:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border: 2px solid #d82634;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    border-radius: 50%;
}
.lxwm {
    background: url(../images/e7b21494464e4269981db9e767e7f646_10.jpg) no-repeat center / cover;
    color: #fff;
}
.lxwm li {
    float: left;
    width: 25%;
    height: 180px;
}
.lxwm li .wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.lxwm li .inner {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #444;
    padding: 30px;
    line-height: 1.8;
}
.zzrz li {
    float: left;
    width: 50%;
    text-align: center;
}
.zzrz li .img-center img {
    -webkit-box-shadow: 28px 25px 20px #e9e9e9;
    box-shadow: 28px 25px 20px #e9e9e9;
}
.zzrz li p {
    margin: 30px 0 0;
}
.prd-btn {
    display: block;
    width: 120px;
    line-height: 34px;
    font-size: 16px;
    background-color: #d82634;
    color: #fff !important;
    text-align: center;
    margin: 20px auto 0;
}
.menu-inner {
    text-align: center;
    margin: 20px 0;
}
.menu-inner a {
    float: left;
    width: 16.666666666%;
}
.menu-inner span {
    display: block;
    margin-left: 1px;
    background-color: #f4f4f4;
    color: #333;
    font-size: 18px;
    line-height: 55px;
}
.menu-inner a:hover span,
.menu-inner a.active span {
    background: url(../images/p16-icon6.png) no-repeat center bottom #d82634;
    color: #fff;
}
.gsjj dt {
    float: left;
    width: 886px;
}
.gsjj dt.img-center img {
    object-fit: cover;
    width: 886px;
    height: 400px;
}
.gsjj dd {
    margin-left: 886px;
    border: 2px solid #d82634;
    border-left: 0;
    margin-top: 45px;
    padding: 45px 0 45px 64px;
}
.gsjj dd small {
    display: block;
    font-size: 20px;
    /* font: 20px 'Times New Roman', Times, serif; */
    text-transform: uppercase;
}
.gsjj dd strong {
    display: block;
    font-size: 50px;
    font-weight: bold;
    /* font: bold 50px 'Times New Roman', Times, serif; */
    text-transform: uppercase;
}
.gsjj dd h4 {
    margin: 5px 0 0;
    color: #d82634;
    font-size: 36px;
}
.gsjj dd h5 {
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}
.gsjj-text {
    margin: 30px 0 0;
}
.gsjj-text dt {
    font-size: 24px;
}
.gsjj-text dt strong {
    display: block;
    font-size: 36px;
}
.gsjj-text dt strong span {
    font-weight: normal;
    color: #d82634;
}
.gsjj-text dd {
    margin: 20px 0 0;
    color: #666;
    line-height: 1.8;
}
.sb {
    background-color: #eee;
    padding: 45px 0;
}
.sb dl {
    margin: 0;
}
.sb dt {
    float: left;
    width: 600px;
}
.sb dd {
    margin-left: 650px;
}
.sb dd p {
    margin: 60px 0 0;
    line-height: 1.8;
    text-align: justify;
}
.sb dd p:before {
    content: '';
    display: block;
    width: 55px;
    height: 4px;
    background-color: #d82634;
    margin-bottom: 15px;
}
.fwhf {
    background: url(../images/8525187fff7e4089b943bac717c75b8d_4.jpg) no-repeat 0 0;
    height: 698px;
    position: relative;
}
.fwhf .text {
    width: 269px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid #ccc6c6;
    padding: 55px 68px 0;
    text-align: justify;
    height: 295px;
}
.fwhf .text p {
    margin: 0;
    line-height: 2;
}
.contact-1 {
    margin: 0 0 40px;
    background-color: #f5f5f5;
}
.contact-1 dt {
    float: left;
    width: 440px;
}
.contact-1 dd {
    margin-left: 440px;
    padding: 70px 50px 0 50px;
}
.contact-1 dd h4 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    color: #d82634;
}
.contact-1 dd p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin: 20px 0 0;
}
.contact-2 {
    margin-left: -20px;
    margin-bottom: 40px;
}
.contact-2 li {
    float: left;
    width: 25%;
}
.contact-2 li .wrap {
    border: 1px solid #ddd;
    margin-left: 20px;
    text-align: center;
    padding: 20px;
}
.contact-2 li img {
    display: block;
    height: 50px;
    width: auto;
    margin: 0 auto;
}
.contact-2 li p {
    margin-bottom: 0;
    height: 60px;
    overflow: hidden;
}
/* .message {
    border: 1px solid #ddd;
    padding: 50px 200px;
    margin-bottom: 30px;
} */
.form-group {
    margin-bottom: 15px;
}
.form-label {
    float: left;
    line-height: 34px;
    width: 135px;
    text-align: right;
}
.form-label span {
    color: #d82634;
}
.form-content {
    margin-left: 130px;
}
.form-control {
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 600px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Microsoft Yahei', PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
select.form-control {
    height: 34px;
}
.form-submit {
    padding: 6px 22px;
    color: #fff;
    background-color: #d82634;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}
.form-button {
    padding: 6px 22px;
    color: #fff;
    background-color: #767676;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}
.list-4 {
    margin: 0 0 0 -20px;
}
.list-4 li {
    float: left;
    width: 25%;
}
.list-4 li a {
    display: block;
    margin: 0 0 20px 20px;
    border: 1px solid #ececeb;
}
.list-4 li a:hover {
    border-color: #d82634;
}
.list-4 li .m {
    padding: 10px;
    height: 148px;
    line-height: 148px;
}
.list-4 li .text {
    padding: 5px 20px;
    background-color: #f0f0f0;
}
.list-4 li .text h4 {
    margin: 0;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
}
#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: 0.3s;
}
.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1001;
}
#message .m-content {
    margin-top: 10%;
}
#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.m-message {
    width: 494px;
    margin: 48px auto 0;
}
.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}
.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}
.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2f2f2f;
    float: left;
    font-weight: bold;
    text-align: right;
    /*margin-right: 30px;*/
    display: inline-block;
}
.time {
    float: right;
    font-weight: initial;
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 5px;
}
.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 77%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 150, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 150, 0, 0.6);
}
.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}
.m-message label.code {
    line-height: 34px;
}
.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}
.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}
.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}
.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-1 {
    padding-left: 72px;
}
.btn-1 input.focus {
    background: #e70012;
    color: #fff;
}
.btn-1 input.focus:hover {
    background: #444;
}
.btn-1 input:hover {
    background: #ccc;
}
.home_artitle{
    width: 100%;
    max-width: 1200px;
    margin:  0 auto;
}
.home_artitle h2{
    margin: 30px 0 20px;
    font-size: 25px;
    font-weight: bolder;
    position: relative;
}
.home_artitle h2::before{
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #d82634;
    bottom: 0;
    left: 0;
}
.home_artitle h3 {
    margin: 5px 0;
    font-weight: normal;
    font-size: 17px;
}
.home_artitle ul{
    background-color: #f5f5f5;
    padding: 20px 50px;
}
.home_artitle ul li a h3{
    padding-left: 35px;
    position: relative;
    transition: all 0.3s;
}
.home_artitle ul li a:hover h3{
    padding-left: 55px;
}
.home_artitle ul li a:hover h3:before{
    left: 10px;
}
.home_artitle ul li a h3:before{
    content: "";
    position: absolute;
    display: block;
    background-image: url(../../sico.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.related_artitle h4 {
    margin: 5px 0;
    font-weight: normal;
    font-size: 17px;
}
.related_artitle ul{
    background-color: #f5f5f5;
    padding: 20px 50px;
}
.related_artitle ul li a h4{
    padding-left: 35px;
    position: relative;
    transition: all 0.3s;
}
.related_artitle ul li a:hover h4{
    padding-left: 55px;
}
.related_artitle ul li a:hover h4:before{
    left: 10px;
}
.related_artitle ul li a h4:before{
    content: "";
    position: absolute;
    display: block;
    background-image: url(../../sico.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
