﻿@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.html") format("woff"),
       url("../fonts/Roboto-Bold-2.html") format("truetype"),
       url("../fonts/Roboto-Bold-3.html") format("embedded-opentype"),
       url("../fonts/Roboto-Bold-4.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.html") format("woff"),
       url("../fonts/Roboto-Regular-2.html") format("truetype"),
       url("../fonts/Roboto-Regular-3.html") format("embedded-opentype"),
       url("../fonts/Roboto-Regular-4.html") format("svg");
}
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'PingFang SC','Microsoft YaHei';font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0; outline: none;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-size: 14px;color: #333; outline:none;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-size: 14px;color: #333;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-size: 14px;color: #333;cursor: pointer; outline:none;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],input[type="password"],input[type="submit"],input[type="search"],textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
/*滚动条*/
body *::-webkit-scrollbar{width: 4px;height: 4px;background: #ebebeb;border-radius: 4px;}
body *::-webkit-scrollbar-thumb{background: #b88d30;border-radius: 2px;}
/*常用过渡*/
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
/*常用缩放*/
.scale105:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.scale110:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.scaleimg:hover em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}
/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
/*背景图片*/
.bgCover{background-position: center;background-repeat: no-repeat;background-size: cover;}
.bgContain{background-position: center;background-repeat: no-repeat;background-size: contain;}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*常用定位*/
.top50{top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.left50{left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.topleft50{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
/*网页限定宽度*/
.w1366{max-width: 1366px; width: 88%; margin: 0 auto;}
.SimSun{font-family: SimSun, 宋体, "Songti SC"; font-weight: bold;}

#page{ background: #fff;}

/*header*/
.header{position: relative; background: #eaeaeb; height: 120px; z-index: 20;}
.header .w1366{height: 100%; display: flex; justify-content: space-between;}
.header .logo{ display: inline-block; height: 100%;}
.header .logo img{ position: relative;}
.header .right{ display: flex; align-items: center;}
.header .right .img{ cursor: pointer; filter: brightness(0) invert(0.3); transition: 0.3s;}
.header .right .icon.wxIcon{position: relative; padding-left: 20px; margin-left: 20px; display: flex; align-items: center;}
.header .right .icon.wxIcon::before{ content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 28px; background: #ddd; transform: translateY(-50%);}
.header .right img:hover{ filter: initial;}
.header .right .icon.wxIcon .ma{display: none; position: absolute; top: 40px; left: -16px;  width: 100px; background: #fff; padding: 4px; border-radius: 4px;}
.header .right .icon.wxIcon .ma img{ display: block; width: 100%;}
.header .right .icon.wxIcon .ma::before{content: ""; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff;}


/*nav*/
.nav-box{ position: relative; background: #fff; z-index: 13;}
.nav-box .nav{ display: flex; justify-content: space-between;}
.nav-box .nav > li{position: relative; line-height: 60px; }
.nav-box .nav > li > a{position: relative;display: flex; align-items: center; font-size: 22px;color: #333333; text-align: center; box-sizing: border-box; transition: 0.3s; font-family: SimSun, 宋体, "Songti SC"; font-weight: bold;}
.nav-box .nav > li > a img{ display: block; position: relative; top: 1px; margin-right: 10px; opacity: 0; transition: 0.3s; transform: scale(0.6);}
.nav-box .nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 60px;min-width: 140px; width: 100%;background-color: rgba(75,61,29,.5);transform: translateX(-50%);}
.nav-box .nav-2nd > li{}
.nav-box .nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center; font-size: 16px; transition: 0.3s; -weblit-transition: 0.3s; color: #fff;}
.nav-box .nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s; -weblit-transition: 0.3s;}
.nav-box .nav > li:hover > a{ color: #4b3d1d;}
.nav-box .nav > li:hover > a img{opacity: 1; transform: scale(1);}
.nav-box .nav > li.on > a{color: #4b3d1d;}
.nav-box .nav > li.on > a img{ opacity: 1; transform: scale(1);}
.nav-box .nav-2nd > li > a:hover{background: #4b3d1d;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}

.searchIcon{position: relative; margin-left: 20px; font-size: 24px;}
/*手机导航*/
.menu-btn{display: none; width: 24px;height: 24px;font-size: 0; margin-left: 24px; cursor: pointer; }
.menu-btn span{display: block;width: 100%;height: 3px;background-color: #666;transition: 0.5s ease-out;}
.menu-btn span:nth-child(2){margin: 7px 0;}

/*搜索弹窗*/
.searchTan{ display: none; border-radius: 8px; overflow: hidden;}
.searchTan form{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 90%; height: 50px; margin: auto; }
.searchTan form .text-input{ display: block; width: 100%; height: 100%; padding: 0 50px 0 10px; box-sizing: border-box; border: 1px solid #ccc; font-size: 16px; border-radius: 40px;}
.searchTan form .sub-btn{position: absolute; right: 0; top: 0; width: 52px; height: 52px; background:url(../images/search.png) center no-repeat; background-size: 20px 20px; border: none; filter: brightness(0) invert(0.6);}
/*layer弹窗自定义皮肤*/
body .custom-skin .layui-layer-setwin .layui-layer-close2{right: -10px;top: -10px;background-image: none;}
body .custom-skin .layui-layer-setwin .layui-layer-close2:after{content: "×";position: absolute;width: 30px;height: 30px;font-size: 30px;text-align: center;line-height: 26px;font-weight: bold; color: #c4c4c4; font-weight: bold;}

/*banner*/
.banner{ position: relative; width: 100%; overflow: hidden;   background-size: cover;}
.banner .banner-word img{position: absolute; top: 50%; left: 50%; z-index: 5; text-align: center; }
.banner a{ display: block; padding-bottom: 33.33%; background-size: cover; background-position: center;}
.banner .btn{ bottom: 30px;}
.banner .btn span{ width: 14px; height: 14px; opacity: 1; border: 2px rgba(255,255,255,0.7) solid; background: none; margin: 0 10px !important; box-sizing: border-box;}
.banner .btn .swiper-pagination-bullet-active{ background: #fff; border: 2px #fff solid;}

/*首页公用*/
.indexTitle{text-align: center; padding-top: 47px;}
.indexTitle h3{font-family: SimSun, 宋体, "Songti SC"; font-size: 32px; color: #4b3d1d;}
.indexTitle h4{font-size: 20px; color: #4b3d1d; text-transform: uppercase; font-weight: normal;}
.indexTitle i{display: block; width: 26px; height: 2px; background: #c09836; margin: 0 auto; margin-top: 4px;}
/*part1*/
.partOne{background: url(../images/partOneBg.jpg) no-repeat 0 0; background-size: cover; padding-bottom: 83px;}
.partOne .left{position: relative; width: calc(100% - 370px);}
.partOne .left::before{ content: ""; position: absolute; bottom: -20px; left: -17px; width: 220px; height: 220px; background:linear-gradient(90deg, rgb(192,157,105) 0%, rgb(204,176,135) 100%) ;}
.partOne .left .box{margin-top: 40px;}
.partOne .left .box > .fl{width: 490px; background: #fff; box-shadow: 0 0 10px rgba(202,202,202,0.3);}
.partOne .left .box .picBox{position: relative; overflow:hidden;}
.partOne .left .box .picBox .pic{ overflow: hidden;}
.partOne .left .box .picBox em{display: block; height: 275px;}
.partOne .left .box .picBox .text{ background: #fff;  padding: 8px 18px 20px 18px;}
.partOne .left .box .picBox .text h3{ font-weight: normal; color: #333333; font-size: 16px; height: 38px; line-height: 38px; font-family: SimSun, 宋体, "Songti SC";}
.partOne .left .box .picBox .text i{font-size: 14px; color: #999999; font-family: arial; display: block; margin-top: 2px; line-height: 20px;}
.partOne .left .box .picBox .btn{ width: auto; right: 18px; left: auto; bottom: 22px;}
.swiper-pagination-bullet-active{background:#4b3d1d ;}
.partOne .left .box .picBox li a:hover .text h3{ color: #b88d30;}
.partOne .left .box .picBox li a:hover em{}
.partOne .left .box .list{ width: calc(100% - 514px); margin-top: -26px;}
.partOne .left .box .list li a{ display: block; overflow: hidden; height: 64px; line-height: 64px; border-bottom: 1px #cccccc dashed;}
.partOne .left .box .list li a p{float: left; display: inline-block; max-width: calc(100% - 150px); height: 100%; color: #333333; font-size: 16px;}
.partOne .left .box .list li a i{ float: right; color: #666666; font-family: arial;}
.partOne .left .box .list li a img{margin-left: 6px;}
.partOne .left .box .list li a:hover p{ color: #b88d30; text-indent: 0.5em;}
.partOne .right{ width: 345px; }
.partOne .right .box{position: relative; display: block; border: 1px #e1e1e1 solid; box-sizing: border-box; box-shadow: 4px 4px 4px rgba(0,0,0,0.06); margin-top: 40px; padding: 0 24px; height: 364px;}
.partOne .right .box .item{ display: flex; padding-top: 50px;}
.partOne .right .box .item span{ font-size: 16px; color: #333333;}
.partOne .right .box .item .text{flex: 1; border-bottom: 1px #b7b7b7 solid; font-size: 16px;}
.partOne .right .box .tip{color: #858585; margin-top: 18px;}
.partOne .right .box .submit{position: absolute; bottom: 56px; left: 50%; transform: translateX(-50%); display: block; width: 100px; height: 34px; line-height: 34px; text-align: center; font-size: 16px; color: #fff; background: linear-gradient(90deg, rgb(192,157,105) 0%, rgb(204,176,135) 100%); transition: 0.3s;}
.partOne .right .box .submit:hover{ width: 120px;}

/*part2*/
.partTwo{background: url(../images/partTwoBg.jpg) no-repeat center top; background-size: cover; padding-bottom: 76px;}
.partTwo .list{display: flex; justify-content: space-between;}
.partTwo .list li{ width: 25%; text-align: center; }
.partTwo .list li a{ display: block;transition: 0.5s; padding-bottom: 20px;}
.partTwo .list li .pic{position: relative; padding-bottom: 98%;}
.partTwo .list li .pic img{ position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; transform: translate(-50%,-50%);}
.partTwo .list li p{ font-size: 24px; color: #4b3d1d; transition: 0.4s;}
.partTwo .list li a:hover{ transform: translateY(-10px);}
.partTwo .list li a:hover p{ color: #b88d30;}

/*part3*/
.partThree{background: url(../images/partThreeBg.jpg) no-repeat center bottom; background-size: cover; padding-bottom: 60px;}
.partThree .box{margin-top: 40px; overflow: hidden;}
.partThree .box ul li a{position: relative; display: block; padding: 0 35px; color: #333333; z-index: 0; overflow: hidden;}
.partThree .box ul li a::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 86%; background: none; z-index: -2; transition: 0.4s;}
.partThree .box ul li a::after{ content: ""; position: absolute; top: 22px; right: -26px; width: 230px; height: 97px; background: url(../images/logoIcon.png) no-repeat 0 0; background-size: contain; z-index: -1;}
.partThree .box ul li a .data{font-size: 32px;  font-weight: bold; padding-top: 20px;}
.partThree .box ul li a .year{position: relative; }
.partThree .box ul li a .year::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: #333; transition: 0.4s;}
.partThree .box ul li a h3{font-size: 16px; height: 40px; line-height: 40px; margin-top: 30px;}
.partThree .box ul li a p{color: rgba(51,51,51,0.8); line-height: 22px; height: 66px; margin-top: 4px; text-align: justify;}
.partThree .box ul li a .pic{ overflow: hidden; margin-top: 26px;}
.partThree .box ul li a .pic em{display: block; padding-bottom: 71.7%; transition: 0.4s;}
.partThree .box ul li a:hover{ color: #fff;}
.partThree .box ul li a:hover::before{background: #c9ac81;}
.partThree .box ul li a:hover .year::before{ background: #fff;}
.partThree .box ul li a:hover p{ color: #fff;}
.partThree .box ul li a:hover .pic em{transform: scale(1.2);}

/*part4*/
.partFour{background: url(../images/partFourBg.jpg) no-repeat center top; background-size:100% auto; padding-bottom: 60px;}
.partFour .boxTop{ position: relative; border-bottom: 1px #dddddd solid; padding-bottom: 60px;}
.partFour .boxTop::before{content: ""; position: absolute; bottom: -54px; left: 56px; width: 129px; height: 126px; background: url(../images/diamonds.png) no-repeat 0 0; background-size: contain;}
.partFour .boxTop .fl{ width: 35.3%;}
.partFour .boxTop .fl .indexTitle{ text-align: left;}
.partFour .boxTop .fl .indexTitle i{margin: 4px 0 0 0;}
.partFour .boxTop .fl .title{color: #333333; font-size: 18px; margin-top: 34px;}
.partFour .boxTop .fl .text{ line-height: 24px; color: #666666; text-align: justify; margin-top: 16px; max-height: 240px; -webkit-line-clamp: 10;}
.partFour .boxTop .fl .more{ display: inline-block; margin-top: 56px; font-size: 16px; color: #4b3d1d; font-weight: bold;}
.partFour .boxTop .fl .more img{ margin-left: 13px;}
.partFour .boxTop .fl .more:hover{ text-indent: 0.5em; color: #b88d30;}
.partFour .boxTop .fr{ width: 57.8%; padding-top: 76px;}
.partFour .boxTop .fr img{ max-width: 100%;}
.partFour ul.list{ display: flex; justify-content: space-between; margin-top: 60px;}
.partFour ul.list li{ width: 22.69%;}
.partFour ul.list a{ position: relative; display: block; padding-bottom: 109.67%; width: 100%;}
.partFour ul.list a::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.partFour ul.list a .text{ width: 100%; text-align: center;}
.partFour ul.list a .text p{ font-size: 20px; color: #fff; margin-top: 12px;}
.partFour ul.list a:hover .text{margin-top: -30px;}

/*footer*/
.footer{background: url(../images/footBg.jpg) no-repeat center; background-size: cover; padding-top: 80px;}
.footer .footTop{position: relative; display: flex; justify-content: space-between; color: #fff; padding-bottom: 40px;}
.footer .footTop .left{ width: 25%;}
.footer .footTop .left h3{ font-size: 20px; color: #ffffff; margin-bottom: 16px;}
.footer .footTop .left .item{ display: flex; font-size: 16px; color: rgba(255,255,255,0.7); line-height: 32px;}
.footer .footTop .left .item span{ display: block; width: 5em;}
.footer .footTop .left .item p{flex: 1;}
.footer .footTop .centre{display: flex; justify-content: space-between; margin-left: 10%; width: 50%;}
.footer .footTop .centre dl{ width: 25%;}
.footer .footTop .centre a{position: relative; color: #fff; font-size: 20px; transition: 0.3s;}
.footer .footTop .centre a::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #fff; transition: 0.4s; -webkit-transition: 0.4s;}
.footer .footTop .centre a:hover::before{ width: 100%;}
.footer .footTop .centre dt{ margin-bottom: 20px;}
.footer .footTop .centre dd{ margin-bottom: 8px;}
.footer .footTop .centre dd a{display: inline-block; color: rgba(255,255,255,0.7); font-size: 16px; line-height: 24px; transition: 0.3s;}
.footer .footTop .centre dd a:hover{ color: #fff;}
.footer .footTop .right{text-align: center;}
.footer .footTop .right img{ width: 80px;}
.footer .footTop .right p{ margin-top: 6px;}
.footer .footBottom{ position: relative; display: flex; justify-content: space-between; padding: 40px 0 70px 0; display: flex;}
.footer .footBottom::before{ content: ""; position: absolute; top: 0; left: 1%; width: 98%; height: 1px; background: rgba(255,255,255,0.1);}
.footer .footBottom .left{ display: flex;}
.footer .footBottom .left .item{  position: relative; margin-right: 20px;}
.footer .footBottom .left .item span{display: flex; justify-content: space-between; position: relative; width: 220px; height: 54px; line-height: 54px; background: rgba(0,0,0,0.14); padding: 0 20px; box-sizing: border-box; font-size: 16px; color: rgba(255,255,255,0.7); cursor: pointer;}
.footer .footBottom .left .goDan{line-height: 54px; height: 54px; color: #fff; transition: 0.3s; font-size: 16px; max-width: 260px; line-height: 54px; background: rgba(0,0,0,0.14); padding: 0 20px;}
.footer .footBottom .left .goDan:hover{color: #c09836;}
.footer .footBottom .left .select span::before{content: ""; position: absolute; top: 50%; right: 20px; width: 12px; height: 12px; background: url(../images/down.png) no-repeat center; background-size: contain; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.footer .footBottom .left .item ul{ display: none; position: absolute; bottom: 54px; left: 0; width: 100%; background: #fff; max-height: 200px; overflow-y: auto; padding: 10px 20px; box-sizing: border-box; line-height: 28px;} 
.footer .footBottom .left .item ul a{display: block; transition: 0.3s;}
.footer .footBottom .left .item ul a:hover{color: #c09836;}
.footer .footBottom .left .item input.text{ height: 100%; background: none; font-size: 16px; color: #fff; width: calc(100% - 16px);}
.footer .footBottom .left .item input::-webkit-input-placeholder { color: color: rgba(255,255,255,0.7);}
.footer .footBottom .left .item input::-moz-input-placeholder { color: color: rgba(255,255,255,0.7);}
.footer .footBottom .left .item input::-ms-input-placeholder { color: color: rgba(255,255,255,0.7);}
.footer .footBottom .left .item input.submit{width: 16px; height: 100%; background: url(../images/search.png) no-repeat center; background-size: contain; filter: brightness(0) invert(0.7); cursor: pointer;}
.footer .footBottom .right{ text-align: right; font-size: 16px; color: #fff; line-height: 30px;}
.footer .footBottom .right .tel{font-size: 28px; color: #c09836;}
.footer .footBottom .right a{color: #fff;}

/*内页*/
.nBan em{ display: block; padding-bottom: 18.23%; background-size: cover; background-position: center;}
.nNav{ height: 60px; line-height: 60px; border-bottom: 1px #d7d7d7 solid;}
.nNav .w1366{ height: 100%; display: flex; justify-content: space-between;}
.nNav .tit{display: flex; align-items: center; background: #b88d30; padding: 0 40px; font-size: 22px; color: #ffffff;}
.nNav .tit img{ margin-right: 16px;}
.nNav .right a{position: relative; display: inline-block; font-size: 18px; color: #333333; margin-left: 44px; transition: 0.4s;}
.nNav .right a::before{ content: ""; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); width: 0; height: 4px; background: #b88d30; transition: 0.4s;}
.nNav .right a.on{color: #b88d30; }
.nNav .right a.on::before{ width: 32px;}
.nNav .right a:hover{color: #b88d30; }
.nNav .right a:hover::before{ width: 32px;}
.inpageTitle{position: relative; text-align: center; font-size: 22px; color: #222222; line-height: 56px;}
.inpageTitle::before{ content: ""; position: absolute; left: 50%; bottom: 0; width: 33px; height: 4px; background: #333333; transform: translateX(-50%);}
.word{font-size: 16px; color: #333333; line-height: 2; text-align: justify;}
.contentBox{padding: 52px 0 60px 0;}
.grayBg{background: #f7f7f7; padding: 50px 0 47px 0;}

/*page*/
.page{ text-align: center;}
.page a{ display: inline-block; height: 38px; line-height: 38px; padding: 0 14px; border: 1px #d8d8d8 solid; transition: 0.3s; color: #1f1f1f; margin: 0 4px;}
.page a.on{background: #b88d30; border-color: #b88d30; color: #fff;}
.page a:hover{ border-color: #b88d30; color: #b88d30;}
.page a.on:hover{color: #fff;}

/*关于我们*/
.aboutCon{margin-top: 32px; padding-bottom: 96px;}
.aboutCon .aboutOne .text{margin-top: 28px; font-size: 16px; line-height: 2; color: #333333; text-align: center;}
.aboutCon .aboutTwo{ background: #f9f9f9; padding: 36px 25px 36px 28px; margin-top: 32px;}
.aboutCon .aboutTwo .fl{width: 49.45%;}
.aboutCon .aboutTwo .fr{ width: 45.94%; padding-top: 26px; padding-right: 20px; max-height: 340px; overflow-y: auto;}
.aboutCon .aboutThree{ margin-top: 40px; display: flex; justify-content: space-between;}
.aboutCon .aboutThree .word{ width: calc(100% - 526px);}
.aboutCon .aboutThree .word h3{position: relative; font-size: 20px; color: #222222; padding-left: 10px; margin-bottom: 20px;}
.aboutCon .aboutThree .word h3::before{ content: ""; position: absolute; top: 50%; left: 0; width: 3px; height: 16px; background: #333333; transform: translateY(-50%);}
.aboutCon .aboutThree .picBoxCon{position: relative; width: 458px;}
.aboutCon .aboutThree .picBoxCon::after{ content: ""; position: absolute; top: 62px; right: -26px; width: 450px; height: 310px; background: #f1e8d6;}
.aboutCon .aboutThree .picBox{ position: relative; width: 100%; margin-top: 22px; margin-right: 26px; overflow: hidden;}
.aboutCon .aboutThree .picBox .pic{position: relative; height: 296px; background: #ebebeb;}
.aboutCon .aboutThree .picBox img{ display: block; max-width: 100%; max-height: 100%;}
.aboutCon .aboutThree .picBox p{padding: 0 82px 0 67px; height: 54px; line-height: 54px; font-size: 16px; color: #93680c;}
.aboutCon .aboutThree .picBox .switch{ width: 26px; height: 26px; border-radius: 50%; border: 1px #93680c solid; background-image: none; transition: 0.3s; right: 0; left: auto; top: auto; bottom: 15px; margin-top: 0;}
.aboutCon .aboutThree .picBox .switch::before{ content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 12px; background: url(../images/switch.png) no-repeat center; transform: translate(-50%,-50%);}
.aboutCon .aboutThree .picBox .switch:hover{ background: #93680c;}
.aboutCon .aboutThree .picBox .switch:hover::before{filter: brightness(0) invert(1);}
.aboutCon .aboutThree .picBox .switch.swiper-button-next::before{transform: translate(-50%,-50%) rotate(180deg);}
.aboutCon .aboutThree .picBox .switch.swiper-button-prev{right: 34px;}

/*专家介绍*/
.leaderList ul{ padding-bottom: 30px;}
.leaderList ul li{float: left; width: 48.68%; box-sizing: border-box;  height: 340px; margin-bottom: 30px;}
.leaderList ul li:nth-child(2n){ float: right;}
.leaderList ul li a{ display: block; height: 100%; transition: 0.4s; padding: 20px;  border: 1px #ebebeb solid; box-sizing: border-box;}
.leaderList ul li a .pic{width: 37%; height: 100%;}
.leaderList ul li a .pic em{ display: block; height: 100%;}
.leaderList ul li a .text{ width: 58%;}
.leaderList ul li a .text .tit{line-height: 44px; padding-bottom: 4px; border-bottom: 1px #ebebeb solid; font-size: 22px; color: #333333;margin-right: 38px; transition: 0.4s;}
.leaderList ul li a .text .tit i{font-size: 14px; padding-left: 6px; color: #333333;}
.leaderList ul li a .text .txt{ margin-top: 14px; height: 220px; overflow-y: auto; color: #666666; line-height: 24px; padding-right: 24px; text-align: justify;}
.leaderList ul li a:hover{ background-color: rgb(255, 255, 255);box-shadow: 3px 5px 12px 0px rgba(116, 84, 15, 0.21); border-color: transparent;}
.leaderList ul li a:hover .text .tit{color: #b88d30;}

/*设备列表*/
.productList{ padding-bottom: 30px;}
.productList li{float: left; width: 31.8%; margin-right: 2.3%; margin-bottom: 30px;}
.productList li:nth-child(3n){margin-right: 0;}
.productList li a{ display: block; background: #fff;}
.productList li a .pic{overflow: hidden;}
.productList li a .pic em{ display: block; padding-bottom: 66.7%;}
.productList li a p{ height: 70px; line-height: 70px; padding: 0 10px; box-sizing: border-box; font-size: 18px; color: #333333; text-align: center; border: 1px #ebebeb solid; border-top: none;}
.productList li a:hover{box-shadow: 2.5px 4.33px 12px 0px rgba(116, 84, 15, 0.21); transform: translateY(-10px);}
.productList li a:hover p{color: #b88d30;}

/*荣誉资质*/
.honorList{padding-bottom: 25px;}
.honorList li{float: left; width: 23.35%; margin-right: 2.2%; margin-bottom: 25px;}
.honorList li:nth-child(4n){ margin-right: 0;}
.honorList li a{ display: block;}
.honorList li a .picBox{padding: 32px 28px; border: 1px #d7d7d7 solid; box-sizing: border-box; background: #f4f4f4; transition: 0.4s;}
.honorList li a .pic{position: relative; padding-bottom: 134.8%; }
.honorList li a .pic img{ display: block; max-width: 100%; max-height: 100%; }
.honorList li a p{ height: 68px; line-height: 68px; font-size: 18px; color: #333333; padding: 0 10px; box-sizing: border-box; text-align: center;}
.honorList li a:hover .box{transform: translateY(-10px);}
.honorList li a:hover .picBox{box-shadow: 3px 5px 12px 0px rgba(116, 84, 15, 0.21);}

.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.6); opacity: 0; z-index: 999999; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease }
.Gallery.show { opacity: 1 }
.g-bottom, .g-left, .g-right, .g-top { z-index: 99; display: block; -webkit-appearance: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease }
.g-top { position: absolute; top: 0; left: 0; width: 100%; background: rgba(0,0,0,.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120 }
.g-left.none, .g-right.none { opacity: .3; cursor: not-allowed }
.g-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120 }
.g-left { position: absolute; top: 43%; left: 0; height: 14%; background: rgba(0,0,0,.5); width: 55px; cursor: pointer }
.g-right { position: absolute; top: 43%; right: 0; height: 14%; background: rgba(0,0,0,.5); width: 55px; cursor: pointer }
.Gallery img { max-height: 87%; max-width: 99% }
.Gallery.Gallery-none img { max-height: 100%; max-width: 99% }
.Gallery-wrap { width: 100%; height: 100%; position: relative; transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0) }
.g-left:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; left: 16px; top: 50%; margin-top: -1px }
.g-left:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-top: none; border-right: none; display: block; position: absolute; left: 16px; top: 50%; margin-top: -6px }
.g-right:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; right: 16px; top: 50%; margin-top: -1px }
.g-right:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-left: none; border-bottom: none; display: block; position: absolute; right: 16px; top: 50%; margin-top: -6px }
.g-list { width: 100%; height: 100%; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 0 }
.g-list span { display: inline-block; vertical-align: middle; height: 100% }
.g-list img { vertical-align: middle; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease }
.Gallery-wrap.grab .g-list img { cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing }
.g-top .g-count { width: auto; height: 100%; position: absolute; left: 0; top: 0; padding: 0 18px }
.g-top button { height: 45px; width: 45px; border: none; position: absolute; right: 0; top: 0; opacity: .8; background: 0 0; -webkit-tap-highlight-color: transparent }
.g-top span { display: block; width: 100%; height: 100%; line-height: 45px; color: #fff }
.g-close { cursor: pointer }
.g-close:after { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; left: 8px; top: 21px }
.g-close:before { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; left: 8px; top: 21px }
.g-top button:hover { opacity: 1 }

/*联系我们*/
.contactTit{position: relative; font-size: 24px; color: #222222; padding-left: 11px;}
.contactTit::before{ content: ""; position: absolute; top: 50%; left: 0; width: 3px; height: 18px; background: #333333; transform: translateY(-50%);}
.contactType{ display: table; border: 1px rgba(153,153,153,0.2) solid; box-sizing: border-box; margin-top: 38px; padding: 30px 0; width: 100%;}
.contactType .item{position: relative; display: table-cell; text-align: center; padding: 0 10px; box-sizing: border-box; width: 21%; }
.contactType .item::before{ content: ""; position: absolute; top: 50%; right: 0; width: 1px; background: rgba(153,153,153,0.2); height: 70px; transform: translateY(-50%);}
.contactType .item h3{ margin-top: 14px; font-size: 16px; color: #333333; font-weight: normal;}
.contactType .item p{color: #333333; margin-top: 6px;}
.contactType .item:first-child{ width: 37%;}
.mapOne{height: 450px; margin-top: 17px;}
.mapOne iframe{ width: 100%; height: 100%; border: none;}

.fenBu{ margin-top: 78px;}
.fenBuBox{ margin-top: 34px;}
.fenBuBox .item{ float: left; width: 49%;} 
.fenBuBox .item:nth-child(2n){ float: right;}
.fenBuBox .item .mapTwo{ height: 336px;}
.fenBuBox .item h3{ font-size: 18px; color: #333333; margin-top: 26px; padding-bottom: 8px;}
.fenBuBox .item p{ font-size: 14px; color: #333333; margin-top: 10px;}

/*证书查询*/
.certficateBox{background: url(../images/certficateBoxBg.jpg) no-repeat center; background-size: cover;}
.certficateBox .box{ display: flex; justify-content: space-between; font-size: 0; padding: 144px 0 228px 0;}
.certficateBox .box .item{display: block;  text-align: center; font-size: 14px; width: 510px; height: 358px; background: url(../images/cerk.png) no-repeat 0 0; }
.certficateBox .box .item .tit{font-size: 26px; color: #333333; font-weight: bold; padding-top: 58px;}
.certficateBox .box .item .form{ width: 62%; margin: 0 auto; margin-top: 36px;}
.certficateBox .box .item .p{display: flex; margin-top: 18px;}
.certficateBox .box .item .p span{ text-align: right; flex: 1; font-size: 16px; color: #666666;}
.certficateBox .box .item .text{ width: 250px; height: 30px; line-height: 30px; border: none; border-bottom: 1px #999999 solid; background: none; font-size: 16px; }
.certficateBox .box .item .tip{ font-size: 16px; color: #666666; text-align: left; height: 22px; line-height: 22px; margin-top: 10px;}
.certficateBox .box .item .btn{position: relative; display: block; width: 110px;  height: 36px; line-height: 36px;  background: linear-gradient(#ccb087,#c09d69); font-size: 16px; color: #ffffff; margin: 0 auto; margin-top: 28px; cursor: pointer;}
.certficateBox .box .item .btn img{ position: absolute; top: 50%; right: 25px; margin-top: -5px; filter: brightness(0) invert(1
); transition: 0.3s;}
.certficateBox .box .item .btn .submit{ width:100%;height: 100%; color: #fff; font-size: 16px; text-align: left; padding-left: 26px;}
.certficateBox .box .item .btn:hover img{ transform: translateX(6px);}
.certficateBox .box .item:nth-child(2) .form{width: 68%;}
.certficateBox .box .maBox{ margin-left: 5%; text-align: center;}
.certficateBox .box .maBox .ma:first-child{ margin-bottom: 14px;}
.certficateBox .box .maBox .ma img{ width: 120px; border: 10px #fff solid; box-shadow: 0 0 14px rgba(14,14,14,0.13);}
.certficateBox .box .maBox .ma p{ font-size: 16px; height: 36px; line-height: 36px; margin-top: 4px;}
/*查询结果*/
.resultBox .left{ width: calc(100% - 367px);}
.resultBox .right{ width: 330px; background: #fff; padding: 0 30px; box-sizing: border-box;}
.resultBox .left .box{ background: #fff; padding: 73px 83px;}
.resultBox .left .box .result{ border: 1px #d7d7d7 solid;}
.resultBox .left .box .result .pic{ position: relative; height: 296px;}
.resultBox .left .box .result .pic img{ display: block; max-width: 100%; max-height: 100%;}
.resultBox .left .box .result ul li{display: flex; justify-content: space-between;}
.resultBox .left .box .result ul li:nth-child(2n+1){background: #f8f8f8;}
.resultBox .left .box .result ul li span{ display: block; width: 50%; line-height: 36px; font-size: 16px; color: #333; text-align: center; padding: 12px 10px; box-sizing: border-box;}
.resultBox .left .box .result ul li{ border-top: 1px #ebebeb solid;}
.resultBox .left .box .result ul li span:first-child{ border-right: 1px #ebebeb solid; text-align: left; padding-left: 64px;}
.resultBox .left .box .result .renz{display: block; margin: 70px auto;}
.resultBox .left .resultBtn{margin-top: 48px; text-align: center; font-size: 0;}
.resultBox .left .resultBtn .btn{ display: inline-block; height: 40px; line-height: 40px; padding: 0 36px; border-radius: 4px; background: #b7b7b7; color: #fff; font-size: 16px; margin: 0 16px; transition: .3s;}
.resultBox .left .resultBtn .btn.back{background: #b88d30;}
.resultBox .left .resultBtn .btn:hover{ transform: translateX(6px);}
.resultBox .left .resultBtn .btn img{ position: relative; top: 1px; margin-right: 10px;}
.resultBox .right .title{position: relative; display: flex; justify-content: space-between; padding-top: 14px; height: 56px; line-height: 56px; border-bottom: 1px #333333 solid;}
.resultBox .right .title::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 126px; height: 1px; background: #333;}
.resultBox .right .title span{ font-size: 22px; color: #222222; }
.resultBox .right .title a{font-size: 16px; color: #333333; transition: .3s;}
.resultBox .right .title a:hover{color: #b88d30;}
.resultBox .right .list{ margin-top: 33px;}
.resultBox .right .list li{ padding-bottom: 44px;}
.resultBox .right .list li a{ display: block;}
.resultBox .right .list li a .pic{ overflow: hidden;}
.resultBox .right .list li a .pic em{ display: block; padding-bottom: 51.85%;}
.resultBox .right .list li a .time{position: relative; padding-bottom: 5px; height: 40px; line-height: 40px;}
.resultBox .right .list li a .time::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 33px; height: 3px; background: #a1a1a1; }
.resultBox .right .list li a .time::after{ content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #b88d30; transition: .4s;}
.resultBox .right .list li a p{ margin-top: 12px; font-size: 16px; color: #333333; line-height: 26px; height: 52px;}
.resultBox .right .list li a:hover .time::after{width: 33px;}
.resultBox .right .list li a:hover p{color: #b88d30;}

/*新闻列表*/
.newsList{ padding-bottom: 30px;}
.newsList li{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px #cccccc solid;}
.newsList li a{ display: block;}
.newsList li a .pic{ width: 365px; height: 198px; overflow: hidden;}
.newsList li a .pic em{ display: block; height: 100%;}
.newsList li a .text{ width: calc(100% - 420px);}
.newsList li a .text h3{ padding-top: 14px; height: 42px; line-height: 42px; font-size: 18px; color: #333333; font-weight: normal;}
.newsList li a .text p{ line-height: 24px; height: 48px;}
.newsList li a .text .time{position: relative; margin-top: 20px; padding-top: 10px;}
.newsList li a .text .time::before{ content: ""; position: absolute; top: 0; left: 0; width: 65px; height: 1px; background: #cccccc;}
.newsList li a .text .time::after{ content: ""; position: absolute; top: 0; left: 0; width:0; height: 1px; background: #b88d30; transition: .4s;}
.newsList li a .text .time b{ display: block; font-size: 25px; color: #666666; font-family: "Roboto-Bold";}
.newsList li a .text .time span{ color: #999999; transition: .3s; opacity: 0;}
.newsList li a:hover .text h3{ color: #b88d30;}
.newsList li a:hover .time::after{ width: 100%;}
.newsList li a:hover .text .time span{ opacity: 1;}
.newsList li a:hover  .time b{ color: #b88d30;}

/*新闻详情*/
.contNews{ background: none;}
.contNews .contNews_title{margin-bottom: 36px;}
.contNews .contNews_title h3{ line-height: 42px; color: #333333; font-size: 22px; text-align: center; padding: 0 6%; margin-bottom: 25px; font-weight: normal;} 
.contNews .contNews_title h4{position: relative; font-weight: normal; padding: ; line-height: 20px; padding: 22px 0; border-top: 1px #eee solid; border-bottom: 1px #eee solid;;}
.contNews .contNews_title h4 .fontSize{position: absolute; top: 50%; right: 0; transform: translateY(-50%); cursor: pointer;}
.contNews .contNews_title h4 .fontSize i{ font-weight: bold; color: #e3710c;}

.contNews .contNews_title h4>span{ display: inline-block; color: #666; margin-right: 50px; font-size: 16px;}
.contNews .contNews_title h4>span:last-child{ margin-right: 0;}
.contNews .contNews_title h4>span img{position: relative; top: 2px; margin-right: 10px;}
.contWord{color: #262626;}
.inpageLike{ display: flex; justify-content: space-between; margin-top: 22px; padding-top: 38px; border-top: 1px #eee solid; line-height: 46px;}
.inpageLike a{ font-size: 16px; color: #262626; display: block;  transition: 0.3s;}
.inpageLike .linkItem{ width: 38%;}
.inpageLike .btn{ padding: 0 2%; border-left: 1px #eee solid; border-right: 1px #eee solid; background: #b88d30; border-radius: 4px; color: #fff;}
.inpageLike .btn img{ position: relative; top: 2px; margin-right: 8px; transition: .3s; transform: rotateY(180deg);}
.inpageLike .linkItem:hover{ color: #b88d30;}

.newsBtm{  padding: 38px 0 62px 0;}
.newsBtm .title{position: relative; height: 76px; line-height: 76px; border-bottom: 1px #e1e1e1 solid;}
.newsBtm .title span{ display: inline-block; font-size: 20px; color: #222222; font-weight: bold; height: 100%; border-bottom: 4px #333333 solid;}
.newsBtm .title .btn{left: auto; right: 0; width: 30px; height: 30px; border-radius: 5px; background: #fff; transition: .3s;}
.newsBtm .title .btn:hover{ background: #b88d30;}
.newsBtm .title .btn::after{ content: ""; position: absolute; top: 50%; left: 50%; width: 6px; height: 12px; background: url(../images/switch.png) no-repeat 0 0; filter: brightness(0) invert(.5); transform: translate(-50%,-50%); transition: .3s;}
.newsBtm .title .btn.swiper-button-prev{ right: 50px;}
.newsBtm .title .btn.swiper-button-next::after{transform: translate(-50%,-50%) rotate(180deg) ;} 
.newsBtm .title .btn:hover::after{ filter: brightness(0) invert(1);}
.newsBtm .newsBtmBox{ overflow: hidden; margin-top: 55px;}
.newsBtm .newsBtmBox .swiper-slide{position: relative; }
.newsBtm .newsBtmBox .swiper-slide::after{ content: ""; position: absolute; top: 0; right: -16%; width: 1px; height: 100%; background: #e1e1e1; }
.newsBtm .newsBtmBox a{ display: block; }
.newsBtm .newsBtmBox a .time{ line-height: 16px; font-size: 16px; color: #333333;}
.newsBtm .newsBtmBox a h3{ font-size: 16px; color: #333333; height: 30px; line-height: 30px; font-size: 16px; color: #333; margin-top: 12px;}
.newsBtm .newsBtmBox a p{ color: #6c6c6c; line-height: 24px; height: 48px; margin-top: 8px;}
.newsBtm .newsBtmBox a:hover h3{color: #b88d30;}

.share-wrap{font-size: 0; text-align: right; margin-top: 30px;}
.share-wrap .pre{display: inline-block;vertical-align: bottom;font-size: 16px;color: #666666;}
.share-wrap .item{position: relative;display: inline-block;vertical-align: top;width: 28px;height: 28px;margin-left: 10px;border: 1px solid #ececec;border-radius: 50%;cursor: pointer; top: 4px; transition: 0.3s;}
.share-wrap .item:first-child{margin-left: 0;}
.share-wrap .item .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}

/*图片列表*/
.picList{ padding-bottom: 30px;}
.picList li{ float: left; width: 31.8%; margin-right: 2.3%; margin-bottom: 30px;}
.picList li:nth-child(3n){ margin-right: 0;}
.picList li a{ display: block;}
.picList li a .pic{ overflow: hidden;}
.picList li a .pic em{ display: block; padding-bottom: 52.87%;}
.picList li a .text{ padding: 0 20px 32px 20px; border: 1px #ebebeb solid;}
.picList li a .text h3{ margin-top: 14px; height: 50px; line-height: 50px; font-size: 18px; color: #333333; font-weight: normal;}
.picList li a .text p{color: #666666; line-height: 24px; height: 48px;}
.picList li a .text .time{ margin-top: 22px; font-size: 25px; color: #666666; font-family: "Roboto-Bold";}
.picList li a:hover .text h3{ color: #b88d30;}

/*历史*/
.historyBox{ background: url(../images/certficateBoxBg.jpg) no-repeat center; background-size: cover; padding-bottom: 110px;}
.historyBox .title{ text-align: center; font-size: 22px; color: #93680c;}
.historyBox .history{position: relative; overflow: hidden; height: 1200px; margin-top: 86px;  box-sizing: border-box; z-index: 1;}
.historyBox .historyCon{ position: relative;}
.historyBox .historyCon .btn{ width: 32px; height: 32px; border: 2px #b98f33 solid; border-radius: 50%; box-sizing: border-box; top: 0; left: 50%; right: auto; margin-top: -36px; margin-left: -16px; background: none;}
.historyBox .historyCon .btn::before{ content: ""; position: absolute; top: 8px; left: 11px; width: 6px; height: 12px; transform: rotate(90deg); background: url(../images/switch.png) no-repeat 0 0;}
.historyBox .historyCon .btn.swiper-button-next{ top: auto; bottom: -36px;}
.historyBox .historyCon .btn.swiper-button-next::before{ transform: rotate(-90deg); top: 9px;}
.historyBox .history::before{ content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #b88d30; z-index: -1;}
.historyBox .history ul li{ padding: 10px; box-sizing: border-box;}
.historyBox .history ul li::before{ content: ""; position: absolute; top: 46px; left: calc(50% - 120px); width: 110px; height: 1px; background: #93680c;}
.historyBox .history ul li::after{ content: ""; position: absolute; top: 46px; left: 50%; transform: translateY(-50%); margin-left: -10px; width: 20px; height: 20px; background: url(../images/yuan.png) no-repeat 0 0;}
.historyBox .history ul li .box{ position: relative; width: 37%; background: #fff; padding: 26px 60px 26px 36px; box-sizing: border-box; border-radius: 5px; box-shadow:  0 0 10px rgba(90,62,2,0.19);} 
.historyBox .history ul li .box h3{font-size: 20px; color: #333333; margin-bottom: 10px;}
.historyBox .history ul li .box p{ font-size: 14px; color: #666666; line-height: 24px; height: 48px; overflow-y: auto; padding-right: 20px;}
.historyBox .history ul li .box .time{ position: absolute; top: 24px; right: -22px; font-size: 22px; color: #b88d30;font-family: "Roboto-Bold";}
.historyBox .history ul li:nth-child(2n) .box{ float: right; padding: 26px 16px 26px 66px;}
.historyBox .history ul li:nth-child(2n)::before{left: 50%;}
.historyBox .history ul li:nth-child(2n) .box .time{right: auto; left: -22px;}

/*流程*/
.processOne .inpageTitle{ margin: 36px 0 50px 0;}
.processOne .box{position: relative; overflow: hidden; padding: 10px;  padding-top: 35px; }
.processOne .box .btn{ display: none;}
.processOne .box ul li{position: relative; text-align: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); height: 354px;}
.processOne .box ul li .num{position: absolute; left: 50%; margin-left: -40px; top: -35px; width: 80px; height: 60px; text-align: center; line-height: 60px;  background-image: linear-gradient( 130deg, rgb(185,129,8) 0%, rgb(250,206,100) 100%); box-shadow: 1.103px 3.845px 7.36px 0.64px rgba(0, 0, 0, 0.18); border-radius: 5px; font-size: 30px; font-weight: bold; font-style: italic; color: #fff;font-family: "Roboto-Bold";}
.processOne .box ul li h3{ padding-top: 70px; font-size: 18px; color: #b88d30; font-weight: bold;}
.processOne .box ul li img{ margin-top: 30px;}
.processOne .box ul li p{ padding: 0 26px; color: #333333; line-height: 24px; text-align: left; text-align: justify; margin-top: 26px; }

.processTwo{ margin-top: 70px;}
.processTwo .box{ background: #fff; padding: 0 83px; margin-top: 45px;} 
.processTwo .box .itemBox{padding-top: 72px;}
.processTwo .box .item{ margin-bottom: 36px; border-bottom: 1px #b7b7b7 solid;}
.processTwo .box .item:last-child{ margin-bottom: 0;}
.processTwo .box .item .tit{position: relative; font-size: 20px; color: #a97803; line-height: 28px; padding-left: 15px; margin-bottom: 19px;}
.processTwo .box .item .tit::before{ content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 19px; background: #dcab3a; transform: translateY(-50%);}
.processTwo .box .item table{width: 100%; text-align: center; border: 1px #b7b7b7 solid; box-sizing: border-box; border-collapse: collapse; border-bottom: none;}
.processTwo .box .item table th,.processTwo .box .item table td{ line-height: 26px; padding: 12px 20px; box-sizing: border-box;}
.processTwo .box .item table th{ padding: 16px 0; background: #ebd7a7; border-right: 1px #fff solid; border-top: 1px #ebd7a7 solid; font-size: 16px; color: #694a00; font-weight: normal;}
.processTwo .box .item table th i{font-size: 12px;}
.processTwo .box .item table th:first-child{ border-left: 1px #ebd7a7 solid;}
.processTwo .box .item table th:last-child{ border-right: 1px #ebd7a7 solid;}
.processTwo .box .item table tbody tr:nth-child(2n) td{background: #f9f9f9;}
.processTwo .box .item table tbody td{border-bottom: 1px #eaeaea solid; border-right: 1px #eaeaea solid; font-size: 16px; color: #333333;}
.processTwo .box .item table tbody td .lable{ font-size: 14px; color: #d29e21; line-height: 14px;}
.processTwo .box .item table tbody td:last-child{ border-right: none;}
.processTwo .box .item table tbody tr:last-child td{ border-bottom: none;}
.processTwo .box .item .tip{font-size: 18px; color: #333333; margin-bottom: 14px;}
.processTwo .box .servesItem{ }
.processTwo .box .servesItem table td{ width: 20%;}
.processTwo .box .servesItem table td:last-child{ width: 60%; text-align: left;}
.processTwo .box .item.divide table td{ width: 33.33%;}
.processTwo .tips{ font-size: 16px; color: #333333; padding: 34px 0;}

.processThree{ padding: 52px 0 40px 0;}
.processThree .box{position: relative; margin-top: 53px; overflow: hidden; padding: 10px 0 64px 0;}
.processThree .box .swiper-slide{border: 1px #ebebeb solid; box-sizing: border-box; padding: 15px 36px; }
.processThree .box .swiper-slide h3{ font-size: 18px; color: #333333; height: 44px; line-height: 44px;}
.processThree .box .swiper-slide .txt{ font-size: 16px; color: #666666; border-top: 1px #ebebeb solid; line-height: 44px; font-family: "Roboto-Regular";}
.processThree .box .swiper-slide .txt span{ display: inline-block; background: url(../images/pdf.png) no-repeat left center ; padding-left: 24px; margin-left: 28px;}
.processThree .box .swiper-slide:hover{box-shadow: 3px 4px 8px 0px rgba(116, 84, 15, 0.21);}
.processThree .box .swiper-slide:hover h3{color: #b88d30;}
.processThree .box .btn{ bottom: 10;}
.processThree .box .btn span{position: relative; width: 6px; height: 6px; margin: 0 8px !important; background: #b88d30; opacity: 1;}
.processThree .box .btn span::before{ content: ""; position: absolute; top: -4px; left: -4px; width: 14px; height: 14px; border: 1px #b88d30 solid; border-radius: 50%; box-sizing: border-box; opacity: 0;}
.processThree .box .btn span.swiper-pagination-bullet-active::before{opacity: 1;}

/*常见问题*/
.problemList{padding-bottom: 40px;}
.problemList li{ float: left; width: 49%; margin-bottom: 20px;}
.problemList li a{ display: flex; justify-content: space-between; height: 80px; line-height: 80px; border: 1px #ebebeb solid; padding: 0 34px; box-sizing: border-box; font-size: 18px; color: #333333; overflow: hidden; transition: 0.4s;}
.problemList li:nth-child(2n){ float: right;}
.problemList li a p{ flex: 1; padding-right: 30px; box-sizing: border-box;}
.problemList li a span{ display: flex; align-items: center; font-size: 14px; color: #666666; transition: 0.3s;}
.problemList li a span img{ transform: rotate(180deg); margin-left: 10px; filter: brightness(0) invert(0.5); transition: 0.3s;}
.problemList li a:hover{ box-shadow: 3px 5px 12px 0px rgba(116, 84, 15, 0.21);}
.problemList li a:hover p{color: #b88d30;}
.problemList li a:hover span{ color: #b88d30;}
.problemList li a:hover span img{ filter: none;}
.problemTanBg{ display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); z-index: 20;}
.problemTan{display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; padding: 67px 62px 0 62px; box-sizing: border-box; z-index: 21;}
.problemTan .text{max-height: 400px; overflow-y: auto;}
.problemTan .Q{ font-size: 18px; line-height: 36px; color: #333333;}
.problemTan .A{ font-size: 18px; color: #333333; line-height: 36px; margin-top: 6px; padding-bottom: 36px; border-bottom: 1px #ebebeb solid;}
.problemTan .btnBox{ text-align: center; padding: 38px 0 45px 0;}
.problemTan .btnBox .btn{ display: inline-block; height: 36px; line-height: 36px; border: 1px #b88d30 solid; border-radius: 5px; color: #b88d30; width: 112px; text-align: center; margin: 0 3px; cursor: pointer;transition: 0.3s; font-size: 16px;}
.problemTan .btnBox .btn:last-child{ background: #b88d30; color: #fff;}
.problemTan .btnBox .btn:hover{ opacity: 0.8;}

/*检测范围*/
.rangeBox{ background: url(../images/rangeBg.jpg) no-repeat center; background-size: cover;}
.rangeOne{ background: rgba(255,255,255,0.6); padding: 33px;}
.rangeOne .box{ background: #fff; padding: 30px 48px 40px 48px;}
.rangeOne .box h3{position: relative; font-size: 22px; color: #222222; text-align: center; line-height: 58px;}
.rangeOne .box h3::before{ content: ""; position: absolute; left: 50%; bottom: 0; width: 33px; height: 2px; transform: translateX(-50%); background: #e2a130;}
.rangeOne .box h4{ font-size: 16px; color: #333333; text-align: center; font-weight: normal; margin-top: 18px;}
.rangeOne .box .rangTxt{font-size: 16px; color: #b88d30; line-height: 24px; margin-top: 50px;}
.rangeOne .box ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.rangeOne .box ul li{width: 57%; display: flex; justify-content: space-between; margin-top: 40px; background: #fff; box-shadow: 0px 0px 10px 0px rgba(14, 14, 14, 0.14); padding-right: 20px; box-sizing: border-box;}


.rangeOne .box ul li:nth-child(2n){ width: 40%;}
.rangeOne .box ul li img{ height: 140px;}
.rangeOne .box ul li .text{padding: 26px 0 20px 20px; flex: 1;}
.rangeOne .box ul li .text .tit{position: relative; font-size: 16px; color: #333333; padding-left: 9px;}
.rangeOne .box ul li .text .tit::before{ content: ""; position: absolute; top: 50%; left: 0; width: 2px; height: 12px; background: #333333; transform: translateY(-50%);}
.rangeOne .box ul li .text p{line-height: 24px; color: #666666; margin-top: 6px;}
.rangeTwo { margin-top: 22px; display: flex; justify-content: space-between;}
.rangeTwo .item{ background: rgba(255,255,255,0.7); padding: 18px 24px 32px 24px; box-sizing: border-box; text-align: center; margin-right: 20px; min-width: 24%;}
.rangeTwo .item:last-child{ margin-right: 0;}
.rangeTwo .item h3{position: relative; font-size: 22px; color: #222222; text-align: center; line-height: 20px; padding-bottom: 22px;}
.rangeTwo .item h3::before{ content: ""; position: absolute; left: 50%; bottom: 0; width: 33px; height: 2px; transform: translateX(-50%); background: #e2a130;}
.rangeTwo .item p{ line-height: 24px; color: #666666; margin-top: 16px;}

/*网上预约*/
.orderBox{ background: url(../images/certficateBoxBg.jpg) no-repeat center;background-size: cover;}
.orderBox .orderForm { max-width: 900px; width: 100%; border-radius: 5px; background-color: rgba(255, 255, 255, 0.502); box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1); padding: 34px 12% 56px 12%; box-sizing: border-box; margin: 0 auto;}
.orderBox .orderForm .form{ margin-top: 53px;}
.orderBox .orderForm .form .item{ display: flex; height: 60px; line-height: 60px; background: #fff; border: 1px #efefef solid; border-radius: 5px; align-items: center; padding: 0 26px 0 17px; margin-bottom: 20px;}
.orderBox .orderForm .form .item .text{flex: 1; line-height: 60px; height: 60px; padding-left: 10px; box-sizing: border-box; color: #333;}
.orderBox .orderForm .form .item img{ height: 30px;}
.orderBox .orderForm .form .item span{position: relative; font-size: 16px; color: #333333; display: block; padding-left: 14px; margin-left: 14px;}
.orderBox .orderForm .form .item span::before{ content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 15px; background: #b7b7b7; transform: translateY(-50%);}
.orderBox .orderForm .form .item.yan{position: relative;}
.orderBox .orderForm .form .item.yan .yanImg{ position: absolute; top: 0; right: 0; height: 100%; width: 192px; cursor: pointer;}
.orderBox .orderForm .form .item.time{ position: relative;}
.orderBox .orderForm .form .item.time::before{ content: ""; position: absolute; top: 50%; right: 26px; width: 6px; height: 6px; border-right: 1px #a9a9a9 solid; border-bottom: 1px #a9a9a9 solid; transform: rotate(45deg); margin-top: -6px;}
.orderBox .orderForm .form .btnBox{ text-align: center; padding-top: 42px;}
.orderBox .orderForm .form .btnBox .btn{width: 112px; height: 36px; line-height: 36px; border: 1px #b88d30 solid; color: #b88d30; font-size: 16px; text-align: center; background: #fff; border-radius: 5px; margin: 0 3px; transition: 0.3s; cursor: pointer;}
.orderBox .orderForm .form .btnBox .btn.submit{ background: #b88d30; color: #fff; }
.orderBox .orderForm .form .btnBox .btn:hover{opacity: 0.8;}

/*列表*/
.searchList ul{ padding-bottom: 50px;}
.searchList ul li a{ display: flex; justify-content: space-between; height: 70px; line-height: 70px;  padding: 0 20px; border-bottom: 1px #ddd solid;}
.searchList ul li a p{width: calc(100% - 150px); font-size: 18px; height: 100%;}
.searchList ul li a:hover p{ color: #db1d15;}


@media screen and (max-width: 1500px){
	.header{ height: 100px;}
	.header .logo img{ height: 60px;}
	.nav-box .nav > li > a{ font-size: 20px;}
	/*part1*/
	.partOne .left .box > .fl{ width: 400px;}
	.partOne .left .box .list{ width: calc(100% - 424px);}
	/*part3*/
	.partThree .box ul li a{ padding: 0 26px;}
	/*footer*/
	.footer{ padding-top: 60px;}
	.footer .footTop .left{ width: 26%;}
	.footer .footTop .centre{ margin-left: 4%;}
	.footer .footBottom{ padding-bottom: 50px;}
	/*关于我们*/
	.aboutCon .aboutTwo .fr{ padding-top: 0;}
	/*查询结果*/
	.resultBox .left .box{ padding: 50px;}
	/*证书查询*/
	.certficateBox .box .maBox{ margin-left: 0;}
	/*常见问题*/
	.problemTan{ padding-top: 50px;}
	.problemTan .text{max-height: 350px;}
	/*检测流程*/
	.processOne .box ul li p{padding: 0 14px;}
}


@media screen and (max-width: 1366px){
	/*关于我们*/
	.aboutCon .aboutTwo .fr{ max-height: 294px;}
	/*专家介绍*/
	.leaderList ul li a .pic{ width: 40%;}
	.leaderList ul li a .text{ width: 56%;}
	/*荣誉资质*/
	.honorList li a .picBox{ padding: 22px 20px;}
}

@media screen and (max-width: 1300px){
	/*part1*/
	.partOne .left{ width: calc(100% - 308px);}
	.partOne .right{ width: 280px;}
	/*查询结果*/
	.resultBox .left .box{ padding: 30px;}
	.resultBox .left .box .result ul li span:first-child{ padding-left: 20px;}
	/*证书查询*/
	.certficateBox .box{padding: 70px 0;}
	.certficateBox .box .item{ width: 450px; height: 316px; background-size: cover; margin-bottom: 30px;}
	.certficateBox .box .item .form{ width: 70%;}
	.certficateBox .box .item:nth-child(2) .form{ width: 79%;}
	.certficateBox .box .item .tit{ padding-top: 46px;}
	.certficateBox .box .item .btn{ margin-top: 12px;}
	
	.footer .footBottom .left{ display: block;}
	.footer .footBottom .left .item{ margin-bottom: 10px;}
	.footer .footBottom .left .item span{ width: 350px;}
}

@media screen and (max-width: 1200px){
	.nav-box{ display: none;}
	.menu-btn{ display: block;}
	.w1366{ width: 94%;}
	/*part1*/
	.partOne{ padding-bottom: 60px;}
	.partOne .left{ width: 100%;}
	.partOne .right{ width: 100%;}
	.partOne .right .box{ height: auto; padding-bottom: 30px;}
	.partOne .right .box .submit{position: relative; bottom: auto; left: auto; transform: none; margin-top: 20px;}
	/*关于我们*/
	.nNav .right{display: none;}
	.aboutCon .aboutTwo .fr{ max-height: 262px;}
	/*专家介绍*/
	.leaderList ul li{ height: 294px;}
	.leaderList ul li a .text .txt{ height: 170px;}
	/*荣誉资质*/
	.honorList li a .picBox{ padding: 10px;}
	/*联系我们*/
	.fenBuBox .item{ width: 100%; margin-bottom: 40px;}
	/*检测流程*/
	.processOne .box ul li h3{ font-size: 16px;}
	.processOne .box{ padding-bottom: 40px;}
	.processOne .box .btn{ display: block;}
	.processTwo .box{padding: 0 30px;}
	/*检测范围*/
	.rangeOne .box{padding: 30px 30px 17px 30px;}
	.rangeTwo .item{padding: 18px 26px 32px 26px;}
	
	.certficateBox .box{ display: block; text-align: center;}
	.certficateBox .box .item{ display: inline-block; margin: 0 1%;}
	.certficateBox .box .maBox{ text-align: center; margin-top: 30px;}
	.certficateBox .box .maBox .ma{ display: inline-block; margin: 0 5%;}
	
}

@media screen and (max-width: 1023px){
	.footer .footTop .centre{ display: none;}
	.footer .footTop .left{ width: calc(100% - 120px);}
	/*关于我们*/
	.aboutCon .aboutTwo .fr{ max-height: 184px;}
	.aboutCon .aboutThree{ display: block;}
	.aboutCon .aboutThree .word{ width: 100%;}
	/*专家介绍*/
	.leaderList ul li{ width: 100%; height: 340px;}
	.leaderList ul li a .text .txt{ height: 220px;}
	/*荣誉资质*/
	.honorList li{ width: 32%; margin-right: 2%;}
	.honorList li:nth-child(4n){ margin-right: 2%;}
	.honorList li:nth-child(3n){ margin-right: 0;}
	.honorList li a .picBox{ padding: 20px;}
	/*查询结果*/
	.resultBox .left{ width: 100%;}
	.resultBox .right{ display: none;}
	/*历史*/
	.historyBox .history ul li .box{padding: 26px 50px 26px 16px;}
	.historyBox .history ul li:nth-child(2n) .box{padding: 26px 16px 26px 46px;}
	/*新闻列表*/
	.newsList li a .pic{width: 260px; height: 144px;}
	.newsList li a .text{ width: calc(100% - 290px);}
	.newsList li a .text h3{ padding-top: 0;}
	.newsList li a .text .time span{ display: none;}
	/*图片列表*/
	.picList li{ width: 47%; margin-right: 0;}
	.picList li:nth-child(2n){float: right;}
	/*检测范围*/
	.rangeOne .box ul li{ margin-top: 20px;}
	.rangeOne .box ul li{ width: 100%;}
	.rangeOne .box ul li:nth-child(2n){ width: 100%;}
	.rangeTwo{ display: block;}
	.rangeTwo .item{ margin-bottom: 14px; margin-right: 0;}
	
}

@media screen and (max-width: 767px){
	.header{ height: 60px;}
	.header .logo{width: calc(100% - 90px);}
	.header .logo img{ height: auto;}
	.header .right .img{ width: 20px; }
	.header .right .icon.wxIcon{display: none; margin-left: 10px; padding-left: 10px;}
	.menu-btn span:nth-child(2){ margin: 6px 0;}
	.menu-btn{ margin-left: 14px;}
	.banner a{ padding-bottom: 44%;}
	.banner .btn{ bottom: 10px;}
	.banner .btn span{ width: 10px; height: 10px; margin: 0 4px !important;}
	.indexTitle{ padding-top: 16px;}
	.indexTitle h3{ font-size: 20px;}
	.indexTitle h4{ font-size: 14px;}
	/*part1*/
	.partOne { padding-bottom: 30px;}
	.partOne .left::before{ display: none;}
	.partOne .left .box{ margin-top: 16px;}
	.partOne .left .box > .fl{ width: 100%;}
	.partOne .left .box .list{ width: 100%; margin-top: 6px;}
	.partOne .left .box .list li a{ height: 46px; line-height: 46px;}
	.partOne .left .box .list li a p{ font-size: 15px; max-width: calc(100% - 130px);}
	.partOne .right .box{ margin-top: 16px;}
	.partOne .right .box .item{ padding-top: 30px;}
	/*part2*/
	.partTwo{ padding-bottom: 20px;}
	.partTwo .list{ flex-wrap: wrap;}
	.partTwo .list li{ width: 50%;}
	.partTwo .list li .pic img{ width: 70%;}
	.partTwo .list li .pic{padding-bottom: 80%;}
	.partTwo .list li p{ font-size: 16px;}
	/*part3*/
	.partThree{padding-bottom: 30px;}
	.partThree .box{ margin-top: 16px;}
	.partThree .box ul li a h3{ margin-top: 10px;}
	.partThree .box ul li a .pic{ margin-top: 10px;}
	/*part4*/
	.partFour{ padding-bottom: 20px;}
	.partFour .boxTop{ padding-bottom: 20px;}
	.partFour .boxTop .fl{ width: 100%;}
	.partFour .boxTop .fl .title{ margin-top: 16px;}
	.partFour .boxTop .fl .text{ margin-top: 10px; -webkit-line-clamp: 6;}
	.partFour .boxTop .fl .more{ margin-top: 20px;}
	.partFour .boxTop .fr{ width: 100%; padding-top: 12px;}
	.partFour .boxTop::before{ width: 60px; height: 50px; bottom: -28px;}
	.partFour ul.list{ margin-top: 30px; flex-wrap: wrap;}
	.partFour ul.list li{ width: 48%; margin-bottom: 10px;}
	.partFour ul.list a .text img{ width: 36px;}
	.partFour ul.list a .text p{ font-size: 18px;}
	/*footer*/
	.footer{padding-top: 30px;}
	.footer .footTop{ padding-bottom: 20px;}
	.footer .footTop .left{ width: calc(100% - 86px);}
	.footer .footTop .left h3{ font-size: 16px;}
	.footer .footTop .left .item{ font-size: 14px; line-height: 28px;}
	.footer .footBottom{ display: block; padding: 20px 0;}
	.footer .footBottom .left{ display: block;}
	.footer .footBottom .left .item{ display: inline-block; width: 48%; margin-right: 0;}
	.footer .footBottom .left .goDan{ width: 100%; height: 46px; line-height: 46px; text-align: center; max-width: 100%; box-sizing: border-box;}
	.footer .footBottom .left .item span{width: 100%; padding: 0 10px; font-size: 14px; height: 46px; line-height: 46px;}
	.footer .footBottom .left .item:nth-child(2){ float: right;}
	.footer .footBottom .left .item input.text{ font-size: 14px;}
	.footer .footBottom .right{ margin-top: 10px; text-align: center; font-size: 14px; line-height: 26px;}
	.footer .footBottom .right .tel{font-size: 18px;}
	.footer .footBottom .left .item ul{ bottom: 46px; padding: 10px;}
	/*内页*/
	.nBan em{ padding-bottom: 23.23%;}
	.nNav{ height: 46px; line-height: 46px;}
	.nNav .tit{ padding: 0 14px; font-size: 16px;}
	.inpageTitle{font-size: 20px; line-height: 46px;}
	/*关于我们*/
	.aboutCon{ margin-top: 10px; padding-bottom: 30px;}
	.aboutCon .aboutOne .text{ margin-top: 18px; font-size: 15px; text-align: left; line-height: 28px;}
	.aboutCon .aboutTwo{ margin-top: 20px; padding: 20px;}
	.aboutCon .aboutTwo .fl{ width: 100%;}
	.aboutCon .aboutTwo .fr{ margin-top: 14px; width: 100%; max-height: initial; box-sizing: border-box; font-size: 15px; line-height: 28px; padding-right: 0;}
	.aboutCon .aboutThree{ margin-top: 20px;}
	.aboutCon .aboutThree .word h3{ margin-bottom: 10px;}
	.aboutCon .aboutThree .word{ font-size: 15px; line-height: 28px;}
	.aboutCon .aboutThree .picBoxCon{ width: 100%;}
	.aboutCon .aboutThree .picBoxCon::after{ right: 0; width: 100%; top: 0; height: 100%;}
	.aboutCon .aboutThree .picBox .pic{ height: 0; padding-bottom: 65%;}
	.aboutCon .aboutThree .picBox p{ padding-left: 10px;}
	/*专家介绍*/
	.contentBox{padding: 30px 0;}
	.leaderList ul li{height: auto;margin-bottom: 14px;}
	.leaderList ul li a .pic{width: 50%; margin: 0 auto; float: initial;}
	.leaderList ul li a .pic em{padding-bottom: 130%; height: 0;}
	.leaderList ul li a .text{ width: 100%; margin-top: 14px;}
	.leaderList ul li a .text .tit{padding-bottom: 0; font-size: 18px;}
	.leaderList ul{ padding-bottom: 10px;}
	.page a{display: none;}
	.page a.on,.page a.btn{ display: inline-block;}
	/*设备列表*/
	.productList{ padding-bottom: 10px;}
	.productList li{ width: 100%; margin-bottom: 20px;}
	.productList li a p{height: 50px; line-height: 50px; font-size: 16px;}
	/*荣誉资质*/
	.honorList{ padding-bottom: 10px;}
	.honorList li{ margin-right: 0; width: 49%; margin-bottom: 12px;}
	.honorList li:nth-child(4n){ margin-right: 0;}
	.honorList li:nth-child(2n){ float: right;}
	.honorList li a .picBox{ padding: 10px;}
	.honorList li a p{font-size: 15px; height: 46px; line-height: 46px; padding: 0;}
	/*网上预约*/
	.orderBox .orderForm{ padding: 30px 10px;}
	.orderBox .orderForm .form{ margin-top: 20px;}
	.orderBox .orderForm .form .item{ padding: 0 8px; height: 46px; line-height: 46px; margin-bottom: 12px;}
	.orderBox .orderForm .form .item .text{ height: 46px; line-height: 46px; padding-left: 4px;}
	.orderBox .orderForm .form .item span{ margin-left: 5px; padding-left: 5px; font-size: 14px;}
	.orderBox .orderForm .form .item.yan .yanImg{ width: 90px;}
	.orderBox .orderForm .form .btnBox{ padding-top: 20px;}
	/*查询结果*/
	.grayBg{ padding: 30px 0;}
	.resultBox .left .box{ padding: 14px;}
	.resultBox .left .box .result .pic{ height: 230px;}
	.resultBox .left .box .result ul li span{ font-size: 13px; padding: 12px 6px; line-height: 20px;}
	.resultBox .left .box .result ul li span:first-child{ padding-left: 4px;}
	.resultBox .left .box .result .renz{ margin: 10px 0;}
	.resultBox .left .resultBtn{ margin-top: 20px;}
	.resultBox .left .resultBtn .btn{ padding: 0 10px; margin: 0 3px; font-size: 15px;}
	/*新闻详情*/
	.contNews .contNews_title{ margin-bottom: 14px;}
	.contNews .contNews_title h3{ font-size: 18px; line-height: 30px; padding: 0; margin-bottom: 14px;}
	.contNews .contNews_title h4{ padding: 14px 0;}
	.contNews .contNews_title h4>span{ font-size: 14px;}
	.word{ font-size: 15px; line-height: 28px;}
	.share-wrap{ margin-top: 14px;}
	.inpageLike{ position: relative; display: block; padding-top: 60px;}
	.inpageLike .btn{position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: auto; font-size: 15px; height: 36px; line-height: 36px;}
	.inpageLike .linkItem{ font-size: 15px; height: 36px; line-height: 36px; width: 100%;}
	.newsBtm .newsBtmBox{ margin-top: 20px;}
	.newsBtm .newsBtmBox .swiper-slide::after{ display: none;}
	.newsBtm{ padding-top: 0;}
	/*证书查询*/
	.certficateBox .box{ padding: 30px 0;}
	.certficateBox .box .item .tit{ font-size: 18px; padding-top: 30px;}
	.certficateBox .box .item{ width: 100%; margin: 0 0 14px 0; background: none; border: 1px #ddd solid; height: auto; padding-bottom: 20px;}
	.certficateBox .box .item .form{ width: 79%; margin-top: 16px;}
	.certficateBox .box .item:nth-child(2) .form{ width: 87%;}
	.certficateBox .box .item .p span{ font-size: 14px;}
	.certficateBox .box .item .tip{ font-size: 14px;}
	.certficateBox .box .item .text{ width: 220px;}
	/*联系我们*/
	.contactTit{ font-size: 18px;}
	.contactType{ margin-top: 14px; display: block; overflow: hidden; font-size: 0;}
	.contactType .item:first-child{ width: 50%;}
	.contactType .item::before{ display: none;}
	.contactType .item{display: inline-block; width: 50%; font-size: 14px;  vertical-align: top; margin-bottom: 14px;}
	.mapOne{ height: 300px;}
	.fenBu{ margin-top: 30px;}
	.fenBuBox{ margin-top: 10px;}
	.fenBuBox .item{ margin-bottom: 20px;}
	.fenBuBox .item .mapTwo{ height: 200px;}
	/*历史*/
	.historyBox{ padding-bottom: 60px;}
	.historyBox .title{ font-size: 18px;}
	.historyBox .history{ margin-top: 58px; height: 606px;}
	.historyBox .history::before{ display: none;}
	.historyBox .history ul li::after{ display: none;}
	.historyBox .history ul li::before{ display: none;}
	.historyBox .history ul li .box{ width: 100%; padding: 10px;}
	.historyBox .history ul li .box .time{ position: initial; top: auto; left: auto; right: auto;}
	.historyBox .history ul li:nth-child(2n) .box{ padding: 10px;}
	.historyBox .history ul li .box h3{ font-size: 18px; margin-bottom: 6px;}
	/*新闻列表*/
	.newsList{ padding-bottom: 10px;}
	.newsList li{ margin-bottom: 20px; padding-bottom: 20px;}
	.newsList li a .pic{ width: 100%; height: 176px;}
	.newsList li a .text{ width: 100%;}
	.newsList li a .text .time{ margin-top: 10px;}
	.newsList li a .text .time b{ font-size: 20px;}
	/*图片列表*/
	.picList{ padding-bottom: 10px;}
	.picList li{ width: 100%; margin-bottom: 20px;}
	.picList li a .text{ padding: 0 14px 14px 14px;}
	.picList li a .text h3{ margin-top: 0;}
	.picList li a .text .time{ font-size: 20px; margin-top: 6px;}
	/*常见问题*/
	.problemList{ padding-bottom: 10px;}
	.problemList li{ width: 100%; margin-bottom: 20px;}
	.problemList li a{padding: 0 10px; height: 50px; line-height: 50px;}
	.problemList li a p{ font-size: 16px;}
	.problemTan{padding: 30px 20px 0 20px;}
	.problemTan .Q{ font-size: 16px; line-height: 30px;}
	.problemTan .A{ font-size: 16px; line-height: 30px; padding-bottom: 20px;}
	.problemTan .btnBox{ padding: 24px 0;}
	/*检测流程*/
	.processOne .inpageTitle{margin: 20px 0; }
	.processOne .box{ padding-top: 20px;}
	.processOne .box ul li{ height: 296px;}
	.processOne .box ul li .num{ font-size: 22px; width: 50px; height: 42px; line-height: 42px; margin-left: -25px; top: -16px;}
	.processOne .box ul li h3{ padding-top: 50px;}
	.processOne .box ul li img{ margin-top: 14px;}
	.processOne .box ul li p{ margin-top: 14px;}
	.processTwo{ margin-top: 14px; padding-top: 10px;}
	.processTwo .box{ margin-top: 20px; padding: 0 10px;}
	.processTwo .box .itemBox{ padding-top: 30px;}
	.processTwo .box .item .tit{ font-size: 16px; margin-bottom: 10px;}
	.processTwo .box .item .tit::before{ height: 16px;}
	.processTwo .box .item table th{ padding: 10px 0;}
	.processTwo .box .item table tbody td{ font-size: 14px; padding: 8px 2px;}
	.processTwo .box .item .tip{ font-size: 14px;}
	.processTwo .box .item{ margin-bottom: 20px;}
	.processTwo .tips{padding: 20px 0;}
	.processThree{ padding: 20px 0;}
	.processThree .box{ margin-top: 20px; padding-bottom: 40px;}
	.processThree .box .swiper-slide{ padding:6px 10px;}
	.processThree .box .swiper-slide h3{ font-size: 16px;}
	/*检测范围*/
	.rangeOne{ padding: 0;}
	.rangeOne .box{ padding: 10px 20px 20px 20px;}
	.rangeOne .box h3{ font-size: 20px;}
	.rangeOne .box h4{ font-size: 15px; line-height: 28px;}
	.rangeOne .box ul li{ display: block;}
	.rangeOne .box ul li img{ display: block; margin: 0 auto; height: 110px;}
	.rangeOne .box ul li .text{ padding: 0;}
	.rangeTwo .item img{ height: 80px;}
	.rangeTwo .item h3{ font-size: 18px; padding-bottom: 14px;}
	.rangeOne .box .rangTxt{ margin-top: 14px; line-height: 28px; font-size: 15px;}
	.rangeOne .box ul li{ padding:0 20px 20px 20px;}
	/*列表*/
	.searchList ul{ padding-bottom: 20px;}
	.searchList ul li a{ height: 50px; line-height: 50px; padding: 0;}
	.searchList ul li a p{ font-size: 16px; width: calc(100% - 110px);}
	
	.certficateBox .box .maBox .ma{ display: inline-block; margin: 0 3%;}
}

