/*织梦58（dede58.com）做最好的织梦整站模板下载网站*/
.inner {
	margin-left: auto;
	;
	margin-right: auto;
}
.hid_show {
	text-align: right;
	height: 30px;
}
.new_bg {
}
.inner2 {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.serach-header {
	position: relative;
	border: 1px solid #4365a0;
	height: 40px;
	width: 100%;
}
.serach-header input {
	width: 100%;
	height: 100%;
	line-height: 40px;
	padding: 0 30px 0 10px;
	background-color: transparent;
	color: #cad6ea;
	border: none;
	outline: none;
}
.serach-header .iconfont {
	position: absolute;
	right: 5px;
	top: 10px;
	color: #cad6ea;
	font-size: 18px;
}
.head-r {
	min-width: 720px;
	color: #cad6ea;
}
.iconfont {
	display: inline-block;
	vertical-align: middle;
}
.header {
	min-width: 1300px;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom,#ffffff,#fcfcfcfc);
	position: sticky;
	top: 0px;
	z-index: 999;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.header .menu ul{
	display: flex;
}
.menu ul li a{
	color: #515a6e;
	font-size: 16px;
	margin-left: 24px;
}
.menu ul li.active a{
	color: #1f3668;
	font-weight: bold;
}
.banner_home1{
	/* background-color: #0b1a51; */
	/* background-image: linear-gradient(to bottom,#0a2070,#0b1a51); */
	background-image: url(/public/images/banner.png),linear-gradient(to bottom,#0a2070,#0b1a51);
	background-position: center top;
	background-size: cover;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.banner_home1 a{
	color: #fff;
	padding: 6px 20px;
	border:1px solid #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
}
.banner_home1 a:hover{
	background-color: #fff;
	color: #0b1a51;
}
.banner_home1 h1{
	font-size: 40px;
	letter-spacing: 1rem;
	/* 设置字体透明 */
	color: transparent;
	/* 设置线性渐变，从红色渐变到蓝色 */
	/* background-image: linear-gradient(45deg, #ff8400, red); */
	background-image: linear-gradient(45deg, #ff8a00, red);
	/* 使用 -webkit-background-clip 属性将背景剪裁至文本形状 */
	-webkit-background-clip: text;
	/* 非Webkit内核浏览器需要使用标准前缀 */
	background-clip: text;
	/* 把当前元素设置为行内块，以便能够应用背景 */
	display: inline-block;
}
.banner_home1 p{
	padding: 20px 0;
	font-size: 20px;
}
.swiper-banner .swiper-container {
	width: 100%;
	height: 360px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 60px;
	height: 6px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.swiper-container2 .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 60px;
	height: 6px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.6);
}
.swiper-container2 .swiper-pagination-bullet-active {
	background-color: #1376c7!important;
}

.main{
	width: 1300px;
	margin:0 auto;
}

.row_home{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row_home .col_home{
	background-color: #ffffff;
}
.row_home .col_home .hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ECECEC;
	margin: 0 20px;
}
.row_home .col_home .hd .tag{
	font-size: 18px;
	color: #474747;
	border-bottom: 1px solid #0061CB;
	padding: 10px;
	position: relative;
	padding-left: 14px;
	font-weight: bold;
}
.row_home .col_home .hd .tag::after{
	background-color: #0061cb;
	position: absolute;
	height: 20px;
	width: 5px;
	content:  " ";
	display: block;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.row_home .col_home .hd a{
	color: #8E8E8E;
}
.row_home .col_home .hd a:hover{
	color: #0061cb;
}
.col_home .data{
	display: flex;
	flex-wrap: wrap;
	margin: 12px;
}
.col_home .item_container{
	padding: 12px;
}
.col_home .data_item{
    width: 280px;
    overflow: hidden;
    transition: all .2s ease-in .05s;
}
.col_home .data_item:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.col_home .data_item .thumb{
	height: 190px;
	background-size: cover;
	border-radius: 4px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
}
.col_home .data_item .mtle{
	text-align: center;
	padding: 14px 0;
	color: #515151;
	font-size: 16px;
}
.home_zhicheng{
	width: 100%;
}
.home_zhicheng a{
	display: flex;
	width: 100%;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 4px;
	font-weight: bold;
	color: #ffffff;
}
.home_zhicheng a:nth-child(1){
	background-image: linear-gradient(to right,#008de7,#00abde);
}
.home_zhicheng a:nth-child(2){
	background-image: linear-gradient(to right,#0cc16b,#6ecc14);
}
.home_zhicheng a:nth-child(3){
	background-image: linear-gradient(to right,#00c5b7,#00ce9f);
}
.home_zhicheng a:nth-child(4){
	background-image: linear-gradient(to right,#f1f1f1,#e1e1e1e1);
	color: #0061CB;
}
.home_zhicheng a:hover{
	background-color: #1f3668;
	color: #fff;
}
.home_zhicheng a:nth-child(4):hover{
	color: #000000;
}

.fast_in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}
	
.fast_in .item{
	width: calc((100% - 60px) / 4);
	height: 124px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.fast_in .item img{
	width: 40px;
	margin-right: 10px;
}

.fast_in .item:nth-child(1){
	background-image: linear-gradient(135deg,#008be7,#00b4dc);
}
.fast_in .item:nth-child(2){
	background-image: linear-gradient(135deg,#07c170,#83ce00);
}
.fast_in .item:nth-child(3){
	background-image: linear-gradient(135deg,#00c5b8,#00d198);
}
.fast_in .item:nth-child(4){
	background-image: linear-gradient(135deg,#e89300,#f15b2c);
}

.data_article{
	padding: 10px 20px;
	height: 230px;
}

.data_article ul li {
    height: 40px;
    line-height: 40px;
}

.data_article ul li a {
    font-size: 14px;
    color: #727272;
    opacity: 1;
}
.data_article ul li a:hover {
    color: #0360D9;
}
.data_article ul li a img {
    margin-right: 10px;
    width: 10px;
}

.data_article ul li a span {
    font-size: 14px;
    color: #BEBEBE;
    opacity: 1;
}

.main-news {
	width: 600px;
}
.borderLf {
	border-left: 1px solid #e5e5e5;
}
a {
	text-decoration: none;
	color: black;
}
.pp {
	text-decoration: none;
	color: white;
}
.swiper-news .swiper-container {
	/*width: 50%;*/
	height: 400px;
	position: relative;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-news .swiper-slide {
	position: relative;
}
.swiper-news .swiper-slide>div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	z-index: 9;
	padding: 10px 20px;
	font-size: 18px;
}
.swiper-news .swiper-button-next, .swiper-news .swiper-button-prev {
	background-color: rgba(0,0,0,.5);
	padding: 10px 5px;
}
.swiper-news .swiper-button-next:after, .swiper-news .swiper-button-prev:after {
	font-size: 24px!important;
	color: #999;
}
.swiper-news .swiper-button-prev {
	left: 0;
}
.swiper-news .swiper-button-next {
	right: 0;
}
.topic-list .date {
	width: 80px;
}
/**
从8 改成5
 */
.topic-list .date b {
	padding: 5px 0;
	display: block;
	text-align: center;
}
.topic-list .date b+div {
	padding: 5px 0;
	text-align: center;
	background-color: #fff;
}
.topic-list {
	background-color: #ededed;
}
.img-sm {
	width: 132px;
	height: 90px;
}
.pl30 {
	padding-left: 30px;
}
.img-md {
	width: 100%;
	height: 136px;
}
.color-1 {
	background-color: #6fbc48;
}
.color-2 {
	background-color: #24a8e6;
}
.color-3 {
	background-color: #f8b62c;
}
.color-4 {
	background-color: #0062ad;
}
.color-5 {
	background-color: #0ba299;
}
.color-6 {
	background-color: #6fbc48;
}
.color-7 {
	background-color: #f8b62c;
}
.footer {
	border-top: 6px solid #1376c7;
	color: #cad6ea;
}
.footer-select {
	margin-right: 100px;
}
.footer-select select {
	display: block;
	width: 210px;
	padding: 6px 10px;
	border: 1px solid #4365a0;
	outline: none;
	color: #cad6ea;
	background-color: transparent;
	margin-bottom: 20px;
}
.hr {
	border-top: 1px solid #4365a0;
}
.main-second {
	margin: -60px auto 100px;
	box-shadow: 2px 2px 5px 2px #e6e6e6;
	z-index: 9;
	background-color: #fff;
	position: relative;
	padding: 40px;
	box-sizing: border-box;
}
.main-second-l {
	width: 210px;
}
.fs48 {
	font-size: 48px;
}
.main-second-r {
	margin-left: 260px;
}
.page a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	color: #666;
	vertical-align: middle;
	margin-left: 5px;
}
.page a.active {
	background-color: #24a8e6;
	border-color: #24a8e6;
	color: #fff;
}
.main-second-menu li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	float: none;
}
.main-second-menu a {
	display: block;
	line-height: 34px;
	border-left: 5px solid transparent;
	position: relative;
	padding-left: 30px;
	color: #666;
	font-size: 15px;
}
.main-second-menu a:before {
	content: '>';
	position: absolute;
	right: 0;
	top: 0;
}
.main-second-menu a.active {
	border-left-color: #24a8e6;
	color: #24a8e6;
}
.video {
	margin-left: auto;
	margin-right: auto;
	height: 400px;
	background: url("../images/video.jpg") no-repeat center top;
}
.news-list-second b {
	padding: 10.9px 0;
	display: block;
	text-align: center;
}
.news-list-second b+div {
	padding: 8px 0;
	text-align: center;
	background-color: #fff;
}
.news-list-second li {
	float: none;
}
ul li {
	float: none;
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}

.main_list{
	background: #eef0f4;
    padding: 0 0 45px;
}
.main_list .container {
    width: 1200px;
    padding: 0;
	margin: 0 auto;
}
.jyxq-box {
    background: #fff;
    overflow: hidden;
    padding: 1.5% 2% 2%;
    /* margin: 38px 0 25px; */
}
.news-b1 ul li{
    overflow: hidden;
    border-bottom: 1px #d5d5d5 dashed;
    padding: 0 0 30px;
    margin: 30px 0 0;
}
.news-b1 ul li a {
    display: block;
}
.news-b1 ul li .lf {
    width: 100px;
    float: left;
    text-align: center;
}
.news-b1 ul li .lf span {
    display: block;
    color: #0360D9;
}
.news-b1 ul li .lf span.span2 {
    font-size: 37px;
    font-weight: bold;
}
.news-b1 ul li .rg {
    width: 950px;
    float: right;
    margin: 0 75px 0 0;
}
.news-b1 ul li .rg h6 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.news-b1 ul li .rg p {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    height: 44px;
    margin: 10px 0 0;
}

.page_title{
	color: rgb(153, 153, 153);
	display: flex;
	align-items: end;
	margin: 20px 0;
}
.page_title h1{
	color: #333333;
	margin-right: 12px;
	position: relative;
	padding-left: 14px;
}
.page_title h1::after{
	height: 24px;
	width: 4px;
	background-color: #0061CB;
	display: block;
	content: " ";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}