﻿@import url("base.css");
body {padding-top:155px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#505050;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:#62a8ea;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-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#header {position: fixed; top: 0; left: 0; right: 0; z-index: 99; background-color:#fff;}
#header.fd {box-shadow: 0 0 10px rgba(0,0,0,0.15);}
#header .top {position: relative; z-index: 10; height:100px;}
#header .logo {position:absolute;bottom:5px;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;height:80px;font-size:0;}
#header .logo img {max-height:100%;}
#header .lang {position:absolute;top:20px;right:0;z-index:99;width:133px;height:20px;border:1px solid #cbc9c9;}
#header .lang p {padding-right:21px;line-height:20px;text-align:center;background:url(../images/language_bg.jpg) no-repeat right center #fff;cursor:pointer;}
#header .lang div {position:absolute;top:100%;left:-1px;display:none;width:100%;border:1px solid #cbc9c9;background-color:#fff;}
#header .lang div a {display:block;padding:3px 21px 4px 0;font-size:13px;text-align:center;border-bottom:1px solid #cbc9c9;}
#header .lang div a:hover {color:#000;background-color:#ddd;}
#header .lang:hover div {display:block;}
#header .share {position:absolute;top:16px;right:143px;z-index:2;}
#header .share a {position:relative;display:inline-block;margin-left:4px;width:28px;height:28px;line-height:28px;color:#fff;text-align:center;vertical-align:top;border-radius:5px;background-color:#00ccff;}
#header .share a i {font-size:20px;}
#header .share a i.icon-whatsapp {font-size:18px;}
#header .share a img {position:absolute;top:100%;right:0;display:none;margin-top:9px;padding:5px;width:114px;background-color:#2aae67;}
#header .share a:hover img {display:block;}
#header .share a.whatsapp {background-color:#5ccf66;}
#header .share a.skype {background-color:#02b0f0;}
#header .share a.weixin {background-color:#2aae67;}

#search {position:absolute;top:55px;right:0;padding-right:71px;width:269px;height:34px;box-sizing:border-box;background:url(../images/search_bg.jpg) no-repeat;}
#search input {padding:0 12px;width:100%;height:34px;line-height:34px\9;font-size:13px;border:none;background:none;}
#search span {position:absolute;top:0;right:0;display:block;padding-left:24px;width:71px;height:34px;line-height:34px;color:#fff;font-size:13px;box-sizing:border-box;cursor:pointer;}

#nav {text-align:center;}
#nav ul {display:inline-block;border-top:2px solid #2d2d2d;}
#nav ul li {position:relative;z-index:2;display:inline-block;height:53px;vertical-align:top;}
#nav ul li> a {display:block;padding:0 16px;height:100%;line-height:53px;font-size:14px;text-align:center;text-transform:uppercase;}
#nav ul li> a i {margin-left:5px;font-size:14px;}
#nav ul li > a.nav_over {color:#000;background-color:#fff;}
#nav ul li:hover > a {color:#000;background-color:#fff;}
#nav ul li:hover div {visibility:visible;opacity:1;transform:translateY(0);}
#nav ul li div {position:absolute;top:100%;left:0;padding-top:10px;width:180px;opacity:0;visibility:hidden;transform:translateY(20px);transition-duration:400ms;transition-timing-function:ease-out;transition-property:transform,opacity;}
#nav ul li div dl {border:1px solid #e4eaec;border-top:2px solid #2d2d2d;background-color:#fff;}
#nav ul li div dl dd {position: relative;}
#nav ul li div dl dd a {display:block;padding:10px 5px 10px 20px;color:#76838f;text-align:left;border-bottom:1px solid #e4eaec;}
#nav ul li div dl dd:hover > a {color:#62a8ea;background-color:#f5f5f5;}
#nav ul li div dl dd dl {position: absolute; top: -2px; left: 100%; display: none; width: 100%;}
#nav ul li div dl dd:hover dl {display: block;}

#banner {position:relative;z-index:1;width:100%;min-width:1903px;height:840px;overflow:hidden;}
#banner_ul {position:absolute;top:0px;left:50%;z-index:1;margin-left:-1000px;width:2000px;height:840px;overflow:hidden;}
#banner_ul li {width:100%;height:100%;text-align:center;font-size:0;}
#banner_pagination {position:absolute;bottom:25px;left:0;z-index:2;width:100%;height:12px;font-size:0;text-align:center;}
#banner_pagination a {display:inline-block;margin:0 6px;width:12px;height:12px;text-indent:100px;opacity:0.7;border-radius:50%;background-color:#222;overflow:hidden;}
#banner_pagination a:hover {opacity:1;background-color:#007aff;}
#banner_pagination a.activeSlide {opacity:1;background-color:#007aff;}

.wrap {margin-left:auto;margin-right:auto;width:1200px;box-sizing:border-box;}
#content {margin-top:40px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#fkeys {margin-top: 60px; background-color:#f9f9f9;}
#fkeys .wrap {padding-top: 40px; padding-bottom: 40px; background-color:#f9f9f9;}
#fkeys h3 {color:#333; font-size: 24px; line-height: 1;}
#fkeys div {display: flex; flex-flow: row wrap; gap: 10px; margin-top: 8px;}
#fkeys div a {padding: 10px; font-weight: bold; line-height: 1.4; border-radius: 8px; border: 2px solid #62a8ea;}
#footer {color:#8f8f8f;background-color:#2d2d2d;}
#footer a {color:#8f8f8f;}
#footer a:hover {color:#fff;}
#footer .wrap {display:flex;padding-top:45px;padding-bottom:30px;}
#footer .wrap > div:first-child {width:40%;}
#footer .cols {width:30%;}
#footer .cols > h3 {margin-bottom:18px;font-size:18px;}
#footer .gzwm {padding:20px 0;}
#footer .gzwm a {display:inline-block;margin-right:15px;font-size:0;vertical-align:top;}
#footer .gzwm a:last-child {margin-right:0;}
#footer .gzwm a img {height:26px;}
#footer .iso img {height:75px;}
#footer .fnav li {margin-bottom:8px;}
#footer .fnav li:last-child {margin-bottom:0;}
#footer .copyright {line-height:2;}

#fbtn {position: fixed; bottom: 30px; left: 0; right: 0; z-index: 999; display: flex; align-items: center; justify-content: center;}
#fbtn div {display: flex; height: 85px; cursor: pointer;}
#fbtn div::before {flex: 0 0 auto; width: 72px; height: 100%; background: url(../images/Hab.png) no-repeat; content: '';}
#fbtn div::after {flex: 0 0 auto; width: 145px; background: url(../images/Hab.png) no-repeat right top; content: '';}
#fbtn div span {display: flex; align-items: center; padding: 0 20px; height: 100%; color:#0077bb; font-size: 36px; font-weight: bold; box-sizing: border-box; border-top: 1px solid #2c6ca5; border-bottom: 1px solid #3f7180; background-color:#fff;}

#fquote {position: fixed; inset: 0; z-index: 9999; display: none; flex-direction: column; align-items: center; justify-content: center; background-color:rgba(0,0,0,0.5);}
#fquote form {position: relative; padding: 50px; width: 900px; min-height: 500px; max-height: 80vh; box-sizing: border-box; border-radius: 10px; background-color:#fff; overflow-y: auto;}
#fquote form .icon-close {position: absolute; top: 45px; right: 45px; color:#999; font-size: 20px; cursor: pointer;}
#fquote .tis {text-align: center;}
#fquote .tis h3 {color:#333; font-size: 24px; line-height: 1;}
#fquote .tis p {margin-top: 15px; color:#999;}
#fquote .items {margin-top: 20px; font-size: 0;}
#fquote .items p {margin-bottom: 10px; color:#666; font-size: 16px;}
#fquote .items p span {margin-left: 5px; color:#ff0000; font-size: 14px;}
#fquote .items input {padding: 0 10px; width: 100%; height: 40px; border-radius: 4px; border: 2px solid #d8d8d8; background-color:#fff;}
#fquote .items textarea {padding: 8px 10px; width: 100%; height: 100px; line-height: 1.7; border-radius: 4px; border: 2px solid #d8d8d8; background-color:#fff;}
#fquote .items input:focus, #fquote .items textarea:focus {border-color: #999;}
#fquote .btns {margin-top: 30px; text-align: center;}
#fquote .btns button {width: 140px; height: 42px; color:#fff; font-size: 16px; border: none; background-color:#0077bb;}
/*===================================================================================*/

.itis {padding-top:60px;text-align:center;}
.itis h2 {color:#222;font-size:36px;text-transform:uppercase;}

#ipros {padding-bottom:60px;background-color:#f6f6f6;}
#ipros .list {display:flex;flex-flow:row wrap;padding-top:10px;}
#ipros .list a {margin-top:2%;margin-right:2%;width:23.5%;vertical-align:top;background-color:#fff;}
#ipros .list a:nth-child(4n) {margin-right:0;}
#ipros .list a .imgs {font-size:0;overflow:hidden;}
#ipros .list a .imgs img {width:100%;transition:all ease-out 400ms;}
#ipros .list a .text {padding:20px;}
#ipros .list a .text h2 {font-family:Arial;font-size:22px;font-weight:normal;line-height:1.4;}
#ipros .list a .text p { margin-top:5px;color:#666;}
#ipros .list a:hover .imgs img {transform:scale(1.1);}

#iabout {background:url(../images/iabout_bg2.jpg) no-repeat center center;}
#iabout .wrap {position:relative;height:635px;background:url(../images/iabout_bg2.jpg) no-repeat center center;}
#iabout .itis h2 {color:#fff;}
#iabout .itis h2:after {display:block;margin:10px auto 0 auto;width:60px;height:3px;content:"";background-color:#fff;}
#iabout .nrs {position:absolute;top:154px;left:-80px;display:flex;width:1200px;height:429px;}
#iabout .nrs .imgs {flex:0 0 auto;width:470px;height:429px;font-size:0;background-color:#000;}
#iabout .nrs .imgs img {width:100%;height:100%;}
#iabout .nrs .imgs video {width:100%;height:100%;}
#iabout .nrs .text {flex:1 1 auto;padding:35px;}
#iabout .nrs .text .editorc {height:272px;color:#333;font-size:14px;line-height:1.8;overflow:hidden;}
#iabout .nrs .text > a {display:block;margin-top:30px;width:130px;height:40px;line-height:40px;color:#fff;text-align:center;background-color:#00acc2;}

#ifa .wrap {display:flex;align-items:flex-start;padding-top:30px;padding-bottom:60px;}
#ifa .pics {flex:0 0 auto;width:290px;font-size:0;}
#ifa .pics img {width:100%;}
#ifa .pics .text {position:relative;height:456px;color:#fff;text-align:center;background:url(../images/ifa_bg2.jpg);background-size:100% 100%;}
#ifa .pics .text h4 {position:absolute;top:20px;left:20px;right:20px;font-size:20px;}
#ifa .pics .text p {position:absolute;top:300px;left:20px;right:20px;font-size:16px;text-shadow:-1px 0 1px #000;}
#ifa .pics .text a {position:absolute;top:390px;left:50%;display:block;margin-left:-60px;width:120px;height:30px;line-height:30px;color:#fff;font-size:14px;border-radius:3px;background-color:#ff7900;}
#ifa .pics .text a:hover {background-color:#ffd26c;}
#ifa .pics .fas {padding:15px;min-height:98px;line-height:1.8;box-sizing:border-box;border-top:1px solid #fff;background-color:#427c7e;}
#ifa .pics .fas a {display:inline-block;margin-right:15px;color:#fff;font-size:14px;vertical-align:top;}
#ifa .pics .fas a:hover {color:#ffd26c;}
#ifa .list {flex:1 1 auto;margin-left:20px;}
#ifa .list a {position:relative;display:inline-block;margin-top:2%;margin-right:2%;padding:10px;width:31.333%;vertical-align:top;box-sizing:border-box;border:1px solid #ddd;}
#ifa .list a:nth-child(3n) {margin-right:0;}
#ifa .list a:nth-child(1),#ifa .list a:nth-child(2),#ifa .list a:nth-child(3) {margin-top:0;}
#ifa .list a h3 {height:30px;font-size:16px;font-weight:normal;}
#ifa .list a .imgs {height:160px;font-size:0;overflow:hidden;}
#ifa .list a .imgs p {max-height:100%;}
#ifa .list a .imgs img {max-width:100%;max-height:100%;}
#ifa .list a p {margin-top:12px;height:44px;line-height:22px;color:#666;font-size:13px;text-align:center;overflow:hidden;}

#inews ul li {display:inline-block;margin-top:30px;margin-right:5%;width:30%;vertical-align:top;}
#inews ul li:nth-child(3n) {margin-right:0;}
#inews ul li .imgs {display:block;height:200px;font-size:0;text-align:center;}
#inews ul li .imgs img {height:100%;transition:all ease-out 400ms;}
#inews ul li .text {position:relative;margin-top:25px;/*padding-left:80px;*/}
#inews ul li .text .date {position:absolute;top:0;left:0;width:66px;height:100%;border-right:1px solid #eee;}
#inews ul li .text .date p {margin-bottom:3px;font-size:18px;}
#inews ul li .text .date span {color:#b0b0b0;}
#inews ul li .text h2 {font-size:18px;font-weight:normal;}
#inews ul li .text .desc {margin-top:8px;color:#999;line-height:1.6;}
#inews ul li:hover .imgs img {transform:scale(1.03);}

#ibrand {padding-top:40px;}
#ibrand .nrs {position:relative;margin-top:30px;padding:0 80px;}
#ibrand .swiper-container {z-index:1;width:100%;font-size:0;}
#ibrand .swiper-wrapper {width:100%;}
#ibrand .swiper-slide {height:80px;text-align:center;}
#ibrand .swiper-slide p {max-height:100%;}
#ibrand .swiper-slide img {max-width:100%;max-height:100%;}
#ibrand .swiper-button {position:absolute;top:50%;display:block;margin-top:-20px;width:40px;height:40px;line-height:40px;color:#fff;font-size:20px;text-align:center;border-radius:50%;background-color:#17171f;cursor:pointer;}
#ibrand .swiper-prev {left:0;}
#ibrand .swiper-next {right:0;}

#ipp {width:1040px;height:280px;overflow:hidden;}
#ipp div {float:left;}
#ipp .cols {float:left;width:1040px;height:280px;font-size:0;overflow:hidden;}
#ipp .cols .imgs:nth-child(1),#ipp .cols .imgs:nth-child(2),#ipp .cols .imgs:nth-child(3),#ipp .cols .imgs:nth-child(4),#ipp .cols .imgs:nth-child(5) {margin-top:0;}
#ipp .imgs {float:left;margin-top:20px;display:block;width:208px;height:80px;text-align:center;}
#ipp .imgs div {height:80px;text-align:center;}
#ipp .imgs div p {max-height:100%;}
#ipp .imgs div img {max-width:100%;max-height:100%;}
.ipp_button {position:absolute;top:50%;display:block;margin-top:-20px;width:40px;height:40px;line-height:40px;color:#fff;font-size:20px;text-align:center;border-radius:50%;background-color:#17171f;cursor:pointer;}
#ipp_left {left:0;}
#ipp_right {right:0;}

/*===================================================================================*/

.left_title {padding:10px 10px;color:#fff;font-size:24px;font-weight:normal;text-align:center;background-color:#0077bb;}
.left_menu {}
.left_menu dd > a {display:block;padding:13px 10px;color:#707070;font-size:15px;text-align:center;border-bottom:1px solid #dfdfdf;}
.left_menu dd a.left_menu_cur {color:#62a8ea;}
.left_menu dd a.left_menu_curs {color:#62a8ea;}
.left_menu ul {padding:5px 0px 15px 0px;border-bottom:1px solid #e5e5e5;}
.left_menu ul li {position:relative;padding:8px 0 0 28px;font-size:14px;}
.left_menu ul li span {position:absolute;top:16px;left:14px;display:block;width:3px;height:3px;background:#aaa;}

.ltis {padding: 10px 20px; color:#fff; font-size: 20px; background-color:#0077bb;}
.lmenu {border-left: 1px solid #ededed; border-right: 1px solid #ededed;}
.lmenu .list {border-bottom: 1px solid #ededed;}
.lmenu .list p {display: flex; align-items: center; justify-content: space-between; padding: 13px 20px;}
.lmenu .list p a {font-size: 16px; font-weight: bold;}
.lmenu .list p i {position: relative; top: -1px; width: 11px; height: 11px; cursor: pointer;}
.lmenu .list p i::before {position: absolute; top: 50%; left: 0; right: 0; display: block; margin-top: -1px; height: 3px; background-color:#333; content: '';}
.lmenu .list p i::after {position: absolute; top: 50%; left: 0; right: 0; display: block; margin-top: -1px; height: 3px; background-color:#333; content: ''; transform: rotate(90deg);}
.lmenu .list ul {border-top: 1px solid #ededed;}
.lmenu .list ul li {border-bottom: 1px dashed #dcdcdc;}
.lmenu .list ul li:last-child {border-bottom: none;}
.lmenu .list ul li a {position: relative; display: block; padding: 12px 20px 12px 45px;}
.lmenu .list ul li a i {position: absolute; top: 15px; left: 20px; font-size: 14px;}
.lmenu .active p a {color:#62a8ea;}
.lmenu .active p i::after {display: none;}
.lmenu a.curt {color:#62a8ea;}

.lmenu dt {margin-top: 5px;}
.lmenu dt a {display: block; position: relative; padding: 12px 30px 12px 20px; font-size: 14px; font-weight: bold; border: 1px solid #e2e2e2;}
.lmenu dt a i {position: absolute; top: 13px; right: 5px; font-weight: normal;}
.lmenu dt a.curt {color:#fff; border-color:#0077bb; background-color:#0077bb;}
.lmenu dd a {display: block; position: relative; padding: 13px 40px 13px 40px; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2;  border-bottom: 1px dashed #dcdcdc;}
.lmenu dd a::before {position: absolute; top: 18px; left: 28px; display: block; border: 4px solid transparent; border-left-color:#62a8ea; content: ''; visibility: hidden;}
.lmenu dd a i {position: absolute; top: 15px; right: 15px; color:#999; font-weight: normal;}
.lmenu dd a:hover i {color:#62a8ea;}
.lmenu dd a:hover::before {visibility: visible;}
.lmenu dd a.curt {color:#62a8ea; font-weight: bold;}
.lmenu dd a.curt::before {visibility: visible;}

.llxfs {margin-top: 20px; padding: 20px; color:#fff; border-radius: 5px; background-color:#0077bb;}
.llxfs a {color:#fff;}
.llxfs a:hover {text-decoration: underline;}
.llxfs .text h4 {font-size: 18px;}
.llxfs .text p {margin-top: 10px; color:rgba(255,255,255,0.6); line-height: 1.6;}
.llxfs ul li {margin-top: 10px;}
.llxfs ul li i {margin-right: 5px;}
.llxfs ul li .icon-email-light {font-size: 12px;}

.lname {margin-top: 20px; padding: 20px; border-radius: 5px; background-color:#f5f5f5;}
.lname .name {display: flex; align-items: center;}
.lname .name img {flex: 0 0 auto; width: 66px; height: 66px; border-radius: 50%;}
.lname .name div {flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;  margin-left: 10px;}
.lname .name div h2 {color:#62a8ea; font-size: 18px;}
.lname .name div a {display: flex; align-items: center; margin-top: 8px; padding: 5px 8px; color:#62a8ea; border:1px solid #62a8ea; border-radius: 4px;}
.lname .name div a i {margin-right: 5px; font-size: 14px;}
.lname .qrcode {margin-top: 20px; font-size: 0; text-align: center;}
.lname .qrcode img {max-width: 100%;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#title_cur {position:relative;height:44px;color:#bbb;font-size:12px;text-align:right;line-height:50px;border-bottom:1px solid #e5e5e5;overflow:hidden;}
#title_cur a {color:#bbb;}
#title_cur a:hover {color:#000;}
#title_cur strong {color:#ff0000;font-weight:normal;}
#title_cur h2 {position:absolute;top:0px;left:0px;color:#ff0000;font-size:24px;font-weight:normal;line-height:normal;}
.tits {margin-top:10px;padding-left:25px;color:#000;font-size:20px;font-weight:normal;background:url(../images/abtt_nns.png) no-repeat left center;}

.input_text {padding:0px 8px;width:300px;height:32px;line-height:32px\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 {padding:0 15px;height:32px;color:#fff;font-size:14px;box-sizing:border-box;border:none;background:url(../images/brand1.png) repeat-x;cursor:pointer;}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:2.5%;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {line-height:1.7;}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0;}
.editorc a {text-decoration:underline;}
.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 8px;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.7;}
.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 8px;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:3% auto 0px auto;padding:15px 150px 0px 0px;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:25px;}
#prevnext_back {position:absolute;top:18px;right:0px;display:block;padding:8px 15px 8px 10px;color:#333;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:#62a8ea;}

/*===================================================================================*/
/* 企业图片列表 */

#about_image1 {font-size:0px;}
#about_image1 a {display:inline-block;margin:25px 30px 0px 0px;width:280px;font-size:0px;text-align:center;vertical-align:top;}
#about_image1 a:nth-child(3n) {margin-right:0;}
#about_image1 a img {padding:4px;width:270px;height:203px;transition:none;border:1px solid #ddd;}
#about_image1 a img:hover {padding:3px;border:2px solid #62a8ea;}
#about_image1 a p {padding-top:8px;font-size:14px;line-height:1.4;}

#about_image2 {font-size:0px;}
#about_image2 a {display:inline-block;margin:25px 20px 0px 0px;width:210px;font-size:0px;text-align:center;vertical-align:top;}
#about_image2 a:nth-child(4n) {margin-right:0;}
#about_image2 a img {padding:4px;width:200px;height:267px;transition:none;border:1px solid #ddd;}
#about_image2 a img:hover {padding:3px;border:2px solid #62a8ea;}
#about_image2 a p {padding-top:8px;font-size:14px;line-height:1.4;}

#brand a {display:inline-block;margin-top:20px;margin-right:1.2%;width:15.666%;font-size:0;text-align:center;vertical-align:top;}
#brand a:nth-child(6n) {margin-right:0;}
#brand a .imgs {padding:5px;height:50px;border:1px solid #eee;}
#brand a .imgs span {max-height:100%;overflow:hidden;}
#brand a .imgs img {max-width:100%;max-height:100%;}
#brand a p {margin-top:10px;font-size:14px;}

/*===================================================================================*/
/* 产品列表 */

.pros_tis {	border-bottom:2px solid #1b1758;}
.pros_tis h2 {display:inline-block;padding:0 20px;min-width:220px;height:36px;line-height:36px;color:#fff;font-size:18px;text-align:center;vertical-align:top;box-sizing:border-box;background:url(../images/brand1.png) repeat-x;}

#pros {display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 30px;}
#pros a {text-align: center; background-color:#fff;}
#pros a .imgs {border:1px solid #e5e5e5; font-size:0; overflow:hidden;}
#pros a .imgs img {width:100%; transition:all ease-out 400ms;}
#pros a h2 {margin-top: 12px; font-size:14px; font-weight:normal; line-height:1.5;}
#pros a:hover .imgs {border-color:#62a8ea;}
#pros a:hover .imgs img {transform:scale(1.1);}

#prods .info {display: flex;}
#prods .info .imgs {flex: 0 0 auto; width: 420px; font-size: 0;}
#prods .info .bimg {font-size: 0;}
#prods .info .bimg img {width: 100%;}
#prods .info .ximg {position: relative; margin-top: 15px; padding-left: 30px; padding-right: 30px;}
#prods .info .ximg .swiper-slide {}
#prods .info .ximg .swiper-slide a {display: block; position: relative;}
#prods .info .ximg .swiper-slide img {width: 100%;}
#prods .info .ximg .swiper-slide-active a::after {position: absolute; inset: 0; display: block; box-sizing:border-box; border: 1px solid #62a8ea; content: '';}
#prods .info .ximg .swiper-button {position: absolute; top: 50%; margin-top: -10px; color:#666; font-size: 22px; cursor: pointer;}
#prods .info .ximg .swiper-button:not(.swiper-button-disabled):hover {color:#62a8ea;}
#prods .info .ximg .swiper-button-disabled {opacity: 0.3; cursor: default;}
#prods .info .ximg .swiper-prev {left: 0;}
#prods .info .ximg .swiper-next {right: 0;}
#prods .info .text {flex: 1 1 auto; margin-left: 30px;}
#prods .info .text h1 {color:#333; font-size: 18px; line-height: 1.6;}
#prods .info .text p {margin-top: 15px; line-height: 1.8;}
#prods .info .text span {display: inline-block; margin-top: 30px; width: 140px; height: 40px; line-height: 40px; color:#fff; text-align: center; font-weight: bold; vertical-align: top; border: 1px solid #0077bb; background-color:#0077bb; cursor: pointer;}
#prods .info .text span:hover {color:#62a8ea; border-color:#62a8ea; background-color:#fff;}

#prods .tabs {position: sticky; top: 155px; left: 0; right: 0; z-index: 90; display: flex; justify-content: center; margin-top: 25px; padding-top: 15px; border-bottom: 1px solid #eee; background-color:#fff;}
#prods .tabs li {position: relative; height: 35px; color:#888; cursor: pointer;}
#prods .tabs li::after {position: absolute; bottom: -1px; left: 0; right: 0; display: block; height: 2px; visibility: hidden; background-color:#0077bb; content: '';}
#prods .tabs li:not(:last-child) {margin-right: 40px;}
#prods .tabs li.curt {color:#333;}
#prods .tabs li.curt::after {visibility: visible;}

#prods .detail {margin-top: 40px;}
#prods .detail .tis {position: relative;}
#prods .detail .tis h3 {color:#333; font-size: 18px;}
#prods .detail .editorc {margin-top: 10px;}
#prods .detail .video {margin-top: 10px; font-size: 0; overflow: hidden;}
#prods .detail .video iframe {height: 500px;}

#prods .tjcp .swiper-container {margin-top: 15px;}
#prods .tjcp .swiper-slide {}
#prods .tjcp .swiper-slide a {position: relative; display: block;}
#prods .tjcp .swiper-slide a img {width: 100%; box-sizing: border-box; border: 1px solid #e5e5e5;}
#prods .tjcp .swiper-slide a div {position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 20px; color:#fff; box-sizing: border-box; background-color:#0077bb; opacity: 0; transform: scale(0); transition: ease-out 300ms;}
#prods .tjcp .swiper-slide a div h2 {font-size: 16px; font-weight: normal; line-height: 1.6;}
#prods .tjcp .swiper-slide a:hover div {opacity: 1; transform: scale(1);}
#prods .tjcp .swiper-button {position: absolute; top: 0; display: block; width: 36px; height: 20px; line-height: 20px; color:#fff; font-size: 16px; text-align: center; background-color:#0077bb; cursor: pointer;}
#prods .tjcp .swiper-button-disabled {opacity: 0.2; cursor: default;}
#prods .tjcp .swiper-prev {right: 42px;}
#prods .tjcp .swiper-next {right: 0;}

#stock .ssk {padding:25px;display:flex;align-items:center;color:#fff;border-bottom:6px solid #000013;background-color:#00549a;}
#stock .ssk label {margin-right:20px;}
#stock .ssk label input {margin-left:8px;padding:1px 8px;width:140px;height:27px;color:#fff;font-size:12px;border-radius:3px;border:1px solid transparent;background:url(../images/text2.png) no-repeat center center;}
#stock .ssk label input:focus {border-color:#fff;}
#stock .ssk button {margin-left:20px;padding-left:30px;width:74px;height:27px;color:#fff;font-size:12px;text-align:left;border:none;background:url(../images/submit2.png) no-repeat;}
#stock .list table tr td {padding:5px;text-align:center;}
#stock .list table thead tr td {padding:10px 5px;color:#fff;background-color:#2d2d2d;}
#stock .list table tbody tr td {border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;background-color:#f9f9f9;}
#stock .list table tbody tr td:first-child {border-left:1px solid #d8d8d8;}
#stock .list .pics {font-size:0;}
#stock .list .pics img {width:40px;height:30px;}
#stock .list .pdf {font-size:0;}
#stock .list .gmas a {display:inline-block;width:52px;height:23px;line-height:23px;color:#fff;font-size:12px;text-align:center;background:url(../images/submit3.png) no-repeat;}

#fa {flex:1 1 auto;}
#fa a {position:relative;display:inline-block;margin-top:2%;margin-right:2%;padding:10px;width:23.5%;vertical-align:top;box-sizing:border-box;border:1px solid #ddd;}
#fa a:nth-child(4n) {margin-right:0;}
#fa a h3 {height:30px;font-size:14px;font-weight:normal;}
#fa a .imgs {height:118px;font-size:0;overflow:hidden;}
#fa a .imgs p {max-height:100%;}
#fa a .imgs img {max-width:100%;max-height:100%;}
#fa a p {margin-top:12px;height:40px;line-height:20px;color:#666;font-size:12px;text-align:center;overflow:hidden;}

/*===================================================================================*/
/* 新闻列表 */

#news {padding-top:15px;}
#news a {position:relative;display:block;padding:12px 100px 12px 20px;color:#606060;font-size:15px;border-bottom:1px dashed #ccc;}
#news a:before {position:absolute;top:20px;left:0;display:block;width:5px;height:5px;content:"";background-color:#b1b1b1;}
#news a span {position:absolute;top:14px;right:0;color:#999;}
#news a:hover {color:#62a8ea;}
#news_info h1 {padding:0 0 25px 0;color:#222;font-size:24px;line-height:1.4;text-align:center;font-weight:normal;}
#news_info p {padding-bottom:10px;color:#999;font-size:12px;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 {position:relative;top:1px;margin-right:5px;}

/*===================================================================================*/
/* pcb */

#pcb {padding-top:40px;padding-bottom:40px;background-color:#f8f8f8;}
#pcb > div {}
#pcb .fls {display:flex;}
#pcb .fls a {display:flex;align-items:center;justify-content:center;width:50%;height:70px;color:#666;text-align:center;background-color:#fff;}
#pcb .fls a img {margin-right:10px;}
#pcb .fls a.curt {background-color:#e9eff4;}
#pcb .lcs {display:flex;margin-top:30px;background-color:#fff;}
#pcb .lcs .tis {width:140px;color:#289a69;text-align:center;background-color:#e9eff4;}
#pcb .lcs .nrs {flex:1 1 auto;padding:30px 40px 10px 40px;}
#pcb .lcs .nrs img {width:100%;}
#pcb .lcs .nrs ul {display:flex;justify-content:space-between;}
#pcb .lcs .nrs ul li {flex:0 0 auto;margin-top:12px;width:5%;color:#289a69;font-size:12px;text-align:center;vertical-align:top;}
#pcb .cont {margin-top:10px;background-color:#fff;}
#pcb .cont > .tis {margin-left:10px;margin-right:10px;padding:20px 0 10px 10px;color:#666;font-size:14px;border-bottom:1px solid #ccc;}
#pcb form {padding:10px 40px 0 40px;}
#pcb .inputs {display:flex;flex-flow:row wrap;}
#pcb .inputs .items {display:flex;align-items:center;margin-top:30px;width:50%;box-sizing:border-box;}
#pcb .inputs .items .bts {flex:0 0 auto;width:85px;color:#666;font-size:12px;font-weight:bold;}
#pcb .inputs .items .bts span {margin-left:5px;color:#ff0000;}
#pcb .inputs .items .nrs {flex:1 1 auto;}
#pcb .inputs .items .radios label {position:relative;display:inline-block;margin-top:10px;margin-right:4px;padding:0 9px;height:28px;line-height:28px;color:#666;font-size:12px;border-radius:3px;border:1px solid #ced4da;cursor:pointer;}
#pcb .inputs .items .radios label input {position:absolute;top:0;left:0;opacity:0;width:0;height:0;}
#pcb .inputs .items .radios label.checked {border-color:#289a69;color:#289a69;}
#pcb .inputs .items .radios > input {display:inline-block;margin-top:10px;padding:0 10px;width:160px;height:30px;color:#222;font-size:12px;vertical-align:top;border:1px solid #ced4da;background-color:#fff;}
#pcb .inputs .items .units {flex:0 0 auto;display:flex;align-items:center;width:230px;height:28px;border-radius:0 3px 3px 0;border:1px solid #ced4da;}
#pcb .inputs .items .units input {flex:1 1 auto;padding:0 10px;height:100%;color:#222;font-size:12px;border:none;background:none;}
#pcb .inputs .items .units span {flex:0 0 auto;padding:0 10px;font-size:12px;line-height:28px;text-align:center;background-color:#e9ecef;}
#pcb .inputs .items .size {flex:0 0 auto;display:flex;align-items:center;width:248px;height:28px;border-radius:0 3px 3px 0;border:1px solid #ced4da;}
#pcb .inputs .items .size input {padding:0 10px;width:80px;height:100%;color:#222;font-size:12px;border:none;background:none;}
#pcb .inputs .items .size span {flex:1 1 auto;padding:0 10px;font-size:14px;line-height:28px;text-align:center;background-color:#e9ecef;}
#pcb .inputs .items .nrs > input {padding:0 10px;width:160px;height:30px;color:#222;font-size:12px;vertical-align:top;border:1px solid #ced4da;background-color:#fff;}
#pcb .inputs .items .nrs > select {padding:0 10px;width:160px;height:30px;color:#222;font-size:13px;vertical-align:top;border:1px solid #ced4da;background-color:#fff;}
#pcb .text {margin-top:40px;padding:20px 25px;color:#666;line-height:2;background-color:#f4f7fa;}
#pcb .sck {margin-top:30px;border:solid 1px #ced4da;}
#pcb .sck .tis {padding-left:12px;height:40px;line-height:40px;color:#666;border-bottom:solid 1px #ced4da;background-color:#f4f7fa;}
#pcb .sck .nrs {padding:20px;}
#pcb .sck .sck-items {display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;}
#pcb .sck .sck-items .sck-files {display:flex;align-items:center;position:relative;width:95%;height:36px;color:#bbb;font-size:12px;border-radius:3px;border:solid 1px #ced4da;}
#pcb .sck .sck-items .sck-files input {position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;}
#pcb .sck .sck-items .sck-files .sck-filebtn {margin-left:10px;width:100px;height:26px;line-height:26px;color:#666666;text-align:center;border-radius:3px;border:solid 1px #f0f0f0;background-color:#f9f9f9;}
#pcb .sck .sck-items .sck-files .sck-filename {margin-left:10px;}
#pcb .sck .sck-items .sck-files .sck-text {margin-left:30px;}
#pcb .sck .sck-items .sck-delete {font-size:0;cursor:pointer;}
#pcb .sck .sck-btn {text-align:right;}
#pcb .sck .sck-btn span {display:inline-block;margin-right:52px;width:160px;height:30px;line-height:30px;color:#666;font-size:12px;text-align:center;vertical-align:top;background-color:#f4f7fa;border-radius:3px;border:solid 1px #ced4da;cursor:pointer;}
#pcb .sck .sck-btn span img {display:inline-block;position:relative;top:3px;margin-left:10px;}
#pcb .remark {margin-top:30px;font-size:0;}
#pcb .remark textarea {padding:8px 10px;width:100%;height:100px;color:#222;line-height:1.6;border-radius:3px;border:1px solid #ced4da;}
#pcb .info {margin-top:30px;padding:1px 10px 0 10px;border:1px solid #ced4da;}
#pcb .info .contact {display:flex;flex-flow:row wrap;}
#pcb .info .contact .items {display:flex;align-items:center;margin-top:30px;width:50%;}
#pcb .info .contact .items .bts {flex:0 0 auto;width:85px;color:#666;font-size:14px;font-weight:bold;}
#pcb .info .contact .items .bts span {margin-left:5px;color:#ff0000;}
#pcb .info .contact .items input {padding:0 10px;width:300px;height:30px;color:#222;font-size:12px;vertical-align:top;border-radius:3px;border:1px solid #ced4da;background-color:#fff;}
#pcb .info .tss {margin-top:30px;padding:12px;font-size:12px;background-color:#f4f7fa;}
#pcb .info .tss a {color:#00baff;}
#pcb .info .btn {display:flex;align-items:center;justify-content:center;padding-top:60px;padding-bottom:60px;}
#pcb .info .btn p span {margin-left:5px;color:#ff0000;}
#pcb .info .btn input {margin-left:10px;padding:0 8px;width:120px;height:38px;border-radius:3px;border:1px solid #ced4da;background-color:#fff;}
#pcb .info .btn img {margin-left:10px;cursor:pointer;}
#pcb .info .btn button {margin-left:20px;width:200px;height:38px;color:#fff;font-size:16px;border:none;border-radius:4px;background:#00baff;}

#bom .upload {padding:10px;border-radius:3px;border:1px solid #e9ebea;}
#bom .upload .tis {padding-left:30px;height:21px;line-height:21px;color:#333;font-size:16px;font-weight:bold;background:url(../images/icon-2.png) no-repeat;}
#bom .upload .nrs {margin-top:10px;padding:40px;text-align:center;border:2px dashed #d7d7d7;background-color:#f8f8f8;}
#bom .upload .nrs .s1 {color:#333;font-size:18px;}
#bom .upload .nrs .s1 img {position:relative;top:2px;margin-right:8px;}
#bom .upload .nrs .s2 {padding-top:8px;padding-bottom:3px;color:#666;font-size:16px;}
#bom .upload .nrs .s2 a {color:#62a8ea;}
#bom .upload .nrs .s3 {color:#999;font-size:14px;}
#bom .upload .nrs .scbtn {cursor:pointer;}
#bom .upload .nrs .scbtn span {color:#ff0000;}
#bom form {display:flex;flex-flow:row wrap;justify-content:space-between;}
#bom form .tis {width:100%;color:#333;font-size:16px;font-weight:bold;}
#bom form .tis span {margin-left:30px;color:#999;font-size:14px;font-weight:normal;}
#bom form .l {margin-top:20px;padding:20px;width:49.2%;border-radius:3px;border:1px solid #e9ebea;box-sizing:border-box;}
#bom form .l .items {display:flex;align-items:center;margin-top:20px;}
#bom form .l .items .bts {flex:0 0 auto;width:100px;}
#bom form .l .items .bts span {position:relative;top:1px;margin-left:5px;color:#ff0000;font-size:14px;font-weight:bold;}
#bom form .l .items .nrs {flex:1 1 auto;font-size:0;}
#bom form .l .items .nrs textarea {padding:8px 10px;width:100%;height:115px;line-height:1.7;border-radius:3px;border:1px solid #ced4da;box-sizing:border-box;background-color:#fff;}
#bom form .l .qty {}
#bom form .l .qty .nrs {display:flex;flex-flow:row wrap;}
#bom form .l .qty div {display:flex;align-items:center;margin-bottom:10px;width:100%;}
#bom form .l .qty label {margin-left:20px;font-size:13px;cursor:pointer;}
#bom form .l .qty label:first-child {margin-left:0;}
#bom form .l .qty input[type=radio] {position:relative;top:3px;margin-right:5px;width:16px;height:16px;}
#bom form .l .qty input[type=text] {margin-left:5px;padding:0 8px;width:60px;height:26px;font-size:13px;border-radius:2px;border:1px solid #ced4da;background-color:#fff;}
#bom form .r {display:flex;flex-flow:row wrap;margin-top:20px;padding:20px;width:49.2%;border-radius:3px;border:1px solid #e9ebea;box-sizing:border-box;}
#bom form .r .items {margin-top:15px;width:48%;font-size:0;}
#bom form .r .items .bts {margin-bottom:8px;font-size:14px;}
#bom form .r .items .bts span {position:relative;top:1px;margin-left:5px;color:#ff0000;font-size:14px;font-weight:bold;}
#bom form .r .items .nrs {font-size:0;}
#bom form .r .items .nrs input {padding:0 10px;width:100%;height:35px;border-radius:3px;border:1px solid #ced4da;background-color:#fff;}
#bom form .r .marl {margin-left:4%;}
#bom form .btns {margin-top:30px;width:100%;text-align:center;}
#bom form .btns button {width:200px;height:40px;color:#fff;font-size:18px;border:none;border-radius:3px;background:#00baff;}

#bom2 .tis {padding-top:60px;text-align:center;}
#bom2 .tis h3 {color:#333;font-size:34px;font-weight:normal;}
#bom2 .tis p {margin-top:8px;color:#999;font-size:16px;line-height:1.7;}
#bom2 .list {display:flex;flex-flow:row wrap;padding-top:15px;}
#bom2 .list li {position:relative;margin-top:2%;margin-right:2%;padding:20px 15px 75px 15px;width:18.4%;text-align:center;box-sizing:border-box;box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);cursor:pointer;}
#bom2 .list li:nth-child(5n) {margin-right:0;}
#bom2 .list li .imgs {font-size:0;}
#bom2 .list li .imgs img {height:60px;}
#bom2 .list li h4 {padding-top:20px;padding-bottom:10px;color:#222;font-size:16px;}
#bom2 .list li p {color:#666;line-height:1.7;}
#bom2 .list li span {position:absolute;bottom:20px;left:50%;display:none;margin-left:-70px;width:140px;height:34px;line-height:34px;color:#fff;font-size:14px;text-align:center;border-radius:18px;border:1px solid #fff;}
#bom2 .list li:hover {background-color:#62a8ea;}
#bom2 .list li:hover h4 {color:#fff;}
#bom2 .list li:hover p {color:#fff;}
#bom2 .list li:hover span {display:block;}

#bom3 {margin-top:80px;background-color:#62a8ea;}
#bom3 > div {display:flex;padding-top:90px;padding-bottom:90px;}
#bom3 .tis {color:#000;font-size:38px;}
#bom3 .l {flex:1 1 auto;padding-right:50px;color:#fff;}
#bom3 .xh {margin-top:30px;}
#bom3 .xh li {position:relative;display:inline-block;width:64px;height:62px;font-family:Arial;text-align:center;vertical-align:top;border-bottom:1px solid #fff;cursor:pointer;}
#bom3 .xh li span {position:absolute;bottom:12px;left:0;width:100%;font-size:18px;text-align:center;transition:all 0.16s linear;}
#bom3 .xh li.active {border-bottom-color:#333;}
#bom3 .xh li.active span {color:#000;font-size:40px;}
#bom3 .text {margin-top:50px;font-size:16px;line-height:1.8;}
#bom3 .text p {display:none;color:#000;}
#bom3 .btn {margin-top:80px;width:260px;height:58px;line-height:58px;color:#fff;font-size:18px;text-align:center;border-radius:29px;box-shadow:0 0 6px rgba(255,255,255,0.2);background-color:#333;cursor:pointer;}
#bom3 .r {flex:0 0 auto;width:630px;font-size:0;}
#bom3 .r div {display:none;}
#bom3 .r img {max-width:100%;}

#bom4 {padding-top:60px;padding-bottom:60px;}
#bom4 .tis {color:#333;font-size:34px;text-align:center;}
#bom4 .editorc {margin-top:60px;cursor:pointer;}

/*===================================================================================*/
/* 在线留言 */

#message {padding-top:10px;}
#message td {padding:14px 5px 0px 5px;font-size:14px;}
#message td span {margin-left:8px;font-family:"宋体";font-size:12px;color:#ff0000;}

/*===================================================================================*/

#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%;}
#pros_page {margin-top:60px;width:100%;}
.fypage {font-size:0px;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0 4px;width:32px;height:32px;line-height:32px;font-size:14px;color:#555;background-color:#f0f0f0;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:#62a8ea;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:#62a8ea;}
.fypage .fypage_prev,.fypage .fypage_next {font-family:"宋体";font-weight:bold;}