@charset "utf-8";

/*banner*/
.banner a {
	display: block;
}

.banner .slick-slide img {
	width: 100%;
}

.banner .slick-dots {
	right: 50%;
	transform: translateX(-50%);
	bottom: 26px;
	text-align: center;
}

.banner .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.banner .slick-dots li button {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.4);
	border: 0;
}

.banner .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 1);
}


/*公用标题*/

.tit {
	height: 50px;
	line-height: 50px;
}

.tit h3 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-family: 'sySong';
	font-size: 38px;
	position: relative;
}

.tit h3 span {
	display: inline-block;
	vertical-align: 8px;
	padding-left: 10px;
	font-size: 20px;
	color: #e7e7e7;
	position: relative;
}

.tit h3 span::before {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	padding-right: 20px;
	width: 100%;
	height: 1px;
	background: #e7e7e7;
}

.tit h3 span::after {
	content: "";
	position: absolute;
	right: -39px;
	bottom: -4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
}

.more a {
	display: block;
	font-size: 14px;
	color: #912232;
	transition: all 0.3s;
}

.more a:hover {
	margin-right: 5px;
}


/*首页板块*/
.section0 {
	position: relative;
	top: -85px;
}

.s0-c ul li a {
	display: block;
	height: 185px;
	box-shadow: 0 0 49px rgba(0, 0, 0, 0.38);
	padding: 35px;
	transition: all 0.3s;
}


.s0-c ul li:first-child a {
	background: #ddab5e;
}

.s0-c ul li:nth-child(2) a {
	background: #2fabac;
}

.s0-c ul li:nth-child(3) a {
	background: #2e86cc;
}

.s0-c ul li:nth-child(4) a {
	background: #da543a;
}

.s0-c ul li:nth-child(5) a {
	background: #ddc75e;
}

.s0-c ul li:nth-child(6) a {
	background: #53b9d6;
}

.s0-c .slick-list {
	overflow: visible;
}

.s0-c ul li a h3 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.s0-c ul li a .svg {
	float: right;
	width: 55px;
	height: 60px;
	margin-top: 20px;
}

.s0-c ul li a .svg svg {
	width: 100%;
	height: 100%;
	fill: rgba(225, 225, 225, 0.4);
	stroke: none;
	transition: all 0.3s;
	stroke-width: 10;
	stroke-linecap: round;
	stroke-linejoin: miter;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}

.s0-c ul li a:hover {
	transform: scale(1.2);
}

.s0-c ul li a:hover .svg svg {
	fill: rgba(225, 225, 225, 1);
	stroke: none;
	stroke-width: 10;
	animation: jello 1s linear;
}

.bg1 {
	position: relative;
	position: relative;
	min-width: 960px;
	height: 600px;
	background: #fff;
	background-image: url(/zjc/images/bg1.jpg);
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg2 {
	position: relative;
	position: relative;
	min-width: 960px;
	height: 600px;
	background: #fff;
	background-image: url(/zjc/images/bg1.jpg);
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}



.section1 {
	padding: 50px 0;
}

.s1-l {
	float: left;
	width: 838px;
	margin-right: 72px;
}

.s1-lt {
	margin-top: 30px;
}

.s1-lt ul li {
	float: left;
	width: 387px;
	margin-left: 64px;
}

.s1-lt ul li:first-child {
	margin-left: 0;
}

.s1-lt ul li .pic {
	padding-top: 0;
	height: 268px;
	overflow: hidden;
}

.s1-lt ul li a:hover .pic img {
	transform: scale(1.1);
}

.s1-lt ul li a {
	display: block;
	position: relative;
}

.s1-lt ul li .s1-ltinfo {
	border: 1px solid #eee;
	padding: 20px;
	transition: all 0.3s;
}
.s1-lt ul li a:hover .s1-ltinfo{
	padding: 15px 20px 25px 20px;
}

.s1-lt ul li .s1-ltinfo p {
	font-size: 18px;
	line-height: 28px;
	max-height: 56px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s1-lt ul li a:hover .s1-ltinfo {
	color: #75111f;
}

.s1-ld {
	margin-top: 20px;
}

.public-list {}

.public-list li {
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	transition: all 0.3s;
}

.public-list li span {
	float: right;
	font-size: 14px;
	color: rgba(17, 17, 17, 0.4);
	padding-left: 15px;
}

.public-list li a {
	display: block;
	background: url(/zjc/images/icon1.png) no-repeat left center;
	padding-left: 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.public-list li a:hover {
	color: #75111f;
	margin-left: 5px;
	background: url(/zjc/images/icon1-1.png) no-repeat left center;
}

.public-list li:hover {
	padding: 0 20px;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(53, 53, 53, 0.21);
}


.s1-r {
	overflow: hidden;
}

.public-sjlist li:first-child a {
	margin-top: 30px;
}

.public-sjlist li a {
	display: block;
	margin-top: 40px;
	overflow: hidden;
}

.public-sjlist li:first-child a {
	border-top: 0;
}

.public-sjlist li .date {
	width: 72px;
	height: 72px;
	border: 1px solid #eee;
	margin-right: 20px;
	text-align: center;
	transition: all 0.3s;
}
.public-sjlist li a:hover .date{
	margin-right: 25px;
}

.public-sjlist li .date p {
	font-size: 28px;
	padding-top: 3px;
}

.public-sjlist li .date span {
	display: block;
	font-size: 14px;
	color: rgba(17, 17, 17, 0.34);
}

.public-sjlist li a:hover .date {
	border-color: #912232;
}

.public-sjlist li a:hover .date p {
	color: #912232;

}

.public-sjlist li a:hover .date span {
	color: rgba(145, 34, 50, 0.67);
}

.public-sjlist li h3 {
	font-size: 0;
	line-height: 56px;
	height: 56px;
	margin: 8px 0;
	overflow: hidden;
}

.public-sjlist li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 28px;
}

.public-sjlist li a:hover h3 p {
	color: #912232;
}


.section2 {
	padding: 30px 0 110px 0;
}

.s2-c {
	margin-top: 50px;
}

.s2-c ul li {
	float: left;
	width: 140px;
	margin-left: 11px;
	position: relative;
	z-index: 1;
}

.s2-c ul li:first-child {
	margin-left: 0;
}

.s2-c ul li a {
	display: block;
	width: 166px;
	height: 166px;
	margin: 0 auto;
	background: #fdf3f5;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.s2-c ul li a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 190px;
	height: 190px;
	background: transparent;
	border: 1px dashed #912232;
	border-radius: 50%;
	z-index: -1;
}

.s2-c ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	height: 50px;
	background: #912232;
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s;
}


.s2-c ul li a .pic1 {
	width: 55px;
	margin: 0 auto;
}

.s2-c ul li a svg {
	width: 100%;
	height: 55px;
	fill: #912232;
	margin-top: 30px;
}
.s2-c ul li a:hover svg{
	animation: jello 1s linear;
}

.s2-c ul li a p {
	font-size: 20px;
	margin-top: 20px;
}

.s2-c ul li:first-child,
.s2-c ul li:nth-child(3),
.s2-c ul li:nth-child(5) {
	margin-top: 230px;
}

.s2-c ul li:nth-child(2),
.s2-c ul li:nth-child(6) {
	margin-top: 80px;
}

.s2-c ul li:nth-child(7) {
	margin-top: 218px;
}
.s2-c ul li:nth-child(8) {
	margin-top: 18px;
}

.s2-c ul li:nth-child(9) {
	margin-top: 218px;
}
.s2-c ul li:first-child::after {
	content: "";
	position: absolute;
	left: 77%;
	top: -77px;
	background: url(/zjc/images/s2-zs1.png) no-repeat;
	width: 61px;
	height: 78px;
	z-index: -1;
}

.s2-c ul li:nth-child(2)::after {
	content: "";
	position: absolute;
	left: 77%;
	bottom: -20px;
	background: url(/zjc/images/s2-zs2.png) no-repeat;
	width: 65px;
	height: 40px;
	z-index: -1;
}

.s2-c ul li:nth-child(3)::after {
	content: "";
	position: absolute;
	left: 76%;
	top: -64px;
	background: url(/zjc/images/s2-zs3.png) no-repeat;
	width: 98px;
	height: 60px;
	z-index: -1;
}

.s2-c ul li:nth-child(4)::after {
	content: "";
	position: absolute;
	left: 82%;
	bottom: -64px;
	background: url(/zjc/images/s2-zs4.png) no-repeat;
	width: 100px;
	height: 70px;
	z-index: -1;
}

.s2-c ul li:nth-child(5)::after {
	content: "";
	position: absolute;
	left: 82%;
	top: -70px;
	background: url(/zjc/images/s2-zs5.png) no-repeat;
	width: 42px;
	height: 72px;
	z-index: -1;
}

.s2-c ul li:nth-child(6)::after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 20px;
	background: url(/zjc/images/s2-zs6.png) no-repeat;
	width: 67px;
	height: 46px;
	z-index: -1;
}

.s2-c ul li:nth-child(7)::after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 55px;
	background: url(/zjc/images/s2-zs7.png) no-repeat;
	width: 162px;
	height: 218px;
	z-index: -1;
}


.s2-c ul li:nth-child(3) a p {
	margin-top: 10px;
}

.s2-c ul li a:hover::after {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.s2-c ul li a:hover .pic1 svg {
	fill: #fff;
}

.s2-c ul li a:hover p {
	color: #fff;
}