@import url(public.css);
@import url(iconfont.css);

.main .left {
    width: 240px;
    float: left;
}

.main .left .l_nav {
    width: 100%;
    float: left;
    background: #009946;
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
}

.main .left .l_nav .small_title {
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.main .left .l_nav ul {
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.main .left .l_nav ul li {
    float: left;
    width: 100%;
}

.main .left .l_nav ul li a {
    border-bottom: 1px dotted #ccc;
    display: block;
    position: relative;
    line-height: 35px;
    padding: 0 10px;
}

.main .left .l_nav ul li a:before {
    content: "\e60d";
    font-family: 'icon';
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    top: 7px;
}

.main .left .l_nav ul li:hover a {
    background: #f0f0f0;
}

.main .left .l_nav ul li:hover a:before {
    content: "\e60d";
    font-family: 'icon';
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    top: 7px;
}

.main .left .l_nav ul .on a {
    background: #f0f0f0;
}

.main .left .l_nav ul .on a:before {
    content: "\e60d";
    font-family: 'icon';
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    top: 7px;
}

.main .left .l_news {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.main .left .l_news .small_title {
    background: #009946;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.main .left .l_news ul {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.main .left .l_news ul li {
    width: 100%;
    float: left;
    padding-left: 15px;
    background: url(../images/newsicon.png) left 9px no-repeat;
    margin: 3px 0;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .left .l_news ul li a {
    font-size: 14px;
}

.main .left .l_news ul li a:hover {
    color: #009946;
}

.main .left .l_tel {
    float: left;
    margin-top: 20px;
    background: #009946;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}

.main .left .l_tel i {
    float: left;
    font-size: 43px;
    line-height: 40px;
}

.main .left .l_tel .text {
    float: left;
    font-size: 14px;
    margin-left: 5px;
}

.main .left .l_tel .text strong {
    font-size: 23px;
    line-height: 23px;
}

.news_index {
    width: 100%;
    float: left;
}

.news_index .box {
    width: 100%;
    float: left;
    padding: 60px 0 60px 0;
}

.news_index .box .box_title {
    width: 100%;
    float: left;
    text-align: center;
    color: #515151;
}

.news_index .box .box_title .en {
    font-size: 28px;
    font-weight: bold;
    color: #999;
}

.news_index .box .box_title .cn {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
}

.news_index .box .box_title .cn .br_01 {
    float: left;
    position: relative;
    width: 200px;
    height: 1px;
    background: #ccc;
    margin-top: 23px;
}

.news_index .box .box_title .cn .br_01:before {
    height: 3px;
    width: 30px;
    background: #009946;
    right: 0px;
    content: "";
    top: -1px;
    position: absolute;
}

.news_index .box .box_title .cn .br_02 {
    float: left;
    position: relative;
    width: 200px;
    height: 1px;
    background: #ccc;
    margin-top: 23px;
}

.news_index .box .box_title .cn .br_02:before {
    height: 3px;
    width: 30px;
    background: #009946;
    left: 0px;
    content: "";
    top: -1px;
    position: absolute;
}

.news_index .box .box_title .cn em {
    float: left;
    margin: 0 10px;
}

.news_index .box .left {
    width: 70%;
    float: left;
    margin-top: 40px;
}

.news_index .box .left .small_title {
    width: 100%;
    float: left;
}

.news_index .box .left .small_title ul {
    border: 2px solid #009946;
    width: 100%;
    float: left;
}

.news_index .box .left .small_title ul li {
    width: 50%;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.news_index .box .left .small_title ul .on {
    text-align: center;
    background: #009946;
    color: #fff;
}

.news_index .box .left .tabdata {
    width: 100%;
    float: left;
}

.news_index .box .left .tabdata .item {
    width: 100%;
    float: left;
    display: none;
}

.news_index .box .left .tabdata .item .top_news {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.news_index .box .left .tabdata .item .top_news .img {
    width: 30%;
    float: left;
}

.news_index .box .left .tabdata .item .top_news .img img {
    width: 100%;
}

.news_index .box .left .tabdata .item .top_news .text {
    padding-left: 30px;
    float: right;
    width: 70%;
    padding-left: 20px;
}

.news_index .box .left .tabdata .item .top_news .text h4 {
    font-size: 18px;
}

.news_index .box .left .tabdata .item .top_news .text p {
    margin-top: 10px;
    color: #666;
    line-height: 1.8;
}

.news_index .box .left .tabdata .item .top_news .more {
    margin-top: 10px;
    float: left;
    line-height: 30px;
    background: #009946;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

.news_index .box .left .tabdata .item .list {
    float: left;
    width: 100%;
}

.news_index .box .left .tabdata .item .list ul {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.news_index .box .left .tabdata .item .list ul li:nth-child(even) {
    float: right;
}

.news_index .box .left .tabdata .item .list ul li {
    width: 48%;
    float: left;
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
    padding-left: 20px;
    background: url(../images/newsicon.png) left 12px no-repeat;
}

.news_index .box .left .tabdata .item .list ul li a {
    width: 260px;
    overflow: hidden;
    float: left;
    display: block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_index .box .left .tabdata .item .list ul li a:hover {
    color: #009946;
}

.news_index .box .left .tabdata .item .list ul li em {
    float: right;
}

.news_index .box .left .tabdata .item_on {
    display: block;
}

.news_index .box .right {
    width: 30%;
    padding-left: 20px;
    float: left;
    margin-top: 40px;
}

.news_index .box .right .small_title {
    background: #009946;
    width: 100%;
    float: left;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
}

.news_index .box .right .rool {
    width: 100%;
    height: 320px;
    margin: 0 auto;
    font-size: 12px;
    overflow: hidden;
    float: left;
}

.news_index .box .right .rool li {
    padding: 15px 0;
    height: 130px;
    border-bottom: 1px dotted #ccc;
}
.news_index .box .right .rool li .time{
	margin-top: 10px;
	float: left;
	width: 100%;
	padding-left: 30px;
}

.news_index .box .right .rool li .t {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
}

.news_index .box .right .rool li .t .Q {
    width: 22px;
    height: 22px;
    background: #666;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    left: 0px;
}

.news_index .box .right .rool li .t h3 {
    font-size: 14px;
}
.news_index .box .right .rool li .t h3 a{
    width: 100%;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_index .box .right .rool li .d {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
}

.news_index .box .right .rool li .d .A {
    width: 22px;
    height: 22px;
    background: #009946;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    left: 0px;
}

.news_index .box .right .rool li .d p {
    height: 40px;
    overflow: hidden;
    color: #666;
    line-height: 1.8;
}

.page_index {
    background: #f0f0f0;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.page_index .box {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.page_index .box .position {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 18px;
}

.page_index .box .position .fl i {
    color: #009946;
}

.page_index .box .dataContent {
    float: left;
    width: 100%;
}

.page_index .box .dataContent li {
    float: left;
    width: 100%;
    background: #f0f0f0;
    border: #f0f0f0 1px solid;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_index .box .dataContent li:hover {
    border: 1px solid #009946;
}

.page_index .box .dataContent li:hover .content .title h3 a {
    color: #009946;
}

.page_index .box .dataContent li .img {
    width: 200px;
    float: left;
}

.page_index .box .dataContent li .img img {
    width: 100%;
}

.page_index .box .dataContent li .content {
    float: right;
    width: 900px;
}

.page_index .box .dataContent li .content .title {
    width: 100%;
    float: left;
}

.page_index .box .dataContent li .content .title h3 {
    float: left;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_index .box .dataContent li .content .title h3 a {
    color: #009946;
}

.page_index .box .dataContent li .content .title em {
    float: right;
}

.page_index .box .dataContent li .content p {
    line-height: 1.8;
    margin-top: 10px;
    color: #666;
    float: left;
}

.page_index .box .news_list {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.page_index .box .news_list li {
    width: 48%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.page_index .box .news_list li a {
    width: 270px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    background: url(../images/newsicon.png) left 7px no-repeat;
}

.page_index .box .news_list li a:hover {
    color: #009946;
}

.page_index .box .news_list li em {
    float: right;
    color: #999;
}

.page_index .box .news_list li:nth-child(even) {
    float: right;
}

.page_list {
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #f0f0f0;
}

.page_list .right {
    width: 920px;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.page_list .right .position {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 18px;
}

.page_list .right .position .fl i {
    color: #009946;
}

.page_list .right .top_news {
    float: left;
    width: 100%;
    background: #f0f0f0;
    border: #f0f0f0 1px solid;
    padding: 20px;
    margin-top: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.page_list .right .top_news:hover {
    border: 1px solid #009946;
}

.page_list .right .top_news:hover .content .title h3 a {
    color: #009946;
}

.page_list .right .top_news .img {
    width: 200px;
    float: left;
    flex-shrink: 0;
}

.page_list .right .top_news .img img {
    width: 100%;
}

.page_list .right .top_news .content {
    float: right;
    width: 600px;
}

.page_list .right .top_news .content .title {
    width: 100%;
    float: left;
}

.page_list .right .top_news .content .title h3 {
    float: left;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_list .right .top_news .content .title h3 a {
    color: #009946;
}

.page_list .right .top_news .content .title em {
    float: right;
}

.page_list .right .top_news .content p {
    line-height: 1.8;
    margin-top: 10px;
    color: #666;
    float: left;
}

.page_list .right .list_news {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.page_list .right .list_news .small_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 18px;
}

.page_list .right .list_news ul li {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.page_list .right .list_news ul li a {
    width: 270px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 15px;
    background: url(../images/newsicon.png) left 7px no-repeat;
}

.page_list .right .list_news ul li a:hover {
    color: #009946;
}

.page_list .right .list_news ul li em {
    float: right;
    color: #999;
}

.page_desc {
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #f0f0f0;
}

.page_desc .right {
    width: 920px;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.page_desc .right .position {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 18px;
}

.page_desc .right .position .fl i {
    color: #009946;
}

.page_desc .right .dataContent h1 {
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 30px;
}

.page_desc .right .dataContent .info {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.page_desc .right .dataContent .info span {
    display: inline-block;
}

.page_desc .right .dataContent .data {
    float: left;
    width: 100%;
    line-height: 1.8;
    margin-top: 20px;
    color: #000;
}

.page_desc .right .dataContent .tag {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.page_desc .right .dataContent .tag em {
    float: left;
    font-size: 13px;
}

.page_desc .right .dataContent .tag ul {
    float: left;
    font-size: 13px;
}

.page_desc .right .dataContent .tag ul li {
    float: left;
    margin-left: 10px;
    color: #999;
}

.page_desc .right .dataContent .up_down {
    margin-top: 20px;
    float: left;
    width: 100%;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    padding: 10px 0;
}

.page_desc .right .dataContent .up_down .up {
    float: left;
}

.page_desc .right .dataContent .up_down .up a:hover {
    color: #009946;
}

.page_desc .right .dataContent .up_down .down {
    float: right;
}

.page_desc .right .p_list {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.page_desc .right .p_list .samll_title {
    font-size: 18px;
    color: #009946;
    border-bottom: #009946 1px solid;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.page_desc .right .p_list ul {
    float: left;
    width: 105%;
    margin-top: 20px;
}

.page_desc .right .p_list ul li {
    float: left;
    width: 209px;
    margin-right: 15px;
	height: 280px;
}

.page_desc .right .p_list ul li img {
    width: 100%;
    border: 1px solid #333;
}

.page_desc .right .p_list ul li .title {
    margin-top: 10px;
    text-align: center;
}

.page_desc .right .p_list ul li:hover img {
    border: 1px solid #009946;
}

.page_desc .right .p_list ul li:hover .title {
    color: #009946;
}

.page_list_case {
    padding: 30px 0;
    float: left;
    width: 100%;
    background: #f0f0f0;
}

.page_list_case .right {
    width: 920px;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.page_list_case .right .position {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 18px;
}

.page_list_case .right .position .fl i {
    color: #009946;
}

.page_list_case .right .dataContent ul li {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px dotted #ccc;
}

.page_list_case .right .dataContent ul li .img {
    width: 200px;
    float: left;
}

.page_list_case .right .dataContent ul li .img img {
    width: 100%;
    border: 1px solid #f0f0f0;
}

.page_list_case .right .dataContent ul li .text {
    float: right;
    width: 610px;
}

.page_list_case .right .dataContent ul li .text h3 a {
    color: #009946;
}

.page_list_case .right .dataContent ul li .text .desc {
    line-height: 1.8;
    color: #666;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
}

.page_list_case .right .dataContent ul li .text .more {
    margin-top: 10px;
    float: left;
}

.page_list_case .right .dataContent ul li:hover {
    background: #f0f0f0;
}

.page_list_case .right .dataContent ul li:hover .more {
    color: #009946;
}

.page_list_case .right .p_list {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.page_list_case .right .p_list .samll_title {
    font-size: 18px;
    color: #009946;
    border-bottom: #009946 1px solid;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.page_list_case .right .p_list ul {
    float: left;
    width: 105%;
    margin-top: 20px;
}

.page_list_case .right .p_list ul li {
    float: left;
    width: 209px;
    margin-right: 15px;
}

.page_list_case .right .p_list ul li img {
    width: 100%;
    border: 1px solid #333;
}

.page_list_case .right .p_list ul li .title {
    margin-top: 10px;
    text-align: center;
}

.page_list_case .right .p_list ul li:hover img {
    border: 1px solid #009946;
}

.page_list_case .right .p_list ul li:hover .title {
    color: #009946;
}

@media screen and (max-width: 769px) {
    .main .left {
        display: none;
    }

    .page_list_case {
        padding: 0px;
    }

    .page_list_case .right {
        width: 100%;
        border-radius: 0px;
    }

    .page_list_case .right .position {
        font-size: 14px;
    }

    .page_list_case .right .dataContent ul li {
        padding: 10px 0px;
    }

    .page_list_case .right .dataContent ul li .img {
        width: 100%;
    }

    .page_list_case .right .dataContent ul li .img img {
        width: 100%;
    }

    .page_list_case .right .dataContent ul li .text {
        width: 100%;
        margin-top: 20px;
    }

    .page_list_case .right .p_list ul {
        width: 100%;
    }

    .page_list_case .right .p_list ul li {
        width: 48%;
        margin: 0;
        margin-bottom: 15px;
    }

    .page_list_case .right .p_list ul li:nth-child(even) {
        float: right;
    }

    .news_index .box {
        padding: 20px 0;
    }

    .news_index .box .box_title {
        height: auto;
        background: none;
        color: #515151;
    }

    .news_index .box .box_title .cn em {
        font-size: 18px;
        float: left;
        margin: 10px 10px;
    }

    .news_index .box .box_title .cn .br_01 {
        width: 50px;
    }

    .news_index .box .box_title .cn .br_02 {
        width: 50px;
    }

    .news_index .box .box_title .en {
        font-size: 16px;
    }

    .news_index .box .left {
        width: 100%;
        padding: 0 10px;
        display: block;
        margin-top: 20px;
    }

    .news_index .box .left .tabdata .item .top_news .img {
        width: 100%;
    }

    .news_index .box .left .tabdata .item .top_news .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
    }

    .news_index .box .left .tabdata .item .list ul li {
        width: 100%;
    }

    .news_index .box .left .tabdata .item .list ul li a {
        width: 70%;
    }

    .news_index .box .right {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

    .news_index .box .right .rool {
        margin-top: 10px;
    }

    .page_index {
        padding: 10px 0;
    }

    .page_index .box .position {
        font-size: 14px;
    }

    .page_index .box .dataContent ul {
        width: 100%;
        float: left;
    }

    .page_index .box .dataContent li {
        background: none;
        padding: 0px;
        border: 0px;
        border-bottom: 1px dotted #ccc;
        padding: 10px 0;
    }

    .page_index .box .dataContent li .img {
        width: 100px;
        flex-shrink: 0;
    }

    .page_index .box .dataContent li .content {
        width: 100%;
    }

    .page_index .box .dataContent li .content .title h3 {
        width: 100%;
        font-size: 15px;
        white-space: normal;
        height: 20px;
    }

    .page_index .box .dataContent li .content .title em {
        float: left;
        font-size: 12px;
        color: #666;
        margin-top: 10px;
    }

    .page_index .box .dataContent li .content p {
        height: 40px;
        font-size: 12px;
        overflow: hidden;
    }

    .page_index .box .news_list li {
        width: 100%;
        display: flex;
    }

    .page_index .box .news_list li em {
        flex-shrink: 0;
    }

    .page_list {
        padding: 0px;
    }

    .page_list .right {
        border-radius: 0px;
        width: 100%;
    }

    .page_list .right .position {
        font-size: 14px;
    }

    .page_list .right .top_news {
        padding: 10px;
        display: block;
    }

    .page_list .right .top_news .img {
        width: 100%;
    }

    .page_list .right .top_news .content {
        width: 100%;
        margin-top: 10px;
    }

    .page_list .right .top_news .content .title em {
        float: left;
        margin-top: 10px;
        color: #666;
    }

    .page_list .right .top_news .content p {
        font-size: 13px;
    }

    .page_list .right .list_news li {
        display: flex;
    }

    .page_list .right .list_news li em {
        flex-shrink: 0;
    }

    .page_desc {
        padding: 0px;
    }

    .page_desc .right {
        border-radius: 0px;
        width: 100%;
    }

    .page_desc .right .position {
        font-size: 14px;
    }

    .page_desc .right .dataContent h1 {
        font-size: 18px;
    }

    .page_desc .right .p_list ul {
        width: 100%;
    }

    .page_desc .right .p_list ul li {
        width: 48%;
        margin: 0;
        margin-bottom: 15px;
    }

    .page_desc .right .p_list ul li:nth-child(even) {
        float: right;
    }
}

/*# sourceMappingURL=index.css.map */