*{margin: 0px;padding: 0px;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.header{
	width: 100%;
 
	background: #fff;
 
	position: relative;
	z-index: 100;
 
}

.header .main{
	width: 1550px;
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content:space-between;
	align-items: center;
	height:120px;
}
.header  .logo{
	float: left;
	width: 343px;
}
.header  .logo img{
	display: block;
	width: 100%;
}
.header .nav{
	float: left;
	margin-left: 100px;
	margin-top: 20px;
 
}
.header .nav ul li{
	float: left;
	height:auto;
	text-align: center;
	width: 95px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 3px solid #fff;
	position: relative;

}
.header .nav ul:first-child{
 	width: 1025px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
 
}
 
.header .nav ul li  span{
	display: block;
	float: right;
	height: 30px;
	background: url(../images/icon04.png)no-repeat center;
 
	display: none;
	width: 30px;
}
 
.header .nav ul li h4 a{
	color:#555555;
	font-size: 16px;
	height: 30px;
	display: block;
 	border-bottom: 2px solid #fff;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header .nav ul li ul{
	position: absolute;
	top:31px;
	width: 150%;
	max-height: auto;
	left: -25%;
 	margin-top: 5px;
	overflow: hidden;
 	background:#fff;
	transition: .5s;
  
}
.header .nav ul li:hover h4 a{
	border-bottom: 2px solid #00458e;
 
}
.header .nav ul li li{
	float: inherit;
	width: 100%;
	text-align: center;
 	border-bottom:1px solid #eee;
 
	margin: 0;
	padding: 0;
 
 
}
.header .nav ul li li a{
	color:#555555;
	font-size: 14px;
	display: block;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header .nav ul li li:hover a{
	color:#ccc;
}
.header  .btn {
	display: none;
}
.header .tel{
	width: 145px;
	height: auto;
	overflow: hidden;
}
.header .tel .t {
	height: auto;
	overflow: hidden;
}
.header .tel .t img{
	display: block;
	float: left;
}
.header .tel .t p{
	color:#999999;
	font-size: 13px;
	margin-left: 10px;
	float: left;
	line-height: 24px;
}
.header .tel span{
	display: block;
	color:#00458e;
	font-size: 17px;
	margin-top: 3px;
}

.swiper-container img{
	display: block;
	width: 100%;
}
.swiper-pagination{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.banner  span{
	background: #fff;
}
.banner .swiper-pagination-bullet{
	width: 5%;
	height: 5px;
	opacity: 1;
	background: #fff;
	margin: 0 10px;
	border-radius: 5px;
	 
}
.banner .swiper-pagination-bullet-active{
	background: #fe8802;
}


.item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.item ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item ul li{
	float: left;
	width: 33.2%;
	height:320px;
	overflow: hidden;
}
.item ul li div{
	width: 450px;
}
.item ul li .tit{
	width:100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.item ul li .tit p{
	color:#00458e;
	font-size: 24px;
	float: left;
	line-height: 40px;
	position: relative;
}
.item ul li .tit p:after{
	content:"";
	width: 45px;
	height: 2px;
	background: #00458e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.item ul li:nth-child(1){
	background: url(../images/item01.png)no-repeat center;
}
.item ul li:nth-child(2){
	background: url(../images/item02.png)no-repeat center;
}
.item ul li:nth-child(3){
	background: url(../images/item03.png)no-repeat center;
}
.item ul li .tit span{
	display: block;
	float: right;
}
.item ul li  .info{
	width: 100%;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
	margin-top: 10px;
}
.item ul li  .info p{
	color:#333;
	font-size: 18px;
	line-height: 32px;
}
.item ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	height: 320px;
}


.product{
	width: 100%;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
}
.title p{
	color:#333333;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 50px;
	text-align: center;
}
.title p:after{
	content: "";
	width: 28px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom: 0;
	background: #00458e;
}
.title span{
	display: block;
	color:#333333;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .list ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.product .list ul li{
	background: #f5f5f5;
	width: 150px;
	text-align: center;
	height: 40px;
	background: #f5f5f5;
	margin-left: 2px;
	margin-right: 2px;
	line-height: 40px;
}
.product .list ul li a{
	color:#333333;
	font-size: 14px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list ul li:hover{
	background: #336aa5;
}
.product .list ul li:hover a{
	color:#fff;
}
.product .pic{
	width: 1620px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
 
}
.product .pic ul{
	margin-left: -21px;
	margin-top: 25px;
}
.product .pic ul li{
	float: left;
	width: 305px;
	height: 350px;
	border: 1px solid #e8e8e8;
	position: relative;
	margin-left: 21px;
	margin-top: 15px;
	box-shadow: 0px 0px 5px 2px #e8e8e8;
}
.product .pic ul li .bd{
	width: 84%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	 
}
.product .pic ul li .bd img{
	display: block;
	width: 100%;
}
.product .pic ul li .bd div{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
	align-items: center;
	flex-direction: column;
	background: rgba(43,99,158,0.6);
	transition: .5s;
	left: 0;
	top: 0;
}
.product .pic ul li .bd div p{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	color:#fff;
	text-align: center;
	font-size: 20px;
}
.product .pic ul li .bd div span{
	color:#fff;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
}
.product .pic ul li:hover div{
	opacity: 1;
}

.product .more{
	display: block;
	width: 78px;
	height: 28px;
	border: 1px solid #d2d2d2;
	line-height: 28px;
	border-radius: 15px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color:#999;
	margin-bottom: 10px;
	margin-top: 20px;
}


.cases{
	width: 100%;
	height:auto;
	padding-bottom: 40px;
	overflow: hidden;
	background: #f5f5f5;
	margin-top: 30px;
}
.cases .title{
	margin-top: 30px;
}
.cases .bd{
	width: 1630px;
	margin: 0 auto;
	height:auto;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}
.cases .bd .swiper-slide p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color:#333333;
	background: #fff;
	height: 120px;
	line-height: 120px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases .bd .case-pagination{
	position: relative;
	margin-top: 50px;
}
.cases .bd .case-pagination .swiper-pagination-bullet{
	opacity: 1;
	background: #999999;
}
.cases .bd .case-pagination  .swiper-pagination-bullet-active{
	background: #00458e;
}
.cases .swiper-button-prev{
	bottom: 0;
	top: auto;
	width: 26px;
	height: 26px;
	left: 50%;
	outline: none;
	margin-left: -60px;
	background: url(../images/prev.png)no-repeat center;
}
.cases .swiper-button-next{
	bottom: 0;
	top: auto;
	width: 26px;
	height: 26px;
	left: 50%;
	outline: none;
	margin-left:35px;
	background: url(../images/next.png)no-repeat center;
}

.cases .more{
	display: block;
	width: 78px;
	height: 28px;
	border: 1px solid #d2d2d2;
	line-height: 28px;
	border-radius: 15px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color:#999;
	margin-bottom: 10px;
	margin-top: 20px;
}


.section{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.section .about{
	width: 50%;
	height: 620px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	background: url(../images/about.png)no-repeat center;
}
.about .bd{
	width: 775px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 30px;
}
.about .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	float: left;
}
.about .tit  span{
	display: block;
	float: left;
	color:#fff;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.about .intro{
	width: 100%;
	height: 370px;
	overflow: auto;
	margin-top: 40px;
}
.about .intro p{
	color:#fff;
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
}
.about  .more{
	width: 150px;
	display: flex;
	margin-top: 70px;
 
	
}
.about  .more hr{
	display: block;
	border: none;
	width:90px;
	height: 1px;
	background: #fff;
 
 
}
.about  .more a{
	display:flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
	color:#fff;
	font-size: 12px;
}

.adv{
	float: right;
	width: 50%;
	height: 620px;
	background: #00458e;
}
.adv .bd{
	width: 890px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.adv .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #0070e7;
}
.adv .tit h4{
	color:#fff;
	font-size: 60px;
	text-align: center;
	line-height: 95px;
}
.adv ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.adv ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 35px;
}
.adv ul li img{
	display: block;
}
.adv ul li div{
	width: 620px;
	margin-left: 10px;
}
.adv ul li div p{
	color:#ffa257;
	font-size: 30px;
}
.adv ul li div span{
	color:#fff;
	margin-top: 5px;
	font-size: 16px;
 
	display: block;
	width: 100%;
}
.news{
	width: 1600px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news .choose{
	width: 660px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 40px;
}
.news .choose img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .choose .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news .choose .info h4{
	font-size: 22px;
	color:#00458e;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .choose .info span{
	color:#666666;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}
.news .choose .info p{
	width: 100%;
	font-size: 13px;
	color:#666666;
	margin-top: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .choose .more{
	display: block;
	width: 78px;
	height: 28px;
	border: 1px solid #00458e;
	line-height: 28px;
	text-align: center;
	color:#00458e;
	font-size: 12px;
	border-radius: 15px;
	margin-top: 20px;
}
.news  .list{
	width: 790px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 40px;
}
.news  .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #bfbfbf;
}
.news  .list ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news  .list ul li  .time p{
	color:#999999;
	font-size: 58px;
	text-align: center;
}
.news  .list ul li  .time span{
	color:#999999;
	font-size: 16px;
	text-align: center;
	margin-top: -5px;
	display: block;
	text-align: center;

}
.news  .list ul li .info{
	width: 80%;
	margin-left: 15px;
}
.news  .list ul li .info p{
	color:#333333;
	font-size: 24px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news  .list ul li .info span{
	display: block;
	color:#666666;
	font-size: 13px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
}

.news  .list ul li:hover .time p{
	color:#00458e;
}

.news  .list ul li:hover .info p{
	color:#00458e;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	margin-top: 30px;
}
.footer .main{
	width: 1600px;
	margin: 0 auto;
	height: 425px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.footer .left{
	width: 660px;
	float: left;
	height: 235px;
}
.footer .intro {
	float: left;
}
.footer .intro .logo img{
	display: block;
}
.footer .intro .info{
	margin-top: 15px;
}
.footer .intro .info p{
	color:#4d5357;
	font-size: 18px;
}
.footer .intro .info span{
	display: block;
	color:#666666;
	font-size: 12px;
	line-height: 24px;
	margin-top: 5px;
}
.footer .intro .info span a{
	color:#666666;
}
.footer .ewm{
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 320px;
}
.footer .ewm div {
	background: #fff;
}
.footer .ewm div img{
	display: block;
	width: 137px;
	height: 137px;
	margin: 8px;
 
}
.footer .ewm div p{
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-size: 14px;
	color:#4d5357;
	margin-bottom: 8px;
}
.footer .right{
	width: 620px;
	height: 230px;
	overflow: hidden;
 
	margin-left: 150px;
}
.footer .right ul li{
	float: left;
	width: 178px;
	position: relative;
}
.footer .right ul li:after{
	content:'';
	width: 1px;
	height: 230px;
	background: #c9c9c9;
	position: absolute;
	right: 0;
	top: 0;
}
.footer .right ul li:first-child:before{
	content:'';
	width: 1px;
	height: 230px;
	background: #c9c9c9;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .right ul li a{
	color:#333333;
	font-size: 15px;
	text-align: center;
	display: block;
	text-align: center;
}
.footer .right ul li li{
	float: inherit;
	position: relative;
	line-height: 30px;
}
.footer .right ul li li:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer .right ul li li:first-child:before{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer .right ul li li a{
	color:#999999;
	font-size: 13px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer .right ul li ul{
	margin-top: 15px;
}
.footer .right ul li span{
	display: none;
}
.footer  .cr{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #00458e;
}
.footer .bd{
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	height: 50px;
}
.footer .bd p{
	color:#fff;
	font-size: 12px;
}
.footer .bd div{
	display: flex;
	min-width: 425px;
	justify-content: space-between;
	align-items: center;
}
.footer .bd  span{
	color:#fff;
	font-size: 12px;
}
.footer .bd a{
	color:#fff;
}
.phone{
	position:fixed;
	right:10px;
	z-index: 100;
	bottom: 100px;
	width: 30px;
	display: none;
	border-radius: 50%;
	height: 30px;
}
.phone img{
	display: block;
	width: 100%;
	height: 100%;
}


.inside-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inside-banner img{
	display: block;
	width: 100%;
}
.inside-title{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
}
 
.inside-title .t p{
	color:#00458e;
	font-size: 28px;
	border-left: 4px solid #00458e;
	height: 32px;
	line-height: 30px;
	padding-left: 7px;
}
.inside-title .t  span{
	display: block;
	color:#666666;
	font-size: 12px;
	margin-top: 3px;
}
.inside-title .crumbs {
	display: flex;
	justify-content: flex-start;
	align-items:center;
}
.inside-title .crumbs img{
 	display: block;
 	float: left;
 	margin-right: 5px;
}
.inside-title .crumbs p{
	color:#666666;
	font-size: 12px;
}
.inside-title .crumbs a{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	color:#666;
}
.inside-title .crumbs a:after{
	position: absolute;
	right: -5px;
	color:#666666;
	font-size: 12px;

}
.inside-title .crumbs a:nth-child(3){
 
	padding-left: 0;

}
.inside-title .crumbs a:last-child{
	color:#00458e;
}
.inside-title .crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

/*案例*/


.cases-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.cont-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont-list ul{
	border-left: 1px solid #c9c9c9;
	height: auto;
	overflow: hidden;
}
.cont-list ul li{
	float: left;
	width: 24.8%;
	height: 44px;
	line-height: 40px;
	text-align: center;
 	border-right: 1px solid #c9c9c9;
 
 	border-bottom: 1px solid #c9c9c9;
 	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cont-list ul li a{
	color:#666666;
	display: block;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cont-list ul li:nth-child(-n+4){
 
	border-top:  1px solid #c9c9c9;
}
 
.cont-list ul li:hover {
	background: #00458e;
}
.cont-list ul li:hover a{
	color:#fff;
}

.cases-list .pic{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.cases-list .pic ul{
	width: 1196px;
	margin: 0 auto;
}
.cases-list .pic ul li{
	float: left;
	width: 380px;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
	margin-left:28px;
	margin-top: 5px;
	transition: .5s;
}
.cases-list .pic ul li:nth-child(3n+1){
	margin-left: 0;
	 
}
.cases-list .pic ul li img{
	display: block;
	width: 380px;
	height: 220px;
}
.cases-list .pic ul li p{
	width: 100%;
	height: auto;
	overflow: hidden;
 	line-height: 30px;
	color:#333333;
	font-size: 18px;
 
	border-top: none;
	text-align: center;
	box-shadow: 0 0 0 1px #dcdcdc inset;
}
.cases-list .pic ul li:hover{
	box-shadow: 0px 0px 2px 2px #exlrd;
}

.page,.fy{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.page .spana{
	display: block;
	width: 50px;
	height: 50px;
	background: #00458e;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	margin-right: 5px;
}
.page ul li{
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
	height: 50px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px solid #dcdcdc;display: flex;
	align-items: center;
	justify-content: center;font-size: 18px;color:#999999;
	 
}
.fy ul li{
	float: left;
	height: 50px;
	width:100%;
	margin-left: 5px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	font-size: 18px;color:#999999;
	 
}
.page ul li a,.fy ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color:#999999;
	height: 50px;
	font-size: 18px;
}
.page ul .thisclass{
	background: #00458e;color:#fff;align-items: center;
	justify-content: center;display: flex;font-size: 18px;
}
.page ul .thisclass a{
	color:#fff;
}

.news-list{
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
	width: 1200px;
}

.news-list  .list{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news-list  .list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #bfbfbf;
}
.news-list  .list ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news-list  .list ul li  .time{
	width: 80px;
}
.news-list  .list ul li  .time p{
	color:#999999;
	font-size: 58px;
	text-align: center;
}
.news-list  .list ul li  .time span{
	color:#999999;
	font-size: 16px;
	text-align: center;
	margin-top: -5px;
	display: block;
	text-align: center;

}
.news-list  .list ul li .info{
	width: 96%;
	margin-left: 15px;
	margin-top: 10px;
}
.news-list  .list ul li .info p{
	color:#333333;
	font-size: 24px;
	width: 100%;
 	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list  .list ul li .info span{
	display: block;
	color:#666666;
	font-size: 13px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
}

.news-list  .list ul li:hover .time p{
	color:#00458e;
}

.news-list  .list ul li:hover .info p{
	color:#00458e;
}

.product-list{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product-list .pic {
	margin-top: 20px;
}
.product-list .pic ul li{
	float: left;
	width: 289px;
	height: 330px;
	border: 1px solid #e8e8e8;
	position: relative;
	margin-left: 10px;
	margin-top: 15px;
	box-shadow: 0px 0px 5px 2px #e8e8e8;
}
.product-list .pic ul li:nth-child(4n+1){
 
	margin-left: 0;
}
.product-list .pic ul li .bd{
	width: 84%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	 
}
.product-list .pic ul li .bd img{
	display: block;
	width: 100%;
}
.product-list .pic ul li .bd div{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	opacity: 0;
	align-items: center;
	flex-direction: column;
	background: rgba(43,99,158,0.6);
	transition: .5s;
	left: 0;
	top: 0;
}
.product-list .pic ul li .bd div p{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	color:#fff;
	text-align: center;
	font-size: 20px;
}
.product-list .pic ul li .bd div span{
	color:#fff;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
}
.product-list .pic ul li:hover div{
	opacity: 1;
}
.solution-list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.solution-list .pic{
	margin-top: 15px;
}
.solution-list .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.solution-list .pic ul li img{
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	overflow: hidden;
}
.solution-list .pic ul li:nth-child(2n){
	float: right;
}
.solution-list .pic ul li p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color:#333333;
	padding:5% 0;
}
.about-cont{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.about-cont .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about-cont .intro .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about-cont .intro .pic img{
	display: block;
	width: 49.5%;
}
.about-cont .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about-cont .intro p{
	color:#333333;
	font-size: 16px;
	line-height: 30px;
	text-indent: 1em;
}
.contact-cont{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.contact-cont .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.contact-cont .intro ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-cont .intro ul li{
	float: left;
	width: 33%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	display: flex;
	justify-content: center;
	padding:5% 0;
	align-items: center;
	flex-direction: column;
}
.contact-cont .intro ul li img{
	display: block;

}
.contact-cont .intro ul li p{
	font-size: 18px;
	color:#666666;
	height: 50px;
	width: 90%;
	display: flex;
	margin-top: 30px;
	justify-content: center;
	align-items:flex-start;
 
}
.contact-cont .intro ul li span{
	display: block;
	width:75%;
}
.contact-cont  .map{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 3px solid #dcdcdc;
	box-sizing: border-box;
	margin-top: 20px;
}
.contact-cont  .map img{
	display: block;
	width: 100%;
}
.msgg-cont{
	width: 900px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.msgg-cont .bd{
	width:700px;
	height:500px;
 	margin: 0 auto;
 	margin-top: 2%;
	padding: 4%;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 5px 3px #exlrd;
	 
}
.msgg-cont .bd form{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.msgg-cont .bd form ul li{
	width: 100%;
	min-height: 40px;
	box-sizing: border-box;
	margin-bottom: 15px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.msgg-cont .bd form ul li p{
	font-size: 18px;
	color:#999999;
	float: left;
	margin-left: 15px;
}
.msgg-cont .bd form ul li input{
	float: right;
	height: 40px;
	border: none;
 	width: 80%;
	outline: none;
	margin-left: 10px;
	color:#999;
	outline: none;
}
.msgg-cont .bd form ul li textarea{
	width: 80%;
	outline: none;
	padding-top: 15px;
	border:none;
	color:#999;
	margin-left: 10px;
	resize: none;
	height: 150px;
}
.msgg-cont .bd form .btn{
	width: 100%;
	height: 50px;
	background: #00458e;
	border: none;
	color:#fff;
	font-size: 18px;
	letter-spacing: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
@media (min-width: 1200px) and (max-width: 1600px) { 
 	.header .main{
 		width: 1200px;
 		 
 	}
 	.header .logo{
 		width: 300px;
 	}
 	.header  .nav{
 		margin-left:5px;
 	}
 	.header .nav ul:first-child  {
 		width: 710px;
 	}
 	.header  .nav ul li{
 		float: left;
 
 
 	}

 	 .item ul li div{
 	 	width: 370px;
 	 }

 	.product .pic{
 	 	width: 1200px;
 	 }
 	.product .pic ul {
 	  	margin-left: 0;
 	  	width: 1000px;
 	  	margin: 0 auto;
 	  	margin-top: 10px;
 	 }
 	.product .pic ul li{
 	  	margin-left: 30px;
 	  }
 	.product .pic ul li:nth-child(3n-2){
 	  	margin-left: 0;
 	  }
 	.product .pic ul li:nth-child(n+10){
 	  	display: none;
 	  }
 	.cases .bd{
 	  	width: 1200px;
 	  }
 	.cases .bd .swiper-slide p{
 	  	height: 80px;
 	  	line-height: 80px;
 	  }

 	.about .bd{
 	  	width: 550px;
 	  }
 	.adv .bd{
 	  	width: 580px;
 	  	margin: 0;
 	  	margin-left: 20px;
 	  }
 	.adv .bd .tit h4{
 	  	font-size: 40px;
 	  	line-height: 90px;
 	  }

 	.news{
 	 	width: 1200px;
 	 	margin: 0 auto;
 	 	margin-top: 40px;
 	 	height: auto;
 	 	overflow: hidden;
 	 }

 	 .news .choose{
 	 	width:570px;
 	 }
 	 .news .list{
 	 	width:570px;
 	 }

 	 .footer .main{
 	 	width: 1200px;
 	 	margin: 0 auto;
 	 	justify-content: space-between;
 	 }
 	 .footer .left{
 	 	width: 570px;
 	 }
 	 .footer .right{
 	 	float: right;
 	 	width: 550px;
 	 	margin-left: 0;
 	 }
 	 .footer .ewm{
 	 	width: 260px;
 	 }
 	 .footer .ewm  div img{
 	 	display: block;
 	 	width: 105px;
 	 	height: 105px;
 	 	border: 3px solid #fff;
 	 }
 	 .footer .ewm  div p{
 	 	width: 100%;
 	 	font-size: 12px;
 	 }
 	 .footer .bd{
 	 	width: 1200px;
 	 }
 }

@media (min-width: 980px) and (max-width: 1199px){
	
	.header .main{
		width:960px;
		 
		 
	}
	.header  .tel{
		display: none;
	}
	.header .nav{
		margin-left: 0;
		float: right;
	}
	.header .nav ul li{
	  width: 85px;
 
	}
	.header .nav ul:first-child{
		width: 700px;
	}

	.item ul li div{
		width: 300px;
	}
	.item ul li  .tit p{
		font-size: 20px;
		line-height: 30px;
		height: 40px;
	}
	.item ul li  .tit span img{
		height: 30px;
	}
	.item ul li  .info p{
		font-size: 15px;
	}
	 .product .pic{
 	 	width: 960px;

 	 }
 	 .product .pic ul{
 	 	margin: 0 auto;
 	 	width: 100%;
 	 }
 	 .product .pic ul li{
 	 	margin-left: 18px;
 	 }
 	 .product .pic ul li:nth-child(n+7){
 	 	display: none;
 	 }
 	 .product .pic ul li:nth-child(3n-2){
 	 	margin-left: 0;
 	 }
 	 .cases .bd{
 	 	width: 960px;
 	 	margin: 0 auto;
 	 }
 	 .about .bd{
 	 	width: 440px;
 	 }
 	 .adv .bd{
 	 	width: 460px;
 	 	margin: 0;
 	 	margin-left: 20px;
 	 }
 	.adv .bd .tit {
 		margin-top: 20px;
 	}
	.adv .bd .tit h4{
		font-size: 32px;
		line-height: 70px;
	}
	.adv .bd ul li img{
		height: 80px;
	}
	.adv .bd ul li  div p{
		font-size: 24px;
	}
	.adv .bd ul li  div span{
		font-size: 14px;
	}

	.news{
		width: 960px;
	}
	.news .choose{
		width: 440px;
	}
	.news .list{
		width: 440px;
	}
	.footer .main{
		width: 960px;
		height: 500px;
		justify-content:space-between;

	}
	.footer .left{
		width: 300px;
		height: auto;
	}
	.footer .left .ewm {
		width: 100%;
		margin-top: 15px;
	}
	.footer .left .ewm img{
		height: 135px;
		width: 135px;
		margin: 5px;
	}
	.footer .left .ewm p{
		font-size: 12px;
	}
	.footer .right{
		width:534px;
		margin-left: 0;
	}
	.footer .bd{
		width: 960px;
	}

	.inside-title{
		width: 960px;
	}
	.cases-list{
		width: 960px;
	}
	.cases-list .pic{
		width: 880px;
	}
	.cases-list .pic ul{
		width: 96%;
		margin: 0 auto;
	}
	.cases-list .pic ul li{
		margin-left: 0;
	}
	.cases-list .pic ul li:nth-child(2n){
		float: right;
	}
	.page{
		width: 960px;
	}
	.news-list{
		width: 960px;

	}
	.product-list{
		width: 960px;
	}
	.product-list .pic ul{
		width: 940px;
		margin: 0 auto;
	}
	.product-list .pic ul li{
		margin-left: 33px;
	}
	.product-list .pic ul li:nth-child(4n+1){
		margin-left: 25px;
	}
	.product-list .pic ul li:nth-child(3n+1){
		margin-left: 0;
	}	
	.solution-list{
		width: 960px;
	}
	.about-cont {
		width: 960px;

	}

	.contact-cont {
		width: 960px;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	.header .main{
		width: 760px;
		position: relative;
	}
	.header .logo{
		width: 130px;
	}
	.header .tel{
		display: none;
	}
	.header .nav{
		 margin: 0 ;
	}
	.header .nav ul li{
		width: 75px;
		margin: 0;
	}
	.header .nav ul li a{
		font-size: 15px;
	}

	.header .nav ul:first-child{
		width:600px;
	}

	.item ul li div{
		width: 230px;
	}
	.item ul li  .tit p{
		font-size: 18px;
		line-height: 25px;
		height: 35px;
	}
	.item ul li  .tit span img{
		height: 25px;
	}
	.item ul li  .info p{
		font-size: 12px;
		line-height: 26px;
	}
	.product .list{
		width: 760px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.product .list ul{
		flex-wrap: wrap;
		margin-left: -.8%;
	}
	.product .list ul li{
		width: 32%;
		margin-left: .8%;
		margin-top: 5px;
	}

	.product  .pic{
		width: 760px;
	}
	.product  .pic ul li{
		width: 30%;
		height: auto;
		overflow: hidden;
	}
	.product  .pic ul li .bd{
	 
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.product  .pic ul li .bd div p{
		font-size:1.7vw;
	}
	.product  .pic ul li .bd div span{
		font-size: 12px;
	}
	.product .pic ul li:nth-child(n+7){
		display: none;
	}
	 .cases .bd{
	 	width: 760px;
	 }
	.cases .bd .swiper-slide p{
		line-height: 60px;
		height: 60px;
		font-size: 14px;
	}
	.section .about{
		width: 100%;
		float:inherit;
		background-size: 100% 100%;
	}
	.about .bd{
		width: 760px;
		margin: 0 auto;
	}
	.adv{
		width: 100%;
		float: inherit;
	}
	.adv .bd{
		width: 760px;
		margin: 0 auto;
	}
	.adv .bd .tit h4{
		font-size: 50px;
	}
	.news{
		width: 760px;
	}
	.news .choose{
		width: 660px;
		margin: 0 auto;
		margin-top: 20px;
		float: inherit;
	}
	.news .list{
		width:660px;
		float: inherit;
		margin: 0 auto;
		margin-top: 20px;
	}
 
	.footer  .main{
		width: 760px;
		height:550px;
		overflow: hidden;
		align-items: center;
		justify-content: center;
		flex-direction:column-reverse;
	}
	.footer .left {
		float: inherit;
		margin-top: 30px;
	 
	}
	.footer .right{
		float: inherit;
		margin: 0;
	}
	.footer .bd{
		width: 760px;
	}


	.inside-title{
		width: 760px;
	}
	.cases-list{
		width: 760px;
	}

	.cases-list .pic{
		width: 760px;
	}
	.cases-list .pic ul {
		width: 754px;

	}
	.cases-list .pic ul li{
		margin-left: 0;
		float: left;
		width: 49%;
	}
	.cases-list .pic ul li:nth-child(2n){
		float: right;
	}
	.cases-list .pic ul li img{
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.page{
		width: 760px;
	}
	.page ul .spana {
		width: 25px;
		height: 25px;
	}
	.news-list{
		width: 760px;
	}
	
	.product-list{
		width: 760px;
	}
	.product-list .pic ul{
		width:680px;
		margin: 0 auto;
	}
	.product-list .pic ul li{
		margin-left: 0;
	}
	.product-list .pic ul li:nth-child(2n){
		float: right;
	}
 	.solution-list{
		width: 760px;
	}
 	.about-cont {
 		width: 760px;
 	}
 	.contact-cont{
 		width: 760px;
 	}
 	.msgg-cont{
 		width: 760px;
 	}
 	.msgg-cont .bd{
 		width: 88%;
 		margin: 0 auto;
 		background: #eee;
 		margin-top: 2%;
 	}

}



@media (max-width: 767px) { 
	.header{
	 	height:90px;
	 	padding: 15px 0;
  
		overflow: hidden;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	.banner{
		margin-top: 110px !important;
	}
	.inside-banner{
		margin-top: 110px;
	}
	.header .logo img{
		height:90px;
		width: auto;
	}
	.header .main{
		width: 96%;
		display: block;
		height: auto;
		margin: 0 auto;
	 
	}
 	.header .tel{
 		display: none;
 	}
 	.header  .btn{
 		display: block;
 		float: right;
 		margin-top: 25px;
 	 
 	}
 
  
 	.header  .nav{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin: 0 auto;
 	 	margin-top: 10px;
 	 	display: none;
 	 
 	 
 	}
 	.header .nav ul:first-child{
		display: block;
		width: 100%;
	}
 	.header  .nav ul li{
 		float: inherit;
 		padding: 0;
 		text-align: left;
 		overflow: hidden;
 		margin: 0;
 		height: 30px;
 		border-bottom: 1px solid #eee;
 		background: url(../images/icon04.png)no-repeat 98% 8px;
 		background-size: auto 16px;
 		width: 100%;
 	}
 	.header  .nav ul li  h4{
 		float: left;
 	}
 	.header  .nav ul li span{
 		display: block;
 	}
 	.header  .nav ul li ul{
 		position: relative;
 		top: 0;
 		left: 0;
 	 
 	}
 	.header  .nav ul  .on{
 		background: url(../images/h01.png)no-repeat 98% 8px;
 		background-size: 16px auto;
 		height: auto;
 		overflow: hidden;
 	}
 	.header  .nav ul li ul li{
 		text-align: left;
 		text-indent: 30px;
 		overflow: hidden;
 		margin-left: 0;

 	}
  	.header  .nav ul li ul li:last-child{
  		border: none;
  	}
	.item ul li{
		background: none !important;
		height: 40px;
		border-bottom: 1px solid #d2d2d2;
		position: relative;
		width: 33.33%;
	}
	.item ul li:after{
		content:"";
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #d2d2d2;
	}
	.item ul li a{
		display: block;
		height: auto;
		overflow: hidden;
	}
	.item ul li div{
		width: 100%;
	}
	.item ul li .info {
		display: none;
	}
	.item ul li .tit span{
		display: none;
	}
	.item ul li .tit p{
		width: 100%;
		text-align: center;
		font-size: 16px;
		color:#333333;

	}
	.item ul li .tit p:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	


	.product .list{
		width: 96%;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
	}

	.product .list ul{
		flex-wrap: wrap;
		margin-left: -.8%;
	}
	.product .list ul li{
		width: 35.5%;
		margin-left: .8%;
		margin-top: 5px;
	}
	.product .list ul li a{
		font-size: 12px;
	}

	.product  .pic{
		width: 96%;
		margin: 0 auto;
	}
	.product  .pic ul{
		margin: 0;
		margin-top: 15px;
	}
	.product  .pic ul li{
		width: 48%;
		height: auto;
		margin: 0;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.product  .pic ul li:nth-child(2n){
		float: right;
	}
	.product  .pic ul li .bd{
	 
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.product  .pic ul li .bd div p{
		font-size:1.7vw;
	}
	.product  .pic ul li .bd div span{
		font-size: 12px;
	}
	.product .pic ul li:nth-child(n+7){
		display: none;
	}
	 .cases .bd{
	 	width:96%;
	 }

	 .cases .bd .swiper-slide p{
	 	line-height: 60px;
	 	height: 60px;
	 	font-size: 14px;
	 }

	 .section .about{
	 	width: 100%;
	 	float:inherit;
	 	background-size: 100% 100%;
	 }
	 .about .bd{
	 	width:96%;
	 	margin: 0 auto;
	 }
	 .adv{
	 	width: 100%;
	 	float: inherit;
	 	height: auto;
	 	overflow: hidden;

	 }
	 .adv .bd{
	 	width: 96%;
	 	margin: 0 auto;
	 }
	 .adv .bd .tit h4{
	 	font-size:6vw;
	 	height: auto;
	 	overflow: hidden;
	 	line-height: 50px;
	 	padding: 15px 0;

	 }
	  .adv .bd ul li  img{
	  	width: 15%;
	  }
	 .adv .bd ul li p{
	 	font-size: 4vw;
	 }
	 .adv .bd ul li span{
	 	font-size: 2vw;
	 }
	 .news{
	 	width: 96%;
	 	margin: 0 auto;
	 	height: auto;
	 	overflow: hidden;
	 	margin-top: 20px;
	 }
	 .news .choose{
	 	width: 100%;
	 	float: inherit;
	 	margin-top: 20px;
	 }
	.news .list{
	  	float: inherit;
	  	width: 100%;
	  	margin-top: 20px;
	  }
	
	.footer .logo{
		width: 38%;
		margin: 0 auto;
	}
	.footer .logo img{
		width: 100%;
	}
	 .footer  .main{
	  	width: 96%;
	  	margin: 0 auto;
	  	height:auto;
	  	overflow: hidden;
	  	align-items: center;
	  	justify-content: flex-start;
	  	flex-direction:column-reverse;
	  	align-content: flex-start
	  }
	.footer .left {
	  	float: inherit;
	  	margin-top: 30px;
	   
	  }
	 .footer .right{
	  	float: inherit;
	  	margin: 0;
	  }

	 .footer .right {
	  	height: auto;
	  	overflow: hidden;
	  	width: 100%;
	  }
	 .footer .right ul li{
	  	float: inherit;
	  	width: 100%;
	  	max-height: 33px;
	  	line-height: 33px;
	  	overflow: hidden;
	  	margin-top: 5px;
	  	box-shadow: 0 -1px 0 0 #d2d2d2 inset;
	 
	  	 
	  }
	 .footer .right ul li:after{
	   	width: 0;
	   	height: 0;
	   	overflow: hidden;
	   }
	.footer .right ul li:first-child:before{
	  	width: 0;
	  	height: 0;
	  	overflow: hidden;
	  }
	 .footer .right ul li a{
	   	text-align: left;
	   	display: inline;
	   	float: left;
	 
	 }
	 .footer .right ul li li{
	 	border: none;
	 	text-indent: 15px;
	 }

	  .footer .right ul li span{
	  	display: block;
	  	width: 25px;
	  	height: 25px;
	  	background: url(../images/icon04.png)no-repeat center;
	  	float: right;
	  	margin-top: 5px;
	  }
	  .footer .right ul li:hover ul{
	  	 height: auto;
	  }


	 .footer .left{
	 	width: 100%;
	 	height: auto;
	 	overflow: hidden;
	 	border-top: 3px solid #fff;
	 }
 	.footer .intro{
 		width: 100%;
 		float:inherit;
 		margin: 0 auto;
 		display: flex;
 		justify-content:center;
 		flex-direction: column;
 		align-items: center;
 		margin-top: 20px;
 	}
 	.footer .ewm{
 		width: 100%;
 		justify-content: center;
 		margin-top: 15px;
 		margin-bottom: 20px;
 	}
 	.footer .ewm div{
 		margin-left: 5px;
 		margin-right: 5px;
 	}
 	.footer .bd{
 		width: 96%;
 		flex-direction: column;
 		padding: 10px 0;

 	}
 	.footer .bd div{
 		flex-direction: column;
 	}
 	.footer .bd div p{
 		text-align: center;
 	}
 	.inside-title{
 		width: 96%;
 		align-items: flex-start;
 		flex-direction:column-reverse;
 		
 	}
 	.inside-title .t{
 		margin-top: 15px;
 	}
 	.cases-list {
 		width: 96%;
 	}

 	.cont-list ul li{
 		width: 33.3%;
 	 	border: none;
 	 	border-right: 1px solid #c9c9c9;
 	 	border-bottom: 1px solid  #c9c9c9;
  		box-sizing: border-box;
 	}
 	.cont-list ul li:nth-child(-1n+4){
 		border-top: none;
 	}
 	.cont-list ul li:nth-child(-n+3){
 		border-top: 1px solid #c9c9c9;
 	}
 
 	.cases-list .pic{
 		width: 96%;
 	}
 	.cases-list .pic ul {
 		width: 100%;
 	}
 	.cases-list .pic ul li{
 		width: 49%;
 		margin: 0;
 		margin-bottom: 15px;
 	}
 	.cases-list .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.cases-list .pic ul li img{
 		display: block;
 		width: 100%;
 		height: auto;

 	}
 	.cases-list .pic ul li p{
 		font-size:2.5vw;
 	}
 	.page{
 		width: 96%;
 	}
 	.page  span{
 
 		height: 25px;
 		width: 25px;
 	}
 	.page  span img{
 		display: block;
 	}
 	.page ul li{
 		width: auto;
 		height: auto;
 		overflow: hidden;
 	 	width: 30px;
 	 	height: 25px;
 	 	font-size: 12px;
 	}
 	.page ul li a{
 		line-height:25px;
 		height:25px;
 		font-size: 12px;

 	}
 	.page .spana {
 		width: 30px;
 		height: 25px;
 	}

 	.news-list{
 		width: 96%;
 		margin-top: 25px;
 	}
 	.news-list .list {
 		margin-top: 20px;
 	}
 	.news-list .list ul li .time {
 		width: 80px;
 		height: auto;
 		overflow: hidden;
 		margin-top: 10px;
 	}
 	.news-list .list ul li .time p {
 		font-size:20px;
 	}
 	.news-list .list ul li .time span{
 		font-size: 12px;
 		margin-top: 5px;
 	}
 	.news-list .list ul li .info{
 		width: 80%;
 	}
 	.news-list .list ul li .info p{
 		font-size:3.5vw;
 	}
 	.news-list .list ul li .info span{
 		font-size: 2vw;
 	}

 	.product-list{
 		width: 96%;
 	}
 	.product-list .pic ul{
 		width:99.5%;
 		margin: 0 auto;
 	}
 	.product-list .pic ul li{
 		margin-left: 0;
 		width: 48%;
 		height: auto;
 		overflow: hidden;
 	}
 	.product-list .pic ul li .bd{
 		margin:  8%;
 	}
 	.product-list .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.product-list .pic ul li .bd img{
 		height:auto;
 	}
 	.solution-list{
		width: 96%;
	}
	.about-cont {
		width: 96%;
	}
	.about-cont .info p{
		font-size: 12px;
	}
	.contact-cont{
		width: 96%;
	}
	.contact-cont .intro ul li p{
		font-size: 14px;
	}
	.contact-cont .intro ul {
		flex-direction: column;
	}
	.contact-cont .intro ul li {
		float: inherit;
		width: 100%;
		padding:5% 0;
		justify-content:flex-start;
		flex-direction:initial;
		margin-top: 5px;
		flex-wrap: wrap;
	}
	.contact-cont .intro ul li img{
		height:45px;
		margin-left: 10px;
	}
	.contact-cont .intro ul li p{
		font-size: 12px;
	 	justify-content: flex-start;
	 	font-size: 16px;
	 	width: 70%;
	 	margin: 0;
	 	margin-left: 10px;
	 	height: auto;
	}
	.msgg-cont{
		width: 96%;

	}
	.msgg-cont .bd{
		width: 88%;
	}
	.msgg-cont .bd form ul li input {
		width: 65%;
 
	}
	.msgg-cont .bd form ul li textarea{
		width: 65%;
 
	}
	.msgg-cont .bd form ul li p{
		font-size: 14px;
	}
	.solution-list .pic ul li p{
		font-size: 14px;
	}
	.product .list  ul{
		margin:0;
		margin-top: 10px;
		justify-content: space-between;
	}
	.product .list  ul li{
		width: 49%;
		height: auto;
		margin-left: 0;
	}
	.phone{
		display: block;
	}
	
}


@media (max-width: 480px) { 
 	
 	.header .logo{
 		width: 75%;
 		margin-top: 10px;
 	}
 	.header .logo img{
 		display: block;
  		width: 100%;
 		height: auto;
 		overflow: hidden;
 	}
 	.header  .btn{
 		width: 10%;
 	}
	.header  .btn img{
		display: block;
		width: 100%;
	}
	.header ul li h4{
		float: left;
	}

	.inside-title .t p{
		font-size: 18px;
		line-height: 25px;
		height: 25px;
	}
	.cases-list{
		margin-top: 20px;
	}
	.cont-list ul li{
		height: 35px;
		line-height: 35px;
	}
	.cont-list ul li a{
		font-size: 12px;
	}

	.news-list .list ul li .time{
		width: 90px;
	}
	.news-list .list ul li .info{
		width: 78%;
	}
	.news-list .list ul li .info span{
		  -webkit-line-clamp:1;
	}

	.product-list .pic ul li .bd div p{
		font-size: 12px;
	}
	.product-list .pic ul li .bd div p span{
		font-size: 12px;
	}
 
	.contact-cont .intro ul li img{
		height: 30px;
		 
	}
	.contact-cont .intro ul li p{
 
	 	font-size: 13px;
 
	}
	.msgg-cont .bd form ul li p{
		font-size: 12px;
	}
	.msgg-cont .bd form .btn{
		font-size: 16px;
		height: 35px;
	}
	.msgg-cont .bd{
		height: auto;
		overflow: hidden;
		padding-bottom:8%;
	}
	.crumbs{
		width: 100%;
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
	.solution-list .pic ul li p{
		font-size: 12px;
	}
	.title p{
		font-size: 20px;
	}
	.title span{
		font-size: 14px;
	}
	.cases .title {
		margin-top: 15px;
	}
	.about .tit p{
		font-size: 20px;
	}
	.about .tit  span{
		font-size: 12px;
	}
	.about .intro p {
		font-size: 14px;
	}

	.news .list ul li .info p{
		font-size: 14px;
	}
	.news .list ul li .info span{
		font-size: 12px;
	}
	.news .list ul li .time p {
		font-size: 18px;
	}
	.news .list ul li .time  span{
		font-size: 12px;
		margin-top: 5px;
	}
	.news .choose .info h4 {
		font-size: 16px;
	}
	.news .choose .more{
		font-size: 12px;
		width: 68px;
		height: 25px;
		line-height: 25px;
	}
}

.product-list .pic h5,.news-list h5{ text-align:center; line-height:30px; font-size:18px;}
.productimg img,.product_con img{ max-width:100%; text-align:center;}
.pageinfo{ width:100%;}


