@charset "utf-8";
/* CSS Document */
::-webkit-input-placeholder{ /* WebKit browsers */color: #b3b3b3;}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */color: #b3b3b3;}
::-moz-placeholder{ /* Mozilla Firefox 19+ */color: #b3b3b3;}
:-ms-input-placeholder{ /* Internet Explorer 10+ */color: #b3b3b3;}
*{padding: 0;margin: 0;list-style: none;background-position: center;background-repeat: no-repeat;background-size: contain;font-family: 'Microsoft YaHei,Arial';}
*{-webkit-touch-callout:none; /*系统默认菜单被禁用*/-webkit-user-select:none; /*webkit浏览器*/-khtml-user-select:none; /*早期浏览器*/-moz-user-select:none;/*火狐*/-ms-user-select:none; /*IE10*/user-select:none;}
input{-webkit-user-select:auto; /*webkit浏览器*/}
a{text-decoration: none;color: inherit;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{zoom: 1;}
.bg-color{background-color: #fff;}
.dH{overflow: hidden;}
@font-face{font-family: Bahnschrift;src: url("../fonts/BAHNSCHRIFT.TTF");font-weight: normal;font-style: normal;}
@font-face{font-family: brushscriptmt;src: url("../fonts/brushscriptmt.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: STXingkai;src: url("../fonts/STXingkai.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: Source;src: url("../fonts/SourceHanSerifSC-Bold.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: stzhongsong;src: url("../fonts/stzhongsong.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: Impact;src: url("../fonts/Impact.ttf");font-weight: normal;font-style: normal;}
@font-face{font-family: STXinwei;src: url("../fonts/STXinwei.ttf");font-weight: normal;font-style: normal;}
/* 无内容 */
.no-goods,.no-network{padding: 50px 0;overflow: hidden;text-align: center;}
.no-goods img{display: block;margin:0 auto 20px;width:140px;max-height: 100px;}
.no-network img{display: block;margin:0 auto 20px;width:140px;max-height: 100px;}
.no-goods p,.no-network p{font-size:14px;color:#666666;line-height: 20px;}
/* 行数 */
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}
.ellipsis5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow:ellipsis;}
.ellipsis6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;text-overflow:ellipsis;}
.ellipsis7{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;text-overflow:ellipsis;}
.ellipsis8{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;text-overflow:ellipsis;}
.ellipsis9{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 9;overflow: hidden;text-overflow:ellipsis;}
/* 过度 */
.transition{transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out; /* IE 9 */-moz-transition: all 0.5s ease-in-out; /* Firefox */-webkit-transition: all 0.5s ease-in-out; /* Safari 和 Chrome */-o-transition: all 0.5s ease-in-out; /* Opera */}
/* 头部 */
.head-tel{background-color: #1e73be;height: 40px;color: #fff;font-size: 14px; display: flex;justify-content: center;align-items: center;}
.head-tel .icon{margin-right: 5px;}
.head-tel img{display: block;}
.head-tel a{font-weight: 700;font-size: 16px;}
.sp_header{height: 60px;padding: 0 10px;background-color: #fff;box-sizing: border-box;display: flex;align-items: center;position: relative;}
.sp_header .sp_logo{flex: 1;padding: 10px 0;height: 40px;line-height: 40px;font-size: 0;}
.sp_header .sp_logo img{max-width: 100%;max-height: 100%;vertical-align: middle;display: inline-block;}
.sp_header .en{width: 30px;height: 30px;line-height: 30px;color: #999;font-size: 14px;text-align: center;border: 1px solid #dcdcdc; display: flex;justify-content: center;}
.sp_header .mOpenBtn{width: 35px;height: 40px;display: flex;justify-content: center;flex-direction: column;margin-left: 20px;}
.sp_header .mOpenBtn span{width: 100%;height: 4px;background-color: #8a8a8a;border-radius: 20px;margin: 3px 0;}
.wrap{padding-bottom: 60px;}
/* 头部导航样式 */
.mMenuLayBg{opacity: 0;position: fixed;z-index: 900;left: 0;top: 0;width: 100%;height: 100%;transform: translateX(100%);transition-delay: 0.4s;display: block;background-color: #1e73be;}
.mMmenuLay{position: fixed;height: 100%;left: 70px;top: 0px;right: 0px;bottom: 0px;z-index: 999;overflow-y: auto;color: #fff;font-size: 14px;box-shadow: -2px 0px 4px 3px rgba(0,0,0,0.06);padding: 25px;opacity: 0;transform: translateX(100%);transition-delay: 0.2s;display: block;background-color: #1e73be;box-sizing: border-box;}
.mCloseBtn{background: url(../images/mclose.png) no-repeat center center;height: 26px;width: 26px;position: fixed;left: 15px;top: 15px;cursor: pointer;z-index: 950;background-size: 26px 26px;opacity: 0;display: block;}
.mLogo{float: left;width: 100%;line-height: 50px;color: #fff;font-weight: 700;font-size: 18px;}
.mMmenuLay dt{position: relative;}
.mMenu_a1{font-size: 15px;font-weight: bold;color: #fff;padding: 0 48px 0 6px;display: block;line-height: 46px;border-bottom: 1px solid rgba(255,255,255,0.3);}
.mMenu_a2{font-size: 14px;color: #fff;line-height: 46px;display: block;border-bottom: 1px solid rgba(255,255,255,0.3);padding-left: 25px;}
.mToggle{height: 47px;width: 47px;position: absolute;top: 0px;right: 0px;background: url(../images/mhead_i1.png) no-repeat center center;cursor: pointer;display: none;}
.mToggle2{background: url(../images/reduce.jpg) no-repeat center center;}
.mMmenuLay dd{transition: all 0.5s ease-in-out;height: 0;overflow: hidden;}
.mMmenuLay dl.on dd{height: 47px;}
.mMenu_a1:hover,.mMenu_a2:hover{color: #fff;opacity: 0.8;}
.mMenu_a1 i{vertical-align: middle;}
.mMenuLayBg.on{opacity: 0.9; transform: translateX(0%); transition-delay: 0.2s;}
.mMmenuLay.on{opacity: 1; transform: translateX(0%); transition-delay: 0.4s;}
.mCloseBtn.on{opacity: 1; transform: rotate(360deg);}
/* 大图 */
.banner{width: 100%;margin: 0 auto;position: relative;overflow: hidden;}
.banner a{display: block;}
.banner img{display: block;width: 100%;}
.banner .swiper-pagination{bottom: 10px;width: 100%;display: flex;justify-content: center;align-items: center;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;background-color: #fff;border-radius: 50%;opacity: 1;margin: 0 4px;overflow: hidden;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background-color: #1e73be;}
/********首页公共头部**********/
.common{line-height: 1;margin-bottom: 20px;}
.common .en{color: #1e73be;font-size: 30px;font-family: "Bahnschrift";font-weight: 700;}
.common .name{color: #000;font-size: 20px;line-height: 1;margin-top: 10px;}
.indexmore{display: block;width: 110px;height: 35px;line-height: 35px;text-align: center;color: #1e73be;font-size: 14px;border: 1px solid #1e73be;border-radius: 5px;}
.indexmore:hover{background-color: #1e73be;color: #fff;}
/********首页优势**********/
.youshi-main{background-color: #fff;padding: 5px 10px;}
.youshi-main .list li{display: flex;align-items: center;padding: 15px;border-top: 1px solid #dcdcdc;}
.youshi-main .list li:first-child{border-top: none;}
.youshi-main .list li .icon{width: 40px;height: 40px;text-align: center;font-size: 0;margin-right: 10px;}
.youshi-main .list li .icon img{max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;}
.youshi-main .list li .info{line-height: 1;}
.youshi-main .list li .info .tit{color: #000;font-size: 16px;margin-bottom: 8px;}
.youshi-main .list li .info .tags{color: #333;font-size: 12px;}
/********我们的业务**********/
.business-main{padding: 30px 10px;background-image: url(../images/business-bg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
.business-main .txt{color: #666;font-size: 14px;line-height: 1.8;margin-bottom: 25px;}
.business-main .swiper-slide{width: 220px;}
.business-main .swiper-slide a{display: block;background-color: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);}
.business-main .swiper-slide a .img{height: 160px;overflow: hidden;clip-path: polygon(0% 0%, 275% 0, 50% 100%, 0% 75%);-webkit-clip-path: polygon(0% 0%, 275% 0, 50% 100%, 0% 75%);}
.business-main .swiper-slide a .img img{width: 100%;height: 100%;object-fit: cover;}
.business-main .swiper-slide a .key{width: 40px;height: 40px;text-align: center;line-height: 40px;font-size: 20px;color: #fff;border-radius: 50%;background-color: #e30000;margin: -30px auto 10px;position: relative;z-index: 2;}
.business-main .swiper-slide a .info{text-align: center;padding-bottom: 10px;}
.business-main .swiper-slide a .info .tit{color: #000;font-size: 20px;line-height: 1;margin-bottom: 10px;}
.business-main .swiper-slide a .info .tags{color: #666;font-size: 14px;line-height: 1.7;}
/********公司简介**********/
.company-main{background-color: #fff;padding-bottom: 10px;}
.company-main .box{background-color: #2b78c2;padding: 30px 10px;}
.company-main .box .common .en,
.company-main .box .common .name{color: #fff;}
.company-main .box .con{color: #fff;font-size: 14px;line-height: 1.8;}
.company-main .box .more{margin-top: 20px;}
.company-main .box .more .indexmore{border-color: #fff;color: #fff;margin: 0 auto;}
.company-main .box .more .indexmore:hover{background-color: #fff;color: #1e73be;}
.company-main .img{padding: 10px;}
.company-main .img img{width: 100%;display: block;}
/********产品展示**********/
.product-main{background-color: #f6f6f6;padding: 30px 10px;}
.product-main .list{margin: -5px;}
.product-main .list li{float: left;width: calc(50% - 10px);margin: 5px;}
.product-main .list li a{display: block;}
.product-main .list li a .img{overflow: hidden;padding-bottom: 80%;position: relative;}
.product-main .list li a .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.product-main .list li a .tit{line-height: 40px;font-size: 14px;color: #333;padding: 0 10px;display: block;background-color: #fff;}
/********新闻资讯**********/.news-main{background-color: #fff;padding: 30px 10px;}
.news-main .common{text-align: center;}
.news-main .show a{display: block;}
.news-main .show a .img{float: left;width: 110px;height: 90px;overflow: hidden;}
.news-main .show a .img img{width: 100%;height: 100%;object-fit: cover;}
.news-main .show a .box{float: right;width: calc(100% - 120px);height: 90px;display: flex;justify-content: center;flex-direction: column;}
.news-main .show a .box .tit{color: #050505;font-size: 18px;line-height: 1;margin-bottom: 8px;}
.news-main .show a .box .con{color: #666;font-size: 14px;line-height: 1.4;}
.news-main .list{padding: 10px 0;}
.news-main .list li{border-bottom: 1px dotted #dcdcdc;}
.news-main .list li a{display: block;color: #050505;font-size: 15px;line-height: 2.5;}.news-main .more{margin-top: 10px;}
.news-main .more .indexmore{margin: 0 auto;}
/* 首页联系 */
.contact-main{padding: 30px 10px;background-color: #424242;}
.contact-main li{text-align: center;color: #7e7e7e;font-size: 14px;line-height: 1.8;}
.contact-main li a{color: #7e7e7e;}
/*底部导航栏*/.footerbg{height: 60px;}
.footer{position: fixed;z-index: 99;left: 0;bottom: 0;width: 100%;background-color: #1e73be;}
.footer ul li{width: 25%;float: left;}
.footer ul li a{display: block;padding: 7px 0;text-align: center;border-right: 1px solid rgba(255,255,255,0.5);}
.footer ul li:last-child a{border-right: none;}
.footer li a .img{height: 24px;margin-bottom: 8px;}
.footer ul li a .img img{max-height: 100%;margin: 0 auto;}
.footer ul li a p{color: #fff;font-size: 14px;line-height: 1;text-transform: uppercase;}
.footer ul li a:hover{background-color: #e30000;}
/* 返回顶部 */
.cd-top{width: 40px;position: fixed;bottom: 90px;right: 10px;overflow: hidden;white-space: nowrap;visibility: hidden;opacity: 0;z-index: 99;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.cd-top img{max-width: 100%;}
.cd-top.cd-is-visible{visibility: visible;opacity: 1;}
.cd-wechat{display: block;width: 40px;position: fixed;bottom: 150px;right: 10px;opacity: 1;z-index: 99;}
.cd-wechat img{width: 100%;}
/* 微信弹窗 */
.wx_box p{text-align: center;font-size: 18px;line-height: 40px;}
.wx_box h4{text-align: center;font-size: 24px;background-color: #1e73be;color: #fff;line-height: 48px;font-weight: bold;}
.wx_box img{width: 226px;height: 226px;margin: 1rem auto 0;display: block;border: 1px solid #eee;}
.wx_box span{display: block;text-align: center;font-size: 16px;color: #666;line-height: 40px;}
/********内页banner**********/
.fix-banner{width: 100%;margin: 0 auto;}
.fix-banner img{display: block;width: 100%;}
/* 面包屑 */
.mbxtitle{padding: 0 10px;background-color: #ededed;line-height: 40px;color: #6d6d6d;font-size: 14px;}
.mbxtitle span{color: #1e73be;}
/********公司简介**********/
.de-about-content p{font-size: 16px;line-height: 2;text-indent: 2em;}
.de-about-content p img{max-width: 100%;}
.de-about-content p video{display: block;width: 100%;height: 160px;margin-bottom: 10px;}
/* 面包屑 */
.ny-title{align-items: center;display: flex;margin-bottom: 15px;}
.ny-title:before,
.ny-title:after{display: block;content: "";-ms-flex-positive: 1;flex-grow: 1;border-top: 1px solid #ccc;}
.ny-title span{font-size: 14px;font-weight: 400;color: #fff651;line-height: 1;margin: 0 2rem;}

.ny-list{
	background-color: #fff;
	padding: 10px;
}
/* 内页分类 */
.ny-list .ny-type{margin-bottom: 5px;}
.ny-list .ny-type li{float: left;width: 49%;margin-right: 2%;margin-bottom: 5px;}
.ny-list .ny-type li:nth-child(2n){margin-right: 0;}
.ny-list .ny-type li a{display: block;height: 35px;line-height: 35px;text-align: center;color: #333;font-size: 14px;background-color: #dbdbdb;}
.ny-list .ny-type li a.active{background-color: #1e73be;color: #fff;}
/* 产品列表 */
.ny-list .nypro-list{width: 100%;margin: 0 auto;}
.ny-list .nypro-list ul li{float: left;width: 49%;margin-right: 2%;margin-bottom: 10px;}
.ny-list .nypro-list ul li:nth-child(2n){margin-right: 0;}
.ny-list .nypro-list ul li a{display: block;}
.ny-list .nypro-list ul li a .img{overflow: hidden;position: relative;padding-bottom: 80%;}
.ny-list .nypro-list ul li a .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.ny-list .nypro-list ul li a .tit{text-align: center;height: 35px;padding: 0 5px;line-height: 35px;font-size: 14px;color: #595959;background: #f6f6f6;}
/* 产品详情页 */
.ny-list .nyproinfo{width: 100%;margin: 0 auto;}
.ny-list .nyproinfo .img{width: 100%;margin: 0 auto;}
.ny-list .nyproinfo .img img{display: block;width: 100%;}
.ny-list .nyproinfo .name{font-weight: bold;font-size: 18px;color: #333;line-height: 1.5;margin: 5px 0;text-align: center;}
.ny-list .nyproinfo .tit{height: 30px;margin: 10px auto;background-color: #eee;position: relative;}
.ny-list .nyproinfo .tit span{position: absolute;top: 0;left: 0;font-size: 14px;line-height: 30px;color: #fff;padding: 0 15px;background-color: #1e73be;}
.ny-list .nyproinfo .content p{color: #666666;font-size: 14px;line-height: 26px;}
.ny-list .nyproinfo .content p img{display: block;width: 100%;}
/* 新闻列表 */
.ny-list .nynews-list{width: 100%;margin: 0 auto;}
.ny-list .nynews-list ul li{width: 100%;margin-bottom: 10px;}
.ny-list .nynews-list ul li a{display: block;}
.ny-list .nynews-list ul li a .img{float: left;width: 90px;height: 80px;overflow: hidden;}
.ny-list .nynews-list ul li a .img img{width: 100%;height: 100%;object-fit: cover;}
.ny-list .nynews-list ul li a .text{float: right;width: calc(100% - 100px);height: 80px;display: flex;justify-content: center;flex-direction: column;}
.ny-list .nynews-list ul li a .text h4{color: #050505;font-size: 16px;line-height: 1;margin-bottom: 10px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny-list .nynews-list ul li a .text p{color: #666;font-size: 14px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/* 新闻详情 */
.ny-list .news-info{width: 100%;margin: 0 auto;}
.ny-list .news-info .tit{padding-bottom: 10px;border-bottom: 1px dashed #eee;text-align: center;margin-bottom: 10px;}
.ny-list .news-info .tit .h3{font-size: 16px;color: #333;line-height: 24px;font-weight: bold;margin: 0 0 5px;}
.ny-list .news-info .tit .b {font-size: 12px;color: #999;line-height: 20px;}
.ny-list .news-info .con p{font-size: 14px;color: #333;line-height: 24px;}
.ny-list .news-info .con img {max-width: 100%;margin: 0 auto;}
/* 联系我们内页 */
.ny-list .contact-list{width: 100%;margin: 0 auto;}
.ny-list .contact-list ul{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;-webkit-justify-content: space-between;-webkit-flex-wrap: wrap;margin: 0 -1%;}
.ny-list .contact-list ul li {width: 100%;margin: 0 0 10px 0;line-height: 1.5;background: #f5f5f5;padding: 15px 0;text-align: center;}
.ny-list .contact-list ul li i{font-size: 30px;display: inline-block;color: #1e73be;line-height: 1;margin-bottom: 10px;}
.ny-list .contact-list ul li h4{font-size: 16px;line-height: 1;text-align: center;margin-bottom: 5px;}
.ny-list .contact-list ul li p{text-align: center;font-size: 14px;}
/* 在线留言内页 */
.ny-list .de-message{width: 100%;margin: 0 auto;}
.ny-list .de-message .tips{font-size: 13px;line-height: 24px;color: #666;text-align: justify;margin-bottom: 10px;}
.ny-list .de-message .mes-form{overflow: hidden;}
.ny-list .de-message .mes-form .form-tr{overflow: hidden;width: 100%;margin-bottom: 8px;position: relative;}
.ny-list .de-message .mes-form .form-tr input{display: block;width: 100%;height: 40px;padding: 6px 15px;-webkit-box-shadow: none;box-shadow: none;font-size: 14px;border: 1px solid #e1e1e1;background-color: #fff;box-sizing: border-box;}
.ny-list .de-message .mes-form .form-tr textarea{display: block;width: 100%;height: 10rem;line-height: 40px;padding: 6px 15px;-webkit-box-shadow: none;box-shadow: none;font-size: 14px;border: 1px solid #e1e1e1;background-color: #fff;box-sizing: border-box;}
.ny-list .de-message .mes-form .form-tr img{position: absolute;top: 0;right: 0;height: 40px;}
.ny-list .de-message .mes-form .form-tr .submit{background: #1e73be;color: #fff;width: 100%;padding: 10px 0;text-align: center;border: 0;font-size: 16px;border-radius: 0;text-transform: capitalize;display: block;display: inline-block;position: relative;overflow: hidden;}
.ny-list .de-message .mes-form .form-tr .submit:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;opacity: .3;z-index: 9;content: '';-webkit-transition: -webkit-transform 0.6s;transition: -webkit-transform 0.6s;transition: transform 0.6s;transition: transform 0.6s, -webkit-transform 0.6s;-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);}
.ny-list .de-message .mes-form .form-tr .submit:hover:before{-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);}
.ny-list .de-message .mes-form .form-tr .submit:hover, 
.ny-list .de-message .mes-form .form-tr .submit:focus, 
.ny-list .de-message .mes-form .form-tr .submit:active{background-color: #e30000;color: #fff;}
/********荣誉证书内页**********/
.ny-list .de-honor-list{
	overflow: hidden;
	margin: 0 auto;
}
.ny-list .de-honor-list ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 1rem;
}
.ny-list .de-honor-list ul li:nth-child(2n){
	margin-right: 0;
}
.ny-list .de-honor-list ul li a{
	display: block;
}
.ny-list .de-honor-list ul li .img{
	height: 12rem;
	text-align: center;
	line-height: 12rem;
	font-size: 0;
	border: 1px solid #f6f6f6;
	background-color: #fff;
	overflow: hidden;
}
.ny-list .de-honor-list ul li .img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.ny-list .de-honor-list ul li .title{
	text-align: center;
	height: 2.5rem;
	padding: 0 10px;
	line-height: 2.5rem;
	font-size: 0.9rem;
	color: #595959;
	background: #f6f6f6;
}
/********案例内页**********/
.ny-list .de-case-list{overflow: hidden;}
.ny-list .de-case-list ul li{float: left;width: 49%;margin-right: 2%;margin-bottom: 10px;}
.ny-list .de-case-list ul li:nth-child(2n){margin-right: 0;}
.ny-list .de-case-list ul li a{display: block;}
.ny-list .de-case-list ul li .img{overflow: hidden;padding-bottom: 90%;position: relative;}
.ny-list .de-case-list ul li .img img{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.ny-list .de-case-list ul li .title{text-align: center;height: 35px;padding: 0 5px;line-height: 35px;font-size: 14px;color: #595959;background: #f6f6f6;}
/********分页*********/
.page{margin-top: 10px;text-align: center;}
.page a,
.page span{display: inline-block;padding: 0 15px;color: #333;border-radius: 3px;margin: 0 4px 8px 4px;height: 30px;line-height: 30px;font-size: 14px;background-color: #eee;transition: all 0.5s ease-in-out;}
.page .current,
.page a:hover{color: #fff;background-color: #1e73be;}
.page select{display: none;}
#prev_next {width: 100%;padding: 10px 0px;border-top: 1px solid #eee;margin-top: 10px;}
#prev_next li {line-height: 30px;padding: 0 1%;}
#prev_next li a{color: #666;text-decoration: none;font-size: 14px;}
#prev_next li a:hover{color: #1e73be;}


