﻿.index {
	float: left;
	width: 100%;
}
.chald {
	padding-bottom: 23px;
	float: left;
	width: 100%;
}
.chald h3 {
	display: block;
	text-align: center;
	padding: 30px 0;
	font-family: 'Calibri';
	color: #5f8cb4;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.chald dl {
	width: 100%;
	float: left;
	margin-top: 8px;
	text-align: center;
	font-family: 'Calibri';
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	padding-left: 51px;
}
.chald dl dd {
	display: inline-block;
	float: left;
	text-align: left;
	position: relative;
	background: #eeeeee;
	padding: 9px 7px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
	margin: 0 15px 31px 15px;
	width: 232px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.chald dl dd:hover {
	background: #e4e4e4;
}
.chald dl dd:hover>a {
	text-decoration: none;
	color: #4b7294;
}
.chald dl dd:nth-of-type(4n+1) {
	clear: both;
}
.chald dl dd>a {
	color: #686868;
	font-size: 16px;
	padding-left: 9px;
	display: block;
	line-height: 18px;
	border-left: 4px solid #5f8cb4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chald dl dd ul {
	display: none;
	position: absolute;
	top: 100%;
	background: #5f8cb4;
	width: 100%;
	z-index: 2;
	left: 0;
}
.chald dl dd:hover ul {
	display: block;
}
.chald dl dd ul li {
	display: block;
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.chald dl dd ul li a {
	font-size: 14px;
	color: white;
	display: block;
}
.chald dl dd ul li:hover {
	background: #4b7294;
}
.chald dl dd ul li:hover a {
	text-decoration: none;
}
.chuchuan {
	float: left;
	width: 100%;
	padding-bottom: 28px;
	background: #f2f4f6;
}
.chubox {
	float: left;
	width: 100%;
	font-family: 'Calibri';
	padding: 0 10px;
	position: relative;
}
.chubox h3 {
	display: block;
	text-align: center;
	width: 100%;
	float: left;
	padding: 30px 0;
	font-weight: bold;
	color: #5f8cb4;
	font-size: 40px;
	text-transform: uppercase;
}
.chubody {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.chubody .swiper-slide {
	background: white;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 12px;
}
.chubody .swiper-slide img {
	max-width: 100%;
	height: 200px;
}
.chubody .swiper-slide h2 {
	display: block;
	margin-top: 10px;
	padding: 0 10px;
	height: 41px;
	overflow: hidden;
}
.chubody .swiper-slide h2 a {
	color: #686868;
	font-size: 16px;
}
.anniuzu {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.anniuzu .btncp {
	display: inline-block;
	padding: 5px 30px;
	margin: 0 6px;
	border: 1px solid #cecece;
	cursor: pointer;
	color: #cecece;
	font-size: 21px;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari 和 Chrome */
	-o-transition: all .5s; /* Opera */
}
.anniuzu .btncp:hover {
	background: #ffffff;
}
.whychoose {
	float: left;
	width: 100%;
	padding-top: 73px;
	padding-bottom: 48px;
}
.whychoose h3 {
	padding: 23px 0;
	float: left;
	margin-left: 56px;
	padding-left: 120px;
	font-size: 48px;
	color: #5f8cb4;
	font-weight: bold;
	background: url(../images/jianpan.png) left center no-repeat;
}
.boxwhyleft {
	clear: both;
	float: left;
	width: 591px;
	margin-left: 29px;
	padding-left: 57px;
	border-left: 2px solid #0f75bd;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	margin-top: 38px;
}
.boxwhyleft .item {
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 12px;
	color: #5f8cb4;
	font-weight: bold;
	position: relative;
	margin-top: 38px;
	margin-bottom: 25px;
}
.boxwhyleft .item:before {
	content: '';
	position: absolute;
	left: -66px;
	width: 16px;
	height: 16px;
	border: 2px solid #0f75bd;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	background: white;
	border-radius: 50%;
	z-index: 2;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.boxwhyleft .item:hover:before {
	background: #0f75bd;
}
.boxwhyleft .item p {
	color: #5f8cb4;
	font-size: 13px;
}
.boxwhyleft .item:nth-of-type(2) {
	width: 387px;
}
.boxwhyleft .item:nth-of-type(3) {
	width: 387px;
}
.boxwhyright {
	float: left;
	width: 700px;
	margin-left: -165px;
	margin-top: -30px;
	position: relative;
	/*margin-right: -51px;*/
	background: url(../images/dayingbg.png) center center no-repeat;
	height: 611px;
	background-size: 100% auto; transform:translate(165px,0);
}
.borikk {
	position: relative;
	width: 423px;
	height: 423px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	margin-top: 95px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(7deg);
	border: 1px solid #add0e8;
	float: left;
	margin-left: 111px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8px;
}
.borikk1 {
	background: #f2f4f6;
	display: block;
	padding: 6px;
	position: relative;
	width: 393px;
	height: 393px;
}
.boxwhyright .item {
	position: absolute;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);  /* IE 9 */
	display: none;
	-moz-transform: rotate(-45deg);  /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
	-o-transform: rotate(-45deg);  /* Opera */
}
.boxwhyright .item:nth-of-type(1) {
	left: -10px;
	display: block;
	top: -10px;
}
.boxwhyright .item:nth-of-type(2) {
	left: 220px;
	display: block;
	top: -10px;
}
.boxwhyright .item:nth-of-type(3) {
	left: 210px;
	display: block;
	top: 210px;
}
.boxwhyright .item:nth-of-type(4) {
	left: -10px;
	display: block;
	top: 220px;
}
.boxwhyright .item img {
	width: 190px;
}
.nkjsss {
	padding-top: 59px;
	padding-bottom: 80px;
	float: left;
	width: 100%;
	background: #f2f4f6;
}
.zhenbs {
	float: left;
	width: 100%;
}
.zhengshu {
	float: left;
	width: 538px;
}
.zhengshu h3, .team h3, .newall h3 {
	font-size: 23px;
	color: #666666;
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
}
.zhengbox {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 41px;
}
.zhengbox .swbtn, .teambox .swbtn {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	z-index: 2;
	width: 24px;
	height: 34px;
	cursor: pointer;
}
.zhengbox .swbtn.swbtnleft, .teambox .swbtn.swbtnleft {
	background: url(../images/wenbtnleft.png) center center no-repeat #e8e9ea;
}
.zhengbox .swbtn.swbtnright, .teambox .swbtn.swbtnright {
	background: url(../images/wenbtnright.png) center center no-repeat #e8e9ea;
	right: 0;
}
.zhengbox .swiper-slide {
	float: left;
	width: 121px;
	margin-right: 18px;
}
.zhengbox .swiper-slide img {
	max-width: 100%;
	display: block;
}
/* .team {
	float: right;
	width: 1155px;
} */
.teambox {
	float: left;
	width: 100%;
	margin-top: 44px;
	position: relative;
}
.teambox .swiper-slide {
	float: left;
	width: 263px;
	margin-right: 13px;
}
.teambox .swiper-slide img {
	max-width: 100%;
	display: block;
}
.newall {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 68px;
}
.newbody {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.newbox {
	float: left;
	width: 552px;
}
.newbox img {
	max-width: 100%;
	display: block;
}
.newbox .swiper-pagination {
}
.newbox .swiper-pagination ul {
	text-align: right;
	position: relative;
}
.newbox .swiper-pagination ul li {
	display: inline-block;
	background: white;
	padding: 2px 5px;
	margin-right: 8px;
	cursor: pointer;
}
.newright {
	float: right;
	width: 552px;
}
.newright ul {
	float: left;
	width: 100%;
}
.newright ul li {
	float: left;
	width: 100%;
	padding: 9px 0;
	border-bottom: 1px dashed #ddd;
}
.newright ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 400px;
	padding-left: 16px;
	color: #9f9f9f;
	font-size: 14px;
	background: url(../images/libg.png) 0 center no-repeat;
}
.newright ul li span {
	float: right;
	color: #9f9f9f;
	font-size: 12px;
}
.newright a.more {
	clear: both;
	display: inline-block;
	margin-top: 16px;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;
	float: right;
}
.newbox .swiper-pagination ul li.active {
	background: #FF9800;
	color: white;
}
