.banner {
	height: 700px;
	position: relative;
	overflow: hidden;
}

.syBanner {}

.syBanner .swiper-slide {
	display: block;
	height: 700px;
}

.syBanner .swiper-slide img {
	width: 100%;
	display: block;
	height: 100%;
}

.syBanner .banner-page {
	z-index: 5;
	position: absolute;
	bottom: 40px !important;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.syBanner .banner-page .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	border-radius: 8px;
	transition: all 0.3s;
}

.syBanner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: linear-gradient(to right, #10069f, #1608d4);
}

/***************/
.pro-index {
	position: relative;
	background: url(../images/lay1.jpg) top center no-repeat;
	padding-top: 265px;
}

.pro-index .pro-bg {
	width: 100%;
	display: none;
}

.pro-con {
	display: flex;
	justify-content: space-between;

}

.pro-con .item {
	display: block;
	width: 48%;
}

.pro-con img {
	width: 100%;
	border-radius: 0 120px 0 120px;
	display: block;
	overflow: hidden;
}

.video-box {
	margin-top: 50px;
}

/****************/
.title {
	margin-top: 30px;
	height: 60px;
	line-height: 60px;
	position: relative;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

.title .tba {
	position: relative;
	display: inline-block;
	padding: 0 33px;
	color: #000;
}

.title .tba::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -37px;
	width: 74px;
	height: 5px;
	background: #10059f;
}

/*************************/
.news-box8 {
	margin-top: 20px;
}

.news-box8 .news-swiper {
	padding-bottom: 80px;
}

.news-midea {
	display: flex;
	flex-wrap: wrap;

}

.news-midea .item {
	margin: 40px 40px 0 0;
	width: 680px;
	height: 210px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 30px 0 30px 30px;
}

.news-midea .item img {
	width: 190px;
	height: 150px;
	display: block;
}

.news-midea .item .tbcen {
	width: 410px;
	margin-right: 25px;
	color: #000;
	font-size: 16px;
	line-height: 24px;

}

.news-midea .item .tbcen h1 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}

.news-midea .item .tbcen h3 {}

.news-midea .item .date {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #000;
	font-size: 18px;
	line-height: 36px;
	display: flex;
}

.news-midea .item .date p {}

.news-midea .item:nth-child(2n) {
	margin-right: 0;
}

.gay-bg {
	background: #f1f1f1;
}

.news-midea .item:hover {
	background: #c3d2eb;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/**************/
.news-box8 .news-page {
	z-index: 5;
	position: absolute;
	bottom: 30px !important;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.news-box8 .news-page .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #818181;
	border-radius: 8px;
	transition: all 0.3s;
}

.news-box8 .news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: linear-gradient(to right, #10069f, #1608d4);
}

/****************************/
.show-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.show-box .tb-con {
	width: 1252px;
	height: 770px;
	background: url(../images/jiaru.jpg);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 60px 0 0 75px;
}

.show-box .tb-con .tbt {
	color: #10069f;
	font-size: 36px;
}

.show-box .tb-con .tbc {
	color: #000000;
	font-size: 20px;
	line-height: 36px;
	margin-top: 50px;
}

.show-box .tb-con .tb-ewm {
	width: 170px;
	height: 170px;
	border: 2px solid #10069f;
	display: block;
	margin-top: 70px;
}

.show-box .tb-con .close9 {
	width: 69px;
	height: 69px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.mem-act {
	display: block;
}

/**********/
.inban {}

.inban img {
	width: 100%;
}

.innmain {
	width: 1400px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	top: -120px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 30px 30px;
	padding: 30px 50px 50px 50px;
}

/*******************************/
.wz-bg {
	height: 56px;
	line-height: 56px;
	background: #efefef;
	box-shadow: 0 0 20px inset #bbbbbb;
	overflow: hidden;
}

.wz {
	color: #696969;
	font-size: 16px;
	margin-bottom: 30px;
}

.wz a,
.wz span {
	color: #696969;
	padding: 0 8px;
}

.wz a:hover {
	color: #10069f;
}

.wz span {
	color: #10069f;
}

/**************/
.inn-nav {
	padding-bottom: 35px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
}

.inn-nav a {
	width: 30%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #eeeeee;
	color: #252525;
	font-size: 24px;
	position: relative;
}

.inn-nav a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -38px;
	height: 5px;
	width: 0;
	background: #10069f;
	transition: all .3s;
}

.inn-nav a.active,
.inn-nav a:hover {
	background: #10069f;
	color: #fff;
}

.inn-nav a.active::before,
.inn-nav a:hover::before {
	width: 100%;
}

.innmain2 {
	width: 1400px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	padding: 30px 0 50px;
}

.inn-midea .item {
	background: #ededed;
}

/**************/
.product8 {
	display: flex;
	flex-wrap: wrap;
}

.product8 .item {
	border: 2px solid #898989;
	width: 670px;
	margin-right: 60px;
	background: #fff;
	line-height: 42px;
	color: #707070;
	font-size: 18px;
	text-align: center;
	margin-top: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product8 .item:nth-child(2n) {
	margin-right: 0;
}

.product8 .item:nth-child(1),
.product8 .item:nth-child(2) {
	margin-top: 0;
}

.product8 .item .tbimg {
	width: 100%;
	height: 420px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-bottom: 2px solid #898989;
}

.product8 .item .tbimg img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.product8 .item h1 {
	padding: 10px 10px 0;
	color: #1d1d1d;
	font-size: 22px;
}

.product8 .item h3 {
	padding: 0 10px 10px;
}

.product8 .item:hover {
	color: #fff;
	background: #678fd4;
	border: 2px solid #678fd4;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}

.product8 .item:hover .tbimg {

	background: #678fd4;
	border-bottom: 2px solid #678fd4;
}

.product8 .item:hover h1 {
	color: #fff;
}

/****************/
.product9 {}

.product9 .item {
	text-align: left;
}

.product9 .item .tbimg img {
	width: 100%;
	height: 100%;
	display: block;
}

.product9 .item h1 {
	padding: 20px 40px 0;
}

.product9 .item h3 {
	padding: 0 40px 20px;
	line-height: 30px;
}

/*****院********/
.pro-pos {
	position: relative;
	margin-top: 30px;
}

.pro-swiper {}

.pro-swiper .swiper-slide {

	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

.pro-swiper .swiper-slide .post {
	width: 100%;
	height: 242px;
	display: block;
}

.pro-swiper .swiper-slide .videoed {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: 97px;
}


.pro-swiper .swiper-slide h1 {
	font-size: 24px;
	color: #010101;
	padding: 20px 10px 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.pro-swiper .swiper-slide .bom {
	font-size: 16px;
	color: #767676;
	padding: 0px 10px 10px 20px;
	line-height: 25px;
}



.pro-swiper .swiper-slide .tbb {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	text-transform: uppercase;
}

.videolist {
	position: relative;
	cursor: pointer;
}

.videolist:hover {
	cursor: pointer;
}

.videoed {}

.videos {
	border: 1px solid #080808;
	z-index: 100;
	width: 100%;
	height: 500px;
}

.videos video {
	height: 500px;
	width: 100%;
}

.vclose {}

.videos8 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.videos8 video {
	position: absolute;
	width: 1400px;
	height: 600px;
	background: #000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.vclose {
	position: absolute;
	width: 70px;
	height: 70px;
	background: #000 url(../images/close99.jpg) center no-repeat;
	background-size: 60px auto;
	left: 50%;
	top: 50%;
	margin-left: 630px;
	margin-top: -300px;
	cursor: pointer;
}

.close8 {
	position: absolute;
	width: 70px;
	height: 70px;
	background: #000 url(../images/close99.jpg) center no-repeat;
	background-size: 60px auto;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 2;
}

/*************/
.vid-swp {
	margin-top: 50px;
	padding-bottom: 80px;
}

.vid-swp .pro-page {
	z-index: 5;
	position: absolute;
	bottom: 30px !important;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.vid-swp .pro-page .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #818181;
	border-radius: 8px;
	transition: all 0.3s;
}

.vid-swp .pro-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: linear-gradient(to right, #10069f, #1608d4);
}

/**************************/
.fk-tanchu {}

.fk-tanchu {
	position: fixed;
	left: -100%;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.6);
	overflow-x: hidden;

}

.fk-con {
	position: absolute;
	width: 1400px;
	top: 10%;
	left: 50%;
	margin-left: -700px;
	background: #fff;
}

.fk-con .syBanner {
	height: 666px;
}

.fk-act {
	display: block;
	top: 0;
	left: 0;
}

.fk-act2 {
	overflow: hidden;
}

.fk-con .info-c {
	padding: 50px;
}




























































/***************/
.tzgg-box {
	margin-top: 40px;
	height: 319px;
	background: url(../images/news-bg.jpg) top center no-repeat;
	overflow: hidden;
}

.tzgg {
	display: flex;
	margin-top: 40px;
}

.tzgg .item {
	width: 370px;
	margin-right: 45px;
	display: flex;
	justify-content: space-between;
}

.tzgg .item:nth-child(3n) {
	margin-right: 0;
}

.tzgg .item .date {
	width: 70px;
	height: 110px;
	background: #10069f;
	color: #fff;
	line-height: 40px;
	padding-top: 20px;
	text-align: center;
}

.tzgg .item .date p {
	font-size: 36px;
}

.tzgg .item .tbr {
	width: 280px;
	line-height: 25px;
	color: #747474;
}

.tzgg .item .tbr .tbt {
	color: #343434;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

.tzgg .item:hover .tbr .tbt {
	color: #10069f;
}

/****************/
.sch-news {
	margin-top: 50px;
}

.sch-news .tbl-bg {
	width: 520px;
	height: 380px;
	background: #10069f;
}

.sch-right {
	width: 600px;
}

.title2 {
	height: 40px;
	line-height: 40px;
	background: url(../images/title3.jpg) right center no-repeat;
}

.title2 .tbt {
	width: 120px;
	height: 40px;
	background: #10069f;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.sch-news8 {
	position: relative;
	margin-top: 15px;

}

.sch-news8 .item {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;
	line-height: 30px;
}

.sch-news8 .item .tbt {
	color: #2c2c2c;
	font-size: 22px;
}

.sch-news8 .item .tbc {
	display: none;
	color: #666;
	margin-top: 10px;
	height: 60px;
}

.sch-news8 .item .date {
	color: #253f6e;
}

.sch-news8 .item img {
	position: absolute;
	left: -565px;
	top: -5px;
	width: 520px;
	height: 380px;
	display: none;
}


.sch-news8 .item.active img {
	display: block;
}

.sch-news8 .item.active .tbt {
	color: #10069f;
}

.sch-news8 .item.active .tbc {
	display: block;
}

.sch-news8 .item.active .date {
	display: none;
}

.line8 {
	position: relative;
	margin-top: 30px;
	height: 14px;
}

.line8::before {
	content: "";
	position: absolute;
	left: -233px;
	top: 0;
	width: 400px;
	height: 14px;
	background: url(../images/line.jpg) left center repeat-x;
}

/****************************/
.news-left {
	width: 370px;
}

.news-bom {
	margin-top: 20px;
}

.news-bom .item {
	display: block;
	line-height: 49px;
	color: #2b2b2b;
	border-bottom: 1px solid #dcdcdc;
}

.news-bom .item img {
	display: block;
	width: 100%;
	height: 190px;
}

.news-bom .item .date {
	background: #10069f;
	color: #fff;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 18px;
}

.news-bom .item .tbt {
	color: #10069f;
}

.news-bom .item:hover {
	color: #10069f;
	border-bottom: 1px solid #10069f;
}

/*****************/
.title3 {
	background: #eeeeee url(../images/title.jpg) left center no-repeat;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.title3 .tbt {
	color: #fff;
	font-size: 18px;
}

.title3 .more {
	color: #10069f;
}

.ad1 {
	margin-top: 30px;
	width: 1200px;
}

.view-box {
	margin-top: 40px;
	height: 420px;
	background: url(../images/view-bg.jpg) top center no-repeat;
	overflow: hidden;
}

.view-box .pro-pos {
	margin-top: 50px;
}

/***********************/
.brand-swiper {
	margin-top: 40px;
	position: relative;
}

.brand-swiper .swiper-slide {}

.brand-swiper .swiper-slide .tb-box {
	height: 105px;
	border: 1px solid #dcdcdc;
}

.brand-swiper .swiper-slide:hover .tb-box {
	border: 1px solid #10069f;
}

.brand-swiper .swiper-slide img {
	width: 100%;
	height: 103px;
	display: block;
}



.inn-left {
	width: 270px;
}

.inn-left .tbt-box {
	height: 100px;
	position: relative;
}

.inn-left .tbt-box .tbt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 156px;
	background: #10069f;
	line-height: 36px;
	text-align: center;
	padding-top: 40px;
	color: #fff;
	font-size: 24px;
}

.inn-left .tbt-box .tbt h1 {
	text-transform: uppercase;
}

.inn-left .tbc {
	background: #f6f6f6;

}

.inn-left .tbc a {
	display: block;
	height: 56px;
	line-height: 55px;
	text-align: center;
	position: relative;
	color: #6d6d6d;
	font-size: 18px;
}

.inn-left .tbc a::before,
.inn-left .tbc a::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
}

.inn-left .tbc a::before {
	background: #fff;
}

.inn-left .tbc a::after {
	background: #10069f;
	width: 0;
}

.inn-left .tbc a:hover,
.inn-left .tbc a.active {
	color: #10069f;
}

.inn-left .tbc a:hover::after,
.inn-left .tbc a.active::after {
	width: 100%;
}

.inn-right {
	width: 900px;
}

.right-tit {
	height: 60px;
	line-height: 59px;
	border-bottom: 1px solid #dcdcdc;
	color: #575757;
	font-size: 20px;
}

.right-tit span {
	color: #10069f;
	margin-left: 10px;
}

/*****************/
.news-list {
	margin-top: 10px;
	position: relative;
}

.news-list:before {
	content: "";
	position: absolute;
	left: 50px;
	top: 40px;
	background: #dcdcdc;
	width: 1px;
	height: 100%;
}

.news-list .item {
	position: relative;
	padding: 30px 0;
	color: #666666;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
}

.news-list .item:before,
.news-list .item:after {
	content: "";
	position: absolute;
	left: 50px;
	bottom: 0;
	width: 850px;
	background: #dcdcdc;
	height: 1px;
	transition: all .3s;
}

.news-list .item:after {
	width: 0;
	background: #304e9e;
	z-index: 2;
}

.news-list .item .date-a1 {

	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 30px;
	padding-top: 20px;
	background: #e6e6e6;
	color: #808080;
	font-size: 18px;
	z-index: 2;
	position: relative;
}

.news-list .item .date-a1 h1 {
	font-size: 24px;
	font-weight: bold;
}

.news-list .item .tbr {
	width: 760px;
}

.news-list .item .tbr h1 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.news-list .item .tbr h3 {
	height: 48px;
}

.news-list .item .tbr .news-tit {
	margin: 10px 0;
}

.news-list .item .tbr .news-tit span {
	margin-right: 10px;
}

.news-list .item .date-a1:before {
	content: "";
	position: absolute;
	left: 50px;
	top: 100px;
	width: 1px;
	height: 0px;
	background: #304e9e;
	z-index: 2;
	transition: all .2s;
}


.news-list .item:hover:after {
	width: 850px;
}

.news-list .item:hover .tbr h1 {
	color: #10069f;
}

.news-list .item:hover .date-a1 {
	background: #10069f;
	color: #fff;
}

.news-list .item:hover .date-a1:before {
	height: 86px;
}

/***************************/
.zy-list9 {}

.zy-list9 .item {
	display: flex;
	justify-content: space-between;
	padding: 30PX 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.zy-list9 .item img {
	width: 250px;
	height: 175px;
	display: block;
}

.zy-list9 .item .tb-cen {
	width: 420px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #767676;
	font-size: 16px;
	line-height: 30px;
}

.zy-list9 .item .tb-cen h1 {
	font-weight: bold;
	font-size: 18px;
	color: #424242;
}

.zy-list9 .item .tb-cen .tb-bom {
	margin-top: 6px;
}

.zy-list9 .item .ks-btn {
	display: block;
	width: 130px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #10069f;
	border-radius: 36px;
	margin-top: 65px;
}

.zy-list9 .item::after {
	content: "";
	height: 1px;
	width: 0;
	background: #10069f;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
}

.zy-list9 .item:hover::after {
	width: 100%;
}

.zy-list9 .item:hover .tb-cen h1 {
	color: #10069f;
}

/*****************/
.con-four {
	margin-top: 40px;
}

.con-four li {
	position: relative;
	padding-left: 50px;
	color: #676767;
	font-size: 16px;
	line-height: 38px;
	width: 220px;
}

.con-four li:nth-child(3) {
	width: 280px;
}

.con-four li:nth-child(3) {
	width: 320px;
}

.con-four li h3 {
	font-size: 20px;
	color: #10069f;
	font-weight: bold;
	line-height: 24px;
}

.con-four li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
}

#containermap {
	width: 100%;
	height: 590px;
	margin-top: 50px;
	background-color: #eee
}

#imgDemo2 {}

#containermap .tt,
#containermap2 .tt,
#containermap3 .tt {
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px
}

#imgDemo2 {
	width: 280px;
	display: block;
	margin: 0 auto;
}

#containermap .add,
#containermap2 .add,
#containermap3 .add {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #666;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.con-tit1 {
	color: #fbbe46;
	font-size: 24px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}

.con-tit3 {
	color: #fbbe46;
	font-size: 24px;
	margin: 10px 0;
}

.BMap_bubble_content {}

.BMap_bubble_content img {
	width: 100%;
}

/************/
/*****************/
#lightbox * {
	box-sizing: content-box;
}

.imforwarp {
	width: 1021px;
	overflow: hidden;
	margin-top: 55px;
}

#lightbox-infoFooter {
	display: block !important;
}

#lightbox-caption-title {
	text-decoration: none !important;
	color: #000000;
	font-size: 14px;
}

#lightbox-currentNumber {
	display: none !important;
}

#lightbox-close {
	background: url("../images/close8.png") no-repeat;
	font-size: 0;
	width: 40px !important;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	z-index: 9999;
	cursor: pointer;
}

#lightbox-close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

#lightbox-imageBox,
#lightbox-infoBox {
	border: #FFF 5px solid !important;
}

#lightbox-imageBox {
	overflow: visible !important;
}

/***************/
.view-list8 {
	display: flex;
	flex-wrap: wrap;
}

.view-list8 .item {
	width: 270px;
	height: 230px;
	margin: 25px 45px 0 0;
	line-height: 40px;
	text-align: center;
	color: #424242;
	font-size: 16px;

}

.view-list8 .item:nth-child(3n) {
	margin-right: 0;
}

.view-list8 .item img {
	display: block;
	width: 100%;
	height: 190px;
}

/******************/
.zs-list9 {}

.zs-list9 .item {
	line-height: 70px;
	color: #313131;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 20px;
	position: relative;
}

.zs-list9 .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	height: 10px;
	width: 10px;
	background: #10069f;
}

.zs-list9 .item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 0%;
	background: #10069f;
	transition: all .3s;
}

.zs-list9 .item .tbt {
	width: 740px;
}

.zs-list9 .item:hover::after {
	width: 100%;
}

.zs-list9 .item:hover .tbt {
	color: #10069f;
}












































































































/****************/
.bm-box {
	position: absolute;
	top: 35px;
	right: 50%;
	margin-right: -600px;
	width: 340px;
	height: 430px;
	background: url(../images/bm-box.png) no-repeat;
	padding: 85px 20px 0;
	z-index: 66;
}

.bm-box .item {
	height: 44px;
	line-height: 44px;
	background: #f5f5f5;
	border-radius: 5px;
	margin-top: 10px;
	overflow: hidden;
}

.bm-box .item label {
	display: flex;
}

.bm-box .item label span {
	width: 64px;
	color: #4191ea;
	font-size: 16px;
	display: block;
	padding-left: 12px;
}

.bm-inp {
	width: 220px;
	background: no-repeat;
}

.bm-sub {
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #4191ea;
}

/**************/
.ad4 {
	margin-top: 30px;
}

.ad4 img {
	width: 280px;
	height: 105px;
	border-radius: 10px;
}


.news-top {
	height: 320px;
	background: #f0f4ff;
}

.news-top img {
	width: 610px;
	height: 320px;
}

.news-top .tbr {
	width: 260px;
	padding: 30px 20px 0;
	color: #4f4f4f;
	line-height: 30px;
}

.news-top .tbr .tbt {
	color: #4f4f4f;
	font-size: 18px;
}

.news-top .tbr .tbt:hover {
	color: #4191ea;
}

.news-top .tbr .date {
	color: #969696;
	margin: 10px 0;
}

.news-top .tbr .tbc {
	height: 150px;
	overflow: hidden;
}

.news-right {
	width: 295px;
}



.toutiao {
	margin-top: 5px;
}

.toutiao .item {
	line-height: 46px;
	color: #4f4f4f;
	display: block;
}

.toutiao .item em {
	font-size: 18px;
	font-weight: bold;
	font-style: initial;
	margin: 0 5px 0 0;
}

.toutiao .item:nth-child(1),
.toutiao .item:nth-child(2),
.toutiao .item:nth-child(3) {
	color: #116dc3;
}

.toutiao .item:nth-child(1) em {
	color: #ea0000;
}

.toutiao .item:nth-child(2) em {
	color: #ff7114;
}

.toutiao .item:nth-child(3) em {
	color: #ffc541;
}

.toutiao .item:hover {
	font-weight: bold;
}



/****************************/
.school-list {
	display: flex;
	flex-wrap: wrap;
}

.school-list .item {
	width: 217px;
	height: 223px;
	margin: 28px 28px 0 0;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: all .3s;
}

.school-list .item img {
	width: 217px;
	height: 153px;
}

.school-list .item:nth-child(5n) {
	margin-right: 0;
}

.school-list .item .h1 {
	color: #3c3c3c;
	font-size: 16px;
	text-align: center;
	margin: 3px 0 5px;
}

.school-list .item .h3 {
	border: 1px solid #eee;
	color: #878787;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
}

.school-list .item:hover {
	transform: translate(0, -5px);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.school-list .item:hover .h1 {
	color: #4191ea;
}

/*************************/
.zy-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zy-list .item {
	width: 25%;
	text-align: center;
	padding: 30px 0;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.zy-list .item .h1 {
	color: #269bff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

.zy-list .item:nth-child(4n) {
	border-right: none;
}

.zy-list .item:nth-child(5),
.zy-list .item:nth-child(6),
.zy-list .item:nth-child(7),
.zy-list .item:nth-child(8) {
	border-bottom: none;
}

/********/

.case-list88 {
	display: flex;
	flex-wrap: wrap;
}

.case-list88 .item {
	display: flex;
	justify-content: space-between;
	width: 590px;
	height: 146px;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	padding: 15px 15px 0;
	transition: all .3s;
}

.case-list88 .item .date {
	width: 65px;
	height: 100px;
	line-height: 50px;
	background: #116dc3;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;

}

.case-list88 .item .date h1 {
	font-size: 16px;
	color: #116dc3;
	background: #edf6ff;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}

.case-list88 .item .tbr {
	width: 470px;
	color: #636363;
	line-height: 24px;
}

.case-list88 .item .tbr .h1 {
	color: #0c0000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.case-list88 .item .tbr .h5 {
	color: #999;
	margin-top: 3px;
}

.case-list88 .item:nth-child(2n) {
	margin-left: 20px;
}

.case-list88 .item:hover {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ck-more {
	display: block;
	width: 250px;
	height: 44px;
	line-height: 44px;
	color: #868686;
	text-align: center;
	cursor: pointer;
	background: #eeeeee;
	transition: all .3s;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 44px;
}

.ck-more:hover {
	color: #fff;
	background: #4191ea;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/**********/
.sys-info {
	background: #fafafa;
	padding: 30px;
	color: #797979;
	line-height: 30px;
	margin-top: 30px;
}

.sys-info .tbt {
	color: #343434;
	font-size: 22px;
	margin-bottom: 15px;
}

/************/
.ad2 {
	margin-top: 30px;
}

.ad2 img {
	width: 590px;
	height: 100px;
	display: block;
}

.shuaix-list {
	margin-top: 15px;
}

.shuaix-list .item {
	position: relative;
	margin-top: 10px;
	padding: 10px 10px 10px 88px;
	border: 1px solid #dcdc;
	line-height: 32px;
}

.shuaix-list .item .tbt {
	position: absolute;
	left: 13px;
	top: 10px;
}

.shuaix-list .item .tbc {}

.shuaix-list .item .tbc a {
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
}

.shuaix-list .item .tbc a:hover,
.shuaix-list .item .tbc a.active {
	color: #fff;
	background: #4191ea;
	border-radius: 10px;
}

.innschool .item {
	height: 272px;
}

.innschool .item .ks-btn {
	display: block;
	margin: 0 auto;
	width: 115px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #4191ea;
	border-radius: 36px;
	margin-top: 10px;
}


/************************/
.zy-left {
	width: 570px;
	height: 510px;
	position: relative;
}

.mySwiper2 {
	height: 400px;
	width: 100%;
	overflow: hidden;
}

.mySwiper {
	height: 114px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/***************/
.zy-head {
	height: 300px;
	background: url(../images/zy-head.jpg) top center no-repeat;
	padding-top: 35px;
	position: relative;
}

.info-box {
	display: flex;

}

.info-box img {
	height: 130px;
	width: 130px;
	border-radius: 100%;
	border: 6px solid #68aef1;
	margin-right: 40px;
}

.info-box .tbr {
	width: 666px;
	color: #fff;
	font-size: 14px;
	line-height: 32px;

}

.info-box .tbr .tbt {
	font-size: 28px;
	margin-bottom: 15px;
}

.yy-btn {
	height: 61px;
	width: 160px;
	line-height: 55px;
	border-bottom: 6px solid #67b2f2;
	border-radius: 55px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #fff;
	color: #4191ea;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
}

/***********/
.zy-nav {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	height: 50px;
	display: flex;
}

.zy-nav .item {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 160px;
	border-radius: 10px 10px 0 0;
	background: #7dbcf4;
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}

.zy-nav .item.active {
	background: #fff;
	color: #116dc3;
}

/********************/
.zy-right {
	width: 585px;
}

.jianjie-head {
	border-bottom: 10px solid #ededed;
	padding-bottom: 30px;
}

.jianjie-head .tbt {
	color: #3e3e3e;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.sro {
	height: 288px;
	overflow-x: hidden;
	line-height: 36px;
	color: #3e3e3e;
	padding-right: 30px;
}

/************/
.jianjie-bom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #3e3e3e;
	line-height: 32px;
}

.jianjie-bom .item {
	width: 33%;
}

.jianjie-bom .item.addr-item {
	width: 100%;
	display: flex;
}

.jianjie-bom .item.addr-item .tbr {
	width: 500px;
	margin-left: 8px;
}

.zy-left2 {
	width: 840px;
}

.zy-right2 {
	width: 340px;
}

.zy-title {
	height: 50px;
	line-height: 50px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #303030;
}

.zy-title .more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #5d5d5d;
}

.zy-title .more:hover {
	color: #4191ea;
}

.ks-zy {}

.ks-zy table {
	margin-top: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.ks-zy table td,
.ks-zy table th {
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 10px;
	color: #303030;
	line-height: 24px;
}

.ks-zy table th {
	font-size: 18px;
	font-weight: bold;
}

/**********/
.zs-news {}

.zs-news .item {
	display: flex;
	width: 100%;
	height: 110px;
	border: 1px solid #dcdcdc;
	padding: 20px;
	color: #636363;
	border-radius: 10px;
	margin: 10px 0;
}

.zs-news .item .date {
	width: 65px;
	height: 65px;
	line-height: 24px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	background: #116dc3;
	border-radius: 10px;
	margin-right: 20px;
}

.zs-news .item .tbr {
	width: 700px;
}

.zs-news .item .tbr h1 {
	color: #595959;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 8px;
}

.school-tuijian {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 0 15px 15px;
	margin-top: 10px;
}

.school-tuijian .item {
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
}

.school-tuijian .item img {
	width: 100px;
	height: 70px;
	margin-right: 14px;
}

.school-tuijian .item .tbr {
	width: 185px;
}

.school-tuijian .item .h1 {
	color: #3c3c3c;
	font-size: 16px;
	margin: 6px 0 15px;
}

.school-tuijian .item .tbr .h3 {
	border: 1px solid #eee;
	color: #878787;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
}

.school-tuijian .item:hover .h1 {
	color: #4191ea;
}

/*************/
.hot-news {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 15px 15px 15px;
	margin-top: 10px;
}

.hot-news .item {
	padding: 10px 0;
	display: block;
}

.hot-news .item h1 {
	color: #414141;
}

.hot-news .item .date {
	padding: 5px 10px;
	background: #eef0fa;
	display: inline-block;
	margin-top: 6px;
}

/*****************/
.zy-list8 {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 15px 15px 15px;
	margin-top: 10px;
}

.zy-list8 .item {
	padding: 15px 0;
	border-bottom: 1px dashed #dcdcdc;
	display: flex;
	justify-content: space-between;
	line-height: 30px;
}

.zy-list8 .item .tbl {
	width: 660px;
}

.zy-list8 .item .tbl .h1 {
	color: #303030;
	font-size: 18px;
	font-weight: bold;
}

.zy-list8 .item .ks-btn {
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #116dc3;
	border-radius: 42px;
	margin-top: 9px;
}

.ad28 img {
	width: 340px;
	height: 140px;
	margin-top: 30px;
	display: block;
}

/****************/
.zj-hot {
	margin-top: 30px;
}

.zj-hot img {
	width: 615px;
	height: 320px;
	display: block;
}

.news-bom8 {
	width: 540px;
}

.news-bom8 .item {
	display: block;
	padding-top: 25px;
	border-bottom: 1px solid #dcdcdc;
	height: 103px;
}

.news-bom8 .item .tbt {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.news-bom8 .item:hover .tbt {
	color: #4191ea;
}


.heart {
	background: url(../images/web_heart_animation.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	cursor: pointer;
	position: absolute;
	left: -10px;
	top: -21px;
	background-size: 2900%;
}

.heart:hover,
.heart:focus {
	background-position: right;
}

@-webkit-keyframes heartBlast {
	0% {
		background-position: left;
	}

	100% {
		background-position: right;
	}
}

@keyframes heartBlast {
	0% {
		background-position: left;
	}

	100% {
		background-position: right;
	}
}

.heartAnimation {
	display: inline-block;
	-webkit-animation-name: heartBlast;
	animation-name: heartBlast;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(28);
	animation-timing-function: steps(28);
	background-position: right;
}

.feed p {
	font-size: 25px;
	padding-top: 0px;
	margin-left: 60px;
	display: none;
	color: #4191ea;
}

.feed {
	clear: both;
	height: 50px;
	position: relative;
	display: flex;
}

.likeCount {
	margin-top: 0px;
	margin-left: 8px;
	font-size: 25px;
	color: #4191ea;
	margin-left: 70px;
}

.zanyi {
	width: 120px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 10px;
	border: 1px solid #4191ea;
	text-align: center;
}

/******************/
.zs-list {
	display: flex;
	flex-wrap: wrap;
}

.zs-list .item {
	width: 585px;
	margin: 20px 30px 0 0;
	padding: 20px 15px 10px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: all .3s;

}

.zs-list .item:nth-child(2n) {
	margin-right: 0;
}

.zs-list .item .qus {
	border-bottom: 1px dashed #dcdcdc;
	line-height: 30px;
	padding: 0 0 10px 37px;
	font-size: 18px;
	color: #3e3e3e;
	background: url(../images/qus.jpg) top left no-repeat;
}

.zs-list .item .ans {
	line-height: 30px;
	margin-top: 15px;
	padding: 0 0 0px 37px;
	color: #5e5e5e;
	background: url(../images/ans.jpg) top left no-repeat;
}

.zs-list .item:hover {
	transform: translate(0, -5px);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.zs-list .item:hover .qus {
	color: #4191ea;
	font-weight: bold;
}

/*****************/
.baoming-box {
	background: url(../images/bm-bg.jpg) top center no-repeat;
	padding-bottom: 40px;
	overflow: hidden;
}

.bm-title {
	margin-top: 50px;
	font-size: 36px;
	color: #fff;
	font-style: italic;
	text-align: center;
}

.bm-form {
	width: 980px;
	margin: 0 auto;
	padding: 50px;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	margin-top: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bm-form .item {
	margin: 25px 0 0;
	display: flex;
	justify-content: center;
}

.bm-form .item .tbt {
	width: 140px;
	text-align: right;
	color: #494949;
	font-size: 16px;
	line-height: 50px;
}

.bm-form .item .tbr {
	width: 340px;
}

.bm-inp8 {
	height: 50px;
	line-height: 48px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding-left: 14px;
	width: 340px;
}

.bm-form .bm-sub {
	border-radius: 44px;
	width: 200px;
}

.sex-rad {
	display: flex;
	margin-top: 10px;
	font-size: 14;
}

.radio {
	margin: 0.5rem 2rem .5rem .5rem;
}

.radio input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
	outline: none;
	border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
	margin-right: 0;
}



/************************/

.index .video {
	position: relative;
	height: 828px;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}

.index .video .cover:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.index .video:hover .cover:before {
	background: rgba(0, 0, 0, 0);
}

.index .video .close {
	color: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
	line-height: 50px;
	font-size: 30px;
	width: 50px;
	text-align: center;
	z-index: 3;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.index .video .close:hover {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.index .video .video {
	/*position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.index .video video {
	width: 100%;
	/*height: 100%;*/
	background: #000;
}

.index .video .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	z-index: 4;
}

.index .video .playbtn,
.videocenter .main .cover .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: #fff url(../images/bfang.png) center no-repeat;
	background-size: 24px auto;
	margin: -25px;
	color: #9a9998;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
}

.index .video .playbtn:hover,
.videocenter .main .cover .btn:hover {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: -30px;
}

.index .video .playbtn .iconfont,
.videocenter .main .cover .btn .iconfont {
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
	display: inline-block;

}

.index .video .playbtn:before,
.videocenter .main .cover .btn:before {
	content: '';
	display: block;
	width: 180px;
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -90px;
	background: url(../images/playcircle.png) no-repeat top center;
	animation: mybox 10s infinite linear;
}
@keyframes mybox {
	0%{transform: rotate(0deg);}
	25%{transform: rotate(90deg);}
	50%{transform: rotate(180deg);}
	75%{transform: rotate(270deg);}
	100%{transform: rotate(360deg);}
}
.index .video .playbtn:hover:before,
.videocenter .main .cover .btn:hover:before {
	transform-origin: center;
}

.index .video .playbtn h2,
.videocenter .main .cover .btn h2 {
	font-weight: normal;
	font-size: 26px;
	color: #fff;
	transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	text-transform: uppercase;
	position: absolute;
	width: 300px;
	text-align: center;
	left: 50%;
	margin-left: -150px;
	top: 120px;
}

.index .video .playbtn:hover h2 {
	top: 125px;
}

.index .video .playbtn h2 span {
	display: inline-block;
}

.video-more {
	font-weight: normal;
	font-size: 26px;
	color: #fff;
	transition: all .1s ease-out;
	position: absolute;
	text-transform: uppercase;
	width: 300px;
	text-align: center;
	left: 50%;
	margin-left: -150px;
	top: 160px;
	text-decoration: underline;
}

.indexvideo .close {
	background: #fff;
}


.videocenter .main {
    position: relative;
    height: 828px;
}

.videocenter .main .close {
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 50px;
    font-size: 40px;
    width: 50px;
    text-align: center;
	z-index: 3;
	background: url(../images/close9.jpg);
}

.videocenter .main .video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.videocenter .main .video video {
    width: 100%;
    height: 100%;
    background: #000;
}

.videocenter .main .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    z-index: 4;
}

.videocenter .main .cover .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-position: center;
    margin: -100px;
}

.videocenter .content {
    background: #f5f5f5;
    padding: 55px 0;
}

.pro-pos .swiper-slide .item {
    position: relative;
 
}

.pro-pos .swiper-slide .item a {
    display: block;
    background: #fff;
}

.pro-pos .swiper-slide .face {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pro-pos .swiper-slide .face:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.pro-pos .swiper-slide a:hover .face:before {
    background: rgba(0, 0, 0, 0);
}

.pro-pos .swiper-slide .item p {
    display: block;
    line-height: 24px;
    font-size: 16px;
    padding: 20px 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-top: 0;
}

.pro-pos .swiper-slide .con {
    padding: 0 50px;
}

.pro-pos .swiper-slide .arrows .arrow a {
    position: absolute;
    top: 50%;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #b3a59a;
    border: 1px solid #b3a59a;
    border-radius: 100%;
    margin-top: -25px;
}

.pro-pos .swiper-slide .arrows .arrow.next a {
    right: 0;
}

.sq-tit {
	text-align: center;
	font-size: 36px;
	color: #10069f;
	margin-top: 50px;
}

.sq-box8 {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sq-box8 .item {
	width: 48%;
	margin-top: 20px;
}

.sq-box8 .item .tbt {
	color: #000000;
	font-size: 20px;
	line-height: 48px;
}

.mark {
	color: #ff0000;
}

.sq-box8 .item:last-child {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.sq-box8 .item .tbr {
	width: 100%;
	height: 60px;
	line-height: 58px;
	background: #fff;
	border: 1px solid #cfcfcf;
	padding-left: 15px;
	font-size: 20px;
	margin-top: 10px;
	display: flex;

}

.sq-inp {
	width: 100%;
	height: 60px;
	line-height: 58px;
	background: #fff;
	border: 1px solid #cfcfcf;
	padding-left: 15px;
	font-size: 20px;
	margin-top: 10px;
}

.sz-sel {
	width: 30%;
	font-size: 20px;
}

.tbtag {
	color: #676767;
	font-size: 20px;
	line-height: 80px;
}

.sq-sub {
	display: block;
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #10069f;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	cursor: pointer;
}
.con-tit {
	color: #000000;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.show-wei {
	box-shadow: 0 0 5px rgba(0, 0, 0, .6);
	border: 5px solid #fff;
	position: absolute;
	top: 84px;
	left: -58px;
	display: none;
}

.show-wei img {
	display: block;
	width: 200px;
	height: 200px;
}

.wei-btn:hover .show-wei {
	display: block;
}

.con-tree {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.con-tree .item {
	width: 370px;
	height: 370px;
	border: 2px solid #10069f;
	background: #fff;

}

.con-tree .item img {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.con-tree .item .tbc {
	width: 280px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 25px;
}

.con-tree .item .tbc .taga {
	width: 53px;
	height: 53px;
	text-align: center;
	border: 1px solid #373737;
	border-radius: 5px;
	padding-top: 5px;
	line-height: 20px;
}

.con-tree .item .tbc .tbr {
	width: 200px;
	padding-top: 5px;
	line-height: 20px;
}

#containermap2 {
	width: 100%;
	height: 590px;
	margin-top: 50px;
	background-color: #eee
}

.title8 {
	color: #10069f;
	font-size: 20px;
	margin-bottom: 10px;
}

.pro-nav {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.pro-nav a {
	background: #fff;
	height: 70px;
	line-height: 66px;
	border-radius: 70px;
	border: 2px solid #10069f;
	width: 360px;
	text-align: center;
	font-size: 24px;
	margin: 0 50px;
}

.pro-nav a.pro-on {
	background: #10069f;
	color: #fff;
}







body {
	padding-top: 84px;
	
}
.hd-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
