﻿@charset "utf-8";

nav .box li:nth-child(6) a {
	font-weight: bold;
	border-bottom: 2px solid rgb(255, 255, 255);
}

nav .subnav-zong #subnav6 {
	display: block;
}

.sm-div {
	width: 1200px;
	margin: 0 auto;
}

.zjlz {
	margin-top: -120px;
	min-width: 1200px;
}
.banner img{
	width: 100%;
}

.container {
	width: 1200px;
	margin: 30px auto 0;
	justify-content: space-between;
}

.container .title {
	margin-bottom: 40px;
}

.zjlz-one {
	width: 100%;
	padding-top: 1px;
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.zjlz-one .container {
	flex-direction: column;
}

.zjlz-one .container .middle .pic {
	margin-right: 45px;
	width: 230px;
	height: 175px;
	object-fit: cover;
}

.middle .right .icon {
	margin-bottom: 10px;
	margin-top: -15px;
}

.zjlz-one .container .middle {
	display: flex;
	margin-bottom: 30px;
}

.middle .right p {
	font-size: 16px;
	line-height: 30px;
	color: #404040;
}

.zjlz-two {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

.zjlz-two-li {
	width: 310px;
	height: 110px;
	background: url(ul-li1.png) no-repeat;
	background-size: cover;
	transition: all 0.6s;
	margin-right: 14px;
}

.zjlz-two-li:hover {
	transform: scale(1.05);
}

.zjlz-two-li:nth-child(2) {
	background: url(ul-li2.png) no-repeat;
	background-size: cover;
}

.zjlz-two-li:nth-child(3) {
	background: url(ul-li3.png) no-repeat;
	background-size: cover;
}

.zjlz-two-li:nth-child(4) {
	background: url(ul-li4.png) no-repeat;
	background-size: cover;
}

.zjlz-two-li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 130px;
	font-size: 16px;
	font-weight: bold;
}

.banner-title {
	width: 1200px;
	height: 95px;
	margin: 40px auto;
}

.xwd {
	width: 1200px;
	margin: 0 auto 30px;
overflow: hidden;
}


.xwd_right .one_ul li {
	margin-right: -5px;
	height: 130px;
	width: 164px;
	float: left;
	margin-left: 3%;

}

.xwd_right .one_ul li:nth-child(1) {
	background-color: #E2885A;
}

.xwd_right .one_ul li:nth-child(2) {
	background-color: #E25861;
}

.xwd_right .one_ul li:nth-child(3) {
	background-color: #906DEB;
}

.xwd_right .one_ul li:nth-child(4) {
	background-color: #4483EC;
}

.xwd_right .one_ul li:nth-child(5) {
	background-color: #4FC3B1;
}

.xwd_right .one_ul li:nth-child(6) {
	background-color: #BD52AB;
}

.guihua {
	height: 29px;
	width: 143px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
	line-height: 29px;
	font-size: 18px;
}

.gui1 {
	background-color: #E8743A;
}

.gui2 {
	background-color: #E8323E;
}

.gui3 {
	background-color: #744CDA;
}

.gui4 {
	background-color: #2568DA;
}

.gui5 {
	background-color: #1FA991;
}

.gui6 {
	background-color: #A42089;
}

.guihua p {
	font-size: 20px;
	margin-left: -2px;
	margin-top: 20px;
}

.banner-title img {
	width: 1200px;
}

.xwd_right .one_ul li a {
	color: #fff;
	font-size: 16px;
}

.ywdt-three_title {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 70px;
	margin-bottom: 60px;
}

.ywdt-three_title img {
	vertical-align: sub;
}

.ywdt-three_title .more {
	font-size: 16px;
	color: #115db2;
	float: right;
}

.content_ul li {
	position: relative;
	line-height: 51px;
	height: 51px;
	/* margin-bottom: 26px; */
}

.all_ul {
	display: flex;
}

.all_ul .content_ul {
	width: 590px;
	margin-right: 20px;
}

.all_ul .content_ul:nth-of-type(2n) {
	margin-right: 0;
}

.content_ul li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #115db2;
	transform: rotate(-45deg);
	left: 0;
	top: 25px;
}

.content_ul li:last-of-type {
	margin-bottom: 0;
}

.content_ul li .title {
	font-size: 16px;
	color: #333333;
	width: 500px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	padding-left: 13px;
}

.content_ul li:hover .title {
	color: #115db2;
}

.content_ul li .time {
	color: #999999;
	font-size: 16px;
	float: right;
}

.content_ul li:hover .time {
	color: #115db2;
}

.last_div {
	width: 100%;
	padding-bottom: 74px;
	padding-top: 20px;
	height: 500px;
	background: url(dibu.png) no-repeat bottom;
}

.content {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: auto;
}

.content a {
	width: 15%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #B8CFF3;
	border: solid 1px #B8CFF3;
	margin: 14px 0.8% 0;
	overflow: hidden;
}

.pic_div {
	width: 1200px;
	margin: 0 auto;
}

.pic_div_left {
	position: relative;
	width: 380px;
	height: 475px;
	display: inline-block;
	margin-right: 18px;
	overflow: hidden;
	float: left;
}

.pic_div_left img {
	object-fit: cover;
	width: 380px;
	height: 475px;
}

.pic_div_left p {
	width: 380px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgb(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.pic_div_right_a {
	display: inline-block;
	width: 390px;
	height: 230px;
	position: relative;
	margin-right: 16px;
	overflow: hidden;
}

.pic_div_right_a:nth-of-type(2n) {
	margin-right: 0;
}

.pic_div_right_a img {
	width: 390px;
	height: 230px;
	object-fit: cover;
}

.pic_div_right_a p {
	width: 390px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgb(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.pic_div img:hover {
	transform: scale(1.05);
	transition: all 0.6s;
}

.title img {
	width: 1200px;
}

.left {
	height: 560px;
	width: 360px;
	background: url(zuoce.png) no-repeat;
	display: inline-block;
}

.left .menu {
	height: 48px;
	line-height: 48px;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.left ul {
	margin-top: 24px;
    overflow: overlay;
    height: 490px;
    padding: 0 23px;
}

.left ul li {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 32px;
}

.left ul li a {
	color: #ffffff;
}

.right {
	width: 783px;
	position: relative;
	float: right;
}

.one-top {
	width: 783px;
	height: 48px;
	background-color: #085db3;
	line-height: 48px;

}

.one-top img {
	width: 31px;
	margin-left: 18px;
}

.one-top a {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 48px;
	position: absolute;
	margin-left: 10px;
}

.normal-ul-li {
	position: relative;
	height: 48px;
	line-height: 48px;
	text-indent: 8px;
	padding: 0 6px;

}

.normal-ul-li::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #404040;
	border-radius: 50%;
	left: 8px;
	top: 25px;
}

.normal-ul-li .caption {
	display: inline-block;
	width: 70%;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.normal-ul-li a .time {
	float: right;
	color: #999;
}

.container1 {
	width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;

}

.fzgh-three-con {
	width: 48.3%;

}

.ln-title {
	display: flex;
	position: relative;
	/* padding-left: 8px; */
	margin-bottom: 15px;

	border-bottom: 2px solid #DFEDF9;
}

}

.ln-title p {
	width: 5px;
	height: 30px;
	margin-right: 10px;
	background-color: #115db2;
}

.ln-title h2 {
	color: #115db2;
	font-size: 24px;
	border-bottom: 2px solid #115db2;
	padding-bottom: 4px;
	margin-bottom: -2px;
	padding-bottom: 5px;
}

.ln-title a {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #919191;
}

@media screen and (max-width: 1200px) {
	.banner{
		width: 100%;
	}
	.banner img{
		width: 100%;
	}
	.container,.container1,.content{
		width: 100%;
	}
	.container1{
		display: inline-block;
	}
	.title{
		width: 98%;
	}
	.container .title{
		margin-bottom: 10px;
	}
	.title img{
		width: 98%;
	}
	.zjlz,.zjlz-one,.zjlz-two{
		width: 100%;
	}
	.banner-title{
		width: 98%;
		margin: 0 0;
		height: 40px;
	}
	.xwd{
		width: 98%;
		margin: auto;
	}
	.ywdt-three_title{
		width: 98%;
		 margin-top: 40px; 
		margin-bottom: 10px;
	}
	.fzgh-three-con {
	    width: 98%;
		margin-bottom: 10px;
	}
	.left{
		width: 98%;
		background: url(zuoce.png) no-repeat;
		background-size: 100%;
	}
	.right {
	    width: 100%;
	    position: relative;
	    float: none; 
	}
	.banner-title img {
	    width: 100%;
		
	}
	.zjlz{
		min-width: 420px;
		margin-top: -50px;
		padding: 1%;
	}
	.one-top {
	    width: 98%;
	    height: 48px;
	    background-color: #085db3;
	    line-height: 48px;
		margin-top: 10px;
	}
	.last_div {
	    width: 100%;
	    margin-top: 0px;
		padding: 0px;
		height: auto;
		padding-bottom: 30px;
	}
	.content a {
	    width: 20%;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    background-color: #B8CFF3;
	    border: solid 1px #B8CFF3;
	    margin: 5px 2.5%;
	    overflow: hidden;
	}
	.ln-title {
	    margin-left: 10px;
	}
	
}

@media screen and (max-width: 768px) {
	.banner{
		width: 100%;
	}
	.banner img{
		width: 100%;
	}
	.container,.container1,.content{
		width: 100%;
	}
	.container1{
		display: inline-block;
	}
	.title{
		width: 98%;
	}
	.container .title{
		margin-bottom: 10px;
	}
	.title img{
		width: 98%;
	}
	.zjlz,.zjlz-one,.zjlz-two{
		width: 100%;
	}
	.banner-title{
		width: 98%;
		margin: 0 0;
		height: 40px;
	}
	.xwd{
		width: 98%;
		margin: auto;
	}
	.ywdt-three_title{
		width: 98%;
		 margin-top: 40px; 
		margin-bottom: 10px;
	}
	.fzgh-three-con {
	    width: 98%;
		margin-bottom: 10px;
	}
	.left{
		width: 98%;
		background: url(zuoce.png) no-repeat;
		background-size: 100%;
	}
	.right {
	    width: 100%;
	    position: relative;
	    float: none; 
	}
	.banner-title img {
	    width: 100%;
		
	}
	.zjlz{
		min-width: 420px;
		margin-top: -50px;
		padding: 1%;
	}
	.one-top {
	    width: 98%;
	    height: 48px;
	    background-color: #085db3;
	    line-height: 48px;
		margin-top: 10px;
	}
	.last_div {
	    width: 100%;
	    margin-top: 0px;
		padding: 0px;
		height: auto;
		padding-bottom: 30px;
	}
	.content a {
	    width: 20%;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    background-color: #B8CFF3;
	    border: solid 1px #B8CFF3;
	    margin: 5px 2.5%;
	    overflow: hidden;
	}
	.ln-title {
	    margin-left: 10px;
	}
}
