.slick {
    background: #ffffff;
    position: relative;
}

.slick::before {
    content: "";
    display: block;
    height: 12%;
    background: url("../images/bg-before.png") no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
}

.slick .slick-dots {
    bottom: 117px;
}

.slick div a {
    display: block;
    background-color: #162a84;
}

.slick div a img {
    width: 100%;
}

.slick .slick-dots li {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    margin: 0 4px;
}

.slick .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
}

.mid1 {
    position: relative;
    z-index: 3;
    margin-top: -77px;
}

.mid1>div {
    padding: 30px 0px;
    padding-left: 58px;
    padding-right: 40px;
    background: #ffffff;
    border-radius: 38px 0px 38px 0px;
    box-shadow: 0px 10px 10px #dadada;
}

.mid1Left {
    float: left;
    margin-right: 45px;
    width: 101px;
}

.mid1Left .One {
    color: #333333;
    font-size: 24px;
    line-height: 40px;
}

.mid1Left .Two {
    color: #999999;
    font-size: 16px;
    /* line-height: 45px; */
}

.mid1Right {
    overflow: hidden;
    padding-top: 4px;
}

.mid1Right ul li {
    float: left;
    width: 14%;
    text-align: center;
}

.mid1-icon {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.mid1-icon img {
    width: 100%;
    height: 100%;
}

.mid1RightItem a p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.headTit {
    padding-top: 48px;
    padding-bottom: 30px;
}

.titLeft {
    float: left;
    padding-left: 23px;
}

.titLeft p {
    float: left;
    color: #666666;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
}

.titLeft p.on {
    position: relative;
    color: #333333;
    font-size: 26px;
    line-height: 45px;
    z-index: 2;
}

.titLeft p.on::before {
    position: absolute;
    display: block;
    opacity: 0.5;
    color: #cccccc;
    font-size: 30px;
    left: -23px;
    top: -14px;
    z-index: -2;
    transition: all 0.8s;
}

.titLeft .Notice.on::before {
    content: "";
}

.titLeft .Work.on::before {
    content: "";
}

.titLeft .Work.on {
    margin-left: 20px;
}

.titLeft span {
    float: left;
    margin: 0 18px;
    color: #aaaaaa;
    line-height: 45px;
}

.headTit a {
    display: block;
    float: right;
    line-height: 45px;
    color: #999999;
    font-size: 16px;
    position: relative;
}

.headTit a::before {
    position: absolute;
    content: "";
    display: block;
    left: -84px;
    top: 50%;
    transform: translateY(-39%);
    background: url("../images/more-blue.png") no-repeat;
    width: 74px;
    height: 12px;
}

.headTit a:hover {
    color: #275ebc;
}

.mid2 .mid2Left {
    width: 571px;
    float: left;
    overflow: hidden;
    margin-right: 25px;
}

.mid2 .headTit a {
    display: none;
}

.mid2 .headTit a.on {
    display: block;
}

.ImgBox {
    overflow: hidden;
    position: relative;
    padding-right: 1px;
}

.ImgBox:hover img {
    transform: scale(1.1);
}

.mid2slick div a {
    display: block;
    padding-left: 4%;
    position: relative;
    padding-bottom: 4%;
}

.mid2slick::before {
    content: "";
    position: absolute;
    display: block;
    z-index: -2;
    left: 1px;
    top: 84px;
    width: 20%;
    height: 100%;
    background: url("../images/mid2-before.png") no-repeat;
    background-size: cover;
}

.ImgBox .zhezhao {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: url("../images/zhezhao.png") no-repeat;
    height: 74px;
    width: 100%;
}

.ImgBox .zhezhao .One {
    float: left;
    font-size: 24px;
    color: #ffffff;
    line-height: 74px;
    margin-left: 21px;
}

.ImgBox .zhezhao .Two {
    float: left;
    font-size: 12px;
    color: #ffffff;
    line-height: 80px;
    margin-right: 16px;
}

.ImgBox .zhezhao .Three {
    overflow: hidden;
    padding-right: 21px;
    font-size: 18px;
    color: #ffffff;
    line-height: 74px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ImgBox img {
    width: 100%;
    transition: all 0.8s;
}

.mid2 {
    background: url("../images/bg-mid2.png") no-repeat;
    background-position: 100% 0%;
    padding-bottom: 30px;
}

.mid2slick .slick-dots {
    bottom: 0.5%;
    left: 27px;
}

.mid2slick div a img {
    width: 100%;
}

.mid2slick .slick-dots li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #999999;
    box-sizing: border-box;
    margin: 0 4px;
}

.mid2slick .slick-dots li.slick-active {
    background: rgb(255, 255, 255);
    border: 1px solid #999999;
}

.mid2slick .slick-dots li button {
    display: none;
}

.mid2Right {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 10px;
    /* padding-left: 27px; */
    /* padding-right: 30px; */
}

.mid2Right .Top {
    display: block;
    margin-bottom: 28px;
}

.mid2Right .Top .date {
    float: left;
    width: 102px;
    border-right: 1px solid #e5e5e5;
    height: 57px;
    margin-top: 8px;
}

.mid2Right .Top .date .One {
    color: #275ebc;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}

.mid2Right .Top .date .Two {
    color: #275ebc;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.mid2Right .Top .shuxian {
    width: 1px;
    height: 57px;
    background: #e5e5e5;
    float: left;
    padding-top: 10px;
}

.mid2Right .Top .con {
    overflow: hidden;
    padding-left: 31px;
}

.mid2Right .Top .con .One {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mid2Right .Top .con .One:hover {
    color: #275ebc;
}

.mid2Right .Top .con .Two {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mid2RightItem {
    float: left;
    width: 50%;
    padding: 15px 0;
    padding-left: 21px;
    padding-right: 26px;
}

.mid2RightItem:hover {
    background: url("../images/bg-mid2-r.png") no-repeat;
    background-size: cover;
    box-shadow: 0px 6px 11px #dadada;
}

.mid2RightItem a {
    display: block;
}

.mid2RightItem a .Top {
    font-size: 0px;
    margin-bottom: 12px;
}

.mid2RightItem a .Top .One {
    display: inline-block;
    font-size: 10px;
    color: #333333;
    transform: rotate(90deg) translateX(-2px);
    margin-left: -8px;
}

.mid2RightItem a .Top .Two {
    display: inline-block;
    font-size: 20px;
    color: #999999;
    font-weight: 600;
    margin-left: -5px;
}

.mid2RightItem:hover a .Top .Two {
    color: #275ebc;
}

.mid2RightItem a>p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mid2Body {
    position: relative;
}

.mid2BodyItem.on {
    z-index: 9;
    opacity: 1;
    position: relative;
}

.mid2BodyItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    z-index: -9;
}

.mid3B {
    background: url(../images/bg-mid3.png) no-repeat;
    /* background-size: cover; */
    background-position: top center;
    position: relative;
    z-index: 1;
    min-height: 641px;
    margin-top: -50px;
}

.mid3 {
    position: relative;
    z-index: 2;
    margin-top: -570px;
   min-height:570px;
}

.mid3Bodyslick div {
    padding-bottom: 10px;
}

.mid3 .headTit .titLeft {
    padding-left: 50%;
    transform: translateX(-222px);
}

.mid3 .titLeft .Notice.on::before {
    content: "";
    left: -69px;
}

.mid3 .headTit .titLeft p {
    color: #ffffff;
padding:0 15px;
}

.mid3 .headTit a{display:none;}
.mid3 .headTit a.on {
    display: block;
}
.mid3 .headTit a::before {
    background: url(../images/more-white.png) no-repeat;
}

.mid3 .headTit a:hover {
    color: #ffffff;
}


.mid3Bodyslick1>div{
width:16.66%;
float:left;
}

.mid3ItemBox {
    cursor: pointer;
    padding: 0 6px;
    margin-right: 14px;
    margin-left: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 160px;
    margin-top: 25px;
    background: none;
    position: relative;
}

.mid3ItemBox::after {
    position: absolute;
    content: "";
    display: block;
    width: 99%;
    height: 101px;
    background: none;
    bottom: 0px;
    /* left: 0; */
    right: 0;
    box-shadow: 0 0px 0px #d6d6d6;
    z-index: -1;
}

.mid3ItemBox:hover {
    background: url("../images/bg-mid3Item-hover.png") no-repeat;
    background-size: cover;
}

.mid3ItemBox .Top {
    position: relative;
    width: 74px;
    margin: 0 auto;
    padding-bottom: 0px;
}

.mid3ItemBox .Top .One {
    font-size: 28px;
    color: #275ebc;
    height: 28px;
    line-height: 28px;
}

.mid3ItemBox .Top .Two {
    font-size: 28px;
    color: #275ebc;
    text-align: right;
    height: 28px;
    line-height: 28px;
}

.mid3ItemBox .Top .xiexian {
    position: absolute;
    background-color: #275ebc;
    left: 37px;
    top: 7px;
    width: 1.5px;
    height: 40px;
    transform: rotate(24deg);
}

.mid3ItemBox .Top div {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #275ebc;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    position: absolute;
    font-size: 8px;
    left: 59px;
    top: 4px;
}

.mid3ItemBox .year {
    color: #275ebc;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.mid3ItemBox .year::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 33px;
    background: #93aedd;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}

.mid3ItemBox .year::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 33px;
    background: #93aedd;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.mid3ItemBox .tit {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 100;
}

.mid3ItemBox .con {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 90px;
    overflow: hidden;
    padding:8px;
background:#fff;
display: flex;
border-radius: 6px;
}
.mid3ItemBox .con img{
width:100%;
    object-fit: contain;
}

.mid3ItemBox a {
    text-align: center;
    display: block;
    color: #275ebc;
    font-size: 12px;
    position: relative;
    margin-top: 50px;
}

.mid3ItemBox a::before {
    position: absolute;
    height: 8px;
    width: 14px;
    background: url("../images/icon-mid3-more.png") no-repeat;
    content: "";
    display: block;
    left: 50%;
    top: 60%;
    transform: translateY(-50%) translateX(42px);
    transition: all 0.5s;
}

.mid3ItemBox .hengxian {
    width: 97px;
    height: 1px;
    background-color: #e5e5e5;
    text-align: center;
    padding-bottom: 0px;
    margin-left: 52%;
    transform: translateX(-50%);
    margin-top: 6px;
}

.mid3ItemBox:hover .Top .One,
.mid3ItemBox:hover .Top .Two,
.mid3ItemBox:hover .year,
.mid3ItemBox:hover .tit,
.mid3ItemBox:hover .con,
.mid3ItemBox:hover a {
    color: #ffffff;
}

.mid3ItemBox:hover .Top div {
    color: #275ebc;
}

.mid3ItemBox:hover .Top div,
.mid3ItemBox:hover .Top .xiexian,
.mid3ItemBox:hover .year::before,
.mid3ItemBox:hover .year::after {
    background-color: #ffffff;
}

.mid3ItemBox a:hover::before {
    transform: translateY(-50%) translateX(10px);
}

.mid3Bodyslick .slick-prev {
    background: url("../images/icon-mid3-l.png") no-repeat;
    width: 40px;
    height: 83px;
    left: -76px;
}

.mid3Bodyslick .slick-next {
    background: url("../images/icon-mid3-r.png") no-repeat;
    width: 40px;
    height: 83px;
    right: -76px;
}

.mid4 {
    padding-bottom: 109px;
}

.mid4Left {
    width: 47%;
    margin-right: 3%;
    float: left;
}

.mid4Right {
    overflow: hidden;
}

.mid4Left .titLeft .Notice.on::before {
    content: "DOWNLOAD"
}

.mid4Right .titLeft .Notice.on::before {
    content: "ENTRANCE"
}

.i-list {}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 55px;
    padding: 0px 100px 0 30px;
    background: url(../images/dtd-left.png) no-repeat;
    background-position: left center;
    background-size: 8px;
    margin-bottom: 32px;
}

.i-list li:last-child {
    margin-bottom: 0px;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.i-list li a:hover {
    color: #226de2;
    /* font-weight: 600; */
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
    font-size: 12px;
}

.mid4Body div a div.icon {
    height: 183px;
    margin-right: 7.5px;
    margin-left: 7.5px;
}

.mid4Body .One {
    background: url("../images/bg-mid4slick1.png") no-repeat;
    background-size: cover;
}

.mid4Body .Two {
    background: url("../images/bg-mid4slick2.png") no-repeat;
    background-size: cover;
}

.mid4Body .Three {
    background: url("../images/bg-mid4slick3.png") no-repeat;
    background-size: cover;
}

.mid4-icon {
    width: 48px;
    margin: 0 auto;
    padding-top: 53px;
}

.mid4-icon img {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
    /*height: 100%; */
}

.mid4Body div a div.icon p {
    color: #ececec;
    text-align: center;
    margin-top: 17px;
}

@media screen and (max-width: 1400px) {
    .mid1>div {}
    .mid3Body {
        padding-left: 76px;
        padding-right: 76px;
    }
}

@media screen and (max-width: 1200px) {
    .mid1,
    .mid2,
    .mid3,
    .mid4 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mid3ItemBox .hengxian {
        margin-left: 54%;
    }
}

@media screen and (max-width: 1024px) {
    .slick {
        margin-top: 60px;
    }
    .mid3ItemBox .hengxian {
        margin-left: 53%;
    }
    .slick .slick-dots {
        bottom: 90px;
    }
    .slick .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .mid2Left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .mid2Right {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .mid4Left {
        float: none;
        width: 100%;
    }
    .mid2Item {
        width: 49%;
        margin-right: 0px;
    }
    .mid2Item:nth-child(2n-1) {
        margin-right: 2%;
    }
    .mi1RightBox {
        padding: 30px 23px 35px;
        margin-right: 20px;
    }
    .mid4RightItem {
        padding: 23px 0px;
    }
    .section2-Head-bottom {
        font-size: 30px;
    }
    .mi1RightBox .Three {
        font-size: 16px;
    }
    .mi1RightBox .Two {
        margin-bottom: 20px;
    }
    .mi1RightBox .Three {
        margin-bottom: 15px;
    }
    .headTit {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .mid4,
    .mid2 {
        padding-bottom: 35px;
    }
    .mid3B {
        margin-top: -75px;
    }
    .mid1Left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .mid1Left .One {
        font-size: 22px;
    }
    .mid1Left .Two {
        font-size: 14px;
    }
    .titLeft p.on {
        font-size: 24px;
    }
    .ImgBox .zhezhao .Three,
    .mid2Right .Top .con .One {
        font-size: 16px;
    }
    .mid2Right .Top .date .One {
        font-size: 34px;
    }
    .mid1>div {
        padding-left: 18px;
        padding-right: 18px;
    }
    .mid2Right {
        padding-top: 0px;
    }
    .mid2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mid2 .mid2Left {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mid2Right .Top {
        padding-left: 10px;
        padding-right: 10px;
    }
    .headTit {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mid2Right .Top .date {
        float: left;
        width: 80px;
    }
    .headTit {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mid4Left .headTit {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .headTit {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mid4 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mid4Left {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mid3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mid3Bodyslick .slick-prev {
        width: 30px;
        height: 50px;
        background-size: contain;
        left: -30px;
    }
    .mid3Body {
        padding-left: 46px;
        padding-right: 46px;
    }
    .mid3Bodyslick .slick-next {
        width: 30px;
        height: 50px;
        background-size: contain;
        right: -33px;
    }
    .mid3ItemBox {
        margin-left: 8px;
        margin-right: 8px;
    }
    .mid3ItemBox .hengxian {
        margin-left: 52%;
    }
    .slick .slick-dots li {
        width: 8px;
        height: 8px;
    }
    .mid2Item {
        float: none;
        width: 100%;
        padding: 10px 24px;
    }
    .section2-Head-bottom {
        font-size: 26px;
    }
    .mid4RightItem {
        padding: 15px 0px;
    }
    .mid4RightCon .One {
        font-size: 16px;
    }
    .mid4Rightdate .One,
    .mid1LeftLeftDate .One {
        font-size: 30px;
    }
    .mid4LeftBottom .One {
        color: rgb(51, 51, 51);
        font-size: 16px;
    }
    .mid4LeftBottom .Two {
        color: rgb(153, 153, 153);
        font-size: 14px;
    }
    .section2-Head .more p::before {
        display: none;
    }
    .section2-Head .more p {
        margin-left: 10px;
    }
    .b-green {
        background: rgb(1, 137, 144);
        width: 110px;
    }
    .mid4 .b-green p {
        padding-right: 11px;
        margin-left: -7px;
    }
    .mid4Leftslick .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .mid1Right ul li {
        width: 33%;
        margin-bottom: 20px;
    }
    .mid1>div {
        padding-bottom: 10px;
    }
    .mid2RightItem {
        width: 100%;
    }
    .mid2RightItem {
        padding: 10px 10px;
    }
    .mid4Bodyslick .slick-dots {
        bottom: -24px;
    }
    .mid4Body {
        padding-bottom: 20px;
    }
    .mid4Bodyslick .slick-dots li.slick-active {
        background: rgb(255, 255, 255);
        border: 1px solid #999999;
    }
    .mid4Bodyslick .slick-dots li {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background: #999999;
        box-sizing: border-box;
        margin: 0 4px;
    }
    .mid4Bodyslick .slick-dots li button {
        display: none;
    }
    .mid4 {
        padding-bottom: 20px;
    }
    .mid2Left {
        padding-left: 10px;
        padding-right: 10px;
    }
    .headTit,
    .mid1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mid4Left .headTit {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mid1 {
        margin-top: -50px;
    }
    .slick .slick-dots {
        bottom: 65px;
    }
}

@media screen and (max-width: 480px) {
    .mid1 {
        margin-top: -30px;
    }
    .slick .slick-dots {
        bottom: 35px;
    }
    .titLeft .Work.on {
        margin-left: 0px;
    }
    .titLeft span {
        float: left;
        margin: 0 10px;
    }
    .headTit a::before {
        display: none;
    }
    .titLeft .Notice.on::before,
    .titLeft .Work.on::before {
        display: none;
    }
    .mid3 .headTit .titLeft {
        padding-left: 0%;
        transform: translateX(0px);
    }
    .titLeft {
        float: left;
        padding-left: 0px;
    }
    .headTit a {}
    .b-green {
        background: rgb(1, 137, 144);
        width: 100px;
    }
    .mi1RightBox,
    .mid3ItemBox {
        margin-right: 8px;
    }
    .mid4 .b-green p {
        padding-right: 5px;
    }
    .b-green {
        width: 67px;
        height: 30px;
        line-height: 30px;
    }
    .mid4 .b-green {
        padding-top: 0px;
    }
    .mi1RightBox {
        padding: 10px 15px 5px;
    }
    .mid1LeftslickBottom {
        height: 70px;
    }
    .mid1LeftslickBottom .con {
        overflow: hidden;
        line-height: 70px;
    }
    .mid2Right .Top .date {
        width: 80px;
    }
    .mid2Right .Top .con {
        padding-left: 22px;
    }
    .mid3ItemBox .year::before {
        left: 20px;
    }
    .mid3ItemBox .year::after {
        right: 20px;
    }
    .mid2slick .slick-dots {
        bottom: 1px;
        left: 27px;
        line-height: 10px;
        height: 10px;
    }
    .mid2Right .Top {
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 375px) {
    .mid3ItemBox .year::before {
        left: 0px;
    }
    .mid3ItemBox .year::after {
        right: 0px;
    }
    .section2-Head .more {
        position: absolute;
        top: 85%;
    }
    .mid1RightItem a p {
        font-size: 12px;
    }
    .mid3Body {
        padding-left: 26px;
        padding-right: 26px;
    }
    .mid3Bodyslick .slick-prev {
        width: 30px;
        height: 50px;
        background-size: contain;
        left: -21px;
    }
    .mid3Bodyslick .slick-next {
        width: 30px;
        height: 50px;
        background-size: contain;
        right: -26px;
    }
    .titLeft span {
        float: left;
        margin: 0 5px;
    }
}




/*搜索*/
.wrapper .inner{width:1200px; margin:0 auto;}
select2.form_select {
	font-family:  "Source Han Sans SC", "Microsoft YaHei";
	width: 22%;
	border: 0;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 60px;
}
.search2 .sudy-tab .tab-menu {
display:block;
	text-align: left;
	padding: 0;
	float: left;
	width: 20%;
	height: auto;
	border: 0;
	background: #fff;
}
.search2 .sudy-tab {
    position: relative;
	width: 100%;
	min-height: 200px;
	float: left;
	background: #c4c6ca;
            opacity: .9;
}
.search2 .sou {
    float: left;
    width: 20%;
}
.search2 #nav {
    float: left;
    width: 70%;
}
.search2 .sudy-tab .tab-menu li::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
    transition: width .5s ease-in;
    z-index: 0;
}
.search2 .sudy-tab .tab-menu li.selected::before {
    background:#c4c6ca;
    width: 100%;
}

.search2 .sudy-tab ul.tab-list {
	height: 205px;
	padding: 0;
	background: none;
	margin: 0;
	float: right;
	width: 80%;
}
.search2 .inner {width: 1200px !important;/* padding: 4% 0; */}
.search2 .sudy-tab .tab-menu li.selected {background: none;color: #006098;}
.search2 .sudy-tab .tab-menu li {
	font-weight: normal;
	font-size: 16px;
	float: none;
	padding-left: 30px;
	display: block;
	height: auto;
	line-height: 74px;
	border-radius: 0px;
	position: relative;
	background: none;
	color: #333333;
}
.search2 .sou p {
	text-align: left;
	font-size: 20px;
	color: #006098;
	line-height: 50px;
	padding-left: 30px;
	font-weight: bold;
	background: #fff url(../images/ss.png) no-repeat 90% center;
	animation: pp 2s ease-out 0s infinite;
}
.sudy-tab .tab-list{ height: 100%; position: relative;}
li.tab-con.c2, li.tab-con.c3 , li.tab-con.c4 , li.tab-con.c5 {
    height: 100%;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
}
.main1 .sudy-tab .tab-menu li {
    font-size: 18px;
    line-height: 50px;
    color: #666666;
    padding: 0px 10px;
    height: auto;
    line-height: 58px;
}
.search2.clearfix {max-width: 1200px;width:100%;margin-left:0%;margin-top:9%; position:absolute;z-index: 1;}
.search2 .sudy-tab .tab-menu li::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
    transition: width .5s ease-in;
    z-index: 0;
}
.search2 .sudy-tab .tab-menu li span {
    position: relative;
    z-index: 1;
}
.search2 .sudy-tab ul.tab-list .tab-con .post1 {
    padding: 0px 50px;
}
.search2 .sudy-tab ul.tab-list .tab-con h1 {
    font-size: 22px;
    line-height: 70px;
    color: #006098;
}
.tab-con.c1 {
    height: 100%;
    position: relative;
}

@keyframes pp{
0%{background-position:90% 45%;opacity:1;}
20%{background-position:90% 50%;opacity:1;}
60%{background-position:90% 55%;opacity:1;}
80%{background-position:90% 50%;;opacity:1;}
100%{background-position:90% 45%;;opacity:1;}
}

.kong {
	height: 50px;
	box-shadow: none;
	border: 0;
	line-height: 50px;
	font-family: 微软雅黑;
	text-indent: 20px;
background:#fff;
font-size:16px;
}
td.yu {
	line-height: 25px;
	padding-top: 20px !important;
	font-size: 15px;
}
.tab-con.c5 input.kong {
	float: left;
}
input#imageField ,#imageField ,#imageField2 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	border: 0;
	background-image: url(../images/ss_05.gif);
	width: 100%;
	box-shadow: 0px 0px 9px 0px #f2f2f2;
	height: 50px;
	background-color: #006098;
}



.search2 .sudy-tab .tab-menu li::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
    transition: width .5s ease-in;
    z-index: 0;
}
.search2 .sudy-tab .tab-menu li span {
    position: relative;
    z-index: 1;
}
.search2 .sudy-tab ul.tab-list .tab-con .post1 {
    padding: 0px 50px;
}
.search2 .sudy-tab ul.tab-list .tab-con h1 {
    font-size: 22px;
    line-height: 70px;
    color: #006098;
}
.tab-con.c1 {
    height: 100%;
    position: relative;
}

.banicon {
    left: 17%;
    z-index: 2;
    width: 76%;
    margin: auto;
    position: absolute;
    bottom: 60px;
}
.link_img {
    width: 100%;
    background: url(../images/icon/ico1.png) no-repeat center;
    display: inline-block;
    margin-bottom: 0px;
    height: 59px;
}
.banicon .link_con {  font-size: 16px; color: #ffffff; text-align: center;}
.banicon .news_list li.news.i1 .link_img{background: url(../images/icon1.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i2 .link_img{background: url(../images/icon2.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i3 .link_img{background: url(../images/icon3.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i4 .link_img{background: url(../images/icon4.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i5 .link_img{background: url(../images/icon5.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i6 .link_img{background: url(../images/icon6.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i7 .link_img{background: url(../images/icon7.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i8 .link_img{background: url(../images/icon8.png) no-repeat center;background-size: contain;}
.banicon .news_list li.news.i9 .link_img{background: url(../images/icon9.png) no-repeat center;background-size: contain;}
.banicon .news_list {  margin: auto;}


.jiansuo_box{font:12px/1.5 宋体, Arial, Helvetica, sans-serif; color:#333;}
.jiansuo_box table{border-spacing:0px; border-collapse:collapse; border:0px;}
.jiansuo_box input,select,textarea{vertical-align:middle; font:12px/1.5 宋体, Arial, Helvetica, sans-serif; color:#000;}
.jiansuo_box .clearfix{overflow:hidden; zoom:1;}
.jiansuo_box .txt_xian{height:30px; background:url(/images/discover/search_bg.gif) 0 0 repeat-x; width:480px; float:left;}
.jiansuo_box .txt_l{height:30px; background:url(/images/discover/search_bg.gif) left -35px no-repeat; padding-left:5px;}
.jiansuo_box .txt_r{height:30px;background:url(/images/discover/search_bg.gif) right -70px no-repeat;padding-right:5px; }
.jiansuo_box .txt_xian input{height:30px; line-height:30px; background:transparent; border:0;width:470px;}
.jiansuo_box .reset{width:80px; height:30px;}
.jiansuo_box h2 {color: #5B5B5B; font-size: 18px; font-weight: normal; margin-top: 16px; text-align: center;}


.searchtab_show .link{ overflow:hidden; zoom:1;padding-left: 0px; margin-top:5px; color:#286395;}
.searchtab_show .link_in{
	float:left;
	position:relative;
	margin-top:5px;
	padding:0 10px 5px;
	line-height:24px;
        font-size:14px;
	}

.searchtab_show .link a{
	margin-right:15px;
	color:#286395;
	font-size:14px;
	border-left: 1px solid #286395;
	padding-left: 15px;
}
.searchtab_show .link a:first-of-type{
	border: none;
	padding-left: 0;

}
.searchtab_show .link .icon{
	overflow:hidden; zoom:1;
	margin-right:5px;
	display:inline-block;
	width:14px;
	height:14px;
	line-height:14px;
	font-size:10px;
	background-color:#e6963f;
	vertical-align:-2px;
	text-align:center;
	text-indent:2px;
	color:#fff;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

@media screen and (max-width: 746px){
.searchtab_show .link {
    overflow: hidden;
    zoom: 1;
    padding-left: 0px;
    margin-top: 5px;
    color: #286395;
}
.searchtab_show .link_in {
    float: left;
    position: relative;
    margin-top: 5px;
    padding: 0 10px 5px;
    height: auto;
    line-height: 24px;
}
}