/* banner图开始 */
.Banner{
    height: 780px;
    position: relative;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.MobBanner{
    display: none;
}
.BannerImg{
    position: absolute;
    width: 728px;
    height: 186px;
    left: 50%;
    margin-left: -364px;
    top: 264px;
    z-index: 9;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
/* banner图结束 */

/* 我们为政府开始 */
.WeForCont{
    height: 1493px;
    margin-top: -45px;
    position: relative;
    z-index: 9;
    background: url("../images/bigbj.png") no-repeat center top;
}
.WeFors{
    height: 204px;
    padding: 80px 0 0;
    box-sizing: border-box;
}
.WeFors span{
    float: left;
    font-size: 36px;
    color: #333333;
    padding: 0 0 24px;
    background: url("../images/huixian.png") no-repeat left bottom;
}
.WeFors a{
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    transition: all .3s;
    text-transform: capitalize;
}
.WeFors a i{
    color: #f12639;
}
.WeFors a:hover{
    color: #f12639;
}
.WeForx ul li{
    float: left;
    width: 270px;
    height: 244px;
    position: relative;
    background: #f8f8f8;
    border-radius: 6px;
    padding: 40px 30px 0;
    margin: 0 40px 30px 0;
    box-sizing: border-box;
    transition: all .3s;
}
.WeForx ul li.on{
    width: 579px;
    background: #f12639;
}
.WeForx ul li:hover{
    background: #f12639;
}
.WeForx ul li .WeForImg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all .3s;
}
.WeForx ul li.on .WeForEm img:nth-of-type(1){
    display: none;
}
.WeForx ul li.on .WeForEm img:nth-of-type(2){
    display: block;
}
.WeForx ul li h2 a{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    transition: all .3s;
}
.WeForx ul li span{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding: 30px 0 45px;
    transition: all .3s;
}
.WeForx ul li>a{
    font-size: 14px;
    color: #f12639;
    transition: all .3s;
}
.WeForx ul li .WeForEm{
    position: absolute;
    right: 30px;
    bottom: 19px;
    z-index: 10;
}
.WeForx ul li .WeForEm img:nth-of-type(1){
    display: block;
}
.WeForx ul li .WeForEm img:nth-of-type(2){
    display: none;
}
.WeForx ul li.on .WeForEm img:nth-of-type(1){
    display: none;
}
.WeForx ul li.on .WeForEm img:nth-of-type(2){
    display: block;
}
.WeForx ul li.on h2 a{
    color: #ffffff;
}
.WeForx ul li.on span{
    color: #ffffff;
}
.WeForx ul li.on>a{
    color: #ffffff;
}
.WeForx ul li:last-child{
    margin-right: 0;
}
.WeForx{
    width: 1350px;
}
.WeForxDiv{
    float: left;
    width: 270px;
    height: 223px;
    position: relative;
    text-align: center;
    background: #f8f8f8;
    border-radius: 5px;
    transition: all .2s;
    margin-right: 40px;
    cursor: pointer;
}
.WeForxDiv span{
    display: block;
    font-size: 20px;
    color: #666666;
    text-align: center;
    padding: 40px 0 20px;
}
.WeForxDiv em{
    display: block;
    font-size: 34px;
    color: #333333;
    text-align: center;
    padding: 0 0 30px;
}
.WeForLink{
    text-align: center;
}
.WeForLink a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 17px;
    background: #f12639;
}
.WeForLink a:hover{
    text-decoration: underline;
}
.WeForLink a:nth-of-type(2){
    display: none;
}
.WeForLink a:nth-of-type(3){
    display: none;
}
.WeForxDiv img{
    position: absolute;
    right: 30px;
    bottom: 16px;
    z-index: 10;
    display: none;
}
.WeForxDiv.on img{
    display: block;
}
.WeForxDiv.on{
    width: 579px;
    padding: 0 36px;
    background: #f12639;
    box-sizing: border-box;
}
.WeForxDiv.on span{
    color: #ffffff;
    text-align: left;
}
.WeForxDiv.on em{
    color: #ffffff;
    text-align: left;
}
.WeForxDiv.on .WeForLink{
    text-align: left;
}
.WeForxDiv.on .WeForLink a{
    padding: 0;
    margin-right: 21px;
}
.WeForxDiv.on .WeForLink a:nth-of-type(2){
    display: inline-block;
}
.WeForxDiv.on .WeForLink a:nth-of-type(3){
    display: inline-block;
}
.WeForText{
    padding: 25px 0 88px;
    text-align: center;
}
.WeForText p{
    font-size: 22px;
    color: #666666;
    line-height: 50px;
}
.WeForText .WeForMore{
    display: block;
    width: 71px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    font-size: 14px;
    color: #999999;
    padding-right: 11px;
    transition: all .3s;
    background: url(../images/morebeijing.png) no-repeat right bottom 4px;
}
.WeForText .WeForMore:hover{
    color: #f12639;
}
/* 我们为政府结束 */

/* 事业共同体开始 */
.GongTong{
    padding: 149px 0 0;
}
.GongTong ul li{
    float: left;
    width: 386px;
    height: 241px;
    position: relative;
    margin: 0 20px 20px 0;
}
.GongTong ul li:nth-of-type(3){
    margin-right: 0;
}
.GongTong ul li:last-child{
    margin-right: 0;
}
.GongTong ul li .GongTongImg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
.GongTong ul li span{
    display: block;
    font-size: 36px;
    color: #333333;
    line-height: 61px;
    padding: 0 0 10px;
    background: url("../images/huixian.png") no-repeat left bottom;
}
.GongTong ul li em{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all .3s;
    background: rgba(0,0,0,0.39);
}
.GongTong ul li:hover em{
    background: rgba(241,38,57,0.85);
}
.GongTong ul li .GongTongBac{
    display: block;
    width: 100%;
    /*margin: 61px auto 0;*/
    position: relative;
    z-index: 9;
    transition: all .3s;
}
.GongTong ul li:hover .GongTongBac{
    /*margin: 48px auto 0;*/
}
.GongTong ul li .GongTongDiv{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding: 16px 0 0;
    display: none;
    box-sizing: border-box;
    transition: all .3s;
}
.GongTong ul li .GongTongDiv a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-right: 12px;
    margin-left: 7px;
    background: url("../images/baixian.png") no-repeat right center;
}
.GongTong ul li .GongTongDiv a:hover{
    text-decoration: underline;
}
.GongTong ul li .GongTongDiv a:last-child{
    padding-right: 0;
    background: none;
}
.GongTong ul li:hover .GongTongDiv{
    display: block;
}
/* 事业共同体结束 */

/* 我们的动态开始 */
.WeDong{
    height: 758px;
}
.WeFors1{
    height: 173px;
    padding: 55px 0 0;
}
.WeDongx ul li{
    float: left;
    width: 386px;
    margin-right: 21px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px 3px #f3f3f3;
}
.WeDongx ul li:last-child{
    margin-right: 0;
}
.WeDongx ul li>a{
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.WeDongx ul li>a img{
    display: block;
    width: 100%;
    height: 240px;
    transition: all .5s;
}
.WeDongx ul li>a:hover img{
    transform: scale(1.05);
}
.WeDongx ul li .WeDongDiv{
    display: block;
    width: 100%;
    height: 256px;
    background: #ffffff;
    padding: 30px 29px 0;
    box-sizing: border-box;
}
.WeDongx ul li .WeDongDiv h3{
    padding: 28px 0 0;
    background: url("../images/hongxian.jpg") no-repeat left top;
}
.WeDongx ul li .WeDongDiv h3 a{
    display: block;
    height: 60px;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    transition: all .3s;
}
.WeDongx ul li .WeDongDiv h3 a:hover{
    color: #f12639;
}
.WeDongx ul li .WeDongDiv span{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding: 10px 0 0;
}
.WeDongx ul li .WeDongDiv .WeDongDivx{
    height: 23px;
    padding: 28px 0 0;
}
.WeDongx ul li .WeDongDiv .WeDongDivx em{
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 23px;
}
.WeDongx ul li .WeDongDiv .WeDongDivx a{
    float: right;
    width: 23px;
    height: 23px;
    transition: all .3s;
    background: url("../images/more.png") no-repeat center;
}
.WeDongx ul li .WeDongDiv .WeDongDivx a:hover{
    background: url("../images/more_1.png") no-repeat center;
}
/* 我们的动态结束 */

/* 底部开始 */
.footer{

}
.Footers{
    display: none;
    height: 317px;
    text-align: center;
    background: url("../images/endbjimg.png") no-repeat center top;
}
.Footers span{
    display: block;
    font-size: 50px;
    color: #ffffff;
    padding: 70px 0 36px;
}
.Footers em{
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 42px;
}
.Footers a{
    display: inline-block;
    width: 122px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #ffffff;
    background: url("../images/footersbj.png") no-repeat center;
}
.FooterWai{
    height: 268px;
    background: url("../images/endbj.png") no-repeat center;
}
.Footerc .container{
    height: 181px;
    border-bottom: 1px solid #585858;
}
.Footercl{
    float: left;
}
.Footercls{
    overflow: hidden;
    padding: 50px 0 25px;
}
.Footercls img{
    float: left;
}
.Footercls img:nth-of-type(1){
    display: block;
}
.Footercls img:nth-of-type(2){
    display: none;
}
.Footercls span{
    float: left;
    font-size: 16px;
    color: #9a9a9a;
    line-height: 32px;
    margin-left: 30px;
}
.Footercls span i{
    font-size: 22px;
    color: #f12639;
    font-family: "Arial";
}
.Footerclx ul li{
    float: left;
    margin-right: 48px;
}
.Footerclx ul li a{
    font-size: 16px;
    color: #9a9a9a;
    transition: all .3s;
}
.Footerclx ul li a:hover{
    color: #ffffff;
}
.Footercr{
    float: right;
    width: 87px;
    margin-top: 47px;
    margin-right: 29px;
}
.Footercr img{
    display: block;
    width: 87px;
    height: 87px;
}
.Footercr span{
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
}
.Footerx{
    height: 86px;
    font-size: 14px;
    color: #9a9a9a;
    line-height: 62px;
}
.Footerx p{
    font-size: 14px;
    color: #9a9a9a;
}
.End{
    height: 70px;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 70px;
    text-align: center;
}
.End p{
    font-size: 14px;
    color: #6f6f6f;
}
.End a{
    font-size: 14px;
    color: #6f6f6f;
    transition: all .3s;
}
.End a:hover{
    color: #f12639;
}
/* 底部结束 */