@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.idx-banner {
    font-size: 0;
}

.ws-container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.ws-nav {
    width: 100%;
    height: 58px;
    background: #175e59;
}

.ws-nav ul {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.ws-nav li {
    display: inline-flex;
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    font-size: 18px;
}

.ws-nav li:hover {
    background: #96252b;
}

.active {
    background: #96252b !important;
}

.ws-nav li a {
    color: #fff;
}

.idx-banner img {
    width: 100%;
}

.idx-banner .inx-swiper {
    width: 100%;
    overflow: hidden;
}

.idx-slide {
    width: 578px;
}

.idx-slide img {
    width: 796px;
    height: 360px;
}

.banner-item .inx-swiper {
    width: 796px;
    height: 360px;
    overflow: hidden;
}

.idx-topic {
    width: 400px;
    height: 360px;
    background: #f8f8f8;
}

.idx-topic {
    font-size: 32px;
}

.idx-topic ul {
    margin-left: 40px;
    margin-right: 20px;
}

.idx-topic li {
    padding: 40px 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.idx-topic li:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -16px;
}

.ico1:after {
    background-image: url("../img/ico1.png");
}

.ico2:after {
    background-image: url("../img/ico2.png");
}

.ico3:after {
    background-image: url("../img/ico3.png");
}

.idx-topic li:hover.ico1:after {
    background-image: url("../img/ico1_hover.png");
}

.idx-topic li:hover.ico2:after {
    background-image: url("../img/ico2_hover.png");
}

.idx-topic li:hover.ico3:after {
    background-image: url("../img/ico3_hover.png");
}

.idx-topic li:last-child {
    border-bottom: none;
}

.idx-topic li a {
    margin-left: 90px;
}

.idx-box h5 {
    font-size: 26px;
    position: relative;
    font-weight: normal;
    padding: 10px 0;
    margin: 25px 0;
}

.idx-box h5:after {
    content: '';
    display: block;
    width: 104px;
    height: 6px;
    background: #96252b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.idx-box h5 a {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #333;
}

.idx-box h6 {
    font-size: 26px;
    position: relative;
    font-weight: normal;
    padding: 10px 0 10px 20px;
    margin: 25px 0;
}

.idx-box h6:after {
    content: '';
    display: block;
    width: 4px;
    height: 30px;
    background: #96252b;
    position: absolute;
    left: 0;
    top: 15px;
}

.idx-box h6 a {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #333;
}

.grid-box-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.grid-box-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.grid-box-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.img-item {
    width: 264px;
}

.img-item img {
    width: 264px;
    height: 152px;
}

.img-item h4 {
    text-align: center;
    font-weight: normal;
}

.idx-news-img {
    margin-bottom: 40px;
}

.idx-news-img-item {
    width: 262px;
    height: 160px;
    position: relative;
}

.idx-news-img-item span {
    font-size: 0;
}

.idx-news-img-item h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 262px;
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.idx-news-img-item h4 a {
    color: #fff;
}

.idx-news-img-item img {
    width: 262px;
    height: 160px;
}

.cg-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border: 1px solid #96252b;
}

.cg-container .swiper-pagination-bullet-active {
    border-radius: 10px;
    background: #96252b;
}

.idx-news-img {
    width: 550px;
}

.idx-news-list {
    width: 600px;
}

.idx-news-list li {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    position: relative;
}

.idx-news-list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #626262;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.blank {
    clear: both;
    height: 30px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 45px;
    border-radius: 10px;
    background: #009944;
}

.news-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #e5e5e5;
    opacity: 1;
}

.news-banner .swiper-pagination-bullet-active {
    background: #009944;
}

.news-banner .swiper-pagination {
    text-align: left;
}

.swiper-button-next, .swiper-button-prev {
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background-size: 26px 26px !important;
    margin-top: -92px;
}

.company-news {
    width: 788px;
}

.notice {
    width: 380px;
}

.column-title {
    background: url("../img/line.gif") repeat-x center;
    margin: 30px 0 20px 0;
}

.column-title i {
    display: block;
    width: 115px;
    background: #fff;
    font-style: normal;
    color: #009944;
    font-size: 24px;
}

.news-banner {
    width: 382px;
    padding: 20px 0 0 0;
}

.news-banner-item {
    width: 382px;
}

.news-banner-item h4 {
    font-size: 18px;
    padding: 15px 0 10px 0;
    font-weight: normal;
}

.news-banner-item p {
    line-height: 200%;
    padding: 0 0 50px 0;
    font-size: 16px;
}

.news-banner-item img {
    width: 382px;
    height: 230px;
}

.company-news-box {
    width: 380px;
}

.news-list li {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li span {
    position: absolute;
    right: 0;
    color: #aaa;
}

.topic {
    position: relative;
    margin: 30px 0 0 0;
}

.topic span {
    display: block;
    width: 45px;
    height: 90px;
    background: #898989;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.topic ul {
    float: right;
    font-size: 0;
}

.topic li {
    display: inline;
    margin-left: 5px;
}

.topic li img {
    width: 380px;
    height: 90px;
}

.mid-banner {
    width: 100%;
    height: 270px;
    background: url("../img/sub-banner.jpg") no-repeat center center;
    text-align: center;
    margin: 38px 0 0 0;
}

.mid-banner li {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    text-shadow: 5px 2px 5px rgb(0 0 0 / 80%);
    display: inline-table;
    padding: 0 100px;
    height: 270px;
    line-height: 270px;
}

.column-title2 {
    margin-top: 28px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #009944;
    position: relative;
    font-size: 26px;
    color: #009944;
    font-weight: normal;
}

.column-title2 i {
    position: relative;
    font-style: normal;
}

.column-title2 i:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #009944;
    position: absolute;
    bottom: -13px;
    left: 0;
}

.news-item {
    width: 382px;
}

.news-rotation {
    width: 380px;
    margin: 0 28px;
}

.news-rotation-item {
    position: relative;
    background: #eee;
}

.news-rotation-item h4 {
    display: block;
    width: 380px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #009944;
    font-weight: normal;
    color: #fff;
    position: absolute;
    left: 0;
    top: 216px;
}

.news-rotation-item h4 a {
    color: #fff;
}

.news-rotation-item img {
    width: 380px;
    height: 252px;
}

.news-rotation-item p {
    padding: 10px 20px;
    line-height: 180%;
}

.first-news h4 {
    font-weight: normal;
    font-size: 16px;
    padding: 15px 0;
}

.first-news p {
    font-size: 14px;
    line-height: 200%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.rotation-banner {
    margin: 18px 0 0 0;
}

footer {
    background: #3e3e3e;
    color: #fff;
}

footer a {
    color: #fff;
}

.footer-left {
    width: 590px;
}

.ws-footer {
    width: 1200px;
    margin: 0 auto;
}

.footer-left-item {
    border-right: 1px solid #fff;
    padding: 0 30px;
    margin-bottom: 20px;
}

.footer-left-item:first-child {
    padding-left: 0;
}

.footer-left-item h4 {
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 10px;
}

.footer-left-item li {
    padding: 2px 0;
}

.footer-left-item li a {
    font-size: 14px;
}

.footer-left-item li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-mid {
    padding: 0 0 0 60px;
}

.footer-mid h5 {
    padding-bottom: 15px;
    font-size: 16px;
}

.footer-mid li {
    padding: 3px 0;
}

.footer-mid li img {
    margin-right: 5px;
}

.footer-txt {
    text-align: center;
    padding: 30px 0;
}

.copyright {
    background: #2e2e2e;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
}

.sub-banner {
    width: 100%;
    font-size: 0;
    position: relative;
}

.sub-banner img {
    width: 100%;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.sort {
    font-size: 0;
    border-bottom: 1px solid #039a43;
    margin-bottom: 70px;
}

.sort li {
    display: inline-grid;
    font-size: 26px;
    margin-right: 64px;
    position: relative;
}

.sort li:after {
    content: '';
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: -32px;
    background: #dcdcdc;
}

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

.sort li a {
    color: #3c3c3c;
    display: block;
    height: 66px;
    line-height: 66px;
}

.sort li a:hover {
    color: #039a43;
}

.current a {
    border-bottom: 4px solid #039a43;
    color: #039a43 !important;
}

.content {
    line-height: 180%;
    font-size: 16px;
    padding: 30px 0;
}

.content p {
    padding: 10px 0;
}

.news-main {
    float: left;
    width: 745px;
}

.news-items {
    padding: 18px;
}

.news-items:hover {
    box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
}

.news-items:hover .news-txt span {
    color: #009944;
}

.news-img {
    float: left;
    width: 215px;
    overflow: hidden;
}

.news-img img {
    width: 215px;
}

.news-txt {
    float: right;
    width: 460px;
}

.news-txt2 {
    float: right;
    width: 720px;
    position: relative;
    padding-right: 200px;
}

.news-txt2 span {
    position: absolute;
    right: 0;
    top: 20px;
    color: #a0a0a0;
}

.news-txt2 em {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #a0a0a0;
    margin: 0 auto;
    font-style: normal;
}

.news-txt2 i {
    font-style: normal;
}

.news-txt h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 180%;
    padding-bottom: 40px;
}

.news-txt2 h4 {
    padding-bottom: 10px;
}

.news-txt2 p {
    line-height: 180%;
    color: #6a6a6a;
    font-size: 18px;
}

.news-txt h4 a:hover {
    text-decoration: underline;
    color: #009944;
}

.news-txt h5 {
    font-weight: normal;
    font-size: 16px;
    color: #a6a6a6;
}

.news-side {
    float: right;
    width: 415px;
}

.news-side h4, .news-side-h4 {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #00a0e9;
    font-size: 20px;
    color: #00a0e9;
    position: relative;
}

.news-side h4 b, .news-side-h4 b {
    position: relative;
    font-weight: normal;
}

.news-side h4 b:before, .news-side-h4 b:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #00a0e9;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.news-side h4 span, .news-side-h4 span {
    position: absolute;
    right: 0;
    top: 0;
}

.news-side h4 span a, .news-side-h4 span a {
    color: #a6a6a6;
    font-weight: normal;
    font-size: 16px;
}

.news-side h4 span a:hover, .news-side-h4 span a:hover {
    text-decoration: underline;
}

.news-side-img {
    float: left;
    width: 106px;
    overflow: hidden;
}

.news-side-img img {
    width: 106px;
}

.news-side-txt {
    float: right;
    width: 256px;
    padding: 10px 0;
    line-height: 180%;
}

.news-side-txt p a:hover {
    text-decoration: underline;
    color: #00a0e9;
}

.news-side-box {
    padding: 12px;
    border: 1px solid #eee;
}

.news-side-box {
    margin-top: 18px;
}

.news-side-item {
    margin-bottom: 10px;
}

.side-video {
    margin: 0 0 0 0;
}

.side-video h5 {
    color: #0068b7;
    font-size: 16px;
    padding: 20px 0;
    font-weight: normal;
    line-height: 180%;
}

.side-video h5 a:hover {
    text-decoration: underline;
    color: #00a0e9;
}

.side-video h6 {
    font-weight: normal;
    color: #969696;
    position: relative;
}

.side-video h6 span {
    position: absolute;
    right: 0;
    top: 0;
}

.side-video video {
    margin: 0 0 0 0;
}

.news-title {
    font-size: 24px;
    color: #3c3c3c;
    line-height: 150%;
    padding: 40px 0 40px 0;
}

.news-date {
    color: #a6a6a6;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 20px 0;
}

.position {
    background: #eeeeee;
    height: 50px;
    line-height: 50px;
}

.position-box {
    width: 1200px;
    margin: 0 auto;
    color: #8f8f8f;
}

.position-box a {
    color: #8f8f8f;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.prev-next {
    padding: 65px 0 30px 0;
    border-top: 1px solid #eee;
}

.news-prev, .news-next {
    position: relative;
    height: 125px;
    width: 50%;
}

.news-prev span, .news-next span {
    display: block;
    width: 125px;
    height: 125px;
    line-height: 125px;
    text-align: center;
    background: #eee;
    position: absolute;
    left: 0;
    top: 0;
}

.prev-next-title {
    margin: 0 24px 30px 154px;
    font-size: 20px;
    line-height: 180%;
}

.prev-next-title a {
    color: #3c3c3c;
}

.prev-next-title a:hover {
    text-decoration: underline;
}

.prev-next h4 {
    margin: 0 24px 0 154px;
    font-size: 16px;
    color: #a6a6a6;
    position: relative;
    font-weight: normal;
}

.prev-next h4 i {
    display: block;
    width: 90px;
    height: 18px;
    overflow: hidden;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 0;
}

.pagination {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 50px 0;
}

.pagination li {
    display: inline-grid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 0 5px;
}

.disabled {
    background: #eee;
}

.active {
    background: #00a0e9;
    color: #fff;
}

.fix {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.industry-item {
    box-shadow: 0 0 10px rgba(44, 44, 44, 0.4);
    margin-top: 55px;
}

.industry-item:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.industry-item:hover h4 a, .industry-item:hover h5, .industry-item:hover p {

}

.industry-item-img {
    font-size: 0;
}

.industry-item-img {
    float: left;
    width: 380px;
    height: 254px;
    position: relative;
}

.industry-item-img:after {
    display: block;
    content: '';
    width: 380px;
    height: 15px;
    background: #094;
    position: absolute;
    left: 0;
    top: -15px;
}

.industry-item-img img {
    width: 380px;
    height: 254px;
}

.industry-item-txt {
    float: right;
    width: 820px;
    margin: 0 0 0 0;
    height: 239px;
    border-bottom: 15px solid #009944;
}

.industry-item-txt h4 {
    font-size: 26px;
    font-weight: normal;
    padding: 30px 30px 0 30px;
}

.industry-item-txt h5 {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: normal;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.industry-item-txt p {
    font-size: 18px;
    color: #6a6a6a;
    line-height: 200%;
    padding: 23px 30px 34px 30px;
}

.industry-item-txt h6 {
    font-size: 0;
    font-weight: normal;
}

.industry-item-txt h6 a {
    display: inline-grid;
    padding: 0 9px;
    background: #eee;
    height: 25px;
    line-height: 25px;
    color: #3c3c3c;
    font-size: 14px;
    margin-right: 5px;
}

.industry-item-txt h6 a:hover {
    text-decoration: underline;
}

.programe-list {
    width: 380px;
    height: 430px;
    display: inline-table;
    margin: 20px 8px;
    background: #eee;
}

.programe-list-img {
    position: relative;
}

.programe-list-img h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 340px;
    height: 36px;
    line-height: 36px;
    background: #009944;
    color: #fff;
    font-weight: normal;
    padding: 0 20px;
}

.programe-list-img img {
    width: 380px;
    height: 254px;
}

.programe-list-txt p {
    margin: 20px 20px 15px 20px;
    line-height: 25px;
    color: #3c3c3c;
    font-size: 14px;
}

.img2-item {
    background-color: #F3F4F8;
    border: 1px #D4D4D4 solid;
}

.img2-item h4 {
    margin: 17px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.img2-item p {
    margin: 0 17px 20px 17px;
    line-height: 27px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #78797B;
    font-size: 14px;
}

.comm-fix {
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 999;
}

.comm-fix .txt {
    width: 40px;
    height: 40px;
    background-color: #97262C;
    border-radius: 5px 0 0 5px;
    margin-top: 3px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comm-fix #fix-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 10px;
    font-size: 12px;
}
.comm-fix #fix-top:before {
    content: '';
    border: 5px #fff solid;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(-135deg);
}

.comm-fix .txt img {
    width: 28px;
    height: 28px;
}

.comm-fix .txt .con {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 99;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(151, 38, 44,0.5);
}

.comm-fix .txt .con img{
    width: 90%;
    height: 90%;
    margin: 5%;
}

.comm-fix .txt:hover {
    .con {
        width: 150px;
        height: 150px;
        transition: all 0.3s;
    }

}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}


