﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: Arial, "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
    margin: 0;
    padding: 0;
    font-style: normal !important;
    font-variant: normal !important;
    color: #222;
    font-size: 12px;
}

html {
    font-size: 62.5%;
}

a {
    color: #7d7d7d;
    text-decoration: none;
    outline: none;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
}

a:hover {
    color: #e50060;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

.cell, .cell2, .cell3 {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.yh {
    font-family: "Microsoft Yahei", "微软雅黑";
}

a, img {
    border: 0px;
}

br {
    font-family: SimSun;
}

p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

i {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

br {
    margin: 0px;
    padding: 0px;
}

.clearheight {
    width: 100%;
    height: 1px;
    overflow: hidden;
}

input, select, textarea {
    font-family: "Microsoft Yahei";
    outline: none;
}

input[type="text"]:disabled {
    background-color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #969696;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #969696;
}

input:-ms-input-placeholder {
    color: #969696;
}

input::-webkit-input-placeholder {
    color: #969696;
}

/*common*/
.container {
    width: 100%;
}

.in_body {
    height: 100vh;
    overflow: hidden;
}

.wrap {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.wrap_c {
    margin: 0px 10%;
    padding: 0px;
}

.wrap_in {
    overflow: visible;
    margin: 0px 40px;
}

.topfr {
    overflow: hidden;
    background-color: #343434;
    padding: 20px 0px;
}

.topfr .fl {
}

.topfr .fl img {
    height: 32px;
    display: block;
}

.topfr .fr {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}

.topfr .fr a {
    color: #fff;
}

.banner {
    overflow: hidden;position:relative;
}

.banner_slide {
    width: 100%;
    height:400px;
    overflow: hidden;
    position: relative;
}

.banner_slide .swiper-slide {
    width: 100% !important;
    overflow: hidden;
    position: relative;
}

.banner_slide .swiper-slide b.b1 {
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
}

.banner_slide .swiper-slide .banner_c {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
}

.banner_slide .swiper-slide .banner_c p {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    opacity: 0;
}

.banner_slide .swiper-slide .banner_c p.p1 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 4px;
}

.banner_slide .swiper-slide .banner_c p.p2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 10px;
    font-weight: 100;
    margin-top: 20px;
}

.banner_slide .swiper-slide .banner_c p.p3 {
    margin-top: 40px;
}

.banner_slide .swiper-slide .banner_c p.p3 a {
    display: inline-block;
    line-height: 40px;
    border-radius: 40px;
    margin: 0px 30px;
    background-color: #76b52b;
    font-size: 14px;
    color: #fff;
    padding: 0px 40px;
}

.banner_slide .swiper-slide .banner_c p.p3 a:hover {
    opacity: 0.7;
}

.banner_slide .banner_prev {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #76b52b;
    background: url("../images/prev.png") center no-repeat rgba(255, 255, 255, 0.2);
    background-size: 70%;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
    z-index: 9999;
}

.banner_slide .banner_prev:hover {
    background: url("../images/prev.png") center no-repeat rgba(255, 255, 255, 0.9);
    background-size: 70%;
}

.banner_slide .banner_next {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #76b52b;
    background: url("../images/next.png") center no-repeat rgba(255, 255, 255, 0.2);
    background-size: 70%;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -30px;
    z-index: 9999;
}

.banner_slide .banner_next:hover {
    background: url("../images/next.png") center no-repeat rgba(255, 255, 255, 0.9);
    background-size: 70%;
}

.in_01 {
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative;
    z-index: 999;
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.in_01_slide {
    width: 100%;
    overflow: hidden;
}

.in_01_slide .swiper-slide {
    width: 12.5%;
    overflow: hidden;
    float: left;
}

.in_01_slide .swiper-slide a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.in_01_slide .swiper-slide a em {
    width: 100%;
    display: block;
    overflow: hidden;
    font-style: normal;
}

.in_01_slide .swiper-slide a em.em1 {
    text-align: center;
    margin-top: 20px;
}

.in_01_slide .swiper-slide a em.em1 span {
    display: inline-block;
    position: relative;
}

.in_01_slide .swiper-slide a em.em1 span img {
    width: 40px;
    display: block;
    margin: 0px auto;
    padding: 0px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
}

.in_01_slide .swiper-slide a em.em1 span img.img2 {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.in_01_slide .swiper-slide a em.em2 {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    position: relative;
    padding-bottom: 15px;
}

.in_01_slide .swiper-slide a em.em2 b {
    width: 0;
    height: 2px;
    display: block;
    overflow: hidden;
    background-color: #76b52b;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
}

.in_01_slide .swiper-slide a.on em.em2 b {
    width: 100%;
    left: 0px;
}

.in_01_slide .swiper-slide a.on em.em2 {
    color: #000;
}

.in_01_slide .swiper-slide a.on em.em1 .img2 {
    opacity: 1;
}

.in_01_slide .swiper-slide a.on em.em1 .img1 {
    opacity: 0;
}

.in_01_slide .swiper-slide a:hover em.em2 {
    color: #000;
}

.in_01_slide .swiper-slide a:hover em.em1 .img2 {
    opacity: 1;
}

.in_01_slide .swiper-slide a:hover em.em1 .img1 {
    opacity: 0;
}

.in_02 {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 60px 0px;
}

.in_02_t {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.in_02_t h3 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #333;
    line-height: 50px;
    font-weight: normal;
    letter-spacing: 6px;
}

.in_02_t p {
    width: 80%;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 10px;
}

.in_02_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.in_02_c .in_02c_r {
    float: right;
    width: 53%;
    overflow: hidden;
}

.in_02_c .in_02c_r img {
    width: 100%;
    display: block;
}

.in_02_c .in_02c_l {
    width: 47%;
    overflow: hidden;
    float: left;
    padding-right: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_02_c .in_02c_l p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}

.in_02_c .in_02c_l p.p1 {
    margin-top: 40px;
}

.in_02_c .in_02c_l p.p1 a {
    display: inline-block;
    border: 1px solid #76b52b;
    color: #76b52b;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 50px;
    border-radius: 30px;
}

.in_02_c .in_02c_l p.p1 a:hover {
    background-color: #76b52b;
    color: #fff;
}

.in_02_c .in_02c_l p.p2 {
    color: #76b52b;
    font-size: 20px;
    line-height: 30px;
}

.in_03 {
    overflow: hidden;
    padding: 60px 0px;
}

.in_03_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.in_03_c ul li {
    width: 48%;
    overflow: hidden;
    float: left;
    margin-right: 4%;
    margin-bottom: 40px;
}

.in_03_c ul li:nth-child(2n) {
    margin-right: 0px;
}

.in_03_c ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.in_03_c ul li .em1 {
    width: 30%;
    overflow: hidden;
}

.in_03_c ul li .em1 img {
    width: 100%;
    display: block;
}

.in_03_c ul li .em2 {
    width: 70%;
    overflow: hidden;
    padding-left: 30px;
    overflow: hidden;
    font-style: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_03_c ul li .em2 p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.in_03_c ul li .em2 p.p1 {
    font-size: 20px;
    color: #6fba2c;
    line-height: 30px;
    margin-bottom: 10px;
}

.in_03_b {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

.in_03_b a {
    display: inline-block;
    border: 1px solid #76b52b;
    color: #76b52b;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 50px;
    border-radius: 30px;
}

.in_03_b a:hover {
    background-color: #76b52b;
    color: #fff;
}

.in_04 {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 60px 0px 30px 0px;
}

.in_02_c .in_04c_l {
    width: 47%;
    overflow: hidden;
    float: left;
    padding-right: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_02_c .in_04c_l p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 0px;
}

.in_02_c .in_04c_l p.p1 {
    margin-top: 40px;
}

.in_02_c .in_04c_l p.p1 a {
    display: inline-block;
    border: 1px solid #76b52b;
    color: #76b52b;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 50px;
    border-radius: 30px;
}

.in_02_c .in_04c_l p.p1 a:hover {
    background-color: #76b52b;
    color: #fff;
}

.in_02_c .in_04c_l p.p2 {
    color: #76b52b;
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0px;
}

.in_04_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.in_04_c ul {
    width: 100%;
    overflow: hidden;
}

.in_04_c ul li {
}

.in_04_c ul li .em1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.in_04_c ul li .em1 img {
    display: block;
    height: 60px;
    margin: 0px auto;
    padding: 0px;
}

.in_04_c ul li .em2 {
    width: 100%;
    overflow: hidden;
}

.in_04_c ul li .em2 p {
    width: 100%;
    max-height: 120px;
    text-overflow: ellipsis;
 
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.in_04_c ul li .em2 p.p1 {
    font-size: 20px;
    color: #080808;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.in_04_c ul.ul1 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.in_04_c ul.ul1 li {
    width: 20%;
}

.in_04_c ul.ul2 li {
    width: 30%;
    overflow: hidden;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px;
}

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

.in_04_c ul.ul3 li {
    width: 23.5%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.in_04_c ul.ul3 li:nth-child(4n) {
    margin-right: 0px;
}

.in_05_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.in_05_c ul li {
    width: 48%;
    overflow: hidden;
    float: left;
    padding: 20px;
    margin-right: 4%;
    margin-bottom: 20px;
    position: relative;
    background-color: #f2f2f2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_05_c ul li:nth-child(2n) {
    margin-right: 0px;
}

.in_05_c ul li b.b1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images/in_01.jpg") right center no-repeat;
    background-size: auto 100%;
}

.in_05_c ul li:nth-child(1) b.b1 {
    background: url("../images/in_01.jpg") right center no-repeat;
    background-size: auto 100%;
}

.in_05_c ul li:nth-child(2) b.b1 {
    background: url("../images/in_02.jpg") right center no-repeat;
    background-size: auto 100%;
}

.in_05_c ul li:nth-child(3) b.b1 {
    background: url("../images/in_03.jpg") right center no-repeat;
    background-size: auto 100%;
}

.in_05_c ul li:nth-child(4) b.b1 {
    background: url("../images/in_04.jpg") right center no-repeat;
    background-size: auto 100%;
}

.in_05_c ul li .in_05c_fr {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.in_05_c ul li .in_05c_fr p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.in_05_c ul li .in_05c_fr p.p1 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}

.in_05_c ul li .in_05c_fr p.p1 i {
    font-size: 30px;
    color: #ccc;
    margin-right: 10px;
    font-weight: 100;
}

.in_05_c ul li .in_05c_fr p span.sp1 {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/in_05.jpg") left 8px no-repeat;
    padding-left: 15px;
}

.in_06 {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 60px 0px;
}

.in_06_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.in_06_c ul li {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.in_06_c ul li .in_06c_l {
    width: 40%;
    overflow: hidden;
}

.in_06_c ul li .in_06c_l img {
    width: 100%;
    display: block;
}

.in_06_c ul li .in_06c_r {
    width: 60%;
    overflow: hidden;
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_06_c ul li .in_06c_r p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}

.in_07 {
    overflow: hidden;
    background-color: #fff;
    padding: 60px 0px;
}

.in_07_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.in_07_c ul li {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
}

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

.in_07_c ul li img {
    width: 100%;
    display: block;
}

.in_07_c ul li span {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_08_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.in_08_c ul li {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.in_08_c ul li .in_08c_l {
    width: 40%;
    overflow: hidden;
}

.in_08_c ul li .in_08c_l img {
    width: 100%;
    display: block;
}

.in_08_c ul li .in_08c_r {
    width: 60%;
    overflow: hidden;
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_08_c ul li .in_08c_r p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}

.in_08_c ul li .in_08c_r p.p1 {
    font-size: 20px;
    color: #6fba2c;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_08_c ul li .in_08c_r p.p3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 48px;
}

.in_08_c ul li .in_08c_r p.p2 a {
    display: inline-block;
    border: 1px solid #76b52b;
    color: #76b52b;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 50px;
    border-radius: 30px;
}

.in_08_c ul li .in_08c_r p.p2 a:hover {
    background-color: #76b52b;
    color: #fff;
}

.in_08_c ul li .in_08c_r p.p2 {
    margin-top: 20px;
}

.in_09 {
    overflow: hidden;
    background-color: #343434;
    padding: 60px 0px;
}

.in_09 .in_02_t h3 {
    color: #6fba2c;
    margin-bottom: 30px;
}

.in_09_c {
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}

.in_09_c ul li {
    width: 45%;
    overflow: hidden;
    margin-right: 10%;
    border-bottom: 1px solid #4d4d4d;
    float: left;
    position: relative;
    padding: 40px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.in_09_c ul li:nth-child(2n) {
    margin-right: 0px;
}

.in_09_c ul li:nth-child(1) {
    border-top: 1px solid #4d4d4d;
}

.in_09_c ul li:nth-child(2) {
    border-top: 1px solid #4d4d4d;
}

.in_09_c ul li span {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_09_c ul li i.i1 {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 36px;
    height: 48px;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}

.in_09_c ul li i.i_cbg_1 {
    background: url("../images/in_06.jpg") center no-repeat;
    background-size: 100%;
}

.in_09_c ul li i.i_cbg_2 {
    background: url("../images/in_07.jpg") center no-repeat;
    background-size: 100%;
}

.btnfr {
    overflow: hidden;
    background-color: #282828;
    font-size: 14px;
    color: #4d4d4d;
    text-align: center;
    line-height: 24px;
    padding: 10px 0px;
}

.sub_01 {
    overflow: hidden;
}

.sub_01 img {
    width: 100%;
    display: block;
}

.nav_01 {
    overflow: hidden;
    line-height: 34px;
    padding: 20px 0px;
    color: #6fba2c;
}

.nav_01 .fl a {
    float: left;
    font-size: 14px;
    color: #333333;
}

.nav_01 .fl a:hover {
    color: #6fba2c;
}

.nav_01 .fl a:nth-child(1) {
    color: #333333;
}

.nav_01 .fl i {
    float: left;
    font-family: SimSun;
    margin: 0px 5px;
}

.nav_01 .fr a {
    display: inline-block;
    line-height: 34px;
    background-color: #fff;
    border-radius: 34px;
    padding: 0px 20px;
    font-size: 12px;
    color: #333;
}

.nav_01 .fr a span {
    display: inline-block;
    background: url("../images/xq_01.jpg") left center no-repeat;
    background-size: 15px;
    padding-left: 20px;
}

.nav_02 {
    overflow: hidden;
    line-height: 24px;
    padding: 0px 0px;
    background: none;
    position: absolute;
    bottom: 10px;
    z-index: 9;opacity:0.8;
    color: #6fba2c;
}

.nav_02 .fl a {
    float: left;
    font-size: 14px;
    color: #fff;
}

.nav_02 .fl a:hover {
    color: #6fba2c;opacity:1;
}


.nav_02 .fl i {
    float: left;
    font-family: SimSun;
    margin: 0px 5px;
    color: #ffffff;
}

.nav_02 .fr a {
    display: inline-block;
    line-height: 34px;
    background-color: #fff;
    border-radius: 34px;
    padding: 0px 20px;
    font-size: 12px;
    color: #333;
}

.nav_02 .fr a span {
    display: inline-block;
    background: url("../images/xq_01.jpg") left center no-repeat;
    background-size: 15px;
    padding-left: 20px;
}

.xq_01 {
    overflow: hidden;
    margin-bottom: 60px;
}

.xq_01 .fl {
    width: 70%;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px 60px;
}

.xq_01 .fr {
    width: 30%;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
}

.xq_01_t {
    width: 100%;
    overflow: hidden;
}

.xq_01_t h1 {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 24px;
    color: #000;
    line-height: 34px;
}

.xq_01_t p {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.xq_01_t p em {
    display: block;
    font-style: normal;
    float: left;
}

.xq_01_t p em.em1 {
    float: left;
}

.xq_01_t p em.em1 span {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.xq_01_t p em.em1 span.sp1 {
    background: url("../images/xq_02.jpg") left center no-repeat;
    background-size: 15px;
    padding-left: 20px;
}

.xq_01_t p em.em2 {
    float: right;
}

.xq_01_t p em.em2 img {
    display: block;
    float: left;
    height: 30px;
    margin-left: 5px;
}

.xq_01_c {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.xq_01_c p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.xq_01_c img {
    max-width: 100% !important;
}

.xq_01r_t {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.xq_01r_t p {
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
}

.xq_01r_t p:nth-child(1) {
    border-bottom: 1px solid #eee;
}

.xq_01r_t p span {
    width: 100%;
    display: block;
    overflow: hidden;
}

.xq_01r_t p span.sp1 {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.xq_01r_t p span.sp2 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.xq_01r_c {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.xq_01r_c h3 {
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.xq_01r_c p {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
}

.xq_01r_c p:nth-child(3) {
    border-bottom: 0px;
}

.xq_01r_c p span {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #6fba2c;
    line-height: 24px;
}

.xq_01r_c p i {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.lb_01 {
    overflow: hidden;
}

.lb_01 ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f2f2f2;
}

.lb_01 ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
}

.lb_01 ul li .em1 {
    width: 50%;
    overflow: hidden;
    float: left;
    position: relative;
    min-height: 400px;
}

.lb_01 ul li .em1 img {
    width: 100%;
    display: none;
}

.lb_01 ul li .em1 i {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.lb_01 ul li .em1 b {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    background: url("../images/play.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.lb_01 ul li .em2 {
    width: 50%;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lb_01 ul li .em2 p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 10px;
}

.lb_01 ul li .em2 p.p1 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.lb_02 {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 60px 0px 100px 0px;
    margin-top: 40px;
}

.lb_02_t {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.lb_02_t ul {
    font-size: 0px;    
    display: inline-block;
}

.lb_02_t ul li {
    display: inline-block;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #e6e6e6;border-right:0px;margin-bottom:20px;
}
.lb_02_t ul li.li1{background:none;margin-left:20px;border:0px;position:relative;}
.lb_02_t ul li.li1 input.lb_02_txt{width: 260px;height: 47.5px;border:1px solid #e6e6e6;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;padding: 0px 10px;}
.lb_02_t ul li.li1 input.lb_02_btn{width: 47.5px;
    height: 47.5px;
    border: 0px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background:url('../images/search.png') center no-repeat #e6e6e6;background-size:60%;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;}


.lb_02_t ul li a {
    display: inline-block;
    position: relative;
    line-height: 26px;
    margin: 10px 0px;
    padding: 0px 50px;
    color: #000;
}

.lb_02_t ul li a i {
    width: 1px;
    height: 50%;
    display: block;
    overflow: hidden;
    background-color: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 25%;
}

.lb_02_t ul li a:hover {
    color: #76b52b;
}

.lb_02_t ul li.on {
    background-color: #76b52b;
    border-radius: 6px;
}

.lb_02_t ul li.on a {
    color: #fff;
}

.lb_02_t ul li.on a i {
    display: none;
}

.lb_02_sch {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}

.lb_02_sch em {
    display: inline-block;
    font-style: normal;
    position: relative;
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    overflow: hidden;
}

.lb_02_sch em input.lb_02_txt {
    width: 872px;
    height: 40px;
    border: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 10px;
}

.lb_02_sch em input.lb_02_btn {
    width: 40px;
    height: 40px;
    border: 0px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background:url('../images/search.png') center no-repeat #e6e6e6;background-size:60%;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
}

.lb_02_c {
    width: 100%;
    overflow: visible;
    margin-top: 40px;
}

.lb_02_c ul li {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

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

.lb_02_c ul li em {
    width: 100%;
    display: block;
    overflow: hidden;
    font-style: normal;
}

.lb_02_c ul li em.em1 {
}

.lb_02_c ul li em.em1 img {
    width: 100%;
    display: block;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
}

.lb_02_c ul li em.em2 {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lb_02_c ul li em.em2 span {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #6fba2c;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb_02_c ul li a:hover em.em1 img {
    transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
}

.lb_02_b {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.lb_02_b a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #6fba2c;
    line-height: 24px;
    padding: 15px 0px;
    -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.jjfatcfr {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    display: none;
}

.jjfatcfr .jjfatc_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.jjfatcfr .jjfatc_c {
    width: 600px;
    max-height: 60%;
    overflow: auto;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 25%;
    padding: 30px 40px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jjfatcfr .jjfatc_c a.close {
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
    background: url("../images/close.jpg") center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr {
    width: 100%;
    overflow: hidden;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em1 {
    overflow: hidden;
    float: left;
    width: 20%;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em1 em {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    border: 1px solid #3d3d3d;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em1 em img {
    width: 100%;
    display: block;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em2 {
    overflow: hidden;
    width: 76%;
    float: right;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em2 p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em2 p.p1 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em2 p.p2 {
    margin-top: 20px;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em2 p.p2 a {
    display: inline-block;
    border: 1px solid #76b52b;
    color: #76b52b;
    font-size: 14px;
    line-height: 40px;
    padding: 0px 50px;
    border-radius: 30px;
}

.jjfatcfr .jjfatc_c .jjfatcc_fr .em2 p.p2 a:hover {
    background-color: #76b52b;
    color: #fff;
}

.videofr {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: none;
}

.videofr .video_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.videofr .video_c {
    width: 1000px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -500px;
}

.videofr .video_c .video_c_t {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
}

.videofr .video_c .video_c_t a {
    color: #fff;
    margin-right: 0px;
}

.videofr .video_c .video_c_c {
    width: 100%;
    overflow: hidden;
}

.videofr .video_c video {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .wrap_in {
        margin: 0px 10px;
    }

    .wrap_c {
        margin: 0px 10px;
    }

    .videofr .video_c {
        width: 80%;
        left: 10%;
    }

    .banner_slide .swiper-slide .banner_c p.p1 {
        font-size: 20px;
        line-height: 30px;
    }

    .banner_slide .swiper-slide .banner_c p.p2 {
        font-size: 14px;
        line-height: 24px;
    }

    .banner_slide .swiper-slide .banner_c p.p3 a {
        padding: 0px 30px;
        margin: 0px 10px;
    }

    .banner_slide .banner_prev {
        width: 30px;
        height: 30px;
        left: 50%;
        top: inherit;
        bottom: 15px;
        margin: 0px;
        margin-left: -30px;
    }

    .banner_slide .banner_next {
        width: 30px;
        height: 30px;
        left: 50%;
        top: inherit;
        bottom: 15px;
        margin: 0px;
        margin-left: 10px;
    }

    .in_02_c .in_02c_l {
        width: 100%;
        padding-right: 0px;
    }

    .in_02_c .in_02c_r {
        width: 100%;
    }

    .in_02_c {
        display: block;
        margin-top: 20px;
    }

    .in_02_t h3 {
        font-size: 26px;
    }

    .in_02 {
        padding: 30px 0px;
    }

    .in_03 {
        padding: 30px 0px;
    }

    .in_02_t p {
        width: 100%;
    }

    .in_03_c ul li {
        width: 100%;
        display: block;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .in_03_c ul li a {
        align-items: flex-start;
    }

    .in_03_c ul li .em1 {
        width: 20%;
    }

    .in_03_c ul li .em2 {
        width: 80%;
    }

    .in_04 {
        padding-top: 30px;
    }

    .in_02_c .in_04c_l {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .in_04_c ul.ul1 {
        display: block;
    }

    .in_04_c ul.ul1 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .in_04_c ul.ul2 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .in_04_c ul.ul3 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .in_05_c ul li {
        width: 100%;
        margin-right: 0px;
    }

    .in_06 {
        padding: 30px 0px;
    }

    .in_06_c ul li {
        display: block;
    }

    .in_06_c ul li .in_06c_l {
        width: 100%;
    }

    .in_06_c ul li .in_06c_r {
        width: 100%;
        padding: 20px 20px;
    }

    .in_03_b {
        margin-top: 20px;
    }

    .in_07 {
        padding: 30px 0px;
    }

    .in_07_c ul li {
        width: 100%;
        margin-right: 0px;
    }

    .in_08_c ul li {
        width: 100%;
        display: block;
    }

    .in_08_c ul li .in_08c_l {
        width: 100%;
    }

    .in_08_c ul li .in_08c_r {
        width: 100%;
        padding: 20px;
    }

    .in_09 {
        padding: 30px 0px;
    }

    .in_09_c ul li {
        width: 100%;
        margin-right: 0px;
    }

    .in_09_c ul li span {
        font-size: 14px;
        line-height: 24px;
    }

    .lb_01 ul li a {
        display: block;
    }

    .lb_01 ul li .em1 {
        width: 100%;
        min-height: 0px;
    }

    .lb_01 ul li .em1 i {
        display: none;
    }

    .lb_01 ul li .em1 img {
        display: block;
    }

    .lb_01 ul li .em2 {
        width: 100%;
    }

    .lb_02 {
        padding: 30px 0px 60px 0px;
        margin-top: 10px;
    }

    .lb_02_t ul {
        width: 100%;
    }

    .lb_02_t ul li {
        width: 33.3333%;
        float: left;
        padding: 0px;
    }

    .lb_02_t ul li a {
        padding: 0px;
    }

    .lb_02_sch {
        margin-top: 20px;
    }

    .lb_02_sch em input.lb_02_txt {
        width: 300px;
    }

    .lb_02_c ul li {
        width: 100%;
        margin-right: 0px;
    }

    .lb_02_b {
        margin-top: 20px;
    }

    .xq_01 .fl {
        width: 100%;
        padding: 20px 20px;
    }

    .xq_01 .fr {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 690px) {

}

@media screen and (max-width: 512px) {

}

@media (max-width: 750px) {

}
