.menu {
    display: none;
}

.menu_down {
    display: none;
}

.header_top {
    width: 100%;
    height: 96px;
    padding-top: 16px;
}

.logo {
    float: left;
    margin-top: 7px;
}

.header_ewm {
    float: right;
    width: 166px;
    height: 65px;
    border: 1px solid #cccccc;
}
.iframevideo{
	width:100%;
	height:inherit;
}
.header_ewm .ewm_img {
    width: 63px;
    height: 63px;
    border: 3px solid #ccc;
    float: left;
}

.header_ewm p {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    padding-left: 20px;
    padding-top: 8px;
}

.header_phone {
    float: right;
    margin-left: 30px;
}

.header_phone img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    padding-top: 4px;
}

.header_phone h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #00923f;
}

.header_phone h4 span {
    font-size: 13px;
    color: #999;
}

.nav {
    width: 100%;
    background: #00923f;
}

.nav ul li {
    width: 132px;
    position: relative;
    float: left;
}

.nav ul li::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: url(../images/nav_bg.jpg) no-repeat center center;
    left: 0;
    top: 0;
    z-index: 9;
}

.nav ul li:last-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: url(../images/nav_bg.jpg) no-repeat center center;
    right: 0;
    top: 0;
    z-index: 9;
}

.nav ul li a {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: relative;
}

.nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #00cc58;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.nav ul li:hover a::after {
    width: 100%;
    left: 0;
}

.nav ul li.choose a::after {
    width: 100%;
    left: 0;
}

.banner .swiper-button-next {
    right: 4%;
    width: 33px;
    height: 33px;
    background: url(../images/next.png) no-repeat center center;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.banner .swiper-button-next:hover {
    background: url(../images/next2.png) no-repeat center center;
}
.banner .swiper-button-prev {
    left: 4%;
    width: 33px;
    height: 33px;
    background: url(../images/prev.png) no-repeat center center;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.banner .swiper-button-prev:hover {
    background: url(../images/prev2.png) no-repeat center center;
}
.module_page1 {
    background: url(../images/inpage_01.jpg) no-repeat center center;
    width: 100%;
    height: 540px;
    padding-top: 50px;
}

.newsdea_right {
    float: right;
    width: 360px;
    padding-left: 40px;
}

.newsdea_right ul {
    padding-bottom: 20px;
}

.newsdea_right ul li {
    width: 100%;
    height: 94px;
    border-bottom: 1px dashed #e5e5e5;
}

.newsdea_right ul li a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.newsdea_right ul li a figure {
    border: 2px solid #fff;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    width: 70px;
    height: 70px;
}

.newsdea_right ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsdea_right ul li a figcaption {
    width: 75%;
    overflow: hidden;
}

.newsdea_right ul li a figcaption p {
    font-size: 18px;
    color: #333;
    padding-bottom: 4px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;

}

.newsdea_right ul li a figcaption h4 {
    font-size: 13px;
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.newsdea_right ul li:hover a figcaption h4 {
    color: #000;
}

.newsdea_right ul li:hover figure {
    border-color: #00923f;
}

.inabout_left {
    float: left;
    width: 840px;
    border-right: 1px solid #cccccc;
    padding-right: 40px;
}

.page1_title {
    position: relative;
    padding-bottom: 11px;
    border-bottom: 1px solid #00923f;
    padding-left: 22px;
}

.page1_title::before {
    content: '';
    position: absolute;
    height: 27px;
    width: 5px;
    background: #00923f;
    top: 0;
    left: 0;
}

.page1_title h3 {
    line-height: 27px;
    color: #00923f;
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.page1_title a {
    display: block;
    line-height: 27px;
    font-size: 12px;
    color: #999;
    float: right;
}

.about_top {
    margin-top: 20px;
    width: 100%;
}

.about_top figure {
    width: 50%;
    float: left;
    height: 160px;
}

.about_top figure img {
    height: 100%;
    object-fit: cover;
}

.about_top figcaption {
    width: 50%;
    float: left;
    height: 100%;
    background: #00923f;
    height: 160px;
    padding: 42px 0 0 60px;
}

.about_top figcaption h3 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.about_top figcaption h3 span {
    font-size: 30px;
    font-weight: 100;
}

.inabout_left p {
    font-size: 14px;
    line-height: 36px;
    color: #666;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inabout_left p a{
    color: #333;
}
.module_page2 {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    background: url(../images/in_page2.jpg) no-repeat center center;
}

.inside_title h3 {
    font-size: 30px;
    color: #000;
    text-align: center;
}

.inside_title p {
    font-size: 15px;
    color: #555;
    text-align: center;
    padding-top: 10px;
}

.inside_titlecolor h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
}

.inside_titlecolor p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.inpro_swiper .swiper-slide figcaption {
    width: 100%;
    background: #fff;

    padding-top: 21px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}



.inpro_swiper .swiper-slide {
    height: 267px;
    overflow: hidden;
}


.inpro_swiper .swiper-slide figcaption::after {
    content: '';
    position: absolute;
    width: 96px;
    height: 3px;
    background: #00923f;
    left: calc(50% - 48px);
    top: -1px;
    z-index: 9;
}

.inpro_swiper .swiper-slide figure img {
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;

}

.inpro_swiper .swiper-slide:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.inpro_swiper {
    position: relative;
    margin-top: 10px;

}

.inpro_swiper .swiper-button-next {
    width: 33px;
    height: 33px;
    background: url(../images/next.png) no-repeat center center;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    right: -70px;
}

.inpro_swiper .swiper-button-next:hover {
    background: url(../images/next2.png) no-repeat center center;
}

.inpro_swiper .swiper-button-prev {
    width: 33px;
    height: 33px;
    background: url(../images/prev.png) no-repeat center center;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    left: -70px;
}

.inpro_swiper .swiper-button-prev:hover {
    background: url(../images/prev2.png) no-repeat center center;
}

.inpro_swiper .swiper-container {
    padding-top: 20px;

}

.module_page3 {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.module_page3 a {
    display: block;
}

.module_page3 img {
    height: 100%;
    object-fit: cover;
}

.module_page3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module_page4 {
    padding: 40px 0 50px 0;
}

.honor_swiper {
    margin-top: 40px;
    position: relative;
}

.honor_swiper .swiper-container {
    height: 198px;
}

.honor_swiper .swiper-button-next {
    width: 27px;
    height: 44px;
    
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    right: -55px;
}
.honor_swiper .swiper-button-prev {
    width: 27px;
    height: 44px;
    
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    left: -55px;
}

.honor_list li {
    float: left;
    width: 285px;
    border: 1px solid #ccc;
    padding: 25px;
    margin-right: 20px;
}

.honor_list li:last-child {
    margin-right: 0;
}

.honor_list li img {

    height: 100%;
    object-fit: contain;
}

.honor_swiper li {

    border: 1px solid #ccc;
    padding: 15px;
}

.honor_swiper li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_top {
    background: #333333;
    position: relative;
    padding-top: 65px;
}

.footer_top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #00923f;
    left: 0;
    top: 0;
}

.footer_nav ul {
    display: -webkit--flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer_nav ul li {
    margin: 0 39px;
    max-width: 200px;
}

.footer_nav ul li a {
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #ccc;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.footer_nav ul li a:hover {
    color: #fff;
}

.footer_nav ul li h3 {
    color: #00cc58;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
}

.footer_link p {
    width: 92%;
    margin: 0 auto;
    line-height: 60px;
    border-top: 1px solid #444444;
    font-size: 14px;
    color: #999;
    padding-left: 60px;
    margin-top: 30px;
}

.footer_link p a {
    color: #999;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.footer_link p a:hover {
    color: #fff;
}

.footer_contact dl dd p {
    font-size: 12px;
    color: #999;
}

.footer_contact dl dd h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.footer_contact dl dd h3.phone2 {
    font-size: 20px;
    font-weight: 100;
}

.footer_contact dl dd:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
    margin-top: 10px;
}

.inside_left {
    float: left;
    width: 220px;
}

.left_title {
    width: 100%;
    line-height: 80px;
    background: #00923f;
    color: #fff;
    padding-left: 30px;
    font-size: 24px;
    text-transform: uppercase;
}

.left_list ul li {
    margin-top: 3px;
}

.left_list ul li a {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 15px 0;
    background: #eeeeee;
    font-size: 15px;
    color: #666;
    padding-left: 30px;
    position: relative;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.left_list ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    z-index: 9;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.inside_right {
    float: right;
    width: 930px;
}

.left_list ul li:hover a {
    background: #999999;
    color: #fff;
}

.left_list ul li:hover a::after {
    width: 38px;
}

.left_list ul li.choose a {
    background: #999999;
    color: #fff;
}

.left_list ul li.choose a::after {
    width: 38px;
}

.inside_page {
    padding: 30px 0 50px 0;
}

.right_title {
    line-height: 80px;
    border-bottom: 1px solid #cccccc;
    padding-left: 30px;
    font-size: 20px;
    color: #00923f;
    width: 100%;
    position: relative;
}

.right_title span{
	color:red;
	font-size:17px;
	padding-left:10px;
}

.right_title::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 22px;
    background: #00923f;
    top: calc(50% - 11px);
    left: 0;
    z-index: 9;
}

.endit {
    font-size: 15px;
    color: #555;
    line-height: 2;
    
}

.endit video {
    width: 100%;
    object-fit: cover;
}

.endit .honor_list {
    margin-top: 20px;
}

.endit .honor_list ul li {
    margin-bottom: 20px;
}
.endit2{
    line-height: inherit;

}
.honor_list ul li a {
    display: block;
}

.news_list ul li {
    padding: 30px;
    border-bottom: 1px solid #eee;
}

.news_list ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news_list ul li a figcaption {
    width: 660px;
}

.news_list ul li a figcaption h6 {
    width: 90px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #999999;
    margin-bottom: 22px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.news_list ul li a figcaption h3 {
    font-size: 18px;
    color: #363636;
    margin-bottom: 8px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
}

.news_list ul li a figcaption h3 b {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 1px;
    border-top: 1px solid #00923f;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.news_list ul li a figcaption p {
    font-size: 14px;
    color: #777;
    line-height: 30px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.news_list ul li a figure {
    width: 160px;
    height: 160px;
}

.news_list ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list ul li:hover figcaption h6 {
    background: #00923f;
}

.news_list ul li:hover figcaption h3 {
    color: #00923f;
}

.news_list ul li:hover figcaption h3 b {
    width: 45px;
}

.news_list ul li:hover figcaption p {
    color: #000;
}

.news_title {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eee;
}

.news_title h3 {
    font-size: 20px;
    color: #363636;
}

.news_title p {
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}

.news_endit {
    font-size: 15px;
    color: #666;
    line-height: 36px;
    padding-top: 15px;
}

.product_list {
    margin-top: 30px;
}

.product_list ul li {
    float: left;
    width: 32%;
    border: 1px solid #fff;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.product_list ul li:nth-child(3n) {
    margin-right: 0;
}

.product_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    padding: 8px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.product_list ul li figure {
    width: 100%;
    height: 197px;
    text-align: center;
}

.product_list ul li figure img {
    height: 100%;
    object-fit: contain;
}

.product_list ul li figcaption {
    display: none;
    height: 40px;
}

.product_list ul li figcaption p {
    text-align: center;
    line-height: 20px;
    padding-top: 14px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.product_list ul li:hover {
    border-color: #00923f;
    box-shadow: 0px 0px 5px #ccc;
}

.product_list ul li:hover a {
    border-color: #00923f;
}

.product_list ul li:hover figcaption p {
    color: #00923f;
}

.pro_pading ul {
    padding-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.pro_pading ul li {
    width: 40px;
    height: 40px;
    background: #fff;
    margin: 0 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.pro_pading ul li a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    display: block;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.pro_pading ul li:hover {
    background: #00923f;
    border: 1px solid #fff;
}

.pro_pading ul li:hover a {
    color: #fff;
}

.pro_pading ul li.hover3 {
    background: #00923f;
    border: 1px solid #fff;
}

.pro_pading ul li.hover3 a {
    color: #fff;
}

.prodea_top figure {
    float: left;
    width: 580px;
    /* height: 380px;*/
    padding: 9px;
    border: 1px solid #eee;
}

.prodea_top figcaption {
    width: 330px;
    float: right;
}

.prodea_top figcaption h3 {
    font-size: 22px;
    color: #00923f;
    margin-bottom: 20px;
}

.prodea_top figcaption .prodea_endit {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.prodea_top figcaption .prodea_endit p{
	line-height:2;
	font-size:16px;
	padding:5px 0;
}
.prodea_top figcaption .prodea_endit p:first-child{
	padding-top:0
}
.prodea_bootom .ht {
    width: 100%;
    height: 50px;
    background: #eeeeee;
    position: relative;
    margin-top: 30px;
}

.prodea_bootom .ht p {
    line-height: 50px;
    padding: 0 40px;
    text-align: center;
    background: #00923f;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    font-size: 18px;
}

.jion_list {
    margin-top: 30px;
}

.jion_list ul li {
    float: left;
    width: 295px;
    margin-right: 22px;
    margin-bottom: 22px;
    border: 1px solid #eee;
    padding: 20px 10px 34px 24px;
    position: relative;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.jion_list ul li::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 22px;
    background: url(../images/333.png) no-repeat center center;
    right: 0;
    bottom: 0;
    z-index: 9;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.jion_list ul li:nth-child(3n) {
    margin-right: 0;
}

.jion_pg1 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.jion_pg1 h3 {
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.jion_pg1 h6 {
    font-size: 12px;
    color: #999;
}

.jion_list ul li table {
    width: 100%;
    border: none;
    margin: 24px 0;
}

.jion_list ul li table th {
    border: none;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.jion_list ul li table td {
    border: none;
    color: #666;
    line-height: 24px;
}

.jion_list ul li .jion_pg2 h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
}

.jion_list ul li .jion_pg2 p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 174px;
    overflow-y: scroll;
}

.jion_list ul li .jion_pg2 p::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    scrollbar-arrow-color: red;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.jion_list ul li .jion_pg2 p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    scrollbar-arrow-color: red;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.jion_list ul li .jion_pg2 p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}


.jion_list ul li:hover .jion_pg2 p::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    scrollbar-arrow-color: red;

}

.jion_list ul li:hover .jion_pg2 p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.jion_list ul li:hover .jion_pg2 p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.jion_list ul li:hover {
    border-color: #00923f;
}

.jion_list ul li:hover .jion_pg1 h3 {
    color: #00923f;
}

.con_left {
    width: 710px;
    padding-left: 20px;
    float: left;
}

.con_left h3 {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 25px;
}

.con_left ul li {
    font-size: 15px;
    color: #666;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 27px;
    position: relative;
}

.con_left ul li::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: url(../images/ling_img.jpg) no-repeat center center;
    top: calc(50% - 3.5px);
    left: 0;
    z-index: 3;
}

/*.con_left ul li:nth-child(5) {
    font-size: 16px;
    font-weight: bold;
    color: #00923f;
}

.con_left ul li:nth-child(5)::after {
    display: none;
}*/

.ewm {
    margin-top: 70px;
    float: right;
}

.ewm .img {
    width: 111px;
    height: 111px;
    border: 4px solid #cccccc;
}

.ewm p {
    text-align: center;
    font-size: 12px;
    color: #666;
    padding-top: 20px;
}

.copy {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

/*message*/
.con_message {
    width: 100%;
    height: 475px;
    background: #f5f5f5;
    padding-left: 24px;
    padding-top: 38px;
    padding-right: 36px;
    margin-top: 24px;
}

.con_message h3 {
    color: #444;
    font-size: 28px;
    text-transform: capitalize;
}

.con_message textarea {
    width: 100%;
    height: 175px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 25px;
    padding-left: 16px;
    padding-top: 18px;
}

.con_message input {
    width: 360px;
    height: 48px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding-left: 16px;
    margin-right: 16px;
}

.con_message button {
    width: 480px;
    height: 48px;
    background: #000000;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
    cursor: pointer;
}


.honor_swiper .swiper-button-next.swiper-button-black
{
    background: url(../images/right01.png) no-repeat center center;
    background-size:27px;
}
.honor_swiper .swiper-button-next.swiper-button-black:hover{
    background: url(../images/right02.png) no-repeat center center;
    background-size:27px;
}
.honor_swiper .swiper-button-prev.swiper-button-black{
    background: url(../images/right01.png) no-repeat center center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size:27px;
}
.honor_swiper .swiper-button-prev.swiper-button-black:hover{
    background: url(../images/right02.png) no-repeat center center;
    background-size:27px;
}

.endit .honor_list ul li div.img{
    text-align: center;
    height: 153px;
    overflow:hidden;
}
.ftitle{
    width: 150px;
    margin: 10px auto;
    color:#fff;
    font-size: 16px;
    line-height: 2;
    background: #00943D;
    text-align: center;
    position: relative;
}
.ftitle:before{
    content: '';
        position: absolute;
        top:16px;
        left:-80px;
        width:80px;
        height:1px;
        background: #00943D;
        z-index: 2;
}
.ftitle:after{
     content: '';
        position: absolute;
        top:16px;
        right:-80px;
        width:80px;
        height:1px;
        background: #00943D;
        z-index: 2;
}