@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	background: #fff;
	font: normal 12px/22px "微软雅黑";
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.fl {
	float: left;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom:1;
}
.banner {
	width: 100%;
	height: 565px;
	background: url(../images/bannerjoin.jpg) no-repeat center top;
	overflow: hidden;
}
.zixun {
	margin: 440px 0 0 43%;
	width: 600px;
}
.nav-jianjie {
	background: url(../images/gsjj.png) no-repeat center;
	height: 68px;
	width: auto;
	margin-top: 30px;
	color: #fff;
	text-align: center;
	line-height: 68px;
	font-size: 32px;
}
.bg1 {
	width: 1200px;
	margin: 0 auto;
}
.bg1 p {
	margin-top: 20px;
	text-indent: 36px;
	line-height: 46px;
	font-size: 18px;
	font-family: "微软雅黑";
}
.bg1 .jjimg {
	clear: both;
	margin: 20px 0;
}
.bg1 .jjimg li {
	float: left;
	margin: 0 36px;
}
.bg1 .jjimg li img {
	border: 2px solid #58d7f5;
}
.bg1 .jjimg li.noleft {
	margin-left: 0;
}
.bg1 .jjimg li.noright {
	margin-right: 0;
}
/* 本例子css */
.picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	text-align: center;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: inline-block;
	width: 5px;
	height: 9px;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
	display: inline-block;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	padding: 10px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 26px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 180px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li .title {
	line-height: 24px;
}
.bg2 .con {
	margin: 30px 0;
	height: 660px;
	position: relative;
}
.bg2 .left {
	width: 50%;
	background: #2aa6f4;
	height: 600px;
	padding: 30px 0;
	position: absolute;
	left: 0;
}
.bg2 .left ul {
	width: 550px;
	float: right;
}
.bg2 .left ul li {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 80px 180px 20px 0;
}
.bg2 .left ul li h4 {
	font-size: 22px;
	line-height: 40px
}
.bg2 .left ul li p {
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 0 0;
}
.bg2 .right {
	width: 50%;
	background: #fff;
	height: 600px;
	padding: 30px 0;
	position: absolute;
	left: 50%;
}
.bg2 .right ul {
	width: 550px;
	float: left;
}
.bg2 .right ul li {
	color: #333;
	border-top: 1px solid #2aa6f4;
	padding: 20px 0 30px 180px;
	margin: 50px 0 0 0;
}
.bg2 .right ul li h4 {
	font-size: 22px;
	line-height: 40px;
	color: #2aa6f4;
}
.bg2 .right ul li p {
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 0 0;
}
.bg2 .center {
	width: 346px;
	height: 346px;
	background: url(../images/youshi.png) no-repeat center center;
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -173px 0 0 -173px;
}
.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 1200px;
	margin: 20px auto;
}
.multipleColumn .hd {
	overflow: hidden;
	padding: 0 10px;
}
.multipleColumn .hd .prev, .multipleColumn .hd .next {
	width: 51px;
	height: 45px;
	position: absolute;
	top: 278px;
	left: 0;
	z-index: 100;
	cursor: pointer;
	background: url(../images/btns.png) no-repeat;
}
.multipleColumn .hd .next {
	left: auto;
	right: 0;
	background-position: 0 -90px;
}
.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.multipleColumn .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.multipleColumn .hd ul li.on {
	background-position: 0 0;
}
.multipleColumn .bd {
	padding: 10px;
	overflow: hidden;
}
.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 280px;
	float: left;
	_display: inline;
}
.multipleColumn .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.multipleColumn .bd ul li .pic {
	text-align: center;
}
.multipleColumn .bd ul li .pic img {
	width: 260px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.multipleColumn .bd ul li .pic a:hover img {
	border-color: #999;
}
.multipleColumn .bd ul li .title {
	line-height: 50px;
	font-size: 18px;
	width: 266px;
}
.multipleColumn .bd ul li .title a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.multipleColumn .bd .tempWrap {
	margin: 0 auto;
}
.bg3{overflow: hidden;}
.bg4 {
	background: url(../images/bg4.png) no-repeat top center;
}
.bg4 ul {
	width: 1200px;
	margin: 0 auto;
}
.bg4 ul li {
	float: left;
	text-align: center;
	color: #fff;
	width: 400px;
	margin: 30px 0 40px;
}
.bg4 ul li img {
	margin: 16px auto;
	display: block;
}
.bg4 .title {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 60px 0 0 0;
}
.bg4 ul li span {
	font-size: 16px;
}
.bg4 .title span {
	font-size: 30px;
	text-align: center;
	display: block;
	line-height: 50px;
}
.bg4 .title i {
	width: 58px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 20px auto;
}
.bg5 ul {
	width: 1200px;
	margin: 0 auto;
}
.bg5 ul li {
	float: left;
	text-align: center;
	color: #fff;
	width: 400px;
	margin: 30px 0 40px;
	position: relative;
}
.bg5 ul li img {
	margin: 16px auto 0;
	display: block;
}
.bg5 ul li span {
	width: 300px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: block;
	background: #21aaf5;
	margin: 0 auto;
	font-size: 18px;
}
.bg5 ul i {
	position: absolute;
	bottom: -22px;
	background: url(../images/xiushi.png) 0 center;
	width: 44px;
	height: 44px;
	display: block;
	left: 50%;
	margin: 0 0 0 -22px;
}
.bg5 ul.two {
	width: 800px;
	margin: 0 auto;
}
.contactindex {
	width: 100%;
	height: 719px;
	overflow: hidden;
	background: url(../images/bg6.png) no-repeat top center;
	padding-top: 100px;
	box-sizing: border-box;
}
.contact-form {
	float: left;
	width: 878px;
	height: 514px;
	overflow: hidden;
	background-color: #fff;
	padding: 65px 65px 0;
	box-sizing: border-box;
}
.contactindex .w {
	width: 1200px;
	margin: 0 auto;
}
.contact-form .title {
	margin-bottom: 50px;
	text-align: left;
	padding: 0;
}
.contact-form .title h5 {
	font-size: 30px;
	color: #242424;
	margin-bottom: 12px
}
.contact-form .title p {
	font-size: 16px;
	color: #242424
}
.contact-form .contact-form-in .contact-form-list {
	width: 100%;
	height: 44px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 20px
}
.contact-form .contact-form-in .contact-form-list:nth-child(2n) {
	float: right
}
.contact-form .contact-form-in .contact-form-list .contact-form-text {
	font-size: 16px;
	color: #a0a0a0;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contact-form .contact-form-in .contact-form-list .contact-form-text em {
	color: red;
	font-style: normal
}
.contact-form .contact-form-in .contact-form-list .contact-input {
	width: 100%;
	height: 42px;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 2;
	background: transparent;
	padding-left: 100px;
	font-size: 16px;
	box-sizing: border-box;
}
.contact-form .contact-form-in .form-text {
	margin-bottom: 20px
}
.contact-form .contact-form-in .form-text textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	padding: 10px 8px;
	resize: none
}
.contact-form .contact-form-in .form-btn button {
	width: 185px;
	height: 44px;
	font-size: 16px;
	color: #21aaf5;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
.contact-form .contact-form-in .form-btn button:hover {
	border-color: #21aaf5;
	background-color: #21aaf5;
	color: #fff
}
.contactindex .contact-phone {
	float: right;
	width: 302px;
	height: 513px;
	background-color: #fff;
	padding-top: 65px;
	padding-left: 26px;
	padding-right: 26px;
	box-sizing: border-box;
}
.contactindex .contact-phone .contact-phone-title {
	font-size: 24px;
	color: #f75510;
	margin-bottom: 30px
}
.contactindex .contact-phone .contact-phone-list {
	padding: 0 0 30px;
	border-bottom: 1px solid #eee;
	position: relative;
	margin-bottom: 70px
}
.contactindex .contact-phone .contact-phone-list:last-child {
	margin-bottom: 0
}
.contactindex .contact-phone .contact-phone-list .iconfont {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	color: #21aaf5;
	line-height: 1
}
.icon-map img {
	width: 30px;
}
.icon-dianhua img {
	width: 30px;
}
.icon-email img {
	width: 30px;
}
.contactindex .contact-phone .contact-phone-list .contact-phone-text h5, .contactindex .contact-phone .contact-phone-list .contact-phone-text p {
	font-size: 18px;
	color: #242424;
	line-height: 30px;
}
.contactindex .contact-phone .contact-phone-list .contact-phone-text h5 {
	margin-bottom: 10px
}