﻿@import url("base.css");
:root {
	--a-color:#222;
	--a-hover-color:#1672e5;
	--a1-color:#1672e5;
	--a1-hover-color:#ff6a48;
	--text-color:#505050;
	--text-gray9:#999;
	--text-gray8:#808080;
	--text-gray6:#666;
	--ntis-fs: 36px;
	--ntis-color: #333;
	--tis-fs: 30px;
	--tis-color: #333;
	--tis20-fs: 20px;
	--fs16: 16px;
	--lh16: 1.6;
	--lh165: 1.65;
	--lh17: 1.7;
	--lh18: 1.8;
	--lh19: 1.9;
}
* {
	transition-delay:0ms;
	transition-timing-function:linear;
	transition-duration:180ms;
	transition-property:width,height,margin,padding,color,box-shadow,border,background-color,background-image,opacity,transform,rectangle;
}
body {position:relative;z-index:1;margin:0 auto;max-width:1920px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#333;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#222;resize:none;box-sizing:border-box;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
::-webkit-input-placeholder {color:#aaa;}
a:link,a:visited,a:active {color:#222;text-decoration:none;}
a:hover {color:#1672e5;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-center {display:flex;align-items: center;justify-content:center;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#header {position: fixed; top: 0; left: 0; right: 0; z-index: 999; display: flex; align-items: center; justify-content: center; height: 100px; box-sizing: border-box; background-color: rgba(0,0,0,0);}
#header.p2 {background-color: rgba(0,30,180,0.25);}
#header.p2 .nav-menu {background-color: rgba(0,30,180,0.25);}
#header.p3,#header.p4 {background-color: rgba(22,114,229,0.4);}
#header.p3 .nav-menu,#header.p4 .nav-menu {background-color: rgba(22,114,229,0.4);}
#header.p5 {background-color: rgba(0,90,180,0.25);}
#header.p5 .nav-menu {background-color: rgba(0,90,180,0.25);}
#header.fd {background-color: rgba(40,40,40,0.7);}
#header .logo {position:absolute;top:50%;left:70px;z-index:10;margin-top:-36px;display:flex;flex-direction:column;justify-content:center;height:73px;font-size:0;}
#header .logo img {max-height:100%;}
#header .r {position: absolute; top: 0; right: 50px; z-index:10; display: flex; align-items: center; height: 100%;}
#header .ss {position: relative; width: 36px; height: 36px;}
#header .ss i {position: relative; z-index: 10; display: block; width: 100%; height: 100%; font-size: 0; border-radius: 50%; background: url(../images/search2.png) no-repeat center center rgba(0,0,0,0.25); cursor: pointer;}
#header .ss .item {position: absolute; top: -2px; right: 0; z-index: 1; padding-right: 46px; width: 260px; height: 40px; box-sizing: border-box; visibility: hidden; opacity: 0; transform: translateX(-20px); transition: all ease-out 500ms;}
#header .ss .item input {padding: 0 10px; width: 100%; height: 100%; color:#fff; border-radius: 3px; border: none; background-color:rgba(0,0,0,0.25);}
#header .ss .item input:-moz-placeholder {color:#ccc;}
#header .ss .item input::-moz-placeholder {color:#ccc;}
#header .ss .item input::-webkit-input-placeholder {color:#ccc;}
#header .ss:hover .item {visibility: visible; opacity: 1; transform: translateX(0);}
#header .lang {margin-right: 18px; width: 28px; height: 28px; color:#fff; font-size: 13px; font-weight: bold; line-height: 28px; text-align: center; border-radius: 50%; background-color: #0070bb;}

#header .nav {display: flex;height: 100%;}
#header .nav li {position:relative; height:100%;}
#header .nav li:not(:last-child) {margin-right: 50px;}
#header .nav li > a {display: flex; align-items: center; height: 100%; color:#fff; font-size: 15px; font-weight: bold;}
#header .nav li:hover .nav-menu {opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);}
#header .nav-menu {position: absolute; top: 100%; left: 50%; padding-top: 8px; padding-bottom: 10px; min-width: 140px; border-radius: 0 0 3px 3px; background-color: rgba(40,40,40,0.7); opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(15px); transition: all ease-out 300ms;}
#header .nav-menu a {display: block; padding: 6px 10px; color:#fff; text-align: center; white-space: nowrap; word-break: keep-all;}
#header .nav-menu a:hover {color:var(--a1-hover-color)}

#search {display: none;}

#banners {position:relative; height:670px; box-sizing: border-box; background-repeat:no-repeat; background-position:center center;}
#banners .flex-column {height:100%; color:#fff; text-align: center;}
#banners .flex-column h2 {font-size: 30px; line-height:1;}
#banners .flex-column p {margin-bottom: 15px; color:#ccc; font-size:48px; text-transform:uppercase; line-height:1;}

#mheader_menu, #mnav, #menu {display:none;}

.wrap {margin-left:auto;margin-right:auto;width:1500px;box-sizing:border-box;}
#content {padding-bottom: 100px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#finfo {color:#8e8f8f; background-color:#272a2f;}
#finfo a {color:#8e8f8f;}
#finfo a:hover {color:#fff;}
#finfo .wrap {display: flex; justify-content: space-between; padding-top: 50px; padding-bottom: 40px;}
#finfo .fnav {display: flex;}
#finfo .fnav li:not(:last-child) {margin-right: 100px;}
#finfo .fnav li h3 {margin-bottom: 25px; color:#d8d9db; font-size: 18px; line-height: 1;}
#finfo .fnav li dl dd:not(:first-child) {margin-top: 12px;}
#finfo .fnav li div {width: 100px;}
#finfo .fnav li div a {display: block; padding: 14px 3px; color:#fff; border-bottom: 1px solid #4a4c50;}
#finfo .fnav li div a:first-child {padding-top: 0;}
#finfo .r {display: flex; flex-direction: column; align-items: flex-end;}
#finfo .links {position: relative; width: 190px; height: 40px; cursor: pointer;}
#finfo .links p {display: flex; align-items: center; padding-left: 15px; padding-right: 12px; height: 100%; color:#b5b3b3; box-sizing: border-box; border: 1px solid #5d5f63;}
#finfo .links p::after {display: block; margin-left: auto; border-top: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; content: '';}
#finfo .links div {position: absolute; top: 100%; right: 0; display: none; margin-top: -1px; border: 1px solid #5d5f63; border-top: none; background-color:#272a2f;}
#finfo .links div a {display: block; padding: 10px 12px 10px 20px; color:#b5b3b3; text-align: right; white-space: nowrap; word-break: keep-all; border-top: 1px solid #5d5f63;}
#finfo .links div a:hover {color:#fff;}
#finfo .links:hover div {display: block;}
#finfo .flink {display: flex; align-items: center; margin-top: 25px;}
#finfo .flink > a {margin-right: 9px; width: 20px; height: 20px; line-height: 20px; color:#2f3338; text-align: center; border-radius: 4px; background-color: #777c81;}
#finfo .flink > a i {font-size: 14px;}
#finfo .flink > a i.icon-linkedin {font-size: 12px;}
#finfo .flink > a:hover {background-color:#fff;}
#finfo .flink div {display: flex; align-items: center;}
#finfo .flink div i {margin-right: 9px; width: 20px; height: 20px; line-height: 20px; color:#000; font-size: 12px; text-align: center; border-radius: 4px; background-color: #777c81;}
#finfo .flink div a {color:#d3d3d3; font-size: 18px; font-weight: bold;}
#finfo .qrcode {display: flex; justify-content: flex-end; margin-top: 20px;}
#finfo .qrcode dd {margin-left: 30px; width: 90px; font-size: 0; text-align: center;}
#finfo .qrcode dd img {width: 100%;}
#finfo .qrcode dd p {margin-top: 10px; font-size: 12px;}

#footer {background-color:#1a1b1d;}
#footer a {color:#6c6b6b;}
#footer a:hover {color:#fff;}
#footer .wrap {padding-top: 22px; padding-bottom: 22px; color:#6c6b6b; font-size: 12px; line-height: 1.6; background-color:#1a1b1d;}

/*===================================================================================*/

.ntis {position: relative; padding-top: 60px; padding-bottom: 25px; text-align: center; border-bottom: 1px solid #c9cacb;}
.ntis::after {position: absolute; bottom: -1px; left: 50%; display: block; width: 156px; height: 3px; background-color: var(--a-hover-color); content: ''; transform: translateX(-50%);}
.ntis h2 {color:var(--ntis-color); font-size:var(--ntis-fs); line-height: 1;}

/*===================================================================================*/


/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#bmenu {position: relative; z-index: 10; margin: 0 auto; width: 1645px;}
#bmenu > div {display: flex; justify-content: center; position: absolute; bottom: 0; left: 0; right: 0; height: 70px; background-color:var(--a-hover-color); overflow: hidden;}
#bmenu > div a {display: flex; align-items: center; justify-content: center; flex: 1; max-width: 260px; color:#fff; font-size: 18px; font-weight: bold; overflow: hidden;}
#bmenu > div a.curt {background-color:#1360c1;}

.input_mig {width: 0; height: 0; opacity: 0; visibility: hidden; display: none;}
.input_text {padding:0px 8px;width:280px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_area {padding:6px 8px;height:176px;line-height:1.6;box-sizing:border-box;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0 0 0 8px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_radio {position:relative;top:1px;}
.input_checkbox {position:relative;top:1px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_radio {position:relative;top:3px;width:15px;height:15px;}
	.input_checkbox {position:relative;top:3px;width:15px;height:15px;}
}
.button {width:180px;height:45px;color:#fff;font-size:16px;box-sizing:border-box;border:none;background-color:var(--a-hover-color);cursor:pointer;}
.button:hover {background-color:var(--a1-hover-color);}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:3%;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {font-size:16px;line-height:1.9;}
.editorc::after {display:block;width:100%;clear:both;content:'';}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0;}
.editorc a {color:#1671e4;text-decoration:none;}
.editorc a:hover {color:var(--a1-hover-color);}
.editorc img {transition: none;}
.editorc hr {padding-bottom:4px;border:0;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0;font-weight:bold;line-height:1.4;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-bottom:20px;padding-left:1.5em;}
.editorc ol li {list-style-type:decimal;}
.editorc ol:last-child {margin-bottom:0;}
.editorc table.border {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc table.border td,.editorc table.border th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc table.border td table {margin-bottom:0;}
.editorc table.border td p {margin:0;padding:0;}
.editorc table.border th p {margin:0;padding:0;}

.editorc2 {line-height:1.9;}
.editorc2::after {display:block;width:100%;clear:both;content:'';}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-bottom:20px;padding-left:1.5em;}
.editorc2 ol li {list-style-type:decimal;}
.editorc2 ol:last-child {margin-bottom:0;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td, .editorc_tbe th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0;}
.editorc_tbe td p,.editorc_tbe th p {margin:0;padding:0;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0;}
.editorc_tbe table.no-border th {border:none;padding:0;}

#prevnext {position:relative;margin-top:4%;padding:20px 150px 0 0;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:30px;}
#prevnext_back {position:absolute;top:22px;right:0;display:block;padding:8px 15px 8px 10px;color:#222;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:var(--a-hover-color);}
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}


/*===================================================================================*/
/* 产品介绍 */

#prods1 .info {display: grid; grid-template-columns: 29.33% auto 29.33%; column-gap: 50px; margin-top: 50px;}
#prods1 .info .imgs div {font-size: 0; overflow: hidden;}
#prods1 .info .imgs div img {width: 100%;}
#prods1 .info .imgs p {margin-top: 15px; font-size: var(--fs16); line-height: var(--lh16);}
#prods1 .info .img2 {grid-row: 1; grid-column: 3/4;}
#prods1 .info .editorc {grid-row: 1; grid-column: 2/3; margin-top: -7px;}
#prods1 .intro {margin-top: 70px;}
#prods1 .intro .tis {margin-bottom: 15px; color:#144fa4; font-size: 22px; line-height: 1.5; text-align: center;}

#prods2 .wrap {padding-bottom: 80px;}
#prods2 .info1 {display: flex; margin-top: 50px;}
#prods2 .info1 .editorc {flex: 1 1 auto; margin-top: 20px; margin-right: 60px;}
#prods2 .info1 .imgs {flex: 0 0 auto; width: 50.33%; font-size: 0; overflow: hidden;}
#prods2 .info1 .imgs img {max-width: 100%;}
#prods2 .info2 {margin-top: 80px;}
#prods2 .info3 {margin-top: 20px; position: relative;}
#prods2 .info3 .tags {margin-bottom: 15px; padding-right: 5px; display: flex; align-items: center; justify-content: flex-end;}
#prods2 .info3 .tags span {position: relative; margin-left: 8px; width: 50px; height: 10px;}
#prods2 .info3 .tags span::after {position: absolute; top: 0; left: 100%; display: block; width: 5px; height: 100%; content: ''; clip-path: polygon(0% 0%, 0% 100%, 100% 50%);}
#prods2 .info3 .tags span:not(:last-child) {margin-right: 20px;}
#prods2 .info3 .tags .jd1 {background-color:#18a565;}
#prods2 .info3 .tags .jd1::after {background-color:#18a565;}
#prods2 .info3 .tags .jd2 {background-color:#84cdac;}
#prods2 .info3 .tags .jd2::after {background-color:#84cdac;}
#prods2 .info3 .tags .jd3 {background-color:#d1ede0;}
#prods2 .info3 .tags .jd3::after {background-color:#d1ede0;}
#prods2 .info3 .cont-m {display: none;}
#prods2 .info3 .cont {position: relative;}
#prods2 .info3 .cont img {max-width: 100%;}
#prods2 .info3 .cont ul {display: flex; flex-direction: column; justify-content: space-between; position: absolute; top: 0; right: 0; padding: 95px 0 30px 0; width: 42.4%; height: 100%; box-sizing: border-box;}
#prods2 .info3 .cont ul li {position: relative; padding-right: 110px;}
#prods2 .info3 .cont ul li *::after {position: absolute; top: 0; left: 100%; display: block; width: 5px; height: 100%; content: ''; clip-path: polygon(0% 0%, 0% 100%, 100% 50%);}
#prods2 .info3 .cont ul li div {position: relative; z-index: 1; margin-right: 5px; height: 10px; background-color: #d1ede0;}
#prods2 .info3 .cont ul li div::after {background-color: #d1ede0;}
#prods2 .info3 .cont ul li a {position: absolute; top: -7px; right: 20px; color:#18a565; font-size: 16px;}
#prods2 .info3 .cont .bg {position: absolute; top: 0; left: 0; z-index: 2; display: block; width: 0; height: 100%; background-color: #84cdac; transition: width 800ms ease-out 300ms;}
#prods2 .info3 .cont .bg::after {background-color: #84cdac;}
#prods2 .info3 .cont .jd {position: absolute; top: 0; left: 0; z-index: 3; display: block; width: 0; height: 100%; background-color: #18a565; transition: width 800ms ease-out 1s;}
#prods2 .info3 .cont .jd::after {background-color: #18a565;}
#prods2 .info3 .cont .w1 {width: 30.38%;}
#prods2 .info3 .cont .w2 {width: 46.73%;}
#prods2 .info3 .cont .w3 {width: 60.57%;}
#prods2 .info3 .cont .w4 {width: 74.23%;}
#prods2 .info3 .cont .w5 {width: 87.88%;}
#prods2 .info3 .cont .w6 {width: 100%;}
#prods2 .info3 .editorc {margin-top: 15px; color: rgb(244, 158, 26);}

#prods3 {display: flex; margin-top: 50px;}
#prods3 .imgs {flex: 0 0 auto; width: 49.53%; font-size: 0; overflow: hidden;}
#prods3 .imgs img {width: 100%;}
#prods3 .editorc {flex: 1 1 auto;  margin-left: 50px;}

/*===================================================================================*/
/* 新闻列表 */

#news li {display: grid; grid-template-columns: auto 36%; column-gap: 50px; position: relative; padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #e1e1e1;}
#news li::after {position: absolute; bottom: -1px; left: 0; right: 0; display: block; height: 5px; background-color:#1573e5; content: ''; transform: scaleX(0); transform-origin: 100% 50%; transition: transform 0.6s cubic-bezier(0.59, 0.02, 0.17, 0.95);}
#news li .imgs {grid-row: 1; grid-column: 2/3; font-size: 0; overflow: hidden;}
#news li .imgs img {width: 100%; transition: ease-out 1s;}
#news li .text {grid-row: 1; grid-column: 1/2;}
#news li .text h2 {margin-top: 30px; font-size: 22px; line-height: 1.5;}
#news li .text .desc {margin-top: 20px; color:#666; font-size: var(--fs16); line-height: var(--lh18); -webkit-line-clamp: 3;}
#news li .text .date {display: flex; color:#4996ff; font-family: Arial; font-weight: bold; font-size: 15px; line-height: 1;}
#news li .text .date div {display: flex; flex-direction: column; text-align: center;}
#news li .text .date span {margin-bottom: 5px; font-size: 46px;}
#news li .text .date-m {display: none;}
#news li:hover::after {transform: scaleX(1); transform-origin: 0 50%;}
#news li:hover .imgs img {transform: scale(1.06);}
#news li:hover h2 {color:var(--a-hover-color);}
#news li:hover h2 a {color:var(--a-hover-color);}

#news_info h1 {padding:60px 0 25px 0; color:#333; font-size:var(--tis-fs); line-height:1.6; text-align:center;}
#news_info p {padding-bottom:15px; color:#999; text-align:center; border-bottom:1px dashed #ccc;}
#news_info p span {margin-left:30px;}
#news_info p span:first-child {margin-left: 0;}
#news_info p span i {margin-right: 5px;}

/*===================================================================================*/
/* 规划建设 */

#plan1 li {display: flex; align-items: center; margin-top: 60px;}
#plan1 li .imgs {flex: 0 0 auto; width: 44.666%; font-size: 0; overflow: hidden;}
#plan1 li .imgs img {width: 100%; transition: ease-in-out 1s;}
#plan1 li .text {flex: 1 1 auto; margin-left: 45px;}
#plan1 li .text h3 {color:var(--tis-color); font-size: var(--tis-fs); line-height: 1.5;}
#plan1 li .text p {margin-top: 30px; font-size: var(--fs16); line-height: var(--lh18);}
#plan1 li:hover .imgs img {transform: scale(1.08);}

#plan2 {display: flex; align-items: flex-start; margin-top: 50px;}
#plan2 .imgs {flex: 0 0 auto; width: 35.33%; font-size: 0; overflow: hidden;}
#plan2 .imgs img {width: 100%;}
#plan2 .editorc {flex: 1 1 auto; margin-left: 60px;}

/*===================================================================================*/
/* 联系我们 */

#contact .map {margin-top: 30px; font-size: 0; text-align: center; background-size: 0 0;}
#contact .map img {max-width: 100%;}
#contact .info {padding-top: 50px; padding-bottom: 50px;}
#contact .info h1 {font-size: 24px; text-align: center;}
#contact .info dl {margin-top: 50px; display: flex; justify-content: center;}
#contact .info dl dd {flex: 1; padding: 0 60px; font-size: 16px; text-align: center;}
#contact .info dl dd:not(:last-child) {border-right: 2px solid #e8e8e8;}
#contact .info dl dd i {display: block; margin: 0 auto; width: 54px; height: 54px; line-height: 54px; font-size: 20px; border-radius: 50%; border: 1px solid #ddd;}
#contact .info dl dd p {margin-top: 15px; line-height: 1.6;}
#contact .lxfs {display: grid; grid-template-columns: 1fr 1fr; gap: 35px 40px; padding-bottom: 80px;}
#contact .lxfs li {padding: 30px 35px; box-shadow: 0 0 6px rgba(0,0,0,0.2); background-color: #fff;}
#contact .lxfs dl {line-height: 1.6;}
#contact .lxfs dl dt {font-size: var(--tis20-fs); font-weight: bold;}
#contact .lxfs dl dd {display: flex; margin-top: 5px; font-size: 16px;}
#contact .lxfs dl dd:nth-of-type(1) {margin-top: 12px;}
#contact .lxfs dl dd i {flex: 0 0 auto; margin-top: 1px; margin-right: 10px; width: 18px; color:#ffa754; text-align: center;}
#contact .lxfs dl dd i.icon-email-light {margin-top: 6px; font-size: 10px;}

/*===================================================================================*/
/* 在线留言 */

#message {margin: 0 auto; padding-top: 10px; width: 700px;}
#message .inputs {display:inline-block;margin-top:30px;width:48%;font-size:0;vertical-align:top;}
#message .inputs p {padding-bottom:8px;color:#666;font-size:16px;}
#message .inputs p span { position:relative;top:3px;margin-left:5px;color:#ff0000;}
#message .inputs input {padding:0 10px;width:100%;height:42px;font-size:14px;border:1px solid #ddd;border-radius:3px;background-color:#fff;}
#message .inputs textarea {padding:8px 10px;width:100%;height:150px;font-size:14px;line-height:1.8;border:1px solid #ddd;border-radius:3px;background-color:#fff;}
#message .inputs input:focus, #message .inputs textarea:focus {box-shadow: 0 0 6px #ccc;}
#message .mig {display: none;}
#message .yzm {position: relative;}
#message .yzm img {position: absolute; bottom: 3px; right: 3px; height: 34px; cursor: pointer;}
#message .btn {margin-top:40px;font-size:0;text-align:center;}
#message .mar {margin-left:4%;}

/*===================================================================================*/

#win_ts {position:fixed;top:20%;left:50%;z-index:9999;margin-left:-170px;padding:32px 20px;width:300px;color:#fff;font-size:22px;line-height:1.4;text-align:center;opacity:0;transition:all 0.5s;border-radius:8px;background-color:rgba(0,0,0,0.7);overflow:hidden;}
#win_loading {position:fixed;top:0%;left:0%;z-index:9999;width:100%;height:100%;background:url(../images/loading2.gif) no-repeat center center;}
#win_loading_bg {position:fixed;top:0px;left:0px;z-index:9998;width:100%;height:100%;background-color:rgba(255,255,255,0);}

#win-fybox-overlay {position: fixed; inset: 0; z-index: 9998; background-color:#000; opacity: 0.8; cursor: pointer;}
#win-fybox {position: fixed; inset: 0; z-index: 9999; margin: auto; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#win-fybox .fybox-loading {width: 100%; height: 100%; min-width: 37px; min-height: 37px; background: url(../images/loading2.gif) no-repeat center center;}
#win-fybox .fybox-wrap {position: relative; cursor: default;}
#win-fybox .fybox-error {padding: 15px; color:#333; font-size: 14px; line-height: 1.8; background-color:#fff;}
#win-fybox .fybox-close {position: absolute; top: -13px; right: -13px; display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; visibility: hidden; border-radius: 50%; border: 2px solid #fff; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.5); background-color:#000; overflow: hidden; cursor: pointer;}
#win-fybox .fybox-close:hover {background-color:#ff0000;}
#win-fybox .fybox-close:hover svg {transform: rotate(180deg);}
#win-fybox .fybox-close svg {width: 10px; height: 10px; transition: transform 500ms;}
#win-fybox .fybox-close svg line {stroke:#fff; stroke-width: 2;}

/*===================================================================================*/

#news_page {margin-top:50px;width:100%;}
#pros_page {margin-top:50px;width:100%;}
.fypage {display: flex; align-items: center; justify-content: center; text-align: center; overflow:hidden;}
.fypage a,.fypage span {margin:0 5px; width:46px; height: 46px; line-height:46px; font-size:14px; font-weight: bold; color:#666; border: 1px solid #dcdcdc; border-radius: 50%; background-color:#fff; box-sizing:border-box; overflow:hidden;}
.fypage a:hover {color:#fff; border-color:#54aff5; background-color:#54aff5;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff; border-color:#54aff5; background-color:#54aff5;}
.fypage .fypage_sl {width:46px; height: 46px; line-height:46px; font-style:normal; font-weight: normal;}
.fypage .fypage_prev i,.fypage .fypage_next i {font-size:14px; font-weight: normal;}

#news_mpage {display:none;margin-top:6%;}
#pros_mpage {display:none;margin-top:6%;}
.mfypage {width:100%;height:24px;font-size:0;text-align:center;overflow:hidden;}
.mfypage a,.mfypage span {display:inline-block;margin:0 2px;padding:0 8px;height:22px;font-size:12px;line-height:22px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff; border-color:#54aff5; background-color:#54aff5;}
#mfypage_gov {display:inline-block;margin:0px 2px;padding:0px 6px;width:36px;height:24px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
#mfypage_gobtn:hover {color:#fff; border-color:#54aff5; background-color:#54aff5;}