.header-search-wrap .search-box {
    position: relative;}
.header-search-wrap .submit {
    width: 30px;
    height: 30px;}
.header-search-wrap .ser-input {
    height: 30px;
    padding-left: 10px;}
.header-search-wrap .search-close {
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;}
.header-search-wrap {
    position: fixed;
    z-index: 19;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    transform: translate(0, 0) scale(0);}
.header-search-contaniner {
    position: relative;
    top: 50%;
    margin: auto;
    width: 90%;
    max-width: 600px;
    height: 50px;
    color: #666;
    line-height: 50px;
    background: #fff;}
.header-search-wrap.show2 {
    z-index: 8;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;}
.header-search-wrap.hides1 {
    -webkit-transform: translate(0, -200%) scale(1);
    -ms-transform: translate(0, -200%) scale(1);
    transform: translate(0, -200%) scale(1);}
.header-search-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 80px;
    height: 50px;
    background: #710006;
    color: #fff;
    border: none;
    box-sizing: border-box;}
.header-search-wrap .ser-input {
    width: calc(100% - 80px);
    height: 50px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 30px;}
    .s {
        color: #710006;}

    .photos .tabs li:hover a {
        color: #710006;}

    .photos .tabs {
        width: 105px;
        text-align: center;}

    .photos .tabs li {
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
        padding-bottom: 45px;}

    .photos .tabs li:before {
        content: "";
        background: #fff url(images/sjzbsicon.png) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;}

    .photos .tabs li.curr:before {
        background: #fff url(images/sjzbsicon1.png) center center no-repeat;}

    .photos .tabs li:after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 20px;
        left: 11px;
        background: #cdcdcd;
        z-index: -1;}

    .photos .tabs li:last-child:after {
        display: none;}

    .photos .tabs .p {
        display: none;
        margin-bottom: 10px;}

    .photos .tabs .s .p {
        display: block;}

    .photos .tabs span.now {
        color: #94070a;}

    .photos .tabs .h {
        font-size: 30px;
        font-family: Impact;}

    img {
        border: none;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;}

    .photos .tabs span {
        display: block;
        font-size: 16px;
        padding: 5px 0;}

    .lmmc {
        text-align: center;
        font-size: 36px;
        margin: 0 0 40px 0;
        color: #8f151b;
        font-weight: bold;}

    .science3 .cont {
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px 0;
        border-top: 1px solid #eeebea;
        border-bottom: 1px solid #eeebea;
        border-right: 1px solid #eeebea;}

    .science3 .cont .item1 {
        -ms-flex: 1;
        flex: 1;
        padding: 30px;
        border-left: 1px solid #eeebea;
        position: relative;}

    .science3 .cont .item1:before {
        content: "";
        display: block;
        width: 0px;
        background: #94070a;
        top: 3.5%;
        bottom: 15px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        left: -3px;}

    .science3 .cont .item1 .ico1 {
        position: relative;
        width: 69px;
        height: 64px;}

    .science3 .cont .item1 .ico1 img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 64px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;}

    .science3 .cont .item1 .ico1 img.bak {
        width: 0;}

    .science3 .cont .item1 .fz24 {
        line-height: 1.4;
        padding: 15px 0 0 0;
        font-size: 24px;
        transition: all 0.4s ease-in-out;}

    .science3 .cont .item1:hover .ico1 img {
        width: 0;}

    .science3 .cont .item1:hover .ico1 img.bak {
        width: 100%;}

    .science3 .cont .item1:hover .fz24 {
        color: #8d1c10;}

    .science3 .cont .item1:hover:before {
        width: 5px;}

    .science3 .cont .item1 .p {
        font-size: 14px;
        color: #333;
        line-height: 1.6;}

    @media (max-width: 768px) {
    .science3 .cont {
        display: flex;
        margin-top: 0;
        border-left: 1px solid #eeebea;}

        .photos .tabs .h {
            font-size: 20px;}

        .lmmc {
            text-align: center;
            font-size: 26px;
            margin: 0 0 20px 0;
            color: #8f151b;
            font-weight: bold;}

        .science3 .cont .item1 {
            -ms-flex: 1;
            flex: 1;
            padding: 5px;
            border-left: none;
            position: relative;
            border-right: 1px solid #eeebea;
            border-bottom: none;
            width: 30%;
            display: inline-block;}

        .science3 .cont .item1:nth-child(3) {
            border-right: none;}

        .science3 .cont .item1 .ico1 img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 40px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;}

        .science3 .cont .item1 .ico1 {
            position: relative;
            width: 40px;
            height: 40px;        margin: 0 auto;}

        .science3 .cont .item1 .fz24 {
            line-height: 1.4;
            padding: 15px 0 0 0;
            font-size: 16px;
            transition: all 0.4s ease-in-out;        text-align: center;}

        .l_news li .mt-left {
            float: none;
            width: 100%;
            display: block;
            overflow: hidden;
            padding-top: 65%;
            position: relative;}

        .l_news li .mt-right {
            float: none;
            width: 100%;}

        .photos .tabs {
            width: 85px;
            text-align: center;}    .l_right {
        box-sizing: border-box;
        margin-right: 0%;
        width: calc(100% - 100px);}
    }
