* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
[v-cloak] {
 display:none;
}
/* 進場動畫 */
a {
	text-decoration: none
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999
}
.loadingfa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 29px;
	color: #444;
	position: absolute;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	top: 50%
}
.animteeh {
	opacity: .2;
	transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px)
}
.animteeh.active {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}
.animts {
	opacity: .2;
	transition: all ease 1.5s;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px)
}
.active.animts {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}
@keyframes rotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-webkit-keyframes rotate {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes rotate {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(360deg)
}
}
@-ms-keyframes rotate {
from {
-ms-transform:rotate(0)
}
to {
	-ms-transform: rotate(360deg)
}
}
@-o-keyframes rotate {
from {
-o-transform:rotate(0)
}
to {
	-o-transform: rotate(360deg)
}
}
@keyframes rotate1 {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(-360deg)
}
}
@-webkit-keyframes rotate1 {
from {
-webkit-transform:rotate(0)
}
to {
	-webkit-transform: rotate(-360deg)
}
}
@-moz-keyframes rotate1 {
from {
-moz-transform:rotate(0)
}
to {
	-moz-transform: rotate(-360deg)
}
}
@-ms-keyframes rotate1 {
from {
-ms-transform:rotate(0)
}
to {
	-ms-transform: rotate(-360deg)
}
}
@-o-keyframes rotate1 {
from {
-o-transform:rotate(0)
}
to {
	-o-transform: rotate(-360deg)
}
}
.xuanzhuan {
	animation: 2s linear 0s normal forwards infinite rotate;
	-webkit-animation: 2s linear 0s normal forwards infinite rotate;
	-moz-animation: 2s linear 0s normal forwards infinite rotate;
	-o-animation: 2s linear 0s normal forwards infinite rotate
}
.xuanzhuan1 {
	animation: 5s linear 0s normal forwards infinite rotate;
	-webkit-animation: 5s linear 0s normal forwards infinite rotate;
	-moz-animation: 5s linear 0s normal forwards infinite rotate;
	-o-animation: 5s linear 0s normal forwards infinite rotate
}
.nizhuan {
	animation: 2s linear 0s normal forwards infinite rotate1;
	-webkit-animation: 2s linear 0s normal forwards infinite rotate1;
	-moz-animation: 2s linear 0s normal forwards infinite rotate1;
	-o-animation: 2s linear 0s normal forwards infinite rotate1
}
.nizhuan1 {
	animation: 3s linear 0s normal forwards infinite rotate1;
	-webkit-animation: 3s linear 0s normal forwards infinite rotate1;
	-moz-animation: 3s linear 0s normal forwards infinite rotate1;
	-o-animation: 3s linear 0s normal forwards infinite rotate1
}
@keyframes Updown {
0% {
transform:translateY(30px);
-webkit-transform:translateY(30px);
-moz-transform:translateY(30px);
-ms-transform:translateY(30px);
-o-transform:translateY(30px)
}
100% {
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0)
}
}
.shangxia {
	animation: 1.4s 0s alternate none infinite running Updown
}
.yaohuan {
	animation: 2.4s 0s alternate none infinite running swing
}
.yaohuan1 {
	animation: 9.4s 0s alternate none infinite running swing
}
.flash {
	animation: 2.4s 0s alternate none infinite running flash
}
.wobble {
	animation: 20.4s 0s alternate none infinite running wobble
}
.dtable {
	display: table;
	width: 100%;
	height: 100%
}
.dcell {
	display: table-cell;
	vertical-align: middle
}
.shangxia1 {
	animation: 2.4s 0s alternate none infinite running Updown
}
.shangxia2 {
	animation: 2.9s 0s alternate none infinite running Updown
}
.shangxia3 {
	animation: 3.4s 0s alternate none infinite running Updown
}
.shangxia4 {
	animation: 2.5s 0s alternate none infinite running Updown
}
.shangxia5 {
	animation: 3.3s 0s alternate none infinite running Updown
}
.shangxia6 {
	animation: 2.4s 0s alternate none infinite running Updown
}
.shangxia7 {
	animation: 2.6s 0s alternate none infinite running Updown
}
.df {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.dc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.as {
	-webkit-box-align: justify;
	-webkit-align-items: space-between;
	-ms-flex-align: justify;
	align-items: space-between
}
.ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.js {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.fww {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}
table {
	margin: 0 auto;
	width: 100%;
}
th, td {
	border: 1px solid #bdc9d2;
	text-align: center;
	padding: 5px 0 !important;
}
table td, table th {
	padding: 5px 6px;
	border-right: 1px solid #bdc9d2;
	border-bottom: 1px solid #bdc9d2;
	font-size:14px;
	line-height: 38px;
}

table th {
	background: #e8f4fc;
	color: #343e46;
	font-weight: normal;
}
table td {
  background: #fff;
  color:#343e46;
}

.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
	background-color: #eefbff;
}
img {
	vertical-align: top;
}
#header {
	position: fixed;
	height: 108px;
	background: #fff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2ccfff;
	box-shadow:0px 1px 20px #cff4ff;
	width: 100%;
    z-index: 10;
    top: 0;
}
#header .hBox {
	width: 1210px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 16px;
    padding-right: 22px;
    padding-bottom: 16px;
    padding-left: 22px;
}
#header .logo {
	float: left;
	margin: 0 150px 0 0;
}
#header .logo a {
	position: relative;
	width: 254px;
	height: 70px;
	display: block;
}
#header .logo a img {
	max-width: 254px;
	max-height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#header .title {
	float: left;
	position: relative;
	width: 404px;
	height: 70px;
}
#header .title img {
	max-width: 404px;
	max-height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#header .chaBtn {
	float: right;
	margin-top: 10px;
	
}
#header .chaBtn a{
	display: block;
	width: 212px;
	height: 51px;
	background-image: url(../images/bt1.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}

#header .chaBtn a:hover{
	background-image: url(../images/bt1a.png);
	
}

#main {
	/*padding: 300px 0 1px;
	background: url(../images/banner.jpg) no-repeat center top;*/
	margin-top: 108px;
}
#main .ulList {
	width: 1230px;
	margin-right: -30px;
}
#main .ulList li {
	width: 380px;
	height: 200px;
	float: left;
	margin: 30px 30px 0 0;
	box-shadow: 10px 10px 10px #EBF2FA;
	border-radius:11px;
	background-color:#fff;
	padding:5px;
}
#main .ulList li a {
	display: block;
	width: 370px;
	height: 190px;
	position: relative;
	background-color: #FFF;
	border-radius: 11px;
	border:2px solid #e1f2f8;
	overflow:hidden;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#main .ulList li a img {
	width: 370px;
	height: 185px;
}

#main .ulList li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	height: 190px;
	box-sizing: border-box;
	border-radius: 11px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(../images/bt2.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity:0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	
}
#main .ulList li a:hover{
	border: 2px solid #167BD7;
}
#main .ulList li a:hover:before {
	opacity:1;
}

#main .note {
	font-size: 16px;
	color: #353f4b;
	text-align: center;
	margin: 30px 0;
}
#main .note span {
	color: #1379d7;
}

.cover {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 10;
}
.searchBox {
	/* display: none; */
	width: 754px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-color: #FFF;
	z-index: 100;
	border-radius: 20px;
}
.searchBox .close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.searchBox .title {
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1379d7;
	background-color: #eef9ff;
	border-bottom: 1px solid #ccd3dc;
	border-radius: 20px 20px 0 0;
	padding-top:15px;
	padding-bottom:15px;
}
.formBox {
	/* width: 600px;
	margin: 0 auto;
	padding: 30px 0 50px; */
	width: 740px;
	margin: 0 auto;
	padding: 25px 0 15px 57px;
	overflow: auto;
	height: auto;
	max-height: 400px;
}
.formBox .text {
	font-size: 14px;
	margin-bottom: 13px;
	position: relative;
	display: flex;
	align-items: center;
}
.formBox .text span {
	display: inline-block;
	width: 200px;
	text-align: right;
	/* line-height: 44px; */
	color: #353f4b;
	word-break: break-word;
}
.formBox .text input {
	width: 320px;
	line-height: 40px;
	border: 1px solid #CFDBE8;
	background-color: #F5FAFF;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 5px;
}
.formBox .text select {
	/* margin-left: -3px; */
    width: 320px;
    line-height: 42px;
    height: 42px;
    border: 1px solid #CFDBE8;
    background-color: #F5FAFF;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}
.formBox .btn {
	text-align: center;
	margin: 12px auto 0;
}
.formBox .btn input {
	background: none;
	font-size: 18px;
	line-height: 56px;
	color: #fff;
	width: 200px;
	background: url(../images/btn_bg.png) no-repeat center top;
}
.formBox .btn input:hover {
	background: url(../images/btn_bg_hover.png) no-repeat center top;
}
.shenBox {
	/* display: none; */
	width: 754px;
	max-height: 510px;
	/* overflow:auto; */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-color: #FFF;
	z-index: 100;
	border-radius: 12px;
}

.shenBox .formBox .btn {
	margin: 0px auto 0;
}
.shenBox .close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.shenBox .title {
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #1379d7;
	background-color: #EDF6FF;
	border-bottom: 2px solid #CFDBE8;
	border-radius: 12px 12px 0 0;
	padding-top:15px;
	padding-bottom:15px;
}
.shenBox .text .rTitle {
	text-align: left;
	color: #1379d7;
	width: 300px;
}
.shenBox .text span i {
	color: #1379d7;
	font-style: normal;
}
.shenBox .text .test {
	position: absolute;
	top: 4px;
	right: 80px;
}
.shenBox .btn .tibtn {
	display: inline-block;
	margin: 0 5px;
}
.shenBox .btn .seabtn {
	display: inline-block;
	margin: 0 5px;
}
.sBox {
	width: 70px;
	position: fixed;
	top: 120px;
	right: 0;
}
.sBox li {
	margin-bottom: 10px;
}
.sBox li a {
	display: block;
	background: url(../images/s_out.png) no-repeat center top;
}
.sBox li a:hover {
	background: url(../images/s_over.png) no-repeat center top;
}


/*側邊懸浮*/
aside.services {
	position: absolute;
	top: 160px;
	right: 0;
	z-index: 3
}
aside.services>ul {
	display: block
}
aside.services>ul>li {
	position: relative;
	width: 77px;
	height: 86px;
	cursor: pointer;
	background: no-repeat center top
}
aside.services>ul>li+li {
	margin-top: 5px
}
aside.services>ul>li:hover {
	background-position-y: bottom
}

aside.services>ul>li>a {
	display: block;
	height: 100%
}

aside.service-right {
	right: 0
}
aside.service-right li.float_1 {
	background-image: url(../images/float_home.png);
}

aside.service-right li.float_2 {
	background-image: url(../images/float_service.png);
}

aside.service-right li.float_3 {
	background-image: url(../images/float_download.png);
}

aside.service-right li.float_4 {
	background-image: url(../images/float_browser.png);
}

aside.service-right li.float_share {
	background-image: url(../images/float_share.png);
}

/* v5版本樣式修改-上傳檔案 */

.file_input_box {
	position: relative;
	width: 240px;
	height: 42px;
	background: #fff;
	border-radius: 4px;
	font-size: inherit;
	padding-left: 10px;
	line-height: 38px;
	text-decoration: none;
	text-indent: 0;
	display: inline-block;
	/* border:1px #7c7c7c solid; */
	text-align: left !important;
	width: 320px;
	line-height: 44px;
	border: 1px solid #CFDBE8;
	background-color: #F5FAFF;
	padding-left: 15px;
	box-sizing: border-box;
	border-radius: 5px;
}
.file_input_box > span {
	text-align: left !important;/* width: 320px;
    line-height: 44px;
    border: 1px solid #CFDBE8;
    background-color: #F5FAFF;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px; */
}
.file_input {
	opacity: 0;
	position: absolute;
	color: transparent;
	color: rgba(0,0,0,0);
	right: 0;
	top: 0;
}
/* v5版本樣式修改-日期時間 */
.date_input {
	width: 240px;
	height: 46px;
	background: #fff;
	border-radius: 4px;
	font-size: 13px;
	padding-left: 10px;
	border: 1px #7c7c7c solid;/* margin-bottom: 10px; */
}
#page_num {
	text-align: center;
}
.verifybox {
	position: relative;
	margin-left: 14px;
}
.verify2 {
	position: absolute;
	top: 1px;
	/* right: 160px; */
	left: 405px;
}
.NoOpen {
	font-size: 30px;
	text-align: center;
	margin-top: 115px;
	margin-bottom: 115px;
}
.v-enter {
	opacity: 0;
}
.v-enter-active {
	transition: opacity 0.3s;
}
.v-enter-to {
	opacity: 1;
}
.v-leave {
	opacity: 1;
}
.v-leave-active {
	transition: opacity 0.3s;
}
.v-leave-to {
	opacity: 0;
}
.huang {
	cursor: pointer;
}
.layui-laypage a, .layui-laypage span {
	color: #1379d7 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #1379d7 !important;
}
.layui-laypage .layui-laypage-curr em {
	color: white !important;
}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
	border: 1px solid #1379d7 !important;
}

/* footer */
#page-footer {
    background: #374149
}

.footer-top {
    margin: 0 auto;
    padding: 27px 0 26px;
    width: 1200px
}

#bblogo,
#browser-logo {
    float: left;
    opacity: .4
}

#bblogo:hover,
#browser-logo:hover {
    opacity: 1
}

#bblogo {
    margin: 7px 0 0 4px
}

#browser-logo img {
    display: block;
    margin: 3px 0 0 11px
}

/* ----------------------------------------------------------------
	- Footer -
-----------------------------------------------------------------*/

.footer {
    padding: 18px 0 0;
    overflow: hidden;
    background: #374149;
}

.footer .inner {
    margin: 0 auto 13px;
    width: 1200px;
}

.footer .inner .lBox {
    width: 810px;
    float: left;
}

.footer .inner p {
    color: #b2bdc6;
    font-size: 12px;
    line-height: 2.25;
}

.footer .inner p a {
    color: #b2bdc6;
}

.footer .inner p a:hover {
    color: #fff;
}

.footer .inner .ttl {
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
}

.footer .inner .rBox {
    width: 363px;
    float: right;
}

.footer .inner .rBox .ttl {
    margin-bottom: -24px;
    position: relative;
}

.footer .inner .rBox .link {
    margin-bottom: 19px;
    background: url('../images/service.png') center no-repeat;
}

.footer .inner .rBox .link:hover {
    background: url('../images/service_hov.png') center no-repeat;
}

.footer .inner .rBox .link img {
    opacity: 0;
}

.footer .inner .rBox li {
    margin-bottom: 18px;
    float: left;
}

.footer .inner .rBox li:nth-child(2n+1) {
    width: 205px;
}

.footer .inner .rBox li a {
    color: #b2bdc6;
    font-size: 12px;
}

.footer .inner .rBox li a:hover {
    color: #fff;
}

.footer .linkUl {
    margin: 0 auto;
    padding-bottom: 29px;
    width: 1202px;
}

.footer .linkUl li {
    float: left;
}

.footer .fBox {
    padding: 28px 0 31px;
    border-top: 1px solid #49555E;
}

.footer .fInner {
    margin: 0 auto;
    width: 1200px;
}

.footer .fInner .fNavi {
    margin-bottom: 31px;
    text-align: center;
}

.footer .fInner .fNavi li {
    margin: 0 19px 0 20px;
    display: inline-block;
    position: relative;
}

.footer .fInner .fNavi li + li:before {
    width: 1px;
    height: 8px;
    position: absolute;
    left: -21px;
    top: 5px;
    background: #5A6772;
    content: "";
}

.footer .fInner .fNavi li a {
    color: #b2bdc6;
    font-size: 14px;
}

.footer .fInner .fNavi li a:hover {
    color: #fff;
}

.footer .fInner .list {
    margin-right: -55px;
}

.footer .fInner .list li {
    /* margin-right: 54px; */
    float: left;
    color: #b2bdc6;
    font-size: 14px;
    text-align: center;
	cursor: pointer;
	margin: 0 54px 0 0;
    border: 0;
	    box-shadow: none;
}

.footer .fInner .list li.li04 {
    margin-right: 47px;
}

.footer .fInner .list li.li05 {
    margin-right: 38px;
}

.footer .fInner .list li img {
    margin: 0 auto 11px;
    display: block;
}

.footer .fInner .list li:hover {
    color: #fff;
    background: url('../images/f_img19_over.png') no-repeat center top;
}

.footer .fInner .list li.li02:hover {
    background: url('../images/f_img20_over.png') no-repeat center top;
}

.footer .fInner .list li.li03:hover {
    background: url('../images/f_img21_over.png') no-repeat center top;
}

.footer .fInner .list li.li04:hover {
    background: url('../images/f_img22_over.png') no-repeat center top;
}

.footer .fInner .list li.li05:hover {
    background: url('../images/f_img23_over.png') no-repeat center top;
}

.footer .fInner .list li.li06:hover {
    background: url('../images/f_img24_over.png') no-repeat center top;
}

.footer .fInner .list li:hover img {
    visibility: hidden;
}

.footer .copyright {
    color: #b2bdc6;
    font-size: 13px;
    line-height: 54px;
    text-align: center;
    background: #2C353B;
}

/* footer end */

/* news */
.wrap-marquee {
	background: #fff;
    border-bottom: 1px solid #DFE8F0;
    border-top: 1px solid #DFE8F0;
}

.marquee {
    height: 36px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #353f4b;
    padding: 0 23px;
}

.marquee::before {
    content: ' ';
    display: block;
    width: 41px;
    height: 36px;
    position: relative;
    float: left;
    background: url(../images/news-marquee.png) left center no-repeat;
}

.marquee .m-wrap {
    width: 90%;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
}

.marquee marquee {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #353f4b;
    margin: 0 4px;
    width: 1105px;
}
/* new end */

/* content */
.inner {
    width: 1210px;
    margin: 0 auto;
}
.til {
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    /* padding-top: 16px; */
	/* padding-bottom: 30px; */
	margin-bottom: -22px;
}

.list ul {
    /* margin: 0 -23px; */
}

.list li {
    margin: 25px 22px;
	float: left;
	border: 1px solid transparent;
	box-shadow: 5px 5px 5px #f2f2f2;
	border-radius: 30px;
}

.list li a {
	
	border-radius: 30px;
	display: flex;
	align-items: center;
    text-align: center;
    width: 196px;
    height: 187px;
    /* border: 1px solid transparent; */
	/* background:rgba(255,255,255,.8) url('../images/li_bg.png') no-repeat center; */
	background-color: rgba(255,255,255,.8);
	
}
.list li a img{
	margin: 0 auto;
	/* border: 1px solid transparent; */
}
.list li:hover{
    border: 1px solid #03c9fc;
	border-radius: 30px;
}

.lit {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 18px;
}


.liwz {
    color: #353f4b;
    font-size: 18px;
	line-height: 30px;
	
	width: 196px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}

.liwy {
    margin-top: 10px;
    font-size: 12px;
    color: #8495ab;
    text-transform: uppercase;
    font-family: "Arial";
    letter-spacing: -0.5px;
}


.ftpai {
    text-align: center;
    padding: 20px 0px;
}

/* inner end */

.dark_bg {
    background: #fff;
    padding: 50px 0;
    /* border-top: 1px solid #132f4b; */
    margin-top:50px;
}

ul.home-bottom {
    font-size: 0
}

ul.home-bottom:before {
    content: '';
    display: block;
    height: 31px;
    margin-bottom: 30px;
    background: url('../images/item_title2.png') no-repeat center
}

ul.home-bottom li {
    display: inline-block;
    width: 300px;
    padding: 0 12px;
    color: #353f4b;
    text-align: center;
    vertical-align: top;
    background: url('../images/bg_line.png') no-repeat center 150px;
    box-sizing: border-box;
}

ul.home-bottom li>.top-icon {
    margin-bottom: 50px;
    padding-top: 95px;
    font-size: 24px;
    background: no-repeat center top
}

ul.home-bottom li.advantage01>.top-icon {
    background-image: url('../images/img_01.png')
}

ul.home-bottom li.advantage02>.top-icon {
    background-image: url('../images/img_02.png')
}

ul.home-bottom li.advantage03>.top-icon {
    background-image: url('../images/img_03.png')
}

ul.home-bottom li.advantage04>.top-icon {
    background-image: url('../images/img_04.png')
}

ul.home-bottom li>p {
    margin-bottom: 25px;
    color: #8495ab;
    font-size: 13px;
    line-height: 2.3
}


/*lightbox*/

.lightbox-opened {
    background-color: rgba(51, 51, 51, 0.7);
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    align-items: center;
}

.lightbox-opened img {
    max-width: 95%;
}

.lightbox-opened div {
    margin: 0 auto;
}

.lightbox-opened div:after {
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.9);
    color: #eee;
    content: "X";
    font-family: sans-serif;
    padding: 6px 12px;
    position: absolute;
    margin-left: -30px;
}

.lightbox-opened img {
    box-shadow: 0 0 6px 3px #333;
}

/*lightbox end*/


.lit img {
	max-height: 196px;
    max-width: 187px;
}

body .layui-laydate .layui-this {
    background-color: rgb(148, 158, 168) !important;
}

.layui-laydate-content td {
    line-height: 20px;
}