@charset "utf-8";
/* CSS Document */
.content{overflow: hidden;}
.cloumn{width: 1200px;margin: 0 auto;overflow: hidden;}
/*cloumnA S*/
#clounmA{width: 1200px;margin: 20px auto 0;}
.clounmA_m{float:right;width:580px;height: 380px;padding-left: 20px; }
.clounmA_m .hd{height:50px;padding-left:10px;line-height: 52px;border-bottom: 1px solid #d9d9d9;background: #f1f0f0;}
.clounmA_m .hd li{float: left;padding: 0 26px;font-size: 16px;}
.clounmA_m .hd li.on{height: 47px;line-height: 44px;padding: 0 25px;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;border-top: 4px solid #d4204d;background:#fff;}
.clounmA_m .hd li.on a{color: #d4204d;}
.clounmA_m .bd{padding-top: 20px;}
.clounmA_m .bd .topicList .t .tit{font-size: 24px;color: #d4204d;}
.clounmA_m .bd .topicList li.n{background-position: 2px -976px;}
.clounmA_r{float: right;width: 240px;height: 300px;}
.clounmA_r .hd{height:50px;line-height: 50px;background: #082e5d;overflow: hidden;}
.clounmA_r .hd li{float: left;width:100%;text-align: center;}
.clounmA_r .hd li a{color: #fff;font-size: 16px;font-weight: bold;}
.clounmA_r .hd li.on{background:#d4204d;}
.clounmA_r .bd{padding-top: 12px;}
.clounmA_r .bd .infoList li{height: auto;}
/*cloumnA E*/

/* 图片滚动 */
#clounmB{width: 100%;padding:35px 0 15px;background: #f1f0f0;}
.indXyfg{width:1200px;margin:0px auto;}
.picCampus .hd{height: 30px;line-height: 30px;background: url(../img/title_bg.png) no-repeat center center;}
.picCampus .hd h3{width: 118px;margin-left: 541px;font-size: 18px;font-weight: bold; text-align: center;}
.picCampus .bd{width:1200px;padding-top:25px;overflow: hidden;}
.picCampus .bd li{width:225px;padding: 5px 10px;}
.picCampus .bd li .pic a,.picCampus .bd li img{width: 225px;height: 168px;}
/* 图片滚动 E */


/* 快捷菜单S */
.quickMenu{width:100%;height: 120px;margin:25px 0;background: url(../img/mbg.png) no-repeat center 0;position: relative;z-index: 9999;}
.quickMenu ul{width:1200px;margin: 0 auto;overflow: hidden;}
.quickMenu li{float: left;width:300px;height: 120px;padding:0;text-align: center;}
.quickMenu li a{display: block;line-height: 38px;font-size: 16px;}
.quickMenu li .icon i{display: block;width: 86px;height: 86px;margin:0 auto;cursor: pointer;background:url(../img/icon.png) no-repeat 0 0;
-moz-transition: all .6s ease-in-out;
-webkit-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.quickMenu li.li2 .icon i{background-position:0 -182px;}
.quickMenu li.li3 .icon i{background-position:0 -363px;}
.quickMenu li.li4 .icon i{background-position:0px -543px;}
.quickMenu li a:hover .icon i{background-position:0 -91px;
/*-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);*/
-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    transform:scaleX(-1);
}
.quickMenu li.li2 a:hover .icon i{background-position:0 -273px;}
.quickMenu li.li3 a:hover .icon i{background-position:0 -453px;}
.quickMenu li.li4 a:hover .icon i{background-position:0px -634px;}
