﻿.hidden{display: none;}
.block{display: block}
.hover_after{
	color: #135d93 !important;
	;
}
.container{
    width: 1170px;
    margin:0 auto;
}
/*banner广告部分*/
.banner{
    width: 100%;
    height: 694px;
    background: url("../imgs/banner.jpg") no-repeat center;
}
.banner_pic{
    width: 100%;
    height: 694px;
    position: relative;
}
.banner_pic h4{
    text-align: center;
    font-size: 16px;
    padding: 3px;
    line-height: 25px;
}
.banner_top{
    position: absolute;
    top: 121px;
    left:17%;
}
.banner_bottom{
    position: absolute;
    bottom:50px;
    left:30%;
}
.sczj{
	font-size: 30px;
	color: #135d93;
	text-align: left;
	font-weight: 100;
	padding-left: 30px;
}
.sczj_en{
	font-size: 15px;
	color: #135d93;
	text-align: left;
}
.banner_zy {
    background: url("../imgs/zy.png") no-repeat left;
    padding-left: 56px;
    margin-top:50px;
}

 .banner_top{
     -webkit-animation: ban_top 2s;
     -moz-webkit-animation:ban_top 2s ;
     -ms-webkit-animation:ban_top 2s ;
     -o-webkit-animation:ban_top 2s ;
     animation: ban_top 2s;
 }
  .banner_bottom{
    -webkit-animation: ban_bot 2s;
    -moz-webkit-animation:ban_bot 2s ;
    -ms-webkit-animation:ban_bot 2s ;
    -o-webkit-animation:ban_bot 2s ;
   animation: ban_bot 2s;
}

/*动态效果*/
@keyframes ban_top {
    0%{
        top:-100%;
    }
    100%{
        top: 121px;
    }
}
@-webkit-keyframes ban_top {
    0%{
        top:-100%;
    }
    100%{
        top: 121px;
    }
}
@-moz-keyframes ban_top {
    0%{
        top:-100%;
    }
    100%{
        top: 121px;
    }
}
@-o-keyframes ban_top {
    0%{
        top:-100%;
    }
    100%{
        top: 100px;
    }
}
@-webkit-keyframes ban_top {
    0%{
        top:-100%;
    }
    100%{
        top: 121px;
    }
}

@keyframes ban_bot {
    0%{
        bottom:-100%;
    }
    100%{
        bottom:50px;
    }
}
@-webkit-keyframes ban_bot {
    0%{
        bottom:-100%;
    }
    100%{
        bottom:50px;
    }
}
@-moz-keyframes ban_bot {
    0%{
        bottom:-100%;
    }
    100%{
        bottom:50px;
    }
}

@-o-keyframes ban_bot {
    0%{
        bottom:-100%;
    }
    100%{
        bottom:50px;
    }
}
/*华府概况*/
.hfgk{
    height:50px;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.hfgk h3{
	width: 360px;
	height: 50px;
	color: #135d93;
	background: url("../imgs/circle.png") no-repeat right 18px;
	font-size: 17px;
	line-height: 50px;
}
.hfgk ul li{
    display: inline-block;
    margin: 0 5px;
    margin-top: 15px;
}
.hfgk ul li a{
    font-size: 17px;
}
.hfgk ul li a:hover{
    color:#135d93;
}
/*妇儿典范*/
.fedf{
    width:100%;
    overflow: hidden;
    margin-top: 20px;
}
.fedf_top li{
	float: left;
	width: 50%;
	height: 467px;
	background-color: #135d93;
}
.fedf_top li{
    position: relative;

}
 .litxt_slide{
    -webkit-animation: fedf_txt 2s;
    -moz-webkit-animation:fedf_txt  2s;
    -ms-webkit-animation:fedf_txt  2s;
    -o-webkit-animation:fedf_txt  2s;
    animation: fedf_txt  2s;
}
.litxt p{
    width: 400px;
    height: 200px;
    text-align: center;
    font-size:36px;
    color: #ffffff;
    position: absolute;
    top:28%;
    left:17%;

}
.fedf_top li p span{
    display: block;
    width: 34px;
    height: 27px;
    background: url("../imgs/list_icon.png") no-repeat 0 0;
    margin-left: 25px;
    margin-top: 10px;
}
@keyframes fedf_txt {
    0%{
        left:-100%;
    }
    100%{
        left:17%;
    }
}
@-moz-keyframes fedf_txt {
    0%{
        left:-100%;
    }
    100%{
        left:17%;
    }
}
@-o-keyframes fedf_txt {
    0%{
        left:-100%;
    }
    100%{
        left:17%;
    }
}
@-webkit-keyframes  fedf_txt {
    0%{
        left:-100%;
    }
    100%{
        left:17%;
    }
}
.fedf_bot{
    width: 96%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.fedf_bot li{
    display: inline-block;
    width: 400px;
    height: 350px;
    margin: 5px 10px;
    padding-top: 20px;
}
.fedf_bot li img{
    width: 334px;
    height: 241px;
}
.fedf_bot p{
    text-align: center;
    margin-top: 20px;
}
.fedf_bot p span{
	display: block;
	color: #135d93;
	font-size: 20px;
	padding-bottom: 3px;
}
.lizyh,.ligjh,.lijth{
    position: absolute;
    top: 5px;
    left:10px;
}
.ligjh{
    left:370px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 0 3px;
    text-align: center;
}
.lijth{
    left: 790px;
}
     /*底部动画*/
 .lizyh{
    -webkit-animation: fedf_bot 3.6s;
    -moz-webkit-animation:fedf_bot  3.6s;
    -ms-webkit-animation:fedf_bot  3.6s;
    -o-webkit-animation:fedf_bot  3.6s;
   animation:fedf_bot  3.6s;
}
 .ligjh{
    -webkit-animation: fedf_bot 4.6s;
    -moz-webkit-animation:fedf_bot  4.6s;
    -ms-webkit-animation:fedf_bot 4.6s;
    -o-webkit-animation:fedf_bot 4.6s;
   animation:fedf_bot  4.6s;
}
 .lijth{
    -webkit-animation: fedf_bot 5s;
    -moz-webkit-animation:fedf_bot  5s;
    -ms-webkit-animation:fedf_bot 5s;
    -o-webkit-animation:fedf_bot 5s;
    animation:fedf_bot 5s;
}
@keyframes fedf_bot {
    0%{
        top:-100%;
    }
    100%{
        top:5px;
    }
}
@-moz-keyframes fedf_bot {
    0%{
        top:-100%;
    }
    100%{
        top:5px;
    }
}
@-o-keyframes fedf_bot {
    0%{
        top:-100%;
    }
    100%{
        top:5px;
    }
}
@-webkit-keyframes  fedf_bot {
    0%{
        top:-100%;
    }
    100%{
        top:5px;
    }
}

/*底部线条*/
.bot_line{
    clear: both;
    width: 100%;
    height:31px;
    margin: 10px 0;
    overflow: hidden;
    background: url("../imgs/lg5.jpg");
}
.dtys{
    width: 100%;
}
.tittle_box {
    width: 100%;
    height: 176px;
    background: url("../imgs/tt.png");
    margin-top: 60px;
}
.dtys_out:hover .tittle_outer{
    -webkit-animation: tittle_txt 2.5s;
    -moz-webkit-animation:tittle_txt  2.5s;
    -ms-webkit-animation:tittle_txt 2.5s;
    -o-webkit-animation:tittle_txt 2.5s;
    animation:tittle_txt  2.5s;
}
.tittle_top{
    width: 368px;
    height: 45px;
    margin: 0 auto;
   position: absolute;
    top: -13px;
    left: 34%;
}
.tittle_bot{
    width: 800px;
    height: 100px;
    margin: 0 auto;
    border:1px solid transparent;
    position: relative;
    left:120px;
}
.tittle_left,.tittle_right{
    display: inline-block;
}
.tittle_left p{
	text-align: right;
	margin-top: 80px;
	color: #135d93;
	font-size: 15px;
	padding-right: 10px;


}
.tittle_left p span{
    font-size: 35px;
    color:#000;
}
.tittle_bot b{
    margin-top: 10px;
    display: inline-block;
    width: 5px;
    height: 70px;
    border-left:1px solid #000000;
}
.tittle_right p{
    position: absolute;
    top:85px;
}

.tittle_outer{
    width: 100%;
    height: 174px;
    position: relative;
    border:1px solid transparent;
}

@keyframes tittle_txt {
    0%{
        left:-100%;
    }
    100%{
        left:0;
    }
}
@-moz-keyframes tittle_txt {
    0%{
        left:-100%;
    }
    100%{
        left:0;
    }
}
@-o-keyframes tittle_txt {
    0%{
        left:-100%;
    }
    100%{
        left:0;
    }
}
@-webkit-keyframes  tittle_txt {
    0%{
        left:-100%;
    }
    100%{
        left:0;
    }
}
.gzzzj,.zlzx{
    margin-top: 10px;
    overflow: hidden;
}
.gzzzj li{
    float: right;
}
.zlzx li{
    float: left;
}
.gzz_txt,.zlzx_txt{
    width:400px;
    height: 363px;
}
.gzz_txt p,.zlzx_txt p{
    width: 150px;
    height: 100px;
    margin:0 auto;
    margin-top:150px;
}
.gzz_txt>span,.zlzx_txt>span{
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #135d93;
    margin:0 auto;
    border:1px solid #135d93;
    font-size: 20px;
}
.gzz_txt p,.zlzx_txt p{
    position: relative;
}
.gzz_txt p span,.zlzx_txt p span{
    display: block;
    width: 75px;
    height: 70px;
    background: url("../imgs/bd.png") -65px 0;
    left:-75px;
    top:-30px;
    position: absolute;
}
/*华府独特优势2*/
.dtys_center ul{
    width:800px;
    height: 89px;
    margin:25px auto;
    background: url("../imgs/line.png") no-repeat center;
    position: relative;
}
.dtys_center ul li{
    width: 80px;
    height: 50px;
    display: inline-block;
    margin-top: 30px;
    margin-left: -10px;
}

.dtys_second li,.dtys_forth li{
    position: absolute;
}
.dtys_second li span,.dtys_forth li span{
	width: 129px;
	color: #135d93;
	font-size: 12px;
	margin-left: -8px;
}
.dtys_second li span.center{
    margin-left: -20px;
}
.ck{
    width: 100%;
    height: 550px;
}
.ck_left{
    width: 100%;
}
.ck_left,.ck_right{
    float: left;
    margin: 0 20px;
}
.ck_left{
    width: 450px;
    height: 420px;
}
.ckleft_top p{
    height: 30%;
    text-align: left;
    font-size: 16px;
}
.ckleft_top p span{
    font-size: 20px;
}
.ckleft_top ul{
    margin-left:203px;
    margin-top: -40px;
}
.ckleft_top ul li{
    margin:5px;
}

.ckleft_top ul li b{
    display: inline-block;
    width: 27px;
    height: 29px;
    background: url("../imgs/bd.png") no-repeat -144px 0;
}
.ckright_bot ul li b{
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url("../imgs/bd.png") no-repeat -175px -9px;
    position: absolute;
    top:-1px;
    right:-35px;
}
.ckleft_bot{
    position: relative;
    width: 403px;
}
.pic_bot{
    width:207px;
    height: 75px;
}
.pic_top{
    position: absolute;
    top:57%;
    right:-35px;
}
.ckright_center{
    text-align: right;
}
.ckright_center b{
    display: inline-block;
    width: 265px;
    border-top:1px dashed #135d93;
     margin-right:80px;

}
.ckright_bot ul{
    float:left;
    display: inline-block;
    width: 50%;
    margin-top: 50px;
}
.ckright_bot li{
    text-align: right;
    position: relative;
    margin:20px 0;
}
.more a,.more_right a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 2px solid #135d93;
	right: 0px;
	font-size: 15px;
	margin-left: 15px;
}
.more_right a{
    margin-left:245px;
}
.ckright_botpic img{
    width: 246px;
    height:120px;
    margin-left: 55px;
    margin-top: 25px;
}
/*华府独特优势3*/
.jtfw_center{
   text-align: center;
    font-size: 18px;
    line-height:50px;
    margin-top: 10px;
}
.jtfw_center span{
	color: #135d93;
}

#fullpage_k{
    width: 100%;
    height: 2000px;
}

/*独特优势4*/
.dtysfore_pic{
    width: 100%;
    overflow: hidden;
    height: 700px;
}
.bzjh_left,.bzjh{
    float: left;
}
.bzjh{
    margin-top: 40px;
    padding: 100px 20px;
    width: 700px;
    height: 515px;
    background: url("../imgs/bg_line.png") no-repeat center;
}
.bzjh h2,.bzjh h3{
    text-align: center;
}
.bzjh h2{
    color: #135d93;
    font-size: 30px;
}
.bzjh h3{
    color:#135d93;
}
.bzjh p{
    width: 500px;
    height: 250px;
    background-color: #135d93;
    padding:40px 30px;
    color: #ffffff;
    margin:30px auto;
    line-height: 30px;
}
.bzjh p span{
    font-size: 20px;
}
.qwsj_left{
    width: 312px;
    height: 214px;
    background: url("../imgs/bg_line2.png");
    text-align: center;
    padding:30px 0;
    color: #135d93;
    margin-top: 40px;
}
.qwsj_left p{
    width: 300px;
    height: 200px;
    margin-top: 20px;
    margin-left: -17px;
}
.qwsj_left,.qwsj_right{
    float: left;
}
/*华府大事记*/
.dsj_left li p{
    color: #bbb;
    padding-right: 14px;
}
.dsj_left li h3{
    color: #aaa;
    font-size: 16px;

}
.dsj_right li p{
    color: #aaa;
}
.hfdsj_top{
    width: 974px;
    height: 400px;
    margin:0 auto;
    background: url("../imgs/tab_bg.png");
    position: relative;
}
.hfdsj_top{
	text-align: center;
	color: #135d93;
}
.hfdsj_top>p{
    width: 100px;
    border-bottom: 1px solid #135d93;
    margin: 0 auto;
}
.tab_dsj{
    width: 100%;
}
.tab_dsj li{
    width: 205px;
    height: 204px;
    border-radius: 50%;
    position: absolute;
}
.dsj_first{
    background: url("../imgs/tab1.png");
    left: 81px;
    top: 140px;
}
.dsj_second{
    background: url("../imgs/tab2_after.png");
    top: 189px;
    left:39%;
}
.dsj_third{
    background: url("../imgs/tab3_after.png");
    top:140px;
    right:97px;
}


/*大事记底部*/
.hfdsj_top h1{margin: 25px 0;
font-size: 63px;
}
.hfdsj_top h4{
    font-size: 21px;
}
.dsj_bot{
    width: 100%;
    height: 750px;
    overflow: hidden;
}
.dsj_left{
    width: 578px;
    height: 670px;
    border-bottom: 1px solid #cccccc;
    float: left;
}
.dsj_left li{
    width: 578px;
    height: 473px;
    margin-top: 10px;

}
.dsj_left li h3{
    margin:10px 0px;
    font-size: 17px;
    font-weight: 500;
}
.dsj_left li span{
    display: block;
    padding-top: 44px;
    color:#aaa;
}
.dsj_right{
    width: 585px;
    height: 704px;
    float: left;
}
.dsj_right li{
    width: 282px;
    height: 320px;
    float:left;
    margin: 10px 5px;
    border-bottom: 1px solid #cccccc;
    color:#aaa;
    position: relative;

}
.dsj_right li span{
    position: absolute;
    bottom:4px;
    left: 5px;
}
.dsj_right li h3{
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
}
#dsj_three .dsj_right li span{
    display: block;
    padding-top: 50px;
    color:#aaa;
}
#dsj_two .dsj_right li span{
    padding-top: 28px;
}

.ckgd a{
    display: block;
    margin: 30px auto;
    margin-top:-20px;
    width: 122px;
    height: 40px;
    background-color: #A0A0A0;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
}

.tab_dsj li p{
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    background:#484848;
    opacity: 0.6;
    padding-top: 80px;
    color: #fff;
    font-size:25px;
}
.tab_dsj li a{
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 3%;
}
.dsj_right li span{
    padding-bottom: -10px;
}
.ckzx a,.fkzx a,.ekzx a,.csxh a,.qwsj a,.aqbz a{
    font-size: 19px!important;
}
