@charset "UTF-8";
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.42857143;
    font-size: 14px;
    background: #fff;
    color: #333;
}

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;
    vertical-align: bottom;
}

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: red;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.img-cover {
    overflow: hidden;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.m-txt1 {
    overflow: hidden;
    margin-top: 5px;
    margin: 0;
    padding-left: 38px;
}

.m-txt1 .tit {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #a9a9a9;
    font-weight: 600;
}

.m-txt1 .txt {
    /*margin-right: 100px;*/
}

.m-txt1 .txt p {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2f2f2f;
}

.m-txt1 .btn {
    display: block;
    width: 98px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #258c44;
    color: #fff;
    border-radius: 5px;
}

.m-txt1 .btn:hover {
    background-color: #444;
}

.m-txt1 .btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}

#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 {}

.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;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 73%;
    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 {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #2d7953;
    color: #fff;
    margin-top: 10px;
}

.btn:hover {
    background-color: #444;
    color: white;
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}

.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: 100px;
}

.btn-1 input.focus {
    background: #2d7953;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}


/*客服*/

.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.kf .kf-side-sm {
    display: none;
}

.kf .kf-side {
    display: none;
    height: 212px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.kfleft {
    width: 208px;
    position: fixed;
    left: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    display: none;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: #258c44;
    -o-background-size: auto 20px;
    -ms-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    transform: rotate(90deg);
}

.kt-top span {
    width: 28px;
    height: 20px;
    float: right;
    position: relative;
    margin: 7px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.kt-top span b {
    width: 100%;
    height: 6px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con,
.kfleft .con {
    overflow: hidden;
    background: #fff;
    border-bottom: 40px solid #258c44;
    min-height: 132px;
}

.con_img {
    width: 90%;
    margin: 25px auto;
}

.con_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kf .qq li,
.kfleft .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a,
.kfleft .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img,
.kfleft .qq li a img {
    padding-right: 6px;
}

.kf .con h5,
.kfleft .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact,
.kfleft .contact {
    margin-top: 1px;
}

.kf .contact p,
.kfleft .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n),
.kfleft .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon,
.kfleft .con h5.qr-icon {
    background: url('../images/erweima.png') 16px center no-repeat;
}

.kf .con .qr,
.kfleft .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img,
.kfleft .con .qr img {
    width: 110px;
    height: 110px;
}

.backTop {
    width: 40px;
    height: 40px;
    background: url(../images/huidaodingbu.png) center center no-repeat #258c44;
    background-size: 18px auto;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 10px;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #258c44;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -68px;
    cursor: pointer;
}

.kfleft .kf-side {
    padding: 18px 10px 10px;
    background: #258c44;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -34px;
    left: auto;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}

.kf .kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url('../images/jt-1.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kfleft .kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url('../images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kfleft .kt-top {
    padding-right: 46px;
    padding-left: 0;
}

.kfleft .kt-top span {
    float: left;
    margin: 10px 0 0 10px;
}

.kf .kf-side span.on {
    background: url('../images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}

.kfleft .kf-side span.on {
    background: url('../images/jt-1.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}


/*.kefu{position:fixed;right:-170px;top:50%;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:35px;background-position:-27px -51px;}*/


/*.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-right{width:20px;}*/


/*.kefu .kefu-tel-main{background:#258C44;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/


/*.kefu .kefu-main{background:#258C44;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 {
    background-color: #fff;
    background: -webkit-linear-gradient(bottom, #e8f1fc, #fff);
    background: -o-linear-gradient(bottom, #e8f1fc, #fff);
    background: -mos-linear-gradient(bottom, #e8f1fc, #fff);
    background: -moz-linear-gradient(bottom, #e8f1fc, #fff);
    background: linear-gradient(bottom, #e8f1fc, #fff);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.header .topbar {
    line-height: 34px;
    background-color: #f5f5f5;
    font-size: 13px;
    color: #888;
}

.header .topbar ul {
    float: right;
}

.header .topbar li {
    float: left;
    color: #ddd;
}

.header .topbar li.pipe {
    padding: 0 10px;
}

.header .logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
}

.header .logo>p {
    font-size: 30px;
    color: #333;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.15rem;
}

.header .logo>span {
    font-size: 24px;
    color: red;
    letter-spacing: 0.35rem;
}

.logo1 {
    float: left;
    margin-top: 20px;
    height: 100px;
    line-height: 120px;
}

.logo2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.logo2 img {
    height: 60px;
}

.logo2 a {}

.logo2 h1 {
    margin: 0;
}

.header .tel {
    float: right;
    background: url(../images/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 31px;
}

.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #258c44;
}

.header .text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    margin-left: 10px;
}

.header .text strong {
    display: block;
    font-size: 26px;
}

.header .text span {
    color: #7d8085;
    display: block;
    font-size: 15px;
    line-height: 1.8;
}

.header .text span a {
    color: #7d8085;
    transition: 0.3s;
}

.header .text span a:hover {
    color: red;
    transition: 0.3s;
}

.header .nav {
    font-size: 0;
    color: #344b65;
    padding-bottom: 15px;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    /* background: url(../images/website_image/su.webp) no-repeat right center; */
}

.header .nav li:last-child {
    background: none;
}

.header .nav li a {
    display: block;
    font-size: 16px;
    padding: 0 7px;
    color: #344b65;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    position: relative;
}

.header .nav li:nth-child(3) a {
    color: red;
}

.header .nav li:nth-child(3).active a,
.header .nav li:nth-child(3).open a,
.header .nav li:nth-child(3) a:hover {
    color: red;
}

.header .nav li a img {
    width: 115px;
    object-fit: contain;
    padding: 15px 0 7px 0;
    opacity: 0.65;
    transition: 0.3s;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav li.dropdown:before {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
    background-color: #ffae00 !important;
}
.header .nav li.active a span{position: relative;display: inline-block;}
.header .nav li.active a span::before{
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/website_image/nav_pic_redline.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: calc(100% - 22px);
    top: 15px;
    left: 0;
    z-index: 1;
}
.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
    color: #00006a;
}

.header .nav li.active a img,
.header .nav li.open a img,
.header .nav li a:hover img {
    opacity: 1;
    transition: 0.3s;
}

.header .nav li.open .dropdown-box {
    display: block;
}


/* mobile */

.mobile_nav {
    display: none;
    font-size: 0;
    color: #344b65;
    padding-bottom: 15px;
}

.mobile_nav ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.mobile_nav li {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 5);
}

.mobile_nav li:last-child {
    background: none;
}

.mobile_nav li a {
    display: block;
    font-size: 14px;
    padding: 0 17px;
    color: #344b65;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 0 8px;
    text-align: center;
    position: relative;
}
.mobile_nav li.active a span{position: relative;display: inline-block;}
.mobile_nav li.active a span::before{
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/website_image/nav_pic_redline.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: calc(100% - 22px);
    top: 15px;
    left: 0;
    z-index: 1;
}
.mobile_nav li:nth-child(3) a {
    color: red;
}

.mobile_nav li:nth-child(3).active a,
.mobile_nav li:nth-child(3).open a,
.mobile_nav li:nth-child(3) a:hover {
    color: red;
}

.mobile_nav li.active a,
.mobile_nav li.open a,
.mobile_nav li a:hover {
    color: #00006a;
}

.mobile_nav li.active a img,
.mobile_nav li.open a img,
.mobile_nav li a:hover img {
    opacity: 1;
    transition: 0.3s;
}

.mobile_nav li a img {
    width: 100%;
    object-fit: contain;
    padding: 15px 0 7px 0;
    opacity: 0.65;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .header .nav {
        display: none;
        overflow-y: scroll;
        height: 490px;
    }
}

.menu-btn {
    display: none;
    padding: 10px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #258c44;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 24px;
}

.menu-btn span {
    width: 24px;
    margin: 6px 0 6px 0;
    position: relative;
}

.menu-btn span::before {
    content: '選單';
    font-size: 12px;
    position: fixed;
    margin-top: 12px;
    color: #258c44;
}

.mobile_banner {
    display: none;
}

.banner {
    position: relative;
}

.banner .swiper-slide {
    background: no-repeat center / cover;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.banner_content {
    font-size: 1.85vw;
    font-weight: 600;
    color: #344b65;
    position: absolute;
    top: 38%;
    right: 17vw;
    width: auto;
    z-index: 99;
    text-align: left;
    transform: translate(0%, -50%);
}

.banner_content p {
    margin: 0.3em 0;
}

.banner_content p em {
    font-style: normal;
}

.banner_content span {
    background: linear-gradient(to top, #fc910f, #fa583e);
    background: -webkit-linear-gradient(to top, #fc910f, #fa583e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.yunu-showcase {
    margin: 0 auto 20px;
}

.yunu-showcase-info {
    margin-left: 430px;
}

.yunu-showcase-info h1 {
    font-size: 20px;
    margin: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.yunu-showcase-info p {
    margin: 15px 0 0;
    color: #666;
    line-height: 1.8;
}

.yunu-showcase-info .tel {
    margin-top: 15px;
}

.yunu-showcase-info .tel a {
    line-height: 42px;
    color: #fff;
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    background-color: #258c44;
}

.pc-slide {
    float: left;
    width: 400px;
}

.view .swiper-slide .imgauto {
    width: 100%;
    height: 300px;
    line-height: 300px;
}

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 30px;
}

.preview .swiper-slide .imgauto {
    height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.preview .swiper-slide .imgauto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    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: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #258c44;
}

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;
}

.yunu-sou {
    padding: 15px 0;
    background-color: #f5f5f5;
}

.yunu-sou .hot {
    float: left;
    padding: 5px 0;
}

.yunu-sou .hot a {
    margin-right: 10px;
}

.yunu-sou .hot strong {
    color: #258c44;
}

.yunu-sou .hform {
    float: right;
}

.yunu-sou .hform input {
    float: left;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 6px 12px;
    line-height: 16px;
    width: 210px;
}

.yunu-sou .hform button {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 49px;
    height: 30px;
    background: #258c44;
    color: #fff;
}

.yunu-link {
    padding: 20px 0;
}

.yunu-link h3 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #258c44;
    padding-bottom: 15px;
}

.yunu-link h3 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.yunu-link ul {
    margin-left: -20px;
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.section {
    padding: 10px 0;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
}

.section-title em {
    display: block;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.section-title em:after {
    display: block;
    height: 2px;
    width: 70px;
    content: '';
    background-color: #f58c53;
    margin: 0 auto -1px;
}

.section-title small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.section-title p {
    margin: 10px auto 0;
    font-size: 24px;
    max-width: 80%;
}

.list-1 {
    margin: -20px 0 0 -20px;
}

.list-1 li {
    float: left;
    width: 25%;
}

.list-1 li a {
    display: block;
    margin: 10px 0 0 20px;
    -webkit-box-shadow: 0 0 8px #dbdbdb;
    box-shadow: 0 0 8px #dbdbdb;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid #fff;
    background-color: #fff;
}

.list-1 li .img-center {
    height: 200px;
    line-height: 200px;
}

.list-1 li .text {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px;
    background-color: #258c44;
    color: #fff;
}

.list-1 li a:hover {
    border-color: #258c44;
}

.list-1 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list-1-1 li {
    width: 33.333333%;
}

.in-prd-cate {
    float: left;
    width: 240px;
}

.in-prd-cate h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 60px;
    text-align: center;
    background: url(../images/jiao.png) no-repeat right 0 #258c44;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.in-prd-cate dl {
    margin: 0;
    border: 1px solid #ddd;
    padding: 0 10px 10px;
}

.in-prd-cate dt {
    margin-bottom: 10px;
    line-height: 60px;
    text-align: center;
    background: url(../images/jiao.png) no-repeat right 0 #258c44;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.in-prd-cate dd {
    margin: 0;
}

.in-prd-cate dd a {
    display: block;
    padding: 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-top: 5px;
}

.in-prd-cate dd a:hover {
    background-color: #258c44;
    color: #fff;
}

.in-prd-con {
    float: right;
    width: 890px;
    padding: 20px;
    background-color: #f0f0f0;
}

.in-prd-con .list-1 li {
    width: 33.333333%;
}

.in-prd-con .list-1 li .img-center {
    height: 260px;
    line-height: 260px;
}

.in-about {
    margin: 0;
}

.in-about dt {
    float: left;
    width: 528px;
}

.in-about dd {
    margin-left: 560px;
}

.in-about dd p {
    margin: 0;
    line-height: 1.8;
    text-indent: 2em;
    text-align: justify;
}

.in-about dd .more {
    float: left;
    margin-top: 15px;
    padding: 5px 15px;
    border: 1px solid #777;
    background-color: #777;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 12px;
}

.in-about dd .more:hover {
    background-color: #fff;
    color: #777;
}

.bg1 {
    background-color: #258c44;
    color: #fff;
}

.bg1 .section-title em {
    border-color: #3db361;
}

.bg1 .section-title p {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .header .container {
        justify-content: center;
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
    .in-choose dl {
        background-image: none !important;
    }
}

@media screen and (max-width: 767px) {
    .in-choose {
        width: 100%;
    }
    .in-choose dl {
        margin: 0 0 40px;
        background: no-repeat 0 0;
        /* background-size: 35px;
    background-position: left center; */
        padding-left: 70px;
        /* filter: grayscale(1) contrast(3); */
    }
    .in-choose dt {
        padding: 10px 0;
        font-weight: bold;
        background: url(../images/strong_bg.png) 0 bottom repeat-x;
        font-size: 16px;
        line-height: 1.8;
    }
    .in-choose dt p {
        color: red;
        margin: 0;
    }
    .in-choose dt small {
        color: #999;
        font-weight: normal;
        padding-left: 10px;
        font-size: 12px;
    }
    .in-choose dd {
        margin: 10px 0 0;
        background: url(../images/chooselist_bg.png) no-repeat left 5px;
        padding-left: 30px;
        text-align: justify;
        color: #666;
    }
    .in-choose-left {
        float: left;
    }
    .in-choose-right {
        float: right;
    }
    .in-choose-right dl {
        margin: 40px 0 0;
    }
    .in-dd {
        background: url(../images/bj_jg.jpg) no-repeat center / cover;
        min-height: 100px;
    }
    .in-dd h4 {
        margin: 0;
        font-size: 42px;
        color: #fff;
    }
    .in-dd p {
        margin: 10px 0 0;
        font-size: 26px;
        color: #fff;
    }
}

.list-2 {
    margin: -20px 0 0 -20px;
}

.list-2 li {
    float: left;
    width: 25%;
}

.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
    border: 5px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-2 li .img-center {
    height: 196px;
    line-height: 196px;
}

.list-2 li .text {
    text-align: center;
    background-color: #f7f7f7;
    padding: 10px;
}

.list-2 li .text p {
    margin: 0;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-2 li a:hover {
    border-color: #258c44;
}

.list-2 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.in-news {
    overflow: hidden;
}

.in-news .tit {
    background: url(../images/c6t.png) repeat-x bottom;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 0;
}

.index_leftmenu {
    margin-top: 25px;
}

.index_leftmenu .in-news .tit {
    background: #95bce7;
    color: #fff;
    padding: 15px 10px;
}

.in-news .tit span {
    line-height: 1;
    border-left: 4px solid #95bce7;
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 20px;
}

.in-news .tit small {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
}

.in-news .tit .more {
    float: right;
    font-size: 14px;
    background: url(../images/iconmore.png) no-repeat right center;
    padding-right: 15px;
}

.in-news-left {}

.in-news-right {
    float: right;
}

.list-3 li {
    border-bottom: 1px dashed #a7a7a7;
}

.list-3 li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    background: url(../images/dian.png) no-repeat 0 center;
    padding-left: 25px;
    color: #0033ff;
}

.index_leftmenu .list-3 li a {
    color: #B8B8B8;
    font-size: 16px;
}

.index_leftmenu .list-3 li.active a {
    color: red;
}

.list-3 li:hover a {
    color: red;
}

.list-3 li span {
    float: right;
    color: #999;
}

.footer {
    background: -webkit-linear-gradient(bottom, #ffffff, #f9f9f9);
    color: #333;
    padding: 30px 0;
}

.footer a {
    color: #6d9dff;
}

.footer-link {
    margin-bottom: 30px;
    font-size: 0;
    padding: 30px 0 20px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

.footer-link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 20px;
}

.footer-link span {
    color: #294a72;
    padding: 0 20px;
}

.footer-logo {
    float: left;
    margin-right: 30px;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.footer-info {
    line-height: 1.8;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center; */
    font-size: 16px;
    text-align: center;
}

.footer-info>div {
    margin-right: 30px;
}

.footer-info>p.copyright {}

.footer-info p {
    margin: 0 10px;
    text-align: left;
    display: contents;
}

.footer-info p a {
    color: #333;
}

.footer-ewm {
    float: right;
    width: 220px;
}

.footer-ewm img {
    width: 120px;
}

.footer-ewm p {
    text-align: center;
    margin: 10px 0 0;
}

.friend_link_img {
    width: 20px;
    margin: 0 5px;
}

.friend_link {
    width: 100%;
    margin: 0 10px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.friend_link h3 {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    text-decoration: underline;
    color: #333;
}

.friend_link a:hover h3 {
    color: red;
}

.banner-sub {
    height: 350px;
    background: no-repeat center / cover;
}

.position {
    padding: 15px 0;
    background-color: #f1f1f1;
}

.position span {
    background: url(../images/crumbs_bg.png) no-repeat 0 center;
    padding-left: 25px;
}

.daodu {
    background-color: #fafafa;
    color: #999;
    margin: 16px;
    padding: 15px 30px;
    line-height: 2em;
}

.ct2-sd {
    float: left;
    width: 240px;
}

.ct2-mn {
    float: right;
    width: 930px;
}

.mrt {
    background-color: #e7e7e7;
    height: 47px;
    line-height: 47px;
    border-left: #258c44 5px solid;
    font-size: 16px;
    font-weight: bold;
    text-indent: 20px;
    margin-bottom: 30px;
}

.lmms {
    background: #fff;
    border-bottom: 1px #258c44 dashed;
    padding: 10px;
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #258c44;
    padding: 15px 0;
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.lanmu li {
    border-bottom: 1px dotted #ddd;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li>a {
    display: block;
    line-height: 44px;
    padding: 0 0 0 25px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px dotted #ddd;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu-box p a.on {
    color: #258c44;
}

.lanmu li>a:hover,
.lanmu li.active>a {
    color: #258c44;
    font-weight: bold;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.list-7 {
    padding: 15px;
}

.list-7 li a {
    display: block;
    line-height: 26px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.list-7 li span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #999;
    color: #fff;
    margin-top: 3px;
    margin-right: 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.list-7 li:nth-of-type(1) span,
.list-7 li:nth-of-type(2) span,
.list-7 li:nth-of-type(3) span {
    background-color: #258c44;
}

.pages {
    margin: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.list-4 li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-4 li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.list-4 li .img-center {
    width: 165px;
}

.list-4 li .date {
    border-right: 3px solid #e3e1e2;
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 24px 0;
    width: 130px;
}

.list-4 li .date span {
    display: block;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 10px;
}

.list-4 li .text {
    width: calc(100% - 133px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 15px;
    box-sizing: border-box;
}

.list-4 li .text h3 {
    margin: 0;
    font-size: 18px;
}

.list-4 li a:hover {
    color: #518cec;
}

.list-4 li .text p {
    margin: 15px 0 0;
    color: #888;
    line-height: 1.8;
}

.list-4 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list-4 li a:hover .text {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.content-title {
    margin-bottom: 20px;
    text-align: center;
}

.ct2-mn.article_page.news_inner {
    margin: 5% 0;
}

.content-title h1 {
    font-size: 22px;
    margin: 0;
}

.content-title p {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.content-title p span {
    padding: 0 10px;
    display: inline-block;
}

.wztuijian span {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    color: #258c44;
}

.wztuijian li {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    color: #258c44;
    border-top: 1px dashed #258c44;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-body {
    min-height: 30vh;
}

.content-body p {
    margin: 15px 0;
    font-size: 16px;
}

.content-body h2 {
    font-size: 18px;
    line-height: 40px;
    color: #258c44;
    padding-left: 20px;
    background-color: #f5f5f5;
    font-weight: bold;
    margin-top: 20px;
    border-left: 3px #258c44 solid;
    border-right: 3px #258c44 solid;
}

.content-body {
    line-height: 1.8;
}

.content-body img {
    max-width: 100% !important;
    height: auto !important;
}

.content-exp {
    padding: 10px 15px;
    font-size: 12px;
    background-color: #f5f5f5;
    margin-top: 20px;
    border-radius: 5px;
}

.content-exp li {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact {
    font-size: 16px;
    color: #888;
}

.contact p {
    margin-top: 0;
}

.map {
    height: 400px;
}

.yunu-footer-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #258c44;
    z-index: 10;
    display: none;
}

.yunu-footer-fix li {
    float: left;
    width: 25%;
}

.yunu-footer-fix li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.yunu-footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.yunu-footer-fix li i.i1 {
    background-image: url(../images/f_01.png);
}

.yunu-footer-fix li i.i2 {
    background-image: url(../images/f_02.png);
}

.yunu-footer-fix li i.i3 {
    background-image: url(../images/f_03.png);
}

.yunu-footer-fix li i.i4 {
    background-image: url(../images/f_04.png);
}

.mban {
    display: none;
}

@media screen and (max-width: 767px) {
    .banner {}
    .mban {
        display: block !important;
    }
    body {
        min-width: 320px;
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .container {
        width: auto;
    }
    #message .m-content .m-message {
        width: 90%;
        padding: 20px;
    }
    .kf {}
    .kf .kf-side {
        display: none;
    }
    .kf .kf-side-sm {
        display: flex;
        padding: 10px 4px;
        left: -34px;
        /* height: 160px; */
    }
    .kf .kf-side-sm img {
        width: 26px;
    }
    .header {
        padding: 0 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 0 10px #ddd;
        box-shadow: 0 0 10px #ddd;
        background: #fff;
    }
    .header .container {
        margin: 5px 0;
        justify-content: space-between;
    }
    .header .topbar,
    .header .tel {
        display: none;
    }
    .logo2 img {
        height: 40px;
    }
    .header .logo {
        font-size: 20px;
    }
    .header .logo>p {
        font-size: 25px;
        letter-spacing: 0.1rem;
        margin-bottom: -5px;
    }
    .header .logo>span {
        font-size: 20px;
        letter-spacing: 0.25rem;
    }
    .mobile_nav {
        display: block;
    }
    .header .nav {
        margin: 10px 0;
        text-align: left;
        display: none;
        background: transparent;
        border-bottom: 0;
    }
    .header .nav ul {
        margin: 0;
    }
    .header .nav li {
        display: block;
        margin: 0;
        border-top: 1px solid #eee;
        background: none;
    }
    .header .nav li a {
        line-height: 40px;
        padding: 10px 15px;
        color: #333;
        box-sizing: border-box;
    }
    .header .nav li .arr {
        display: block;
    }
    .header .nav li.active a,
    .header .nav li.open a,
    .header .nav li a:hover {
        background-color: transparent;
        color: #00006a;
    }
    .header .nav li.open .arr:after {
        border-color: #258c44;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left;
    }
    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }
    .header .nav .dropdown-box a:hover {
        background-color: transparent !important;
    }
    .menu-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 40px;
    }
    .banner .swiper-slide {}
    .pc-slide {
        float: none;
        width: auto;
        margin-bottom: 16px;
    }
    .yunu-showcase-info {
        margin: 20px 0 0;
    }
    .yunu-showcase-info h1 {
        padding-bottom: 10px;
    }
    .yunu-showcase-info p {
        margin-top: 10px;
    }
    .yunu-sou {
        padding: 0;
    }
    .yunu-sou .container {
        padding: 0;
    }
    .yunu-sou .hot {
        display: none;
    }
    .yunu-sou .hform {
        float: none;
        position: relative;
    }
    .yunu-sou .hform input {
        font-size: 14px;
        border-color: transparent;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 20px;
        padding: 9px 60px 9px 15px;
        border-radius: 0;
        background-color: #f5f5f5;
    }
    .yunu-sou .hform button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 40px;
        font-size: 14px;
    }
    .section {
        padding: 30px 0;
    }
    .section-title,
    .section-title p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-title small {
        font-size: 12px;
    }
    .section-title p {
        max-width: none;
    }
    .list-1,
    .list-2 {
        margin: -10px 0 0 -10px;
    }
    .list-1 li,
    .list-2 li {
        width: 50%;
    }
    .list-1 li a,
    .list-2 li a {
        margin: 10px 0 0 10px;
    }
    .list-1 li .img-center {
        height: 118px;
        line-height: 118px;
    }
    .in-prd-cate {
        display: none;
    }
    .in-prd-con {
        float: none;
        width: auto;
        background-color: transparent;
        padding: 0;
    }
    .in-prd-con .list-1 li {
        width: 50%;
    }
    .in-prd-con .list-1 li .img-center {
        height: 160px;
        line-height: 160px;
    }
    .in-about dt {
        float: none;
        width: auto;
    }
    .in-about dd {
        margin: 20px 0 0;
    }
    .in-choose-left,
    .in-choose-right {
        float: none;
    }
    .in-choose {
        width: auto;
    }
    .in-choose dl {
        background-size: 30px auto;
        margin: 0 0 20px;
        padding-left: 40px;
    }
    .in-choose dt {
        padding-top: 0;
        font-size: 18px;
    }
    .in-choose dd {
        padding-left: 20px;
    }
    .in-choose .img-center {
        display: none;
    }
    .in-choose-right dl {
        margin: 20px 0 0;
    }
    .in-dd {
        background-position: center right;
        min-height: 0;
    }
    .in-dd h4 {
        font-size: 20px;
    }
    .in-dd p {
        font-size: 14px;
    }
    .list-2 li .img-center {
        height: 110px;
        line-height: 110px;
    }
    .in-news-left,
    .in-news-right {
        float: none;
    }
    .in-news-left {
        margin-bottom: 30px;
    }
    .in-news {
        width: auto;
    }
    .in-news .tit {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .index_leftmenu .in-news .tit {
        padding: 10px;
    }
    .in-news .tit span {
        font-size: 18px;
    }
    .in-news .tit small {
        font-size: 12px;
    }
    .in-news .tit .more {
        font-size: 12px;
    }
    .list-3 li span {
        font-size: 12px;
    }
    .index_leftmenu .list-3 li a {
        font-size: 14px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer-logo {
        display: none;
    }
    .footer-ewm {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .footer-info {
        float: none;
        font-size: 12px;
        text-align: left;
        flex-direction: column;
    }
    .footer-info>span {
        display: block;
    }
    .footer-info p {
        margin: 0px;
    }
    .footer-info>div {
        margin-right: 0px;
    }
    .footer-link {
        display: none;
    }
    .pages {
        margin-top: 15px;
    }
    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }
    .position {
        padding: 10px 0;
        font-size: 12px;
    }
    .position span {
        padding-left: 15px;
        background-size: auto 15px;
    }
    .banner-sub {
        height: 200px;
    }
    .ct2-sd {
        display: none;
    }
    .ct2-mn {
        float: none;
        width: auto;
    }
    .list-4 li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .list-4 li .img-center {
        order: -1;
        width: 100%;
        margin-bottom: 15px;
    }
    .list-4 li .img-center img {
        max-width: 500px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .list-4 li .date {
        width: 60px;
        text-align: left;
        padding: 0;
    }
    .list-4 li .date span {
        font-size: 30px;
    }
    .list-4 li .text {
        width: calc(100% - 63px);
    }
    .list-4 li .text h4 {
        font-size: 14px;
    }
    .list-4 li .text p {
        font-size: 12px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .content-title {
        margin-bottom: 15px;
    }
    .content-title p {
        margin-top: 10px;
        padding-top: 10px;
    }
    .content-title p span {
        padding: 0 5px;
    }
    .content-exp {
        margin-top: 15px;
    }
    .panel-sd .tit {
        font-size: 18px;
        padding: 10px 0;
    }
    .panel-sd .tit span {
        font-size: 12px;
    }
    .contact {
        font-size: 14px;
    }
    .map {
        height: 300px;
    }
    .yunu-footer-fix {
        display: block;
    }
    .backTop {
        bottom: 50px;
        right: 0;
    }
}

.pagination p {
    margin: 0;
    cursor: pointer;
}

.pagination {
    height: 40px;
    padding: 20px 0px;
    text-align: center;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination a:hover {
    color: #258c44;
    background: white;
    border: 1px #258c44 solid;
}

.pagination a.cur {
    border: none;
    background: #258c44;
    color: #fff;
}

.pagination p {
    display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.dates li {
    font-size: 14px;
    margin: 20px 0;
}

.dates li span {
    float: right;
}

.liuyan-title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

.m-message {
    width: 100%;
    margin: 15px auto 48px auto;
}

.m-message label {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    font-size: 14px;
    overflow: hidden;
}

.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;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    border: 1px solid #006699;
    background-color: #e2edf1;
    padding: 0 7.5px;
    margin-right: 0;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    border-right: 1px solid #006699;
    border-left: none;
    width: calc(100% - 85px);
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    border-radius: unset;
    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(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.m-message label textarea {
    height: 36px;
    line-height: 36px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 112px;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
}

.m-message label.code img {
    width: 60px;
    height: 17px;
    vertical-align: middle;
}

.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: 100px;
}

.btn-1 input.focus {
    background: #258c44;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}

.ab_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.ab_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.ab_pages ul a {
    color: #555;
    display: block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
}

.ab_pages ul a.page-num-current {
    background: #ddd;
}

.mxian {
    display: none;
}

@media screen and (max-width: 768px) {
    .mxian {
        display: block !important;
        text-align: center;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
    }
    .mxian li {
        width: 30%;
        display: inline-block;
        list-style: none;
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }
    .mxian li a {
        line-height: 35px;
        text-align: center;
        font-size: 14px;
    }
    .mxian li.on {
        background: #258c44;
        color: #fff;
        border: 1px solid #fff;
    }
    .mxian li.on a {
        color: #fff;
    }
    .mrt {
        display: none;
    }
    .m-message {
        width: 100% !important;
    }
    .m-message label input.inp,
    .m-message label textarea,
    .m-message label.code input {}
}


/* 關於我們 */

@media screen and (min-width: 768px) and (max-width: 1920px) {
    .sorry_box h1 {
        font-size: 24px;
        color: red;
        font-weight: normal;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        margin-top: 5%;
        margin-bottom: 0;
    }
    .sorry_box h1 strong {
        font-weight: normal;
    }
    .sorry_box h1 p {
        margin: 0;
    }
    .sorry_box .sorry_txt {
        padding-left: 25px;
        margin: 10px 0;
        font-size: 18px;
    }
    .goverment_box,
    .sample_box {
        display: none;
    }
    .com_gov>h2 {
        font-size: 24px;
        color: red;
        font-weight: normal;
    }
    .com_gov_content>ul {
        list-style: cjk-ideographic;
        margin-left: 50px;
    }
    .com_gov_content>ul li {
        margin: 15px 0;
    }
    .com_gov_content>ul li p {
        margin: 0;
        line-height: 1.8;
    }
    .com_gov_content .red_txt>h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        color: red;
    }
    .com_gov_content .red_txt ul {
        list-style: disc;
        padding-left: 1.3em;
    }
    .com_gov_content .red_txt ul li {
        margin: 10px 0;
    }
    .employ_box>h2 {
        color: red;
        font-weight: normal;
    }
    .promise_list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .promise_list>div em {
        display: none;
    }
    .promise_list>div p {
        margin: 0;
        color: #0033ff;
        font-size: 24px;
        margin-right: 10px;
    }
    .p_line {
        display: none;
    }
    .promise_content>p {
        margin: 5px 0 0 0;
        font-size: 18px;
        color: #0033ff;
    }
    .com_20 h2 {
        font-weight: 500;
        font-size: 24px;
        color: #ff0000;
        line-height: 25px;
        margin: 25px 0 5px 0;
        padding: 5px 0px;
        background-color: transparent;
    }
    .com_20 p {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
    }
    .com_20 p a {
        color: #0033ff;
        text-decoration: underline;
    }
}
.com_20 p a {
        color: #0033ff;
        text-decoration: underline;
    }
.com_20 p, .com_20 p span {
    white-space: normal !important; 
    word-break: break-all !important;
}
.index_outer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.article_page {
    width: calc(100% - 300px);
    padding-left: 50px;
    box-sizing: border-box;
}

.index_news {
    width: 300px;
    margin: 5% auto;
    position: sticky;
    top: 5%;
    left: 0;
    padding: 0;
}

.aside_car {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.aside_greeting {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -20px;
    margin-bottom: 15px;
}
.aside_car img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 500px;
    margin-top: 25px;
}
.aside_greeting img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 500px;
}

.product_list {
    margin: 5% 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.product_list div {}

.product_list div div img {
    margin: 5px;
}


/* 編輯器 */

.section_title {
    margin: 5% 0 15px 0;
}

.section_title p {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.section_title p em {
    color: #518cec;
    margin-right: 5px;
}

.section_title p span {
    color: #ff0000;
    font-size: 17px;
    margin-left: 18px;
}

.petition_title h1 {
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    margin: 0px;
    padding: 5px 10px;
    background-color: #518cec;
}

.petition_title h1 span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    color: #518cec;
    text-align: center;
}

.petition_section li p {
    margin: 0;
}

.petition_box {
    margin: 25px 0;
}

.petition_box>p {
    font-weight: 600;
}

.petition_form {
    border: 1px solid #e1e1e1;
    padding: 5px;
    box-sizing: border-box;
}

.petition_form>p {
    background-color: #e8feec;
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #efefef;
}

.petition_gridbox p a {
    color: red;
}

.petition_gridbox p a em {
    margin-left: 5px;
}

.petition_gridbox p a:hover {
    color: #518cec;
    text-decoration: underline;
    transition: 0.3s;
}

.petition_box1 .petition_form .petition_gridbox {
    padding: 0 10px;
    box-sizing: border-box;
}

.petition_box2 .petition_form {
    padding-bottom: 0;
}

.petition_box2 .petition_grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
}

.petition_box2 .petition_grid>div {
    width: calc(50% - 2.5px);
}

.petition_box2 .petition_grid>div p {
    border: 1px solid #e1e1e1;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

.petition_list>p {
    font-size: 17px;
    font-weight: bold;
    color: #0066cc;
    margin: 0;
}

.petition_list {
    margin: 25px 0;
}

.petition_list ul {
    margin: 10px 0 0 25px;
}

.petition_list ul li {
    list-style: auto;
}

.petition_box3 .petition_form {
    border: none;
}

.petition_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.petition_form table {
    border: 1px solid #e1e1e1;
    width: 100%;
    border-spacing: 5px;
}

.petition_form table td {
    border: 1px solid #e1e1e1;
    width: calc(100% / 3);
    padding: 5px 10px;
}

.petition_form table tr:nth-child(1) {
    background-color: #e8feec;
    text-align: center;
}

.petition_form table tr td:nth-child(2) {
    text-align: center;
}

.petition_form ul {
    list-style: disc;
    margin: 10px 0 0 25px;
}

.petition_box4 ul li {
    list-style: cjk-ideographic;
    margin: 10px 0 0 25px;
}

.petition_box4 ul ul li {
    list-style: decimal;
    margin: 0 0 0 40px;
}

.apply_title>p {
    font-weight: 600;
    color: red;
    font-size: 20px;
}

.certificate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 1em 0;
    flex-direction: column;
}

.certificate_link {
    width: calc(50% - 5px);
    margin-bottom: 3em;
}

.certificate_link a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.member_chart {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    border: 2px solid #e1e1e1;
}

.member_chart div {
    width: 50%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.member_chart div:hover,
.member_chart div.active {
    background-color: #e9f9ff;
    transition: 0.3s;
}

.member_chart div:hover a,
.member_chart div.active a {
    color: #518cec;
}

.member_chart div p {
    margin: 0;
    padding-left: 45px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.member_chart div p span {
    display: inline-block;
    margin-left: 5px;
}

.member_chart div:nth-child(1) p,
.member_chart div:nth-child(2) p {
    background-image: url(../images/website_image/flag_1.webp);
}

.member_chart div:nth-child(3) p,
.member_chart div:nth-child(4) p {
    background-image: url(../images/website_image/flag_2.webp);
}

.member_chart div:nth-child(5) p,
.member_chart div:nth-child(6) p {
    background-image: url(../images/website_image/flag_3.webp);
}

.member_box_toptitle {
    text-align: left;
    padding: 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #0066cc;
    margin-top: 30px;
}

.member_box_nomember {
    padding-top: 100px;
    text-align: center;
    font-size: 17px;
}

.member_box {
    border: 1px solid #e1e1e1;
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 5px 1px #a7d3ff7d;
}

.member_box_left {
    width: 30%;
}

.member_box_right {
    width: calc(70% - 5px);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}

.member_box_left>div:nth-child(1) p {
    margin: 0;
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    height: 44px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.member_box_right>div:nth-child(1) {
    width: 100%;
}

.member_box_right>div:nth-child(1) p {
    margin: 0;
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    text-align: right;
    height: 44px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.member_box_right>div:nth-child(1) p span {
    background-color: #91b9e2;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #518cec;
    transition: 0.3s;
}

.member_box_right>div:nth-child(1) a:hover span {
    background-color: #518cec;
    transition: 0.3s;
}

.member_box_img {
    border: 1px solid #e1e1e1;
    margin-top: 5px;
    padding: 5px;
}

.member_box_img img {
    width: 100%;
    height: 254px;
    object-fit: contain;
    box-sizing: border-box;
}

.member_txt {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    width: calc(50% - 2.5px);
    margin-top: 5px;
}

.member_txt>span:nth-child(1) {
    border: 1px solid #e1e1e1;
    background-color: #e8feec;
    padding: 5px 10px;
    width: 85px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 100%;
}

.member_txt>span:nth-child(2) {
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: calc(100% - 90px);
    box-sizing: border-box;
    height: 100%;
}

.txt_ex>span:nth-child(2) {
    flex-wrap: wrap;
}

.txt_ex>span:nth-child(2) p {
    width: 100%;
}

.mood_person {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    margin-bottom: 25px;
}

.mood_icon {
    width: 80px;
    position: relative;
}

.mood_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0%, -50%);
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #644b26;
}

.mood_txt {
    width: calc(100% - 100px);
}

.mood_pic img {
    width: 100%;
    margin: 5% 0;
}

.news_inner_back {
    color: #1f1a17;
    margin-top: 5%;
    font-size: 1.5em;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: relative;
    transition: 0.3s;
}

.news_inner_back>button {
    border: 0;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    transition: 0.3s;
    font-size: 14px;
}

.news_inner_back>button:hover {
    color: #0091ff;
    transition: 0.3s;
}

.message_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 25px;
}

.message_content {
    width: 445px;
}

.message_content>p {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
}

.message_content>p>span.message_callme {
    display: none;
}

.sonofabitch {
    display: none;
}

.message_ranking>p:nth-child(1) {
    background-color: #518cec;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
}

.message_medal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.message_medal p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0;
    flex-wrap: wrap;
}

.medal_icon {
    width: 45px;
    margin-right: 5px;
}

.message_medal>p span {
    color: #518cec;
    display: inline-block;
    margin: 0 5px;
}

.message_medal>span {
    font-weight: 600;
    display: inline-block;
}

.message_pic {
    width: 250px;
}

.message_map {
    margin-bottom: 25px;
}

.form-checkcode span {
    height: 35.5px !important;
}

.checkcode_box input {
    height: 37.5px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    border-right: 1px solid #006699;
    border-left: none;
}

.form_button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin-top: 25px;
}

.form_button button {
    background-color: #518cec;
    border: none;
    padding: 7px 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.form_button button:nth-child(2) {
    background-color: #333;
}

.form_button button:hover {
    filter: brightness(1.2);
    transition: 0.3s;
}

.contact_box {
    text-align: center;
    font-weight: 600;
    color: red;
    margin-top: 25px;
    font-size: 16px;
}

.contact_box>p {
    line-height: 20px;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.contact_content {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
}

.contact_content p:nth-child(2),
.contact_content p:nth-child(4) {
    font-weight: 600;
    color: red;
    font-size: 20px;
}

.contact_form {
    margin: 25px 0;
}

.contact_form form {
    border: 1px solid #006699;
}

.contact_group>p {
    background-color: #e2edf1;
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #006699;
}

.contact_input {
    padding: 10px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #006699;
}

.contact_input div {
    margin: 5px;
    font-size: 16px;
}

.contact_input div input:nth-child(1) {
    margin-right: 5px;
}

.contact_input div input:nth-child(2) {
    margin-left: 5px;
}

.contact_textra div {
    border-bottom: 1px solid #006699;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.contact_textra div input {
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 135px);
    max-width: 250px;
    margin: 0 5px;
}

.contact_checkcode div {
    flex-wrap: wrap;
    gap: 8px;
}

.contact_checkcode div input {
    width: 140px;
    max-width: 140px;
}

.contact_checkcode img {
    height: 45px;
    cursor: pointer;
}

.contact_textra div span {
    padding: 10px 15px;
    display: inline-block;
    background-color: #e2edf1;
    border-right: 1px solid #006699;
}

.contact_group_button {
    background-color: #e2edf1;
    padding: 10px 15px;
    text-align: center;
}

.contact_group_button button {
    background-color: #518cec;
    border: none;
    padding: 7px 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #006699;
}

.contact_group_button button:nth-child(2) {
    background-color: #333;
    border: 1px solid #7e7e7e;
}

.contact_group_button button:hover {
    filter: brightness(1.2);
    transition: 0.3s;
}

/*最新消息*/
.newslistbox .list-4 li{
    border-bottom:1px dashed #a7a7a7;
}
.newslistbox .list-4 li span {
    float: right;
    color: #999;
}


@media screen and (max-width: 1240px) {
    .index_news {
        position: unset;
        width: 100%;
        order: 1;
    }
    .article_page {
        width: 100%;
        padding-left: 0;
    }
    .header .nav ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 900px) {
    .logo2 img {
        height: 60px;
    }
    .petition_box2 .petition_grid>div {
        width: 100%;
    }
}


/* 手機板 首頁 */

@media screen and (max-width: 768px) {
    .sorry_box {
        margin: 5% auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: center;
        flex-wrap: wrap;
    }
    .sorry_content {
        font-weight: normal;
        margin: 0;
        line-height: 1.5;
    }
    .sorry_content strong {
        font-size: 30px;
        color: red;
        font-weight: normal;
    }
    .sorry_content p {
        font-size: 30px;
        color: red;
        font-weight: normal;
        margin: 0;
    }
    .sorry_txt span {
        font-size: 16px;
        margin: 0;
        line-height: 1.8;
        display: inline-block;
    }
    .sorry_txt span:nth-child(2) {
        margin: 10px 0;
    }
    h2.section-title {
        font-weight: normal;
        margin-top: 0;
    }
    .goverment_box {
        padding: 5% 0;
    }
    .goverment_box>p {
        font-size: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .goverment_box>p span {
        font-size: 100px;
        font-family: fantasy;
        width: 50px;
        height: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .sample_box {
        margin: 5% 0;
    }
    .sample_content {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
        font-size: 20px;
        color: #777;
    }
    .sample_content::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #e6e6e6 transparent;
    }
    .sample_content::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translate(-50%, 0%);
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent white transparent;
    }
    .sample_content span {
        font-size: 30px;
        color: #333;
        display: block;
        margin-bottom: 10px;
    }
    .sample_box ul {
        list-style-type: disclosure-closed;
        margin-top: 25px;
        margin-left: 20px;
    }
    .sample_box ul p {
        font-size: 16px;
        font-weight: normal;
    }
    .sample_box div>h3 {
        font-size: 24px;
        color: red;
        font-weight: normal;
        line-height: 1.5;
    }
    .employ_box {
        background-image: url(../images/website_image/employ_bg.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 5% 5%;
        color: #fff;
        margin: 5% 0;
    }
    .employ_box>h2 {
        font-size: 24px;
        line-height: 1.8;
        margin: 0;
        font-weight: normal;
    }
    .employ_box>h2>p {
        border-top: 1px dashed #ffffff45;
        padding-top: 15px;
        margin: 15px 0 0 0;
        font-size: 24px;
    }
    .promise_list {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .promise_list>div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        margin: 15px;
    }
    .promise_list>div em {
        width: 50px;
        height: 50px;
        background-color: #6d9dff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 30px;
        color: #fff;
        text-align: center;
        font-style: italic;
    }
    .promise_list>div p {
        font-size: 20px;
        margin: 0 0 0 10px;
    }
    .promise_content {
        text-align: center;
    }
    .promise_content>p {
        font-size: 24px;
        color: red;
        margin: 15px 0;
    }
    .promise_content>.txt {
        font-size: 16px;
        display: block;
        line-height: 1.8;
        font-weight: normal;
        color: #333;
        margin: 0;
    }
    .p_line {
        width: 1px;
        height: 50px;
        background-color: #cacaca;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        display: none;
    }
    .mobile_banner {
        display: block;
    }
    .banner_content {
        font-size: 24px;
        position: unset;
        transform: none;
        padding: 5% 5% 0 5%;
        box-sizing: border-box;
        background: -webkit-linear-gradient(bottom, #e6f3f8, #fff);
        text-align: center;
    }
    .banner_content span {
        font-size: 24px;
    }
    .banner_content p {
        margin: 0;
        padding: 2.5px 0;
    }
    .banner_content p em {
        display: block;
        white-space: nowrap;
    }
    .logo2 img {
        height: 45px;
    }
    .header .text {}
    .header .text span {
        font-size: 12px;
    }
    .header .nav li {
        width: 100%;
    }
    .header .nav li a {
        flex-direction: unset;
    }
    .header .nav li.active a span::before{
        width: 50px;
        height: 50px;
        top: 0px;
    }
    .header .nav li a img {
        width: 50px;
        padding: 0;
        margin-right: 10px;
    }
    .member_box_left {
        width: 100%;
    }
    .member_box_right {
        width: 100%;
        margin-top: 5px;
    }
    .member_box_img img {
        height: 35vh;
    }
    .member_chart div {
        width: 100%;
    }
    .member_chart div:nth-child(2) {
        order: 1;
        border-top: 2px solid #e1e1e1;
    }
    .member_chart div:nth-child(4) {
        order: 2;
    }
    .member_chart div:nth-child(6) {
        order: 3;
    }
    .message_box {
        flex-direction: column;
        justify-content: center;
    }
    .message_content>p>a>span {
        color: #000!important;
    }
    .message_content>p>a>span:focus {
        color: red!important;
    }
    .message_content>p>a>span:hover {
        color: red!important;
    }
    .message_content>p>a>span:active {
        color: red!important;
    }
    .message_content>p>span.message_callme {
        display: inline-block;
        font-size: 13px;
        line-height: 1;
        /* margin-left: 15px; */
        color: red!important;
    }
    .sonofabitch {
        display: block;
        width: 90%;
    }
    /* .message_content {
        display: none;
    } */
    .message_content>p.wow.fadeInUp {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .message_content {
        width: 100%;
        text-align: center;
    }
    .message_medal {
        justify-content: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #efefef;
    }
    .message_medal p {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .header .logo {
        float: none;
    }
    .header .text span a {
        font-size: 16px;
    }
    .mobile_nav li {
        width: calc(100% / 3);
    }
    body {}
    .sorry_content span,
    .sample_content span,
    .sorry_content strong,
    .sorry_content p {
        font-size: 24px;
    }
    .sample_content,
    .sample_box div>h3,
    .employ_box>h2,
    .employ_box>h2>p,
    .promise_list>div p,
    .promise_content>p,
    .section_title p {
        font-size: 18px;
    }
    .apply_title>p {
        font-size: 16px;
    }
    .sorry_txt p,
    .in-choose dt,
    .sample_box ul p,
    .promise_content>.txt,
    .mood_txt>p {
        font-size: 14px;
    }
    .goverment_box>p {
        font-size: 16px;
    }
    .promise_list>div em {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .product_list {
        padding: 10px;
    }
    .goverment_box>p span {
        font-size: 42px;
        width: 35px;
        height: 35px;
    }
    .certificate_link {
        width: 100%;
        margin: 15px 0;
    }
    .member_txt {
        width: 100%;
    }
    .member_chart div p {
        font-size: 15px;
        padding-left: 35px;
        background-size: 25px;
    }
    .mood_icon {
        width: 65px;
    }
    .mood_txt {
        width: calc(100% - 80px);
    }
    .form_button {
        justify-content: center;
        margin-top: 50px;
    }
    .checkcode_box {
        width: calc(100% - 87px);
    }
    .checkcode_box input {
        width: calc(100% - 105px);
    }
}

@media screen and (max-width: 768px) {
    body {
        position: relative;
    }
    .body2::after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffffd3;
        backdrop-filter: blur(5px);
        z-index: 1;
    }
}
