@charset "UTF-8"; body {
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: PingFang SC;
}

body a[href]:hover {
    color: #333333;
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/* 上下结构 */
/* page */
.isnone {
    display: none;
}

.is_sz:hover {
    cursor: pointer;
}

.my_container {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    background: url(../images/ma_bg.png) no-repeat center;
    background-size: cover;
}

.my_container .con_center {
    padding: 30px;
    width: 1200px;
    margin: 0px auto;
}

.my_container .con_center .img_box .img {
    display: none;
}

.my_container .con_center .img_box .img:hover {
    cursor: pointer;
}

.my_container .con_center .img_box .img_show {
    display: block;
    min-height: 280px;
}

.my_container .con_center .con_box {
    display: none;
    margin-top: 30px;
    background: #cea052;
    padding: 30px;
    position: relative;
}

.my_container .con_center .con_box .jt {
    width: 30px;
    height: 27px;
    background: url(../images/jt.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -23px;
    left: 429px;
}

.my_container .con_center .con_box .jts {
    left: 741px;
}

.my_container .con_center .con_box .bk1 {
    width: 45px;
    height: 45px;
    background: url(../images/bk1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 15px;
    left: 15px;
}

.my_container .con_center .con_box .bk2 {
    width: 45px;
    height: 45px;
    background: url(../images/bk2.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
}

.my_container .con_center .con_box .bk3 {
    width: 45px;
    height: 45px;
    background: url(../images/bk3.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.my_container .con_center .con_box .bk4 {
    width: 45px;
    height: 45px;
    background: url(../images/bk4.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.my_container .con_center .con_box .txt {
    color: #ffffff;
    line-height: 30px;
}

.my_container .con_center .con_box .tit_img img {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100px;
}

.my_container .con_center .is_show {
    display: block;
    min-height: 280px;
}
