/*顶部样式的覆盖  */

.bw {
    width: 1200px;
    margin: 0 auto;
}

body {
    min-width: 1200px;
    /* min-height: 700px; */
    background-image: url("../images/subject/bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../images/subject/bg2.png', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../images/subject/bg2.png', sizingMethod='scale');
}

.top-tool {
    background: url("../images/top-bgr.png") left top/cover no-repeat;
    background-color: #25CC00;
}

.myNavs {
    background-color: #21B300;
}

.layui-nav .layui-nav-item a:hover {
    background-color: #1A8C00;
}

.layui-nav .layui-this a {
    background-color: #1A8C00;
}

.layui-nav-child {
    top: 40px;
    border: 1px solid #21B300;
    background-color: #21B300;
    border-radius: 0;
}

.layui-nav-item .layui-nav-child a {
    background-color: #21B300;
}


/* 中间部分的样式  */

.titleBox {
    margin-top: 105px;
    margin-left: 60px;
}


/*tab 切换 样式覆盖  */

.layui-tab-title {
    border-bottom: 1px solid transparent;
    height: auto;
    white-space: inherit;
    /* padding-top: 55px; */
    transition: none;
    -webkit-transition: none;
}

.layui-tab-title .layui-this:after {
    border: 1px solid transparent;
}

.layui-tab-bar {
    display: none;
}

.layui-tab[overflow]>.layui-tab-title {
    overflow: inherit;
}

.layui-tab-title li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    margin-right: 11px;
    cursor: pointer;
    width: 160px;
    height: 188px;
    background-position: center;
    color: #1A8C00;
    font: 400 30px/35px "microsoft YaHei";
    position: relative;
    transition: none;
    -webkit-transition: none;
}

.layui-tab-title li:nth-child(1) {
    position: absolute;
    right: 430px;
    top: -150px;
}

.layui-tab-title li:nth-child(2) {
    position: absolute;
    top: -150px;
    right: 258px;
}

.layui-tab-title li:nth-child(3) {
    position: absolute;
    top: -150px;
    right: 85px;
}


/* .layui-tab-title li::before {
    content: '';
    width: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 40px solid #F6F2A8;
    position: absolute;
    top: -40px;
    left: 0;
}

.layui-tab-title li::after {
    content: '';
    width: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #F6F2A8;
    position: absolute;
    left: 0;
    top: 108px;
} */

.layui-tab-title li.layui-this {
    /* background-color: #1A8C00; */
    background-image: url('../images/subject/tabs/01-1.png');
    background-position: center;
    color: #fff;
}


/* .layui-tab-title li.layui-this::before {
    content: '';
    width: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 40px solid #1A8C00;
    position: absolute;
    top: -40px;
    left: 0;
}

.layui-tab-title li.layui-this::after {
    content: '';
    width: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #1A8C00;
    position: absolute;
    left: 0;
    top: 108px;
} */

.layui-tab-title li p {
    width: 60px;
    height: 108px;
    margin: 0 auto;
    word-break: break-all;
    white-space: normal;
}

.layui-tab-title li.layui-this p {
    color: #fff;
}


/*tab 切换的内容部分的样式  */

.layui-tab-content {
    padding: 10px 0;
    border-top: 1px solid #1A8C00;
    margin-top: 20px;
}

.layui-tab-item {
    /*设置最小高度  保证每个容器一致性  */
    min-height: 540px;
}


/*列表前的小圆点  */

.circle {
    background-color: transparent;
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin: 6px 0px;
}

.circle span {
    /* background-color: #09769E; */
    background-color: #000;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.circle span:nth-child(1) {
    width: 5px;
    height: 5px;
    left: 6px;
    top: 4px;
}

.circle span:nth-child(2) {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 12px;
}

.circle span:nth-child(3) {
    width: 3px;
    height: 3px;
    bottom: 2px;
    left: 7px;
}

.list {
    margin-top: 20px;
    min-height: 500px;
}


/*列表样式  */

.list li {
    line-height: 32px;
    margin-bottom: 10px;
}


/*鼠标悬浮的效果  */

.list li:hover a {
    color: #1C9800;
}

.list li:hover span {
    color: #1C9800;
}

.list li:hover .circle>span {
    background-color: #1A8C00;
}


/*  */

.list a {
    font: 400 16px/32px 'Microsoft YaHei';
    display: block;
    width: 70%;
    padding-right: 28%;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list a>span {
    position: absolute;
    right: 0;
}


/*分页  */

#tab1,
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7,
#tab8,
#tab9,
#tab0 {
    text-align: center;
    margin: 0 auto;
}


/*分页样式覆盖  */

.layui-laypage a,
.layui-laypage span {
    border: 1px solid transparent;
    margin: 0 5px 5px 0;
    background-color: #27D200;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1C9800;
}

.layui-laypage .layui-laypage-spr {
    color: #fff;
}


/*底部的样式  */

.footerBox {
    background-color: rgb( 26, 140, 0);
    position: relative;
}

.footer {
    background-color: rgb( 26, 140, 0);
}