
/*首页banner*/
html,body{
	min-width:1280px;
}


/* 20221202修改页面颜色调整开始 */
/* body { */
/* -webkit-filter: grayscale(100%); /* webkit */ */
/* -moz-filter: grayscale(100%); /*firefox*/ */
/* -ms-filter: grayscale(100%); /*ie9*/ */
/* -o-filter: grayscale(100%); /*opera*/ */
/* filter: grayscale(100%); */
/* filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  */
/* filter:gray; /*ie9- */ */
/* } */
/* .zz_menu .zz_menuc ul{ */
/* ? zoom: 1; */
/* } */
/* .zz_menu .zz_menuc ul::after { */
/* ? content: '\0020'; */
/* ? display: block; */
/* ? height: 0; */
/* ? clear: both; */
/* ? visibility: hidden; */
/* } */
/* 20221202修改页面颜色调整结束*/



.bannerbox {
    padding: 0 32px;
    background: #1968ae;
    height: 490px;
    position: relative;
}
.bannerbox .banner_left{
    position: absolute;
    left:32px;
    top:22px;
    z-index: 5;
}
.bannerbox .banner_right{
    position: absolute;
    right:32px;
    top:22px;
    z-index: 5;
}
.bannerbox .hd{
    width:1200px;
    left:50%;
    margin-left: -600px;
    text-align: center;
    position: relative;
    bottom:35px;
    z-index: 9;
}
.bannerbox .hd ul li{
    display: inline-block;
    width:15px;
    height:15px;
    cursor: pointer;
    background: url("/application/home/view/images/zz_beijing4.png") center no-repeat;
    margin: 0 9px;
}
.bannerbox .hd ul li.on{
    background: url("/application/home/view/images/zz_beijing4_1.png") center no-repeat;
}
.bannerbox .hd .prev{
    position: absolute;
    left:-156px;
    top:-220px;
    width:25px;
    height:46px;
    cursor: pointer;
    background: url("/application/home/view/images/zz_beijing5.png") center no-repeat;
}
.bannerbox .hd .prev:hover{
    background: url("/application/home/view/images/zz_beijing5_1.png") center no-repeat;
}
.bannerbox .hd .next{
    position: absolute;
    right:-156px;
    top:-220px;
    width:25px;
    height:46px;
    cursor: pointer;
    background: url("/application/home/view/images/zz_beijing6.png") center no-repeat;
}
.bannerbox .hd .next:hover{
    background: url("/application/home/view/images/zz_beijing6_1.png") center no-repeat;
}
.bannerbox .bd {
    position: relative;
}
.bannerbox .zzc {
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 442px;
}
.bannerbox .zzc img {
    display: block;
    width: 100%;
    height: 100%;
}
.bannerbox li {
    position: relative;
    width: 33.33%;
    height: 442px;
    overflow: hidden;
    margin-top: 22px;
    -webkit-box-shadow: 0 0 0 0 #000000;
    -moz-box-shadow: 0 0 0 0 #000000;
    box-shadow: 0 0 0 0 #000000;
}
.bannerbox li.max1 {
    z-index: 1;
    overflow: hidden;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.bannerbox li.max2 {
    margin-top: -1px;
    z-index: 6;
    height:491px;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}
.bannerbox li.max3 {
    z-index: 1;
    overflow: hidden;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;*/
}
.bannerbox li img {
    width: 1238px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -245px;
    margin-left: -619px;
    max-width: none;
}
/*首页banner*/

/* 头部开始 */
.zz_top{
    width: 100%;
    background: #2271b8;
}
.zz_top .zz_topc{
    width: 1200px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
}
.zz_top .zz_topc>em{
    float: left;
    font-size: 12px;
    color: #f4f4f4;
}
.zz_top .zz_topc>.top_r{
    float: right;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
}
.zz_top .zz_topc>.top_r>a{
    font-size: 12px;
    color: #ffffff;
}
.zz_top .zz_topc>.top_r>a:hover{
    color: #f29a75;
}
/* 头部结束 */

/* LOGO开始 */
.zz_logo{
    width: 100%;
    background: url(/application/home/view/images/zz_beijing1.jpg) center no-repeat;
}
.zz_logo .zz_logoc{
    width: 1200px;
    height: 113px;
    margin: 0 auto;
}
.zz_logo .zz_logoc>a{
    float: left;
    margin-top: 16px;
}
.zz_logo .zz_logoc .search_div{
    float: right;
    width:192px;
    height:37px;
    margin-top: 40px;
    padding-left: 33px;
    padding-right: 67px;
    position: relative;
    background: url("/application/home/view/images/zz_beijing2.png") center no-repeat;
}
.zz_logo .zz_logoc .search_div input{
    display: block;
    width:100%;
    height:37px;
    line-height: 37px;
    font-size: 12px;
    color: #c5775f;
    font-family: "Arial";
    outline:none;
    background: none;
    border:none;
}
.zz_logo .zz_logoc .search_div>a{
    position: absolute;
    width:18px;
    height:37px;
    right:32px;
    top:0;
    background: url("/application/home/view/images/zz_beijing3.png") center no-repeat;
}
.zz_logo .zz_logoc .search_div>a:hover{
    background: url("/application/home/view/images/zz_beijing3_1.png") center no-repeat;
}
/* LOGO结束 */

/*导航开始*/
.zz_menu{
    width:100%;
    background: #f4f4f4;
    position: relative;
	z-index:100;
}
.zz_menu .zz_menuc{
    width:1200px;
    height:64px;
    margin: 0 auto;
}
.zz_menu .zz_menuc ul li{
    float: left;
}
.zz_menu .zz_menuc ul li>a{
    display: block;
    width:100px;
    font-size: 15px;
    color: #333333;
    height:64px;
    line-height:64px;
    text-align: center;
}
.zz_menu .zz_menuc ul li:hover >a{
    color: #fff;
    background: #1968ae;
}
.zz_menu .zz_menuc ul li.on>a{
    color: #fff;
    background: #1968ae;
}
.zz_menu .zz_menuc ul li .zz_yc{
    position: absolute;
    width:100%;
    left:0;
    top:64px;
    background: url("/application/home/view/images/zz_beijing14.png") repeat;
    z-index: 9;
    display: none;
}
.zz_menu .zz_menuc ul li .zz_yc .zz_ycc{
    width:1200px;
    padding: 20px 0;
    margin:0 auto;
}
.zz_menu .zz_menuc ul li .zz_yc .zz_ycc>img{
    float: left;
}
.zz_menu .zz_menuc ul li .zz_yc .zz_ycc .zz_ycc_r{
    float: right;
    width:842px;
    overflow: hidden;
}
.zz_menu .zz_menuc ul li .zz_yc .zz_ycc .zz_ycc_r a{
    float: left;
    margin-right: 46px;
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}
.zz_menu .zz_menuc ul li .zz_yc .zz_ycc .zz_ycc_r a:hover{
    color: #1968ae;
}
.zz_menu .zz_menuc ul li .zz_yc .zz_ycc .zz_ycc_r a.on{
    color: #1968ae;
}
.zz_menu .zz_menuc ul li:hover .zz_yc{
    display: block;
}
/*导航结束*/

/*12bet要闻开始*/
.zz_xue{
    width:100%;
}
.zz_xue .zz_xuec{
    width:1200px;
    height:351px;
    margin:0 auto;
    padding-top: 31px;
}
.zz_xue .zz_xuec .zz_xue_l{
    float: left;
    width:765px;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_ls{
    height:46px;
    line-height: 46px;
    border-bottom: 1px solid #d7d7d7;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_ls h2 a{
    float: left;
    font-size: 22px;
    color: #333333;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_ls h2 a:hover{
    color: #2b58a9;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_ls em{
    float: left;
    font-size: 14px;
    color: #cbcbcb;
    font-family: "Arial";
    margin-left: 15px;
    text-transform: uppercase;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_ls>a{
    float: right;
    font-size: 16px;
    color: #2b58a9;
    text-transform: uppercase;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_ls>a:hover{
    color: #dd561f;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx{
    padding-top: 17px;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl{
    float: left;
    width:382px;
    height:256px;
    position: relative;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .bd ul li{
    position: relative;
    width:382px;
    height:256px;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .bd ul li>a{
    display: block;
    width:382px;
    height:256px;
    overflow: hidden;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .bd ul li>a img{
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .bd ul li:hover >a img{
    opacity:0.9;
    filter: alpha(opacity=90);
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .bd ul li h3 a{
    position: absolute;
    width:100%;
    left:0;
    bottom:0;
    height:42px;
    line-height: 42px;
    padding-left: 13px;
    padding-right: 111px;
    box-sizing: border-box;
    background: url("/application/home/view/images/zz_beijing7.png") center no-repeat;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .bd ul li:hover h3 a{
    font-weight: bold;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .hd{
    position: absolute;
    right:0;
    bottom:14px;
    width:101px;
    text-align: center;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .hd ul li{
    display: inline-block;
    width:9px;
    height:9px;
    cursor: pointer;
    background: url("/application/home/view/images/zz_beijing8.png") center no-repeat;
    margin: 0 2px;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxl .hd ul li.on{
    background: url("/application/home/view/images/zz_beijing8_1.png") center no-repeat;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxr{
    float: right;
    width:362px;
    margin-top: -13px;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxr ul li{
    height:40px;
    line-height: 40px;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxr ul li h3 a{
    float: left;
    width:290px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding-left: 17px;
    background: url("/application/home/view/images/zz_beijing9.png") left center no-repeat;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxr ul li em{
    float: right;
    font-size: 14px;
    color: #666666;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxr ul li:hover h3 a{
    color: #2b58a9;
    font-weight: bold;
    background: url("/application/home/view/images/zz_beijing9_1.png") left center no-repeat;
}
.zz_xue .zz_xuec .zz_xue_l .zz_xue_lx .zz_xue_lxr ul li:hover em{
    color: #2b58a9;
    font-weight: bold;
}
.zz_xue .zz_xuec .zz_xue_r{
    float: right;
    width:365px;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_ls{
    height:46px;
    line-height: 46px;
    border-bottom: 1px solid #d7d7d7;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_ls h2 a{
    float: left;
    font-size: 22px;
    color: #333333;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_ls h2 a:hover{
    color: #2b58a9;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_ls>a{
    float: right;
    font-size: 16px;
    color: #2b58a9;
    text-transform: uppercase;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_ls>a:hover{
    color: #dd561f;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_rx{
    padding-top: 4px;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_rx ul li{
    height:40px;
    line-height: 40px;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_rx ul li h3 a{
    float: left;
    width:300px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_rx ul li em{
    float: right;
    font-size: 14px;
    color: #666666;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_rx ul li:hover h3 a{
    color: #2b58a9;
    font-weight: bold;
}
.zz_xue .zz_xuec .zz_xue_r .zz_xue_rx ul li:hover em{
    color: #2b58a9;
    font-weight: bold;
}
/*12bet要闻结束*/

/*院系动态开始*/
.zz_yuanxi{
    width:100%;
    background: #fbfbfb;
}
.zz_yuanxi .zz_yuanxic{
    width:1200px;
    height:464px;
    margin:0 auto;
    padding-top: 31px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l{
    float: left;
    width:566px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_ls{
    height:44px;
    line-height: 44px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2b58a9;
}
.zz_xi_ls .c_more{
    float:right;
    text-transform:uppercase;
}
.zz_xi_ls .c_more a{
    color:#2b58a9;
}
.zz_xi_ls .c_more a:hover{
    color:#c00;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_ls>h2 a{
    float: left;
    width:100px;
    height:44px;
    line-height: 44px;
    text-align: center;
    padding-left: 26px;
    background: url("/application/home/view/images/zz_beijing10.png") center no-repeat;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_ls>h2 a:hover{
    background: url("/application/home/view/images/zz_beijing10_1.png") center no-repeat;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_ls>a{
    float: right;
    font-size: 16px;
    color: #2b58a9;
    text-transform: uppercase;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_ls>a:hover{
    color: #dd561f;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx{
    padding-top: 31px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs{
    padding-bottom: 20px;
    border-bottom: 1px dashed #cacaca;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs>a{
    float: left;
    width:253px;
    height:134px;
    overflow: hidden;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs>a img{
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs>a:hover img{
    opacity:0.9;
    filter: alpha(opacity=90);
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs .zz_xi_lxsr{
    float: right;
    width:290px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs .zz_xi_lxsr h3{
    padding-bottom: 12px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs .zz_xi_lxsr h3 a{
    display: block;
    font-size: 16px;
    color: #333333;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs .zz_xi_lxsr h3 a:hover{
    color: #2b58a9;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs .zz_xi_lxsr em{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxs .zz_xi_lxsr span{
    display: block;
    font-size: 16px;
    color: #666666;
    padding-top: 8px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxx ul li{
    height:40px;
    line-height: 40px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxx ul li h3 a{
    float: left;
    width:480px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding-left: 17px;
    background: url("/application/home/view/images/zz_beijing9.png") left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxx ul li em{
    float: right;
    font-size: 14px;
    color: #666666;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxx ul li:hover h3 a{
    color: #2b58a9;
    font-weight: bold;
    background: url("/application/home/view/images/zz_beijing9_1.png") left center no-repeat;
}
.zz_yuanxi .zz_yuanxic .zz_xi_l .zz_xi_lx .zz_xi_lxx ul li:hover em{
    color: #2b58a9;
    font-weight: bold;
}
.zz_yuanxi .zz_yuanxic .zz_xi_r{
    float: right;
}
.zz_yuanxi .zz_yuanxic .zz_xi_r .hd{
    margin-left: 18px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_r .hd ul li{
    float: left;
    margin-right: 13px;
    margin-top: 8px;
    margin-left:10px;
}
.zz_yuanxi .zz_yuanxic .zz_xi_r .hd ul li h2 a{
    display: block;
    width:85px;
    height:25px;
    line-height: 25px;
    font-size: 16px;
    color: #2b58a9;
    font-weight: normal;
    text-align: center;
}
.zz_yuanxi .zz_yuanxic .zz_xi_r .hd ul li.on h2 a{
    background: #dd561f;
    color: #fff;
}
/*院系动态结束*/

/*一张图开始*/
.zz_one{
    width:100%;
    padding-top: 33px;
    padding-bottom: 77px;
}
.zz_one .zz_onec{
    width:1200px;
    margin:0 auto;
}
/*一张图结束*/

/*创院开始*/
.zz_chuang{
    width:100%;
}
.zz_chuang .zz_chuangc{
    width:1200px;
    height:500px;
    margin: 0 auto;
}
.zz_chuang .zz_chuangc .zz_chu1{
    float: left;
    width:347px;
    height:480px;
    padding: 0 20px;
    border: 1px solid #dfdfdf;
}
.zz_chuang .zz_chuangc .zz_chu1 h2{
    height:58px;
    background: url("/application/home/view/images/zz_beijing11.jpg") center bottom no-repeat;
}
.zz_chuang .zz_chuangc .zz_chu1 h2 a{
    float: left;
    width:86px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    height:55px;
    line-height: 55px;
    border-bottom: 3px solid #2b58a9;
}
.zz_chuang .zz_chuangc .zz_chu1 h2 a:hover{
    color: #2b58a9;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux{
    padding-top: 25px;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li{
    padding-bottom: 24px;
    overflow: hidden;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li>a{
    float: left;
    width:103px;
    height:76px;
    overflow: hidden;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li>a img{
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li:hover >a img{
    opacity:0.9;
    filter: alpha(opacity=90);
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li .zz_chu_div{
    float: right;
    width: 226px;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li .zz_chu_div h3{
    padding-bottom: 8px;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li .zz_chu_div h3 a{
    display: block;
    font-size: 16px;
    color: #333333;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li:hover .zz_chu_div h3 a{
    color: #2b58a9;
}
.zz_chuang .zz_chuangc .zz_chu1 .zz_chux ul li .zz_chu_div em{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.zz_chuang .zz_chuangc .zz_chu2{
    margin-left: 18px;
}
.zz_chuang .zz_chuangc .zz_chu3{
    float: right;
}
/*创院结束*/

/*四个玩意开始*/
.zz_four{
    width:100%;
    padding-bottom: 32px;
}
.zz_four .zz_fourc{
    width:1200px;
    height:98px;
    margin:0 auto;
    overflow: hidden;
}
.zz_four .zz_fourc ul{
    width:1220px;
}
.zz_four .zz_fourc ul li{
    float: left;
    width:290px;
    margin-right: 13px;
}
.zz_four .zz_fourc ul li a{
    display: block;
    width:290px;
    height:98px;
}
.zz_four .zz_fourc ul li a.er1{
    width:140px;
    float:left;
}
.zz_four .zz_fourc ul li a.er2{
    width:140px;
    float:right;
}
.zz_four .zz_fourc ul li a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
}
/*四个玩意结束*/
.c_gun{width:1200px;margin:0 auto;overflow:hidden;padding:0 0 30px;}
.c_gun .bd li{float:left;width:200px;margin: 0 20px 0 0;border:1px solid #ddd;position:relative;overflow:hidden;}
.c_gun .bd li em{position:absolute;width:100%;height:30px;line-height:30px;font-size:14px;text-align:center;color:#fff;bottom:0;left:0;background: url("/application/home/view/images/zz_beijing7.png");}
.c_gun .bd li:hover{border-color:#1968ae;}
.c_gun .bd li img{width:100%;display:block;height:133px;}
.c_gun .bd li a{display:block;}
/*友情链接开始*/
.zz_yq{
    width:100%;
    background: #f7f7f7;
}
.zz_yq .zz_yqc{
    width:1200px;
    height:188px;
    margin:0 auto;
}
.zz_yq .zz_yqc .zz_yqc_s{
    height:40px;
    padding-top: 24px;
}
.zz_yq .zz_yqc .zz_yqc_s img{
    display: block;
    margin:0 auto;
}
.zz_yq .zz_yqc .zz_yqc_x{
    padding: 11px 19px;
    width:1184px;
    height:93px;
    background: url("/application/home/view/images/zz_beijing12.png") center no-repeat;
    margin-left: -11px;
    overflow: hidden;
}
.zz_yq .zz_yqc .zz_yqc_x ul li{
    float: left;
    margin-right: 8px;
    margin-top: 8px;
}
.zz_yq .zz_yqc .zz_yqc_x ul li a{
    display: block;
    width:199px;
    height:76px;
}
.zz_yq .zz_yqc .zz_yqc_x ul li a:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
}
.zz_yq .zz_yqc .zz_yqc_x .tempWrap{
    width:1184px !important;
    overflow: hidden;
}
/*友情链接结束*/

/*底部开始*/
.zz_bottom{
    width:100%;
    min-height: 100px;
    background: #1968ae url("../images/zz_beijing13.jpg") center top no-repeat;
}
.zz_bottom .zz_bottomc{
    width:1200px;
    min-height: 100px;
    margin:0 auto;
    position: relative;
    padding: 24px 0;
    padding-top: 32px;
}
.zz_bottom .zz_bottomc>img{
    position: absolute;
    left:-15px;
    top:23px;
    width:116px;
    height:116px;
}
.zz_bottom .zz_bottomc .zz_bottom_cc{
    margin:0 auto;
    width:990px;
    text-align: center;
}
.zz_bottom .zz_bottomc .bottom1{
    line-height: 28px;
    padding-bottom: 15px;
}
.zz_bottom .zz_bottomc .bottom1>em{
    font-size: 12px;
    color: #ffffff;
    padding: 0 8px;
}
.zz_bottom .zz_bottomc .bottom1>a{
    font-size: 12px;
    color: #ffffff;
}
.zz_bottom .zz_bottomc .bottom1>a:hover{
    color: #ff9138;
}
.zz_bottom .zz_bottomc p{
    font-size: 12px;
    color: #b0cdef;
    line-height: 24px;
}
.zz_bottom .zz_bottomc p a{
    display: inline-block;
    font-size: 12px;
    color: #b0cdef;
    transform: translate(0,0);
    transition:all 0.2s ease-in 0.2s;
}
.zz_bottom .zz_bottomc p img{
    vertical-align: middle;
    display: inline;
}
.zz_bottom .zz_bottomc p a[href]:hover{
    color: #ff9138;
    opacity: 1;
    transition-duration: 0.2s;
}
.zz_bottom .zz_bottomc p .gaba{
    padding-left: 30px;
    background: url("/application/home/view/images/gaba.png") left center no-repeat;
}

/*公用底部结束*/


.xj_bot img{
	    width: 30px;
}

/* .xj_bot{ */
	/* position: absolute; */
    /* right: 24px; */
    /* top: 41px; */
/* } */