/* banner */
.banner,.banner img {
	width: 100%;
}
.shdl-banner {
    width: 100%;
    height:700px;
}
.shdl-content-img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.shdl-banner .swiper-container {
    height: 100%;
    width: 100%;
}
.shdl-banner .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #fff;
}
.shdl-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.shdl-banner .swiper-pagination-custom,
.shdl-banner .swiper-pagination-fraction {
    bottom: 24px;
}
.shdl-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.shdl-content {
    position: relative;
    height: 100%;
    width: 100%;
    /* background: #1a74bb; */
    overflow: hidden;
}
.shdl-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.38); */
}
/*服务*/
.shdl .shdlService ul{
    padding: 40px 0 40px 0;
}
.shdl .shdlService ul li{
    width: 270px;
}
.shdl .shdlService ul li .icon img{
    margin: 0 auto;
    display: block;
}
.shdl .shdlService ul li i{
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background-color: #6979ff;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.shdl .shdlService ul li h1{
    font-size: 18px;
    height: 90px;
    color: #24344b;
    text-align: center;
    margin-bottom: 10px;
}
.shdl .shdlService ul li p{
    font-size: 16px;
    color: #656a72;
    /*text-align: justify;*/
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    /*段落限制3行*/
    height: 190px;
}
/*关于我们*/
.shdl .shdlAboutus{
    background-color: #f1f9fc;
    padding: 40px 0 40px 0;
    overflow: hidden;
}
.shdl .shdlAboutus .left{
    float:left;
    overflow: hidden;
    transition: all 1s;
}
.shdl .shdlAboutus:hover .left img{
    transform:scale(1.1);
    transition:all 1s;
}
.shdl .shdlAboutus .right{
    padding-left:30px;
    width: 570px;
    float: right;
}
.shdl .shdlAboutus .right h1{
    color: #24344b;
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
}
.shdl .shdlAboutus .right h2{
    color: #6979ff;
    font-size: 12px;
    line-height:12px;
    text-align: left;
}
.shdl .shdlAboutus .right i{
    display: block;
    width: 70px;
    height: 1px;
    background-color: #6979ff;
    display: block;
    margin-top: 25px;
    margin-bottom:25px;
}
.shdl .shdlAboutus .right p{
    color: #656a72;
    font-size: 16px;
    line-height:30px;
    margin-bottom: 14px;
    /*text-align:justify;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    /*段落限制6行*/
    height: 180px;
}
.shdl .shdlAboutus .right a{
    width: 160px;
    line-height: 35px;
    border-radius: 35px;
    display: block;
    text-align: center;
    border: 1px solid #5f616a;
}
.shdl .shdlAboutus .right a:hover{
    background-color:#6979ff;
    color: #fff;
}
.shdl .shdlMain-business #shdl_Tab1{
    width:100%;
}
.shdl .shdlMain-business .item_tab ul{
    display: flex;
    align-items: center;
    justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.shdl .shdlMain-business .item_tab ul li{
    width: 224px;
    position:relative;
    padding-top:168px;
    margin: 0 auto;
    overflow: hidden;
}
.shdl .shdlMain-business .item_tab ul li img{
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: cover;
}
.shdl .shdlMain-business .shdl_Menubox {
    position:relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.shdl .shdlMain-business .shdl_Menubox li{
    text-align: center;
    float:left;
    display:block;
    cursor:pointer;
    font-size: 14px;
    color:#24344b;
    padding: 0 40px;
}
.shdl .shdlMain-business .shdl_Menubox li.hover{
    color: #6979ff;
}
.Case_bg{
    width:19%;
}
.Case_bg:hover .Case_img img{
    transform:scale(1.1);
    transition:all 1s;
}
.Case_bg .Case_img{
    width: 100%;
    position:relative;
    padding-top: 87%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 1s;
    border: 1px solid #f5f5f5;
}
.Case_bg .Case_img  img{
    position:absolute;
    top: 0;
    left:0%;
    height:100%;
    width: 100%;
    object-fit: scale-down;
    transition: all 0.48s;
}
.Case_bg .Case_bottom{
    background-color: #f4f4f4;
    padding: 26px;
}
.Case_bg .Case_bottom h1{
    color: #666666;
    font-size: 12px;
    padding-bottom: 20px;
}
.Case_bg .Case_bottom p{
    color: #333;
    font-size: 30px;
    line-height:40px;
    height: 80px;
}
.shdlMain-business .lib_Contentbox ul{
    display: flex;
	justify-content:flex-start;/*左对齐*/
}
.shdlMain-business .lib_Contentbox ul li{
    margin-right: 1.2vw;
}
.shdlMain-business .lib_Contentbox ul li:nth-child(5){
    margin-right:0px;
}
/*企业荣誉*/
.shdl .shdlHonor{
    overflow: hidden;
}
.shdl .shdlHonor ul li{
    width: 500px;
}
.shdl .shdlHonor ul li .top{
    overflow: hidden;
}
.shdl .shdlHonor ul li .top .left{
    width: 400px;
    float: left;
}
.shdl .shdlHonor ul li .top .left h1{
    text-align: left;
    padding-right: 30px;
    font-size: 16px;
    color: #656a72;
}
.shdl .shdlHonor ul li .top .right{
    float: right;
    width: 92px;
    height:92px;
    border:4px solid #d5d5d5;
}
.shdl .shdlHonor ul li .top .right img{
    width: 100%;
    height:100%;
    object-fit: scale-down;
}
.shdl .shdlHonor ul li .bottom{
    overflow: hidden;
    padding-top: 28px;
    position: relative;
}
.shdl .shdlHonor ul li .bottom::after{
    content: "";
    position:absolute;
    height: 1px;
    width:50px;
    right: 150px;
    bottom:30px;
    background-color: #6979ff;
}
.shdl .shdlHonor ul li .bottom h1{
    font-size: 20px;
    color: #24344b;
    text-align: right;
}
.shdl .shdlHonor ul li .bottom p{
    font-size: 10px;
    color: #898e95;
    text-align: right;
	text-transform:uppercase;
}
.shdl .shdlHonor ul li:nth-child(1){
    float: left;
    border-bottom:1px solid #e9e9e9;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.shdl .shdlHonor ul li:nth-child(2){
    float: right;
    border-bottom:1px solid #e9e9e9;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.shdl .shdlHonor ul li:nth-child(2) .top .left{
    float: right;
}
.shdl .shdlHonor ul li:nth-child(2) .top .left h1{
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
}
.shdl .shdlHonor ul li:nth-child(2) .top .right{
    float: left;
}
.shdl .shdlHonor ul li:nth-child(2) .bottom h1{
    text-align: left;  
}
.shdl .shdlHonor ul li:nth-child(2) .bottom p{
    text-align: left;
}
.shdl .shdlHonor ul li:nth-child(2) .bottom::after{
    left: 150px;
    right:auto;
}
.shdl .shdlHonor ul li:nth-child(3){
    float: left;
}
.shdl .shdlHonor ul li:nth-child(4){
    float: right;
}
.shdl .shdlHonor ul li:nth-child(4){
    float: right;
}
.shdl .shdlHonor ul li:nth-child(4) .top .left{
    float: right;
}
.shdl .shdlHonor ul li:nth-child(4) .top .left h1{
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
}
.shdl .shdlHonor ul li:nth-child(4) .top .right{
    float: left;
}
.shdl .shdlHonor ul li:nth-child(4) .bottom h1{
    text-align: left;  
}
.shdl .shdlHonor ul li:nth-child(4) .bottom p{
    text-align: left;
}
.shdl .shdlHonor ul li:nth-child(4) .bottom::after{
    left: 150px;
    right:auto;
}
/*视频*/
.shdl .shdlVideo {
    width: 100%;
    height: 590px;
    margin: 40px 0px;
}
.shdl .shdlVideo video {
    width: 100%;
    height:100%;
    object-fit: cover;
    opacity: 0.68;
}
.shdl .shdlVideo .shdl-content {
    position: relative;
    height: 100%;
    width: 100%;
   /* background: #24344b;*/
    overflow: hidden;
    background: url(../images/mp4bj.jpg) no-repeat center top / cover;
    background-size: 100%;
}
.shdl .shdlVideo .shdl-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36,52,75, 0.8);
}
.shdl .shdlVideo .shdl-Txt{
    z-index: 11;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.shdl .shdlVideo .shdl-Txt .shdl-en {
    color: #fff;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    display: block;
    text-align: center;
}
.shdl .shdlVideo .shdl-Txt .shdl-label img{
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}
.shdl .shdlVideo .shdl-Txt .shdl-inner {
    position: relative;
}
/*四个*/
.shdl .shdlEstablish{
    margin: 40px 0;
}
.shdl .shdlEstablish ul li img{
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}
.shdl .shdlEstablish ul li h1{
    font-size: 36px;
    line-height: 36px;
    color: #24344b;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.shdl .shdlEstablish ul li p{
    font-size: 16px;
    line-height:16px;
    font-weight: bold;
    color: #656a72;
    text-align: center;
}
/*新闻*/
.shdl .shdlNew{
    overflow: hidden;
    padding-bottom: 20px;
}
.shdl .shdlNew .w1170{
    margin-top:125px;
}
.shdl .shdlNew ul li{
    width: 310px;
    background-color: #f1f9fc;
    padding: 0px 30px 50px 30px;
    position: relative;
    float: left;
    margin: 10px;
}
.shdl .shdlNew ul li .new_img{
    margin: 0 auto;
    width: 310px;
    height: 250px;
    overflow: hidden;
    margin-top: -125px;
    position: relative;
}
.shdl .shdlNew ul li .new_img::after{
    content: "";
    position: absolute;
    width: 250px;
    height: 190px;
    border: 5px solid #fff;    
    left:50%;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.shdl .shdlNew ul li .new_img img{
    width: 100%;
    height:100%;
    object-fit: cover;
    transition: all 1s;
}
.shdl .shdlNew ul li i{
    display: block;
    width: 78px;
    height:3px;
    background-color:#6979ff;
    margin-top: 30px;
    margin-bottom: 20px;
}
.shdl .shdlNew ul li span{
    color: #898e95;
    display:block;
    font-size: 12px;
    line-height: 12px;
}
.shdl .shdlNew ul li h1{
    color: #24344b;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /*段落限制1行*/
    margin-top: 20px;
    margin-bottom:20px;
}
.shdl .shdlNew ul li p{
    font-size: 16px;
    line-height:30px;
    height: 90px;
    color: #656a72;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    /*段落限制3行*/
}
.shdl .shdlNew ul li .more{
    width: 58px;
    height:58px;
    border-radius: 60px;
    border: 1px solid #5f616a;
    position: absolute;
    left: 30px;
    bottom: -30px;
}
.shdl .shdlNew ul li .more span{
    font-size: 40px;
    line-height: 58px;
    text-align: center;
}
.shdl .shdlNew ul li:hover{
    background-color: #24344b;
}
.shdl .shdlNew ul li:hover h1{
    color: #fff;
}
.shdl .shdlNew ul li:hover p{
    color: #fff;
}
.shdl .shdlNew ul li:hover .more{
    border: 1px solid #6979ff;
}
.shdl .shdlNew ul li:hover .more span{
    color: #6979ff;
}
.shdl .shdlNew ul li:hover .new_img img{
    transform:scale(1.1);
    transition:all 1s;
}
/*合作伙伴*/
.shdl .shdlCooperation{
    background-color: #f1f9fc;
    overflow: hidden;
    margin-top:90px;
}
.shdl .shdlCooperation .one{
    overflow:hidden;
    position:relative;
    height: 270px;
}
.shdl .shdlCooperation .one ul{
    margin:90px 0;
    height:90px;
    width:100000px;
    position:absolute;
    left:0;
} /*ul width的宽不能过小*/
.shdl .shdlCooperation .one ul li a{
    display:inline-block;
    width: 250px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #eee;
} 
.shdl .shdlCooperation .one ul li{
    margin-right: 15px;
    float: left;
}
.shdl .shdlCooperation .one ul li img{
    display: block;
    width: 100%;
    height:100%;
    object-fit: scale-down;
}
/*联系我们*/
.contact_box{
	width:570px;
	margin:0 auto;
}
.contact_box .control-group{
    width: 100%;
    margin-bottom:20px;
}
.contact_box input{
	width: 538px;
	height:60px;
	padding:0px 15px;
	font-size:14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.contact_box textarea{
    width: 545px;
    height:120px;
	padding:12px 12px;
	font-size:14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.contact_box button.btn.btn-primary {
    font-size: 14px;
	color:#fff;
    width:570px;
    height: 60px;
    line-height: 60px;
    background-color:#6979ff;
	text-decoration: none;
	font-family: 'Arial';
    border-radius:60px;
	outline:none;
	border:none;
	margin: 0 auto;
	margin-top: 20px;
}
.contact_box button.btn.btn-primary:hover {
	background-color:#5a6af0;
}
/*地图*/
.shdlMap{
    margin-top: 40px;
}
.shdlMap img{
    width: 100%;
    display: block;
}
/*了解*/
.shdlUnderstand{
    background-color:#a186be;
    height: 200px;
}
.shdlUnderstand h1{
    font-size: 36px;
    color: #fff;
    font-weight: 100;
}
.shdlUnderstand a{
    display: block;
    font-size: 14px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}
/*底部*/
.shdlFooter{
    background-color: #192029;
}
.shdlFooter .w1170{
    height: 380px;
    position: relative;
}
.shdlFooter .left h1{
    font-size:18px;
    color: #fff;
}
.shdlFooter .left h2{
    margin-top:50px;
    font-size:14px;
    color: #fff;
}
.shdlFooter .left p{
    width: 380px;
    text-align: justify;
    margin-top:10px;
    font-size:14px;
    color: #a1a1a1;
    line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	/*段落限制4行*/
}
.shdlFooter .right{
    margin-right: 140px;
}
.shdlFooter .right h1{
    color: #fff;
    font-size: 18px;
    margin-bottom: 47px;
    margin-left: 27px;
}
.shdlFooter .right .nav a{
    display: block;
    float: left;
    font-size: 12px;
    color: #a1a1a1;
    margin-left: 27px;
}
.shdlFooter .right .nav a:hover{
    color: #fff;
}
.shdlFooter .bottom{
    padding-bottom: 30px;
}
.shdlFooter .bottom p a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.shdlFooter .goTop {
    height:80px;
    width: 80px;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    right:0px;
    top: 50%;
    display: none;
    -webkit-transform: translate(-0%,-50%);
    -ms-transform: translate(-0%,-50%);
    transform: translate(-0%,-50%);
}
/*内页 - 内容 ****/
.shdl-Inner{
    margin-top: 50px;
}
.shdlBox{
    position: relative;
    overflow: hidden;
    text-align: right;
}
.shdlL {
    width: 200px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.shdlL .shdlL_div{
    text-align: left;
    position: relative;
    z-index: 11;
}
.shdlL .shdlL_div .title-en{
    font-size: 38px;
    line-height: 1.1;
    font-family: "en";
    font-weight: bold;
    text-transform: uppercase;
}
.shdlL .shdlL_div .title-cn {
    font-size: 26px;
    margin-bottom: 1vw;
    margin-top: 0;
}
.shdlL .shdlL_div ul {
    margin-top: 38px;
}
.shdlL .shdlL_div ul li {
    position: relative;
    margin-bottom: 14px;
    transition: all 0.48s;
    overflow: hidden;
}
.shdlL .shdlL_div ul li:last-of-type {
    margin-bottom: 0;
}
.shdlL .shdlL_div ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    padding: 14px 0;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.shdlL .shdlL_div ul li a:hover{
    color: #6878ff;
}
.shdlL .shdlL_div ul li .shdl_FirstLi a{
    font-size: 16px;
    padding:14px 14px;
}
.shdlR{
    width: 950px;
    display: inline-block;
    min-height: 600px;
    text-align: left;
}
.shdlR .shdlTitle {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.shdlR .shdlTitle::after {
    content: "";
    position:absolute;
    bottom: -2px;
    left: 0;
    width: 110px;
    height:4px;
    background:#6878ff;
}
.shdlR .shdlOne {
    position: relative;
    margin-top: 40px;
}
.shdlR .shdlR_pad .newsBox{
    overflow: hidden;
}
.shdlR .shdlR_pad .newsBox .shdlNew_a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3%;
    overflow: hidden;
    padding-bottom:3%;
}
.shdlR .shdlR_pad .newsBox .shdlNew_a .shdlNew_img{
    position: relative;
    width: 310px;
    padding-top: 250px;
    overflow: hidden;
    float: left;
	transition: all 1s;
}
.shdlR .shdlR_pad .newsBox .shdlNew_a .shdlNew_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.shdlR .shdlR_pad .newsBox .shdlNew_a:hover .shdlNew_img img{
    transform:scale(1.1);
    transition:all 1s;
}
.shdlNew_txt{
    float: right;
    width: 610px;
}
.shdlNew_txt h2{
    font-size: 12px;
    margin-bottom: 20px;
}
.shdlNew_txt h1{
    font-size: 20px;
    margin-bottom: 20px;
}
.shdlNew_txt p{
    font-size: 16px;
    color: #656a72;
    line-height: 30px;
}
.caseBox{
    overflow: hidden;
}
.caseBox .Case_bg{
    width: 29%;
    float: left;
    margin-right:0px;
    padding: 0px 1.1vw 0;
}
.shdlR .shdl_tit{
    border-bottom: 1px solid #eeeeee;
    padding: 0px 25px 15px 25px;
    margin-bottom: 26px;
    text-align: center;
}
.shdlR .shdl_tit h1{
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
}
.shdlR .shdl_tit span{
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}
.shdlDet_con img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
/*内页案例*/

.shdlR .shdlR_pad .caseBox{
    overflow: hidden;
    margin-bottom: 30px;
}
.shdlR .shdlR_pad .caseBox .shdlCase_a{
    display: block;
    width: 300px;
    margin:8px;
    float: left;
    overflow: hidden;
}
.shdlR .shdlR_pad .caseBox .shdlCase_a .shdlCase_img{
    position: relative;
    width: 298px;
    padding-top:225px;
    overflow: hidden;
    float: left;
	transition: all 1s;
    border: 1px solid #ddd;
}
.shdlR .shdlR_pad .caseBox .shdlCase_a .shdlCase_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: all 0.48s;
}
.shdlR .shdlR_pad .caseBox .shdlCase_a:hover .shdlCase_img img{
    transform:scale(1.1);
    transition:all 1s;
}
.shdlR .shdlR_pad .caseBox .shdlCase_a .shdlCase_txt{
    background-color: #f4f4f4;
    padding: 24px;
    overflow: hidden;
}
.shdlR .shdlR_pad .caseBox .shdlCase_a .shdlCase_txt h1{
    font-size:12px;
    line-height: 26px;
    height: 52px;
    color: #333;
}
.shdlR .shdlR_pad .caseBox .shdlCase_a .shdlCase_txt p{
    font-size: 18px;
    color: #666666;
    height: 55px;
    line-height: 30px;
}
/*详情页*/
.shdlDetails{
    margin-top: 40px;
}
.shdlDetails .tdqs_tit{
    border-bottom: 1px solid #eeeeee;
    padding: 0px 25px 15px 25px;
    margin-bottom: 26px;
    text-align: center;
}
.tdqs_tit h1{
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
}
.shdlDetails .tdqs_tit span{
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}
.shdlDetails .shdlDetails .shdlDet_con img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
/*页码*/
.page_number{
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.page_number p{
    float: left;
    color: #333333;
    font-size: 14px;
    margin: 0px 20px 0px 0px;
    line-height: 28px;
}
.page_number .previous_page{
    border-radius: 2px;
    background-color: #6878ff;
    line-height: 28px;
    padding: 0 12px 0 12px;
    display: block;
    color: #ffffff;
}
.page_number #number{
    border-radius: 2px;
    background-color: #6878ff;
    line-height: 28px;
    padding: 0 12px 0 12px;
    display: block;
    color: #ffffff;
}
/*内页 - 内容 end*/