.main-wrap {
    width: 100%;
    float: left;
}

.content-wrap {
    float: left;
    width: 100%;
    line-height: 32px;
    color: #838383;
}

.h2 {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 60px 0;
}

.h2 span {
    clear: both;
}

.h2 .cn {
    font-size: 30px;
    color: #108BED;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 45px;
}

.h2 .cn em {
    color: #2b2b2b;
}

.h2 .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    z-index: 1;
    top: 24px;
}

.h2 .en {
    /* display: inline-block; */
    text-align: center;
    font-size: 12px;
    color: #C3C3C3;
    text-transform: uppercase;
    line-height: 1.2;
    clear: both;
    width: 100%;
}

.page-content {
    font-size: 14px;
    line-height: 200%;
    min-height: 500px;
}

.site-scroll {
    overflow: hidden;
    position: relative;
    float: left;
    width: 1200px;
}

.site-scroll .hd {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.site-scroll .hd .prev {
    display: none;
    position: absolute;
    left: -50px;
    top: 150px;
    width: 37px;
    height: 37px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/icon-left.png") center no-repeat;
}

.site-scroll .hd .next {
    display: none;
    position: absolute;
    right: -50px;
    top: 150px;
    width: 37px;
    height: 37px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/icon-right.png") center no-repeat;
}

.site-scroll .pageState {
    display: none;
}

.site-scroll .hd .prevStop {
    background-position: -60px 0;
}

.site-scroll .hd .nextStop {
    background-position: -60px -50px;
}

.site-scroll .hd ul {
    float: left;
    overflow: hidden;
    margin-top: 10px;
    zoom: 1;
    text-align: center;
    width: 100%;
}

.site-scroll .hd ul li {
    display: inline-block;
    width: 30px;
    height: 2px;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-right: 16px;
    text-indent: -999px;
    cursor: pointer;
}

.site-scroll .hd ul li.on {
    background-color: #000;
}

.site-scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.site-scroll .bd ul li {
    margin: 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
    width: 240px;
}

.site-scroll .bd ul li:hover {
    background-color: #f7f7f7;
}

.site-scroll .bd ul li .pic {
    text-align: center;
}

.site-scroll .bd ul li .pic img {
    display: inline-block;
}

.site-scroll .bd ul li .t1 {
    line-height: 40px;
    color: #303030;
    font-size: 14px;
}

.site-scroll .bd ul li .t2 {
    color: #959595;
    font-size: 12px;
}

.wx-list2 {
    width: 1200px;
    float: left;
    height: 320px;
    position: relative;
}

.wx-list2 li {
    width: 1200px;
    float: left;
    height: 320px;
    display: none;
}

.wx-list2 li .wxsub {
    width: 1200px;
    float: left;
    height: 320px;
}

.wx-list2 li .wxsub .fl, .wx-list2 li .wxsub .fr {
    width: 600px;
}

.wx-list2 li .wxsub .fr .wxt0 {
    color: #404040;
    font-size: 20px;
    line-height: 80px;
}

.wx-list2 li .wxsub .fr .wxt1 {
    color: #949494;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
}

.wx-list {
    width: 1200px;
    float: left;
    height: 100px;
    margin: 20px 0;
    position: relative;
}

.wx-list li {
    width: 399px;
    float: left;
    height: 100px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.wx-list li a {
    width: 349px;
    padding-left: 40px;
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 20px;
    margin-top: 32px;
    position: relative;
}

.wx-list li a .tb {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #fff url(../images/wx-tab-icon.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
}

.wx-list li:hover, .wx-list li.on {
    background-color: #108bed;
}

.wx-list li:hover a, .wx-list li.on a {
    color: #fff;
}

.wx-list li a .tb {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #fff url(../images/wx-tab-icon.png) center no-repeat;
    position: absolute;
    right: 10px;
    top: 0;
}

.ebp-list {
    width: 1234px;
    margin-left: -34px;
    float: left;
}

.ebp-list li {
    width: 583px;
    height: 170px;
    float: left;
    background-color: #f6f6f6;
    margin: 17px 0 17px 34px;
    position: relative;
}

.ebp-list li:hover {
    background-color: #108bed;
}

.ebp-list li:hover .fr .wxt0, .ebp-list li:hover .fr .wxt1 {
    color: #fff;
}

.ebp-list li .fr {
    margin-top: 50px;
    height: 70px;
    margin-right: 40px;
    width: 350px;
}

.ebp-list li .fr .wxt0 {
    font-size: 20px;
    line-height: 40px;
}

.ebp-list li .fr .wxt1 {
    font-size: 12px;
    color: #949494;
    line-height: 20px;
}

.ebp-list li .fl {
    width: 80px;
    height: 170px;
    margin-left: 80px;
}

.ebp-list li .fl .img2 {
    display: none;
}

.ebp-list li:hover .fl .img1 {
    display: none;
}

.ebp-list li:hover .fl .img2 {
    display: block;
}