.iBanner {
    width: 100%;
    overflow: hidden;
}

.mw1200 {
    min-width: 1200px;
    margin: 0 auto;
}

.clearFix::after,
.clearFix::before {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.conBox {
    margin-top: -200px;
    background-color: #fff;
    position: relative;
    padding: 60px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    box-sizing: border-box;
}

.conBox .aside ul li {
    border-bottom: 1px solid #F0F0F0;
    width: 200px;
    float: none;
}

.conBox .aside ul li>a {
    display: block;
    padding-left: 30px;
    position: relative;
    line-height: 50px;
    height: 50px
}

.conBox .aside ul li>a {
    color: #4c4c4c;
    text-decoration: none;
}

.conBox .aside ul li.focus>a,
.conBox .aside ul li:hover>a {
    background-color: #304EBC;
    color: #fff
}

.conBox .aside ul li.focus>a::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../images/shape.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.conBox .aside ul li.focus.second>a::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.conBox .aside ul li .menu {
    padding-top: 23px;
    padding-bottom: 3px
}

.conBox .aside ul li .menu a {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #666;
    line-height: 19px;
    margin-bottom: 20px
}

.conBox .aside ul li .menu a.focus,
.conBox .aside ul li .menu a:hover {
    color: #304EBC
}

.conBox .main {
    margin-left: 60px;
    width: 820px
}

.conBox .main .mainTit1 {
    margin-bottom: 28px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 18px
}

.conBox .main .mainTit1 h2 {
    font-size: 24px;
    color: #303030;
    line-height: 31px;
    font-weight: 700
}

.conBox .main .mainTit1 p {
    font-size: 10px;
    color: #979797;
    line-height: 14px;
    margin-top: 6px
}

.conBox .main .mainTit1 em {
    position: relative;
    top: 3px;
    margin-right: 15px;
    display: inline-block;
    background: #333;
    width: 5px;
    height: 22px
}

.conBox .main .txtCon {
    text-align: justify;
    font-size: 15px;
    color: #303030;
    letter-spacing: 0;
    line-height: 30px
}

.conBox .main .txtCon p img {
    max-width: 100%
}