/*banners大轮播图 （swiper 自适应轮播框架样式）---------*/

/* img {
	width: 100%;
	height: 100%;
} */

.swipera {
	width: 100%;
	background: #fff;
	margin: 0 auto;
}

.swipera .demo1.swiper-container {
	width: 100%;
}

.swipera .demo1 .swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swipera .demo1.swiper-container img {
	width: 100%;
	height: auto;
}

.swipera .demo1 .swiper-pagination-bullet {
	width: 36px;
	height: 2px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	opacity: 1;
}

.swipera .demo1 .swiper-pagination-bullet-active {
	background: #002cca;
	border-color: #002cca;
}

.swipera:hover .swiper-button-next,
.swipera:hover .swiper-button-prev {
	display: block;
}


/*产品世界部分样式*/

.indexPage .projectPath {
	padding: 52px 0 55px;
	background: #fff;
	width: 100%;
}

.indexPage .projectPath .contents {
	width: 1200px;
	margin: 0 auto;
}

.indexPage .projectPath .contents .choseNavs {
	height: 82px;
}

.indexPage .projectPath .contents .choseNavs .left {
	height: 82px;
	padding-left: 15px;
	float: left;
}

.indexPage .projectPath .contents .choseNavs .left span {
	display: inline-block;
	line-height: 82px;
	color: #252525;
	font-size: 20px;
	padding-right: 13px;
}

.indexPage .projectPath .contents .choseNavs .left p {
	display: inline-block;
	line-height: 70px;
	color: #999;
	font-size: 12px;
	padding-right: 13px;
	padding-top: 12px;
}

.indexPage .projectPath .contents .choseNavs .right {
	padding-right: 7px;
    padding: 28px 7px 28px 0;
    float: right;
}

.indexPage .projectPath .contents .choseNavs .right a {
	display: inline-block;
	line-height: 25px;
	text-align: right;
	color: #999;
	font-size: 14px;
	margin-left: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom:10px;
}

.indexPage .projectPath .contents .choseNavs .right a:hover {
	color: #0a3bed;
	border-color: #0a3bed;
	transition: all 0.2s;
}

.indexPage .projectPath .contents .choseNavs .show a:first-child {
	color: #0a3bed;
	border-color: #0a3bed;
	transition: all 0.2s;
}

.indexPage .projectPath .contents .choseNavs .right .clicked {
	color: #0a3bed;
	border-color: #0a3bed;
	transition: all 0.2s;
}

.indexPage .projectPath .contents .projectLists {
	padding: 0 10px 5px;
}

.indexPage .projectPath .contents .projectLists .picList {
	width: 270px;
	height: 200px;
	float: left;
	margin: 0 20px 33px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

/*.indexPage .projectPath .contents .projectLists .picList:nth-child(5),
.indexPage .projectPath .contents .projectLists .picList:nth-child(8),*/

.indexPage .projectPath .contents .projectLists .picList:nth-child(12),

.indexPage .projectPath .contents .projectLists .picList .listMark {
	width: 270px;
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -135px;
	top: 50%;
	margin-top: -100px;
	z-index: 2;
	background: rgba(98, 156, 196, 0.6);
	color: #fff;
	opacity: 0;
}

.indexPage .projectPath .contents .projectLists .picList:hover .img {
	transform: scale(1.3);
	transition: all ease-out 0.6s;
}

.indexPage .projectPath .contents .projectLists .picList:hover .listMark {
	opacity: 1;
	transition: all ease-in-out 0.5s;
}

.indexPage .projectPath .contents .projectLists .picList .listMark h5 {
	line-height: 36px;
	font-size: 16px;
	padding-top: 31px;
	color: #fff;
	text-align: center;
	position: relative;
}

.indexPage .projectPath .contents .projectLists .picList .listMark h5:after {
	content: "";
	width: 46px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -23px;
	bottom: -1px;
}

.indexPage .projectPath .contents .projectLists .picList .listMark p {
	height: 36px;
	line-height: 18px;
	padding-top: 26px;
	padding: 0 13px;
	margin: 26px 0 20px;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.indexPage .projectPath .contents .projectLists .picList .listMark .links {
	display: block;
	width: 134px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 13px;
	line-height: 26px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}

.indexPage .projectPath .contents .morese {
	display: block;
	width: 1180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #206bd1;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
}


/*立即咨询模块*/

.indexPage .zixunPath {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(../img/zixun_bg_01.jpg) no-repeat center;
	background-size: cover;
}

.indexPage .zixunPath .contents {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
}

.indexPage .zixunPath .contents span,
.indexPage .zixunPath .contents a {
	display: inline-block;
	float: left;
}

.indexPage .zixunPath .contents .weima {
	width: 121px;
	height: 121px;
	border: 3px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 36px;
	margin-left: 100px;
	float: left;
}

.indexPage .zixunPath .contents .texts {
	height: 82px;
	margin: 62px 64px 0 56px;
	text-align: center;
	color: #fff;
	float: left;
}

.indexPage .zixunPath .contents .texts p {
	line-height: 38px;
	font-size: 22px;
}

.indexPage .zixunPath .contents .texts .pb {
	line-height: 44px;
	font-size: 33px;
	font-weight: bolder
}

.indexPage .zixunPath .contents .xiXun {
	width: 180px;
	height: 62px;
	margin-top: 71px;
}


/*优势列表样式*/

.indexPage .advantagePath {
	width: 100%;
	padding: 50px 0 100px;
	background: #fff;
}

.indexPage .advantagePath .contents {
	width: 1200px;
	height: 614px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.indexPage .advantagePath .contents .centImg {
	width: 433px;
	height: 380px;
	position: absolute;
	left: 402px;
	top: 192px;
}

.indexPage .advantagePath .contents .advList h6 {
	font-size: 18px;
	color: #0a3bed;
	line-height: 42px;
	font-weight: 700;
}

.indexPage .advantagePath .contents .advList p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.indexPage .advantagePath .contents .advList .listNum {
	display: block;
	width: 60px;
	height: 54px;
	line-height: 54px;
	color: #0a3bed;
	font-size: 26px;
	font-weight: bolder;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/adv_num_01.jpg) no-repeat center;
	background-size: cover;
}

.indexPage .advantagePath .contents .advList:nth-child(2) {
	width: 390px;
	position: absolute;
	left: 90px;
	top: 86px;
	text-align: left;
}

.indexPage .advantagePath .contents .advList:nth-child(3) {
	width: 390px;
	position: absolute;
	right: 90px;
	top: 13px;
	text-align: right;
}

.indexPage .advantagePath .contents .advList:nth-child(4) {
	width: 300px;
	position: absolute;
	left: 16px;
	top: 460px;
	text-align: right;
}

.indexPage .advantagePath .contents .advList:nth-child(5) {
	width: 300px;
	position: absolute;
	right: 16px;
	top: 464px;
	text-align: left;
}

.indexPage .advantagePath .contents .advList:nth-child(2) .listNum {
	position: absolute;
	left: -82px;
	top: -12px;
}

.indexPage .advantagePath .contents .advList:nth-child(3) .listNum {
	position: absolute;
	left: 412px;
	top: -12px;
	background: url(../img/adv_num_02.jpg) no-repeat center;
}

.indexPage .advantagePath .contents .advList:nth-child(4) .listNum {
	position: absolute;
	left: 313px;
	top: -13px;
	background: url(../img/adv_num_02.jpg) no-repeat center;
}

.indexPage .advantagePath .contents .advList:nth-child(5) .listNum {
	position: absolute;
	left: -16px;
	top: -64px;
	background: url(../img/adv_num_01.jpg) no-repeat center;
}


/*荣誉资质样式表*/

.indexPage .zizhiPath {
	width: 100%;
	height: 1062px;
	background: url(../img/zizhi_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 60px;
}

.indexPage .zizhiPath .contents {
	width: 1200px;
	height: 1062px;
	margin: 0 auto;
	overflow: hidden;
}

.indexPage .zizhiPath .contents .headline {
	height: 126px;
}

.indexPage .zizhiPath .contents .headline .left {
	height: 126px;
	padding-left: 15px;
	float: left;
}

.indexPage .zizhiPath .contents .headline .left span {
	display: inline-block;
	line-height: 126px;
	color: #fff;
	font-size: 20px;
	padding-right: 13px;
}

.indexPage .zizhiPath .contents .headline .left p {
	display: inline-block;
	line-height: 120px;
	color: #a5cbff;
	font-size: 12px;
	padding-top: 6px;
}

.indexPage .zizhiPath .contents .headline .right {
	height: 126px;
	padding-right: 11px;
	float: right;
	text-align: center;
}

.indexPage .zizhiPath .contents .headline .right a {
	display: inline-block;
	width: 130px;
	line-height: 20px;
	text-align: center;
	color: #0060a4;
	background: #fff;
	font-size: 14px;
	font-weight: bolder;
	border-radius: 3px;
	margin-top: 54px;
}

.indexPage .zizhiPath .contents .ziZhi {
	padding: 0 10px;
	/* border-bottom: 1px solid #519aff; */
	margin-bottom: 11px;
}

.indexPage .zizhiPath .contents .ziZhi .imgList {
	width: 265px;
	height: 190px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}

.indexPage .zizhiPath .contents .ziZhi .imgList:hover {
	transform: translateY(-15px);
	transition: all ease-in 0.4s;
}

.indexPage .zizhiPath .contents .ziZhi .imgList:nth-child(4),
.indexPage .zizhiPath .contents .ziZhi .imgList:nth-child(8),
.indexPage .zizhiPath .contents .ziZhi .imgList:nth-child(12) {
	margin-right: 0;
}

.indexPage .zizhiPath .contents .ziZhi .imgList span {
	/* display: block;
	width: 265px;
	height: 170px; */
}

.indexPage .zizhiPath .contents .ziZhi .imgList p {
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #a5cbff;
}

.indexPage .zizhiPath .contents .swiperb {
	position: relative;
	width: 1200px;
	height: 285px;
}

.indexPage .zizhiPath .contents .swiper-container {
	width: 1200px;
	height: 285px;
	overflow: hidden;
}

.indexPage .zizhiPath .contents .swiper-slide {
	display: block;
	/*float: left;*/
	width: 300px!important;
	height: 220px!important;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #a5cbff;
}

.indexPage .zizhiPath .contents .swiper-slide span {
	display: block;
	width: 270px;
	height: 170px;
	margin: 0 auto;
}

.indexPage .zizhiPath .contents .swiper-slide span img {
	width: 270px;
	height: 170px;
}

.indexPage .zizhiPath .contents .swiper-slide p {
	width: 270px;
	height: 38px;
	padding: 0 15px;
	line-height: 38px;
	padding-top: 10px;
	text-align: left;
	color: #a5cbff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowarp;
}

.indexPage .zizhiPath .contents .swiper-container-horizontal>.swiper-pagination-bullets,
.indexPage .zizhiPath .contents .swiper-pagination-custom,
.indexPage .zizhiPath .contents .swiper-pagination-fraction {
	bottom: 22px;
}

.indexPage .zizhiPath .contents .swiper-pagination-bullet-active {
	background: #fff;
}


/*公司介绍样式部分*/

.indexPage .aboutPath {
	width: 100%;
	background: #fff;
}

.indexPage .aboutPath .contents {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.indexPage .aboutPath .contents .company {
	width: 840px;
	height: 385px;
	background: #206bd1;
	margin-bottom: 10px;
	margin-bottom: 50px;
	text-align: left;
}

.indexPage .aboutPath .contents .comImg {
	width: 513px;
	height: 293px;
	position: absolute;
	right: 22px;
	top: 45px;
	z-index: 2;
}

.indexPage .aboutPath .contents .company h5 {
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	font-weight: bolder;
	padding: 100px 0 0 75px;
	text-align: left;
}

.indexPage .aboutPath .contents .company i {
	display: block;
	line-height: 18px;
	font-size: 12px;
	color: #a5cbff;
	padding-bottom: 30px;
	padding-left: 75px;
	text-align: left;
}

.indexPage .aboutPath .contents .company p {
	width: 466px;
	line-height: 20px;
	font-size: 16px;
	color: #a5cbff;
	padding-bottom: 28px;
	padding-left: 75px;
	text-align: left;
}

.indexPage .aboutPath .contents .company .zixXuns {
	display: block;
	width: 180px;
	line-height: 60px;
	font-size: 18px;
	color: #206bd1;
	margin-left: 75px;
	font-weight: bolder;
	text-align: center;
	background: url(../img/zixun_02.png) no-repeat center;
	background-size: cover;
}

huobanPath
/*合作伙伴样式*/

.indexPage .huobanPath {
	width: 100%;
	height: 168px;
	background: #fff;
}

.indexPage .huobanPath .contents {
	width: 1200px;
	padding: 44px 0 60px;
	border-top: 1px solid #d4d4d4;
	height: 64px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.indexPage .huobanPath .contents .sliderbox {
	width: 1200px;
	height: 64px;
	overflow: hidden;
	margin: 0 auto;
}

.indexPage .huobanPath .contents .sliderbox .back {
	/*width: 25px;*/
	height: 60px;
	background: #ececec;
	color: #fff;
	position: absolute;
	text-align: center;
	line-height: 64px;
	font-size: 38px;
	text-align: center;
	top: 46px;
	left: -8px;
	cursor: pointer;
}

.indexPage .huobanPath .contents .sliderbox .next {
	/*width: 25px;*/
	height: 60px;
	background: #ececec;
	color: #fff;
	position: absolute;
	text-align: center;
	line-height: 64px;
	font-size: 38px;
	text-align: center;
	top: 46px;
	right: -8px;
	cursor: pointer;
}

.indexPage .huobanPath .contents .sliderbox .next:hover {
	background: #206bd1;
	transition: all 0.2s;
}

.indexPage .huobanPath .contents .sliderbox .back:hover {
	background: #206bd1;
	transition: all 0.2s;
}

.indexPage .huobanPath .contents .sliderbox .slider {
	width: 1150px;
	height: 64px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.indexPage .huobanPath .contents .sliderbox .slider ul {
	position: absolute;
	left: 0px;
	top: 0;
	width: 1136px;
	padding: 0 7px;
	height: 64px;
	list-style: none;
}

.indexPage .huobanPath .contents .sliderbox .slider li {
	float: left;
	width: 142px;
	height: 64px;
}

.indexPage .huobanPath .contents .sliderbox .slider a {
	display: block;
	width: 116px;
	height: 64px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
}

.indexPage .huobanPath .contents .sliderbox .slider img {
	width: 116px;
	height: 64px;
}


/*新闻中心样式*/

.indexPage .newsPath {
	padding: 52px 0 14px;
	background: #f4f4f4;
	width: 100%;
}

.indexPage .newsPath .contents {
	width: 1200px;
	margin: 0 auto;
}

.indexPage .newsPath .contents .choseNavs {
	height: 82px;
}

.indexPage .newsPath .contents .choseNavs .left {
	height: 82px;
	padding-left: 15px;
	float: left;
}

.indexPage .newsPath .contents .choseNavs .left span {
	display: inline-block;
	line-height: 82px;
	color: #252525;
	font-size: 20px;
	padding-right: 13px;
}

.indexPage .newsPath .contents .choseNavs .left p {
	display: inline-block;
	line-height: 70px;
	color: #999;
	font-size: 12px;
	padding-right: 13px;
	padding-top: 12px;
}

.indexPage .newsPath .contents .choseNavs .right {
	height: 26px;
	padding-right: 7px;
	padding: 28px 7px 28px 0;
	float: right;
	text-align: right;
}

.indexPage .newsPath .contents .choseNavs .right a {
	display: inline-block;
	line-height: 25px;
	text-align: right;
	color: #999;
	font-size: 14px;
	margin-left: 30px;
	font-weight: 400;
	border-bottom: 1px solid #f4f4f4;
}

.indexPage .newsPath .contents .choseNavs .right a:hover {
	color: #0a3bed;
	border-color: #0a3bed;
	transition: all 0.2s;
}

.indexPage .newsPath .contents .choseNavs .show a:first-child {
	color: #0a3bed;
	border-color: #0a3bed;
	transition: all 0.2s;
}

.indexPage .newsPath .contents .choseNavs .right .clicked {
	color: #0a3bed;
	border-color: #0a3bed;
	transition: all 0.2s;
}

.indexPage .newsPath .contents .newsLists {
	width: 1176px;
	padding: 32px 0 0;
	background: #206bd1;
	margin: 0 auto;
	margin-bottom: 28px;
}

.indexPage .newsPath .contents .newsLists .listCont {
	width: 588px;
	height: 60px;
	float: left;
	padding-bottom: 30px;
}

.indexPage .newsPath .contents .newsLists .listCont .lefs {
	width: 75px;
	padding-left: 16px;
	height: 60px;
	float: left;
	margin-right: 16px;
	border-right: 2px solid #7eaff1;
}

.indexPage .newsPath .contents .newsLists .listCont .lefs span {
	display: block;
	line-height: 42px;
	color: #fff;
	font-size: 42px;
	font-weight: bolder;
	text-align: center;
}

.indexPage .newsPath .contents .newsLists .listCont .lefs i {
	display: block;
	line-height: 12px;
	color: #fff;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
}

.indexPage .newsPath .contents .newsLists .listCont .rigs {
	width: 446px;
	height: 60px;
	float: left;
	text-align: left;
}

.indexPage .newsPath .contents .newsLists .listCont .rigs h4 {
	width: 446px;
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexPage .newsPath .contents .newsLists .listCont .rigs p {
	width: 446px;
	line-height: 16px;
	padding-top: 6px;
	color: #98c0f9;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.indexPage .newsPath .contents .zongZhi {
	width: 1176px;
	height: 306px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.indexPage .newsPath .contents .zongZhi .lefts {
	width: 460px;
	height: 306px;
	float: left;
	text-align: left;
}

.indexPage .newsPath .contents .zongZhi .lefts h2 {
	line-height: 110px;
	font-size: 48px;
	color: #206bd1;
	font-weight: bolder;
	position: relative;
	padding-top: 25px;
}

.indexPage .newsPath .contents .zongZhi .lefts h2:after {
	content: "";
	width: 36px;
	height: 4px;
	background: #e1e1e1;
	position: absolute;
	left: 208px;
	bottom: 31px;
}

.indexPage .newsPath .contents .zongZhi .lefts p {
	line-height: 16px;
	font-size: 12px;
	color: #adadad;
	text-transform: uppercase;
	word-spacing: 1px;
	letter-spacing: 2px;
}

.indexPage .newsPath .contents .zongZhi .lefts .namese {
	line-height: 26px;
	font-size: 20px;
	color: #666;
}

.indexPage .newsPath .contents .zongZhi .lefts .namese span {
	display: inline-block;
	line-height: 26px;
	margin-right: 28px;
}

.indexPage .newsPath .contents .zongZhi .lefts .namese span:last-child {
	margin-right: 0;
}

.indexPage .newsPath .contents .zongZhi .rights {
	width: 568px;
	height: 156px;
	background: #206bd1;
	float: right;
	margin-top: 52px;
}

.indexPage .newsPath .contents .zongZhi .rights .names {
	line-height: 26px;
	padding-top: 54px;
	padding-left: 36px;
	text-align: left;
}

.indexPage .newsPath .contents .zongZhi .rights .names span {
	display: inline-block;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	padding-right: 7px;
}

.indexPage .newsPath .contents .zongZhi .rights .names i {
	display: inline-block;
	line-height: 22px;
	font-size: 12px;
	color: #98c0f9;
	padding-top: 4px;
}

.indexPage .newsPath .contents .zongZhi .rights p {
	line-height: 50px;
	font-size: 42px;
	color: #fff;
	font-weight: bolder;
	padding-left: 36px;
}

.indexPage .newsPath .contents .zongZhi .peopleImg {
	width: 200px;
	height: 306px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.zzzs_ly a{
	float:left;
}

/* 产品中心 */
.left_ly {
	float: left;
}
.cpfl_ly {
	width: 225px;
	height: 100px;
	background-color: #0d803b;
}
.p1_ly {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-top: 25px;
}
.p2_ly {
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.left_ly ul {
	width: 225px;
	margin-left: -40px;
}
.left_ly ul li {
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #cdcdcd;
	width: 225px;
}
.fwrx_ly {
	width: 230px;
	height: 110px;
	background-color: #0d803b;
}
.fwrx_ly .p3_ly {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 23px;
}
.fwrx_ly .p4_ly {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.zxtj_ly {
	float: right;
	margin-left: 25px;
	width: 890px;
}
zxtj_p {
	margin-left: 38px;
	font-size: 18px;
	border-bottom: 1px solid #cdcdcd;
}
.zxtj_ly ul li {
	float: left;
	margin-right: -38px;
	min-width: 250px;
}
.zxtj_ly img {
	width: 188px;
	height: 135px;
}
.zxtj_ly ul li p {
	margin-top: 15px;
	color: #656464;
}