* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff;
    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:750px) {
    html {
        font-size: 100px;
    }

    body {
        max-width: 750px;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.333333333333vw;
    }

    body {
        max-width: initial;
    }
}


.main{
	width: 1400px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.top{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0055ae;
	padding: 0 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
 
.top  h4{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	max-width: 610px;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
}

.top  h4 a{color: #fff;}
.top  h4 a:hover{color: #ff0000;}

.top .right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top .right p{
	color: #fff;
	margin-right: 5px;
	font-size: 14px;
}
.top ul li{
	position: relative;
	float: left;
	padding: 0 10px;
	line-height: 50px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #71b6ff;
}
.top ul li a{
	color: #71b6ff;
	font-size: 14px;
}
.head {
	width: 100%;
	height:130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	position: relative;
	padding: 0 60px;
	box-sizing: border-box;
}
 
.head  .name{
	 
}
.head img{
	display: block;
}
.head .right{
	display: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: -1;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}
.banner .swiper-button-next , .banner .swiper-button-prev{
	display: block;
	width: 29px;
	height: 54px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top:-27px; 
}
.banner .swiper-button-next {
	margin-left: -600px;
	background: url(../images/next.png) no-repeat center;
}
.banner .swiper-button-prev{
	margin-left: 600px;
	background: url(../images/prev.png) no-repeat center;
}

.banner .swiper-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 78px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.banner .swiper-pagination span{
	display: block;
	width: 30px;
	height: 10px;
	margin:0 10px;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #0055ae;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

.mbanner{
	display: none;
}
 
.title h4{
	color: #222222;
	font-size: 36px;
	text-align: center;
}
.title b{
	color: #0055ae;
}
.title p{
	color: #cccccc;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	letter-spacing:5px;
}
.tab{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.tab ul li{
	float: left;
	width: 12%;
	height: 50px;
 	
	background: #fff;
  
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
 	margin-left: .57%;
	margin-bottom: 10px;
	line-height: 50px;
}
.tab ul li:nth-child(8n-7){
	margin-left: 0;
}
.tab ul li a{
	color: #333333;
	font-size: 18px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f2f2f2;
 	padding: 60px 0;
 	box-sizing: border-box;
}
.product .title{
	margin-bottom: 30px;
}
.product .list{
	float: left;
	width: 300px;
	height: 960px;
	overflow: hidden;
	float: left;
	display: block;
	background: #fff;
}
.product .pro-btn{
	display: none;
}
.product .list .tit{
	background: #0055ae;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.product .list .tit img{
	display: block;
	margin-right: 20px;
}
.product .list .tit b{
	color: #fff;
	font-size: 28px;
}
.product .list .tit p{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 5px;
}


.product .list ul {
	padding: 20px;
	box-sizing: border-box;
}

.product .list ul li{
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 13px;
	line-height: 60px;
	background: url(../images/icon01.png) no-repeat 240px center;
}

.product .list ul  a{
	font-size: 20px;
	color: #333333;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	max-width: 90%;

	font-weight: bold;
}
.product .pro-img{
	float: right;
	width: 1080px;
	height: auto;
	overflow: hidden;
}

.product .pro-img ul li{
	float: left;
	width: 32.5%;
	margin-left: 1.2%;
	margin-bottom: 15px;
}
.product .pro-img ul li:nth-child(3n-2){
	margin-left: 0;
}

.product .pro-img ul li  div{
	position: relative;
}
.product .pro-img ul li div:after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 71%;
	background: #fff;
}
.product .pro-img ul li img{
	display: block;
	width: 100%;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.product .pro-img ul li  p{
	width: 100%;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product .more{
	display:block;
	width: 200px;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	margin:0 auto;
	margin-top: 40px;
	font-size: 16px;
	color: #999999;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.adv .adv-tit{
	width: 100%;
	height: 210px;
	background: url(../images/adv-tit.png) no-repeat center;
}

.advSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 85px;
}
.advSwiper .swiper-wrapper{
	display: block;
}
.advSwiper .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;

}
.advSwiper .swiper-slide ul{
	width: 670px;
	height: auto;
	overflow: hidden;
}

.advSwiper .swiper-slide ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	margin-bottom: 55px;

}

.advSwiper .swiper-slide ul li .tit {
 	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
 
}
.advSwiper .swiper-slide ul li   img{
	display: block;
	margin-right: 20px;
}

.advSwiper .swiper-slide ul li .intro{
	width: 100%;
}
.advSwiper .swiper-slide ul .tit h4{
	color: #0055ae;
	width: 100%;
	font-size: 30px;
}

.advSwiper .swiper-slide ul .tit p{
	color: #999999;
	font-size: 15px;
	margin-top: 5px;
	text-transform: uppercase;
}
 
.advSwiper .swiper-slide ul li .info{
	margin-top: 10px;
}
.advSwiper .swiper-slide ul li .info p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.advSwiper .swiper-slide:nth-child(odd){
	flex-direction: row-reverse;
}

 
.about{
	width: 100%;
	height: auto;
	padding: 70px 0;
	box-sizing: border-box;
	margin-top: 80px;
	overflow: hidden;
	background: #f5f5f5;
}
.about .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about  .pic img{
	display: block;
	width: 720px;
}
.about .intro{
	width: 610px;
	height: auto;
	overflow: hidden;
}
.about .intro h4{
	color: #0055ae;
	font-size: 36px;
	font-weight: normal;
}
.about .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.about .intro a{
	display: block;
	color: #fff;
	width: 260px;
	height: 60px;
	background: #0055ae;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin-top: 40px;
}
.gg{
	width: 100%;
	height: 240px;
	background: url(../images/gg.jpg) no-repeat center;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 60px;
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	width:450px;
	height: auto;
	float: left;
	margin-left:25px;
	background: #FFFFFF;
	overflow: hidden;
}
.cases .pic ul li img{
	display: block;
	width: 100%;
}
.cases .pic ul li  p{
	text-align: center;
	color: #555555;
	font-size: 16px;
	line-height: 60px;
	white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e5e5e5;
    transition: .5s;
    overflow: hidden;
}
.cases  .more{
	margin-top: 45px;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e5f3ff;
	padding: 50px 0;
	box-sizing: border-box;
}
.news .title{
	margin-bottom: 40px;
}
.news .left{
	width: 600px;
	height: auto;
	overflow: hidden;
	float: left;
	background: #fff;
}
.news .left  .img{
	position: relative;
}
.news .left .img:after{
	content: "";
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 67%;
 
}
.news .left img{
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.news .left .tit{
	width: 100%;
	height:60px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0,85,174,.8);
 
}

.news .left .tit h4{
	color: #fff;
	font-size: 22px;
	max-width: 60%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .left .tit span{
	color: #fff;
	font-size: 15px;

}

.news .left .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -60px;
	z-index: 1;
	position: relative;
}

.news .left .info{
	padding: 20px;
	box-sizing: border-box;
	color: #666;
	height: 118px;
	line-height: 26px;
	font-size: 15px;
	
}

.news .left .info p{
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul{
	float: right;
	width: 778px;
}

.news ul li{
	float: left;
	width: 385px;
	height: 250px;
	background: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.news ul li:nth-child(2n){
	float: right;

}
.news ul li .time{
	width: 100%;
	height: auto;
	overflow: hidden;

	background:url(../images/icon03.png) no-repeat right center;
}
.news ul li .time b{
	font-size: 40px;
	color: #0055ae;
}
.news ul li .time p{
	color: #666666;
	font-size: 14px;
}
.news ul li .intro{
	margin-top: 20px;
	padding-top: 20px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
}
.news ul li .intro h4{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.news ul li .intro h4:hover{color: #0055ae;}

.news ul li .intro p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.index-map{
	width: 100%;
	margin: 70px auto;
	position: relative;
}
.index-map:before{
	content: "";
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.index-map:after{
	content: "";
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}
.index-map .bd{
	height: 400px;
}

.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 24px 0;
	box-sizing: border-box;
}

.links .tit{
	display: flex;
	float: left;
	align-items: center;
}

.links .tit img{
	display: block;
}
.links .tit p{
	color: #666666;
	font-size: 18px;
	margin-left: 10px;
}
.links ul{
	float: left;
	width: 90%;
}
.links ul li{
	float: left;
	margin-left: 10px;
	line-height: 35px;
}
.links ul li a{
	color: #999999;
	font-size: 14px;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #666666;
	border-top: 5px solid #0055ae;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .intro{
	float: left;
	width: 420px;
	height: auto;
	overflow: hidden;
}
.footer .intro .info{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
}

.footer .intro .info p a{color: #eee;}
.footer .intro .info p a:hover{color: #ff0000;}

.footer h4{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.footer .menu {
	width: 230px;
	float: left;
	height: auto;
	margin-left: 100px;
	overflow: hidden;
}
.footer .menu ul {
	margin-top: 20px;
}
.footer .menu ul li{
	float: left;
	width: 110px;
	height: 35px;
	border:1px solid #fff;
	text-align: center;
	box-sizing: border-box;
	line-height: 35px;
	margin-bottom: 10px;
}
.footer .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li a{
	color: #fff;
	display:block;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}
.footer .ewm{
	float: right;
}
.footer .ewm ul li{
	float: left;
	margin-left: 15px;
}
.footer .ewm ul li div{
	border:1px solid #fff;
	padding:6px;
}
.footer .ewm ul li img{
	display: block;
	width: 124px;
	height: 124px;
}
.footer .ewm ul li p{
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
.gotop{
	display: none;
}
.float-right{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float-right ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float-right ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float-right ul li:nth-child(2):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(3):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover img{
	height: 120px;
}
.float-right ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #454545;
 
}
.float-right ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float-right ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float-right ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float-right ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float-right ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float-right ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float-right ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float-right ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.in-content .left{
	width: 260px;
	float: left;
}
.in-content .left .pro-list{
	float: initial;
}
.in-content .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #e5e5e5;
}
.in-content .quick .tit{
	display: flex;
	align-items: center;
	background: #1ad76f;
	justify-content: center;
	height: 120px;
}
.in-content .quick .tit img{
	margin-right: 10px;
}
.in-content .quick .tit h4{
	color: #fff;
	font-size: 24px;
}

.in-content .quick .tit p{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.in-content .quick ul {
	margin:15px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
}
.in-content .quick ul li{
	width: 100%;
	position: relative;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
    line-height:40px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	box-sizing: border-box;
}
.in-content .quick ul li:last-child{
	border: none;
}

.in-content .quick ul li:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1ad76f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.in-content .quick ul li a{
	font-size: 16px;
	color: #333;

	width: 100%；
}
.float{
	display: none;
}


.page{
	display: table;
	margin: 40px auto;
	max-width: 1200px;
}

.page ul li{
	float: left;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 3px;
}

.page ul li a{
	color:#333;
}

.page .thisclass{
	background: #004BA0;
	color:#fff;
	font-size: 12px;
}
.page .thisclass a{
	color: #fff;
}
.img-list{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.img-list .tab ul li{
	background: #EEEEEE;
}
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
 
}

.img-list .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.3%;
 
	margin-bottom: 20px;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.img-list .pic ul li img{
	display: block;
	width: 100%;
}
.img-list .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.crumbs{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eee;
}

.crumbs p{
	font-size: 18px;
	float: left;
}
.crumbs div{
	overflow: hidden;
	white-space: nowrap;
	font-size: .20rem;
	color: #333;
  	 text-overflow: ellipsis;
}
.crumbs  a{
	color:#333;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:2px;
	font-family: '宋体';
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.fy{
	width: 1400px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;

	border-bottom: 1px solid #ccc;
}
.fy p{
	color:#333;
	font-size: 14px;
	float: left;
	max-width:400px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.fy a{
	color:#333;
}
.return{
	float: right;
	font-size: 14px;
}

.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}
.about-intro .intro{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.about-intro .intro p{
	text-indent: 2em;
}
.about-intro .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 80px;
}

.cont-intro .main{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.cont-intro .intro{
	width: 55%;
}
.cont-intro .intro{
	font-size: 16px;
	line-height: 30px;
}
.cont-intro .map{
	width: 65%;
	height: 500px;
}
.map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-top: 20px;
}
 

.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.detailed .tit{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.detailed .tit h4{
	color:#333;
	font-size: 24px;
	text-align: center;
}

.detailed .tit  p{
	display: block;
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	text-align: center;
}
.detailed .tit  span{
 	margin: 0 5px;
}


.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	min-height:150px;
}
.detailed .info p{
	text-indent: 2em;
}
.detailed  .info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}



.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;
}
 
 
@media (min-width: 1200px){
 	

 	.nav ul li{
 		float: left;
 		width: 160px;
 		height: 130px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		position: relative;
 		line-height: 60px;
 		text-align: center;
 		position: relative;
 	}

  	.nav ul li a{
  		font-size: 22px;
  		color: #000000;
  		width: 160px;
  		height: 60px;
  		overflow: hidden;
  		border-radius: 20px 0 20px 0;
  	}

  	.nav ul li ul{
  		position: absolute;
  		top: 130px;
  		width: 250px;
  		left: 50%;
  		display: none;
  		transform: translateX(-50%);
  		background: rgba(0,0,0,.5);
  	}

  	.nav ul li ul:after{
  		content: "";
  		width: 0;
  		height: 0;
  		position: absolute;
  		left: 50%;
  		transform:translateX(-50%);
        display: none;
  	 	top: -32px;
   
  		border-left: 7px solid transparent;  
  		border-right: 7px solid transparent;  
  		border-top: 7px solid #0055ae;
  	}
  	.nav ul li ul li{
 		height: 50px;
 		line-height: 58px;
 		width: 100%;
  		border-bottom:1px dotted  #ffffff75;
  	}
  	.nav ul li ul li:after{
  		display: none;
  	}
  	.nav ul li ul li a{
  		color: #fff;
  		font-size: 18px;
  		background: none;
  	}

  	.nav ul li ul li:last-child{
  		border:none;
  	}

  	.nav ul li:hover  a{
  		background: #0055ae;
  	}
  	.nav ul li:hover ul:after{
  		display: block;
  	}
  	.nav ul li:hover ul{
  		display: block;
  	}
  	.nav ul li:hove:after{
  		display: block;
  	}
  	.nav ul li:hover ul li a{
  		background: none;
  	}
  	.nav ul li:hover a{
  		color: #fff;
  	}
    .img-box{
    	overflow: hidden;
    	height: auto;
    }
    .img-box img{
    	transition: .5s;
    }
    .img-box:hover img{
    	transform: scale(1.05);
    }


    .tab ul li:hover{
    	background: #2381E3;
    	box-shadow:0 0 3px 3px #dbdbdb63;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
 	.product .list ul li:hover{
 		background: #0055ae url(../images/h01.png) no-repeat 240px center;
 		border:1px solid #0055ae;
 	}
 	.product .list ul li:hover a{
 		color: #fff;
 	}
 	.product .pro-img ul li:hover p{
 		background: #0055ae;
 		color: #fff;
 	}

 	.product .more:hover{
 		background: #0055ae;
 		color: #fff;
 	}
 	.cases ul li:hover p{
 		color: #0055ae;
 		border-color: #0055ae;
 	}

  	.news ul li:hover .info h4{
  		color: #2381e3;
  	}
  	.news .left .intro h4:hover{
  		color: #2381e3;
  	}
    
    .footer .menu ul li:hover{
    	background: #fff;

    }
    .footer .menu ul li:hover a{
    	color: #0055ae;
    	text-decoration: underline;
    }

    .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);
    }


}

@media (max-width: 1660px){

	.nav ul li{
		width: 110px;
	}
	.nav ul li a{
	 	font-size: 18px;
	}

	.nav ul li ul{
		width: 200px;
	}
	.nav ul li ul li a{
		font-size: 14px;
	}

}
 

@media (max-width: 1440px){
	.main{
		width: 1200px;
	}
	.product .pro-img{
		width: 880px;
	}
 	.product .list{
 		height: 820px;
 	}

 	.advSwiper .swiper-slide ul{
 		width: 500px;
 	}
 	.gg{
 		background-size:130% auto;
 	}
 	.about .intro{
 		width: 500px;
 	}
 	.about .pic img{
 		width: 660px;
 	}

 	.news .left{
 		width: 500px;
 	}
 	.news ul{
 		width: 670px;
 	}

 	.news ul li{
 		width: 325px;
 		height: 214px;
 	}
 	.news ul li .intro{
 		padding-top: 10px;
 	}
 	.news ul li .intro p{
 		margin-top: 5px;
 		line-height: 24px;
 	}

 	.links ul{
 		width: 85%;
 	}
 	.news-list{
 		width: 1200px;
 	}

 	.news-list ul li .info{
 		width: 400px;
 	}
/*	.news ul{
		width: 635px;
	}
	.news ul li{
		padding: 15px;
	}
	.news ul li:after{
		right: 15px;
	}
	.news ul li .info{
		width: 485px;
	}
	.news ul li .info p{
		height: 51px;
		line-height: 27px;
	}
	.links ul{
		width: 90%;
	}
	*/
	.fy{
		width: 1260px;
	}
}
 

@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
	.top{
		padding: .2rem .2rem;
	}
	.top h4{
		font-size: .26rem;
		line-height: .42rem;
		white-space:initial;
	}
	.top .right{
		display: none;
	}
	.top ul{
		display: none;
	}
	.top p{
		text-align: center;
		line-height: .8rem;
		width: 100%;
	}

	.head{
		padding: .4rem .2rem;
	}
	.head .main{
		width: 7.1rem;
	}
	.head{
		height: auto;
	}
	.head .name{
		width:4.5rem;
	 
	}
	.head .right{
		display: flex;
		align-items: center;
	}
	.head .right img{
		display: block;
		width: 100%;
	}
	.head .right div{
		width: .7rem;
		margin-left: .1rem;
		height: .7rem;
	}
	.head .main{
		height: 1.6rem;
	 
	}
	.head img{
		display: block;
		width: 100%;
	}
	 
	.banner .swiper-wrapper img{
		display: none;
	}
	.banner .swiper-wrapper img:last-child{
		display: block;
	}

	.banner .swiper-pagination span{
		width: .5rem;
		height: .15rem;
		outline: none;
	}
	.banner .swiper-pagination{
		bottom: .4rem;
	}
	 
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .swiper-pagination span{
		margin: 0 .1rem;
	}
	.in-banner img{
        display: none;
    }
    .in-banner img:last-child{
	    display: block;
    }

	.nav{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top:0;
		display: none;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		background: rgba(0,0,0,.5);
		z-index: 10001;

 	}
 	.nav ul{
 		top: 0;
 		width: 70%;
 		float: right;
 		right: -100%;
 		position: relative;
 		height:  100%;
 		overflow-y:auto;
 		background: #333333;
 	 
 	}
 	.nav .on{
  		padding-bottom: 1.5rem;
 	}
 
  	.nav ul li{
  		width: 100%;
  		padding: 0 .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		line-height: .8rem;
  		border-top: .02rem solid #444;
  		position: relative;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li a{
  		color: #fff;
  		font-size: .3rem;
  		display: block;
  	}
  	.nav ul li  ul{
  		width: 96%;
  		padding-bottom: 0;
  		display: none;
  		right: initial;
  	}
  	.nav ul .sonOpen{
  	    width: 100%;
  		display: block;
  	}
  	.nav ul li i{
  		display: block;
  		position: absolute;
  		right: 0;
  		width: .8rem;
  		height: .8rem;

  		top: 0;
  	}
  	.nav ul li i:after{
  		content: "";
  		width: .3rem;
  		height: .3rem;
  		transition: .3s;
  		display: block;
  		background: url(../images/icon01.png) no-repeat center;
  		background-size: auto 100%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		margin-left: -.15rem;
  		margin-top: -.15rem;
  	}
  	.nav ul li .touch:after{
  		transform: rotate(90deg);
  	}
  	.nav ul li ul li{
  		line-height: .7rem;
  		border: none;
  		height: .7rem;
  		border-top: .02rem solid #444;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li ul li:first-child{
  		border-top: 0;
  	}
  	.nav ul li ul li:last-child{
  		border-bottom: none;
  	}
  	.nav ul ul li a{
  		font-size: .26rem;
  	}

 	.product{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		padding: .6rem 0;
 	 
 	}
 	.product .title{
 		margin-bottom: .3rem;
 	}
 	.pro-btn{
 		display: block;
 		width: 6rem;
 		margin:0 auto;
 		background: #0055ae;
 		border-radius: 10px;
 		font-size: .3rem;
 		color: #fff;
 		text-align: center;
 		line-height: 1rem;
 	}

 	.product .list .tit{
 		display: none;
 	}
 
 	.product .list{
 		width: 100%;
 		position: fixed;
 		left: 0;
 		display: none;
 		top: 0;
 		background: rgba(255,255,255,.95);
 		z-index: 100;
 		height: 100%;
 	}
 	.product .pro-btn{
 		display: block;
 	}
 	.product .close{
 		width: 1rem;
 		height: 1rem;
 		position: absolute;
 		right:.2rem;
 		top: .2rem;
 	 
 	}
 	.product .close:after{
 		content: "";
 		width: .6rem;
 		border-radius: 5px;
 		height: .08rem;
 		background:#333;
 		position: absolute;
 		display: block;
 		transform: rotate(45deg) translate3d(25px,10px,0);
 	}
 	.product .close:before{
 		content: "";
 		width: .6rem;
 		height: .08rem;
 		background:#333;
 		border-radius: 5px;
 		position: absolute;
 		display: block;
 		transform: rotate(-45deg) translate3d(-10px,25px,0);
 	}
 	.product .list .bd{
 		position: relative;
 		top: 50%;
 		transform: translateY(-50%);
 	}
 	.product .list ul li{
 		line-height: .8rem;
 		height: .8rem;
 	            opacity: 0;
            transform: translateY(40px);
        
            transition: transform 0.4s, box-shadow 0.4s, background 0.4s;
    	background-position: 95% center;  
 	}

 	.product .list ul  li.animate {
            opacity: 1 !important;
            transform: translateY(0) !important;
        }
 	.product .list ul a{
 		display: block;
 		font-size: .3rem;
 	}

 	.product .pro-img{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .3rem;
 	}

 	.product .pro-img ul li{
 		width: 49%;
 		margin-left: 0;
 	}
 	.product .pro-img ul li:nth-child(2n){
 		float: right;
 	}

 	.product .pro-img ul li p{
 		font-size: .28rem;
 		line-height: .8rem;
 		height: .8rem;
 	}
 	.product .pro-img ul li:nth-child(n+9){
 		display: none;
 	}
 	.product .more{
 		font-size: .28rem;
 		width: 2.6rem;
 		height: .8rem;
 		margin-top: .3rem;
 	}

 	.adv .adv-tit{
 		background: url(../images/madv-tit.jpg) no-repeat center;
 		background-size: auto 100%;
 		height: 2.1rem;
 	}
 	.advSwiper{
 		margin-top: .6rem;
 	}
 	.advSwiper .swiper-wrapper{
 		display: flex;
 	}

 	.advSwiper .swiper-slide{
 		display: block;
 	}

 	.advSwiper .swiper-slide .pic img{
 		height: 4rem;
 		margin:0 auto;
 		display: block;
 	}

 	.advSwiper ul{
 		margin-top: .3rem;
 	}
 	.advSwiper .swiper-slide{
 		margin-bottom: 0;
 	}

 	.advSwiper .swiper-slide ul{
 		width: 100%;
 	}

 	.advSwiper .swiper-slide ul .tit h4{
 		font-size: .42rem;
 	}

 	.advSwiper .swiper-slide ul .tit p{
 		font-size: .2rem;
 	}
 	.advSwiper .swiper-slide ul li{
 		margin-bottom: .4rem;
 	}
 	.advSwiper .swiper-slide ul li img{
 		height: 1rem;
 	}
 	.advSwiper .swiper-slide ul li .info{
 		width: 100%;
 	}
 	.advSwiper .swiper-slide ul li .info p{
 		font-size: .26rem;
 		line-height: .46rem;

 	}
 	.adv .swiper-pagination {
 		display: flex;
 		justify-content: center;
 		margin-top: .6rem;
 	}
 	.adv .swiper-pagination-bullet{
 		display: block;
 		width: .5rem;
 		height: .15rem;
 		margin:0 .1rem;
 		background: #999999;
 		border-radius: 5px;
 	}
 	.adv .swiper-pagination .swiper-pagination-bullet-active{
 		background: #0055ae;
 	}
 	 
 	.title h4{
 		font-size: .46rem;
 	}
 	.title p{
 		letter-spacing: .04rem;
 		font-size: .32rem;
 		margin-top: .1rem;
 	}
 	.about{
 		margin-top: .6rem;
 		padding: .8rem 0;
 	}
 	.about .main{
 		flex-direction: column-reverse;
 	}
 	.about .pic img{
 		width: 100%;
 	}

 	.about .intro{
 		width: 100%;
 		margin-top: .4rem;
 	}
 	.about .intro h4{
 		font-size: .36rem;
 		text-align: center;
 	}
 	.about .intro p{
 		font-size: .28rem;
 		line-height: .42rem;
 	}

 	.about .intro a{
 		display: block;
 		width: 3rem;
 		height: .8rem;
 		line-height: .8rem;
 		margin:0 auto;
 		margin-top: .6rem;
 		font-size: .24rem;
 	}
 	.gg{
 		height: 2.6rem;
 		background: url(../images/mgg.jpg) no-repeat center;
 		background-size: 100% auto;
 		margin-top: .6rem;
 	}
 	.cases {
 		 
 		margin-top: .8rem;
 	}
	.cases .show{
		margin-top: .5rem;
	}
	.cases .show .box{
		width: 600%;
	}
	.cases .pic{
		width: 50%;
	}
	.cases .pic ul li{
		width: 16%;
		margin-left: .6%;
	}
	.cases .pic ul li p{
		 
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}
 
	.cases .pic ul li img{
		width: 100%;
		 
	}
	.cases .more{
		margin-top: .5rem;
	}

 
	.news{
		 
		padding: .6rem 0;
	}
 	.news .title{
 		margin-bottom: .4rem;
 	}
 	.news .left{
 		width: 100%;
 	}
 	.news .left .tit{
 		padding: .1rem .2rem;
 	}
 	.news .left .tit h4{
 		font-size: .3rem;
 	}
 	.news .left .tit span{
 		font-size: .24rem;
 	}
 	.news .left .info{
 		padding: .2rem;
 		font-size: .26rem;
 		line-height: .48rem;
 	}
 	.news ul{
 		width: 100%;
 		margin-top: .2rem;
 	}
 	.news ul li{
 		padding: .25rem;
 		width: 49%;
 		height: auto;
 	}
 	.news ul li .time{
 		background-size: auto .3rem;
 	}
 	.news ul li .time b{
 		display: block;
 		font-size: .5rem;
 	}
 	.news ul li .time p{
 		font-size: .24rem;
 	}
 	.news ul li .intro{
 		margin-top: .2rem;
 		padding-top: .2rem;
 	}
 	.news ul li .intro h4{
 		font-size: .3rem;
 	}
 	.news ul li .intro  p{
 		font-size: .26rem;
 		height: .8rem;
 		line-height: .42rem;
 	}
	.img-list .pic{
		margin-top: .3rem;
	}
	.img-list .pic ul li{
		width: 3.5rem;
		margin: 0;
		margin-bottom: .1rem;
	}
	.img-list .pic ul li:nth-child(2n){
		float: right;
	}
	.img-list .pic ul li p{
		font-size: .28rem;
		line-height: .6rem;
		height: .6rem;
	}
	.float-right{
		display:none;
	}

	.index-map{
		width: 100%;
		margin: .2rem 0;
	}
	.index-map .bd{
		height: 5rem;
	}
	.links{
		display: none;
	}
	.menu{
		display: none;
	}
	 
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: .6rem;
		 
		padding-bottom: 2rem;
	 
	}
	.footer .intro {
		float: initial;
		height: auto;
		margin-bottom: 0;
	    width: 100%;
	}
	.footer .intro h4{
		font-size: .36rem;
		text-align: center;
	}
	.footer .intro p{
		font-size: .26rem;
		margin-top: .2rem;
		line-height: .46rem;
		text-align: center;
	}
	 .gotop{
		display:block;
		width: 100%;
		height: auto;
		padding: .3rem 0;
		overflow: hidden;
		background: #999999;
	}
	.gotop p{
		color: #fff;
		font-size: .3rem;
		font-weight: bold;
		text-align: center;
	}
	.footer .gotop img{
		display: block;
		height: .8rem;
	}
	.footer .ewm{
		display: none;
	}
 	.crumbs{
 		height: .8rem;
 		line-height: .8rem;
 		padding: 0 .1rem;
 		box-sizing: border-box;
 	}
 	.crumbs p{
 		font-size: .28rem;
 	}
 	.crumbs div{
 		overflow: hidden;
 		white-space: nowrap;
 		font-size: .20rem;
 		color: #333;
 	  	 text-overflow: ellipsis;
 	}
 	.crumbs a{
 		font-size: .24rem;
 		line-height: .8rem;
 		 
 		padding-right: .3rem;
 	}
 	.crumbs a:after{
 		right: .1rem;
 		font-size: .2rem;
 	}
 	 

 	.float{
 		width: 7.5rem;
 		margin: 0 auto;
 		display: block;
 		position: fixed;
 		z-index: 1000;
 		bottom: 0;
 	}
 	.float ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.float ul li{
 		float: left;
 		width:33.333%;
 		height: auto;
 		padding:  .3rem 0;
 		overflow: hidden;
 		background:#0055ae;
 		position: relative;
 	}
 	.float ul li:nth-child(2){
 		background: #eca213;
 	}
  	.float ul li a{
  		display: flex;	
  		justify-content: center;
  		align-items: center;
  	}
 	.float ul li img{
 		display: block;
 		height: .4rem;
 		margin-right: .2rem;
 	 
 	}

 	.float ul li p{
 		color:#fff;
 		font-size: .28rem;
 		 
 	}
 
 	.page{
 		font-size: .24rem;
 		margin: .4rem auto;
 	}
 	.page ul li{
 		padding: 0 .2rem;
 		margin: 0 .06rem;
 		font-size: .26rem;
 		border: 0.02rem solid #ccc;
 		line-height: .56rem;
 	}
 	.page .thisclass{
 		font-size: .26rem;
 	}
 	.map{
 		width: 100%;
 		height: 4rem;
 		margin-top:.3rem;
 	}
 	.about-intro{
 		margin-top: .4rem;
 		margin-bottom: .4rem;
 	}
 	.about-intro .intro{
 		font-size: .29rem;
 		line-height: .46rem;
 	}

 	.cont-intro{
 		width: 100%;
 	}
 	.cont-intro .main{
 		display: block;

 	}
 	.cont-intro .intro{
 		width: 100%;
 	}
 	.cont-intro .intro p{
 		font-size: .28rem;
 		line-height: .48rem;
 	}
 	.cont-intro .map{
 		width: 100%;
 		height: 5rem;
 	}
 	.detailed{
 		margin-top: .6rem;
 	}
 	.detailed .tit{
 		padding-bottom: .2rem;
 		border-bottom: .02rem solid #eee;
 	}
 	.detailed .tit h4{
 		font-size: .32rem;
 	}
 	.detailed .tit span{
 		font-size: .26rem;
 		display: block;
 		line-height: .4rem;
 	}
 	.detailed .info{
 		margin-top: .4rem;
 		font-size: .29rem;
 		text-align: justify;
 		line-height: .46rem;
 	}
 	.fy{
 		width: 7.1rem;
 		margin: .6rem auto;
 		border:.02rem solid #eee;
 	}
 	.fy p{
 		line-height: .7rem;

 		font-size:.24rem;
 		padding:0 .1rem;
 		width: 50%;
 		text-align: center;
 		box-sizing: border-box;
 		border-right: .02rem solid #eee;
 	}
 	.fy p:nth-child(2){
 		border: none;
 	}
 	.fy .return{
 		width: 100%;
 		box-sizing: border-box;
 		float: initial;
 		text-align: center;
 		float: left;
 		line-height: .7rem;
 		display: block;
 		border-top: .02rem solid #eee;
 	}

  

 	 .product .pic ul li:hover .info i{
 	 	margin-top: 0;
 	 }

 	 .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;
	}
} 