﻿@charset "UTF-8";
html,
body {
    width: 100%;
    /* min-width: 1200px; */
}

body::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.header {
	width: 100%;
	min-width: 1250px;
	height: 129px;
	background-color: #fff;
	border-top: 4px solid #1157a5;
	position: relative;
}

.box1 {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	margin-top: 26px;
	margin-left: 10px;
	width: 331px;
}

.header_right {
	padding-top: 35px;
	font-size: 12px;
	line-height: 32px;
	text-align: right;
}

.header_right a {
	margin: 0 5px;
}

.login a {

	color: #1157a5;
}

.nav,
.nav a {
	display: inline-block;
	color: #333;
}

.nav a:hover {
	color: #1157a5;
}

.minnav {
	position: absolute;
	top: 0;
	left: 0;
	/* display: none; */
}

.minnav ul li:hover {
	background: turquoise;
}

.minnav ul {
	position: relative;
}

.xxx {
	position: absolute;
	right: 30px;
	top: -17px;
	font-size: 30px;
	color: #ffffff;
}


.titleimg {
	position: absolute;
	top: 10px;
	right: 20px;
	display: none;
}

.nodis {
	/* display: none; */
	transform: translateY(-100%);
	transition: all .5s ease;
}

.boldis {
	/* display: block; */
	outline: none;
	transform: translateY(0px);
	transition: all .5s ease;
}

.laiyang .head {
    height: 450px;
    width: 100%;
}
.laiyang .head img {
    /* height: 450px; */
    width: 100%;
    object-fit: cover;
}
.laiyang .footer {
    color: #FFFFFF;
    line-height: 1.5;
    padding: 2rem 0;
}
.laiyang {
    width: 100%;
}
.public .search {
    height: 55px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 40px 0px 20px 0;
}
.public .search .search_content{
   width: 1180px;
   display: flex;
  margin: 0 auto;
}
.search .search_content .one{
    margin-right: 80px;
}
.search .search_content .one label{
	font-size: 14px;
	font-weight: normal;
    color: #666666;
    margin-right: 20px;
}
.search .search_content .one input{
    width: 260px;
	height: 35px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #dddddd;
}
.search_content .one input{ outline:none;}
.search .search_content .two label{
	font-size: 14px;
	font-weight: normal;
    color: #666666;
    margin-right: 20px;
}
.search .search_content .two input{
    width: 260px;
	height: 35px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #dddddd;
}
.search_content .two input{ outline:none;  }
.search .search_content .two{
    margin-right: 125px;
}
.search .search_content .searchbutton{
    width: 100px;
	height: 35px;
	background-color: #1c649f;
    border-radius: 3px;
    line-height: 35px;
	font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.laiyang .public {
    position: relative;
    width: 1028px;
    /* height: 100%; */
    margin-left: 50%;
    transform: translateX(-50%);
}
.public .tab_ul{
    width: 245px;
    display: inline-block;
    
}
.public .tab_ul li{
	width: 245px;
	height: 90px;
    background-color: #dcdcdc;
    margin-right: 13px;
	padding-left: 40px;
    line-height: 90px;
    font-size: 22px;
	font-weight: normal;
    color: #333333;
    text-align: center;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.public .tab_ul div{
	width: 245px;
	height: 90px;
    background-color: #dcdcdc;
    margin-right: 13px;
	padding-left: 40px;
    line-height: 90px;
    font-size: 22px;
	font-weight: normal;
    color: #333333;
    text-align: center;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.public .tab_ul div:first-child{
	background-image: url(./a-1.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul div:nth-child(2){
	background-image: url(./b-1.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul li:nth-child(3){
	background-image: url(./c-1.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul li:nth-child(4){
	background-image: url(./d-1.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul li:last-child{
	background-image: url(./e-1.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul .active.one{
	background-image: url(./a.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul .active.two{
	background-image: url(./b.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul .active.three{
	background-image: url(./c.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul .active.four{
	background-image: url(./d.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul .active.five{
	background-image: url(./e.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 25px 25px;
}
.public .tab_ul li img{
	width: 40px;
	margin-right: 5px;
}
.public .tab_ul li.active{
    background-color: #0855c3;
    color: #FFF;
}

.public .tab_ul li:last-of-type{
    margin-right: 0;
}
.public .box{
    width: 700px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
	position: relative;
	padding: 15px;
	float: right;
}
.public .box{
    display: none;
}
.public .box:first-of-type{
    display: block;
}
.public .article li{
    position: relative;
    margin-bottom: 45px;
    padding-left: 10px;
}
.lucidity_pgContainer li::before{
    content: ' ';
    position: absolute;
    top: 9px;
    width: 5px;
	height: 5px;
	background-color: #1c649f;
    border-radius: 50%;
    left: 0;
}


.public .article li .title{
    font-size: 16px;
	color: #333333;
}
.public .article li:hover .title{
    color: red;
}
.public .article li:hover .time{
    color: red;
}
.public .article li .time{
    float: right;
    font-size: 16px;
	color: #333333;
}
.public .box .more{
    display: block;
    margin: 60px auto 33px;
    width: 150px;
	height: 40px;
	border-radius: 5px;
    border: solid 1px #1c649f;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #1c649f;
}
.public .box .more:hover{
    color: red;
    border: solid 1px red;
}
.public .content{
	    padding: 36px;
	    top: -120px;
	    position: relative;
	    background: #FFF;
	    width: 1028px;
		height: 800px;
}
#demo7{
	text-align: center;
}
.layui-laypage a, .layui-laypage span {
    
    font-size: 14px !important;
	padding: 0 9px !important;
	margin: 0 1px 0 0 !important;
	margin-left: 4px !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    
    background-color: #0855c3 !important;
}
.lucidity-ui-paging-container li.ui-pager{
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width:1199px) {
	.laiyang .public{
		width: 100%;
	}
	.public .content{
		width: 100%;
		padding: 0;
	}
	.laiyang .head{
		height: 400px;
	}
	.public .tab_ul{
		width: 100%;
		margin-top: 5px;
		display: flex;
		justify-content: space-around;
	}
	.public .tab_ul li{
		width: 18%;
		height: 26px;
		line-height: 26px;
		padding-left: 0;
		font-size: 12px;
		
	}
	.public .box{
		width: 96%;
		padding: 20px 2%;
	}
	.public .article li .title{
		font-size: 14px;
		display: inline-block;
		width: 78%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.info001 p{
		width: 95%;
	}

	.titleimg {
		display: block;
	}
	
	.box1 {
		margin-top: 20px;
	}
	
	.header {
		min-width: 100%;
	}
	
	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}
	
	.search {
		margin: 20px auto;
	}
	
	.login {
		display: none;
	}
	
	.nav {
		display: none;
	}
	
	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
		z-index: 10;
	}
	
	.minnav ul {
		margin-top: 20px;
	}
	
	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}
	
	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}
	
	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}
	
	.box1 {
		width: 100%;
	}
	
}
@media (min-width:768px) and (max-width:991px) {
	.laiyang .public{
		width: 100%;
	}
	.public .content{
		width: 100%;
		padding: 0;
	}
	.laiyang .head{
		height: 350px;
	}
	.public .tab_ul{
		width: 100%;
		margin-top: 5px;
		display: flex;
		justify-content: space-around;
	}
	.public .tab_ul li{
		width: 18%;
		height: 26px;
		line-height: 26px;
		padding-left: 0;
		font-size: 12px;
	}
	.public .box{
		width: 96%;
		padding: 20px 2%;
	}
	.public .article li .title{
		font-size: 14px;
		display: inline-block;
		width: 78%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.info001 p{
		width: 95%;
	}

	.titleimg {
		display: block;
	}
	
	.box1 {
		margin-top: 20px;
	}
	
	.header {
		min-width: 100%;
	}
	
	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}
	
	.search {
		margin: 20px auto;
	}
	
	.login {
		display: none;
	}
	
	.nav {
		display: none;
	}
	
	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
		z-index: 10;
	}
	
	.minnav ul {
		margin-top: 20px;
	}
	
	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}
	
	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}
	
	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}
	
	.box1 {
		width: 100%;
	}
	
	
}
@media (min-width: 480px) and (max-width:767px) {
	.laiyang .public{
		width: 100%;
	}
	.public .content{
		width: 100%;
		padding: 0;
	}
	.laiyang .head{
		height: 300px;
	}
	.public .tab_ul{
		width: 100%;
		margin-top: 5px;
		display: flex;
		justify-content: space-around;
	}
	.public .tab_ul li{
		width: 18%;
		height: 26px;
		line-height: 26px;
		padding-left: 0;
		font-size: 12px;
	}
	.public .tab_ul div{
		width: 18%;
		height: 26px;
		line-height: 26px;
		padding-left: 0;
		font-size: 12px;
	}
	.public .box{
		width: 96%;
		padding: 20px 2%;
	}
	.public .article li .title{
		font-size: 14px;
		display: inline-block;
		width: 78%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.info001 p{
		width: 95%;
	}
	
	.titleimg {
		display: block;
	}
	
	.box1 {
		margin-top: 20px;
	}
	
	.header {
		min-width: 100%;
	}
	
	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}
	
	.search {
		margin: 20px auto;
	}
	
	.login {
		display: none;
	}
	
	.nav {
		display: none;
	}
	
	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
		z-index: 10;
	}
	
	.minnav ul {
		margin-top: 20px;
	}
	
	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}
	
	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}
	
	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}
	
	.box1 {
		width: 100%;
	}
	
	
	
}
@media (max-width:479px) {
	.laiyang .public{
		width: 100%;
	}
	.public .content{
		width: 100%;
		padding: 0;
	}
	.laiyang .head{
		height: 250px;
	}
	.public .tab_ul{
		width: 100%;
		/* display: flex; */
	}
	.public .tab_ul li{
		width: 23%;
		height: 26px;
		line-height: 26px;
		padding-left: 0;
		font-size: 12px;
		margin-left: 25px;
	}
	.public .tab_ul div{
		width: 23%;
		height: 26px;
		line-height: 26px;
		padding-left: 0;
		font-size: 12px;
		margin-left: 25px;
	}
	.public .box{
		width: 96%;
		padding: 20px 2%;
	}
	.public .article li .title{
		font-size: 14px;
		display: inline-block;
		width: 78%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.info001 p{
		width: 95%;
	}

	.titleimg {
		display: block;
	}
	
	.box1 {
		margin-top: 20px;
	}
	
	.header {
		min-width: 100%;
	}
	
	.logobox {
		/* width: 1200px; */
		height: 80px;
		margin: 0 auto;
	}
	
	.search {
		margin: 20px auto;
	}
	
	.login {
		display: none;
	}
	
	.nav {
		display: none;
	}
	
	.minnav {
		/* display: block; */
		width: 100%;
		background: #1157a5;
		z-index: 10;
	}
	
	.minnav ul {
		margin-top: 20px;
	}
	
	.minnav ul li {
		width: 100%;
		text-align: center;
		height: 60px;
		line-height: 60px;
	}
	
	.minnav ul li span {
		/* font-size: 25px; */
		font-size: 3.6rem;
		display: inline-block;
		margin-left: -50px;
		color: #ffffff;
		width: 20px;
		height: 60px;
	}
	
	.minnav ul li a {
		width: 100%;
		color: #ffffff;
	}
	
	.box1 {
		width: 100%;
	}
	.head{
		width: 100%;
	}
	.head img{
		width: 100%;
		object-fit: cover;
	}
	
}

