* {
	margin: 0px;
	padding: 0px;
}
body {
	max-width: 640px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	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;
}
/*清除浮动*/



input[type=button], input[type=submit], input[type=file], button {
	cursor: pointer;
	-webkit-appearance: none;
}
.head {
	width: 96%;
	padding: 3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .name {
	width: 60%;
}
.head .tel {
	width: 35%;
}
.head img {
	display: block;
	width: 100%;
}
.nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #2855b1;
	background-size: 100% auto;
}
.nav ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	position: relative;
	border-bottom: 1px solid #94aad8;
}
.nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
}
.nav ul li:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
	background: #94aad8;
}
/* .nav ul li:nth-child(3n):after{

	width: 0;

	height: 0;

}

.nav ul li:nth-child(n+4){

	border: none;

} */

.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img {
	display: block;
	width: 100%
}
.banner .hd {
	position: absolute;
	bottom: 0px;
	height: 30px;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.banner .hd ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}
.banner .hd ul li {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #076ce0;
}
.product {
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.title {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.title p {
	color: #1a1a1a;
	font-size: 26px;
	text-align: center;
	position: relative;
	z-index: 1;
	display: table;
	margin: 0 auto;
	padding: 0 15px;
	font-weight: bold;
	position: relative;
}
.title b {
	color: #2855b1;
}
.title img {
	display: block;
	height: 45px;
	margin-right: 5px;
}
.title span {
	background: url(../images/m/tit01.png)no-repeat center;
	font-size: 12px;
	color: #999999;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.title b {
	color: #0d66c8;
}
.product .list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .list ul li {
	float: left;
	width: 32.5%;
	height: auto;
	overflow: hidden;
	background: #2855b1;
	background-size: 100% 100%;
	margin-top: 5px;
	text-align: center;
	margin-left: 1.2%;
	line-height: 35px;
	border-radius: 3px;
}
.product .list ul li:nth-child(3n-2) {
	margin-left: 0;
}
.product .list ul li a {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.product .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.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: 49%;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 8px;
}
.product .pic ul li img {
	display: block;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.product .pic ul li p {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
	color: #333333;
	width: 100%;
}
.product .pic ul li:nth-child(2n) {
	float: right;
}
.more {
	width: 160px;
	height: 35px;
	background: #2855b1;
	background-size: 100% 100%;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	display: block;
}
.more a {
	color: #fff;
}
.notice {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.notice .tit {
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.notice .tit p {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.notice .tit img {
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	height: 18px;
	margin-top: 3px;
}
.notice .tit a {
	display: block;
	float: right;
	line-height: 30px;
	color: #666666;
	font-size: 12px;
}
.notice .show {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-top: 5px;
}
.notice .box {
	height: 400%;
}
.notice .list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.notice .list ul li {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px dashed #cccccc;
}
.notice .list ul li:after {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #2855b1;
	border-radius: 50%;
}
.notice .list ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	margin-left: 10px;
	float: left;
}
.notice .list ul li span {
	display: block;
	float: right;
}
.adv {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 40px;
	background: url(../images/m/bg.png)repeat-x left bottom;
	background-size: auto 8px;
	margin-top: 50px;
}
.adv .tit img {
	display: block;
	width: 100%;
}
.adv .tab {
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .tab .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .tab .bd ul li {
	float: left;
	height: auto;
	overflow: hidden;
}
.adv .bd ul li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv .bd ul li .pic img {
	display: block;
	width: 100%;
}
.adv .bd ul li .intro {
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.adv .bd ul li .intro .t {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.adv .bd ul li .intro .t span {
	color: #999999;
	font-size: 14px;
}
.adv .bd ul li .intro .t .num {
	float: left;
	margin-right: 15px;
}
.adv .bd ul li .intro .t div:last-child {
	padding-bottom: 10px;
	width: 80%;
	float: left;
	background: url(../images/m/bg02.png) repeat-x left bottom;
}
.adv .bd ul li .intro .t p {
	color: #2855b1;
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
}
.adv .bd ul li .intro .info {
	width: 80%;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.adv .bd ul li .intro .info p {
	color: #333333;
	font-size: 12px;
	line-height: 30px;
}
.adv .hd {
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}
.adv .hd ul li {
	float: left;
	width: 40px;
	height: 5px;
	background: #ccc;
	margin: 0 5px;
}
.adv .hd ul .on {
	background: #0d66c8;
}
.about {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #f0f0f0;
	padding-bottom: 20px;
	margin-top: 20px;
}
.about .title {
	margin-top: 20px;
}
.about .pic {
	width: 94%;
	margin: 0 auto;
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}
.about .pic img {
	display: block;
	width: 100%;
}
.about .intro {
	width: 92%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	color: #000000;
	background: #ffffff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.about .intro p {
	margin-top: 10px;
	text-indent: 2em;
	text-align: justify;
}
.about .more {
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 0;
}
.about h4 {
	color: #2855b1;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
.cases {
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
}
.cases .list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases .list ul li {
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	background: #2855b1;
	margin-top: 5px;
	text-align: center;
	line-height: 35px;
	border-radius: 3px;
}
.cases .list ul li:nth-child(2n) {
	float: right;
}
.cases .list ul li a {
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.cases .list ul li:last-child {
	width: 100%;
}
.cases .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases .pic ul li {
	float: left;
	width: 49%;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
	margin-left: .5%;
	position: relative;
}
.cases .pic ul li img {
	display: block;
	width: 100%;
	height: 170px;
	border: 1px solid #cccccc;
}
.cases .pic ul li:nth-child(2n) {
	float: right;
}
.cases .pic ul li p {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.cases .hd {
	margin-top: 10px;
}
.cases .hd ul {
	display: table;
	margin: 0 auto;
}
.cases .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2855b1;
	margin: 0 2px;
}
.cases .hd ul .on {
	background: #68b92c;
}
.cases .more {
	width: 140px;
	height: 35px;
	background: #2855b1;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	display: block;
}
.cases .more a {
	color: #fff;
}
.news {
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}
.news .tab {
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news .tab a {
	display: block;
	width: 130px;
	height: 35px;
	background: #2855b1;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 0 8px;
	border-radius: 3px;
}
.news ul {
	margin: 0 auto;
	margin-top: 5px;
}
.news ul li {
	width: 99%;
	height: 35px;
	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	position: relative;
}
.news ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cccccc;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.news ul li a {
	display: block;
	font-size: 14px;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 35px;
	width: 60%;
	margin-left: 25px;
	float: left;
}
.news ul li span {
	display: block;
	float: right;
	color: #333333;
	font-size: 12px;
	line-height: 35px;
}
.news .more {
	width: 140px;
	height: 35px;
	background: #2855b1;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	display: block;
}
.news .more a {
	color: #fff;
}
.mssg {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #cccccc;
	background: #exlrd;
	box-sizing: border-box;
	margin-top: 20px;
}
.mssg .title {
	margin-top: 20px;
}
.mssg .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #exlrd;
}
.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: 10px;
	position: relative;
}
.mssg .bd form ul li:after {
	content: '*';
	position: absolute;
	right: 0;
	color: #d02418;
	top: 10px;
}
.mssg .bd form ul li:nth-child(n+3):after {
	width: 0;
	overflow: hidden;
	height: 0;
}
.mssg .bd form ul li p {
	color: #333;
	line-height: 35px;
	font-size: 14px;
}
.mssg .bd form ul li input {
	width: 73%;
	height: 35px;
	font-family: '微软雅黑';
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
}
.mssg .bd form ul li textarea {
	width: 73%;
	height: 80px;
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 14px;
	font-family: '微软雅黑';
	resize: none;
	padding-top: 10px;
}
.mssg .bd form .btn {
	width: 90%;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	color: #fff;
	margin-top: 20px;
	border-radius: 5px;
	height: 48px;
	background: #2855b1;
	margin-bottom: 30px;
	font-size: 18px;
}
.article-details .title {
	margin-top: 0;
}
.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 120px;
	background: #f5f5f5;
}
.footer .name {
	width: 94%;
	margin: 0 auto;
	margin-top: 20px;
}
.footer .name img {
	display: block;
	width: 100%;
}
.footer .info {
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info h4 {
	color: #1e50af;
	font-size: 20px;
	text-align: center;
}
.footer .info p {
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
	color: #555;
	text-align: center;
}
.footer .ewm {
	width: 30%;
}
.footer .ewm img {
	display: block;
	width: 100%;
}
.crumbs {
	width: 96%;
	padding: 3% 2%;
	height: auto;
	overflow: hidden;
	background: #eee;
}
.crumbs p {
	color: #333;
	font-size: 12px;
	float: left;
}
.crumbs a {
	color: #333;
	font-size: 12px;
	position: relative;
	padding-right: 15px;
}
.crumbs a:after {
	position: absolute;
	right: 0;
	content: ">";
	top: 0;
}
.crumbs a:last-child:after {
	width: 0;
	overflow: hidden;
	;
	height: 0;
}
.fn {
	width: 100%;
	height: 70px;
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0;
}
.fn ul li {
	float: left;
	width: 20%;
	height: 70px;
	overflow: hidden;
	position: relative;
	background: #2855b1;
}
.fn ul li:nth-child(2) {
	padding-right: 5%;
	width: 25%;
}
.fn ul li:nth-child(3) {
	padding-left: 10%;
	width: 20%;
}
.fn ul li:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.fn ul li:last-child:after {
	width: 0;
	height: 0;
	overflow: hidden;
}
.fn ul li img {
	display: block;
	margin: 0 auto;
	height: 30px;
	margin-top: 10px;
}
.fn ul li p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}
.fn .phone {
	position: absolute;
	height: 90px;
	width: 90px;
	z-index: 100;
	background: url(../images/m/fn.png)no-repeat center;
	background-size: 100% auto;
	border-radius: 50%;
	left: 50%;
	margin-left: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: -30px;
}
.fn .phone img {
	height: 30px;
	display: block;
}
.fn .phone p {
	color: #fff;
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.fy {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color: #333;
}
.fy p {
	width: 49%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	line-height: 30px;
	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-bottom: 30px;
	margin-top: 15px;
}
.page ul {
	display: table;
	margin: 0 auto;
}
.page ul li {
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	float: left;
	background: #eee;
	margin: 0 3px;
}
.page ul .thisclass {
	background: #ccc;
	color: #fff;
}
.page ul li a {
	color: #333;
}
.page select {
	border: none;
	background: none;
	outline: none;
}
.in-title {
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.in-title p {
	color: #2855b1;
	font-size: 24px;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 0 100px;
	text-align: center;
	position: relative;
}
.in-title p:after {
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before {
	content: "";
	width: 80px;
	height: 1px;
	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: 16px;
	text-align: center;
	font-weight: normal;
	color: #333;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
}
.article-details .tit span {
	display: block;
	text-align: center;
	width: 100%;
	background: #eeeeee;
	color: #8a8a8a;
	font-size: 12px;
	padding: 7px 0;
	margin-top: 5px;
	color: #333;
	border-top: 1px solid #cfcfcf;
}
.article-details .intro img {
	max-width: 100%;
	margin: 0 auto;
}
.article-details .intro {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
	margin-top: 10px;
}
.article-details .intro p {
}
.map {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.map .allmap {
	width: 100%;
	height: 300px;
}
.pro-list {
	background: none;
	margin-top: 20px;
	padding-bottom: 0;
}
