@charset 'utf-8';

.index {
	padding-bottom: 45px;
}

.index:before { 
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-color: #0264cb;
}
.index .item-1 {
	margin-top: -10px;
	background-color: #fff;
	padding: 15px 25px;
	border-radius: 10px;
}

.index .item-1 .c1 {
	position: relative;
	height: 85px;
	padding-left: 110px;
	padding-right: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DAE0E5;
}

.index .item-1 .c1 i {
	position: absolute;
	left: 12px;
	top: -6px;
	display: inline-block;
	width: 83px;
	height: 84px;
	background-repeat: no-repeat;
	background-image: url(../img/common/c4.png);
}

.index .item-1 .c1 a {
	display: inline-block;
	width: 100%;
	height: 28px;
	*height: 34px;
	line-height: 28px;
	*line-height: 34px;
	max-width: 100%;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 27px;
	letter-spacing: 1px;
	color: #0163CB;
}

.index .item-1 .c1 a:hover {
	color: #0078f0;
}

.index .item-1 .c1 p {
	width: 100%;
	height: 17px;
	line-height: 17px;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	letter-spacing: 1px;
	color: #212121;
}

.index .item-1 .c2 {
	/* border-top: 1px solid #bbbbbb; */
	padding: 15px 0;
}

.index .item-1 .c2 .as {
	position: relative;
	float: left;
	width: 666px;
	height: 373px;
}

.index .item-1 .c2 .as .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.index .item-1 .c2 .as .img a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	opacity: 0;
	display: block;
	transition: all .3s;
}

.index .item-1 .c2 .as .img a.active {
	z-index: 1;
	opacity: 1;
}

.index .item-1 .c2 .as .img a img {
	width: 666px;
	height: 373px;
	display: block;
}

.index .item-1 .c2 .as .img p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	line-height: 45px;
}


.index .item-1 .c2 .as .img i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.index .item-1 .c2 .as .img span {
	position: relative;
	z-index: 1;
	display: block;
	width: 70%;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-indent: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .item-1 .c2 .as .point {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 3;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: right;
}


.index .item-1 .c2 .as .point span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-radius: 10px;
	margin: 17px 5px;
	cursor: pointer;
}

.index .item-1 .c2 .as .point span.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.index .item-1 .c2 .at {
	float: right;
	width: 437px;
	height: 373px;
}

.index .item-1 .c2 .at .tit {
	height: 40px;
	line-height: 40px;
	*line-height: 40px;
	border-bottom: 1px solid #E6ECF2;
}

.index .item-1 .c2 .at .tit span {
	display: inline-block;
	min-width: 100px;
	padding: 0 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	font-size: 20px;
	letter-spacing: 1px;
	color: #212121;
	float: left;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	font-weight: 500;
}

.index .item-1 .c2 .at .tit span.active {
	color: #ffff;
	background-image: linear-gradient(to right,#0264CB,#66b1ff);
}

.index .item-1 .c2 .at .tit a {
	display: none;
	vertical-align: top;
	font-size: 15px;
	color: #7F7F7F;
	float: right;
}
.index .item-1 .c2 .at .tit a.active{
	display: inline-block;
}
.index .item-1 .c2 .at .tit a:hover {
	color: #0264cb;
}
.index .item-1 .c2 .at ul {
	display: none;
	border-top: 1px solid transparent;
}
.index .item-1 .c2 .at ul.active {
	display: block;
}
.index .item-1 .c2 .at ul li {
	position: relative;
	height: 18px;
	line-height: 18px;
	padding-left: 18px;
	margin-top: 37px;
}

.index .item-1 .c2 .at ul li i {
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #E6E6E6;
	border-radius: 10px;
}

.index .item-1 .c2 .at ul li:hover i {
	background-color: #0264CB;
}

.index .item-1 .c2 .at ul li a {
	position: relative;
	display: block;
	height: 18px;
	padding-right: 130px;
	line-height: 18px;
	color: #222222;
	font-size: 16px;
	cursor: pointer;
}

.index .item-1 .c2 .at ul li a:hover {
	color: #0264cb;
}

.index .item-1 .c2 .at ul li a p {
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index .item-1 .c2 .at ul li a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999999;
}

.index .item-2 {
	position: relative;
	height: 120px;
	margin: 35px 0;
	overflow: hidden;
}

.index .item-2 a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: block;
	height: 120px;
	font-size: 0;
}

.index .item-2 a:first-child{
	z-index: 2;
}

.index .item-2 img {
	display: block;
	width: 1200px;
	height: 120px;
	border-radius: 5px;
}

.index .item-2 span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	user-select: none;
	height: 26px;
	padding: 0 5px;
	font-size: 15px;
	color: #fff;
	border-radius: 100px;
	background: rgba(0,0,0,.4);
}

.index .item-2 span i {
	font-style: normal;
}
.index .item-2 span:before {
	content: '﹤';
	font-size: 14px;
	opacity: 0.6;
	margin-right: 2px;
}
.index .item-2 span::after {
	content: '﹥';
	font-size: 14px;
	opacity: 0.6;
	margin-left: 2px;
}

.index .item-3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	/* background: #fff; */
	/* padding: 25px; */
	/* border-radius: 10px */
}

.index .item-3 .dt {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: repeat(2,1fr);
	width: 778px;
	float: left;
}
.index .item-3 .dt dl {
	width: 244px;
	height: 227px;
	margin-right: 30px;
	margin-bottom: 22px;
}
.index .item-3 .dt dl dt {
	width: 100%;
	height: 104px;
	border: 1px solid #007CFF;
}
.index .item-3 .dt dl dt .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 30px;
}
.index .item-3 .dt dl dt .tit div {
	display: inline-flex;
	align-items: center;
	height: 25.4px;
	margin-left: 2px;
	padding-right: 36px;
	padding-left: 2px;
	background-image: url(../img/index/model-tit.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.index .item-3 .dt dl dt .tit a {
	padding: 6px;
	font-size: 14px;
	color: #949494;
}
.index .item-3 .dt dl dt .tit a:hover {
	color: #000;
}
.index .item-3 .dt dl dd {
	padding-top: 8px;
}
.index .item-3 .dt dl dd a {
	position: relative;
	display: block;
	width: 100%;
	height: 23px;
	line-height: 23px;
	margin-bottom: 1px;
	padding-left: 30px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #000;
}
.index .item-3 .dt dl dd a:hover {
	text-decoration: underline;
	text-decoration-color: #3294f0;
}
.index .item-3 .dt dl dd a::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-right: 8px solid #459FFF;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.index .item-3 .dt dl dd a::after {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-left: 8px solid #459FFF;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.index .item-3 .zn {
	width: 334px;
	float: right;
}

.index .item-3 .zn .link {
	display: block;
	margin-top: 13px;
}

.index .item-3 .zn .link img {
	display: block;
	border-radius: 3px;
}

.index .item-3 .zn .link:hover {
	filter: brightness(1.1);
}

.index .item-4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
/**
 * 弹窗
 */
.pop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	overflow: auto;
	display: none;
}

.pop .content {
	width: 945px;
	margin: 50px auto;
	padding: 40px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #ededed;
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
}

.pop .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 12px;
}

.pop .tit span {
	color: #333;
	font-size: 25px;
	cursor: pointer;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.pop .top {
	display: flex;
	align-items: flex-start;
	padding: 25px 0;
}

.pop .top .desc {
	line-height: 20px;
	font-size: 12px;
	color: #808080;
}

.pop .top .desc h3 {
	color: #222;
	font-size: 17px;
	margin-bottom: 15px;
}

.pop .top .desc p {
	padding-bottom: 15px;
}

.pop .top .maimg {
	margin-left: 30px;
}

.pop ul {
	width: 100%;
	overflow: hidden;
}

.pop ul li {
	float: left;
	width: 278px;
	height: 254px;
	margin-bottom: 24px;
	margin-right: 14px;
}

.pop ul li:nth-child(3n) {
	margin-right: 0;
}

.pop ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pop ul li .ims {
	width: 100%;
	height: 156px;
	margin-bottom: 12px;
}

.pop ul li .ims img {
	display: block;
	width: 100%;
	height: 156px;
	border-radius: 5px;
}

.pop ul li .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #222;
}

.pop ul li .txt {
	margin-top: 4px;
	font-size: 12px;
	color: #808080;
}

.pop ul li .time {
	margin-top: 8px;
	font-size: 12px;
	color: #808080;
}