.footer {
	font-family: 'Microsoft JhengHei';
	background-color: #eee;
	color: #3e3e3e;
	-webkit-tap-highlight-color: transparent
}
@font-face {
	font-family: iconfont;
	src: url(../fonts/font_891331_r7myxur4l9o.eot);
	src: url(../fonts/font_891331_r7myxur4l9o.eot) format('embedded-opentype'), url(../fonts/font_891331_r7myxur4l9o.woff) format('woff'), url(../fonts/font_891331_r7myxur4l9o.ttf) format('truetype'), url(../fonts/font_891331_r7myxur4l9o.svg#iconfont) format('svg')
}
@font-face {
	font-family: sikta;
	src: url(../fonts/fonteditor.eot);
	src: url(../fonts/fonteditor.eot) format('embedded-opentype'), url(../fonts/fonteditor.ttf) format('truetype'), url(../fonts/fonteditor.svg#iconfont) format('svg')
}
.iconfont {
	font-family: iconfont
}
.flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.container {
	padding: 0 70px;
	padding-top: 115px
}
.case_cat a {
	border-color: rgba(55, 55, 55, .2)
}
.qa_box .item.active .answer a {
	width: 100px;
	line-height: 35px;
	border-radius: 35px;
	text-align: center;
	margin-top: 30px;
	display: block;
	border: 1px solid #0079c2;
	color: #0079c2
}
.mobile {
	display: none
}
.footer, .header {
	padding: 0 70px
}
.logo {
	display: block
}
a, a:hover {
	color: inherit
}
.header {
	padding: 25px 70px;
	position: fixed;
	z-index: 300;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #eee
}
.header .nav a {
	font-size: 18px;
	color: #333;
	display: block;
	padding: 8px 5px;
	position: relative;
	font-weight: 700
}
.clearfix::after {
	content: '';
	display: table;
	clear: both
}
.box.btn {
	height: 3px;
	position: relative;
	margin-top: 50px
}
.box.btn.active::after {
	-webkit-transform: rotateX(180deg) translateX(-50%);
	-moz-transform: rotateX(180deg) translateX(-50%);
	transform: rotateX(180deg) translateX(-50%)
}
.box.btn::before {
	content: '';
	position: absolute;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	top: 0;
	background-color: #002648;
	height: 100%
}
.box.btn::after {
	position: absolute;
	content: '';
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #002648;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	cursor: pointer;
	display: block;
	top: 0;
	z-index: 60
}
.box.hide .item {
	width: -webkit-calc((100% - 140px)/ 3);
	width: -moz-calc((100% - 140px)/ 3);
	width: calc((100% - 140px)/ 3);
	position: relative
}
.box.hide {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 70px;
	overflow: hidden;
	display: none
}
.box.btn.active+.box.hide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.box.hide h3 {
	font-size: 30px;
	font-weight: 400;
	color: #002648
}
.box.hide .item .more {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #002648;
	opacity: .4;
	font-style: italic
}
.box.hide .item .list a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	border: 1px solid #e6e6e6;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.box.hide .item .list a:hover {
	border-color: #002648;
	color: #002648
}
.box.hide .item .list a:hover .t {
	background-color: #002648
}
.box.hide .item .list a+a {
	margin-top: 12px
}
.box.hide .item .list {
	padding-top: 15px
}
.box.hide .item .list .t {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	width: 65px;
	text-align: center;
	background-color: #bababa;
	height: 48px
}
.box.hide .item .list .t span {
	font-size: 14px;
	display: block;
	line-height: 20px
}
.box.hide .item .list .n {
	line-height: 50px;
	width: -webkit-calc(100% - 65px - 55px - 40px);
	width: -moz-calc(100% - 65px - 55px - 40px);
	width: calc(100% - 65px - 55px - 40px);
	font-size: 16px;
	color: #222;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.box.hide .item .list .iconfont {
	width: 55px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	opacity: .6;
	color: #002648
}
.box.seo {
	background-color: #f5f5f5;
	padding: 30px 70px;
	color: #a9a9a9;
	position: relative;
	z-index: 30
}
.box.seo .type {
	line-height: 46px;
	margin-bottom: 20px;
	position: relative
}
.box.seo .type a {
	position: absolute;
	right: 0;
	font-size: 16px
}
.box.seo .type a span {
	font-size: 20px;
	vertical-align: middle
}
.box.seo .type .item {
	width: 130px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer
}
.box.seo .type .item.active {
	color: #222
}
.box.seo .type .item+.item {
	margin-left: 15px
}
.box.seo .list {
	line-height: 30px
}
.box.seo .list .item a {
	display: inline-block;
	padding-right: 25px
}
.box.seo .list .item a:hover {
	text-decoration: underline;
	color: #333
}
.footer {
	background-image: url(../images/footerbg.png);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 85px 70px 35px;
	color: #fff;
	position: relative;
	z-index: 3
}
.footer .m a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	color:inherit ;
}
.footer .l .logo_ {
	margin-bottom: 30px;
	display: block
}
.footer .l p {
	line-height: 1.7
}
.footer .l .qr-box {
	margin-top: 30px;
	border: 1px solid #658ca5;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.footer .l .qr-box .text {
	padding: 10px 15px;
	text-align: center;
	font-size: 11px;
	width: calc(100% - 100px);
}
.footer .l .qr-box .text h4 {
	width: 100%;
	font-size: 14px;
	
	color:#cde5ef;
}
.footer .l .qr-box .text p {
	opacity: .7;
	margin-top: 5px
}
.footer .l .qr-box .img-box {
	background-color: #fff;
		width: 100px;
	height: 100px;
}
.footer .r .qr-box {
	margin-top: 30px;
	border: 1px solid #658ca5;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.footer .r .qr-box .text {
	padding: 10px 15px;
	text-align: center;
	font-size: 11px;
	width: calc(100% - 100px);
}
.footer .r .qr-box .text h4 {
	width: 100%;
	font-size: 16px;
	color:#cde5ef;
}
.footer .r .qr-box .text p {
	opacity: .7;
	margin-top: 5px
}
.footer .r .qr-box .img-box {
	background-color: #fff;
	width: 100px;
	height: 100px;
}
.footer-box>.flexbox {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer-box .m .item {
	color: rgba(255, 255, 255, .6)
}
.no-flexbox .about-page .box5 .list a:nth-child(3n-1) {
	margin-left: 40px;
	margin-right: 40px
}
.no-flexbox .contact-page .right {
	float: right
}
.no-flexbox .about-page .box1 .left .type p+p {
	margin-left: 15px
}
.footer-box .m .item+.item {
	margin-left: 35px
}
.footer-box .m .item .list {
	position: relative;
	padding-left: 30px;
	max-width: 200px;
}
.footer-box .m .item .list::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	left: 0;
	top: 10px
}
.footer-box .m .item .n {
	font-size: 16px;
	color: #fff
}
.footer-box .m .item a+a {
	margin-top: 10px
}
.footer-box .m .item a:hover {
	color: #fff;
	text-decoration: underline
}
.footer-box .m .item .list+.list {
	margin-top: 30px
}
.footer-box .m .item.nn .list+.list {
	margin-top: 15px
}
.footer-box .r {
	padding-right: 7%
}
.footer-box .r .input-box {
	width: 340px;
	position: relative
}
.footer-box .r .input-box input {
	height: 40px;
	width: 100%;
	border: 1px solid #658ca5;
	outline: 0;
	background: 0 0;
	padding: 0 15px;
	color: #fff;
	font-size: 15px
}
 .footer-box .r .input-box input::-webkit-input-placeholder {
 color: #fff;
 opacity: .5;
 font-family: 'PingFang SC'
}
 .footer-box .r .input-box input:-moz-placeholder {
 color: #fff;
 opacity: .5;
 font-family: 'PingFang SC'
}
 .footer-box .r .input-box input::-moz-placeholder {
 color: #fff;
 opacity: .5;
 font-family: 'PingFang SC'
}
 .footer-box .r .input-box input:-ms-input-placeholder {
 color: #fff;
 opacity: .5;
 font-family: 'PingFang SC'
}
 .footer-box .r .input-box input::placeholder {
 color: #fff;
 opacity: .5;
 font-family: 'PingFang SC'
}
.footer-box .r .d {
	font-size: 20px;
	font-weight: 700
}
.footer-box .r .t {
	font-size: 28px;
	font-weight: 700;
	margin: 5px 0 30px
}
.footer-box .r .t span {
	font-weight: 400;
	margin-right: 10px
}
.footer-box .r .input-box .iconfont {
	position: absolute;
	width: 50px;
	line-height: 40px;
	text-align: center;
	top: 0;
	right: 0;
	font-size: 20px;
	cursor: pointer
}
.footer-box .b {
	padding-top: 30px;
	color: rgba(255, 255, 255, .6);
	padding-right: 7%
}
.footer-box .b .s {
	text-align: right;
	line-height: 1.7
}
.footer-box .b .f {
	height: 20px;
	display: block;
	overflow: hidden
}
.footer-box .b .f a {
	padding: 0 15px;
	line-height: 20px;
	float: left;
	display: block
}
.footer-box .b .f a+a {
	border-left: 1px solid rgba(255, 255, 255, .6)
}
.footer-box .b .f {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	align-self: start
}
.footer-box .b a:hover {
	color: #fff
}
.case-list a .img-box img {
	width: 100%
}
.case-list {
	padding: 30px 6% 40px
}
.case-page .case-list {
	padding-top: 0;
	padding-bottom: 0
}
.lazyload {
	background-color: rgba(0, 38, 72, .1);
	background-image: url(../images/loading.svg);
	background-position: center center;
	background-repeat: no-repeat
}
.lazyload.loaded {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.width_1200 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto
}
.about-page .box1 {
	padding: 85px 0 110px
}
.about-page .box1 .left {
	width: 50%;
	padding-right: 6%;
	text-align: justify;
	font-size: 16px
}
.about-page .box1 .right {
	width: 50%
}
.flexbox.between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}












@media screen and (max-width:1660px) {
    #foot_list_3{
        display: none;
    }
}


@media screen and (max-width:1500px) {
    #foot_list_2{
        display: none;
    }
}