
/*@font-face {
	font-family: 'SourceHanSansCN';
	src: url('font/SourceHanSansCN-Normal.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN';
	src: url('font/SourceHanSansCN-ExtraLight.otf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('font/SourceHanSansCN-Light.otf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('font/SourceHanSansCN-Regular.otf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'SourceHanSansCN';
	src: url('font/SourceHanSansCN-Medium.otf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('font/SourceHanSansCN-Bold.otf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('font/SourceHanSansCN-Heavy.otf') format('truetype');
	font-weight: 900;
	font-style: normal;
}*/


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
    margin: 0;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    font-family: 'sy-regular', "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],

/* 1 */

[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,

/* 1 */

menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #3f6937;
}

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

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('../fonts/webfont.eot');
    /* IE9 */
    src: url('../fonts/webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/webfont.woff2') format('woff2'), url('../fonts/webfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/webfont.svg#webfont') format('svg');
    /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sy-light';
    font-display: swap;
    src: url('../fonts/kaigengothicsc-light.eot');
    /* IE9 */
    src: url('../fonts/kaigengothicsc-light.eot') format('embedded-opentype'), /* IE6-IE8 */
    /* url('../fonts/kaigengothicsc-light.woff2') format('woff2'), */
    /* url('../fonts/kaigengothicsc-light.woff') format('woff'), chrome、firefox */
    url('../fonts/kaigengothicsc-light.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    /* url('../fonts/kaigengothicsc-light.svg#sy-light') format('svg'); iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sy-regular';
    font-display: swap;
    src: url('../fonts/kaigengothicsc-regular.eot');
    /* IE9 */
    src: url('../fonts/kaigengothicsc-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
    /* url('../fonts/kaigengothicsc-regular.woff2') format('woff2'), */
    /* url('../fonts/kaigengothicsc-regular.woff') format('woff'), chrome、firefox */
    url('../fonts/kaigengothicsc-regular.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    /* url('../fonts/kaigengothicsc-regular.svg#sy-regular') format('svg'); iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.more-big {
    display: inline-block;
    font-size: 16px;
    background: url(../images/icon1_2.png) no-repeat right center;
    line-height: 30px;
    padding-right: 90px;
    transition: all 0.5s;
    margin-top: 40px;
    color: #333;
}

.more-big:hover {
    transform: translateX(10px);
    color: #333;
}

.more-big-white {
    color: #fff;
    background-image: url(../images/icon2.png);
}

.more-big-white:hover {
    color: #fff;
}

.container {
    padding: 0 15px;
    min-width: 1200px;
    margin: 0 auto;
    max-width: 1600px;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.header {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    top: 0;
    left: 0;
}

.header .logo {
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: left;
    padding: 15px 0;
}

.header .nav {
    font-size: 0;
    text-align: center;
    float: right;
    margin-right: 100px;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.header .nav li>a {
    display: block;
    font-size: 17px;
    line-height: 100px;
    position: relative;
    color: #fff;
}

.header .nav li>a:after {
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: '';
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 50%;
    width: 180px;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    background-color: #fff;
    margin-left: -90px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    font-size: 18px;
    display: block;
    line-height: 50px;
    position: relative;
}

.header .nav .dropdown-box a:before,
.header .nav .dropdown-box a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

.header .nav .dropdown-box a span {
    position: relative;
    z-index: 1;
}

.header .nav .dropdown-box a:before {
    width: 2px;
    height: 0;
    background-color: #0b4e9c;
    z-index: 1;
}

.header .nav .dropdown-box a:after {
    height: 100%;
    width: 0;
    background-color: #f7f7f7;
}

.header .nav .dropdown-box a:hover:before {
    height: 100%;
}

.header .nav .dropdown-box a:hover:after {
    width: 100%;
}

.header .nav li.active>a,
.header .nav li.open>a,
.header .nav li>a:hover {}

.header .nav li.open>a:after,
.header .nav li.active>a:after,
.header .nav li>a:hover:after {
    width: 100%;
    left: 0;
}

.header .sc-btn {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background: url(../images/icon3.png) no-repeat center;
}

.header .sc {
    float: right;
    position: relative;
    border-bottom: 2px solid #fff;
    margin-top: 29px;
}

.header .sc input {
    display: block;
    padding: 10px 40px 10px 0;
    border: none;
    font-size: 14px;
    background-color: transparent;
    width: 150px;
    color: #fff;
}

.header .sc button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(../images/icon3.png) no-repeat right center;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 0;
}

.header .sc input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.header .sc input:-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

.header .sc input::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

.header .sc input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #fff;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.header-fix {
    background-color: #3f6937;
}

.header-fix .logo {
    height: 50px;
    line-height: 50px;
}

.header-fix .tel {
    line-height: 80px;
    font-size: 20px;
}

.header-fix .sc {
    margin-top: 19px;
}

.header-fix .nav li>a {
    line-height: 80px;
}

.header-fix .nav li>a:after {
    bottom: 16px;
}

.banner .swiper-slide {
    background: no-repeat center / cover;
    /*min-height: 600px;
    height: 100vh;*/
    overflow: hidden;
}

.banner .swiper-slide .banner_tu{ width: 100%;}
.banner .swiper-slide .banner_tu img{ width: 100%;}
.banner .swiper-slide .banner_tu img.wap_tu{  display: none;}

.banner .swiper-slide .container {
    height: 100%;
}

.banner .swiper-slide .wrap {
    display: table;
    height: 100%;
    width: 100%;
}

.banner .swiper-slide .inner {
    display: table-cell;
    vertical-align: middle;
}


.banner .swiper-slide .box {
    position: relative;
}
.banner .swiper-slide  .banner_fd{ position: absolute; width: 100%;  height: 100%;  top: 0;  left: 50%; transform: translateX(-50%);}
.banner .swiper-slide .b_wz_kuan { position: relative; transition: all 0.5s; transform: translateX(-100px);opacity: 0;transition-delay: 0.5s;}
.banner .swiper-slide.ani-slide .b_wz_kuan {  transform: translateX(0); opacity: 1; }


.banner .swiper-slide.xsys_1 .banner_fd:before,.banner .swiper-slide.xsys_2 .banner_fd::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 135px solid transparent;
    border-top: 0px solid transparent;
    border-right: 365px solid rgb(63 105 55 / 0.3);
    position: absolute;
    right: 0;
    top: 0px;
    transition: all 1s;
    transform: translateX(100px);
    opacity: 0;
}

.banner .swiper-slide.xsys_1 .b_yangs_1,.banner .swiper-slide.xsys_2 .b_yangs_1{
    width: 70%;
    height: 100%;
    background: rgb(63 105 55 / 0.8);
    border-right: 30px solid #9fc645;
    top: 25%;
    position: absolute;
    left: -42%;
    transition: all 1s;
    transform: translateX(-100px) skewX(70deg);
    opacity: 0;
}
.banner .swiper-slide.ani-slide.xsys_1 .banner_fd::before,.banner .swiper-slide.ani-slide.xsys_2 .banner_fd::before  {
    transform: translateX(0);
    opacity: 0.6;
}
.banner .swiper-slide.ani-slide.xsys_1  .b_yangs_1,.banner .swiper-slide.ani-slide.xsys_2  .b_yangs_1 {
    transform: translateX(0) skewX(70deg);
    opacity: 1;
}
.banner .swiper-slide.xsys_1 .wrap,.banner .swiper-slide.xsys_2 .wrap{ position: relative;}
.banner .swiper-slide.xsys_1 .inner,.banner .swiper-slide.xsys_2 .inner{  bottom: 10%; position: absolute; width: 100%;  padding-left: 50px}
.banner .swiper-slide.xsys_1 .box .b_tu,.banner .swiper-slide.xsys_2 .box .b_tu{  width: 100%; }
.banner .swiper-slide.xsys_1 .box .b_tu img{ max-width: 100%;}
.banner .swiper-slide.xsys_1 .box .btitle1{ font-family: 'SourceHanSansCN'; font-weight: 700; color: #fff; font-size: 70px;}
.banner .swiper-slide.xsys_1 .box .btitle2,.banner .swiper-slide.xsys_2 .box .btitle2{ font-family: 'SourceHanSansCN'; color: #fff; font-size: 32px; margin-left: 10px;}

.banner .swiper-slide.xsys_2 .box .b_tu img{ max-width: 100%; position: relative; top: 40px;}
.banner .swiper-slide.xsys_2 .box .btitle1{ font-family: 'SourceHanSansCN'; font-weight: 700; color: #fff; font-size: 60px;}


.banner .swiper-slide h4 {
    margin: 100px 0 0;
    font-size: 48px;
    font-weight: 200;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    position: relative;
    transition: all 0.5s;
    transform: translateX(-100px);
    opacity: 0;
    transition-delay: 0.5s;
}

.banner .swiper-slide small {
    font-size: 24px;
    display: block;
}

.banner .swiper-slide .more-big {
    position: relative;
    transition: all 0.5s;
    transform: translateX(-100px);
    opacity: 0;
    transition-delay: 0.5s;
}



.banner .swiper-slide.ani-slide .box:before {
    transform: translateX(0);
    opacity: 0.6;
}

.banner .swiper-slide.ani-slide h4 {
    transform: translateX(0);
    opacity: 1;
}

.banner .swiper-slide.ani-slide .more-big {
    transform: translateX(0);
    opacity: 1;
}

.banner .swiper-pagination {
    bottom: 50%;
    left: auto;
    right: 30px;
    width: 8px;
    transform: translateY(50%);
}

.banner .swiper-pagination-bullet {
    display: block;
    margin: 10px 0 !important;
}

.banner .djxh {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    z-index: 2;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/djxh.png) no-repeat center 0;
    padding-top: 70px;
}

.section {
    padding: 80px 0;
}

.index_about{display: inline-block;}
.section-title {
    margin-bottom: 30px;
    position: relative;
}


.section-title strong {
    display: inline-block;
    color: #333;
    font-size: 32px;
    position: relative;
    z-index: 2;
    padding-left: 40px;
}
.section-title strong:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background:#3f6937;
    left: 0;
}
.section-title small {
    position: relative;
    margin-left: 6px;
    font-size: 20px;
    color: #666666;
    font-family: arial;
}
.index_about small {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60%;
    z-index: 1;
}
.section-title.index_about small img{ height: 75px;}

.section-title-center {
    text-align: center;
}

.section-title-2 {
    margin-bottom: 60px;
    font-size: 36px;
}

.section-title-2 small {
    display: block;
    text-transform: uppercase;
    font-size: 133%;
    line-height: 1;
    font-family: 'webfont';
}

.in-about {}

.in-about .pic {
    float: right;
    width: 45%;
    margin-top: -110px;
}

.in-about .pic .img-center {
    margin-right: 30px;
    position: relative;
}

.in-about .pic .img-center:before {
    position: absolute;
    right: -30px;
    bottom: -70px;
    width: 100%;
    height: 100%;
    /*border: 1px solid #ddd;
    content: '';*/
    border-radius: 20px;
}

.in-about .pic .img-center>img {
    position: relative;
}

.in-about .pic ul {
    font-size: 0;
    text-align: center;
    position: relative;
    padding-left: 30px;
}
/*
.in-about .pic li {
    display: inline-block;
    vertical-align: middle;
    color: #3f6937;
    width: 50%;
    padding: 23px 0;
}

.in-about .pic li .wrap {
    border-left: 1px solid #eee;
}

.in-about .pic li:first-child .wrap {
    border-left: 0;
}

.in-about .pic li span {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    background: no-repeat 0 center;
    padding-left: 40px;
    font-weight: bold;
}*/

.gy_tb_list{ position: absolute; top: 0; width: 100%; height: 100%;}
.gy_tb_list li{  position: absolute; text-align: center; width: 10%;}
.gy_tb_list li .gy_tb_t{ width: 100%; max-width: 50px; max-height: 50px; margin: 0 auto; }
.gy_tb_list li .gy_tb_t img{ transition: 0.3s;}
.gy_tb_list li .gy_tb_title{  color: #3f6937; font-size: 16px; position: relative; font-family: 'SourceHanSansCN'; font-weight: 400;}
.gy_tb_list li:hover .gy_tb_title{ color: #666; font-weight: 500;}
.gy_tb_list li:hover .gy_tb_t img{ transform: rotateY(360deg);}
.gy_tb_list li:nth-child(1){  right: 13%; top: 3%;}
.gy_tb_list li:nth-child(2){ bottom: 15%; left: 4%;}
.gy_tb_list li:nth-child(3){ bottom: 17%; right: 3%;}
.gy_tb_list li:nth-child(4){ left: 3%; top: 15%;}

.gy_datu_list{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 65%; height: 65%; border-radius: 100%; overflow: hidden;}
.gy_datu_list li{  width: 100%; width: 100%; opacity: 0;position: absolute; transition: 0.3s;}
.gy_datu_list li.active{ opacity: 1;}
.gy_datu_list li img{ width: 100%; width: 100%; object-fit: cover;}


.in-about .text {
    margin-right: 50%;
    padding-right: 40px;
}

.in-about .text h4 {
    font-size: 30px;
    margin: 0;
}

.in-about .text h4 span {
    color: #3f6937;
}

.in-about .text h5 {
    margin: 0;
    font-size: 24px;
}

.in-about .text .desc {
   
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 35px;
    font-family: 'SourceHanSansCN';
    font-weight: 400;

}

.in-about .text .desc p {
    margin: 0;
    text-indent: 2em;
}

.hycp_bg{ background: #f8f8f8;}
.bg1 {
    background: url(../images/bg1.png) no-repeat center / cover;
    color: #fff;
}

.bg2 {
    background: url(../images/bg2.png) no-repeat center / cover;
}

.bg3 {
    background: url(../images/bg3.jpg) no-repeat center / cover;
}

.bg4 {
    background: url(../images/bg4.png) no-repeat center / cover;
    color: #fff;
}

.bg4 .section-title strong {
    color: #fff;
}

.bg4 .section-title small {
    color: #fff;
    opacity: 0.5;
}

.bg5 {
    background: url(../images/bg5.jpg) no-repeat center / cover;
}

.bg6 {
    background: url(../images/bg6.png) no-repeat center bottom / cover #f5f5f5;
}

.bg7 {
    background: url(../images/bg7.png) no-repeat center / cover;
}

.bg8 {
    background: url(../images/bg8.jpg) no-repeat center / cover;
    color: #fff;
}

.bg9 {
    background: url(../images/bg9.jpg) no-repeat center / cover;
}

.bg10 {
    background: url(../images/bg10.png) no-repeat center / cover;
}

.bg11 {
    background: url(../images/bg11.jpg) no-repeat center / cover;
}

.bg12 {
    background: url(../images/bg12.jpg) no-repeat center / cover;
}

.in-total {
    font-size: 0;
    text-align: justify;
}

.in-total li {
    display: inline-block;
    vertical-align: middle;
}

.in-total li strong {
    display: block;
    font-size: 60px;
    font-family: Impact;
    line-height: 1;
    letter-spacing: 3px;
}

.in-total li small {
    font-size: 24px;
    font-weight: normal;
    margin-left: 10px;
}

.in-total li span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
}
/*
.swiper-button-prev,
.swiper-button-next {
    border: 1px solid #3f6937;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border-radius: 50%;
    background: no-repeat center;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    border-color: #fff;
}

.swiper-button-prev {
    background-image: url(../images/icon6.png);
    left: 0;
}

.swiper-button-next {
    background-image: url(../images/icon7.png);
    right: 0;
}

.swiper-button-prev.swiper-button-white {
    background-image: url(../images/icon9.png);
}

.swiper-button-next.swiper-button-white {
    background-image: url(../images/icon10.png);
}*/

.in-jcxm {
    padding: 0 70px;
    position: relative;
}

.in-jcxm .swiper-container {
    padding: 50px 0;
}

.in-jcxm .img-center img {
    transition: all 0.5s;
}

.in-jcxm .img-center:hover img {
    transform: scale(1.05);
}

.in-jcxm .swiper-pagination {
    position: static;
    text-align: center;
    margin-top: 30px;
}

.in-jcxm .swiper-pagination-bullet {
    margin: 0 5px;
}

.in-fwys {
    position: relative;
    width: 450px;
    margin-top: 230px;
}

.in-fwys:before {
    position: absolute;
    content: '';
    width: 840px;
    height: 840px;
    border-radius: 50%;
    background-color: #3551a2;
    opacity: 0.6;
    left: -240px;
    top: -80px;
}

.in-fwys .swiper-slide i {
    display: block;
    text-align: left;
    margin-bottom: 40px;
}

.in-fwys .swiper-slide h4 {
    margin: 0;
    color: #fff;
    font-size: 30px;
}

.in-fwys .swiper-slide h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
}

.in-fwys .swiper-slide p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    margin: 20px 0 0;
    color: #fff;
}

.in-fwys .ctrl {
    font-size: 0;
    margin-top: 40px;
    position: relative;
}

.in-fwys .swiper-button-prev,
.in-fwys .swiper-button-next {
    position: static;
    margin: 0;
    display: inline-block;
}

.in-fwys .swiper-button-prev {
    margin-right: 20px;
}

.in-fwys .swiper-pagination {
    float: right;
    position: static;
    font-size: 24px;
    width: auto;
    line-height: 50px;
    color: #899bcf;
}

.in-fwys .swiper-pagination-current {
    font-size: 40px;
    color: #fff;
}

.in-yqsb {
    position: relative;
}

.in-yqsb .swiper-slide {
    width: 78%;
    transition: all 0.5s;
    transform: scale(0.8);
}

.in-yqsb .swiper-slide-active,
.in-yqsb .swiper-slide-duplicate-active {
    transform: scale(1);
}

.in-yqsb .swiper-slide .img-center {
    float: left;
    width: 56%;
}

.in-yqsb .swiper-slide .text {
    margin-left: 56%;
    padding: 0 0 0 4%;
    transition: all 0.5s;
    opacity: 0;
}

.in-yqsb .swiper-slide .text h4 {
    margin: 0;
    color: #3f6937;
    font-size: 30px;
}

.in-yqsb .swiper-slide .text p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

.in-yqsb .swiper-slide .text ul {
    font-size: 0;
    margin: 20px 0 0;
}

.in-yqsb .swiper-slide .text li {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    margin: 10px 0 0 100px;
}

.in-yqsb .swiper-slide .text li:first-child {
    margin-left: 0;
}

.in-yqsb .swiper-slide .text li small {
    display: block;
    font-size: 24px;
}

.in-yqsb .swiper-slide .text .more {
    display: inline-block;
    margin-top: 30px;
    border-bottom: 2px solid #3f6937;
    transition: all 0.5s;
    color: #3f6937;
    text-transform: uppercase;
    background: url(../images/icon11.png) no-repeat right 1px;
    padding-right: 30px;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1;
}

.in-yqsb .swiper-slide .text .more:hover {
    transform: translateX(10px);
}

.in-yqsb .swiper-slide-active .text,
.in-yqsb .swiper-slide-duplicate-active .text {
    opacity: 1;
    transition-delay: 0.5s;
}

.in-yqsb .ctrl {
    left: 58%;
    bottom: 0;
    position: absolute;
    width: 350px;
    z-index: 2;
    font-size: 0;
}

.in-yqsb .swiper-button-prev,
.in-yqsb .swiper-button-next {
    position: static;
    margin: 0;
    display: inline-block;
}

.in-yqsb .swiper-button-prev {
    margin-right: 20px;
}

.in-yqsb .swiper-pagination {
    float: right;
    position: static;
    font-size: 24px;
    width: auto;
    line-height: 50px;
    color: #899bcf;
}

.in-yqsb .swiper-pagination-current {
    font-size: 40px;
    color: #3f6937;
}

.in-yqsb-more {
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    text-align: right;
}

.in-ryzz-desc {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

.in-ryzz {
    padding: 0 70px;
    position: relative;
    margin-top: 40px;
}

.in-ryzz .swiper-slide {
    transform: scale(0.6);
    transform-origin: center bottom;
    transition: all 0.5s;
}

.in-ryzz .swiper-slide-active,
.in-ryzz .swiper-slide-duplicate-active {
    transform: scale(1);
}

.in-news-left {
    float: left;
    width: 43.5%;
}

.in-news-left a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #3f6937;
    color: #fff;
}

.in-news-left .text {
    padding: 20px;
}

.in-news-left .text h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: normal;
}

.in-news-left .text span {
    font-family: Impact;
    opacity: 0.6;
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.in-news-right {
    float: right;
    width: 48%;
}

.in-news-right ul {
    margin-top: -30px;
}

.in-news-right li {
    margin-top: 30px;
}

.in-news-right li a {
    display: block;
}

.in-news-right li h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: normal;
}

.in-news-right li span {
    font-family: Impact;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #999;
}

.in-news-right li p {
    overflow: hidden;
    margin: 10px 0 0;
    line-height: 1.8;
    font-size: 16px;
    color: #999;
    text-align: justify;
    height: 56px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.5s;
}

.in-news-right li a:hover p {
    opacity: 1;
    transform: translateY(0);
}

.in-hzhb-bg {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.in-hzhb {
    padding: 0 30px;
    position: relative;
}

.in-hzhb .swiper-slide .img-center {
    height: 50px;
    line-height: 50px;
}

.in-hzhb .swiper-button-prev,
.in-hzhb .swiper-button-next {
    border: 0;
    width: 10px;
    height: 18px;
    margin-top: -9px;
}

.in-hzhb .swiper-button-prev {
    left: 0;
    background-image: url(../images/icon12.png);
}

.in-hzhb .swiper-button-next {
    right: 0;
    background-image: url(../images/icon13.png);
}

.footer {
    background-color: #202020;
    color: #999;
    padding-top: 70px;
}

.footer .container {
    position: relative;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #3f6937;
}

.footer-copy {
    padding: 20px 0;
    border-top: 1px solid #373737;
    margin-top: 50px;
}

.footer-copy p {
    margin: 0;
}

.footer-copy .sup {
    float: right;
}

.footer-ewm {
    float: right;
    width: 150px;
}

.footer-ewm p {
    margin: 10px 0 0;
    text-align: center;
}

.footer-info {
    float: left;
}

.footer-info .nav {
    margin-bottom: 50px;
}

.footer-info .nav a {
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-info .adder p {
    margin: 20px 0 0;
}

.footer-contact {
    float: right;
    width: 300px;
    margin-right: 20px;
}

.footer-contact p {
    margin: 20px 0 0;
}

.footer-top {
    position: absolute;
    top: 0;
    left: 50%;
    background: url(../images/icon14.png) no-repeat center 0;
    padding-top: 70px;
    width: 60px;
    margin-left: -30px;
    color: #fff !important;
}

.banner-sub {
    height: 600px;
    background: no-repeat center / cover;
}

.about-1 {
    position: relative;
    margin: 0;
}

.about-1 .img-center {
    position: absolute;
    left: 50%;
    width: 50%;
    bottom: -80px;
    min-width: 800px;
}

.about-1 .text {
    width: 47%;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: #666;
}

.about-1 .text strong {
    color: #3f6937;
    font-size: 160%;
}

.about-1 .text span {
    color: #3f6937;
}

.lanmu {
    margin-top: -69px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.lanmu ul {
    font-size: 0;
    text-align: center;
}

.lanmu li {
    display: inline-block;
    vertical-align: middle;
    width: 12.5%;
}

.lanmu li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 68px;
}

.lanmu li i {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 22px;
    margin-right: 10px;
    background: no-repeat center / contain;
}

.lanmu li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.lanmu li.active,
.lanmu li a:hover {
    background-color: #3f6937;
}

.curmbs {
    background-color: #f5f5f5;
    line-height: 50px;
    color: #666;
    font-weight: bold;
}

.curmbs a {
    color: #666;
}

.curmbs a:hover {
    color: #3f6937;
}

.curmbs em {
    font-style: normal;
}

.curmbs span {
    background: url(../images/nygy2.png) no-repeat 0 center / 14px 13px;
    padding-left: 20px;
}

.about-2 {
    margin: 0 auto;
    text-align: center;
    max-width: 1000px;
}

.about-2 dt {
    color: #3f6937;
    font-weight: bold;
    font-size: 48px;
}

.about-2 dd {
    margin: 30px 0 0;
    line-height: 1.8;
    font-size: 18px;
}

.about-3 {
    font-size: 0;
    text-align: justify;
    padding: 7% 0;
}

.about-3 li {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    min-width: 270px;
    text-align: center;
}

.about-3 li .img-center {
    height: 60px;
    line-height: 60px;
}

.about-3 li h4 {
    margin: 30px 0 20px;
    font-size: 30px;
    font-weight: normal;
}

.about-3 li p {
    margin: 0;
    font-size: 14px;
}

.about-4 {
    position: relative;
}

.about-4 .swiper-container {
    padding-bottom: 30px;
}

.about-4 .swiper-slide {
    width: 62%;
}

.about-4 .swiper-slide .img-center {
    float: left;
    width: 56%;
    position: relative;
}

.about-4 .swiper-slide .img-center:before {
    position: absolute;
    content: '';
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    background-color: #8ca1ca;
    border-radius: 25px;
    opacity: 0;
    transition: all 0.5s;
}

.about-4 .swiper-slide .img-center img {
    position: relative;
    border-radius: 25px;
}

.about-4 .swiper-slide-active .img-center:before,
.about-4 .swiper-slide-duplicate-active .img-center:before {
    opacity: 1;
}

.about-4 .swiper-slide .text {
    margin-left: 56%;
    padding: 0 4% 0 6%;
}

.about-4 .swiper-slide .text .date {
    font-family: Impact;
    color: #3f6937;
    font-size: 60px;
}

.about-4 .swiper-slide .text h4 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
}

.about-4 .swiper-slide .text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
    height: 100px;
}

.about-4 .swiper-slide .text .time {
    font-size: 0;
    background: url(../images/icon24.png) no-repeat 0 center;
    padding-left: 30px;
    margin-top: 30px;
}

.about-4 .swiper-slide .text .time span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.about-4 .swiper-slide .text .time i {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    height: 2px;
    background: url(../images/icon25.png) no-repeat center;
    margin: 0 10px;
}

.about-4 .ctrl {
    left: 58%;
    bottom: 0;
    position: absolute;
    width: 350px;
    z-index: 2;
    font-size: 0;
}

.about-4 .swiper-button-prev,
.about-4 .swiper-button-next {
    position: static;
    margin: 0;
    display: inline-block;
}

.about-4 .swiper-button-prev {
    margin-right: 20px;
}

.about-5 .text {
    float: left;
    width: 48%;
}

.about-5 .text h4 {
    margin: 0;
    font-weight: normal;
    color: #3f6937;
    font-size: 36px;
}

.about-5 .text h4:after {
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #3f6937;
    margin-top: 10px;
}

.about-5 .text strong {
    display: block;
    color: #98a4ad;
    font-size: 60px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'sy-light';
}

.about-5 .text p {
    font-size: 18px;
    line-height: 1.8;
    margin: 20px 0 0;
}

.about-5 .pic {
    float: right;
    width: 50%;
    position: relative;
}

.about-5 .pic .swiper-container {
    margin: 0 70px;
}

.about-6 .swiper-slide {
    background-color: #fff;
}

.about-6 .swiper-slide .img-center {
    height: 300px;
    line-height: 300px;
}

.about-6 .swiper-slide p {
    margin: 0 20px;
    border-top: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-6 .ctrl {
    text-align: center;
    margin-top: 30px;
}

.about-6 .swiper-button-prev,
.about-6 .swiper-button-next {
    position: static;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.sycd .swiper-slide a {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.sycd .swiper-slide .img-cover {
    padding-top: 65%;
    border-radius: 20px;
}

.sycd .swiper-slide p {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 0;
}

.sycd .ctrl {
    text-align: center;
    margin-top: 30px;
}

.sycd .swiper-button-prev,
.sycd .swiper-button-next {
    position: static;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.list-1 {
    margin: -50px 0 0 -200px;
}

.list-1 li {
    float: left;
    width: 50%;
}

.list-1 li a {
    display: block;
    padding-right: 30px;
    padding-top: 30px;
    margin: 60px 0 0 200px;
}

.list-1 li .img-cover {
    padding-top: 62%;
    border-radius: 20px;
}

.list-1 li .pic {
    position: relative;
}

.list-1 li .pic:before {
    position: absolute;
    right: -30px;
    top: -30px;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon28.png) no-repeat center / cover;
    border-radius: 20px;
}

.list-1 li p {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 0;
}

.pages {
    margin: 60px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    border-radius: 20px;
    transition: all 0.5s;
    border: 1px solid #ccc;
    min-width: 7px;
    vertical-align: middle;
}

.pages .prev,
.pages .next {
    font-size: 0;
    height: 48px;
    line-height: 48px;
    border: 1px solid #3f6937;
    border-radius: 50%;
    padding: 0;
    width: 48px;
    background: no-repeat center;
}

.pages .prev {
    margin-right: 50px;
    background-image: url(../images/icon6.png);
}

.pages .next {
    margin-left: 50px;
    background-image: url(../images/icon7.png);
}

.pages a.active {
    background-color: #3f6937;
    color: #fff;
    border-color: #3f6937;
}
.yq-content{margin-top: 50px;}
.yq-content-pic {
    float: left;
    width: 40%;
}

.yq-content-pic .img-center {
    position: relative;
    margin-right: 30px;
}

.yq-content-pic .img-center img {
    border-radius: 20px;
    position: relative;
}

.yq-content-pic .img-center:before {
    position: absolute;
    right: -30px;
    top: -30px;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon28.png) no-repeat center / cover;
    border-radius: 20px;
}

.yq-content-text {
    margin-left: 40%;
    padding-left: 4%;
}

.yq-content-text h1 {
    margin: 0 0 30px;
    font-weight: normal;
    color: #3f6937;
}

.yq-content-text .tit {
    font-size: 30px;
}

.yq-content-text .con {
    line-height: 1.8;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.yq-content-text .con:last-child {
    margin-bottom: 0;
}

.yq-content-text .con p {
    margin: 0;
}

.yq-content-text .con img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

.yq-content-text ul {
    overflow: hidden;
}

.yq-content-text li {
    float: left;
    width: 50%;
}

.yq-content-text li dl {
    margin: 0 0 60px;
    overflow: hidden;
}

.yq-content-text li dt {
    float: left;
    border-radius: 50%;
    border: 1px solid #3f6937;
    width: 68px;
    height: 68px;
    line-height: 68px;
}

.yq-content-text li dd {
    margin-left: 85px;
    font-size: 36px;
    color: #3f6937;
    line-height: 1;
}

.yq-content-text li dd small {
    display: block;
    font-size: 24px;
    margin-top: 10px;
}

.content-exp {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid #ddd;
}

.content-exp li {
    float: left;
    width: 50%;
    display: block;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.content-exp li:last-child{
    text-align: right;
  
}
.content-exp li a {
    display: block;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/icon31.png) no-repeat 0 center;
    padding-left: 70px;

}

.content-exp li:last-child a {
    text-align: right;
    background-position: right center;
    padding: 0 70px 0 0;
    background-position: right center;
    background-image: url(../images/icon32.png);
}

.list-2 {
    margin: -50px 0 0 -50px;
}

.list-2 li {
    float: left;
    width: 33.333333%;
}

.list-2 li a {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 50px 0 0 50px;
}

.list-2 li .img-cover {
    padding-top: 65%;
    border-radius: 20px;
}

.list-2 li p {
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 0;
}

.list-3 {
    padding: 1px 0 0 1px;
}

.list-3 li {
    float: left;
    width: 33.333333%;
}

.list-3 li a {
    display: block;
    border: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    padding: 10% 5%;
}

.list-3 li .tag {
    float: right;
    font-size: 16px;
    margin-top: 80px;
}

.list-3 li .date {
    font-size: 16px;
}

.list-3 li .date strong {
    display: block;
    font-family: Impact;
    color: #3f6937;
    line-height: 1;
    font-size: 80px;
}

.list-3 li .img-cover {
    padding-top: 52%;
    margin: 5% 0;
}

.list-3 li h4 {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.list-3 li p {
    margin: 10px 0 0;
    line-height: 1.8;
    opacity: 0.6;
    height: 75px;
    overflow: hidden;
}

.list-3 li a:hover {
    color: #fff;
    background-color: #3f6937;
}

.list-3 li a:hover .date strong {
    color: #fff;
}

.list-4 {
    margin: -50px 0 0 -35px;
}

.list-4 li {
    float: left;
    width: 50%;
}

.list-4 li a {
    display: block;
    margin: 70px 20px 0 35px;
    position: relative;
}

.list-4 li a:before {
    position: absolute;
    right: -20px;
    top: -20px;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon39.png) no-repeat center / cover;
}

.list-4 li .wrap {
    position: relative;
    background: url(../images/icon40.png) no-repeat center / cover #fff;
    padding: 20px 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.list-4 li .download {
    float: right;
    text-align: center;
}

.list-4 li .download i {
    display: block;
    /* background: url(../images/icon38.png) no-repeat center / cover; */
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
    background-color: #3f6937;
    font-size: 24px;
    color: #fff;
    line-height: 64px;
}

.list-4 li .arr {
    position: absolute;
    right: 30px;
    top: 50%;
    background: url(../images/icon32.png) no-repeat center / contain;
    height: 50px;
    width: 50px;
    margin-top: -25px;
}

.list-4 li h4 {
    margin: 0 80px 0 0;
    color: #3f6937;
    font-size: 22px;
    height: 94px;
    overflow: hidden;
    transition: all 0.5s;
}

.list-4 li a:hover .wrap {
    color: #fff;
    background-image: url(../images/icon41.png);
    background-color: #3f6937;
}

.list-4 li a:hover h4 {
    color: #fff;
}

.list-4 li a:hover .arr {
    background-image: url(../images/icon42.png);
}



.contact-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-left {
    float: left;
    width: 50%;
    background-color: #3f6937;
    color: #fff;
    margin-top: -170px;
}

.contact-left .wrap {
    padding: 60px;
}

.contact-left .logo {
    text-align: left;
}

.contact-left p {
    margin: 50px 0 0;
    font-size: 16px;
}

.contact-left p span {
    display: block;
    font-size: 24px;
}

.contact-right {
    float: right;
    background-color: #fff;
    margin-top: -100px;
    width: 50%;
    position: relative;
    left: -15px;
}

.contact-right .wrap {
    padding: 60px;
}

.contact-right .tit {
    font-size: 36px;
}

.message {
    margin-top: 30px;
}

.message form {
    overflow: hidden;
    display: block;
    margin: -20px 0 0 -60px;
}

.message .form-group {
    float: left;
    margin: 20px 0 0 60px;
    width: 385px;
}

.message .form-label {
    display: block;
    margin-bottom: 10px;
}

.message .form-label span {
    color: red;
}

.message .form-content {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 15px;
}

.message .form-control {
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.message .form-submit {
    display: block;
    background: #3f6937;
    color: #fff;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 54px;
    font-size: 16px;
    width: 100%;
}

.message .form-group.full {
    float: none;
    width: auto;
}

.message .form-tips {
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.message .form-tips span {
    color: red;
}

.join-1 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}

.join-2 {
    font-size: 0;
    text-align: justify;
    margin-top: 60px;
}

.join-2 li {
    display: inline-block;
    vertical-align: middle;
}

.join-2 li dl {
    margin: 0;
    background: no-repeat 0 7px;
    padding-left: 60px;
}

.join-2 li dt {
    color: #3f6937;
    font-size: 36px;
}

.join-2 li dd {
    margin: 20px 0 0;
    background: url(../images/icon48.png) no-repeat 0 0;
    font-size: 18px;
    padding-top: 20px;
}

.join-3 {
    border-top: 1px solid #405aa5;
}

.join-3 li {
    float: left;
    line-height: 70px;
    font-size: 18px;
}

.join-3 li span {
    display: block;
    padding-left: 30px;
}

.join-3 li.l1 {
    width: 20%;
}

.join-3 li.l2 {
    width: 10%;
}

.join-3 li.l3 {
    width: 20%;
}

.join-3 li.l4 {
    width: 25%;
}

.join-3 li.l5 {
    width: 25%;
}

.join-4 {
    padding-top: 45px;
}

.join-4 dl {
    margin: 1px 0 0;
    background-color: #fff;
    border: 2px solid transparent;
}

.join-4 dt {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.join-4 dt span {
    float: left;
    line-height: 70px;
    font-size: 18px;
}

.join-4 dt span i {
    font-style: normal;
    padding-left: 30px;
}

.join-4 dt span.l1 {
    width: 20%;
}

.join-4 dt span.l2 {
    width: 10%;
}

.join-4 dt span.l3 {
    width: 20%;
}

.join-4 dt span.l4 {
    width: 25%;
}

.join-4 dt span.l5 {
    width: 25%;
}

.join-4 dt em {
    width: 32px;
    height: 32px;
    background: url(../images/icon49.png) no-repeat center / contain;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
}

.join-4 dd {
    margin: 0;
    display: none;
}

.join-4 dd .con {
    padding: 30px;
    line-height: 1.8;
    font-size: 16px;
    color: #666;
}

.join-4 dd .con h4 {
    margin: 0 0 10px;
    color: #3f6937;
}

.join-4 dd .con p {
    margin: 5px 0 0;
    text-indent: 2em;
}

.join-4 dd .con .mail {
    margin-top: 30px;
    text-align: right;
}

.join-4 dd .con .mail a {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 15px;
    background-color: #3f6937;
    color: #fff;
}

.join-4 dl.open {
    border-color: #3f6937;
}

.join-4 dl.open dt {
    background-color: #3f6937;
    color: #fff;
}

.join-4 dl.open dt em {
    background-image: url(../images/icon50.png);
}

.join-4 dl.open dd {
    display: block;
}

.jcxm-pic {
    float: right;
    width: 34%;
}

.jcxm-text {
    margin-right: 39%;
}

.jcxm-text h2 {
    color: #3f6937;
    margin: 0;
    font-size: 48px;
}

.jcxm-text .item {
    margin-top: 50px;
}

.jcxm-text .item:first-child {
    margin-top: 0;
}

.jcxm-text .tit {
    font-size: 36px;
    margin-bottom: 15px;
}

.jcxm-text .con {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}

.jcxm-text .con2 {
    font-size: 24px;
}

.jcxm-text .ico {
    border-bottom: 1px solid #ddd;
}

.jcxm-text .ico ul {
    font-size: 0;
    margin: 40px 0 0 -70px;
}

.jcxm-text .ico li {
    display: inline-block;
    vertical-align: top;
    margin-left: 70px;
    margin-bottom: 40px;
    text-align: center;
}

.jcxm-text .ico li .i {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border: 2px solid #3f6937;
    border-radius: 20px;
    margin: 0 auto;
}

.jcxm-text .ico li p {
    margin: 15px 0 0;
    font-size: 18px;
}

.jcxm-cover {
    background: no-repeat center / cover;
    overflow: hidden;
    color: #fff;
}

.jcxm-cover .text {
    position: relative;
    margin-top: 450px;
}

.jcxm-cover .text:before {
    position: absolute;
    content: '';
    width: 840px;
    height: 840px;
    border-radius: 50%;
    background-color: #3551a2;
    opacity: 0.6;
    left: -240px;
    top: -140px;
}

.jcxm-cover .text h4 {
    margin: 0 0 20px;
    position: relative;
    font-size: 48px;
}

.jcxm-cover .text h5 {
    margin: 0;
    position: relative;
    font-size: 36px;
}

.jcxm-cover .text p {
    margin: 0;
    position: relative;
    font-size: 24px;
}

.content-title {
    margin-bottom: 40px;
    text-align: center
}

.content-title h1 {
    font-size: 36px;
    margin: 0;
}

.content-title p {
    margin: 15px 0 0 -10px;
    font-size: 12px;
    color: #999;
}

.content-title p span {
    display: inline-block;
    margin-left: 10px;
}

.content-body {
    line-height: 1.8;
}

.content-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}

.pages .pagination {
    height: auto;
    text-align: center;
}

.pages .pagination p {
    float: none;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    border-radius: 20px;
    transition: all 0.5s;
    border: 1px solid #ccc;
    min-width: 7px;
    vertical-align: middle;
    height: auto;
}

.pages .pagination a {
    float: none;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    border-radius: 20px;
    transition: all 0.5s;
    border: 1px solid #ccc;
    min-width: 7px;
    vertical-align: middle;
    height: auto;
}

.pages .pagination a:hover {
    border-color: #3f6937;
    color: #3f6937;
}

.pages .pagination a.cur {
    background-color: #3f6937;
    color: #fff;
    border-color: #3f6937;
}

.pages .pagination p.pageRemark {
    display: none;
}

.map {
    position: relative;
}

.map_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.map_text {
    position: relative;
    z-index: 9;
}

.contact_main {
    position: relative;
    z-index: 11;
}

.contact-right {
    position: relative;
    z-index: 11;
}

.yunu-link {
    padding: 20px 0;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #3f6939;
    padding-bottom: 15px;
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.yunu-link ul {
    margin-left: -20px;
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.footer-fix li {
    float: left;
    width: 25%;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(../images/f_04.png);
}

.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #3f6939;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a {
    height: 36px!important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img {
    padding-right: 6px;
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../images/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
    height: auto;
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon {
    background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img {
    width: 110px;
    height: 110px;
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../images/huidaodingbu.png) center center no-repeat #3f6939;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #3f6939;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../images/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kf-side span.on {
    background: url(../images/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

@media screen and (min-width: 768px) {
    .view-body {
        padding-top: 80px;
    }
    .view-body .header {
        background-color: #3f6937;
    }
    .view-body .header .logo {
        height: 50px;
        line-height: 50px;
    }
    .view-body .header .tel {
        line-height: 80px;
        font-size: 20px;
    }
    .view-body .header .sc {
        margin-top: 19px;
    }
    .view-body .header .nav li>a {
        line-height: 80px;
    }
    .view-body .header .nav li>a:after {
        bottom: 16px;
    }
}

@media screen and (max-width: 1630px) {
    .in-yqsb .swiper-slide .text h4 {
        font-size: 24px;
    }
    .in-yqsb .swiper-slide .text li {
        font-size: 28px;
        margin-left: 50px;
    }
    .in-yqsb .swiper-slide .text li small {
        font-size: 20px;
    }
}

@media screen and (max-width: 1470px) {
    .header .nav li {
        margin: 0 18px;
    }
    .header .nav li>a {
        font-size: 16px;
    }
    .in-about .pic {
        margin-top: -50px;
    }
    .in-about .text .desc {
        font-size: 14px;
    }
    .in-yqsb .swiper-slide .text p {
        font-size: 14px;
    }
    .in-yqsb .swiper-slide .text li {
        font-size: 24px;
    }
    .in-yqsb .swiper-slide .text li small {
        font-size: 16px;
    }
    .in-news-left {
        width: 45%;
    }
    .in-news-left .text h4 {
        font-size: 20px;
    }
    .in-news-left .text span {
        font-size: 14px;
    }
    .in-news-right ul {
        margin-top: -20px;
    }
    .in-news-right li {
        margin-top: 20px;
    }
    .in-news-right li h4 {
        font-size: 20px;
    }
    .in-news-right li span {
        font-size: 14px;
    }
    .in-news-right li p {
        font-size: 14px;
        height: 50px;
    }
    .banner-sub {
        height: 560px;
    }
    .lanmu {
        margin-top: -55px;
    }
    .lanmu li a {
        line-height: 54px;
    }
    .lanmu li i {
        width: 19px;
        height: 16px;
    }
    .lanmu li span {
        font-size: 16px;
    }
    .about-4 .swiper-slide .img-center:before {
        right: -20px;
        bottom: -20px;
    }
    .about-4 .swiper-slide .text .date {
        font-size: 50px;
    }
    .about-4 .swiper-slide .text h4 {
        font-size: 24px;
    }
    .about-4 .swiper-slide .text p {
        font-size: 14px;
    }
    .about-4 .swiper-slide .text .time i {
        width: 60px;
    }
    .about-5 .text strong {
        font-size: 50px;
    }
    .list-1 {
        margin-left: -100px;
    }
    .list-1 li a {
        margin-left: 100px;
    }
    .list-2 {
        margin: -30px 0 0 -30px;
    }
    .list-2 li a {
        margin: 30px 0 0 30px;
    }
    .list-3 li .date strong {
        font-size: 60px;
    }
    .list-3 li .tag {
        margin-top: 60px;
    }
    .jcxm-text h2 {
        font-size: 38px;
    }
    .jcxm-text .tit {
        font-size: 30px;
    }
    .jcxm-text .con {
        font-size: 16px;
    }
    .jcxm-text .con2 {
        font-size: 20px;
    }
    .jcxm-text .item {
        margin-top: 35px;
    }
    .jcxm-text .ico ul {
        margin-top: 40px;
        margin-left: -50px;
    }
    .jcxm-text .ico li {
        margin-left: 50px;
        margin-bottom: 50px;
    }
    .jcxm-text .ico li p {
        font-size: 16px;
    }
    .jcxm-text .ico li .i {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

@media screen and (max-width: 999px) {
    body {
        min-width: 320px;
        padding-top: 50px;
    }
    .container {
        width: auto;
        min-width: auto;
        max-width: none;
    }
    .footer-fix {
        display: block;
    }
    .kf {
        display: none;
    }
    .more-big {
        margin-top: 20px;
        background-size: auto 20px;
        padding-right: 50px;
    }
    .header {
        padding: 10px 0;
        background-color: #3f6937;
    }
    .header .logo {
        height: 30px;
        line-height: 30px;
        float: none;
        padding: 0;
    }
    .header .sc-btn {
        display: block;
    }
    .header .sc {
        margin: 0;
        float: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        border-bottom: 0;
        background-color: #3f6937;
        padding: 0 15px;
        box-sizing: border-box;
        display: none;
    }
    .header .sc input {
        width: 100%;
        box-sizing: border-box;
    }
    .header .sc button {
        right: 15px;
    }
    .header .nav {
        margin: 10px -15px -10px;
        display: none;
        float: none;
        text-align: left;
    }
    .header .nav li {
        display: block;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        float: none;
    }
    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        font-size: 16px;
    }
    .header .nav li>a:after {
        display: none;
    }
    .header .nav li .arr {
        display: block;
        position: relative;
        z-index: 1;
    }
    .header .nav li.active a,
    .header .nav li.open a,
    .header .nav li a:hover {}
    .header .nav li.open .arr:after {
        border-color: #0b4e9c;
        transform: rotate(225deg);
    }
    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        width: auto;
        text-align: left;
        margin: 0;
        box-shadow: none;
    }
    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }
    .menu-btn {
        display: block;
    }
    .banner .swiper-slide {
        height: 400px;
        min-height: 400px;
    }
    .banner .swiper-slide:before {
        width: 320px;
        height: 320px;
        right: -200px;
        top: -260px;
    }
    .banner .swiper-slide .box:before {
        width: 320px;
        height: 320px;
        left: -30px;
        top: -80px;
    }
    .banner .swiper-slide h4 {
        font-size: 22px;
        margin-top: 0;
    }
    .banner .swiper-slide small {
        font-size: 14px;
    }
    .banner .swiper-pagination-bullet {
        display: inline-block;
        margin: 0 4px !important;
    }
    .banner .swiper-pagination {
        bottom: 10px;
        width: 100%;
        right: 0;
        transform: translateY(0);
    }
    .banner .djxh {
        display: none;
    }
    .section {
        padding: 30px 0;
    }
    .section-title {
        margin-bottom: 20px;
        text-align: center;
    }
    .section-title strong {
        font-size: 22px;
    }
    .section-title small {
        font-size: 14px;
    }
    .section-title-2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .in-about .pic {
        float: none;
        width: auto;
        margin: 0;
    }
    .in-about .pic .img-center {
        margin: 0;
    }
    .in-about .pic .img-center:before {
        display: none;
    }
    .in-about .pic ul {
        display: none;
    }
    .in-about .text {
        padding: 0;
        margin: 20px 0 0;
        width: auto;
    }
    .in-about .text h4 {
        font-size: 20px;
    }
    .in-about .text h5 {
        font-size: 16px;
    }
    .in-about .text .desc {
        margin-top: 15px;
        padding-top: 10px;
    }
    .in-about .more {
        text-align: center;
    }
    .in-total li:nth-child(4) {
        width: 100%;
        margin-top: 30px;
    }
    .in-total li:last-child {
        display: none;
    }
    .in-total li strong {
        font-size: 30px;
    }
    .in-total li span {
        margin-top: 10px;
        font-size: 14px;
    }
    .in-total li small {
        font-size: 18px;
        margin-left: 5px;
    }
    .in-jcxm {
        padding: 0 40px;
    }
    .in-jcxm .swiper-container {
        padding: 0;
    }
    .in-jcxm .img-center:hover img {
        transform: scale(1);
    }
    .in-jcxm .swiper-pagination {
        margin-top: 20px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-top: -16px;
        background-size: 10px auto;
    }
    .in-fwys {
        width: auto;
        padding: 0 40px;
        margin-top: 80px;
    }
    .in-fwys:before {
        width: 400px;
        height: 400px;
        left: 50%;
        top: 50%;
        margin: -200px 0 0 -200px;
    }
    .in-fwys .ctrl {
        margin: 20px 0 0;
        position: static;
    }
    .in-fwys .swiper-button-prev,
    .in-fwys .swiper-button-next {
        position: absolute;
        top: 50%;
        margin: -16px 0 0;
    }
    .in-fwys .swiper-pagination {
        text-align: center;
        float: none;
        font-size: 18px;
        line-height: 1;
    }
    .in-fwys .swiper-pagination-current {
        font-size: 24px;
    }
    .in-fwys .swiper-slide i {
        text-align: center;
        margin-bottom: 20px;
        height: 60px;
    }
    .in-fwys .swiper-slide h4 {
        text-align: center;
        font-size: 20px;
    }
    .in-fwys .swiper-slide h4:after {
        margin: 10px auto 0;
    }
    .in-fwys .swiper-slide p {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        height: 100px;
        overflow: hidden;
    }
    .in-fwys .swiper-slide .more-big {
        display: block;
        width: 70px;
        margin: 20px auto 0;
    }
    .in-yqsb .swiper-slide {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        transition: none;
        transform: none;
    }
    .in-yqsb .swiper-slide .img-center {
        float: none;
        width: auto;
    }
    .in-yqsb .swiper-slide .text {
        margin: 20px 0 0;
        padding: 0;
        text-align: center;
        opacity: 1;
    }
    .in-yqsb .swiper-slide .text h4 {
        font-size: 18px;
    }
    .in-yqsb .swiper-slide .text p {
        margin-top: 10px;
    }
    .in-yqsb .swiper-slide .text ul {
        display: none;
    }
    .in-yqsb .swiper-slide .text .more {
        font-size: 12px;
        background: none;
        padding-right: 0;
        margin-top: 15px;
    }
    .in-yqsb .ctrl {
        position: static;
        width: auto;
        margin-top: 20px;
        text-align: center;
    }
    .in-yqsb .swiper-button-prev,
    .in-yqsb .swiper-button-next {
        margin: 0 10px;
    }
    .in-yqsb .swiper-pagination {
        display: none;
    }
    .in-yqsb-more {
        position: static;
        text-align: center;
    }
    .in-ryzz-desc {
        font-size: 14px;
        text-align: justify;
    }
    .in-ryzz {
        padding: 0 40px;
    }
    .in-ryzz .swiper-slide {
        transition: none;
        transform: none;
    }
    .in-news-left,
    .in-news-right {
        width: auto;
        float: none;
    }
    .in-news-left .text {
        padding: 15px;
    }
    .in-news-left .text h4 {
        font-size: 16px;
    }
    .in-news-left .text span {
        font-size: 12px;
        margin-top: 5px;
    }
    .in-news-right ul {
        margin-top: 0;
    }
    .in-news-right li h4 {
        font-size: 16px;
    }
    .in-news-right li span {
        font-size: 12px;
    }
    .in-news-right li p {
        opacity: 1;
        transform: none;
    }
    .in-hzhb-bg {
        padding: 30px 0;
    }
    .footer {
        padding-top: 30px;
    }
    .footer-top {
        display: none;
    }
    .footer-ewm {
        float: none;
        width: auto;
    }
    .footer-ewm .img-center {
        height: 110px;
        line-height: 110px;
    }
    .footer-info {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .footer-info .nav {
        display: none;
    }
    .footer-info .adder p {
        margin-top: 5px;
    }
    .footer-contact {
        float: none;
        width: auto;
        text-align: center;
        margin: 20px 0 0;
    }
    .footer-contact p {
        margin-top: 5px;
    }
    .footer-copy {
        font-size: 12px;
        margin-top: 30px;
        text-align: center;
    }
    .footer-copy .sup {
        display: none;
    }
    .banner-sub {
        height: 150px;
    }
    .lanmu,
    .curmbs {
        display: none;
    }
    .about-1 .img-center {
        position: static;
        width: auto;
        min-width: auto;
    }
    .about-1 .text {
        width: auto;
        margin-top: 20px;
        font-size: 14px;
    }
    .about-2 dt {
        font-size: 18px;
    }
    .about-2 dd {
        margin-top: 10px;
        font-size: 14px;
        text-align: justify;
    }
    .about-3 {
        margin: 0 -10px;
    }
    .about-3 li {
        width: 50%;
        min-width: auto;
    }
    .about-3 li .wrap {
        padding: 10px;
    }
    .about-3 li .img-center {
        height: 40px;
        line-height: 40px;
    }
    .about-3 li h4 {
        margin: 15px 0 10px;
        font-size: 18px;
    }
    .about-3 li p {
        font-size: 12px;
        text-align: justify;
        line-height: 1.8;
        height: 84px;
        overflow: hidden;
    }
    .about-4 .swiper-container {
        padding-bottom: 0;
    }
    .about-4 .swiper-slide {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .about-4 .swiper-slide .img-center {
        float: none;
        width: auto;
    }
    .about-4 .swiper-slide .img-center:before {
        display: none;
    }
    .about-4 .swiper-slide .img-center img {
        border-radius: 10px;
    }
    .about-4 .swiper-slide .text {
        margin: 20px 0 0;
        padding: 0;
    }
    .about-4 .swiper-slide .text .date {
        font-size: 40px;
    }
    .about-4 .swiper-slide .text h4 {
        font-size: 20px;
    }
    .about-4 .ctrl {
        position: static;
        width: auto;
        margin-top: 20px;
        text-align: center;
    }
    .about-4 .swiper-button-prev,
    .about-4 .swiper-button-next {
        margin: 0 10px;
    }
    .about-5 .text,
    .about-5 .pic {
        float: none;
        width: auto;
    }
    .about-5 .text h4 {
        font-size: 20px;
    }
    .about-5 .text h4:after {
        width: 30px;
    }
    .about-5 .text strong {
        font-size: 30px;
    }
    .about-5 .text p {
        font-size: 14px;
        margin-top: 10px;
    }
    .about-5 .pic {
        margin-top: 20px;
    }
    .about-5 .pic .swiper-container {
        margin: 0 40px;
    }
    .about-6 .ctrl {
        margin-top: 20px;
    }
    .about-6 .swiper-slide p {
        line-height: 40px;
        font-size: 16px;
    }
    .about-6 .swiper-slide .img-center {
        height: 250px;
        line-height: 250px;
    }
    .pages {
        margin-top: 20px;
    }
    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }
    .pages .prev,
    .pages .next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-size: 10px auto;
    }
    .pages .prev {
        margin-right: 10px;
    }
    .pages .next {
        margin-left: 10px;
    }
    .sycd .swiper-slide a {
        padding: 15px;
    }
    .sycd .swiper-slide p {
        font-size: 16px;
        margin-top: 15px;
    }
    .list-1 {
        margin: -15px 0 0 -15px;
    }
    .list-1 li {
        width: 100%;
    }
    .list-1 li a {
        margin: 15px 0 0 15px;
        padding: 0;
    }
    .list-1 li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-1 li .pic:before {
        display: none;
    }
    .yq-content-pic {
        float: none;
        width: auto;
    }
    .yq-content-pic .img-center {
        margin: 0;
    }
    .yq-content-pic .img-center:before {
        display: none;
    }
    .yq-content-text {
        margin: 20px 0 0;
        padding: 0;
    }
    .yq-content-text h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .yq-content-text .tit {
        font-size: 18px;
    }
    .yq-content-text .con {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .yq-content-text li dl {
        margin-bottom: 20px;
    }
    .yq-content-text li dt {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .yq-content-text li dt img {
        width: 16px;
    }
    .yq-content-text li dd {
        margin-left: 50px;
        font-size: 20px;
    }
    .yq-content-text li dd small {
        font-size: 14px;
        margin-top: 5px;
    }
    .content-exp {
        margin-top: 20px;
        padding-top: 20px;
    }
    .content-exp li a {
        font-size: 12px;
        padding-left: 30px;
        line-height: 20px;
        background-size: contain;
    }
    .content-exp li:last-child a {
        padding-left: 0;
        padding-right: 30px;
    }
    .list-2 {
        margin: -15px 0 0 -15px;
    }
    .list-2 li {
        width: 100%;
    }
    .list-2 li a {
        margin: 15px 0 0 15px;
        padding: 15px;
    }
    .list-2 li p {
        font-size: 16px;
        margin-top: 15px;
    }
    .list-3 li {
        width: 100%;
    }
    .list-3 li a {
        padding: 15px;
    }
    .list-3 li .date {
        font-size: 14px;
    }
    .list-3 li .date strong {
        font-size: 34px;
    }
    .list-3 li .tag {
        margin-top: 34px;
        font-size: 14px;
    }
    .list-3 li .img-cover {
        margin: 15px 0;
    }
    .list-3 li h4 {
        font-size: 16px;
    }
    .list-4 {
        margin: -10px 0 0 0;
    }
    .list-4 li {
        width: 100%;
    }
    .list-4 li a {
        margin: 30px 10px 0 0;
    }
    .list-4 li a:before {
        top: -10px;
        right: -10px;
    }
    .list-4 li .wrap {
        padding: 15px;
    }
    .list-4 li .download {
        font-size: 12px;
    }
    .list-4 li .download i {
        width: 50px;
        height: 50px;
    }
    .list-4 li .arr {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        right: 15px;
    }
    .list-4 li h4 {
        font-size: 16px;
        height: 66px;
        margin-right: 60px;
    }
    .map {
        height: 300px;
    }
    .contact-left {
        float: none;
        width: auto;
        margin: 20px 0 0;
    }
    .contact-left .wrap {
        padding: 20px;
    }
    .contact-left .logo {
        height: 30px;
    }
    .contact-left p {
        margin-top: 20px;
        font-size: 14px;
    }
    .contact-left p span {
        font-size: 18px;
    }
    .contact-right {
        float: none;
        width: auto;
        margin: 0;
        left: 0;
    }
    .contact-right .wrap {
        padding: 20px;
    }
    .contact-right .tit {
        font-size: 20px;
    }
    .message {
        margin-top: 20px;
    }
    .message form {
        margin-left: 0;
        margin-top: -15px;
    }
    .message .form-group {
        float: none;
        width: auto;
        margin: 15px 0 0;
    }
    .message .form-content {
        padding: 5px 15px;
    }
    .message .form-submit {
        height: 44px;
        width: 100%;
    }
    .join-1 {
        font-size: 14px;
        text-align: justify;
    }
    .join-2 {
        margin-top: 0;
    }
    .join-2 li {
        min-width: 150px;
        margin-top: 20px;
    }
    .join-2 li:last-child {
        margin: 0;
    }
    .join-2 li dl {
        padding-left: 30px;
        background-size: 24px auto;
        background-position: 0 4px;
    }
    .join-2 li dt {
        font-size: 16px;
    }
    .join-2 li dd {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 14px;
    }
    .join-3 {
        padding-bottom: 1px;
        border: 0;
    }
    .join-3 .container {
        display: none;
    }
    .join-4 {
        padding-top: 20px;
    }
    .join-4 dt span {
        width: 50% !important;
        line-height: 40px;
        font-size: 14px;
    }
    .join-4 dt span i {
        padding-left: 15px;
    }
    .join-4 dt em {
        width: 20px;
        height: 20px;
        right: 10px;
        top: 10px;
        margin: 0;
    }
    .join-4 dd .con {
        padding: 15px;
        font-size: 14px;
    }
    .join-4 dd .con .mail a {
        font-size: 12px;
    }
    .jcxm-pic {
        display: none;
    }
    .jcxm-text {
        margin: 0;
    }
    .jcxm-text h2 {
        font-size: 22px;
    }
    .jcxm-text .item {
        margin-top: 20px;
    }
    .jcxm-text .tit {
        font-size: 18px;
    }
    .jcxm-text .con {
        font-size: 14px;
    }
    .jcxm-text .ico ul {
        margin-top: 20px;
        margin-left: 0;
    }
    .jcxm-text .ico li {
        margin-left: 0;
        margin-bottom: 20px;
        width: 33.333333%;
    }
    .jcxm-text .ico li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .jcxm-text .ico li .i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 10px;
    }
    .jcxm-text .ico li .i img {
        height: 30px;
    }
    .jcxm-cover .text {
        margin-top: 100px;
    }
    .jcxm-cover .text:before {
        width: 400px;
        height: 400px;
        top: -50px;
        left: -130px;
    }
    .jcxm-cover .text h4 {
        font-size: 22px;
    }
    .jcxm-cover .text h5 {
        font-size: 18px;
    }
    .jcxm-cover .text p {
        font-size: 14px;
        margin-top: 5px;
    }
    .content-title {
        margin-bottom: 20px;
    }
    .content-title h1 {
        font-size: 18px;
    }
    .content-title p {
        margin-left: -5px;
        font-size: 12px;
        margin-top: 10px;
    }
    .content-title p span {
        margin-left: 5px;
    }
}

.wrap .inner .box h4 span {
    font-size: 34px;
}

.in-about .pic .img-center>img {
    border-radius: 10px;
    /*border: 5px solid #3f6937;*/
}

.section.bg2 .swiper-wrapper .swiper-slide .cloud {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: 0 auto;
    background-size: auto 100%;
    background-position: center;
}

.swiper-wrapper .swiper-slide .img-center.cloudt {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 250px;
    background-color: #3f6937;
    border-radius: 50%;
}

.swiper-slide .img-center em {
    font-size: 24px;
    color: #fff;
    top: 50%;
    position: absolute;
    margin-top: -20%;
    text-align: center;
    width: 100%;
    left: 50%;
    margin-left: -50%;
}

.swiper-slide .img-center i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
}

@media screen and (max-width: 480px) {
    .swiper-wrapper .swiper-slide .img-center.cloudt {
        width: 80px;
        height: 80px;
        top: 180px;
    }
    .section.bg2 .swiper-wrapper .swiper-slide .cloud {
        width: 260px;
        height: 260px;
    }
    .swiper-slide .img-center em {
        font-size: 14px;
    }
    .swiper-slide .img-center i {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 986px) {
    .swiper-wrapper .swiper-slide .img-center.cloudt {
        width: 80px;
        height: 80px;
        top: 180px;
    }
    .swiper-slide .img-center em {
        font-size: 14px;
    }
}

.section.jcxm-cover.hide {
    display: none;
}

.pages .hover,
#page_index .thislink {
    background-color: #3f6937;
    color: #fff;
    border-color: #3f6937;
}



.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    height: 40px;
    padding: 20px 0px;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination a:hover {
    color: #3f6937;
    background: white;
    border: 1px #3f6937 solid;
}

.pagination a.cur,.pages .pagination a.page-num-current {
    border: none;
    background: #3f6937;
    color: #fff;
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.dates li {
    font-size: 14px;
    margin: 20px 0
}

.dates li span {
    float: right
}



.hycp .section-title{ width: 100%;}
.hycp_gd{ float: right;}
.hycp_gd a{ font-size: 16px; color: #666666;}
.hycp_gd a img{  height: 15px; position: relative; top: 1px;}
.hycp_gd a:hover{ color: #3f6937;}
.in-jcxm{ padding: 0;}
.hycp .hycp_dtu{ position: relative; width: 100%;}
.hycp .hycp_dtu .hycp_tu{ width: 100%;border-radius: 100%; overflow: hidden; padding-bottom: 100%; position: relative;}
.hycp .hycp_dtu .hycp_tu img{ float: left; width: 100%; height: 100%; object-fit: cover; position: absolute;}
.hycp .hycp_dtu .hycp_tu .hycp_tu_bg{ position: absolute; text-align: center; opacity: 0; width: 100%; height: 100%; background: rgb(63 105 57 / 0.7); transition: 0.5s; color: #fff;}
.hycp .hycp_dtu .hycp_tu .hycp_tu_bg span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff; font-family: 'SourceHanSansCN';font-weight: 400; font-size: 18px;}
.hycp .hycp_dtu .hycp_tu .hycp_tu_bg span:before{ content: '';  background: url(../images/hycp_sby.png) center top no-repeat; height: 20px; width: 100%; position: absolute;  top: -23px;}
.hycp .hycp_dtu .hycp_tu .hycp_tu_bg span:after{ content: ''; background: url(../images/hycp_xby.png) center top no-repeat; height: 20px; width: 100%; position: absolute; bottom: -23px; left: 0;}
.hycp .hycp_dtu .hycp_jt{ position: absolute; bottom: 0; width: 80px; height: 80px; background: #70726c; border-radius: 100px; text-align: center; line-height: 100px;}
.hycp .hycp_title{ width: 100%; text-align: center;  margin-top: 30px; font-size: 24px; color: #333333; font-family: 'SourceHanSansCN';font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.hycp .hycp_desc{ width: 100%; text-align: center; font-size: 16px; color: #666666; font-family: 'SourceHanSansCN';font-weight: 300; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.hycp .swiper-slide:hover .hycp_dtu .hycp_tu{ border: 5px solid #3f6939; width: calc(100% - 10px); padding-bottom: calc(100% - 10px);}
.hycp .swiper-slide:hover .hycp_dtu .hycp_tu img{}
.hycp .swiper-slide:hover .hycp_dtu .hycp_tu .hycp_tu_bg{ opacity: 1;}
.hycp .swiper-button-next,.hycp .swiper-button-prev{ margin-top: 0; border: none; transform: translateY(-50%); top: 40%; height: 30px;}
.hycp .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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233f6937'%2F%3E%3C%2Fsvg%3E");  right: -50px;}
.hycp .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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233f6937'%2F%3E%3C%2Fsvg%3E"); left: -50px;}

.hycp .swiper-pagination-bullet{ width: 10px; height: 10px;}
.hycp .swiper-pagination-bullet-active{ background: #3f6937;}


.zlxm{ width: 100%; display: inline-block; margin-top: 10px;}
.zlxm_gd{ float: right;}
.zlxm_gd li{ display: inline-block; margin: 0 10px; font-size: 16px; cursor: pointer; color: #333333; font-family: 'SourceHanSansCN';font-weight: 500;}
.zlxm_gd li.active{ color: #3f6937;}

.in-zlxm_kuan{ width: 100%; overflow: hidden; margin-top: 30px; display: inline-block;}
.in-zlxm{ width: 100%;}
.in-zlxm .swiper-pagination-progressbar{ background: #f8f8f8;  width: 90%;  margin-left: 20px;  top: auto; bottom: 0;}
.in-zlxm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: #3f6939;}
.in-zlxm  .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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233f693766'%2F%3E%3C%2Fsvg%3E"); right: 15%;}
.in-zlxm  .swiper-button-next:hover { 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'%233f6937'%2F%3E%3C%2Fsvg%3E"); right: 15%;}

.in-zlxm .swiper-slide{ } 
.in-zlxm .swiper-slide a{  box-shadow: 0px 0px 15px #dedede; width: calc(100% - 15px);  float: left;  margin-left: 15px; margin-bottom: 30px;}
.in-zlxm .zlxm_tu{ width: 100%; padding-bottom: 74%; position: relative; overflow: hidden;} 
.in-zlxm .zlxm_tu img{ position: absolute; width: 100%; height: 100%; object-fit: cover; transition: 0.5s;} 
.in-zlxm .zlxm_cont{ width: 100%; padding: 8% 10%;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}
.in-zlxm .zlxm_title{ width: 100%; font-size: 32px; font-weight: 700; text-align: center; font-family: 'SourceHanSansCN'; color: #333333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.in-zlxm .zlxm_desc{ font-size: 18px; font-weight: 400; color: #666666; font-family: 'SourceHanSansCN'; line-height: 30px; margin-top: 10px; height: 90px; display: -webkit-box;  -webkit-box-orient: vertical;    -webkit-line-clamp: 3;  overflow:hidden;}
.in-zlxm .swiper-slide a:hover .zlxm_tu img{ transform: scale(1.1);}
.in-zlxm .swiper-slide a:hover .zlxm_cont{ background: #3f6939;}
.in-zlxm .swiper-slide a:hover .zlxm_title,.in-zlxm .swiper-slide a:hover .zlxm_desc{ color: #fff;}


.txfw{ width: 100%; /*background: url(../images/txfw_bg.jpg) center top no-repeat; */background-size: cover; min-height: 700px; padding: 0 ; position: relative; overflow: hidden;}
.txfw_dat{ width: 100%; height: 100%; top: 0; left: 50%; transform: translateX(-50%); position: absolute;}
.txfw_dat li{ display: none; width: 100%; height: 100%;}
.txfw_dat li img{ min-width: 100%; height: 100%; position: absolute; left: 50%;  transform: translateX(-50%);}
.txfw_dat li.active{ display: block;}
.txfw_title_kuan{ position: absolute; text-align: center; color: #fff;   left: 50%; top: 80px; z-index: 9;  transform: translateX(-50%);}
.txfw_title{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 32px;}
.txfw_titleen{font-family: 'arial'; font-size: 20px;}
.txfw_list{ width: 100%;}
.txfw_list ul{ display: flex; }
.txfw_list li{ flex-grow: 1; width: 1%; min-height: 700px;position: relative; text-align: center; border-left: 1px solid  rgb(255 255 255 / 0.3); cursor: pointer; transition: 0.5s;}
.txfw_list li:last-child{  border-right: 1px solid  rgb(255 255 255 / 0.3);}
.txfw_list li a{ color: #fff; width: 100%; float: left;}
.txfw_list li .txfw_list_cont{ position: absolute; width: 100%; bottom: 20%;}
.txfw_list li .txfw_list_tb{ border-radius: 100px; display: inline-block; transition: 0.5s;}
.txfw_list li .txfw_list_tb img{ max-width: 100%; float: left;}
.txfw_list li .txfw_list_title{ font-family: 'SourceHanSansCN';font-weight: 700; font-size: 24px; color: #ffffff; margin-top: 10px;}
.txfw_list li .txfw_list_desc{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 18px; color: #ffffff; margin-top: 10px;}
.txfw_list li .txfw_list_gd{ font-family: 'SourceHanSansCN';font-weight: 300; font-size: 14px;  overflow: hidden; height: 0px;  transition: 0.5s;}
.txfw_list li .txfw_list_gd span{ border:1px solid #fff; padding: 7px 20px;display:inline-block;}
.txfw_list li .txfw_list_gd span em{ font-family: cursive; font-size: 12px; font-style: unset; position: relative; top: -1px; margin-left: 5px;}
.txfw_list li:hover{ background: rgb(59 79 55 / 0.78);}
.txfw_list li:hover .txfw_list_tb{ padding: 15px; background: #90c01f;}
.txfw_list li:hover .txfw_list_gd{  margin-top: 100px; height: 38px;}


.news{ width: 100%;}
.news_list{ width: 100%; display: inline-block;}
.news_list li{ width: 32%; margin-right: 2%; float: left;}
.news_list li:last-child{ margin-right: 0px;}
.news_list li a{}
.news_list li .news_list_tu{ width: 100%; padding-bottom: 60%; position: relative; overflow: hidden;}
.news_list li .news_list_tu img{ position: absolute; width: 100%; height: 100%; object-fit: cover; transition: 0.5s;}
.news_list li .news_list_time{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px; color: #999999; margin-top: 25px; margin-bottom: 10px;}
.news_list li .news_list_title{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 20px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list li .news_list_desc{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 14px; color: #666666;  display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow:hidden;      margin: 10px 0 20px 0; height: 40px;}
.news_list li .news_list_gd{font-family: 'SourceHanSansCN';font-weight: 400; font-size: 15px;  color: #3f6937;}
.news_list li .news_list_gd span{ font-family: cursive; font-size: 10px;  margin-left: 10px;  font-weight: bold;}
.news_list li:hover .news_list_tu img{ transform: scale(1.1);}
.news_list li:hover .news_list_title{  color: #3f6937;}


.qtlisk{ width: 100%;  font-size: 0;}
.qtlisk ul{ display: inline-block;  width: 100%;}
.qtlisk li{ width: 33.33%; float: left; position: relative;}
.qtlisk li .qtlisk_tu{ width: 100%; overflow: hidden; background: #3f6937;}
.qtlisk li .qtlisk_tu img{  width: 100%; float: left; transition: 0.5s;}
.qtlisk li .qtlisk_cont{ position: absolute; left: 30px; bottom: 30px; width: 80%;}
.qtlisk li .qtlisk_title{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 30px; color: #fff;}
.qtlisk li .qtlisk_titleen{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 20px; color: #fff;}
.qtlisk li .qtlisk_jt{     float: right;  position: relative;  top: -25px; opacity: 0;}
.qtlisk li:hover .qtlisk_tu img{ opacity: 0;}
.qtlisk li:hover .qtlisk_jt{ opacity: 1;}

.footer{ background: #333;}
.footer_top{ width: 100%;}
.footer_top_logo{ float: left; border-right: 1px solid rgb(255 255 255 / 10%); width: calc(20% - 1px); text-align: center;  padding: 40px 0;}
.footer_top_logo img{ max-width: 100%; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.footer_top_lm{     float: left; width: 54%; margin: 0 3%;}
.footer_top_nav{ width: 100%;}
.footer_top_nav li{ display: inline-block; margin-right: 30px; font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px;  }
.footer_top_nav li a{color: #fff; }
.footer_top_lx{  width: 100%; margin-top: 65px;}
.footer_top_lx p{ line-height: 27px; margin: 0;  font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px;  color: #fff;}
.footer_top_lx p a{  color: #fff;}
.footer_top_ewm{ float: right; max-width: 20%; text-align: center;}
.footer_top_ewm_tu{ max-width: 200px;}
.footer_top_ewm_tu img{ max-width: 100%; border-radius: 8px;  margin-bottom: 5px;}
.footer_top_ewm_title{font-family: 'SourceHanSansCN';font-weight: 400; font-size: 18px;  color: #fff;}
.footer_bot{ width: 100%;}
.footer_copy{ float: left; width: 100%;  margin-top: 30px; color: #fff; font-family: 'SourceHanSansCN';font-weight: 300; font-size: 14px; padding: 15px 0;   border-top: 1px solid #efefef;}
.footer_copy a{ color: #fff;}
.footer_copy span{ float: right;}

.footer_index{ background: #f8f8f8;}
.footer_index .footer_top_logo{ border-right: 1px solid #e8e8e8;}
.footer_index .footer_top_logo img{  filter: none; -webkit-filter: none;}
.footer_index .footer_top_nav li a{color: #333333; }
.footer_index .footer_top_lx p{ color: #333333;}
.footer_index .footer_top_lx p a{  color: #333333;}
.footer_index .footer_top_ewm_title{  color: #333333;}
.footer_index .footer_copy{ color: #999999;}
.footer_index .footer_copy a{ color: #999999;}


.banner-sub{ position: relative; height: auto;   float: left; width: 100%;overflow: hidden;}
.banner-sub img{ min-width: 100%; float: left;}
.banner_sub_cont{ position: absolute; top: 55%; left: 50%; transform: translate(-50%,-50%); text-align: center;}
.banner_sub_title{ font-family: 'SourceHanSansCN';font-weight: 700; font-size: 50px;  color: #fff;}
.banner_sub_desc{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 28px;  color: #fff;}

.zi_nav{ width: 100%; text-align: center; border-bottom: 1px solid #ddd; } 
.zi_nav li{ display: inline-block; margin: 0 50px; line-height: 60px;  font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px; color: #333333; position: relative;}
.zi_nav li a{ width: 100%;  display: inline-block;}
.zi_nav li:hover:after,.zi_nav li.active:after{ content: ''; position: absolute; bottom: -1px; width: 90%; height: 2px; background: #3f6937; left: 50%; transform: translateX(-50%); color: #3f6937;}

.lsmd{ width: 100%; background: #f8f8f8; display: inline-block;}
.mdfb{ width: 100%; background: #f8f8f8; padding: 50px 0 0; text-align: center;}
.mdfb_title{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 36px;  color: #333333;}
.mdfb_titleen{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 14px;  color: #999999;}
.mdfb_info{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px; color: #666666; width: 100%; margin: 0 auto; margin-top: 50px; line-height: 30px; }

.lsmd_fddz{ width: 100%;padding: 35px 0; background: #fff; box-shadow: 0px 0px 15px #e8e8e8; display: inline-block; position: relative;  top: 100px; z-index: 9;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lsmd_fddz li{ position: relative;  float: left; width: 31%; padding: 0px 3%; text-align: left; }
.lsmd_fddz li:after{ content: ''; position: absolute; right: 0px; height: 100px; width: 3px; background: #efeff0; top: 50%; transform: translateY(-50%);}
.lsmd_fddz li:last-child{ border-right: 0px; width: 20%;}
.lsmd_fddz li:last-child:after{ display: none;}
.lsmd_fddz_tb{ float: left; width: 100px; cursor: pointer;}
.lsmd_fddz_cont{ float: left; width:calc(100% - 120px); margin-left: 20px;}
.lsmd_fddz_title{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 22px;  color: #333333;  margin-top: 10px;}
.lsmd_fddz_tel{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px; color: #666666; display: inline-block;}
.lsmd_fddz_tel span{ width: 80px; float: left;}
.lsmd_fddz_tel a{ color: #666666; width:calc(100% - 80px); float: left;}
.lsmd_fddz_add{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px; color: #666666;  display: inline-block;}
.lsmd_fddz_add span{ width: 50px; float: left;}
.lsmd_fddz_add p{ margin: 0;  width:calc(100% - 50px); float: left;}
.lsmd_fddz_desc{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px; color: #666666; margin-top: 35px;}

.map {  height: 650px; position: relative; z-index: 2;}
.map p { margin: 0; width: 100%; height: 100%;}
.map iframe { width: 100%; height: 100%;}

.mdyy{  width: 100%; background: #f8f8f8; padding: 80px 0; text-align: center;}
.mdyy_kuan{ width: 100%;padding: 3% 10%; margin-top: 50px; background: #fff; box-shadow: 0px 0px 15px #e8e8e8; display: inline-block; position: relative;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  text-align: left; border-radius: 5px;}
.mdyy_wt{ width: 100%; display:inline-block;}
.mdyy_wt li{ float: left; list-style:none; width: 30%; margin-bottom: 30px; margin-right: 5%;}
.mdyy_wt li:nth-child(3n){  margin-right: 0%;}
.mdyy_wt li .mdyy_title{font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px;  color: #333333; margin-bottom: 10px;}
.mdyy_wt li .mdyy_title span{ color: #e61515; position: relative; top: 5px; margin-right: 5px;}
.mdyy_wt li .mdyy_input{ width: 100%; position: relative; background: #ecf2ee; }
.mdyy_wt li .mdyy_input input{ background: #ecf2ee; border: 0px; line-height: 50px; width: calc(100% - 40px); padding: 0 20px;  font-size: 18px; border-radius: 4px;}
.mdyy_wt li .mdyy_input select{ width: 100%; line-height: 50px; border: 0px; background: none;  height: 50px; padding: 0 20px;  font-size: 18px;  color: rgb(63 105 55 / 0.7); cursor: pointer; border-radius: 4px; -webkit-appearance: none; z-index: 2; position: relative;} 
.mdyy_wt li .mdyy_input .xlanniu{ width: 40px; height: 40px; background: #fff; position: absolute;  right: 6px;  top: 5px; border-radius: 3px; cursor: pointer;   z-index: 1;} 
.mdyy_wt li .mdyy_input .xlanniu span{     border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 11px solid rgb(63 105 57); position: absolute; top: 59%; left: 50%; z-index: 9; transform: translate(-50%,-50%); border-radius: 10px;}

.mdyy_xm{ width: 100%; display:inline-block; margin-bottom: 20px;}
.mdyy_xm .mdyy_title{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px;  color: #333333; margin-bottom: 10px;}
.mdyy_xm .mdyy_title .xz{ display: inline-block; color: #e94c4c;font-size:16px;}
.mdyy_xm .mdyy_title span{ color: #e61515; position: relative; top: 5px; margin-right: 5px;}
.mdyy_xm .mdyy_radio{ float: left;}
.mdyy_xm .mdyy_radio input[type=checkbox]{ display: none;}
.mdyy_xm .mdyy_checkbox{ display: inline-block; margin-right: 30px; margin-left: 17px; cursor: pointer;}
.mdyy_xm .mdyy_checkbox .yyxm_yq,.mdyy_xm .mdyy_checkbox label{ float: left; width: 12px; height: 12px; border-radius: 12px; border: 2px solid #c7df8f; position: relative; cursor: pointer; top: 7px;  margin-right: 15px; }
[id^="yyxm-"]:checked + label span{ background: #3f6937; width: 6px;  height: 6px; border-radius: 10px;  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%,-50%);}
.mdyy_xm .mdyy_checkbox .yyxm_wz{ float: left; font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px;   color: #333333;}

.mdyy_cont{ width: 100%; display:inline-block;}
.mdyy_cont .mdyy_title{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px;  color: #333333; margin-bottom: 10px;}
.mdyy_cont .mdyy_title span{  color: #e61515; position: relative; top: 5px; margin-right: 5px;}
.mdyy_cont .mdyy_textarea{ width: 100%;}
.mdyy_cont .mdyy_textarea textarea{ width: calc(100% - 40px);  min-height: 100px; border: 0; background: #ecf2ee;  padding: 20px; border-radius: 4px;  margin-top: 10px; font-size: 18px;}
.mdyy_submit{ text-align: center; margin-top: 30px; width: 100%;   display:inline-block;}
.mdyy_submit button{ width: 300px;  line-height: 50px; border-radius: 110px;  color: #ffffff;  font-size: 20px;  border: 0px; background: #3f6937; cursor: pointer;}
.mdyy_submit button:hover{  background: #62a056;}



.about_title{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 36px;  color: #333333; position: relative; z-index: 2; text-align: center;}
.about_titleen{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 14px;  color: #999999;  position: relative; z-index: 2;  text-align: center;}
.about_title2{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 36px;  color: #fff;  position: relative; z-index: 2;  text-align: center;}
.about_titleen2{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 14px;  color: #fff;  position: relative; z-index: 2;  text-align: center;}

.about{ width: 100%; text-align: center; display: inline-block;}
.lmjj{ width: 100%; background: #f8f8f8;  padding: 50px 0 ; }
.about_info{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px; color: #666666; width: 100%; margin: 0 auto; margin-top: 50px; line-height: 18px; }
.lmln{ width: 100%; background: #fff;  padding: 50px 0 ; }
.lmln_list{ width: 100%; display: inline-block; margin-top: 30px;}
.lmln_list li{ width: 32%; float: left; margin-right: 2%; text-align: center; background: #e9f2d2; padding: 20px; cursor: pointer;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: 0.5s;}
.lmln_list li:last-child{ margin-right: 0px;}
.lmln_list li .lmln_list_tb{ margin-top: 30px;}
.lmln_list li .lmln_list_title{font-family: 'SourceHanSansCN';font-weight: 500; font-size: 30px;  color: #333333; margin-bottom: 18px; height: 42px; overflow: hidden;}
.lmln_list li .lmln_list_desc{ font-family: 'SourceHanSansCN';font-weight: 300; font-size: 16px; color: #fff; line-height: 30px;  height: 0px; overflow: hidden;}
.lmln_list li:hover{ background: #3f6938;}
.lmln_list li:hover .lmln_list_tb{ margin-top: 0;}
.lmln_list li:hover .lmln_list_tb img{  -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.lmln_list li:hover .lmln_list_title{height: 0; margin-bottom: 0;}
.lmln_list li:hover .lmln_list_desc{ height: 90px;} 

.fzlc{ width: 100%; background: #f8f8f8;  padding: 50px 0 ; text-align: center;}
.fzlc_list{  width: 100%; display: inline-block; margin-top: 50px; position: relative;}
.fzlc_list li{ position: relative; min-height: 400px; }
.fzlc_list li .fzlc_list_title{  color: #fff; font-size: 36px; position: absolute; left: 50%; transform: translateX(-50%); top: 52%; font-family: "黑体"; font-weight: bold; cursor: pointer;}
.fzlc_list li .fzlc_list_info{ color: #fff; width: 100%; padding: 10px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute;  top: 80%; cursor: pointer; transition: 0.5s;}
.fzlc_list li .fzlc_list_desc{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 18px; }
.fzlc_list li .fzlc_list_tu{ width: 100%;  display: none;}
.fzlc_list li .fzlc_list_tu img{ width: 100%;} 
.fzlc_list li .fzlc_list_dian{  position: absolute;  width: 10px;  height: 10px;  border: 2px solid #fff;  top: 70%;  left: 50%;  transform: translate(-50%,-50%);  border-radius: 10px;  background: #657a61; }
.fzlc_list li .fzlc_list_dian span{ display: none; position: absolute; width: 6px; height: 6px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #90bf1e; border-radius: 10px;}
.fzlc_list .fzlc_list_xian{ position:absolute; width: 100%; height: 3px; background: #fff; left: 0; top: 70%; transform: translateY(-50%);}

.fzlc_list li:nth-child(2n) .fzlc_list_title{ top: 80%;}
.fzlc_list li:nth-child(2n) .fzlc_list_info{ top: auto; bottom:40%;}
.fzlc_list li:hover .fzlc_list_tu{display: block;}
.fzlc_list li:hover .fzlc_list_dian span{ display: block; }
.fzlc_list li:hover .fzlc_list_info{ background: #fff;color: #333333; border-radius: 6px;} 
.fzlc_list li:hover .fzlc_list_info:after{     content: ''; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 20px solid rgb(255 255 255); position: absolute; bottom: -20px; z-index: 999; left: 50%; transform: translateX(-50%);}

.fzlc_list li:hover .fzlc_list_title{ top: 80%;}
.fzlc_list li:hover .fzlc_list_info{ top: auto; bottom:40%;}

.fzlc_list .swiper-button-prev,.fzlc_list .swiper-button-next{ width: 37px; height: 26px; position: absolute; top: 70%; transform: translateY(-50%); opacity: 1; border: 0; cursor: pointer; margin-top:0px}
.fzlc_list .swiper-button-prev{ background: url(../images/fzlc_l.png) center center no-repeat; left: -30px;}
.fzlc_list .swiper-button-next{ background: url(../images/fzlc_r.png) center center no-repeat; right: -30px;}


.ryzs{ width: 100%; background: #fff;  padding: 50px 0 ; text-align: center; position: relative;}
.ryzs_bg{ position:absolute; top: 0; height: 50%; background: #f8f8f8; width: 100%; z-index: 1;}
.ryzs_list{ width: 100%; display: inline-block; margin-top: 50px; margin-bottom: 30px; position: relative; z-index: 2;}
.ryzs_list li{ position: relative;}
.ryzs_list li .ryzs_list_tu{ width: 90%;  margin: 0 5%; padding-bottom: 124%; overflow: hidden; float: left; position: relative; cursor: pointer;}
.ryzs_list li .ryzs_list_tu img{  width: 100%; max-height: 100%; object-fit: contain; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border: 10px solid #ccc; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; transition: 0.5s;}
.ryzs_list li .ryzs_list_title{ float: left; font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px;  color: #333333; width: 100%; line-height: 30px; margin-top: 10px;}
.ryzs_list li:hover .ryzs_list_tu img{ transform:translateY(-50%) scale(1.1);}

.ryzs_list .swiper-button-prev,.ryzs_list .swiper-button-next{ width: 15px; height: 26px; position: absolute; top: 50%; transform: translateY(-50%); opacity: 1; border: 0; cursor: pointer; margin-top:0px}
.ryzs_list .swiper-button-prev{ background: url(../images/zs_l.png) center center no-repeat; left: -30px;}
.ryzs_list .swiper-button-next{ background: url(../images/zs_r.png) center center no-repeat; right: -30px;}


.lysm{  width: 100%; background: #e9f2d2;  padding: 50px 0 ; text-align: center; position: relative;}
.lysm_info{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 20px;  color: #333333; width: 73%; margin: 0 auto; line-height: 35px;}

.xwzx{ width: 100%; padding: 50px 0 ; text-align: center; position: relative;}
.xwzx_list{ width: 100%; display: inline-block; margin-top: 30px;}
.xwzx_list li{ width: 33.3%; float: left; text-align: left;}
.xwzx_list li .xwzx_list_tu{ width: 100%; padding-bottom: 60%; position: relative; overflow: hidden;}
.xwzx_list li .xwzx_list_tu img{ position: absolute; width: 100%; height: 100%; object-fit: cover; transition: 0.5s; left: 0;}
.xwzx_list li .xwzx_list_time{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 16px; color: #999999; margin-top: 25px; margin-bottom: 10px;}
.xwzx_list li .xwzx_list_title{ font-family: 'SourceHanSansCN';font-weight: 500; font-size: 20px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xwzx_list li .xwzx_list_desc{ font-family: 'SourceHanSansCN';font-weight: 400; font-size: 14px; color: #666666;  display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow:hidden;  margin: 10px 0 20px 0; height: 50px;}
.xwzx_list li .xwzx_list_gd{font-family: 'SourceHanSansCN';font-weight: 400; font-size: 15px;  color: #3f6937;}
.xwzx_list li .xwzx_list_gd span{ font-family: cursive; font-size: 10px;  margin-left: 10px;  font-weight: bold;}
.xwzx_list li:hover .xwzx_list_tu img{ transform: scale(1.1);}
.xwzx_list li:hover .xwzx_list_title{  color: #3f6937;}

.xwzx_list_bot{  position: relative; height: 35px; text-align: center;   margin-top: 45px;}
.xwzx_list .swiper-button-prev,.xwzx_list .swiper-button-next{ width: 10px; height: 10px; position: relative; display: inline-block; background-size: auto 20px; margin-top:auto;top:auto;    opacity: 1; padding: 10px; border-radius: 100px; border: 1px solid #ccc;}
.xwzx_list .swiper-button-prev{ left:0px; background-size: 8px; 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'%23cccccc'%2F%3E%3C%2Fsvg%3E");}
.xwzx_list .swiper-button-next{ right: 0px; background-size: 8px;  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'%23cccccc'%2F%3E%3C%2Fsvg%3E"); }
.xwzx_list .swiper-pagination{  position: relative; display: inline-block; top: -10px;}
.xwzx_list .swiper-pagination-bullet{ width: 10px; height: 10px; background: none; font-size: 16px; color: #ccc; font-weight: 500; margin: 0 5px; opacity: 1; padding: 10px; border-radius: 100px; border: 1px solid #ccc;  line-height: 10px;}
.xwzx_list .swiper-pagination-bullet-active,.xwzx_list .swiper-pagination-bullet:hover{ background: #3f6937; border: 1px solid #3f6937; color: #fff; position: relative;}
.xwzx_list .swiper-button-prev:hover,.xwzx_list .swiper-button-next:hover{ background-color: #3f6937; border: 1px solid #3f6937;}
.xwzx_list .swiper-button-prev:hover{ 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'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.xwzx_list .swiper-button-next:hover{ 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'%23ffffff'%2F%3E%3C%2Fsvg%3E");}

.flsm{ width: 100%; background: #f8f8f8;  padding: 50px 0 ; text-align: center; position: relative; display: inline-block;}
.flsm_info{ margin-top: 30px; width: 100%; padding:2% 5%; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: left; box-shadow: 0px 0px 5px #bbbbbb; font-family: 'SourceHanSansCN';font-size: 16px;  color: #666;}

.ny_kuan{ width: 100%; background-color: #f8f8f8;  padding: 50px 0;    display: inline-block; }
.list_info{ width: 100%; display: inline-block; margin-top: 50px;}



.image_tj_x{ width: 100%; position: relative; margin: 30px auto 0;}
#image_tj_x{ width:calc(100% - 60px);}
.image_tj_x li{ width: 100%; border: 1px solid #efefef; cursor: pointer;}
.image_tj_x li.swiper-slide-thumb-active{ border: 1px solid #3f6937;}
.image_tj_x li .pic-box{  width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;    float: left;}
.image_tj_x li .pic-box img{ position: absolute; height: 100%; top: 0; left: 50%; transform:translateX(-50%);}

.image_tj_qh .swiper-button-prev{ left: 0;}
.image_tj_qh .swiper-button-next{ right: 0;}
.image_tj_qh .swiper-button-next,.image_tj_qh .swiper-button-prev{ background-size: 15px; height: 100%; top: 22px; outline: none;}
.image_tj_qh .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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E"); }
.image_tj_qh .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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E"); }
.image_tj_qh .swiper-button-next:hover{ 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'%23ffffff'%2F%3E%3C%2Fsvg%3E"); background-color:#3f6937;}
.image_tj_qh .swiper-button-prev:hover{ 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'%23ffffff'%2F%3E%3C%2Fsvg%3E"); background-color:#3f6937;}

.yq-content-info{ padding: 30px; padding-bottom: 0px; margin-top: 60px; border-top: 1px solid #ddd;}


.l_ship{ position: fixed; left: 10px; bottom: 10px; z-index: 9999;}
.l_ship_btn{ float: left; width: 100%; font-size: 14px; color: #990100; opacity: 0; transition: 0.5s; cursor: pointer;}
.l_ship:hover .l_ship_btn{ opacity: 1;}
.l_ship_f{ float: left; position: relative; width: 226px; height: 400px;}
.l_ship_f iframe,.l_ship_f video{ position: absolute; width: 100%; height: 100%; object-fit: contain;}


@media screen and (max-width: 1600px){
	.header .nav{ margin-right: 30px;}
    .hycp .swiper-button-next,.hycp .swiper-button-prev,.ryzs_list .swiper-button-prev, .ryzs_list .swiper-button-next{ display: none;}
    .fzlc_list .swiper-button-prev{ left: 0px; }
    .fzlc_list .swiper-button-next{ right: 0px; }

}

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

    body{ min-width: auto;}
    .container{ min-width: auto;}

    .header .nav li{  margin: 0 10px;}
    .header .sc input{  width: 80px;}

    .banner .swiper-slide.xsys_1 .box .b_tu img{ width: 150px;}
    .banner .swiper-slide.xsys_2 .box .b_tu img{ width: 200px;  top: 20px;}
    .banner .swiper-slide.xsys_1 .box .btitle1,.banner .swiper-slide.xsys_2 .box .btitle1{ font-size: 40px;}
    .banner .swiper-slide.xsys_1 .box .btitle2, .banner .swiper-slide.xsys_2 .box .btitle2{ font-size: 24px;}
}
@media screen and (max-width: 1100px){
    .header .nav li{  margin: 0 5px;}
}

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

    .in-zlxm .swiper-button-next{ display: none;}
    .banner .swiper-slide{  height: auto; min-height: auto;}
    .banner .swiper-slide.xsys_1 .box .b_tu img{ width: 100px;}
    .banner .swiper-slide.xsys_2 .box .b_tu img{ width: 150px;  top: 0px;}
    .banner .swiper-slide.xsys_1 .box .btitle1,.banner .swiper-slide.xsys_2 .box .btitle1{ font-size: 30px;}
    .banner .swiper-slide.xsys_1 .box .btitle2, .banner .swiper-slide.xsys_2 .box .btitle2{ font-size: 22px;}

    .header .sc input{ width: 100%;}

    .section-title{ margin-top: 30px; margin-bottom: 50px; text-align: left;}
    .section-title.index_about small img{ height: 50px;}
    .in-zlxm .zlxm_title{  font-size: 22px;}
    .in-zlxm .zlxm_desc{ font-size: 14px; line-height: 22px;}

    .footer{  padding-bottom: 50px; padding-top: 0;}
    .footer_index{} 
    .footer_top{display: none;}
    .footer_copy{ margin-top: 0px; border-top:0px; text-align: center;}
    .in-about .pic{  width: 100%;  text-align: center;}
    .in-about .pic .img-center{   margin: 10px auto;  display: inline-block; }
    .gy_tb_list li .gy_tb_title{  min-width: 65px;}

    .banner-sub{ overflow: hidden;}
    .banner-sub img{ max-width: 150%; position: relative; left: 50%; transform: translateX(-50%);}
    .lmjj,.lmln,.ryzs,.lysm,.mdfb,.mdyy,.flsm,.xwzx,.fzlc,.ny_kuan{ padding: 30px 0;}
    .zi_nav{ border-bottom:0; float: left; background: #f8f8f8;}
    .zi_nav li{margin: 0; width: 32%; display: inline-block; background: #333333;  border-radius: 4px; margin-top: 10px; line-height: 45px; font-size: 18px;}
    .zi_nav li a{ color: #fff;}
    .zi_nav li:hover,.zi_nav li.active{ background:#3f6937;}
    .zi_nav li:hover:after, .zi_nav li.active:after{ display: none;}
    .lysm_info{ width: 100%;}
    
    .mdfb_info,.mdyy_kuan{ margin-top: 30px;}
    .lsmd_fddz{ padding: 0px; top: 30px; margin-bottom: -50px;}
    .lsmd_fddz li{ width: 96%; padding: 3%;}
    .lsmd_fddz li:last-child{ width: 96%;}
    .lsmd_fddz li:after{ height: 2px; width: 98%; top: auto; transform:unset; bottom: 0;left: 0; right: auto;}

    .mdyy_wt li{ width: 49%; margin-right: 2%;}
    .mdyy_wt li:nth-child(3n){ margin-right: 2%;}
    .mdyy_wt li:nth-child(2n){ margin-right: 0%;}

    .fzlc_list{ margin-top: -50px;}
    .fzlc_list li .fzlc_list_desc{ font-size: 14px;}
    .l_ship{ display: none;}
    

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

    .banner .swiper-slide .banner_tu img.wap_tu{  display: block;}
    .banner .swiper-slide .banner_tu img.pc_tu,.banner .swiper-slide .banner_fd{  display: none;}
    .hycp .hycp_title{ font-size: 18px;}
    .hycp .hycp_desc{ font-size: 14px;}
    .zlxm_gd{ width: 100%; margin-top: 20px; text-align: center;}
    .txfw{ min-height: auto; display: inline-block; padding: 20px 0;}
    .txfw_title_kuan{ position: relative; top: auto; margin-top: 20px;}
    .txfw_list{ margin-top: 30px;}
    .txfw_list ul{  display: unset;}
    .txfw_list li{ padding: 30px 0; margin-bottom: 20px; float: left; min-height: auto; width:calc(50% - 2px);}
    .txfw_list li:nth-child(2n) {
        border-right: 1px solid rgb(255 255 255 / 0.3);
    }
    .txfw_list li .txfw_list_cont{ position: relative;}
    .txfw_list li .txfw_list_gd{ display: none;}
    .section-title{ margin-bottom: 20px}
    .news_list li{ width: 100%; margin-bottom: 15px;}
    .qtlisk li{  width: 100%; margin-top: 10px;}
    .footer_index .footer_copy{ text-align: center;}
    .footer_copy span{ width: 100%; text-align: center;}

    .mdyy_kuan{ padding: 3%;}
    .mdyy_wt li{ width: 100%; margin-bottom: 10px;}
    .mdyy_xm .mdyy_checkbox{ width: 32.33%; margin: 0px 0px;}
    .mdyy_xm .mdyy_checkbox .yyxm_yq, .mdyy_xm .mdyy_checkbox label{ margin-right: 4px;}
    .mdyy_xm .mdyy_checkbox .yyxm_wz{ font-size: 16px;}
    .mdyy_wt li .mdyy_input input,.mdyy_wt li .mdyy_input select{ line-height: 40px;  height: 40px; font-size: 16px;}
    .mdyy_wt li .mdyy_input .xlanniu{ width: 30px; height: 30px;}

    .banner_sub_title{ font-size: 24px;}
    .banner_sub_desc{ font-size: 14px;}
    .mdfb_title,.about_title,.about_title2{ font-size: 28px;}


}
@media screen and (max-width: 599px){
    .section-title{margin-top:0px}
    .section-title.index_about small img{ height: 35px;}
    .hycp .hycp_dtu .hycp_jt{ width: 50px; height: 50px; line-height: 60px;}
    .hycp .hycp_dtu .hycp_jt img{ height: 20px;}

    .txfw_list li .txfw_list_title{ font-size: 20px;}
    .txfw_list li .txfw_list_desc{ font-size: 16px;}

    .fzlc_list li .fzlc_list_title{ font-size: 30px;}
    .lmln_list li{ width: 100%; margin-bottom: 2%;}
    .lmln_list li .lmln_list_title{  font-size: 26px;}
    .lmln_list li .lmln_list_desc{ font-size: 14px;}
    .lmln_list li:hover .lmln_list_desc{ height: auto;}
    .ryzs_list li .ryzs_list_title{ font-size: 16px;}
    .lysm_info{ font-size: 16px; line-height: 30px;}
    .xwzx_list li .xwzx_list_desc{ margin: 10px 0;}
    .flsm_info{ font-size: 14px;}
    .flsm_info li{  list-style-type: none;}
    .about_info{ margin-top: 20px;}
    .about_info p{ text-align: left !important; text-indent: 2em;}
    .about_info p br{ display: none;}

    .gy_tb_list li .gy_tb_title{  min-width: 50px; font-size: 12px;}
}
@media screen and (max-width: 499px){
    .in-zlxm{margin-left:0% !important}
    .zlxm_gd li{  margin: 0 4px;  font-size: 14px;}
    .in-zlxm_kuan{ margin-top: 10px;}
    .in-zlxm .swiper-pagination-progressbar{ width: 100%;}
    .mdyy_submit button{  font-size: 18px; line-height: 40px;}
}

