
.event_box {
    width: 100%;
    position: relative;
    min-height: 420px;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 92px;
    overflow: hidden;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    width: 474px !important;
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #580000;
    position: absolute;
    top: 35%;
    margin-top: -0.5px;
    z-index: 10;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    width: 100px !important;
    cursor: pointer;
    padding-top: 24px;
    font-size: 14px;
    color: #000;
    margin: 0 29px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(/template/common/en/images/dot_ico.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -4px;
    left: 50%;
    margin-left: -12px;
}

.parBd {
    text-align: center;
    margin-top: 50px;
}

.parBd h4 {
    position: relative;
    font-size: 40px;
    margin-bottom: 3%;
    /*width:200px;*/
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    left: -100px;
    bottom: 12px;
}

.parBd h4:before {
    content: '';
    background: #000;
    width: 100px;
    height: 1px;
    position: absolute;
    right: -100px;
    bottom: 12px;
}

.parBd p {
    line-height: 180%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

div#listBox {
    width: 100%;
}

.parHd .sPrev,
.sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 30px;
    cursor: pointer;
}

.parHd .sPrev {
    left: 100px;
}

.parHd .sNext {
    right: 100px;
}

.parHd .sPrev img,
.sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.parHd li.act span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(/template/common/en/images/cat.png) no-repeat;
    position: absolute;
    top: -4px;
    left: 38%;
    z-index: 21;
}

.parHd li span,
.parHd li.clone span {
    display: none;
}

.slideBox {
    width: 100%;
    float: left;
    position: relative;
}

.slideBox .hd {
    display: none;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 270px;
    position: relative;
}

.slideBox_list {
    width: 100%;
    float: left;
}

.slideBox_l1 {
    width: 100%;
    float: left;
    position: relative;
}

.slideBox_name {
    width: 100%;
    float: left;
}

.slideBox_name .slideBox_i {
    float: left;
    width: 16px;
    height: 16px;
    background: #7FA5CC;
    border-radius: 50%;
    margin-top: 8px;
    z-index: 999;
    position: relative;
}

.slideBox_name .slideBox_i .slideBox_i2 {
    float: left;
    margin: 4px;
    width: 8px;
    height: 8px;
    background: #004B9A;
    border-radius: 50%;
}

.slideBox_name .slideBox_aa {
    float: left;
    margin-left: 15px;
    color: #000;
    font-size: 24px;
    line-height: 30px;
}

.slideBox_info {
    width: 100%;
    float: left;
}

.slideBox_pic {
    width: 123px;
    height: 146px;
    float: left;
    margin: 30px 0 30px 30px;
}

.slideBox_nr {
    width: 620px;
    height: 45px;
    float: right;
    border: solid 1px #ccc;
    margin-top: 90px;
    display: flex;
    align-items: left;
    justify-content: space-around;
    flex-direction: column;
}

.slideBox_nr a {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #003469;
}

.slideBox_sx {
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 8px;
}

.slideBox_yc {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.slideBox_ycc {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 10px;
}

.slideBox_ycc span {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 60px;
}

