*{
	box-sizing: border-box;
	margin: 0;
}
html{
	width: 100%;
min-width:1440px
}
body{
	width: 100%;
	
}
.container{
	width: 75%;
	margin: 0 auto;
	position: relative;
max-width:1427.25px;
}
.head{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
align-items: center;
}
.logo{
	/*width: 30%;*/
	position: relative;
}
.logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.serach{
	
	position: relative;
	height: 60px;
	align-self:center;
	border: #05A8A3 1px solid;
}
.SerachButton {
	position: absolute;
	right: 0;
	height: 60px;
	width: 80px;
	background: #05A8A3 url(../images/serach.png) center center no-repeat;
	background-size: auto 70%;
}
.nav{
	background-color: #187687;
	color: white;
	width: 100%;
	height: 3rem;
}

.NavCon{
	display: flex;
	
}
.NavItem{
	flex: 1;
	text-align: center;
	height: 3rem;
	z-index: 999;
}
.NavItem span{
	line-height: 3rem;
font-size: 0.95rem;
}
.NavDown{

	line-height: 2.5rem;
	height: 0;
	background-color: #187687;
	transition: all 0.5s;
	z-index: 999;
	overflow: hidden;
font-size: 0.85rem;
}
.NavItem:hover .NavDown{
	height: 2.5rem;
}
.NavDown:hover{
	color: #187687;
	background-color: white;
}
.banner_img{
	height: 600px;
	width:100%;
         height: 500px \0;
}
.banner_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tCenter{
	text-align: center;
}
.footer{
	    background: url(../images/footerbac.png) no-repeat;
    background-size: 100%;
	color: white;
	padding: 10px 0;
}
.shou{
cursor:pointer;
}
/*甲方需求*/
.FooterItems{
justify-content: space-between;
    align-items: flex-end;
}

.FooterItemLeft img{
width:300px;
}
.FooterItemRightImg img{
width:100px;
}
.FooterItemRight{
display:flex;
justify-content: space-between;
width: 300px;
    text-align: center;
}
.copyright{
    text-align: center;
    color: #84c7d7;
}
.FooterLeftItemItem{
color: rgba(255, 255, 255, 0.78);
    font-size: 0.875rem;
    line-height: 32px;
}
.FooterItems{
display: flex;
}
.FooterLogo img{
width:300px;
}
h1,h2,h3,h4,h5,h6{
   font-size: 1rem!important;
}
.none{
display:none;}
h1{
        font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
        margin: 30px 0 10px 0;
    font-weight: bold;}
.info{
    position: relative;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddcdc;}
.article-text {
    padding: 15px 0;
    font-size: 1rem;
    line-height: 2;
    color: #333333;
    border-bottom: 0px solid #dddcdc;}
.info span {
    font-size: 0.875rem;
    color: #777777;
    text-align: center;}
.v_news_content p {
   text-indent: 2rem;
  font-size: 1rem;
  line-height: 2rem; 
 color: black; 
    font-family: 宋体;}
.article-con .article-text p img, .article-con .article-text p video {
    margin-left: -2em;
    max-width: 100%;
    height: auto !important;}
.article-text img {
    max-width: 90%;
    height: auto;
}
.updown {
    overflow: hidden;
    margin-top: 25px;}
.updown ul li a {
    text-decoration: none;
    color: inherit;
    line-height: 30px;
}