@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    color: #191919;
}
.w_1500 {
    width: 1500px;
    margin: 0 auto;
}
fieldset, img {
    border: 0;
}
button, input, select, textarea {
    font-size: 100%;
}
.clear {
    clear: both;
}
header {
    background: #fff;
    height: 85px;
    position: sticky;
    z-index: 999;
    top: 0;
}
header>.w_1500 {
    display: flex;
    justify-content: space-between;
}
/* 头部左边 */
header .logo_box {
    display: flex;
    align-items: center;
}
header .logo_box a {
    padding-right: 10px;
}
header .logo_box div {
    border-left: 1px solid #e6e6e6;
}
header .logo_box p {
    margin-left: 10px;
    color: #818181;
}
header .logo_box p:first-of-type {
    margin-bottom: 7px;
}
/* 头部右边 */
header .menu_box {
    min-width: 570px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu_box>ul {
    display: flex;
    list-style: none;
}
header .menu_box>ul>li {
    cursor: pointer;
    text-align: center;
    line-height: 85px;
    width: 83px;
    height: 85px;
}
header .menu_box>ul>li:hover{
    background-color: #d40000;
}
header .menu_box>ul>li .c_menu {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    background-color: #4c4a4f;
    display: none;
}
header .menu_box>ul>li:hover .c_menu{
    display: block;
}
header .menu_box>ul>li .c_menu>.w_1500 {
    display: flex;
    justify-content: flex-end;
}
header .menu_box>ul>li .c_menu>.w_1500>ul {
    display: flex;
    list-style: none;
    min-width: 570px;
    background-color: transparent !important;
}
header .menu_box>ul>li .c_menu>.w_1500>ul>li {
    cursor: pointer;
    text-align: center;
    width: 83px;
    line-height: 50px;
    margin-right: 15px;
    color: #fff;
}
header .menu_box>ul>li .c_menu>.w_1500>ul>li>a {
    color: #fff;
}
.more_menu {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    padding: 30px 0;
}
header .menu_box>ul>li .c_menu .w_1500 li:hover{
    background-color: red;
}
header .menu_box>ul>li .c_menu .w_1500 li:hover .more_menu{
    display: block;
}
.more_menu .w_1500 {
    display: flex;
}
.more_menu .menu_item {
    display: flex;
    width: 1030px;
}
.more_menu .product {
    display: flex;
}
.more_menu .menu_item div {
    margin-right: 60px;
    width: 20%;
}
.more_menu .menu_item h5 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #d40000;
    padding: 10px;
    border: none !important;
}
.more_menu .menu_item ul {
    list-style: none;
    padding-top: 15px;
    margin-top: 0 !important;
    border-top: 1px solid #ededed;
}
.more_menu .menu_item li {
    line-height: 35px;
    font-size: 13px;
    color: #737373 !important;
    padding: 0 10px;
    cursor: pointer;
}
header .contact {
    height: 16px;
    border-left: 1px solid #d0d0d0;
    display: flex;
}
header .contact>div {
    margin-left: 30px;
}
footer {
    background: #2f2f2f;
}
footer .w_1500 {
    display: flex;
    /* align-items: center; */
    padding: 70px 0;
    justify-content: space-between;
}
footer .bottom {
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 25px 0;
    line-height: 30px;
    text-align: center;
}
footer .w_1500 .left {
    width: 390px;
    margin-top: 20px;
}
footer .w_1500 .address {
    width: 445px;
}
footer .w_1500 .wechat {
    width: 160px;
}
footer .w_1500 .contact {
    width: 200px;
}
footer .w_1500 .left h1 {
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}
footer .w_1500 .left h2 {
    font-size: 30px;
    margin-top: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}
footer .w_1500 .left * {
    color: #adadad;
}
footer .w_1500 .address h5 {
    width: 300px;
}
footer .w_1500 h5 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    padding-bottom: 20px;
    border-bottom: 1px solid #5c5c5c;
}
footer .w_1500 .address p:first-of-type {
    margin-top: 30px;
}
footer .w_1500 .address p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}
footer .w_1500 a {
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #fff;
    width: 136px;
    height: 30px;
    margin-top: 30px;
    background-color: #2f2f2f;
    border-radius: 15px;
    border: solid 1px #757575;
}
footer .w_1500 .contact img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
footer .bottom * {
    color: #7b7b7b;
    margin: 0 6px;
}
footer .w_1500 .wechat .qrcode {
    padding: 6px 6px 3px 6px;
    background: #3d3d3d;
    width: 100px;
    margin-top: 15px;
}
footer .w_1500 .contact a {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .w_1500 .contact img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
footer .bottom * {
    color: #7b7b7b;
    margin: 0 6px;
}
header .menu_box>ul>li.shouye{
    background-color: #d40000 !important;
}
.cpzx_INbanner{
    min-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    box-sizing: border-box;
    height: 990px;
    overflow: hidden;
    /* background: url(../img/index/banner.png) no-repeat center;
    background-size: cover; */
    margin-bottom: 74px;
}
.cpzx_INbanner>div{
    height: 100%;
}
.cpzx_INbanner .w_1500 {
    background-color: Red;
    /* height: 100%; */
}
.suspension {
    position: absolute;
    z-index: 10;
    top: 350px;
}
.suspension * {
    color: #fff;
    font-family: FZZZHONGJW--GB1-0;
    margin-bottom: 36px;
}
.suspension h1 {
    font-size: 107px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}
.suspension h3 {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}
.suspension hr {
    width: 125px;
    height: 7px;
    border: none;
    background-color: #ffffff;
}
.suspension p {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
}
.cpzx_INbanner img{
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0, 0.45, 0.5, 1);
    transition-delay: 0s;
    display: block;
    width: 100%;
}
.cpzx_INbanner img:hover{
    transform: scale(1.05);
}
.INcontent{
    width: 80%;
    margin: 0 auto;
}
.box{
    margin-bottom: 94px;
}
.box .boxTop{
    height: 138px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    margin-bottom: 78px;
}
.box .boxTop .title{
    margin-bottom: 48px;
    color: #333;
    position: relative;
    min-width: 142px;
    font-size: 36px;
}
.box .boxTop .title::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 48px;
    bottom: 0;
    right: auto;
    height: 6px;
    width: 58px;
    transform: translate(-29px);
    background-color: #d40000;
}
.box .boxTop .English{
    color: #ccc;
    font-family: BodoniBT-Bold;
    font-size: 36px;
}
/* 底部十周年庆 */
.tenyears{
    min-width: 1200px;
    justify-content: center;
    padding-bottom: 20px;
    box-sizing: border-box;
    height: 772px;
    background: url(../img/index/10年.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    margin: auto;
}
.tenyears img{
    width: 470px;
    height: 404px;
    display: inline-block;
    margin: 78px auto;
}
.tenyears .Title{
    font-size: 48px;
    color: #2b2b2b;
    margin-bottom: 18px;
}
.tenyears .content{
    font-size: 16px;
    color: #808080;
}
/* 医疗健康 */
.hospital .cont .contTop{
    text-align: left;
    color: #333;
    line-height: 32px;
    margin-bottom: 40px;
}
.hospital .cont .contTop .minTitle{
    font-size: 36px;
}
.hospital .cont .contTop .minTitle>span{
    font-size: 18px;
    margin-left: 14px;
}
.hospital .cont:nth-of-type(1){
    margin-bottom: 94px;
}
.hospital .cont .contTop>p{
    font-size: 18px;
    color: #666;
}
.hospital .cont .contBottom{
    display: flex;
    justify-content: space-between;
}
.hospital .cont .contBottom .left{
    width: 656px;
    overflow: auto;
    height: 708px;
}
.lifeno{
    display: flex;
    justify-content: space-between;
    width: 475px;
    height: 122px;
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e0e0e09e;
    transition:2s;
}
.lifeno:nth-last-child(1){
    border:none;
}
.lifeno button{
    background: url(../img/index/便民buttoned.png) no-repeat center;
    background-size: 100% 100%;
    width: 18px;
    height: 14px;
    border-radius: 50%;
    margin-top: 6px;
}
.lifeno div p:nth-of-type(1){
    margin-bottom: 18px;
}
/*.hospital .cont .contBottom .left li{
    display: flex;
    justify-content: space-around;
    width: 475px;
    height: 122px;
    padding-top: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    transition:2s;
}
.hospital .cont .contBottom .left li:nth-last-child(1){
    border:none;
}
.hospital .cont .contBottom .left li button{
    background: url(../img/index/便民buttoned.png) no-repeat center;
    background-size: 100% 100%;
    width: 18px;
    height: 14px;
    border-radius: 50%;
    margin-top: 6px;
}
.hospital .cont .contBottom .left li div p:nth-of-type(1){
    margin-bottom: 18px;
}*/

.lifeactive{
    background-image: linear-gradient(-57deg, 
    #eb0a31 0%, 
    #fb5e5a 100%);
     box-shadow: 16px 11px 38px 2px rgba(97, 97, 97, 0.27);

}
.lifeactive button{
    background: url(../img/index/便民button.png) no-repeat center;
    transform: translateX(20px);
    width: 40px;
    height: 40px;
    box-shadow: 0px -3px 7px 0px rgba(106, 5, 5, 0.35);
    border-radius: 50%;
    transition:1s;
}
.lifeactive div p{
    color: #fdfcfa;

}
.lifeactive div p:nth-of-type(1){
    font-size: 30px;
}
/*.hospital .cont .contBottom .left li:hover{
    background-image: linear-gradient(-57deg, 
    #eb0a31 0%, 
    #fb5e5a 100%);
     box-shadow: 16px 11px 38px 2px 
    rgba(97, 97, 97, 0.27);
}
.hospital .cont .contBottom .left li:hover button{
    background: url(../img/index/便民button.png) no-repeat center;
    background-size: 130% 130%;
    width: 40px;
    height: 40px;
    box-shadow: 0px -3px 7px 0px rgba(106, 5, 5, 0.35);
    border-radius: 50%;
    transition:2s;
}

.hospital .cont .contBottom .left li:hover div p{
    color: #fdfcfa;

}*/
/*.hospital .cont .contBottom .left li:hover div p:nth-of-type(1){
    font-size: 30px;
}*/
.hospital .cont .contBottom .right{
    width: 844px;
    height: 708px;
}
/*.hospital .cont .contBottom .right .bianmingfw{
    display: block;
}*/
/*.hospital .cont .contBottom .right .bianmingfw,
.hospital .cont .contBottom .right .bianmingfw1,
.hospital .cont .contBottom .right .bianmingfw2,
.hospital .cont .contBottom .right .bianmingfw3,
.hospital .cont .contBottom .right .bianmingfw4,
.hospital .cont .contBottom .right .bianmingfw5{
    display: none;
}*/
.rightactive{
    display: block;
}
.bianmingfw{
    display: none;  
}
/*.hospital .cont .contBottom .right .bianmingfw{
    display: none;
}*/
.hospital .cont .contBottom .rightTitle{
    color: #d40000;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.hospital .cont .contBottom .rightTitle::after{
    content: '';
    position: absolute;
    /*left: 50%;*/
    top: 48px;
    bottom: 0;
    right: auto;
    height: 6px;
    width: 154px;
    /*transform: translate(-422px);*/
    background-color: #d40000;
}
.hospital .cont .contBottom .rightCont{
    margin:42px auto;
    text-indent: 2rem;
    width: 100%;
	line-height: 23px;
}
.hospital .cont .contBottom img{
    width: 100%;
    height: 522px;
    display: inline-block;
}
.hospital .cont .contBottom2{
    background: url(../img/index/智慧医院.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 704px;
    color: #fff;
    position: relative;
}
.hospital .cont .contBottom2 .center{
    width: 668px;
    margin-left: 114px;
    padding-top:190px;
    padding-bottom: 190px;
    color: #fff;
    height: 190px;
}
.hospital .cont .contBottom2 .center .title{
    /*width: 144px;*/
	height: 54px;
	font-family: MicrosoftYaHei;
	font-size: 36px;
	color: #ffffff;
}
.hospital .cont .contBottom2 .center .smP{
    /*width: 210px;*/
	height: 60px;
	font-family: ArialMT;
	font-size: 24px;
    color: #ffffff;
    position: relative;
}
.hospital .cont .contBottom2 .center .smP::after{
    content: '';
    position: absolute;
    left: 0;
    top: 38px;
    bottom: 0;
    right: auto;
    height: 5px;
    width: 30px;
    /*transform: translate(-105px);*/
    background-color: #d40000;
}
.hospital .cont .contBottom2 .center .contP{
    width: 673px;
	height: 69px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 26px;
    color: #ffffff;
}
/*.hospital .cont .contBottom2 ul{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;
    align-items: end;
}*/
/*.hospital .cont .contBottom2 ul li{
    width: 20%;
    /*height: 72px;
    box-sizing: border-box;
    border-right: 1px solid #afc7d1;
    /*background-color: rgba(0, 0, 0, 0.35);
    text-align: center;
    /*line-height: 72px;
    color: #fff;
    transition:2s;
}*/
.hospital .cont .contBottom2 ul{
    position: absolute;
    bottom: 0;
}
.hbkuai{
    float: left;
    width: 20%;
    color: #fff;
    transition:2s;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #afc7d1;
    position: absolute;
    bottom: 0;
}
.redkuai{
    height: 124px; 
    background-color: #d40000;
    line-height: 124px; 
}
.baikuai{
    height: 72px;
    background-color: rgba(0, 0, 0, 0.35);
    line-height: 72px;
}
.tab-content div {
    display: none;
}
.tab-content div.active-txt{
    display: block;
}
/*.hospital .cont .contBottom2 ul li:hover{
    height: 124px; 
    background-color: #d40000;
    line-height: 124px; 
}*/
/* 了解城银 */
.knewAbout .boxContent{
    display: flex;
    justify-content: space-between;
}
.knewAbout .boxContent .cysj{
   margin-right: 32px;
   background-color: #f7fafc;
   width: 350px;
   height: 257px;
   /* padding-left: 38px;
   padding-right: 38px;
   padding-top: 42px; */
   overflow: hidden;
   position: relative;
   transition: 1s;
   transition-property: all;
   transition-duration: 1s;
   transition-timing-function: cubic-bezier(0.37, 0.63, 0.13, 1.41);
   transition-delay: 0s;
}
.knewAbout .boxContent .cysj:hover{
    transform: rotateY(180deg);
}
.knewAbout .boxContent .cysj:hover div.P {
    opacity: 1;
}
.knewAbout .boxContent .cysj div {
    position: absolute;
    transition: .5s;
    width: 349px;
    height: 257px;
    box-sizing: border-box;
}
.knewAbout .boxContent .cysj div.A {
    background: #f7fafc;
    padding: 40px 35px;
}
.knewAbout .boxContent .cysj div.P {
    background: #d40000;
    opacity: 0;
    transform: rotateY(
180deg);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 30px;
}
.knewAbout .boxContent .cysj img {
    width: 42px;
    margin-bottom: 20px;
}
.knewAbout .boxContent .cysj .A p {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #353535;
}
.knewAbout .boxContent .cysj .A p:last-of-type {
    font-size: 14px;
    letter-spacing: 0px;
    color: #5a5a5a;
    line-height: 22px;
}
.knewAbout .boxContent .cysj .A>img {
    margin-top: 35px;
    width: 30px;
    float: right;
}
.knewAbout .boxContent .cysj .P * {
    color: #fff;
}
.knewAbout .boxContent .cysj:nth-last-child(1){
   margin-right: 0;
}
.knewAbout .boxContent .cysj .cjMimg{
    width: 42px;
    height: 48px;
    margin-bottom: 30px;
    display: inline-block;
}
.knewAbout .boxContent .cysj .cjMoney{
    width: 110px;
	height: 22px;
    color: #353535;
    font-size: 22px;
    margin-bottom: 10px;
}
.knewAbout .boxContent .cysj .cjMoneyEn{
    width: 100%;
	height: 14px;
	color: #5a5a5a;
    font-size: 14px;
    margin-bottom: 38px;
}
.knewAbout .boxContent .cysj .cjNext{
    width: 36px;
    height: 27px;
    float: right;
}
/* 智慧城市 */
.City .boxContent{
    display: flex;
    justify-content: space-between;
}
.City .boxContent .left{
    width: 968px;
	height: 706px;
}
.City .boxContent .right{
    width: 532px;
	height: 706px;
	background-color: #fafafa;
    padding-left: 56px;
    padding-top: 212px;
    box-sizing: border-box;
}
.City .boxContent .right .title{
    font-size: 24px;
	font-weight: bold;
    color: #2f2f2f;
    height: 50px;
    position: relative;
}
.City .boxContent .right .title::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 34px;
    bottom: 0;
    right: auto;
    height: 6px;
    width: 28px;
    transform: translate(-236px);
    background-color: #d40000;
}
.City .boxContent .right .content{
    font-size: 16px;
    color: #5a5a5a;
    height: 60px;
    line-height: 30px;
    margin-bottom: 40px;
}
.City .boxContent .right .smallsmart{
    width: 159px;
	height: 41px;
	background-color: #ffffff;
    border: solid 1px #cd1212;
    display: inline-block;
    color: #cd1112;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.City .boxContent .right .smallsmart:nth-of-type(n){
    margin-right: 10px;
    margin-bottom: 20px;
}
/* 秋分 */
.knews .boxContent{
    display: flex;
    justify-content: space-between;
}
.knews .boxContent .left{
    width: 548px;
}
.knews .boxContent .qiu{
    width: 100%;
	height: 323px;
}
.knews .boxContent .contQ{
    width: 548px;
    height: 150px;
    padding-left: 32px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
}
.knews .boxContent .contQ .title{
    font-size: 24px;
    color: #353535;
    height: 60px;
    line-height: 60px;
}
.knews .boxContent .contQ .cont{
    width: 100%;
    height: 35px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.knews .boxContent .contQ .newDate{
    width: 548px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #cfcccc;
}
.knews .boxContent .contQ .newDate span{
    color: #cfcccc;
}
.knews .boxContent .right{
    width: 876px;
}
.knews .boxContent .right .sjCont{
    display: flex;
    justify-content: space-between;
    height: 118px;
}
.knews .boxContent .right .sjCont .left{
    width: 64px;
    height: 100px;
}
.knews .boxContent .right .sjCont .left .day{
    width: 64px;
	font-size: 60px;
    color: #222222;
    border-bottom:1px solid #cccccc ;
}
.knews .boxContent .right .sjCont .left .yearMon{
    width: 63px;
	height: 10px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #222222;
}
.knews .boxContent .right .sjCont .right{
    width: 772px;
}
.knews .boxContent .right .sjCont .right .title{
    /*width: 198px;*/
	height: 19px;
	font-size: 18px;
	line-height: 20px;
	color: #353535;
}
.knews .boxContent .right .sjCont .right .content{
    width: 772px;
	height: 35px;
	font-size: 14px;
	line-height: 20px;
    color: #a1a1a1;
    padding-top: 18px;
}
.knews .boxTop {
    position: relative;
}
.knews .qiyeKnews ul{
    display: flex;
    position: absolute;
    right: 0;
    top: 30px;
}
.knews .qiyeKnews li{
    font-size: 16px;
    color: #333333;
    width: 146px;
    text-align: right;
    transition:2s;
}
.knews .qiyeKnews li>img{
    width: 14px;
    height: 14px;
}
.knews .qiyeKnews li:hover{
    font-size: 16px;
	color: #d40000;
}
.bianmtitle{
    font-size: 18px;
}
.bianmcontent{
    font-size: 14px;
}