*{margin: 0px;padding: 0px;}
body{ margin:0 auto;background:#fff;max-width:750px;background-image:url();background-repeat:repeat-x;background-position:0px 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;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
html{font-size:13.3333333333vw; }
input[type="button"],input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
select {
     -webkit-appearance: none;
}

@media (min-width: 750px) {
    html {
      font-size: 100px;
    }
}

.head{
	width: 96%;
	height: 1.4rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:center;
}
.head .name{
	width:6.5rem;
}
.head img{
	display: block;
	width: 100%;
}
 
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:33.33%;
	text-align: center;
	line-height:1rem;
	height: 1rem;
	background:#0557C3;
	position: relative;
	border-bottom: 0.02rem solid  #fff;
}
.nav ul li a{
	color:#fff;
	display: block;
	font-size:.32rem;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#fff;
}
.nav ul li:nth-child(3n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+4){
	border: none;
}
.tel{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tel img{
	display: block;
	width: 70%;
	margin:10px auto;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
	position: absolute;
	bottom: .15rem;
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
 
}
.banner .hd  ul li{
	float: left;
 
	height:.2rem;
	width:.2rem;
 	border: .02rem solid #fff;
 	margin: 0 .1rem;
 	border-radius: 50%;
	overflow: hidden;
}
.banner .hd  ul .on{
	background: #00479D;
	border: .02rem solid #00479D;
}
 
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.title:after{
	content: "";
	width: 100%;
	height: .02rem;
	background:#E0E0E0;
	position: absolute;
	left: 0;
	top: .8rem;
	z-index: 1;
}
.title p{
	color:#0557c3;
	font-size: .52rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.title p:after{
	content:"";
	width: .8rem;
	height: .06rem;
	background: #0557C3;
	position: absolute;
	left: 50%;
	margin-left: -.4rem;
	top: .78rem;
	z-index: 2;
}
.title span{
	display: block;
	color:#666666;
	font-size: .24rem;
	font-family: 'Aparajita';
	text-transform: uppercase;
	text-align: center;
	margin-top: .25rem;
}
.product{
	margin: 0 auto;
	margin-top: .5rem;
	width:100%;
 
}

.product .list{
	width: 7.3rem;
	margin: 0 auto;
	height: auto;
	margin-top: 5px;
	margin-top: .3rem;
	overflow: hidden;
}


.product .list ul li{
	float: left;
	width: 2.38rem;
	line-height: .8rem;
	height: .8rem;
	margin-left: .08rem;
	background: #0557C3;
	margin-bottom: .08rem;
	position: relative;
	border-radius: .1rem;
}

.product .list ul li:after{
	content: ">>";
	position: absolute;
	left: .15rem;
	top: 0;
	line-height: .8rem;
	color:#fff;
	font-size: .2rem;
}
.product .list ul li a{
	display: block;
	color:#fff;
	font-size: .28rem;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: .5rem;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
}

.product .pic{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
}
.product .pic ul{
	height: auto;
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 3.5rem;
 	position: relative;
 	height: auto;
 	overflow: hidden;
	margin-bottom: .15rem;
}
.product .pic ul li img{
	display: block;
	width:3.5rem;
	height: 3.17rem;
 	display: block;
 	border: 0.02rem solid #eee;
	box-sizing: border-box;
 
 
 
}
.product .pic ul li p{
	text-align: center;
	margin-top: .15rem;
	font-size: .28rem;
  	color:#333;
  	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 	box-sizing: border-box;
	width: 100%;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .more{
	width:2.8rem;
	height:.7rem;
	background:#0557C3;
	text-align: center;
	line-height: .7rem;
	border-radius: 5px;
	margin: 0 auto;
	margin-top:.1rem;
	color:#fff;
	font-size:.24rem;
	display: block;
}

 
 
 
.about{
	width:100%;
 	margin: 0 auto;
 	height: auto;
 	overflow: hidden;
 	margin-top: .5rem;
}
.about .title{
	margin-top: .6rem;
}
.about .title:after{
	background: #E0E0E0;
}
.about .title p{
	color:#fff;
}
.about .title  p:after{
	background: #FFFFFF;
}
.about .title span{
	color:#fff;
}
.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0557C3;
}

.about  .intro{
	width: 7.1rem;
	margin: .3rem auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: .13rem;
	box-sizing: border-box;

}
.about  .intro .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about  .intro .pic img{
	display: block;
	width: 100%;
}
.about  .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
	color:#767676;
	text-indent: 2em;
	font-size: .28rem;
	margin-bottom: .2rem;
	line-height: .46rem;
}

.about .more{
	width: 3.2rem;
	height: .75rem;
	background: #0557C3;
	text-align: center;
	line-height: .75rem;
	color:#fff;
	font-size: .28rem;
	display: block;
	margin: 0 auto;
	margin-top: .4rem;
}
.cases{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:.6rem;
}
.cases .pic{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
}
.cases .pic ul{
	height: auto;
	overflow: hidden;
}
 
.cases .pic ul li{
	float: left;
	width: 3.5rem;
 	position: relative;
 	height: auto;
 	overflow: hidden;
	margin-bottom: .15rem;
}
.cases .pic ul li img{
	display: block;
	width:3.5rem;
	height: 3.17rem;
 	display: block;
 	border: 0.02rem solid #eee;
	box-sizing: border-box;
 
 
 
}
.cases .pic ul li p{
	text-align: center;
	margin-top: .15rem;
	font-size: .28rem;
  	color:#333;
  	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 	box-sizing: border-box;
	width: 100%;
}
.cases .pic ul li:nth-child(2n){
	float: right;
}
.cases .pic ul li p{
	text-align: center;
	margin-top: .15rem;
	font-size: .28rem;
  	color:#333;
  	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 	box-sizing: border-box;
	width: 100%;
}

.cases .more{
	width:2.8rem;
	height:.7rem;
	display: block;
	background:#0557C3;
	text-align: center;
	line-height: .7rem;
	border-radius: 5px;
	margin: 0 auto;
	margin-top:.3rem;
	color:#fff;
	font-size:.24rem;
}
 
.news{
	width: 100%;
	margin: 0 auto;
	height: auto;
 	overflow: hidden;
 	margin-top: .6rem;
 	background: #F2F2F2;
}

.news .title{
	margin-top: .6rem;
}

.news ul{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .25rem;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	padding: .1rem;
	margin-bottom: .2rem;
}

.news ul li .time{
	float: left;
 	width: 1.4rem;
	height: 1.4rem;
	float: left;
	background: #0557C3;
}

.news ul li .time b{
	color:#fff;
	display: block;
	font-size: .42rem;
	text-align: center;
	margin-top: .5em;
}
.news ul li .time p{
	color:#fff;
	font-size: .24rem;
	text-align: center;
}

.news ul li .info{
	margin-left: .2rem;
	width: 5.2rem;
	float: left;
}
.news ul li .info h4{
	font-size: .32rem;
	width: 100%;
	color:#1a1a1a;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news ul li .info p{
	width: 100%;
	color:#8f8e8e;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: .76rem;
	margin-top: .1rem;
	font-size: .26rem;
	line-height: .42rem;
}
.news .more{
	width: 3.2rem;
	height: .75rem;
	background: #0557C3;
	text-align: center;
	line-height: .75rem;
	color:#fff;
	font-size: .28rem;
	display: block;
	margin: 0 auto;
	margin-top: .3rem;
	margin-bottom: .4rem;
}
.news .more a{
	color:#fff;
}

.news-list{
	margin-top: .3rem;
	background: none;
}

.news-list ul{
	margin-top: .2rem;
}
.mssg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 
	box-sizing: border-box;
	margin-top: .3rem;
}
.mssg .in-title{
	margin-top: .3rem;
}
 
.mssg .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.mssg .bd form{
	width: 90%;
	margin: 0 auto;
	height: auto;
 	margin-top: 20px;
	overflow: hidden;
}
.mssg .bd form ul li {
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: .2rem;
	position: relative;
}
 
.mssg .bd form ul li p{
	color:#333;
	line-height: .7rem;
	font-size: .26rem;
}
.mssg .bd form ul li input{
	width: 73%;
	height: .7rem;
	font-family: '微软雅黑';
	border: none;
	outline: none;
	text-indent: 1em;
	font-size: .24rem;
	border: 1px solid #ccc;
}
.mssg .bd form ul li textarea{
	width: 73%;
	height: 1.2rem;
	border: none;
	outline: none;
	text-indent:1em;
	font-size: .24rem;
	font-family: '微软雅黑';
	border: 1px solid #ccc;
	resize: none;
	padding-top: .2rem;
}
.mssg .bd form .btn{
	width:90%;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	color: #fff;
	margin-top:.3rem;
	border-radius:.08rem;
	height:.7rem;
	background: #00479D;
	margin-bottom: 30px;
}
.article-details .title{
	margin-top: 0;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #4C4C4C;
	padding-bottom: 2rem;
}
.footer .gotop{
	width: 100%;
	height: .7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	background: #333333;
}
.footer .gotop img{
 	height: .2rem;
 	display: block;
}
.footer .gotop  p{
	font-size: .28rem;
	margin-left: .15rem;
}
.footer .name {
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
}
.footer .name img{
	display: block;
	width: 100%;
}
.footer h4{
	color:#d4d4d4;
	font-size: .36rem;
	text-align: center;
	margin-top: .4rem;
}
.footer .info{
 	margin-left: .8rem;
	height: auto;
	overflow: hidden;
	color: #D1D1D1;
	opacity: .8;
	font-size: .28rem;
	line-height: .42rem;
	margin-top: 20px;
}
 
 
 

.footer a{
	color:#000;
}
.fn{
	width: 100%;
	height:auto;
 	z-index: 1000;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul {
	width: 7.5rem;
	margin: 0 auto;
}
.fn ul li{
	float: left;
	width: 1.82rem;
	height: auto;
	overflow: hidden;
	padding-bottom: .15rem;
	position: relative;
	margin-left:.073rem;
	background:#0E77DA;
}
.fn ul li:first-child{
	margin-left: 0;
}
 
.fn ul li img{
	display: block;
	margin: 0 auto;
	height:.6rem;
	margin-top: 15px;
}
.fn ul li p{
	color:#fff;
	font-size:.24rem;
	text-align: center;
	line-height: 22px;
	margin-top: .1rem;
}
 
.crumbs{
	width:96%;
	padding: 3% 2%;
	height: auto;
	overflow: hidden;
	background: #eee;
}

.crumbs p{
	color:#333;
	font-size: .24rem;
	float: left;
}
.crumbs a{
	color:#333;
	display: block;
	float: left;
	font-size: .24rem;
	position: relative;
	padding-right: .3rem;
}
.crumbs a:after{
	position: absolute;
	right:.08rem;
	content: ">";
	font-family:'宋体';
	top: .04rem;
}
.crumbs a:last-child:after{
	width: 0;
	overflow: hidden;;
	height: 0;
}

.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color:#333;
	margin-bottom: .3rem;
}
.fy p{
	width: 49%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	 white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    overflow: hidden;
	float: left;
	margin-bottom:.1rem;
	line-height: .6rem;
	font-size: .24rem;
	padding: 0 2%;
	text-align: center;
}
.fy p:nth-child(2n){
	float: right;
}

.fy a{
	color:#333;
}
 
.fy p:last-child{
	width: 100%;
}


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin:.4rem auto;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	height: auto;
	line-height: .5rem;
	font-size: .24rem;
	padding: 0 .2rem;
	float: left;
	background: #eee;
	margin: 0 .05rem;
}
.page ul .active{
	background: #00479D;
	color:#fff;
}
.page ul li a{
	color:#333;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}

.in-title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-title p{
	color:#00479D;
	font-size:.42rem;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 0 1.2rem;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: 1rem;
	height: 0.02rem;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width: 1rem;
	height: 0.02rem;
	position: absolute;
	top: 50%;
	background: #ccc;
	left: 0;
}


.article-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article-details .tit{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.article-details .tit h4{
	font-size: .36rem;
	text-align: center;
	font-weight: normal;
	color:#333;
	height: auto;
	overflow: hidden;
	padding-bottom: .1rem;
 
}

.article-details .tit  span{
	display: block;
	text-align: center;
	width: 100%;
	background: #eeeeee;
	color:#8a8a8a;
	font-size: .24rem;
	padding: .1rem 0;
	margin-top: .1rem;
	color:#333;
	border-top: 0.02rem solid #cfcfcf;
}
.article-details  .intro img{
	max-width: 100%;
	margin: 0 auto;
}

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
	font-size: .3rem;
	color:#333;
	line-height: .5rem;
	text-align:justify;
}
 
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}

.map .allmap{
	width: 100%;
	height: 300px;
}

.pro-list{
	background: none;
	margin-top: .3rem;
	padding-bottom: 0;
}

