/*common start*/
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 14px;
	color: #666;
	background: #F7F7F7;
	font-family: 黑体;
}

a {
	color: #666;
}

	a:hover {
		color: #f60;
		text-decoration: underline;
	}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.img fr img {
	width: 30%;
}

.fr {
	float: right;
}

.center {
	text-align: center;
}

img {
	max-width: 100%;
}



.head {
	padding: 15px 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: rgb(255 255 255 / 78%);
}

.menu ul li {
	display: inline-block;
	text-align: center;
	line-height: 38px;
	text-align: center;
	font-size: 17px;
	padding: 0 20px;
	position: relative;
}

	.menu ul li a {
		color: #607ED1;
	}

		.menu ul li a:hover {
			opacity: 0.8;
		}

	.menu ul li dl {
		position: absolute;
		left: 0;
		top: 38px;
		width: 100%;
		box-shadow: 0 0 10px #ccc;
		background: #fff;
		line-height: 44px;
		display: none;
	}

		.menu ul li dl dd {
			border-bottom: 1px solid #ccc;
		}

			.menu ul li dl dd:hover {
				background: #607ED1;
			}

				.menu ul li dl dd:hover a {
					color: #fff;
				}

	.menu ul li:hover dl {
		display: block;
	}


.phone {
	display: none;
}

.phonehead {
	padding: 15px 0;
}

	.phonehead .logo {
		width: calc(100% - 70px);
	}

	.phonehead .menuicon a {
		color: #000;
		font-size: 20px;
	}

.nav {
	position: fixed;
	display: none;
	right: 0px;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 8;
	overflow-y: auto;
	transition: right .3s;
	border-left: 1px solid #f3f3f3;
}

	.nav.open {
		right: 0;
	}

	.nav ul {
		padding-bottom: 71px;
	}

	.nav li {
		float: none;
		padding: 0;
		position: relative;
	}

		.nav li a {
			line-height: 53px;
			padding: 10px 1.5em;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

			.nav li a:hover:after,
			.nav li.cur > a:after,
			.nav li.on > a:after {
				display: none;
			}

		.nav li.cur > a {
			background-color: #eee;
		}

		.nav li em.on {
			transform: rotate(90deg);
		}

		.nav li em {
			transform: rotate(0deg);
			transition: all .3s;
			position: absolute;
			right: 10px;
			top: 10px;
			display: block;
			cursor: pointer;
			font-style: normal;
		}

			.nav li em:after {
				content: '>';
				font-family: simsun;
				font-size: 20px;
				line-height: 30px;
				width: 30px;
				text-align: center;
				display: block;
			}

.navDrop {
	position: static;
	display: none;
	left: auto;
	top: auto;
}

	.navDrop.open,
	.navDrop.show.open {
		display: block;
	}

	.navDrop .inner {
		width: auto;
	}

	.navDrop ul {
		padding: 0;
	}

	.navDrop li {
		display: block;
	}

		.navDrop li a {
			text-align: left;
			padding: 10px 1.5em 10px 2.5em;
		}

	.navDrop .preview,
	.threeNav,
	.navDrop.show {
		display: none;
	}

	.navDrop .info {
		width: auto;
		float: none;
		padding: 0;
	}

.subNav {
	float: none;
	width: auto;
}

	.subNav dd {
		border: none;
		line-height: normal;
	}

		.subNav dd a {
			padding: 10px 1.5em 10px 2.5em;
		}

			.subNav dd a:after {
				display: none;
			}

/*navBtn*/
.navBtn {
	cursor: pointer;
	display: block;
	position: relative;
	cursor: pointer;
	width: 70px;
	height: 70px;
	float: left;
	border-left: 0px solid #f3f3f3;
}

	.navBtn span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #c2c2c2;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -10px;
		line-height: normal;
	}

		.navBtn span:before,
		.navBtn span:after {
			content: '';
			display: block;
			width: 100%;
			height: 2px;
			background-color: #c2c2c2;
			position: absolute;
			left: 0;
			top: -7px;
			transition: transform .3s;
			transition: transform .3s;
		}

		.navBtn span:after {
			top: auto;
			bottom: -7.5px;
		}

	.navBtn.open span {
		height: 0;
	}

		.navBtn.open span:before {
			transform: rotate(45deg);
			top: 0;
		}

		.navBtn.open span:after {
			transform: rotate(-45deg);
			bottom: auto;
			top: 0;
		}

.con {
	background: #F7F7F7;
}

.con {
	padding: 15px 0;
	height: 26px;
	overflow: hidden;
}

	.con .left {
		width:;
	}

	.con .right {
		width: calc(100% - 30px);
		line-height: 26px;
		color: #888888;
		font-size: 14px;
	}

.con2 {
	padding-top: 130px;
}

.con2 {
	background: #F7F7F7;
}

.tit {
	text-align: center;
	margin-bottom: 20px;
}

	.tit h3 {
		color: #333;
		font-size: 33px;
		font-weight: normal;
	}

	.tit span {
		display: block;
		color: rgb(153, 153, 151);
		font-size: 16px;
	}

.con2 .nr {
	padding-bottom: 130px;
	color: rgb(153, 153, 140);
	font-size: 14px;
	line-height: 2;
	width: 69%;
	margin: 0 auto;
	text-align: center;
}

.shuzi {
	padding-bottom: 40px;
}

	.shuzi ul li {
		width: 25%;
		text-align: center;
		float: left;
	}

		.shuzi ul li .litop h3 {
			font-size: 42px;
			color: rgb(68, 68, 68);
			font-weight: normal;
		}

			.shuzi ul li .litop h3 span {
				font-size: 14px;
				color: rgb(153, 153, 140);
			}

		.shuzi ul li .libottom {
			font-size: 14px;
			color: rgb(153, 153, 140);
		}

.search {
	padding-top: 150px;
	text-align: center;
	margin-bottom: 40px;
}

	.search .searchmain {
		display: inline-block;
		border: 1px solid #EEEEEE;
		border-radius: 22px;
		width: 400px;
		margin: 0 auto;
		overflow: hidden;
	}

		.search .searchmain input {
			width: 80%;
			background: #fff;
			padding: 0 5%;
			line-height: 44px;
		}

	.search a {
		display: block;
		width: 10%;
		text-align: center;
		margin-top: 5px;
	}

.c2list {
	padding-bottom: 80px;
}

	.c2list ul li {
		text-align: center;
		width: 25%;
		float: left;
	}

		.c2list ul li h3 {
			color: #fff;
			font-size: 20px;
		}



@media screen and (max-width: 760px) {
	.tit h3 {
		color: #87A4F4;
		font-size: 20px;
	}

	.con2 {
		padding-top: 40px;
	}

		.con2 .nr {
			padding-bottom: 40px;
		}

	.shuzi {
		padding-bottom: 20px;
		background: #fff;
		padding-top: 20px;
	}

		.shuzi ul li {
			width: 50%;
		}

			.shuzi ul li .litop h3 {
				font-size: 20px;
			}

	.search .searchmain {
		width: 100%;
	}

	.c2list ul li {
		text-align: center;
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}

		.c2list ul li h3 {
			color: #fff;
			font-size: 16px;
		}
}


.con3 {
	padding: 80px 0;
}

.tit2 {
	text-align: center;
}

	.tit2 h3 {
		color: rgb(169, 169, 169);
		font-size: 33px;
		text-align: center;
		font-weight: normal;
	}

	.tit2 span {
		display: block;
		font-size: 26px;
		color: rgb(169, 169, 169);
		margin: 20px 0;
	}

.con3 ul li {
	width: 20%;
	float: left;
	overflow: hidden;
	height: 300px;
}

	.con3 ul li .imgarea {
		position: relative;
	}

	.con3 ul li.cur {
		width: 40%;
		background-size: 100% !important;
	}

.con3 img {
	height: 300px;
	max-width: 200%;
	opacity: 0;
}

.con3 .wenzi {
	position: absolute;
	left: 5%;
	top: 5%;
	color: #fff;
	font-size: 16px;
}

	.con3 .wenzi h3 {
		font-weight: 300;
	}

.con3 ul li.cur .wenzi {
	font-size: 22px;
}


@media screen and (max-width: 760px) {
	.con3 ul li {
		width: 20%;
		float: left;
		overflow: hidden;
		height: auto;
		background: none !important;
	}

	.con3 {
		padding: 40px 0;
	}

	.tit2 h3 {
		color: rgb(169, 169, 169);
		font-size: 20px;
		text-align: center;
	}

	.tit2 span {
		display: block;
		font-size: 16px;
		color: rgb(169, 169, 169);
		margin: 20px 0;
	}

	.con3 ul li {
		width: 100%;
		float: left;
		overflow: hidden;
	}

		.con3 ul li.cur {
			width: 100%;
		}

	.con3 img {
		height: auto;
		max-width: 100%;
		opacity: 1;
	}
}


.con4 {
	padding: 80px 0;
}

	.con4 ul li {
		width: 20%;
		text-align: center;
		float: left;
	}

		.con4 ul li h3 {
			font-size: 16px;
			font-weight: normal;
			line-height: 30px;
		}

		.con4 ul li span {
			font-size: 12px;
			line-height: 24px;
			color: rgb(153, 153, 140);
		}


@media screen and (max-width: 760px) {
	.con4 {
		padding: 40px 0;
	}

		.con4 ul li {
			width: 50%;
			text-align: center;
			float: left;
		}
}

.con5 {
	background: #DEDEDE;
	padding: 20px 0;
}

	.con5 video {
		width: 100%;
	}


.con6 {
	padding: 40px 0;
}

	.con6 ul li {
		width: 25%;
		float: left;
	}

		.con6 ul li .limain {
			border-bottom: 1px dashed #A9A9A9;
			border-right: 1px dashed #A9A9A9;
			padding: 30px;
			height: 234px;
		}

			.con6 ul li .limain h3 {
				color: rgb(102, 102, 102);
				font-size: 24px;
				margin-bottom: 10px;
			}

			.con6 ul li .limain span {
				display: block;
				font-size: 12px;
				color: #333;
			}


@media screen and (max-width: 760px) {
	.con6 ul li {
		width: 50%;
		float: left;
	}
	.con6 ul li .limain {
		border-bottom: 1px dashed #A9A9A9;
		border-right: 1px dashed #A9A9A9;
		padding: 30px;
		height: 255px;
	}
}

.con7 {
	padding: 100px 0;
}

	.con7 .bor {
		padding: 45px;
		border-radius: 20px;
		box-shadow: 0 0 20px #ccc;
	}

.tit3 {
	margin-bottom: 60px;
	text-align: center;
}

	.tit3 h3 {
		color: rgb(143, 143, 143);
		font-size: 30px;
	}

	.tit3 span {
		display: block;
		color: rgb(143, 143, 143);
		font-size: 12px;
	}

.con7 ul li {
	width: calc((100% - 80px)/5);
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

	.con7 ul li .limain {
		background: #fff;
		padding: 15px;
	}

	.con7 ul li:nth-child(5n) {
		margin-right: 0;
	}

	.con7 ul li h3 {
		font-size: 16px;
		font-weight: normal;
		color: #000;
		text-align: center;
		margin: 15px 0;
	}

	.con7 ul li:hover h3 {
		color: #607ED1;
	}

	.con7 ul li .imgarea {
		overflow: hidden;
	}

		.con7 ul li .imgarea img {
			transition: all 0.5s;
		}

	.con7 ul li:hover .imgarea img {
		transform: scale(1.1);
	}

.more {
	text-align: center;
}

	.more a {
		display: inline-block;
		line-height: 40px;
		border-radius: 20px;
		background: #86A4ED;
		color: #fff;
		font-size: 20px;
		text-align: center;
		padding: 0 20px;
	}

		.more a:hover {
			background: #607ED1;
		}

@media screen and (max-width: 760px) {
	.con7 {
		padding: 40px 0;
	}

		.con7 .bor {
			padding: 0;
			border-radius: 0;
			box-shadow: 0 0 0 #ccc;
		}

		.con7 ul li {
			width: 48%;
			margin-bottom: 20px;
			margin-right: 1%;
			float: left;
			margin-left: 1%;
		}

			.con7 ul li:nth-child(5n) {
				margin-right: 1%;
			}
}


.con8 {
	padding: 80px 0;
}

	.con8 ul li {
		width: calc((100% - 60px)/4);
		margin-bottom: 20px;
		margin-right: 20px;
		float: left;
	}

		.con8 ul li .limain {
			background: #fff;
			padding: 15px;
		}

		.con8 ul li:nth-child(4n) {
			margin-right: 0;
		}

		.con8 ul li h3 {
			font-weight: 500;
			color: #000;
			font-size: 16px;
			margin: 15px 0;
		}

		.con8 ul li:hover h3 {
			color: #607ED1;
		}

		.con8 ul li span {
			display: block;
			font-size: 14px;
			color: #666;
			margin-bottom: 40px;
		}

		.con8 ul li .imgarea img {
			transition: all 0.5s;
			width: 100%;
			height: 180px;
			object-fit: cover;
		}

		.con8 ul li .imgarea {
			overflow: hidden;
		}

		.con8 ul li:hover .imgarea img {
			transform: scale(1.1);
		}

@media screen and (max-width: 760px) {
	.con8 {
		padding: 40px 0;
	}

		.con8 ul li {
			width: 48%;
			margin-bottom: 20px;
			margin-right: 1%;
			float: left;
			margin-left: 1%;
		}

			.con8 ul li:nth-child(5n) {
				margin-right: 1%;
			}
}


.foot {
	background: #414144;
	padding: 30px 0;
}

	.foot .left {
		width: 25%;
		text-align: center;
	}

		.foot .left .erweima {
			display: inline-block;
			color: #A9A9A9;
		}

			.foot .left .erweima h3 {
				font-weight: 500;
				font-size: 14px;
				text-align: center;
				line-height: 2;
			}


	.foot .right {
		width: 75%;
	}

		.foot .right dl {
			width: 25%;
			float: left;
		}

			.foot .right dl dt {
				font-size: 16px;
				margin-bottom: 20px;
				color: #A9A9A9;
			}

			.foot .right dl dd a {
				color: #A9A9A9;
				line-height: 2;
			}

.footbottom {
	padding-top: 40px;
	color: #A9A9A9;
	font-size: 14px;
	text-align: center;
}

	.footbottom .dizhi h3 {
		display: inline-block;
		padding-left: 20px;
		font-weight: normal;
		font-size: 14px;
	}

	.footbottom ul {
		margin: 20px 0;
	}

		.footbottom ul li {
			display: inline-block;
			padding-left: 20px;
			margin: 0 15px;
		}

.beian a {
	color: #A9A9A9;
	font-size: 14px;
}


@media screen and (max-width: 760px) {
	.wapper {
		width: 90%;
		padding: 0 5%;
	}

	.pc {
		display: none;
	}

	.phone {
		display: block;
	}

	.foot .left {
		width: 100%;
		text-align: center;
	}

	.foot .right {
		width: 100%;
	}

		.foot .right dl {
			width: 50%;
			float: left;
		}

	.footbottom .dizhi h3 {
		display: block;
		padding-left: 20px;
		font-weight: normal;
		text-align: left;
		font-size: 14px;
	}

	.footbottom ul {
		margin: 0px 0;
	}

		.footbottom ul li {
			display: block;
			padding-left: 20px;
			margin: 0px;
			text-align: left;
		}
}


.inside {
	padding: 40px 0;
}


.menum {
	background: #DEDEDE;
}

	.menum ul li {
		width: 20%;
		float: left;
		line-height: 34px;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

		.menum ul li:nth-child(1) {
			background: #D5D5D5;
		}

		.menum ul li:nth-child(2) {
			background: #C3C3C3;
		}

		.menum ul li:nth-child(3) {
			background: #D5D5D5;
		}

		.menum ul li:nth-child(4) {
			background: #C3C3C3;
		}

		.menum ul li:nth-child(5) {
			background: #D5D5D5;
		}

		.menum ul li:nth-child(6) {
			background: #C3C3C3;
		}

		.menum ul li:nth-child(7) {
			background: #D5D5D5;
		}

		.menum ul li:nth-child(8) {
			background: #C3C3C3;
		}

		.menum ul li:nth-child(9) {
			background: #D5D5D5;
		}

		.menum ul li:nth-child(10) {
			background: #C3C3C3;
		}


		.menum ul li a {
			color: #fff;
			font-size: 14px;
		}

		.menum ul li:hover {
			background: #607ED1;
		}

@media screen and (max-width: 760px) {
	.menum ul li {
		width: 25%;
	}
}

.pad {
	padding: 60px 0;
}

.history .lileft {
	width: 45%;
}

.history .licenter {
	width: 10%;
	text-align: center;
}

.history .liright {
	width: 45%;
}

.history ul li h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}

.history ul li span {
	display: block;
	font-size: 16px;
	color: #333;
}

.htit {
	text-align: center;
}

	.htit h3 {
		font-size: 30px;
		color: #333;
		font-weight: normal;
	}

	.htit span {
		color: #BBBBBB;
		font-size: 24px;
	}

.history .nr {
	margin: 33px 109px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 2em;
}

@media screen and (max-width: 760px) {
	.history .lileft {
		width: 20%;
	}

	.history .licenter {
		width: 10%;
		text-align: center;
	}

	.history .liright {
		width: 70%;
	}

	.htit h3 {
		font-size: 24px;
		color: #333;
		font-weight: normal;
	}

	.htit span {
		color: #BBBBBB;
		font-size: 18px;
	}
}

.lindao {
	background: #EBECF0;
}

.bgw {
	background: #fff;
	width: 80%;
	padding: 60px 10%;
	text-align: center;
}

.lindao .ltit h3 {
	color: rgb(102, 102, 102);
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

.lindao .nr {
	margin-top: 15px;
	font-size: 16px;
	line-height: 2;
}


.lindao2 {
	background: #EBECF0;
}

	.lindao2 ul li {
		margin-bottom: 20px;
	}

		.lindao2 ul li .litop {
			text-align: center;
		}

		.lindao2 ul li .libottom {
			background: #fff;
			padding: 80px 40px;
			border-radius: 20px;
			margin-top: -40px;
			text-align: center;
		}

			.lindao2 ul li .libottom h3 {
				color: rgb(161, 6, 46);
				font-size: 30px;
				font-weight: normal;
				margin-bottom: 20px;
			}

		.lindao2 ul li .nr {
			font-size: 16px;
			color: #333;
		}

@media screen and (max-width: 760px) {
	.lindao2 ul li .libottom {
		background: #fff;
		padding: 80px 10pxpx;
		border-radius: 20px;
		margin-top: -40px;
		text-align: center;
	}

		.lindao2 ul li .libottom h3 {
			font-size: 20px;
		}
}

.bgww {
	background: #fff;
	width: 90%;
	padding: 40px 5%;
	text-align: center;
}

.lilian .lltit h3 {
	text-align: left;
	font-size: 30px;
	font-weight: 300;
}

.lilian .imgarea {
	margin: 60px 0;
}

.lilian ul li .bg1 {
	background: #921432;
}

.lilian ul li .bg2 {
	background: #AC183C;
}

.lilian ul li .lileft {
	width: 50%;
	color: #F0AF67;
	font-size: 35px;
	text-align: right;
	padding: 5%;
	height: 248px;
}

.lilian ul li .liright {
	width: 50%;
	padding: 5%;
	text-align: left;
	font-size: 35px;
	color: #fff;
	height: 248px;
}

@media screen and (max-width: 760px) {
	.lilian ul li .lileft {
		width: 30%;
		color: #F0AF67;
		font-size: 20px;
		text-align: right;
		padding: 5%;
		height: 200px;
	}

	.lilian ul li .liright {
		width: 50%;
		padding: 5%;
		text-align: left;
		font-size: 20px;
		color: #fff;
		height: 200px;
	}
}


.lilian2 .lltit2 h3 {
	text-align: left;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	padding: 50px 0;
}

.bgww2 {
	background: #DEDEDE;
	padding: 50px;
}

.lilian2 ul li {
	width: 31.3%;
	float: left;
	margin: 1%;
}

	.lilian2 ul li img {
		transition: all 0.5s;
		height: 208px;
		object-fit: contain;
		margin: 0 auto;
		display: block;
	}

	.lilian2 ul li .imgarea {
		overflow: hidden;
	}

	.lilian2 ul li:hover img {
		transform: scale(1.1);
	}

	.lilian2 ul li .wenzi {
		line-height: 40px;
		font-size: 16px;
		text-align: center;
		background: #6F6F6F;
		color: #fff;
	}

@media screen and (max-width: 760px) {
	.bgww2 {
		background: #DEDEDE;
		padding: 10px;
	}

	.lilian2 ul li {
		width: 48%;
		float: left;
		margin: 1%;
	}
}




.news .tit3 h3 {
	color: #000;
}

.news ul li {
	width: calc((100% - 40px)/3);
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

	.news ul li .limain {
		background: #fff;
		padding: 15px;
	}

	.news ul li:nth-child(3n) {
		margin-right: 0;
	}

	.news ul li h3 {
		font-weight: 500;
		color: #000;
		font-size: 16px;
		margin: 15px 0;
	}

	.news ul li:hover h3 {
		color: #607ED1;
	}

	.news ul li span {
		display: block;
		font-size: 14px;
		color: #666;
		margin-bottom: 40px;
	}

	.news ul li .imgarea img {
		transition: all 0.5s;
		height: 196px;
		width: 100%;
		object-fit: cover;
	}

	.news ul li .imgarea {
		overflow: hidden;
	}

	.news ul li:hover .imgarea img {
		transform: scale(1.1);
	}

@media screen and (max-width: 760px) {
	.news {
		padding: 40px 0;
	}

		.news ul li {
			width: 98%;
			margin-bottom: 20px;
			margin-right: 1%;
			float: left;
			margin-left: 1%;
		}

			.news ul li:nth-child(5n) {
				margin-right: 1%;
			}
}


.news2 .tit2 h3 {
	color: #000;
}

.news2 .tit2 span {
	font-size: 20px;
}

.bor2 {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 10px #ccc;
	padding: 40px;
}

.news2 ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

	.news2 ul li .lileft {
		width: 34%;
	}

	.news2 ul li .licenter {
		width: 53%;
		padding: 0 3%;
	}

	.news2 ul li .liright {
		width: 20%;
	}

	.news2 ul li .liright3 {
		width: 63%;
	}

	.news2 ul li h3 {
		font-weight: 500;
		color: #000;
		font-size: 16px;
		margin: 15px 0;
	}

	.news2 ul li:hover h3 {
		color: #607ED1;
	}

	.news2 ul li span {
		display: block;
		font-size: 14px;
		color: #666;
		margin-bottom: 40px;
	}

	.news2 ul li .imgarea img {
		transition: all 0.5s;
		height: 124px;
		width: 100%;
		object-fit: cover;
	}

	.news2 ul li .imgarea {
		overflow: hidden;
	}

	.news2 ul li:hover .imgarea img {
		transform: scale(1.1);
	}

@media screen and (max-width: 760px) {
	.bor2 {
		background: #fff;
		border-radius: 30px;
		box-shadow: 0 0 10px #ccc;
		padding: 20px;
	}

	.news2 ul li .lileft {
		width: 40%;
	}

	.news2 ul li .liright2 {
		width: 58%;
	}

	.news2 ul li h3 {
		margin: 0;
	}

	.news2 ul li span {
		margin-bottom: 10px;
	}
}



.newadd .wapper {
	background: #DEDEDE;
}

.newadd .nmain {
	padding: 30px;
}

.newadd h4 {
	text-align: right;
	color: rgb(249, 249, 249);
	font-size: 36px;
	margin-bottom: 150px;
	font-weight: 300;
}

.newadd .wenzi h3 {
	font-weight: 300;
	font-size: 40px;
	color: #333;
}

.newadd .wenzi span {
	display: block;
	font-size: 35px;
	color: #333;
	font-weight: 300;
}

@media screen and (max-width: 760px) {
	.newadd h4 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.newadd .wenzi h3 {
		font-weight: 300;
		font-size: 20px;
		color: #333;
	}

	.newadd .wenzi span {
		display: block;
		font-size: 20px;
		color: #333;
		font-weight: 300;
	}
}

.newadd2 .wapper {
	background: #fff;
}

.newadd2 .wenzi {
	padding: 60px 10%;
	font-size: 18px;
	line-height: 2;
	color: #999;
}


.newadd4 .wapper {
	background: #fff;
}

.newadd4 .nmain {
	padding: 60px 10%;
}

	.newadd4 .nmain .wenzi {
		font-size: 18px;
		line-height: 2;
		color: #999;
		text-align: center;
		margin-bottom: 90px;
	}

	.newadd4 .nmain ul li {
		width: 16%;
		margin: 0 43px;
		float: left;
	}

		.newadd4 .nmain ul li:hover {
			margin-top: -20px;
		}

@media screen and (max-width: 760px) {
	.newadd4 .nmain ul li {
		width: 96%;
		margin: 2%;
		float: left;
	}
}


.newadd5 .wapper {
	background: #A9A9A9;
}

.newadd5 .nmain {
	padding: 20px;
}

.newadd5 .left {
	width: 48%;
}

.newadd5 .right {
	width: 48%;
}

	.newadd5 .right .h3 {
		padding-top: 100px;
		font-size: 40px;
		font-weight: normal;
		color: #fff;
		font-weight: 300;
		margin-bottom: 20px;
	}

		.newadd5 .right .h3 span {
			font-size: 20px;
		}

	.newadd5 .right .nr {
		font-size: 18px;
		color: #fff;
		line-height: 2;
	}


@media screen and (max-width: 760px) {
	.newadd5 .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.newadd5 .right {
		width: 100%;
	}

		.newadd5 .right .h3 {
			padding-top: 0;
		}
}

.newadd6 .wapper {
	background: #fff;
}

.newadd6 .nmain {
	padding: 20px;
}

.newadd6 .left {
	width: 48%;
}

.newadd6 .right {
	width: 48%;
}

	.newadd6 .right .h3 {
		/* padding-top: 100px; */
		font-size: 40px;
		font-weight: normal;
		color: #C8494A;
		font-weight: 300;
	}

	.newadd6 .right .spa {
		display: block;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.newadd6 .right .nr {
		font-size: 18px;
		color: #C8494A;
		line-height: 2;
	}


@media screen and (max-width: 760px) {
	.newadd6 .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.newadd6 .right {
		width: 100%;
	}

		.newadd6 .right .h3 {
			padding-top: 0;
		}
}

.newadd7 .wapper {
	background: #A9A9A9;
}

.newadd7 .nmain {
	padding: 20px;
}

.newadd7 .left {
	width: 48%;
}

.newadd7 .right {
	width: 48%;
}

	.newadd7 .right .h3 {
		/* padding-top: 100px; */
		font-size: 40px;
		font-weight: normal;
		color: #6C54C1;
		font-weight: 300;
		margin-bottom: 10px;
	}

	.newadd7 .right .spa {
		font-size: 20px;
		display: block;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.newadd7 .right .nr {
		font-size: 18px;
		color: #fff;
		line-height: 2;
	}


@media screen and (max-width: 760px) {
	.newadd7 .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.newadd7 .right {
		width: 100%;
	}

		.newadd7 .right .h3 {
			padding-top: 0;
		}
}

.newadd8 .wapper {
	background: #fff;
}

.newadd8 ul {
	padding: 60px 10%;
	font-size: 18px;
	line-height: 2;
	color: #999;
	text-align: center;
}

	.newadd8 ul li {
		margin-bottom: 20px;
	}



.newadd9 {
	padding-top: 200px;
}

	.newadd9 .nmenuu ul li {
		display: inline-block;
		width: 190px;
		line-height: 36px;
		background: #fff;
		border: 1px solid #86A4ED;
		font-size: 20px;
		color: #86A4ED;
		margin-left: 150px;
		border-radius: 18px;
		text-align: center;
	}

		.newadd9 .nmenuu ul li a {
			color: #86A4ED;
		}

		.newadd9 .nmenuu ul li:hover {
			background: #86A4ED;
			color: #fff;
		}

			.newadd9 .nmenuu ul li:hover a {
				color: #fff;
			}

	.newadd9 .wenzi {
		background: #fff;
		text-align: center;
		padding-top: 110px;
		padding-bottom: 50px;
		margin-top: 20px;
		color: #86A4ED;
		font-size: 40px;
		font-weight: normal;
	}

		.newadd9 .wenzi h3 {
			font-weight: normal;
		}

	.newadd9 .ul .lileft {
		width: 65%;
		background: #CAD8F8;
		line-height: 50px;
		font-size: 34px;
		text-align: center;
		color: #fff;
	}

	.newadd9 .ul .liright {
		width: 35%;
		text-align: center;
		color: #fff;
		background: #AEC4F5;
		line-height: 50px;
		font-size: 34px;
	}

	.newadd9 .area1 .ul2 {
		padding: 80px 0;
	}

		.newadd9 .area1 .ul2 .lileft {
			width: 31%;
			text-align: center;
			font-size: 30px;
			color: #7D92BF;
			font-weight: 500;
		}

			.newadd9 .area1 .ul2 .lileft h3 {
				font-weight: 500;
			}

		.newadd9 .area1 .ul2 .licenter {
			width: 32%;
			text-align: right;
			font-size: 24px;
			color: #7D92BF;
			font-weight: 500;
			padding-right: 2%;
		}

		.newadd9 .area1 .ul2 .liright {
			width: 35%;
			color: #8EAAEE;
			font-size: 26px;
			line-height: 1.5;
		}

			.newadd9 .area1 .ul2 .liright dl {
				margin-bottom: 40px;
			}

	.newadd9 .area1 {
		background: #fff;
		margin-bottom: 20px;
	}

		.newadd9 .area1 .ul2 {
		}

@media screen and (max-width: 760px) {
	.newadd9 .nmenuu ul li {
		width: 120px;
		margin-left: 0;
		font-size: 16px;
	}

	.newadd9 .wenzi {
		background: #fff;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 20px;
		color: #86A4ED;
		font-size: 20px;
		font-weight: normal;
	}

		.newadd9 .wenzi h3 {
			font-weight: normal;
		}

	.newadd9 .ul .lileft {
		width: 50%;
		background: #CAD8F8;
		line-height: 50px;
		font-size: 20px;
		text-align: center;
		color: #fff;
	}

	.newadd9 .ul .liright {
		width: 50%;
		text-align: center;
		color: #fff;
		background: #AEC4F5;
		line-height: 50px;
		font-size: 20px;
	}

	.newadd9 .area1 .ul2 {
		padding: 20px 0;
	}

		.newadd9 .area1 .ul2 .lileft {
			font-size: 20px;
		}

		.newadd9 .area1 .ul2 .licenter {
			font-size: 16px;
		}

		.newadd9 .area1 .ul2 .liright {
			font-size: 16px;
		}
}


.newadd10 {
	margin-bottom: 40px;
}

	.newadd10 .wapper {
		background: #fff;
	}

	.newadd10 .left {
		width: 29%;
	}

	.newadd10 .right {
		width: 71%;
	}

		.newadd10 .right .rmain {
			padding: 25px;
		}

		.newadd10 .right .nnntit h3 {
			margin-top: 55px;
			color: rgb(108, 153, 240);
			font-size: 32px;
			font-weight: 500;
			text-align: center;
			margin-bottom: 20px;
		}

		.newadd10 .right .nnntit h4 {
			font-weight: 500;
			font-size: 16px;
			line-height: 2;
			color: #A9A9A9;
			text-align: center;
		}

			.newadd10 .right .nnntit h4 span {
				color: rgb(127, 204, 247);
				font-size: 32px;
			}

		.newadd10 .right .biao {
			padding: 35px 25px;
			box-shadow: 0 0 10px #ccc;
		}

.label2 span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

	.label2 span strong {
		color: #f00;
	}

.label2 input {
	background: #F7F7F7;
	width: 96%;
	padding: 0 2%;
	line-height: 50px;
}

.label2 select {
	height: 50px;
	background: #F7F7F7;
	border: 0;
	width: 100%;
}

.label2 textarea {
	background: #F7F7F7;
	width: 96%;
	padding: 0 2%;
	line-height: 50px;
	border: 0;
}

.label2 {
	margin-bottom: 10px;
}

	.label2 a {
		display: block;
		line-height: 50px;
		background: #87A4F4;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}

.w48 {
	width: 48%;
}

.w32 {
	width: 32%;
}

.mar2 {
	margin: 0 2%;
}

@media screen and (max-width: 760px) {
	.newadd10 .left {
		width: 100%;
	}

	.newadd10 .right {
		width: 100%;
	}

		.newadd10 .right .nnntit h3 {
			font-size: 20px;
		}

		.newadd10 .right .nnntit h4 span {
			color: rgb(127, 204, 247);
			font-size: 20px;
		}

		.newadd10 .right .rmain {
			padding: 0;
		}

		.newadd10 .right .biao {
			padding: 0px;
			box-shadow: 0 0 0px #ccc;
		}

	.w48 {
		width: 100%;
	}

	.w32 {
		width: 100%;
	}

	.mar2 {
		margin: 2% 0;
	}
}

.newadd11 .wapper {
	background: #fff;
}

.newadd11 .ntit {
	padding-top: 70px;
	font-size: 31px;
	color: #333333;
	margin-bottom: 40px;
	text-align: center;
}

	.newadd11 .ntit h3 {
		font-weight: 300;
	}

.newadd11 ul {
	width: 50%;
	margin: 0 auto;
}

	.newadd11 ul li {
		width: 50%;
		float: left;
		margin-bottom: 15px;
		font-size: 20px;
		color: rgb(142, 142, 142);
	}


@media screen and (max-width: 760px) {
	.newadd11 .ntit {
		padding-top: 30px;
		font-size: 20px;
		color: #333333;
		margin-bottom: 30px;
		text-align: center;
	}

	.newadd11 ul {
		width: 100%;
		margin: 0 auto;
	}

		.newadd11 ul li {
			width: 100%;
			float: left;
			margin-bottom: 15px;
			font-size: 16px;
			color: rgb(142, 142, 142);
		}
}

.con3 ul {
	border-radius: 20px;
	overflow: hidden;
}

.about {
}

.about {
	padding: 60px 0;
	padding-bottom: 0;
}

	.about .nr {
		margin: 50px 0;
		text-align: center;
		color: #999;
		line-height: 2;
		font-size: 16px;
	}

	.about ul li .lileft {
		width: 48%;
	}

	.about ul li .liright {
		width: 48%;
		color: #999;
		line-height: 2;
		font-size: 16px;
	}

	.about ul li img {
		border-radius: 20px;
	}

.about2 {
	padding: 60px 0;
	background: #F7F7F7;
}

	.about2 ul li {
		text-align: center;
		width: 25%;
		float: left;
	}

		.about2 ul li .litop h3 {
			font-weight: 300;
			color: rgb(102, 102, 102);
			font-size: 14px;
		}

			.about2 ul li .litop h3 span {
				font-size: 42px;
				color: rgb(68, 68, 68);
				font-weight: 300;
			}

		.about2 ul li .libottom h3 {
			font-weight: 300;
			color: rgb(102, 102, 102);
			font-size: 14px;
			text-decoration: underline;
		}



.about3 {
	background: #fff;
}

	.about3 img {
		border-radius: 20px;
	}

.about4 {
	padding: 60px 0;
}

	.about4 ul li {
		width: 16%;
		float: left;
		margin: 2%;
	}

@media screen and (max-width: 760px) {
	.about ul li .lileft {
		width: 100%;
		margin-bottom: 20px;
	}

	.about ul li .liright {
		width: 100%;
		color: #999;
		line-height: 2;
		font-size: 16px;
	}

	.about2 ul li {
		text-align: center;
		width: 100%;
		float: left;
	}

	.about4 ul li {
		width: 46%;
		float: left;
		margin: 2%;
	}
}
