body,
html {
    font-size: 10px;
}

body {
    padding-top: 90px;
}

.mobile-foot {
    display: none;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #10a942;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff!important;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 35px;
    color: #646060;
    font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    font-size: 30px;
}


/* 右侧导航栏 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 40px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 40px;
    cursor: pointer;
    height: 40px;
    padding: 5px 0;
    background: #fff;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 20px;
    color: #000;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 40px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 30px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 120px;
}

.fix_ul li:hover {
    background: #e5dbdb;
}

.fix_ul li:hover {
    background: #e5dbdb;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #000;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}


/* 搜索 */

.serch_line {
    background: #10a942;
    background-blend-mode: normal, normal;
    width: 100%;
    height: 2px;
}

.searchbox {
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 90px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background-color: #10a942;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

.pccd {
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .6s;
}

.pccd.active {
    height: 75px;
    line-height: 75px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    border-bottom: 1px solid #e5e5e5;
}

.pccd.active .header_search {
    height: 75px;
    width: 75px;
    transition: all .6s;
    line-height: 75px;
}

.phonenav {
    display: none;
}

.header_search {
    width: 90px;
    height: 90px;
    background-color: #1bac4a;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
}

.header_search .iconfont {
    color: #fff;
}

.cd {
    margin-right: 38px;
    cursor: pointer;
}

.cd .iconfont {
    font-size: 24px;
}

.lianxi {
    font-size: 1.4rem;
    color: #626262;
}

.lianxi .iconfont {
    margin-right: 10px;
}

.pccd_fl {
    width: 10%;
}

.pccd_fr {
    width: 15%;
}
.pccd_fr img {
    width: 36px;
    margin-right: 5px;
    margin-left: 5px;
}
.pccd_fr em{font-size:14px}
.pc_center {
    width:66%;
    margin: 0 auto;
    padding-left: 5%;
}

.pc_center_ul>li {
    float: left;
    font-size: 18px;
    color: #1bac4a;
    padding: 0 20px;
    cursor: pointer;
}

.pc_center_ul>li.active>a {
    color: #1bac4a;
}

.pc_center_ul>li:hover .xiala {
    /* display: block; */
}

.xiala {
    background: #f1f1f1;
    display: none;
}

.pc_center_ul>li .xiala {
    background-color: #f1f1f1;
    width: 100%;
    position: absolute;
    left: 0%;
}

.daohang_title {
    font-size: 2.2rem;
    color: #4e4e4e;
    margin-bottom: 20px;
    font-weight: bold;
}

.lmjs {
    width: 40%;
    padding: 50px 5% 50px 2%;
}

.lmjs div:nth-child(2) {
    height: 81px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
    line-height: 28px;
}

.daohang_title {
    line-height: 40px;
}

.pc_center_ej {
    width: 23%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-bottom: 5%;
    padding-top: 50px;
}

.pc_center_ej li {
    line-height: 50px;
    height: 50px;
    padding: 0px 30px 0px 30px;
    width: 80%;font-size:16px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.xiala_cd_fr {
    width: 34%;
    padding: 50px 0 0 5%;
}


/* 右侧导航栏 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 50px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 14px;
    text-align: center;
    float: none;
    position: relative;
    width: 50px;
    cursor: pointer;
    height: 50px;
    padding: 11px 0;
    background: #fff;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 26px;
    color: #1bac4a;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 50px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 60px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 50px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 140px;
}

.fix_ul li:hover {
    background: #e5dbdb;
}

.fix_ul li:hover {
    background: #e5dbdb;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li:hover i {
    color: #000;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}


/* banner */

.banner .swiper-pagination-bullet {
    background-color: transparent;
    color: #fff;
    opacity: 1;
    font-size: 1.5rem;
    font-family: Montserrat-Light;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    position: relative;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin-right: 80px;
}

.banner .swiper-button-next {
    right: 10%;
    opacity: 0;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.banner .swiper-button-prev {
    left: 10%;
    opacity: 0;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.banner:hover .swiper-button-next {
    opacity: 1;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.banner:hover .swiper-button-prev {
    opacity: 1;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 146px;
}

.banner .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 58px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 30px;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: auto;
    color: #fff;
    background-color: none;
}

.banner_ico {
    display: inline-block;
    color: #fff;
}

.banner_index .swiper-pagination-bullet {
    width: 35px;
    height: auto;
    color: #fff;
    background: none;
    opacity: 1;
}

.banner_index .swiper-pagination-bullet {
    position: relative;
}

.banner_index .swiper-pagination-bullet-active::after {
    position: absolute;
    top: 50%;
    left: 110%;
    width: 0px;
    background: #fff;
    height: 1px;
    content: "";
    display: block;
    transform: translateY(-50%);
    opacity: 1;
}

.banner_index .swiper-pagination-bullet-active {
    /* color: #79d3ee; */
}

.banner_index .swiper-pagination-bullet-active::after {
    width: 60px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.banner_index {
    position: absolute;
    left: 0;
    bottom: 18%;
    text-align: center;
    z-index: 55;
    width: 100%;
}

.banner_index .swiper-pagination {
    position: relative;
    ;
    display: inline-block;
}

.banner_ico {
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.banner_index .swiper-pagination-bullet-active {
    margin-right: 70px;
}

.scrll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 10px;
    z-index: 44;
    text-align: center;
    cursor: pointer;
}

.scrll>p {
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.scrll img {
    animation: myfirst 1s infinite;
    width: 77%;
}

.banner_text {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    width: 100%;
}

.banner_text p:nth-child(1) {
    font-size: 6.3rem;
    line-height: 70px;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.2);
    text-align: right;
    font-weight: 600;
}

.banner_text p:nth-child(2) {
    font-size: 3.9rem;
    line-height: 40px;
    color: #ffffff;
    margin-top: 20px;
    text-align: right;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}


/* 首页产品 */

.index_pro_list {
    text-align: center;
}

.index_pro_name {
    font-size: 1.9rem;
    color: #222222;
    line-height: 30px;
}

.index_pro_list .iconfont {
    font-size: 40px;
    color: #676767;
}

.index_pro_swiper .swiper-wrapper {
    padding: 37px 0 43px 0;
}

.index_pro_swiper .swiper-slide {
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
}

.index_pro_swiper .swiper-slide:hover .iconfont {
    color: #10a942;
    transform: rotateY(360deg);
    transition: all .6s;
}

.index_pro_swiper .swiper-slide:hover .index_pro_name {
    color: #10a942;
}

.index_pro_swiper .swiper-slide:first-child {
    border-left: 1px solid #e0e0e0;
}

.index_pro_swiper .swiper-slide.active .index_pro_list .iconfont,
.index_pro_swiper .swiper-slide.active .index_pro_name {
    color: #1bac4a;
}

.indexpro_img_list {
    position: relative;
    display: none;
}

.indexpro_img_list.active {
    display: block;
}

.indexpro_img_bg {
    overflow: hidden;
}

.indexpro_img_susp {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: -100%;
    width: 40%;
    z-index: 9;
    height: 100%;
    transition: all 1s;
}

.indexpro_img_list.active .indexpro_img_susp {
    right: 0;
    transition: 1s linear 1s;
}

.indexpro_img_susp_con {
    position: absolute;
    top: 50%;
    left: 85px;
    transform: translateY(-50%);
}

.title {
    font-size: 4rem;
    line-height: 50px;
    color: #ffffff;
}

.index_pro .title {
    margin-bottom: 37px;
}

.indexpro_img_ul li {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.indexpro_img_ul li a {
    color: #cacaca;
}

.indexpro_img_ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #f4f4f4;
    transform: rotate(45deg);
    margin-right: 20px;
}

.indexpro_img_ul li.active::before {
    background-color: #1bac4a;
}

.indexpro_img_ul li.active a {
    color: #1bac4a;
}

.indexpro_img_susp::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -32.5px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: #1bac4a url(../img/jt.png) no-repeat 80%;
    background-size: 69% 66%;
    background-position: center;
}


/* .indexpro_img_list.active .indexpro_img_bg img {
    transform: scale(1.2);
    transition: transform 30s ease;
    overflow: hidden;
} */


/* 热门推荐 */

.reimen_ul li {
    float: left;
    width: 33.3%;
    text-align: center;
}

.reimen_ul_icon {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #d4d4d4;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.remen_ul_name {
    font-size: 1.5rem;
    line-height: 35px;
    color: #5c5c5c;
    margin-top: 10px;
}

.reimen_text {
    /* position: absolute;
    bottom: 10px;
    width: 80%; */
    margin-top: 30px;
}

.tuijian_swiper {
    padding: 0 2px;
    margin-top: 40px;
}

.tuijian_swiper .swiper-slide {
    border-right: 1px solid #e4e4e4;
}

.tuijian_swiper .swiper-slide:hover .reimen_img img {
    transition: all .6s;
    transform: scale(1.2);
}

.tuijian_swiper .swiper-slide:hover .reimen_title {
    color: #1bac4a;
}

.tuijian_swiper .swiper-slide:first-child {
    border-left: 1px solid #e4e4e4;
}

.tuijian_list_con {
    width: 80%;
    margin: 0 auto;
}

.tuijian_swiper .swiper-wrapper {
    padding: 0 0 70px 0;
}

.tuijian {
    padding: 80px 0 60px 0;
}

.tuijian .swiper-pagination {
    font-size: 1.6rem;
    line-height: 8px;
}

.tuijian .title {
    color: #000000;
}

.futitle {
    font-size: 1.7rem;
    line-height: 33px;
    color: #6c6c6c;
}

.reimen_title {
    font-size: 2rem;
    line-height: 3;
    color: #333;
    margin-bottom: 18px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tuijian .swiper-button-prev {
    position: absolute;
    top: 98%;
    left: 45%;
    background-size: 16px 19px;
    width: 40px;
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
}

.tuijian .swiper-button-next {
    position: absolute;
    top: 98%;
    right: 45%;
    background-size: 16px 19px;
    width: 40px;
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
}

.tuijian .swiper-button-prev,
.tuijian .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4d4d4'%2F%3E%3C%2Fsvg%3E");
}

.tuijian .swiper-button-next,
.tuijian .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4d4d4'%2F%3E%3C%2Fsvg%3E");
}


/* 公司介绍 */

.gsjs .fl,
.gsjs .fr {
    width: 50%;
}

.gsjs {
    background-color: #f8f8f8;
}

.gsjs_fl_con_div2 {
    /* padding: 35px 0; */
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 40px 0 32px 0;
    font-size: 1.7rem;
    line-height: 33px;
    color: #414141;
}

.gsjs_fl_con_div2 div {
    margin: 35px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gsjs_fl_con {
    padding: 50px 50px 53px 24.3%;
}

.gsjs .title {
    color: #000000;
}

.huojiang li {
    width: 50%;
    float: left;
}

.huojiang li div:nth-child(1) {
    color: #1bac4a;
    font-size: 1.8rem;
}

.huojiang li div:nth-child(1) span {
    font-size: 3.8rem;
    line-height: 45px;
    font-weight: bold;
}

.huojiang li div:nth-child(2) {
    font-size: 1.7rem;
    line-height: 33px;
    color: #414141;
}


/* 面包屑导航 */

.bread_daohang {
    height: 56px;
    line-height: 54px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.bread_daohang .fl a,
.bread_daohang .fl {
    font-size: 1.5rem;
    color: #7a7a7a;
}

.bread_daohang .fr ul li {
    float: left;
    padding: 0 0 0 30px;
}

.bread_daohang .fr ul li a {
    font-size: 1.6rem;
    color: #848484;
}

.bread_daohang .fr ul li.active a {
    color: #1bac4a;
}

.xiangmu .title,
.list_pro .title,
.list_zizhi .title,
.list_lianxi .title {
    color: #000;
    margin-bottom: 30px;
}

.xiangmu_ul_con {
    font-size: 1.6rem;
    line-height: 30px;
    background-color: #fff;
    padding: 27px 30px;
}

.xiangmu_ul_con a {
    color: #656565;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.xiangmu_ul>li {
    width: 31.8%;
    margin: 0 0 29px 26px;
    float: left;
}

.xiangmu_ul {
    margin-top: 40px;
}

.xiangmu_ul>li:nth-child(3n+1) {
    margin-left: 0;
}

.fenye {
    display: table;
    margin: 20px auto;
}

.fenye li {
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    padding: 0 15px;
}

.fenye li a {
    color: #666;
}

.fenye li.active {
    background-color: #1bac4a;
    color: #FFF;
}

.fenye li.active a {
    color: #fff;
}


/* 尾部 */

footer {
    background-color: #fff;
    padding: 53px 0 10px;
}

footer .footer_ul li {
    float: left;
    width: 22.9%;
    margin-left: 34px;
    border: solid 1px #e2e2e2;
    padding: 25px 0;
    cursor: pointer;
    box-shadow: 0px 3px 3px #eeeeee;
}

footer .footer_ul li:first-child {
    margin-left: 0;
}

footer .footer_ul li .clearfix {
    width: 50%;
    margin: 0 auto;
}

.footer_ul_title {
    font-size: 1.8rem;
    line-height: 33px;
    color: #222222;
}

.footer_ul_a {
    font-size: 1.4rem;
    color: #777777;
}

footer .footer_ul li .fl .iconfont {
    font-size: 3rem;
    margin-top: 7px;
    display: block;
}

footer .footer_ul li:hover {
    border: 1px solid #1bac4a;
}

footer .footer_ul li:hover .fl .iconfont,
footer .footer_ul li:hover .footer_ul_title,
footer .footer_ul li:hover .footer_ul_a {
    color: #1bac4a;
}

footer .footer_ul li:hover .iconfont {
    transform: rotate(360deg);
    transition: all .6s;
}

.footer_ul2 {
    margin-top: 44px;
margin-bottom:44px;
}

.footer_ul2 li {
    float: left;
    width: 13.6%;
}

.footer_ul2 li:last-child {
    width: 20%;
    padding-left: 45px;
   
}

.footer_ul2_li_title {
    font-size: 1.7rem;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
}

.footer_ul2_a {
    font-size: 1.6rem;
    line-height: 33px;
    color: #5c5c5c;
}

.footer_dicnhua {
    font-size: 2rem;
    line-height: 30px;
    color: #1bac4a;
}

.footer_time {
    font-size: 1.6rem;
    line-height: 33px;
    color: #5c5c5c;
}

.kefu {
    width: 120px;
    height: 34px;
    border: solid 1px #1bac4a;
    margin: 20px auto;
}

.kefu a {
    font-size: 1.5rem;
    line-height: 32px;
    color: #1bac4a;
    text-align: center;
}

.bdsharebuttonbox .iconfont {
    background: transparent !important;
    font-size: 2rem !important;
    color: #717171 !important;
    margin: 0 !important;
    margin-right: 8px !important;
    padding-left: 0 !important;
    float: none!important;
    display: inline-block;
    text-align: center;
}

.bdsharebuttonbox a {
    display: inline-block!important;
}

.fernxiang_text {
    font-size: 1.3rem;
    color: #5c5c5c;
    margin-right: 2px;
}

.neiye_banner_a {
    position: absolute;
    top: 60%;
    left: 4%;
    width: 100%;
}

.neiye_banner_a a {
    color: #e7ae5f;
    font-size: 1.9rem;
    line-height: 33px;
}

.neiye_banner .swiper-container-horizontal>.swiper-pagination-bullets,
.neiye_banner .swiper-pagination-custom,
.neiye_banner .swiper-pagination-fraction {
    bottom: 40px;
}

.neiye_banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.neiye_banner .swiper-pagination-bullet-active {
    position: relative;
}

.neiye_banner .swiper-pagination-bullet-active::before {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    left: -4px;
    top: -4px;
    position: absolute;
}

.neiye_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 7px;
}

.fenlei {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #dfdfdf;
    display: none;
}

.fenlei_ul li {
    margin-left: 60px;
    float: left;
}

.fenlei_ul li a {
    font-size: 1.8rem;
    color: #000000;
    position: relative;
}

.fenlei_ul li.active a {
    color: #1bac4a;
}

.fenlei_ul li.active a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1bac4a;
}

.fenlei_ul li:hover a {
    color: #1bac4a;
}

.fenlei_ul li a::before {
    position: absolute;
    bottom: -1px;
    content: "";
    left: 0;
    height: 3px;
    background-color: #1bac4a;
    display: block;
    width: 0;
}

.fenlei_ul li:hover a::before {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    width: 100%;
}

.list_pro {
    padding-top: 80px;
}

.list_pro_ul {
    margin: 30px auto 60px;
    display: table;
}

.list_pro_ul li {
    /* width: 114px; */
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border: solid 1px #d5d5d5;
    text-align: center;
    float: left;
    margin-left: 18px;
    position: relative;
    cursor: pointer;
}

.list_pro_ul li:first-child {
    margin-left: 0;
}

.list_pro_ul li a {
    font-size: 1.5rem;
    color: #656565;
}

.list_pro_ul li.active {
    background-color: #1bac4a;
}

.list_pro_ul li.active a {
    color: #fff;
}

.list_pro_ul li.active::before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    transform: rotate(180deg);
    content: "";
    display: block;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #1bac4a;
}

.list_pro_list_con {
    background-color: #fff;
    padding:9px;
}

.list_pro_miaoshu {
    font-size: 1.5rem;
    line-height: 30px;
    color: #5c5c5c;
    text-align: center;
    margin: 10px 0 20px 0;
}

.list_pro_miaoshu p:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_pro_miaoshu p:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_pro_miaoshu.list_pro_miaoshu1 p:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 60px;
}

.list_pro_list .reimen_title {
    margin-bottom: 0px;
}

.list_pro_list .xiangmu_ul>li:hover .reimen_title {
    color: #1bac4a;
}

.article_pro_div1 {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 30px;
}

.article_proi_qiahaun_con .col-md-2 {
    margin-bottom: 40px;
}

.article_pro_fr,
.article_pro_fl {
    width: 50%;
    float: left;
}

.article_pro .swiper-button-next,
.article_pro .swiper-container-rtl .swiper-button-prev {
    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") 80% 80% no-repeat;
    width: 35px;
    height: 35px;
    background-position: center;
    border: 8px solid rgba(204, 204, 204, 0.2);
}

.article_pro .swiper-button-prev,
.article_pro .swiper-container-rtl .swiper-button-next {
    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat;
    width: 35px;
    height: 35px;
    background-position: center;
    border: 8px solid rgba(204, 204, 204, 0.2);
}

.article_pro_fr {
    padding: 50px 15px 161px 35px;
}

.article_pro_title {
    font-size: 2.5rem;
    line-height: 33px;
    color: #000000;
}

.article_pro_div2 {
    color: #000000;
    margin: 30px 0;
}

.article_pro_div2 span {
    font-size: 1.7rem;
}

.article_fr_ul>li {
    font-size: 1.6rem;
    line-height: 35px;
    letter-spacing: 0px;
    color: #636363;
}

.article_fr_ul>li::before {
    width: 6px;
    height: 6px;
    background-color: #1bac4a;
    border-radius: 50%;
    margin-right: 10px;
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
}

.article_pro_qiehuan_div {
    height: 75px;
    line-height: 75px;
    background-color: #ededed;
}

.article_pro_qiehuan {
    display: table;
    margin: 0 auto;
}

.article_pro_qiehuan li {
    float: left;
    margin-left: 45px;
    font-size: 2.1rem;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.article_pro_qiehuan li:first-child {
    margin-left: 0;
}

.article_pro_qiehuan li::before {
    position: absolute;
    bottom: -1px;
    content: "";
    left: 0;
    height: 3px;
    background-color: #1bac4a;
    display: inline-block;
    width: 0;
}

.article_pro_qiehuan li:hover::before {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    width: 100%;
}

.article_pro_qiehuan li.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1bac4a;
}

.article_pro_qiehuan li.active,
.article_pro_qiehuan li:hover {
    color: #1bac4a;
}

.article_proi_qiahaun_con {
    padding: 65px 0 110px 0;
}

.articel_pro_qh_list_div1 {
    font-size: 1.6rem;
    line-height: 33px;
    color: #525252;
    margin-bottom: 60px;
}

.article_pro_qj_img {
    text-align: center;
}

.article_pro_qiehuan_list {
    display: none;
    font-size: 1.6rem;
}

.article_pro_qiehuan_list.active {
    display: block;
}


/* 加入我们 */

.joinus {
    padding: 95px 0 85px 0;
}

.sociology_col {
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 60px;
    font-weight: bold;
    background-color: #e5e5e5;
    padding: 0 10px;
}

.sociology_col span {
    width: 16.6%;
    float: left;
    text-align: center;
    display: block;
    font-size: 1.6rem;
}

.sociology_quan {
    color: #2f2f2f;
    font-size: 0.9375rem;
    margin-bottom: 3px;
    line-height: 60px;
}

.sociology_quan {
    background: #e5e5e5;
}

.sociology_quan.active .sociology_top {
    background: #1cae4f;
    color: #fff;
    padding: 0 10px;
}

.sociology_top {
    background-color: #e5e5e5;
    cursor: pointer;
}

.sociology_top>span {
    width: 16.6%;
    float: left;
    text-align: center;
    display: block;
    font-size: 1.7rem;
}


/* .sociology_top>span:nth-child(1) {
    font-size: 2.1rem;
} */

.sociology_span {
    color: #1cae4f;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
}

.sociology_span span:nth-of-type(2) {
    display: none;
}

.sociology_bott p {
    font-size: 1.8rem;
    color: #000000;
}

.sociology_bott {
    background: #fff;
    padding: 27px 150px 30px 40px;
    line-height: 32px;
    border: solid 1px #e5e5e5;
    font-size: 1.5rem;
}

.sociology_bott div {
    border-bottom: 1px solid #e5e5e5;
}

.sociology_bott p span {
    display: inline-block;
    margin-left: 90px;
}

.sociology_bott a {
    color: #fff;
    font-size: 1.8rem;
    line-height: 48px;
    padding: 0 28px;
    background: #1cae4f;
    margin-top: 30px;
    border: none;
    display: inline-block;
}

.sociology_bott {
    display: none;
}

.sociology_quan.active {
    margin-bottom: 0;
}

.sociology_quan.active .sociology_bott {
    display: block;
}

.sociology_quan.active .sociology_span span:nth-of-type(2) {
    display: block;
}

.sociology_quan.active .sociology_span span:nth-of-type(1) {
    display: none;
}

.joinus_top_inp {
    border: 1px solid #e5e5e5;
    line-height: 55px;
    width: 100%;
}

.joinus_top_inp input {
    width: 93%;
    float: left;
    border: none;
    padding-left: 22px;
    font-size: 1.6rem;
}

.joinus_top_inp button {
    background: none;
    border: none;
    color: #989898;
    width: 7%;
}

.joinus_fen {
    border: 1px solid #e5e5e5;
    border-top: none;
    line-height: 55px;
}

.joinus_fen select {
    width: 100%;
    height: 55px;
    padding: 0 15px 0 22px;
    border: none;
    font-size: 1.6rem;
    color: #6c6c6c;
    outline: none;
}

.joinus_fen .row>div:nth-of-type(2) {
    position: relative;
}

.li_select {
    font-size: 1.6rem;
    padding-left: 20px;
}

.li_select a {
    color: #757575;
}

.joinus_fen .row>div:nth-of-type(2)::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "|";
    display: block;
    transform: translateY(-50%);
    color: #e5e5e5;
}

.joinus_fen .row>div:nth-of-type(2)::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "|";
    display: block;
    transform: translateY(-50%);
    color: #e5e5e5;
}

.list_rongyu_year {
    font-size: 1.6rem;
    line-height: 30px;
    color: #656565;
}

.list_rongyu_name {
    font-size: 1.6rem;
    color: #1bac4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_rongyu_name span {
    font-size: 1.8rem;
}

.list_rongyu_con {
    padding: 28px 0;
    border-top: 1px solid #f8f8f8;
    background-color: #fff;
}

.list_zizhi .xiangmu_ul li {
    background-color: #fff;
}

.list_zizhi .xiangmu_ul li>a {
    padding: 34px 63px;
}


/* 关于我们页面 */

.neiye_banner2_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.neiye_banner2_text p:nth-child(1) {
    font-size: 4rem;
    line-height: 40px;
    color: #ffffff;
}

.neiye_banner2_text p.colo {
    margin-bottom: 30px;
    color: #000;
}

.neiye_banner2_text p:nth-child(2) {
    font-size: 2rem;
    line-height: 33px;
    color: #505050;
}

.list_about_con {
    margin: 40px 0;
    font-size: 16px;
    line-height: 2;text-indent: 2em;
    color: #656565;
}

.list_about_ul li {
    margin-bottom: 30px;
}

.list_about_ul li:last-child {
    margin-bottom: 0;
}

.list_about_ul li:nth-child(odd) .list_about_ul_li_fl {
    width: 49%;
    margin-right: 1%;
}

.list_about_ul li:nth-child(odd) .list_about_ul_li_fr {
    width: 49%;
    margin-left: 1%;
}

.list_about_ul li:nth-child(even) .list_about_ul_li_fl {
    width: 49%;
    margin-left: 1%;
    float: left;
}

.list_about_ul li:nth-child(even) .list_about_ul_li_fr {
    width: 49%;
    margin-right: 1%;
    float: right;
}

.list_about_title {
    font-size: 2rem;
    line-height: 35px;
    color: #10a942;
}

.list_about_li_con {
    font-size: 1.6rem;
    color: #656565;
    line-height: 33px;
}

.list_about_ul li:nth-child(1) .list_about_ul_li_fr {
    padding-top: 40px;
}

.list_about,
.list_lianxi {
    padding: 90px 0 70px 0;
}

.liuyan_swiper {
    margin: 60px 0 0 0;
}

.liuyan_swiper .lianxi_icon {
    display: block;
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    border: solid 1px #dadada;
    border-radius: 50%;
    margin: 0 auto;
}

.liuyan_swiper .lianxi_icon span {
    font-size: 4rem;
    color: #10a942;
}

.lianxi_div1 {
    font-size: 1.9rem;
    line-height: 35px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.lianxi_div2 {
    font-size: 1.6rem;
    color: #656565;
    text-align: center;
}

.banner .swiper-wrapper .swiper-slide:nth-child(3) .banner_text p:nth-child(1) {
    text-align: left;
    color: #54524e;
    /* text-shadow: 2px 2px 5px #222222; */
}


/* 在线留言 */


/* 在线留言 */

.message_fom {
    margin-top: 70px;
}

.message_size p:nth-of-type(1) {
    color: #000000;
    font-size: 1.5rem;
    padding-bottom: 18px;
}

.message_size {
    color: #626262;
    font-size: 1.7rem;
    line-height: 32px;
    margin-bottom: 25px;
}

.message_inp>div:nth-of-type(1) {
    width: 25%;
    float: left;
    color: #474747;
    font-size: 1.7rem;
    line-height: 55px;
    text-align: right;
}

.message_inp>div:nth-of-type(1) span {
    color: red;
}

.message_inp>div:nth-of-type(2) {
    width: 70%;
    float: right;
}

.message_er>div input,
.message_inp>div input,
.message_inp>div select {
    border: 1px solid #dddddd;
    width: 100%;
    line-height: 55px;
    height: 55px;
    font-size: 1.7rem;
    padding: 0 10px;
    outline: none;
}

.message_er>div:nth-of-type(1) {
    width: 8%;
    float: left;
    color: #474747;
    font-size: 1.7rem;
    line-height: 55px;
    /* padding-left: 2%; */
    text-align: right;
}

.message_fom form .col-md-4 {
    margin-bottom: 20px;
}

.message_er>div:nth-of-type(2) {
    width: 90.5%;
    float: right;
}

.message_er {
    margin: 22px 0;
}

.message_text div:nth-of-type(1) {
    width: 8.5%;
    float: left;
    color: #474747;
    font-size: 1.7rem;
    line-height: 55px;
    text-align: right;
}

.message_text div:nth-of-type(2) {
    width: 90.5%;
    float: right;
}

.message_text div textarea {
    border: 1px solid #dddddd;
    width: 100%;
    height: 142px;
    font-size: 1.7rem;
    padding: 10px;
}

.message_butt div:nth-of-type(2) {
    color: #ff0000;
    font-size: 1.7rem;
    line-height: 55px;
    float: left;
}

.message_butt div:nth-of-type(1) {
    float: left;
    margin-right: 55px;
}

.message_butt div button {
    color: #fff;
    font-size: 2rem;
    border: 1px solid #1bac4a;
    background: #1bac4a;
    line-height: 55px;
    padding: 0 65px;
}

.message_butt div button:hover {
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #1bac4a;
    border: 1px solid #1bac4a;
}

.message_butt {
    margin-top: 22px;
    width: 90.5%;
    float: right;
}


/* 公司新闻 */

.select-box {
    position: absolute;
    z-index: 100;
    top: 50px;
    right: 15px;
    width: 290px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    text-align: left;
    background: #fff;
}

.select-box .show {
    position: relative;
    height: 42px;
    padding: 0 28px 0 14px;
    line-height: 45px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.list_xuanze_div1_name {
    width: 292px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
}

.select-box .show .iconfont {
    position: absolute;
    right: 14px;
}

.select-box .hide1 {
    position: absolute;
    top: 99.99%;
    left: -1px;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    display: none;
}

.select-box .hide1 li {
    height: 40px;
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
    padding: 0 14px;
    cursor: pointer;
}

.xuanze_ul {
    background-color: #fff;
}

.list_news_ul {
    margin-top: 55px;
}

.list_news_ul li {
    padding: 28px;
    background-color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
}

.list_news_ul li:hover .list_news_fr_con_title {
    color: #10a942;
}

.list_news_ul li:hover .more {
    width: 130px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.list_news_ul li .fl {
    width: 39.5%;
}

.list_news_ul li .fr {
    width: 58.8%;
}

.list_news_fr_con {
    padding: 20px 0 0 10px;
}

.list_news_fr_con_data {
    font-size: 1.3rem;
    line-height: 33px;
    color: #929292;
}

.list_news_fr_con_title {
    font-size: 1.9rem;
    line-height: 33px;
    color: #000000;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_news_fr_content {
    font-size: 1.6rem;
    line-height: 33px;
    color: #929292;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.more {
    width: 115px;
    height: 40px;
    line-height: 36px;
    background-color: #28a94e;
    border-radius: 20px;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
    border: 1px solid #10a942;
}

.more:hover {
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #1bac4a;
    border: 1px solid #1bac4a;
}

.list_cx_xl .fl:nth-child(1) {
    width: 13%;
    font-size: 1.8rem;
    line-height: 60px;
    color: #484848;
}

#span_jxs,
#span_jxs_son {
    width: 24.6%;
    float: left;
}

#span_jxs_sec {
    width: 28%;
}

.list_cx_xl .fr {
    width: 9.8%;
}

#span_jxs,
#span_jxs_sec {
    float: left;
    height: 60px;
    line-height: 60px;
}

.list_cx_xl #span_jxs select,
.list_cx_xl #span_jxs_son select,
.list_cx_xl #span_jxs_sec select {
    width: 90%;
    height: 60px;
    border: solid 1px #d9d9d9;
    padding: 0 25px;
    font-size: 1.6rem;
    /* appearance: none; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background-color: #fff;
    background: url("../img/shang.png") no-repeat 90% 20px #fff;
    outline: none;
}

.list_cx_xl .fr:nth-child(4) select {
    width: 80%;
}

.list_cx_xl .fr {
    height: 60px;
    line-height: 60px;
}

.list_cx_xl .fr input {
    width: 79%;
    border: none;
    border: solid 1px #d9d9d9;
    font-size: 1.6rem;
    padding: 0 10px;
}

.list_cx_xl .fr button {
    width: 100%;
    border: none;
    background-color: #1bac4a;
    color: #fff;
    border: 1px solid #1bac4a;
    font-size: 1.8rem;
}

.list_cx_xl .fr button:hover {
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #1bac4a;
    border: 1px solid #1bac4a;
}

.list_jxs_xh {
    margin-top: 35px;
}

.list_jxs_xh tbody tr:nth-child(1) {
    height: 61px;
    line-height: 61px;
    background-color: #10a942;
    color: #fff;
    font-size: 2rem;
}

.list_jxs_xh tbody tr:nth-child(1) td {
    padding: 0;
    line-height: 61px;
    border: none;
    font-size: 2rem;
}

.list_jxs_xh tbody tr td {
    border: none;
    font-size: 1.6rem;
    line-height: 50px;
    height: 50px;
}

.list_jxs_xh tbody tr td:nth-child(1) {
    text-align: center;
    width: 10%;
}

.list_jxs_xh tbody tr td:nth-child(2) {
    padding-left: 100px;
}

.list_jxs_xh tbody tr {
    border: 1px solid #e5e5ee;
}

.list_cs_jieguo {
    padding: 15px 0 22px 0;
    margin-top: 22px;
    border-top: 1px solid #d9d9d9;
}

.list_cs_jieguo .fl {
    font-size: 2rem;
    line-height: 33px;
    color: #4d4d4d;
}

.list_cs_jieguo .fr {
    font-size: 1.5rem;
    line-height: 33px;
    color: #4d4d4d;
}

.list_jxs_xh li .fl,
.list_jxs_xh li .fr {
    width: 50%;
}

.why {
    background-color: #282828;
    padding: 80px 0 99px 0;
}

.why .why_fl1 .why_ul li .fl:nth-child(1) div,
.why_fl_fr .why_ul li .fr:nth-child(2) div {
    background: url(../img/3.png) no-repeat;
    color: #676767;
    background-size: 100% 100%;
    width: 90px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    font-size: 50px;
    margin-right: 30px;
}

.why .why_fl1 .why_ul li:hover .fl:nth-child(1) div,
.why_fl_fr .why_ul li:hover .fr:nth-child(2) div {
    background: url(../img/2.png) no-repeat;
    color: #fff;
}

.why_fl_fr .why_ul li .fr:nth-child(2) div {
    margin-right: 0;
    float: right;
}

.why_title {
    font-size: 2rem;
    line-height: 33px;
    color: #ffffff;
}

.why_con {
    color: #fff;
    font-size: 1.7rem;
    line-height: 33px;
    color: #7c7c7c;
}

.why_con p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why_fl2 {
    width: 31.17%;
    position: relative;
    margin-top: 58px;
}

.why_fl1,
.why_fl_fr {
    width: 34.415%;
    margin-top: 90px;
}

.why_img {
    margin: 0 auto 0;
    display: table;
    position: relative;
    /* padding: 40px; */
    border: 1px solid #10a942;
    border-radius: 50%;
    border: 1px solid #10a942;
    border-radius: 50%;
    padding: 20px;
}

.why_fl2_bg {
    /* background: url(../img/8.png); */
    animation: spin 5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding: 20px; */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.why_img img {
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 40px #10a942;
    position: relative;
    /* margin: 20px; */
}

.why_fl1 .why_ul li:nth-child(1),
.why_fl_fr .why_ul li:nth-child(1) {
    margin-bottom: 90px;
}

.why_fl1 .why_ul .fl:nth-child(1) {
    width: 22%;
}

.why_fl1 .why_ul .fl:nth-child(2) {
    width: 78%;
}

.why_fl_fr .why_ul .fl:nth-child(1) {
    width: 78%;
    text-align: right;
}

.why_fl_fr .why_ul .fr:nth-child(2) {
    width: 20%;
}

.index_news {
    padding: 80px 0 90px 0;
}

.index_news .index_news_swiper {
    margin-top: 40px;
}

.index_news .futitle,
.tuijian .futitle,
.gsjs .futitle {
    margin-top: 20px;
}

.index_news_list_con {
    padding: 25px;
    background-color: #fff;
    border: solid 2px #dcdcdc;
    position: relative;
}

.index_news_title {
    font-size: 2rem;
    line-height: 35px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.index_news_content {
    font-size: 1.6rem;
    line-height: 30px;
    color: #6e6e6e;
    margin: 10px 0 12px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_data::before {
    content: "";
    display: block;
    width: 67px;
    height: 1px;
    background-color: #cfcfcf;
    margin: 0 0 12px 0;
}

.index_news_data {
    font-size: 1.4rem;
    line-height: 21px;
    color: #626262;
}

.index_news_fr {
    width: 142px;
    height: 46px;
    line-height: 46px;
    background-color: #1bac4a;
    text-align: center;
    font-size: 1.6rem;
    position: absolute;
    right: -15px;
    opacity: 0;
}

.index_news_fr a,
.index_news_fr .iconfont {
    color: #fff;
}

.index_news_fr .iconfont {
    margin-left: 30px;
}

.index_news_ul .index_news_ul_li {
    float: left;
    width: 31%;
    margin-left: 30px;
}

.index_news_ul .index_news_ul_li:nth-child(1) {
    margin-left: 0;
}

.index_news .index_news_swiper .index_news_ul_li:hover .index_news_list_con {
    display: block;
    border: solid 2px #1bac4a;
    cursor: pointer;
}

.index_news .index_news_swiper .index_news_ul_li:hover .index_news_fr {
    opacity: 1;
    transition: all .6s;
}

.index_news .index_news_swiper .index_news_ul_li:hover img {
    transform: scale(1.2);
}


/* 二级菜单 */

.erjicaidan {
    height: 100%;
    background: #fff;
    position: fixed;
    top: 90px;
    border-top: 2px solid #1bac4a;
    left: 0;
    z-index: 9999;
    width: 100%;
    /* opacity: 0; */
    display: none;
}

.ejcd_title_span {
    font-size: 24px;
    line-height: 32px;
    color: #1bac4a;
    font-weight: 500;
    letter-spacing: 2px;
}

.ejcd_left_title {
    width: 30%;
    max-width: 160px;
    font-size: 24px;
    line-height: 32px;
    color: #1bac4a;
    font-weight: 500;
    letter-spacing: -2px;
    padding-bottom: 7px;
    border-bottom: 2px solid #1bac4a;
}

.ejcd_ul {
    margin-top: 50px;
}

.ejcs_li {
    margin-bottom: 35px;
}

.ejcs_li ul {
    width: 78%;
    padding-left: 7%;
}

.ejcs_li ul li {
    float: left;
    width: 29.3%;
    margin: 0 2%;
    line-height: 50px;
    max-height: 50px;
    padding-bottom: 9px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.ejcs_li ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    color: #272727;
    letter-spacing: -0.75px;
    font-weight: 300;
    text-align: center;
}

.ejcs_li ul li a:hover {
    color: #1bac4a;
}

.article_article .title {
    padding-bottom: 2px;
}

.article_article {
    padding: 60px 0;
}

.atricle_article_data {
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: center;
}

.atricle_article_data span {
    font-size: 1.4rem;
}

.atricle_article_data span:nth-child(1) {
    margin-right: 10px;
}

.articl_article_con {
    font-size: 1.6rem;
    line-height: 30px;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    color: #666;
}

.articl_article_con .over {
    width: 70%;
    margin: 15px auto;
}

.shangxia {
    padding: 30px 0;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.shangxia .left {
    width: 60%;
}

.shangxia .left a,
.shangxia .left {
    /* display: block; */
    font-size: 1.5rem;
    line-height: 30px;
    color: #666;
}

.shangxia .left a:hover,
.remen_news li:hover a {
    color: #10a942!important;
}

.shangxia .right {
    display: block;
    width: 135px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #1bac4a;
    transition: all 0.5s;
}

.shangxia .right:hover {
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #1bac4a;
    border: 1px solid #1bac4a;
}

.remen_news {
    padding: 60px 0;
}

.remen_news h4 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.remen_news li {
    font-size: 1.6rem;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.remen_news li a {
    color: #666;
}

.remen_news li:nth-child(odd) {
    margin-right: 2%;
}

.remen_news li:nth-child(even) {
    margin-left: 2%;
}

.article_anli_fl {
    width: 70%;
}
 
.article_anli_fr {
    width: 28%;
}

.article_anli_fr .article_anli_fr_top {
    background-color: #E7E7E7;
    padding:15px;
}

.article_didian {
    font-size: 2rem;
}

.article_didian span {
    margin: 0 4px 0;
}
.article_anli_fr li{list-style:none;}
.article_anli_fr_bottom {
    background-color: #717171;
    padding-top: 34%;
    margin-top: 30px;
}

.article_anli_fr_bottom p {
    line-height: 40px;
    font-size: 1.8rem;
    color: #fff;
    padding: 0px 15px 15px 15px;
}

.article_anli {
    padding: 30px 0;
    margin-top: 30px;
font-size:16px;
    border-top: 1px solid #e5e5e5;
}

.article_anli_shangxia {
    font-size: 1.6rem;
}

.article_anli_fenxiang {
    margin-top: 30px;
}

.article_anli_fenxiang_con {
    margin: 0 auto;
    display: table;
}

.article_anli_fenxiang .iconfont {
    display: inline-block!important;
    width: 40px!important;
    height: 40px!important;
    background-color: #717171!important;
    color: #fff!important;
    line-height: 40px!important;
    font-size: 2.4rem!important;
}


/* 常见问题 */

.list_qa_lits {
    padding-left: 10%;
    overflow: hidden;
}

.list_qa_lits li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}

.list_qa_lits {
    margin: 60px 0;
}

.list_qa_lits li h2 {
    font-size: 2rem;
}

.list_qa_lits li.active .list_qa_hide_con {
    display: block;
}

.list_qa_lits li.active i,
.list_qa_lits li.active h2 {
    color: #10a942;
}

.list_qa_lits li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -5.5555%;
    top: 3em;
    display: inline-block;
    border-left: 1px #ddd solid;
}

.mendian li .mendian_img {
    padding: 15px 15px 0;
    background-color: #fff;
}

.mdzs_con {
    height: 70px;
    line-height: 30px;
    background-color: #fff;
    font-size: 2rem;
    padding: 20px;
}

.mdzs_con a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_qa_hide_con {
    font-size: 1.6rem;
    line-height: 33px;
}

.list_qa_hide_con {
    display: none;
    padding: 30px 0;
}

.list_qa_lits i {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -7%;
    display: inline-block;
    font-size: 3rem;
}

.tanchu {
    background-color: rgba(0, 0, 0, 0.8);
    /* margin: 50px 0; */
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.tanchu_gb {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    right: -50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.tanchu_gb .iconfont {
    font-size: 2.2rem;
}

.tachu_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #10a942;
    box-shadow: 0 0 20px #10a942;
    color: #fff;
}

.tachu_icon .iconfont {
    font-size: 2.6rem;
}

.tanchu_name {
    font-size: 1.6rem;
    margin-top: 15px;
    color: #878787;
}

.tanchu_swiper_con {
    margin: 0 auto;
    display: table;
}

.tanchu_swiper .swiper-wrapper {
    padding: 30px 0;
}

.tanchu .swiper-slide {
    position: relative;
}

.tanchu .swiper-slide::before {
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    background: url(../img/10.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    left: -18%;
    line-height: 60px;
}

.tanchu .swiper-slide:nth-child(1)::before {
    background: none;
}

.tanchu_con {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 60px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.tanchu .title {
    font-size: 3rem;
    color: #6c6c6c;
}

.tanchu_inp .ranchu_name {
    float: left;
    margin-bottom: 20px;
}

.ranchu_name span:nth-child(1) {
    color: red;
}

.tanchu_inp .ranchu_name:nth-child(odd) {
    width: 48%;
    margin-right: 2%;
}

.tanchu_inp .ranchu_name:nth-child(even) {
    width: 48%;
    margin-left: 2%;
}

.ranchu_name span:nth-child(2) {
    line-height: 45px;
    height: 45px;
    font-size: 1.6rem;
    margin-right: 10px;
    color: #6c6c6c;
}

.ranchu_name input {
    width: 88%;
    border: none;
    line-height: 45px;
    height: 45px;
    font-size: 1.6rem;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #6c6c6c;
}

.ranchu_name {
    margin-bottom: 20px;
}

.ranchu_name.ranchu_name1 {
    width: 100%!important;
    float: none;
}

.ranchu_name.ranchu_name1 span {
    vertical-align: top;
    line-height: 20px;
    margin-top: 20px;
}

.ranchu_name textarea {
    width: 88%;
    height: 200px;
    border: 1px solid #e5e5e5;
    font-size: 1.6rem;
    padding: 15px;
}

.ranchu_name1 {
    border: none;
}

.baoxiu_tijiao {
    display: table;
    margin: 0 auto;
}

.baoxiu_tijiao button {
    width: 140px;
    height: 45px;
    line-height: 45px;
    background-color: #10a942;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    border: none;
    border: 1px solid #10a942;
}

.baoxiu_tijiao button:hover {
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #1bac4a;
    border: 1px solid #1bac4a;
}

.tanchu form {
    margin-top: 20px;
}

.modal-dialog {
    margin-top: 10%;
}

.article_pro {
    margin-top: 100px;
}

.line30 {
    line-height: 30px;
}

.reimen_ul {
    display: none;
}

@media (max-width:1900px) {
    .gsjs_fl_con_div2 div {
        margin: 20px 0;
    }
}

@media (max-width:1800px) {
    .gsjs_fl_con {
        padding: 40px 50px 40px 24.3%;
    }
}

@media (max-width:1700px) {
    .pal {
        padding-left: 12.6%;
    }
    .pccd_fr {
        width: 14%;
    }
    /* .pc_center {
        width: 80%;
    } */
    footer .footer_ul li {
        width: 22.7%;
    }
    .gsjs_fl_con_div2 {
        margin: 20px 0 18px 0;
    }
    .why_con {
        font-size: 1.5rem;
    }
    .title {
        font-size: 2.5rem;
    }
}

@media (max-width:1600px) {
    .pal {
        padding-left: 9.6%;
    }
    .pccd_fr {
        width: 16%;
    }
    .article_anli_fr_bottom {
        padding-top: 28%;
    }
}

@media (max-width: 1500px) {
    .pc_center {
        padding-left: 3%;
    }
    .pccd_fr {
        width: 16%;
    }
    .pccd .pal {
        padding-left: 30px;
    }
    .list_pro_list_con {
        padding:8px;
    }
    .gsjs .futitle {
        margin-top: 0px;
    }
    .gsjs_fl_con {
        padding: 20px 50px 20px 24.3%;
    }
}

@media (max-width: 1440px) {
    html,
    body {
        font-size: 9px;
    }
    .list_about,
    .list_lianxi {
        padding: 60px 0 60px 0;
    }
    .neiye_banner2_text p:nth-child(1),
    .title {
        font-size: 2.5rem;
    }
    .pt110 {
        padding-top: 60px;
    }
    .xiangmu .title,
    .list_pro .title,
    .list_zizhi .title,
    .list_lianxi .title {
        margin-bottom: 15px;
    }
    .list_about,
    .list_lianxi {
        padding: 60px 0;
    }
    .list_news_fr_content {
        -webkit-line-clamp: 2;
    }
    .list_pro {
        padding-top: 60px;
    }
    .tuijian .swiper-button-next {
        right: 43%;
    }
    .tuijian .swiper-button-prev {
        left: 43%;
    }
    .banner .swiper-button-next {
        right: 3%;
    }
    .banner .swiper-button-prev {
        left: 3%;
    }
    .banner_text p:nth-child(1) {
        font-size: 5rem;
        line-height: 50px;
    }
    .banner_text p:nth-child(2) {
        font-size: 3rem;
    }
    .tuijian,
    .why {
        padding: 60px 0;
    }
    .why .why_fl1 .why_ul li .fl:nth-child(1) div,
    .why_fl_fr .why_ul li .fr:nth-child(2) div {
        width: 67px;
        height: 75px;
        line-height: 75px;
        font-size: 30px;
    }
    .index_news {
        padding: 60px 0;
    }
    .article_article {
        padding: 40px 0;
    }
    .remen_news {
        padding: 40px 0;
    }
    .scrll img {
        animation: myfirst 1s infinite;
        width: 55%;
    }
    .list_qa_lits {
        margin: 30px 0;
    }
    .list_qa_lits i {
        left: -9%;
    }
    .list_qa_hide_con {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 1366px) {
    .gsjs_fl_con_div2 {
        margin: 10px 0 10px 0;
    }
    .gsjs_fl_con_div2 div {
        margin: 10px 0;
    }
    .gsjs_fl_con {
        padding: 15px 50px 15px 15.3%;
    }
}

@media (max-width: 1280px) {
    .pc_center {
        padding-left: 20px;
    }
    .cd {
        margin: 0 20px;
    }
    .header_search {
        width: 80px;
    }
    .pccd_fr {
        width: 26%;
    }
    .pc_center_ul li {
        padding: 0 10px;
    }
    .list_about_ul li:nth-child(1) .list_about_ul_li_fr {
        padding-top: 15px;
    }
    .banner_text p:nth-child(1) {
        font-size: 4rem;
        text-align: center;
    }
    .banner_text p:nth-child(2) {
        font-size: 2.6rem;
        text-align: center;
        margin-top: 0;
    }
    .indexpro_img_ul li {
        margin-bottom: 20px;
    }
    .index_pro .title {
        margin-bottom: 20px;
    }
    .index_news_list_con {
        padding: 15px;
    }
    .index_news_title {
        font-size: 1.8rem;
        line-height: 26px;
    }
}

@media (max-width: 1200px) {
    .joinus_fen .row>div:nth-of-type(3) {
        padding: 0 15px 0 5px;
    }
    .joinus_fen .row>div:nth-of-type(3) .li_select {
        padding-left: 0;
    }
    footer .footer_ul li {
        width: 23.7%;
    }
    footer .footer_ul li {
        margin-left: 15px;
        padding: 15px 0;
    }
    footer .footer_ul li .clearfix {
        width: 56%;
    }
    .footer_ul2 li:last-child {
        padding-left: 15px;
    }
    .neiye_banner2_text p:nth-child(1),
    .title {
        font-size: 3rem;
    }
    .xiangmu_ul>li {
        margin: 0 0 29px 20px;
    }
    .xiangmu_ul_con {
        padding: 20px 20px;
    }
    .list_cx_xl .fl:nth-child(1) {
        width: 15%;
    }
    .list_cx_xl .fl:nth-child(2),
    .list_cx_xl .fl:nth-child(3) {
        width: 20.6%;
    }
    .list_cx_xl .fl:nth-child(4) {
        width: 34%;
    }
    .list_news_fr_content {
        -webkit-line-clamp: 1;
    }
    .gsjs_fl_con {
        padding: 15px 50px 15px 6.3%;
    }
    .huojiang li div:nth-child(1) span {
        font-size: 2.8rem;
        line-height: 30px;
    }
    .gsjs_fl_con_div2 div {
        -webkit-line-clamp: 2;
    }
    .huojiang li:nth-child(1) {
        width: 60%;
    }
    .huojiang li:nth-child(2) {
        width: 40%;
    }
    .pc_center {
        width: 66%;
    }
    .pccd_fr {
        width: 17%;
    }
    .tuijian .swiper-button-next {
        right: 41%;
    }
    .tuijian .swiper-button-prev {
        left: 41%;
    }
    .why_con {
        line-height: 28px;
    }
    .why_fl1 .why_ul li:nth-child(1),
    .why_fl_fr .why_ul li:nth-child(1) {
        margin-bottom: 36px;
    }
    .why_fl_fr .why_ul .fr:nth-child(2) {
        width: 24%;
    }
    .why_fl_fr .why_ul .fl:nth-child(1) {
        width: 72%;
    }
    .why_fl1 .why_ul .fl:nth-child(1) {
        width: 26%;
    }
    .why_fl1 .why_ul .fl:nth-child(2) {
        width: 70%;
    }
    .why .wc {
        width: 90%;
    }
    .article_anli_fr_bottom {
        background-color: #717171;
        padding-top: 30%;
        margin-top: 15px;
    }
    .article_anli_fr_bottom p {
        line-height: 30px;
    }
    .article_article .article_anli_fr_top .title {
        padding-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .list_about,
    .list_lianxi {
        padding: 40px 0;
    }
    .list_about_con {
        margin: 25px 0;
    }
    .pt110 {
        padding-top: 40px;
    }
    .list_about,
    .list_lianxi {
        padding: 40px 0;
    }
    .liuyan_swiper .lianxi_icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .liuyan_swiper .lianxi_icon span {
        font-size: 3.5rem;
    }
    .message_fom {
        margin-top: 40px;
    }
    .list_pro {
        padding-top: 40px;
    }
    .pc_center {
        width: 100%;
    }
    .indexpro_img_ul li {
        margin-bottom: 10px;
    }
    .index_pro .title {
        margin-bottom: 15px;
    }
    .indexpro_img_susp::before {
        left: -25px;
        width: 50px;
        height: 50px;
    }
    .indexpro_img_susp {
        width: 50%;
    }
    .indexpro_img_susp_con {
        left: 56px;
    }
    .tuijian,
    .why {
        padding: 40px 0;
    }
    .index_news {
        padding: 40px 0;
    }
    .remen_news {
        padding: 40px 0;
    }
    .tanchu_con {
        width: 90%;
    }
    .tanchu_gb {
        right: -1px;
    }
}

@media (max-width: 990px) {
    body {
        padding-top: 75px!important;
        padding-bottom: 51px;
    }
    .erjicaidan {
        display: none!important;
    }
    .pccd {
        display: none;
    }
    .phonenav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
        height: 75px;
        line-height: 75px;
        border-bottom: 1px solid #ebebeb;
    }
    .ac span {
        width: 50px;
        height: 100%;
        text-align: center;
        display: inline-block;
        font-size: 3rem;
        color: #10a942;
    }
    .ds span {
        width: 50px;
        height: 100%;
        text-align: center;
        display: inline-block;
        font-size: 2.6rem;
        color: #10a942;
    }
    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .ds span.icon-cha {
        font-size: 3.2rem;
    }
    .bread_daohang {
        display: none;
    }
    .article_pro_fr,
    .article_pro_fl {
        width: 100%;
        float: none;
    }
    .article_pro_fr {
        padding: 15px 0px 40px 0px;
    }
    .article_pro_qiehuan_div {
        height: 50px;
        line-height: 50px;
    }
    .article_pro_qiehuan li {
        font-size: 1.8rem;
    }
    .article_proi_qiahaun_con {
        padding: 30px 0 40px 0;
    }
    footer {
        display: none;
    }
    .mobile-foot {
        display: block;
    }
    .mobile-foot {
        background: #10a942;
        padding: 8px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .mobile-foot a {
        color: #fff;
        height: 35px;
        line-height: 33px;
        border: 1px solid #fff;
        border-radius: 4px;
        text-align: center;
        width: 22%;
        padding: 0 15px;
        font-size: 15px;
        margin: 0 5px;
        transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        padding: 0px;
    }
    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .pull-right {
        float: right;
    }
    .pull-left {
        float: left;
    }
    .neiye_banner2_text p:nth-child(1),
    .title {
        font-size: 2.6rem;
        line-height: 30px;
    }
    .list_about_con {
        margin: 15px 0;
    }
    .phone_logo img {
        width: 160px;
    }
    .list_about_ul li:nth-child(odd) .list_about_ul_li_fl,
    .list_about_ul li:nth-child(even) .list_about_ul_li_fr {
        width: 100%;
        margin-right: 0;
    }
    .list_about_ul li:nth-child(odd) .list_about_ul_li_fr,
    .list_about_ul li:nth-child(even) .list_about_ul_li_fl {
        width: 100%;
        margin-left: 0%;
    }
    .list_about_ul li:nth-child(even) .list_about_ul_li_fl,
    .list_about_ul li:nth-child(odd) .list_about_ul_li_fr {
        padding-top: 15px;
    }
    .list_about,
    .list_lianxi {
        padding: 30px 0;
    }
    .xiangmu_ul>li {
        width: 31.4%;
    }
    .xiangmu_ul_con {
        padding: 15px;
        line-height: 26px;
    }
    .list_cx_xl .fl:nth-child(1) {
        width: 20%;
        height: 40px;
        line-height: 40px;
    }
    .list_cx_xl .fr {
        height: 40px;
        line-height: 40px;
    }
    .list_cx_xl .fl:nth-child(2),
    .list_cx_xl .fl:nth-child(3) {
        width: 16.6%;
    }
    .list_cx_xl .fl:nth-child(2) select,
    .list_cx_xl .fl:nth-child(3) select,
    .list_cx_xl .fl:nth-child(4) select {
        padding: 0 10px;
        width: 96%;
        height: 40px;
        line-height: 40px;
        background: url(../img/shang.png) no-repeat 94% 10px #fff;
    }
    .list_cx_xl .fl:nth-child(4) select {
        background: url(../img/shang.png) no-repeat 94% 10px #fff;
    }
    .list_cx_xl .fl:nth-child(4) {
        width: 37%;
    }
    .neiye_banner2_text p:nth-child(1) {
        margin: 10px;
    }
    .liuyan_swiper {
        margin: 30px 0 0 0;
    }
    .message_text div:nth-of-type(2) {
        width: 85.5%;
    }
    .message_text div:nth-of-type(1) {
        width: 13.5%;
    }
    .message_butt div button {
        line-height: 48px;
        padding: 0 49px;
    }
    .message_butt div:nth-of-type(1) {
        width: 100%;
    }
    .message_butt div:nth-of-type(1) button {
        margin: 0 auto;
        display: table;
    }
    .message_butt div:nth-of-type(2) {
        text-align: center;
        width: 100%;
    }
    .list_news_fr_content {
        margin-bottom: 10px;
    }
    .list_news_fr_con {
        padding: 0px 0 0 10px;
    }
    .select-box {
        position: relative;
        margin: 30px auto 0;
        top: 0;
    }
    .list_news_ul {
        margin-top: 30px;
    }
    .list_pro_ul li {
        margin-bottom: 15px;
    }
    .list_pro_ul li:nth-child(6) {
        margin-left: 0;
    }
    .xiangmu_ul>li:nth-child(even) {
        width: 48%;
        margin: 0 0 0 2%;
        margin-bottom: 15px;
    }
    .xiangmu_ul>li:nth-child(odd) {
        width: 48%;
        margin: 0 2% 0 0;
        margin-bottom: 15px;
    }
    .list_zizhi .xiangmu_ul li>a {
        padding: 20px;
    }
    .gsjs .fl,
    .gsjs .fr {
        width: 100%;
    }
    .huojiang li:nth-child(1) {
        width: 50%;
    }
    .huojiang li:nth-child(2) {
        width: 50%;
    }
    .gsjs_fl_con {
        padding: 30px 10%;
    }
    .scrll {
        display: none;
    }
    .banner_index {
        bottom: 5%;
    }
    .index_pro_swiper .swiper-wrapper {
        padding: 30px 0;
    }
    .index_pro_list .iconfont {
        font-size: 30px;
    }
    .why_fl2 {
        display: none;
    }
    .why_fl1,
    .why_fl_fr {
        width: 48%;
        margin-top: 60px;
    }
    .why_fl_fr .why_ul .fr:nth-child(2) {
        float: left;
        text-align: left;
    }
    .why_fl_fr .why_ul .fl:nth-child(1) {
        float: right;
        text-align: left;
    }
    .why_fl1 .why_ul .fl:nth-child(1) {
        width: 22%;
    }
    .index_news_ul .index_news_ul_li {
        margin-left: 25px;
    }
    .searchbox {
        top: 65px!important;
    }
    .article_anli_fl,
    .article_anli_fr {
        width: 100%;
    }
    .article_anli_fr .article_anli_fr_top,
    .article_anli_fr_bottom {
        padding: 15px;
    }
    .rightfix {
        display: none;
    }
    .joinus_fen .row>div:nth-of-type(2)::after,
    .joinus_fen .row>div:nth-of-type(2)::before {
        content: "";
    }
    .joinus_fen .row>div:nth-of-type(3) {
        padding: 0 15px 0 15px;
    }
    .joinus_fen .row>div:nth-of-type(3) .li_select {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 65px!important;
    }
    .phone_logo img {
        width: 120px;
    }
    .article_pro .swiper-button-next,
    .article_pro .swiper-container-rtl .swiper-button-prev,
    .article_pro .swiper-button-prev,
    .article_pro .swiper-container-rtl .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .article_pro_div2 {
        margin: 10px 0;
    }
    .article_fr_ul>li {
        line-height: 28px;
    }
    .article_pro_fr {
        padding: 15px 0px 20px 0px;
    }
    .article_proi_qiahaun_con {
        padding: 20px 0 20px 0;
    }
    .articel_pro_qh_list_div1 {
        margin-bottom: 20px;
        line-height: 26px;
    }
    .neiye_banner2_text p:nth-child(1),
    .title {
        font-size: 2.2rem;
        line-height: 28px;
    }
    .article_didian {
        font-size: 1.8rem;
    }
    .article_anli_fr_bottom p {
        font-size: 1.6rem;
        padding: 0px;
    }
    .list_about,
    .list_lianxi {
        padding: 30px 0;
    }
    .phonenav {
        height: 65px;
        line-height: 65px;
    }
    .pt110 {
        padding-top: 30px;
    }
    .xiangmu_ul>li:nth-child(odd) {
        width: 47.5%;
        margin: 0 2.5% 15px 0;
    }
    .xiangmu_ul>li:nth-child(even) {
        width: 47.5%;
        margin: 0 0 15px 2.5%;
    }
    .xiangmu_ul_con {
        padding: 10px;
    }
    .list_cx_xl .fl:nth-child(1),
    .list_cx_xl .fl:nth-child(2),
    .list_cx_xl .fl:nth-child(3),
    .list_cx_xl .fl:nth-child(4),
    .list_cx_xl .fr {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .list_cx_xl form {
        width: 80%;
        margin: 0 auto;
    }
    .list_cx_xl .fl:nth-child(2) select,
    .list_cx_xl .fl:nth-child(3) select,
    .list_cx_xl .fl:nth-child(4) select {
        width: 100%;
    }
    .list_jxs_xh tbody tr td:nth-child(1) {
        padding: 0 15px!important;
        line-height: 40px;
        height: 40px;
        vertical-align: middle;
    }
    .list_jxs_xh tbody tr:nth-child(1) {
        height: 50px;
        line-height: 50px;
    }
    .list_jxs_xh tbody tr td:nth-child(2),
    .list_jxs_xh tbody tr td:nth-child(3) {
        padding-left: 20px!important;
        line-height: 40px;
        height: 40px;
        vertical-align: middle;
    }
    .list_jxs_xh tbody tr:nth-child(1) td {
        font-size: 1.8rem;
    }
    .neiye_banner2_text p:nth-child(2) {
        display: none;
    }
    .list_about,
    .list_lianxi {
        padding: 30px 0;
    }
    .liuyan_swiper .lianxi_icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .liuyan_swiper .lianxi_icon span {
        font-size: 2.5rem;
    }
    .liuyan_swiper .swiper-wrapper {
        padding-bottom: 40px;
    }
    .list_lianxi {
        padding: 30px 0 15px;
    }
    .message_inp>div:nth-of-type(2),
    .message_inp>div:nth-of-type(1),
    .message_text div:nth-of-type(1),
    .message_text div:nth-of-type(2) {
        width: 100%;
        float: none;
        text-align: left;
    }
    .message_inp>div:nth-of-type(1) {
        line-height: 40px;
    }
    .message_fom form .col-md-4 {
        margin-bottom: 15px;
    }
    .message_er>div input,
    .message_inp>div input,
    .message_inp>div select {
        line-height: 44px;
        height: 44px;
    }
    .message_butt {
        width: 100%;
    }
    .message_butt div:nth-of-type(2) {
        line-height: 28px;
        margin-top: 10px;
    }
    .list_news_ul li {
        padding: 15px;
        margin-bottom: 15px;
    }
    .list_news_ul li .fl,
    .list_news_ul li .fr {
        float: none;
        width: 100%;
    }
    .list_pro {
        padding-top: 30px;
    }
    .list_pro .xiangmu_ul>li:nth-child(even) {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .list_pro .xiangmu_ul>li:nth-child(odd) {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .list_pro_ul li:nth-child(3n+1) {
        margin-left: 0;
    }
    .list_pro_ul li:nth-child(6) {
        margin-left: 15px;
    }
    .list_pro_ul {
        margin: 30px auto 20px;
    }
    .xiangmu_ul {
        margin-top: 20px;
    }
    .list_zizhi .xiangmu_ul li>a {
        padding: 10px;
    }
    .list_rongyu_con {
        padding: 10px 10px 15px;
    }
    .mdzs_con {
        height: 44px;
        line-height: 44px;
        font-size: 1.6rem;
        padding: 0 10px;
    }
    .joinus {
        padding: 35px 15px;
    }
    .joinus_top_inp {
        line-height: 45px;
    }
    .joinus_top_inp button {
        width: 12%;
    }
    .joinus_top_inp input {
        width: 88%;
    }
    .joinus_fen .col-md-4 select {
        border-top: 1px solid #e5e5e5;
    }
    .joinus_fen .col-md-4:nth-child(1) select {
        border-top: none;
    }
    .sociology_col {
        font-size: 0.8rem;
    }
    .sociology_top>span {
        font-size: 1.5rem;
    }
    .sociology_top>span:nth-child(1) {
        font-size: 1.5rem;
        width: 26%;
    }
    .sociology_col span:nth-of-type(6),
    .sociology_top>span:nth-of-type(6) {
        display: none;
    }
    .sociology_top>span {
        width: 18.5%;
    }
    .sociology_col span {
        width: 20%;
    }
    .sociology_bott {
        padding: 20px 15px;
    }
    .sociology_bott a {
        margin-top: 0px;
    }
    .sociology_bott {
        background: #f8f8f8;
        padding: 20px;
        line-height: 28px;
    }
    .sociology_quan {
        line-height: 50px;
    }
    .sociology_bott a {
        padding: 0 28px;
        margin-top: 20px;
        line-height: 40px;
    }
    .huojiang li:nth-child(1) {
        width: 48%;
        margin-right: 2%;
    }
    .huojiang li:nth-child(2) {
        width: 48%;
        margin-left: 2%;
    }
    .huojiang li div:nth-child(2) {
        margin: 8px 0 0 0;
        line-height: 22px;
    }
    .gsjs_fl_con {
        padding: 30px 15px;
    }
    .indexpro_img_susp,
    .indexpro_img_susp_con {
        position: static;
        width: 100%;
        top: 0;
        transform: translate(0, 0);
        padding: 0 0 15px 15px;
    }
    .indexpro_img_susp_con {
        padding: 0;
    }
    .indexpro_img_susp::before {
        content: "";
        display: block;
        position: static;
        background: none;
    }
    .indexpro_img_susp::before {
        height: 20px;
    }
    .wc {
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }
    .tuijian .swiper-button-next {
        right: 38%;
    }
    .tuijian .swiper-button-prev {
        left: 38%;
    }
    .tuijian_list_con {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .tuijian,
    .why {
        padding: 30px 0;
    }
    .index_news .futitle,
    .tuijian .futitle,
    .gsjs .futitle {
        margin-top: 10px;
    }
    .tuijian_swiper .swiper-wrapper {
        padding: 0 0 50px 0;
    }
    .tuijian .swiper-button-next,
    .tuijian .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .tuijian .swiper-pagination {
        line-height: 12px;
    }
    .why_fl1,
    .why_fl_fr {
        width: 100%;
        margin-top: 60px;
    }
    .why .wc {
        width: 100%;
    }
    .why_fl_fr .why_ul .fr:nth-child(2) {
        width: 22%;
        float: left;
    }
    .why_fl_fr .why_ul li .fr:nth-child(2) div {
        float: left;
    }
    .why_fl1 .why_ul .fl:nth-child(2) {
        width: 78%;
    }
    .why_fl1,
    .why_fl_fr {
        margin-top: 20px;
    }
    .why_fl_fr .why_ul .fl:nth-child(1) {
        width: 78%;
    }
    .why_fl1 .why_ul li:nth-child(1),
    .why_fl_fr .why_ul li:nth-child(1) {
        margin-bottom: 20px;
    }
    .index_pro_list .iconfont {
        font-size: 24px;
    }
    .index_pro_name {
        font-size: 1.6rem;
    }
    .banner_text p:nth-child(1) {
        font-size: 2.2rem;
    }
    .banner_text p:nth-child(2) {
        display: none;
    }
    .banner_index .swiper-pagination-bullet-active::after {
        width: 0px;
    }
    .banner_index .swiper-pagination-bullet-active {
        margin-right: 0;
    }
    .index_pro_swiper .swiper-wrapper {
        padding: 20px 0;
    }
    .index_news {
        padding: 30px 0;
    }
    .index_news_ul .index_news_ul_li:nth-child(3) {
        display: none;
    }
    .index_news_ul .index_news_ul_li {
        width: 49%;
    }
    .index_news_ul .index_news_ul_li:nth-child(1) {
        margin-right: 1%;
    }
    .index_news_ul .index_news_ul_li:nth-child(2) {
        margin-left: 1%;
    }
    .index_news_content {
        -webkit-line-clamp: 1;
    }
    .index_news_list_con {
        padding: 10px;
        border: solid 1px #dcdcdc;
    }
    .index_news .index_news_swiper .index_news_ul_li:hover .index_news_list_con {
        border: solid 1px #1bac4a;
    }
    .index_news_content {
        line-height: 20px;
        margin: 6px 0 12px 0;
    }
    .index_news_data::before {
        margin: 0 0 6px 0;
    }
    .index_news .index_news_swiper {
        margin-top: 15px;
    }
    .why_title {
        font-size: 1.8rem;
    }
    .article_article {
        padding: 30px 0;
    }
    .articl_article_con {
        line-height: 26px;
        padding: 15px 0;
        margin-top: 15px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        background-size: 16px 18px;
    }
    .remen_news {
        padding: 30px 0;
    }
    .shangxia .left,
    .shangxia .right {
        width: 100%;
        float: none;
    }
    .shangxia {
        padding: 20px 0;
    }
    .shangxia .right {
        margin-top: 15px;
    }
    .remen_news li:nth-child(odd) {
        margin: 0 0 0 0;
        width: 100%;
        float: none;
    }
    .remen_news li:nth-child(even) {
        width: 100%;
        float: none;
        margin: 0 0 0 0;
    }
    .article_article .title {
        padding-bottom: 15px;
    }
    .remen_news {
        padding: 15px 0;
    }
    .articl_article_con .over {
        width: 100%;
    }
    .why .why_fl1 .why_ul li:hover .fl:nth-child(1) div,
    .why_fl_fr .why_ul li:hover .fr:nth-child(2) div {
        background-size: 100%;
    }
    .index_news_fr {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .index_news_fr .iconfont {
        margin-left: 15px;
    }
    .list_pro_ul li {
        width: 100px;
        height: 45px;
        line-height: 45px;
        margin-left: 15px;
    }
    .ditu {
        margin-bottom: 20px;
    }
    .fenlei {
        height: 50px;
        line-height: 50px;
    }
    .fenlei_ul li {
        margin-left: 20px;
    }
    .article_anli {
        padding: 15px 0;
        margin-top: 15px;
    }
    .article_anli_fenxiang {
        margin-top: 15px;
    }
    .banner_index {
        display: none;
    }
    .reimen_text {
        margin-top: 10px;
    }
    .tanchu .title {
        font-size: 2rem;
    }
    .tanchu_con {
        padding: 40px 20px;
    }
    .tachu_icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tanchu_inp .ranchu_name:nth-child(odd) {
        width: 100%;
        margin: 0% 0 0 0;
    }
    .tanchu_inp .ranchu_name:nth-child(even) {
        width: 100%;
        margin: 0% 0 0 0;
    }
    .ranchu_name input {
        width: 100%;
    }
    .ranchu_name textarea {
        width: 100%;
        height: 125px;
    }
    .ranchu_name1 span {
        margin-top: 10px!important;
    }
    .tanchu_con {
        height: 500px;
        overflow-y: scroll;
        overflow-X: hidden;
    }
    .tanchu_con::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        background-color: rgb(201, 201, 201);
        width: 4px;
        height: 164px;
        position: absolute;
    }
    .tanchu_con::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 4px;
        /*高宽分别对应横竖滚动条的尺寸*/
    }
    .tanchu_con::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        display: block;
        background: #10a942;
    }
    .tanchu .swiper-slide::before {
        left: -29%;
    }
    .list_qa_lits {
        margin: 15px 0;
    }
    .list_qa_lits li h2 {
        font-size: 1.8rem;
    }
    .article_proi_qiahaun_con .col-md-2 {
        margin-bottom: 20px;
    }
    .xiangmu_ul_con a {
        text-align: center;
    }
    #span_jxs,
    #span_jxs_sec {
        width: 100%;
    }
    .list_cx_xl #span_jxs select,
    .list_cx_xl #span_jxs_son select,
    .list_cx_xl #span_jxs_sec select {
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: url(../img/shang.png) no-repeat 90% 15px #fff;
    }
    #span_jxs,
    #span_jxs_son {
        width: 100%;
    }
    .list_jxs_xh {
        margin-bottom: 50px;
    }
    .liuyan_swiper .swiper-pagination-bullet-active {
        background-color: #10a942;
    }
    .mendian li .mendian_img {
        padding: 8px 8px 0
    }
    .list_pro_miaoshu.list_pro_miaoshu1 p:nth-child(2) {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .tuijian .swiper-button-next {
        right: 35%;
    }
    .tuijian .swiper-button-prev {
        left: 35%;
    }
    .remen_ul_name {
        font-size: 1.3rem;
        line-height: 22px;
    }
    .reimen_title {
        font-size: 1.8rem;
        line-height: 20px;
    }
    .joinus_fen {
        line-height: 44px;
    }
}