@charset "utf-8";
/* CSS Document */

body{
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}


.fs14{ font-size: 14px;}
.fs30{ font-size: 30px;}

.color-335f40{ color: #335f40;}
.color-870101{ color: #870101;}


.pt25{ padding-top: 25px;}
.pb25{ padding-bottom: 25px;}
.pt35{ padding-top: 35px;}
.pb35{ padding-bottom: 35px;}
.mt-45{ margin-top: -45px;}
.mb50{ margin-bottom: 50px;}


.container{ /*根据效果图主体宽度定义*/
    width: 1000px;
    min-width: 1000px;
}
.w-720{ width: 720px;}
.w-260{ width: 260px;}
.w-230{ width: 230px;}
.w-740{ width: 740px;}


/*header*/
header{
    width: 100%;
    min-width: 1000px;
    height: 126px;
    background: url("../images/header_bg.jpg") center bottom no-repeat;
}
.logo{
    width: 676px;
    height: 72px;
}
.logo img{
    display: block;
    width: 676px;
    height: 72px;
}
.login{
    width: 150px;
    height: 31px;
    line-height: 31px;
    background: url("../images/login_bg.png") no-repeat;
    color: #fff;
}
.login a{
    margin: 0 8px;
    color: #fff;
}


/*nav*/
nav{
    width: 100%;
    min-width: 1000px;
    height: 55px;
    background: #335f40;
}
nav ul{
    width: 1000px;
}
nav ul li{
    float: left;
    padding-right: 1px;
    background: url("../images/nav_li.png") right center no-repeat;
}
nav ul li a{
    display: block;
    padding: 0 29px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
}
nav ul li a:hover,
nav ul li .on{
    background: #4c7e5a;
}


/*footer*/
.block-02{
    width: 100%;
    min-width: 1000px;
    background: #335f40;
}
.links{
    width: 1000px;
    height: 55px;
    position: relative;
}
.links .prev,.links .next{
    display: block;
    width: 15px;
    height: 29px;
    cursor: pointer;
    position: absolute;
    top: 13px;
}
.links .prev{
    background: url("../images/jt_2l.png") no-repeat;
    left: 0;
}
.links .prev:hover{
    background: url("../images/jt_2l_h.png") no-repeat;
}
.links .next{
    background: url("../images/jt_2r.png") no-repeat;
    right: 0;
}
.links .next:hover{
    background: url("../images/jt_2r_h.png") no-repeat;
}
.links .bd{
    width: 940px;
    height: 55px;
    overflow: hidden;
}
.links .bd ul{
    height: 55px;
    overflow: hidden;
    zoom: 1;
}
.links .bd ul li{
    float: left;
    width: 170px;
    height: 55px;
    margin: 0 9px;
    display: inline;
    position: relative;
}
.links .bd ul li img{
    display: block;
    width: 168px;
    height: 53px;
    border: 1px solid #dad4d4;
}
.block-03{
    width: 100%;
    min-width: 1000px;
    background: #2d2d2d;
}
.copy{
    height: 50px;
    line-height: 50px;
    color: #969696;
}
.share{
    padding-top: 15px;
}
.share a{
    display: inline-block;
    margin-left: 12px;
}

.service{
    width: 187px;
    padding: 2px 0 1px 3px;
    margin-top: -57px;
    background: #335f40;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 999;
}
.service .content{
    width: 152px;
}
.service .content ul li{
    height: 36px;
    line-height: 36px;
    padding-left: 32px;
    background: url("../images/tb_5.png") 7px center #fff no-repeat;
    border-bottom: 1px solid #335f40;
    font-size: 14px;
}
.service .content ul li a{
    color: #335f40;
}
.service .title{
    width: 35px;
    padding-top: 10px;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
}


/*page*/
.page{
    padding: 30px 0;
    text-align: center;
}
.page a{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #b5b5b5;
    color: #8d8d8d;
}
.page a:hover,.page a.current{
    background: #8f8f8f;
    color: #fff;
}


/*banner*/
.slideBox{
    width: 100%;
    min-width: 1000px;
    height: 420px; /*这个根据效果图定义*/
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slideBox .pf-bg{
    width: 100%;
    min-width: 1000px;
    height: 45px;
    background: url("../images/pf_bg1.png") repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slideBox .bd{
    height: 100%;
    position: relative;
    z-index: 0;
}
.slideBox .bd li{
    vertical-align: middle;
    zoom: 1;
}
.slideBox .bd a{
    display: block;
    width: 100%;
    min-width: 1000px;
    height: 420px; /*这个根据效果图定义*/
}
.slideBox .prev,.slideBox .next{
    display: block;
    width: 54px;
    height: 105px;
    margin-top: -52px;
    position: absolute;
    top: 50%;
    z-index: 9;
}
.slideBox .prev{
    background: url("../images/jt_1l.png") no-repeat;
    left: 5%;
}
.slideBox .prev:hover{
    background: url("../images/jt_1l_h.png") no-repeat;
}
.slideBox .next{
    background: url("../images/jt_1r.png") no-repeat;
    right: 5%;
}
.slideBox .next:hover{
    background: url("../images/jt_1r_h.png") no-repeat;
    right: 5%;
}


/*首页内容*/
.tit-1{
    padding: 0 18px;
    height: 45px;
    line-height: 45px;
    background: #335f40;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 8;
}
.tit-1 span{
    font-size: 20px;
}
.tit-1 a{
    color: #fff;
}
.mod-01{
    width: 985px;
    height: 350px;
    padding-right: 15px;
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
}
.mod-01 .hd{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 300px;
    bottom: 16px;
    z-index: 2;
}
.mod-01 .hd ul{
    overflow: hidden;
    zoom: 1;
}
.mod-01 .hd ul li{
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    background: url("../images/dian_1.png") no-repeat;
    cursor: pointer;
}
.mod-01 .hd ul li.on{
    background: url("../images/dian_1h.png") no-repeat;
}
.mod-01 .bd{
    height: 350px;
    position: relative;
    z-index: 0;
}
.mod-01 .bd li{
    width: 985px;
    height: 350px;
}
.mod-01 .bd li .img{
    float: left;
    width: 720px;
    height: 350px;
    position: relative;
}
.mod-01 .bd li .img a img{
    display: block;
    width: 720px;
    height: 350px;
}
.mod-01 .bd li .img .pf-text{
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: url("../images/pf_bg2.png") repeat;
    font-size: 16px;
    color: #fff;
    text-indent: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mod-01 .bd li .text{
    float: right;
    width: 245px;
    line-height: 26px;
    padding-top: 30px;
    font-size: 14px;
    color: #7b7b7b;
}
.mod-01 .bd li .text .a-1{
    font-size: 18px;
    color: #2d2d2d;
}
.mod-01 .bd li .text .a-2{
    color: #4c7e5a;
}
.tit-2{
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #6d9077;
}
.tit-2 span{
    height: 48px;
    margin-bottom: -8px;
    background: url("../images/sp_bg1.png") center bottom no-repeat;
    font-size: 20px;
    color: #355d40;
}
.tit-2 a{
    height: 40px;
    padding-left: 53px;
    margin-bottom: -3px;
    border-bottom: 3px solid #2d2d2d;
    font-size: 14px;
    color: #2d2d2d;
}
.mod-02 ul{
    margin-left: -20px;
}
.mod-02 ul li{
    float: left;
    width: 470px;
    height: 33px;
    line-height: 33px;
    padding-left: 20px;
    vertical-align: bottom;
    margin-left: 20px;
    display: inline;
    background: url("../images/li_bg1.png") left center no-repeat;
    border-bottom: 1px dotted #d1d1d1;
    font-size: 14px;
    color: #848484;
}
.mod-02 ul li a{
    float: left;
    color: #2d2d2d;
}
.mod-02 ul li span{
    float: right;
}
.mod-03 ul{
    margin-left: -20px;
}
.mod-03 ul li{
    float: left;
    width: 490px;
    height: 90px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    display: inline;
    border-bottom: 1px dotted #d1d1d1;
}
.mod-03 ul li .img{
    float: left;
    width: 130px;
    height: 90px;
}
.mod-03 ul li .img img{
    display: block;
    width: 130px;
    height: 90px;
}
.mod-03 ul li .text{
    float: right;
    width: 343px;
    height: 80px;
    padding-top: 10px;
    line-height: 20px;
    color: #959595;
}
.mod-03 ul li .text .a-1{
    font-size: 14px;
    color: #191919;
}
.mod-03 ul li .text .a-2{
    color: #870101;
}
.mod-04{
    width: 1000px;
    height: 290px;
    position: relative;
}
.mod-04 .bd{
    width: 1000px;
    height: 290px;
    overflow: hidden;
}
.mod-04 .bd ul{
    overflow: hidden;
    zoom: 1;
}
.mod-04 ul li{
    float: left;
    width: 185px;
    height: 290px;
    background: #335f40;
    margin-right: 19px;
    display: inline;
    position: relative;
}
.mod-04 ul li .img{
    width: 185px;
    height: 225px;
}
.mod-04 ul li .img img{
    display: block;
    width: 185px;
    height: 225px;
}
.mod-04 ul li .text{
    height: 40px;
    line-height: 20px;
    padding-top: 13px;
    padding-left: 10px;
    color: #fff;
}
.mod-04 ul li .text a{
    color: #fff;
}
.mod-04 ul li .pf-text{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url("../images/pf_bg3.png") repeat;
    font-size: 18px;
    color: #242323;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 65px;
}
.mod-05 .img{
    width: 185px;
    height: 128px;
}
.mod-05 .img img{
    display: block;
    width: 185px;
    height: 128px;
}
.mod-05 .text{
    width: 521px;
    height: 128px;
    line-height: 24px;
    font-size: 14px;
    color: #2d2d2d;
}
.mod-06 ul li{
    float: left;
    height: 33px;
    line-height: 33px;
    padding-left: 20px;
    vertical-align: bottom;
    background: url("../images/li_bg1.png") left center no-repeat;
    border-bottom: 1px dotted #d1d1d1;
    font-size: 14px;
    color: #848484;
}
.mod-06 ul li a{
    float: left;
    color: #2d2d2d;
	display:block;
	width:164px;
}
.mod-06 ul li span{
    float: right;
}
.block-01{
    width: 100%;
    min-width: 1000px;
    background: #f7f7f7;
}
.mod-07 .text{
    width: 350px;
    line-height: 30px;
    font-size: 14px;
    color: #2d2d2d;
}
.mod-07 .wechat{
    width: 270px;
}
.mod-07 .wechat ul li{
    float: left;
    width: 108px;
    padding-right: 16px;
    background: url("../images/line_1.jpg") right top no-repeat;
}
.mod-07 .wechat ul li img{
    display: block;
    width: 106px;
    height: 110px;
    border: 1px solid #dedede;
}
.mod-07 .wechat ul li p{
    line-height: 32px;
    font-size: 14px;
    color: #335f40;
    text-align: center;
}
.mod-07 .map{
    width: 358px;
    height: 135px;
}


/*01关于我们*/
.ban-2{
    width: 100%;
    min-width: 1000px;
    height: 260px;
}
.mod-08 .title{
    height: 45px;
    line-height: 45px;
    padding-left: 18px;
    background: #335f40;
    font-size: 20px;
    color: #fff;
}
.mod-08 .content{
    padding: 5px 10px 15px 10px;
    border: 1px solid #d5d5d5;
}
.mod-08 .content ul li{
    height: 35px;
    line-height: 35px;
    padding-left: 25px;
    background: url("../images/li_bg2.png") 10px center no-repeat;
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
}
.mod-08 .content ul li a{
    color: #2e2e2e;
}
.mod-08 .content ul li a:hover,
.mod-08 .content ul li .on{
    color: #265333;
}
.mod-08 .content .text{
    line-height: 24px;
    color: #5b5b5b;
}
.wechat-2{
    background: url("../images/line_2.jpg") center top no-repeat;
}
.wechat-2 .img{
    width: 90px;
    text-align: center;
}
.wechat-2 .img img{
    display: block;
    width: 88px;
    height: 91px;
    border: 1px solid #dfdfdf;
}
.wechat-2 .img p{
    line-height: 24px;
    color: #335f40;
}
.mod-09{
    height: 41px;
    line-height: 41px;
    border-bottom: 3px solid #6d9077;
}
.mod-09 .name{
    height: 49px;
    margin-bottom: -8px;
    background: url("../images/sp_bg1.png") center bottom no-repeat;
    font-size: 20px;
    color: #355d40;
}
.address{
    height: 44px;
    margin-bottom: -3px;
    background: url("../images/line_3.jpg") right bottom no-repeat;
    color: #979797;
}
.address a{
    color: #979797;
}
.address a:hover,
.address a span{
    color: #335f40;
}
.mod-10{
    line-height: 30px;
    font-size: 14px;
    color: #9a9a9a;
}


/*02新闻中心*/
.mod-11 ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d1d1d1;
}
.mod-11 ul li .img{
    float: left;
    width: 130px;
    height: 90px;
}
.mod-11 ul li .img img{
    display: block;
    width: 130px;
    height: 90px;
}
.mod-11 ul li .text{
    float: right;
    width: 594px;
    height: 80px;
    padding-top: 10px;
    line-height: 20px;
    color: #959595;
}
.mod-11 ul li .text .a-1{
    font-size: 14px;
    color: #191919;
}
.mod-11 ul li .text .a-2{
    color: #870101;
}


/*03涉军法律援助*/
.mod-12 ul li{
    height: 33px;
    line-height: 33px;
    vertical-align: bottom;
    padding-left: 20px;
    background: url("../images/li_bg1.png") left center no-repeat;
    border-bottom: 1px dotted #d1d1d1;
    font-size: 14px;
    color: #9a9a9a;
}
.mod-12 ul li a{
    float: left;
    color: #4b4b4b;
}
.mod-12 ul li span{
    float: right;
}
.mod-12 ul .on{
    color: #335f40;
}
.mod-12 ul .on a{
    color: #335f40;
}


/*04公益团队*/
.mod-13 ul{
    margin-left: -25px;
}
.mod-13 ul li{
    float: left;
    width: 230px;
    height: 350px;
    background: #335f40;
    margin-bottom: 20px;
    margin-left: 25px;
    display: inline;
    position: relative;
}
.mod-13 ul li .img{
    width: 230px;
    height: 280px;
}
.mod-13 ul li .img img{
    display: block;
    width: 230px;
    height: 280px;
}
.mod-13 ul li .text{
    height: 44px;
    line-height: 22px;
    padding-top: 13px;
    padding-left: 17px;
    font-size: 14px;
    color: #fff;
}
.mod-13 ul li .text a{
    color: #fff;
}
.mod-13 ul li .pf-text{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url("../images/pf_bg3.png") repeat;
    font-size: 20px;
    color: #242323;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 70px;
}


/*会员登录*/
.mod-14{
    width: 362px;
    color: #616161;
}
.mod-14 .a-1{
    color: #870101;
}
.mod-14 ul li{
    margin-bottom: 22px;
}
.wbk-1{
    width: 360px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #616161;
    text-indent: 40px;
}
.wbk-1.bg01{
    background: url("../images/wbk_bg1.jpg") left center no-repeat;
}
.wbk-1.bg02{
    background: url("../images/wbk_bg2.jpg") left center no-repeat;
}
.wbk-1.on{
    border: 1px solid #456d50;
}
.input-1{
    width: 362px;
    height: 38px;
    background: #870101;
    border: none;
    font-size: 14px;
    color: #fff;
}


/*会员注册*/
.mod-15{
    width: 660px;
    line-height: 38px;
    font-size: 14px;
    color: #797979;
}
.mod-15 ul li{
    margin-bottom: 22px;
}
.mod-15 ul li .c-1{
    float: left;
    width: 185px;
    color: #252525;
    text-align: right;
}
.mod-15 ul li .c-2{
    float: left;
    width: 400px;
}
.mod-15 ul li .c-3{
    float: left;
    width: 75px;
    font-size: 16px;
    color: #f03b44;
}
.wbk-2{
    width: 360px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e3e3e3;
    color: #616161;
    text-indent: 10px;
}


/*会员中心-欢迎页*/
.mod-16{
    width: 228px;
    border: 1px solid #dfdfdf;
    text-align: center;
}
.mod-16 .title{
    height: 40px;
    line-height: 40px;
    background: #335f40;
    font-size: 18px;
    color: #fff;
}
.mod-16 .content ul li{
    height: 40px;
    border-bottom: 1px solid #ebebeb;
}
.mod-16 .content ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #404040;
}
.mod-16 .content ul li a:hover,
.mod-16 .content ul li .on{
    background: #eaefec;
    color: #335f40;
}
.w-750{
    width: 748px;
    border: 1px solid #dfdfdf;
}
.mod-17{
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    font-size: 18px;
    color: #2e2e32;
    text-indent: 17px;
}
.mod-18{
    padding: 30px;
    line-height: 36px;
    color: #878787;
}

.fs16{ font-size: 16px;}
.color-870101{ color: #870101;}

.xlk-1{
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e0e0e0;
    text-indent: 10px;
}
