.mar-t-20 {
    margin-top: 20px
}

.nav_ban_news > div {
    float: left
}

.nav_ban_news .nav_ban_news_nav {
    width: 22%;
    color: #333;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8
}

.nav_ban_news_nav .price-box {
    padding-bottom: 10px;
    background-color: #fff;
    min-height: 350px
}

.price-box-title {
    display: flex;
    color: #3c9100;
    line-height: 150%;
    margin: 0 20px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #3c9100;
    margin-bottom: 20px;
    justify-content: space-between
}

.price-box-title p {
    flex: none;
    font-size: 17px;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.price-box-title span {
    flex: auto;
    text-align: right;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.price-box-title a {
    flex: none;
    text-align: right;
    color: #555;
    font-size: 14px
}

.price-box ul {
    margin: 0 3px;
    margin-top: 7px;
    min-height: 185px
}

.price-box ul li {
    padding: 0 17px;
    height: 37px;
    line-height: 37px;
    display: flex;
    color: #333
}

.price-box ul li span:first-child {
    flex: auto;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    width: 40%;
    display: inline-block;
    font-size: 12px;
}

.price-box ul li span:nth-child(2) {
    flex: none;
    line-height: 30px;
    color: #82b46b;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
    width: 20%;
    display: inline-block;
    text-align: center;
    font-size: 12px;

}

.price-box ul li span:last-child {
    flex: auto;
    text-align: right;
    width: 40%;
    display: inline-block;
    font-size: 12px;
}


.price-box ul li:nth-child(odd) {
    background-color: #fff
}

.price-box ul li:nth-child(even) {
    background-color: #ebf4e5
}

.nav_ban_news_ban .nav_ban_news_ban_adv_box a {
    float: left;
    width: 22%;
    margin-left: 4%;
    height: 80px;
    border: 1px solid #d0d0d0;
    cursor: pointer
}

.nav_ban_news_ban .nav_ban_news_ban_adv_box a:first-child {
    margin-left: 0
}

.nav_ban_news_ban .nav_ban_news_ban_adv_box a:hover {
    border: 0;
    box-shadow: 0 0 7px 1px #9d9b9b
}

.nav_ban_news .nav_ban_news_ban {
    width: 48%;
    float: left;
    margin: 0 1.5%
}

.slider {
    margin: 0 auto;
    width: 100%;
    height: 350px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden
}

.conbox {
    position: absolute;
    width: 100%
}

.conbox > div {
    width: 100%
}

.conbox img {
    width: 100%;
    height: 350px
}

.switcher {
    position: absolute;
    bottom: 10px;
    right: 10px;
    float: right;
    z-index: 99
}

.switcher a {
    background: #ddd;
    cursor: pointer;
    float: left;
    height: 12px;
    line-height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 4px;
    border: 0
}

.switcher a.cur, .switcher a:hover {
    background: #57adfd;
    color: #fff
}

.nav_ban_news .nav_ban_news_news {
    float: left;
    width: 27%;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.nav_ban_news .nav_ban_news_news > div {
    background-color: #f7fff1
}

.nav_ban_news .nav_ban_news_news > div:nth-child(1) {
    height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 20px
}

.nav_ban_news .nav_ban_news_news > div:nth-child(1) div {
    display: flex;
    justify-content: center;
    align-items: center
}

.nav_ban_news .nav_ban_news_news > div:nth-child(1) div span {
    flex: none;
    font-size: 15px
}

.nav_ban_news .nav_ban_news_news > div:nth-child(1) div input {
    flex: auto;
    height: 30px;
    border: 1px solid #3c9100;
    padding-left: 10px
}

.nav_ban_news .nav_ban_news_news > div:nth-child(1) div button {
    border: 0;
    outline: 0;
    background-color: #03ad00;
    color: #fff;
    font-size: 15px;
    width: 162px;
    border-radius: 15px;
    height: 30px
}

.nav_ban_news .nav_ban_news_news > div:nth-child(2) {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav_ban_news .nav_ban_news_news > div:nth-child(2) img {
    width: 53px;
    height: 53px;
    flex: none
}

.nav_ban_news .nav_ban_news_news > div:nth-child(2) p {
    flex: none;
    text-indent: 15px;
    color: #039200;
    font-size: 17px
}

.chart-info {
    overflow: hidden;
    height: 475px;
    display: flex;
    justify-content: space-between
}

.chart-info > div {
    flex: none;
    height: 100%
}

.chart-info > div:first-child {
    width: 60%;
    background-color: #fff
}

.chart-info > div:last-child {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.chart-info .info-box {
    min-height: 228px
}

.info-box {
    background-color: #fff
}

.info-box ul {
    margin: 0 20px
}

.info-box li {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.info-box li img{
    display: block;
    width: 45px;
    padding: 2px 0;
    margin-right: 15px;
}
.info-box li span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-box {
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.news-box .info-box {
    width: 32%;
    padding-bottom: 5px
}

.news-box .info-box ul {
    margin: 0 20px
}

.news-box .info-box ul li {
    padding-right: 14px;
    justify-content: flex-start;
}

.news-box .info-box1 ul li {
    background-position: 17px center
}

.news-box .info-box2 ul li {
    padding-left: 17px
}

.news-box .info-box1 span:first-child {
    flex: auto;
    padding-right: 28px
}

.news-box ul li:nth-child(odd) {
    background-color: #fff
}

.news-box ul li:nth-child(even) {
    background-color: #ebf4e5
}

.news-box .info-box2 li {
    background: #fff;
    padding-left: 0
}

.news-box .info-box2 li span:first-child {
    width: 20%
}

.assoc-map {
    display: flex;
    justify-content: space-between;
    height: 390px
}

.assoc-map > div {
    background-color: #fff
}

.assoc-map > div:first-child {
    width: 50%;
    flex: none;
    padding: 0 20px 20px
}

.assoc-map > div:first-child .article-box img {
    width: 50%;
    float: left;
    margin-right: 20px
}

.assoc-map > div:first-child .article-box div {
    max-height: 300px
}

.assoc-map > div:first-child .article-box div p:first-child {
    color: #039200;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px
}

.assoc-map > div:last-child {
    width: 49%;
    flex: none;
    padding: 0 20px 20px
}
.company-box .swiper-slide a{
    text-align: center;
    border: 1px solid #dedede;
}
.company-box .swiper-slide img {
    width: auto;
    height: 78px;
    padding: 2px 0;
}

.company-box {
    background-color: #fff;
    padding: 20px
}

.company-box > div {
    position: relative;
    padding: 0 50px
}

.company-box > div .swiper-button-next {
    right: 0
}

.company-box > div .swiper-button-prev {
    left: 0
}

.company-box h4 {
    font-size: 17px;
    color: #3c9100;
    margin-bottom: 20px
}

.data-box ul {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.data-box ul li {
    width: 24%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0;
    text-align: center
}

.data-box ul:nth-child(1) li:nth-child(1) {
    background: url(../../../PublicFile/images/a_1.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul:nth-child(1) li:nth-child(2) {
    background: url(../../../PublicFile/images/a_2.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul:nth-child(1) li:nth-child(3) {
    background: url(../../../PublicFile/images/a_3.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul:nth-child(1) li:nth-child(4) {
    background: url(../../../PublicFile/images/a_4.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul:nth-child(2) li:nth-child(1) {
    background: url(../../../PublicFile/images/a_5.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul:nth-child(2) li:nth-child(2) {
    background: url(../../../PublicFile/images/a_6.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul:nth-child(2) li:nth-child(3) {
    background: url(../../../PublicFile/images/a_7.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul:nth-child(2) li:nth-child(4) {
    background: url(../../../PublicFile/images/a_8.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.data-box ul li h4 {
    font-size: 21px;
    font-weight: 500;
    color: #111
}

.data-box ul li p {
    font-size: 17px;
    color: #555
}

.select-box {
    text-align: right;
    flex: none
}

.select-box select {
    background-color: #09f;
    border: 0;
    color: #fff
}

.qiye span {
     width: 30%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
 }
.qiye span:nth-child(1){width: 20%}
.qiye span:nth-child(2){width: 50%}
.qiye span:nth-child(3){width: 30%}

#sc2 {
    min-height: 56px
}

.price-box > p {
    margin: 12px 20px;
    display: flex;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #333
}

.price-box > p span {
    flex: auto
}

.price-box-title2 {
    display: flex;
    justify-content: space-between;
    background-color: #3c9100;
    height: 24px;
    margin: 0 3px;
    line-height: 24px;
    color: #fff;
    font-size: 12px
}

.price-box-title2 span {
    flex: auto;
    text-align: center
}

.price-box-title2 i {
    flex: none;
    font-style: normal;
    font-size: 14px;
    opacity: .3
}

.jump-box {
    text-align: right;
    padding-right: 3px
}

.jump-box a {
    color: #555
}

.cur-blue:hover {
    color: #1b5bbc
}