	.content {
		position: relative;
		overflow: hidden;
	}
	
	.lunbo {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.banner {
		width: 100%;
		height: 500px;
		overflow: hidden;
		position: relative;
	}
	
	.banner ul {
		height: 500px;
		width: 100%;
		overflow: hidden;
	}
	
	.banner ul li {
		position: relative;
		display: none;
		width: 100%;
		height: 500px;
		overflow: hidden;
		float: left;
	}
	
	.banner ul li a {
		display: block;
		width: 1920px;
		height: 500px;
		overflow: hidden;
	}
	
	.banner ul li a img {
		width: 1920px;
		height: 500px;
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}
	
	.nav {
		clear: both;
		position: absolute;
		bottom: 0px;
		z-index: 99;
		background: rgba(0, 0, 0, 0.62);
		width: 100%;
		padding: 4px 0;
	}
	
	.nav .list {
		float: left;
		width: 22.5%;
		padding-left: 30px;
	}
	
	.nav .list img {
		display: inline-block;
		width: 70px;
		float: left;
	}
	
	.nav .list p {
		color: white;
		font-family: "微软雅黑";
		font-size: 16px;
		margin-top: 8px;
	}
	
	.nav .list span {
		color: #a7a7a7;
		font-family: "微软雅黑";
		font-size: 14px;
	}
	
	.pro-fuwu {
		position: relative;
		overflow: hidden;
		padding: 20px 0;
	}
	
	h1.till {
		font-family: "微软雅黑";
		font-size: 24px;
		text-align: center;
		letter-spacing: 4px;
	}
	
	em.ems {
		display: block;
		width: 40px;
		margin: auto;
		height: 2px;
		background: #0057ff;
	}
	
	p.dap {
		font-family: "微软雅黑";
		font-size: 14px;
		text-align: center;
		text-transform: Uppercase;
	}
	
	.pro-fuwu ul.fuwu-list {
		overflow: hidden;
		margin-right: -21px;
	}
	
	.pro-fuwu ul.fuwu-list li {
		position: relative;
		border-radius: 20px;
		position: relative;
		float: left;
		width: 14%;
		margin-right: 21px;
		padding: 20px 26px;
		text-align: center;
		font-family: "微软雅黑";
		height: 300px;
	}
	
	.pro-fuwu ul.fuwu-list li h6 {
		font-size: 16px;
		color: white;
	}
	
	.pro-fuwu ul.fuwu-list li p {
		font-size: 14px;
		color: white;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	
	.pro-fuwu ul.fuwu-list li a {
		position: absolute;
		bottom: 20px;
		border: 1px solid white;
		color: white;
		border-radius: 20px;
		padding: 0px 15px;
		margin-top: 20px;
		left: 50%;
		margin-left: -40px;
	}
	
	.pro-fuwu ul.fuwu-list li:nth-child(odd) {
		background: #4e98d2;
	}
	
	.pro-fuwu ul.fuwu-list li:nth-child(even) {
		background: #1cbcd4;
	}
	
	.pro-fuwu .bos {
		clear: both;
		overflow: hidden;
		position: relative;
		margin: 30px 0;
	}
	
	.pro-fuwu .bos ul li {
		float: left;
		width: 50%;
		height: 250px;
		overflow: hidden;
		position: relative;
	}
	
	.pro-fuwu .bos ul li img {
		display: block;
		width: 100%;
	}
	
	.pro-fuwu .bos ul li:first-child {
		height: 500px;
	}
	
	.pro-fuwu .bos .text {
		text-align: center;
		position: absolute;
		width: 100%;
		height: 250px;
		top: 50%;
		margin-top: -125px;
		background: rgba(0, 0, 0, 0.6);
	}
	
	.pro-fuwu .bos .text h2 {
		font-weight: 300;
		font-family: "微软雅黑";
		font-size: 40px;
		color: white;
	}
	
	.pro-fuwu .bos .text p {
		color: white;
		padding: 0px 50px;
		text-indent: 2em;
		font-family: "微软雅黑";
		font-size: 16px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	
	.pro-fuwu .bos .text a {
		display: inline-block;
		margin-top: 20px;
		background: #0066ff;
		font-family: "微软雅黑";
		font-size: 14px;
		color: white;
		padding: 5px 10px;
	}
	
	.pro-fuwu .bos .tes {
		height: 100px;
		text-align: center;
		width: 250px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -50px;
		background: rgba(127, 178, 255, 0.66);
	}
	
	.pro-fuwu .bos .tes h6 {
		margin-top: 10px;
		font-family: "微软雅黑";
		font-size: 24px;
		font-weight: 300;
	}
	
	.pro-fuwu .bos .tes a {
		font-family: "微软雅黑";
		font-size: 16px;
	}
	
	.pro-fuwu .bos .tes:before {
		content: "";
		position: absolute;
		left: -100px;
		display: block;
		width: 0;
		height: 0;
		border-bottom: 100px solid rgba(127, 178, 255, 0.66);
		border-left: 100px solid transparent;
	}
	
	.index-news {
		position: relative;
		overflow: hidden;
	}
	
	.index-news ul {
		overflow: hidden;
	}
	
	.index-news ul li {
		float: left;
		width: 44.6%;
		padding: 0px 30px;
		margin: 15px 0;
	}
	
	.index-news ul li .times {
		float: left;
		width: 100px;
		border-radius: 50%;
		height: 100px;
		margin-right: 20px;
		background: #163c85;
		text-align: center;
		font-family: "微软雅黑";
	}
	
	.index-news ul li .times p {
		color: white;
		font-size: 36px;
		line-height: 50px;
		height: 50px;
		margin-top: 10px;
		overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
	}
	
	.index-news ul li .times i {
		display: block;
		width: 10px;
		height: 2px;
		margin: auto;
		background: #d8effd;
	}
	
	.index-news ul li .times span {
		font-size: 14px;
		color: whitesmoke;
	}
	
	.index-news ul li .info h6 {
		font-family: "微软雅黑";
		font-size: 18px; height:36px; line-height:36px; overflow:hidden
	}
	
	.index-news ul li .info p {
		font-family: "微软雅黑";
		font-size: 14px;
	}
	
	a.mone {
		display: block;
		width: 180px;
		text-align: center;
		height: 50px;
		line-height: 50px;
		color: white;
		margin: 20px auto;
		background: #005aff;
		font-family: "微软雅黑";
		font-size: 22px;
		border-radius: 20px;
	}
	
	.index-you {
		position: relative;
		overflow: hidden;
	}
	
	.box {
		position: relative;
		height: 250px;
	}
	
	.box .box-bod {
		width: 100%;
		height: 758px;
		overflow: hidden;
		position: absolute;
	}
	
	.box .box-bod li {
		width: 100%;
		height: 758px;
		position: relative;
		overflow: hidden;
		float: left;
	}
	
	.box .box-bod li .list {
		float: left;
		width: 23.3%;
		text-align: center;
		padding: 10px;
	}
	
	.box .box-bod li .list img {
		display: block;
		width: 100%;
		height: 140px;
	}
	
	.box .box-bod li .list p {
		font-family: "微软雅黑";
		font-size: 16px; height:32px; line-height:32px; overflow:hidden
	}
	
	.box .box-dian {
		position: absolute;
		width: 100%;
		bottom: 22px;
		text-align: center;
		z-index: 9;
	}
	
	.box .box-dian ul {
		display: inline-block;
	}
	
	.box .box-dian li {
		width: 12px;
		height: 12px;
		background: #4ba4e0;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		margin: 4px 10px;
	}
	
	.box .box-dian li.on {
		width: 20px;
		height: 20px;
		margin: 0px 10px;
	}
	
	.box .box-dian li:hover {
		width: 20px;
		height: 20px;
		margin: 0px 10px;
	}
	
	.p-nav {
		padding: 5px 20px;
	}
	
	.pro {
		position: relative;
		overflow: hidden;
		padding: 0 0 30px 0;
	}
	
	.pro .tils {
		width: 250px;
		background: #163c85;
		font-family: "微软雅黑";
		text-align: center;
		margin: auto;
		padding: 4px 0;
		margin-bottom: 20px;
	}
	
	.pro .tils h1 {
		font-size: 24px;
		color: white;
		line-height: 30px;
	}
	
	.pro .tils p {
		font-size: 14px;
		color: white;
		text-transform: uppercase;
	}
	
	.pro .pro-nav {
		position: relative;
		text-align: center;
	}
	
	.pro .pro-nav a {
    font-family: "微软雅黑";
    font-size: 20px;
    display: inline-block;
    padding: 0 16px;
    margin: 0 10px;
}
	
	.pro .pro-nav a.on {
		background: #2b5dbf;
		color: white;
	}
	
	.pro .pro-nav a:hover {
		background: #2b5dbf;
		color: white;
	}
	
	.pro .ul-pic {
		padding: 10px 0;
		position: relative;
		overflow: hidden;
	}
	.pro .ul-pic ul{overflow: hidden;}
	.pro .ul-pic ul li {
		float: left;
		width: 27.3%;
		margin: 30px 0 0 0;
		margin-left:54px;
	}
	
	.pro .ul-pic ul li .kuang {
		padding: 20px;
		border: 1px solid #c9c9c9;
	}
	
	.pro .ul-pic ul li img {
    display: block;
    width: 100%;
    height: 195px;
}
	
	.pro .ul-pic ul li:hover .kuang {
		border: 1px solid #163c85;
	}
	
	.pro .ul-pic ul li p {
		font-family: "微软雅黑";
		font-size: 18px;
		text-align: center; height:36px; line-height:36px; overflow: hidden
	}

.pagetab{ margin:20px auto 0 auto}	
 .page{position: relative;text-align: center;margin-top: 30px;clear: both;overflow: hidden;}
 .page a{padding: 5px 10px;background: #2b5dbf;color: white;border: 1px solid #163C85; font-family: "微软雅黑";font-size: 14px; margin:0 2px}
.page a:hover,.pagetab .PageNumberActive a{background: none;color: #2b5dbf;}
.pro-dal{padding-bottom: 30px;}
.pro-dal  h1{font-family: "微软雅黑";font-size:24px ;text-align: center;margin-bottom: 10px;}
.pro-dal .box-img{border: 1px solid #b1abab;width: 582px;float: left;margin-right: 10px;margin-left: 200px;}
.pro-dal .box-img img{display: block;width: 100%;}

.pro-dal .bi-img ul li img{width: 184px;height: 122px;border: 1px solid transparent;cursor: pointer;}
.pro-dal .bi-img ul li.on img{border: 1px solid #2b5dbf;}
.pro-dal .bi-img ul li:hover img{border: 1px solid #2b5dbf;}

.pro-dal .test{margin-top:20px;font-family: "微软雅黑";font-size: 16px;}
.pro-dal .fan {font-family: "微软雅黑";font-size: 16px;background: #2b5dbf;color: white;display: block;width:130px;text-align: center;margin: 20px auto}

.news{position: relative;overflow: hidden;padding: 30px 0;}
 .news .tils {
    width: 250px;
    background: #163c85;
    font-family: "微软雅黑";
    text-align: center;
    margin: auto;
    padding: 4px 0;
    margin-bottom: 20px;
}
	.news .tils h1 {
		font-size: 24px;
		color: white;
		line-height: 30px;
	}
	
	.news .tils p {
		font-size: 14px;
		color: white;
		text-transform: uppercase;
	}
	
	.news .info {
    float: right;
    width: 382px;
}
	
.news ul li{float:left;width: 47%;padding: 0px 10px;margin: 20px 0 20px 0;
    height: 162px;
    }
.news ul li img{display: block;width: 162px;height: 162px;float: left;margin-right: 20px;}
.news ul li h6{font-family: "微软雅黑";font-size: 18px;color: black;overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;}
.news ul li span{font-family: "微软雅黑";font-size: 12px;color: #ababab;}
.news ul li p{font-family: "微软雅黑";font-size: 14px;line-height: 20px;overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    word-break: break-all;}

.news-dal{position: relative;overflow: hidden;padding-bottom: 30px;}
.news-dal h1{text-align: center;font-family: "微软雅黑";font-size: 24px;}
.news-dal  span.time{display: block;font-family: "微软雅黑";font-size: 12px;text-align: center;}
.news-dal img{display: block;margin:20px auto; max-width:100%}
.news-dal h6{font-family: "微软雅黑";font-size: 18px;}
.news-dal .news_con{font-family: "微软雅黑";font-size: 18px;}
.news-dal .jie{position: relative;padding: 30px 0;}
.news-dal .jie a{position: absolute;font-family: "微软雅黑";font-size:16px}
.news-dal .jie a:nth-child(1){left: 0px;}
.news-dal .jie a:nth-child(2){left: 50%;width: 100px;background: #0066ff;color: white;text-align: center;margin-left: -50px;border-radius: 20px;}
.news-dal .jie a:nth-child(3){right: 0px;}

.cont h1{font-family: "微软雅黑";font-size: 28px;text-align: left;font-weight: 500;height: 40px;line-height: 40px;}
.cont  em{font-family: "微软雅黑";font-size: 18px;color: rgb(165, 173, 197);}
.cont{position: relative;padding: 30px 0;}
.cont .left{width: 30%;}
.cont .left h6{font-family: "微软雅黑";font-size: 20px;color: #163c85;}
.cont .left p{font-family: "微软雅黑";font-size: 16px;}
.cont .right{width: 68%;}

.about{position: relative;overflow: hidden;padding: 30px 0px;}
.about .bo{clear: both;}
.about .bo img{float: left;display: block;width: 500px;}
.about .bo .txt{float: right;width: 650px;padding:0px 20px;}
.about .bo .txt h1{font-family: "微软雅黑";font-size: 28px;line-height: 40px;font-weight: 500;}
.about .bo .txt  span{font-family: "微软雅黑";font-size: 18px;color: rgb(165, 173, 197);}
.about .bo .con{font-family: "微软雅黑";font-size: 16px;line-height: 26px;}
.norecord{text-align:center; padding:50px;color: #ccc;}
.clear{ clear:both}
.s-img{ float:left}
