@charset "utf-8";
/* CSS Document */

/*********内页banner*************/
.banner-pro { width: 100%; overflow: hidden; position: relative; }
.banner-pro img { float: left; width: 100%; overflow: hidden; height: auto; }
.banner-about { width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 12; color: #fff; text-align:center;}
.banner-about h3 {font-size:0.48rem; color:#ffffff;text-transform: uppercase;}
.banner-about h3:after {content:""; display:block; width:50px; height:1px;background:#ffffff; margin:0.2rem auto;}
.banner-about p {font-size:0.22rem; color:#ffffff;font-weight:500;}




/*************about us***************/
.about-1 { width: 100%; overflow: hidden;  background: url("../images/nabout_bg.jpg") no-repeat top center; background-size: cover; padding:1rem 0px; }
.about-1 h3 {/* float: left; */width: 100%;overflow: hidden;font-size: 36px;color: #333;text-align: center;position: relative;font-family: "SOURCEHANSANSCN-MEDIUM";padding-bottom: 15px;margin-bottom: 0.3rem;}
.about-1 h3:before {width: 60px;height: 4px;content: "";position: absolute;left: 50%;bottom: 0px;margin-left: -30px;background: -webkit-linear-gradient(left, #639ada, #61b52b);background: -moz-linear-gradient(left, #1518a7, #108bed);background: -ms-linear-gradient(left, #1518a7, #108bed);background: -o-linear-gradient(left, #1518a7, #108bed);}

.about-1center { width: 100%; margin: 0px auto; overflow: hidden;}
.about-1left {width: 100%; overflow: hidden; }
.about-1info {width: 100%;overflow: hidden;font-size: 18px;color: #495770;line-height:1.8;}
.about-1info p { width: 100%; overflow: hidden; margin-top: 0.2rem; }

.about-1right { width: 100%; overflow: hidden; position: relative; border-radius: 5px; padding: 0px 16px 16px 0px; }
.about-1right:before {width: calc(100% - 16px);height: calc(100% - 16px);overflow: hidden;box-sizing: border-box;content: "";position: absolute;right: 0px;bottom: 0px;z-index: 1;border: 2px #ebf3fe solid;border-radius: 5px;}
.about-1right img {float: left;width: 100%;overflow: hidden;height: 100%;position: relative;z-index: 2;object-fit: cover;}
.about-video {width: 183px;height: 54px;line-height: 54px;text-align: center;overflow: hidden;box-sizing: border-box;border: 2px #ffffff solid;z-index: 3;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);background: rgb(21 28 169 / 68%);cursor: pointer;}
.about-video span {width: auto;height: 100%;display: inline-block;vertical-align: top;font-size: 18px;color: #ffffff;font-family: "SOURCEHANSANSCN-MEDIUM";}
.about-video em { width: 24px; height: 100%; display: inline-block; overflow: hidden; vertical-align: top; background: url("../images/icon-34.png") no-repeat center; position: relative; margin-left: 25px; }
.about-video em:before { width: 100%; height: 100%; content: ""; position: absolute; left: 0px; top: 0px; background: url("../images/icon-35.png") no-repeat center; background-size: 100%; }
.about-video em:after { width: 100%; height: 100%; content: ""; position: absolute; left: 0px; top: 0px; background: url("../images/icon-36.png") no-repeat center; background-size: 100%; }

/*video*/
.video-prop { width: 100%; height: 100%; overflow: hidden; position: fixed; left: 0px; top: 0px; z-index: 1000; background: rgba(0, 0, 0, 0.6); text-align: center; visibility: hidden; opacity: 0; }
.video-prop:before { height: 100%; content: ""; display: inline-block; vertical-align: middle; }
.video-center { width: 65%; vertical-align: middle; display: inline-block; position: relative; }
.video-center video { width: 100%; height: auto; }
.video-center iframe { width: 100%; height: 60vh; background: #fff; }
.video-close { width: 40px; height: 40px; overflow: hidden; position: absolute; right: -20px; top: -20px; z-index: 12; border-radius: 50%; background: #fafafa url("../images/close1.png") no-repeat center; line-height: 40px; text-align: center; font-size: 25px; color: #333; cursor: pointer; }
.video-close:hover { background-image: #ccc; transform: rotate(180deg); }
.video-active { opacity: 1; visibility: visible; }


@media screen and (max-width: 769px) {

.about-1left {  float: left; width: 100%; overflow: hidden;}
.about-1right {float: right; width: 100%; margin-top:10px;}
}



.about-1bottom .box {padding: 0.4rem 0;}
.about-1bottom .box .item {color: #333; text-align: center; padding-left:1rem;background-size:0.8rem auto;}
.about-1bottom .box .item .top {font-size: 0.36rem;}
.about-1bottom .box .item .top span { font-size: 0.46rem;}
.about-1bottom .box .item .bot { font-size: 0.16rem;}
.about-1bottom .box .item:nth-child(1){ background:url(../images/icon_img1.png) center left no-repeat; background-size:0.8rem auto;}
.about-1bottom .box .item:nth-child(3){ background:url(../images/icon_img2.png) center left no-repeat; background-size:0.8rem auto;}
.about-1bottom .box .item:nth-child(5){ background:url(../images/icon_img3.png) center left no-repeat; background-size:0.8rem auto;}
.about-1bottom .box .item:nth-child(7){ background:url(../images/icon_img4.png) center left no-repeat; background-size:0.8rem auto;}

.about-1bottom .box p { background: #333; opacity: 0.3; width: 1px;}

@media screen and (max-width: 1024px) {
.w1520 { padding-left: 5vw;padding-right: 5vw; }
.ann_left {display: none; opacity:0;}
.about-1bottom .box .item .top span { font-size: 0.36rem;}
.about-1bottom .box .item .bot {margin-top: 0.1rem;}
}
@media screen and (max-width: 669px) {
.about-1bottom .box .item { padding: 0.2rem 0;width: 50%;}
.about-1bottom .box p { display: none; }
}


/************发展历程***************/
.about-3 { width: 100%; position:relative; overflow: hidden; padding:1rem 0px 0px; }
.about-3 .index_title {position: relative;z-index: 5; text-align:center;}

/************总经理致辞***************/
.about-4 { width: 100%; position:relative; overflow: hidden; padding:1rem 0px 0px; }
.about-4 .index_title {position: relative;z-index: 5; text-align:center;}
.about-4-box{ text-align:center; margin-top:0.4rem;}


.m2lcWpr{ margin:5.2vw 0; position:relative;}
.m2lcLine{ width: 2px; position: absolute; left: 50%; margin-left: -1px; top: 0; bottom: 0; background: url(../images/m2lc_bg1.png) repeat-y center top; overflow:hidden; }
.m2lcLine i{ background:#639ada; position:absolute; left:0; top:0; width:2px; height:0%;}
.m2lcYears{ text-align:center; position:fixed; left:0; width:100%; top:50%; transform:translateY(-50%); line-height:480px; height:480px; font-size:480px; font-weight:bold; color:rgba(0,0,0,0.05); display:none;}
.m2lcYr{ position:absolute; left:0; top:0; right:0; top:0; transition:all 0.5s ease-in-out; opacity:0; font-family:gm_m;}
.m2lcYr.on{ opacity:1;}
.m2lcItems{ position:relative; z-index:1;}
.m2lcItems li{padding-bottom: 0px;padding-left:50%;}
.m2lc_item{ margin-left:63px;}
.m2lc_yt{ line-height: 40px; height: 40px; font-family: gm_l; font-size: 36px; position: relative; }
.m2lc_yt i{ height: 40px; width: 40px; position: absolute; left: -83px; top: 0px; }
.m2lc_yt i:after{content:""; width:12px; height:12px; border-radius:50%; background:#639ada; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); transition:all 0.5s ease-in-out;}
.m2lc_yt i:before{content:""; position:absolute; left:0; top:0; right:0; bottom:0; border:1px solid #639ada; border-radius:50%; background:#fff; transition:all 0.5s ease-in-out; opacity:0}
.m2lcItems li.on .m2lc_yt i:after{ width:18px; height:18px;}
.m2lcItems li.on .m2lc_yt i:before{opacity:1;}
.m2lc_des{font-size: 16px;line-height: 32px;padding-top: 5px;}
.m2lc_des p{ margin-bottom:28px;}
.m2lc_des span{ display:inline-block; padding-left:14px; position:relative;}
.m2lc_des span:before{content:""; width:4px; height:4px; background:#639ada; position:absolute; left:0; top:15px; border-radius:50%;}
.m2lc_simg{ position:relative; padding-right:20px; padding-bottom:20px; display:inline-block;}
.m2lc_simg:before{content:""; position:absolute; left:20px; top:20px; right:0px; bottom:0px; border:2px solid #639ada; border-radius:6em 0 6em 0; transition:all 0.5s ease-in-out;}
.m2lc_simg .bgImg{ width:400px; height:225px; border-radius:5em 0 5em 0; overflow:hidden;}
.m2lcItems li:nth-child(2n){padding-left:0; padding-right:50%;}
.m2lcItems li:nth-child(2n) .m2lc_item{ margin-left:0; margin-right:63px; text-align:right;}
.m2lcItems li:nth-child(2n) .m2lc_yt i{left:auto; right:-83px;}
.m2lc_simg:hover:before{ background:#639ada;}
.maoLink{display:block; height:0; overflow:hidden; position:relative; top:-50vh;}
@media (max-width:1799px){
.m2lc_des{font-size:15px; line-height:30px;}
}
@media (max-width:1379px){
.m2zrSlick .slick-prev{left:1072px;}
.m2zrSlick .slick-next{right:1072px;}
.m2lcYears{font-size:300px;}
}
@media (max-width:1199px){
.m2lc_yt i{transform:scale(0.8); transform-origin:center top;}
}
@media (max-width:993px){
.m2lcYears{font-size:200px;}
.m2lc_simg .bgImg{ width:260px; height:165px;}
}
@media (max-width:767px){
.m2lcYears{display:none!important;}
.m2lcLine{left:40px;}
.m2lcItems li{padding-left:0!important; padding-right:0!important; text-align:left!important;}
.m2lc_yt i{left:-40px!important; right:auto!important}
.m2lc_item{margin-left:45px;}
.m2lcItems li:nth-child(2n) .m2lc_item{margin-right:0;margin-left:45px; text-align:left}
.m2lc_des{font-size:14px; line-height:26px;padding-top:15px;}
.m2lc_des p{margin-bottom:12px;}
}





/************企业文化****************/
.about-2 {width: 100%;position:relative;overflow: hidden;padding: 1rem 0px;background: #F4F4F4;}
.index_title {position: relative;z-index: 5;}
.index_title .content0 {font-size: 14px;color: #999;}
.index_title .content1 {font-size: 0.4rem;color: #333333;position:relative;padding-bottom: 5px;font-weight: bold;}

.about-2 .index_title {position: relative;z-index: 5; text-align:center;}
.about-2content-bg {position:relative;margin:0.5rem auto 0px;/* font-size: 0; */}
.about-2content-bg .item {display: inline-block;vertical-align: top;width: 32%;position: relative;padding: 20px;background: #fff;}
.about-2content-bg .item .img_box {overflow: hidden; position:relative;}
.about-2content-bg .item .img_box::before {content: "";position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background: rgba(0,0 ,0, 0.16);}

.about-2content-bg .item img { display: block; width: 100%;  height: 100%; object-fit: cover;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;  
    transition: transform 0.3s ease; 
}   
.about-2content-bg .item .txt_box {
    text-align: center;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-2content-bg .item .txt_box samp {width: 120px;height: 120px;line-height: 120px;overflow: hidden;display: block;margin: 0px auto;position: relative;text-align: center;}
.about-2content-bg .item .txt_box samp:before { width: 100%; height: 100%; overflow: hidden; border: 2px #fff dotted; border-radius: 50%; content: ""; position: absolute; left: 0px; top: 0px; box-sizing: border-box; }
.about-2content-bg .item .txt_box samp:after { width: 80%; height: 80%; content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: rgba(255, 255, 255, 0.1); border-radius: 50%; }
.about-2content-bg .item .txt_box samp img {width: auto;height: auto;max-width: 50%;max-height: 50%;vertical-align: middle;display: inline-block;}

.about-2content-bg .item .txt_box h3 {font-size: 20px;line-height: 1;color: #61b52b;/* margin-top: 0.4rem; */}
.about-2content-bg .item .txt_box p {font-size: 18px;color: #333;margin-top: 0.2rem;}

.about-2content-bg .item:hover{background: #61b52b;}
.about-2content-bg .item:hover .txt_box h3,.about-2content-bg .item:hover .txt_box p{color: #fff;}


/**********荣誉资质*****************/
.public-box {  position:relative; overflow:hidden;padding:1rem 0px; background:#fff;}
.public-box h3 {width: 100%;overflow: hidden;font-size: 0.4rem;color: #333;position: relative;padding-bottom: 15px;margin-bottom: 0.3rem;text-align: center;line-height: 1.5;}
.public-box h3:before {width: 60px;height: 4px;content: "";position: absolute;left: 50%;bottom: 0px;margin-left: -30px;background: -webkit-linear-gradient(left, #61b52b, #61b52b);background: -moz-linear-gradient(left, #61b52b, #61b52b);background: -ms-linear-gradient(left, #61b52b, #61b52b);background: -o-linear-gradient(left, #61b52b, #61b52b);}

.public-scroll  .box-s { border:1px solid #ddd; border-radius:5px;}
.public-scroll  .box-text{ width:100%; text-align:center;background: #61b52b; color:#fff; font-size:14px; padding:5px 0px;}
.public-scroll  .swiper-slide :hover .box-s{ border:1px solid #c30d23}

.public-scroll .scroll-other { position: relative;height: 45px; margin-top: 40px; text-align: center;}

.public-scroll .swiper-button-next { position: absolute; top: 0; right: 0; width: 66px; height: 45px; background: url("../images/img-next.png") no-repeat; border: 0 none; margin-top: 0; color: #fff; z-index: 99; transition: all 0.5s; opacity: 1;}
.public-scroll .swiper-button-next:hover { background: url("../images/img-next-h.png") no-repeat;}
.public-scroll .swiper-button-next:after { display: none;}
.public-scroll .swiper-button-prev { position: absolute; top: 0; left: 0; width: 66px; height: 45px; background: url("../images/img-prev.png") no-repeat; border: 0 none; margin-top: 0; color: #fff; transition: all 0.5s; opacity: 1; z-index: 99;}
.public-scroll .swiper-button-prev:hover { background: url("../images/img-prev-h.png") no-repeat;}
.public-scroll .swiper-button-prev:after { display: none;}

.public-scroll .swiper-pagination { text-align: center; width: 100%; padding-top: 12px;}
.public-scroll .swiper-pagination .swiper-pagination-bullet { margin-left: 5px; margin-right: 5px; background: #d9d9d9; opacity: 1;}
.public-scroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background: #61b52b;}


/********产品导航*********/
.bread-crumb { width: 100%; overflow: hidden; position: relative; z-index: 6; height: 60px; line-height: 60px; background: -webkit-linear-gradient(top, #f6f7fa, #fff); background: -moz-linear-gradient(top, #f6f7fa, #fff); background: -ms-linear-gradient(top, #f6f7fa, #fff); background: -o-linear-gradient(top, #f6f7fa, #fff); box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.06); top: 80px; position: sticky; border-top: 1px #eee solid; }
.bread-center { max-width: 1570px; width: 92%; overflow: hidden; height: 100%; margin: 0px auto; }
.bread-left { float: left; width: auto; overflow: hidden; height: 100%; }
.bread-left a { float: left; height: 100%; font-size: 16px; color: #495770; padding: 0px 28px; background: url("../images/icon-118.png") no-repeat left center; }
.bread-left a.home { background: url("../images/icon-117.png") no-repeat left center; padding: 0px; width: 40px; }
.bread-left a:hover { color: #61b52b; }
.bread-center ul { float: right; width: auto; overflow: hidden; height: 100%; }
.bread-center ul li {float: left;width: auto;height: 100%;margin-left: 0.3rem;font-size: 16px;color: #495770;cursor: pointer;position: relative;}
.bread-center ul li a{ display:block;}
.bread-center ul li:before {width: 0%;height: 3px;content: "";position: absolute;left: 0px;bottom: 0px;background: -webkit-linear-gradient(left, #117783, #61b52b);background: -moz-linear-gradient(left, #1517a6, #108bee);background: -ms-linear-gradient(left, #1517a6, #108bee);background: -o-linear-gradient(left, #1517a6, #108bee);}
.bread-center ul li.active:before { width: 100%; }
.bread-center ul li:hover {color: rgba(255, 150, 0, 1);}

/***********产品************/
.n_pro_bg{position:relative; padding:0.6rem 0px ; overflow:hidden;}

.sep-sidebar {width: 340px;margin-right: 20px;margin-bottom:0.4rem;position: sticky;align-self: flex-start;top: 30px;background: #f5f5f5;}
/*products search */
.widget {background:#f5f5f5; padding:0.3rem 0.2rem;width:100%;margin-bottom:5%;} 
.widget form { position: relative;}
.widget form input {width: 100%;padding: 10px;border: 0;background: #fff;height: 40px;font-weight: 400;font-size: 14px;line-height: 2;} 
.widget form button {position: absolute;right: 0;top: 0;background-color: #fff;color: #333;border: 0;padding: 8px 16px;cursor: pointer;height: 40px;}

 
 
.flex-v-center {display: flex;display: -webkit-flex; display: -moz-flex;display: -ms-flex; display: -o-flex; align-items: center;}
.sep-sidebar .sep-sidebar-list { padding:5% 0.2rem;}
.sep-sidebar .sep-sidebar-list .hd {width: 100%; background: #f5f5f5;color: #333; font-weight:bold;font-size: 30px;margin-bottom: 20px;}
.sep-sidebar .sep-sidebar-list .hd i {font-size: 40px;margin-right: 10px;position: relative;top: -2px;color: #089040;}
.sep-sidebar .sep-sidebar-list a.hd:hover {color: #089040}


.sep-sidebar .sep-sidebar-list>ul>li {
	margin-bottom: 2px
}
.sep-sidebar .sep-sidebar-list>ul>li.active>.box {
	background: #089040
}
.sep-sidebar .sep-sidebar-list>ul>li.active>.box a {
	color: #fff
}
.sep-sidebar .sep-sidebar-list>ul>li.active>.box i {
	color: #fff;
	transform: rotate(90deg);
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease
}
.sep-sidebar .sep-sidebar-list>ul>li>.box {
	height: 80px;
	background: #e4e4e4;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 2px solid #089040
}
.sep-sidebar .sep-sidebar-list>ul>li>.box a {
	font-size:18px;
	line-height: 1.4em;
	color: #333
}
.sep-sidebar .sep-sidebar-list>ul>li>.box i {
	margin-left: auto;
	font-size: 22px;
	color: #089040;
	cursor: pointer
}
.sep-sidebar .sep-sidebar-list>ul>li>.box:hover {
	background: #089040
}
.sep-sidebar .sep-sidebar-list>ul>li>.box:hover a {
	color: #fff
}
.sep-sidebar .sep-sidebar-list>ul>li>.box:hover i {
	color: #fff
}
.sep-sidebar .sep-sidebar-list>ul>li>ul {
	display: none;
	padding: 20px 20px;
	padding-left: 40px
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li {
	list-style: disc;
	margin-bottom: 5px
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active {
	color: #089040
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box a {
	color: #089040 !important
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box a:hover {
	text-decoration: underline
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li.active>.box i {
	color: #089040;
	transform: rotate(45deg);
	transition: All .4s ease;
	-webkit-transition: All .4s ease;
	-moz-transition: All .4s ease;
	-o-transition: All .4s ease
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li:nth-child(1) {
	border-top: none
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box {
	padding-right: 24px
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box a {
	font-size: 16px;
	color: #666
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box a:hover {
	color: #089040
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box i {
	margin-left: auto;
	font-size: 18px;
	color: #666;
	cursor: pointer
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>.box i:hover {
	color: #089040
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul {
	padding-bottom: 10px;
	padding-top: 20px;
	display: none;
	border-top: 1px solid #f0f0f0
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li {
	margin-bottom: 10px
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li>a {
	color: #999;
	font-size: 16px;
	padding-left: 20px
}
.sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li>a:hover, .sep-sidebar .sep-sidebar-list>ul>li>ul>li>ul>li>a.active {
	color: #089040
}


.prolist {
    width: calc(100% - 380px);
}

.m2nul {margin: 0 -12px;}
.m2nul li { width: 33.333%; float: left; padding: 0 12px; margin-bottom: 24px; }
.m2nul .m2naBox { box-shadow: 0 10px 20px rgba(0,0,0,0.1); display: block; background: #fff; }
.m2naBox:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.m2nimg { overflow: hidden;position: relative;}

.m2nimg:before{
    position: absolute;content:'';
	width:60%; height:60px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
	background:url(../images/logo.png) center center no-repeat;background-size: contain;z-index: 3;opacity: 0.7;
}


.mc_list_png { width: 100%; position: relative; z-index: 1; top: 0;left: 0;}
.m2nimg .mc_list_img { position: absolute;display: block;width: 100%;margin: 0 auto;transition: all 1s ease;left: 50%;top: 50%;height: 100%;z-index: 2;transform: translate3d(-50%,-50%,0);-webkit-transform: translate3d(-50%,-50%,0);object-fit: cover;}
.m2nbom {padding: 20px 35px;}
.m2naBox strong {font-size: 18px;line-height: 26px;font-weight: normal;display: block;color: #333;text-align: center;}


/********案例*********/
.n_product_bg{ background:#fff; padding:0.8rem 0px;}

.n_product_box{ width:100%;}
.n_product_box .cont{ width:25%;}
.n_product_box .cont .item {display: block; background: #f5f7f9; margin:30px 8px;margin-bottom: 0.2rem;}
.n_product_box .cont .item .img { position:relative;width: 100%;overflow: hidden;  display: block; }
.n_product_box .cont .item .img:before{
    position: absolute;content:'';
	width:60%; height:60px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
	background:url(../images/logo.png) center center no-repeat;background-size: contain;z-index: 3;opacity: 0.7;
}


.n_product_box .cont .item .img img {width: 100%; height: 100%; object-fit: contain;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}
.n_product_box .cont .item:hover .img img { -webkit-transform: scale(1.05);transform: scale(1.05);}

.n_product_box .cont .item .font {width: 100%;padding:0.2rem;text-align: center;}

.n_product_box .cont .item .font .tit {font-size: 0.2rem;margin-bottom: 10px;}

.n_product_box .cont .item .font .text {font-size: 15px;color: #999999;line-height: 24px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;max-height: 48px;margin-bottom: 0.3rem;display: none;}
.x-gg-a1 .x-gg-div {/* display: flex; */align-items: center;justify-content: center;background-color: #61b52b;border-radius: 3px;color: #fff;padding: 8px 0;font-size: 12px;width: 120px;text-align: center;transition: 0.5s all;margin: 0 auto;}
.x-gg-a1 .x-gg-div span {margin-right: 10px;}
.x-gg-a1 .x-gg-div i { display: inline-block; width: 25px; height: 8px; background: url(../images/x-ri-jt1.png) no-repeat; background-size: contain; position: relative; right: 0; transition: 0.5s all;}


@media (max-width: 767px) {
  .n_product_box .cont .item .font {width: 100%;padding: 10px 0px;}
  .n_product_box .cont .item .img {  width: 100%;margin-left:0;}
}

/*************新闻***************/
.n-news-bg{ position:relative; padding:0.8rem 0px 0.8rem;}
.news-top {width:100%;overflow:hidden; margin:0.2rem auto 0px; display:flex; justify-content:space-between}
.news-1 { width:49.15%; overflow:hidden; height:20.834vw}
.news-1 a { width:100%; height:100%; overflow:hidden;display:block; position:relative}
.news-1 a:before { width:100%; height:100px; content:""; position:absolute; left:0px; bottom:0px; z-index:1;
  background:-webkit-linear-gradient(top, transparent, rgba(0,0,0,0.7));
  background:-moz-linear-gradient(top, transparent, rgba(0,0,0,0.7));
  background:-ms-linear-gradient(top, transparent, rgba(0,0,0,0.7));
  background:-o-linear-gradient(top, transparent, rgba(0,0,0,0.7))
}
.news-1 img {width:100%;height:100%;object-fit:cover;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-ms-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.news-1:hover img { transform:scale(1.02)}
.news-time {width:80px;position:absolute;z-index:12;background: #61b52b;left: 0.2rem;top:0px;color:#fff;padding-bottom:10px;}
.news-time span { width:100%;overflow:hidden; text-align:center; display:block;font-size:40px; font-family:"dinreg"}
.news-time em {width:100%;overflow:hidden;text-align:center;display:block;font-size:14px}
.news-1 p {width:100%;overflow:hidden;position:absolute;left:0px;bottom:25px;box-sizing:border-box;padding: 0px 0.2rem;font-size: 0.24rem;color:#fff;z-index:2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.news-list { width:100%; overflow:hidden; margin:10px auto 0px}
.news-item { width:100%; overflow:hidden; padding:30px 0px !important;  position:relative}
.news-item:before { width:100%; height:1px; content:""; position:absolute; left:0px; bottom:0px;background:#ebebeb}
.news-item:after { width:0%; height:1px; content:"";position:absolute; left:0px; bottom:0px; background:#61b52b; z-index:2}
.news-item a { width:100%; height:100%;display:block;overflow:hidden; display:flex; justify-content:space-between; align-items:center;}
.news-item samp {width:430px; height: 240px; overflow:hidden; display:block; border-radius:5px;}
.news-item samp img { width:100%; height:100%; object-fit:cover}
.news-item:hover samp img { transform:scale(1.02)}
.news-model { width: calc(100% - 490px); overflow:hidden;}
.news-model span { float:left; width:100%; overflow:hidden; font-size: 0.3rem; color:#222; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1;}
.news-model p {float:left; width:100%; overflow:hidden; font-size:16px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; line-height:26px; margin-top:14px; min-height:78px;}
.news-model em {float:left; width:100%; overflow:hidden; font-size:0.18rem; color:#61b52b;font-family:"dinreg"; margin-top:0.4rem; font-style: normal;}
.news-item:hover:after {width:100%}
.news-item:hover span { color:#61b52b}
.news-item:last-child:before,
.news-item:last-child:after { display:none}


/*****详细页*****/
.news-art-main{background: #f9f9f9;margin:0px auto;padding:4%;}
.art-tit h4{text-align: center;font-size:0.28rem;line-height:1.6;padding-bottom: 20px;color: #333;}
.art-tit h5{text-align: center;font-size: 12px;font-weight: normal;line-height: 38px;color: #888;border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}
.art-tit h5 span{display: inline-block;max-width: 300px; width:50%;}
.art-main{padding-top: 30px;padding-bottom: 40px;font-size:0.18rem;line-height:1.6;color: #444;}

.art-main p{font-size:0.18rem;line-height:1.6;color: #444;text-indent:2em;}
.art-main p img{ margin-left:-2em;}






.art-back li{font-size: 14px;}
.art-footer-last{border-top: 1px solid #e2e2e2;padding-top: 6px;line-height: 30px;}
.art-footer-next{border-bottom: 1px solid #e2e2e2;padding-bottom: 6px;line-height: 30px;}
.art-footer-last a,.art-footer-next a {line-height: 30px;color: #555;}
.art-footer-last a:hover,.art-footer-next a:hover {color:#a59380;}
.art-footer-back{padding-top: 26px;float: right;margin-top: -82px;margin-right: 20px;}
.art-footer-back a{display: block;position: relative;width: 116px;height: 40px;overflow: hidden;border: 2px solid #a59380;line-height:36px;text-align: center;box-sizing: border-box;color: #a59380;}
.art-footer-back a span{display: block;position: relative;top: 0;}
.art-footer-back a:hover span{background: #a59380;color: #fff;top: -100%;line-height:40px;}
.art-footer-back a:hover{border: 0 none;}


/***********合作客户*************/
.case-item { float: left; width: 23.5%; overflow: hidden; margin: 30px 2% 30px 0px; box-sizing: border-box; border: 2px #fff solid; background: -webkit-linear-gradient(top, #f6f7fa, #ffffff); background: -moz-linear-gradient(top, #f6f7fa, #ffffff); background: -ms-linear-gradient(top, #f6f7fa, #ffffff); background: -o-linear-gradient(top, #f6f7fa, #ffffff); position: relative; box-shadow: 0px 0px 12px 4px rgba(33, 83, 155, 0.1); padding: 10px 0px; }
.case-item:nth-child(4n) { float: right; margin-right: 0px; }
.case-item a { width: 100%; overflow: hidden; height: 100%; display: block; }
.case-item samp { width: 100%; overflow: hidden; display: block; margin: 0px auto; height: 200px;  text-align: center; }
.case-item samp img { width: auto; height: auto; max-height: 100%; vertical-align: middle; }
.case-info { width: 80%; overflow: hidden; margin: 20px auto 0px; border-top: 1px #dde2ea solid; box-sizing: border-box; padding: 0px 10px;  }
.case-info span { float: left; width: 100%; overflow: hidden; margin-top:6px; font-size: 18px; color: #333; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }


/***********视频***************/
.n_video_bg{position:relative; padding:0.6rem 0px ; overflow:hidden;}

.hmc7item{ width:33.333%;padding:0 12px; margin-bottom:25px;}
.hmc7aBox.scaleImg .overflowHide { height: 310px; }
.hmc7aBox.scaleImg .overflowHide:before{content:""; width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; left:0; top:0; z-index:2;}
.hmc7aBox.scaleImg .overflowHide i{ height: 80px; width: 80px; position: absolute; z-index: 3; transform: translate(-50%,-50%); top: 50%; left: 50%; background: url(../images/paly_i0.png) no-repeat center center; }
.hmc7aBox.scaleImg .overflowHide i:before{ content: ""; background: url(../images/paly_i1.png) no-repeat center center; height: 100%; width: 100%; position: absolute; left: 0px; top: 0px;  }
.hmc7aBox.scaleImg .overflowHide i:after{ content: ""; background: url(../images/paly_i2.png) no-repeat center center; height: 100%; width: 100%; position: absolute; left: 0px; top: 0px;}
.hmc7aBox.scaleImg:hover .overflowHide i:before{animation: rotate 1.8s linear infinite; }
.hmc7aBox.scaleImg:hover .overflowHide i:after{animation: rotate2 1.8s linear infinite;}
.hmc7aBox.scaleImg .overflowHide strong{ position:absolute; width:100%; left:0; bottom:0; text-align:center;color:#fff; font-size:16px; line-height:2;z-index:4;}

.mvlayerBg{ height: 100%; width: 100%; position: fixed; z-index: 82; left: 0px; top: 0px; right: 0px; bottom: 0px; background:rgba(0,0,0,0.8); }
.mvLayer {  width: 100%; transform:translateY(-50%); position: fixed; z-index: 85; left: 0px; top: 50%; }
.mvClose { background: url(../images/m2mvClose.png) no-repeat; height: 38px; width: 38px; position: absolute; top: -38px; right: 0; cursor: pointer; z-index: 5; }
.m2mvBox { width: 66%; height: 706px; position: relative; background: #000; margin:0 auto; }







/*加入我们*/
.joinWarp{ position:relative;  padding:1rem 0px; overflow:hidden;}
.jobList .type{display:table; width:100%;}
.jobList ol.type{font-size:.18rem;color:#fff;border-radius:.2rem;background:#61b52b;margin-bottom:.25rem;}
.jobList .type li{ display:table-cell; vertical-align:middle;text-align:center; line-height:.7rem;}
.jobList ul.type li{cursor:pointer;font-size:.16rem;}
.jobList ul.type#On{background:#f6f7f9;color:#61b52b;}
.jobList .type li:nth-child(1){width:24%}
.jobList .type li:nth-child(2),
.jobList .type li:nth-child(3),
.jobList .type li:nth-child(4),
.jobList .type li:nth-child(5){width:14%;}
.jobList .type li:nth-child(6){ width:20%;}
.jobList .type li:nth-child(1),
.jobList .type li:nth-child(6){ padding-left:.95rem; text-align:left !important;}
.jobList ul.type li:nth-child(6){background:url(../images/icon_close.png) no-repeat 90% center;}
.jobList ul.type#On li:nth-child(6){ background-image:url(../images/icon_open.png);}
.jobList .list{box-shadow: 0 0 .15rem rgba(0,0,0,.1);border-radius:.2rem;overflow: hidden;margin-bottom:.4rem;}
.jobList .list .con{ display:none;border-top:1px solid #e5e7ee; overflow:hidden; font-size:.16rem;line-height:.4rem;color:#666666;position: relative;padding:.4rem 0 .6rem;}
.jobList .list .con .jobTop{padding:.2rem .95rem;background:#f6f7f9;margin-bottom:.5rem;}
.jobList .list .con .jobTop p{display: inline-block;vertical-align: middle;margin-right:.6rem;padding-left:.35rem;font-size:.18rem;color:#333;position: relative;}
.jobList .list .con .jobTop p:before{width: .2rem;height: .2rem;content: '';background-repeat:no-repeat;background-size: contain;background-position:center center;position: absolute;left: 0;top: 50%;margin-top: -.1rem;}
.jobList .list .con .jobTop p.add:before{background-image:url(../images/add.png);}
.jobList .list .con .jobTop p.mad:before{background-image:url(../images/mad.png);}
.jobList .list .con .jobTop p.num:before{background-image:url(../images/num.png);}
.jobList .list .con .jobTop p.typ:before{background-image:url(../images/typ.png);}
.jobList .list .con .conitem{margin-bottom:.4rem;padding:0 .95rem;}
.jobList .list .con .conitem h5{font-size:.16rem;font-weight:normal;color:#333;}
.jobList .list .con .applyBtn a{display: block;width: 1.5rem;line-height:.5rem;border-radius:.5rem;text-align: center;background: #61b52b;color:#fff;font-size:.16rem;position: absolute;right: .95rem;bottom:1rem;}

@media(max-width:1024px){
.jobList ol.type{font-size:.16rem;}
.jobList ul.type li{font-size:.14rem;}
.jobList .type li{line-height:.5rem;}
.jobList .type li:nth-child(1), .jobList .type li:nth-child(5){padding-left:.25rem;}
.jobList .list{margin-bottom:.2rem;}
.jobList .list .con{font-size:.14rem;line-height:.26rem;padding-bottom:.3rem;}
.jobList .list .con .jobTop{padding:.1rem .25rem;}
.jobList .list .con .jobTop p{margin-right:.3rem;font-size:.14rem;padding-left:.3rem;}
.jobList .list .con .conitem{padding:0 .25rem;margin-bottom:.2rem;}
.jobList .list .con .conitem h5{font-size:.14rem;}
.jobList .list .con .applyBtn a{margin-left:.25rem;line-height:.4rem;font-size:.14rem;}
}
@media(max-width:1000px){
.jobList .type li:nth-child(3),
.jobList .type li:nth-child(4),
.jobList .type li:nth-child(5){ display:none;}
.jobList .type li{ width:33.33% !important;}
.jobList ul.type li:nth-child(6) {background: none!important;}
}
@media(max-width:768px){
.jobList .type li{ width:24% !important;}
.jobList .type li:nth-child(6){ width:28% !important;}
.jobList .list .con .applyBtn a{position: static;margin-top: .2rem;}
}
@media(max-width:480px){
.jobList .type li:nth-child(3){ display:none;}
.jobList .type li{ width:30% !important;}
.jobList .type li:nth-child(6){ width:40% !important;}
.jobList ol.type{font-size:15px;}
.jobList ul.type li:nth-child(6){ background-size:16px auto;}
.jobList .list .con{font-size:.14rem;line-height:.22rem;}
}

/*弹窗*/
.jobfixWarp{position: fixed;z-index: 99;background:rgba(255,255,255,.8);top: 0;left: 100%;width: 100%;height: 100%;transition:.5s;}
.jobfixWarp.show{left: 0;}

.jobfixWarp .jobfixCont{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;}
.jobfixWarp .jobfixCont .contener{box-shadow:0 .1rem .15rem rgba(0,0,0,.2);padding:.8rem 10%;background: #fff;}
.jobfixWarp .jobfixCont .contener h5{font-size:.24rem;color:#61b52b;text-align: center;font-weight:normal;margin-bottom:.5rem;}
.jobfixWarp .jobfixCont .contener .form{}
.jobfixWarp .jobfixCont .contener .form .itemBox{margin-bottom:.2rem;}
.jobfixWarp .jobfixCont .contener .form .itemBox .item{width: 41%;float: left;}
.jobfixWarp .jobfixCont .contener .form .itemBox .item:nth-child(even){float: right;}
.jobfixWarp .jobfixCont .contener .form .itemBox .item label{display: inline-block;vertical-align: middle;width: 1.15rem;font-size:.16rem;}
.jobfixWarp .jobfixCont .contener .form .itemBox .item input{display: inline-block;vertical-align: middle;width: calc(100% - 1.25rem);line-height:.5rem;height: .5rem;border-radius:.5rem;background:#f5f6f9;padding:0 .2rem;font-size:.16rem;}
.jobfixWarp .jobfixCont .contener .form .itemBox.w100 .item{width: 100%;}
.jobfixWarp .jobfixCont .contener .form .btnBox{margin-top: .8rem;text-align: center;}
.jobfixWarp .jobfixCont .contener .form .btnBox .sub{display: inline-block;vertical-align: middle;width: 1.5rem;line-height:.5rem;margin: 0 .1rem;border-radius:.5rem;font-size:.16rem; border:0;}
.jobfixWarp .jobfixCont .contener .form .btnBox .clo{display: inline-block;vertical-align: middle;width: 1.5rem;line-height:.5rem;margin: 0 .1rem;border-radius:.5rem;font-size:.16rem;background:#f5f6f9;color:#61b52b;}
.jobfixWarp .jobfixCont .contener .form .btnBox .sub{background:#61b52b;color:#fff;}






/***********留言***************/
.contact-s2 { position:relative; padding:1rem 0;}
.contact-s2 h3 {width: 100%;overflow: hidden;font-size:0.36rem;/* font-family: "SOURCEHANSANSCN-MEDIUM"; */color: #333;padding-bottom: 20px;text-align: center;position: relative;}
.contact-s2 h3:before {width: 60px;height: 4px;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;background: -webkit-linear-gradient(left, #61b52b, #61b52b);background: -moz-linear-gradient(left, #61b52b, #61b52b);background: -ms-linear-gradient(left, #61b52b, #61b52b);background: -o-linear-gradient(left, #61b52b, #61b52b);}

.contact-s2 form {margin-top: 3.125vw;display: flex;justify-content: space-between; flex-wrap: wrap;}
.contact-s2 .box {width: calc((100% - 100px) / 3); margin-right: 50px; margin-bottom: 40px;}
.contact-s2 .box:last-of-type {width: 100%;}
.contact-s2 .box:nth-of-type(3n), .contact-s2 .box:last-of-type { margin-right: 0;}

.contact-s2 .box span {font-size: 18px; color: #333333;}
.contact-s2 .box .txt {margin-top: 10px;position: relative; background-color: #fff; border: 1px solid transparent; box-shadow: 0 0 50px rgb(8 27 60 / 10%);border-radius: 20px;overflow: hidden;}
.contact-s2 .box i {width: 24px;height: 24px;position: absolute;left: 25px;top: 23px;background-position: center;background-repeat: no-repeat;filter: grayscale(1);}
.contact-s2 .box:nth-of-type(1) i { background-image: url(../images/icon-4-1.png);}
.contact-s2 .box:nth-of-type(2) i {background-image: url(../images/icon-4-2.png);}
.contact-s2 .box:nth-of-type(3) i { background-image: url(../images/icon-4-3.png);}
.contact-s2 .box:nth-of-type(4) i {background-image: url(../images/icon-4-4.png);}
.contact-s2 .box input, .contact-s2 .box textarea { width: 100%;font-size:0.18rem;  color: #bbbbbb;}
.contact-s2 .box input {height: 70px;padding: 0 20px 0 60px;}
.contact-s2 .box textarea {height: 3rem;padding: 22px 60px; resize: none;}
.contact-s2 .box p {font-size: 14px;color: #bbbbbb; position: absolute;bottom: 30px; left: 24px; right: 24px;}
.contact-s2 .button { display: block;width: 240px;height: 60px;background: #61b52b; font-size: 18px;color: #fff; margin: 0 auto; cursor: pointer;border-radius: 2em 0 2em 0; border: none;}
.contact-s2 .button:hover { background-color: #ff9600;}


@media screen and (max-width: 768px){
.contact-s2 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
}


/*联系我们*/
.contactWarp{ position:relative;  padding:1rem 0px; overflow:hidden;}
.contactWarp .container{max-width: 1340px;}
.contactWarp .tactDes{margin-bottom: 1rem;}
.contactWarp .tactDes .item{float: left;width:23.5%;margin-right:2%;margin-bottom:2%;border-radius:.2rem;background:#f5f6f9;padding:.15rem .4rem;color: #61b52b;}
.contactWarp .tactDes .item:nth-child(4){margin-right:0;}
/*.contactWarp .tactDes .item:last-child{width: 100%;margin-right: 0;margin-bottom:0;}*/
.contactWarp .tactDes .item .titBox{padding:.2rem 0;border-bottom:1px solid rgba(28,42,115,.11);position: relative;}
.contactWarp .tactDes .item .titBox h5{font-size:.24rem;font-weight:normal;}
.contactWarp .tactDes .item .titBox .iconB{width: .25rem;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
.contactWarp .tactDes .item .des{padding:.2rem 0;font-size:.18rem;line-height:.24rem;min-height: .88rem;}
.contactWarp .tactDes .item .addList{padding:.45rem 0 .3rem;}
.contactWarp .tactDes .item .addList li{width: 50%;float: left;padding:0 3%;text-align: center;font-size:.18rem;line-height:1.8;}
.contactWarp .tactDes .item .addList li h5{font-size:.24rem;font-weight:normal;margin-bottom:.05rem;}

.contactWarp .messBox{box-shadow:0 0 .1rem rgba(0,0,0,.1);padding:.8rem 6%;background: #fff;border-radius:.2rem;}
.contactWarp .messBox h3{font-size:.4rem;color:#61b52b;text-align: center;font-weight:normal;margin-bottom:.5rem;}
.contactWarp .messBox .form{}
.contactWarp .messBox .form .itemBox{margin-bottom:.2rem;}
.contactWarp .messBox .form .itemBox .item{width: 41%;float: left;}
.contactWarp .messBox .form .itemBox .item:nth-child(even){float: right;}
.contactWarp .messBox .form .itemBox .item label{display: inline-block;vertical-align: middle;width: 1.15rem;font-size:.16rem;}
.contactWarp .messBox .form .itemBox .item input{display: inline-block;vertical-align: middle;width: calc(100% - 1.25rem);line-height:.5rem;height: .5rem;border-radius:.5rem;background:#f5f6f9;padding:0 .2rem;font-size:.16rem;}
.contactWarp .messBox .form .itemBox.w100 .item{width: 100%;}
.contactWarp .messBox .form .itemBox.w100 .item label{margin-top: .15rem;}
.contactWarp .messBox .form .itemBox.w100 .item textarea{height: 2rem;width: calc(100% - 1.25rem);padding:.1rem .2rem;font-size:.16rem;border-radius:.2rem;background:#f5f6f9;display: inline-block;vertical-align: top;}
.contactWarp .messBox .form .subBtn{display: block;vertical-align: middle;width: 1.5rem;line-height:.5rem;border-radius:.5rem;font-size:.16rem;background:#61b52b;color:#fff;text-align: center;margin: .5rem auto 0;border: 0;}


@media(max-width:767px){
	.news-item a {flex-wrap:wrap;}
	.news-item samp { width: 100%;  height: 240px; overflow: hidden;display: block; border-radius: 5px;}
	.news-model { width:100%; overflow: hidden; margin-top:20px;}
	
	.contactWarp .tactDes .item { float: left; width: 100%;}
	.contactWarp .tactDes .item .addList li {width: 100%;    padding: 10px 3%;}
	.contactWarp .messBox .form .itemBox { margin-bottom: 0rem;}
	.contactWarp .messBox .form .itemBox .item {  width: 100%; float: left;margin-bottom: .2rem;}


.prolist { width:100%;}
.m2nul li { width: 100%;}
.n_product_box .cont {width: 100%;}
}


/********分页*********/
.text-center {text-align: center; border-top: 1px solid #ddd;}
.pagination{display: inline-block; padding-left: 0; margin:20px 0px 20px; border-radius: 4px; font-size: 12px;}
.pagination > li{display: inline;}
.pagination > li > a,
.pagination > li > span{position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #4d4d4d; text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span{margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span{border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{z-index: 3; color: #000; background-color: #eee; border-color: #ddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{z-index: 2; color: #fff; cursor: default; background-color: #61b52b; border-color: #61b52b;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd;}




