*{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: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;}}



.main{
	width: 1600px;
	margin: 0 auto;
}

 
.head {
	width: 100%;
	height:135px;
	overflow: hidden;
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 135px;
}
.head img{
	display: block;
}
.head .btn{
	display: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}
 
.banner .swiper-pagination{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.banner .swiper-pagination span{
	width: 30px;
	height: 8px;
	border-radius:15px;
	background: #696462;
	display: block;
	margin: 0 5px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #00479D;
}

.mbanner{
	display: none;
}

.in-banner img{
	width: 100%;
	display: block;
}
.in-banner img:last-child{
	display: none;
}

.mtel{
	display: none;
}
.title{
	height: auto;
	overflow: hidden;
}

.title h4{
	color:#333333;
	font-size: 40px;
	text-align: center;
	font-weight: normal;
	background: url(../images/title.png) no-repeat center;
	position: relative;
}
 
.title  b{
	color:#00479d;
}
.title p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}

.tab{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
	max-width: 1200px;
}

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

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.product .list .tit{
	width: 260px;
	height: 120px;
	background: #00479D;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product .list .tit img{
	display: block;
	margin-right: 15px;
}
.product .list .tit p{
	color: #fff;
	font-size: 30px;
}

.product .list .tit span{
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}

.product .list .bd{
	width: 100%;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-left: none;
	height: 120px;
}

.product .list .bd ul li{
	float: left;
	width: 150px;
	height: 40px;
	border: 1px solid #E5E5E5;
	text-align: center;
	line-height: 40px;
	margin-left: 14px;
	margin-bottom: 9px;
}
.product .list .bd ul li a{
	display: block;
	font-size: 16px;
	color: #555555;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list .bd ul{
	width: 1314px;
	margin: 0 auto;
	margin-top: 12px;
}
.product .list .bd ul li:nth-child(8n-7){
	margin-left: 0;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
 
}

.product .pic ul li{
	float: left;
	width: 386px;
	height: auto;
	margin-left: 18px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 16px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
}
.product .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 386px;
	height:386px;
}
.product .pic ul li p{
	text-align: center;
	color: #1a1a1a;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 55px;
}
.product .pic ul li div{
	position: relative;
}
.product .pic ul li div:after{
	content: "";
	transition: .5s;
	width: 0%;
	height: 0%;
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(47,48,48,.5) url(../images/icon02.png) no-repeat center;
}
.product  .more{
	margin-top: 50px;
}
.more{
	display: block;
	width: 185px;
	height: 55px;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 55px;
	color: #666666;
	font-size: 16px;
	margin: 0 auto;
}
.gg{
	width: 100%;
	height: 188px;
	margin-top: 30px;
	background: url(../images/gg.jpg) no-repeat center;
}

.gg a{
	display: block;
	width: 100%;
	height: 100%;
}

.hz{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F6F4F4;
	padding-top: 60px;
	padding-bottom: 70px;
}
 
.hz .swiper-container{
	padding: 0 5px;
}

.hz .swiper-container{
	margin-top: 30px;
}

.hz .swiper-container  .swiper-slide  .img-box{
	border: 10px solid #fff;
	box-shadow: 0 0 5px 3px #ccc;
}
.hz .swiper-container  .swiper-slide{
 	margin-top: 5px;
}
.hz .swiper-container  .swiper-slide img{
	display: block;
	width: 265px;
	height: 170px;
}

.hz .swiper-container  .swiper-slide p{
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.hz .swiper-button-next,.hz .swiper-button-prev{
	display: block;
	width: 52px;
	float: left;
	height: 50px;
}
.hz .swiper-button-next{
	background:#fff url(../images/prev.png) no-repeat center;
}

.hz .swiper-button-prev{
	background:#fff url(../images/next.png) no-repeat center;
}


.hz .btn{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
}
.hz .btn a{
	display: block;
	width: 92px;
	height: 50px;
	background: url(../images/more.png)  no-repeat center;
	float: left;
	margin: 0 10px;
}


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

.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 20%, #ffffff 20%, #eeeeee 20%);  
	background: -webkit-linear-gradient(top,  #ffffffff 20%,#ffffffff 20%,#eeeeee 20%);  
	background: linear-gradient(to bottom,  #ffffffff 20%,#ffffffff 20%,#eeeeee 20%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );  

}
.about .intro{
	float: left;
	width:930px;
}
.about .pic{
	float: right;
	width: 635px;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .bd .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about .bd .tit span{
	display:block;
	font-size: 14px;
	text-transform: uppercase;
}
.about .bd .tit p{
	color: #222222;
	font-size: 30px;

}

.about .bd .tit h4{
	color: #222222;
	font-size: 36px;
}
.about .bd .info{
	width: 860px;
	height:auto;
	margin-left: 60px;
	margin-top: 70px;
	color: #222222;
	font-size: 16px;
	text-indent: 2em;
	line-height: 30px;
}
.about .bd .info a{
	color: #0267c3;
}
.about ul{
	margin-left: 60px;
	margin-top: 40px;
	width:600px;
	display: flex;
	justify-content: space-between;
	
}

.about ul li{
	float: left;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background:#00479D;
	display: flex;
	justify-content: center;
	align-items: center;
}

.adv{
	width: 1600px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.adv .swiper-wrapper{
	display: block;
	margin-top: 44px;
}
.adv .swiper-slide{
	width: 373px;
	float: left;
	margin-left: 32px;
}
.adv .swiper-slide:first-child{
	margin-left: 0;
}

.adv .swiper-slide .tit{
	position: relative;
	border-radius: 15px 15px 0 0;
 
}
.adv .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.adv .swiper-slide .t{
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
 
}
.adv .swiper-slide .t i{
	display: block;
	height: 81px;
	display: flex;
	transition: .5s;
	justify-content: center;
	align-items: center;
}
.adv .swiper-slide .t b{
	color: #fff;
	font-size: 32px;
	text-align: center;
	display: block;
	margin-top: 30px;
}

.adv .swiper-slide  .intro{
	width: 100%;
	height: 226px;
	overflow: hidden;
	border: 1px solid #B0B0B0;
	box-sizing: border-box;
	border-top: none;
	padding: 0 45px;
	padding-top:20px;
	border-radius: 0 0 15px 15px;
	box-sizing: border-box;
}
.adv .swiper-slide  .intro p{
	color: #1a1a1a;
	font-size: 20px;
	text-align: center;
	line-height:43px;
}

.gg{
	width: 100%;
	height: 188px;
	background: url(../images/gg.jpg)  no-repeat center;
	margin-top: 70px;
}
.gg a{
	display: block;
	width:100%;
	height:100%;
}
.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	background: #F6F4F4;
	padding:  60px 0;
}
.lc ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.lc ul li{
	width:124px;
	height:124px;
	color: #fff;
	position: relative;
	display: flex;
 
	justify-content: center;
	text-align: justify;
	align-items: center;
	background: url(../images/icon03.png) no-repeat center;
}
.lc ul li:after{
	content: "";
	width: 24px;
	height: 28px;
	background: url(../images/icon04.png) no-repeat center;
	position: absolute;
	right:-28px;
	top: 50%;
	margin-top: -14px;
}

.lc ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.lc ul li p{
	font-size: 22px;
	line-height: 30px;
 	margin-top: -3px;
 	margin-left: 8px;
	letter-spacing: 6px;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
	margin-top: 70px;
 
}

.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: 380px;
	height: auto;
	float: left;
	margin-left: 20px;
	padding-bottom: 5px;
	overflow: hidden;
}
.cases .pic ul li img{
	display: block;
	width: 100%;
}
.cases .pic ul li p{
	width: 216px;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 3px 1px #939292b3;
	text-align: center;
	line-height: 50px;
	color: #333333;
	font-size: 15px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	z-index: 1;
	margin-top: -25px;
}
.cases .more{
	margin-top: 40px;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
	padding: 60px 0;
	background:#F6F4F4;
}
.news ul{
	height: 480px;
	margin-top: 40px;
}

.news ul li{
	width: 790px;
	height: 150px;
	float: left;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 10px;
	position: relative;
	transition: .5s;
	background: #fff;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li:after{
	content: "→";
	position: absolute;
	right: 30px;
	top: 0;
	font-size: 24px;
	font-family: 'Arial';
	color: #9D9D9D;
	line-height: 150px;
	font-weight: normal;

}

.news ul li .time{
	text-align: center;
	float: left;

}

.news ul li .time b{
	color: #333333;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	margin-top: 8px;
	display: block;
}
.news ul li .time p{
	color: #333333;
	font-size: 15px;
	text-align: center;
}

.news ul li .info{
	float: right;
	width: 597px;
	height: 88px;
	overflow: hidden;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	padding: 0 25px;
	box-sizing: border-box;
	margin-right: 45px;
}
.news ul li .info h4{
	color: #030000;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news ul li .info p{
	color: #808080;
	font-size: 15px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
}

.news .more{
	display: none;
	margin-top: 30px;
}
.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	box-sizing: border-box;
	border-top: 1px solid #D6D6D6;
	margin-bottom: 30px;
}
.links .tit{
	background: url(../images/links.png) no-repeat center;
	float: left;
	width: 145px;

}
.links .tit p{
	color:#173782;
	font-size: 18px;
	margin-left: 25px;
}

.links ul{
	float: right;
	width: 1430px;
	height: auto;
	margin-top: 5px;
	height: 20px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding: 0 10px;
}
.links ul li a{
	color: #5d5d5d;
	font-size: 14px;
	display: block;
}

.menu{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#0267C3;

}
.menu ul{
	width: 1250px;
	margin: 0 auto;
	display: flex;

	justify-content: space-between;
	align-items: center;
	height: auto;
	overflow: hidden;
}
.menu ul li{
	float: left;
	line-height: 50px;
}
.menu ul li a{
	color: #fff;
	font-size: 18px;
	display: block;
}


.footer{
	width: 100%;
	height: auto;
	padding-top: 50px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/bg03.jpg);
	padding-bottom: 60px;
}

.footer .intro{
	float: left;
}
.footer .intro h4{
	color: #ffffff;
	font-size: 30px;
}

.footer .intro p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

.footer .ewm{
	float: right;
}
.footer .ewm img{
	display: block;
	width: 160px;
	height: 160px;
}
.footer .ewm p{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top:5px;
}

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




.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:#0267C3;
	color:#fff;
	font-size: 12px;
}
.page .thisclass a{
	color: #fff;
}
.img-list{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.img-list .pic ul li{
	float: left;
	width: 386px;
	margin-left: 18px;
	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  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;
}


.mssg-intro{
	width:820px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	width: 100%;
}

.mssg-intro form{
	width: 745px;
 	margin: 0 auto;
 	margin-top: 25px;
}
.mssg-intro form ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mssg-intro form ul li{
	height: auto;
	overflow: hidden;
	float: left;
	width: 225px;
	margin-left: 35px;
	margin-bottom: 20px;
}
.mssg-intro form ul li:nth-child(4) {
	width: 100%;
	margin-left: 0;
}
.mssg-intro form ul li:nth-child(4) input{
	width:695px;
}
.mssg-intro form ul li:first-child{
	margin-left: 0;
}
.mssg-intro form ul li p{
	float: left;
	font-size: 16px;
	line-height: 40px;
	color:#333333;
}
 

.mssg-intro form ul li input{
	width: 175px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius:5px;
	outline:none;
	text-indent: 5px;
	border-radius: 5px;

	font-family: '微软雅黑';
	float: left;
}
.mssg-intro form ul li:last-child{
	width: 100%;
	margin: 0;
}
.mssg-intro form ul li textarea{
	width: 695px;
	height: 150px;
	resize: none;
	outline: none;
	text-indent: 5px;
	border-radius: 5px;
	font-family: '微软雅黑';
	padding-top: 10px;
	border: 1px solid #dcdcdc;
	float: left;
}
.mssg-intro form .btn{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.mssg-intro form .btn input{
	width: 190px;
	height: 40px;
	letter-spacing: 5px;
	background: #999999;
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	border-radius: 5px;
	color:#fff;
	 
	border: none;
}
.mssg-intro form .btn input:first-child{
	background:#173782;

}


.fy{
	width: 1600px;
	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;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news-list ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	 
}
.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.news-list ul li a{
	color: #686767;
	font-size: 16px;
	display:block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	width: 440px;
	margin-left: 15px;
}

.news-list ul li span{
	float: right;
	color: #686767;
	font-size:14px;
}
.news-list ul li:after{
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	color: #686767;
	font-size: 16px;
	font-family: '宋体';
}

.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.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;
}

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

.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 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;
}



 
@media (min-width: 1200px){
  
    .img-box{
    	overflow: hidden;
    	height: auto;
    }
    .img-box img{
    	transition: .5s;
    }
    .img-box:hover img{
    	transform: scale(1.05);
    }

    .nav{
    	width: 100%;
    	height:66px; 
    	background:#0267C3;
    	display: block;
    	position: relative;
    	z-index: 100 !important;
    }
    .nav ul{
    	width: 1600px;
    	margin: 0 auto;
    	height:66px;
     	display: flex;
     	justify-content: center;
    }
    .nav ul li{
    	float: left;
    	width: 100%;
    	position: relative;
    	line-height:66px; 
    	text-align: center;
    }
    
    .nav ul li a{
    	color: #ffffff;
    	display: block;
    	font-size: 18px;
    }

    .nav ul ul{
    	position: absolute;
    	left: 0;
    	top:66px;
    	height: auto;
    	display: none;
    	overflow: hidden;
    	width: 100%;
    	background:rgba(0,160,233,.8);
    }
    .nav ul ul li{
    	width: 100%;
    	height: 40px;
    	margin-bottom: 1px;
    	line-height: 40px;
    	background: red;
    	border: none !important;
    }
    .nav ul ul li:after{
    	width: 0;
    	height: 0;
    	overflow: hidden;
    }
    .nav ul ul li a{
    	font-size: 16px;
    	display: block;
    	white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .nav ul li:hover{
    	background:#00A0E9;
    }
    .nav ul li:hover ul li{
    	background: none;
    }
    .nav ul li ul li:hover a{
    	color:#ffd756;
    }
    .nav ul li:hover ul{
    	display: block;
    }

    .nav ul li ul li:first-child{
    	margin-top: 10px;
    }
    .nav ul li ul li:last-child{
    	margin-bottom: 10px;
    }
 
    .product .pic ul li:hover div:after{
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    }
	.product .pic ul li:hover p{
		background: #0267C3;
		color: #fff;
	}

	.product .list .bd ul li:hover{
		background: #00479D;
		border: 1px solid #00479D;
	}
	.product .list .bd ul li:hover a{
		color: #fff;
	}
  	.news ul li:hover .info h4{
  		color: #0267c3;
  	}

	.news ul li:hover{
		box-shadow: 0 0 5px 2px #E4E2E2;
	}
	  

    .news-list ul li:hover a{
    	color: 173782;
    }


    .hz .swiper-button-next:hover{
    	background:#093EA3 url(../images/h-prev.png) no-repeat center;
    }
    .hz .swiper-button-prev:hover{
    	background:#093EA3 url(../images/h-next.png) no-repeat center;
    }
    
    .tab ul li:hover{
    	background:#0267C3;
    	border: 1px solid#0267C3;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
    .more:hover{
    	background:#0267C3;
    	border: 1px solid#0267C3;
    	color: #fff;
    }
    .adv .swiper-slide:hover .t i{
    	transform: rotate(360deg);
    }

    .cases .pic ul li:hover p{
    	background: #00479D;
    	color: #fff;
    }
}


@media (max-width: 1660px){

	.main{
		width: 1440px;
	}
	.nav ul{
		width: 1440px;
	}
	 
	.product .pic ul li{
		width: 346px;
	}
	.product .pic ul li img{
		width: 100%;
		height: 260px;
	}
 
	.adv{
		width: 1440px;
	}
	.adv .swiper-slide{
		width: 336px;
	}
	.news ul li{
		width: 710px;
	}
	.news ul li .info{
		width: 510px;
	}
	.links ul{
		width: 1280px;
	}
	.fy{
		width: 1440px;
	}
	.about .intro{
		width: 720px;
	}
	.about .bd .info{
		width:680px;
		margin-top: 55px;
		margin-left: 40px;
	}
	.img-list .pic ul li{
		width: 346px;
	}
	.product .list .bd ul{
		width: 1180px;
	}
	.product .list .bd ul li{
		width: 133px;
	}
}

@media (max-width: 1440px ){

	.main{
		width: 1200px;
	}
	.nav ul{
		width: 1200px;
	}
	 
	 
	.product .pic ul li{
		width: 286px;
	}
	.product .pic ul li img{
		height: 214px;
	}

	.adv{
		width: 1200px;
	}
	.adv .swiper-slide{
		width: 284px;
		margin-left: 20px;
	}
	.adv .swiper-slide .t b{
		margin-top: 20px;
		font-size: 30px;
	}
	.adv .swiper-slide .intro{
		padding:  0 25px;
		padding-top: 20px;
	}
	.news ul li{
		width: 590px;
	}
	.news ul li .info{
		width: 410px;
	}
	.links ul{
		width: 1040px;
	}
	.menu ul{
		width: 1080px;
	}
	.fy{
		width: 1200px;
	}
	.about .pic{
		width: 580px;
	}
	.about .intro{
		width:580px;
	}
	.about .bd .info{
		margin-left: 30px;
		width:560px;
		margin-top: 45px;
	}
	.about ul{
		width: 560px;
		margin-top: 20px;
		margin-left: 30px;
	}
	.adv .swiper-slide .intro p{
		font-size: 16px;
	}
	.gg{
		margin-top: 60px;
		background-size: 110% auto;
	}
	.img-list .pic ul li{
		width: 286px;
	}
	.product .list .bd ul{
		width: 960px;
	}
	.product .list .bd ul li{
		width: 105px;
	}
}


@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
	.head{
		height: auto;
	}
	.head .name{
		width: 4.5rem;
	}
	.head .main{
		height: 1.5rem;
	 
	}
	.head img{
		display: block;
		width: 100%;
	}
	.head  .tel img{
		display: none;
	}

	.head  .tel {
		width: .8rem;
		height: .8rem;
		background: url(../images/icon05.png) no-repeat center;
		border: .02rem solid #074CA0;
		box-sizing: border-box;
		border-radius: 50%;
		background-size: .4rem auto;
	}
	.head  .tel a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.head  .btn{
		display: block;
		width: .8rem;
		height: .8rem;
		overflow: hidden;
		border: .02rem solid #074CA0;
		box-sizing: border-box;
		background:url(../images/btn.png) no-repeat center;
		background-size: .4rem auto;
		border-radius: 50%;
		margin-left: .5rem;
	}
 	
	.banner .swiper-wrapper img{
		display: none;
	}
	.banner .swiper-wrapper img:last-child{
		display: block;
	}

	.banner .swiper-pagination span{
		width: .2rem;
		height: .2rem;
		outline: none;
	}
	.banner .swiper-pagination{
		bottom: .2rem;
	}

	.pcbanner{
		display: none;
	}
	.mbanner{
		display: block;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.mtel{
		display: flex;
		height: auto;
		overflow: hidden;
		justify-content: center;
		align-items: center;
		padding: .3rem 0;
		background: #F2F2F2;
	}
	.mtel img{
		display: block;
		height: .4rem;
	}
	.nav{
 		width: 100%;
 		height: 100%;
 		overflow: hidden;
 		position: fixed;
 		left: 0;
 		top: 1.5rem;
 		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 ul{
  		width: 96%;
  		padding-bottom: 0;
  		display: none;
  		right: initial;
  	}
  	.nav ul .sonOpen{
  		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;
  	}
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .swiper-pagination span{
		margin: 0 .1rem;
	}
	.title h4{
		font-size: .46rem;
 
		background-size: auto .1rem;
	}
	.title h4:after{
		width: 2.2rem;
		margin-left: -1.1rem;
	}
	.title p{
		width: 7rem;
		margin: 0 auto;
		font-size: .24rem;
		margin-top: .15rem;
	}
	.product{
		padding-top: .5rem;
	}

	.tab {
		width: 100%;
		margin-top: .5rem;
	}
	.tab ul li{
		width:2.25rem;
		margin: 0;
		margin-bottom: .1rem;
		line-height: .7rem;
		border: .02rem solid #E4E4E4;
		height: .7rem;
		padding: 0 .05rem;
		margin-left: .15rem  !important;
	}
	.tab ul li a{
		font-size: .28rem;
	}
	.tab ul li:nth-child(3n-2){
		margin-left: 0 !important;
	}

	.img-list{
		padding-top: 0rem;
	}
	.product .list{
		width: 100%;
		display: block;
		margin-top: .4rem;
	}
	.product .list .bd{
		height: auto;
		border: .02rem solid #E5E5E5;
		border-top: none;
	}
	.product .list .tit{
		width: 100%;
		height: 1.6rem;
	}
	.product .list .tit img{
		height: .8rem;
		margin-right: .3rem;
	}
	.product .list .tit p {
		font-size: .48rem;
	}
	.product .list .tit span{
		font-size: .24rem;
	}
	.product .list .bd ul{
		width: 100%;
		margin: 0;
		height: auto;
		box-sizing: border-box;
		padding: .2rem;
		padding-bottom: 0;
		overflow: hidden;
	}
	.product .list .bd ul li{
		width: 1.54rem;
		margin-left: .15rem;
		box-sizing: border-box;box-sizing: 
 
	}
	.product .list .bd ul li:nth-child(4n-3){
		margin-left: 0;
	}
	.product .list .bd ul li a{
		font-size: .26rem;
	}
	.product .pic{
		width: 100%;
		height: auto;
		margin-top: .3rem;
		overflow: hidden;
		padding: 0;
	}
	.product .pic ul li{
		float: left;
		width: 3.45rem;
		margin: 0;
		margin-bottom: .2rem;
		height: auto;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}

	.product .pic ul li img{
		display: block;
		width: 100%;
		
	}
	 
	.product .pic ul li  p{
		line-height: .6rem;
		font-size: .28rem;
		margin-top: 0;

	}

	.product .pic ul li:nth-child(n+9){
		display: none;
	}
	.more{
		width: 2.8rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .26rem;
	}

	.product .more{
		margin-top: .4rem;
	}
	.about{
		width: 100%;
	}
	.hz{
		padding: .6rem 0;
	}
	.hz .swiper-container{
		margin-top: .3rem;
	}
	.hz .swiper-container .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.hz .swiper-container .swiper-slide .img-box{
		border: .14rem solid #fff;
		box-shadow: 0 0 .05rem .03rem #ccc
	}
	.hz .swiper-container .swiper-slide p{
		font-size:.28rem;
		margin-top: .2rem;
	}

	.hz .swiper-button-next, .hz .swiper-button-prev{
		width: .82rem;
		height: .8rem;
		background-size: auto;
	}
	.hz .btn{
		margin-top: .4rem;
	}

	.hz .swiper-button-next{
		background: #fff url(../images/prev.png) no-repeat center;
		background-size: auto .2rem;
	}

	.hz .swiper-button-prev{
		background: #fff url(../images/next.png) no-repeat center;
		background-size: auto .2rem;
	}


	.hz .btn a{
		height: .8rem;
		width: 1.4rem;
		background-size: auto  100%;
	}
	.adv{
		width: 100%;
		margin-top: .8rem;
	}
	.adv .advSwiper{
		margin-top: .5rem;
	}
	.adv .swiper-wrapper{
		display: flex;
		margin-top: 0;
	}
	.adv .swiper-slide{
		display: block;
		margin: 0;
	}
	.adv .swiper-slide:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.adv .swiper-slide .pic{
		width: 6.5rem;
		margin: 0 auto;
	}
	.adv .swiper-slide .pic img{
		width: 100%;
		display: block;
	}

	.adv .swiper-slide .intro{
	 	width: 100%;
	 	padding: 0rem .15rem;
	 	padding-top: .1rem;
	 	padding-bottom: .3rem;
	 	height: 2.4rem;
	 	border: .02rem solid #B0B0B0;
	}

	.adv .swiper-slide .intro img{
		display: block;
		height: .8rem;
	}
	.adv .swiper-slide .intro p{
		font-size: .24rem;
		line-height: .46rem;
		padding: .2rem 0;
	}
	.adv .intro ul li {
		display: flex;
		justify-content:flex-start;
		align-items: flex-start;
	}
	.adv .intro ul li div{
		margin-left: .3rem;
	}
	.adv .intro ul li p{
		font-size: .3rem;
	}
	.adv .intro ul li span{
		font-size: .24rem;
		margin-top: .05rem;
	}
 
	.adv .swiper-pagination{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		padding: .2rem 0;
		margin-top: .4rem;
	}
	.adv .swiper-pagination span{
		display: block;
		width: .6rem;
		height: .1rem;
		background: #CCCCCC;
		border-radius: 50%;
		margin: 0 .1em;

	}
	.adv .swiper-slide .pic{
		width: 100%;
	}
	.adv .swiper-slide .t i{
		height: auto;
	}
	.adv .swiper-slide .t i img{
		width: .8rem;
	}
	.adv .swiper-slide .t b{
		font-size: .3rem;
		display: block;
		margin-top: .2rem;
	}
	.adv .swiper-pagination  span{
		border-radius: 5px;
	}
	.adv .swiper-pagination .swiper-pagination-bullet-active{
		background:#0065D1;
	}
	.gg{
		width: 100%;
		height: 1.88rem;
		background:red url(../images/mgg.jpg) no-repeat center;
		background-size: 100% auto;
		margin-top:.5rem;
	}
	.about .main{
		width: 100%;
	}
	.about{
	 	margin-top: .6rem;
	}
	.about .main{
		width: 100%;
	}
	.about .pic{
		width: 100%;
		float: initial;
		height: 5.26rem;
		background: url(../images/about02.jpg) no-repeat center;
		background-size: cover;
	}
	.about .pic img{
		display: none;
	}
	.about .bd{
		float: initial;
		width: 100%;
		height:auto;
 
		box-sizing: border-box;
		overflow: hidden;
	}
	.about .bd .tit h4{
		font-size: .42rem;
		text-align: center;
	}
	.about .intro{
		width: 100%;
	}
	.about .bd .tit span{
		display: none;
	}
	.about .bd .tit p{
		text-align: center;
		font-size: .42rem;
	}
	.about .bd .info{
		width: 6.8rem;
		margin:0 auto;
		margin-top: .3rem;
	}
	.about .bd .info  {
		text-align: justify;
		font-size: .29rem;
		line-height: .46rem;
	}
	.about .bd ul{
		width:6.8rem;
		margin:0 auto;
		margin-top: .4rem;
		margin-bottom: .2rem;
	}
	.about .bd ul li{
		width: 1.5rem;
		height: 1.5rem;
	}
	.about .bd ul li img{
	
		height: .9rem;
	}
	
	.lc{
		margin-top: .4rem;
		padding: .6rem 0;
		padding-bottom: .2rem;
	}
	.lc ul{
		width:100%;
		margin: 0 auto;
		flex-wrap: wrap;
		margin-top: .6rem;
	}
	.lc ul li{
		width:1.5rem;
		height:1.5rem;
		background: url(../images/icon03.png) no-repeat center;
		background-size: 100%  100%;
		margin-bottom: .6rem;
	}
	.lc ul li:after{
		width: .24rem;
		height: .28rem;
		background-size: 100% auto;
		right: -.3rem;
		margin-top: -.15rem;
	}
	.lc ul li p{
		font-size: .3rem;
		line-height: .4rem;
	}
	.lc ul li:nth-child(4):after{
		right: .6rem;
		top: initial;
		transform: rotate(90deg);
		bottom: -.4rem;
	}
	.lc ul li:nth-child(5){
		order:3;
	}
	.lc ul li:nth-child(5):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.lc ul li:nth-child(6){
		order:2;
	}
	.lc ul li:nth-child(7){
		order:1;
	}
	.lc ul li:nth-child(8):after{
		width: 0.24rem;
	    height: 0.28rem;
	    background-size: 100% auto;
	    right: -0.4rem;
	}
 	.lc ul li:nth-child(n+5):after{
 		transform: rotate(180deg);
 	}
	.cases .show{
		margin-top: .5rem;
	}
	.cases .show .box{
		width: 600%;
	}
	.cases .pic{
		width: 50%;
	}
	.cases .pic ul li{
		width: 16%;
		margin-left: .6%;
		overflow: initial;
	}
	.cases .pic ul li p{
		width:100%;
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}

	.cases{
		margin-top: .6rem;
		 
	}
	.cases .pic ul li img{
		width: 100%;
		 
	}
	.cases .more{
		margin-top: .4rem;
	}
	.news{
		margin-top: .6rem;
		padding: .6rem 0;
		margin-bottom: 0;
	}
	.news .tit{
		border-top: .02rem solid #D9D9D9;
		line-height:.8rem;
	}
	.news .tit:after{
		height: .04rem;
		width: 1.7rem;
	}
	.news .tit h4{
		line-height: .8rem;
		font-size: .42rem;
	}
	.news .tit a{
		font-size: .26rem;
	}
	.news ul{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .4rem;
	}
	.news ul li{
		width: 100%;
		height: auto;
		padding: .3rem;
		margin-bottom: .2rem;
	}
	.news ul li a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.news ul li .time b{
		display: block;
		font-size: .5rem;
		margin-top: .1rem;
	}
	.news ul li .time p{
		font-size: .3rem;
	}
	.news ul li .info{
		width: 4.5rem;
		border-left: .02rem solid #DCDCDC;
		border-right: .02rem solid #DCDCDC;
		height: auto;
		padding: 0 .3rem;
		margin-right: .5rem;
	}
	.news ul li .info h4{
		font-size: .3rem;
	}
	.news ul li .info p{
		font-size: .28rem;
		line-height: .46rem;
		margin-top: .1rem;
	}
	.news ul li:after{
		font-size: .4rem;
		right: .2rem;
		line-height: 2rem;
	}
	.news ul li:nth-child(n+5){
		display: none;
	}
	.news .more{
		display: block;
		background: #fff;
		border: .02rem solid #999999;
		border: none;
	 
	}
	.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;
	}


	.links{
		display: none;
	}
	.menu{
		display: none;
	}
	 
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: .6rem;
		padding-bottom: 2rem;
	 
	}
	.footer .intro {
		float: initial;
	}
	.footer .intro h4{
		font-size: .36rem;
		text-align: center;
	}
	.footer .intro p{
		font-size: .26rem;
		margin-top: .2rem;
		line-height: .46rem;
		text-align: center;
	}
	.footer .ewm{
		display: none;
	}
	.gotop{
		display: block;
		border: .02rem solid #fff;
		box-sizing: border-box;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		 width: .9rem;
		 height: .9rem;
		 margin: 0 auto;
		 margin-top: .4rem;
	}
	.gotop img{
		height: .4rem;
		display: block;
	}

 	.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: 1.85rem;
 		height: auto;
 		overflow: hidden;
 		background:#0267C3;
 		position: relative;
 	}
  
 	.float ul li img{
 		display: block;
 		height: .6rem;
 		margin: 0 auto;
 		margin-top: .2rem;
 	}

 	.float ul li p{
 		color:#fff;
 		font-size: .26rem;
 		text-align: center;
 		margin-top: .1rem;
 		margin-bottom: .2rem;
 	}
 
 	.page{
 		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;
 	}
 	.about-intro .intro{
 		font-size: .29rem;
 		line-height: .46rem;
 	}
 	.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;
 	}

 	.news-list  ul li{
 		line-height: .7rem;
 	}
 	.news-list  ul li a{
 		width:5rem;
 		margin-left: .25rem;
 		font-size: .3rem;
 	}
 	.news-list  ul li span{
 		font-size: .24rem;
 	}
 	.news-list  ul li:after{
 		font-size: .24rem;
 	}

 	.mssg-intro{
 		width:6.5rem;
 		margin: 0 auto;
 		margin-top: .4rem;
 		background: none;
 	}
 	.mssg-intro img{
 		display: none;
 	}
 	.mssg-intro form{
 		width: 100%;
 	}
 	.mssg-intro form ul li{
 		margin: 0;
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-bottom: .3rem;
 	}
 	.mssg-intro form ul li p{
 		font-size: .3rem;
 	}
 	.mssg-intro form ul li input{
 		width:5.5rem;
 		height: .7rem;
 		font-size: .28rem;
 		border: .02rem solid #dcdcdc;
 	}
 	.mssg-intro form ul li:nth-child(4) input{
 		width: 5.5rem;
 	}
 	.mssg-intro form ul li textarea{
 		width: 5.5rem;
 		border: .02rem solid #dcdcdc;
 		height: 3rem;
 		font-size: .28rem;
 	}
 	.mssg-intro form .btn{
 		margin-top: .4rem;
 		margin-bottom: 0;
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.mssg-intro form .btn input{
 		width: 3rem;
 		height: .75rem;
 		margin: 0;
 		font-size: .3rem;
 	}
} 
