@charset "utf-8";
* {
    font-weight: normal;
    font-style: normal;
    outline: none;
    word-break: break-all;
    outline: none;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333333;
    font-size: 12px;
    font-family: "微软雅黑";
    min-width: 1248px;
    max-width: 1920px;
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333333;
}

header,
div,
footer,
section,
article,
h1,
h2,
h3,
p {
    display: block;
}

/* 清除浮动 */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ani-r {
    opacity: 0;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform: translate(200px, 0);
}

.tans1 {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.ani-b-s {
    opacity: 0 !important;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.ani-b-d {
    opacity: 0 !important;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.ani-l {
    opacity: 0 !important;
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
}

/* 垂直居中 */

.center {
    display: flex;
    justify-content: center;
    align-items: Center;
}

.text_over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 主页 */

/* nav */

.header {
    width: 1248px;
    margin: 0 auto;
    clear: both;
}

.header_logo {
    width: 305px;
    height: 100px;
    float: left;
}

.header_logo img {
    width: 100%;
    height: 100%;
}

.nav {
    float: right;
}

.nav_list {
    float: left;
    position: relative;
    background: url(../images/nav_line.png) no-repeat right center;
    font-size: 16px;
}

.nav_list:last-child {
    background: none;
}

.nav_list .nav_a {
    font-size: 16px;
    float: left;
    line-height: 100px;
    text-align: center;
    padding: 0 30px;
    color: #333333;
    text-align: center;
}

.nav_list:last-child .nav_a {
    padding-right: 0;
}

.nav_list span {
    float: left;
}

.ss {
    position: relative;
}

.ss:before {
    width: 100%;
    height: 3px;
    content: " ";
    position: absolute;
    top: 97px;
    left: 0;
    background: -webkit-radial-gradient(circle, #32e389, #058b47);
    background: -o-radial-gradient(circle, #32e389, #058b47);
    background: -moz-radial-gradient(circle, #32e389, #058b47);
    background: radial-gradient(circle, #32e389, #058b47);
    display: none;
}

.active .ss:before {
    display: block;
}

.active table tr {
    height: 35px;
}

.nav_list:hover a {
    color: #005824;
}

.nav_list:hover>.nav_sub {
    display: block;
}

.nav_list:hover>.ss:before {
    display: block;
}

.nav_sub {
    width: 100%;
    float: left;
    position: absolute;
    top: 101px;
    text-align: center;
    background: white;
    z-index: 999;
    display: none;
}

.nav_sub li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 15px;
    text-align: center;
}

.nav_sub li:last-child {
    background: none;
}

.nav_sub li:hover {
    background: #70c598;
}

.nav_sub a {
    display: block;
    color: #333333 !important;
    background: none;
}

.nav_sub li:hover a {
    color: white !important;
}

/* banner */

.banner {
    width: 100%;
    height: 750px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: white;
}

.banner .swiper-pagination-bullets {
    bottom: 100px;
}

.banner .swiper-slide img {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

/* index-产品分类 */

.pro_i {
    width: 100%;
    background: url(../images/pro_bg.png) no-repeat top center;
    margin-top: -65px;
    position: relative;
    z-index: 66;
}

.pro_i_cont {
    width: 1248px;
    height: 810px;
    margin: 0 auto;
    position: relative;
    background: url(../images/phone.png) no-repeat left 44px top 45px;
}

.pro_i_cont .left {
    width: 255px;
    height: 555px;
    position: absolute;
    left: 100px;
    top: 45px;
    text-align: center;
}

.pro_i_cont .left .swiper-pagination-bullets {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.pro_i_cont .left .swiper-pagination-bullet {
    width: 44px;
    height: 8px;
    margin-right: 12px;
    background: #cacaca;
    border-radius: 20px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.pro_i_cont .swiper-pagination-bullet-active {
    background: #45c07e !important;
}

.pro_i_cont .left .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.pro_i_cont .left h1 {
    display: block;
    font-size: 35px;
    color: #005824;
    font-weight: 600;
    line-height: 44px;
    margin-top: 282px;
}

.pro_i_cont .left h2 {
    display: block;
    font-size: 14px;
    color: #9bb5a7;
    line-height: 22px;
    text-transform: uppercase;
}

.pro_i_cont .right {
    width: 580px;
    height: 580px;
    margin-top: 175px;
    float: right;
    position: relative;
    overflow: hidden;
}

.pro_i_cont .right li {
    width: 274px;
    height: 262px;
    float: left;
    margin-right: 32px;
    margin-bottom: 36px;
    position: relative;
}

.pro_i_cont .right li img {
    width: 274px;
    height: 240px;
    display: block;
    position: relative;
    z-index: 5;
}

.pro_i_cont .right li p {
    width: 183px;
    height: 44px;
    margin: -22px auto 0 auto;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    background: white;
    box-shadow: 0 0 10px rgba(27, 56, 44, .35);
    position: relative;
    z-index: 6;
}

.pro_i_cont .right li:nth-child(2n) {
    margin-right: 0;
}

.pro_i_cont .right li:hover p {
    color: white;
    background: #45c07e;
}

/* 关于我们 */

.about_i {
    width: 100%;
    position: relative;
}

.about_i .cont {
    width: 1248px;
    height: 830px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about_i_title {
    padding-top: 62px;
    text-align: center;
}

.about_i_title h1 {
    display: block;
    font-size: 35px;
    line-height: 48px;
    color: #005824;
    font-weight: 600;
}

.about_i_title h2 {
    font-family: arial;
    display: block;
    font-size: 23px;
    line-height: 34px;
    color: #76a389;
}

.about_i_nav {
    display: block;
    text-align: center;
    padding: 27px 0 29px 0;
}

.about_i_nav span {
    display: inline-block;
    height: 66px;
    box-shadow: 0 0 10px rgba(7, 29, 21, .15);
}

.about_i_nav li {
    width: 280px;
    height: 66px;
    float: left;
    border-right: dashed 1px #a9c4b6;
    font-size: 22px;
    line-height: 66px;
}

.about_i_nav li:last-child {
    border: 0;
}

.about_i_nav li i {
    width: 30px;
    height: 66px;
    float: left;
    margin-right: 10px;
}

.about_i_nav li b {
    display: inline-block;
}

.about_i p {
    font-size: 16px;
    line-height: 30px;
    display: block;
}

.about_i_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.about_i_nav li:nth-child(1) i {
    background: url(../images/about_icon_01_a.png) no-repeat right center;
}

.about_i_nav li:nth-child(2) i {
    background: url(../images/about_icon_02_a.png) no-repeat right center;
}

.about_i_nav li:nth-child(3) i {
    background: url(../images/about_icon_03_a.png) no-repeat right center;
}

.about_i_nav li:hover {
    background: url(../images/about_i_icon.jpg) no-repeat right center #45c07e;
    border-right: solid 1px white;
}

.about_i_nav li:hover a {
    color: white;
}

.about_i_nav li:hover img {
    display: none;
}

/* index-技术支持 */

.tec_i {
    width: 100%;
    height: 720px;
    background: url(../images/tex_bg.jpg) no-repeat center;
}

.i_title_c {
    display: block;
    font-size: 35px;
    color: #fefefe;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    padding-top: 62px;
}

.i_title_e {
    display: block;
    font-size: 23px;
    color: #76a389;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.tec_i_cont {
    width: 1248px;
    margin: 0 auto;
    color: white;
}

.tec_i_cont li {
    width: 312px;
    height: 312px;
    float: left;
}

.tec_i_cont li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.tec_i_cont li h1 {
    display: block;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
}

.tec_i_cont li p {
    display: block;
    line-height: 56px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}

.tec_i_cont li:nth-child(1) {
    background: #147dd7;
}

.tec_i_cont li:nth-child(2) {
    background: #ff9e2b;
}

.tec_i_cont li:nth-child(3) {
    background: #52bfff;
}

.tec_i_cont li:nth-child(4) {
    background: #cc0a06;
}

.tec_i_cont .phone {
    text-align: center;
    height: 100%;
    line-height: 110px;
    color: white;
}

.tec_i_cont .phone i {
    display: inline-block;
    font-size: 22px;
    height: 105px;
    position: relative;
    top: -5px;
}

.tec_i_cont .phone i:before {
    width: 60px;
    height: 100%;
    content: " ";
    background: url(../images/tec_icon.png) no-repeat left center;
    position: absolute;
    left: -60px;
}

.tec_i_cont .phone b {
    display: inline-block;
    font-size: 36px;
    height: 100%;
    font-family: arial;
    font-weight: 600;
}

.tec_i_button {
    text-align: center;
}

.tec_i_button a {
    display: inline-block;
    font-size: 18px;
    color: white;
    width: 196px;
    height: 52px;
    line-height: 52px;
    background: #16bf65;
}

.tec_i_button a:hover {
    background: #003c19;
}

.tec_i_button a:nth-child(1) {
    margin-right: 30px;
}

/* index-新闻动态 */

.news_i {
    background: #f0f0f0;
}

.news_i_cont {
    width: 1248px;
    margin: 0 auto;
}

.news_img {
    width: 415px;
    height: 415px;
    position: relative;
    float: left;
}

.news_img img {
    width: 100%;
    height: 100%;
}

.news_img span {
    width: 379px;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 66;
    background: url(../images/news_i_text_bg.png);
}

.news_img span i {
    width: 280px;
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: white;
}

.news_img span b {
    float: right;
    font-size: 14px;
    line-height: 48px;
    color: #999999;
}

.news_i_right {
    width: 832px;
    float: left;
}

.news_i_cont li {
    width: 336px;
    height: 198px;
    float: left;
    margin-left: 20px;
    padding: 0 30px;
    background: white;
}

.news_i_cont li:nth-child(1),
.news_i_cont li:nth-child(2) {
    margin-bottom: 20px;
}

.news_i_cont li h1 {
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 9px;
    background: url(../images/news_icon.png) no-repeat left center;
}

.news_i_cont li h2 {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    font-weight: 600;
}

.news_i_cont li p {
    font-size: 14px;
    line-height: 28px;
    color: #7f7f7f;
}

.news_i_cont li:hover {
    background: #036d45;
}

.news_i_cont li:hover h1 {
    color: #8fbead;
    background: url(../images/news_icon_a.png) no-repeat left center;
}

.news_i_cont li:hover h2 {
    color: white;
}

.news_i_cont li:hover p {
    color: white;
}

.news_i_cont .more {
    width: 100%;
    float: left;
}

.news_i_cont .more a {
    width: 225px;
    height: 48px;
    border: solid 1px #036d45;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #036d45;
    display: block;
    margin: 45px auto 70px auto;
    clear: both;
}

.news_i_cont .more a:hover {
    background: #036d45;
    color: white;
}

.i_title_cg {
    color: #005824;
}

/* 产品视频 */

.video_i {
    height: 675px;
    background: url(../images/video_bg.png) no-repeat center;
    overflow: hidden;
}

.video_i_img {
    width: 1140px;
    height: 432px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.video_i_img .swiper-slide {
    width: 530px;
    height: 348px;
    border: solid 10px white;
    box-shadow: 0 0 10px #CACACA;
}

.video_i_img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.video_i_img .swiper-pagination-bullets {
    bottom: 0;
    background: url(../images/video_line.png) no-repeat center;
}

.video_i_img .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: url(../images/video_point.png) no-repeat center;
    background-position: -45px -4px;
    border-radius: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    margin: 0 10px !important;
}

.video_i_img .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background-position: -7px -4px;
}

/* footer */

.footer {
    width: 100%;
    background: #036d45;
    padding-top: 35px;
    margin-top: 65px;
}

.footer_cont {
    width: 1248px;
    display: block;
    margin: 0 auto;
}

.footer .nav_f li {
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    padding: 0 38px;
    background: url(../images/nav_f_l.png) no-repeat right center;
}

.footer .nav_f li:last-child {
    background: none;
}

.footer .nav_f li a {
    color: white;
}

.f_info {
    width: 100%;
    height: 240px;
    border-top: solid 1px #73a793;
    border-bottom: solid 1px #73a793;
}

.f_info span {
    float: left;
}

.f_info span:nth-child(1) {
    justify-content: flex-start;
    width: 375px;
    height: 100%;
    border-right: solid 1px #73a793;
}

.f_info span:nth-child(1) img {
    width: 119px;
    height: 119px;
    float: left;
    margin-right: 20px;
}

.f_info span:nth-child(1) h2 {
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #9ee4ca;
}

.f_info span:nth-child(1) h1 {
    font-family: arial;
    float: left;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: white;
}

.f_info span:nth-child(2) {
    height: 180px;
    padding: 60px 0 0 55px;
    width: 445px;
    border-right: solid 1px #73a793;
}

.f_info span:nth-child(2) h1 {
    display: block;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
    color: white;
}

.f_info span:nth-child(2) h2 {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #9ee4ca;
    padding-left: 30px;
    background: url(../images/map_icon.png) no-repeat left center;
}

.f_info span:nth-child(3) {
    width: 310px;
    padding-left: 60px;
    padding-top: 62px;
}

.f_info span:nth-child(3) i {
    width: 298px;
    height: 48px;
    float: left;
    background: #1c8960;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: white;
    position: relative;
}

.f_info span:nth-child(3) li {
    width: 100%;
    max-height: 192px;
    overflow-x: hidden;
    text-align: center;
    position: absolute;
    top: 48px;
    background: #1c8960;
    display: none;
}

.f_info span:nth-child(3) li a {
    display: block;
    color: white;
}

.f_info span:nth-child(3) li a i {
    height: 2px;
}

.f_info span:nth-child(3) i b {
    margin-left: 10px;
}

.f_info span:nth-child(3) i:hover li {
    display: block;
}

.footer_c {
    text-align: center;
    font-size: 16px;
    line-height: 108px;
    height: 108px;
    color: white;
}

/* 走进环力 */

.banner_in {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.banner_in img {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.a_nav {
    width: 100%;
    border-bottom: solid 1px #bacdc3;
}

.a_nav_top {
    width: 1248px;
    display: block;
    margin: 0 auto;
}

.a_nav_top li {
    float: left;
    padding: 0 28px;
    font-size: 18px;
    line-height: 90px;
    position: relative;
}

.a_nav_top li:first-child:before {
    display: none;
}

.a_nav_top h1 {
    float: left;
    font-size: 18px;
    line-height: 90px;
    position: relative;
}

.a_nav_top li a,
.a_nav_top h1 a {
    display: inline-block;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
}

.a_nav_top li:before {
    width: 1px;
    height: 100%;
    line-height: 90px;
    content: "|";
    color: #bacdc3;
    position: absolute;
    left: 0;
    top: 0;
}

.products li:first-child {
    padding-left: 28px !important;
}

.a_nav_top li:first-child {
    padding-left: 0;
}

.a_nav_top li:hover a,
.a_nav_top h1:hover a {
    color: #ed1218;
    border-bottom: solid 3px #ed1218;
}

.a_nav_top .active a {
    color: #ed1218;
    border-bottom: solid 3px #ed1218;
}

.location {
    float: right;
    font-size: 14px;
    line-height: 90px;
}

.location h1 {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    padding-left: 28px;
    background: url(../images/location_icon.png) no-repeat left center;
}

.location a {
    display: inline-block;
    color: #666666;
}

.location i {
    padding: 0 8px;
    display: inline-block;
    color: #666666;
}

.location h2 {
    display: inline-block;
    color: #005a26;
    font-size: 14px;
}

/* 环力介绍 */

.about {
    width: 1248px;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 75px;
}

.about_title {
    display: block;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.about img {
    max-width: 100%;
}

.about h2 {
    display: block;
    font-size: 28px;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 6px;
}

.about p {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

/* 企业文化 */

.culture {
    width: 100%;
    height: 540px;
    background: url(../images/fu_bg.jpg) no-repeat center;
}

.culture .about_title {
    color: white;
    padding-top: 75px;
}

.culture_cont {
    width: 1248px;
    margin: 0 auto;
    position: relative;
}

.culture_cont:after {
    width: 100%;
    height: 1px;
    content: " ";
    position: absolute;
    top: 161px;
    left: 0;
    background: #6b8b71;
    z-index: 1;
}

.culture_cont li {
    float: left;
    width: 272px;
    float: left;
    margin-right: 53px;
}

.culture_cont li:last-child {
    margin-right: 0;
}

.culture_cont li span {
    width: 137px;
    height: 137px;
    margin: 0 auto;
    border-radius: 100%;
    background: white;
    position: relative;
}

.culture_cont li span:after {
    width: 100%;
    height: 1px;
    content: " ";
    position: absolute;
    bottom: -25px;
    background: white;
    z-index: 2;
}

.culture_cont .cont {
    width: 100%;
    padding-top: 42px;
}

.culture_cont .cont h1 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: white;
    font-weight: 600;
}

.culture_cont .cont h2 {
    font-family: arial;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: block;
    color: #acacac;
    margin-bottom: 7px;
}

.culture_cont .cont p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #cccccc;
}

/* 荣誉资质 */

.honor {
    width: 100%;
    padding-top: 75px;
}

.honor_cont {
    width: 1248px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

.honor_cont .swiper-wrapper {
    width: 100%;
    position: relative;
}

.honor_cont .swiper-slide {
    width: 294px !important;
    height: 414px;
    float: left;
}

.honor_cont .swiper-slide img {
    width: 100%;
}

.honor_cont .swiper-pagination-bullets {
    bottom: 0;
}

.honor_cont .swiper-pagination-bullet {
    border-radius: 0;
    width: 20px;
    height: 20px;
    background: url(../images/honor_point.png) no-repeat;
    background-position: -41px -3px;
    opacity: 1;
}

.honor_cont .swiper-pagination-bullet-active {
    background-position: -17px -5px;
    margin: 0 6px;
}

/* 厂房图片 */

.factory {
    width: 1248px;
    margin: 0 auto;
    padding-top: 75px;
}

.fac_img_b {
    width: 100%;
    display: block;
}

.fac_img_b img {
    width: 100%;
}

.fac_img_s {
    width: 100%;
}

.fac_img_s img {
    width: 294px;
    height: 196px;
    float: left;
    margin-top: 40px;
    margin-right: 22px;
}

.fac_img_s img:nth-child(4n) {
    margin-right: 0;
}

/* 产品展示 */

.products h1 {
    float: left;
    padding-right: 30px;
}

.products .cont {
    width: 1075px;
    float: left;
}

.pro_second {
    width: 1248px;
    margin: 0 auto;
}

.pro_sec_left {
    width: 900px;
    float: left;
}

.pro_sec_left h1 {
    float: left;
    font-size: 16px;
    line-height: 34px;
    margin-top: 25px;
}

.pro_sec_list {
    width: 800px;
    float: left;
}

.pro_sec_list .active {
    color: white;
    background: #16bf65;
}

.pro_sec_list a:hover {
    color: white;
    background: #16bf65;
}

.pro_sec_left a {
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
    margin-right: 9px;
    float: left;
    background: #eaeaea;
    border-radius: 5px;
    margin-top: 25px;
}

.pro_img {
    width: 1248px;
    margin: 0 auto;
}

.pro_img li {
    width: 290px;
    margin-right: 29px;
    margin-bottom: 25px;
    position: relative;
    float: left;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.pro_img li a:before {
    width: 100%;
    height: 254px;
    content: " ";
    background: #004c10;
    opacity: .2;
    -moz-opacity: .2;
    -webkit-opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 66;
}

.pro_img li:nth-child(4n) {
    margin-right: 0;
}

.pro_img li img {
    width: 100%;
    height: 254px;
    display: block;
}

.pro_img li p {
    display: block;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
}

.pro_img li:hover {
    top: -5px;
}

.pro_img li:hover p {
    color: #004c10;
}

.pro_img li a:hover:before {
    display: block;
}

.display {
    display: none;
}

/* 产品视频 */

.video {
    width: 1248px;
    margin: 0 auto;
}

.video h1 {
    display: block;
    margin: 60px 0 23px 0;
    font-size: 34px;
    line-height: 70px;
    text-align: center;
    font-weight: 600;
}

.video li {
    width: 380px;
    float: left;
    margin-right: 54px;
    margin-bottom: 25px;
}

.video li:nth-child(3n) {
    margin-right: 0;
}

.video li img {
    width: 100%;
    height: 272px;
    display: block;
}

.video li p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.video li:hover p {
    color: #004c10;
}

/* 新闻动态 */

.news_cont {
    width: 1248px;
    margin: 0 auto;
}

.news_title {
    display: block;
    text-align: center;
    font-size: 34px;
    line-height: 72px;
    margin: 23px 0;
    font-weight: 600;
}

.news_top li {
    width: 610px;
    height: 220px;
    float: left;
    margin-right: 28px;
}

.news_top li:nth-child(2n) {
    margin-right: 0;
}

.news_top li img {
    width: 294px;
    height: 100%;
    float: left;
}

.news_t_text {
    width: 268px;
    height: 176px;
    padding: 22px 24px;
    float: left;
    background: #e9e9e9;
}

.news_t_text h2 {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.news_t_text h3 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #818181;
}

.news_t_text p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #818181;
}

.news_t_text .n_more {
    display: block;
    width: 80px;
    height: 25px;
    text-align: center;
    background: #999999;
    color: white;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.news_top li:hover .news_t_text {
    background: #45c07e;
}

.news_top li:hover h2 {
    color: white;
}

.news_top li:hover h3,
.news_top li:hover p {
    color: white;
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
}

.news_top li:hover .n_more {
    background: white;
    color: #45c07e;
}

.news_list {
    width: 1248px;
    margin: 0 auto;
    padding-top: 45px;
}

.news_list li {
    width: 373px;
    padding-left: 25px;
    height: 135px;
    float: left;
    background: #e9e9e9;
    justify-content: flex-start;
    margin-bottom: 35px;
    margin-right: 27px;
}

.news_list li:nth-child(3n) {
    margin-right: 0;
}

.news_list li a {
    display: block;
}

.news_list li h1 {
    font-size: 18px;
    line-height: 36px;
    display: block;
}

.news_list li h2 {
    font-size: 14px;
    line-height: 22px;
    color: #818181;
    display: block;
}

.news_list li span {
    font-size: 16px;
    line-height: 40px;
    font-weight: 800;
    display: inline-block;
    padding-right: 18px;
    background: url(../images/news_in_icon.png) no-repeat right center;
}

.news_list li:hover {
    background: #45c07e;
}

.news_list li:hover a,
.news_list li:hover h2 {
    color: white;
}

.news_list li:hover span {
    background: url(../images/news_in_icon_a.png) no-repeat right center;
}

/* 联系我们 */

.contact {
    width: 1248px;
    margin: 0 auto;
}

.c_left {
    float: left;
    width: 640px;
    justify-content: flex-end;
    text-align: left;
}

.c_right {
    float: right;
    width: 480px;
    justify-content: flex-start;
    text-align: left;
}

.c_left li,
.c_right li {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 13px;
}

.map {
    height: 570px;
    position: relative;
    margin-top: 55px;
    overflow: hidden;
}

.map iframe {
    height: 570px;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

/* 翻页 */

.page {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.page a,
.page span {
    width: 50px;
    height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    color: #333333;
    background: #e8e8e8;
    border-radius: 10px;
    line-height: 50px;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}

.page a:hover {
    color: white;
    background: #333333;
}

.page span {
    color: white;
    background: #333333;
}

.honor_padding {
    padding: 15px 0 200px 0;
}

.scroll_top {
    width: 100%;
    position: fixed;
    bottom: 30%;
    z-index: 999;
}

.scroll_top .cont {
    width: 1248px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.scroll_top .cont:after {
    width: 92px;
    height: 92px;
    content: "返回顶部";
    background: url(../images/top_bg.png) no-repeat center;
    position: absolute;
    right: -92px;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 95px;
    text-align: center;
    color: white;
}

.pub_content {
    padding-bottom: 60px;
}

.ny_pad {
    width: 1200px;
    margin: 0 auto;
    min-height: 300px;
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
}

.ny_pad img,
.ny_pad video {
    max-width: 100%;
    margin: 20px auto;
}

.ny_news_tl88 {
    margin-bottom: 20px;
}

.ny_news_ct88 {
    padding: 0px 0px 50px;
    line-height: 36px;
    text-align: left;
}

.ny_news_ct88 .info {
    padding-bottom: 10px;
    margin-bottom: 0;
    overflow: hidden;
}

.ny_news_ct88 .info p {
    text-indent: 0;
    float: left;
    background: #ccc;
    padding: 2px 5px;
    margin-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_news_tl88 li {
    text-align: center;
    line-height: 40px;
}

.new_content {
    font-size: 16px;
}

.ny_news_tl88 .new_title {
    font-size: 30px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
}

.ny_news_tl88 span {
    padding: 0 5px;
    color: #999;
}

.ny_news_ct88 p {}

.news_fy {
    padding: 10px 50px 60px;
    height: 55px;
    border-top: #ccc solid 1px;
    position: relative;
    z-index: 999;
    text-align: left;
}

.news_fy_l {
    width: 300px;
}

.news_fy_l li {
    height: 24px;
    line-height: 24px;
}

.news_fy_l span {
    font-weight: bold;
}

.news_fy_r {
    height: 35px;
    overflow: hidden;
    padding-top: 12px;
    width: 200px;
}

.news_fy_r .bdsharebuttonbox {
    float: right;
}

.news_fy .sub {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_image {
    text-align: center;
}

.r {
    float: right;
    position: relative;
}

style.css:26 .l {
    float: left;
}

/*留言板*/
@media screen and (min-width: 768px) {
.feedback_table {
    border-collapse: collapse;
    color: #696969
}

.feedback_table h4,
.feedback_table h3 {
    color: #666;
}

.feedback_table tr td {
    padding: 5px 5px 5px 20px;
}

.feedback_table tr td:nth-child(2) {
    text-align: left;
}

.feedback_table tr td input {
    height: 30px;
    line-height: 15px;
}

.feedback_table tr td {
    border: 1px solid #ececec;
    line-height: 40px;
}

.feedback_table tr td input[type=submit] {
    background-color: #DD1F2B;
    color: #fff;
}

.feedback_table tr td input[type=reset] {
    background-color: #ccc;
    color: #fff;
}

.feedback_table tr td .bt {
    width: 85px;
    height: 35px;
    border-radius: 5px;
    cursor: pointer;
}

.feedback_table tr td input,
.feedback_table tr td textarea {
    padding: 3px 5px;
    color: #666;
    margin: 0 10px;
    border: 1px solid #ececec;
    width: 50%;
    border-radius: 3px;
}

.feedback_table tr td #address {
    width: 80%;
}

.feedback_table tr td textarea {
    margin: 10px 0px 10px 10px;
    width: 80%;
    border-radius: 20px;
}
}

.sub {
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*tab*/

.i-p-info-list {
    margin-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
    padding-left: 60px;
}

.i-p-info-list li {
    width: 146px;
    height: 45px;
    line-height: 45px;
    background: #c4e2ff;
    text-align: center;
    float: left;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.i-p-info-list li:nth-child(1):after,
.i-p-info-list li:nth-child(2):after,
.i-p-info-list li:nth-child(3):after,
.i-p-info-list li:nth-child(4):after {
    position: absolute;
    right: -32px;
    content: "";
    width: 32px;
    height: 32px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 9999;
}

.i-p-info-list li+li {}

.i-p-info-list li:nth-child(1) {
    background: #C6C6C6;
}

.i-p-info-list li:nth-child(1):after {
    background: #C6C6C6;
}

.i-p-info-list li:nth-child(2) {
    background: #D7D7D7;
}

.i-p-info-list li:nth-child(2):after {
    background: #D7D7D7;
}

.i-p-info-list li:nth-child(3) {
    background: #E1E1E1;
}

.i-p-info-list li:nth-child(3):after {
    background: #E1E1E1;
}

.i-p-info-list li:nth-child(4) {
    background: #EDEBEC;
}

.i-p-info-list li:nth-child(4):after {
    background: #EDEBEC;
}

.i-p-info-list li.active {
    color: white;
    background: #266DC7;
}

.i-p-info-list li.active:after,
.i-p-info-list li.active:after,
.i-p-info-list li.active:after,
.i-p-info-list li.active:after {
    background: #266DC7;
}

.i-p-p-con {
    padding: 0 60px;
}

.i-p-p-con table p {
    margin: 0 auto !important;
    font-weight: normal !important;
    font-size: 14px !important;
    font-family: "微软雅黑" !important;
    line-height: 18px !important;
}

.i-p-p-con table span {
    font-size: 14px !important;
    font-family: "微软雅黑" !important;
    font-weight: normal !important;
}

.i-p-p-con>div {
    display: none;
    padding-bottom: 30px;
}

.i-p-p-con>div.active {
    display: block;
}

/*2022-6 sg*/
body {
    max-width: 100%;
    min-width: auto;
}
.banner {
    background: #036d45;
}
#about_i {
    max-width: 1920px;
    margin: 0 auto;
}
.footer_c a {
    color: #fff;
}
.header-ph {
    display: none;
}
nav.sub {
    display: none;
}
.bottom-btn{
    display: none;
}
.video_i_cont,
.video_i_point{
    display: none;
}
div.contact{
    display: none;
}
.hdtel{
    width: 1248px;
    margin: 0 auto;
    clear: both;
    text-align: right;
    transform: translateY(10px);
}
@media screen and (max-width: 768px) {
    header,
    .footer {
        display: none;
    }
    .header-ph {
        display: flex;
        padding-right: 1rem;
    }
    .video_i_cont,
    .video_i_point{
        display: block;
    }
    .video_i_img{
        display: none;
    }
    section.contact{
        display: none;
    }
    div.contact{
        display: block;
    }
}
@media screen and (max-width: 1264px) {
    html {
        font-size: 40px !important;
        overflow-x: hidden;
    }
}
@media screen and (max-width: 640px) {
    html {
        font-size: 6.25vw !important;
    }
}
@media screen and (max-width: 1264px) and (min-width: 769px) {
    .hdtel,
    .header {
        padding: 0 20px;
        width: auto;
    }
    .nav_list .nav_a {
        padding: 0 20px;
    }
    .banner {
        height: auto;
    }
    .banner .swiper-slide img {
        position: relative;
        margin-left: 0;
        left: 0;
        width: 100%;
    }
    .banner .swiper-pagination-bullets {
        bottom: 40px;
    }
    .pro_i {
        margin-top: 0;
    }
    .pro_i_cont {
        width: 100%;
        background: url(../images/phone.png) no-repeat left 0px top 45px;
    }
    .pro_i_cont .left {
        left: 55px;
    }
    .pro_i_cont .right {
        margin-right: 20px;
        margin-top: 120px;
    }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
    .hdtel,
    .header {
        display: none;
    }
    .header-ph {
        position: relative !important;
        width: 100% !important;
        display: block;
        padding-right: 40px;
        box-sizing: border-box;
    }
    .header_logo{
        height: 100%;
    }
}
@media screen and (max-width: 1247px) {
    /* header */
    .header-ph {
        width: 16rem;
        height: 2.9rem;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        z-index: 9999;
        background: white;
    }
    .header_logo {
        width: 8.5rem;
        padding-left: 0.25rem;
    }
    .header_logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .header-ph .nav {
        width: 7rem;
        height: 100%;
        padding-right: 2.12rem;
        text-align: right;
        background: url(/m/images/nav_icon.png) no-repeat right center;
        background-size: 2.12rem 1.27rem;
        letter-spacing: 0.37rem;
        color: rgba(0, 88, 36, .5);
        font-size: 1rem;
        line-height: 2.9rem;
    }
    nav.sub {
        position: fixed;
        z-index: 9999;
        background: #45c07e;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        display: none;
    }
    .nav-close {
        background: url("/m/images/nav_close.png") no-repeat center center / 100% 100%;
        margin-right: 0.5rem;
        width: 4.4rem;
        height: 3.3rem;
        float: right;
    }
    .nav-list {
        overflow: hidden;
        clear: both;
    }
    .nav-list li {
        float: none;
        position: relative;
        text-align: center;
        line-height: 2rem;
        font-size: 0.8rem;
    }
    .nav-list li a {
        color: white;
    }
    .nav-list li:nth-child(2n) {
        right: 1.5rem;
    }
    .nav-list li:nth-child(2n+1) {
        left: 1.5rem;
    }
    .nav-list .active {
        background: url(/m/images/nav_s_a.png) no-repeat right 1.25rem top 0.7rem !important;
        background-size: 0.5rem 0.5rem !important;
    }
    .nav_second {
        display: none;
    }
    .nav-list .active .nav_second {
        display: block;
    }
    .nav_second a {
        display: block;
        font-size: .8rem;
        line-height: 2rem;
        text-align: center;
        text-indent: 2em;
    }
    .pro_i_cont .right{
        max-width: 52%;
    }
    .pro_i_cont .right li{
        width: calc((100% - 32px)/2);
        height: auto;
    }
    .pro_i_cont .right li img{
        max-width: 100%;
        height: auto;
    }
    .about_i .cont{
        width: 95%;
    }
    .about_i_nav li{
        max-width: 30vw;
    }
    .tec_i_cont{
        width: 95%;
    }
    .tec_i_cont li{
        width: 25%;
        transition: none;
    }
    .news_i_cont{
        width: 95%;
    }
    .news_i_right{
        width: calc(100% - 415px);
    }
    .news_i_cont li{
        width: calc(42% - 40px);
        transition: none;
    }
    .news_i_cont li a{
        display: block;
        width: 100%;
    }
    .news_i_cont li p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    @media screen and (max-width: 1000px) {
        .news_img{
            display: none;
        }
        .news_i_right{
            width: 100%;
        }
        .news_i_cont li{
            width: 38%;
            transition: none;
        }
    }
    @media screen and (max-width: 1140px) {
        .video_i_img{
            width: 100%;
        }
    }
    .footer_cont{
        width: 95%;
    }
    .f_info span:nth-child(2){
        border-right: none;
    }
    .f_info span:nth-child(3){
        display: none;
    }
    .footer_c{
        flex-wrap: wrap;
        line-height: 26px;
    }
    @media screen and (max-width: 1030px) {
        .nav_f{
            display: none;
        }
        .f_info span:nth-child(2){
            width: calc(100% - 377px);
            height: 240px;
            box-sizing: border-box;
        }
        .footer_c{
            height: auto;
            padding: 20px 0;
        }
    }
}
@media screen and (max-width: 768px) {
    * {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-style: normal;
        outline: none;
        box-sizing: border-box;
    }
    body {
        max-width: 640px;
        min-height: 320px;
        margin: 2.9rem auto 2.7rem;
    }
    .banner {
        width: 16rem;
        /*height: 10.5rem;*/
        height: auto;
        position: relative;
    }
    .banner:after {
        width: 100%;
        height: 3.25rem;
        content: " ";
        background: url(/m/images/banner_after.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    .banner .swiper-slide img {
        width: 100%;
        /*height: 100%;*/
        position: relative;
        margin-left: 0;
        left: 0;
    }
    .banner .swiper-pagination-bullets {
        bottom: 2.5rem;
        bottom: 10.8%;
    }
    .banner .swiper-pagination-bullet {
        width: 0.3rem;
        height: 0.3rem;
        background: white;
        opacity: 1;
    }
    .banner .swiper-pagination-bullet-active {
        background: #fffb00;
    }
    .pro_i {
        width: 100%;
        background: url(/m/images/pro_bg.jpg) no-repeat bottom center;
        background-size: 100% 8.5rem;
        position: relative;
        padding-top: 1.12rem;
        height: 12rem;
        margin-top: 0;
        overflow: hidden;
    }
    .pro_i_cont{
        margin: 0;
        background: none;
        height: auto;
        width: auto;
        position: static;
        transition: none !important;
    }
    .pro_i_cont .left {
        width: 8.8rem;
        height: 10.1rem;
        background: url(/m/images/pro_i_left.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        top: auto;
    }
    .pro_i_cont .ani-b-s .left {
        opacity: 0;
    }
    .pro_i_l {
        width: 3.37rem;
        height: 7.37rem;
        position: absolute;
        top: 0.22rem;
        left: 0.7rem;
    }
    .pro_i_cont .pro_i_l h1 {
        display: block;
        margin-top: 3.5rem;
        text-align: center;
        font-size: 0.65rem;
        line-height: 0.9rem;
        color: #005824;
        font-weight: 800;
    }
    .pro_i_cont .left h2{
        display: none;
    }
    .pro_i_cont .pro_i_l .swiper-pagination-bullets {
        height: 0.2rem;
        position: relative;
        margin-top: 1.25rem;
    }
    .pro_i_cont .pro_i_l .swiper-pagination-bullet {
        width: 0.75rem;
        height: 0.2rem;
        background: #cacaca;
        opacity: 1;
        float: left;
        border-radius: 0.5rem;
        margin-right: 0.2rem;
    }
    .pro_i_cont .pro_i_l .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
    .pro_i_cont .pro_i_l .swiper-pagination-bullet-active {
        background: #45c07e;
    }
    .pro_i_cont .right {
        width: 9.5rem;
        float: right;
        margin-right: 0.62rem;
        position: relative;
        z-index: 666;
        overflow: hidden;
        height: auto;
        margin-top: 0;
        max-width: 100%;
    }
    .pro_i_cont .right li {
        width: calc((100% - 0.62rem)/2);
        float: left;
        margin-right: 0.62rem;
        margin-bottom: 0.75rem;
    }
    .pro_i_cont .right li:nth-child(2n) {
        margin-right: 0;
    }
    .pro_i_cont .right li img {
        width: 100%;
        height: 3.92rem;
        display: block;
    }
    .pro_i_cont .right li p {
        width: 3.8rem;
        height: 0.95rem;
        display: block;
        margin: -.5rem auto 0 auto;
        text-align: center;
        font-size: 0.6rem;
        line-height: .95rem;
        background: white;
        box-shadow: 0 0.25rem 0.25rem rgba(27, 56, 44, .35);
        position: relative;
        z-index: 66;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    /* 主页关于我们 */
    .about_i .cont{
        max-width: 100%;
        height: auto;
    }
    .about_i_title{
        padding-top: 1.55rem;
        padding-bottom: 0.8rem;
    }
    .about_i_title h1{
        display: block;
        font-size: 0.87rem;
        line-height: 1.25rem;
        color: #005824;
        text-align: center;
        font-weight: 800;
    }
    .about_i_title h2{
        display: block;
        font-size: 0.57rem;
        line-height: 0.8rem;
        color: #76a389;
        text-align: center;
        font-family: arial;
    }
    .about_i_nav{
        margin:0 auto 0.62rem auto;
        box-shadow: 0 0.12rem 0.25rem rgba(7,29,21,.15);
        border-radius: 0.25rem;
        padding: 0;
    }
    .about_i_nav span{
        height: auto;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about_i_nav li{
        width: 4.62rem;
        height: 2.1rem;
        float: left;
        margin-right: 1rem;
        font-size: 0.55rem;
        line-height: 2.1rem;
        text-align: center;
        max-width: inherit;
        border: none;
    }
    .about_i_nav li:nth-child(1){
        border-radius: 0.25rem 0 0 0.25rem;
    }
    .about_i_nav li:nth-child(3){
        border-radius: 0 .25rem .25rem 0;
    }
    .about_i_nav li a{
        color: #45c07e;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about_i_nav li:last-child{
        margin-right: 0;
    }
    .about_i_nav li i{
        width: 0.8rem;
        height: 0.87rem;
        float: left;
        margin-right: 0.12rem;
        align-items: center;
    }
    .about_i_nav li i img{
        width: 100%;
        height: 100%;
        display: none;
    }
    .about_i_nav .active{
        background: #45c07e;
    }
    .about_i_nav .active img{
        display: none;
    }
    .about_i_nav .active a{
        color: white;
    }
    .about_i_nav li:hover{
        background: #45c07e;
    }
    .about_i_nav li:hover img{
        display: none;
    }
    .about_i_nav li:hover a{
        color: white;
    }
    .about_i_nav li:nth-child(1) i{
        background: url(/m/images/about_i_icon_01.png) no-repeat center;
        background-size: 100% 100%;
    }
    .about_i_nav li:nth-child(2) i{
        background: url(/m/images/about_i_icon_02.png) no-repeat center;
        background-size: 100% 100%;
    }
    .about_i_nav li:nth-child(3) i{
        background: url(/m/images/about_i_icon_03.png) no-repeat center;
        background-size: 100% 100%;
    }
    .about_i_nav li:hover:nth-child(1) i,
    .about_i_nav li.active:nth-child(1) i{
        background: url(/m/images/about_i_icon_01a.png) no-repeat center;
        background-size: 100% 100%;
    }
    .about_i_nav li:hover:nth-child(2) i,
    .about_i_nav li.active:nth-child(2) i{
        background: url(/m/images/about_i_icon_02a.png) no-repeat center;
        background-size: 100% 100%;
    }
    .about_i_nav li:hover:nth-child(3) i,
    .about_i_nav li.active:nth-child(3) i{
        background: url(/m/images/about_i_icon_03a.png) no-repeat center;
        background-size: 100% 100%;
    }
    .about_i p{
        padding: 0 0.5rem;
        display: block;
        font-size: 0.6rem;
        line-height: 1.15rem;
    }
    .about_i_img{
        position: relative;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    /* 主页技术支持 */
    .tec_i{
        padding-bottom: 1.9rem;
        background: url(/m/images/tec_bg.jpg) no-repeat center top;
        background-size: 100% 100%;
        height: auto;
    }
    .i_title_c{
        padding-top: 1.55rem;
        display: block;
        text-align: center;
        font-size: 0.87rem;
        line-height: 1.25rem;
        color: #fefefe;
        font-weight: 800;
    }
    .i_title_e{
        display: block;
        text-align: center;
        font-size: 0.57rem;
        line-height: 0.8rem;
        color: #76a389;
        text-transform: uppercase;
        padding-bottom: 0.8rem;
        margin-bottom: 0;
    }
    .tec_i_cont{
        width: 100%;
    }
    .tec_i_cont li{
        width: 50%;
        height: 7.8rem;
        float: left;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
    .tec_i_cont li img{
        /* width: 1.8rem; */
        height: 1.92rem;
        display: block;
        margin: 0 auto;
    }
    .tec_i_cont li h1{
        display: block;
        font-size: 0.75rem;
        line-height: 1.3rem;
        color: white;
        text-align: center;
    }
    .tec_i_cont li p{
        width: 6.6rem;
        margin: 0 auto;
        display: block;
        font-size: 0.4rem;
        line-height: 0.75rem;
        color: white;
        text-align: center;
    }
    .tec_i_cont li:nth-child(1){
        background: #147dd7;
    }
    .tec_i_cont li:nth-child(2){
        background: #ff9e2b;
    }
    .tec_i_cont li:nth-child(3){
        background: #cc0a06;
    }
    .tec_i_cont li:nth-child(4){
        background: #52bfff;
    }
    .tec_i_cont .phone{
        display: block;
        margin: 0 auto;
        padding: 1rem 0 0.82rem 1.75rem;
        background: url(/m/images/tec_phone_icon.png) no-repeat left .3rem center;
        background-size: 1.15rem 1.15rem;
        font-size: 0.55rem;
        line-height: 1.25rem;
        color: white;
        float: left;
        height: auto;
    }
    .tec_i_cont .phone i{
        display: inline-block;
        font-size: 1em;
        height: auto;
        top: 0;
    }
    .tec_i_cont .phone i:before{
        display: none;
    }
    .tec_i_cont .phone b{
        height: 1.25rem;
        display: inline-block;
        font-size: 0.65rem;
        line-height: 1.25rem;
        font-weight: 600;
        color: white;
    }
    .tec_i_button a{
        width: 6.05rem;
        height: 1.6rem;
        float: left;
        background: #16bf65;
        line-height: 1.6rem;
    }
    .tec_i_button a:nth-child(1){
        margin-right: 0.95rem;
    }
    .tec_i_button{
        color: white;
        text-align: center;
        font-size: 0.6rem;
        line-height: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        width: 100%;
    }
    .tec_i_button a:hover{
        background: #003c19;
    }
    /* 主页新闻动态 */
    .news_i{
        background: #f0f0f0;
        padding-bottom: 1.75rem;
    }
    .news_i_cont li{
        width: 15rem;
        height: 4.25rem;
        display: block;
        margin: 0 auto 0.75rem auto;
        padding: 0 0.62rem;
        background: white;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
    .news_i_cont li a{
        height: 100%;
    }
    .news_i_cont li h1{
        display: block;
        padding-left: 0.8rem;
        background: url(/m/images/news_i_icon.png) no-repeat left center;
        font-size: 0.45rem;
        line-height: 0.75rem;
        color: #999999;
        margin: 10px 0 0;
    }
    .news_i_cont li h2{
        display: block;
        font-size: 0.6rem;
        line-height: 1.05rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 0.2rem;
    }
    .news_i_cont li p{
        display: block;
        font-size: 0.45rem;
        line-height: 0.8rem;
        color: #7f7f7f;
    }
    .news_i .i_title_c{
        color: #005824;
    }
    .news_i .more a{
        width: 6.37rem;
        height: 1.45rem;
        border: solid 1px #036d45;
        color: #036d45;
        text-align: center;
        display: block;
        margin: 1rem auto 0 auto;
        font-size: 0.65rem;
        line-height: 1.45rem;
        float: none;
    }
    .i_title_cg{
        color: #005824;
    }
    /* 主页产品视频 */
    .video_i{
        position: relative;
        padding-bottom: 1.75rem;
        background: url(/m/images/video_bg.png) center no-repeat;
        background-size: 100% 6.15rem;
        height: auto;
    }
    .video_i_img{
        height: auto;
    }
    .video_i .swiper-slide{
        width:100%!important;
        height: auto;
    }
    .video_i_img{
        width: 13.25rem;
        height: 8.65rem;
        margin: 0 auto;
        border: solid 0.25rem white;
        box-shadow: 0 0 0.25rem rgba(0,0,0,.28);
        overflow: hidden;
    }
    .video_i_img img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .video_i .top_title_c{
        color: #005824;
    }
    .video_i_cont{
        width: 13.25rem;
        height: 8.65rem;
        margin: 0 auto;
        border: solid 0.25rem white;
        box-shadow: 0 0 0.25rem rgba(0,0,0,.28);
        overflow: hidden;
        display: block;
    }
    .video_i_cont img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .video_i .top_title_c{
        color: #005824;
    }
    .video_i_point{
        position: relative;
        text-align: center;
        height: .6rem;
        margin-top: 1.25rem;
        display: block;
    }
    .video_i .swiper-pagination-bullets{
        position: relative;
        bottom: 0;
        height: .6rem;
        background: white;
        display: inline-block;
        align-items: center;
        padding: 0 1rem;
    }
    .video_i_point:before{
        width: 100%;
        height: 0.05rem;
        content: " ";
        background: #70c598;
        position: absolute;
        top: .3rem;
        left: 0;
        z-index: 1;
    }
    .video_i .swiper-pagination-bullet{
        width: 0.6rem;
        height: 0.6rem;
        background: url(/m/images/video_point.png) no-repeat center;
        background-size: 0.45rem 0.45rem;
        border-radius: 0;
        opacity: 1;
        margin-right: 0.5rem;
        z-index: 2;
        position: relative;
        float: left;
    }
    .video_i .swiper-pagination-bullet-active{
        background: url(/m/images/video_pointa.png) no-repeat center;
        background-size: 100% 100%;
    }
    .video_i .swiper-pagination-bullet:last-child{
        margin-right: 0;
    }
    /*footer*/
    .bottom-btn{
        width: 100%;
        height: 2.7rem;
        position: fixed;
        max-width: 640px;
        bottom: 0;
        background: #45c07e;
        opacity: 0.9;
        z-index: 999;
        display: block;
    }
    .bottom-btn a{
        display: block;
        float: left;
        width: 32.33%;
        height: 100%;
        color: white;
        font-size: 0.6rem;
        text-align: center;
        line-height: 3.8rem;
        font-weight: bold;
    }
    .bottom-btn-map{
        background: url("/m/images/bottom_map.png") no-repeat center 0.3rem;
        background-size: 0.8rem 1.15rem;
    }
    .bottom-btn-tel{
        border-left: 0.025rem solid rgba(255,255,255,.7);
        border-right: 0.025rem solid rgba(255,255,255,.7);
        background: url("/m/images/bottom_tel.png") no-repeat center 0.425rem;
        background-size: 0.95rem;
    }
    .bottom-btn-top{
        background: url("/m/images/bottom_top.png") no-repeat center 0.65rem;
        background-size: 1.675rem 0.7rem;
    }
}

/* 内页 */
@media screen and (max-width: 1247px) {
    .banner_in{
        height: auto;
        height: 22vw;
    }
    .banner_in img{
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        height: 100%;
    }
    .a_nav_top{
        width: 95%;
    }
    .location{
        display: none;
    }
    .a_nav_top li{
        max-width: 50%;
        height: 1.9rem;
        float: left;
        background: #005824;
        border-right: solid 0.05rem #28a75c;
        font-size: 0.6rem;
        line-height: 1.9rem;
        text-align: center;
        padding: 0 1em !important;
    }
    .a_nav_top li:before{
        display: none;
    }
    .a_nav_top .active{
        background: #ee1d23;
        border-right: solid 0.05rem #ee1d23;
    }
    .a_nav_top li a{
        color: #fff;
    }
    .a_nav_top .active a,
    .a_nav_top li:hover a{
        color: #fff;
        border-bottom: none;
    }
    .about{
        width: 95%;
    }
    .culture_cont{
        width: 95%;
    }
    .culture_cont .list-paddingleft-2{
        display: flex;
    }
    .honor_cont{
        width: 95%;
    }
    .honor_cont .swiper-slide{
        width: 33.333% !important;
        line-height: 414px;
    }
    .honor_cont .swiper-slide img{
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .products h1{
        display: none;
    }
    .products .cont{
        width: auto;
    }
    .pro_img{
        width: 95%;
        overflow: hidden;
    }
    .pro_img li{
        width: calc((100% - 87px)/4);
    }
    .pro_img li img{
        height: auto;
    }
    .pro_img li a:before{
        height: 100%;
    }
    .page{
        width: 95%;
    }
    @media screen and (max-width: 900px) {
        .pro_img li{
            width: calc((100% - 58px)/3);
        }
        .pro_img li:nth-child(4n){
            margin-right: 29px;
        }
        .pro_img li:nth-child(3n){
            margin-right: 0;
        }
    }
    .news_fy_r{
        display: none;
    }
    .ny_pad{
        width: 95%;
    }
    .video{
        width: 95%;
        margin: 0 auto;
    }
    .video li{
        width: calc((100% - 108px)/3);
    }
    .video li img{
        height: calc((95vw - 108px)/3*0.57);
    }
    /* .video_img{
        display: flex;
        flex-wrap: wrap;
    }
    .video_img.clear:after{
        display: none;
    } */
    .news_cont{
        width: 95%;
    }
    .news_top li{
        width: calc((100% - 28px)/2);
    }
    .news_t_text{
        width: calc(100% - 342px);
    }
    .news_list li{
        width: calc((100% - 129px)/3);
    }
    @media screen and (max-width: 1100px) {
        .news_list li{
            width: calc((100% - 77px)/2);
        }
        .news_list li:nth-child(3n) {
            margin-right: 27px;
        }
        .news_list li:nth-child(2n) {
            margin-right: 0;
        }
    }
    @media screen and (max-width: 1000px) {
        .news_top li a{
            display: flex;
            align-items: center;
        }
        .news_top li img{
            width: 180px;
            height: auto;
        }
        .news_t_text{
            width: calc(100% - 228px);
        }
    }
    .news_t_text p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .news_list{
        width: 95%;
    }
    .tans1{
        transition: none;
    }
    .contact{
        width: 95%;
    }
    .c_left{
        width: auto;
    }
    @media screen and (max-width: 1000px) {
        .c_right{
            float: left;
            width: 100%;
        }
    }
}
@media screen and (max-width: 768px) {
    .tans1 {
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
    .a_nav_top{
        width: 100%;
    }
    .about{
        padding: 0 0.5rem;
        width: 100%;
        box-sizing: border-box;
    }
    .in_title{
        font-size: 0.87rem;
        line-height: 1.5rem;
        text-align: center;
        display: block;
        padding-top: 1.1rem;
        font-weight: normal;
        margin: 0;
    }
    .about_img{
        max-width: 100%;
        margin: 0.75rem auto 0.5rem auto;
    }
    .about .in_title2{
        display: block;
        font-size: 0.7rem;
        line-height: 1.6rem;
        font-weight: 600;
        margin: 0;
    }
    .about p{
        display: block;
        font-size: 0.6rem;
        line-height: 1.05rem;
        text-indent: 2em;
    }
    .culture{
        height: auto;
        margin-top: 1.25rem;
        background-size: cover;
        padding-bottom: 1.25rem;
    }
    .culture .about_title{
        font-size: 0.87rem;
        line-height: 1.5rem;
        text-align: center;
        display: block;
        padding-top: 1.1rem;
        font-weight: normal;
        margin: 0 0 0.5rem;
    }
    .culture_cont .list-paddingleft-2{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .culture_cont li{
        width: 45%;
        margin-right: 0;
        margin-bottom: 0.62rem;
    }
    .culture_cont li span{
        height: auto;
        width: auto;
        background: none;
    }
    .culture_cont:after,
    .culture_cont li span:after{
        display: none;
    }
    .culture_cont .cont{
        padding-top: 0.5rem;
    }
    .culture_cont .cont h1{
        display: block;
        font-size: 0.7rem;
        line-height: 1.1rem;
        color: white;
        font-weight: 600;
    }
    .culture_cont .cont p{
        font-family: arial;
        display: block;
        font-size: 0.5rem;
        line-height: 0.8rem;
        color: #acacac;
        text-align: center;
    }
    .honor{
        padding-top: 0;
        padding-bottom: 1.25rem;
    }
    .honor .about_title{
        font-size: 0.87rem;
        line-height: 1.5rem;
        text-align: center;
        display: block;
        padding-top: 1.1rem;
    }
    .honor_cont .swiper-slide{
        width: calc((100% - 10px)/2) !important;
        height: 9.85rem;
        line-height: 9.85rem;
    }
    .pro_img li{
        width: calc((100% - 29px)/2);
    }
    .pro_img li:nth-child(4n){
        margin-right: 29px;
    }
    .pro_img li:nth-child(3n){
        margin-right: 29px;
    }
    .pro_img li:nth-child(2n){
        margin-right: 0;
    }
    .pro_img li a:before{
        opacity: 0;
    }
    .page{width: 100%; margin: 0 auto; text-align: center;display: flex;justify-content: center;padding-bottom: 1rem;}
    .page a{width: 2.25rem; height: 1.25rem; font-family: "微软雅黑"; text-align: center; color: #333333; background: #e8e8e8; border-radius: 0.25rem; line-height: 1.25rem; float: left; margin-right: 0.12rem; font-size: 0.5rem;}
    .page a:last-child{margin-right: 0;}
    .page a:hover{color: white; background: #333333;}
    .page .thisclass{width: 2.25rem; height: 1.25rem; font-family: "微软雅黑"; text-align: center;color: white; background: #333333; border-radius: 0.25rem; line-height: 1.25rem; float: left; margin-right: 0.12rem; font-size: 0.5rem}
    .page a:first-child,
    .page a:last-child{
        display: none;
    }
    .ny_news_tl88 .new_title{
        margin-top: 1.25rem;
        font-size: 1rem;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: visible;
        line-height: 1.5;
        white-space: normal;
    }
    .ny_news_tl88 .new_content{
        display: none;
    }
    .news_image #pre1,
    .news_image #next1{
        display: none;
    }
    .ny_news_ct88{
        padding-bottom: 0;
    }
    .i-p-info-list{
        margin: 0;
        padding: 0px 0px 0.8rem;
        line-height: 36px;
        text-align: left;
        font-size: .4rem!important;
    }
    .i-p-p-con{
        padding: 0;
    }
    .news_fy{
        height: auto;
        padding: 20px 0;
    }
    .news_fy_l li{
        font-size: .6rem;
        line-height: 1.8;
        height: auto;
    }
    .i-p-info-list li{
        width: 3.65rem;
        height: 1.125rem;
        line-height: 1.125rem;
        background: #c4e2ff;
        text-align: center;
        float: left;
        font-size: .4rem;
        cursor: pointer;
        position: relative;
    }
    .i-p-info-list li:nth-child(1):after, .i-p-info-list li:nth-child(2):after, .i-p-info-list li:nth-child(3):after, .i-p-info-list li:nth-child(4):after{
        position: absolute;
        right: -0.8rem;
        content: "";
        width: 0.8rem;
        height: 0.8rem;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        z-index: 99;
    }
    .video h1{
        font-size: 0.87rem;
        line-height: 1.5rem;
        text-align: center;
        display: block;
        padding-top: 1.1rem;
        margin: 0;
        font-weight: normal;
    }
    .video li{
        width: calc((100% - 0.86rem)/2);
        float: left;
        margin-top: 0.75rem;
        margin-right: 0.86rem;
        margin-bottom: 0;
    }
    .video li:nth-child(3n) {
        margin-right: 0.86rem;
    }
    .video li:nth-child(2n) {
        margin-right: 0;
    }
    .video li img{
        height: 5.05rem;
    }
    .video li p {
        display: block;
        line-height: 1.2rem;
        font-size: 0.6rem;
        text-align: center;
    }
    .video .page{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .pub_content{
        padding-bottom: 1rem;
    }
    .news_title{
        font-size: 0.87rem;
        line-height: 1.5rem;
        text-align: center;
        display: block;
        padding-top: 1.1rem;
        font-weight: normal;
        margin: 0;
    }
    .news_top li{
        width: 100%;
        height: 5.5rem;
        margin-top: 0.75rem;
        margin-right: 0;
    }
    .news_top li:nth-child(2){
        display: none;
    }
    .news_top li img{
        width: 5.57rem;
        height: 5.5rem;
        float: left;
    }
    .news_t_text{
        width: calc(100% - 5.57rem);
        height: 100%;
        float: right;
        padding-right: 0.37rem;
        padding-top: 0.5rem;
    }
    .news_t_text h2{
        display: block;
        font-size: 0.6rem;
        line-height: 1rem;
        font-weight: 800;
    }
    .news_t_text h3{
        display: block;
        font-size: 0.45rem;
        line-height: 0.8rem;
        color: #818181;
    }
    .news_t_text p{
        display: block;
        font-size: 0.45rem;
        line-height: 0.8rem;
        color: #818181;
    }
    .news_t_text .n_more{
        display: none;
    }
    .news_list{
        padding-top: 0;
    }
    .news_list li{
        width: 15rem;
        height: 3.37rem;
        display: block;
        background: #e9e9e9;
        padding: 0.8rem 0.75rem 0 0.75rem;
        margin: 0;
        margin-top: 0.75rem;
    }
    .news_list li h1{
        font-size: 0.6rem;
        line-height: 0.85rem;
    }
    .news_list li h2{
        font-size: 0.6rem;
        line-height: 1.05rem;
        color: #818181;
    }
    .news_list li span{
        display: none;
    }
    .news_list .page{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .c_left li,
    .c_right li{
        display: block;
        font-size: 0.6rem;
        line-height: 1rem;
        margin-bottom: 0.3rem;
    }
    .c_left{
        margin: 0.75rem 0 0;
    }
    .map{
        height: 20rem;
        max-height: 570px;
        margin-top: 1.25rem;
    }
    .ny_pad form{
        margin-top: 1.25rem;
    }
    .feedback_table{ border:1px solid #ddd; border-collapse: collapse; width: 100%;}
    .feedback_table tr td input,.feedback_table tr td textarea{ margin:0 10px; width:60%; border: solid 1px #ddd; font-size: 0.6rem;}
    .feedback_table tr td textarea{margin:10px 0px 10px 10px; width:80%; border: solid 1px #ddd;}
    .feedback_table tr td{ border: solid 1px #eee;padding: 8px 0;}
    .feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}
    .feedback_table tr td:nth-child(1){
        width: 32%;
    }
    .feedback_table tr td:nth-child(2){
        width: 68%;
    }
    .feedback_table h3{font-size:12px;}
}



@media screen and (max-width: 769px){
    .float_message{
        display: none;
    }
}
.float_message {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 999999;
}
.float_message .icon_float {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    text-align: center;
    background: #45c07e;
}
.icon_float img {
    margin: 6px auto 0;
}
.icon_float p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: white;
    text-align: center;
}
.hover_float {
    position: absolute;
    top: 0;
    display: none;
    background: white;
    border-radius: 10px;
}
.hover_phone {
    padding: 10px 16px 7px 15px;
    left: -144px;
    left: -156px;
}
.hover_wechat {
    padding: 3px 3px 6px;
    left: -100px;
}
.hover_float li {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}
.hover_float img {
    width: 94px;
    height: 94px;
}
.icon_float:hover .hover_float {
    display: block;
}