* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
}

ul li {
    list-style: none;
}

.top .head {
    box-sizing: border-box;
    height: 80px;
    padding-left: 50px;
    background: url(../index_image/nav-bg.png) no-repeat;
    width: 100%;
    background-size: cover;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.top .head .text-f {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    font-size: 16px;
    margin-left: 140px;
}

.top .head .text-f .f {
    padding: 30px 55px;
    list-style: none;
    color: #ffffff;
    text-decoration: none;
}

.between .active {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0;
    font-size: 25px;
    color: #30318b;
    background-color: #f4f4f4;
}

.between .active .brief {
    margin: 0 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}

.between .active .personal {
    width: 500px;
    text-align: center;
    background-color: #f4f4f4;
    color: #30318b;
}

.between .active .personalTwo {
    width: 500px;
    text-align: center;
    background-color: #f4f4f4;
    color: #30318b;
}

.between .active .pactive {
    color: #ffffff;
    background-color: #30318b;
}

.middle {
    display: flex;
}

.middle .zjjy {
    position: relative;
    left: 600px;
    /* margin-left: 500px; */
    width: 100%;
}

.middle .zjjy .en {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    color: #dbdbdb;
    font-size: 40px;
    margin-top: 40px;
    text-transform: uppercase;

}

.middle .zjjy .zh {
    margin-left: 150px;
    margin-top: 64px;
    font-size: 35px;
    font-weight: bold;


}

.flex {
    display: flex;
}

.rd_jtfc {
    position: relative;
    height: 500px;
}

.banner_tree {
    width: 88%;
    height: 700px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 7%;
}

.color_font {
    background: #006ada;
    color: #fff;
    width: 45px;
    height: 100px;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    cursor: pointer;
}

.left_btn {
    left: 0;
}

.right_btn {
    right: 0px;
}

.img_phone {
    width: 100%;
    height: 100%;
}

.color_font {
    width: 40px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
}

.left_btn {
    left: 0;
}

.right_btn {
    right: 0px;
}

.img_phone {
    width: 100%;
    height: 100%;
}

.show_s_ui {
    width: 100%;
    height: 100%;
    position: relative;
}

.show_s_ui > li {
    width: 377px;
    height: 226px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 30;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 1;
    font-size: 40px;
    border: 4px solid #ccc;
    border-radius: 8px;
}

.show_s_ui > li > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.9;
    display: none;
}

.show_s_ui > li > img {
    width: 100%;
    height: 100%;
}

#middel_shows {
    width: 500px;
    height: 300px;
    left: 35.5%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

#left_shows {
    left: 8%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}

#right_shows {
    left: 70%;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#small_left, #small_right {
    width: 154px;
    height: 249px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#small_left {
    left: -15%;
}

#small_right {
    left: 102.5%;
}

.fy {
    text-align: center;
    padding: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fy .pag {
    list-style: none;
    padding-left: 0;
}

.fy .pag li {
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    border-radius: 6px;
    margin: 0 1px;
    border: 1px solid #ebebeb;
    height: 30px;
}

.fy .pag li:hover {
    transform: scale(1.1);
    background-color: #006ada;
    color: #fff;
}

.fy .pag li.current {
    background: #006ada;
    color: white;
    cursor: not-allowed;
}

.fy .pag li.disabled {
    cursor: not-allowed;
}

.fy .pag li.totalPage {
    background: transparent;
    cursor: default;
    border: none;
    padding: 0 6px;
}

.fy .pag li.totalPage:hover {
    transform: none;
    background-color: #ffffff;
    color: #333;
}


.fy .pag li input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 3px 5px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 40px;
    height: 25px;
    margin: 0 6px;
}

.fy .pag li input:focus {
    border-color: #98A6AD;
}

.dibu {
    height: 280px;
    display: flex;
    align-items: center;
    background: url('../index_image/di.png') no-repeat;
    background-size: cover;
}

.dibu .wenzi {
    margin-left: 279px;
    display: flex;
    color: #ffffff;
    flex-direction: column;
}

.dibu .code {
    margin-left: 150px;
}

.dibu .logo {
    margin-left: 150px;
}

.page-item{
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 36px;
    min-height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    color: #333;
    border-radius: 6px;
    margin: 0 4px;
    border: 1px solid #ebebeb;
    height: 30px;
}
.active{
    background: #006ada;
    color: white;
    cursor: not-allowed;
}