.navfixed {
    position: fixed;
    top: 100px;
    left: 0;
    background-color: #0d3c7b;
    z-index: 9999999;
}
.md-nav{
    width: 100%;
    height: 60px;
	background-color: #0d3c7b;
}
.md-nav ul{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
}
.md-nav ul li{
    width: 150px;
    border-right: 1px solid #fff;
    text-align: center;
    transition: all .5s;
}
.md-nav ul li:nth-child(1){
    border-left: 1px solid #fff;
}
.md-nav ul li a{
    line-height: 60px;
    font-size: 16px;
	color: #ffffff;
    text-align: center;
}
.md-nav ul li:hover{
    background: #fff;
}
.md-nav ul li:hover a{
    color: #0d3c7b;
}
.mdactive a{
    color: #0d3c7b !important;
}
.mdactive{
    background: #fff !important;
    color: #0d3c7b !important;
}
/* 公司简介 */
.gsjj{
    width: 85%;
    margin: auto;
    margin-top: 5%;
}
.gsjj .gsjj-top{
    display: flex;
    justify-content: space-between;
}
.gsjj .gsjj-top .gsjj-topimg{
    width: 49%;
}
.gsjj .gsjj-top .gsjj-topnr{
    width: 49%;
}
.gsjj .gsjj-top .gsjj-topnr h3{
	font-size: 34px;
	color: #333333;
    position: relative;
}
.gsjj .gsjj-top .gsjj-topnr h3 span{
    font-size: 80px;
	color: #0d3c7b;
    font-weight: 550;
}
.gsjj .gsjj-top .gsjj-topnr h3::before{
    content: url(../images/15af.png);
    position: absolute;
    top: 0;
    left: 0;
}
.gsjj .gsjj-top .gsjj-topnr h4{
	font-size: 26px;
	color: #333333;
    position: relative;
    margin-bottom: 6%;
}
.gsjj .gsjj-top .gsjj-topnr h4::before{
    content: "";
    width: 84px;
	height: 2px;
	background-color: #0d3c7b;
    position: absolute;
    left: 0;
    bottom: -19px;
}
.gsjj .gsjj-top .gsjj-topnr h4::after{
    content: url(../images/15af2.png);
    position: absolute;
    right: 50%;
    bottom: 0;
}
.gsjj .gsjj-top .gsjj-topnr p{
    font-size: 16px;
	line-height: 32px;
	color: #666666;
    margin-top: 0%!important;
}
.gsjj-bottom{
    width: 80%;
    margin: auto;
    margin-top: 5%;
}
.gsjj-bottom h5{
    text-align: center;
    width: 100%;
    margin: auto;
	font-size: 36px;
	line-height: 32px;
	color: #0d3c7b;
    position: relative;
}
.gsjj-bottom h5::after{
    content: "";
    width: 41px;
	height: 3px;
	background-color: #0d3c7b;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
}
.gsjj-bottom p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
    margin-top: 5%;
    text-align: left;
}
.gsjj-bottom ul{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
}
.gsjj-bottom ul li{
    text-align: center;
}
.gsjj-bottom ul li h6{
	font-size: 24px;
	line-height: 36px;
	color: #0d3c7b;
    margin-top: 56px;
}
.gsjj-bottom ul li img{
    transition: all 1s;
     height: 52px;
}
.gsjj-bottom ul li:hover img{
    transform: rotateY(360deg);
}
/* 发展历程 */
.fzlc{
    width: 100%;
    margin-top: 5%;
    padding-bottom: 5%;
    background: url(../images/fzlcban.png) no-repeat center;
    background-size: cover;
}
.ggbt{
    width: 100%;
    margin: auto;
    padding-top: 3%;
}
.ggbt h5{
	font-size: 46px;
	line-height: 50px;
	color: #0d3c7b;
    font-weight: 550;
    text-align: center;
}
.fzlcSwiper{
    position: relative;
    margin-top: 9%;
}
.fzlcSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    transform: rotate(0.5);
    transition: all .5s;
}
.fzlcSwiper .swiper-wrapper .swiper-slide img{ 
    width: 195px;
    height:195px;
    border-radius: 100% !important;
    transition: all .5s;
    opacity: .4;
}
.fzlcSwiper .swiper-wrapper .swiper-slide-active{
    transform: scale(1.6);
}
.fzlcSwiper .swiper-wrapper .swiper-slide-active img{
    opacity: 1;
}
.fzlcSwiper .swiper-wrapper .swiper-slide-active:hover img{
    border-radius: 0!important;
    width: 280px;
    transition: all .5s;
}
.fzlcSwiper .swiper-wrapper .swiper-slide p{
    text-align: center;
    font-size: 14px;
	line-height: 26px;
	color: #0d3c7b;
    margin-top: 10%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.fzlcSwiper .swiper-wrapper .swiper-slide-active p{
    opacity: 1;
    visibility: visible;
}
.fzlc-nr{
    position: relative;
}
.nfSwiper{
    width: 80%;
    margin: auto;
    margin-top: 4%;
    position: relative;
    height: 150px;
}
.nfSwiper .swiper-wrapper .swiper-slide>div{
    height: 46px;
    width: 166px;
    border-radius: 24px;
    background-color: #0d3c7b;
    margin: auto;
    position: relative;
    top: 65%;
}
.nfSwiper .swiper-wrapper .swiper-slide>div img{
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translate(-50%)
}
.nfSwiper .swiper-wrapper .swiper-slide>div p{
	font-size: 18px;
	line-height: 46px;
	color: #ffffff;
    font-weight: 550;
    text-align: center;
}
.nfSwiper .swiper-wrapper .swiper-slide>div::before{
    content: "";
    width: 13px;
	height: 13px;
	background-color: #0d3c7b;
    border-radius: 50%;
    position: absolute;
    top: -59px;
    left: 50%;
    transform: translate(-50%)
}
.nfSwiper .swiper-wrapper .swiper-slide>div::after{
    content: "";
    width: 25px;
	height: 25px;
	border: solid 1px #3b8ced;
    border-radius: 50%;
    position: absolute;
    top: -65.1px;
    left: 50%;
    transform: translate(-50%)
}
.xian{
    width: 96%;
    height: 1px;
    background: #e1e1e1;
    position: relative;
    left: 27px;
    top: -70%;
}
.xian::after{
    content: "";
    width: 38px;
	height: 38px;
	border: solid 1px #0d3c7b;
    position: absolute;
    border-radius: 50%;
    left: -32.1px;
    top: -19.5px;
    opacity: .6;
}
.xian::before{
    content: "";
    width: 38px;
	height: 38px;
	border: solid 1px #0d3c7b;
    position: absolute;
    border-radius: 50%;
    right: -33.1px;
    top: -19.5px;
    opacity: .6;
}
.nfSwiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../images/fzz.png) no-repeat center;
    width: 28px;
	height: 28px;
	background-color: #0d3c7b;
    border-radius: 50%;
    top: 35%;
    left: 0;
    z-index: 99;
}
.nfSwiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../images/fzy.png) no-repeat center;
    width: 28px;
	height: 28px;
	background-color: #0d3c7b;
    border-radius: 50%;
    top: 35%;
    right: 6px;
    transition: all .5s;
}
.nfSwiper .swiper-wrapper .swiper-slide{
    opacity: 0;
    visibility: hidden;
}
.nfSwiper .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}
/* 公司实力 */
.gssl-bix{
    width: 100%;
    background-color: #f0f1f2;
    padding-bottom: 5%;
}
.gssl{
    width: 85%;
    margin: auto;
}
.gssl ul{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.gssl ul li{
    border: 2px solid #1a2856;
    min-width: 275px;
    position: relative;
    height: 127px;
    padding: 20px 30px 25px;
    z-index: 9;
}
.gssl ul li::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: -1;
    transition: all .5s;
}
.gssl ul li:hover::before{
    left: 0;
    top: 0;
}
.gssl ul li h5{
    font-size: 20px;
    line-height: 30px;
    color: #1a2856;
    margin-top: 6px;
}
.gssl ul li p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 2%;
}
.gssl ul li img{
    position: absolute;
    left: -31px;
    top: -29px;
    z-index: 99;
    width: 22%;
}
/* 荣誉资质 */
.about-ryzz{
    width: 85%;
    margin: auto;
    position: relative;
    padding-left: 1%;
}
.about-ryzz .t-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tbox-lf{
    width: 49%;
    overflow: hidden;
    height: auto;
	border: solid 2px #0d3c7b;
    border-left: 0;
    margin-bottom: 3%;
}
.ry-tit{
    width: 198px;
	height: 55px;
	background-color: #0d3c7b;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
	color: #ffffff;
    position: absolute;
    top: 15.4%;
    left: 0;
    z-index: 8;
}
.tbox-rt{
    width: 49%;
    overflow: hidden;
    padding: 5% 0;
}
.tb2-swiper .swiper-slide{
    opacity: 0 !important;
}
.tb2-swiper .swiper-slide-active{
    opacity: 1 !important;
} 
.tb2-swiper .swiper-pagination{
    position: relative;
}
.tb1-swiper{
    position: relative;
}
.tb1-swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: none;
}
.tb1-swiper .swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: 113%;
    width: 123px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    transition: all .5s;
    color: #0d3c7b;
}
.swiper-no-swiping .swiper-pagination {
    margin-top: 5%;
}
.swiper-no-swiping .swiper-pagination-bullet{
    width: 12px;
	height: 12px;
    margin-left: 5%;
}
.swiper-no-swiping .swiper-pagination-bullet:nth-child(1){
    margin-left: 0;
}
.swiper-no-swiping .swiper-pagination-bullet-active{
    background-color: #0d3c7b;
}
.swiper-no-swiping .swiper-slide{
    display: flex;
    justify-content: center;
}
.t-box .swiper-slide ul{
    margin-top: 6%;
    padding-bottom: 2.5%;
}
.t-box .swiper-slide ul li {
    margin-top: 3%;
}
/* .t-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tbox-lf{
    width: 40%;
    border: 1px solid red;
}
.tbox-rt{
    width: 40%;
    border: 1px solid red;
}
.tb2-swiper .swiper-slide-active{
    opacity: 1 !important;
}   
.tb2-swiper .swiper-slide{
    opacity: 0 !important;
}
.tb2-swiper .swiper-pagination-bullet{
    background: red;
}
.tb2-swiper .swiper-pagination{
    position: relative;
} */

/* 联系我们 */
.about-lxwm{
    width: 85%;
    margin: auto;
    padding-bottom: 4%;
}
.about-lxwm .about-lxwmtop{
    margin-top: 5%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3%;
}
.about-lxwm .about-lxwmtop ul{
    display: flex;
    justify-content: space-around;
}
.about-lxwm .about-lxwmtop ul li{
    text-align: center;
}
.about-lxwm .about-lxwmtop ul li img{
        height: 76px;
}
.about-lxwm .about-lxwmtop ul li P{
    font-size: 16px;
	line-height: 36px;
	color: #333333;
    margin-top: 44px;
    position: relative;
    transition: all .5s;
}
.about-lxwm .about-lxwmtop ul li img{
    transition: all .5s;
}
.about-lxwm .about-lxwmtop ul li P::before{
    content: "";
    position: absolute;
    left: 50%;
    top: -66%;
    width: 25px;
	height: 3px;
	background-color: #0d3c7b;
    transform: translate(-50%);
    transition: all .5s;
}
.about-lxwm .about-lxwmtop ul li:hover P::before{
    width: 50px;
    height: 2px;
}
.about-lxwm .about-lxwmtop ul li:hover img{
    margin-top: -10px;
}
.about-lxwm .about-lxwmtop ul li:hover p{
    margin-bottom: 10px;
}
.about-lxwmbottom{
    margin-top: 3%;
}
.about-lxwmbottom{
    width: 100%;
    height: 388px;
}
.map-wrap{
    width: 100%;
    height: 388px;
}
.map-wrap #map{
    width: 100%;
    height: 388px;
}
.anchor-fix {
    position: relative;
    height: 0;
    top: -200px;
}
/* 行业应用 */
.hyyy{
    width: 85%;
    margin: auto;
    padding-bottom: 5%;
    padding-top: 1%;
}
.hyyy ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
}
.hyyy ul li{
    margin-top: 3%;
    position: relative;
    overflow: hidden;
}
.hyyy ul li img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.hyyy ul li .hyyy-nr h4{
    font-size: 30px;
	color: #ffffff;
}
.hyyy ul li .hyyy-nr p{
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
    margin-top: 3%;
}
.hyyy ul li:nth-child(1){
    width: 55%;
	height: 470px;
}
.hyyy ul li:nth-child(1) .hyyy-nr{
    width: 59%;
    position: absolute;
    bottom: 17%;
    right: 5px;
}
.hyyy ul li:nth-child(2n){
	width: 40%;
	height: 470px;
}
.hyyy ul li:nth-child(2n) .hyyy-nr{
    width: 59%;
    position: absolute;
    top: 13%;
    left: 10%;
}
.hyyy ul li:nth-child(3n){
	width: 40%;
	height: 470px;
}
.hyyy ul li:nth-child(3n) .hyyy-nr{
    width: 59%;
    position: absolute;
    bottom: 17%;
    left: 8%;
}
.hyyy ul li:nth-child(4n){
    width: 55%;
	height: 470px;
}
.hyyy ul li:nth-child(4n) .hyyy-nr{
    width: 59%;
    position: absolute;
    top: 67%;
    left: 8%;
}
.hyyy ul li:hover img{
    transform: scale(1.1);
}
/* 新闻 */
.news{
    width: 85%;
    margin: auto;
    /* margin-top: 4%; */
    margin-bottom: 2%;
    padding-top: 1%
}
.news ul{
    margin-top: 5%;
}
.news ul li{
    background-color: #f8f8f8;
    margin-top: 3%;
    transition: all .5s;
}
.news ul li:nth-child(1){
    margin-top: 0;
}
.news ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-pic img{
    width: 100%;
}
.news-xq{
    width: 57%;
}
.news-xq h3{
	font-size: 18px;
	color: #333333;
    font-weight: 550;
    transition: all .5s;
}
.news-xq p{
    font-size: 14px;
	color: #666666;
    margin-top: 3%;
    transition: all .5s;
}
.news-time{
    padding-right: 4%;
}
.news-time h4{
    text-align: center;
	font-size: 49px;
	color: #999999;
    font-weight: 550;
    transition: all .5s;
}
.news-time p{
	font-size: 14px;
    text-align: center;
	color: #999999;
    transition: all .5s;
}
.news ul li:hover{
    background: #0d3c7b;
}
.news ul li:hover .news-xq h3{
    color: #fff;
}
.news ul li:hover .news-xq p{
    color: #fff;
}
.news ul li:hover .news-time h4{
    color: #fff;
}
.news ul li:hover .news-time p{
    color: #fff;
}
.box{
    width: 85%;
    margin: auto;
    margin-bottom: 2%;
}
.pagination {
    display: flex !important;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination > li a {
    display: block;
    padding: 0px 9px;
    line-height: 26px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 3px 5px;
    color: #666;
    border-radius: 4px;
    transition: all 0.5s;
}
.pagination li a:hover {
    color: #0d3c7b;
}
/* 新闻中心详情 */
.news-xqnr{
    width: 85%;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 2%;
}
.news-xqnr .xq-tit{
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 1%;
}
.news-xqnr .xq-tit h3{
    font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
}
.news-xqnr .xq-tit p{
	font-size: 14px;
	color: #9e9e9e;
    margin-top: 1%;
}
.news-xqnr .xq-tit p span{
    margin-left: 3%;
}
.news-xqnr .xq-content{
    padding: 2%;
    border-bottom: 1px solid #cccccc;
}
.news-xqnr .xq-content p{
	font-size: 16px;
	line-height: 27px;
    text-align: justify;
	color: #666666;
}
.news-next{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
.news-next .news-page p a{
    display: inline-block;
    font-size: 14px;
	color: #999999;
}
.news-next .news-page p{
    font-size: 14px;
	color: #999999;
}
.news-next .news-fh a{
    font-size: 14px;
	color: #333333;
    transition: all .5s;
}
.news-next .news-fh:hover a{
    color: #0d3c7b;
}
/* 联系我们 */
.lxwm{
    width: 85%;
    margin: auto;
    padding-top: 1%;
}
button{
    border: 0;
    outline: none;
    background-color: transparent;
}
.zxly{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.zxly .zxly-nr form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zxly .zxly-nr form input{
    width: 48%;
	height: 55px;
	background-color: #f7f7f7;
	border-radius: 5px;
    font-size: 18px;
	line-height: 55px;
	color: #999999;
    padding-left: 3%;
}
.zxly .zxly-nr form textarea{
    width: 100%;
    height: 289px;
    background-color: #f7f7f7;
    margin-top: 4%;
    padding: 3%;
    font-size: 18px;
	color: #999999;
}
button:focus{outline: 0;}
.btn{
    width: 100%;
    height: 55px;
	background-color: #f7f7f7;
	border-radius: 5px;
    margin-top:4% ;
}
.btn button{
    font-size: 20px;
	line-height: 43px;
	color: #0d3c7b;
    font-weight: 550;
}
.lxfs ul{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    margin-bottom: 4%;
}
.lxfs ul li{
    width: 32%;
    background: #fff;
    height: 158px;
    box-shadow: 0px 0px 15px 0px 
    rgba(0, 11, 28, 0.12);
    /* line-height: 158px; */
    text-align: center;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
}
.lxfs ul li p{
    font-size: 18px;
	color: #333333;
    margin-left: 4%;
}
.lxfs ul li img{
    transition: all .5s;
}
.lxfs ul li:hover{
    margin-top: -10px;
}
.lxfs ul li:hover img{
    transform: rotateY(360deg);
}
.lxwm-map{
    margin-bottom: 4%;
}
/* 产品中心 */
.pro-nav{
    width: 100%;
    height: 60px;
	background-color: #0d3c7b;
}
.pro-nav>ul{
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-nav>ul>li{
    width: calc(100%/6);
    text-align: center;
    border-left: 1px solid #fff;
    transition: all .5s;
    position: relative;
}
.pro-nav>ul>li>a{
    font-size: 16px;
    line-height: 60px;
	color: #ffffff;
    transition: all .5s;
}
.pro-nav>ul>li:hover{
    background: #fff;
}
.pro-nav>ul>li:hover a{
    color: #0d3c7b;
}
.pro-nav>ul>li>.pro-1son{
    width: 100%;
    background: #e6ebf2;
    position: absolute;
    left: 0;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.pro-nav>ul>li:hover>.pro-1son{
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 7;
}
.pro-nav>ul>li:hover>.pro-1son>ul>li>a{
    font-size: 14px;
    line-height: 50px;
	color: #666666;
}
.pro-nav>ul>li>.pro-1son>ul>li>a>span{
    /*margin-right: 10%;*/
    position: absolute;
    right: 10%;
    top:0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.pro-nav>ul>li>.pro-1son>ul>li:hover>a>span{
    opacity: 1;
    visibility: visible;
    color: #0d3c7b;
}
.pro-nav>ul>li>.pro-1son>ul>li:hover>a{
    font-size: 16px;
    font-weight: 550;
}
/*.pro-nav>ul>li:hover>.pro-1son>ul>li>a span{*/
/*    margin-left: 10px;*/
/*}*/
.pro-nav>ul>li>.pro-1son>ul>li{
    position: relative;
}
.pro-nav>ul>li>.pro-1son>ul>li:hover>a{
    color: #0d3c7b;
}
.pro-nav>ul>li>.pro-1son>ul>li>a{
	font-size: 14px;
	color: #666666;
    line-height: 50px;
    transition: all .5s;
}
.pro-nav>ul>li>.pro-1son>ul>li>.pro-2son{
    position: absolute;
    width: 100%;
    left: 120%;
    top: 0;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.pro-nav>ul>li>.pro-1son>ul>li>.pro-2son>a{
    background: #e6ebf2;
    font-size: 14px;
    line-height: 50px;
	color: #666666;
    transition: all .5s;
}
.pro-nav>ul>li>.pro-1son>ul>li:hover>.pro-2son{
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.pro-nav>ul>li>.pro-1son>ul>li>.pro-2son>a:hover{
    /* background: #fff; */
    color: #0d3c7b;
}
.pro-nav>ul>li>.pro-1son>a:hover{
    color: #0d3c7b;
}
/* 产品内容 */
.product{
    width: 85%;
    margin: auto;
    margin-top: 1%;
}
.product .pro-nr{
    margin-top: 2%;
}
.product .pro-nr ul{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-bottom: 4%;
}
.product .pro-nr ul li{
    width: 31%;
    margin-top: 3%;
    transition: all .5s;
    margin-left: 3%;
}
.product .pro-nr ul li:nth-child(1){
    margin-left: 0;
}
.product .pro-nr ul li:nth-child(3n+1){
    margin-left: 0;
}
.product .pro-nr ul li .pro-img{
    border: 1px solid #ccc;
    overflow: hidden;
    transition: all .5s;
}
.product .pro-nr ul li .pro-img img{
    width: 100%;
    transition: all .5s;
}
.product .pro-nr ul li p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #5b6371;
    font-size: 18px;
	line-height: 60px;
    padding:  0 8%;
    color: #fff;
    transition: all .5s;
}
.product .pro-nr ul li p img{
    transition: all .5s;
}
.product .pro-nr ul li:hover p{
    background: #0d3c7b;
}
.product .pro-nr ul li:hover p img{
    margin-right: -20px;
}
.product .pro-nr ul li:hover .pro-img{
    margin-top: -15px;
}
.product .pro-nr ul li:hover .pro-img img{
    transform: scale(1.1);
}
/* 产品详情 */
.pro-xq{
    width: 85%;
    margin: auto;
    margin-top: 4%;
    padding-left: 1px;
}
.pro-xq h4{
    font-size: 20px;
	color: #0d3c7b;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-weight: 550;
    position: relative;
}
.pro-xq h4::after{
    content: "";
    width: 85px;
	height: 2px;
	background-color: #0d3c7b;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.pro-xq ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 4%;
    padding-bottom: 5%;
}
.pro-xq ul li{
    width: 31%;
    margin-top: 3%;
    margin-left: 3%;
    border:  1px solid #ccc;
}
.pro-xq ul li:nth-child(1){
    margin-left: 0;
}
.pro-xq ul li:nth-child(3n+1){
    margin-left: 0;
}
.pro-xq ul li img{
    width: 100%;
}
.sj-fz{
    display: none;
}
.BMapLabel{top: 130px!important;}