﻿@import url("base.css");
body {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#454545;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#333;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:#0b49a7;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.a1:link,.a1:visited,.a1:active {color:#0b49a7;text-decoration:none;}
.a1:hover {color:#0b49a7;text-decoration:underline;}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#main {}
#header_mar {height:90px;}
#header {position:fixed;top:0px;left:0px;z-index:99;width:100%;background-color:rgba(0,0,0,0.45);transition:all ease-out 400ms;}
#header.fixed {background-color:rgba(11,73,167,0.8);}
#header .wraps {position:relative;z-index:1;height:90px;}
#header .logo {position:absolute;top:50%;left:0px;z-index:2;margin-top:-24px;height:48px;}
#header .ss {position:absolute;top:50%;right:0px;z-index:2;margin-top:-12px;width:26px;height:25px;background:url(../images/search.png) no-repeat;cursor:pointer;}

#search {position:absolute;top:90px;right:0px;z-index:1;padding:15px 20px;width:420px;box-sizing:border-box;background-color:rgba(11,73,167,0.8);transition:all ease-out 300ms;}
#search input {padding:0px 60px 0px 20px;width:100%;height:42px;line-height:42px;font-size:14px;border-radius:21px;box-sizing:border-box;border:none;background-color:#fff;}
#search span {position:absolute;top:50%;right:30px;z-index:2;margin-top:-13px;display:block;width:27px;height:27px;background:url(../images/search.png) no-repeat;cursor:pointer;}
.search_hide {opacity:0;transform:translateY(-100%);}
.search_show {opacity:1;transform:translateY(0);}

#nav {position:absolute;top:0px;right:60px;z-index:2;height:100%;}
#nav li {position:relative;display:inline-block;height:100%;vertical-align:top;}
#nav li > a {display:block;padding:0px 21px;height:100%;line-height:90px;color:#fff;font-size:18px;font-weight:bold;text-align:center;}
#nav li > a.nav_over {}
#nav li:hover > a {opacity:0.7;}
#nav li:hover .nav_xls {display:block;}
.nav_xls {position:absolute;top:90px;left:0px;display:none;padding:30px;width:300px;box-sizing:border-box;background-color:#fff;}
.nav_xls > a img {width:205px;}
.nav_xls > a p {font-size:16px;font-weight:bold;}
.nav_xls dl {padding-top:10px;}
.nav_xls dl dd {position:relative;margin-top:10px;padding-left:12px;}
.nav_xls dl dd:before {position:absolute;top:9px;left:0px;display:block;content:"";border:3px solid transparent;border-left-color:#333;}

#mheader_menu, #mnav {display:none;}
#menu {position:absolute;top:0px;left:0px;z-index:90;padding-top:70px;width:100%;height:100%;box-sizing:border-box;background-color:#0b49a7;transform:translateX(-100%);transition:all 200ms;}
#menu ul {border-top:1px solid #57befa;}
#menu ul li > a {display:block;position:relative;padding:15px 0px 15px 3%;color:#fff;font-size:16px;border-bottom:1px solid #57befa;}
#menu ul li > a i {position:absolute;top:18px;right:30px;}
.menu_slist {position:absolute;top:70px;left:0px;z-index:10;width:100%;height:100%;box-sizing:border-box;background-color:#0b49a7;transform:translateX(-100%);transition:all 200ms;}
.menu_name {padding-left:25px;height:70px;line-height:70px;background-color:#222;}
.menu_name span {color:#bbb;cursor:pointer;}
.menu_name span i {margin-right:5px;}
.menu_name strong {margin-left:20px;color:#fff;font-size:18px;}
.menu_subs a {display:block;padding:15px 0px 15px 3%;color:#fff;font-size:16px;border-bottom:1px solid #57befa;}

#banner .swiper-container {width:100%;font-size:0px;}
#banner .swiper-wrapper {width:100%;height:auto;}
#banner .swiper-slide {}
#banner .swiper-slide img {width:100%;}
#banner .swiper-btns {position:absolute;left:0px;bottom:25px;z-index:10;width:100%;height:30px;font-size:0px;text-align:center;}
#banner .swiper-pagination {position:static;left:0px;bottom:0px;display:inline-block;width:auto;height:22px;vertical-align:middle;}
#banner .swiper-pagination span {margin:0px;width:22px;height:22px;font-size:0px;border-radius:50%;background:#fff;opacity:0.25;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0px 7px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:0.75;}
#banner .swiper-prevnext {display:inline-block;color:#fff;font-size:30px;font-weight:bold;opacity:0.5;vertical-align:middle;cursor:pointer;}
#banner .swiper-prevnext:hover {opacity:1;}
#banner .swiper-prev {margin-right:10px;}
#banner .swiper-next {margin-left:10px;}
#banners {font-size:0px;}
#banners img {width:100%;}

.wrap {margin-left:auto;margin-right:auto;width:1780px;box-sizing:border-box;}
.wraps {margin-left:auto;margin-right:auto;width:1400px;box-sizing:border-box;}
#content {}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#footer_info {background:url(../images/footer_info_bg.jpg) no-repeat center center/cover;}
#footer_info a {color:#fff;}
#footer_info a:hover {color:#0b49a7;}
#footer_info .wraps {display:flex;justify-content:space-between;padding-top:80px;padding-bottom:50px;color:#fff;}
#footer_info .s1 {flex:0 0 auto;}
#footer_info .s1 h3 {padding-bottom:30px;font-size:20px;}
#footer_info .s1 p {margin-bottom:20px;font-size:18px;}
#footer_info .s1 p:last-child {margin-bottom:0;}
#footer_info .s2 {width:480px;}
#footer_info .s2 h3 {padding-bottom:30px;font-size:20px;}
#footer_info .shares {}
#footer_info .shares a {display:inline-block;margin-right:6px;width:30px;height:30px;line-height:30px;color:#000;font-size:22px;text-align:center;vertical-align:top;border-radius:5px;background-color:#d8d8d8;}
#footer_info .shares a:last-child {margin-right:0;}
#footer_info .shares a:hover {color:#fff;background-color:#0b49a7;}
#footer_info .shares .line {background-position:center center;background-repeat:no-repeat;background-image:url(../images/icon-LINE.png);background-size:auto 24px;}
#footer_info .shares .line:hover {background-image:url(../images/icon-LINE-white.png);}
#footer_info .dy {margin-top:25px;}
#footer_info .dy input {display:inline-block;padding:0px 12px;width:calc(100% - 120px);height:44px;color:#fff;font-size:16px;border:none;border-radius:5px;background-color:#8f8f92;vertical-align:top;}
#footer_info .dy input::-webkit-input-placeholder {color:#ccc;}
#footer_info .dy span {display:inline-block;width:120px;height:44px;line-height:44px;color:#fff;font-size:16px;font-weight:bold;text-align:center;border-radius:5px;background-color:#0b49a7;cursor:pointer;}
#footer_info .s3 {width:370px;}
#footer_info .s3 h3 {padding-left:60px;height:40px;line-height:40px;font-size:18px;background:url(../images/icon-weixin-white.png) no-repeat;}
#footer_info .s3 div {padding-top:15px;padding-left:60px;}
#footer_info .s3 img {width:125px;}
#footer_info .s3 img:last-child {margin-left:20px;}
#footer {background-color:#000;}
#footer .wraps {display:flex;align-items:center;justify-content:space-between;color:#fff;background-color:#000;}
#footer .flogo {padding:25px 0;font-size:0px;}
#footer .copyright {font-size:14px;}
#footer a {color:#fff;}
#footer a:hover {color:#0b49a7;}

/*===================================================================================*/

.ititle {position:relative;padding-top:5%;padding-bottom:30px;border-bottom:1px solid #999;}
.ititle h2 {color:#2d2d2d;font-size:36px;}
.ititle a {position:absolute;bottom:25px;right:0px;display:block;width:160px;height:50px;line-height:50px;color:#fff;font-size:18px;font-weight:bold;text-align:center;border-radius:6px;background-color:#0b49a7;}

#ipro1 {position:relative;}
#ipro1 .swiper-container {width:100%;font-size:0px;}
#ipro1 .swiper-wrapper {width:100%;height:auto;}
#ipro1 .swiper-slide {width:33.333%;}
#ipro1 .swiper-slide img {width:100%;}
#ipro1 .swiper-prevnext {position:absolute;top:50%;z-index:2;margin-top:-55px;display:block;width:70px;height:110px;line-height:110px;text-align:center;color:#eee;font-size:40px;font-weight:bold;background-color:rgba(0,0,0,0.2);cursor:pointer;}
#ipro1 .swiper-prevnext:hover {color:#0b49a7;background-color:rgba(255,255,255,0.2);}
#ipro1 .swiper-prev {left:0px;}
#ipro1 .swiper-next {right:0px;}

#irxs .swiper-container {margin-top:3%;width:100%;font-size:0px;}
#irxs .swiper-wrapper {width:100%;height:auto;}
#irxs .swiper-slide {}
#irxs .swiper-slide a {display:block;}
#irxs .swiper-slide .imgs {overflow:hidden;}
#irxs .swiper-slide .imgs img {width:100%;transition:all ease-out 400ms;}
#irxs .swiper-slide .model {margin-top:25px;color:#0b49a7;font-size:22px;}
#irxs .swiper-slide h2 {padding:20px 0 25px 0;color:#222;font-size:20px;font-weight:normal;}
#irxs .swiper-slide .xxas {text-align:right;}
#irxs .swiper-slide .xxas span {display:inline-block;width:120px;height:40px;line-height:38px;color:#fff;font-size:18px;text-align:center;vertical-align:top;border-radius:5px;box-sizing:border-box;border:1px solid #0b49a7;background-color:#0b49a7;}
#irxs .swiper-slide .imgs:hover img {transform:scale(1.04);}
#irxs .swiper-slide .xxas span:hover {color:#0b49a7;background-color:#fff;}
#irxs .swiper-pagination {position:static;left:0px;bottom:0px;margin-top:2%;width:100%;height:14px;text-align:center;}
#irxs .swiper-pagination span {margin:0px;width:14px;height:14px;font-size:0px;border-radius:50%;background:#999;opacity:1;overflow:hidden;}
#irxs .swiper-pagination span.swiper-pagination-bullet {margin:0px 6px;}
#irxs .swiper-pagination span.swiper-pagination-bullet-active {background-color:#0b49a7;}

#ipro2 {background:url(../images/bg1.png) no-repeat right top;}
#ipro2 .wrap {padding-bottom:3%;}
#ipro2 .ititle {border-bottom:none;}
#ipro2 .ititle a {bottom:30px;}
#ipro2 .swiper-container {width:100%;font-size:0px;}
#ipro2 .swiper-wrapper {width:100%;height:auto;}
#ipro2 .swiper-slide {display:flex;justify-content:space-between;}
#ipro2 .swiper-slide .nrl {width:47.2%;}
#ipro2 .swiper-slide .nrl img {width:100%;}
#ipro2 .swiper-slide .nrr {width:50%;position:relative;}
#ipro2 .swiper-slide .nrr .imgs {display:block;}
#ipro2 .swiper-slide .nrr .imgs img {width:100%;}
#ipro2 .swiper-slide h2 {padding:40px 0 20px 0;color:#2d2d2d;font-size:26px;border-bottom:1px solid #3d3e3e;}
#ipro2 .swiper-slide .desc {margin-top:25px;width:56%;color:#2e2d2d;font-size:18px;line-height:2;}
#ipro2 .swiper-slide .xxas {position:absolute;bottom:0px;right:0px;display:block;width:40%;height:80px;line-height:80px;color:#fff;font-size:24px;text-align:center;background-color:#0b49a7;}
#ipro2 .swiper-pagination {position:static;left:0px;bottom:0px;margin-top:3%;width:100%;height:14px;text-align:center;}
#ipro2 .swiper-pagination span {margin:0px;width:14px;height:14px;font-size:0px;border-radius:50%;background:#999;opacity:1;overflow:hidden;}
#ipro2 .swiper-pagination span.swiper-pagination-bullet {margin:0px 6px;}
#ipro2 .swiper-pagination span.swiper-pagination-bullet-active {background-color:#0b49a7;}

#ixps {padding-top:5%;padding-bottom:3%;background-color:#0b49a7;}
#ixps .swiper-container {width:100%;font-size:0px;}
#ixps .swiper-wrapper {width:100%;height:auto;}
#ixps .swiper-slide {}
#ixps .swiper-slide a {display:block;color:#fff;}
#ixps .swiper-slide .imgs {overflow:hidden;}
#ixps .swiper-slide .imgs img {width:100%;transition:all ease-out 400ms;}
#ixps .swiper-slide .model {margin-top:30px;}
#ixps .swiper-slide .model span {display:inline-block;padding:5px 20px;color:#0b49a7;font-size:18px;font-weight:bold;vertical-align:top;border-radius:6px;background-color:#fff;}
#ixps .swiper-slide h2 {margin-top:10px;padding-right:100px;height:45px;line-height:45px;font-size:20px;font-weight:normal;background:url(../images/arrow.png) no-repeat right 30px top;background-size:38px 38px;}
#ixps .swiper-slide .imgs:hover img {transform:scale(1.04);}
#ixps .swiper-pagination {position:static;left:0px;bottom:0px;margin-top:2%;width:100%;height:14px;text-align:center;}
#ixps .swiper-pagination span {margin:0px;width:14px;height:14px;font-size:0px;border-radius:50%;background:#fff;opacity:0.2;overflow:hidden;}
#ixps .swiper-pagination span.swiper-pagination-bullet {margin:0px 6px;}
#ixps .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;}

#iabout {padding-bottom:5%;}
#iabout .nrs {display:flex;margin-top:3%;}
#iabout .text {padding:25px 35px;width:51.7%;color:#fff;box-sizing:border-box;background-color:#0b49a7;}
#iabout .text > h3 {padding-top:20px;padding-bottom:15px;font-size:24px;border-bottom:1px solid #57befa;}
#iabout .text > p {margin-top:30px;text-align:right;}
#iabout .text > p a {display:inline-block;padding:0px 20px;height:40px;line-height:40px;color:#0b49a7;font-size:14px;vertical-align:top;background-color:#fff;}
#iabout .text > p a i {margin-left:10px;font-size:16px;font-weight:bold;}
#iabout .text .editorc {font-size:16px;line-height:2;}
#iabout .imgs {width:48.3%;font-size:0px;}
#iabout .imgs img {width:100%;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
.input_text {padding:0px 8px;width:280px;height:34px;line-height:34px\9;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:0px 0px 0px 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:160px;height:45px;color:#fff;font-size:16px;font-weight:bold;box-sizing:border-box;border:none;background-color:#0b49a7;cursor:pointer;}

.editorc_box {margin:0px auto;padding-top:18px;width:100%;overflow:hidden;}
.editorc {line-height:1.65;}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0px;}
.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:0px;}
.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:0px;}
.editorc table.border td p {margin:0px;padding:0px;}
.editorc table.border th p {margin:0px;padding:0px;}

.editorc2 {line-height:1.65;}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0px;}
.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:0px;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0px;}
.editorc_tbe table.no-border th {border:none;padding:0px;}

/*===================================================================================*/
/* 关于我们 */

#aboutus .list:nth-child(even) {background-color:#f5f5f5;}
#aboutus .list .wraps {display:flex;justify-content:space-between;padding-top:50px;padding-bottom:50px;}
#aboutus .list .imgs {width:48.6%;font-size:0px;}
#aboutus .list .imgs img {width:100%;}
#aboutus .list .text {width:48%;}
#aboutus .list .text > h2 {color:#000;font-size:26px;}
#aboutus .list .text .editorc {margin-top:20px;}

/*===================================================================================*/
/* 联系我们 */

#contact .tis {padding-top:3%;text-align:center;}
#contact .tis h2 {color:#222;font-size:36px;}
#contact .tis h2:after {display:block;margin:20px auto 0px auto;width:60px;height:2px;content:"";background-color:#222;}
#contact .nrs {display:flex;justify-content:space-between;padding-top:50px;padding-bottom:80px;}
#contact .bts {margin-bottom:3%;color:#222;font-size:22px;}
#contact .lxfs {width:47.5%;}
#contact .message {width:47.5%;}
#contact .message .mar {margin-left:2%;}
#contact .message .inputs {display:inline-block;margin-bottom:20px;width:49%;font-size:0px;vertical-align:top;}
#contact .message .inputs input {padding:0px 12px;width:100%;height:45px;border-radius:2px;border:1px solid #dedede;background-color:#fff;}
#contact .message .inputs textarea {padding:10px 12px;width:100%;height:180px;line-height:1.7;border-radius:2px;border:1px solid #dedede;background-color:#fff;}

/*===================================================================================*/
/* 产品列表 */

#profls {height:50px;background-color:#242424;}
#profls .fixed {position:fixed;top:90px;left:0px;z-index:99;width:100%;background-color:#242424;}
#profls a {display:inline-block;padding:0px 20px;height:50px;line-height:50px;color:#fff;font-size:14px;font-weight:bold;vertical-align:top;}
#profls a:hover {background-color:#0b49a7;}
#profls a:focus {background-color:inherit;}

#products {padding-bottom:6%;}
#products .tis {padding-top:4%;color:#222;font-size:26px;text-align:center;}
#products .list a {display:inline-block;margin:3% 2% 0 0;width:23.5%;font-size:0px;vertical-align:top;}
#products .list a:nth-child(4n) {margin-right:0;}
#products .list a .imgs {overflow:hidden;}
#products .list a .imgs img {width:100%;transition:all ease-out 400ms;}
#products .list a p {padding:16px 0 10px 0;color:#0b49a7;font-size:16px;font-weight:bold;}
#products .list a h2 {font-size:16px;font-weight:normal;line-height:1.4;}
#products .list a .imgs:hover img {transform:scale(1.04);}

#products_ds .curs {padding:20px 0;color:#999;font-size:12px;}
#products_ds .curs span {padding:0px 8px;font-size:12px;}
#products_ds .curs a {color:#999;}
#products_ds .curs a:hover {color:#222;}
#products_ds .imgs {float:left;width:510px;font-size:0px;box-sizing:border-box;}
#products_ds .images {padding:7px;border:1px solid #dedede;background-color:#f8f8f8;}
#products_ds .images img {width:100%;}
#products_ds .thumbs a {display:inline-block;padding:6px;width:16.666%;vertical-align:top;box-sizing:border-box;border:1px solid #dedede;border-top:none;background-color:#f8f8f8;}
#products_ds .thumbs a img {width:100%;}
#products_ds .intro {float:right;width:calc(100% - 560px);}
#products_ds .intro h3 {padding-bottom:10px;color:#0b49a7;font-size:18px;}
#products_ds .intro h1 {color:#222;font-size:22px;}
#products_ds .intro .desc {margin-top:20px;line-height:2;}
#products_xs {margin-top:30px;padding-top:40px;padding-bottom:50px;background-color:#f5f5f5;}
#products_xs .tis {position:relative;top:1px;display:inline-block;padding:0px 30px;height:50px;line-height:50px;font-size:18px;vertical-align:top;border:1px solid #dedede;border-bottom:none;background-color:#fff;}
#products_xs .editorc {padding:30px;border:1px solid #dedede;background-color:#fff;}

#products_mimage {display:none;font-size:0px;}
#products_mimage img {width:100%;}
#products_mimages {position:relative;z-index:1;display:none;width:100%;font-size:0px;}
#products_mimages .swiper-wrapper {width:100%;height:auto;}
#products_mimages .swiper-slide,#products_mimages .swiper-slide img {width:100%;}
#products_mimages .swiper-pagination {position:absolute;left:10px;bottom:10px;width:100%;height:8px;font-size:0px;text-align:left;}
#products_mimages .swiper-pagination span {margin:0px 7px 0px 0px;width:8px;height:8px;font-size:0px;border-radius:50%;background:#ccc;opacity:1;overflow:hidden;}
#products_mimages .swiper-pagination span.swiper-pagination-bullet-active {background:#0b49a7;}

/*===================================================================================*/

#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:url(../images/tbs/white0.png);}

/*===================================================================================*/

#news_page {margin-top:40px;width:100%;}
#products_page {margin-top:40px;width:100%;}
.fypage {height:28px;font-size:0px;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0px 4px;padding:0px 8px;height:26px;line-height:24px;font-size:14px;color:#888;border:1px solid #e5e5e5;background-color:#f5f5f5;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;border-color:#1aae32;background-color:#1aae32;}
.fypage span.fypage_disabled {}
.fypage span.fypage_current {color:#fff;border-color:#1aae32;background-color:#1aae32;}
.fypage_sl {display:inline-block;padding:0px 3px;height:28px;color:#999;font-size:12px;line-height:24px;vertical-align:top;}
#fypage_gov {display:inline-block;margin:0px 4px;padding:0px 6px;width:40px;height:28px;line-height:28px\9;color:#333;font-size:12px;text-align:center;vertical-align:top;border:1px solid #e5e5e5;box-sizing:border-box;background:#fff;}
#fypage_gobtn:hover {color:#fff;border-color:#1aae32;background-color:#1aae32;cursor:pointer;}