@charset "utf-8";
/* CSS Document */

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999999;
  font-size: 14px;
	opacity: 1;
	
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
	opacity: 1;
	padding-left: 10px
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999999;
  font-size: 14px;
	opacity: 1;
	padding-left: 10px
}  
/* .layui-container{
	padding: 0;
} */
.top{
	background: #f2f2f2;
	color:#999999
}
.top a{
	color:#999999
}
.col33{
	color:#333333
}
.colyel{
	color:#004fab
}
.logo{
	padding-left: 15px;
}
.logo-left{
	color:#004fab;
	font-size: 16px;
}
.coltxt{
	color:#4c4c4c
}
.colgrey{
	color:#aeaeae
}

.logo-left{
	padding-left: 25px;
}
.logo-box{
	
padding: 15px 0;
}
.colblue{
	color:#004fab
}
.coltxt{
	color:#7a7a7a
}
.f17{
	font-size: 17px;
}
.f34{
	font-size: 34px;
}
.logo-right{
	padding-left: 15px;
}
.logo-r-tt{
	line-height: 3em;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #cdcdcd;
}

.logo-tel{
	background: url(../images/tel.png) left center no-repeat;
	padding-left: 56px;
	
}
.logo-tel2{
	background: url(../images/tel2.png) left center no-repeat;
	padding-left: 56px;
	margin-left: 20px;
}
.top-phone{
	
	background: url(../images/phone.png) no-repeat center left;
	padding: 10px 0;
	padding-left: 80px;
}

.bannersize{
	height: 32.5vw!important;
}
nav{
	background: #004fab;
}
nav a{
	color:#fff
}
.pcnav>li{
	font-size: 16px;
	padding: 15px 0;
	position: relative;
	width: 13%;
	text-align: center;
}
.pcnav>li:hover{
	background: #00a0ff;
}
.pcnav>li:hover>a{
  color:#fff;
  font-weight: bold;
}

.pcnav2{
	width: 150%;
	top:90%;
	background: rgba(0,0,0,0.65);
	z-index: 10;
	left: -25%;
	transition: ease-in-out 0.4s;
	opacity: 0;
	visibility: hidden;
}
.pcnav>li:hover .pcnav2{
	top:100%;
	opacity: 1;
	visibility: visible;
}
.pcnav2 li{
	line-height: 3em;

	border-bottom: 1px solid rgba(35,34,39,0);
}
.pcnav2 li:hover{

	background: #00a0ff;

}
i{
	font-style: normal;
	color:#004fab
}
.layui-tab-title{
	margin-top: 30px!important;
}

.title1{
	background: url(../images/title1.png) center center no-repeat;
}
.title2{
	background: url(../images/title2.png) center center no-repeat;
}
.goods1 .ttup {
    background: #004fab;
    padding: 1.875rem 0;
}
.goods1 .ttup h2{
	line-height: 84px;
}

.goods1 ul{
	border: 1px solid #e8e8e8;
	border-bottom: 2px solid #004fab;
	
}
.goods-list {
    padding: 1rem 1.875rem;
    border-bottom: 1px solid rgb(224, 224, 224);
}
.goods-list>a {
    background: url(../images/row.png) no-repeat right center;
    color: #787878;
}
.goods-list:hover>a {
    background: url(../images/row2.png) no-repeat right center;
    color: #004fab;
    font-weight: bold;
}
.goods-left-bot{
	border: 1px solid #004fab;
	margin-top: 25px;
	padding: 10px 20px;
	padding-top: 20px;
	padding-bottom: 25px;
}
.tel-24 {
    background: #25aeff;
    width: 55%;
    top: -5%;
    line-height: 2em;
    left: 22.5%;
}
.goods-more{
	width: 55%;
	bottom: -5%;
	line-height: 3em;
	left: 22.5%;
	background: #004fab;
	text-align: center;
}
.goods-more a{
	color:#fff
}

.gods-list {
    border: 1px solid #d3d3d3;
    width: 100%;
    overflow: hidden;
	transition: ease-in-out 0.3s;
	
}
.product-list .goods-img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.product-list .goods-img{
	max-width: 100%;
	max-height:180px;
}
.good-til {
    text-align: center;
	border-top: 1px solid #d3d3d3;
    bottom: 0;
    z-index: 10;
	transition: ease-in-out 0.3s;
	padding: 10px 5px;
	background: #ededed;
}
.good-til h3{
	color:#434343
}
.gods-list img{
	transition: ease-in-out 0.3s;
}
.gods-list:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	transform: translate3d(0, -4px, 0);
	
}
.gods-list:hover {
	border: 1px solid #004fab;
}
.gods-list:hover img {
    transform: scale(1.2, 1.2);
}
.gods-list:hover .good-til{
	background: #004fab;
}
.gods-list:hover .good-til h3{
	color: #fff;
}
.goods-img{
	width: 100%;
	height: 184px;
	overflow: hidden;
}
.goods-img{
	max-width: 100%;
	max-height:184px;
}
.layui-tab-title li {
    display: inline-block;
    border: 1px solid #004fab;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
    width: 19.5%;
    padding: 0;
    font-size: 16px;
	background: url(../images/row3.png) no-repeat 6% center;
}
.layui-tab-title .layui-this:after {
	display: none;
  }
  .layui-tab-title{
	width: 100%;
	margin: 0 auto;
	border: none;
	height: auto;
}
.layui-tab-title li:hover{
	background: #004fab url(../images/row4.png) no-repeat  6% center;
	border: #004fab 1px solid;
	color:#fff
}
.layui-tab-title li:hover a{
	
	color:#fff
}
.more2{
	width: 55px;
	margin: 20px auto;
	line-height: 55px;
	border: 2px solid #fff;
	text-align: center;
	

}
.steps-bg{
	height: 476px;
	background: url(../images/steps-bg.jpg);
}
.base-bg{
	padding: 40px 0;
	background: #f8f8f8;
}
.case-list {
	height: 616px;
	width: 100%;
}
.case-list img{
	max-height: 616px;
	max-width: 100%;
	
}
.case-list h3{
	background: rgba(38, 28, 27, 0.5);
	width: 100%;
	line-height: 3em;
	bottom: 0;
	text-align: center;
	height: 3em;
}
.case-list:hover h3{
	font-weight: bold;
	background: rgba(147, 106, 39, 0.7);
}
.case-bg .goods-img{
	border: 1px solid #fff;
}
.case-bg  .good-til{
	background: none;
	border: none;
}
.case-bg  .good-til h3{
	color:#fff
}
.case-bg  .gods-list{
	border: none;
}
.case-bg .gods-list:hover .good-til {
    background: none;
}
.box1 {
    width: 30px;
    height: 2px;
    background: #004fab;
    margin: 40px 0;
}

footer{
	background: #e6e6e6;
	padding: 30px 0;
	margin-top: 40px;
	color:#333

}


.bggr {
    background: #f4f4f4;
}
.news-txt {
	padding: 20px;
	padding-bottom: 40px;
}
.newslist li{
	padding: 20px 15px;
	margin-bottom: 6px;
}
.foot-top{
	padding:0 20px;

}
.fot-nav{
	width: 300px;
}
.fot-nav li{
	width: 45%;
	line-height: 2em;
	font-size: 16px;
}
.foot-cont{
	margin-left: 60px;
}

footer a{
	color:#333
}
.adv-bg{
	background: url(../images/adv-bg.png) no-repeat left top;
	background-size:cover;
}
.adv1 {
    padding: 30px;
}
.adv2 {
    padding: 60px 18px;
    padding-bottom: 20px;
}
.adv1 p {
    margin-top: 20px;
    background: url(../images/point.png) no-repeat left 10px;
    padding-left: 20px;
    line-height: 2em;
}
.adv2 p {
    margin-top: 20px;
    background: url(../images/point.png) no-repeat left 10px;
    padding-left: 20px;
    line-height: 2em;
}
.adv-icon{
	padding-left: 30px;
	background: url(../images/phone2.png) no-repeat;
	line-height: 35px;
	margin-top: 30px;
}
.case-bg{
	background: url(../images/case-bg.png) center center;
	padding-top: 70px;
	padding-bottom: 45px;
}
.wd-title {
    border-left: #004fab 4px solid;
    padding-left: 10px;
}
.picScroll-left .bd ul li {
    height: 92px;
    margin: 0 22px 0 0;
    padding: 8px 22px;
    float: left;
    overflow: hidden;
    width: 410px;
    background: #fafafa;
    border: #ececec 1px solid;
}
.wenbox {
    margin: 0.5rem 0;
}
.dabox {
    height: 44px;
    overflow: hidden;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 51px;
    height: 23px;
    overflow: hidden;
    cursor: pointer;
    top: 40px;
}
.picScroll-left .hd .next {
    background: url(../images/next.png) no-repeat;
    left: 51px;
}
.picScroll-left .hd .prev {
    background: url(../images/prev.png) no-repeat;
    left: 0px;
}
.ab-more{
	background: #004fab;
	width: 150px;
	line-height: 38px;
	text-align: center;
	margin-top: 30px;
}
.ab-left{
	padding-right: 30px;
}
.ab-bg{
	background: url(../images/ab-bg.png) right center no-repeat ;
}
.honner-bg{
	background: url(../images/ab-bg.png) -3% center no-repeat ;
	padding: 70px;
}
.honors-t{
	background: url(../images/Honors.png) no-repeat left center;
	padding-left: 60px;
}
.hon-list li{
	margin-left: 20px;
}
.ml40{
	margin-left: 40px;
}
.news-img{
	height: 238px;
}
.news-img img{
	max-width: 100%;
	max-height: 238px;
}
.path {
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
}
.nei-news-l li {
    padding: 20px 0;
    border-bottom: 1px dashed rgb(179, 179, 179);
}
.nei-img {
    width: 250px;
    height: 124px;
}
.nei-img img {
    max-width: 100%;
    max-height: 124px;
  
}
.nyzx-title h2 {
    background: #004fab;
    width: 17%;
}
.nyzx-title {
    background: #f9f8f8;
}
.nyzx-news li {
    padding: 8px 15px 8px 5px;
    border-bottom: 1px solid #e9e9e9;
    color: #999;
    transition: all 0.3s ease-in-out;
}
.clwh {
	display: none;
}
.newslist li:hover .pd20 p{
  color:#004fab;;
}
.keyword {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.key-right {
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    padding: 0 5px;
    line-height: 2em;
    margin-right: 10px;
}
@media screen and (min-width: 1200px){
	.layui-container {
		width: 1200px;
	}
}
@media screen and (max-width:1200px){ 
	
	
}

@media screen and (max-width:992px){

	
}
@media screen and (max-width:768px){
	.goods-left-bot{
		display: none;
	}
	.xldn{
		display: none;
	}
	.pcnav>li{
		width: 33%;
		background: #004fab;
		margin: 5px 0;
		padding: 5px 0;
	}
	nav{
		background: #fff;
	}
	.logo-box {
		padding: 15px;
	}
	.bannersize{
		height: 48vw!important;
	}
	.adv-bg,.ab-bg{
		background: none
		;
	}
	.adv1 {
		padding: 0px;
		margin-top: 20px!important;
	}
	.adv2 {
		padding: 0px;
		margin-top: 20px!important;
	}
	.layui-container{
		padding: 0 15px;
	}
	.clwh {
		display: block;
	}
	footer{
		margin-bottom: 60px;
	}
  .pcnav2{
  display: none;
  }
  .path p:nth-child(1){
		display: none;
	}
	.logo-img{
		width:100px
	}
	.f30{
		font-size:20px
	}
}




