@charset "utf-8";
/* CSS Document */
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: "Josefin Sans", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; line-height: 1.42857143; font-size: 16px; min-width: 320px; background: #fff; color: #333; }
h1 { font-size: 2em; margin: .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: -.25em; }
sup { top: -.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: .35em .75em .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: #5A7290; }
ul { margin: 0; list-style: none; padding: 0; }
#message { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1000; transform: scale(0); transition: .3s; }
.messagebg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(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, .3); }
.m-message { width: 100%; margin: 48px auto 0; }
.m-message .formBox {
    background-color: #F3F5F9;
    padding-bottom: 25px;
    width: 100%;
    background-image: url(../images/bg_deco.webp);
    background-repeat: no-repeat;
    background-position: left -340px bottom -265px;
    background-size: 650px;
}
.m-message .formBox:last-child {
    background-position: right -390px bottom;
    background-size: auto;
}
.m-message label { display: block; font-size: 18px;margin: 0 20px 18px; }
.m-message label em { display: block; float: right; color: red; height: 32px; line-height: 32px; }
.m-message label span { width: 330px; height: 40px; line-height: 40px; color: #11145B; 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: calc(98% - 360px); overflow: hidden; height: 40px; line-height: 40px;border:0; border-bottom: #cccccc 1px solid; border-radius: 0px; padding: 0 14px; box-sizing: border-box; color: #555; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;background: transparent; }
.m-message label input:focus, .m-message label textarea:focus { border-color: #11145B; outline: 0;  }
.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%; }
.m-message .radioBox{height: 40%;line-height: 40px;}
.m-message .radioBox .columnCheck {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    position: relative;
}
.m-message .radioBox .columnCheck::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #cecece;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .m-message .radioBox .columnCheck::after {
	content: "";
	width: 65%;
	height: 65%;
	background: linear-gradient(to right, #3667b3 0%, #5A7290 100%);
	border-radius: 50%;
	display: inline-block;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .m-message .radioBox .columnCheck:checked::after {
	opacity: 1;
  }
  .m-message .radioBox .columnCheck:disabled::before {
	background-color: #e5e5e5 !important;
  }
  .m-message .radioBox .columnCheck:disabled::after {
	background-color: #b5b5b5 !important;
  }
  .m-message .radioBox .columnCheck:disabled + span {
	color: #737373 !important;
  }
  .m-message .radioBox .columnCheck.square::before, .m-message .radioBox .columnCheck.square::after {
	border-radius: 0;
  }
  .m-message .radioBox .columnCheck.error::before {
	border-color: #3667b3;
  }
.m-title {
    background-color: #5A7290;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    margin: 0px 0 25px;
    padding: 10px;
}
.m-message.m-request select {
    height: 40px;
    line-height: 40px;
	border: 0;
    border-bottom: #cccccc 1px solid;
    border-radius: 03px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #11145B;
	background: transparent;
	font-size: 18px;
	font-family: "Josefin Sans";
}
.m-message .btn1-1 {
    padding: 30px 0;
    text-align: center;
}
.btn1-1 input {
    font-size: 14px;
    padding: 0 30px;
    height: 38px;
    width: auto;
    line-height: 38px;
    background: #3B3F58;
    border: none;
    color: #fff;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.btn1-1 input.focus {
    background: #11145B;
    color: #fff;
}
.btn1-1 input.focus:hover {
    background: #999;
}
.btn1-1 input:hover {
    background: #999;
}
.btn { display: block; width: 90px; height: 36px; line-height: 36px; padding-left: 15px; background-color: #5A7290; color: #fff; margin-top: 20px; }
.btn2 { display: inline-block; height: 35px; line-height: 35px; padding: 0 15px; background-color: #5A7290; color: #fff; margin-top: 10px; }
.btn:hover, .btn2: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: #5A7290; color: #fff; }
.btn-1 input.focus:hover { background: #444; }
.btn-1 input:hover { background: #ccc; }
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) }
	100% { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) }
	100% { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInDown { -webkit-animation: fadeInDown 1s; animation: fadeInDown 1s }
.img-center { text-align: center; font-size: 0; }
.img-center img { display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle; }
.container { padding: 0 15px; max-width: 1600px; margin: 0 auto; width: 100%;}
.kefu { position: fixed; right: -170px; top: 80%; 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: 35px; 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{color: #fff;}
.kefu .kefu-right { width: 20px; }
.kefu .kefu-tel-main { background: #5A7290; color: #fff; height: 56px; width: 247px; padding: 9px 0 6px; float: left; }
.kefu .kefu-main { background: #5A7290; width: 97px; height: 35px; position: relative; padding: 18px 0; 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; padding: 10px 0; position: relative; z-index: 1000;position: fixed;width: 100%;top:0;left:0;box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0; }
.header .logo { float: left; font-size: 0; height: 68px; line-height: 68px; text-align: left; }
.header .sc-box { float: right; position: relative; }
.header .sc-btn { display: block; width: 42px; height: 42px; background: url(../images/search.png) no-repeat center; margin: 13px 0; }
.header .sc-btn-tel { display: block; background: url(../images/icon_phone.png) no-repeat left; margin: 24px 0; padding-left: 20px;}
.header .sc-form { position: absolute; right: 0; top: 88px; background-color: #fff; width: 270px; padding: 15px; border-radius: 5px; display: none; z-index: 10; }
.header .sc-form input { float: left; padding: 6px 12px; background-color: #f0f0f0; border: 1px #ccc solid; font-size: 14px; line-height: 24px; border-radius: 5px 0 0 5px; border-right: 0; width: 180px; }
.header .sc-form button { float: right; width: 65px; height: 38px; line-height: 38px; border: 0; font-size: 16px; text-align: center; cursor: pointer; padding: 0; background-color: #5A7290; color: #fff; border-radius: 0 5px 5px 0; }
.header .nav { text-align: center; margin: 0 135px 0 240px; font-size: 0; }
.header .nav li { display: inline-block; vertical-align: middle; margin: 0 20px; }
.header .nav li a { display: block; font-size: 16px; line-height: 68px; padding: 0 20px; }
.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 .dropdown-box { position: absolute; left: 0; width: auto; top: 100%; background-color: #5A7290; padding: 10px 0; display: none; z-index: 10; }
.header .nav .dropdown-box p { margin: 0; }
.header .nav .dropdown-box a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff!important; line-height: 1; padding: 10px; font-size: 14px; }
.header .nav .dropdown-box a:hover { color: #b6e3cd!important; }
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover { color: #5A7290; }
.header .nav li.open .dropdown-box { display: block; }
.menu-btn { display: none; padding: 6px 0; float: right; margin-left: 15px; }
.menu-btn:before, .menu-btn:after, .menu-btn span { display: block; height: 2px; background-color: #5A7290; content: ''; }
.menu-btn:before { width: 24px; }
.menu-btn:after { width: 18px; margin-left: 6px; }
.menu-btn span { width: 12px; margin: 6px 0 6px 12px; }
.banner{margin-top: 88px;}
.banner .swiper-slide { background: no-repeat center / cover; }
.banner .swiper-slide img { display: block; width: 100%; height: auto; }
.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 30px;
	border-radius: 10px;
	background: #11145B;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 26px;
    height: 20px;
}
@media screen and (max-width:991px) {
	.banner {
		margin-top: 50px;
	}
}
/*內頁banner*/
#sbanner{
	position: relative;
	width: 100%;
}
#sbanner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
    background-color: rgba(0,37,46,1) !important;
    opacity: 0.6 !important;
}
#sbanner .Txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
	font-family: "Roboto";
	text-align: center;
}
#sbanner .Txt span{
	width: 100%;
	display: block;
	font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	font-family: Arial;
	white-space: nowrap;
}
#sbanner .Txt span a{color: #fff;margin: 0 10px;}
#sbanner .Txt b {
    margin-top: 20px;
    display: block;
    position: relative;
    border-top: 2px solid #fff;
    line-height: 2;
	padding: 0 20px;
	white-space: nowrap;
}
#sbanner .Txt .contact {
	width: 100%;
}
#sbanner .Txt .contact a{
	padding: 10px 20px;
	background-color: #3B3F58;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    text-align: center;
    border-radius: 6px;
}
#sbanner img{
	width: 100%;
}
@media screen and (max-width:768px) {
	#sbanner .Txt span{
		font-size: 12px;
	}
	#sbanner .Txt .contact a {
		padding: 5px 10px;
		font-size: 12px;
	}
	#sbanner .Txt{font-size: 20px;}
	#sbanner .Txt b {
		margin-top: 5px;
		border-top: 1px solid #fff;
	}
}
/**/
.section { padding: 70px 0; }
.section-title { text-align: center; margin-bottom: 55px; font-size: 24px; }
.section-title strong { display: block; font-size: 36px; text-transform: uppercase; }
.cpxl-menu { text-align: center; font-size: 0; margin-bottom: 25px; }
.cpxl-menu li { display: inline-block; vertical-align: middle; margin: 0 20px; }
.cpxl-menu li a { display: block; font-size: 16px; padding-bottom: 15px; position: relative; margin-bottom: 15px; }
.cpxl-menu li a:after { content: ''; position: absolute; height: 2px; width: 0; background-color: #5A7290; left: 0; bottom: 0; -webkit-transition: all 0.5s; transition: all 0.5s; }
.cpxl-menu li.active a { color: #5A7290; }
.cpxl-menu li a:hover:after, .cpxl-menu li.active a:after { width: 100%; }
.cpxl-con .swiper-slide { background-color: #fff; }
.list-1 { margin: -40px 0 0 -40px; }
.list-1 li { float: left; width: 25%; }
.list-1 li a { display: block; margin: 40px 0 0 40px; }
.list-1 li .m { overflow: hidden; }
.list-1 li .m span { display: block; width: 100%; padding-top: 67%; background: no-repeat center / contain; -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-1 li .text { border-bottom: 1px solid #ccc; padding: 30px 0; -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-1 li .text h4 { margin: 0; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-1 li .text p { margin: 15px 0 0; color: #666; line-height: 24px; overflow: hidden; text-align: justify; }
.list-1 li a:hover .m span { -webkit-transform: scale(1.1); transform: scale(1.1); }
.list-1 li a:hover .text { border-color: #5A7290; }
.list-1 li a:hover .text p{ color: #11145B; }
.cpys { margin: -30px 0 0 -30px; }
.cpys li { float: left; width: 25%; }
.cpys li a { display: block; background-color: #fff; -webkit-transition: all 0.5s; transition: all 0.5s; margin: 30px 0 0 30px; text-align: center; padding: 30px 25px; }
.cpys li i { display: block; height: 70px; background: no-repeat center / contain; -webkit-transition: all 0.5s; transition: all 0.5s; }
.cpys li h4 { margin: 15px 0; font-size: 20px; }
.cpys li p { margin: 0; text-align: justify; line-height: 24px; color: #666; height: 96px; overflow: hidden; -webkit-transition: all 0.5s; transition: all 0.5s; }
.cpys li i.i1 { background-image: url(../images/y1.png); }
.cpys li i.i2 { background-image: url(../images/y2.png); }
.cpys li i.i3 { background-image: url(../images/y3.png); }
.cpys li i.i4 { background-image: url(../images/y4.png); }
.cpys li a:hover { background-color: #71ACAD; color: #fff; }
.cpys li a:hover p { color: #fff; }
.cpys li a:hover i.i1 { background-image: url(../images/y1w.png); }
.cpys li a:hover i.i2 { background-image: url(../images/y2w.png); }
.cpys li a:hover i.i3 { background-image: url(../images/y3w.png); }
.cpys li a:hover i.i4 { background-image: url(../images/y4w.png); }
.list-2 { margin: -60px 0 0 -60px; }
.list-2 li { float: left; width: 33.333333%; }
.list-2 li a { display: block; margin: 60px 0 0 60px; }
.list-2 li .m { overflow: hidden; }
.list-2 li .m span { display: block; width: 100%; padding-top: 67%; background: no-repeat center / cover; -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-2 li .text { border: 2px solid #ddd; border-top: 0; padding: 20px 20px 0; }
.list-2 li .text h4 { margin: 0; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-2 li .text span { display: block; border-top: 1px solid #e3e3e3; padding: 15px 0; margin-top: 15px; background: url(../images/arrow.png) no-repeat right center; }
.list-2 li a:hover .m span { -webkit-transform: scale(1.1); transform: scale(1.1); }
.list-2-index li:last-child { display: none; }
.about { margin: 0; }
.about dt { float: right; width: 50%; }
.about dd { margin: 0 50% 0 0; padding-right: 10%; padding-top: 5%; }
.about dd:before { display: block; content: ''; margin-bottom: 25px; width: 65px; height: 3px; background-color: #5A7290; }
.about dd h4 { margin: 0; font-size: 36px; }
.about dd h4 small { display: block; font-size: 24px; }
.about dd p { font-size: 16px; line-height: 3; text-align: justify; margin: 45px 0; }
.about dd .more { display: block; width: 186px; line-height: 56px; border-radius: 50px; border: 2px solid #5A7290; font-size: 16px; color: #5A7290; text-align: center; -webkit-transition: all 0.5s; transition: all 0.5s; }
.about dd .more:hover { background-color: #5A7290; color: #fff; }
.about .btn{width: auto;display: inline-block;padding: 0 20px;}
.about .btn a{color: #fff;}
.page_about{position: relative;}
.page_about::before{
	content: "";
	position: absolute;
	background-color: #ededed;
	background-image: url(../images/bg_whiteline2.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 56%;
	height: 20vw;
	top: 27%;
	right: 0;
	z-index: -1;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
@media screen and (max-width: 991px) {
	.section.page_about{padding: 30px 10px;}
}
/*home*/
.home_about{
	padding: 70px 0 0;
	position: relative;
	z-index: 10;
}
.home_about_container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.home_about .section-title {
	position: relative;
	text-align: center;
}
.home_about > .container{
	position: relative;
	z-index: 5;
}
.home_about .section-title:before {
    display: inline-block;
    content: '';
    width: 65px;
    height: 3px;
    background-color: #5A7290;
}
.home_about_container .left{
	width: 35%;
	position: relative;
	padding: 10px 0px 0px 10px;
	box-sizing: border-box;
}
.home_about_container .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: -10px -10px 1px #5A7290;
}
.home_about_container .right{
	width: 65%;
	padding: 0px 0 70px 5%;
	box-sizing: border-box;
	position: relative;
}
.home_about_container .right::before{
	content: "";
	position: absolute;
	display: block;
	background-color: #ccc;
	-webkit-mask: url('../images/bg_whiteline.webp') no-repeat center;
	-webkit-mask-size: contain;
	mask: url('../images/bg_whiteline.webp') no-repeat center;
	mask-size: contain;
	width: 120px;
	height: 111px;
	bottom: 5%;
	left: 0;
	opacity: 0.7;
	z-index: -1;
}
.home_about_container .btn{display: none;}
.home_about_container .more {
    float: right;
}
.home_about_container .more a {
    background-color: #11145B;
    color: #fff;
	white-space: nowrap;
	padding: 8px 20px;
	line-height: 24px;
}
.home_about_point {
	background-color: #5A7290;
	padding: 100px 5% 90px;
    position: relative;
    margin-top: -45px;
    z-index: 1;
}
.home_about_point::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/bg_blue2.webp) no-repeat top center / cover;
	opacity: 0.1;
}
.home_about_point .section-title {
    color: #fff;
}
.home_services{
	background: url(../images/bg_gray2.webp) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.home_services .container{position: relative;padding: 0 30px;box-sizing: border-box;}
.home_services::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	opacity: 0.7;
	background-color: #fff;
	z-index: -1;
}
.servicesBoxSwiper{
	width: 100%;
	overflow: hidden;
}
.home_services .swiper-button-next, .home_services .swiper-button-prev {
    width: 27px;
    height: 25px;
	margin-top: 0px;
}
.home_services .swiper-button-prev, .home_services .swiper-container-rtl .swiper-button-next {
    left: 0px;
}
.home_services .swiper-button-next, .home_services .swiper-container-rtl .swiper-button-prev {
    right: 0px;
}
.servicesBoxSwiper .swiper-slide .item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.servicesBoxSwiper .swiper-slide .item .Txt::before{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: -10px;
	background-color: #6299FE;
}
.servicesBoxSwiper .swiper-slide .item .Icon{
	width: 75px;
}
.servicesBoxSwiper .swiper-slide .item .Icon img{
	width: 50px;
}
.servicesBoxSwiper .swiper-slide .item .Txt{
	position: relative;
	width: calc(100% - 75px);
	color: #777;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
}
.servicesBoxSwiper .swiper-slide .item .Txt h5 {
    font-weight: 700;
	font-size: 24px;
	margin: 0 0 17px;
	color: #11145B;
}
.home_services .btn.bgMain {
    background-color: #11145B;
    border: 1px solid #11145B;
    color: #fff;
    position: absolute;
    bottom: -90px;
    left: 50%;
    width: auto;
    padding: 8px 20px;
    transform: translateX(-50%);
    z-index: 50;
    line-height: 24px;
    height: auto;
}
.home_products .list-2 {
    margin: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.home_products .list-2 li {
    width: 23%;
	margin: 0 1% 1%;
	background-color: #f4f4f4;
	display: inline-flex;
	flex-wrap: wrap;
}
.home_products .list-2 li:hover{
	background-color: #5A7290;
}
.home_products .list-2 li:hover a{
	color: #fff;
}
.home_products .list-2 li a{
	display: block;
	margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 16px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
}
.home_products .list-2 li a .title{
	height: 30px;
	display: block;
	padding: 10px 0 0;
}
.home_products .list-2 li a .Txt{
	height: calc(100% - 40px);
	display: inline-flex;
	align-items: center;
}
.home_products .list-2 li img{
	width: 100%;
}
.home_products .list-2-index li:last-child{
	display: block;
}
@media screen and (max-width: 1199px) {
	.home_about > .container {
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.home_about_point > .container {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.home_services > .container {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.home_products > .container {
		max-width: 100%;
		padding: 0 20px 120px;
		box-sizing: border-box;
	}
	.section.home_products.aos-init{
		opacity: 1;
	}
	.section.home_products{
		padding: 0;
	}
}
@media screen and (max-width: 991px) {
	.home_about > .container {
		width: 100%;
	}
	.home_about_container .left {
		width: 80%;
		margin: 0 10%;
	}
	.home_about_container .right {
		width: 100%;
		padding: 0px 10px 50px 10px;
	}
	.home_about_point .cpys {
		display: flex;
		flex-wrap: wrap;
	}
	.home_services > .container {
		width: 100%;
	}
	.home_products > .container {
		width: 100%;
	}
	.home_products .list-2 li {
		width: 48%;
		margin: 1% 1%;
	}
}
/* services */
.page_services {
    position: relative;
	background: url(../images/bg_deco.webp) no-repeat bottom -50% right 10%;
}
.page_services dd h4 {
    margin: 0;
    font-size: 36px;
}
.page_services dd:before {
    display: block;
    content: '';
    margin-bottom: 25px;
    width: 65px;
    height: 3px;
    background-color: #5A7290;
}
.servicesBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}
.servicesBox .item{
	width: 31.33%;
	margin-right: 3%;
	margin-bottom: 50px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.servicesBox .item .Txt::before{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: -10px;
	background-color: #6299FE;
}
.servicesBox .item:nth-child(3n){
	margin-right: 0;
}
.servicesBox .item .Icon{
	width: 75px;
}
.servicesBox .item .Icon img{
	width: 50px;
}
.servicesBox .item .Txt{
	position: relative;
	width: calc(100% - 75px);
	color: #777;
	padding: 0 10px;
	box-sizing: border-box;
}
.servicesBox .item .Txt h5 {
    font-weight: 700;
	font-size: 22px;
	margin: 0 0 17px;
	color: #11145B;
}
@media screen and (max-width: 991px) {
    .page_services .container {
        width: 100%;
		max-width: 100%;
		box-sizing: border-box;
    }
	.servicesBox .item {
		width: 48.5%;
		margin-right: 3%;
	}
	.servicesBox .item:nth-child(3n){
		margin-right: 3%;
	}
	.servicesBox .item:nth-child(2n){
		margin-right: 0%;
	}
}
@media screen and (max-width: 767px) {
    .servicesBox .item {
		width: 100%;
		margin-right: 0%;
	}
	.servicesBox .item:nth-child(3n){
		margin-right: 0%;
	}
	.services dd{
		margin-inline-start: 0px;
		padding: 0 20px;
	}
	.page_services dd h4 {
		font-size: 22px;
	}
}

/*request*/
.requestBox{
	background-image: url(../images/bg_deco.webp), url(../images/bg_deco.webp), url(../images/bg_wt.png);
	background-repeat: no-repeat,no-repeat, repeat;
	background-position: bottom right,top left -250px, left top;
}

/*contact*/
.contactBox{
	padding: 70px 0 0;
}
.contact_form {
	width: 100%;
	margin-top: 30px;
	padding: 50px 20px 70px;
	overflow: hidden;
	background: #f7f7f7;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.contact_form::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: url(../images/bg_gray2.webp) no-repeat center bottom;
	background-size: cover;
	opacity: 0.2;
	z-index: -1;
}
.contact_form h2 {
    border: 1px solid #e6e6e6;
    border-width: 0 0 1px 0;
    color: #222222;
    line-height: 20px;
    letter-spacing: 0;
    font-style: normal;
    position: relative;
    z-index: 1;
    padding: 0 0 20px 0px;
    margin-bottom: 30px;
    width: 100%;
	font-size: 36px;
    text-transform: uppercase;
	text-align: center;
}
.formList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.n_content_t_r_input {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
}
.n_content_t_r_input2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 25px;
}
.n_content_t_r_input.c {
    width: 50%;
}
.n_content_t_r_input .left {
    width: 135px;
    font-size: 16px;
    line-height: 1;
}
.n_content_t_r_input .right {
    width: calc(100% - 135px);
    padding-right: 20px;
	box-sizing: border-box;
}
.n_content_t_r_input .left label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
	line-height: 45px;
    color: #454545;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
.n_content_t_r_input .left label em {
    color: #04448c;
    font-style: normal;
    margin-right: 5px;
}
.n_content_t_r_input input {
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 3px;
    color: #737373;
    border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.n_content_t_r_input textarea {
    padding-left: 15px;
    padding-top: 14px;
    font-size: 16px;
    width: 100%;
    height: 94px;
    max-height: 94px;
    border: 1px solid #ebebeb;
	box-sizing: border-box;
}
.n_content_t_r_input .right.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.n_content_t_r_input input.inputStyle {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.n_content_t_r_input .sexBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#right_con img {
    max-width: 100%;
    height: auto;
}
.n_content_t_r_input2 input {
    margin: 0 10px;
    padding: 15px 30px;
    outline: none;
    font-size: 15px;
    text-align: center;
    border: none;
    line-height: 16px;
    background-color: #04448c;
    border: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.n_content_t_r_input2 > input:nth-child(2) {
    background-color: #454545;
}
@media screen and (max-width: 1199px) {
    .contactBox .container {
        max-width: 100%;
		width: 100%;
		box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
	.contact {
		max-width: 65%;
		margin: 0 auto;
	}
	.n_content_t_r_input.c {
		width: 100%;
		padding: 10px 0;
	}
	.n_content_t_r_input .left label {
		padding-bottom: 8px;
	}
    .n_content_t_r_input .left {
		width: 100%;
	}
	.n_content_t_r_input .right {
		width: 100%;
		padding-right: 0px;
	}
	.n_content_t_r_input input {
		height: 40px;
		padding: 5px 10px;
	}
	.contact_form h2{
		font-size: 20px;
	}
	.contact_form {
		margin-top: 20px;
		padding: 30px 20px;
	}
	.n_content_t_r_input2 input {
		padding: 10px 20px;
	}
}
/* news */
.news-left { float: left; width: 36%; }
.news-left a { display: block; }
.news-left .m { overflow: hidden; position: relative; }
.news-left .m span { display: block; width: 100%; background: no-repeat center / cover; -webkit-transition: all 0.5s; transition: all 0.5s; height: 211px; }
.news-left .m strong { position: absolute; left: 0; top: 0; text-align: center; background-color: #5A7290; color: #fff; font-family: Impact; line-height: 1; font-size: 36px; padding: 10px 8px; z-index: 1; }
.news-left .m small { display: block; font-size: 18px; margin-top: 10px; }
.news-left .text { margin-top: 35px; }
.news-left .text h4 { margin: 0; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-left .text p { margin: 15px 0 0; line-height: 36px; height: 72px; overflow: hidden; color: #666; }
.news-left .text .more { display: block; width: 156px; line-height: 46px; border-radius: 50px; border: 2px solid #5A7290; font-size: 16px; color: #5A7290; text-align: center; -webkit-transition: all 0.5s; transition: all 0.5s; margin-top: 50px; }
.news-left a:hover .m span { -webkit-transform: scale(1.1); transform: scale(1.1); }
.news-left a:hover .more { background-color: #5A7290; color: #fff; }
.news-right { float: right; width: 57%; }
.news-menu { margin-left: -14px; }
.news-menu li { float: left; }
.news-menu li a { display: block; margin-left: 14px; -webkit-transition: all 0.5s; transition: all 0.5s; padding: 10px 16px; font-size: 18px; background-color: #f4f4f4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-menu li a:hover, .news-menu li.active a { background-color: #5A7290; color: #fff; }
.news-con .swiper-slide { background-color: #fff; }
.list-3 li a { display: block; border-bottom: 1px solid #e3e3e3; padding: 30px 0; overflow: hidden; }
.list-3 li .date { float: left; font-size: 48px; text-align: center; line-height: 1; font-family: Impact; color: #ccc; -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-3 li .date small { display: block; font-size: 24px; margin-top: 10px; }
.list-3 li .text { margin-left: 115px; }
.list-3 li .text h4 { margin: 0; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-3 li .text p { color: #666; line-height: 1.8; margin: 10px 0 0; height: 50px; overflow: hidden; }
.list-3 li a:hover .date { color: #5A7290; }
.list-3-1 li a { padding-top: 0; margin-bottom: 30px; }
.list-3-1 li .date { padding: 10px; background-color: #e9e9e9; color: #666; font-size: 36px; }
.list-3-1 li .date small { font-size: 18px; }
.list-3-1 li .text { margin-left: 105px; margin-right: 15%; padding-right: 30px; }
.list-3-1 li .m { float: right; width: 15%; background: no-repeat center / cover; height: 98px; }
.yunu-link { padding: 20px 0; }
.yunu-link h4 { border-bottom: 1px solid #ddd; margin: 0; font-size: 18px; color: #5A7290; padding-bottom: 15px; }
.yunu-link h4 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; }
.footer { padding: 40px 0 0; background-color: #3B3F58; color: #acadad; width: 100%;overflow: hidden;}
.footer a { color: #acadad; }
.footer a:hover { color: #fff; }
.footer-copy { padding: 15px 0; font-size: 13px; text-align: center; background-color: #262939; color: #a1a1a1; margin-top: 40px; }
.footer-copy a{color: #a1a1a1;}
.footer-title { font-weight: bold; font-size: 18px; color: #fff; margin-bottom: 25px; }
.footer-desc { float: left; width: 50%; }
.footer-desc p { margin: 0; font-size: 18px; line-height: 2; text-align: justify;color: #ddd;}
.footer-desc p a{color: #ddd;}
.footer-nav { float: left; width: 50%; margin: 0 0%; }
.footer-nav ul { margin-left: -50px; margin-top: -18px; overflow: hidden; }
.footer-nav li { float: left; width: 33.333333%; }
.footer-nav li a { display: block; font-size: 16px; margin-top: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.25); margin-left: 50px; position: relative; -webkit-transition: all .5s; transition: all .5s; }
.footer-nav li a:before { content: ''; position: absolute; width: 0; height: 2px; background: #fff; left: 0; top: 50%; margin-top: -10px; -webkit-transition: all .5s; transition: all .5s; }
.footer-nav li a:hover { padding-left: 20px; }
.footer-nav li a:hover:before { width: 10px; }
.footer-ewm { float: right; width: 17%; }
.footer-ewm .tel { font-size: 34px; font-weight: bold; margin-bottom: 20px; display: block; }
.footer-ewm ul { overflow: hidden; margin-left: -20px; }
.footer-ewm li { float: left; width: 50%; }
.footer-ewm li .wrap { margin-left: 20px; }
.footer-ewm li .img-center { height: 120px; line-height: 120px; text-align: left; }
.footer-ewm li p { margin-bottom: 0; }
.lanmu { background-color: #f6f6f6; padding: 30px 0; font-size: 20px; font-weight: bold; }
.lanmu small { display: block; font-size: 16px; margin-top: 5px; text-transform: uppercase; }
.lanmu .wz { float: right; font-weight: normal; font-size: 16px; margin-top: 17px; }
.list-4 { margin: -40px 0 0 -40px; }
.list-4 li { float: left; width: 25%; }
.list-4 li a { display: block; margin: 40px 0 0 40px; text-align: center; }
.list-4 li .img-center { height: 328px; line-height: 328px; overflow: hidden; }
.list-4 li .img-center img { -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-4 li p { margin: 15px 0 0; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-4 li a:hover .img-center img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.pages { margin-top: 50px; text-align: center; }
.list-5 { margin: -30px 0 0 -30px; }
.list-5 li { float: left; width: 25%; }
.list-5 li a { display: block; margin: 30px 0 0 30px; position: relative; overflow: hidden; }
.list-5 li .m span { display: block; width: 100%; background: no-repeat center / cover; -webkit-transition: all 0.5s; transition: all 0.5s; padding-top: 72%; }
.list-5 li .text { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.15); -webkit-transition: all 0.5s; transition: all 0.5s; }
.list-5 li .wrap { display: table; width: 100%; height: 100%; }
.list-5 li .inner { display: table-cell; vertical-align: middle; text-align: center; padding: 10px; font-size: 0; }
.list-5 li .inner span { padding: 10px 30px; background-color: rgba(45, 121, 83, 0.8); color: #fff; font-size: 18px; display: inline-block; vertical-align: middle; }
.list-5 li a:hover .text { top: 0; }
.news-content-title { text-align: center; border-bottom: 1px solid #ddd; margin-bottom: 30px; padding-bottom: 20px; }
.news-content-title h1 { margin: 0; font-size: 24px; }
.news-content-title p { margin: 10px 0 0; color: #999; font-size: 0; }
.news-content-title p span { display: inline-block; padding: 0 10px; font-size: 14px; vertical-align: middle; }
.news-content-body { line-height: 1.8; color: #666;}
.news-content-body img { max-width: 100% !important; height: auto !important; width: auto !important; }
.news-content-tool { margin-top: 50px; padding-top: 30px; border-top: 1px solid #ddd; }
.news-content-tool .fh { display: block; margin: 0 auto; text-align: center; width: 130px; line-height: 40px; background-color: #3B3F58; color: #fff; -webkit-transition: all 0.5s; transition: all 0.5s; }
.news-content-tool .fh:hover { background-color: #5A7290; }
.news-page,
.news-page a {color: #666;}
.news-page a:hover {color: #5A7290;}
.contact {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.contact li { width: 25%;}
.contact li .wrap { border-right: 1px solid #eee; padding: 25px 15px; }
.contact li .wrap a:hover img{
	animation: tada 1s;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);transform: scale(1);} 
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 
	100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} 
 }
 @keyframes tada {
	0% {-webkit-transform: scale(1);transform: scale(1);} 
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);transform: scale(1.1) rotate(3deg);} 
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);transform: scale(1.1) rotate(-3deg);} 
	100% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);} 
 }
 
.contact li:last-child .wrap { border: 0; }
.contact li img { display: block; margin: 0 auto; }
.contact li h4 { color: #5A7290; margin: 20px 0 15px; font-size: 18px; }
.contact li p { margin: 0; }
.contact-map { height: 500px; margin-top: 50px; background-color: #f1f1f1; }
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-showcase { margin: 0 auto 50px; max-width: 1200px; }
.yunu-showcase-info { margin-left: 600px; }
.yunu-showcase-info h1 { font-size: 24px; margin: 0; font-weight: normal; }
.yunu-showcase-info p { margin: 30px 0 0; font-size: 16px; color: #777; line-height: 1.8; }
.pc-slide { float: left; width: 550px; }
.view .swiper-slide .imgauto { width: 100%; height: 310px; line-height: 310px; }
.view .swiper-container { width: 100%;/* border: #e22434 1px solid; elu baba.com */ }
.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 #5A7290; }

/*分頁*/
.pagination p { margin: 0; cursor: pointer }
.pagination { height: 40px; text-align: center; padding: 20px 0px; }
.pagination a,
.pagination span { 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: #5A7290; background: white; border: 1px #5A7290 solid; }
.pagination a.page-num-current { border-color: #5A7290; background: #5A7290; 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 }

/*marc新增 2022-03-31*/
.page-about dd { padding-top: 2%; }
.page-about .des { padding-top: 25px; }
.page-about dd p { font-size: 16px; line-height: 2; margin: 25px 0 0px; }
@media screen and (max-width:1799px) {
	.container { max-width: 1550px; }
	.footer-nav { margin: 0 7%; width: 30%; }
	.footer-ewm { width: 18%; }
}
@media screen and (max-width:1599px) {
	.container { max-width: 1350px; }
	.about dd { padding-top: 0; padding-right: 8%; }
	.footer-nav { margin: 0 5%; }
	.footer-ewm { width: 21%; }
}
@media screen and (max-width:1399px) {
	.container { max-width: 1170px; padding: 0;}
	.header .nav li { margin: 0 10px; }
	.about dd h4 small { font-size: 20px; }
	.about dd h4 { font-size: 32px; }
	.about dd p { line-height: 2.4; }
}
@media screen and (max-width:1199px) {
	.container { max-width: 940px; }
	.header .container{
		max-width: 100%;
	}
	.header .nav { margin-left: 160px; }
	.header .nav li { margin: 0 5px; }
	.header .nav li a { font-size: 14px;padding: 0 15px; }
	.section { padding: 60px 0; }
	.section-title { margin-bottom: 40px; }
	.list-1 { margin: -20px 0 0 -20px; }
	.list-1 li a { margin: 20px 0 0 20px; }
	.list-1 li .text { padding: 15px 0; }
	.list-1 li .text p { margin-top: 10px; }
	.cpys { margin: -20px 0 0 -20px; }
	.cpys li a { margin: 20px 0 0 20px; padding: 25px 15px; }
	.list-2 { margin: -20px 0 0 -20px; }
	.list-2 li a { margin: 20px 0 0 20px; }
	.list-2-index li:last-child { display: block; }
	.about dd h4 { font-size: 24px; }
	.about dd p { font-size: 14px; margin: 30px 0; line-height: 2; }
	.about dd .more { line-height: 46px; width: 156px; }
	.list-3 li a { padding: 20px 0; }
	.list-3-1 li a { padding-top: 0; margin-bottom: 20px; }
	.footer-desc { width: 48%; }
	.footer-desc p { font-size: 14px; }
	.footer-ewm .tel { font-size: 24px; }
	.footer-ewm li .img-center { height: 88px; line-height: 88px; }
	.footer-nav { width: 48%;width: 48%; margin: 0 0 0 4%; }
	.footer-nav ul { margin-top: -15px; }
	.footer-nav li a { font-size: 14px; padding-bottom: 15px; margin-top: 15px; }
	.footer-nav li a:before { margin-top: -8px; }
	.news-left .m span { height: 160px; }
	.news-menu li a { font-size: 16px; }
	.list-4 li .img-center { height: 290px; line-height: 290px; }
	.list-5 { margin: -20px 0 0 -20px; }
	.list-5 li a { margin: 20px 0 0 20px; }
	.list-5 li .inner span { font-size: 16px; padding: 10px 20px; }
}
@media screen and (max-width:991px) {
	.container { width: 720px; }
	.header .container{
		max-width: 100%;
	}
	.header .sc-btn-tel {
		margin: 6px 0 0;
	}
	.kefu { display: none; }
	.header .logo { height: 30px; line-height: 30px; float: none; }
	.header .nav { margin: 10px -15px 0; border-top: 1px solid #ddd; text-align: left; padding: 0 15px; display: none; }
	.header .nav li { display: block; margin: 0; }
	.header .nav li a { line-height: 40px; border-bottom: 1px solid #ddd; padding: 0 15px; }
	.header .nav li .arr { display: block; }
	.header .nav li.active a { border-color: #5A7290; }
	.header .nav li.open .arr:after { border-color: #5A7290; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
	.header .nav .dropdown-box { position: static; background-color: transparent; padding: 0 0 0 15px; width: auto; }
	.header .nav .dropdown-box a { color: #333 !important; border-bottom: 1px dashed #ddd; padding: 0 15px; line-height: 40px; }
	.header .sc-btn { width: 30px; height: 30px; margin: 0; }
	.header .sc-form { top: 50px; }
	.menu-btn { display: block; }
	.banner .swiper-button-next, .banner .swiper-button-prev { display: none; }
	.section { padding: 50px 0; }
	.section-title { margin-bottom: 30px; }
	.section-title strong { font-size: 32px; }
	.cpxl-menu { margin-bottom: 10px; }
	.list-1 li { width: 50%; }
	.cpys li { width: 50%; }
	.cpys li i { height: 50px; }
	.list-2 li .text { padding: 15px 15px 0; }
	.list-2 li .text h4 { font-size: 16px; }
	.about dd { padding-right: 5%; }
	.about dd h4 { font-size: 20px; }
	.about dd h4 small { font-size: 16px; }
	.about dd p { margin: 20px 0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
	.about dd .more { line-height: 36px; width: 116px; font-size: 14px; }
	.news-menu { margin-left: -10px; }
	.news-menu li a { font-size: 14px; margin-left: 10px; padding: 6px 12px; }
	.news-left .m strong { font-size: 24px; }
	.news-left .m strong small { font-size: 14px; margin-top: 5px; }
	.news-left .m span { height: 100px; }
	.news-left .text { margin-top: 15px; }
	.news-left .text h4 { font-size: 16px; }
	.news-left .text p { line-height: 1.8; height: 50px; }
	.news-left .text .more { line-height: 36px; width: 116px; font-size: 14px; margin-top: 30px; }
	.list-3 li a { padding: 15px 0; }
	.list-3 li .date { font-size: 24px; padding: 10px 0; }
	.list-3 li .date small { font-size: 16px; }
	.list-3 li .text { margin-left: 70px; }
	.list-3 li .text h4 { font-size: 16px; }
	.list-3 li .text p { font-size: 12px; height: 44px; margin-top: 5px; }
	.list-3-1 li a { padding-top: 0; margin-bottom: 15px; }
	.list-3-1 li .date { padding: 10px; }
	.list-3-1 li .text { margin-left: 90px; margin-right: 23%; padding-right: 20px; }
	.list-3-1 li .m { height: 70px; width: 23%; }
	.footer-title { margin-bottom: 15px; }
	.footer-desc { width: 48%; }
	.footer-nav { width: 48%; margin: 0 0 0 4%; }
	.footer-nav ul { margin-left: -20px; }
	.footer-nav li a { margin-left: 20px; }
	.footer-ewm { width: 100%; margin-top: 40px; }
	.footer-ewm li { width: auto; }
	.footer-ewm li .img-center { height: 120px; line-height: 120px; }
	.lanmu { padding: 20px 0; }
	.lanmu .wz { font-size: 14px; }
	.list-4 li { width: 33.333333%; }
	.list-5 li { width: 33.333333%; }
	.news-content-title h1 { font-size: 20px; }
	.news-content-tool { margin-top: 30px; }
	.contact li img { height: 50px; width: auto; }
	.contact li h4 {
		margin: 10px 0 7px;
	}
	.contact-map { height: 400px; margin-top: 30px; }
	.pc-slide { float: none; margin: 0 auto; }
	.yunu-showcase-info { margin: 30px 0 0; text-align: center; }
	.yunu-showcase-info p { font-size: 14px; margin-top: 20px; }
}
@media screen and (max-width:767px) {
	#message .m-content .m-message { width: 90%; padding: 20px; }
	.container { width: auto; padding: 0 5px;}
	.header .sc-btn-tel{font-size: 15px;background-size: 16px;padding-left: 17px;}
	.header .sc-form { width: 200px; padding: 10px; }
	.header .sc-form input { line-height: 20px; width: 115px; font-size: 12px; }
	.header .sc-form button { width: 60px; font-size: 14px; height: 34px; line-height: 34px; }
	.section { padding: 30px 0; }
	.section-title { margin-bottom: 20px; font-size: 18px; }
	.section-title strong { font-size: 20px; }
	.cpxl-menu { margin-bottom: 5px; }
	.cpxl-menu li { margin: 0 10px; }
	.cpxl-menu li a { padding-bottom: 10px; font-size: 14px; }
	.list-1 li .text h4 { font-size: 16px; }
	.cpys li h4 { font-size: 16px; }
	.list-2 li { width: 50%; }
	.about dt { float: none;width: 100%;margin-bottom: 30px; }
	.about dt img { width: 80%; }
	.about dd { margin: 0; padding: 0; }
	.news-left { width: 100%; }
	.news-left .m span { height: auto; padding-top: 36%; }
	.news-left .text .more { margin-top: 20px; }
	.news-right { width: 100%; margin-top: 30px; }
	.news-menu { margin-left: -5px; }
	.news-menu li { width: 25%; }
	.news-menu li a { margin-left: 5px; }
	.footer { padding-top: 30px; }
	.footer-copy { margin-top: 30px; }
	.footer-desc, .footer-nav { width: 100%; margin: 0; }
	.footer-nav, .footer-ewm { margin-top: 30px; }
	.lanmu { padding: 8px 0; }
	.lanmu .wz { display: none; }
	.list-3-1 li .m { display: none; }
	.list-3-1 li .text { margin-right: 0; padding-right: 0; }
	.list-4 { margin: -15px 0 0 -15px; }
	.list-4 li { width: 50%; }
	.list-4 li a { margin: 15px 0 0 15px; }
	.list-4 li .img-center { height: 240px; line-height: 240px; }
	.list-4 li p { margin-top: 10px; font-size: 14px; }
	.pages { margin-top: 30px; }
	.pages a { font-size: 12px; }
	.list-5 { margin: -15px 0 0 -15px; }
	.list-5 li { width: 50%; }
	.list-5 li a { margin: 15px 0 0 15px; }
	.list-5 li .inner span { font-size: 14px; }
	.news-content-title { margin-bottom: 20px; padding-bottom: 15px; }
	.news-content-title h1 { font-size: 18px; }
	.news-content-title p span { font-size: 12px; }
	.news-content-tool { margin-top: 20px; padding-top: 20px; }
	.contact li { width: 100%; }
	.contact li .wrap { padding: 20px 0; border-right: 0; border-bottom: 1px solid #eee; }
	.contact-map { height: 300px; }
	.yunu-showcase { margin-bottom: 30px; }
	.pc-slide { width: auto; }
	.yunu-showcase-info h1 { font-size: 20px; }
	.yunu-showcase-info p { margin-top: 10px; }
	.page_about::before {
		width: 95%;
		height: 35vw;
		top: 10%;
	}
}

/*product*/
.product{
	font-size: 18px;
	padding: 70px 0 0;
}
.des_1 {
    font-size: 22px;
	background-color: #f5f5f5;
	padding: 60px 20px 100px;
}
.des_1 .container{
	max-width: 1200px;
	margin: 0 auto;
}
.des_2 {
	padding: 0 10px 50px;
	margin-top: -50px;
	position: relative;
}
.des_2_txt {
    margin-bottom: 1rem;
	margin: 75px 0 50px;
	text-align: center;
}
.list-1.list1 li .m span {
    padding-top: 40%;
}
.des_3 {
	padding: 70px 15px 100px;
	background-image: url(../images/bg_gray.webp);
	background-size: cover;
	background-position: bottom;
}
.des_3 .container{
	max-width: 1200px;
	margin: 0 auto;
	font-size: 22px;
}
.des_3 .container a{
	color: #71ACAD;
	text-decoration: underline;
}
.des_3 .container a:hover{
	color: #11145B;
}
.des_img {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 50px 7px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0px 0;
	background: linear-gradient(165deg, #D9F0F0 0%, #71ACAD 100%);
	position: relative;
	border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.des_img > div {
    padding: 0px;
	margin: 0 10px;
    height: 10vh;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}
.des_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.productdetail_bottom{
	background-color: #f5f5f5;
	padding:  50px 15px 30px;
}
.product .news-content-body {
    min-height: 50px;
}
#zoom-preview {
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-size: 200%; /* 放大倍數 */
	position: absolute;
  }
  .img-wrapper {
	display: flex;
	gap: 20px;
  }
@media screen and (max-width: 991px) {
	.des_img > div {
		height: 5vw;
	}
}
@media screen and (max-width: 768px) {
	.des_1 {
		font-size: 18px;
		padding: 40px 20px 90px;
	}
	.des_img{
		padding: 30px 7px;
	}
	.des_3 {
		padding: 50px 20px 60px;
	}
	.des_3 .container {
		font-size: 18px;
	}
}
@media screen and (max-width: 550px) {
    .des_img {
        flex-wrap: wrap;
    }
    .des_img > div {
        margin: 10px;
        height: 5vh;
    }
}