/*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: 12px;
	color: #666;
	font-family: Arial;
}

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: 1440px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.htop {
	background: #F1EFEF;
}

	.htop .left ul li {
		display: inline-block;
		margin-right: 60px;
		font-size: 18px;
		color: #666;
		padding-left: 40px;
		line-height: 60px;
	}

	.htop .right ul li {
		display: inline-block;
		margin-top: 10px;
	}


.head {
	padding: 18px 0;
}

.menu ul {
	padding: 11px 0;
}

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

		.menu ul li a {
			color: #000;
			font-size: 16px;
			color: #333;
		}

		.menu ul li dl {
			display: none;
			position: absolute;
			width: 138%;
			left: -20px;
			background: #fff;
			z-index: 99;
		}

		.menu ul li em {
			z-index: 999;
			transform: rotate(90deg);
			transition: all .3s;
			position: absolute;
			right: 10px;
			top: 5px;
			display: block;
			cursor: pointer;
			font-style: normal;
			font-size: 14px;
			color: #000;
		}

		.menu ul li a:hover {
			color: #6486F2;
		}

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

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



.fe {
	width: 270px;
	line-height: 40px;
	background: #6486F2;
	text-align: center;
	margin-top: 11px;
}

	.fe a {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}

.phone {
	display: none;
}

.phonehead {
	padding: 15px 0;
}

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

.nav {
	position: absolute;
	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;
		}


.banner .swiper-slide {
	position: relative;
}

	.banner .swiper-slide .wenzi {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		padding: 15% 0;
	}

		.banner .swiper-slide .wenzi h3 {
			font-size: 48px;
			color: #fff;
			width: 40%;
			margin-bottom: 50px;
		}

		.banner .swiper-slide .wenzi a {
			display: block;
			font-size: 18px;
			color: #fff;
			text-align: center;
			width: 240px;
			line-height: 40px;
			background: #6486F2;
		}

.pad {
	padding: 33px 0;
}

.tit {
	/* margin-bottom: 50px; */
}

	.tit h3 {
		color: #6486F2;
		font-size: 30px;
		margin-bottom: 6px;
	}

	.tit h4 {
		font-size: 18px;
		color: #333;
		line-height: 2em;
		text-transform: capitalize;
	}

.con .left {
	width: 48%;
}

.con .right {
	width: 48%;
}

.con .nr {
	font-size: 18px;
	line-height: 2;
	color: #666;
	margin-bottom: 6px;
}

.con a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width: 240px;
	line-height: 40px;
	background: #6486F2;
}

.con .right .swiper-slide {
	margin-bottom: 15px;
	text-align: center;
}

.con .right .swiper-pagination-bullet-active {
	background: #1B2C67;
}

.con .right .imgarea {
	border: 1px solid #F7F7F7;
	padding: 20px;
	border-radius: 10px;
}

@media screen and (max-width: 760px) {
	.con .right .imgarea {
		border: 1px solid #F7F7F7;
		padding: 0;
		border-radius: 10px;
	}
}
img {
	max-width: 100%;
}

.con2 .left {
	width: 50%;
}

.con2 .right {
	width: 38%;
	padding-right: 12%;
}

.con2 .tit {
	text-align: right;
}

.con2 ul li {
	width: 50%;
	float: left;
}

	.con2 ul li .limain {
		padding: 50px;
		text-align: right;
		box-shadow: 0 0 10px #f2f2f2;
	}
	
	@media screen and (max-width: 760px) {
		.con2 ul li .limain {
			padding: 20px;
			text-align: right;
			box-shadow: 0 0 10px #f2f2f2;
		}
	}

	.con2 ul li h3 {
		color: #666666;
		font-size: 37px;
		margin-bottom: 11px;
	}

	.con2 ul li span {
		font-size: 18px;
		display: block;
	}

	.con2 ul li:hover {
		background: #6486F2;
	}

		.con2 ul li:hover h3 {
			color: #fff;
		}

		.con2 ul li:hover span {
			color: #fff;
		}

.con3 {
	background: #F5F8FF;
}

.bp3 {
	position: relative;
}

	.bp3 .swiper-pagination {
		position: relative;
		margin-bottom: 80px;
	}

	.bp3 .swiper-pagination-bullet {
		width: 20%;
		height: auto;
		font-size: 24px;
		color: #999;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin-bottom: 30px;
	}

	.bp3 .swiper-pagination-bullet {
		width: 20%;
		height: auto;
		font-size: 24px;
		color: #999;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin-bottom: 30px;
	}

	.bp3 .swiper-pagination-bullet-active {
		background: none;
		color: #333;
	}

	.bp3 .swiper-pagination .line {
		position: relative;
		margin-bottom: 15px;
	}

	.bp3 .swiper-pagination h3 {
		width: 36px;
		height: 36px;
		background: url(../images/iocn.png) left center no-repeat;
		position: relative;
		z-index: 99;
	}

	.bp3 .swiper-pagination-bullet-active h3 {
		background: url(../images/1221.png) left center no-repeat;
	}

	.bp3 .swiper-pagination h4 {
		position: absolute;
		left: 0;
		right: 0;
		background: #CBCBCB;
		height: 2px;
		top: 15px;
	}

	.bp3 .swiper-button-next {
		width: 48px;
		height: 48px;
		background: url(../images/right.png)center no-repeat;
		position: relative;
		right: auto;
		left: 75px;
		top: 0;
		margin-top: 0;
	}

	.bp3 .swiper-button-prev {
		width: 48px;
		height: 48px;
		background: url(../images/left.png)center no-repeat;
		position: relative;
		right: auto;
		left: 0;
		top: -48px;
		margin-top: 0;
	}

	.bp3 .swiper-slide .right .h3 {
		border-bottom: 1px solid #CBCBCB;
	}

		.bp3 .swiper-slide .right .h3 h3 {
			border-bottom: 2px solid #6486F2;
			display: inline-block;
			font-size: 48px;
			color: #333;
			padding-bottom: 30px;
		}

	.bp3 .swiper-slide .right .nr {
		margin: 35px 0;
		font-size: 18px;
		line-height: 2;
	}

.con3 .left {
	width: 45%;
}

.con3 .right {
	width: 45%;
}


.con4 {
	background: #F1EFEF;
}

	.con4 .left {
		width: 45%;
	}

		.con4 .left .tit span {
			display: block;
			font-size: 18px;
			line-height: 2;
			margin-top: 20px;
		}

	.con4 .right {
		width: 45%;
	}

	.con4 .left ul li {
		margin-bottom: 60px;
	}

		.con4 .left ul li:nth-child(3) {
			margin-bottom: 0;
		}

		.con4 .left ul li h3 {
			font-size: 24px;
			padding-left: 50px;
			margin-bottom: 30px;
		}

		.con4 .left ul li h4 {
			font-size: 21px;
			color: #333333;
			margin-bottom: 70px;
		}

		.con4 .left ul li span {
			display: block;
			font-size: 21px;
			color: #333;
			font-weight: bold;
		}

	.con4 .right h3 {
		font-size: 30px;
		color: #333;
		margin-bottom: 20px;
		padding-left: 50px;
		margin-top: 100px;
	}

	.con4 .right .label {
		margin-bottom: 60px;
	}

		.con4 .right .label input {
			line-height: 60px;
			border-bottom: 1px solid #CBCBCB;
			width: 96%;
			padding: 0 2%;
			background: none;
			outline: none;
			font-size: 18px;
		}

	.con4 .right h4 {
		background: #6486F2;
		line-height: 50px;
		padding-left: 30px;
		font-weight: normal;
	}

	.con4 .right a {
		display: inline-block;
		background: #6486F2;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 18px;
		color: #fff;
	}

.foot {
	padding-bottom: 0;
}

	.foot .left {
		width: 20%;
		margin-right: 5%;
	}

		.foot .left span {
			display: block;
			font-size: 18px;
			color: #333333;
			margin-top: 30px;
			line-height: 25px;
		}

	.foot .center {
		width: 20%;
		margin-right: 5%;
	}

		.foot .center dl dt {
			font-size: 24px;
			color: #333;
			margin-bottom: 50px;
			font-weight: bold;
		}

		.foot .center dl dd a {
			font-size: 18px;
			color: #333;
		}

		.foot .center dl dd {
			margin-bottom: 15px;
		}

	.foot .center2 {
		width: 20%;
		margin-right: 5%;
	}

	.foot .right {
		width: 25%;
	}

	.foot .center2 dl dt {
		font-size: 24px;
		color: #333;
		margin-bottom: 50px;
		font-weight: bold;
	}

	.foot .center2 dl dd {
		font-size: 18px;
		color: #333;
	}

		.foot .center2 dl dd:nth-child(2) {
			margin-bottom: 35px;
		}

	.foot .right h3 {
		font-size: 24px;
		color: #333;
		margin-bottom: 50px;
		font-weight: bold;
	}

	.foot .right ul li {
		font-size: 18px;
		color: #333;
		margin-bottom: 15px;
	}

		.foot .right ul li span {
			display: block;
			padding-left: 40px;
		}

	.foot .right dl {
		margin-top: 35px;
	}

		.foot .right dl dd {
			display: inline-block;
		}

.copy {
	margin-top: 100px;
	line-height: 70px;
	border-top: 1px solid #F1F1F1;
	text-align: center;
	font-size: 18px;
	color: #333;
}

@media screen and (max-width: 760px) {
	.foot .center {
		display: none;
	}

	.foot .center2 {
		display: none;
	}

	.foot .left {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.foot .right {
		width: 100%;
	}

	.copy {
		margin-top: 30px;
		line-height: 50px;
	}

	.wapper {
		width: 90%;
		padding: 0 0%;
	}

	.pc {
		display: none;
	}

	.phone {
		display: block;
	}

	.htop .right {
		display: none;
	}

	.pad {
		padding: 40px 0;
	}

	.banner .swiper-slide .wenzi h3 {
		font-size: 24px;
		width: 100%;
		margin-bottom: 20px;
	}


	.tit h3 {
		color: #6486F2;
		font-size: 18px;
		margin-bottom: 25px;
	}

	.tit h4 {
		font-size: 24px;
		color: #333;
	}

	.con .left {
		width: 100%;
		margin-bottom: 30px;
	}

	.con .right {
		width: 100%;
	}

	.con2 {
		width: 90%;
		padding: 40px 5%;
	}

		.con2 .left {
			width: 100%;
			margin-bottom: 20px;
		}

		.con2 ul li {
			width: 100%;
			float: left;
		}

		.con2 .right {
			width: 100%;
			padding-right: 0%;
		}

		.con2 ul li h3 {
			color: #666666;
			font-size: 24px;
			margin-bottom: 20px;
		}

	.con3 .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.con3 .right {
		width: 100%;
	}

	.bp3 .swiper-slide .right .h3 h3 {
		font-size: 24px;
	}

	.bp3 .swiper-pagination-bullet {
		width: 100%;
		height: auto;
		font-size: 24px;
		color: #999;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin-bottom: 30px;
	}

	.bp3 .swiper-pagination-bullet {
		width: 80%;
		height: auto;
		font-size: 16px;
		color: #999;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.bp3 .swiper-pagination-bullet-active {
		background: none;
		color: #333;
	}

	.con4 .left {
		width: 100%;
	}

	.con4 .right {
		width: 100%;
	}
	.con4 .right h3{margin-top: 30px;}
	.con4 .right .label{margin-bottom: 20px;}
	.about .tit h4{font-size: 18px;}
}


.ibanner {
	position: relative;
}

	.ibanner .wenzi {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 9;
		padding: 12% 0;
		text-align: center;
	}

		.ibanner .wenzi .bread {
			text-align: center;
			font-size: 18px;
			color: #fff;
			font-weight: bold;
			margin-bottom: 15px;
			text-transform: uppercase;
		}

			.ibanner .wenzi .bread a {
				color: #fff;
			}

		.ibanner .wenzi h3 {
			font-size: 48px;
			color: #fff;
			text-align: center;
			text-transform: uppercase;
		}

@media screen and (max-width: 760px) {
	.ibanner .wenzi {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		padding: 6% 0;
		text-align: center;
	}

		.ibanner .wenzi h3 {
			font-size: 24px;
			color: #fff;
			text-align: center;
		}
}

.about .left {
	width: 48%;
}

.about .right {
	width: 48%;
	position: relative;
}

.about .left ul li {
	margin-bottom: 20px;
	margin-top: 20px;
}

	.about .left ul li .lileft {
		width: 15%;
	}

	.about .left ul li .liright {
		width: 85%;
	}

		.about .left ul li .liright h3 {
			font-size: 16px;
			color: #333;
		}

		.about .left ul li .liright span {
			display: block;
			font-size: 15px;
			color: #666;
			margin-top: 10px;
		}

.about .left a {
	display: block;
	width: 240px;
	line-height: 40px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #6486F2;
	text-align: center;
}

.about .right .play {
	position: absolute;
	top: 50%;
	margin-top: -55px;
	left: 0px;
	z-index: 99;
}


.about2 {
	background: #6486F2;
}

	.about2 .tit h3 {
		color: #fff;
	}

	.about2 .tit h4 {
		color: #fff;
	}

	.about2 .bp3 .swiper-pagination-bullet {
		width: 20%;
		height: auto;
		font-size: 24px;
		color: #fff;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin-bottom: 30px;
	}

	.about2 .bp3 .swiper-pagination-bullet {
		width: 20%;
		height: auto;
		font-size: 24px;
		color: #fff;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin-bottom: 30px;
	}

	.about2 .bp3 .swiper-pagination-bullet-active {
		background: none;
		color: #fff;
	}

	.about2 .bp3 .swiper-pagination .line {
		position: relative;
		margin-bottom: 15px;
	}

	.about2 .bp3 .swiper-pagination h3 {
		width: 36px;
		height: 36px;
		background: url(../images/ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â 2ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â.png) left center no-repeat;
		position: relative;
		z-index: 99;
	}

	.about2 .bp3 .swiper-pagination-bullet-active h3 {
		background: url(../images/ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾15.png) left center no-repeat;
	}

	.about2 .bp3 .swiper-pagination h4 {
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		height: 2px;
		top: 15px;
	}

	.about2 .bp3 .swiper-button-next {
		width: 48px;
		height: 48px;
		background: url(../images/right.png)center no-repeat;
		position: relative;
		right: auto;
		left: 75px;
		top: 0;
		margin-top: 0;
	}

	.about2 .bp3 .swiper-button-prev {
		width: 48px;
		height: 48px;
		background: url(../images/left.png)center no-repeat;
		position: relative;
		right: auto;
		left: 0;
		top: -48px;
		margin-top: 0;
	}

	.about2 .bp3 .swiper-slide .right .h3 {
		border-bottom: 1px solid #fff;
	}

		.about2 .bp3 .swiper-slide .right .h3 h3 {
			border-bottom: 2px solid #1B2C67;
			display: inline-block;
			font-size: 48px;
			color: #fff;
			padding-bottom: 30px;
		}

	.about2 .bp3 .swiper-slide .right .nr {
		margin: 35px 0;
		font-size: 18px;
		line-height: 2;
		color: #fff;
	}

.about3 {
	background: #F5F7FF;
}

	.about3 .left {
		width: 48%;
	}

	.about3 .right {
		width: 48%;
	}

	.about3 .left ul li {
		width: 33.3%;
		float: left;
	}

	.about3 .right .tit span {
		display: block;
		font-size: 18px;
		line-height: 2;
		margin-top: 20px
	}

.about4 .swiper-button-next {
	width: 48px;
	height: 48px;
	background: url(../images/right.png)center no-repeat;
	position: relative;
	right: auto;
	left: 75px;
	top: 0;
	margin-top: 0;
}

.about4 .swiper-button-prev {
	width: 48px;
	height: 48px;
	background: url(../images/ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾19.png)center no-repeat;
	position: relative;
	right: auto;
	left: 0;
	top: -48px;
	margin-top: 0;
}


@media screen and (max-width: 760px) {
	.about2 .bp3 .swiper-slide .right .h3 h3 {
		font-size: 24px;
	}

	.about2 .bp3 .swiper-pagination-bullet {
		width: 100%;
		height: auto;
		font-size: 24px;
		color: #fff;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin-bottom: 30px;
	}

	.about2 .bp3 .swiper-pagination-bullet {
		width: 100%;
		height: auto;
		font-size: 16px;
		color: #fff;
		border-radius: 0;
		background: none;
		opacity: 1;
		text-align: left;
		margin-bottom: 20px;
	}

	.about2 .bp3 .swiper-pagination-bullet-active {
		background: none;
		color: #fff;
	}

	.about3 .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.about3 .right {
		width: 100%;
	}

	.about4 .tit .right {
		width: 100%;
		margin-top: 20px;
	}

	.about .left {
		width: 100%;
	}

	.about .right {
		width: 100%;
		position: relative;
	}
}

.contact ul li {
	width: 23%;
	margin: 1%;
	float: left;
}

	.contact ul li .limain {
		border: 1px solid #F5F5F5;
	}

	.contact ul li .icoarea {
		width: 100px;
		height: 100px;
		margin: 40px auto;
		background: #F2F5FE;
		border-radius: 50px;
	}

	.contact ul li .wenzi {
		text-align: center;
		margin-top: 35px;
		margin-bottom: 60px;
	}

		.contact ul li .wenzi h3 {
			font-size: 24px;
			color: #333;
			margin-bottom: 30px;
		}

		.contact ul li .wenzi span {
			display: block;
			font-size: 18px;
			font-weight: bold;
			color: #666;
			height: 10px;
		}

	.contact ul li a {
		display: block;
		line-height: 60px;
		text-align: center;
		border-top: 1px solid #F2F5FE;
		color: #666;
		font-size: 18px;
		font-weight: bold;
	}

	.contact ul li:hover a {
		border-top: 1px solid #6486F2;
	}

	.contact ul li:hover .limain {
		border: 1px solid #6486F2;
	}

	.contact ul li a h4 {
		display: inline-block;
		padding-left: 25px;
	}

.contact2 {
	min-height: 786px;
}

	.contact2 .wapper {
		position: relative;
	}

	.contact2 .biao {
		position: absolute;
		left: 20%;
		top: 100px;
		bottom: 100px;
		z-index: 99;
	}

		.contact2 .biao .biaomain {
			background: #fff;
			padding: 55px;
			box-shadow: 0 0 10px #f2f2f2;
			width: 476px;
		}

		.contact2 .biao h3 {
			color: #171B64;
			font-size: 36px;
			margin-bottom: 35px;
		}

		.contact2 .biao .label2 {
			border: 1px solid #E8F4FE;
			width: 94%;
			padding: 0 3%;
			font-size: 16px;
			position: relative;
			margin-bottom: 20px;
		}

			.contact2 .biao .label2 input {
				line-height: 60px;
				outline: none;
				font-size: 16px;
			}

			.contact2 .biao .label2 textarea {
				border: 0;
				width: 100%;
				padding: 3% 2%;
				outline: none;
				font-size: 16px;
				resize: none;
			}

			.contact2 .biao .label2 img {
				position: absolute;
				top: 15px;
				right: 3%;
			}

		.contact2 .biao .label3 {
			text-align: center;
		}

			.contact2 .biao .label3 a {
				display: inline-block;
				background: #6486F2;
				border-radius: 5px;
				padding: 0 20px;
				font-size: 18px;
				color: #fff;
			}

			.contact2 .biao .label3 h4 {
				background: #6486F2;
				line-height: 50px;
				padding-left: 30px;
				font-weight: normal;
			}

@media screen and (max-width: 760px) {
	.contact ul li {
		width: 98%;
		margin: 1%;
		float: left;
	}

	.contact2 .biao {
		position: relative;
		left: 0;
		top: auto;
		bottom: auto;
	}

		.contact2 .biao .biaomain {
			background: #fff;
			padding: 20px;
			box-shadow: 0 0 10px #f2f2f2;
			width: calc(100% - 40px);
		}
}

.label2 input::-webkit-input-placeholder {
	color: #6486F2;
}

.label2 input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6486F2;
}

.label2 input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6486F2;
}

.label2 input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6486F2;
}

.label2 textarea::-webkit-input-placeholder {
	color: #6486F2;
}

.label2 textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6486F2;
}

.label2 textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6486F2;
}

.label2 textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6486F2;
}


.pro ul li {
	width: 14%;
	margin: 1%;
	float: left;
	text-align: center;
}

	.pro ul li h3 {
		color: #333;
		font-size: 18px;
		line-height: 2;
	}

@media screen and (max-width: 760px) {
	.pro ul li {
		width: 98%;
		margin: 1%;
		float: left;
	}
}

.pro2 .left {
	width: 20%;
}

	.pro2 .left .sarea {
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #DDDDDD;
	}

	.pro2 .left .label4 {
		border: 1px solid #DDDDDD;
	}

		.pro2 .left .label4 input {
			line-height: 60px;
			width: 92%;
			padding: 0 4%;
			outline: none;
			font-size: 16px;
		}

.pro2 .right {
	width: 78%;
}

.ptit h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.plist dl {
	margin-bottom: 30px;
}

	.plist dl dt {
		font-size: 16px;
		margin-bottom: 10px;
		text-transform: capitalize;
	}

	.plist dl dd {
		margin-bottom: 10px;
		font-size: 16px;
		padding-left: 20px;
	}

		.plist dl dd a:hover {
			color: #6486F2;
		}

.ptag dl {
	padding-top: 40px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

	.ptag dl dt {
		font-size: 24px;
		color: #333;
		margin-bottom: 30px;
		font-weight: bold;
	}

	.ptag dl dd {
		display: inline-block;
		padding: 10px 20px;
		font-size: 16px;
		color: #333;
		border: 1px solid #ddd;
		margin-bottom: 5px;
	}

		.ptag dl dd a {
			color: #333;
		}

.pro2 .tit {
	text-align: center;
}

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

	.pro2 ul li h3 {
		color: #999999;
		font-size: 18px;
	}

	.pro2 ul li h4 {
		color: #333333;
		font-size: 24px;
		margin: 10px 0;
		height: 38px;
		text-transform: capitalize;
	}

	.pro2 ul li span {
		display: block;
		color: #5D8EF7;
		font-size: 18px;
		font-weight: bold;
	}

.more {
	text-align: center;
}

	.more a {
		display: inline-block;
		background: #6486F2;
		border-radius: 5px;
		padding: 0 20px;
		font-size: 18px;
		color: #fff;
		line-height: 40px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.more h4 {
		background: #6486F2;
		line-height: 50px;
		padding-left: 30px;
		font-weight: normal;
	}

.ppl {
	margin-bottom: 40px;
}

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

	.pro2 .right {
		width: 100%;
	}

	.pro2 ul li {
		width: 98%;
		margin: 1%;
		float: left;
	}
}
