.headTop {
    height: 25px;
    width: 100%;
    background: #e5e5e5;
}

.welcome {
    width: 980px;
    margin: 0 auto;
}

.welcome span {
    color: #666;
    font-size: 12px;
    font-family: serif;
    line-height: 25px;
}

.welcome ul li {
    float: left;
    background: url("../img/shoucang.png") 0 6px no-repeat;
    padding-left: 17px;
}

.welcome ul li a {
    color: #666;
    font-size: 12px;
    font-family: serif;
    line-height: 25px;
    text-decoration: none;
}

.headCenter {
    height: 105px;
    background: url("../img/headCenterbg.png") repeat-x;
}

.logo {
    width: 980px;
    margin: auto;
    background: url("../img/logo.png") left center no-repeat;
    height: 105px;
    background-size: 230px;
}

.logo span {
    display: block;
    height: 105px;
    font-size: 24px;
    color: #454545;
    line-height: 120px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    padding-left: 260px;
}

.logo form {
    width: 197px;
    margin-top: 35px;
}

.logo form input[type='text'] {
    width: 150px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    text-indent: 10px;
    border: none;
    outline: none;
    background: #fff;
    color: #666;
    border: 1px solid #ccc;
}

.logo form input[type='submit'] {
    width: 45px;
    height: 30px;
    background: url(../img/search.png) #2c5bbe no-repeat center;
    border: none;
    outline: none;
}

.navBar {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 45px;
    background-size: cover;
    background: #5a5a5a
}

.nav {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.nav h3 {
    font-size: 100%;
    font-weight: normal;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
    display: block;
    height: 45px;
    line-height: 45px;
}

.nav>li:hover {
    background: #322b2b;
}

.nav h3 a {
    cursor: pointer;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    display: block;
    padding: 0 17px;
    font-weight: normal;
    color: #fff !important;
    text-decoration: none;
}

.nav .sub {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    z-index: 1;
    min-width: 90px;
    background: url("../img/op.png") repeat;
    font-size: 14px;
}

.nav .sub li {
    text-align: center;
}

.nav .sub li a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    display: block;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.nav .sub li a:hover {
    background: rgba(0,34,129,.7);
    color: #fff;
}

.block {
    display: block;
    height: 6px;
    width: 80px;
    position: absolute;
    top: -5px;
    overflow: hidden;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
}

.fullSlide .prev, .fullSlide .next {
    width: 45px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url(../img/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.fullSlide .prev {
    left: 115px;
}

.fullSlide .next {
    background-position: -10px -90px;
    right: 115px;
}

.fullSlide .prev:hover, .fullSlide .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom:1;width: 18px;
    height: 18px;
    margin: 5px;
    background: url(../img/tg_flash_p.png) 0 0;
    overflow: hidden;
    line-height: 9999px;
    opacity: .8
}

.fullSlide .hd ul .on {
    background-position: 18px 0;
    /*width: 57px;*/
    opacity: 1;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.coententA {
    height: 350px;
    background: #fff;
}

.contentBox {
    width: 980px;
    margin: auto;
    padding-bottom: 45px;
}

.coententA .contentBox {
    padding: 55px 0;
}

.coententA .left {
    background: #fff;
    padding: 6px;
    height: 220px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
}
.coententA .left video{
	background:#000;
}
.centerBox { 
    width: 580px;
}

.tit {
    height: 40px;
    overflow: hidden;
    line-height: 42px;
    margin-bottom: 20px;
}

.tit span {
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 26px;
    font-weight: bold;
    display: block;
    float: left;
}

.tit label {
    color: #999;
    font-family: Arial;
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 15px;
    line-height: 50px;
}

.tit a {
    font-size: 16px;
    color: #666;
    font-family: "Microsoft Yahei";
    float: right;
}

.centerBox p {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 25px;
    text-align: justify;
}

.centerBox a {
    display: block;
    width: 110px;
    height: 40px;
    background: #2c5bbe;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
}
 
.contentB {
    height: 390px;
    background: url("../img/contentB.png") no-repeat center 65px;
}

.contentB .contentBox .commonBox {
    width: 440px;
    height: 236px;
    padding: 25px 20px;
    border-radius: 6px;
    border-top: 3px solid #2c5bbe;
    background: #fff;
}

.notic ul li {
    line-height: 35px;
    background: url("../img/dian.png") left center no-repeat;
}

.notic ul li a {
    float: left;
    font-size: 14px;
    color: #555;
    font-family: "Microsoft Yahei";
    text-decoration: none;
    display: block;
    padding-left: 20px;
}

.notic ul li span {
    float: right;
    font-size: 14px;
    color: #555;
    font-family: "Microsoft Yahei";
}

.notic ul li a:hover {
    color: #2c5bbe;
}

.titBox span {
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.titBox label {
    color: #999;
    font-family: Arial;
    font-size: 14px;
    display: block;
    margin-left: 15px;
    line-height: 45px;
    text-align: center;
}

.douban {
    width: 970px;
    overflow: hidden;
    margin: auto;
}

.douban .hd {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.douban .hd .next, .douban .hd .prev {
    float: right;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/left_right.png) no-repeat -6px -7px;
    overflow: hidden;
    margin-right: 6px;
    cursor: pointer;
}

.douban .hd .next {
    background-position: -34px -7px;
}

.douban .hd .prevStop {
    background-position: -6px -40px;
    cursor: default;
}

.douban .hd .nextStop {
    background-position: -34px -40px;
    cursor: default;
}

.douban .bd {
    padding: 12px 0 0 0;
}

.contentC .douban .bd ul {
    overflow: hidden;
    zoom:1;}

.contentC .douban .bd ul li {
    float: left;
    width: 175px;
    margin: 0 32px;
}

.contentC .douban .bd ul li img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.contentC .douban .bd ul li .pic {
    display: block;
    width: 150px;
    margin: auto;
    position: relative;
}

.contentC .douban .bd ul li .bdImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.contentC .douban .bd ul li .picTit {
    color: #666;
    font-family: "Microsoft Yahei";
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}

.contentC .douban .bd ul li:hover .picTit {
    color: #2c5bbe;
}

.contentC .douban .bd ul li:hover .bdImg {
    display: block;
}

.contentD {
    padding: 40px 0;
    height: 350px;
    background: #f3f3f3;
    border-bottom: 1px solid #a0a0a0;
}

.contentD .douban .bd ul {
    overflow: hidden;
    zoom:1;}

.contentD .douban .bd ul li {
    float: left;
    width: 310px;
    margin: 0 8px;
}

.contentD .douban .bd ul li img {
    width: 310px;
    height: 205px;
    border-radius: 10px;
    overflow: hidden;
}

.contentD .douban .bd ul li .hjPic {
    display: block;
    width: 310px;
    margin: auto;
    position: relative;
}

.contentD .douban .bd ul li .hjImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.contentD .douban .bd ulcontentBox li:hover .hjPic {
    color: #2c5bbe;
}

.contentD .douban .bd ul li:hover .hjImg {
    display: block;
}

.contentD .douban .bd ul li .hjTit {
    display: block;
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 35px;
    height: 35px;
}

.contentD .douban .bd ul li:hover .hjTit {
    color: #2c5bbe;
}

.footerLink {
    background: #ffffff;
    width: 100%;
    margin: auto;
}

.footerLink .link {
    width: 980px;
    height: 60px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.linkTit {
    width: 96px;
    height: 30px;
    text-ndent: 10px;
    font-size: 15px;
    color: #326d20;
    font-family: "Microsoft YaHei";
    float: left;
    font-weight: bold;
    display: block;
    line-height: 35px;
    background: url("../img/linkBox.png") center no-repeat;
    text-align: center;
    margin-top: 12px;
}

.footerLink .linkBox {
    position: relative;
    float: right;
    width: 880px;
}

.footerLink .linkBox a {
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    height: 60px;
    float: left;
    color: #333333;
    padding: 0 8px;
    line-height: 60px;
}

.footerLink .small-down {
    position: absolute;
    right: 0;
    top: 22px;
    width: 19px;
    height: 15px;
    display: block;
    float: right;
    margin-right: 5px;
    background: url("../img/small-down.png") no-repeat;
    cursor: pointer;
}

.footerLink .small-up {
    position: absolute;
    right: 0;
    top: 22px;
    width: 15px !important;
    height: 15px;
    display: block;
    float: right;
    margin-right: 5px;
    background: url("../img/small-up.png") no-repeat;
    cursor: pointer;
}

.footBox {
    height: 190px;
    background: url("../img/foot.png") repeat;
}

.footTop {
    height: 155px;
    width: 980px;
    margin: auto;
    background: url("../img/footlogo.png") no-repeat left center;
        background-size: 250px;
}

.footBottom {
    width: 100%;
    height: 35px;
    background: #002c63;
}

.footLeft {
    width: 420px;
    background: url("../img/line.png") left center no-repeat;
    margin-top: 40px;
    margin-left: 280px;
    padding-left: 35px;
}

.footLeft p {
    color: #d1d8cf;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 28px;
}

.footLeft p a {
    color: #d1d8cf;
    text-decoration: none;
    font-size: 14px;
}

.footRight {
    width: 210px;
    background: url("../img/line.png") left center no-repeat;
    margin-top: 40px;
}

.footRight ul li {
    color: #d1d8cf;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-left: 40px;
}

.footRight ul li a {
    text-decoration: none;
    color: #d1d8cf;
}

.banner {
    background: url("../img/banner.png") no-repeat center;
    height: 560px;
    width: 100%;
}

.swxTit {
    width: 414px;
    height: 96px;
    background: url("../img/swxTit.png") no-repeat;
}

.swxBox {
    padding-top: 90px;
}

.swxP {
    margin-left: 36px;
    margin-top: 30px;
}

.swxP p {
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #fff;
    line-height: 35px;
}

.swxContent-1 {
    height: 520px;
    background: url("../img/swxBg.png") center 10px no-repeat #fff;
}

.swxContent-2 {
    height: 520px;
    background: url("../img/swxGray.png") top center no-repeat #d5d5d5;
}

.swxContent .contentBox {
    padding-top: 60px;
    background: url("../img/centerbg.png") no-repeat center;
    height: 410px;
}

.swxContent .leftBox {
    width: 370px;
    height: 340px;
    background: url("../img/leftBox.png") top left no-repeat;
    margin-top: 50px;
    position: relative;
}

.swxPic {
    display: block;
    width: 295px;
    height: 220px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
}

.swxPicBox {
    position: absolute;
    left: 40px;
    top: 30px;
}

.syTit span {
    display: block;
    color: #666;
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    line-height: 46px;
}

.swxContent .rightBox {
    width: 400px;
    height: 340px;
    margin-top: 40px;
    position: relative;
}

.swxContent .rightBox .syP {
    margin-top: 30px;
    width: 365px;
}

.swxContent .rightBox .syP p {
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #666;
    line-height: 35px;
}

.swxContent .rightBox .syP ul {
    padding-top: 20px;
}

.swxContent .rightBox .syP ul li {
    float: left;
    border: 1px solid #a0a0a0;
    height: 38px;
    width: 108px;
    margin-right: 15px;
}

.swxContent .rightBox .syP ul li a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    display: block;
    line-height: 38px;
    text-indent: 50px;
}

.swxContent .rightBox .syP ul li.test {
    background: url("../img/test.png") 25px center no-repeat;
}

.swxContent .rightBox .syP ul li.practice {
    background: url("../img/practiceH.png") 25px center no-repeat;
}

.swxContent .rightBox .syP ul li.test:hover {
    background: url("../img/testH.png") #2c5bbe 25px center no-repeat;
    border: 1px solid #2c5bbe;
}

.swxContent .rightBox .syP ul li.practice:hover {
    background: url("../img/practice.png") #2c5bbe 25px center no-repeat;
    border: 1px solid #2c5bbe;
}

.swxContent .rightBox .syP ul li:hover a {
    color: #fff;
}

.container {
    margin: 0 auto;
}

.content2 {
    width: 950px;
    padding: 15px;
    min-height: 670px;
    margin-bottom: 20px;
    background: #fff;
    margin-top: -60px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
}

.banner2 {
    height: 200px;
    width: 100%;
    background: url("../img/banner2.png") top center no-repeat;
}

.aside {
    width: 180px;
    position: relative;
}

.aside h2 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    background: url("../img/yuan.png") #2c5bbe 25px center no-repeat;
    ;padding-left: 60px;
    margin-bottom: 10px;
}

.aside h2 a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.aside ul li {
    background: #f0f0f0;
    margin-top: 5px;
}

.aside ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    text-decoration: none;
    padding-left: 40px;
    background: #f9f9f9;
}

.aside ul li a:hover {
    color: #2c5bbe ;
    background: url("../img/leftBtn.png") #fff 20px center no-repeat;
    -moz-box-shadow: 0 1px 10px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 1px 10px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 1px 10px rgba(70, 70, 70, 0.36);
}

.level3 {
    display: block !important;
}

.level3 > li > a {
    font-size: 14px !important;
    padding-left: 75px !important;
}

.level4 {
    display: none;
}

.level4 > li > a {
    padding-left: 10px;
    background: #E36776;
}

.level2 > li > .arrow:hover,.level3 > li > .arrow:hover,.level4 > li > .arrow:hover,.level2 > li > .current,.level3 > li > .current,.level4 > li > .current {
    color: #DDDBDB;
    background: url(../img/bg-btn2.png) top center no-repeat;
}

.level3 li a:hover {
    background: url(../img/bg-btn3.png) #eee no-repeat !important;
    color: #333 !important;
}

.arroww {
    background: #2c5bbe !important;
    color: #fff !important;
}

.contentLi {
    width: 740px;
    margin-right: 10px;
}

.breadcrumb {
    height: 35px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin-bottom: 25px;
    padding-left: 22px;
    background: url("../img/house.png") left center no-repeat;
}

.breadcrumb span {
    line-height: 35px;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    color: #fff;
    display: block;
    padding: 0 20px;
    float: left;
    background: #3591e0;
}

.breadcrumb ul {
    float: left;
}

.breadcrumb ul li a, .breadcrumb ul li {
    color: #666;
    font-size: 12px;
    line-height: 35px;
    font-family: serif;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
    color: #3591e0;
}

.breadcrumb b {
    float: left;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #3591e0;
    border-bottom: 2px #3591e0 solid;
    font-weight: normal;
}

.title_info {
    font-family: serif;
    width: 100%;
    float: left;
    color: #666;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ededed;
}

.articleLi {
    margin-top: 5px;
    min-height: 450px;
}

.articleLi ul {
    margin: 10px;
    min-height: 400px;
}

.articleLi ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #bfbfbf;
    background: url(../img/label.png) 5px center no-repeat;
    padding-left: 20px;
}

.articleLi ul li a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #787878;
    text-decoration: none;
    cursor: pointer;
    font-family: "Microsoft YaHei";
}

.articleLi ul li a h3 {
    font-size: 14px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

.articleLi ul li a:hover {
    color: #b5dd61;
}

.articleLi ul li:hover {
    background: url("../img/label2.png") #fafafa 5px center no-repeat;
}

.page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
}

.page a {
    border: 1px solid #ccc;
    color: #727272;
    padding: 5px;
    background: #f1f1f1;
    cursor: pointer;
}

.page a:hover {
    color: #b5dd61;
    text-decoration: none;
}

.content3 {
    width: 950px;
    padding: 15px;
    min-height: 600px;
    margin-bottom: 20px;
    background: #fff;
    margin-top: -60px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);
}

.secondContent {
    width: 740px;
    margin-right: 10px;
}

.articlePage {
    margin-top: 30px;
    min-height: 450px;
}

.articlePage h2 {
    text-align: center;
    font-size: 27px;
    color: #333;
    font-weight: normal;
    height: 45px;
}

.articlePage > p img {
    display: block;
    margin: 10px auto;
}

.articlePage > p {
    font-family: "Microsoft YaHei";
    line-height: 30px;
    padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    font-size: 14px;
}

.articlePage table {
    margin: 0 auto;
}

.articlePage table td {
    text-align: left;
    font-size: 14px;
    color: #666;
    padding: 10px;
    line-height: 22px;
}

.articlePage table td p {
    text-indent: 0;
    font-size: 14px;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: #666;
    line-height: 25px;
}

.articlePage object {
    margin-left: -2em;
}

.boxTit {
    border-bottom: 2px solid #b5dd61;
    height: 30px;
}

.boxTit span {
    color: #5e7f1e;
    display: block;
    float: left;
    line-height: 30px;
}

.boxTit a {
    float: right;
    font-size: 12px;
    color: #787878;
    font-family: "Microsoft Yahei";
    line-height: 30px;
}

.box-1 .boxTit {
    background: url("../img/icon-1.png") left center no-repeat;
    padding-left: 35px;
}

.box-2 .boxTit {
    background: url("../img/icon-2.png") left center no-repeat;
    padding-left: 35px;
}

.box-3 .boxTit {
    background: url("../img/icon-3.png") left center no-repeat;
    padding-left: 35px;
}

.box-4 .boxTit {
    background: url("../img/icon-4.png") left center no-repeat;
    padding-left: 35px;
}

.box-5 .boxTit {
    background: url("../img/icon-5.png") left center no-repeat;
    padding-left: 35px;
}

.allBox {
    background: url("../img/contentBottom.png") repeat-x bottom center;
    padding-bottom: 25px;
}

.commonUl {
    margin-bottom: 15px;
}

.commonUl ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #bfbfbf;
    background: url("../img/label.png") 15px center no-repeat;
    padding-left: 35px;
}

.commonUl ul li a {
    font-size: 14px;
    color: #787878;
}

.commonUl ul li span {
    float: right;
    font-size: 12px;
    color: #666666;
    font-family: "Microsoft Yahei";
}

.commonUl ul li:hover {
    background: url("../img/label2.png") 15px center no-repeat;
}

.commonUl ul li:hover a {
    color: #8ab637;
}

.commonUl ul li:hover span {
    color: #8ab637;
}

.commonPic {
    margin-bottom: 15px;
}

.picBox .boxTit {
    margin-bottom: 15px;
}

.picBox ul li {
    float: left;
    margin: 7px 14px;
}

.picBox ul li img {
    display: block;
    padding: 5px;
    background: #e9e9e9;
}

.picBox ul li .categoryPic {
    position: relative;
    display: block;
    text-decoration: none;
}

.picBox ul li .categoryPic .greenBg {
    display: none;
    background: url("../img/op_green.png") repeat;
    width: 180px;
    height: 95px;
    padding: 25px 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.picBox ul li .categoryPic .greenBg p {
    font-size: 14px;
    color: #fff;
    font-family: "Microsoft Yahei";
    line-height: 22px;
}

.picBox ul li .categoryPicTit {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #666;
    text-decoration: none;
    padding-left: 5px;
}

.picBox ul li:hover .categoryPic .greenBg {
    display: block;
    transition: 0.3s;
}

.picBox ul li:hover .categoryPicTit {
    color: #2c5bbe;
}

.moreLink {
    margin-top: 50px;
    position: relative;
}

.moreLink span {
    display: block;
    width: 178px;
    color: #fff;
    background: url("../img/kslj.png") top center no-repeat;
    height: 25px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: -18px;
    left: 0;
}

.moreLink .kslink {
    width: 178px;
    height: 35px;
    border: 1px solid #2c5bbe;
    background: #fff;
    margin-bottom: 5px;
}

.moreLink .kslink a {
    color: #333;
    display: block;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

.moreLink .kslink:last-child {
    border-bottom: 2px solid #2c5bbe;
}

.picLink {
    margin-top: 50px;
}

.picLink a {
    display: block;
    width: 178px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
    font-family: "Microsoft Yahei";
}
