.cont1,
.footer,
#flow {
	transition: all 0.5s;
}

.cont1 {
	top: 39.9vw;
}

.lunbox {
	width: 100%;
	height: 33.177vw;
	position: fixed;
	top: 78px;
}

.lunbox .swiper-container {
	width: 100%;
	height: 100%;
}

.lunbox .swiper-slide {
	width: 100% !important;
	height: 33.177vw !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 25px;
	height: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	font-size: 18px;
	width: 50px;
	height: 1px;
	color: #fff;
	background: rgba(250, 250, 250, .5);
	opacity: 1;
	margin: 0;
	position: relative;
	font-family: 宋体;
	border-radius: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet i {
	width: 52px;
	height: 1px;
	position: absolute;
	top: 11px;
	right: 0;
	display: none;
}

.swiper-pagination-bullet-active {
	background: rgba(250, 250, 250, 1) !important;
	height: 3px !important;
	top: 1px;
}

.swiper-pagination-bullet-active i {
	display: inline-block !important;
	background: #e4aa0d !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	width: 51px;
	height: 15px;
	background-image: url(/static/images/index/prev.png) !important;
	background-size: 51px 15px;
	top: 98.2%;
	left: 39%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	width: 51px;
	height: 15px;
	background-image: url(/static/images/index/next.png) !important;
	background-size: 51px 15px;
	top: 98.2%;
	right: 39%;
}

.shuzi {
	width: 100vw;
	height: auto;
	padding: 2.604vw 0 0;
	background: #fff;
}

.shuzi p {
	text-align: center;
	color: #616161;
}

.shuzi p.tit {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}

.shuzi p.js {
	font-size: 50px;
	letter-spacing: 8px;
}

.shuzi .fud {
	/*margin-top: .781vw;*/
	line-height: 25px;
	font-size: 14px;
	color: #7b7b7b;
}
.shuzi .f30 {
    font-size: 30px;
        letter-spacing: 6px;
}

.shuzi .fud p {
	width: 1560px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

.shuzi .fud p span {
	line-height: 45px;
	font-size: 15px;
	margin-right: 67px;
}

.shuzi .fud p span:last-child {
	margin-right: 0;
}

.case {
	width: 100%;
	height: auto;
	padding-top: 2.604vw;
	background: #fff;
	padding-bottom: 2.604vw;
}

.case .title {
	width: 100%;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.case .title ul {
	width: 100vw;
	margin: .938vw 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.case .title ul li {
	width: 25%;
	height: 100%;
	padding: 10px 25px;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #dadada;
	display: flex;
	align-items: center;
	justify-content: center;
	
}


.case .title ul li:last-child {
	border-right: 0;
}

.case .title ul li .img1 {
	width: 44px;
	height: auto;
	display: inline-block;
}

.case .title ul .on .img1 {
	width: 44px;
	height: auto;
	display: none;
}

.case .title ul li .img2 {
	width: 44px;
	height: auto;
	display: none;
}

.case .title ul .on .img2 {
	width: 44px;
	height: auto;
	display: inline-block;
}

.case .title ul li .zi {
	font-size: 20px;
	font-weight: bold;
	color: #6b6b6b;
	display: inline-block;
	position: relative;
	top: 2px;
	left: 10px;
	margin-left: 0;
	transition: all .5s;
}
.case .title ul li:hover .zi {
    margin-left: 20px;
    color: #3e88f1;
}
.case .title ul li:hover .img1 {
    display: none;
}
.case .title ul li:hover .img2 {
    display: inline-block;
}
.case .title ul li p {
	font-size: 12px;
	color: #7b7b7b;
	text-align: center;
	line-height: 28px;
}

.case .title ul li.on .img1 {
	opacity: 0;
}

.case .title ul li.on .img2 {
	opacity: 1;
}

.case .title ul li.on .zi {
	color: #3e88f1;
}

.case .title ul li.on p {
	color: #3e88f1;
}

.case .anlis {
	display: none;
	width: 100vw;
	height: auto;
	padding-top: 2.083vw;

}

.case .ads {
	display: block;
}

.case .anlis dl {
	width: 81.25vw;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.case .anlis dl dd {

	width: 26.042vw;
	min-height: 17.188vw;
	margin-right: 1.563vw;
	margin-bottom: 1.563vw;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 2px 15px 0px rgba(6, 0, 1, 0.4);
}

.case .anlis dl dd:nth-of-type(3n) {
	margin-right: 0;
}

.case .anlis dl dd a {
	display: block;
	width: 100%;
	height: 100%;
}

.case .anlis dl dd img {
	width: 100%;
	height: 14.844vw;
	overflow: hidden;
	transition: all 0.6s;
}

.case .anlis dl dd p.wenzi {
	width: 100%;
	height: 45px;
	position: relative;
	display: flex;
	justify-content: center;
}

.case .anlis dl dd p.wenzi span {
	height: 45px;
	line-height: 45px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case .anlis dl dd p.wenzi span.name {
	font-size: 16px;
}

.case .anlis dl dd p.wenzi span.adds {
	right: 18px;
	font-size: 12px;
	color: #818181;
}

.one {
	-ms-transform: scale(0.92);
	-webkit-transform: scale(0.92);
	transform: scale(0.92);
}

.case .anlis .more {
	display: block;
	width: 190px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	margin: 10px auto 0;
	text-align: center;
	border: 1px solid #cfcfcf;
	color: #3e88f1;
	box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.4);
}

.templete {}

.t-bg {
	background-color: #F0F0F0;
}

.t-nav {
	width: 100vw;
	display: flex;
	justify-content: center
}

.t-nav ul {
	width: 81.302vw;
	display: flex;
}

.t-nav ul li {
	width: calc(100% / 3);
	text-align: center;
	font-size: 20px;
	color: #616161;
	height: 39px;
	line-height: 39px;
	background-color: #d5d5d5;
	cursor: pointer;
	transition: all .5s;
}

.t-nav ul li:nth-child(2) {
	 background-color: #bfbfbf;
}
.t-nav ul li:hover {
    background-image: url(/static/images/index/long-s1.png);
    color: #fff;
}
.t-nav ul .t-ac {
	background-image: url(/static/images/index/long-s1.png);
	color: #fff;
}

.hd {
	width: 100vw;
	background: #fff;
	padding-bottom: 5.208vw;
}

.hdcon {
	width: 81.25vw;
	height: auto;
	margin: 2.604vw auto 0;
}

.hdcon ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hdcon ul li {
	width: 144px;
	height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #707070;
	border: 1px solid #cfcfcf;
	margin-right: 10px;
	cursor: pointer;
}

.hdcon ul li:last-child {
	margin-right: 0;
}

.hdcon ul li img {
	width: 24px;
	height: auto;
	margin-right: 10px;
}

.hdcon ul li.on1 {}


.hdcon .hdca {
	width: 100%;
	height: auto;
	margin-top: 2.083vw;
	display: none;
}

.hdcon .on2 {
	display: block;
}

.hdcon .hdca dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}

.hdcon .hdca dl dd {
	width: 19.844vw;
	/* height: 12.656vw; */
	float: left;
	margin-right: .573vw;
	margin-bottom: 1.458vw;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	overflow: hidden;
}

.hdcon .hdca dl dd a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.hdcon .hdca dl dd:nth-of-type(4n) {
	margin-right: 0;
}

.hdcon .hdca dl dd a img {
	width: 100%;
	height: 12.656vw;
	display: block;
	transition: all .5s;
}
.hdcon .hdca dl dd a:hover  img{
	transform: scale(0.9);
}

.hdcon .hdca dl dd a p.wenzi {
	width: 100%;
	height: 45px;
	padding-left: .833vw;
	background: #fff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	transition: all .5s;
}
.hdcon .hdca dl dd a:hover p.wenzi{
    bottom:20%;
}
.hdcon .hdca dl dd a p span {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
}
.hdcon .hdca dl dd a p .st {
    color: #000;
}
.hdcon .hdca dl dd a p span:nth-of-type(2) {
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	top: -2px;
}

.hdcon .hdca dl dd a p.more {
	width: 37px;
	height: 15px;
	line-height: 10px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right: 15px;
	bottom: 16px;
	border: 1px solid #bfbfbf;
	color: #8e8e8e;
}

.hdcon .hdca .mores {
	display: block;
	width: 190px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	margin: 10px auto 0;
	text-align: center;
	border: 1px solid #cfcfcf;
	color: #3e88f1;
	box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.4);
}

.news {
	width: 100vw;
	background-color: #fff;
	padding-bottom: 7.188vw;
}

.news .news-main {
	width: 81.25vw;
	margin: 2.917vw auto;
	display: flex;
}

.news .news-main .news-left {
	width: 41.563vw;
	height: 24.479vw;
	position: relative;
	display: block;
}

.news .news-main .news-left img {
	display: block;
	width: 100%;
	height: 24.479vw;
}

.news .news-info {
	position: absolute;
	bottom: 0;
	padding: 0 0 1.51vw 1.406vw;
	box-sizing: border-box;
}

.news .news-info .news-info-main {
	display: flex;
	align-items: center;
}

.news .news-info-title {
	font-size: 20px;
	color: #ffffff;
	max-width: 36.719vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .news-info-time {
	width: 88px;
	height: 22px;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}

.news .news-info-text {
	max-width: 36.719vw;
	font-size: 15px;
	color: #ffffff;
	margin-top: .938vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-right {
	margin-left: 1.25vw;
}

.news-item {
	display: flex;
	margin-bottom: .625vw;
}

.news-item img {
	width: 19.219vw;
	height: 11.927vw;
}

.news-item .n-main {
	padding: 2.24vw .781vw 0 1.51vw;
	background-color: #F0F0F0;
	width: 19.219vw;
	height: 11.927vw;
	box-sizing: border-box;
}
.news-item:hover .n-main {
    background-color: #3E88F1;
}
.news-item .n-main .n-title {
	width: 100%;
	font-size: 20px;
	color: #616161;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item:hover .n-main .n-title {
    color: #fff;
}

.news-item .n-main .n-time {
	width: 88px;
	height: 22px;
	border: solid 1px #a7a7a7;
	line-height: 22px;
	text-align: center;
	color: #a7a7a7;
	font-size: 13px;
	margin: .938vw 0 .885vw;
}
.news-item:hover .n-main .n-time {
    color: #fff;
    border: solid 1px #fff;
}
.news-item .n-main .n-text {
	font-size: 12px;
	color: #616161;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-item:hover .n-main .n-text {
    color: #fff;
}
.news-item:last-child {
	margin-bottom: 0;
}
.news .more {
	display: block;
	width: 190px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	margin: 10px auto 0;
	text-align: center;
	border: 1px solid #cfcfcf;
	color: #3e88f1;
	box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.4);
}

@media (max-width:800px) {
	.shuzi p.js {
		font-size: 20px;
	}
	.shuzi .f30 {
	    font-size: 14px;
	}

	.shuzi {
		top: 54.2vw !important;
	}

	.case {
		top: 54.2vw !important;
	}

	.case .title ul {
		flex-wrap: wrap;
	}

	.case .title ul li {
		width: 50%;
		height: auto;
		flex-shrink: 0;
	}

	.case .anlis dl {
		width: 96%;
	}

	.case .anlis dl dd {
		width: 49%;
		margin-right: 2%;
		box-shadow: 0px 0px 4px 0px rgba(6, 0, 1, 0.4);
	}

	.case .anlis dl dd:nth-child(3n) {
		margin-right: 2%;
	}

	.case .anlis dl dd:nth-child(2n) {
		margin-right: 0;
	}

	.case .anlis dl dd img {
		height: auto;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		top: 91.2%;
		left: 13%;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		top: 91.2%;
		right: 13%;
	}

	.t-nav ul {
		width: 100%;
	}

	.t-nav ul li {
		font-size: 16px;
	}

	.case .title ul li .img1 {
		width: 25px;
	}

	.case .title ul .on .img2 {
		width: 25px;
	}

	.case .title ul li .zi {
		font-size: 16px;
	}

	.case .title {
		min-height: 0px;
	}

	.case .title ul {
		margin: 4px 0;
	}

	.hdcon {
		width: 96%;
	}

	.hdcon ul {
		flex-wrap: wrap;
	}

	.hdcon ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 6px;
	}

	.hdcon ul li:nth-child(2n) {
		margin-right: 0;
	}

	.hdcon .hdca dl dd {
		width: 49%;
		margin-right: 2%;
	}

	.hdcon .hdca dl dd:nth-child(2n) {
		margin-right: 0;
	}

	.hdcon .hdca dl dd a img {
		height: auto;
	}

	.news .news-main {
		width: 96%;
		flex-wrap: wrap;
	}

	.news .news-main .news-left {
		width: 100%;
		height: auto;
	}

	.news .news-main .news-left img {
		height: auto;
	}

	.news .news-info-title {
		max-width: 73.719vw;
		font-size: 16px;
	}

	.news .news-info-time {
		width: 66px;
		height: 22px;
		font-size: 12px;
	}

	.news .news-info-text {
		max-width: 73.719vw;
		font-size: 12px;
	}
	.news-right {
		margin-left: 0;
	}
	.news-item {
		width: 100%;
		margin: 10px 0;
	}
	.news-item img {
		width: 50%;
		height: auto;
	}
	.news-item .n-main {
		width: 50%;
		height: auto;
		padding-bottom: 10px;
	}
	.news-item .n-main .n-title {
		font-size: 16px;
	}
	.news-item .n-main .n-time {
		width: 70px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
}