* {
	margin: 0;
	padding: 0
}

ul,
li,
ol {
	list-style: none
}

img {
	border: none;
	vertical-align: top;
}

a {
	text-decoration: none
}

body {
	font-family: MicrosoftYaHei;
}

.innerCenterB {
	width: 1200px;
	margin: 0 auto;
}

.innerCenterS {
	width: 1000px;
	margin: 0 auto;
}

.header {
	height: 77px;
}

.header .log {
	float: left;
}

.header .item {
	float: right;
	margin-top: 30px;
	font-size: 18px;
}

.header .item li {
	float: left;
	text-align: center;
}

.header .item li a {
	color: #000;
	display: inline-block;
	width: 134px;
	height: 33px;
	line-height: 33px;
	margin: 0 13px;
}

.header .item li.homebtn a {
	background: url(../image/choose.png) no-repeat;
	color: #5b92fb;
}



.banner {
	position: relative;
	/*attention*/
	width: 100%;
	height: 574px;
	overflow: hidden;
}

.banner_images {
	position: absolute;
	/*attention*/
	left: 0;
	width: 400%;
	/*attention please*/
}

.banner_img {
	float: left;
	width: 25%;
	/*attention please*/
	height: 600px;
}

.banner_img img {
	width: 100%;
	height: 600px;
}

.switcher {
	position: absolute;
	top: 285px;
	width: 100%;
	display: none;
}

.switcher p {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: rgba(0, 0, 0, .8);
	border-radius: 50%;
	cursor: pointer;
}

.switcher .prev {
	float: left;
	margin-left: 50px
}

.switcher .next {
	float: right;
	margin-right: 50px;
}

.banner_box:hover .switcher {
	display: block;
}

.points {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 400px;
	margin-left: -200px;
	overflow: hidden;
}

.points li {
	width: 100px;
	height: 5px;
	background: rgba(91, 146, 251, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c85b92fb, endColorstr=#c85b92fb);
	float: left;
	list-style: none;
	cursor: Crosshair;
}

.points li.point_on {
	background: #fff;
}

.profile {
	/* height: 547px; */
	padding-bottom: 60px;
}

.home_title {
	padding-top: 50px;
	text-align: center;
	color: #000000;
	font-family: RTWSYueGoTrial-Light;
	font-size: 30px;
	line-height: 32px;
	margin: 0 auto 50px;
	width: 600px;
	height: 107px;
	background: url(../image/title_footer.png) no-repeat left bottom;

}

.home_title b {
	display: inline-block;
	width: 40px;
	height: 5px;
	background-color: #5b92fb;
	position: relative;
	top: 0px\9;
}

:root .home_title b {

	top: -5px;
}



.profile p {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	text-indent: 2em;
}

.colors {
	height: 5px;
}

.colors li {
	float: left;
	width: 20%;
	height: 5px;
}

.colors li.co1 {
	background-color: #ffc589;
}

.colors li.co2 {
	background-color: #c3e2ff;
}

.colors li.co3 {
	background-color: #fdf099;
}

.colors li.co4 {
	background-color: #b2fab5;
}

.colors li.co5 {
	background-color: #ef90ba;
}


.area {
	background: #f2f6ff;
	/* height: 812px; */
}
.intro-nav{
	margin: -20px auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	height: 52px;
	border-radius: 7px;
	overflow: hidden;
	background-color: #fff;
}
.intro-nav-item {
	flex: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.intro-nav-item:hover{
	background-color: #5B92FB;
	color: #fff;
}
.active{
	background-color: #5B92FB;
	color: #fff;
}
.itemBox{
	overflow: hidden;
	padding-top: 30px;
}
.intro-content{
	display: none;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding:40px 0 0;
}
.intro-content:nth-of-type(1){
	display: flex;
}
.intro-item{
	width: 235px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:0 20px 20px;
}
.intro-item .img{
	width: 156px;
	height: 70px;
	background-image: url("../image/icon.png");
	background-repeat: no-repeat;
}
.intro-item:nth-of-type(1) .img{
	background-position: -16px -33px;
}
.intro-item:nth-of-type(2) .img{
	background-position: -226px -33px;
}
.intro-item:nth-of-type(3) .img{
	background-position: -436px -33px;
}
.intro-item:nth-of-type(4) .img{
	background-position: -646px -33px;
}
.intro-item:nth-of-type(5) .img{
	background-position: -856px -33px;
}
.intro-item:nth-of-type(6) .img{
	background-position: -1066px -33px;
}
.intro-item h6{
	height: 18px;
	line-height: 1;
	color: #424242;
	margin-top: 16px;
	margin-bottom: 16px;
}
.intro-item p{
	font-size: 14px;
	line-height: 24px;
	height: 120px;
	color: #999999;
  text-align: center;
}

/* .itemBox li {
	float: left;
	width: 235px;
	height: auto;
	text-align: center;
	min-height: 281px;
}

.itemBox li h6 {
	height: 18px;
	line-height: 1;
	color: #424242;
	margin-top: 16px;
	margin-bottom: 16px;
}

.itemBox li p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;


}

.itemBox li .img {
	margin: 0 auto;
	width: 156px;
	height: 70px;
	background-image: url("../image/icon.png");
	background-repeat: no-repeat;

}

.itemBox li.itemli2,
.itemBox li.itemli5 {
	margin: 0 146px;
}

.itemBox li.itemli1 .img {
	background-position: -16px -33px;
}

.itemBox li.itemli2 .img {
	background-position: -226px -33px;
}

.itemBox li.itemli3 .img {
	background-position: -436px -33px;
}

.itemBox li.itemli4 .img {
	background-position: -646px -33px;
}

.itemBox li.itemli5 .img {
	background-position: -856px -33px;

}

.itemBox li.itemli6 .img {
	background-position: -1066px -33px;

}
 */
.intro-content:nth-of-type(2), .intro-content:nth-of-type(3){
  padding: 80px 0 120px;
}



.item-left{
	width: 311px;
	height: 360px;
	background: url(../image/intro-left.png)no-repeat;
	background-size: 100% 100%;
	padding-top: 250px;
	box-sizing: border-box;
}
.item-left p {
	padding: 0 27px;
	font-size: 18px;
  line-height: 30px;
	color: #333;
}
.item-right{
	width: 635px;
	height: 360px;
	background: url(../image/intro-right.png)no-repeat;
	background-size: 100% 100%;
	padding-top: 250px;
	box-sizing: border-box;
}
.item-right p{
	position: relative;
	padding: 0 50px;
  font-size: 18px;
	line-height: 40px;
}
.item-right p::after{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #5B92FB;
	position: absolute;
	top: 15px;
	left: 20px;
}
.intro-banner{
	width: 330px;
	margin-right: 95px;
}
.intro-banner img{
	display: block;
	width: 100%;
}
.intro-text{
	flex: 1;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: baseline; */
}
.intro-text-item{
	margin: 20px 0;
}
.intro-text-item h6{
	font-size: 18px;
	margin-bottom: 20px;
}
.intro-text-item p{
	font-size: 16px;
	line-height: 24px;
}

.history {
	text-align: center;
	height: 617px;
}

.history label {
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	position: relative;
	left: -33px;
	top: -10px;
}

.history .items {
	position: relative;
	text-align: center;
	margin-top: 60px;
}

.history .items p {
	position: absolute;
	text-align: left;
  line-height: 20px;
	font-size: 14px;
	color: #999999;
}
.items p:nth-of-type(1) {
	top: -30px;
	left: 310px;
}
.items p:nth-of-type(2) {
	width: 260px;
	left: 25px;
	top: 96px;
}
.items p:nth-of-type(3) {
	width: 364px;
	right: 0;
	top: 96px;
}
.items p:nth-of-type(4) {
	width: 330px;
	left: 25px;
	top: 196px;
}
.items p:nth-of-type(5) {
	width: 350px;
	right: 0;
	top:  170px;
}
.items p:nth-of-type(6) {
	width: 360px;
	left: 25px;
	top: 286px;
}
.items p:nth-of-type(7) {
	width: 260px;
	right: 25px;
	top: 300px;
}




/* .history .items p.p1 {
	width: 300px;
	left: 25px;
	top: 102px;
}

.history .items p.p2 {
	width: 364px;
	right: 0;
	top: 100px;
}

.history .items p.p3 {
	width: 356px;
	left: 16px;
	top: 208px;
}

.history .items p.p4 {
	width: 301px;
	right: 0;
	top: 211px;
} */

.partner {
	height: 357px;
	background-color: #f2f6ff;
}

.contact {
	height: 665px;
	text-align: center;
	padding-bottom: 68px;
}

.addLogo {
	width: 21px;
	height: 34px;
	margin: 5px auto 15px;
	background: url(../image/icon.png) no-repeat -1282px -52px;
}

.contact p {
	color: #999999;
}

.contact .call {
	font-size: 30px;
	color: #000000;
	margin: 65px auto 34px;
}

.contact label {
	width: 51px;
	height: 51px;
	display: inline-block;
	margin-right: 16px;
	background-image: url(../image/icon.png);
	background-repeat: no-repeat;
}

.contact label.tellogo {
	background-position: -1782px -42px;
}

/*.contact  label.tellogo:hover{background-position:-1782px -42px; }*/
.contact label.phologo {
	background-position: -1464px -43px;
}

/*.contact  label.phologo:hover{background-position:-1888px -42px;}*/
.contact label.xinlogo {
	background-position: -1570px -43px;
}

/*.contact  label.xinlogo:hover{background-position:-1994px -42px; }*/
.contact label.qqlogo {
	background-position: -1676px -43px;
}

/*.contact  label.qqlogo:hover{background-position:-2100px -42px; }*/
.footer {

	height: 124px;
	background-color: #333333;
	text-align: center;
	font-size: 14px;
	color: #686868;
	padding-top: 54px;
}

.footer_inner {
	width: 364px;
	margin: 0 auto;
}

.footer span {
	color: #999999;
	line-height: 1;
	margin-bottom: 21px;
	display: inline-block;
}

.footer p {
	margin-bottom: 9px;
}

.footer a {
	color: #686868;
}
