html {
    --color: #0F9AD7;
    --font-family: 'Arial';
}
a:hover {
    color: var(--color);
}

.bowen {
    position: relative;
}

.bowen::after,
.bowen::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bowen::after{
  animation-delay: 0.7s;
}
@keyframes eff68{
  0%{
    box-shadow: 0 0 0 0px #0093E9;
    opacity: 0.3;
  }
  100%{
    box-shadow: 0 0 0 30px #0093E9;
    opacity: 0;
  }

}
.bowen:hover{
    transform: scale(0.96);
}
.bowen:hover::after,
.bowen:hover::before {
    /* animation-play-state: paused; */
    animation: eff68 0.8s linear infinite;
}


.w1520 {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.w1250{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.w1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.w1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.flex-x {
    display: flex;
    flex-direction: row;
}
.flex-y {
    display: flex;
    flex-direction: column;
}
.flex-align{
    justify-content: space-between;
    align-items: center;
}
button{
    cursor: pointer;
}
p,
a {
    font-size: inherit;
    color: inherit;
}

.menu{
    display: none;
}
.menu_down{
    display: none;
}

body{
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

header{
    width: 100%;
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 3px 3px rgba(60, 60, 60, .1);
}
header .w1200{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    width: 20%;
    height: 100%;
    margin-right: 10%;
}
header .logo a{
    height: 100%;
    display: flex;
    align-items: center;
}
header .logo img{

    height: 40%;
    object-fit: contain;
}
header .right{   
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
}

header .nav{
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .nav a{
    font-size: 16px;
    color: #666;
}
header .nav a:hover{
    color: var(--color);
}

.banner{
    /* background: #000; */
    width: 100%;
    min-height: 200px;
    text-align: left;
    position: relative;
}

.banner .swiper{
    width: 100%;
}
.banner2{
    position: relative;
    margin-top: -100px;
height: 600px;
z-index: 2;
}
.banner2 img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.banner2 .w1400{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
}
.banner2 .w1400 h2{
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
   
}
.banner2 .w1400 h3{
    width: 50%;
    font-size: 24px;
   
    line-height: 1.4;
}
.banner2 .w1400 h4{
    font-size: 30px;
    opacity: 0.8;
    line-height:2;
}


.index-page{
    background: url("../images/index_bg_1.png") no-repeat center top;
    background-size: 100% auto;
    min-height: 1000px;
}
.index-page1{
    min-height: 600px;
    /* background: url("../images/index_page1_bg.jpg") no-repeat center top; */
    position: relative;
    /* z-index: -1; */
    padding: 50px 0 140px;
}
.index-page1 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.index-page1 .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-page1 .flex-x{
    justify-content: space-between;
}
.index-page1 .left{
    width: 52%;
}
.index-page1 .left h2{
    font-size: 36px;
    color: var(--color);
    width: 60%;
   margin-left: 20%;
}
.index-page1 .left h5{
    width: 55%;
    margin-left: 20%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #999;
}
.index-page1 .left h2 span{
    font-size: 120px;
    line-height: 1.2;
    position: relative;
    font-style: italic;
    font-weight: bold;
    margin-right:36px;
}
.index-page1 .left h2 span::after{
    content: "+";
    position: absolute;
    right: -50px;
    top: 50px;
    font-size: 30px;
    font-weight: 500;
}

.index-page1 .right{
    width: 44%;

}
.index-page1 .right h3{
    font-size: 36px;
    color: #666;
    font-weight: bold;
    margin-top: 60px;
}
.index-page1 .right .editor{
    margin: 20px 0 50px;
    font-size: 18px;
    line-height: 2;
    color: #666;
}
.index-page1 .right .more{
    display: flex;
    align-items: center;
    width: fit-content;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    padding: 0 30px;
    border: 1px solid var(--color);
    color: #666;
    font-size: 14px;
}
.index-page1 .right .more::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #666;    
    margin-left: 6px;
}
.index-page1 .right .more:hover{
    background: var(--color);
    color: #fff;
}
.index-page1 .right .more:hover::after{
    background: #fff;
}

.index-page2{
    width: 100%;
    min-height: 600px;
    position: relative;
}
.index-page2-bg{
    background: #E6F5FB;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-page2 .w1400{
    position: relative;
    padding-bottom: 120px;
}
.index-page2 .w1400 .bg{
    background: #FFDAD9;
    width: 100%;
    height: 270px;
    border-radius: 100px;
    position: absolute;
    top: 110px;
    z-index: -1;
}

.index-page2 .w1200 h2{
    font-size: 100px;
    line-height: 2;
    font-weight: bold;
    color: var(--color);
    text-align: center;
}
.index-page2 .w1200 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:40px 2% ;
}

.index-page2 .w1200 ul li{
    width: 32%;
    transition: all 0.3s ease;
    border-radius: 50px;
    border: 1px solid var(--color);
    text-align: center;
    background: #fff;
}
.index-page2 .w1200 ul li a .img {
    position: relative;
    padding: 30px 20px;
}
.index-page2 .w1200 ul li a .img img{
   position: relative;
   z-index: 2;
}
.index-page2 .w1200 ul li a .img .img-bg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #E6F5FB;
    width: 300px;
    object-fit: contain;
    max-width: 80%;
    z-index: 1;
}
.index-page2 .w1200 ul li .name{
    height: 90px;
    border-radius: 50px;
    background: var(--color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    line-height: 1.4;
}
.index-page2 .w1200 ul li .name p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-page2 .w1200 ul li:nth-child(1){
    width: 100%;
 /*    background: url("../images/index_page2_1.jpg") no-repeat center center; */
    background-size: cover;
    border: none;
    
}
.index-page2 .w1200 ul li:nth-child(1) a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 10%;
}
.index-page2 .w1200 ul li:nth-child(1) a img{
	max-height:400px;
	object-fit:contain;
}
.index-page2 .w1200 ul li:nth-child(1) a .left{
    
}
.index-page2 .w1200 ul li:nth-child(1) a .right{
    width: 40%;
}
.index-page2 .w1200 ul li:nth-child(1) .right h4{
    font-size: 30px;
    font-weight: bold;
    line-height: 2.4;
    color: var(--color);
}
.index-page2 .w1200 ul li:nth-child(1) .info p{
    display: flex;
    align-items: center;
    line-height: 2.4;
    font-size: 18px;
    color: #666;
}
.index-page2 .w1200 ul li:nth-child(1) .info img{
    width: 20px;
    object-fit: contain;
    margin-right: 10px;
}
.index-page2 .w1200 ul li:hover{
    transform: translateY(40px);
    border: 1px solid #FEBC28;
}
.index-page2 .w1200 ul li:hover .name{
    background: #FEBC28;
}
.index-page2 .w1200 ul li:nth-child(1):hover{
    transform: none;
    border: 1px solid var(--color);
}

.index-page3 {
    width: 100%;
    min-height: 600px;
    position: relative;
    padding-bottom: 200px;
}
.index-page3 .index-page3-bg2{
    position: relative;
    background: #E6F5FB;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.index-page3 .index-page3-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/index_page3_bg3.png") no-repeat center top;
    background-size: cover;
}
.index-page3 .w1200 h2{
    font-size: 100px;
    font-weight: bold;
    line-height: 2;
    color: var(--color);
    text-align: center;
    padding: 20px 0 10px;
}
.common-ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 2%;
    
}
.common-ul li{
    width: 32%;

    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: #fff;
    padding: 6px;
    border: 1px solid var(--color);
    position: relative;
}
.common-ul li:hover{
    border: 1px solid #FEBC28;
}
.common-ul li:hover .name{
    background: #FEBC28;
}
.common-ul li:nth-child(3n+2){
    transform: translateY(40px);
}
.common-ul li a{
   /*  display: inline-block;
    width: 100%;
    height: 100%; */
    cursor: pointer;
}
.common-ul li .name{
    height: 90px;
    border-radius: 50px;
    background: var(--color);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    line-height: 1.4;
    position: absolute;
    bottom: -45px;
    left: 0;
}

.common-ul li .name p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-ul li {
    
}
.common-ul li  a>img{
   height: 450px;
    width: 100%;
    object-fit: contain;
    border-radius: 50px 50px 0 0;
    background: #E6F5FB;
    padding: 20px 20px 60px;
}

.about-page{
    width: 100%;
    min-height: 600px;
}
.about-page1{
    /* width: calc(50% + 600px); */
    margin-top: -600px;
    padding: 690px 0 360px;
   position: relative;
}
.about-page1-bg{
    width: calc(50% + 600px);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.about-page1 .w1200{
    padding-left: 10%;
}
.about-page1 .top{
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.about-page1 .top .left p{
   writing-mode: vertical-lr;
   font-size: 60px;
   color: #FEBC27;
   font-weight: bold;
   line-height: 1;
   margin-left: -10px;
   margin-right: 50px;
}
.about-page1 .top .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-page1 .top .right h2{
    font-size: 36px;
    color: var(--color);

}
.about-page1 .top .right h2 span{
    font-size: 120px;
    line-height: 1;
    position: relative;
    font-style: italic;
    font-weight: bold;
    margin-right: 36px;
}

.about-page1 .top .right h2 span::after{
    content: "+";
    position: absolute;
    right: -50px;
    top: 50px;
    font-size: 30px;
    font-weight: 500;
}
.about-page1 .top .right h5{
    max-width: 400px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #999;
}
.about-page1 .editor{
    font-size: 18px;
    line-height: 2;
    color: #666;
}
.about-page2 {
    margin-top: -550px;
    padding-top: 400px;
}
.about-page2 .about-page2-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-size: cover;
}

.about-page2 .about-page2-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page{
    background: url("../images/product_page_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    min-height: 1000px;
    margin-top: -600px;
    padding: 650px 0 300px;
}
.product-page h2{
    font-size: 100px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color);
    text-align: center;
}
.product-page .nav{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    justify-content: center;
    margin: 20px 0 40px;
}
.product-page .nav li{
   
    border-radius: 60px;
    border: 1px solid var(--color);
    cursor: pointer;
    text-align: center;
}
.product-page .nav li a{
    padding: 15px 30px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    font-size: 20px;
    color: #0E9AD7;
}
.product-page .nav li img{
    height: 24px;
    object-fit: contain;
    margin-bottom: 10px;
}
.product-page .nav li:hover{
    background: #E6F5FB;
}
.product-page .nav li:hover a{
    color: #0E9AD7;
}


.product-detail-page{
    background: url("../images/product_page_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    min-height: 1000px;
    margin-top: -600px;
    padding: 650px 0 300px;
}
.product-detail-page .flex-x{
    justify-content: space-between;
}
.product-detail-page .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-detail-page .product-swiper2 {
    width: 140px;
    margin-right: 20px;
    padding: 20px 0;
}
.product-detail-page .product-swiper2 .swiper-slide{
    border: 1px solid #ccc; 
    padding: 10px;
    border-radius: 20px;
}
.product-detail-page .product-swiper2  .swiper-slide-thumb-active{
    border: 1px solid var(--color); 
}
.product-detail-page .product-swiper {
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.product-detail-page .left{
    width: 66%;
    max-height: 800px;
    display: flex;
    flex-direction: row;   
}
.product-detail-page .right{
    width:30%;
    padding: 20px 0;
}
.product-detail-page .right h4{
    font-size: 24px;
    color: var(--color);
    line-height: 1.2;
    margin-bottom: 20px;
}
.product-detail-page .right .editor{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.product-detail-page>.editor{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-top: 50px;
}

.page-page{
    background: url("../images/product_page_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    min-height: 1200px;
    margin-top: -600px;
    padding: 650px 0 300px;
}

.page-page h2{
    font-size: 100px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color);
    text-align: center;
    margin: 20px 0 50px;
}
.page-page .editor{
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 50px;
}
.page-page .common-ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 2%;
}
.page-page .common-ul li{
    width: 100%;
    border-radius: 50px;
    text-align: center;
   
}
.page-page .common-ul li a{
    cursor: default;
}
.page-page .common-ul li a>img{
    border-radius: 50px;
}
.page-page .common-ul li:nth-child(3n+2){
    transform: none;
}

.download-page{
    background: url("../images/product_page_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    min-height: 1200px;
    margin-top: -600px;
    padding: 650px 0 150px;
}
.download-page h2{
    font-size: 100px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color);
    text-align: center;
    margin: 20px 0 50px;
}
.download-page ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.download-page ul li{
    width: 100%;
    border-radius: 50px;
  
   border: 1px  solid #ccc;
}
.download-page ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 40px;
}
.download-page ul li:hover{
    border: 1px solid var(--color);
}
.download-page ul li h4{
    font-size: 18px;
    line-height: 30px;
    height: 120px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-page ul li p{
    display: flex;
    align-items: center;
    color: var(--color);
    font-size: 16px;
}
.download-page ul li p img{
    width: 24px;
    object-fit: contain;
    margin-right: 10px;
}
.news-page{
    background: url("../images/product_page_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    min-height: 1200px;
    margin-top: -600px;
    padding: 650px 0 150px;
}
.news-page h2{
    font-size: 100px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--color);
    text-align: center;
    margin: 20px 0 50px;
}
.news-page ul{
    border-top: 1px dashed #ccc;
}
.news-page ul li{
    border-bottom: 1px dashed #ccc;
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
}

.news-page ul li .left{
    width: 36%;
    border-radius: 30px;
    border: 1px solid #ccc;
    margin-right: 30px;
    margin-bottom: 20px;
}
.news-page ul li .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid var(--color);
    transform: translate(20px,20px);
}
.news-page ul li .right{
    width: 60%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-page ul li .right h5{
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.6;
}
.news-page ul li .right h4{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0 20px;
}
.news-page ul li .right .editor{
    height: 130px;
    font-size: 16px;
    color: #999;
    line-height: 25px;   
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-page .more{
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 30px;
    background: var(--color);
    color: #fff;
    font-size: 14px;
    width: fit-content;
    margin-top: 20px;
}
.news-page .more::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #fff;    
    margin-left: 6px;
}
.news-detail-page{
    background: url("../images/product_page_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    min-height: 1200px;
    margin-top: -600px;
    padding: 700px 0 150px;
}
.news-detail-page h5{
    font-size: 20px;
    line-height: 2;
}
.news-detail-page h4{
    width: 80%;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0 30px;
    color: var(--color);
}
.news-detail-page .editor{
    font-size:16px;
    line-height: 2;
    color: #666;
}

.contact-page{
    background: url("../images/product_page_bg.jpg") repeat-y top center;
    background-size: 100% auto;
    min-height: 1200px;
    margin-top: -600px;
    padding: 700px 0 150px;
}
.contact-page .info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact-page .info .left{
    width: 45%;
}
.contact-page .info .right{
    width: 45%;
}
.contact-page .info h4{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    color: var(--color);
}
.contact-page .info h5{
    margin-top: 10px;
    font-size: 26px;
    font-weight: bold;
    color: var(--color);
    line-height: 2;
}
.contact-page .info p{
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    margin-bottom:10px;
}
.contact-page .message{
    margin: 60px 0;
    background: #E6F5FB;
    border-radius: 50px;
    padding: 45px 10% 60px;
}
.contact-page .message h3{
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    color: var(--color);
    margin-bottom: 10px;
}
.contact-page .message .form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 2%;
}
.contact-page .message input{
    width: 49%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    color: #999;
}
.contact-page .message textarea{
    width: 100%;
    padding: 15px 15px;
    border-radius: 6px;
}
.contact-page .message .yz{
    position: relative;
    width: 49%;
}
.contact-page .message .yz input{
    width: 100%;
    padding-right: 110px;
}
.contact-page .message .yz img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    object-fit: contain;
    cursor: pointer;
}
.contact-page .message .btn{
    width: 49%;
    border-radius: 6px;
    background: var(--color);
    color: #fff;
    font-size: 16px;
}
.contact-page .message .btn:hover{
    background: #FEBC28;
}





.common-bottom{
    height: 800px;
    background: var(--color);
    margin-top: -750px;
    position: relative;
    z-index: -5;
}
.common-bottom2{
    background: url("../images/common_bottom.png") no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-top: -500px;
}
footer{

    padding-top: 30px;
    background: var(--color);
    position: relative;
  
}
footer .top{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .top .logo{
    margin: 30px 0 ;
    text-align: center;
}
footer .top .logo img{
    width: 240px;
    object-fit: contain;
}
footer .top .nav{
    width: 100%;
    height: 75px;
    line-height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #fff;
    border-radius:40px ;
}
footer .top .nav a{
    font-size: 18px;
    color: var(--color);
}
footer .top .nav a:hover{
    color: #FEBC28;
}

footer .top .info{
    color: #fff;
    margin: 40px 0 50px;
    font-size: 16px;
}
footer .top .info .flex-x{
	justify-content:space-between;
}
footer .top .info h4{
    font-size: 20px;
}
footer .top .info p{
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 0;
}
footer .top .info img{
    margin: 15px 0;
    width: 150px;
    border: 5px solid #0682B8;
}
footer .top .info li:nth-child(1){
   width: 60%;
}
footer .top .info li:nth-child(2){
   text-align:center;
 }
footer .top .info li:nth-child(3){
    width: 30%;
}
footer .bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px ;
    color: #056994;
    padding: 25px 0;
}
footer .bottom img{
    width: 80px;
    opacity: 0.8;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}