*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul,ol,dl,input,textarea,li,a,div,span,em,i{margin: 0;padding: 0;border: 0;}
img {margin: 0;padding: 0;	border: 0;}
li {list-style: none;}
/*全局样式*/
html,body {width: 100%;	margin: 0 auto;}
/*= 清除浮动=*/
.clear {clear: both;height: 0px;line-height: 0px;font-size: 0px;overflow: hidden;display: block;}
.clearfix:after {content: "";display: block;height: 0px;clear: both;visibility: hidden;font-size: 0px;}
:focus{outline:0}
a, button, input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer}
/* Hides from IE-mac \*/
* html .clearfix {height: 0%;}
/* End hide from IE-mac */
* + html .clearfix {min-height: 0%;}
/* 针对IE7 */
* + html .clearfix {min-height: 0%;}
.w100 {width: 100%;}
.fl {float: left;}
.fr {float: right;}
/*原文件配置*/
body {color: #333;background: #ffffff;font: 14px/28px 'Microsoft YaHei', arial, sans-serif;min-width: 320px;}
a {color: #000;}
a:hover {color: #1c85ce;text-decoration: none;}
/*块级转化*/
.di_in {display: inline-block;}
.di_no {display: none;}
.di_bl {display: block;}
/*原文件配置  end*/

/*纵向居中*/
.v_middle {vertical-align: middle;}
/*横向居中*/
/*相对定位*/
.p_r {position: relative;}
/* 白色背景 */
.bgfff {background: #fff;}
em,i{font-style: normal;}
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.flex-v {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.flex-1 {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-warp{flex-flow: wrap}
.flex-column{flex-flow: column}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

/*scrollbar 谷歌浏览器滚动条样式设置*/  
::-webkit-scrollbar{width:14px;height:10px;}  
::-webkit-scrollbar-track,::-webkit-scrollbar-thumb{border-radius:999px;border:4px solid transparent;}  
::-webkit-scrollbar-track{box-shadow:1px 1px 5px rgba(185,165,150,.2) inset;}  
::-webkit-scrollbar-thumb{min-height:20px;background-clip:content-box;box-shadow: 0 0 0 5px rgba(185,165,150,1) inset;} 

@media (min-width: 1200px) {
	/*min-width 1200 */
	.container{padding: 0;width: 1180px;}
}
.row>div[class^="col-"] {
    padding-left: 10px;padding-right: 10px;
}
/*全局样式 start*/
.header{height: 100px;}
.header h1{margin: 0;}
.header .lang-bar span{margin: 0 5px;font-size: 14px;color: #545454;}
.header .lang-bar span a{color: #545454;}
.header .lang{display: none;font-size: 14px;}
.header .lang .dropdown-menu>li>a{padding: 0;}
.header .lang .dropdown-menu{width: 100px !important;min-width: auto;}
.header .lang .dropdown-menu>li{padding-left: 10px;}
.header .lang .sprites{margin-right: 5px;}

.enlarge{display: none;}
.nav-bar{background: rgba(255,255,255,0.7);}
.nav{height: 50px}
.nav a{line-height: 50px;padding: 0 20px;color: #0e140e;}
.nav>li>a{padding: 0 25px;margin: 0 14px;font-weight: bold;font-size: 16px;}
.nav a.cur,.header .lang-bar span a:hover{color: #1c85ce;}
.nav .dropdown-menu li a{height: 45px;line-height: 45px;padding: 0;text-indent: 20px;}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.nav a.active{background: #FFF;color: #1c85ce;}
.nav .dropdown-menu{background-color: #f8f8f8;border:0;border-radius: 0;padding: 0}
.nav .dropdown-menu>li>a:focus,.nav .dropdown-menu>li>a:hover{background: #FFF;color: #1c85ce;}
.nav_fixed{position: fixed;top: 0px;width: 1180px;left: 50%;margin-left: -590px;z-index: 9;}

.search{border: 1px #cbcbcb solid;width: 280px;height: 32px;overflow: hidden;border-radius: 16px;}
.search input[type="text"]{border: 0;height: 30px;line-height: 30px;padding-left: 15px;}
.search button{border: 0;width: 40px;height: 30px;background: #FFF;font-size: 16px;background: none;color: #666;}

.banner{margin-top: 10px;}
.banner .swiper-slide img{max-width: 100%;}
.banner .swiper-pagination-bullet{width: 16px;height: 16px;opacity: 1;}
.banner .swiper-pagination-bullet-active{background: #FFF;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 40px;height: 40px;background-color: #000;background-size: 12px;border-radius: 50%;opacity: 0;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
.footer{border-top: 1px #F8F8F8 solid;padding-top: 30px;margin-top: 30px;}
.footer h5{margin: 30px 0;}
.footer h4{font-weight: 600;}
.footer .txt{color: #7d8c94;}
.footer .help{margin: 0 180px 0 100px;}
.footer .help li{cursor: pointer;margin-right: 100px;padding-left: 20px;}
.footer .help li:last-child{margin-right: 0;}
.footer .help li .tit:after{content: '';position: absolute;left: -15px;top: 50%;height: 2px;margin-top: -1px;width: 10px;display: block;}
.footer .submenu dd{width: 100%;}
.footer .submenu dd a {color: #7d8c94;line-height: 28px;}
.footer .submenu dd a:hover,.copyright a:hover{color: #1c85ce;}
.copyright{margin: 30px 0;}
.copyright,.copyright a{color: #7d8c94;}

.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:40px;height:40px;}
.suspension .a{display:block;width:40px;height:40px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a-top .i{background:url(../images/side_icon.png) no-repeat -133px 0;width:40px;height:40px;display: block;}
.suspension .a-top{background-color:#D2D3D6;display:none;height: 40px;}

.home-about {margin-top: 60px;}
.home-about img{max-width: 100%;}
.home-about .text-box{background-color: #f2f2f2;padding: 20px;}
.home-about .text-box h3{width: 100%;font-weight: bold;margin-bottom: 20px;}
.home-about .text-box h3 a{font-weight: normal;font-size: 14px;}
.home-about .text-box p{margin: 0; width:100%;}

.fulltitle{color: #545454;font-weight: 400;}
.more {margin-top: 40px;}
.more a{background-color: #1c85ce;color: #fff;border-radius: 24px;height: 46px;padding: 0 50px;line-height: 46px;}
.home-pro{margin-top: 60px;}
.home-pro .items{margin-right: 1%;width: 24.25%;margin-top: 10px;height: 286px;overflow: hidden;}
.home-pro .items:nth-of-type(4n){margin-right: 0;}
.home-pro .items img{max-width: 100%;}

.home-news{margin-top: 60px;}
.home-news .items{width: 30%;color: #545454;margin-top: 20px;}
.home-news .items img{max-width: 100%;display: block;}
.home-news .items .name{margin-top: 15px;}
.home-news .items .mark{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #FFF;opacity: 0;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
.home-news .items .pic span{width: 0px;height: 0px;position: absolute;left: 50%;top: 50%;background: rgba(0,0,0,0.6) url(../images/icon1.png)no-repeat center;background-size: 0px;border-radius: 50%;margin: 0;opacity: 0;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
.crumbs{margin-top: 30px;}
.about{font-size: 18px;color: #666;line-height: 1.8;margin-top: 40px;}
.about .txt{margin-top: 30px;}
.thum{padding-bottom: 30px;}
.thum img{max-width: 100%;margin-top: 40px;}
.thum .swiper-pagination{display: none;width: 100%;}
.thum .swiper-pagination .swiper-pagination-bullet{margin-left: 10px;}

.cert,.ditu{border-top: 1px rgb(238, 238, 238) solid;margin-top: 40px;padding-top: 40px;}
.mKeBanner,.mKeBanner div{text-align:center;}
.imageflow img{ -webkit-box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); box-shadow: 2px 2px 2px 2px hsla(0,0%,0%,0.1); }
.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%;}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}
.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10000}
.imageflow .scrollbar{border-bottom:1px solid #b3b3b3; position:relative; visibility:hidden; z-index:10001; height:1px}
.imageflow .slider{background-image:url(../../Images/Index/slider.png); background-repeat:no-repeat; height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10002}
.imageflow .images{overflow:hidden; white-space:nowrap}
.imageflow .button{cursor:pointer; height:17px; position:relative; width:17px}
.imageflow .previous{background:url(../../Images/Index/button_left.png) top left no-repeat; float:left; margin:-7px 0 0 -30px}
.imageflow .next{background:url(../../Images/Index/button_right.png) top left no-repeat; float:right; margin:-7px -30px 0 30px}
.imageflow img{width: 280px;}
.ditu img{max-width: 100%; height:auto}
.news .items{margin-top: 20px;padding: 10px 20px;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.news .items .date{width: 100px;}
.news .items .date .year{font-size: 24px;}
.news .items .date .dd{font-size: 36px;}
.news .items .date .dd em{font-size: 18px;}
.news .items .pic{width: 388px;height: 225px;border: 1px solid #f1f1f1;overflow: hidden;margin-right: 30px;}
.news .items .p{height: 120px;}
.news .items .more1{margin-top: 20px;}
.news .items .more1 a{width: 120px;height: 40px !important;line-height: 40px !important;text-align: center !important;color: #666;font-size: 16px;border: 1px solid #dcdcdc;border-radius: 5px;transition: all .5s;-webkit-transition: all .5s;}
.news .items h4 a{-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}

.news-details{margin-top: 40px;color: #666;}
.news-details .info{margin-top: 10px;}
.news-details .body{margin-top: 20px;line-height: 1.8;}
.news-details .body img{max-width: 100%;}
.prev{margin: 40px 0;}
.prev a{padding: 5px 15px;border: 1px solid #ddd;border-radius: 5px;margin-top: 15px;}
.contactus{margin-top: 40px;}
.contactus .textarea,.contactus .submitGroup{margin-top: 20px;}
.contactus .text-box{background-color: #f8f8f8;padding: 15px;border-radius: 8px;}
.contactus .text-box h2{margin-top: 0;}
.contactus .text-box span{margin-right: 10px;}
.contactus .textarea textarea{height: 140px;}
.contactus .control-group input[type="text"]{margin-top: 20px;}
.contactus .map{width: 100%;height: 500px;margin-top: 40px;}


.products{margin-top: 40px;}
.products .items{width: 200px;height: 205px;margin-right: 20px;}
.products .items:nth-of-type(4n){margin-right: 0;}
.products .items .pic{width: 100%;height: 150px;border: 1px solid rgb(242, 242, 242);}
.products .items .pic img{max-width: 100%;}

.page{width: 100%;margin: 40px 0;}
.page a{border: 1px solid rgb(242, 242, 242);padding: 3px 12px;margin-right: 10px;}
.page a.cur{background-color: #1c85ce;border-color: #1c85ce;color: #FFF;}

.products .sidebar{width: 280px;margin-left: 40px;border: 1px solid #e7e7e7;}
.products .sidebar h4{background-color: #1c85ce;margin-top: 0;height: 44px;line-height: 44px;color: #FFF;padding-left: 20px;margin-bottom: 0;}
.products .sidebar .tit{border-bottom: 1px solid #e7e7e7;height: 37px;line-height: 37px;font-size: 16px;padding: 0 15px;}
.topnav {width: 100%;}
.topnav li a:hover {background-color:#f0f0f0;color:#1c85ce;}
.topnav ul {display: none;border-bottom: 1px solid #e7e7e7;}
.topnav ul li a {padding-left: 20px;outline:0;}
.topnav ul ul li a {padding-left: 60px;font-size: 14px;}
.topnav span{float:right;}

.pro-details .body{border: 1px #e7e7e7 solid;margin-top: 40px;}
.pro-details .body .title{background-color: #efefef;height: 40px;line-height: 40px;}
.pro-details .body .title::after{content: '';position: absolute;left: 1px;top: -1px;width: 120px;height: 41px;border-top: 2px #1c85ce solid;background-color: #FFF;z-index: 1;}
.pro-details .body .title span{z-index: 2;color: #1c85ce;padding-left: 30px;}
.pro-details .body .info{padding: 20px;}
.pro-details .body .info img{max-width: 100%;line-height: 1.8;}
.pro-details .thum{width: 410px;margin-right: 50px;}
.add_chose{width:120px;border: 1px #ccc solid;height: 30px;line-height: 30px;overflow: hidden;margin-left: 30px;}
.add_chose a{overflow:hidden;width: 30px;}
.add_chose .reduce{border-right: 1px #ccc solid;}
.add_chose .add{border-left: 1px #ccc solid;}
.add_chose input{width: 40px;}
.pro-details .submit{margin-top: 40px;}
.pro-details .submit a{margin-right: 20px;font-size: 14px;}
.pro-details .submit a span{margin-right: 10px;}
.pro-details h4>div{margin-left: 10px;}
.pro-details h4>div .erwma{position: absolute;width: 140px;height: 140px;background-color: #FFF;padding: 10px;left: 50%;margin-left: -70px;bottom: -140px;display: none;}
.pro-details h4>div .erwma img{width: 100%;}
.pro-details h4>div:hover .erwma{display: block;}
.pro-details .thum .view .swiper-container {width: 100%;}
.pro-details .thum .view .swiper-container .pic{height:auto;}
.pro-details .thum .view .swiper-container .pic img{max-width: 100%;margin-top: 0;}
.pro-details .thum .preview {width: 100%;position: relative;}
.pro-details .thum .preview .swiper-container {width: 100%;height: 60px;}
.pro-details .thum .preview .swiper-slide {width: 60px;height: 60px;cursor:pointer;}
.pro-details .thum .preview .swiper-slide .pic{width: 60px;height: 60px;overflow: hidden;}
.pro-details .thum .preview img {max-width: 100%;margin-top: 0;}
.pro-details .thum .preview .active-nav .pic {border: 2px solid #fe9b0a;}




/*全局样式 end*/

@media (min-width: 1025px) {
	/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	.nav a:hover{color: #FFF;background: #06a24e;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
	.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{opacity: 1;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
	.home-news .items .pic:hover .mark{opacity: 0.6;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
	.home-news .items .pic:hover span{opacity: 0.8;width: 60px;height: 60px;position: absolute;margin: -30px 0 0 -30px;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;background-size: 24px;}
	.news .items:hover{color: #FFF;background-color: #1c85ce;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
	.news .items:hover h4 a{font-weight: bold;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
	.news .items:hover h4 a,.news .items:hover .more1 a{color: #FFF;}
}


@media (max-width: 1441px) {
	/*修改1441以下、小屏显示器*/
}

@media (max-width: 1199px) {
	/*修改1200以下、小屏显示器*/

	.footer{flex-flow: column;padding: 0 15px;}
	.footer .submenu,.products .sidebar .submenu{display: none;}
	.footer .help{margin:15px 0 10px 0;}
	.footer .help li{width: 100%;padding-right: 0;padding-left: 0;margin-right: 0;margin-bottom: 10px;margin-top: 10px;}
	.footer .help li i{position: absolute;top: 6px;right: 12px;width: 10px;height: 10px;}
	.footer .help li i:after{content: '';display: block;width: 10px;height: 10px;position: absolute;left: 0;top: -4px;border-bottom: 1px #333 solid;border-right: 1px #333 solid;transform: rotate(45deg);-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
	.footer .help li.open i:after{transform: rotate(-135deg);top: 2px;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
	.copyright{margin: 20px 0;}
	.products .sidebar h4 i{position: absolute;top: 50%;right: 12px;width: 10px;height: 10px;margin-top: -5px;}
	.products .sidebar h4 i::after{content: '';display: block;width: 10px;height: 10px;position: absolute;left: 0;top: -4px;border-bottom: 1px #FFF solid;border-right: 1px #FFF solid;transform: rotate(45deg);-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
	.products .sidebar.open  h4 i:after{transform: rotate(-135deg);top: 2px;-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
	.home-about .text-box h3{margin-bottom: 15px;margin-top: 10px;}
	.home-pro .items{width: 32.65%;height: 260px;}
	.home-pro .items:nth-of-type(3n){margin-right: 0;}
	.home-pro .items:nth-of-type(4n){margin-right: 1%;}
	.banner img,.about img{max-width: 100%; height:auto}
	.about .txt{margin-top: 10px;}
	.thum .swiper-pagination{display: block;z-index: 1;}
	.products .list,.products .sidebar{width: 100%;}
	.products .items{width: 23.25%;margin-right: 2%;}
	.products .sidebar{margin-left: 0;}
	
}

@media (max-width: 1023px) {
	/*修改1024以下、平板*/
	body{padding-top: 80px;}
	.header{height: 80px;position: fixed;left: 0;top: 0;background-color: #FFF;z-index: 9;width: 100%;padding: 0 15px;}
	.header h1{margin-left: 50px;}
	.header h1 img{height: 60px;}
	.header .lang-bar{display: none;}
	.header .lang{display: block;}
	.header .enlarge{display: block;position: absolute;left: 15px;top: 40px;width: 30px;height: 1px;}
	.header .enlarge .icon {background-color: #333;height: 1px;left: 2px;position: absolute;top: 0px;transition-duration: 0.5s;width: 100%;}
	.header .enlarge .icon::before, .header .enlarge .icon::after {background-color: #333;content: "";height: 1px;left: 0;position: absolute;transition-duration: 0.5s;width: 30px;}
	.header .enlarge .icon::after {top: 10px;}
	.header .enlarge .icon::before {top: -10px;}
	.header .enlargeSelect.enlarge .icon {width: 0;}
	.header .enlargeSelect.enlarge .icon::before {transform: translateY(10px) rotate(45deg);}
	.header .enlargeSelect.enlarge .icon::after {transform: translateY(-10px) rotate(-45deg);}
	.nav-bar{width: 100%;max-height: 100%;height: 100%;background: #fff;position: fixed;right: 0;z-index: 101;overflow: auto;display: none;overflow-y: scroll !important;top: 80px;padding: 0 20px;flex-flow: column;}
	.navbar-nav>li{width: 100%;}
	.nav-bar .dropdown-menu{position: static;width: 100%;float: none;}
	.nav{flex-flow: column;height: auto;}
	.nav a{width: 100%;display: block;line-height: 45px;height: 45px}
	.nav>li>a{margin: 0;padding: 0;}
	.search{width: 100%;margin-top: 20px;}
	.banner{margin-top: 0;}
	.home-about,.news .items,.prev{flex-flow: column;}
	.home-about .text-box{margin-bottom: 15px;}
	.news .items{padding-left: 0;padding-right: 0;}
	.news .items .pic{margin-right: 0;width: 100%;}
	.pro-details .thum{width: 320px;}
	.pro-details .thum .view .swiper-container .pic{height:auto;}
}

@media (max-width: 767px) {
	/*修改768以下、小屏平板*/
	body{padding-top: 70px;}
	.header{height: 70px;}
	.header h1 img{height: 50px;}
	.header .enlarge{top: 35px;}
	.nav-bar{top: 70px;}
	.home-pro .items{height: 155px;}
	.products .items{width: 32%;}
	.products .items:nth-of-type(3n){margin-right: 0;}
	.products .items:nth-of-type(4n){margin-right: 2%;}
}

@media (max-width: 424px) {
	/*修改425以下、普通的安卓手机屏*/
	body{padding-top: 60px;}
	.header{height: 60px;}
	.header h1 img{height: 40px;}
	.header .enlarge{top: 30px;}
	.nav-bar{top:60px;}
	.home-pro .items{width: 48.75%;height: 170px;margin-right: 1.5%;}
	.home-pro .items:nth-of-type(3n){margin-right: 1.5%;}
	.home-pro .items:nth-of-type(2n){margin-right: 0;}
	.home-news .content{flex-flow: column;}
	.home-news .items{width: 100%;}
	.products .items{width: 49%;}
	.products .items:nth-of-type(3n){margin-right: 2%;}
	.products .items:nth-of-type(2n){margin-right: 0;}
	.pro-details .thum{max-width: 100%;margin-right: 0;}
}

@media (max-width: 374px) {
	/*修改375以下、iPhone5，4，等小屏手机*/
}

.wp-pagenavi {
	CLEAR: both;
	padding:15px 0;
}
.wp-pagenavi A {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi SPAN {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi A:hover {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold
}
table{ width:auto!important; max-width:100%!important;}