@charset "utf-8";
.index {
    overflow: hidden;
    background: url(../images/body-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 20px;
}

.section1 {
    position: relative;
    margin-top: 20px;
    text-align: center;
    background: rgba(255,255,255, .8) url(../images/s1-tit.png) no-repeat;
    background-position: left top;
}

.section1>p {
    font-size: 22px;
    line-height: 25px;
    color: #00579c;
    padding: 25px 0 20px 0;
    font-weight: 600;
}

.section1 ul {
    overflow: hidden;
}

.section1 ul li {
    float: left;
    width: 14%;
}

.section1 ul li a {
    display: block;
}

.section1 ul li a:hover div img {
   
    transform:scale(.9);
}

.section1 ul li a:hover p {
    color: #1a4498;
}

.section1 ul li a div img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    transition: all 0.5s; 
}

.section1 ul li a p {
    color: #333333;
    font-size: 14px;
    line-height: 40px;
}

.section2 {
    margin-top: 20px;
}

.s2-l {
    float: left;
    width: 990px;
    padding-left: 65px;
    padding-right: 50px;
    background: #fff url(../images/s2-tit.png) no-repeat;
    background: rgba(255,255,255, .8) url(../images/s2-tit.png) no-repeat;
    background-position: left top;
}

.s2-l>div {
    float: right;
    width: 390px;
}

.s2-l>div:first-child {
    float: left;
}

.s2-tit {
    border-bottom: 2px solid #2f57a7;
    overflow: hidden;
    line-height: 36px;
    padding-top: 9px;
}

.s2-tit h3 {
    float: left;
    font-size: 16px;
    color: #224a9b;
    font-weight: 600;
}

.s2-tit a {
    float: right;
    font-size: 12px;
}

.s2-l>div ul {
    padding: 10px 0;
}

.s2-l>div ul li a {
    display: block;
    padding-left: 20px;
    background: url(../images/list-right.png) no-repeat;
    background-position: left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
    line-height: 32px;
}

.s2-l>div ul li a:hover {
    background: url(../images/list-right-hover.png) no-repeat;
    background-position: left center;
    color: #1a4498;
    text-decoration: underline;
    font-weight: 600;
}

.s2-r {
    float: right;
    overflow: hidden;
    width: 190px;
}

.s2-r h3 {
    text-align: center;
    color: #ec5b12;
    font-size: 16px;
    line-height: 41px;
    background: #1a4498;
}

.s2-r ul {
    background: rgba(255,255,255, .8);
    padding-bottom: 10px;
    overflow: hidden;
}

.s2-r ul li {
    float: left;
    width: 80px;
    margin-left: 10px;
    margin-top: 10px;
}

.s2-r ul li a {
    display: block;
    padding: 15px 10px;
    background: #e8eef6;
    color: #164e9f;
    font-size: 14px;
    line-height: 20px;
    height: 70px;
    text-align: center;
}

.s2-r ul li a:hover {
    background: #1a4498;
    color: #fff;
}

.section3 {
    padding-left: 40px;
    position: relative;
    background: rgba(255,255,255, .8);
    margin-top: 20px;
}

.s3-tit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #ec5b12;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    padding-top: 15px;
    line-height: 20px;
}

.s3-body ul {
    overflow: hidden;
}

.s3-body ul li {
    float: left;
    width: 12.5%;
    text-align: center;
}

.s3-body ul li a {
    display: block;
    padding-bottom: 10px;
}

.s3-body ul li a div {
    line-height: 80px;
}

.s3-body ul li a div img {
    display: inline-block;
    vertical-align: middle;
 transition: all 0.5s;
    /* width: 45px; */
    height: 45px;
}

.s3-body ul li a p {
    color: #1a4498;
    font-size: 16px;
}

.s3-body ul li a:hover div img {
   
    transform:scale(.85);
}

.section4 {
    padding-left: 40px;
    position: relative;
    background: rgba(255,255,255, .8);
    margin-top: 20px;
}

.s4-tit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #ec5b12;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    padding-top: 15px;
    line-height: 20px;
}

.s4-body ul {
    overflow: hidden;
}

.s4-body ul li {
    float: left;
    width: 20%;
}

.s4-body ul li:first-child a {
    border-left: none;
}

.s4-body ul li  {
    display: block;
    padding: 0 20px;
    margin: 10px 0;
    border-left: 1px dashed #d2d2d2;
}

.s4-body ul li  h3 {
    color: #2350a8;
    font-size: 16px;
    border-bottom: 1px solid #2350a8;
    padding-bottom: 8px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.s4-body ul li  p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.s4-body ul li a p img {
    vertical-align: middle;
    margin-right: 10px;
}

.cwb {
    background: url(../images/s4-icon.png) no-repeat;
}

.cwb p{
    margin-left: 28px;
}