@charset "utf-8";



/* 首页搜索 */
.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.banner_box {
    position: relative;
}
.rd_search{
    width: 100%;
    display: flex;
    margin: 20px 0 0 0;
}
.rd_search a{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
}
.rd_search a:hover{color: #d88e06;}
.search_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    padding: 10px;
    z-index: 1;
    width: 1200px;
}

.search {
    width: 100%;
    margin-bottom: 50px;
    background: none;
}

.select-box {
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
}

.select-box select {
    width: 1px !important;
    height: 1px !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    overflow: hidden;
    padding: 0 !important;
}

.select2-container {
    background: none;
    margin: 0;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.select2-container .select2-selection--single {
    height: 46px;
    border: none;
    outline: 0;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-right: 30px;
    color: #444444;
    padding-left: 8px;
    display: block;
    width: 120px;
    margin-top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 0;
    height: 0;
    left: 50%;
    top: 45%;
    border-color: #ddd transparent transparent;
    border-width: 8px 6px 0;
    border-style: solid;
    position: absolute;
    margin-left: -4px;
    margin-top: -2px;
}

.search-qh-title {
    width: 100%;
}

.search-qh-title ul {
    overflow: hidden;
}

.search-qh-title ul li {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    position: relative;
    left: -16px;
    padding: 0 32px 0 47px;
    vertical-align: bottom;
    font-size: 16px;
}

.search-qh-title ul li:first-of-type {
    border-radius: 8px 0 0 0;
    padding: 0 52px 0 50px;
}

.search-qh-title ul li:last-of-type {
    border-radius: 0 8px 0 0;
}

.search-qh-title ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
}

.search-qh-title ul li::after {
    content: "";
    width: 60px;
    height: 29px;
    display: block;
    background: url(${v_link("/images/icon_search58.png")}) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 2px;
    left: 16px;
    z-index: 2;
}

.search-qh-title ul li.on {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    height: 54px;
    line-height: 54px;
    z-index: 2;
}

.search-qh-title ul li.on::before {
    border-bottom: 2px solid #FFB800;
    box-sizing: border-box;
    background-color: rgb(239, 139, 32);
}

.search-qh-title ul li:first-of-type.on::before {
    border-radius: 8px 10px 0 0;
}

.search-qh-title ul li p {
    position: relative;
    z-index: 3;
}

.search-qh-box .swiper-container {
    overflow: inherit;
}

.search-qh-box ul li.swiper-slide {
    padding: 30px 40px 30px !important;!i;!;
    border-radius: 0 8px 8px 8px;
    opacity: 0 !important;
    visibility: hidden;
}

.search-qh-box ul li.swiper-slide-active {
    opacity: 1 !important;
    visibility: inherit;
}

.search-qh-box ul li.swiper-slide:first-of-type {
    background: rgba(14, 93, 171, 0.8);
}

.search-qh-box ul li.swiper-slide:nth-of-type(2) {
    background: rgba(0, 126, 179, 0.8);
}

.search-qh-box ul li.swiper-slide:nth-of-type(3) {
    background: rgba(47, 141, 169, 0.8);
}

.search-input {
    width: calc(100% - 220px);
    position: relative;
}

.search-qh-box ul li.swiper-slide:nth-of-type(2) .search-input {
    width: calc(100% - 100px);
}

.search-qh-box ul li.swiper-slide:nth-of-type(3) .search-input {
    width: calc(100% - 100px);
}

.search-input .input1 {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    font-size: 16px;
    line-height: 48px;
    padding-left: 140px;
}

.search-qh-box ul li.swiper-slide:nth-of-type(3) .search-input .input1 {
    padding-left: 20px;
}

.search-input .search-icon {
    width: 25px;
    height: 100%;
    background: url(${v_link("/images/search.svg")}) no-repeat center center;
    background-size: auto 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.search-btn button {
    width: 100px;
    height: 48px;
    background: #D88E06;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    border: none;
    outline: none;
    margin-left: 10px;
    cursor: pointer;
}

.filter-box select {
    display: none;
}

.filter-text {
    width: 120px;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 30px 0 16px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.filter-text input {
    font-size: 16px;
    color: #666666;
}

.filter-text .filter-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
}

.filter-list {
    display: none;
    width: 100%;
    max-height: 195px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .1);
}

.filter-list li.filter-null a {
    color: #d2d2d2;
}

.filter-list li a {
    display: block;
    padding-left: 16px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid #EEE;
}

.filter-list li:hover {
    background-color: #f2f2f2;
}

.filter-list li.filter-selected a {
    color: #3D82F2;
}

.filter-list li.filter-disabled a {
    color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
    cursor: not-allowed !important;
    background-color: #F5F8FE;
}

.filter-text .icon {
    position: absolute;
}

.icon-filter-arrow {
    width: 30px;
    height: 48px;
    background: url(${v_link("/images/icon_arrow_down_x2.png")}) no-repeat center center;
    background-size: auto 6px;
    right: 0;
    top: 0;
}

.icon-filter-arrow.filter-show {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.filter-list::-webkit-scrollbar-track {
    background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
    background: #CBCBCB;
}


/* 首页搜索 */











/* 轮播图 */

.banner img {
	display: block;
	width: 100%;
}


/* 二级导航 */

.sec_nav {
	margin-top: -120px;
	position: relative;
	z-index: 111;
}

.sec_nav::after {
	content: "";
	background: #ffffff;
	width: 486px;
	height: 160px;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: -1;
}

.sec_tit {
	padding: 7px 65px;
}

.sec_tit p:first-child {
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
}

.sec_tit p:last-child {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #999999;
	opacity: 0.5;
}

.sec_nav ul {
	background-color: #0c529d;
	width: 82.85%;
	padding: 47.5px 157px;
}

.sec_nav li {
	display: inline-block;
	font-size: 0;
	width: 16%;
}

.sec_nav li a {
	font-size: 22px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	border-right: solid 1px rgba(204, 204, 204, 0.3);
	position: relative;
}

.sec_nav li:last-child a {
	border-right: none;
}

.sec_nav li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.sec_nav li:hover a:after {
	width: 100%;
}


/* 内容1 */

.content1 {
	margin-top: 65px;
}

.c1_tit span {
	display: inline-block;
}

.c1_tit>span:first-child {
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
}

.c1_tit>span:nth-child(2) {
	font-size: 28px;
	font-weight: bold;
	color: #0c529d;
	line-height: 45px;
	margin-left: 0;
}

.c1_tit>span:nth-child(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 45px;
	color: #999999;
	opacity: 0.5;
	margin-left: 20px;
}

.c1_tit a {
	float: right;
	padding-top: 10px;padding-right:28px;
}

.c1_tit a span {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
}

.c1_tit a span:nth-child(2) {
	color: #ffffff;
	background-color: #edbb6b;
	border-radius: 50%;
    padding: 0 3px;
}

.c1_tit a:hover span {
	color: #0c529d;
}

.c1_con {
	margin-top: 35px;
	/* overflow: hidden; */
}

.ons {
	display: block !important;
}

.c1_left .c1_l1,
.c1_l2 {
	width: 420px;
}

.c1_left .fl:first-child {
	margin-right: 14px;
}

.c1_right {
	overflow: hidden;
}

.c1_left .pic {
	padding-top: 65%;
	position: relative;
}

.c1s_con h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	max-height: 48px;
	overflow: hidden;
}

.c1s_con>p {
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	margin-top: 25px;
}

.c1s_con {
	padding: 45px;
	background-color: #ffffff;
	box-shadow: -6px 0px 15px 0px rgba(0, 0, 0, 0.2);
	padding-bottom: 93px;
}

.c1_block {
	font-size: 24px;
	line-height: 49px;
	color: #ffffff;
	background: url(../images/block.png) no-repeat;
	height: 49px;
	width: 120px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.c1_block1 {
	font-size: 24px;
	line-height: 49px;
	color: #ffffff;
	background: url(../images/block.png) no-repeat;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.c1_more {
	float: right;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	padding-right: 20px;
	background: url(../images/icon2.png) no-repeat right center;
}

.c1_left a:hover h4 {
	color: #0c529d;
}

.c1_left a:hover .c1_more {
	background: url(../images/icon1.png) no-repeat right center;
}

.c1_right {
	padding-left: 45px;
}

.c1_right li {
	padding-bottom: 33px;
	border-bottom: solid 1px rgba(153, 153, 153, 0.3);
}

.c1_right h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 15px;
}

.c1_right span {
	font-size: 14px;
	color: #666;
}

.c1_right li div {
	margin-top: 15px;
	margin-right: 40px;
}

.c1_right li div span {
	color: #999;
}

.c1_right li div span.m {
	font-size: 12px;
}

.c1_right li:first-child>span {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	max-height: 48px;
	overflow: hidden;
}

.m {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	padding-right: 20px;
	background: url(../images/icon2.png) no-repeat right center;
}

.c1_right li a:hover h4 {
	color: #0c529d;
}

.c1_right li a:hover .m {
	color: #0c529d;
	background: url(../images/icon1.png) no-repeat right center;
}

.c1_date p {
	font-size: 26px;
	line-height: 45px;
	color: #999999;
}

.c1_date span {
	font-size: 14px;
	line-height: 10px;
	color: #999999;
}

.c1_cons {
	padding-top: 15px;
}

.c1_cons span.m {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
}

.c1_cons p {
	line-height: 24px;
	max-height: 24px;
	overflow: hidden;
	padding-bottom: 5px;
}

.c1_right li a:hover .c1_cons p {
	color: #0c529d;
}

.c1_right li a:hover .c1_cons span {
	color: #0c529d;
}


/* 内容2 */

.content2 {
	margin-bottom:82px;
	position: relative;
}

.content2::before {
	content: "";
	background: url(../images/banner3.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 50%;
	margin-right: 34px;
	top: 0;
	height: 548px;
	z-index: -1;
}

.c2_left {
	width: 44%;
	padding-top: 60px;
}

.c2_data {
	width: 65px;
	height: 65px;
	border: solid 1px #0c529d;
}

.c2_data span:first-child {
	font-size: 26px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #0c529d;
}

.c2_data span {
	display: block;
	text-align: center;
}

.c2_right .c1_tit {
	margin-left: 10%;
}

.c2_right .c1_tit a {
	margin-right: -60px;
}

.c2_right ul li {
	display: inline-block;
}

.c2_right .c2_data span:first-child {
	font-size: 26px;
	line-height: 45px;
	color: #0c529d;
}

.c2_data span:last-child {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	background: #0c529d;
}

.c2_more a {
	display: none;
}

.c2_con ul {
	margin-top: 40px;
}

.c2_con ul li {
	margin-top: 20px;
}

.c2_con ul li p {
	line-height: 24px;
	margin-left: 104px;
	padding-right: 117px;
	max-height: 54px;
	overflow: hidden;
	padding-top: 9px;
}

.c2_con ul li a:hover p {
	color: #0c529d;
}

.c2_right {
	padding-top: 60px;
	position: absolute;
	max-height: 550px;
	left: 43.85%;
	right: 0;
	top: 0;
}

.c2_right .c1_tit li {
	cursor: pointer;
}

.c2_right .c1_tit li.on span:first-child {
	font-size: 28px;
    font-weight: bold;
    color: #0c529d;
    line-height: 45px;
    margin-left: 0;
}
.c2_right .c1_tit li.on span:nth-child2{
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
	color: #333;
}

.c2_right .c1_tit li.on span:last-child {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 45px;
    color: #999999;
    opacity: 0.5;
    margin-left: 20px;
}

.c2_right .c1_tit .c2_ts {
	font-size: 26px;
	line-height: 45px;
	color: #999999;
	margin-left: 50px;
}

.c2_more {
	margin-left: 39%;
}

.c2_boxs {
	position: relative;
	margin-top: 50px;
}

.c3_list {
	background: url(../images/list3.png) no-repeat;
	background-size: cover;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.21);
	padding-top: 35px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	margin: 0 10px;
	transition: all 0.3s ease;
}

.c3_date {
	margin-right: 20px;
}

.c3_date span {
	display: block;
}

.c3_date span:first-child {
	font-size: 26px;
	line-height: 45px;
	color: #666666;
}

.c3_date span:last-child {
	font-size: 10px;
	line-height: 10px;
	color: #999999;
}

.c3_cons {
	overflow: hidden;
}

.c3_cons h4 {
	line-height: 24px;
	font-weight: bold;
	max-height: 48px;
	overflow: hidden;
}

.c3_cons p {
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	max-height: 54px;
	overflow: hidden;
}

.c3_list:hover .c3_cons h4 {
	color: #ffffff;
}

.c3_list:hover .c3_date span {
	color: #ffffff;
}

.c3_list:hover .c3_cons p {
	color: #ffffff;
}

.c3_list:hover {
	background: #0c529d;
	transform: translateY(-30px);
}

.c3_box .slick-list {
	padding-right: 80px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.c3_box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
	z-index: -9;
}

.on {
	z-index: 9;
	opacity: 1;
	position: relative;
}

.c3_box button {
	font-size: 0;
	display: none;
}

.c3_box .slick-prev {
	background: url(../images/arr1.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 33px;
	position: absolute;
	bottom: -20px;
	left: 0;
	cursor: pointer;
}

.c3_box .slick-next {
	background: url(../images/arr2.png) no-repeat;
	background-size: cover;
	width: 16px;
	height: 33px;
	position: absolute;
	bottom: -20px;
	left: 140px;
	cursor: pointer;z-index:9999;
}

.c3_box .slick-dots li span {
	font-size: 20px;
	color: #edbb6b;
}

.c3_box.slick-dots li span {
	font-size: 38px;
	line-height: 30px;
	color: #0c529d;
}

.c3_box .slick-dots {
	left: 26px;
	bottom: -25px;
	text-align: center;
	width: 100px;
	position: relative;
}

.c3_box .slick-dots li {
	display: none;
	font-size: 20px;
	color: #edbb6b;
	height: auto;
	margin: 0;
}

.c3_box .slick-dots li.slick-active {
	display: block;
}

.c3_box .slick-dots li.slick-active span {
	font-size: 38px;
	color: #0c529d;
	position: relative;
}


/* 板块3 */

.content3 {
	background: url(../images/banner4.png) no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 85px;
}

.c3 p {
	text-align: center;
}

.c3 span:first-child {
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
	color: #ffffff;
}

.c3 span:nth-child(2) {
	font-size: 28px;
	font-weight: bold;
	line-height: 45px;
	color: #edbb6b;
}

.c3 span:nth-child(3) {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 45px;
	color: #999999;
	opacity: 0.5;
}

.c3_slick {
	margin: 40px 56px 0 56px;
	padding: 0 20px;
}

.c3_slick .slick-list {
	padding-top: 30px;
}

.c3_lb {
	background-color: #ffffff;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 1px;
	padding-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

.img_box {
	max-width: 110px;
	margin: 0 auto;
	margin-top: -30px;
}

.c3 .pic {
	padding-top: 100%;
	border-radius: 50%;
}

.c3_lb p {
	margin-top: 30px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	max-height: 48px;
	overflow: hidden;
	text-align: left;
}

.c3_lb ul {
	padding-bottom: 40px;
}

.c3_lb ul p {
	margin-bottom: 15px;
	background: url(../images/icon9.png) no-repeat left center;
}

.c3_lb ul p span:first-child {
	padding-left: 20px;
	font-size: 22px;
	line-height: 45px;
	color: #0c529d;
}

.c3_lb ul p span:last-child {
	font-size: 12px;
	color: #0c529d;
}

.c3_lb ul li {
	font-size: 14px;
	line-height: 24px;
	max-height: 24px;
	overflow: hidden;
	padding-left: 20px;
}

.c3_lb ul li:nth-child(2) {
	background: url(../images/icon10.png) no-repeat left center;
}

.c3_lb ul li:nth-child(3) {
	background: url(../images/icon11.png) no-repeat left center;
}

.c3_lb ul li:nth-child(4) {
	background: url(../images/icon12.png) no-repeat left center;
}

.ms {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	padding-right: 20px;
	background: url(../images/icon2.png) no-repeat right center;
	margin-left: 45%;
}

.c3_lb a:hover p {
	color: #0c529d;
}

.c3_lb a:hover .ms {
	background: url(../images/icon1.png) no-repeat right center;
	color: #0c529d;
}

.c3_slick button {
	font-size: 0;
	display: none;
}

.c3_slick .slick-prev {
	background: url(../images/arr_l.png) no-repeat;
	background-size: cover;
	border: none;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: -56px;
	cursor: pointer;
}

.c3_slick .slick-next {
	background: url(../images/arr_r.png) no-repeat;
	background-size: cover;
	border: none;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	right: -56px;
	cursor: pointer;
}


/* 板块4 */

.content4 {

	padding-top: 240px;
	padding-bottom: 40px;
}

.content4 ul {
	font-size: 0;
}

.content4 ul li {
	display: inline-block;
	width: 20%;text-align: center;margin-bottom:40px;
}

.content4 ul li a {
	text-align: center;
}

.content4 ul li a img {
	vertical-align: middle;
	transition: all 0.3s;
}

.content4 ul li p {
	margin-top: 30px;
	font-size: 18px;
}

.content4 li a:hover img {
	animation: icon-yh 0.6s linear;
}

.content4 ul li a:hover p {
	color: #0c529d;
	font-weight: bold;
}


/* 轮播图 */

.banner img {
	display: block;
	width: 100%;
}


/* 二级导航 */

.sec_nav {
	margin-top: -120px;
	position: relative;
	z-index: 111;
}

.sec_nav::after {
	content: "";
	background: #ffffff;
	width: 486px;
	height: 160px;
	position: absolute;
	left: 0;
	top: -20px;
	z-index: -1;
}

.sec_tit {
	padding: 7px 65px;
}

.sec_tit p:first-child {
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
}

.sec_tit p:last-child {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #999999;
	opacity: 0.5;
}

.sec_nav ul {
	background-color: #0c529d;
	width: 82.85%;
	padding: 47.5px 157px;
}

.sec_nav li {
	display: inline-block;
	font-size: 0;
	width: 16%;
}

.sec_nav li a {
	font-size: 22px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
	border-right: solid 1px rgba(204, 204, 204, 0.3);
	position: relative;
}

.sec_nav li:last-child a {
	border-right: none;
}

.sec_nav li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}

.sec_nav li:hover a:after {
	width: 100%;
}

@media screen and (max-width: 1400px) {
	.sec_nav ul {
		background-color: #0c529d;
		width: 72.85%;
		padding: 45.5px 60px;
	}
	.c3_list {
		padding-left: 10px;
		padding-right: 10px;
	}
	.c1s_con {
		padding: 17px;
		padding-bottom: 59px;
	}
	.c1_right li {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.sec_nav ul {
		background-color: #0c529d;
		width: 72.85%;
		padding: 45.5px 60px;
	}
	.c1_left .c1_l1,
	.c1_l2 {
		width: 320px;
	}
	.c1s_con {
		padding: 17px;
		padding-bottom: 59px;
	}
	.c1_right li {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.c1_right li div {
		margin-top: 7px;
		margin-right: 20px;
	}
	.ms {
		margin-left: 10%;
	}
	.c2_right {
		margin-left: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.content4{margin-top: 270px;}
}
@media screen and (max-width: 1024px) {
	.content4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.content3 {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.c3_box .slick-prev {
		bottom: 0px;
		right: 50%;
		width: 10px;
		height: 21px;
		left: unset;
		margin-right: 40px;
	}
	.c3_box .slick-next {
		bottom: 0px;
		left: 50%;
		width: 10px;
		height: 21px;
		margin-left: 40px;
	}
	.c3_box .slick-dots {
		left: 50%;
		transform: translateX(-50%);
		bottom: -5px;
	}
	.c3_box .slick-dots li.slick-active span {
		font-size: 28px;
	}
	.c3_box .slick-dots li {
		font-size: 20px;
	}
	.c2_con ul li p {
		padding-right: inherit;
		margin-left: 85px;
		padding-top: 0;
		line-height: 30px;
		max-height: 60px;
	}
	.c3_box .slick-list {
		padding-right: inherit;
		padding-top: 10px;
		margin: 0 15px;
	}
	.c2_con {
		margin-top: -20px;
	}
	.c2_data {
		height: auto;
	}
	.c2_data span:first-child {
		font-size: 22px;
		line-height: 38px;
	}
	.c3_box {
		margin-top: 0px;
	}
	.c2_more {
		float: right;
		margin-left: 0;
		margin-right: 72px;
	}
	.c2_right .c1_tit {
		margin-left: 0;
	}
	.c2_boxs {
		margin-top: 15px;
	}
	.c3_slick .slick-prev {
		width: 40px;
		height: 40px;
		left: -40px;
	}
	.c3_slick .slick-next {
		width: 40px;
		height: 40px;
		right: -40px;
	}
	.c1_left {
		width: 100%;
		padding-bottom: 30px;
	}
	.c1_left .c1_l1 {
		width: 49%;
	}
	.c1_left .c1_l2 {
		width: 49%;
	}
	.c1_right {
		width: 100%;
		padding-left: 10px;
	}
	.c2_left {
		padding-top: 20px;
	}
	.content2::before {
		width: 100%;
		height: 425px;
	}
	.c1_date p {
		font-size: 18px;
	}
	.c1_right li div {
		margin-right: 24px;
	}
	.content2 {
		margin-top: 20px;
	}
	.ms {
		margin-left: 10%;
	}
	.c3_lb {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.c3_lb p {
		margin-top: 20px;
		font-weight: bold;
		line-height: 22px;
	}
	.sec_nav li a {
		font-size: 14px;
	}
	.sec_nav li {
		width: 15%;
	}
	.sec_nav ul {
		background-color: #0c529d;
		width: calc(100% - 40px - 65px);
		padding: 0px 10px;
	}
	.sec_tit p:first-child {
		font-size: 18px;
	}
	.sec_tit {
		padding: 1px 11px;
		padding-left: 0;
		margin-top: -19px;
	}
	.c1_tit>span:first-child {
		font-size: 24px;
	}
	.c1_tit>span:nth-child(2) {
		font-size: 24px;
	}
	.c1_tit>span:nth-child(3) {
		font-size: 24px;
	}
	.c1_block,
	.c1_block1 {
		font-size: 22px;
	}
	.c1_right h4 {
		font-size: 18px;
	}
	.c2_right .c1_tit li:first-child span:first-child {
		font-size: 24px;
	}
	.c2_right .c1_tit li:first-child span:last-child {
		font-size: 24px;
	}
	.c2_right .c1_tit .c2_ts {
		font-size: 24px;
	}
	.c2_right .c1_tit .c2_ts:first-child{
		margin-left: 0;
	}
	.c2_left {
		width: 100%;
		float: none;
	}
	.c2_right {
		position: static;
		width: auto;
		max-height: inherit;
		padding-top: 0;
		margin-top: 56px;
	}
	.sec_nav {
		margin-top: -45px;
	}
	.sec_nav::after {
		width: 200px;
		height: 65px;
	}
	.content1 {
		margin-top: 30px;
	}
	.c1_con {
		margin-top: 20px;
	}
	.c3_slick {
		margin: 20px 30px 0 30px;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.content4 ul li {
		width: 32%;
		margin-bottom: 15px;
	}
	.content4 {
		background-color: #f5f5f5;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.c1_left .c1_l1 {
		width: 100%;
	}
	.c1_left .c1_l2 {
		margin-top: 20px;
		width: 100%;
	}
	.c1_con {
		margin-top: 20px;
	}
	.c2_left {
		padding-top: 24px;
	}
}

@media screen and (max-width: 600px) {
	.content4 ul li a img {
		max-height: 55px;
	}
	.content4 ul li p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.sec_nav ul {
		background-color: #0c529d;
		width: calc(100% - 80.5px);
		padding: 0px 0px;
	}
	.content4 ul li {
		width: 49%;
	}
	.sec_nav li a {
		font-size: 12px;
	}
	.sec_tit p:first-child {
		font-size: 14px;
	}
	.sec_tit p:last-child {
		font-size: 12px;
	}
	.sec_nav {
		margin-top: 0;
	}
	.sec_nav .center{
		padding: 0;
	}
	.sec_nav::after {
		top: 0;
	}
	.sec_tit {
		margin-top: 0;
	}
	.sec_tit {
		padding: 0 5px;
	}
	c2_right .c1_tit .c2_ts {
		margin-left: 19px;
	}
	.content4 ul li a img {
		max-height: 40px;
	}
	.content4 ul li p{
		font-size: 16px;
	}
	.c1s_con h4{
		font-size: 16px;
	}
	.c1s_con>p{
		margin-top: 15px;
	}
	.c1_block, .c1_block1{
		width: 100px;
		height: 40px;
		line-height: 40px;
		background-size: cover;
		font-size: 18px;
	}
	.c2_right .c1_tit .c2_ts:nth-child(2){
		margin-left: 15px;
	}
	

}
@media screen and (max-width: 375px) {
	.sec_tit p:last-child{
		display: none;
	}
	.sec_nav ul{
		width: calc(100% - 66px);
	}
	.sec_tit p:first-child{
		line-height: 45px;
	}
}