<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {margin: 0;padding: 0;border: 0;outline: 0;}
body{color:#121212;cursor:default;font:'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';}
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:100%;}
:focus {outline:0;}
ul,ol {list-style:none;}
fieldset, img {border:0 none;vertical-align: top;}
address, caption, cite, code, dfn, em, i, th, var, optgroup {font-style:normal;font-weight:normal;}
abbr, acronym {border:0;font-variant: normal;}
input, button, textarea, select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {*font-size:100%;outline: none;}
textarea {resize: none;}
table {border-collapse: collapse;border-spacing: 0;}
blockquote, q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}
a{color: #121212; text-decoration: none;-webkit-transition: color .2s ease-in-out;-moz-transition: color .2s ease-in-out;transition: color .2s ease-in-out;-webkit-transition: background-color .2s ease-in-out;-moz-transition: background-color .2s ease-in-out;transition: background-color .2s ease-in-out;}
a.special,.special a { color: #cc0000;}
a.special:hover,.special a:hover {color: #cc0000;text-decoration: none;}
.button_more{display: block; width:124px;height:40px;line-height:40px;font-size:12px;text-align:center;border:1px solid #dbdbdb;margin: 0 auto;}
.button_more:hover{background-color:#1664a8;border:1px solid #1664a8;color:#ffffff;transition:all .3s;}
a:hover{text-decoration:none}
::-webkit-input-placeholder { /* WebKit browsers */
color:#808080;font-size:14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#808080;font-size:14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#808080;font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#808080;font-size:14px;
}
body::-webkit-scrollbar {
    width:10px;
    height:8px;
    background-color: rgba(246, 248, 249, 1);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
body::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.7);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
/*display-flex*/
.a-i-c{
	display: flex;
	align-items: center;/*垂直居中*/
}
.j-c-c{
	display: flex;
	justify-content:center;/*水平居中*/
}
.j-c-s-b{
	display: flex;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.j-c-f-s{
	display: flex;
	justify-content:flex-start;/*左对齐*/
}
.j-c-f-e{
	display: flex;
	justify-content:flex-end;/*右对齐*/
}
.a-i-f-e{
	display: flex;
	align-items:flex-end;/*局底*/
}
.a-i-f-s{
	display: flex;
	align-items:flex-start;/*局顶*/
}
.w-l-c-1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	/*段落限制1行*/
}
.w1300{
    width: 1300px;
    margin:0 auto;
}
.Lj_ma_t{
    margin-top: 60px;
}
.Lj_ma_b{
    margin-bottom: 60px;
}
/*通用标题*/
.Yaxf_title_box{
    margin: 60px 0 60px 0;
}
.Yaxf_title_box h1{
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    text-align:center;
    margin-bottom:13px;
}
.Yaxf_title_box span{
    width: 30px;
    height: 2px;
    display: block;
    background-color: #1664a8;
    margin: 0 auto;
}
.Yaxf_title_box p{
    text-align: center;
    text-transform: uppercase;
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}
/*顶部*/
.top_box{
    background-color:#eeeeee;
    width:100%;
    height:30px;
    line-height: 30px;
}
.top_box .content{
    font-size: 12px;
    color: #666666;
}
.top_box .content .fl{
    float: left;
}
.top_box .content .fr{
    float: right;
}
/***************************顶部导航***************************/
.Yaxf-logo-nav{
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    margin: 0 auto;
}
.Yaxf-logo-nav .content{
	display: flex;
    /*垂直居中*/
	align-items: center;
    /*两端对齐，项目之间的间隔都相等。*/
	justify-content: space-between;
}
/*logo*/
.Yaxf-logo-nav .Yaxf-logo img{
    display:block;
    height: 110px;
}
/*pc导航*/
.Yaxf-nav{
	display: flex;
    /*右对齐*/
	justify-content:flex-end;
    /*垂直居中*/
	align-items: center;
}
.Yaxf-nav ul .firstLi {
    text-align: center;
    float: left;
    display: inline;
    position: relative;
    margin-left: 30px;
}
.Yaxf-nav ul .firstLi:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 30px;
    height: 3px;
    width: 0%;
    background: #1664a8;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.Yaxf-nav ul .firstLi:hover:before{ 
    width:100%; 
    transition: all 0.3s ease;
}
.Yaxf-nav ul .firstLi:hover .nav_list_title{ 
    color:#1664a8;
}
.Yaxf-nav ul .firstLi .First{
    text-align: center;
    color:#121212;
    font-size: 16px;
    line-height:110px;
    text-decoration: none;
    display: block;
}
.Yaxf-nav ul .firstLi:hover {
	color: #1664a8;
}
.Yaxf-nav ul .firstLi:hover .First{
	color: #1664a8;
}
.Yaxf-nav ul .firstLi .First:hover {
    color: #1664a8;
    text-decoration: none;
}
.Yaxf-nav ul .firstLi:hover ul {
	display: block;
}
.Yaxf-nav ul .firstLi:hover ul li {
	height: auto;
	position: relative;
	min-height: 40px;
}
.Yaxf-nav ul .firstLi:hover ul li ul {
	display: none;/*三级*/
}
.Yaxf-nav ul li ul {
	display: none;
}
.Yaxf-nav ul li ul {
	background: #ffffff;
    color: #121212;
    width: 170px;
    padding: 0 25px;
    position: absolute;
    top: 110px;
    left: -70px;
    z-index: 999;
}
.Yaxf-nav ul li .secondLi {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    border-bottom: 1px solid #dcdcdc;
}
.Yaxf-nav ul li .secondLi:last-child{
	/*最后一个子元素*/
    border-bottom: 0px;
}
.Yaxf-nav ul li ul .secondLi a:hover {
	color: #1664a8;
}
.Yaxf-nav ul li ul .secondLi:hover ul {
	display: block;
}
.Yaxf-nav ul li ul li ul {
	left: 170px;
	top: 0px;
	display: none;
	position: absolute;
	z-index: 23;
}
.Yaxf-nav ul li ul li ul li:hover a {
	color: #121212;
}
.Yaxf-nav ul li ul li ul .thirdLi a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    border-bottom: 1px solid #dcdcdc;
}
.Yaxf-nav ul li ul li ul .thirdLi:hover a{
	color: #1664a8;
}
/*移动端导航*/
.Yaxf-logo-nav #navToggle {
	display: none;
}
.m_nav {
    display: none;
}
/***************************顶部导航 end***********************/
/***************************轮播图*****************************/
.Yaxf-banner {
    margin-top: 140px;
    width: 100%;
}
.Yaxf-content-img {
    width: 100%;
}
.Yaxf-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Yaxf-banner .swiper-container {
    height: 100%;
    width: 100%;
}
.Yaxf-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #ffffff;
}
.Yaxf-banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.Yaxf-banner .swiper-pagination-custom,
.Yaxf-banner .swiper-pagination-fraction {
    bottom: 10px;
}
.Yaxf-banner .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.Yaxf-content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.Yaxf-Txt{
    z-index: 11;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.Yaxf-Txt .Yaxf-cn {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.Yaxf-Txt .Yaxf-en {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    display: block;
}
.Yaxf-Txt .Yaxf-label{
    color: #ffffff;
    font-size: 16px;
    margin-top: 30px;
}
.Yaxf-Txt .Yaxf-inner {
    position: relative;
}
/***************************轮播图 end*************************/
/***************************产品中心 **************************/
.Yaxf-product .product_list{
    overflow: hidden;
}
.Yaxf-product .product_list ul li{
    width:23%;
    list-style:none;
    position:relative;
    float:left;
    overflow:hidden;
    margin-bottom: 1%;
    margin-left: 2.65%;
}
.Yaxf-product .product_list ul li:nth-child(4n+1) {
    margin-left: 0px;
}
.Yaxf-product .product_list ul li .case_img{
    width: 100%;
    position:relative;
    padding-top: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 1s;
}
.Yaxf-product .product_list ul li .case_img img{
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.Yaxf-product .product_list ul li p{
    /* border: 1px solid #dbdbdb; */
    font-size: 16px;
    color: #121212;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    padding: 0px 15px;
}
.Yaxf-product .product_list ul li:hover img{
    transform:scale(1.1);
    transition:all 1s;
}
.Yaxf-product .product_list ul li:hover p{
    color: #1664a8;
}
/***************************产品中心 end***********************/
/***************************关于我们 **************************/
.Yaxf-about{
    overflow: hidden;
    background: url(../image/bj1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.Yaxf-about .about_us{
    overflow: hidden;
}
.Yaxf-about .about_us .fl{
    width: 544px;
}
.Yaxf-about .about_us .fl h1{
    font-size: 60px;
    line-height: 60px;
    color: #1664a8;
}
.Yaxf-about .about_us .fl h1 p{
    font-size: 30px;
    line-height: 30px;
    color: #1664a8;
    margin-top: 20px;
}
.Yaxf-about .about_us .fl ul{
    margin-top: 70px;
}
.Yaxf-about .about_us .fl ul li{
    float: left;
}
.Yaxf-about .about_us .fl ul li:nth-child(2){
    margin-left: 30px;
}
.Yaxf-about .about_us .fl ul li h2{
    display: flex;
    align-items:flex-start;/*局顶*/
    font-size: 48px;
    line-height: 48px;
    color: #1664a8;
}
.Yaxf-about .about_us .fl ul li span{
    font-size: 36px;
    line-height: 36px;
}
.Yaxf-about .about_us .fl ul li p{
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin-top: 30px;
}
.Yaxf-about .about_us .fr{
    width: 756px;
}
.Yaxf-about .about_us .fr p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    /*段落限制1行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.Yaxf-about .about_us .fr p:hover a{
    color: #1664a8;
}
.Yaxf-about .about_us .fr ul{
    display: flex;
    justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
    margin-top: 30px;
}
.Yaxf-about .about_us .fr ul li{
    width: 32.222%;
    padding-top: 17.222%;
    position:relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all 1s;
}
.Yaxf-about .about_us .fr ul li img{
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.Yaxf-about .about_us .fr ul li:hover img{
    transform:scale(1.1);
    transition:all 1s;
}
/***************************关于我们 end***********************/
/***************************新闻资讯 **************************/
.index-news-list{
    overflow: hidden;
}
.index-news-list li{
    width:46%;
    list-style:none;
    position:relative;
    float:left;
    overflow:hidden;
    padding: 2%;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.index-news-list li:nth-child(2n+1) {
    margin-left: 0px;
}
.index-news-list li span{
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.index-news-list li h4 {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #121212;
    margin-top: 10px;
    margin-bottom: 20px;
    /*段落限制1行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.index-news-list li p{
    line-height: 20px;
    height: 40px;
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
    padding-top: 10px;
    text-align: justify;
    border-top: 1px solid #f0f0f0;
    /*段落限制1行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.index-news-list li:hover{
    background-color: #1664a8;    
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.index-news-list li:hover p{
    color: #ffffff;
    border-top: 1px solid #ffffff;
}
.index-news-list li:hover h4{
    color: #ffffff;
}
.index-news-list li:hover span{
    color: #ffffff;
}
/***************************新闻资讯 end***********************/
/***************************合作伙伴 **************************/
.Yaxf-cooperation .scrolling_content{
    margin:0 auto;
    height:42px;
    overflow:hidden;
    position:relative;
}
.Yaxf-cooperation ul{
    height:40px;
    width:100000px;
    position:absolute;
    left:0;
}/*ul width的宽不能过小*/
.Yaxf-cooperation ul li{
    display:block;
    float:left;
    height:40px;
    position:relative;
    margin-right:20px;
}
.Yaxf-cooperation ul li a{
    display:inline-block;
    height:40px;
    width: 124px;
    border: 1px solid #d9d9d9;
} 
.Yaxf-cooperation ul li img{
    display:block;
    width: 100%;
    height:100%;
    object-fit: scale-down;
}
/***************************合作伙伴 end***********************/
/***************************底部 ******************************/
.Yaxf-footer{
    background-color: #27282d;
    overflow: hidden;
}
.Yaxf-footer .w1300{
    overflow: hidden;
}
.Yaxf-footer .fl{
    width: 50%;
}
.Yaxf-footer .fl img{
    display: block;
}
.Yaxf-footer .fl p{
    margin-top: 20px;
}
.Yaxf-footer .fl p a{
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    float: left;
    width: 33%;
}
.Yaxf-footer .fl p a:hover{
    color: #ffffff;
}
.Yaxf-footer .fr{
    overflow: hidden;
    width: 50%;
    margin-top: 20px;
}
.Yaxf-footer .fr p{
    float: left;
    width: 50%;
}
.Yaxf-footer .fr p span{
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    display: block;
}
.Yaxf-footer .fr p span a{
    color: #666666;
}
.Yaxf-footer .fr p span:hover{
    color: #ffffff;
}
.Yaxf-footer .fr p span a:hover{
    color: #ffffff;
}
/***************************底部 end***************************/
/***************************内页大图 ***************************/
.Inside_banner{
	width: 100%;
    position:relative;
    padding-top: 20%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 140px;
}
.Inside_banner img{
	position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
}
/***************************内页大图 end************************/
/***************************内页 公共 **************************/
.details_nav{
    text-align: center;
    line-height: 85px;
    overflow: hidden;
    /* border-bottom: 1px solid #f0f0f0; */
}
.details_nav a {
    display: inline-block;
    padding: 0px 20px;
    line-height: 36px;
    border-radius: 100px;
    font-size: 16px;
    color: #121212;
    margin-right: 35px;
}
.details_nav a.on {
    color: #ffffff;
    background: #1664a8;
}
.details_nav a:hover{
    color: #ffffff;
    background: #1664a8;
}
.IndexProduct {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 600px;
}
.IndexDetails_content{
    background: #ffffff;
    padding: 60px 60px;
    min-height: 600px;
}
/***************************内页 公共 **************************/
/***************************内页 新闻 **************************/
.IndexNews{
    overflow: hidden;
}
.IndexNews .IndexNews_content{
    width: 100%;
    background-color: #ffffff;
    list-style: none;
    position: relative;
    overflow: hidden;
    padding: 2%;
    margin-bottom: 30px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.IndexNews .IndexNews_content span{
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.IndexNews .IndexNews_content h4 {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #121212;
    margin-top: 10px;
    margin-bottom: 20px;
    /*段落限制1行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.IndexNews .IndexNews_content p{
    line-height: 20px;
    height: 40px;
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
    padding-top: 10px;
    text-align: justify;
    border-top: 1px solid #f0f0f0;
    /*段落限制1行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.IndexNews .IndexNews_content:hover{
    background-color: #1664a8;    
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}
.IndexNews .IndexNews_content:hover p{
    color: #ffffff;
    border-top: 1px solid #ffffff;
}
.IndexNews .IndexNews_content:hover h4{
    color: #ffffff;
}
.IndexNews .IndexNews_content:hover span{
    color: #ffffff;
}
/***************************内页 新闻 end***********************/
/***************************内页 产品中心***********************/
.IndexProduct_content{
    overflow: hidden;
}
.IndexProduct_content .IndexProduct_core{
    width:23%;
    list-style:none;
    position:relative;
    float:left;
    overflow:hidden;
    margin-bottom: 1%;
    margin-left: 2.65%;
}
.IndexProduct_content .IndexProduct_core:nth-child(4n+1) {
    margin-left: 0px;
}
.IndexProduct_content .IndexProduct_core .case_img{
    width: 100%;
    position:relative;
    padding-top: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 1s;
}
.IndexProduct_content .IndexProduct_core .case_img img{
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.IndexProduct_content .IndexProduct_core p{
    font-size: 16px;
    color: #121212;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    padding: 0px 15px;
}
.IndexProduct_content .IndexProduct_core:hover img{
    transform:scale(1.1);
    transition:all 1s;
}
.IndexProduct_content .IndexProduct_core:hover p{
    color: #1664a8;
}
/***************************内页 产品中心 end*******************/
/***************************内页 详情 **************************/
.IndexDetails_content .details_title{
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}
.IndexDetails_content .details_title dd{
    font-size: 22px;
    color: #121212;
    padding-bottom: 20px;
    font-weight: bolder;
}
.IndexDetails_content .details_title .vertical{
	display: flex;
	justify-content:center;/*水平居中*/
}
.IndexDetails_content .details_title dt div {
    color: #666666;
    font-size: 14px;
    padding-right: 50px;
    display: inline-block;
    line-height: 26px;
}
.IndexDetails_content .details_content{
    padding: 30px 0px;
    padding-bottom: 0px;
    overflow: hidden;
}
.IndexDetails_content .details_content .details_content_top{
    width: 660px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
}
.IndexDetails_content .details_content .details_content_top p{
    line-height: 2;
}
.IndexDetails_content .details_content img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.IndexDetails_content .details_content .details_page{
    padding-top: 35px;
    overflow: hidden;
}
.IndexDetails_content .details_content .details_page .page_left_list {
    font-size: 14px;
    color: #121212;
    margin-top: 18px;
}
.IndexDetails_content .details_content .details_page .page_left_list:first-child {
    margin-top: 0px;
}
.IndexDetails_content .details_content .details_page .page_left_list a:hover{
    color: #1664a8;
}
/***************************内页 详情 end***********************/
/***************************内页 页码 **************************/
.page {
    clear: both;
    width: 820px;
    height: 40px;
    margin-top:30px;
    text-align: center;
}
.prev, .next {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.current {
    /*border: 0 none;*/
    font-weight: 700;
    padding: 6px 13px;
    margin: 0 4px;
    background-color: #0F4D83;
    color: #fff;
}
.page a {
    padding: 6px 13px;
    margin: 0 4px;
    font-size: 14px;
    border: 1px #CCC solid;
}

.Page_number{
    display: flex;
    justify-content:center;/*水平居中*/
    text-align: center;
}
.Page_number .current{
    background-color: #066bc9;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #e7e7e7;
}
.Page_number .num{
    font-size: 14px;
    color: #000;
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.Page_number .prev{
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #000;
}
.Page_number .next{
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #000;
}
.Page_number .end{
    font-size: 14px;
    color: #000;
    margin: 0 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.Page_number .end:hover{
    background-color: #066bc9;
    color: #fff;
}
.Page_number .num:hover{
    background-color: #066bc9;
    color: #fff;
}
.Page_number .prev:hover{
    background-color: #066bc9;
    color: #fff;
}
.Page_number .next:hover{
    background-color: #066bc9;
    color: #fff;
}
.Page_number .selected{
    background-color: #066bc9;
    color: #fff;
}
/***************************内页 页码 end***********************/


















</pre></body></html>