﻿.Main {
	width: 100%;
}

.main1 {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}

/* 轮播 */
.content_main .lunbo {
	width: 100%;
	height: 100%;
	/* border: 1px solid blue; */
	/* padding: 25px 0 0 25px; */
}

.lunbo .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid red; */
}

/* 轮播图片 */
.box_img ul {}

.box_img ul li {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.box_img ul li img {
	display: block;
	width: 100%;
	/* height: 350px; */
}

.box_img ul li h2 {
	position: absolute;
	left: 0;
	bottom: 18px;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 120, .4);
	/* text-indent: 2em; */
	padding-left: 10px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

/*  轮播圆点*/
.box_circle {
	position: absolute;
	right: 47%;
	bottom: 14px;
}

.box_circle ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box_circle ul .on {
	background: rgba(255, 255, 255, 0.6);
}

/* icon */
.main2 {
    width: 1130px;
 
    margin: 30px auto;
}

.main2 ul {
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

.main2 ul li {
	width: 215px;
	height: 150px;
	float: left;
	margin-bottom: 30px;
	/* border: 1px solid; */
}

.main2 ul li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main2 ul li a img {
	width: 90px;
	height: 90px;
}

.main2 ul li a span {
	margin-top: 15px;
	font-size: 18px;
	color: #333;
}

.main2 ul li a:hover {
	cursor: pointer;
}

.view-sep {
	height: 5px;
	width: 1300px;
	margin: 70px auto;
	overflow: hidden;
}

.view-sep:before {
	float: left;
}

.view-sep:after {
	float: right;
	background: linear-gradient(to right, #199ED6, transparent);
}

.view-sep:before {
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	background: linear-gradient(to left, #199ED6, transparent);
}

.view-sep:after {
	content: "";
	display: block;
	height: 100%;
	width: 50%;

}

.view-title {
	text-align: center;
	color: #199ED6;
	font-size: 2em;
	margin-bottom: 30px;
}

.view-content {
	color: #666;
	line-height: 2em;
	margin-bottom: 30px;
	width: 1300px;
	margin: 60px auto 120px;
	text-align: left;
	text-indent: 2em;
	font-size: 18px;
	word-break: break-all;
}
.view-content p{
	line-height: 2.5em;
	text-indent: 2em;
}
.main2 ul .on{
	    border-radius: 16px;
	    box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 20%);
	    padding: 10px 0;
}


.oldModel .main1,
.oldModel .main2,
.oldModel .view-sep,
.oldModel .view-content{
    width: 85%;
}

.oldModel .box_circle{
    display: none;
}
.oldModel .box_img ul li img{
    height: 100%;
}
.oldModel .main2 ul li{
    width: 12.5%;
}
.oldModel .main2{
    height: auto;
}
.oldModel .view-sep{
    margin: 20px auto;
}
.oldModel .view-title{
    margin: 0;
}
.oldModel .view-content{
    margin: 30px auto;
}
