*{margin: 0px;padding: 0px;}
body{background:#ffffff;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-variant:normal;
	font-family: "微软雅黑";
}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
input[type="button"],input[type="submit"], input[type="text"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}
select {-webkit-appearance: none;}

@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:1200px;
	margin: 0 auto;
}

 
.head{
	width: 100%;
	height:100px;
	background: #fff;
	 
}
.head .logo{
	float: left;
	margin-top: 10px;
}
.head  img{
	display: block;
}
@media (min-width:1200px){
	.nav{
		float: right;
		margin-top: 35px;
	}
	.nav ul li{
		float: left;
		height: 35px;
		overflow: hidden;
		margin-left: 35px;
		position: relative;
		width: 65px;
		transition: .5s;
		text-align: center;
		border-bottom: 2px solid #fff;
	}
	.nav ul li:after{
		content: "";
		width: 10px;
		height: 7px;
		background: url(/themes/simpleboot3/public/assets/images/icon01.png) no-repeat center;
		position: absolute;
		left: 50%;
		bottom:-7px;
		margin-left: -5px;
		transition: .5s;
	}
	.nav ul li a{
		color:#1a1a1a;
		font-size: 16px;
		display: block;
	}
	.nav ul li:hover{
		border-bottom: 2px solid #3B6CC3;
	}
	.nav ul li:hover:after{
		bottom: 0;
	}
}

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner img{
	width: 100%;
	display: block;
}
/*.banner img:last-child{
	display: none;
}*/

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

 
.ad{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.title p{
	color:#2b2b2b;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.title b{
	color:#00a0e8;
}
.title span{
	color:#666666;
	font-size: 20px;
	text-align: center;
	display: block;
	margin-top: 7px;
}
 
.ad ul{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	 
}
.ad ul li{
	float: left;
	width: 184px;
	height: 260px;
 	margin-left: 70px;
	margin-bottom: 40px;
	overflow: hidden;
}

.ad ul li:nth-child(5n-4){
	margin-left: 0;
}
/*.ad ul li i{
	display: block;
	width: 90px;
	height:88px;
	margin:0 auto;
}
.ad ul li:nth-child(1) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png);

}
.ad ul li:nth-child(2) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png) -330px 0px;
}
.ad ul li:nth-child(3) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png) -664px top;
}
.ad ul li:nth-child(4) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png) right top;
}


.ad ul li:hover:nth-child(1) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png) left -107px;
}

.ad ul li:hover:nth-child(2) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png) -330px  -107px;
}

.ad ul li:hover:nth-child(3) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png) -664px -107px;
}

.ad ul li:hover:nth-child(4) i{
	background: url(/themes/simpleboot3/public/assets/images/icon02.png) right -107px;
}*/


.ad ul li .icon{
	width: 100%;
	height: 88px;
	overflow: hidden;
}
.ad ul li .icon img{
	display: block;
	margin: 0 auto;
}
.ad ul li .icon img:last-child{
	display: none;
}
.ad ul li .info{
	width: 100%;
	height:auto;
	overflow: hidden;

}
 
.ad ul li  h4{
	font-size: 18px;
	color:#333333;
	text-align: center;
	margin-top: 30px;
}

.ad ul li p{
	color:#666666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	height: 100px;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.ad ul li:hover .icon img{
	display: none;
}
.ad ul li:hover .icon img:last-child{
	display: block;
}

.ad ul li:hover h4{
	color:#3b6cc3;
}

.about{
	width: 100%;
	height:500px;
	overflow: hidden;
 	position: relative;
 	margin-top: 30px;
}
.about:after{
	content: "";
	width: 100%;
	height: 272px;
	background: #3B6CC3;
	position: absolute;
	left: 0;
	top: 0;
}

.about .bd{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #D3D2D2;
	box-shadow: 0 0 5px 1px #D3D2D2;
	background: #fff;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.about .bd .intro{
	width: 535px;
	height: 420px;
	overflow: hidden;
	margin-left: 70px;
	margin-top: 60px;
	float: left;
}
.about .bd .intro .tit{
	height: auto;
	overflow: hidden;
}

.about .bd .intro .tit span{
	display: block;
	width: 250px;
	color:#3b6cc3;
	font-size: 34px;
	text-transform: uppercase;
	font-family: 'Arial';
	background: url(/themes/simpleboot3/public/assets/images/icon03.png)no-repeat right center;
}

.about .bd .intro .tit p{
	color:#222222;
	font-size: 34px;
	margin-top: 10px;
}

.about .bd .intro .info{
	width: 100%;
	height: 175px;
	overflow: hidden;
	margin-top: 20px;
	/* text-indent: 2em; */
	color:#666666;
	font-size: 15px;
	line-height: 26px;
}
 
.about .bd .intro .more{
	display: block;
	width: 233px;
	height: 50px;
	border: 1px solid #3B6CC3;
	margin-top: 20px;
	text-align: center;
	line-height: 50px;
	color:#3B6CC3;
	font-size: 15px;
	text-transform: uppercase;
	border-radius:5px;
}

.about .bd  .pic{
	float: right;
	width: 470px;
	height: auto;
	margin-top: 40px;
	margin-right: 70px;
	overflow: hidden;
}.about .bd  .pic img{
	display: block;
	width: 470px;
	height: 408px;
}


.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.tab{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.tab ul li{
	float: left;
	width: 290px;
	height: 50px;
	border: 1px solid #CFCFCF;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	margin-left: 13px;
	line-height: 50px;
	margin-bottom: 10px;
}
.tab ul li:nth-child(4n-3){
	margin-left: 0;
}
.tab ul li a{
	color:#222222;
	font-size: 16px;
	display: block;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin:0 auto;
	width: 96%;
}
.tab ul li:hover {
	border: 1px solid #3b6cc3;
}
.tab ul li:hover a{
	color:#3b6cc3;
}
.cases .list ul {
	margin-left: -13px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .list ul li{
	float: left;
	width: 290px;
	height:auto;
	overflow: hidden;
	margin-left: 13px;
	box-sizing: border-box;
	margin-bottom: 13px;
	border: 1px solid #dcdcdc;
}

.cases .list ul li img{
	display: block;
	width: 290px;
	height: 240px;
	transition: .5s.
}
.cases .list ul li div{
	border-bottom: 1px solid #DCDCDC;
}
.cases .list ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color:#222222;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.cases .list ul li:hover p{
	color: #3b6cc3;
}

.cases .list ul li:hover  img{
	transform: scale(1.05);
}

.cases .more{
	display: block;
	margin: 0 auto;
	width: 233px;
	height: 50px;
	border: 1px solid #3B6CC3;
	margin-top: 40px;
	text-align: center;
	line-height: 50px;
	color:#3B6CC3;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 5px;
}

.img-box{
	overflow: hidden;
}
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}



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

.news .left{
	width: 372px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 35px;
}
.news .left img{
	display: block;
	width: 372px;
	height: 215px;
}
.news .left .intro{
	width: 332px;
	padding:15px 20px;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
}

.news .left .intro .time{
	width: 88px;
	height: 80px;
	background: #afafaf;
	overflow: hidden;
	float: left;
}


.news .left:hover .time{
	background: #3B6CC3;
}
.news .left .intro .time b{
	color:#ffffff;
	font-size: 30px;
	display: block;
	text-align: center;
	margin-top: 7px;
}
.news .left .intro .time  span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 15px;

}

.news .left .intro   h4{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	width: 220px;
	float: right;
	font-weight: normal;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color:#1a1a1a;
}

.news .left:hover  .intro h4{
	color:#3b6cc3;
}

.news .left .intro p{
	float: left;
	font-size: 13px;
	color:#666666;
	line-height: 20px;
	margin-top: 10px;
}
.news ul {
	float: right;
	width: 808px;
	margin-top: 35px;
	height: auto;
	overflow: hidden;
}
.news ul li{
	width: 360px;
	padding: 15px;
	float: left;
	height: 88px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 10px;
}
.news ul li:nth-child(2n){
	float: right;
}

.news ul li .time{
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #afafaf;
	float: left;
}

.news ul li .time b{
	color:#fff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.news ul li .time span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	margin-top: 5px;
}
.news ul li .intro{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: right;
}

.news ul li .intro h4{
	width: 100%;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}
.news ul li:hover .time {
	background: #3B6CC3;
}
.news ul li:hover .intro h4{
	color:#3b6cc3;
}

.news ul li .intro p{
	color:#666666;
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
}

.news .main{
	height: auto;
	overflow: hidden;
}
.news .more{
	display: block;
	margin: 0 auto;
	width: 233px;
	height: 50px;
	border: 1px solid #3b6cc3;
	margin-top: 40px;
	text-align: center;
	line-height: 50px;
	color:#3b6cc3;
	font-size: 15px;
	text-transform: uppercase;
	border-radius:5px;

}


.plan{
	width: 100%;
	height: 516px;
	background: #fafafa;
	margin-top: 80px;
	overflow: hidden;
}

.plan .title{
	margin-top: 40px;
}

.plan  .left{
	float: left;
	width: 390px;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
	margin-top: 45px;
}
.plan  .left .ewm{
	height: auto;
	overflow: hidden;
}
.plan  .left .ewm img{
	display: block;
	width: 164px;
	height: 164px;
	float: left;
}
.plan  .left .ewm img:last-child{
	float: right;
}
.plan  .left .info{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.plan  .left .info p{
	color:#333333;
	font-size: 24px;
	font-weight: bold;
}

.plan  .left .info span{
	display: block;
	color:#333333;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
}

.plan form{
	width: 707px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 45px;
}

.plan form ul li{
	width: 340px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	float: left;
}
.plan form ul li:nth-child(2n){
	float: right;
}
.plan form ul li p{
	color:#666666;
	font-size: 14px;
}

.plan form ul li input{
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	margin-top: 5px;
	text-indent:5px;
	outline: none;
}	
.plan form ul li:last-child{
	width: 100%;
}

.plan form ul li textarea{
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	background: #fff;
	outline: none;
	text-indent:5px;
	border-radius: 5px;
	resize: none;
	margin-top: 5px;
}

.plan form .btn{
	width: 340px;
	height: 40px;
	background: #3B6CC3;
	border-radius: 5px;
	color:#fff;
	border: none;
}

.links{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.links .tit{
	border-left: 2px solid #3B6CC3;
	height: 25px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	border-right: 2px solid #3B6CC3;
}
.links  ul{
	width: 1080px;
	height: 25px;
	line-height: 25px;
	float: right;
}
.links  ul li{
	float: left;
	padding-right: 20px;
	position: relative;
}
.links  ul li:after{
	content: "";
	width: 2px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	background: #9A9A9A;
}
.links  ul li a{
	color:#333333;
	font-size: 13px;
}

.footer{
	width: 100%;
	height: 330px;
	overflow: hidden;
	background:#333333;
	border-top: 2px solid #00a0e8;
	margin-top:30px;
}

.footer .part{
	float: left;
 	padding-right: 10px;
	height: auto;
	margin-left:70px;
	overflow: hidden;
	margin-top: 45px;
	position: relative;
}
.footer .part:first-child{
	margin-left: 0;
}
.footer .part:after{
	content: "";
	width: 1px;
	height: 160px;
	position: absolute;
	right: 0;
	top: 20px;
	border-right: 1px dashed #959595;
}

.footer .part .tit p{
	color:#ffffff;
	font-size: 18px;
	font-weight: bold;
}
.footer .part:first-child{
	padding-left: 70px;
}
.footer .part:first-child:before{
	content: "";
	width: 1px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 20px;
	border-right: 1px dashed #959595;
}
.footer .part  ul{
	width: 180px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .part  ul li{
	width: 100%;
	height: 28px;
	line-height: 28px;

}
.footer .part  ul li a{
	color:#fff;
	font-size: 13px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.footer .part  .info{
	width: 180px;
	height: auto;
	overflow: hidden;
	margin-right: 65px;
	margin-top: 15px;
}

.footer .part  .info p{
	color:#fff;
	font-size: 13px;
	line-height: 30px;
}
.footer .part  .info p a{
	color:#fff;
}
.footer .fn ul{
	margin-right: 65px;
}
.footer .fn ul li{
	float:left;
	width: auto;
	padding-right: 20px;
	position: relative;
}
.footer .fn ul li:after{
	width: 1px;
	height: 14px;
	position: absolute;
 	right: 10px;
	top: 50%;
	margin-top: -7px;
	background: #ebebeb;
	content: "";
}
.footer .fn ul li:nth-child(2n):after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.footer .fn ul{
	width: 150px;
}
.in-footer{
	margin-top: 60px;
}
 .cr{
	width: 100%;
	height: 32px;
	background: #202020;
	text-align: center;
	line-height: 32px;
	color:#949494;
	font-size: 12px;
}

 .cr a{
 	color:#949494;
 }

 .float{
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 	position: fixed;
 	bottom: 0;
 	display: none;
 }
  .float ul{
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  }
 .float ul li{
 	float: left;
 	width: 24%;
 	height: 80px;
 	background: #00a0e8;
 	border-radius: 5px 5px 0 0;
 }

  .float ul li img{
  	height: 30px;
  	display: block;
  	margin: 0 auto;
  	margin-top: 15px;
  }
.float ul li  p{
    	color:#fff;
    	font-size: 13px;
    	text-align: center;
    	margin-top: 8px;
}


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

.title-bar .tit{
	float: left;
}

.title-bar .tit h4{
	font-size: 26px;
	color:#333333;
	font-weight: normal;
}

.title-bar .tit span{
	color:#999999;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.crumbs{
	float: right;
	padding-right: 10px;
	margin-top: 35px;
}
.crumbs a{
	color:#999999;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: -6px;
	top: 0;
	color:#999999;
}


.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list .list ul {
	margin-left: -13px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases-list .list ul li{
	float: left;
	width: 290px;
	height:auto;
	overflow: hidden;
	margin-left: 13px;
	box-sizing: border-box;
	margin-bottom: 13px;
	border: 1px solid #dcdcdc;
}

.cases-list .list ul li div{
	display: block;
	width: 290px;
	height: 240px;
	border-bottom: 1px solid #dcdcdc;
}
.cases-list .list ul li img{
	width: 100%;
	height: 240px;
}

.cases-list .list ul li h4{
	width: 240px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 25px;
	color:#222222;
	font-size: 15px;
	height: 25px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.cases-list .list ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color:#222222;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.cases-list .list ul li:hover p{
	color: #3b6cc3;
}

.cases-list .list ul li:hover  img{
	transform: scale(1.05);
}
.page{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.page ul {
	display: table;
}
.page .thisclass{
	background: #3B6CC3;
	color:#fff;
}
.page ul li{
	float: left;
	padding: 0 10px;
	margin: 0 5px;
	color:#333;
	border: 1px solid #c7c7c7;
	line-height: 30px;
	height: 30px;
}

.page ul li a{
	color:#333;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}


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

.detailed-cont .tit{
	height: 80px;
	border-bottom: 1px dashed #D2D2D2;
}
.detailed-cont .tit h4{
	color:#333333;
	font-size: 20px;
	text-align: center;
}
.detailed-cont .tit p{
	font-size: 14px;
	text-align: center;
	color: #999999;
	margin-top: 10px;
}
.detailed-cont .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

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

.detailed-cont .info p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}

.fy{
	width: 1200px;
	margin: 0 auto;
	height:auto;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #D2D2D2;
}
.fy div{
	float: left;
	width: 600px;
}

.fy p{
	color:#666666;
	font-size: 14px;
 	width: 100%;
 	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}

.fy p a{
	color:#666;
}
.fy p:last-child{
	float: right;
}
.fy .return{
	float: right;
	margin-top: 30px;
	color:#333333;
	font-size: 14px;
}
.in-ad{
	margin-top: 0;
}
.in-ad ul{
	margin-top: 40px;
}
.in-ad ul li{
	margin-bottom: 0;
}
.about-intro{
	width: 1200px;
	margin:  0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}


.about-intro .info p{
	color:#1a1a1a;
	font-size: 15px;
	line-height: 30px;
}
.about-intro .info  img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

 

.news-list{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.news-list ul {
	margin-left: -15px;
	height: auto;
	overflow: hidden;
}
.news-list ul li{
	width: 360px;
	padding: 15px;
	float: left;
	height: 88px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}
  

.news-list ul li .time{
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #afafaf;
	float: left;
}

.news-list ul li .time b{
	color:#fff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.news-list ul li .time span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	margin-top: 5px;
}
.news-list ul li .intro{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: right;
}

.news-list ul li .intro h4{
	width: 100%;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.news-list ul li .intro p{
	color:#666666;
	font-size: 13px;
	line-height: 20px;
	margin-top: 8px;
}


.article-intro{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.article-intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-intro .tit p{
	color:#1a1a1a;
	font-size: 18px;
	text-align: center;
}

.article-intro .tit span{
	display: block;
	text-align: center;
	color:#666666;
	font-size: 12px;
	margin-top: 10px;
}

.article-intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.article-intro .info p{
	color:#1a1a1a;
	font-size: 15px;
	line-height: 30px;
}

.article-intro img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


.cont-intro{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}

.cont-intro .left{
	width: 390px;
	height: auto;
	overflow: hidden;
	float: left;
}

.cont-intro .left .ewm{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont-intro .left .ewm img{
	display: block;
	width: 164px;
	height: 164px;
	border: 5px solid #f5f5f5;
	float: left;
}
.cont-intro .left .ewm img:last-child{
	float: right;
}

.cont-intro .left  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cont-intro .left  .info p{
	color:#333333;
	font-size: 24px;
	font-weight: bold;
}

.cont-intro .left  .info span{
	display: block;
	color:#333333;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
}

.map{
	width: 705px;
	height: auto;
	overflow: hidden;
	float: right;
}
.map .allmap{
	width: 100%;
	height: 324px;
}


.mssg-intro{
	width: 1200px;
	margin:0 auto;
	margin-top: 30px;
	height: auto;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	border: 3px solid #EEEEEE;
 
}
.mssg-intro:after{
	content: "";
	width: 1px;
	height: 330px;
	position: absolute;
	left: 50%;
	margin-left: 30px;
	top: 50%;
	margin-top: -165px;
 	
	background:#DEDEDD;
}
.mssg-intro img{
	display: block;
	width: 570px;
	height: 360px;
	float: left;
}

.mssg-intro .right{
	float: right;
	width: 510px;
	height: auto;
	overflow: hidden;
	margin-top: 0px;
}

.mssg-intro .right .tit p{
	color:#333333;
	font-size: 24px;
	text-align: center;
}
.mssg-intro .right .tit span{
	display: block;
	text-align: center;
	color:#999999;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 10px;
}
.mssg-intro .right form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.mssg-intro .right form ul {
	height: auto;
	overflow: hidden;
}
.mssg-intro .right form ul li{
	width: 244px;
	height: auto;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #DEDEDD;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
}
.mssg-intro .right form ul li:nth-child(2n){
	float: right;
}
.mssg-intro .right form ul li i{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 10px;
	box-sizing: border-box;
	background: url(/themes/simpleboot3/public/assets/images/icon04.png) no-repeat 1px 1px;
}

.mssg-intro .right form ul li:nth-child(2) i{
	width: 18px;
	background: url(/themes/simpleboot3/public/assets/images/icon04.png) no-repeat right top;
}
.mssg-intro .right form ul li:nth-child(3) i{
	width: 18px;
	background: url(/themes/simpleboot3/public/assets/images/icon04.png) no-repeat -1px -60px;
}

.mssg-intro .right form ul li:nth-child(4) i{
	width: 18px;
	background: url(/themes/simpleboot3/public/assets/images/icon04.png) no-repeat right -60px;
}

.mssg-intro .right form ul li:nth-child(5) i{
	width: 20px;
	background: url(/themes/simpleboot3/public/assets/images/icon04.png) no-repeat -1px bottom;
}
.mssg-intro .right form ul li input{
	height: 40px;
	width: 192px;
	outline: none;
	border: none;
	color:#999999;
	margin-left: 10px;
}
.mssg-intro .right input::-webkit-input-placeholder { 
    color:#999;
}
.mssg-intro .right form ul li:last-child{
	width: 100%;

}
.mssg-intro .right form ul li textarea{
	height:50px;
	width:400px;
	margin-top: 12px;
	outline: none;
 	font-family: '微软雅黑';
 	color:#999999;
 	border: none;
 	resize: none;
	margin-left: 10px;
}
.mssg-intro .right textarea::-webkit-input-placeholder { 
    color:#999;
}

.mssg-intro .right form .btn{
	width: 100%;
	height: 45px;
	background:#999999;
	color:#fff;
	font-size: 18px;
	outline: none;
	border: none;
	border-radius: 5px;
}


.in-news{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	height: auto;
	overflow: hidden;
}
.in-news ul {
	margin-left: -15px;
	height: auto;
	overflow: hidden;
}
.in-news ul li{
	width: 590px;
	box-sizing:border-box;
	padding: 15px;
	float: left;
	height:auto;
	background: #f5f5f5;
	border-radius: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}
  

.in-news ul li .time{
	width: 88px;
	height: 88px;
	overflow: hidden;
	background: #afafaf;
	float: left;
}

.in-news ul li .time b{
	color:#fff;
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
	display: block;
}
.in-news ul li .time span{
	display: block;
	text-align: center;
	color:#ffffff;
	font-size: 15px;
	margin-top: 5px;
}
.in-news ul li .intro{
	width: 450px;
	height: auto;
	overflow: hidden;
	float: right;
}

.in-news ul li .intro h4{
	width: 100%;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    overflow: hidden;
}

.in-news ul li .intro p{
	color:#666666;
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
}

.in-news ul li:hover .time{
	background: #3B6CC3;
}

.in-news ul li:hover .intro h4{
	color:#3B6CC3;
}


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

.qa ul li{
	float: left;
	width: 380px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	box-sizing: border-box;
	margin-left: 30px;
	border: 1px solid #DCDCDC;
}
.qa ul li div{
	width: 360px;
	height: 263px;
	border: 1px solid #DCDCDC;
	margin:10px;
	box-sizing: border-box;
	margin-bottom: 0;
}
.qa ul li img{
	display: block;
	width: 360px;
	height: 263px;
}
.qa ul li:nth-child(3n-2){
	margin-left: 0;
}

.qa ul li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color:#222222;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 1199px){

	.main{
		width: 7.3rem;
	}
 	.head{
 		height: 1.22rem;
  
 	}
 	.head .main{
 		width: 100%;
 	}
 	.head .logo{
 		margin:0;
 		width: 3rem;
 	}
 	.head .logo img{
 		width: 100%;
 	}
 	.head .btn{
 		display: block;
 		width: 1rem;
 		height: 1rem;
 		background: url(/themes/simpleboot3/public/assets/images/btn.png) no-repeat center right;
 		background-size: .5rem auto;
 		float: right;
 		margin-top: .1rem;
 		margin-right: .15rem;
 	}
 	.banner img{
 		display: none;
 	}
 	.banner img:last-child{
 		display: block;
 	}
 	.in-banner img{
 		display: none;
 	}
 	.in-banner img:last-child{
 		display: block;
 	}
	.nav{
		position: fixed;
		margin-top: 1.22rem;
		z-index: 100;
		width: 100%;
		height: 100%;
		transition: .5s;
		overflow-x: hidden;
	 	opacity: 0;
	 	z-index: 10000;
	 	visibility: hidden;
		background: rgba(0,0,0,0.4);
 		
	 
	}

	.nav ul{
		width: 90%;
 	 	float: right;
		height: auto;
		overflow: hidden;
	 	width:70%;
	 	height: 100%;
	 	padding-left:1px;
	 	box-sizing: border-box;
	 	background: #333;
	 	left: 100%;
	 	position: relative;
	 	z-index: 100;
	 	transition: .3s;
	 	transition-timing-function: ease;
	 	-webkit-transition-timing-function: ease;  
	 	 
	}

	.head .selected{
		opacity: 1;
		visibility: initial;
	}
	.nav .open{
		left: 0;
	}	
	.nav ul li{
		color:#999;
		width: 100%;
		font-size: .32rem;
		line-height: .8rem;
		border-top: .02rem solid #444;
		border-bottom: .02rem solid #111;
		padding-left: 10%;
		box-sizing: border-box;
	}

	.nav ul li i{
		display:block;
		float: right;
		width: .8rem;
		height: .8rem;
		transition: .5s;
		transform:rotate(-90deg);
		background: url(/themes/simpleboot3/public/assets/images/icon08.png) no-repeat center;
		margin-right: .1rem;
		background-size: .25rem auto;
  
	}
	.nav ul li a{
		color:#999;
	}
	.banner .swiper-pagination {
		display: table;
		width: auto !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.banner .swiper-pagination span{
		display: block;
		float: left;
		opacity: 1;
		background: #fff;
	}
	.banner .swiper-pagination  .swiper-pagination-bullet-active{
		background: #95AED9;
	}
	.ad{
		width: 100%;
		margin-top: .6rem;
	}
	.title p{
		font-size: .4rem;
	}
	.title span{
		font-size: .26rem;
	}
 	.ad ul{
 		width: 7.1rem;
 		margin:0 auto;
 		margin-top: .4rem;
 		display: block;
 	}
 	.ad ul li{
 		background: #F0F0F0;
 		margin:0 auto;
 		float: left;
 		height: 4.8rem;
 		margin-bottom: .2rem;
 		width: 3.44rem;
 	}
 	.ad ul li:nth-child(2n){
 		float: right;
 	}

 	/*.ad ul li i{
 		width: .9rem;
 		height: .88rem;
 		margin-top: .45rem;
 		background-size: 10.89rem auto !important;
 	}


 	.ad ul li:nth-child(1) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png);

 	}
 	.ad ul li:nth-child(2) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png) -3.30rem  0rem;
 	}
 	.ad ul li:nth-child(3) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png) -6.64rem top;
 	}
 	.ad ul li:nth-child(4) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png) right top;
 	}


 	.ad ul li:hover:nth-child(1) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png) left -1.07rem;
 	}

 	.ad ul li:hover:nth-child(2) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png) -3.30rem  -1.07rem;
 	}

 	.ad ul li:hover:nth-child(3) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png) -6.64rem -1.07rem;
 	}

 	.ad ul li:hover:nth-child(4) i{
 		background: url(/themes/simpleboot3/public/assets/images/icon02.png) right -1.07rem;
 	}*/
 	.ad ul li .icon {
 		margin-top: .4rem;
 		height: 1rem;
 	}
 	.ad ul li .icon img{
 		height: 1rem;
 	}
 	.ad ul li h4 {
 		margin-top: .38rem;
 		font-size: .28rem;
 		max-height: .8rem;
 		display: -webkit-box;
 		-webkit-line-clamp:2;
 		-webkit-box-orient: vertical;
 		overflow: hidden;

 	}
 	.ad ul li p{
 		font-size: .24rem;
 		line-height: .4rem;
 		width: 3rem;
 		margin:0 auto;
 		height: 2rem;
 		margin-top: .1rem;
 	}
 	.about{
 		height:auto;
 		padding-bottom: .1rem;
 		margin-top: .3rem;
 
 	}
 	.about:after{
 		height: 2.72rem;
 	}

 	.about .bd{
 		width: 7.1rem;
 		height: 4.88rem;
 		display: block;
 		overflow: hidden;
 		box-shadow: 0 0 .04rem .01rem #c7c6c6;
 		background: url(/themes/simpleboot3/public/assets/images/bg01.png) no-repeat center;
 		background-size: 7.1rem auto;

 	}
 	.about  .pic{
 		display:none;
 	}
 	.about .bd .intro {
 		width: 6.1rem;
 		margin:0 auto;
 		float: initial;
 		margin-top: .5rem;
 	}

 	.about .bd .intro .tit span{
 		font-size: .36rem;
 		background: url(/themes/simpleboot3/public/assets/images/icon03.png) no-repeat right center;
 		background-size: auto .21rem;
 		width: 2.5rem;
 	}
 	.about .bd .intro .tit p{
 		font-size: .36rem;
 	}
 	.about .bd .intro .info{
 		font-size: .26rem;
 		line-height: .4rem;
 		height: 1.6rem;
 		margin-top: .2rem;
 	}
 	.about .bd .intro .more{
 		width: 2.33rem;
 		height: .6rem;
 		font-size: .24rem;
 		line-height: .6rem;
 		margin-top: .45rem;
 	}

 	.cases{
 		margin-top: .4rem;
 	}

 	.tab{
 		margin-top: .4rem;
 	}
 	.tab ul li{
 		float: left;
 		border-radius: .1rem;
 		width: 3.55rem;
 		height: .7rem;
 		line-height: .7rem;
 		margin:0;
 		margin-bottom: .1rem;
 	}
 	.tab ul li a{
 		font-size: .24rem;
 	}
 	.tab ul li:nth-child(2n){
 		float: right;
 	}
 	.cases .list{
 		width: 7.3rem;
 		margin:0 auto;
 		margin-top: .3rem;
 	}
 	.cases .list ul{
 		margin:0;
 	}
 	.cases .list ul li{
 		width: 3.57rem;
 		margin:0;
 		margin-bottom: .2rem;
 	}
 	.cases .list ul li:nth-child(2n){
 		float: right;
 	}
 	.cases .list ul li img{
 		display:block;
 		width: 100%;
 		height: auto;
 	}
 	.cases .list ul li div{
 		border: 0.02rem solid #DCDCDC;
 	}
 	.cases .list ul li p{
 		font-size: .24rem;
 		height: .6rem;
 		line-height: .6rem;
 	}
 	.cases .more{
 		width: 2.5rem;
 		height: .7rem;
 		line-height: .7rem;
 		font-size: .24rem;
 		margin-top: .2rem;
 	}
 	.news{
 		margin-top: .6rem;
 	}
 	.news .left{
 		display: none;
 	}
 	.news ul{
 		width: 100%;
 		float: initial;
 		margin-top: .35rem;
 	}
 	.news ul li{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		border-radius: .1rem;
 		float: initial;
 		padding: .2rem;
 		box-sizing: border-box;
 	}
 	.news ul li .time{
 		width: 1.3rem;
 		height: 1.3rem;
 	}
 	.news ul li .time b{
 		font-size: .4rem;
 		margin-top: .2rem;
 	}
 	.news ul li .time span{
 		font-size: .24rem;
 		margin-top: .05rem;
 	}
 	.news ul li .intro{
 		width: 5.3rem;
 		margin-top:-.05rem;
 	}
 	.news ul li .intro h4{
 		margin-top: 0;
 		font-size: .32rem;
 	}
 	.news ul li .intro p{
 		font-size: .26rem;
 		margin-top: .1rem;
 		line-height: .38rem;
 		display: -webkit-box;
 		-webkit-line-clamp:2;
 		-webkit-box-orient: vertical;
 		overflow: hidden;

 	}
 	.news .more{
 		width: 2.5rem;
 		height: .7rem;
 		line-height: .7rem;
 		font-size: .24rem;
 		margin-top: .2rem;
 	}
 	.plan{
 		height: auto;
 		margin-top: .6rem;
 	}
 	.plan .main{
 		width: 7.1rem;
 	}
 	.plan .left{
 		display: none;
 	}
 	.plan form{
 		width: 7.1rem;
 		margin:0 auto;
 		margin-top: .45rem;
 	}
 	.plan form ul{
 		height: auto;
 		overflow: hidden;
 	}
 	.plan form ul li{
 		width: 3.4rem;
 	}
 	.plan form ul li{
 		margin-bottom: .2rem;
 	}
 	.plan form ul li p{
 		font-size: .28rem;
 	}
 	.plan form ul li input{
 		width: 100%;
 		height: .6rem;
 		margin-top: .1rem;
 		-webkit-tap-highlight-color:rgba(0,0,0,0);
 		border-radius: .05rem;
 		display: block;
 	}
 	.plan form .btn{
 		display:block;
 		width: 3.4rem;
 		height: .6rem;
 		line-height: .6rem;
 		font-size: .26rem;
 		margin-bottom: .4rem;
 		margin-top: .1rem;
 	}
 	.links{
 		display: none;
 	}
 	.footer{
 		height: auto;
 		overflow: hidden;
 		padding-bottom: 2.5rem;
 	}
  	.footer .part{
  		padding: 0 !important;
  		margin:0;
  		width: 46%;
  		height: auto;
  		margin-top: .4rem;
  	}
  	.footer .part:first-child:before{
  		height: 2rem;
  	}
  	.footer .part:after{
  		width: 0.02rem;
  		height: 2rem;
  	}
  	.footer .part  .tit{
  		margin-left: .5rem;
  	}
  	.footer .part ul{
  		width: auto;
  		margin-left: .5rem;
  		margin-top: .15rem;
  	}
  	.footer .part .info{
  		width: auto;
  		margin:0;
  	}
  	.footer .part:nth-child(2n){
  		float: right;
  	}
  	.footer .part:nth-child(2n):after{
  		width: 0;
  		height: 0;
  		overflow: hidden;
  	}
  	.footer .part ul li {
  		height: .45rem;
  		width: 2.5rem;
  		line-height: .45rem;
  	}
  	.footer .part ul li a{
  		font-size: .24rem;
  	}
  	.footer .part .info{
  		margin-top: .15rem;
  	}
  	.footer .part .info p{
  		font-size: .24rem;
  		line-height: .4rem;
  	}
  	.footer .part:last-child{
  		display: none;
  	}
  	.footer .fn{
  		width: 5rem;
  	}
  	.footer .fn ul li{
  		width:1.5rem;
  		padding-right: .2rem;
  		box-sizing: border-box;
  		float: left;
  		 
  	}
  	.footer .fn a{
  		outline: none;
  	}
  	.footer .fn:after{
  		left:0;
  	}
  	.cr{
  		display: none;
  	}
  	.float{
  		display: block;
  		z-index: 100;
  	}
  	.float i{
  		display:block;
  		width: .6rem;
  		height: .6rem;
  		margin:0 auto;
  		margin-top: .3rem;
  		background: url(/themes/simpleboot3/public/assets/images/fn.png) no-repeat left top;
  		background-size: 6.28rem auto !important;
  	}
  	.float ul li{
  		background: #3B6CC3;
  		height: 1.6rem;
  	}
  	.float ul li p{
  		font-size: .24rem;
  		margin-top: .1rem;
  	}
  	.float ul li:nth-child(2) i{
  		background: url(/themes/simpleboot3/public/assets/images/fn.png) no-repeat -1.88rem top;
  	}

  
  	.float ul li:nth-child(2) i{
  		background: url(/themes/simpleboot3/public/assets/images/fn.png) no-repeat -3.76rem top;
  		 
  	}
  	.float ul li:nth-child(4) i{
  		background: url(/themes/simpleboot3/public/assets/images/fn.png) no-repeat right top;
  		 
  	}
  	.title-bar{
  		width: 100%;
  		margin-top: .2rem;
  	}
  	.title-bar .main{
  		width: 7.1rem;
  	}
  	.crumbs{
  		float: initial;
  		height: auto;
  		overflow: hidden;
  		margin:0;
  	}
  	.crumbs a{
  		display: block;
  		float: left;
  		padding: 0;
  		padding-right: .4rem;
  		font-size: .26rem;
  	}
  	.crumbs a:after{
  		right:.1rem;
  		font-size: .24rem;
  	}
  	.title-bar .tit {
  		float: initial;
  		margin-top: .3rem;
  	}
  	.title-bar .tit h4{
  		font-size: .36rem;
  	}
  	.title-bar .tit span{
  		font-size: .26rem;
  	}
  	.in-ad{
  		margin-top: .4rem;
  	}
  	.in-ad ul{
  		margin-top: 0;
  	}


  	.cases-list .list{
  		width: 7.3rem;
  		margin:0 auto;
  		margin-top: .3rem;
  	}
  	.cases-list .list ul{
  		margin:0;
  	}
  	.cases-list .list ul li{
  		width: 3.57rem;
  		margin:0;
  		margin-bottom: .2rem;
  	}
  	.cases-list .list ul li:nth-child(2n){
  		float: right;
  	}
  	.cases-list .list ul li img{
  		display:block;
  		width: 100%;
  		height: 2.9rem;
  	}
  	.cases-list .list ul li div{
  		width: 100%;
  		height: auto;
  		border: 0.02rem solid #DCDCDC;
  	}
  	.cases-list .list ul li p{
  		font-size: .24rem;
  		height: .6rem;
  		line-height: .6rem;
  	}
  	.cases-list .more{
  		width: 2.5rem;
  		height: .7rem;
  		line-height: .7rem;
  		font-size: .24rem;
  		margin-top: .2rem;
  	}

  	.page{
  		font-size: .24rem;
  	}
  	.page ul li{
  		padding: 0 .2rem;
  		margin:0 .08rem;
  		height: auto;
  		border: 0.02rem solid #c7c7c7
  	}
  	.fy{
  		width: 7.1rem;
  		margin-top: .5rem;
  		border-bottom: 0.02rem dashed #D2D2D2;
  	}
  	.fy div{
  		width: 100%;
  		float: initial;
  	}
  	.fy div p{
  		font-size: .26rem;
  		line-height: .5rem;
  	}
  	.fy .return{
  		font-size: .26rem;
  		margin-top: .3rem;
  	}
  	.in-footer{
  		margin-top: .6rem;
  	}

  	.about-intro{
  		width: 7.1rem;
  	}
  	.about-intro .info p{
  		font-size: .26rem;
  		line-height: .5rem;
  	}


  	.cont-intro{
  		width: 7.1rem;
  		margin-top: .5rem;
  	}
  	.cont-intro .left{
  		float: initial;
  		width: 100%;
  	}
  	.cont-intro .left .ewm img{
  		width: 2rem;
  		height: 2rem;
  	}
  	.cont-intro .left .info{
  		margin-top: .4rem;
  	}
  	.cont-intro .left .ewm img:last-child{
  		float: left;
  		margin-left: .5rem;
  	}
  	.cont-intro .left .info p{
  		font-size: .36rem;
  	}
  	.cont-intro .left .info span{
  		font-size: .26rem;
  		line-height: .4rem;
  	}
  	.cont-intro .left .info span{
  		margin-top: .2rem;
  	}
  	.map{
  		width: 100%;
  		margin-top: .3rem;
  	}
  	.map .allmap{
  		height: 4rem;
  	}

	.mssg-intro{
		width:7.1rem;
		margin:0 auto;
		margin-top: .2rem;
		padding: .3rem;
		border: .06rem solid #eee;
	}
	.mssg-intro:after{
		width: 90%;
		top: 5.1rem;
		margin:0;
		left: 50%;
		transform: translateX(-50%);
		height: 0.02rem;
	}
	.mssg-intro img{
		width: 100%;
		height: 4.28rem;
	}
	.mssg-intro .right{
		width: 100%;
		margin-top: 1rem;
	}
	.mssg-intro .right form{
		margin-top: .3rem;
	}
	.mssg-intro .right .tit p{
		font-size: .32rem;
	}
	.mssg-intro .right .tit span{
		font-size: .26rem;
		margin-top: .1rem;
	}
	.mssg-intro .right form ul li{
		width: 100%;
		margin-bottom: .2rem;
	}
	.mssg-intro .right form ul li input{
		float: left;
		width: 5.3rem;
 		font-size: .24rem;
		margin-left: .2rem;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.mssg-intro .right form ul li textarea{
		width: 5.3rem;
		margin-left: .2rem;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		font-size: .24rem;
	}
	.mssg-intro .right form .btn{
		display: block;
		height: .7rem;
		width: 100%;
		font-size: .28rem;
	}
	.in-news{
		width: 7.1rem;
		margin:0 auto;
		margin-top: .4rem;
	}
	.in-news ul {
		margin:0;
	}
	.in-news ul li{
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: .1rem;
		float: initial;
		margin:0;
		padding: .2rem;
		margin-bottom: .2rem;
		box-sizing: border-box;
	}
	.in-news ul li .time{
		width: 1.3rem;
		height: 1.3rem;
	}
	.in-news ul li .time b{
		font-size: .36rem;
		margin-top: .2rem;
	}
	.in-news ul li .time span{
		font-size: .24rem;
		margin-top: .05rem;
	}
	.in-news ul li .intro{
		width: 5.1rem;
		margin-top: 0;
	}
	.in-news ul li .intro h4{
		margin-top: 0;
		font-size: .32rem;
	}
	.in-news ul li .intro p{
		font-size: .26rem;
		margin-top: .1rem;
		line-height: .38rem;
	}
	.qa{
		width: 7.1rem;
		margin:0 auto;
		margin-top: .4rem;
	}
	.qa ul li{
		float: left;
		width: 3.4rem;
		margin:0;
		margin-bottom: .2rem;
		border: 0.02rem solid #DCDCDC;
	}
	.qa ul li img{
		width: 100%;
		height: auto;
	}
	.qa ul li div{
		width: 3.2rem;
		margin:.1rem;
		border: 0.02rem solid #DCDCDC;
		height: auto;
	}
	.qa ul li  p{
		font-size: .26rem;
		line-height: .4rem;
		height: .4rem;
	}
	.qa ul li:nth-child(2n){
		float: right;
	}

	input:-webkit-autofill,input:-webkit-autofill:focus{
	box-shadow:0 0 0 60px #fff inset;
	-webkit-text-fill-color: #fff;
	}


}


<!--0.00024199485778809-->