.banner {
    /*padding: 35px 0;*/
    padding-top: 70px;
    background: url("../img/banner.jpg") center 0 no-repeat;
    background-size: 100% 100%;
}

.banner .search {
    width: 786px;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner .search .searchUl {
    /*text-align: center;*/
    margin-left: 50px;
}

.banner .search li {
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.banner .search li.active {
    color: #fff;
    /*background: #109987;*/
}

.banner .search .searchDiv {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 30px;
}

.banner .search .searchDiv input {
    width: 650px;
    height: 45px;
    padding: 0 20px;
    vertical-align: top;
    font-size: 16px;
    border-radius: 30px 0 0 30px;
}

.banner .search .searchDiv button {
    height: 45px;
    width: 86px;
    border-radius: 0 30px 30px 0px;
    margin-left: -4px;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}


.banner > ul {
    margin: 30px auto 0;
    width: 1098px;
}

.banner > ul li {
    width: 170px;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
    vertical-align: top;
}

.banner > ul li img {
    margin-right: 5px;
}

.banner > ul li a {
    color: #fff;
}

.main {
    /*min-height: calc(100vh - 585px);*/
}

.main > div {
    /*border: 1px solid #eaf2ef;*/
    /*border-radius: 5px 5px 0 0;*/
}

.mainSearch .resDiv {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}

.mainSearch .resDiv .oneUl {


}

.mainSearch .resDiv .oneUl > li {
    /*width: 20%;*/
    width: 45%;
    float: left;
    text-align: left;
    margin-right: 2.5%;
    margin-left: 2.5%;
}

.mainSearch .resDiv .oneUl > li div {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.mainSearch .resDiv .oneUl > li div span {
    display: inline-block;
    vertical-align: top;

}

.mainSearch .resDiv .oneUl > li div span:first-child {
    font-size: 14px;
    margin-right: 4px;
    margin-top: -1px;
}

.col {
    cursor: pointer;
}


.mainSearch .resDiv .oneUl > li div a {
    cursor: pointer;
    display: inline-block;
    width: 70%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainSearch .resDiv .oneUl > li div a img{
    width: 25px;
    vertical-align: 0px;
    margin-left: 5px;
}

/*
.mainSearch .resDiv .oneUl > li {
    width: 20%;
    float: left;
    text-align: left;
    margin-right: 2.5%;
    margin-left: 2.5%;
}

.mainSearch .resDiv .oneUl > li div ul {

}

.mainSearch .resDiv .oneUl > li div ul > li span {
    display: inline-block;
    vertical-align: top;
}

.col {
    cursor: pointer;
}

.mainSearch .resDiv .oneUl > li div ul > li {
    width: 100%;
    height: 30px;
    line-height: 30px;
}


.mainSearch .resDiv .oneUl > li div ul > li a {
    cursor: pointer;
    display: inline-block;
    width: 70%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.mainSearch .resDiv .layui-tab-title {
    border: 0;
    margin-top: -1px;
    margin-left: -1px;
}

.mainSearch .resDiv .layui-tab-title li {
    font-size: 15px;
    color: #fff;
}

.mainSearch .resDiv.layui-tab-title .layui-this:after {
    width: 30px;
    left: 50%;
    margin-left: -15px;
}

.mainSearch .resDiv .layui-tab-title li.layui-this {
    /*background: rgba(255, 255, 255, 0.5);*/
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: bold;
}

.mainSearch .resDiv .layui-tab-content {
    background: #fbfbfb;

}

.mainSearch .resDiv .layui-tab-title li {
    /*background: rgba(255, 255, 255, 0.3);*/
}

/*
.mainSearch .resDiv .layui-tab-title li:last-child {
    float: right;
    padding-left: 701px;
    font-weight: normal;
}*/

.mainSearch .resDiv .layui-tab-title li:last-child a {
    color: #fff;
}

.mainSearch .resDiv .layui-this:after { /*,.mainDiv .tabDiv .layui-this:after */
    border-bottom: 0px !important;
}

.tabDiv > .layui-tab-brief > .layui-tab-title .layui-this:after, .resDiv .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 0px;
}

.mainSearch .layui-tab-content {
    padding: 25px;
    height: 250px;
    box-sizing: border-box;
}


.mainDiv {
    background: url("../img/bj.png") center no-repeat;
    background-size: 100% 100%;
    min-height: calc(100vh - 598px);
    width: 100%;
}

.tabDiv {
    width: 1130px;
    padding: 35px;
    background: #fff;
    /*height: 280px;*/
    height: 400px;
    margin-top: 10px;
}

.tabDiv > ul {
    height: 120px;
    /*padding-left: 10px;*/
}

.tabDiv > ul li {
    float: left;
    width: 210px;
    text-align: left;
    position: relative;

}

.tabDiv > .layui-tab-title li {
    height: 90px;
    line-height: 90px;
}

.tabDiv .layui-tab-title li {
    padding: 0;
}

.activeli::after {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    border-right: 20px solid transparent !important;
    border-bottom: 20px solid #f1f1f1 !important;
    border-left: 20px solid transparent !important;
    position: absolute !important;
    left: 90px !important;
    top: 100px !important;
}
.tabDiv>ul li.activeli:after{
    /*background: red !important;*/
    border-bottom-color: #f1f1f1 !important;
}

.tabDiv > ul li:not(:last-child) {
    margin-right: 20px;
}

.tabDiv > ul li div {
    height: 100%;
    background-size: 100% 200%;
    border-radius: 10px;
    /* text-align: center; */
    /* line-height: 90px; */
    cursor: pointer;
    margin: 0 auto;
    padding: 0 20px;
}

.changeEng {
    text-align: center !important;
}

.changeEng div > p {
    width: 50% !important;
    font-size: 21px !important;
}

.tabDiv > ul li div > p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    margin-left: 8px;
    width: 80%;
    white-space: normal;
    word-wrap: break-word;
    line-height: 28px;
    /*background: red;*/
    overflow: hidden;
}

.tabDiv > ul li div span {
    vertical-align: middle;
    font-size: 23px;
    color: #fff;
    margin-left: 8px;
}

.tabCont {
    width: 100%;
    /*height: 230px;*/
    height: 255px;
    background: #f1f1f1;
}

.moreP {
    float: right;
    width: 100%;
    text-align: right;
    padding: 15px 35px 0 35px;
    line-height: 20px;
    cursor: pointer;
    /*height: 25px;*/
}

/*.tabCont:before {
    content: '';
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f1f1f1;
    border-left: 20px solid transparent;
    position: absolute;
    left: 90px;
    top: 0;
    margin-top: -20px;

}*/
.activeli::after {
    content: '';
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f1f1f1;
    border-left: 20px solid transparent;
    position: absolute;
    left: 90px;
    top: 100px;
}

.tabCont ul {
    padding: 0 35px 45px 35px
}

.tabCont ul.oneUl {
    padding-top: 30px;
    min-height: 95px;
}

.tabCont ul.oneUl li {
    float: left;
    width: 45%;
}

.tabCont ul.oneUl li {
    margin-right: 5%;
}

.tabCont ul.oneUl li div {
    height: 25px;
    line-height: 25px;
}

/*even 偶数  奇数odd*/
.tabCont ul.oneUl li:nth-child(odd) {
    /*margin-left: 2%;*/
}

.tabCont ul.oneUl li div i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    margin-right: 5px;
    vertical-align: 8px;
    border-radius: 50%;
}

.tabCont ul.oneUl li div a {
    cursor: pointer;
    display: inline-block;
    width: 80%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.tabCont ul.oneUl li div span {
    float: right;

}

.fuzheUl {
    margin-top: 40px;
    min-height: 80px;
}

.fuzheUl li {
    float: left;
    width: 80px;
    height: 80px;
    /*margin-right: 20px;*/
    text-align: center;
    /* line-height: 80px; */
    margin: 15px 26px 25px 0;
}


.fuzheUl li div a {
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fuzheUl li div a p {
    line-height: 80px;
}

.bookDiv > ul {
    border-bottom: 1px solid #f1f1f1;
    padding: 0px 35px 0 35px;
}

.bookDiv .layui-tab-title li {
    font-size: 17px;
    color: #878787;
    position: relative;
    margin-right: 20px;
}

.bookDiv .activeLiD:after {
    content: '';
    width: 30px !important;
    height: 0;
    border-bottom: 2px solid transparent;
    position: absolute;
    left: 20px !important;
    top: 33px !important;
    /*border-bottom-color: red !important;*/
}

.bookUl {
    min-height: 115px
}

.bookUl li {
    float: left;
}

.bookUl li a {

}

.bookUl li a img {
    width: 110px;
    height: 160px;
    margin: 0 10px;
    cursor: pointer;
}

.main .layui-tab-item > a {
    display: block;
}

.main .layui-tab-item p {
    margin-bottom: 7px;
}

.main .layui-tab-item p i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ddd;
    margin-right: 5px;
    vertical-align: 8px;
}

.main .layui-tab-item p > a {
    display: inline-block;
    width: 80%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.main .news {
    width: 670px;
}

.main .book {
    width: 100%;
}

.main .book .layui-tab-item > a {
    display: inline-block;
}

.main .book img {
    width: 120px;
    height: 170px;
    margin: 0 10px;
    cursor: pointer;
}

.main .book .more {
    margin: 10px 0 0 10px;
}