*{margin:0px;padding:0px;}body{background:#fff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}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;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}


@font-face {
    font-family:D-DIN;
    src: url(../font/D-DIN.ttf),url(../font/D-DIN.woff);

}

.top{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
}

.top .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
}
.top p{
	color: #999999;
	font-size: 14px;
}
.top ul{
	display: flex;
	align-items: center;
}
.top ul li a{
	display: block;
	color: #999;
	font-size: 14px;
}

.top ul li{
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	background: #a7a7a7;
	top: 50%;
	transform: translateY(-50%);
}
.top ul li:last-child{
	padding-right: 0;
}
.top ul li:last-child:after{
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
}
.main{
	width: 1400px;
	margin:0 auto;
 
}
 
.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head img{
	display: block;
}

.head .name{
	display: flex;
	align-items: center;

}
.head hr{
	display: block;
	width: 1px;
	height: 57px;
	margin:0 20px;
	border:none;
	background: #dcdcdc;
}
 
 
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 135px;
	padding: 20px 0;
	box-sizing: border-box;
}

.head  .tel {
 
 
}
.head  .tel  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head  .tel img{
	display: block;
	margin-right: 10px;
}

.head  .tel  p{
	color: #666666;
	font-size: 16px;
	font-family:D-DIN,Microsoft YaHei;
}

.head  .tel  b{
	color: #2460d2;
	display: block;

	font-size: 38px;
	line-height: 40px;
	font-family:D-DIN,Microsoft YaHei;
}
 
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}

.banner  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:60px !important;
	position: absolute;
	color: #fff;
	font-size: 20px;
	width: 100%;
	z-index: 1;
}

.banner  .swiper-pagination span{
	 margin: 0 10px;
	 width: 12px;
	 height: 12px;
	 position: relative;
	 border-radius: 50%;
	 background:#fff;
}
 
.banner  .swiper-pagination .swiper-pagination-bullet-active{
	background:#0361d2;
}
 
 
 
.banner  .swiper-button-disabled{
	opacity: .3;
}
 
 
.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

 
.nav-btn{
	display: none;
}
.mbanner{
	display: none;
}
 
.ach{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f9991d;
}
.ach ul{
	display: flex;
	width: 1030px;
	height: 180px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.ach ul li p{
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.ach ul li b{
	font-size: 60px;
}

.ach ul li h4{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title h4{
	color: #2c2d31;
	font-size: 42px;
	display: table;
	padding-right:20px;
	background: url(../images/icon01.png) no-repeat right 5px;
}

.title  p{
	color: #666666;
	font-size: 16px;
	margin-top: 3px;
}
.product .title ul{
	display: flex;
}
.product .title ul li{
	position: relative;
	margin-left: 40px;
	padding-bottom: 25px;
	position: relative;
}
.product .title ul li:after{
	content: "";
	width: 100%;
	position: absolute;
	height: 0px;
	bottom: 0;
	transition: 0.5s;
	background: #f68a00;
}
.product .title .more{
	display: block;
	color: #2c2d31;
	color: #888888;
	font-size: 20px;
	font-size: 20px;
}
 
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
	box-sizing: border-box;
}

.in-pro{
	margin-top: 0;
}


.pro-list{
	margin-top:10px;
}
.product  .pic{
	margin-top: 30px;
}
.product  .pic ul li{
	float: left;
	width: 32%;
	height: auto;
	margin-bottom: 30px;
	transition: .5s;
	margin-left: 2%;
	border:1px solid transparent;
	box-sizing: border-box;
}
.product  .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product  .pic ul li div{
	overflow: hidden;
	height: auto;
	overflow: hidden;
}

.product  .pic ul li img{
 	display: block;
	width: 100%;

}

.product  .pic ul li  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 25px 15px;
	box-sizing: border-box;
}


.product  .pic ul li  .info h4{
 
	font-size: 22px;
	color: #0361d2;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.product  .pic ul li  .info  p{
	color: #555555;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	width: 100%;
	margin-top: 10px;
	padding-right: 50px;
	box-sizing: border-box;
}
.product  .pic ul li  .info  p:after{
	content: "→";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #555555;
}
.in-pro .pic ul li .info p{
	white-space: normal;
	padding: 0;
	line-height: 26px;
}
.in-pro .pic ul li .info p:after{
	display: none;
}

.in-pro .pic ul li .info{
	height: 210px;
}

.course{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.course .c-title p{
	color: #cccccc;
	font-size: 36px;
	text-transform: uppercase;

}
 
.course .c-title  h4{
	color: #333333;
	font-size: 36px;
}

.course .c-title b{
	color: #0361d2;
	font-size: 36px;
}

.course ul {
	margin-top: 30px;
}

.course ul li{
	float: left;
	width: 680px;
	height: auto;
	padding: 20px;
	overflow: hidden;
	border:1px solid  #e5e5e5;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.course ul li:last-child{
	float: right;
}
.course ul li  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.course ul li img{
	display: block;
	width: 260px;
	height: 260px;
}

.course ul li  h4{
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}


.course ul li  p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}


.course ul li i{
	display: block;
	width: 120px;
	height: 40px;
	background: #0361d2;
	border-radius: 10px;
	box-sizing: border-box;
	color: #fff;
	font-style: normal;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	margin-top: 30px;
}

.course ul li .info{
	width: 55%;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases .tit{
	width: 100%;
	height: 500px;
	background: url(../images/bg01.jpg) no-repeat center;
}

.cases .tit .main{
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cases .tit  img{
	display: block;
	margin-right: 300px;
	margin-top: 100px;
}
.cases .tit .main div{
	float: right;
	width: 520px;
 
}
.cases .tit h4{
	color: #ffffff;
	font-size: 48px;
	position: relative;
	padding-bottom: 30px;
}

.cases .tit h4:after{
	content: "";
	width: 110px;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #04b3ea;
}

.cases  .tit p{
	color: #ffffff;
	font-size: 18px;
	line-height: 43px;
	margin-top: 40px;
}

.cases  .item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .item ul li{
	width: 49%;
 
	box-sizing: border-box;
	float: left;
	position: relative;
}
.cases .item  ul li:nth-child(2n){
	float: right;
}

.cases .item ul li   div{
	position: relative;
}
.cases .item ul li .img-box:after{
	content: "";
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 76%;
 
	left: 0;
	top: 0;
}

.cases .item ul li .img-box img{
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}

.cases .item ul li .info{
	width: 92%;
 	height: 120px;
	left: 50%;
	padding: 25px 30px;
	box-sizing: border-box;
	transition: .5s;
	transform: translateX(-50%);
	overflow: hidden;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	bottom: 30px;
}

.cases .item ul li .info:after{
	content: "";
	width: 66px;
	height: 66px;
	display: block;
	background: url(../images/icon04.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.cases .item ul li .info h4{
	color: #333333;
	font-size: 24px;
	width: 100%;
	 white-space: nowrap;
 	line-height: 66px;
    text-overflow: ellipsis;
    padding-right: 15%;
    box-sizing: border-box;
    font-weight: normal;
    overflow: hidden;
}

 
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .show .box{
	width: 600%;
}
.cases .show .box ul li{
	float: left;
	width:335px;
	margin-left: 20px;
	position: relative;
}

.cases .show .box ul li img{
	display: block;
	width: 100%;
}

.cases .show .box ul li p{
	width: 90%;
	height: 60px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	color:#333333;
	font-size: 18px;
	position: absolute;
	left: 50%;
	transition: .5s;
	transform: translateX(-50%);
	line-height: 60px;
	 white-space: nowrap;
	 padding: 0 5px;
	 box-sizing: border-box;
    text-overflow: ellipsis;
    bottom: 10px;
    overflow: hidden;
}


.case-list {
	margin-top: 30px;
}

.case-list  ul li{
	float: left;
	width: 32%;
	height: auto;
	margin-bottom: 30px;
	transition: .5s;
	margin-left: 2%;
	overflow: hidden;
	position: relative;
}
.case-list  ul li:nth-child(3n-2){
	margin-left: 0;
}
.case-list  ul li div{
	overflow: hidden;
}

.case-list  ul li img{
 	display: block;
	width: 100%;
}


.case-list  ul li p{
	width: 96%;
	background: rgba(255,255,255,.8);
	position: absolute;
	left: 50%;
	bottom:20px;
	transform: translate(-50%);
	line-height:60px;
	text-align: center;
	font-size: 16px;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	padding: 0 5px;
 	box-sizing: border-box;
 	overflow: hidden;
	color: #333;
}
 

.section{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.section .tit{
	display: flex;
	align-items: flex-end;
}
.section .tit p{
	color: #323232;
	font-size: 30px;
}

.section .tit b{
	color:#0361d2;

}
.section .tit span{
	display: block;
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
}



.about{
	width: 590px;
	height: auto;
	overflow: hidden;
	float: left;
}
.about .img{
	margin-top: 20px;
	position: relative;
}
.about .img img{
	display: block;
	width: 100%;
}

.about .img p{
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
 	text-indent: 2em;
	line-height: 50px;
}
.about .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #333333;
	font-size: 15px;

	line-height: 24px;
}

.about .info p{
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about  a{
	display: flex;
	align-items: center;
	color: #999999;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 30px;

}

.about a img{
	display: block;
	margin-left: 8px;
}

.honor{
	width: 758px;
	height: auto;
	overflow: hidden;
	float: right;
}

.honor .tit div{
	display: flex;
	align-items: flex-end;
}
.honor .tit{
	justify-content: space-between;
	align-items: center;
}

.honor .tit a{
	 display: flex;
	 align-items: center;
	 color: #999999;
	 font-size: 15px;
	 text-transform: uppercase;
 
}

.honor .tit a img{
	display: block;
	margin-left: 8px;
}

.honor ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.honor ul li{
	float: left;
	width: 238px;
	margin-left: 20px;
	margin-bottom:15px;
}
.honor ul li:nth-child(3n-2){
	margin-left: 0;
}
.honor ul li div{
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
.honor ul li img{
	display: block;
	width: 100%;
}

.honor ul li p{
	text-align: center;
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	overflow: hidden;
	 box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 35px 0;
	margin-top: 80px;
	padding-bottom: 105px;
}


.news .title ul li{
	float: left;
	width: 120px;
	height: 35px;
	border:1px solid #626262;
	line-height: 35px;
	margin-left: 10px;
	text-align: center;
	box-sizing: border-box;
}

.news .title ul li a{
	color: #333333;
	font-size: 14px;
}

.news .left{
	width: 630px;
	height:auto;
	overflow: hidden;
	float: left;
	margin-top: 50px;
	background: #fff;
}
.news .left .img{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.news .left .img:after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 67%;
 
}
.news .left .img img{
	display: block;
 	top: 50%;
	position: absolute;
	width: 100%;
 
	transform: translateY(-50%);
}

.news .left  .info{
	width: 580px;
	height:300px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0px 4px 6px 0px #e7e7e7;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	padding: 0 50px;
	z-index: 10;
	position: relative;
	margin-top: -100px;
	transition: .5s;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.news .left  .info h4{
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 1px dashed #dcdcdc;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.news .left  .info p{
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 20px;
}

.news .left  .info span{
	display: block;
	color: #000000;
	font-size: 20px;
	margin-top: 30px;
}


.news .right {
	float: right;
	width: 750px;
	height: auto;
	margin-top: 50px;
	overflow: hidden;

}

.news .right  ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#d9d9d9;
	margin-bottom: 20px;
	padding: 25px;
	box-sizing: border-box;
}

.news .right  ul li a{
	display: flex;
	align-items: center;
}
.news .right  ul li .time{
	width: 110px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #707070;
	flex-wrap: wrap;
	transition: .5s;
	flex-direction: column;
}

.news .right  ul li .time b{
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}

.news .right  ul li .time  p{
	color: #fff;
	font-size: 16px;
}

.news .right  ul li .info{
	width: 570px;
	height:160px;
	overflow: hidden;
	padding: 35px;
	box-sizing: border-box;
	background: #fff;
	transition: .5s;
}

.news .right  ul li .info h4{
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 10px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .right  ul li .info p{
	color: #666666;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    overflow: hidden;
}

.news .right  ul li .info span{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	box-sizing: border-box;
	background:#222222;
}

.footer .main{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
.footer .tit{
	display: flex;
	align-items: center;
	position: relative;
}

.footer .tit p{
	color: #04b3ea;
	font-size:22px;
	font-weight: bold;
}
.footer .tit  b{
	color: #80b2ff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}

 
.footer .intro{
	width: 610px;
	margin-bottom: 20px;
}
.footer .intro .tit{
	padding-bottom: 24px;
}
.footer .intro .tit p:after{
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #04b3ea;
}
.footer  .info{
	margin-top: 20px;
}
.footer  .info p{
	color: #999999;
	font-size: 16px;
	line-height: 30px;
	 
}


.footer .menu{
 	width: 295px;
	height: auto;
}
.footer .menu  ul{
	margin-top: 25px;
}
.footer .menu  ul li{
 	float: left;
	width: 140px;
	height: 42px;
	border: 1px solid #535353;
	box-sizing: border-box;
	line-height: 42px;
	text-indent: 15px;
	position: relative;
	margin-bottom: 10px;
}
.footer .menu  ul li:nth-child(2n){
	float: right;
}

.footer .menu  ul li:after{
	content: "+";
	position: absolute;
	right: 20px;
	color: #999999;
	font-size: 14px;
}
.footer .menu  ul li a{
	color:#999999;
	font-size: 18px;
}
 
.footer  .ewm img{
	display: block;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	margin-top:20px;
 
	 
}

.links{
	width: 1400px;
	margin: 0 auto;
	margin-top:80px;
}

.links .tit{
	float: left;
}

.links h4{
	color: #999999;
	font-size: 16px;
}

.links ul li {
	float: left;
	margin-left: 5px;
}
.links ul li a{
	color: #999999;
	font-size: 16px;
	display: block;
}
.gotop{
	display: none;
	 
}
 
 

.float{
	display: none;
}


.cr{
	width: 100%;
	height: 50px;
	background:#2c2d31;
	text-align: center;
	color: #999999;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.cr span{
	text-align: center;
	margin: 0 5px;
	line-height: 50px;
}

.cr span a{color: #999999;}
.cr span a:hover{color: #ff0000;}

 

.fn{
	display: none;
}

.crumbs{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
}

.crumbs .tit{
	width: 52px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	height: 52px;
 	float: left;
 	margin-right: 17px;
 
}
.crumbs .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.crumbs p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a{
 
	color:#999999;
	 
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a:after{
	content: ">";
	position: absolute;
	right:5px;
	top: 0;
	height: 20px;
	line-height: 20px;
	color:#999;
	display: block;
	font-size: 12px;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.inside-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 20px;
}

.inside-cont .section{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
}

.about-article{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
 
	 
}
 
.about-article img{
	display: block;
	margin: 0 auto;
}
.about-article .info{
 
	color:#555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.cont-article{
	width: 1115px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cont-article .title{
	margin-top: 55px;
	margin-bottom: 40px;
}
.cont-article ul{
	height: auto;
	overflow: hidden;
}
.cont-article ul li{
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 35px;
	padding-bottom: 13px;
	align-items: center;
}
.cont-article ul li:nth-child(2n){
	float: right;
}
.cont-article ul li p{
	color:#555555;
	font-size: 18px;
	margin-left: 20px;
}
 
 
 
.pro-list .pic ul li:nth-child(n+9){
	display: block !important;
}


.contact-section{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.contact-section .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-section .info{
	width: 45%;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.contact-section .info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

 
.contact-section .map{
	width: 50%;
	height: 460px;
}



.page{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 50px auto;

 

}

.nav-links{
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-links a{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links span{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links .current{
	background: #04b3ea;
	border: 1px solid  #04b3ea;
	color: #fff;
}

 
.news-list{
	width: 1400px;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
	padding-top: 5px;
	overflow: hidden;
 
}

.news-list ul li{
	width:49%;
	height: auto;
	float: left;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 12px;
	position: relative;
	transition: .5s;
}

.news-list ul li:nth-child(2n){
	float: right;
}
 

.news-list ul li  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-list ul li .time{
	width:110px;
	height:110px;
	background:#707070;
	position: relative;
	overflow: hidden;
	border: 1px dotted #C1C1C1;
}

.news-list ul li .time:after{
	content: "";
	width: 16px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	background: #fff;
	top: 55px;
}
.news-list ul li .time span{
	color: #fff;
	font-size: 16px;
	margin-top:20px;
	text-align: center;
	display: block;
}
.news-list ul li .time p{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 22px;

}
.news-list ul li .info{
	width:500px;
	margin-right: 20px;
}
.news-list ul li .info h4{
	color: #111111;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
 
}

.news-list ul li .info p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
	padding-bottom: 5px;
}
.detailed .tit h4{
	font-size: 22px;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.detailed .tit p{
	text-align: center;
	color:#333;
	display: block;
	margin-top: 10px;
	background: #eee;
	border-bottom: 1px solid #f1f1f1;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.detailed .tit span{
	margin: 0 10px;
}
.detailed  img{
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	min-height:150px;
	color:#333;
	line-height: 30px;
	font-size: 16px;
}


.detailed  .info p{
	text-indent: 2em;
}
 
.img-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.img-list ul li{
	float: left;
	width: 337px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.img-list ul li div{
	border: 1px solid #eee;
}
.img-list ul li img{
	display: block;
	width: 100%;
}
.img-list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	  white-space: nowrap;
    text-overflow: ellipsis;
}
.img-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.fy{
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


.fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
.fy p:first-child{
 	border: none;
 }

.fy a{
 	color:#333333;
 	font-size: 14px;
 }

.fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
}
.tab{
	height: auto;
	margin-top: 40px;
	width: 1200px;
	margin:0 auto;
	margin-top: 40px;
	overflow: hidden;
}
.tab ul{
	display: table;
	margin:0 auto;
}
.tab ul li{
	width:196px;
	box-sizing: border-box;
	height:55px;
	border:1px solid #cfcfcf;
	line-height:55px;
	float: left;
	margin:2px;
	text-align: center;
}

.tab ul li a{
	display: block;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	font-weight: bold;
}
.tab ul .current{
	background: #0361d2;
	border:1px solid #0361d2;
}
.tab ul .current a{
	color: #fff;
}
@media (min-width: 1200px){
 	
 	

 	.nav{
 		width: 100%;
 		height: 70px;
 		background:#0361d2;
 		position: relative;
 		z-index: 100;
 	}

 	.nav ul{
 		width: 1400px;
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 		height: 70px;
 		margin: 0 auto;
 	 

 		box-sizing: border-box;
 	}
 	.nav ul li{
 		float: left;
 		line-height: 70px;
 		width: 100%;
 		text-align: center;
 		position: relative;
 	}
 	 
 	.nav ul li a{
 		color: #fff;
 		font-size: 20px;
 	
 		display: block;
 	}
 	.nav ul .current-menu-item{
 		background: #04b3ea;
 	}
 	.nav ul .current-menu-item a{
 		color: #fff;
 	}

 	.nav ul .current-menu-parent{
 		background: #04b3ea;
 	}
 	.nav ul .current-menu-parent a{
 		color: #fff;
 	}

 	.nav ul ul{
 		height: auto;
 		overflow: hidden;
 		position: absolute;
 		left: 0;
 		top: 70px;
 		width:100%;
 		z-index: 100;
 		border: none;
 		display: none;
 	}

 	.nav ul ul li{
 		height:60px;
 		line-height:60px;
 		background: rgba(47,121,184,.8);
 		margin-bottom: 1px;
 		padding: 0 5px;
 		box-sizing: border-box;
 		border-bottom: 1px solid transparent;
 		border-top: 1px solid transparent;
 	}
 	 

 	.nav ul ul li a{
 		display: block;
 		color: #333333;
 		font-size: 15px;
 		 white-space: nowrap;
 	    text-overflow: ellipsis;
 	    overflow: hidden;
 	    color: #333333;
 	    font-weight: normal;
 	}


 	.nav ul li:hover{
 		background:#04B3EA;
 	}
 
 	.nav ul li:hover ul li a{
 		color: #fff;
 	}
 	.nav ul li:hover ul li{
 		background: rgba(2,99,178,.8);
 	}
 	.nav ul li:hover ul{
 		display: block;
 	}
 	.nav ul li ul li:hover  {
 		border-top: 1px solid #F4DFD0;
 		border-bottom: 1px solid #F4DFD0;
 		background: rgba(50,174,227,.8);
 	}


 	.title ul li:hover:after{
 		height:5px;
 	}
	.img-box{
		overflow: hidden;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
	.img-box img{
		transition: .5s;
	}
 	.product .pic ul li:hover{
 		border:1px solid #014ca7;
 	 
 	}
	.product .pic ul li:hover .info {
		border-color: transparent;
		border-top: 1px solid  #014ca7;
	}

 	.product .pic ul li:hover .info  h4{
 		color:  #0361d2;
 	}
 	.adv ul li:hover{
 		box-shadow:0 0 5px 3px #b7b7b766;
 		border:1px solid #0361d2;
 	}

 	.cases .item ul li:hover .info{
 		background: rgba(3,97,210,1);
 	}
 	.cases .item ul li:hover .info h4{
 		color: #fff;
 	}

 	.cases .show .box ul li:hover p{
 		color: #fff;
 		background: rgba(3,97,210,1);
 	}

 	.cases .item ul li:hover .info:after{
 		background: url(../images/icon05.png) no-repeat center;
 	}

 	.case-list  ul li:hover p{
 		color: #fff;
 		background: rgba(3,97,210,1);
 	}
 	.honor ul li:hover div{
 		border:1px solid #0361d2;
 	}

 	.honor ul li:hover p{
 		color: #0361d2;
 	}
 	.honor .tit a:hover{
 		color: #0361d2;
 	}

 	.news .left .info:hover{
 		transform: translateY(-10px);
 	}
 	.news .right ul li:hover .time{
 		background: #0361d2;
 		position: relative;
 		z-index: 1;

 	}
 	.news .right ul li:hover .info{
 		box-shadow: 0 0 5px 3px #8d8d8d8f;
 	}

 	.news .right ul li:hover .info h4{
 		color: #0361d2;
 	}

 	.news .title ul li:hover{
 		background: #0361d2;
 		border:1px solid  #0361d2;
 	}
 	.news .title ul li:hover a{
 		color: #fff;
 	}

 	.news-list ul li:hover .info h4{
 		color: #04B3EA;
 	}

 	.news-list ul li:hover .time{
 		background: #04B3EA;
 	}

 	.news-list ul li:hover{
 		transform: translateY(-2px);
 	}

 	.footer .menu ul li:hover{
 		border:1px solid #04B3EA;
 	}

 	.footer .menu ul li:hover a{
 		color: #04B3EA;
 	}

 	.course ul li:hover{
 		box-shadow: 0 0 10px #deebf9, 0 0 20px #deebf9;
 	}
}


@media (max-width: 1440px){
	.main{
		width: 1200px;
	}
	 
	.nav ul{
		width: 1200px;
	}

	.adv ul{
		width: 830px;
	}
	.adv ul li{
		width: 395px;
	}

	.cases .tit{
		background-position: 60% center;
	}

	.course ul li{
		width: 49%;
	}
	.course ul li .info{
		width: 47%;
	}

	.honor{
		width: 585px;
	}
 	.honor ul li{
 		width: 181px;
 	}

	.news .left{
		width: 580px;
	}
	.news .left .info{
		width: 520px;
	}
	.news .right{
		width: 600px;
	}

	.news .right ul li .info{
		height: 149px;
		width: 445px;
	}

	.links{
		width: 1200px;

	}

	.img-list ul li{
		width: 287px;
	}

	.news-list{
		width: 1200px;
	}

	.news-list ul li .info{
		width: 400px;
	}
}

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

	.top{
		display: none;
	}
	.main{
		width: 7.1rem;
	}
	 
	.head {
		height: auto;

	}
  	.head .main{
  		height: 1.6rem;
  		padding: 0;
  		min-height: auto;
  		 
  	}
  	.head .name{
  		width: 5.6rem;
  	}
 	.head .name img{
  		width: 100%;
  	}
  	.head .name hr{
  		display: none;
  	}

	.head .tel{
	 	width: 1rem;
	 	height: 1rem;
	 	background: url(../images/tel-icon.png) no-repeat center;
	 	background-size:100% auto;
	}
	.head .tel div{
		display: none;
	}
	 
	.head .tel img{
		width: 100%;
		margin: 0;
	}


	.head .btn{
		display: block;
		width: .6rem;
		height: .6rem;
		background: url(../images/btn.png) no-repeat center;
		background-size: 100% auto;
	}

	.head .tel a{
		width: 100%;
		height: 100%;
	}
  	.pcbanner{
  		display: none;
  	}
  	.mbanner{
  		display: block;
  	}
	.ing-banner img{
		display: none;
	}
	.ing-banner img:last-child{
		display: block;
	}


 	
	.mbanner img{
		display: block;
		width: 100%;
	}
	.banner .swiper-pagination{
		bottom: .3rem !important;
	}
	.banner .swiper-pagination span{
		margin:0 .1rem;
	}

	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.nav-btn{
		width: 100%;
		height: auto;
		overflow: hidden;
		background:#0361d2;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: .36rem;
		padding: .3rem 0;
		color: #fff;
	}
	.nav-btn p{
		padding-right: .6rem;
		position: relative;
	}
	.nav-btn p:after{
		content: "";
		position: absolute;
		right: 0;
		width: .4rem;
		top: 0;
		display: block;
		height: .5rem;
		background: url(../images/btn.png) no-repeat center;
		background-size: 100% auto;
	}

	.nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 1000;
		display: none;
	}

	.nav  ul{
		position: relative;
		left: 50%;
		top: 10%;
		width: 90%;
		transform:translateX(-50%);
	}
	.nav  ul li{
		border-bottom: 1px solid #eee;
		line-height:1.2rem;
		text-align: center;
		width: 100%;
	}
	.nav  ul li a{
		display: block;
		font-size: .38rem;
		color: #333;
	}
	.nav i{
		display: block;
		width: .8rem;
		height: .8rem;
		background: red;
		position: absolute;
		right: .2rem;
		background: url(../images/close.png) no-repeat center;
		background-size: .4rem auto;
		top: .2rem;
	}
	

 	.ach ul{
 		width: 6.2rem;
 		height: 2rem;
 	}
 	.ach ul li b{
 		font-size: .46rem;
 	}
 	.ach ul li p{
 		font-size: .32rem;
 	}

 	.ach ul li h4{
 		font-size: .24rem;
 	}
 	.title{
 		 align-items: flex-end;
 	}
 	.title h4{
 		font-size: .5rem;
 		background-size: .6rem;
 		background-position: right top;
 	}
 	.title p{
 		font-size: .26rem;
 	}
 	.product .title .more{
 		font-size: .26rem;
 	}
	.product{
		padding: 0;
		margin-top: .52rem;
	}
	.pro-list{
		padding: 0;
		margin-top: 0rem;
	}
	.product .title ul{
		width: 100%;
		margin-top: .3rem;
	}
	.product .title ul li {
	 
		width: 100%;
		margin-left: 1%;
		padding: 0;
		text-align: center;
		 
	}
	.product .title ul li:nth-child(3n-2){
		margin-left: 0;
	}
	.product .title ul li a{
		font-size: .28rem;
	}

	.product .title ul li:last-child a{
		font-size: .28rem;
	}
	.product .pic{
		margin-top: 0;
		margin-top: .3rem;
	}
	.product .pic ul li{
		width: 49%;
		margin-left: 0;
		margin-bottom: .3rem;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}
	.product .pic ul li .info {
		padding: .2rem .2rem;
	}
	.product .pic ul li .info h4{
		font-size: .3rem;
	}
	.product .pic ul li .info p{
		font-size: .24rem;
		padding-right: .4rem;
		margin-top: .1rem;
	}
	.course {
		margin-top: .2rem;
	}
	.course .c-title p{
		font-size: .34rem;
	}
	.course .c-title h4{
		font-size: .42rem;
	}

	.course .c-title b{
		font-size: .38rem;
	}
	.course ul{
		margin-top: .3rem;
	}
	.course ul li{
		width: 100%;
		padding: .2rem;
		margin-bottom: .2rem;
	}
	.course ul li img{
		width:3.2rem;
		height: auto;
	}
	.course ul li h4{
		font-size: .32rem;
		margin-bottom: .3rem;
	}
	.course ul li p{
		line-height: .38rem;
		margin-bottom: .1rem;
		font-size: .24rem;
	}
	.course ul li i{
		margin-top: .2rem;
		font-size: .22rem;
		width: 1.8rem;
		height: .6rem;
		line-height: .6rem;
	}
	.case-list{
		margin-top: 0;
		margin-top: .3rem;
	}
	.case-list ul li{
		width: 49%;
		margin-left: 0;
		margin-bottom: .2rem;
	}
	.case-list ul li:nth-child(2n){
		float: right;
	}
	.case-list ul li .info {
		padding: .2rem .2rem;
	}
	.case-list ul li .info h4{
		font-size: .3rem;
	}
	.case-list ul li .info p{
		font-size: .24rem;
		padding-right: .4rem;
		margin-top: .1rem;
	}

	.case-list ul li p{
		font-size: .24rem;
		line-height: .8rem;
		height: .8rem;
		bottom: .2rem;
	}

 	.adv{
 		margin-top: .4rem;
 	}
 	.adv .main{
 		display: block;
 	}
 	.adv .intro .tit p{
 		font-size: .36rem;
 	}
 	.adv .intro .tit h4{
 		font-size: .38rem;
 	}

 	.adv .intro .text{
 		font-size: .28rem;
 		line-height: .48rem;
 		margin-top: .2rem;
 	}
 	
 	.adv ul{
 		width: 100%;
 		margin-top: .3rem;
 	}
 	.adv ul li{
 		width: 100%;
 		height:auto;
 		padding: .3rem 0;
 		align-items: flex-start;
 		padding-left: .2rem;
 	}
 	.adv ul li:nth-child(2n){
 		float: right;
 	}

 	.adv ul li img{
 		height: .6rem;
 		margin-top: .2rem;
 	}
 	.adv ul li h4{
 		font-size: .32rem;
 	}
 	.adv ul li p{
 		font-size: .26rem;
 		line-height: .42rem;
 		margin-top: .1rem;
 	}
 	.adv ul li .info{
 		margin-left: 5%;
 	}
	
	.cases{
		margin-top: .3rem;
	}

	.cases .tit{
		height: auto;
	}
	.cases .tit .main{
		height: auto;
		padding: 1rem 0;
		justify-content: space-between;
		align-items: flex-start;
	}
	.cases .tit .main div{
		width: 4.2rem;
	}
	.cases .tit img{
		margin: 0;
		margin-left: .2rem;
		margin-right: .2rem;
		height: 2.5rem;
		margin-top: 1rem;
	}
	.cases .tit h4{
		font-size: .44rem;
		padding-bottom: .4rem;
	}
	.cases .tit h4:after{
		height: .08rem;
		width: 1.2rem;
	}
	.cases .tit p{
		font-size: .24rem;
		margin-top: .4rem;
		line-height: .48rem;
	}
	.cases .item ul li{
		width: 100%;
		margin-bottom: .2rem;
	}
	.cases .item ul li .info{
		padding:.3rem .5rem;
		padding-right: 15%;
		height: auto;
		bottom: .3rem;
	}

	.cases .item ul li .info h4{
		font-size: .3rem;
		line-height: .8rem;
	}
	.cases .item ul li .info p{
		font-size: .2rem;
	}
	.cases .item ul li .info:after{
		width: .8rem;
		height: .8rem;
		right: .5rem;
		background-size: 100% auto;
	}
	.cases .show{
		margin-top: .1rem;
	}
	.cases .show .box {
		width: 900%;
	}
	.cases .show .box ul li{
		width: 12%;
		margin-left: .5%;
	}

	.cases .show .box ul li p{
		font-size: .3rem;
		line-height: .8rem;
		height: .8rem;
	}
	.cases .show .box .pic{
		width: 50%;
		float: left;
	}
	.section{
		margin-top: .5rem;
	}
	.section .tit p{
		font-size: .46rem;
	}
	.section .tit span{
		font-size: .28rem;
	}
	.about{
		width: 100%;
	}
	.about .img{
		width: 100%;
	}
	.about .img p{
		font-size: .3rem;
		width: 100%;
		margin: 0;
		padding-left: .2rem;
		text-indent: 0;
		background: rgba(0, 0, 0, .8);
	}

	.about .info{
		width: 100%;
		margin-top: .2rem;
		font-size: .28rem;
		line-height: .48rem;
	}
	.about a{
		margin-top: .3rem;
	}
	.about a img{
		height: .15rem;
	}
	.honor{
		width: 100%;
		margin-top: .4rem;
	}
	.honor ul li{
		width: 48%;
		margin: 0;
	}
	.honor ul li:nth-child(2n){
		float: right;
	}

	.honor ul li p{
		font-size: .28rem;
		line-height: .8rem;
	}
	.news{
		margin-top: .6rem;
	}
	.news .title{
		display: block;
	}
  	.news .title ul li{
  		width: 32.1%;
  		margin-left: 1.8%;
  		line-height: .8rem;
  		height: .8rem;
  	}
  	.news .title ul {
  		margin-top: .3rem;
  	}
  	.news .title ul li a{
  		display: block;
  	}
  	.news .title ul li:nth-child(3n-2){
  		margin-left: 0;
  	}

  	.news .left{
  		width: 100%;
  		margin-top: .4rem;
  		background: none;
  	}

  	.news .left .info{
  		width: 100%;
  		margin-top: 0;
  		padding: .3rem;
  		margin-bottom: .2rem;
  		height: auto;
  	}
  	.news .left .info h4{
  		font-size: .32rem;
  		padding-bottom: .2rem;
  	}
  	.news .left .info p{
  		font-size: .26rem;
  		line-height: .42rem;
  		margin-top: .2rem;
  		display: -webkit-box;
  		-webkit-line-clamp:2;
  		-webkit-box-orient: vertical;
  		overflow: hidden;
  	}

  	.news .left .info span{
  		font-size: .3rem;
  		margin-top: .3rem;
  	}

  	.news .right{
  		width: 100%;
  		margin: 0;
  		margin-top: .3rem;
  	}
  	.news .right ul li{
  		margin-bottom: .3rem;
  		padding: .3rem;
  	}
  	.news .right ul li .info{
  		padding:.2rem .3rem; 
  		height: auto;
  	}
  	.news .right ul li .info h4{
  		font-size: .32rem;
  	}
  	.news .right ul li .info p{
  		font-size: .24rem;
  		margin-top: .2rem;
  	}

  	.news .right ul li .info span{
  		font-size: .2rem;
  	}

  	.news .right ul li .time b{
  		font-size: .4rem;
  	}
  	.news .right ul li .time p{
  		font-size: .2rem;
  	}

  	.news .right ul li .info{
  		width: 5.5rem;
  	}
  	.news .right ul li .time{
  		width: 1.3rem;
  		height: 1.4rem;
  	}
 
 	.footer {
 		padding: ;
 		padding-bottom: 1rem;
   	}
 	.footer .ewm{
 		display: none;
 	}
 	.footer .intro .tit{
 		padding-bottom: .3rem;
 	}
 	.footer .intro .tit p:after{
 		width: .6rem;
 	}
 	.footer .tit p{
 		font-size: .32rem;
 		text-align: center;
 	}

 	.footer .info{
 		margin-top: .3rem;
 	}
 	.footer .info p{
 		text-align: center;
 		font-size: .26rem;
 		line-height: .48rem;
 	}
 	.footer .menu{
 		display: none;
 	}
 	.footer .tit{
 		justify-content: center;
 	}
 	.footer .intro .tit p:after{
 		left: 50%;
 		transform: translateX(-50%);
 	}
  	.cr {
  		flex-wrap: wrap;
  		padding: .2rem 0;
  		height: auto;
  		margin-bottom:1rem;
  	}
  	.cr span{
  		font-size: .2rem;
  		line-height: .42rem;
  		display: block;
  	}
	.news-list{
		width: 7.1rem;
		margin: 0 auto;
	}
	.news-list .title{
		margin-top: .5rem;
	}
	.news-list ul{
		margin-top: .4rem;
	}
	.news-list ul li{
		border: .02rem solid #dcdcdc;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		padding: .25rem;
		width: 100%;
		margin-bottom: .2rem;
	}
	.news-list ul li .time{
		width: 1.4rem;
		height: 1.4rem;
	}
	.news-list ul li .time b{
		height: .7rem;
		line-height: .7rem;
		font-size: .42rem;
	}
	.news-list ul li .time p{
		height: .5rem;
		line-height: .5rem;
		font-size: .32rem;
		margin-top:.2rem;
	}
	.news-list ul li .time span{
		font-size: .24rem;
		display: block;
		margin-top:.15rem;
	}
	.news-list ul li .time:after{
		width: .3rem;
		top: .7rem;
		margin: 0;
		transform: translateX(-50%);
	}
	.news-list ul li .info{
		width: 4.8rem;
		margin: 0;

	}
	.news-list ul li .info h4{
		font-size: .3rem;
		padding-right: .5rem;
		background-size: .3rem auto;
	}
	.news-list ul li .info p{
		font-size: .26rem;
		line-height: .4rem;
	}
	.news-list ul li .info span{
		margin-top: .05rem;
		line-height: .42rem;
		font-size: .26rem;
		height: .8rem;
		display: -webkit-box;
	}

	.img-list ul li{
		margin: 0;
		width: 3.45rem;
		margin-bottom: .1rem;
	}
	.img-list ul li:nth-child(2n){
		float: right;
	}
	.img-list ul li p{
		font-size: .28rem;
		height: .6rem;
		line-height: .6rem;
	} 

	.float-right{
		display: none;
	}
	.links{
		display: none;
	}
	.float{
		display: none;
	}
 	
	.page{

		margin: .8rem 0;

	}

	.nav-links a{
		font-size: .24rem;
		border: .02rem solid #ccc;
		margin: 0 .06rem;
		padding:0 .15rem;
		line-height: .5rem;
	}
	.nav-links span{
		margin: 0 .06rem;
		font-size: .26rem;
		border: .02rem solid #ccc;
		padding:0 .15rem;
		line-height: .5rem;
	}
	
	.crumbs{
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.crumbs .main{
		width: 100%;
	}
	.crumbs .tit{
		border-left: none;
		height: .8rem;
		margin-right: .3rem;
	}
	.crumbs div{
		overflow: hidden;
		 white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: .2rem;
	}
	.crumbs p{
		line-height: .8rem;
		font-size: .28rem;
	}
	.crumbs a{
		font-size: .28rem;
		display:inline;
		line-height: .8rem;
	}
	.crumbs .tit img{
		height: .4rem;
		margin: 0 auto;
		margin-top: .2rem;
	}
	.fn{
		display: block;
		position: fixed;
		bottom: 0;
		width: 7.5rem;
		left: 50%;
		z-index: 100;
		margin-left: -3.75rem;
	}
	.fn ul {
		display: flex;
		justify-content: space-between;
	}
	.fn ul li{
		float: left;
		width:50%;
		background:#0361d2;
		height: auto;
		overflow: hidden;
		position: relative;
	}
 	.fn ul li a{
 		display: flex;
 		justify-content: center;
 		height: 1rem;
 		align-items: center;
 	}
	 
	.fn ul li img{
		display: block;
		 
		height: .4rem;
	}
	.fn ul li  p{
		color: #fff;
		font-size: .3rem;
  		margin-left: .3em;
	 
	}
	.fn ul li:last-child{
		background: #04b3ea;
	}

	.about-article{
		margin-top: .3rem;
		margin-bottom: 0;
	}
	.about-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.about-article img{
		max-width: 100%;
		display: block;
	}
	.about-article .info{
		font-size: .29rem;
		line-height: .48rem;
		margin: 0;
		margin-top: .2rem;
	}
	.about-article .map{
		height:5rem;
		margin-top: .3rem;
	}
	.cont-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.cont-article{
		width: 100%;
	}
	.cont-article ul li{
		width: 100%;
	}

	.cont-article ul li img{
		height: 1rem;
	}

	.cont-article ul li p{
		font-size: .3rem;
		margin-left: .3rem;
	}

	.detailed{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .6rem;
	}
	.detailed .tit h4{
		font-size: .38rem;
	}
	.detailed .tit span{
		display: block;
		line-height: .4rem;
		font-size: .24rem;
	}
	.detailed .tit p{
		padding: .1rem 0;
	}
	.detailed .info{
		margin-top: .2rem;
		font-size: .29rem;
		line-height: .48rem;
		text-align: justify;
	}
	
	.detailed  .info .pic{width: 100%; float:left;}
    .detailed  .info .pro_cont{width: 96%; float:left; padding: 10px; margin: 20px 0 0 0;}
	
	
	.fy{
		width: 7.1rem;
		margin: .6rem auto;
		margin-bottom: .3rem;
		border:.02rem solid #ccc;
		line-height: .7rem;
	}
	.fy p{
		line-height: .7rem;
		height: .7rem;
		font-size:.24rem;
		padding:0 .1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: .02rem solid #ccc;
	}
	.fy p:nth-child(2){
		border-right:  none;
	}
	 
	.fy .return{
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: .7rem;
		display: block;
		border-left: none;
		border-top: .02rem solid #ccc;
	}

	.message{
		margin-top: .6rem;
		width: 100%;
		display: block;
	}
	.message img{
		display: none;
	}
	.message  .bd{
		padding: 0;
		margin: 0;
		padding: .3rem;
		display: block;
		width: 100%;
		padding-bottom: .5rem;
		margin-top: .3rem;
		box-sizing: border-box;
	}
	.message form{
		width: 100%;
		float: initial;
		margin: 0;
	}
	.message form ul li{
		border: .02rem solid #d2d2d2;
		box-sizing: border-box;
	}
	.message form ul li input{
		display: block;
		height: .8rem;
	}
	.message form ul li input{
		width: 100%;
		font-size: .3rem;
		 
	}
	.message form .btn input{
		width: 3.2rem;
		height: .8rem;
		font-size: .3rem;
		margin-top: .2rem;
	}
	.message form ul li textarea{
		width: 100%;
		height: 2rem;
	 
	}
	.tab {
		width: 7rem;
		margin:0 auto;
		margin-top: .6rem;
	}
	.tab ul{
		display: block;
	}
	.tab ul li{
		width: 49%;
		margin: 0;
		box-sizing: border-box;
		margin-bottom: .1rem;
		border-width: .02rem;
		height: .8rem;
		line-height: .8rem;
	}
	.tab ul li:nth-child(2n){
		float: right;
	}
	.tab ul li  a{
		font-size: .24rem;
	}

	.gotop{
		display: block;
		background: #b8b8b8;
		line-height: .8rem;
		font-size: .32rem;
		color: #fff;
		text-align: center;
	}

	.contact-section .main{
		display: block;
	}
	.contact-section .info{
		width: 100%;
	}
	.contact-section .map{
		width: 100%;
		margin-top: .3rem;
		height: 5rem;
	}
	.in-pro {
		margin-top: 0;
	}
	.in-pro  .pic ul li{
		width: 100%;
	}
	.in-pro .pic ul li .info {
		height: auto;
	}
	.in-pro  .pic ul li .info p {
		padding: 0;
	}
}


 