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

	margin: 0 auto;

}



.top{

	width: 100%;

	height: 44px;

	background: #F4F4F4;

	line-height: 44px;

}

.top p{

	color: #666666;

	font-size: 14px;

}

 

.head {

	width: 100%;

	height:120px;

 	position: relative;

 	z-index: 100;

}

.head .main{

	width: 1800px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	height: 120px;

}

.head img{

	display: block;

}



.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: 24px;

	height: 24px;

	border-radius: 50%;

	background: rgba(54,65,83,.5);

	display: block;

	cursor:pointer;

	margin: 0 5px;

 	text-align: center;

 	line-height: 24px;

 	color: #fff;

}



.banner .swiper-pagination .swiper-pagination-bullet-active{

	background: #0079C5;

}



.in-banner{

	width: 100%;

 



}

.in-banner img{

	display: block;

	width: 100%;

}

 



.mbanner{

	display: none;

}

.title{

	height: auto;

	overflow: hidden;

	position: relative;

}

.title:after{

	content: "";

	width: 190px;

	height: 1px;

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

	top:70px;

	background:#DCDCDC;

}

.title h4{

	color: #000000;

	font-size: 36px;

	font-weight: normal;

	text-align: center;

}

.title b{

	font-weight: normal;

	color:#19779c;

}

.title img{

	display: block;

	margin: 0 auto;

	margin-top: 10px;

	background: #fff;

	padding: 0 10px;

	z-index: 1;

	position: relative;

}

.title p{

	color: #666666;

	font-size: 16px;

	text-align: center;

	margin-top: 10px;

}

.product{

	width: 100%;

	height: auto;

	overflow: hidden;

 	margin-top: 70px;

}

.product .title {

	margin-bottom: 50px;

}

.product .title img{

	background: #fff;

}



.tab{

	display: table;

	margin: 0 auto;

	margin-top: 30px;

}



.tab ul li{

	float: left;

	width: 235px;

	height: 60px;

	border: 1px solid #DBDBDB;

	background: #fff;

 	margin-left: 18px;

	box-sizing: border-box;

	text-align: center;

	transition: .5s;

	margin-bottom: 10px;

	border-radius: 5px;

	line-height: 60px;

}

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

}

.tab ul li:hover{

	background: #19779C;

	border: 1px solid #19779C;

}

.tab ul li:hover a{

	color: #fff;

}





.product .pic{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

}

.product .pic ul li{

	float: left;

	width: 360px;

	height: auto;

	background: #fff;

	margin-left: 15px;

	box-sizing: border-box;

	padding-bottom: 0;

	background: #EEEEEE;

	margin-bottom: 15px;

}

.product .pic ul li:nth-child(4n-3){

	margin-left: 0;

}



.product .pic ul li img{

	display: block;

	width: 360px;

	 

} 



.product .pic ul li p{

	text-align: center;

	color: #555555;

	font-size: 18px;

	line-height:60px;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}





.product .more{

	display: block;

	width: 240px;

	height: 60px;

	border: 1px solid #DCDCDC;

	text-align: center;

	line-height: 60px;

	border-radius: 5px;

	font-size: 16px;

	margin: 0 auto;

	margin-top: 47px;

	color: #999999;

}

.gg{

	width: 100%;

	height:200px;

	margin-top: 30px;

	background: url(../images/gg.jpg) no-repeat center;

}



.gg a{

	display: block;

	width: 100%;

	height: 100%;

}







.lc{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 60px;

}



.lc ul{

	display: flex;

	justify-content: space-around;

	align-items: flex-start;

	margin-top: 30px;

}

.lc ul li {

	width: 140px;

}

.lc ul li .icon{

	width: 140px;

	height: 140px;

	border: 1px solid #1D6DD0;

	border-radius: 50%;

	box-sizing: border-box;

	display: flex;

	justify-content: center;

	align-items: center;

	margin: 0 auto;

}



.lc ul li  img{

	display: block;

}

.lc ul li   i{

	display: table;

	margin: 0 auto;

	margin-top: -12px;

	position: relative;

	z-index: 1;

	background: #fff;

	padding: 0 8px;



}

.lc ul li p{

	text-align: center;

	color: #222222;

	font-size: 18px;

	margin-top: 15px;

}

.lc ul li span{

	display: block;

	color: #666666;

	font-size: 14px;

	line-height: 24px;

	margin-top: 10px;

	text-align: center;

}



.about{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #19779C url(../images/icon04.png) repeat-x  left top;

	margin-top: 60px;

}



.about .bd{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #fff;

	margin: 75px 0;

	padding:  40px;

	box-sizing: border-box;

}

.about .video{

	width: 730px;

	height: 420px;

	float: left;

	border-radius: 20px;

	background:url(../images/video.png)  no-repeat center;

}

.about .video video{
	width: 730px;
	height: 420px;
}
.about  .intro{

	float: right;

	width: 633px;

	height: auto;

	overflow: hidden;

}

.about  .intro .tit{

	width: 100%;

	height: 88px;

	overflow: hidden;

	border-bottom: 1px solid #DCDCDC;

	background: url(../images/icon03.png) no-repeat right top;

}

.about  .intro .tit h4{

	color: #11536d;

	font-size: 32px;

	font-weight: normal;

}

.about  .intro .tit  p{

	color: #999999;

	font-size: 18px;

	font-weight: bold;

	margin-top: 5px;

}



.about  .intro .info{

	width: 100%;

	height: 182px;

	overflow: hidden;

	margin-top: 25px;

	color: #555555;

	display: -webkit-box;

	-webkit-line-clamp:7;

	-webkit-box-orient: vertical;

	overflow: hidden;

	font-size: 16px;

	line-height: 26px;

}

.about  .intro .info p{

	text-indent: 2em;

}



.about  .intro .more{

	display: block;

	width: 200px;

	height: 50px;

	background: #19779C;

	text-align: center;

	font-size: 16px;

	line-height: 50px;

	color: #fff;

	border-radius: 10px;

	margin-top: 35px;

}

.adv{

	width: 100%;

	margin: 0 auto;

	height: auto;

	overflow: hidden;

	margin-top: 65px;

}

.adv .tit img{

	display: block;

	margin: 0 auto;

}



.adv .advSwiper{

	margin-top: 40px;

	overflow: initial;

}



.adv ul{

	display: flex;

	width: 100%;

	flex-wrap: wrap;

	overflow: initial;

	justify-content: space-between;

}

.adv ul li{

	width: 480px;

	height: 320px;

	border: 1px solid #DCDCDC;

	display: flex;

	justify-content: center;

	align-items: center;

	transition: .5s;

	flex-wrap: wrap;

	margin-bottom: 30px;

	flex-direction: column;

}



.adv ul li i{

	display: flex;

	height: 90px;

	align-items: flex-end;

}

.adv ul li i img{

	display: block;

}





.adv ul li h4{

	color: #000000;

	font-size: 24px;

	background: url(../images/icon05.png) no-repeat left center;

	padding-left: 40px;

	line-height: 40px;

	margin-top: 10px;

}



.adv ul li p{

	width: 390px;

	height: auto;

	overflow: hidden;

	margin-top: 10px;

	color: #555555;

	font-size: 15px;

	line-height: 26px;

}

 

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

	overflow: hidden;

	float: left;

	border-bottom: 1px solid #DCDCDC;

	margin-left: 25px;

	background: #fff;

}

.cases .pic ul li img{

	display: block;

	width: 100%;

}

.cases .pic ul li p{

	width: 100%;

	height: auto;

	overflow: hidden;

	color: #333333;

	font-size: 16px;

	text-align: center;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	line-height: 58px;

}



.cases .more{

	display: block;

	width: 240px;

	height: 60px;

	border: 1px solid #DCDCDC;

	text-align: center;

	line-height: 60px;

	border-radius: 5px;

	font-size: 16px;

	margin: 0 auto;

	margin-top: 47px;

	color: #999999;

}





.cf{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 60px;

}



.cf .show {

	height: auto;

	overflow: hidden;

	margin-top: 30px;

}

.cf .show .box{

	width: 800%;

}

.cf .show .pic{

	float: left;

}

.cf ul li{

	float: left;

	width: 382px;

	height: auto;

	margin-left: 27px;

	overflow: hidden;

}

.cf ul li:first-child{

	margin-left: 0;

}

.cf ul li img{

	display: block;

	width: 382px;

	height: 286px;

}

.cf ul li p{

	text-align: center;

	color: #333333;

	font-size: 16px;

	line-height: 40px;

	text-align: center;

	white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.cf .more{

	display: block;

	width: 140px;

	height: 44px;

	background:#1D6DD0;

	text-align: center;

	line-height: 44px;

	color: #fff;

	font-size: 14px;

	margin: 0 auto;

	margin-top: 30px;

}



.gg{

	width: 100%;

	height:300px;

	background: url(../images/gg.jpg) no-repeat center;

	margin-top: 80px;

}



 

.section{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 70px;

	margin-bottom: 70px;

}

.section .tit{

	width: 100%;

	height: auto;

	overflow: hidden;

}

.section .tit h4{

	color: #333333;

	font-size: 24px;

	float: left;

}

.section .tit span{

	color: #999999;

	margin-top: 8px;

	float: left;

	margin-left: 5px;

	font-size: 16px;

}

.section .tit  a{

	display: block;

	float: right;

	color: #999999;

	font-size: 14px;

	line-height: 30px;

}

.news{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #F5F5F5;

	padding:70px 0;

	margin-top: 55px;

 

}

.news .bd:after{

	content:'';

	width: 1px;

	height: 500px;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);



	right: 530px;

	background: #E5E5E5;

}

.news .title img{

	background: #F5F5F5;

}

.news .bd{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #fff;

	position: relative;

	padding: 50px;

	box-sizing: border-box;

	margin-top: 30px;

}



.news .center{

	width: 860px;

	height: auto;

	overflow: hidden;

	float: left;

}

.news .tit{

	height: auto;

	overflow: hidden;

}

.news .tit h4{

	color: #000000;

	font-size: 28px;

	float: left;

}

.news .tit a{

	float: right;

	color: #999999;

	font-weight: bold;

	font-size: 28px;

}

.news .on{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

}

.news .on img{

	display: block;

	width: 240px;

	height: 180px;

	float: left;

}

.news .on .intro{

	float: right;

	width: 580px;

	height: auto;

	overflow: hidden;

}

.news .on .intro h4{

	color: #000000;

	font-size: 24px;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	margin-top: 10px;

}

.news .on .intro span{

	display: block;

	color: #999999;

	font-size: 15px;

	padding-left: 40px;

	margin-top: 20px;

	position: relative;

}

.news .on .intro span:after{

	content: "";

	width: 30px;

	height: 1px;

	position: absolute;

	left: 0;

	top: 50%;

	background: #DCDCDC;

}



.news .on .intro  p{

	color: #666;

	font-size: 16px;

	line-height: 24px;

	margin-top: 20px;

	display: -webkit-box;

	-webkit-line-clamp:3;

	-webkit-box-orient: vertical;

	overflow: hidden;



}

.news  .center ul {

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 20px;

}

.news  .center ul li{

	width: 425px;

	height: 115px;

	background: #F7F7F7 ;

	float: left;

	padding: 25px 35px;

	padding-right: 70px;

	margin-bottom: 10px;

	position: relative;

	box-sizing: border-box;

}

.news  .center ul li:after{

	content: '';

	width: 34px;

	height: 34px;

	background: url(../images/icon06.png) no-repeat center;

	position: absolute;

	right: 20px;

	top: 50%;

	transform: translateY(-50%);

}

.news .center ul li:nth-child(2n){

	float: right;

}



.news  .center ul li h4{

	color: #000000;

	font-size: 18px;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

	font-weight: normal;

}

.news  .center ul li p{

	display: block;

	color: #999999;

	font-size: 15px;

	margin-top: 10px;

}

.news .bk{

	float: right;

	width: 400px;

}

.news .bk img{

	display: block;

	width: 100%;

	margin-top: 30px;

}

.news .show{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 25px;

}

.news .show .list{

	width: 100%;

	height: auto;

	overflow: hidden;

}



.news .list ul li{

	width: 100%;

	height: auto;

	overflow: hidden;

	position: relative;

	line-height: 40px;

}

.news .list ul li:after{

	content: "";

	width: 15px;

	height: 4px;

	position: absolute;

	left: 0;

	top: 50%;

	transform: translateY(-50%);

	background: #11536D;

}

.news .list ul li a{

	display: block;

	color: #000000;

	margin-left: 25px;

	font-size: 18px;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

}

.news .show{

	width: 100%;

	height:220px;

	overflow: hidden;

}

.news .list{

	width: 100%;

	height: auto;

	overflow: hidden;

}



.activity{

	width: 720px;

	height: auto;

	overflow: hidden;

	float: left;

}

.activity ul{

	width: 100%;

	height: auto;

	overflow: hidden;

	border: 1px solid #DCDCDC;

	padding: 25px 20px;

	padding-bottom: 20px;

	box-sizing: border-box;

	margin-top: 20px;

}

.activity ul li{

	float: left;

	width: 220px;

	height: auto;

	margin-left: 9px;

	overflow: hidden;

	margin-bottom: 5px;

}

.activity ul li:nth-child(3n-2){

	margin-left: 0;

}

.activity ul li img{

	display: block;

	width: 220px;

	height: 150px;

}

.activity ul li p{

	text-align: center;

	font-size: 15px;

	color: #555555;

	text-align: center;

	 white-space: nowrap;

	 line-height: 30px;

    text-overflow: ellipsis;

    overflow: hidden;

}



.honor{

	float: right;

	width: 720px;

	height: auto;

	overflow: hidden;

}

.honor .bd{

	width: 100%;

	height: auto;

	overflow: hidden;

	border: 1px solid #DCDCDC;

	box-sizing: border-box;

	padding:  20px 30px;

	box-sizing: border-box;

	margin-top: 20px;

}

.honor  .show{

	width: 100%;

	height: auto;

	margin-top: 12px;

	overflow: hidden;

}

.honor  .show .box{

	width: 800%;

}

.honor  .pic{

	float: left;

}

.honor  .pic ul li{

	float: left;

	width: 330px;

	height: auto;

	margin-left: 20px;

	overflow: hidden;

	padding-bottom: 80px;

	position: relative;

}

.honor  .pic ul li div{

	display: table;

	margin: 0 auto;

	border: 1px solid #DCDCDC;

	box-sizing: border-box;

	background: #fff;

	position: relative;

	z-index: 1;

}



.honor  .pic ul li img{

	display:block;

	width: 280px;

	height: 280px;

	 

}

.honor  .pic ul li p{

	width: 100%;

	height: 160px;

	position: absolute;

	bottom: 0;

	background: #F5F5F5;

	padding-top: 110px;

	text-align: center;

	font-size: 15px;

	color: #555555;

	 white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    box-sizing: border-box;

}

.links{

	width: 100%;

	height: auto;

	overflow: hidden;

 

	box-sizing: border-box;

	margin-top: 70px;

	border-top: 1px solid #E5E5E5;

 

}

.links .tit{

	border-left: 1px solid #E5E5E5;

	width: 130px;

	height: 100px;

	border-right: 1px solid #E5E5E5;

	display: flex;

	float: left;

	justify-content: center;

	align-items: center;

	flex-wrap: wrap;

	flex-direction: column;

}

.links .tit span{

	display: block;

	color:#19779c;

	font-size: 16px;

	padding-bottom: 10px;

	text-transform: uppercase;

	position: relative;

}

.links .tit span:after{

	content: "";

	width: 26px;

	height: 2px;

	position: absolute;

	left: 0;

	bottom: 0;

	background: #19779C;

}

.links .tit p{

	color: #333333;

	font-size: 18px;

	margin-top: 5px;

}

.links ul{

	float:right;

	width: 1350px;

	height: auto;

	margin-top: 22px;

	height: 60px;

	overflow: hidden;

}

.links ul li{

	float: left;

	padding: 0 10px;

	line-height: 30px;

}

.links ul li a{

	color: #333333;

	font-size: 13px;

	display: block;

}



.footer{

	width: 100%;

	height: auto;

	overflow: hidden;

	background: #19779C;

	padding-top: 55px;

	padding-bottom: 80px;

	box-sizing: border-box;

}

.footer a{

	color: #fff;

}



.footer .left{

	float: left;

}

.footer .left img{

	display: block;

}

.footer .left .tel{

	margin-top: 34px;

}

.footer  .menu{

	float: left;

	width: 165px;

	height: auto;

	overflow: hidden;

	margin-left: 110px;

}

.footer .tit h4{

	color: #ffca00;

	font-size: 18px;

 

}

.footer  .menu ul{

	width: 100%;

	height: auto;

	margin-top: 25px;

	overflow: hidden;

}

.footer  .menu ul li{

	float: left;

	line-height: 30px;

	margin-bottom: 15px;

}

.footer  .menu ul li:nth-child(2n){

	float: right;

}

.footer  .menu ul li a{

	display: block;

	font-size: 15px;

	color: #ffffff;

}

.footer .intro{

	float: left;

	margin-left: 110px;

}

.footer .intro p{

	color: #ffffff;

	font-size: 14px;

	line-height: 30px;

	margin-top: 25px;

}

.footer .ewm{

	float: right;

}

.footer .ewm img{

	display: block;

	width: 149px;

	height: 149px;

}

.footer .ewm p{

	text-align: center;

	color: #fff;

	font-size: 14px;

	margin-top: 10px;

}

.gotop{

	display: none;

}







.float{

	width:auto;

	height: auto;

  	right: 0;

  	top: 50%;

  	transform: translateY(-50%);

	position: fixed;

 	z-index: 100;

}



.float ul li{

	margin-bottom:3px;

	position: relative;

	height: 50px;

}

.float ul li p{

	position: absolute;

	left: -150px;

	text-align: center;

	top: 0;

	background:#1D6DD0;

	color: #fff;

	font-size: 16px;

	font-weight: bold;

	height: 50px;

  	display: none;

 	justify-content: center;

 	align-items: center;

	width: 150px;

}



.float ul li div{

	width: 140px;

	height: 140px;

	position: absolute;

	left: -140px;

	top: 0;

	background: #1D6DD0;

	display:none;

	justify-content: center;

	align-items: center;

}

.float ul li div img{

	display: block;

	width: 140px;

	background: #fff;

	height: 140px;

}





.float ul li i{

	display:flex;

	justify-content: center;

	align-items: center;

	width: 50px;

	height: 50px;

	cursor:pointer;

	background: #454545;

}

.float ul li:hover i{

	background: #1D6DD0;

}



.float ul li:hover p{

	display: flex;

}

.float ul li:hover div{

	display: flex;

}

.tab-bar{

	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:#1A5DAD;

	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: 360px;

	margin-left: 20px;

	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;

}





.fy{

	width: 1500px;

	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:30px auto;

}



.detailed  .info iframe{

	display: block;

	width: 750px !important;

	height: 400px !important;

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

    }



    .head .box{

    	display: flex;

    	width: 118px;

    	justify-content: space-between;

    	align-items: center;

    	position: relative;

    }

    .head .box:after{

    	content: '';

    	width: 1px;

    	height: 24px;

    	position: absolute;

    	left: 50%;

    	background: #11536D;

    	top: 50%;

    	transform: translateY(-50%);

    }

    .head .box i{

    	display:block;

    	width: 40px;

    	display: flex;

    	justify-content: center;

    	align-items: center;

    	border-radius: 50%;

    	height: 40px;

    	background: #19779C;

    }

    .head .box div{

    	position: relative;

    }

    .head .box b{

    	position: absolute;

    	background: #19779C;

    	color: #fff;

    	font-size: 25px;

    	width: 210px;

    	border-radius: 5px;

    	text-align: center;

    	transition: .5s;

    	top: 90px;

    	right: 0;

    	opacity: 0;

    	visibility: hidden;

    	padding: 15px 0;

    }

    .head .box img{

    	display: block;

    }

    .head .box span{

    	position: absolute;

    	width:150px;

    	height:150px;

    	background: #19779C;

    	border-radius: 5px;

    	top: 90px;

    	right: 0;

    	opacity: 0;

    	transition: .5s;

    	visibility: hidden;

    }

    .head .box span img{

    	display: block;

    	width:150px;

    	height:150px;

    	padding: 5px;

    	box-sizing: border-box;

    }

    .head .box div:hover b{

    	opacity: 1;

    	visibility: initial;

    	top: 80px;

    }

    .head .box div:hover span{

    	opacity: 1;

    	visibility: initial;

    	top: 80px;

    }

    .head .btn{

    	display: none;

    }





    .nav ul{

    	display: flex;

    	justify-content: center;

    }

    .nav ul li{

    	width: 120px;

    	height: 120px;

    	position: relative;

    	text-align: center;

    	transition: .5s;

    	line-height: 120px;

    }

    .nav ul li a{

    	color: #333333;

    	font-size: 16px;

    }

    .nav ul li:before{

    	content: "";

    	width: 1px;

    	height: 18px;

    	transition: .5s;

    	position: absolute;

    	top: 0;

    	opacity: 0;

    	left: 50%;

    	background: #fff;

    }



    .nav ul li:after{

    	content: "";

    	width: 1px;

    	height: 18px;

    	position: absolute;

    	bottom: 0;

    	transition: .5s;

    	opacity: 0;

    	left: 50%;

    	background: #fff;

    }

    .nav ul li:hover:after{

    	bottom: 20px;

    	opacity: 1;

    }

    .nav ul li:hover:before{

    	top: 20px;

    	opacity: 1;

    }

    .nav ul li:hover{

    	background: #19779C;

    }

    .nav ul li:hover a{

    	color: #fff;

    }

    

    .adv ul li:hover{

    	border: 1px solid #19779C;

    	box-shadow:0 0 10px 5px #e2eaedd4;

    }

    .news-list ul li:hover a{

    	color:#1A5DAD;

    }

 	 .cases .show ul li:hover{

 	 	border-bottom: 1px solid #19779c;

 	 }

    .cases .show ul li:hover p{

     	color: #19779c;

    }

 

    .news .center ul li:hover{

    	background:#F7F7F7 ;

    }

    .news .center ul li:hover:after{

    	background: url(../images/icon07.png) no-repeat center;

    }

    .news .center  ul li:hover h4{

    	color: #19779c;

    	font-weight: bold;

    }



    .news .bk  ul li:hover a{

    	color: #19779c;

    	text-decoration: underline;

    }

    .activity ul li:hover p{

    	text-align: center;

    	color: #19779c;

    	font-size: 15px;

    	text-decoration: underline;

    }

    .section .tit a:hover{

    	color: #19779c;

    }

   	.honor  .pic ul li:hover p{

   		background: #19779C;

   		color: #fff;

   	}

   	.product .more:hover{

   		background: #19779C;

   		border: 1px solid #19779C;

   		color: #fff;

   	}



   	.cases .more:hover{

   		background: #19779C;

   		border: 1px solid #19779C;

   		color: #fff;

   	}

   	.news .on .intro:hover h4{

   		color: #19779c;

   		font-weight: bold;

   	}

   	.news .tit a:hover{

   		color: #19779c;

   	}

}







@media (max-width: 1800px){

	.head .main{

		width: 1500px;

	}

	.nav ul li{

		width: 110px;

	}

}



@media (max-width: 1500px){

	.main{

		width: 1200px;

	}

	.head .main{

		width: 1200px;

	}

	.nav ul li{

		width: 95px;

	}

	.head .box{

		display: none;

	}

	.tab ul li{

		width: 185px;

	}

	.product .pic ul li{

		width: 288px;

	}

	.about .video{

		width: 630px;

		height: 374px;

	}

	.about .bd{

		padding: 20px;

	}

	.about .intro{

		width: 500px;

	}

	.about .intro .more{

		margin-top: 28px;

	}

	.adv ul li{

		width: 380px;

	}

	.adv ul li p{

		width: 340px;

	}

	.adv ul li h4{

		font-size: 22px;

	}

	.news .bd{

		padding: 30px;

	}

	.news .center{

		width: 700px;

	}

	.news .on .intro{

		width: 440px;

	}

	.news .center ul li{

		width: 345px;

		padding: 20px;

		padding-right: 60px;

		background-position: 300px center;

	}



	.activity{

		width: 590px;

	}

	.activity ul li{

		width: 176px;

	}

	.activity ul li img{

		width: 100%;

		height: auto;

	}

	.honor{

		width: 590px;

	}

	.honor .pic ul li{

		width: 270px;

	}

	.honor .pic ul li img{

		width: 220px;

		height: 220px;

	}



	.links ul{

		width: 1050px;

	}

	.footer .menu{

		width: 150px;

		margin-left: 70px;

	}

	.footer .intro{

		margin-left: 70px;

	}

	.img-list .pic ul li {

		width: 285px;

	}

	.fy{

		width: 1200px;

	}

}











@media (max-width: 1199px){

	.main{

		width:7.2rem;

		margin: 0 auto;

	}

	.top{

		display: none;

	}

	.head{

		height: auto;

		padding: 0 .2rem;

		box-sizing: border-box;

	}

	.head  .main{

		width: 7.2rem;

	}

	.head .name{

		width: 4rem;

	}

	.head .main{

		height: 1.3rem;

	 

	}

	.head .name img{

		display: block;

		width: 100%;

	}

	.head .box{

		display: flex;

		justify-content: space-between;

		align-items: center;

		width: 1.8rem;

	}

	.head .box div:last-child{

		display: none;

	}

	.head .box  div{

		display: block;

		width: .8rem;

		height: .8rem;

		border: .02rem solid #11536D;

		box-sizing: border-box;

		border-radius: 50%;

		display: flex;

		justify-content: center;

		align-items: center;

	}

	.head .box  div img{

		height: .35rem;

	}

	.head .box  div b{

		display: none;

	}

	.head .box  div:nth-child(2){

		background: #19779D;

		border: none;

	}

	 

 	

	.banner .swiper-wrapper img{

		display: none;

	}

	.banner .swiper-wrapper img:last-child{

		display: block;

	}



	.banner .swiper-pagination span{

		width: .4rem;

		height: .4rem;

 

		outline: none;

		font-size: .2rem;
		line-height: .4rem;

	}

	.banner .swiper-pagination{

		bottom: .2rem;

	}

	.nav{

 		width: 100%;

 		height: 100%;

 		overflow: hidden;

 		position: fixed;

 		left: 0;

 		top: 1.3rem;

 		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/nav-icon.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: none;

  	}

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

  		display: block;

  		white-space: nowrap;

  		   text-overflow: ellipsis;

  		   overflow: hidden;

  	}

	.mbanner{

		display: block;

	}

	.pcbanner{

		display: none;

	}


	.in-banner{

		display: none;

	}

	.banner .swiper-pagination span{

		margin: 0 .1rem;

	}

	.title:after{

		height: .02rem;

		width: 5.5rem;

		top: 1rem;

	}

	.title h4{

		font-size: .46rem;

		padding-bottom: .2rem;

	}

	.title img{

		height: .36rem;

		margin-top: .0rem;

	}

	.title h4:after{

		width: 2.2rem;

		margin-left: -1.1rem;

	}

	.title p{

		width: 7rem;

		margin: 0 auto;

		font-size: .24rem;

		margin-top: .15rem;

	}



	.about{

		width:100%;

		margin: 0 auto;

		margin-top: 1rem;

		box-shadow: 0 0 .1rem .04rem #87878754

	}

	.about .bd{

		width: 100%;

		margin-top: .5rem;

		padding: .6rem .2rem;

		box-sizing: border-box;

		margin-top: .6rem;

		margin-bottom: .6rem;

	}

	.about .video{

		width: 100%;

		height: 3.91rem;

		background-size: cover;

 

		border-radius: 10px;

	}

	.about .video video{
		width: 100%;

		height: 3.91rem;
	}

	.about .intro{

		width: 100%;

		height: auto;

		overflow: hidden;

		margin-top: .5rem;

	}

	.about .intro .tit {

		background: none;

		height: auto;

		border-bottom: .02rem solid #DCDCDC;

		padding-bottom: .3rem;

	}

	.about .intro .tit h4{

		font-size: .36rem;

	}

	.about .intro .tit p{

		font-size: .24rem;

	}

	.about .intro .info{

		height: auto;

		overflow: hidden;

		width: 100%;

		margin-top: .3rem;

	}

	.about .intro a{

		display: block;

		width: 

	}

	 

	.about ul{

		width: 5.5rem;

		margin-top: .5rem;

		flex-wrap: wrap;

	}

	.about ul li {

		margin-bottom: .3rem;

	}

	.about ul li i{

		width: 1.4rem;

		height: 1.4rem;

		margin: 0 auto;

	}

	.about ul li i img{

		width: .6rem;

	}

	.about ul li p{

		font-size: .26rem;

	}

	.about .intro .more{

		 width: 3rem;

		 height: .8rem;

		 margin: 0 auto;



		 margin-top: .5rem;

		 line-height: .8rem;

	}

	.product{

		 

		margin-top: .7rem;

	}

	.product .title{

		margin-bottom: .6rem;

	}

 

	.tab ul li{

		width: 2.26rem;

		margin: 0;

		margin-bottom: .1rem;

		border: .02rem solid #E4E4E4;

		height: .75rem;

		padding: 0 .05rem;

		line-height: .75rem;

		margin-left: 0;

		margin-left: .15rem;

	}

	.tab ul li a{

		font-size: .28rem;

	}

	.tab ul li:nth-child(3n-2){

		margin-left: 0;

	}



	.img-list{

		padding-top: 0rem;

	}

	.product .pic{

		width: 100%;

		height: auto;

		margin-top: .3rem;

		overflow: hidden;

		padding: 0;

	}

	.product .pic ul li{

		width: 3.45rem;

		padding-bottom: 0;

		margin: 0;

		margin-bottom: .2rem;

	}

	.product .pic ul li:nth-child(2n){

		float: right;

	}

 

	.product .pic ul li img{

		width: 100%;

		height:3.03rem;

	}

	.product .pic ul li p{

		font-size: .28rem;

		line-height: .7rem;

	}



	.product .more{

		width: 3rem;

		height: .8rem;

		margin-top: .5rem;

		line-height: .8rem;

	}

	.lc{

		margin-top: .8rem;

	}

	 

	.lc ul{

		width: 6.3rem;

		margin: 0 auto;

		height: auto;

		overflow: hidden;

		margin-top: .5rem;

		flex-wrap: wrap;

	}

	.lc ul li{

		width: 1.6rem;

		height: auto;

		overflow: hidden;

		margin-bottom: .5rem;

	}

	.lc ul li .icon{

		width: 1.6rem;

		height: 1.6rem;

		border: .02rem solid #2572D2;

	}

	.lc ul li .icon img{

		width: .6rem;

	}

	.lc ul li span{

		display: none;

	}

	.lc ul li i{

		margin-top: -.25rem;

		padding: 0 .15rem;

	}

 	.lc ul li i img{

 		width: .7rem;

 	}

 	.lc ul li p{

 		font-size: .3rem;

 		margin-top: .2rem;

 	}

	.adv{

		width: 100%;

		margin-top: .8rem;

	}

	.adv .tit img{

		width: 5rem;

	}

	.adv .advSwiper{

		width: 6rem;

		overflow: hidden;

		margin: 0 auto;

		margin-top: .4rem;

	}

	.adv ul{

		flex-wrap: nowrap;

	}

	.adv ul li{

		width: 100%;

		box-sizing: border-box;

		height: 7rem;

	}

	.adv ul li i {

		height: 1.2rem;

 

	}

	.adv ul li i img{

		width: 1rem;

	}

	.adv ul li h4{

		font-size: .36rem;

		margin-top: .5rem;

		line-height: .5rem;

		padding-left: .6rem;

		background-size: auto .45rem;

	}

	.adv ul li p{

		width: 5rem;

	}

	.adv  .advSwiper .swiper-pagination{

		width: 100%;

		display: flex;

		justify-content: center;

		align-items: center;

 

	}

	.adv  .advSwiper .swiper-pagination span{

		display: block;

		width: .2rem;

		height: .2rem;

		background: #BABABA;

		float: left;

		border-radius: 50%;

		margin: 0 .1rem;

	}

	.adv  .advSwiper .swiper-pagination .swiper-pagination-bullet-active{

		background:#19779D;

	}

	.gg{

		width: 100%;

		height:3rem;

		background: url(../images/mgg.jpg) no-repeat center;

		background-size: 100% auto;

		margin-top: .6rem;

	}

 	.honor{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		padding: .6rem 0;

 	}

 	 

	.section{

		width: 100%;

		height: auto;

		overflow: hidden;

		margin-top: .6rem;

 		margin-bottom: 0;

	}

 	.cases{

 		padding: .6rem 0;

 		margin-top:.3rem;

 	}

	.cases .show{

		margin-top: .4rem;

	}

	.cases .show .box{

		width: 600%;

	}

	.cases .pic{

		width: 50%;

	}

	.cases .pic ul li{

		width: 16%;

		margin-left: .6%;

	}

	.cases .pic ul li p{

		width:100%;

		height: .7rem;

		line-height: .7rem;

		font-size: .28rem;

	}

 

	.cases .pic ul li img{

		width: 100%;

		height:3.41rem;

	}



	.cases .more{

		width: 3rem;

		height: .8rem;

		margin-top: .5rem;

		line-height: .8rem;

	}

	.cf {

		width: 100%;

		height: auto;

		overflow: hidden;

		margin-top: .6rem;

	}

	.cf .show{

		margin-top: .3rem;

	}

	.cf .show .box{

		width: 600%;

	}

	.cf .pic{

		width: 50%;

	}

	.cf ul li{

		width: 16%;

		margin-left: .6%;

	}

	.cf ul li img{

		display: block;

		width: 100%;

		height: 2.55rem;

	}

	.cf .more{

		width: 2rem;

		font-size: .26rem;

		height: .8rem;

		line-height: .8rem;

	}

	.section .tit h4{

		font-size: .38rem;

	}

	.section .tit span{

		font-size: .26rem;

		margin-top: .1rem;

	}

	.section .tit a{

		font-size: .28rem;

	}

	.news{

		width:100%;

		margin: 0 auto;

		height: auto;

		overflow: hidden;

		padding: .7rem 0;

		border: none;

		position: relative;

	}

 	.news .bd{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		padding: .4rem .2rem;

 	}

 	.news .bd:after{

 		width: 0;

 		height: 0;

 		overflow: hidden;

 	}

 	.news .center{

 		width: 100%;

 		float: initial;

 	}

 	.news .tit h4{

 		font-size: .4rem;

 		line-height: .6rem;

 	}

 	.news .tit a{

 		line-height: .6rem;

 		font-size: .4rem;

 	}

 	.news .on{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 		display: flex;

 		justify-content: space-between;

 		align-items: center;

 		margin-top: .4rem;

 	}

 	.news .on a{

 		display: flex;

 		width: 100%;

 		justify-content: space-between;

 		align-items: center;

 	}

 	.news .on img{

 		display: block;

 		width: 2.5rem;

 		height: auto;

 	}

 	.news .on .intro{

 		width: 4rem;

 	}

 	.news .on .intro h4{

 		font-size: .28rem;

 		margin: 0;

 	}

 	.news .on .intro  span{

 		font-size: .2rem;

 		margin-top: .15rem;

 	}

 	.news .on .intro p{

 		font-size: .26rem;

 		margin-top: .2rem;

 		line-height: .42rem;

 		-webkit-line-clamp:2;

 	}

 	.news .center ul li{

 		width: 100%;

 		padding: .3rem;

 		height: auto;

 		padding-right: 1rem;

 	}

 	.news .center ul li h4{

 		font-size: .3rem;

 	}

 	.news .center ul li p{

 		font-size: .26rem;

 	}

 	.news .center ul li:after{

 		width: .45rem;

 		background-size: cover;

 		height: .45rem;

 		right: .2rem;

 	}



 	.news .bk{

 		float: initial;

 		width: 100%;

 		margin-top: .5rem;

 	}

 	.news .bk img{

 		margin-top: .3rem;

 		display: none;

 	}

 	.news .bk  .list ul li {

 		line-height: .7rem;

 	}

 	.news .bk  .list ul li:after{

 		width: .25rem;

 		height: .06rem;

 	}

 	.news .bk  .list ul li a{

 		font-size: .3rem;

 		margin-left: .4rem;

 	}



 	.activity{

 		width: 100%;

 		height: auto;

 		overflow: hidden;

 	}

 	.activity ul{

 		padding: .3rem .2rem;

 		margin-top: .3rem;

 		padding-bottom: 0;

 	}

 	.activity ul li{

 		width: 2.12rem;

 		margin-left: .2rem;

 	}

 	.activity ul li p{

 		font-size: .25rem;

 	}

 	.honor .bd{

 		border: .02rem solid #DCDCDC;

 	}

 	.honor .pic ul li{

 		width: 16%;

 		margin-left: .6%;

 	}

	.img-list .pic{

		margin-top: .3rem;

	}

	.img-list .pic ul li{

		width: 3.5rem;

		margin: 0;

		margin-bottom: .1rem;

	}

	.honor .show{

		margin-top: 0;

	}

	.honor .pic {

		width: 50%;

	}

	.honor .pic ul li {

		padding-bottom:.8rem;

	}

	.honor .pic ul li div{

		border: .02rem solid #DCDCDC;

		width: 80%;

		margin: 0 auto;

	}

	.honor .pic ul li div img{

		width: 100%;

		height: auto;

	}

 	.honor .pic ul li p{

 		padding-top: 1rem;

 		height: 1.6rem;

 		font-size: .28rem;

 	}	

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

	}

	.gotop{

		width: 100%;

		height: auto;

		overflow: hidden;

		display: block;

		background:#CFDDE2;

		display: flex;

		justify-content: center;

		align-items: center;

		margin-top: 0;

	}

	.gotop p{

		color: #666666;

		font-size: .28rem;

		font-weight: bold;

		text-align: center;

		padding: .2rem 0;

		margin-left: .1rem;

	}

	.gotop  img{

		display: block;

		height: .2rem;

	}

	.footer{

		width: 100%;

		height: auto;

		overflow: hidden;

		padding-top: .6rem;

		background:#19779D;

		padding-bottom: 2rem;

	 

	}

	.footer .left {

		width: 100%;

		float: initial;

	}

	.footer .left  img{

		display: block;

		margin: 0 auto;

		width: 4rem;

	}

	.footer .left .tel{

		display: none;

	}

	.footer .intro {

		margin: 0;

		margin-top: .4rem;

		float: initial;

	}

	.footer .intro .tit{

		display: none;

	}

 

	.footer .intro p{

		font-size: .26rem;

		margin-top: .2rem;

		line-height: .46rem;

		text-align: center;

	}

	.footer .ewm{

		 display: none;

	}

 	.float{

 		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;

 	}

 	 



 	.tab-bar{

 		width: 7.5rem;

 		margin: 0 auto;

 		display: block;

 		position: fixed;

 		z-index: 1000;

 		bottom: 0;

 	}

 	.tab-bar ul {

 		display: flex;

 		justify-content: space-between;

 		align-items: center;

 	}

 	.tab-bar ul li{

 		float: left;

 		width:25%;

 		height: auto;

 		overflow: hidden;

 		background:#FFCA00;

 		position: relative;

 	}

 	.tab-bar ul li:after{

 		content:'';

 		width: .02rem;

 		height: 100%;

 		position: absolute;

 		right: 0;

 		top: 0;

 		background: #fff;

 	}

  

 	.tab-bar ul li img{

 		display: block;

 		height: .6rem;

 		margin: 0 auto;

 		margin-top: .2rem;

 	}



 	.tab-bar ul li p{

 		color:#11536d;

 		font-size: .26rem;

 		text-align: center;

 		margin-top: .15rem;

 		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;

 	}
 	.detailed .info img{
 		margin:  .3rem 0;
 	}

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

 	}

} 