@charset "UTF-8";

/*头部开始*/
.top{background-color:#fff;position:relative;z-index:1}
.topC{height:90px}
.topLeft{margin-right:8.5%}
.topLeft a{display:inline-block;overflow:hidden;height:90px}
.topLeft a img{position:relative;top:50%;transform:translateY(-50%)}
.topRight{line-height:90px;position: relative;z-index:9;}
.topTel{height:36px;background:url(../images/icon01.png) no-repeat 0 0;padding-left:45px;line-height:22px;font-size:20px;margin-top:30px}
/*头部结束*/

/*menu开始*/
.topmenu{position:relative}
.menu{display:flex;background:#fff;position:relative}
.menu :after{content:"";position:absolute;display:block;width:1px;height:11px}
.menu dd{float:left;display:inline;position:relative;height:90px}
.menu dd .yj{overflow:hidden;color:#333}
.menu dd .yj a{display:block;height:90px;line-height:90px;text-align:center;font-size:16px;padding:0 15px;color:#333}
.menu dd.hover .yj a{display:block;height:90px;border-bottom:3px solid #144b99;color:#144b99}
.subMenuDiv{display:none;width:100%;position:absolute;top:90px;z-index:1}

/* 二级 start */
.subMenu_ul{width:1000px;overflow:hidden;padding:10px 0;position:relative;z-index:3}
.subMenuShadow{height:100%;overflow:hidden;position:absolute;left:50%;top:0;z-index:1;width:50000px;margin-left:-25000px}
.subMenu_ul li{overflow:hidden;height:40px;line-height:40px;position:relative;z-index:2;float:left;display:inline;margin:0 15px;-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
.menu dd.hover .subMenu_ul li{opacity:0;-webkit-animation:liMove .3s linear forwards;-o-animation:liMove .3s linear forwards;animation:liMove .3s linear forwards}
@keyframes liMove{0%{transform:translateY(-110%);opacity:0}
100%{transform:translateY(0);opacity:1}
}
.menu dd.hide .subMenu_ul li{opacity:1;-webkit-animation:liHIde .3s linear forwards;-o-animation:liHIde .3s linear forwards;animation:liHIde .3s linear forwards}
@keyframes liHIde{0%{transform:translateY(0);opacity:1}
100%{transform:translateY(110%);opacity:0}
}
.subMenu_ul li a{display:block;overflow:hidden;font-size:14px;color:#ccc;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}
.subMenu_ul li a:hover{color:#fff}
.half .subMenu_ul li a{font-size:14px}
.subMenu_ul li a span{position:relative}

/* 二级 end */
.menuBg{display:none;width:100%;height:60px;overflow:hidden;position:absolute;left:0;top:92px;z-index:1;background:rgba(0,0,0,.6)}
/*menu结束*/

/* banner */
#banner{width:100%;height:600px;z-index:0;}
#banner .swiper-pagination{right:.3rem;left:auto;top:50%;bottom:auto;width:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:5%;}
#banner .swiper-pagination-bullets .swiper-pagination-bullet{display:block;width:8px;height:8px;opacity:1;transition:all .5s;background:0 0;background:#fff;position:relative;margin:10px 0}
#banner .swiper-pagination-bullets .swiper-pagination-bullet::after{content:"";display:block;width:8px;height:8px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;border-radius:100%;transition:all .5s}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active{background:#144b99;}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after{width:16px;height:16px;border:1px solid #144b99}
#banner .swiper-slide{background-repeat:no-repeat;background-size:cover;background-position:center center}
#banner .b1{background:url(../images/banner1.jpg)}
#banner .b2{background:url(../images/banner2.jpg) no-repeat;background-size:cover;background-position:center}
#banner .banner-info{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;color:#fff}
#banner .banner-info>div{padding:50px 20px;margin-left:10%;}
#banner .banner-info .title{font:.35rem BarlowSemiCondensed-SemiBoldItalic;text-shadow:0 12px 13px rgba(0,0,0,.49);-moz-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);-webkit-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);-ms-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);line-height:1.1;text-transform:uppercase;letter-spacing:4px}
#banner .banner-info .title2{font:.16rem BarlowSemiCondensed-SemiBoldItalic;line-height:30px;text-shadow:0 12px 13px rgba(0,0,0,.49);-moz-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);-webkit-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);-ms-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);text-transform:uppercase;letter-spacing:4px}
#banner .banner-info .lianxi{width:10%;background:#d20200;padding:15px 0;border-radius:3px;text-align:center;font:.17rem BarlowSemiCondensed-SemiBoldItalic;line-height:1.1;text-transform:uppercase;letter-spacing:4px}
#banner .banner-info .anli{width:10%;background:#144b99;padding:15px 0;border-radius:3px;text-align:center;font:.17rem BarlowSemiCondensed-SemiBoldItalic;line-height:1.1;text-transform:uppercase;letter-spacing:4px}
#banner .banner-info .info{margin-top:.3rem;font-size:.22rem;font-family:BarlowSemiCondensed-Regular;line-height:1.5;text-align:center;-moz-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);-webkit-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0);-ms-transform:matrix(1.22917827310176,0,0,1.22865070184818,0,0)}
#banner .page{position:absolute;z-index:15;color:#fff;left:50%;margin-left:-50px;width:100px;bottom:.35rem;font-size:22px;text-align:center;line-height:40px;font:600 16px/2.5 PingFangSC;letter-spacing:1px;cursor:pointer}
@media (max-width:639px){#banner .banner-info>div{padding-bottom:1.5rem}
#banner .banner-info .title{font-size:.4rem}
#banner .banner-info .title2{font-size:.2rem}

#banner .page{bottom:1.2rem}
}
#banner .page p{position:relative}
#banner .page p span{border:2px solid #fff;display:inline-block;width:18px;height:32px;border-radius:10px}
#banner .page p::before{content:"";width:2px;height:6px;border-radius:1px;position:absolute;left:50%;transform:translateX(-50%);top:8px;background:#fff;animation:move .5s infinite}

/* 公共模块 */
.subBanner{width:100%;height:480px;overflow:hidden;}
.table{ display: table; width: 100%; height: 100%;}/* 设置表格方式垂直居中 */
.tableCell{ display: table-cell; width: 100%; height: 100%; vertical-align: middle;}/* 设置表格方式垂直居中 */
.subBannerT {overflow:hidden;text-align: center;}
.subBannerT span {font-size:30px;display: block;color:#666;}
.subBannerT span+span{font-size:40px;letter-spacing:20px;padding-top: 20px;}
.title-style1{text-align: center;}
.title-style1 .title{font-weight:bold;font:600 28px 'BarlowSemiCondensed';text-transform: uppercase;}
.title-style1 span{color:#144b99;}
.title-style1 .t-title{font:500 18px 'BarlowSemiCondensed';color:#999;}
.con-style1{text-align:center;}
.con-style1 .title{font-weight:bold;font:600 24px 'BarlowSemiCondensed';text-transform: uppercase;}
.con-style1 span{color:#144b99;}
.con-style1 .t-title{font:500 16px 'BarlowSemiCondensed';color:#999;}
.a-more{display:block;width:20%;height:50px;text-align:center;background:#154a9a;line-height:50px;color:#fff;font-size:16px;}
.g-more{display:block;width:25%;height:40px;text-align:center;background:#154a9a;line-height:40px;color:#fff;font-size:16px;}
.more{display:block;width:17%;margin:0 auto;height:50px;text-align:center;background:#154a9a;line-height:50px;color:#fff;font-size:16px;}
.topB{background:#fff;height:60px;position:relative;z-index:20;margin-top: -2px;}
.topB1{border-bottom:1px solid #eee;height:60px;top:0;left:0;background:#fff;width:100%;}
.topBdl{overflow:hidden;display:inline-block;}
.topB1 dl{width:70%;border-left:1px solid #eee;}
.topB1 dl dd{width:10%;height:60px;float:left;display:inline;border:1px solid #eee;border-right:1px solid #eee;margin:0px 0px -1px -1px;font-size:16px;line-height:60px;text-align:center;border-top:0px;}
.topB1 dl dd.hover a{display:block;height:60px;color:#fff;background:#144b99;border-top:1px solid #eee;margin-top:-1px;}

.close-video{width:22px;position:fixed;z-index:10000;bottom:100px;left:180px;cursor:pointer;transition:all .5s}
.close-video2{width:22px;position:absolute;z-index:10000;bottom:383px;display:none;right:0;cursor:pointer;transition:all .5s}
.close-video img,.close-video2 img{max-width:100%}
.video-no{display:none}
.video-show{display:block}
.video{position:fixed;z-index:9999;bottom:20px;left:20px;cursor:pointer;transition:all .5s}
.video video{width:720px;display:none}
.videoshow{bottom:200px;left:50%}
.videoshow video{margin-left:-360px}

/* 关于我们 */
.about-l{width:60%;overflow:hidden;}
.about-l .a-title{font-size:18px;}
.about-l .a-small{width:8%;height:3px;background:#144b99;}
.about-l .a-con{color:#666;margin-top:54px;line-height:30px;font-size:16px;}
.about-r{width:40%;overflow:hidden;}
.about-r img{width:95%;}

/* 经营范围 */
.jyfw{margin-top:0px;}
.jyfw ul li{width:23%;margin-right:2.66%;float:left;position:relative;}
.jyfw ul li:last-child{margin-right:0%;}
.jyfw ul li img{width:100%;}
.jyfw ul li .j-tit{width:100%;display:block;top:42%;position:absolute;color:#fff;}
.jyfw ul li .j-icon{width:9.5%;margin:0 auto;}
.jyfw ul li .j-title{ text-align: center;
  font-size: 20px;
  color: green;
  font-weight: bold;
}
/* 产品中心 */
.glist ul li{width:31.33%;float:left;margin-right:3%;border:1px solid #e3e3e3;padding:25px;margin-bottom:25px;box-sizing: border-box;}
.glist ul li:nth-child(3n){margin-right:0;}
.glist ul li .img{margin:0 auto;overflow:hidden;}
.glist ul li .img img{width:100%;transition:all .5s;}
.glist ul li .img:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform: scale(1.05);
    transform: scale(1.05);transition: all .3s;/* -webkit-transition: all .3s; */-moz-transition: all .3s}
.glist ul li .tit{line-height:35px;font-size:16px;font-weight:bold;}
.glist ul li .text{line-height:25px;}
.glist ul li .line{border-bottom:1px solid #e3e3e3;margin:10px 0px;}
.glist ul li .chakan{width:20%;float:left;line-height:30px;}
.glist ul li .arrow{width:10%;float:right;line-height:30px;}

/* 客户案例 */
.anli{margin-top:0px;overflow:hidden;}
.anli ul li{width:31.33%;height:310px;float:left;margin-right:3%;background:#eee;margin-bottom:30px;overflow:hidden;}
.anli ul li img{width:100%;height:260px;transition:all .5s;}
.anli ul li:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform: scale(1.05);
    transform: scale(1.05);transition: all .3s;/* -webkit-transition: all .3s; */-moz-transition: all .3s}
.anli ul li p{line-height:50px;text-align:center;font-size:16px;}
.anli ul li:hover p{display:block;background:#154a9a;color:#fff;cursor:pointer;}
.anli ul li:nth-child(3n){margin-right:0;}

/* 质量体系 */
.service{padding-top:0px;background:#232323}
.service-slidecon{white-space:nowrap;font-size:0;position:relative;left:0}
.service-slide-wrap{width:87.5%;float:left;position:relative;overflow:hidden}
.service-item{overflow:hidden;display:inline-block;width:14.28571429%;cursor:pointer}
.service-item .content-wrap p{margin-top:10%;opacity:0;transition:all .5s;line-height:22px;height:88px;overflow:hidden}
.service-item.active .content-wrap p{margin-top:15%;opacity:1;font:18px/1.667 BarlowSemiCondensed}
.service-item.active .content-wrap>img{margin-top:10%}
.service-control{width:12.5%;overflow:hidden;cursor:pointer;position:absolute;right:0;top:0;bottom:0;z-index:1}
.service-control img{height:100%;width:100%;object-fit:cover}
.service-control::before{content:"";font-size:60px;font-weight:700;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);color:#fff;z-index:1;display:block;width:30px;height:30px;border:3px solid #fff;border-left-color:transparent;border-bottom-color:transparent;transform-origin:15px 15px;transition:all .5s}
.service-control[data-toggle=prev]::before{transform:translate(-50%,-50%) rotate(-135deg)}
.service-control.icon-tran::before{transform:rotate(225deg)}
.service-control::after{background:rgba(0,0,0,.9)}
.service-control:hover::after,.service-item:hover::after{background:rgba(0,0,0,.5)}
.service-item .content-wrap{white-space:normal;width:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;color:#fff;font:24px BarlowSemiCondensed}
.service-item .content-wrap .mt-sml{width:.52rem}
.service-item .content-wrap a{display:block;width:30%;padding:15px;text-align:center;border:1px solid #fff;color:#fff;font-size:16px;}
.mservice-wrap{display:none}
#mservice{width:100%}
#mservice .swiper-slide{position:relative;background:#232323}
#mservice .swiper-slide img{width:100%;opacity:.5}
#mservice .swiper-pagination-bullet{width:20px;height:4px;border-radius:0;background:#27c940}
#mservice .text-wrap{position:absolute;left:50%;top:50%;width:70%;transform:translate(-50%,-50%);text-align:center;font-size:16px;color:#fff}
#mservice .text-wrap h4{margin-bottom:15px;font-size:20px}
#mservice .text-wrap p{height:80px;overflow:hidden;font:14px/1.667;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}

/* 新闻中心 */
.news{width:100%;background:url(../images/icon07.jpg) no-repeat;background-size:100% 100%;}
.xwzx{overflow:hidden;}
.xwzx .x_left{width:48%;margin-right:4%;}
.xwzx .x_right{width:47.5%;}
.xwzx .x_left .x_img{width:100%;overflow:hidden;}
.xwzx .x_left .x_img img{width:100%;transition:all .5s;}
.xwzx .x_left .x_img:hover img{transform: scale(1.05, 1.05);}
.xwzx .x_title{line-height:40px;font-size:18px;font-weight:bold;}
.xwzx .x_time{line-height:30px;font-size:16px;}
.xwzx .x_con{line-height:25px;color:#666;font-size:16px;}
.xwzx .x_right ul li{margin-bottom:30px;-webkit-box-shadow:#eee 0px 0px 10px;
   -moz-box-shadow: #eee 0px 0px 10px;
   box-shadow: #eee 0px 0px 10px;padding:25px 20px;cursor:pointer;padding:30px;-webkit-transition: top .3s; transition: top .3s;}
.xwzx .x_right ul li:hover{-webkit-box-shadow:#144b99 0px 0px 10px;
   -moz-box-shadow: #144b99 0px 0px 10px;
   box-shadow: #144b99 0px 0px 10px;top:-10px;}
.xwzx .x_right ul li:hover .x_title a{color:#144b99;}


/* 合作伙伴 */
.hzhb{margin-top:0px;overflow:hidden;border-left:1px solid #eee;border-bottom:1px solid #eee;}
.hzhb ul{display:flex;flex-wrap:wrap;width:100%;}
.hzhb ul li{width:16.6%;float:left;padding:40px;border:1px solid #eee;margin:0px 0px -1px -1px;box-sizing: border-box;}
.hzhb ul li img{width:100%;}

/* about内容页 */
.a-bg{width:100%;background:url(../images/icon09.jpg) no-repeat;background-size:100% 100%;}
.a-bg .a-l{width:60%;overflow:hidden;}
.a-bg .a-l strong{display:block;font-size:18px;}
.a-bg .a-l .a-small{width:8%;height:3px;background:#144b99;}
.a-bg .a-l .a-con{color:#666;margin-top:54px;line-height:30px;font-size:16px;}
.a-bg .a-l .a-con p{text-indent:2em;}
.a-bg .a-r{width:40%;overflow:hidden;}
.a-bg .a-r img{width:100%;}

/* team内容 */
.abo_next,.abo_prev{position:absolute;top:50%;margin-top:-35px;height:70px;width:35px;cursor:pointer}
.abo_prev{left:-65px;background:url(../images/j_arrowL2.png) center center no-repeat}
.abo_next{right:-65px;background:url(../images/j_arrowR2.png) center center no-repeat}
.aboTeam{background:url(../images/icon11.jpg) center center no-repeat}
.teamList{position:relative}
.aboTeam .colText span{color:#fff!important}
.teamList .bd{overflow:hidden;margin:0 -10px}
.teamList dd{display:inline;float:left;width:50%;padding-top:65px}
.teamList dd a{display:block;margin:0 20px;background:#fff;border-radius:3px;padding:0 35px;transition:.4s ease}
.teamList .picImg{position:relative;top:-55px;left:20px;padding:5px;background:#fff;border-radius:50%;width:115px;height:115px;overflow:hidden}
.teamList dd .pic{position:relative;border-radius:50%;overflow:hidden}
.teamList dd .pic:before{padding-top:100%;border-radius:50%;overflow:hidden}
.teamList dd .pic img{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;border-radius:50%}
.teamList dd .listTit{position:relative;height:55px;line-height:55px;transition:all .8s;color:#f1860f;font-size:14px;top:-40px}
.teamList dd .listTit span{font-weight:700;font-size:18px;color:#333;padding-right:20px}
.teamList dd .listInfo{color:#666;font-size:14px;line-height:28px;height:56px;overflow:hidden;position:relative;top:-30px}
.teamList a:hover{transform:translateY(-5px);box-shadow:0 0 16px 0 rgba(0,0,0,.1)}
.teamList .hd{width:100%;overflow:hidden;position:absolute;left:0;bottom:20px;text-align:center;z-index:10}
.teamList .swiper-pagination{right:.3rem;left:auto;top:50%;bottom:auto;width:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:5%;}
.teamList .swiper-pagination-bullets .swiper-pagination-bullet{display:block;width:8px;height:8px;opacity:1;transition:all .5s;background:0 0;background:#fff;position:relative;margin:10px 0}
.teamList .swiper-pagination-bullets .swiper-pagination-bullet::after{content:"";display:block;width:8px;height:8px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;border-radius:100%;transition:all .5s}
.teamList .swiper-pagination-bullets .swiper-pagination-bullet-active{background:#144b99;}
.teamList .swiper-pagination-bullets .swiper-pagination-bullet-active::after{width:16px;height:16px;border:1px solid #144b99}
.teamList .hd ul{display:inline-block;overflow:hidden}
.teamList .hd ul li{width:12px;height:12px;overflow:hidden;border:1px solid #fff;float:left;display:inline;margin:0 5px;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;cursor:pointer;text-indent:99em;position:relative}
.teamList .hd ul li.on{background:#fff;border-color:#fff}
.teamInfo{padding:20px}
.teamPhoto{width:260px;border-radius:2px}
.teamPhoto .pic:before{padding-top:133.3333333%}
.teamBox{overflow:hidden;padding:20px 0 20px 30px}
.teamName{font-size:20px;color:#333;line-height:30px;font-weight:700}
.tPosition{font-size:14px;color:#f1860f;line-height:30px}
.teamText{font-size:14px;color:#666;line-height:30px}

/* 企业文化 */
.aboCulture{position:relative;}
.aboCulture .bd{overflow:hidden;}
.aboCulture dd{display:inline;float:left;width:100%;background:url(../images/icon13.jpg) no-repeat right;overflow:hidden;}
.aboCulture .c-left{width:50%;}
.aboCulture .c-left img{width:100%;}
.aboCulture .c-right{width:45%;margin:7% 0 0 5%;}
.aboCulture .c-tit{font-size:18px;font-weight:600;}
.aboCulture .c-con{font-size:16px;}
.aboCulture .c-jia{font-size:30px;color:#144b99;}
.aboCulture .hd{width:100%;overflow:hidden;position:absolute;left:8.5%;bottom:20%;text-align:center;z-index:10}
.aboCulture .hd ul{display:inline-block;overflow:hidden}
.aboCulture .hd ul li{width:12px;height:12px;overflow:hidden;border:1px solid #666;float:left;display:inline;margin:0 5px;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;cursor:pointer;text-indent:99em;position:relative}
.aboCulture .hd ul li.on{background:#144b99;border-color:#144b99}

/* 发展历程 */
.aboEvent{background:url(../images/icon12.jpg) center bottom no-repeat}
.aboEventList{position:relative;height:450px}
.aboEventList:after{content:'';display:block;border-bottom:1px solid #e5e5e5;width:100%;position:absolute;left:0;top:82px}
.aboEventList .wrap{position:relative;z-index:9}
.aboEventList .bd dd{float:left;display:inline;width:25%}
.aboEventList .bd a{display:block;margin:0 50px}
.aboEventList .listTit{font-size:28px;color:#063e8a;line-height:45px;margin-bottom:30px}
.aboEventList .listInfo{font-size:14px;line-height:24px;color:#666;padding:25px;position:relative}
.aboEventList .listInfo1{overflow-y:auto;max-height:120px;margin-right:-50px;padding-right:20px}
.aboEventList .listInfo i{display:block;background:url(../images/j_ico7.png) center top no-repeat;width:15px;height:100%;position:absolute;top:0;left:0;overflow:hidden}
.aboEventList .listInfo i:after{content:'';display:block;position:absolute;left:50%;top:15px;height:100%;border-left:dashed 1px #aaa}
.aboEventList .next,.aboEventList .prev{position:absolute;top:60px;border:2px solid #063e8a;width:36px;cursor:pointer;height:36px;z-index:9}
.aboEventList .prev{left:-50px;background:#f0f6f4 url(../images/j_arrowR3.png) center center no-repeat}
.aboEventList .next{right:-50px;background:#f0f6f4 url(../images/j_arrowL3.png) center center no-repeat}

/* 公司荣誉 */
.a-honor{line-height:30px;font-size:16px;text-align:center;}
.a_rongyu{height:370px;overflow:hidden;}
/*.a_ry{position:absolute;width:1440px;}*/
.tempWrap{ margin:0 auto; }
.a_ry{position:absolute;width:1440px;}
.a_ry .next{display:block;position:absolute;top:150px;right:-70px;width:45px;height:45px;background:url(../images/right.jpg) no-repeat}
.a_ry .prev{display:block;position:absolute;top:150px;left:-70px;width:45px;height:45px;background:url(../images/left.jpg) no-repeat;}
.a_ry .prev:hover{background:url(../images/left_l.jpg) no-repeat;}
.a_ry .next:hover{background:url(../images/right_r.jpg) no-repeat;}
.a_ry .li{margin:0px 0px 40px 0px;overflow:hidden;zoom:1}
.a-ry .li dl{width:100%;}
.a_ry dl dd{width:17%;float:left;line-height:30px;margin-right:26px;border:1px solid #e3e3e3;position:relative;overflow:hidden;padding:10px;text-align:center;}
.a_ry dl dd img{width:100%;transition:all .5s;}
.a_ry dl dd:hover img{transform: scale(1.05, 1.05);}
.a_ry_info{padding:20px;text-align:center;}
.a_ry_info p{line-height:30px;font-size:16px;text-align:center;}

/* 员工风采 */
.fc{width:100%;overflow:hidden;}
.fc ul li{width:31.333%;height:290px;float:left;margin-right:3%;background:#eee;margin-bottom:30px;overflow:hidden;}
.fc ul li img{width:100%;height:240px;transition:all .5s;}
.fc ul li:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform: scale(1.05);
    transform: scale(1.05);transition: all .3s;/* -webkit-transition: all .3s; */-moz-transition: all .3s}
.fc ul li p{line-height:50px;text-align:center;font-size:16px;}
.fc ul li:nth-child(3n){margin-right:0;}
.fc ul li:hover p a{display:block;background:#144b99;color:#fff;cursor:pointer;}

/* 产品列表 */
/*.goods{overflow:hidden;}
.goods .g-list{width:100%;margin-bottom:30px;overflow:hidden;}
.goods .g-left{width:32.1%;}
.goods .g-left img{width:100%;}
.goods .g-right{width:46%;margin:6% 0 0 5%;}
.goods .g-tit{font-size:18px;font-weight:600;}
.goods .g-con{font-size:16px;line-height:25px;}
.goods .g-jia{font-size:30px;color:#144b99;}
*/


.goods{overflow:hidden;}
.goods .g-list{width:30%;display:flex;margin-bottom:30px;overflow:hidden; float:left; border:1px solid #dcdcdc;}
.goods .g-left{width:100%;}
.goods .g-left img{width:100%;}
.goods .g-right{width:100%; text-align:center; padding:20px;}
.goods .g-tit{font-size:18px;font-weight:600;}
.goods .g-con{display:none;}
.goods .g-jia,
.goods .g-more{ display:none;}

/* 公司新闻 */
.list{margin-top:25px;overflow:hidden;}
.list ul li{margin-bottom:25px;}
.list ul li .pic{width:30%;margin-right:5%;overflow:hidden;clear:both;}
.list ul li .pic img{width:100%;transition:all .5s;}
.list ul li .pic:hover img{transform: scale(1.05, 1.05);}
.list ul li .pics{width:30%;margin:5% 5% 0 0;overflow:hidden;clear:both;text-align:center;}
.list ul li .pics img{transition:all .5s;}
.list ul li .pics:hover img{transform: scale(1.05, 1.05);}
.list ul li .r_con{width:65%;margin-top:2%;}
.list ul li .r_con .n-tit{font-size:16px;line-height:35px;font-weight:600;}
.list ul li .r_con time{display:block;line-height:25px;}
.list ul li .r_con p{line-height:25px;color:#8b8b8b;}
.list ul li .r_con .l-more{display:block;width:20%;padding:10px 0;text-align:center;border:1px solid #333;}
.list ul li .r_con .l-more:hover{background:#154a9a;color:#fff;border:1px solid #154a9a;}

/* 留言板 */
.lyb{margin-top:25px;overflow:hidden;}
.lyb ul li{width:40%;float:left;margin-right:5%;margin-bottom:20px;}
.lyb ul li:nth-child(2n){margin-right:0;}
.lyb label{display:block;line-height:25px;padding-left:1px;}
.lyb ul li .input{width:100%;height:40px;line-height:40px;border:1px solid #e3e3e3;padding-left:25px;border-radius:3px;}
.lyb ul li .user{background:url(../images/icon38.png) no-repeat 5px 10px;}
.lyb ul li .email{background:url(../images/icon39.png) no-repeat 5px 12px;}
.lyb ul li .tel{background:url(../images/icon40.png) no-repeat 5px 12px;}
.lyb ul li .addr{background:url(../images/icon49.png) no-repeat 5px 12px;}
.lyb ul li .select{width:100%;height:40px;line-height:40px;border:1px solid #e3e3e3;color:#999;padding:7px;}
.lyb .textarea{width:84%;height:140px;border:1px solid #e3e3e3;background:url(../images/icon42.png) no-repeat 5px 5px;padding:0px 5px 5px 25px;line-height:25px;}
.lyb .yzm{width:25%;margin-right:3%;position:relative;}
.lyb .yzm .inpt{width:50%;height:40px;line-height:40px;border:1px solid #e3e3e3;background:#f9f9f9;}
.lyb .yzm .code{width:40%;}
.lyb .submit{width:15%;height:45px;line-height:45px;text-align:center;background:#154a9a;color:#fff;font-size:16px;cursor:pointer;}
.lyb ul li.chang{width:85%;}
.lxwm h2{font-size:18px;line-height:40px;font-weight:normal;}
.lxwm h3{font-size:16px;line-height:30px;font-weight:normal;}

/* 联系我们 */
.map{width:100%;height:450px;position:relative;overflow:hidden;}
.map .address{width:30%;height:450px;position:absolute;background-color:#154a9a;opacity:.8;left:0;top:0;color:#fff;padding:3%;}
.l_logo{width:28%;}
.l_logo img{width:100%;}
.h2{font-size:16px;}

/* ------------------------招商加盟----------------------------- */

/* 合作条件 */
.product{background:#fff;padding-top:1px}
.product .content{margin-left:0px}
.product .product-show{width:22.42333333333%;color:#fff;text-align:center;position:relative;font-size:14px;float:left;padding-left:0px;margin-right:3.4333333333%;}
.product .product-show:last-child{margin-right:0;}
.product .product-show img{width:100%}
.product .product-show .text-wrap{display:block;position:absolute;top:20px;left:20px;right:20px;bottom:20px;padding:10px;border:1px solid transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff; display:none}
.product .product-show figcaption{position:relative;margin-bottom:-.7rem;margin-top:45%;padding-bottom:.16rem;font-size:20px;line-height:24px}
.product .product-show .img{width:40px;height:40px;margin:0 auto;}
.product .product-show p{margin-top:.5rem;opacity:0;font-size:14px;line-height:30px;height:120px;overflow:hidden;text-overflow:ellipsis}
.product .product-show .text-wrap .more{margin-top:.3rem;opacity:0;font-size:16px;text-transform:uppercase}
.product .product-show:hover .text-wrap{border-color:rgba(255,255,255,.5)}
.product .product-show figcaption::after{content:"";background:0 0;transition:all .5s;width:2em;height:2px;position:absolute;left:50%;bottom:-.1rem;margin-left:-1em}
@media (max-width:1440px){.product .product-show p{height:90px}
}
@media (max-width:1199px){.product .product-show .text-wrap{top:15px;left:30px;right:15px;bottom:15px;border-color:rgba(255,255,255,.5)}
.product .product-show .text-wrap .more,.product .product-show p{display:none}
.product .product-show figcaption{margin-top:0;margin-bottom:0}
}
@media (min-width:1200px){.product .product-show:hover figcaption{margin-bottom:0;margin-top:0}
.product .product-show:hover figcaption::after{bottom:0;background:#fff}
.product .product-show:hover .more,.product .product-show:hover p{opacity:1}
}

/* 扶持政策 */
.policy{margin-top:60px;overflow:hidden;}
.policy .p-left{width:35%;}
.policy .p-middle{width:30%;}
.policy .p-middle .p-img{width:67.333333%;margin:0 auto;}
.policy .p-middle .p-img img{width:100%;}
.policy .p-right{width:35%;}
.policy .p-pic{width:30px;height:30px;}
.policy .p-pic img{width:100%;}
.policy .p-middle .p-fandian{width:67.333333%;margin:20% auto 0 auto;}
.policy .p-tit{font-size:18px;font-weight:600;}
.policy .p-con{font-size:16px;line-height:25px;color:#656565;}

/* 技术支持 */
.support{background:#fff;padding:10px;}
.support ul li{position:relative;top:0;width:42.27555555%;height:142px;margin-right:5%;float:left;margin-bottom:30px;box-shadow:1px 4px 6px 5px rgba(102,102,102,.2);cursor:pointer;padding:30px;-webkit-transition: top .3s; transition: top .3s;}
.support ul li:hover{box-shadow:1px 4px 6px 5px rgba(20,75,153,.2);top:-10px;}
.support ul li:nth-child(2n){margin-right:0%;}
.support .s-tit{font-size:18px;font-weight:600;}
.support .s-line{width:10%;height:3px;background:#144b99;}
.support .s-con{line-height:25px;font-size:16px;color:#656565;}

/* 互利共赢 */
.win{background:url(../images/icon14.jpg) no-repeat;position:relative;z-index:1;}
.win .w-con{width:50%;margin:0 auto;line-height:25px;font-size:16px;text-align:center;padding:19% 0 0 0;color:#fff;position:relative;}
.win ul{position:relative;z-index:2;top:70px;}
.win ul li{width:18.6%;padding:35px 40px;background:#144b99;float:left;text-align:center;color:#fff;cursor:pointer;}
.win ul li:nth-child(2n){background:#dc6217;}
.win .w-num{width:27%;font:.55rem/1 'BarlowSemiCondensed-SemiBold';margin-right:15px;}
.win .w-num-l{text-align:left;}
.win .w-tit{font-size:20px;font-weight:600;}
.win .w-en{font-size:18px;}

/* ----------------------------质量体系---------------------------------- */
/* 产品成分 */
.chengfen{background:url(../images/icon16.jpg) no-repeat;background-size:100% 100%;}
.chengfen .c-left{width:48.866658%;margin-right:10%;}
.chengfen .c-con{width:60%;line-height:25px;color:#fff;font-size:16px;}
.chengfen .c-left img{width:100%;}
.chengfen .c-right{width:28.65%;}
.chengfen .c-right img{width:100%;}

/* 产品功能 */
.f-con{line-height:25px;color:#666;font-size:16px;}
.yh{overflow:hidden;}
.yh ul li{width:22.333333333%;margin-right:3.555555555%;float:left;}
.yh ul li:last-child{margin-right:0%;}
.yh ul li img{width:100%;}
.secand{margin-top:50px;}
.secand .e-left{width:40%;text-align:center;margin-right:5%;}
.secand .e-left img{width:80%;}
.secand .e-right{width:55%;}
.secand .e-right .c-num{width:3%;border-radius:50%;background:#db6317;color:#fff;text-align:center;padding:2px;font-size:18px;margin-right:10px;}
.secand .e-right .c-con{width:94%;line-height:25px;font-size:16px;}
.zuoyong{background:url(../images/icon20.jpg) no-repeat;background-size:100% 100%;}
.zuoyong .z-con{line-height:25px;color:#fff;font-size:16px;}
.zuoyong ul li{width:25%;float:left;text-align:center;}
.zuoyong ul li img{width:81.7%;}

/* 使用说明 */
.shiyong{overflow:hidden;}
.shiyong .sy-left{width:47%;}
.shiyong .sy-left strong{display:block;font-size:18px;}
.shiyong .sy-right{width:45%;background:url(../images/icon21.png) no-repeat 0px 0px;padding-left:60px;line-height:25px;}
.shiyong ul li{width:22.233333%;float:left;}
.shiyong ul li:nth-child(2n){width:24px;height:12px;background:url(../images/arrow.png) no-repeat;margin:10% 5px 0 5px;}
.shiyong ul li:nth-child(4n){width:24px;height:12px;background:url(../images/arrow.png) no-repeat;margin:10% 5px 0 5px;}
.shiyong ul li:nth-child(6n){width:24px;height:12px;background:url(../images/arrow.png) no-repeat;margin:10% 5px 0 5px;}
.shiyong ul li img{width:100%;}

/* 技术原理 */
.jsyl{background:url(../images/icon23.jpg) no-repeat;background-size:100% 100%;padding:6% 0;}
.jsyl .j-tu{width:66.4%;margin-left:7%;}
.jsyl .j-tu img{width:100%;}

/* 测试报告 */
.csbg{overflow:hidden;position:relative;}
.csbg .cs-con{line-height:25px;font-size:16px;color:#666;}
.csbg ul li{width:23.3333%;float:left;margin-right:2.222222%;}
.csbg ul li:last-child{margin-right:0%;}
.csbg ul li img{width:100%;}
.cs_rongyu{height:523px;overflow:hidden;}
.cs_ry{position:absolute;width:1440px;}
.cs_ry .next{display:block;position:absolute;top:150px;right:-70px;width:45px;height:45px;background:url(../images/right.jpg) no-repeat}
.cs_ry .prev{display:block;position:absolute;top:150px;left:-70px;width:45px;height:45px;background:url(../images/left.jpg) no-repeat;}
.cs_ry .prev:hover{background:url(../images/left_l.jpg) no-repeat;}
.cs_ry .next:hover{background:url(../images/right_r.jpg) no-repeat;}
.cs_ry .li{margin:0px 0px 40px 0px;overflow:hidden;zoom:1}
.cs-ry .li dl{width:100%;}
.cs_ry dl dd{width:22%;float:left;line-height:30px;margin-right:26px;border:1px solid #e3e3e3;position:relative;overflow:hidden;padding:10px;text-align:center;cursor:pointer;}
.cs_ry dl dd img{width:100%;transition:all .5s;}
.cs_ry dl dd:hover img{transform: scale(1.05, 1.05);}
.cs_ry_info{padding:20px;text-align:center;}
.cs_ry_info p{line-height:30px;font-size:18px;text-align:center;}
.cs_ry dd p{line-height:30px;font-size:16px;text-align:center;margin-top:5px;font-weight:600;}

/* 常见问题 */
.cjwtMenu{border:1px solid #e3e3e3;background:#e8ecf5;}
.cjwtMenu h3{height:45px;line-height:45px;padding-left:10px;font-size:16px;border-bottom:1px solid #e3e3e3;background:#fff;cursor:pointer;font-weight:normal;}
.cjwtMenu h3 em{float:right;display:block;width:40px;height:32px;background:url(../images/arrow_down.png) no-repeat;cursor:pointer;margin-top:11px;}
.cjwtMenu h3 span{display:block;float:left;width:30px;height:35px;background:url(../images/icon27.png) no-repeat 0px 12px;}
.cjwtMenu h3.on{background:#154a9a;color:#fff;}
.cjwtMenu h3.on em{background:url(../images/arrow_up.png) no-repeat;}
.cjwtMenu h3.on span{background:url(../images/icon28.png) no-repeat 0px 12px;}
.cjwtMenu dl{padding:10px 15px;display:none}
.cjwtMenu dl dd{line-height:25px;background:url(../images/icon29.png) no-repeat 0px 1px;padding-left:26px;}

/* ---------------------------------内容页样式---------------------- */
.subPageC{padding:0 30px}
.singleArticle{position:relative;background-color:#fff;margin-bottom:20px}
.articleBox{font-size:16px;line-height:30px;padding:10px 0;color:#666}
.articleBox img{max-width:100%}
.articleTitle{clear:both;text-align:center;padding:20px 10px 0 10px;line-height:30px;font-size:20px;font-family:"microsoft yahei";color:#333;font-weight:700}
.articleTime{display:block;clear:both;text-align:center;color:#666;font-size:14px;line-height:30px;padding:10px 0 20px 0;border-bottom:1px solid #f0f0f0}
.articleTime .shareBox .bds_qzone{background:url(../images/singicon1.png) no-repeat center center!important}
.articleTime .shareBox .bds_weixin{background:url(../images/singicon2.png) no-repeat center center!important}
.articleTime .shareBox .bds_tsina{background:url(../images/singicon3.png) no-repeat center center!important}
.bdsharebuttonbox .bds_sqq:hover{background:url(../images/singicon4.png) no-repeat center center!important}
.bdsharebuttonbox .bds_weixin:hover{background:url(../images/singicon6.png) no-repeat center center!important}
.bdsharebuttonbox .bds_tsina:hover{background:url(../images/singicon5.png) no-repeat center center!important}
.pageUp{display:block;line-height:30px;padding:10px 0 20px 0;border-top:1px dotted #ccc;color:#333;font-size:16px}
.pageUpfl{background-color:#fff;padding:35px 0;width:50%;transition:all .5s linear}
.pageUpfr{background-color:#fff;padding:35px 0;width:50%}
.pageUp .pageUpsp1:after{content:"";display:block;position:absolute;width:1px;height:15px;background-color:#dedede;top:50%;right:0;margin-top:-8px}
.pageUp .pageUpsp2:after{content:"";display:block;position:absolute;width:1px;height:15px;background-color:#dedede;top:50%;left:0;margin-top:-8px}
.pageUpfl a{padding-left:30px}
.pageUpfr a{padding-left:30px}
.pageUpsp1{background:url(../images/singleft.png) no-repeat left center;padding-left:60px;display:inline-block;width:20px;height:30px;float:left;margin-left:40px;position:relative}
.pageUpsp2{background:url(../images/singright.png) no-repeat right center;padding-left:60px;display:inline-block;width:20px;height:30px;float:right;margin-right:40px;position:relative}
.share{display:block;clear:both;padding:10px 0}
.articlePage{clear:both;height:30px;text-align:center;font-family:Arial}
.articlePage a{margin:0 1px;background:#ccc;padding:5px 10px}
.shareBox{display:inline-block;vertical-align:middle}
.shareBoxL{float:left;padding:0 0 0 20px}
.singT{font-size:14px;color:#999;display:block;line-height:36px;float:left;background:url(../images/singiconT.png) no-repeat left center;padding-left:20px}
.bdsharebuttonbox{float:left;padding:0 0 0 10px}
.shareBoxR{line-height:40px;float:right;padding:0 20px 0 0;font-size:14px;color:#000}
.articleTimesp1{background:url(../images/icon1.png) no-repeat left center;padding-left:30px;height:30px;display:inline-block;margin-right:30px;font-size:14px;line-height:30px;color:#999}
.articleTimesp2{background:url(../images/icon2.png) no-repeat left center;padding-left:30px;height:30px;display:inline-block;margin-right:30px;font-size:14px;line-height:30px;color:#999}
.articleTimesp3{background:url(../images/icon3.png) no-repeat left center;padding-left:30px;height:30px;display:inline-block;font-size:14px;line-height:30px;color:#999}
.bdimgshare-content{display:none!important}
.bdimgshare-bg{display:none!important}

/* 返回顶部 */
.back{width:90px;height:100px;position:fixed;right:0;bottom:0;text-align:center;z-index:999;}
.back a{display:block;line-height:30px;font-size:18px;color:#f1860f;font-family: PingFangSC, Arial, Helvetica, sans-serif;}

.footer{background:#333;padding:56px 0 20px 0;overflow:hidden;color:#666;}
.footer .f-left{width:65%;}
.footer .f-left dl{width:16.66%;float:left;}
.footer .f-left dt{font-size:18px;font-weight:500;padding-bottom:15px;}
.footer .f-left dd{padding-left:1px;line-height:30px;font-size:16px;}
.footer .f-left dd a{color:#666;}
.footer .f-middle{width:15%;font-size:16px;}
.footer .f-middle .weibo{height:30px;line-height:30px;background:url(../images/weibo.png) no-repeat 0px -4px;padding-left:40px;}
.footer .f-middle .weixin{height:30px;line-height:30px;background:url(../images/weixin.png) no-repeat 0px 0px;padding-left:40px;}
.footer .f-middle .tmall{height:30px;line-height:30px;background:url(../images/tmall.png) no-repeat 0px 0px;padding-left:40px;}
.footer .f-middle .jd{height:30px;line-height:30px;background:url(../images/jd.png) no-repeat 0px 0px;padding-left:40px;}
.footer .f-middle  a{color:#666;}
.footer .f-right{width:20%;}
.footer .f-right .call{height:50px;background:url(../images/icon08.png) no-repeat 0px 5px;padding-left:60px;font-size:16px;}
.footer .f-right .call p.tel{font-size:23px;}
.footer .f-right .links{width:35%;height:30px;border-radius:5px;background:#fff;}
.footer .foot-line{border-bottom:1px solid #525252;padding:15px 0;}
.footer .foot-x{padding-top:10px;line-height:40px;}
.footer .foot-x .copyright{float:left;width:70%;}
.footer .foot-x .f_tj{float:right;width:10%;text-align:right;}
.footer .foot-x a{color:#666;}

/*-----------------pager分页样式*/
.pager{width:60%;line-height:40px;position:relative;margin-top:6px;padding:0 12px;}
.pagination p{margin:0 auto;cursor:pointer}
.pagination{height:40px;padding:20px 0;float:right}
.pagination a{display:block;float:left;margin-right:10px;padding:2px 12px;height:24px;border:1px #ccc solid;background:#fff;text-decoration:none;font-size:14px;line-height:24px;border-radius:3px}
.pagination a.cur,.pagination a:hover{border:none;background:#fe0000;color:#fff;border:1px solid #fe0000}
.pagination p{float:left;padding:2px 12px;font-size:14px;height:24px;line-height:24px;border:1px #ccc solid;background:#fcfcfc;margin-right:8px;border-radius:3px}
.pagination p.pageRemark{border-style:none;background:0 0;padding:4px 0}
.pagination p.pageRemark i{font-style:normal}
.pagination p.pageEllipsis{border-style:none;background:0 0;padding:4px 0;color:grey}