﻿@charset "utf-8";

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; }
body { color: #444; font-size: 14px; font-family: "微软雅黑"; margin: auto; letter-spacing: 0.5px; background: #FFF; max-width: 1920px; overflow-x: hidden; }
ul, ol { list-style: none; }
img, fieldset { vertical-align: top; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
input, button, textarea, select { font: 100% Arial, ''; vertical-align: middle }
table, td, tr, th { font-size: 14px; }
.fl, .l { float: left; }
.fr, .r { float: right; }
a { color: #333333; text-decoration: none; transition: all 0.3s; }
a:hover { color: #000; text-decoration: none; }
.clearfix { *zoom: 1; }
.clearfix:after { display: block; overflow: hidden; clear: both; height: 0px; visibility: hidden; content: "."; }
.flex { display: flex; }
.w1000 { width: 1000px; margin: 0 auto; }
.w1100 { width: 1100px; margin: 0 auto; }
.w1200 { width: 1200px; margin: 0 auto; }
.w1300 { width: 1300px; margin: 0 auto; }
.w1400 { width: 1400px; margin: 0 auto; }
.box-con { width: 100%; }
.box-con * { max-width: 100% !important; }
.icon { background: url(../images/icon.png) no-repeat; display: inline-block; vertical-align: middle; }

/***************************************************************************************************************/

/* header */
header { width: 100%; }

/* top-1 */
.top-1 { width: 100%; background-color: #F2F2F2; }
.top-1 .wel, .top-1 .map { height: 30px; font-size: 12px; color: #333333; display: flex; align-items: center; }
.top-1 .map > a { margin: 0 5px; font-size: 12px; color: #333333; }

/* top-2 */
.top-2 { padding: 10px 0; width: 100%; }
.top-2 .logo, .top-2 .search, .top-2 .phone { height: 100px; display: flex; align-items: center; }
.top-2 .logo img { max-height: 100px; }
.top-2 .search form { width: 100%; display: flex; justify-content: center; }
.top-2 .search .stxt { padding: 0 15px; width: 220px; height: 40px; border: 1px solid #55A016; outline: none; border-radius: 5px 0 0 5px; }
.top-2 .search .sbtn { width: 80px; height: 40px; font-size: 16px; color: #FFFFFF; background: #147B32; border: none; border-radius: 0 5px 5px 0; }
.top-2 .phone { margin-right: 50px; }
.top-2 .phone s { display: block; margin-right: 15px; width: 17px; height: 44px; background-position: 0 0; }
.top-2 .phone span { line-height: 20px; font-size: 14px; color: #333333; }
.top-2 .phone p { line-height: 30px; font-size: 30px; font-weight: bold; color: #333333; font-family: Arial; }

/* top-3 */
.top-3 { width: 100%; background: #147B32; }
.top-3 .menu { width: 100%; }
.top-3 .menu > li:nth-of-type(1) { border-left: 1px solid #08561A; }
.top-3 .menu > li { float: left; width: calc(100% / 8); border-right: 1px solid #08561A; position: relative; z-index: 999; }
.top-3 .menu > li > a { display: block; width: 100%; line-height: 60px; text-align: center; font-size: 16px; color: #FFFFFF; }
.top-3 .menu > li > dl { width: 100%; position: absolute; top: 100%; left: 0; display: none; }
.top-3 .menu > li > dl > dd:nth-of-type(1) { border: none; }
.top-3 .menu > li > dl > dd { width: 100%; border-top: 1px solid #DDDDDD; }
.top-3 .menu > li > dl > dd > a { display: block; width: 100%; line-height: 50px; text-align: center; font-size: 14px; color: #333333; background: #FFFFFF; transition: 0.3s; }
.top-3 .menu > li.on > a { background: #148636; }
.top-3 .menu > li > dl > dd:hover > a { color: #FFFFFF; background: #148636; }


/* top-4 */
.top-4 { width: 100%; position: relative; }
.top-ban .swiper-slide { width: 100%; display: flex; justify-content: center; overflow: hidden; }
.top-next:after, .top-prev:after { font-size: 18px; color: #FFFFFF; }
.top-page .swiper-pagination-bullet-active { background: #FFFFFF; }
.top-bg { width: 100%; height: 98px; background: url(../images/top-bg.png) no-repeat center; position: absolute; bottom: 0; left: 0; z-index: 999 }
.page-ban { padding-bottom: 42px; width: 100%; display: flex; align-items: center; justify-content: center; background: url(../images/page-ban.png) no-repeat center bottom; overflow: hidden; }

/* footer */
footer { padding: 20px 0; width: 100%; background-color: #13171B; }

/* foot-1 */
.foot-1 { width: 100%; }
.foot-1 ul { padding: 0 30px; width: 100%; border-bottom: 1px solid #147B32; }
.foot-1 ul > li { float: left; width: calc(100% / 8); position: relative; }
.foot-1 ul > li > a { display: block; width: 100%; line-height: 40px; text-align: center; font-size: 14px; color: #CCCCCC; transition: 0.3s; }
.foot-1 ul > li > a:hover { color: #FFFFFF; }

/* foot-2 */
.foot-2 { padding: 20px; border-bottom: 1px solid #147B32; display: flex; align-items: center; justify-content: space-between; }
.foot-2 .contact > p { padding-left: 35px; line-height: 30px; font-size: 14px; color: #CCCCCC; background-position: center left; background-repeat: no-repeat; }
.foot-2 .contact > p.p1 { background-image: url(../images/icon-3.png); }
.foot-2 .contact > p.p2 { background-image: url(../images/icon-4.png); }
.foot-2 .contact > p.p3 { background-image: url(../images/icon-5.png); }
.foot-2 .contact > p.p4 { background-image: url(../images/icon-6.png); }
.foot-2 .contact > p.p5 { background-image: url(../images/icon-7.png); }
.foot-2 .contact > p.p6 { background-image: url(../images/icon-8.png); }
.foot-2 .code img { width: 120px; height: 120px; }
.foot-2 .code p { line-height: 30px; text-align: center; font-size: 14px; color: #CCCCCC; }

/* foot-3 */
.foot-3 { padding-top: 10px; }
.foot-3 > span { line-height: 24px; font-size: 14px; color: #CCCCCC; }
.foot-3 > a { margin: 0 5px; line-height: 24px; font-size: 14px; color: #CCCCCC; }

/* copyright */
.copyright { padding: 15px 0; width: 100%; line-height: 20px; text-align: center; font-size: 14px; color: #CCCCCC; background-color: #0D1013; }
.copyright a { color: #FFFFFF; }

/***************************************************************************************************************/

/* section */
section { width: 100%; }

/* in-title */
.in-title { padding-bottom: 40px; width: 100%; text-align: center; }
.in-title p { font-size: 40px; color: #666666; font-weight: normal; font-family: Arial; text-transform: uppercase; }
.in-title h1 { font-size: 30px; color: #137C32; font-weight: bold; background: url(../images/in-title.png) no-repeat center; }
.in-title h2 { font-size: 40px; color: #137C32; font-weight: normal; }
.in-title h3 { padding-top: 10px; font-size: 20px; color: #333333; font-weight: normal; }
.in-more { padding-top: 20px; width: 100%; display: flex; align-items: center; justify-content: center; }
.in-more > a { width: 160px; height: 40px; font-size: 14px; color: #333333; border: 1px solid #137C32; border-radius: 20px; transition: 0.5s; display: flex; align-items: center; justify-content: center; }
.in-more > a:hover { color: #FFFFFF; background: #137C32; }

/* in-cp */
.in-cp { padding: 40px 0; width: 100%; }

.cp-nav { padding-bottom: 40px; width: 100%; display: flex; justify-content: center; }
.cp-nav > li { margin: 0 15px; width: 160px; }
.cp-nav > li > a { display: block; width: 100%; line-height: 40px; text-align: center; font-size: 14px; color: #333333; border: 1px solid #DDDDDD; border-radius: 5px; transition: 0.3s; }
.cp-nav > li:hover > a { color: #FFFFFF; background: #137C32; border-color: #137C32; }

.cp-item { width: 100%; }
.cp-item li { float: left; margin: 0px 10px 30px; width: calc((100% - 80px) / 4); border: 1px solid #DDDDDD; }
.cp-item li .cp-img { width: 100%; height: 210px; overflow: hidden; }
.cp-item li .cp-img > a { padding: 2px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.cp-item li .cp-img > a > img { width: 100%; height: 100%; object-fit: contain; transition: 0.3s; }
.cp-item li .cp-info { width: 100%; border-top: 1px solid #DDDDDD; }
.cp-item li .cp-info > a { display: block; padding: 0 15px; width: 100%; line-height: 50px; text-align: center; font-size: 16px; font-weight: normal; color: #2F4056; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: 0.3s; }
.cp-item li:hover img { opacity: 0.8; }
.cp-item li:hover .cp-info a { color: #FFFFFF; background: #137C32; }

/* in-ys */
.in-ys { padding: 100px 0 45px; width: 100%; background: url(../images/in-ys.png) no-repeat center top; }

.ys-item { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.ys-item > li { margin: 20px; width: 400px; }
.ys-item > li .tit { margin-bottom: 20px; padding-left: 65px; height: 37px; line-height: 30px; font-size: 24px; font-weight: bold; color: #333333; background-position: center left; background-repeat: no-repeat; }
.ys-item > li:nth-of-type(1) .tit { background-image: url(../images/ys-1.png); }
.ys-item > li:nth-of-type(2) .tit { background-image: url(../images/ys-2.png); }
.ys-item > li:nth-of-type(3) .tit { background-image: url(../images/ys-3.png); }
.ys-item > li:nth-of-type(4) .tit { background-image: url(../images/ys-4.png); }
.ys-item > li .con { height: 96px; line-height: 24px; text-align: justify; text-indent: 2rem; font-size: 14px; color: #333333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

/* in-gg */
.in-gg { width: 100%; background: url(../images/in-gg.png) no-repeat center; }
.gg-info { height: 176px; display: flex; flex-direction: column; justify-content: center; }
.gg-info > h1 { font-size: 45px; font-weight: bold; color: #FFFFFF; font-style: italic; font-family: 黑体 }
.gg-info > h2 { margin-top: 15px; font-size: 28px; font-weight: normal; color: #FFFFFF; font-style: italic; }
.gg-info > h2 > span { display: inline-block; margin-left: 30px; padding-left: 65px; width: 309px; line-height: 40px; font-size: 25px; font-weight: normal; color: #125927; font-style: normal; background: url(../images/gg-dh.png) no-repeat center; }
.gg-zx { height: 176px; display: flex; align-items: center; }
.gg-zx > a { width: 228px; height: 71px; line-height: 50px; text-align: center; font-size: 20px; font-weight: bold; color: #125D27; background: url(../images/gg-zx.png) no-repeat center; transition: all 600ms ease; -webkit-animation: change 2s linear infinite; }

@keyframes change {
    0% { -webkit-transform: translate(0px,0px); }
    10% { -webkit-transform: translate(0px,-3px); }
    20% { -webkit-transform: translate(0px,-6px); }
    30% { -webkit-transform: translate(0px,-9px); }
    40% { -webkit-transform: translate(0px,-12px); }
    50% { -webkit-transform: translate(0px,-15px); }
    60% { -webkit-transform: translate(0px,-12px); }
    70% { -webkit-transform: translate(0px,-9px); }
    80% { -webkit-transform: translate(0px,-6px); }
    90% { -webkit-transform: translate(0px,-3px); }
    100% { -webkit-transform: translate(0px,0px); }
}

/* in-al */
.in-al { padding: 40px 0; width: 100%; }

.al-item { width: 100%; }
.al-item > li { float: left; margin: 0 8px 20px; width: calc((100% - 64px) / 4); }
.al-item > li a { display: block; width: 100%; position: relative; }
.al-item > li .al-img { width: 100%; height: 213px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.al-item > li .al-img > img { width: 100%; height: 100%; object-fit: contain; transition: 0.5s; }
.al-item > li .al-info { padding: 0 15px; width: 100%; line-height: 65px; text-align: center; font-size: 16px; color: #FFFFFF; background: url(../images/al-item.png) no-repeat center; position: absolute; bottom: 0; }
.al-item > li:hover .al-img > img { transform: scale(1.1); opacity: 0.8; }

/* in-gy */
.in-gy { padding: 60px 0; width: 100%; background: #F8F8F8; }

.gy-info { width: 600px; }
.gy-info > .tit { width: 100%; }
.gy-info > .tit > h1 { line-height: 50px; font-size: 40px; font-weight: normal; color: #666666; text-transform: uppercase; font-family: Arial; }
.gy-info > .tit > p { line-height: 40px; font-size: 30px; font-weight: bold; color: #137C32; background: url(../images/gy-tit.png) no-repeat center left 150px; }
.gy-info > .tit > p > a { float: right; display: block; margin: 4px 0; width: 120px; line-height: 30px; text-align: center; font-size: 14px; font-weight: normal; color: #137C32; border-radius: 15px; border: 1px solid #D1E5BF; }
.gy-info > .tit > p > a:hover { color: #FFFFFF; background: #137C32; }
.gy-info > .content { margin: 20px 0; width: 100%; line-height: 30px; text-align: justify; font-size: 14px; color: #333333; }

.gy-img { width: 530px; }
.gy-img > a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.gy-img > a > img { width: 100%; height: 100%; object-fit: contain; }


/* in-xw */
.in-xw { padding: 40px 0; width: 100%; }

.xw-slide { padding: 30px; width: 400px; background: #F8F8F8; border: 1px solid #DDDDDD; transition: 0.5s; }
.xw-slide:hover { background: #FFFFFF; }
.xw-slide .bd ul li { width: 100%; }
.xw-slide .bd ul li > a { display: block; width: 100%; }
.xw-slide .bd ul li .slide-img { width: 100%; height: 255px; background: #FFFFFF; display: flex; align-items: center; justify-content: center; }
.xw-slide .bd ul li .slide-img > img { width: 100%; height: 100%; object-fit: contain; }
.xw-slide .bd ul li .slide-info { padding-top: 20px; width: 100%; }
.xw-slide .bd ul li .slide-info > p { line-height: 30px; font-size: 16px; color: #333333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: 0.6s; }
.xw-slide .bd ul li .slide-info > span { display: block; line-height: 26px; font-size: 14px; color: #666666; }
.xw-slide .hd { padding-top: 20px; width: 100%; }
.xw-slide .hd > ul { width: 100%; display: flex; align-items: center; justify-content: center; }
.xw-slide .hd > ul > li { margin: 0 5px; width: 12px; height: 12px; background: #666666; border-radius: 100%; font-size: 0px; cursor: pointer; }
.xw-slide .hd > ul > li.on { background: #137C32; }

.xw-item { width: 750px; border-top: 1px solid #DDDDDD; }
.xw-item > li { width: 100%; border-bottom: 1px solid #DDDDDD; }
.xw-item > li > a { width: 100%; height: 52px; display: flex; align-items: center; justify-content: space-between; }
.xw-item > li > a > s { display: block; margin-right: 20px; width: 12px; height: 14px; background-position: -286px -102px; transition: all ease 600ms; }
.xw-item > li > a > p { width: 580px; font-size: 14px; color: #333333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: all ease 600ms; }
.xw-item > li > a > span { width: 130px; text-align: right; font-size: 16px; color: #666666; }
.xw-item > li:hover > a > p { color: #137C32; transform: translateX(-5px); }
