﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
th,
td,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
}

img {
	border: 0;
}

button {
	outline: 0;
}
.float-window{position:fixed;z-index:9999;}
      .float-window-content{box-shadow:0 0 10px #cecece;width:340px;position:relative}
      .float-window-content .tit{background-color: #000;color: #fff;text-align: center;padding-top: 10px;}
      .float-window-content .close{position:absolute;top:-20px;left:0;background:url({Stl.SiteUrl}/images/close.png) center center no-repeat;background-size:15px;display:block;width:20px;height:20px; z-index:2;}
      .left-bottom-box {left: 10px;bottom: 10px;}
      .right-bottom-box {right: 10px;bottom: 10px;}
      @media screen and (max-width: 960px){
      .float-window{display: none;}
      }
/* 头部 */
.head {
	width: 100%;
	height: 460px;
	background: #f5f5f5;
	background: url(../images/index2022/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	/* background-attachment: fixed; */
}

.head-top {
	width: 1200px;
	line-height: 50px;
	height: 50px;
	margin: 0 auto;

}

.head-top .topL {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	float: left;
}

.head-top .topR {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topR ul {
	font-size: 14px;
	color: #666;
}

.topR ul li a {
	font-size: 14px;
	color: #666;
	display: inline-block;
}

/* search 
.search {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: right;
	background-color: #fff;
	margin-left: 30px;
	border: 1px solid rgba(224, 224, 224, 1);
	border-radius: 18px;
	color: #333;
	cursor: pointer;
}

.search img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
*/
/* logo */
.logoWrap {
	width: 100%;
}

.logoWrap .logo {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.logoWrap .cloud{
	    position: absolute;
	    /* z-index: 4; */
	    width: 550px;
	    height: 200px;
	    top: 130px;
	    left: 35px;
	    background-image: url(../images/index2022/cloud.png);
	    background-repeat: no-repeat;
	    animation: fadeIn 18s 1;
	   /* display: none; */
}
.logoWrap .cloud2 {
    position: absolute;
    z-index: 4;
    width: 350px;
    height: 100px;
    top: 180px;
    right: 120px;
    background-image: url(../images/index2022/cloud2.png);
    background-repeat: no-repeat;
    animation: fadeIn2 18s 1;
    /* display: none; */
}
.logoWrap .dragon{
	    position: absolute;
	    /* z-index: 4; */
	    width: 400px;
	    height: 300px;
	    top: 10px;
	    left: -150px;
		/* left: -70px; */
	    background-repeat: no-repeat;
	    animation: fadeIn2 18s 1;
}
.logoWrap .dragon img{
	width: 100%;
	height: 100%;
	}
.logo img {
	line-height: 200px;
    width: 32%;
	z-index: 10;
}
/* search */
.search{
	width: 1200px;
	margin: 0 auto 20px;
	/* border: 1px solid red; */
}
.search_box {
    max-width: 520px;
    height: 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 20;
}
.search_box .searchInput {
    padding-left: 20px;
    padding-right: 84px;
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
}
.search_box .search_img {
    position: absolute;
    width: 84px;
    height: 50px;
    right: 0;
    top: 0;
    border: none;
    background: url(../images/index2022/search.png) no-repeat center;
    cursor: pointer;
}
/* nav */
.nav {
	width: 1360px;
	height: 60px;
	margin: 0 auto;
	border-bottom: 5px solid #003366;
	/* background-color: #fff; */
}

.nav .nav-list {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	  white-space: nowrap;
	/* border: 1px solid red; */
}

.nav-list ul {
	font-weight: 600;
}

.nav-list ul li {
	font-family: Microsoft YaHei;
	font-weight: bold;
	width: 190px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
}

/* .blue_mark:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #005193;
	position: absolute;
	top: 59px;
	left: 69px;
} */

.blue_mark a {
	color: #015293 !important;
}

.nav-list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	justify-content: center;
}
.nav-list ul li a img{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.nav-list ul li a:hover {
	color: #015293;
}




/* 底部 */
.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F2F3F5;
}

.foot .foot_bottom {
	/* border: 1px solid red; */
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_bottom .foot_l {
	/* border: 1px solid green; */
	width: 300px;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_bottom .foot_c {
	/* border: 1px solid green; */
    width: 860px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    font-size: 15px;
    color: #666;
}

.c_one {
	width: 570px;
	color: #333;
	margin: 30px auto 0px;
	text-align: center;
}

.c_one a {
	display: inline-block;
	width: 230px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	color: #333;
}

.c_two,
.c_three {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #333;
	margin: 5px 0px 0px;
}

.foot_c p,
.foot_c a {
	margin-top: 10px;
	color: #666;
}

.foot_c a {
	cursor: pointer;
	line-height: 34px;
}

.foot_c a:hover {
	color: #4279B1;
}

.foot_bottom .foot_r {
	/* border: 1px solid green; */
	width: 300px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}

.foot_bottom .foot_r a{
	 margin-left: 15px;
}

/* 适老化改造 */
.wza-box{/* margin-top: 35px; float: right;*/min-width: 200px;z-index: 20;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #003366; border: 1px solid #003366; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#024181;color: #fff;border: 1px solid #024181;border-radius: 0px 2px 2px 0px; }

.slh{     
	width: 1200px;
    margin: 10px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oldModel{
 zoom: 1 !important;
}
.oldModel * {
    font-size: 28px !important;
}
.oldModel .wmby{
    display: none;
}
.oldModel .head{
    height: 450px;
}
.oldModel .head-top,
.oldModel .slh,
.oldModel .search{
    width: 85%;
}
.oldModel .logoWrap .logo,
.oldModel .content_wrap{
    /* width: 85%; */
}
.oldModel .nav{
    /* width: 100%; */
}
.oldModel .content_wrap{
    margin: 0 auto;
}
.oldModel .nav-list{
	  white-space: nowrap;
}

.oldModel .nav-list ul li{
    width: 13%;
}
.oldModel .nav-list ul li:nth-child(3){
    width: 15%;
}
.oldModel .hotnews{
    width: 100%;
}
.oldModel .hotnews .block,
.oldModel .zfxx-cont .zfxx-pic,
.oldModel .zwfw-r{
    display: none;
}
.oldModel .hotnews .news,
.oldModel .content_wrap .content_main,
.oldModel .content_main .lunbo,
.oldModel .content_main .news,
.oldModel .content_main2,
.oldModel .content_main3,
.oldModel .zfxx-cont,
.oldModel .zcwj,
.oldModel .gggs,
.oldModel .zfxx-icon ul,
.oldModel .zwfw,
.oldModel .zwfw-l,
.oldModel .zwhd .zwhd-l,
.oldModel .zwhd .zwhd-r{
    width: 100%;
    height: auto;
}
.oldModel .hotnews .newbot{
    flex-direction: column;
}
.oldModel .hotnews .newbot a{
    display: block;
    font-size: 1.75rem;
    margin: 10px auto;
}
.oldModel .nav-list ul li a{
    font-size: 1.5rem;
}
.oldModel .box_img{
	overflow: hidden;
	height: 620px;
}
.oldModel .box_img ul li img{
    width: 100%;
    height: 620px;
}

.oldModel .content_main .news{
    height: 480px;
    margin-top: 20px;
}

.oldModel .zfxx{
    height: 520px;
}


.oldModel .zwfwrap #zwfw li{
    width: 20%;
}
.oldModel .zwfwrap #zwfw li a{
    width: 100%;
}
.oldModel .zwhd{
    width: 100%;
    height: 630px;
}
.oldModel .zwhd .zwhd-r {
    margin-top: 20px;
}
.oldModel .zwhd-l .ldxx-pic{
    height: 130px;
}
.oldModel .ldxx-icon ul li{
    width: 13%;
}
.oldModel .ldxx-icon{
    padding: 0;
    height: auto;
}
.oldModel .tzgg_biaoti{
    width: 100% !important;
}
.oldModel .ztzlWrap{
    width: 100%;
}