*{margin: 0;padding: 0;}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{font-family: '微软雅黑';margin: 0;padding: 0;}
ul li{list-style: none;}
a{text-decoration: none;color: #000;}
table {border-collapse:collapse;}table,th, td{border: 1px solid #ddd;}
input{outline: none;}
body{min-width: 1400px;}

/* ::-webkit-input-placeholder{color: #201f1d;}
::-moz-placeholder{color: #201f1d;}
:-moz-placeholder{color: #201f1d;} */

/*浮动*/
.f_le{float: left;}
.f_ri{float: right;}
/*清除浮动*/
.clearfix:after{content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}

/*定位*/
.p_re{position: relative;}
.p_ab{position: absolute;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox11{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;} /*横向弹性*/
.flexbox22{display: -webkit-flex;display: flex;-webkit-justify-content: space-around;justify-content: space-around;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;height: 900px;} /*纵向弹性*/
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

/* 文字分栏 */
.column{column-width:300px;-moz-column-width:300px; /* Firefox */-webkit-column-width:300px; /* Safari and Chrome */
    column-count:; /* 列数 */
    column-gap:; /* 列间距 */
    column-rule:; /* 分隔线 */
}

/*字体超出隐藏*/
.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/*.txthide_2{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}*/

.wrapper{width: 1400px;margin: 0 auto;}



/* 导航 */
.header{width: 100%;border-top: 18px solid #1e666d;}

.header .logo{display: block;width: 155px;height: 140px;overflow: hidden;background: #1e666d;position: absolute;top: 0;left: 0;z-index: 3;}
.header .logo img{display: block;width: 100%;}

.header .nav{float: right;}
.header .nav a{display: block;height: 88px;font-size: 16px;color: #3b3b3b;line-height: 88px;margin-right: 35px;float: left;transition: .5s;}
.header .nav a:hover{color: #1e666d;}
.header .nav a.active{color: #1e666d;}

.header .n-search{float: right;margin-top: 22px;white-space: nowrap;width: 44px;height: 44px;overflow: hidden;transition: .5s;}
.header .n-search .s-an{display: block;width: 44px;height: 44px;cursor: pointer;float: left;}
.header .n-search form{display: block;width: 190px;height: 30px;float: left;overflow: hidden;margin-top: 7px;}
.header .n-search .s-input{width: 130px;height: 30px;display: block;box-sizing: border-box;border: 1px solid #dcdcdc;border-radius: 30px;float: left;padding: 0 10px;font-size: 14px;color: #727272;}
.header .n-search .s-btn{display: block;width: 60px;height: 30px;border: 0;background: #1e666d;font-size: 14px;color: #fff;text-align: center;line-height: 28px;float: left;border-radius: 30px;}
.header .n-search:hover{width: 235px;}



/* 底部 */
.footer{width: 100%;background: #252626;padding: 60px 0 75px;border-top: 24px solid #f0f0f0;}

.footer .foot_left{float: left;width: 850px;}
.footer .foot_right{float: right;width: 365px;}

.footer .foot_nav{margin-bottom: 30px;}
.footer .foot_nav a{display: inline-block;width: 95px;height: 35px;background: #333333;text-align: center;line-height: 35px;border-radius: 5px;font-size: 14px;color: #fff;transition: .5s;}
.footer .foot_nav a:hover{background: #555555;}
.footer .foot_nav a.active{background: #555555;width: 120px;}

.footer .foot_text{font-size: 14px;color: #1e666d;line-height: 25px;margin-bottom: 10px;}

.footer .foot_icp{font-size: 14px;color: #555555;line-height: 25px;}
.footer .foot_icp a{font-size: 14px;color: #555555;line-height: 25px;}
.footer .foot_icp a:hover{color: #1e666d;}

.footer .qrcode{display: block;width: 130px;height: 130px;margin-right: 0;float: right;}
.footer .foot_lx{float: right;height: 50px;margin-top: 40px;}
.footer .foot_lx .item{display: block;width: 43px;height: 43px;background: #252626;border-radius: 50px;float: left;margin-right: 25px;position: relative;transition: .5s;}
.footer .foot_lx .item img{display: block;width: 100%;}
.footer .foot_lx .item p{background: #fff;padding: 0 15px;font-size: 16px;color: #333;font-weight: bold;line-height: 35px;position: absolute;top: -45px;left: 0;border-radius: 5px;display: none;}
.footer .foot_lx .item:hover{background: #1e666d;}
.footer .foot_lx .item:hover p{display: block;}
.footer .foot_lx .item p:hover{color: #1e666d;}

.topbtn{display: block;width: 60px;height: 65px;position: fixed;bottom: 240px;right: 30px;}
.topbtn img{display: block;width: 100%;}



/*轮播*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{width: 100%;display: block;}



/* 首页 标题 */
.titbox{width: 100%;text-align: center;margin-bottom: 50px;}
.titbox a{display: block;}
.titbox .n-title{font-size: 30px;color: #1e666d;font-weight: bold;line-height: 38px;}
.titbox .n-ftitle{font-size: 26px;color: #727272;text-transform: uppercase;font-family: 'simsun';font-weight: bold;line-height: 30px;}
.titbox .n-line{display: block;width: 55px;height: 5px;background: #1e666d;margin: 15px auto 0;}



/* 首页 关于我们 */
.n-about{width: 100%;height: 700px;background: url(../img/bj01.jpg) center center no-repeat;box-sizing: border-box;padding: 60px 0 90px;}

.n-about .pic{display: block;width: 670px;height: 415px;float: left;transition: .5s;}
.n-about .pic img{display: block;width: 100%;}
.n-about .pic:hover{-webkit-transform: translateX(-20px);-moz-transform: translateX(-20px);-ms-transform: translateX(-20px);-o-transform: translateX(-20px);transform: translateX(-20px);}

.n-about .wrap{width: 940px;height: 350px;position: absolute;right: 0;top: 50%;margin-top: -175px;}
.n-about .wrap .rim{width: 270px;height: 350px;box-sizing: border-box;border: 2px solid #1e666d;position: relative;}
.n-about .wrap .more{display: block;width: 145px;height: 50px;background: #1e666d;border-radius: 5px;font-size: 12px;color: #f6f6f6;text-align: center;line-height: 50px;text-transform: uppercase;font-weight: bold;position: absolute;bottom: -2px;right: -30px;z-index: 2;}
.n-about .wrap .more img{width: 35px;height: 5px;vertical-align: middle;margin-left: 5px;transition: .5s;}
.n-about .wrap .more:hover img{margin-left: 15px;}
.n-about .wrap .textcont{width: 850px;height: 295px;background: #fff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 45px 45px 45px 60px;position: absolute;right: 0;top: 50%;margin-top: -147px;z-index: 0;}
.n-about .wrap .textcont h6{font-size: 18px;color: #1e666d;font-weight: bold;line-height: 35px;margin-bottom: 25px;}
.n-about .wrap .textcont article{font-size: 14px;color: #5f5f5f;text-align: justify;line-height: 25px;}
.n-about .wrap .textcont em{display: block;width: 55px;height: 2px;background: #1e666d;position: absolute;top: 60px;left: -28px;}

.n-about .white-line{width: 1400px;height: 20px;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;background: #fff;}



/* 首页 设备展示 */
.n-facility{width: 100%;height: 788px;background: url(../img/bj02.jpg) center center no-repeat;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 60px 0;}

.n-facility .titbox .n-title{color: #fff;}
.n-facility .titbox .n-ftitle{color: #fff;}
.n-facility .titbox .n-line{background: #fff;}

.n-facility .nf-list{display: block;width: 444px;float: left;margin-right: 34px;}
.n-facility .nf-list:nth-child(3n){margin-right: 0;}
.n-facility .nf-list .pic{display: block;width: 100%;overflow: hidden;}
.n-facility .nf-list .pic img{display: block;width: 100%;transition: .5s;}
.n-facility .nf-list .cont{display: block;width: 100%;border-bottom: 1px solid #fff;padding: 20px 0;color: #fff;}
.n-facility .nf-list .tit{font-size: 18px;line-height: 35px;}
.n-facility .nf-list .desc{font-size: 14px;line-height: 25px;margin-top: 15px;}

.n-facility .nf-list:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.n-facility .more{display: block;width: 145px;height: 50px;border-radius: 5px;font-size: 12px;color: #fff;text-align: center;line-height: 50px;text-transform: uppercase;font-weight: bold;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 50px auto 0;border: 1px solid #fff;}
.n-facility .more img{width: 35px;height: 5px;vertical-align: middle;margin-left: 5px;transition: .5s;}
.n-facility .more:hover img{margin-left: 15px;}



/* 首页 检测项目 */
.n-detection{width: 100%;min-height: 830px;background: url(../img/bj03.jpg) center center no-repeat;background-size: auto 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 60px 0;}

.n-detection .gallery-thumbs{width: 1148px;margin: 0 auto 60px;overflow: hidden;}
.n-detection .gallery-thumbs .swiper-slide{display: block;width: 224px;height: 65px;margin: 0 7px 7px 0;background: #b1b1b1;text-align: center;line-height: 65px;float: left;font-size: 22px;color: #ffffff;transition: .5s;}
.n-detection .gallery-thumbs .swiper-slide a{display: block;color: #ffffff;}
.n-detection .gallery-thumbs .swiper-slide img{display: inline-block;height: 23px;vertical-align: middle;margin-right: 5px;}
/* .n-detection .gallery-thumbs .swiper-slide:nth-child(5n){margin-right: 0;}
.n-detection .gallery-thumbs .swiper-slide:hover{background: #1e666d;} */
.n-detection .gallery-thumbs .swiper-slide:hover{background: #1e666d;}
.n-detection .gallery-thumbs .swiper-slide-thumb-active{background: #1e666d;}

.n-detection .nd-wrap{width: 100%;height: 435px;overflow: hidden;position: relative;}
.n-detection .nd-wrap .swiper-slide{display: block;width: 1148px;background: #fff;}
.n-detection .nd-wrap .pic{display: block;width: 566px;height: 435px;float: left;overflow: hidden;}
.n-detection .nd-wrap .pic img{display: block;width: 100%;transition: .5s;}
.n-detection .nd-wrap .cont{width: 582px;height: 435px;float: right;box-sizing: border-box;padding: 39px 50px;}
.n-detection .nd-wrap .cont em{display: block;width: 100%;height: 10px;background: #1e666d;margin-bottom: 40px;}
.n-detection .nd-wrap .cont .tit{display: block;font-size: 20px;color: #000;line-height: 35px;}
.n-detection .nd-wrap .cont .desc{font-size: 14px;color: #5f5f5f;text-align: justify;line-height: 25px;margin-top: 15px;}
.n-detection .nd-wrap .more{display: block;width: 145px;height: 50px;border-radius: 5px;font-size: 12px;color: #a3a3a3;text-align: center;line-height: 50px;text-transform: uppercase;font-weight: bold;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #bebebe;background: #fff;margin-top: 25px;}
.n-detection .nd-wrap .more img{width: 35px;height: 5px;vertical-align: middle;margin-left: 5px;transition: .5s;}
.n-detection .nd-wrap .more:hover img{margin-left: 15px;}

.n-detection .nd-wrap .kind{width: 1045px;margin: 0 auto;height: 50px;background: rgba(0,0,0,.5);text-align: center;line-height: 50px;position: absolute;bottom: 0;left: 0;right: 0;font-size: 18px;color: #ffffff;}

.n-detection .nd-wrap .swiper-slide:hover .tit{color: #1e666d;}
.n-detection .nd-wrap .swiper-slide:hover .pic img{color: #1e666d;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.n-detection .nd-wrap .btn{display: block;width: 1400px;position: absolute;top: 50%;left: 0;right: 0;margin: 0 auto;}
.n-detection .nd-wrap .swiper-button-prev,.n-detection .nd-wrap .swiper-button-next{width: 126px;height: 46px;}
.n-detection .nd-wrap .swiper-button-prev{background: url(../img/jtl.png) center center no-repeat;left: 0;}
.n-detection .nd-wrap .swiper-button-next{background: url(../img/jtr.png) center center no-repeat;right: 0;}



/* 首页 行业资讯 */
.n-news{width: 100%;padding: 60px 0;}

.n-news .rim{display: block;width: 220px;height: 306px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 2px solid #1e666d;float: right;position: relative;}
.n-news .rim .more{display: block;width: 145px;height: 50px;border-radius: 5px;font-size: 12px;color: #a3a3a3;text-align: center;line-height: 50px;text-transform: uppercase;font-weight: bold;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #bebebe;background: #fff;position: absolute;bottom: -2px;left: -100px;z-index: 1;}
.n-news .rim .more img{width: 35px;height: 5px;vertical-align: middle;margin-left: 5px;transition: .5s;}
.n-news .rim .more:hover img{margin-left: 15px;}
.n-news .rim .pic{display: block;width: 250px;height: 280px;position: absolute;bottom: -2px;left: -62px;z-index: 0;transition: .5s;}
.n-news .rim:hover .pic{-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);}

.n-news .wrap{display: block;width: 1045px;float: left;}
.n-news .wrap .n-list{width: 100%;margin-bottom: 25px;}
.n-news .wrap .n-list:last-child{margin-bottom: 0;}
.n-news .wrap .n-list .time{display: block;width: 75px;height: 75px;background: #b1b1b1;color: #fff;text-align: center;font-size: 14px;line-height: 25px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 6px;float: left;transition: .5s;}
.n-news .wrap .n-list .time b{display: block;font-size: 30px;font-weight: 400;line-height: 38px;}
.n-news .wrap .n-list .cont{display: block;width: 950px;float: right;}
.n-news .wrap .n-list .tit{font-size: 16px;color: #595757;line-height: 25px;transition: .5s;}
.n-news .wrap .n-list .desc{font-size: 14px;color: #5f5f5f;line-height: 25px;}
.n-news .wrap .n-list:hover .time{background: #1e666d;}
.n-news .wrap .n-list:hover .tit{color: #1e666d;}



/* 内页 */
.n-out{width: 100%;padding: 50px 0 100px;}

.n-left{width: 230px;float: left;}
.n-right{width: 1115px;float: right;}



/* 侧导航 */
.slide{width: 100%;margin-bottom: 30px;}
.slide .slide-h{width: 100%;background: #1e666d;box-sizing: border-box;padding: 15px;text-align: center;}
.slide .slide-h p{font-size: 14px;color: #fff;font-family: 'simsun';text-transform: uppercase;font-weight: bold;line-height: 16px;}
.slide .slide-h h6{font-size: 24px;color: #fff;line-height: 30px;}
.slide .slide-nav{border: 1px solid #dddddd;}
.slide .slide-nav a{display: block;width: 100%;/* height: 44px; */border-bottom: 1px solid #ddd;text-align: center;line-height: 30px;padding: 6px;box-sizing: border-box;font-size: 16px;color: #5f5f5f;transition: .5s;}
.slide .slide-nav a:last-child{border-bottom: 0;}
.slide .slide-nav a:hover{background: #dddddd;color: #1e666d;}
.slide .slide-nav a.active{background: #dddddd;color: #1e666d;}

.rapid{display: block;width: 100%;height: 45px;line-height: 45px;font-size: 16px;color: #fff;box-sizing: border-box;padding: 0 30px 0 50px;background: #1e666d;margin-bottom: 5px;transition: .5s;}
.rapid span{line-height: 45px;float: right;}
.rapid:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);}



/* 面包屑导航 */
.crumbs{height: 35px;border-bottom: 1px solid #e3e3e4;margin-bottom: 45px;}
.crumbs h3{font-size: 22px;color: #5f5f5f;float: left;font-weight: 400;}
.crumbs .m-crumb{max-width: 300px;height: 35px;overflow: hidden;float: right;line-height: 35px;font-size: 12px;color: #898989;}
.crumbs .m-crumb a{font-size: 12px;color: #898989;}
.crumbs .m-crumb span{font-size: 12px;color: #1e666d;}
.crumbs .m-crumb i{font-style: normal;font-family: 'Simsun';}
.crumbs .m-crumb a:hover{color: #1e666d;}



/* 关于我们 */
.about{width: 100%;}

.about .a-title{font-size: 36px;color: #1e666d;}
.about .a-ftitle{font-size: 14px;color: #595757;font-family: 'Simsun';text-transform: uppercase;line-height: 16px;font-weight: bold;margin-bottom: 30px;}

.about article{display: block;width: 100%;font-size: 16px;color: #5f5f5f;line-height: 25px;text-align: justify;}
.about article img{max-width: 100%;}
.about iframe{display: block;width: 600px;height: 450px;overflow: hidden;border: 0;margin: 0 auto;}
.about table,.about table td,.about table tr,.about table th{border: 1px solid #eee;border-collapse: collapse;}



/* 行业资讯 */
.news{width: 100%;}
.news .new-list{width: 100%;border-bottom: 1px solid #e3e3e4;padding-bottom: 18px;margin-bottom: 18px;}
.news .new-list .pic{display: block;width: 240px;height: 125px;margin: auto 0;transition: .5s;}
.news .new-list .pic img{display: block;width: 100%;}
.news .new-list .cont{display: block;width: 830px;margin: auto 0;}
.news .new-list .tit{font-size: 16px;color: #595757;line-height: 30px;transition: .5s;}
.news .new-list .desc{font-size: 14px;color: #5f5f5f;line-height: 25px;text-align: justify;letter-spacing: 1px;}
.news .new-list:hover .pic{-webkit-transform: translateX(15px);-moz-transform: translateX(15px);-ms-transform: translateX(15px);-o-transform: translateX(15px);transform: translateX(15px);}
.news .new-list:hover .tit{color: #1e666d;}



/* 检测项目 */
.testitem{width: 100%;}
.testitem .test-name{width: 100%;background: #1e666d;box-sizing: border-box;height: 45px;padding: 0 30px;font-size: 20px;color: #fff;font-weight: bold;line-height: 45px;}
.testitem article{padding: 20px 0;width: 100%;font-size: 16px;color: #5f5f5f;line-height: 25px;text-align: justify;}
.testitem article img{max-width: 100%;}
.testitem iframe{display: block;width: 600px;height: 450px;overflow: hidden;border: 0;margin: 0 auto;}
.testitem table,.testitem table td,.testitem table tr,.testitem table th{border: 1px solid #eee;border-collapse: collapse;}



/* 设备展示 */
.facility{width: 100%;}

.facility .nf-list{display: block;width: 32%;float: left;margin: 0 2% 35px 0;}
.facility .nf-list:nth-child(3n){margin-right: 0;}
.facility .nf-list .pic{display: block;width: 100%;height: 237px;overflow: hidden;box-sizing: border-box;border: 1px solid #dcdcdc;}
.facility .nf-list .pic img{display: block;width: 100%;transition: .5s;}
.facility .nf-list .cont{display: block;width: 100%;border-bottom: 1px solid #5f5f5f;padding: 20px 0;color: #595757;}
.facility .nf-list .tit{font-size: 18px;line-height: 35px;}
.facility .nf-list .desc{font-size: 14px;line-height: 25px;margin-top: 15px;color: #5f5f5f;}

.facility .nf-list:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.facility .nf-list:hover .cont{border-color: #1e666d;}
.facility .nf-list:hover .tit{color: #1e666d;}

.facility .more{display: block;width: 145px;height: 50px;border-radius: 5px;font-size: 12px;color: #fff;text-align: center;line-height: 50px;text-transform: uppercase;font-weight: bold;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 50px auto 0;border: 1px solid #fff;}
.facility .more img{width: 35px;height: 5px;vertical-align: middle;margin-left: 5px;transition: .5s;}
.facility .more:hover img{margin-left: 15px;}



/* 联系我们 */
.contact{width: 100%;}
.contact .c-item{width: 49%;margin: 0 2% 20px 0;height: 120px;border-radius: 10px;box-sizing: border-box;background: #ededed;float: left;transition: .5s;}
.contact .c-item:nth-child(2n){margin-right: 0;}
.contact .flexc{width: 395px;}
.contact .tit{font-size: 20px;color: #27656d;line-height: 30px;font-weight: bold;}
.contact .desc{font-size: 18px;color: #5f5f5f;line-height: 25px;}
.contact .c-item:hover{}

.contact .map{width: 100%;box-sizing: border-box;border: 1px solid #ddd;height: 380px;}
.contact .map iframe{display: block;width: 100%;height: 100%;}



/* 资质荣誉 */
.honor{width: 100%;}

.honor .list{display: block;width: 32%;float: left;margin: 0 2% 35px 0;}
.honor .list:nth-child(3n){margin-right: 0;}
.honor .list .pic{display: block;width: 100%;/* height: 237px; */overflow: hidden;box-sizing: border-box;border: 1px solid #dcdcdc;}
.honor .list .pic img{display: block;width: 100%;transition: .5s;}
.honor .list .tit{display: block;font-size: 18px;color: #595757;line-height: 35px;border-bottom: 1px solid #5f5f5f;padding: 20px 0;transition: .5s;}

.honor .list:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.honor .list:hover .tit{color: #1e666d;border-color: #1e666d;}



/* 搜索结果 */
.results{width: 100%;}
.results .res-list{width: 100%;border-bottom: 1px solid #e3e3e4;padding-bottom: 18px;margin-bottom: 18px;}
.results .res-list .tit{display: block;font-size: 16px;color: #595757;line-height: 30px;transition: .5s;}
.results .res-list .desc{font-size: 14px;color: #5f5f5f;line-height: 25px;text-align: justify;letter-spacing: 1px;}
.results .res-list:hover .tit{color: #1e666d;}



/* 内容页 */
.content{width: 100%;}
.content .cont-title{text-align: center;font-size: 20px;color: #1e666d;font-weight: bold;line-height: 35px;margin-bottom: 30px;}
.content article{font-size: 16px;color: #595757;line-height: 30px;text-align: justify;}
.content article img{max-width: 100%;}
.content article iframe{display: block;width: 600px;height: 450px;margin: 15px auto;}



/* 上下页 */
.m-clips{width: 100%;margin: 60px 0 0;line-height: 35px;}
.m-clips p,.m-clips a{font-size: 16px;color: #595757;}
.m-clips a:hover{color: #1e666d;}



/* 浮动 */
.gd{position: fixed;right: 0;bottom: 0; width: 100px;height: 300px;z-index:99;}
.gd .gd_item{height: 100px;cursor: pointer;position: relative;width:100px;opacity: 0.9;background-color: #1e666d;transition:all ease 0.7s;}
.gd_lixhf{position: absolute;right:0;top:0;width:100px;height:100px;transition:all ease 1s;overflow: hidden;opacity: 0.9;background-color: #1e666d;}
.gd_bgimg img{float: left;margin-top: 35px;margin-left: 35px;}
.gd .gd_phone:hover .gd_lixhf{width:300px;transition:all ease 0.7s;opacity: 0.8;}
.gd_phone{width:100px;height:100px;position: relative;}
.gd_bgimg{position: absolute;left:0;top:0;width:100px;height:100px;}
.gd_lixhf span{position: absolute;left:120px;display: block;height:100px;line-height:100px;font-size:20px;color: #fff; width:100%;}
.gd .gd_item img{float: left;margin: 35px 0 0 35px;}
.gd .gd_item:hover{transition:all ease 0.7s;opacity: 0.8;}
.gd_ewm{position: absolute;left:-100px;top:-0px;opacity: 0;transition:all 0.4s;width:100px;height:100px;}
.gd .gd_item .gd_ewm img{margin: 0;}
.gd .gd_item:hover .gd_ewm{opacity: 1;transition:all 0.4s;}
.gd .gd_item:hover .gd_ewm img{margin: 0;}