@charset "utf-8";
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a:hover {
    color: #11733a;
}


/* CSS Document */

body.current {
    padding-top: 158px;
}

.indemores {
    font-size: 1.6rem;
    float: right;
    font-weight: normal;
}


/*头部样式*/

.gp-header {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.topList {
    background: #fff;
    height: 40px;
    line-height: 40px;
}

.top-fl {
    float: left;
    overflow: hidden;
}

.top-fr {
    float: right;
    color: #757575;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
}

.top-fr a {
    color: #757575;
    padding: 0 0px;
}

.top-fr a:hover {
    color: #224682;
}

.headerbg {
    background: url(../images2022/headerbg.png) no-repeat center top #f0f1f5;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.headerbg .gp-container {
    position: relative;
}

.logo {
    width: 40%;
    float: left;
    padding: 0.5rem 0 0.5rem;
    overflow: hidden;
    position: relative;
    z-index: 99992;
    transition: all 0.3s ease;
}

.logo_01 {
    display: block;
    /* width: 562px; */
}

.logo_01 img {
    width: 100%;
}

.logo_02 {
    display: none;
    /* width: 245px; */
    transition: all 0.3s ease-in-out;
}

.wrapnav {
    width: 100%;
    background: #117339;
    transition: all 0.3s ease-in-out;
}

.nav>ul {
    display: flex;
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: block\9;
    position: relative;
}

.nav>ul>li {
    height: 55px;
    transition: all 0.3s ease;
    width: 100%;
    width: auto\9;
    float: left\9;
    padding: 0 1.6%\9;
}

.nav>ul>li>a {
    padding: 0;
    text-align: center;
    line-height: 55px;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

.nav>ul>li:hover {
    background: #1c893a;
}


/* .nav>ul>li.on>a:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #85d0fc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav>ul>li.on>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #85d0fc;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    z-index: 9;
} */

.nav>ul>li.on .subNav {
    display: block;
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.nav-wrapper>div {
    position: relative;
}

.headerFix-menu {
    position: absolute;
    right: -30px;
    top: 3px;
    cursor: pointer;
    display: none;
}

.headerFix-menu i {
    color: #fff;
    font-size: 30px;
}

.headerFix-close {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.headerFix-close i {
    color: #ccd2de;
    font-size: 24px;
}

.gp-header.current {
    position: fixed;
    /* height: 55px;
    line-height: 55px; */
    background: #117339;
    top: 0;
    z-index: 9;
    box-shadow: 0px 1px 5px 0px #333;
}

.gp-header.current .logo_01 {
    display: none;
}

.gp-header.current .logo_02 {
    display: block;
}

.gp-header.current .top-fr {
    display: none;
}

.gp-header.current .headerbg {
    background: #117339;
}

.gp-header.current .wrapnav {
    background: none;
    position: absolute;
    top: 0px;
    z-index: 9;
}

.gp-header.current .nav>ul {
    margin-left: 310px;
}

.gp-header.current .nav>ul>li {
    width: auto;
    padding: 0 11px;
}

.gp-header.current .subNav {
    position: fixed;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    top: 55px;
}


/* .navbgs {
    background: #f2fdf5;
} */

.gp-widths .articleTitle01:before {
    width: 86%;
}

.menu-set {
    overflow: hidden;
}


/* .menu-set .winl {
    width: 50%;
    border-right: #94acd8 solid 4px;
} */

.menu-set .menuLis {
    height: 80px;
}


/* .menu-set .winl .research {
    background: url(../images/ioz-menu-bg01.jpg) no-repeat 100%;
    height: 60px;
    overflow: hidden;
    margin: 20px 8px;
    padding: 2px;
} */

.jgszImg {
    margin-right: 12px;
    float: left;
    width: 70px;
    height: 54px;
}

.menu-set .research p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #11733a;
    line-height: 54px;
    background: url(../images2022/navbgssr.jpg) no-repeat;
    background-size: cover;
}

.menuLis {
    float: left;
    width: 22%;
    margin-right: 2%;
}

.kjIndli li {
    float: left;
    width: 30%;
    padding: 2% 1%;
}

.kjIndli li p {
    position: relative;
    font-size: 1.7rem;
    color: #3e3e3e;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 30px;
    line-height: 36px;
}

.kjIndli li p::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    width: 10px;
    background: #aad5b6;
    position: absolute;
    top: 14px;
    left: 0;
}

.kjIndli li p:hover {
    color: #117339;
}

.cgzkindLi li {
    float: left;
    width: 22%;
    padding: 2% 1%;
}

.yjspyLists .articleTitle01:before {
    width: 78%;
}

.yjspyPic ul li img {
    width: 100%;
}

.yjspyPic ul li {
    float: left;
    width: 23%;
    padding: 1% 1%;
}

.yjspyPic ul li p {
    font-size: 1.6rem;
    color: #fff;
    padding: 2px 0;
    text-align: center;
    background: #11733a;
}

.yjjyinss {
    padding-bottom: 3%;
}

.jylist li {
    position: relative;
    padding-left: 20px;
}

.jylist li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    width: 5px;
    border: 2px solid #aad5b7;
    border-radius: 50%;
}

.jylist li a {
    font-size: 1.5rem;
    line-height: 3rem;
}


/* .kjIndli li p::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  width: 10px;
  background: #aad5b6;
  position: absolute;
  top: 14px;
  left: 0;
} */

.yjspyPic ul li p:hover {
    color: #fff;
}

.djNavstyle .list06 .gp-img-responsive {
    width: 50%;
    height: auto;
    padding: 0;
    float: left;
}

.djNavstyle .list06 .listText {
    display: table;
    margin-left: 50%;
    height: auto;
    padding: 0 16px;
}

.djNavstyle .list06 li a {
    background: none;
}

.djNavstyle .list06 .listText p {
    display: table-cell;
    vertical-align: middle;
}

.padTops {
    margin-top: 3%;
}


/* .menu-set .research p:hover,
.menu-set .research a:hover {
    color: #c33c1c;
} */

.subNav {
    width: 100%;
    background: #f2fdf5;
    position: absolute;
    left: 0;
    top: 55px;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.2);
}

.subNavlist {
    margin: 20px;
    overflow: hidden;
}

.iconTops {
    float: left;
}

.iconTops a img {
    margin-top: -6px;
}

.iconTops .weiimgs {
    position: relative;
}

.wxBoxs {
    position: absolute;
    top: -10px;
    left: 6px;
    z-index: 99;
    display: none;
}

.weiimgs {
    transition: all 0.4s ease;
}

.weiimgs:hover .wxBoxs {
    display: block;
    /* transform: scale(3.6);
  border: 1px solid #efefef; */
}

.routeNav_top {
    background: #efefef;
    width: 100%;
    margin-bottom: 3rem;
}

.routeNav li {
    float: left;
    /* display: inline-block; */
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 4.2rem;
}

.routeNav li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 2px;
    /* background: url(../images/icon/ietsmx.png) no-repeat center right; */
}

.routeNav li a.active,
.routeNav li a:hover.active {
    color: #127942;
    font-size: 14px;
    font-size: 1.4rem;
}

.routeNav_top li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #656565;
}

.routeNav_top li a.active,
.routeNav_top li a:hover.active {
    color: #127942;
    font-size: 14px;
    font-size: 1.4rem;
}

.routeNav li img {
    display: inline-block;
    margin-right: 9px;
    margin-top: -6px;
}

.titleTop {
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 14px;
    color: #2c8447;
    letter-spacing: 0.3rem;
    border-bottom: 4px solid #dedede;
    margin-bottom: 2%;
}

.titleTop::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100px;
    height: 4px;
    z-index: 1;
    background: #127942;
    opacity: 0.8;
}

.gp-article p {
    line-height: 28px;
    padding-bottom: 1.4%;
}

.articleIn h4 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 2%;
    padding-top: 2%;
}

.gp-f22 i {
    padding-right: 10px;
}

.articleIn img {
    display: block;
    max-width: 100%;
    margin: 1.5% auto;
    text-align: center;
}

.sldimg {
    width: 48%;
}

.sldimg img {
    width: 100%;
}

.sldimg,
.sldText {
    float: left;
}

.sldText {
    width: 50%;
    padding: 8% 1% 2% 8%;
    color: #3c3c3c;
}

.sldTexts .col-md-12 {
    margin-bottom: 3%;
}

.sldText h2 {
    font-size: 2.4rem;
    margin-top: 5%;
    color: #464646;
    margin-bottom: 10%;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sldText h4 {
    color: #3b3b3b;
    font-size: 1.8rem;
    line-height: 3.6rem;
}

.sldText p {
    font-size: 1.8rem;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sldTexts .sldText p {
    margin-top: 26%;
    font-size: 1.6rem;
    width: 60%;
    background: #1b883a;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    padding-bottom: 0;
}

.itemBg:hover h2 {
    color: #1b883a;
}

.itemBg:hover p {
    color: #fff;
}


/* .itemBg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
} */

.lrsldBox .sldimg {
    width: 100%;
}

.sldimg img {
    width: 100%;
}

.lrsldBox .sldimg,
.lrsldBox .sldText {
    float: left;
}

.sldText {
    /*width: 100%;*/
    padding: 8% 1% 2% 8%;
    color: #3c3c3c;
}

.lrsldBox .sldText {
    width: 100%;
    padding: 2%;
    text-align: center;
}

.lrsldBox .sldText h2 {
    margin-bottom: 2%;
    text-align: center;
}

.lrsldBox .col-md-6 {
    margin-bottom: 2%;
}

.lrsldBox .itemBg:hover .sldText h4 {
    color: #1b883a;
}


/*列表页*/

.navbgs .list05,
.navbgs .list005 {
    min-height: auto;
}

.list05,
.list005 {
    width: 100%;
    overflow: hidden;
    padding-top: 3%;
    min-height: 510px;
}

.list05 li,
.list005 li {
    line-height: 30px;
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    margin-bottom: 1%;
}

.list05 li span {
    width: 100px;
    font-size: 15px;
    height: 100px;
    background: #cccccc;
    color: #fff;
    text-align: center;
    float: left;
    border-top-left-radius: 26px;
    -webkit-border-top-left-radius: 26px;
    -o-border-top-left-radius: 26px;
    border-bottom-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -o-border-bottom-right-radius: 26px;
}

.list05 li:hover span {
    border-radius: 50%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

.list05 li span b {
    font-size: 32px;
    font-size: 3.2rem;
    display: block;
    margin: 18px auto 0px;
    line-height: 3.6rem;
}

.list05 li div {
    margin-left: 140px;
    height: 50px;
    overflow: hidden;
}

.list05 li div h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 5px;
    line-height: 3.2rem;
    overflow: hidden;
}

.list05 li div h3 i {
    float: right;
    background: url(../images/img_17.png) no-repeat bottom right;
    margin-left: 5px;
    width: 34px;
    height: 30px;
}

.list05 li div p {
    margin-top: 3%;
    height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.0rem;
    width: 94%;
    text-align: left;
}

.itemBg {
    display: block;
    background: #f8f8f8;
    margin-bottom: 3%;
}

.itemBg:hover {
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .2);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.dsTextIn .itemBg {
    margin-bottom: 5%;
}

.dsTextIn .sldText p {
    margin-top: 10rem;
}

.kjcxCon {
    margin-left: 32%;
    overflow: hidden;
    padding: 3% 1%;
}

.kjcxCon h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #117339;
    margin-bottom: 3rem;
}

.kjcxCon h3 i {
    float: right;
    background: url(../images/img_17.png) no-repeat bottom right;
    background-size: contain;
    margin-left: 5px;
    width: 34px;
    height: 30px;
}

.kjcxCon p {
    line-height: 2.6rem;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: 0!important;
}

.kjcxPic {
    float: left;
    position: relative;
    z-index: 0;
    width: 30%;
}

.kjcxPic a {
    display: block;
    overflow: hidden;
}

.kjcxPic img {
    width: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    transform: scale(1);
}

.kjcxPic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list005 li span {
    width: 52px;
    font-size: 1.5rem;
    height: 56px;
    background: url(../images2022/zzjggbg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.list005 li span b {
    font-size: 1.9rem;
    line-height: 2.4rem;
    display: block;
}

.moreicon {
    position: absolute;
    right: 5%;
    top: 26%;
    z-index: 99;
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
    background: #d3d3d3;
}

.list005 li .kjcxPic {
    border: 3px solid #22912a;
}

.glrcList li {
    position: relative;
    padding-left: 18px;
}

.glrcList li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    z-index: 9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3fa155;
}


/*导航*/

.indnews {
    margin-top: 1.5%;
}

.indnews h3 {
    font-size: 2rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.indnews h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    width: 12px;
    height: 12px;
    border: 4px solid #155c32;
    border-radius: 50%;
}

.ind_news {
    background: #f8f8f8;
}

.ind_news li {
    padding-left: 5rem;
    padding-right: 3rem;
    width: 100%;
    float: left;
    height: 7.6rem;
    line-height: 7.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    background: #f8f8f8;
    *position: relative;
}

.ind_news li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-weight: bold;
}

.ind_news li:hover a,
.ind_news li:hover span {
    color: #fff;
}

.ind_news li {
    position: relative;
}

.ind_news li:before {
    content: "";
    position: absolute;
    left: 3rem;
    top: 3.5rem;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3fa155;
}

.ind_news li:hover {
    background: #3fa155;
}

.ind_news li:hover::after {
    content: "";
    position: absolute;
    left: -3rem;
    top: 0;
    z-index: 9;
    width: 4.1rem;
    height: 7.6rem;
    background: url(../images2022/indzbdl.png) no-repeat;
    background-size: contain;
    z-index: 9;
}

.ind_news li:hover:before {
    background: #fff;
}

.text_in .ind_news li {
    /* height: 36px;
    line-height: 36px; */
}

.ind_news li span {
    float: right;
    /* margin-left: 10px;
    *position: absolute;
    *right: 0;
    *bottom: 0; */
    font-weight: bold;
}

.indnews .flex-control-nav {
    display: block;
}

.searchBox {
    background: #e4f3eb;
    height: 5.2rem;
    line-height: 5.2rem;
    border-radius: 35px;
    margin: 2rem 0 0;
}

.SeaIns {
    margin-top: 10px;
    height: 3.6rem;
    border-left: 1px solid #abb6b3;
    padding-left: 10px;
}

.SeaIns a {
    font-size: 1.8rem;
    color: #565656;
    padding-left: 20px;
    line-height: 2.8rem;
    float: left;
}

.SeaIns a strong {
    /* width: 57px; */
    line-height: 2.8rem;
    color: #117339;
    display: inline-block;
    font-weight: normal;
}

.SeaIns a:hover {
    color: #117339;
}

.seaImgss {
    padding-left: 3rem;
}

.listDates li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2.6rem;
}

.listDates li:last-child {
    margin-bottom: 0;
}

.listDates li .nDate {
    width: 80px;
    float: left;
    line-height: 26px;
    background: #fff;
    text-align: center;
}

.listDates li .nDate strong {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #fff;
    background: #1b883a;
    font-weight: normal;
    text-transform: uppercase;
}

.listDates li .nDate i {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    color: #145a30;
    display: block;
    font-style: normal;
    font-weight: bold;
    background: #f2f2f2;
}

.listDates li a {
    margin-left: 10rem;
    display: block;
    line-height: 2.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsDateLi li .nDate {
    background: #f1f1f1;
    height: 9rem;
    width: 9rem;
}

.newsDateLi li .nDate i {
    height: auto;
    line-height: 3.6rem;
    padding-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #9b9ea0;
    display: block;
    font-style: normal;
    font-weight: bold;
    background: #f1f1f1;
}

.newsDateLi li .nDate strong {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    color: #9b9ea0;
    background: #f1f1f1;
    font-weight: normal;
    text-transform: uppercase;
}

.infoTita p {
    text-indent: 0;
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: normal;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.infoTita h4 {
    font-weight: bold;
    font-size: 1.7rem;
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infoTita .listNesaa h4 {
    position: relative;
    padding-bottom: 1.2rem;
}

.infoTita .listNesaa h4 i {
    display: inline-block;
    margin-left: 10px;
    background: #e47470;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 20px;
    padding: 0;
    width: 50px;
    height: 20px;
    line-height: 2rem;
    margin-top: 6px;
    font-style: normal;
    font-weight: normal;
}

.lists_titles .titles_ddList {
    border: 1px solid #ccc;
    padding: 10px 20px;
    /* box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1); */
}

.lists_titles .titles_ddList p {
    position: relative;
    float: left;
    width: 85%;
    padding-left: 20px;
    line-height: 4.6rem;
    /* background: #fff url(../images/icon/bannergr_bg.png) no-repeat left 23px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lists_titles .titles_ddList p:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 20px;
    z-index: 9;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2c8447a6;
}

.lists_titles .titles_ddList li {
    border-bottom: 1px dashed #ccc;
}

.lists_titles .titles_ddList li:last-child {
    border-bottom: 0;
}

.titles_ddList span {
    float: right;
}

.titles_ddList li:hover {
    border-left: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 0 rgba(0, 0, 0, .07);
}

.news_list_title {
    border-bottom: 1px dashed #9c9c9a;
}

.news_list_title .titles_ddList {
    border: 0;
    padding: 0;
}

.article_lines .titles_ddList p {
    padding-top: 0;
}

.titles_ddList span,
.article_lines .titles_ddList p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 4.6rem;
}

.titles_ddList li:hover p,
.titles_ddList li:hover span {
    color: #04a75d;
}

.details-content table {
    margin: 2% auto !important;
}


/*新闻动态*/

.subNavlist1>.gp-fl {
    width: 34%;
}

.subNavlist1>.gp-fm {
    width: 31%;
    float: left;
    margin-left: 3.5%;
}

.subNavlist1>.gp-fr {
    width: 26%;
}

.list03 {
    margin: -10px;
    overflow: hidden;
}

.list03 li a {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.list03 .listText {
    line-height: 26px;
    height: 52px;
    margin: 15px 0 0;
}

.list04 li a {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.list04 .listDate {
    color: #999999;
}

.list05 {
    margin: -5px;
    overflow: hidden;
}

.list05 li {
    overflow: hidden;
}

.list05 li a {
    display: block;
    background: #dcf5e2;
    margin: 5px;
    padding: 13px 20px;
    border-left: #aad5b7 5px solid;
    overflow: hidden;
}


/*本所概况*/

.subNavlist2>.gp-fl {
    width: 51.5%;
}

.subNavlist2>.gp-fr {
    width: 44.2%;
}

.articleTitle01 {
    position: relative;
    /* border-bottom: #e5e5e5 1px solid; */
    padding-bottom: 5px;
    margin-bottom: 1.5%;
    overflow: hidden;
}

.articleTitle01:before {
    content: "";
    display: block;
    width: 58%;
    height: 5px;
    background: #aad5b7;
    position: absolute;
    top: 10px;
    right: 0;
}

.articleTitle01 .title {
    display: block;
    float: left;
    color: #3e3e3e;
    position: relative;
}

.articleTitle01 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #85d0fc;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.articleTitle01 .more {
    padding-left: 10px;
    display: block;
    float: left;
    color: #999999;
    line-height: 28px;
    transition: all 0.3s ease;
}

.subNavlist2 .subImg {
    width: 240px;
    /* height: 212px; */
    float: left;
    overflow: hidden;
}

.subNavlist2 .subText {
    margin-left: 270px;
    overflow: hidden;
    /* height: 224px; */
    text-align: left;
}

.subNavlist2 .subText p {
    line-height: 28px;
}

.list01 {
    margin: -10px -6px;
    overflow: hidden;
}

.list01 li a {
    display: block;
    margin: 10px 6px;
    overflow: hidden;
}


/* .list01 .gp-img-responsive {
    padding-bottom: 140%;
} */

.list01 .listText {
    margin: 5px 0 0;
    text-align: center;
}

.list01 .listName {
    line-height: 22px;
}

.list01 .listCon {
    color: #999999;
    line-height: 22px;
}

.list02 {
    margin: 30px 0 0;
    overflow: hidden;
}

.list02 li {
    width: 16.66%;
    float: left;
    overflow: hidden;
}

.list02 li a {
    display: table;
    margin: 10px;
    border-left: #85d0fc 4px solid;
    background: url(../images2022/subnavli.png) no-repeat center #f2f6ff;
    width: 88%;
    height: 60px;
    overflow: hidden;
}

.list02 span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sldBoxss {
    margin-top: 20px;
}

.sldBoxss a {
    position: relative;
    font-size: 1.7rem;
    color: #3e3e3e;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 30px;
}

.sldBoxss a::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    width: 10px;
    background: #aad5b6;
    position: absolute;
    top: 6px;
    left: 0;
}

.sldBoxss a:hover {
    color: #117339;
}


/*科学研究*/

.subNavlist3>.gp-fl {
    width: 24%;
}

.subNavlist3>.gp-fm {
    width: 46.4%;
    float: left;
    margin-left: 3%;
}

.subNavlist3>.gp-fr {
    width: 24%;
}

.list06 {
    margin: -5px;
    overflow: hidden;
}

.list06 li a {
    display: block;
    margin: 5px;
    background: #f2f6ff;
    overflow: hidden;
}

.list06 .gp-img-responsive {
    width: 107px;
    height: 60px;
    padding: 0;
    float: left;
}

.list06 .listText {
    display: table;
    margin-left: 107px;
    height: 60px;
    padding: 0 16px;
}

.list06 .listText p {
    display: table-cell;
    vertical-align: middle;
}

.list07 a {
    background: #f2f6ff;
}

.list07 .listText {
    margin: 16px;
    text-align: center;
}

.itemaTits h5 {
    font-weight: bold;
    font-size: 1.9rem;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 20px;
}

.itemaTits h5::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    z-index: 1;
    background: #127942;
}

.commMian {
    color: #202020;
}

.titHeiht p strong {
    font-weight: bold;
    padding: 2% 0;
    display: block;
}

.commMian p {
    line-height: 2.8rem;
}

.infoinfosr li {
    margin-bottom: 3%;
}

.infoinfosr li .infoPPic {
    float: left;
    width: 20%;
}

.infoinfosr .infoPPic img {
    width: 100%;
}

.cxtdTit {
    float: left;
    width: 80%;
    padding: 0 4%;
}

.commImgss img {
    max-width: 100%;
    margin: 2% 0;
}

.cxtdTit h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #202020;
    padding-bottom: 3%;
    margin-top: 10px;
}

.cxtdTit h2 span {
    display: inline-block;
    background: #d3e9d4;
    color: #0f7a65;
    font-size: 2rem;
    padding: 8px 16px;
    margin-right: 3rem;
}

.infoinfosr li:hover p {
    color: #202020;
}

.kytdlist {
    float: left;
    width: 46%;
    margin: 2%;
}

.kytdlistpic {
    overflow: hidden;
}

.kytdlistpic img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 2s;
    transform: scale(1);
}


/* .kytdlistpic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} */

.kytdlisttxt {
    box-shadow: 0px 3px 23px 1px rgba(119, 119, 119, 0.24);
    border-radius: 0px 0px 30px 0px;
    background: #efefef;
}

.kytdlisttxt h5 {
    text-align: center;
    padding: 14px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #383838;
}

.kytdlist:hover .kytdlisttxt {
    background-color: #009944;
}

.kytdlist:hover h5 {
    color: #FFF;
}


/*成果转化*/

.subNavlist4>.gp-fl {
    width: 48%;
}

.subNavlist4>.gp-fr {
    width: 48%;
}

.list08 {}

.list08 a {
    display: block;
    margin: 5px;
    border-left: #85d0fc 4px solid;
    background: url(../images2022/subnavli.png) no-repeat center right #f2f6ff;
    padding: 15px 20px;
    overflow: hidden;
}

.list08 .icon {
    display: inline-block;
    width: 52px;
    height: 36px;
    float: left;
}

.list08 .listTitle {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-left: #dadee6 1px solid;
    padding-left: 20px;
}


/*人才队伍*/

.subNavlist5>.gp-fl {
    width: 40%;
}

.subNavlist5>.gp-fm {
    width: 40%;
    float: left;
    margin-left: 2%;
}

.subNavlist5>.gp-fr {
    width: 16%;
    margin-top: 10px;
}


/*国际合作*/

.subNavlist6>.gp-fl {
    width: 48%;
}

.subNavlist6>.gp-fr {
    width: 48%;
}

.subNavlist6 .subImg {
    width: 320px;
    height: 181px;
    float: left;
    overflow: hidden;
}

.subNavlist6 .subText {
    margin-left: 340px;
    overflow: hidden;
    height: 182px;
    text-align: left;
}

.subNavlist6 .subText p {
    line-height: 28px;
}

.list09 {
    margin: -10px;
    overflow: hidden;
}

.list09 li {
    width: 8.3%;
    float: left;
}

.list09 li a {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.list09 .gp-img-responsive {
    padding-bottom: 133%;
}

.list09 .listText {
    margin: 5px 0 0;
}

.list09 .listName {
    line-height: 22px;
}

.list09 .listCon {
    color: #999999;
    line-height: 22px;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/*1.默认展开的搜索*/

.gp-search {
    width: 300px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}

.gp-ser {
    width: 100%;
    height: 28px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 28px;
    line-height: 28px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #a4a4a4;
    width: 82%;
    left: 0;
    padding-left: 2%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    cursor: pointer;
    color: #666;
    background: url(../images2022/ser.png) no-repeat center;
}


/*2.搜索按钮当前位置展开*/

.gp-serBtn2 {
    background: url(../images2022/scaricon.png) no-repeat center;
    width: 19px;
    height: 40px;
    float: right;
}

.gp-search2 {
    width: 0;
    border: none;
}

.gp-search2.active {
    width: 200px;
    border: 1px solid #ccc;
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.goTop:hover {
    color: #fff;
    background-color: #4b9ef7;
}

.goTop i {
    font-size: 32px;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 63px;
    display: none;
    top: 5px;
    left: 0;
    z-index: 99991;
}

.mobile-search-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-search-btn i {
    color: #fff;
    font-size: 20px;
}

.mobile-inner-header {
    width: 100%;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 3px;
    background-color: #117339;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    float: right;
    width: 35px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-right: 8px;
    text-align: center;
    line-height: 29px;
    font-size: 30px;
    margin-top: 9px;
}

.mobile-inner-header-icon-out i {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0
}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-out span {
    width: 25px;
    height: 3px;
    display: block;
    border-radius: 5px;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
    background-color: #fff;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
    background-color: #fff;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    width: 0;
    transition: left 0.3s ease-in-out;
    height: 0;
    background-color: #117339;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
}

.mobile-inner-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
    position: relative;
}

.mobile-inner-nav li.on {
    background-color: #117339;
}

.mobile-inner-nav li.on a {
    color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
    background: url(../images2022/n-rt.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui-copy {
    background: url(../images2022/n-dw.png) no-repeat center;
}

.mobile-inner-nav li strong {
    color: #2c4780;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1.4rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    background: #117339;
}

.mobile-inner-nav dd a {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 1.5rem;
}

.mobile-inner-nav dd a:hover {
    background-color: #117339;
}

.mobile_search input.notxt {
    background: none;
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 62px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    overflow: hidden;
    height: 37px;
    position: relative;
}

.mobile_search input.notxt {
    width: 84%;
    color: #566c99;
    border: none;
    padding: 0 20px;
    height: 38px;
    box-sizing: border-box;
    font-size: 1.6rem;
    float: left;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 10px;
    background: url(../images2022/ser.png) no-repeat center;
    border: none;
    height: 37px;
    left: auto;
    /*! right: 0; */
    float: right;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.6;
    font-size: 14px;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
    font-size: 14px;
}

.nav-open .mobile-inner-nav {
    width: 100%;
    display: block;
    position: fixed;
    left: 0px;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1);
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 100px 0 20px;
    transition: all 0.3s ease;
}


/*footer*/

.wrap_footer {
    background: #117339;
    overflow: hidden;
    margin-top: 3%;
}

.footer {
    position: relative;
    padding: 4rem 0 3rem;
}

.footer * {
    color: #fff;
}

.footer *:hover {
    color: #fff;
}

.footer .gp-fl {
    width: 42%;
    float: left;
    overflow: hidden;
}

.footer .gp-fr {
    width: 56%;
    float: right;
    overflow: hidden;
}

.link {
    margin-left: -25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.link a {
    padding: 0 25px;
}

.copyRight {
    width: 68%;
    float: left;
}

.weimgs {
    float: right;
    width: 30%;
}

.ffotRights {
    display: table-cell;
}

.sybBox,
.fot_vx {
    display: table-cell;
    text-align: center;
}

.fot_vx p {
    font-size: 1.2rem;
}

.copyRight p {
    line-height: 2.6rem;
}

.footer .gp-fr a {
    display: inline-block;
}

.f-logo {
    float: left;
    width: 80%;
}

.dw {
    float: left;
    padding-left: 10px;
}

.fot_vx {
    padding: 0 10px;
}

.fot_vx img {
    padding-bottom: 10px;
}

.articleIn h3 {
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1440px) {
    .gp-container {
        width: 1200px;
    }
    .gp-header.current .nav>ul {
        margin-left: 220px;
    }
    .gp-header.current .nav>ul>li>a {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .gp-header.current .logo_02 {
        margin-left: 15px;
        width: 200px;
    }
    .gp-header.current .subNav {
        width: auto;
        left: 0;
        margin: 0 15px;
    }
}

@media screen and (max-width:1350px) {
    .gp-header.current .logo_02 {
        display: none;
    }
    .gp-header.current .wrapnav {
        top: 0;
        background: #117339;
    }
    .gp-header.current .nav>ul {
        margin-left: 0;
    }
    .gp-header.current .nav>ul>li {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width:1300px) {
    .gp-container {
        width: auto;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}

@media screen and (max-width:1200px) {
    .gp-header {}
    .nav,
    .gp-search,
    .topList,
    .top-fr {
        display: none;
    }
    .mobile {
        display: block;
    }
    .logo {
        padding: 1rem 0;
    }
    /* .logo_01 {
        width: 400px;
    } */
}

@media screen and (max-width:1024px) {
    .gp-container {
        width: auto;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .footer .gp-fr {
        float: none;
        margin: 0 auto 2%;
        width: 100%;
    }
    .footer .gp-fl {
        float: none;
        width: auto;
        text-align: center;
    }
    .link {
        margin: 15px 0;
    }
    .indnews h3 {
        margin-top: 1rem;
    }
    .SeaIns a {
        font-size: 1.6rem;
    }
    .SeaIns a strong {
        width: 52px;
    }
    .logo {
        width: 76%;
    }
    html {
        font-size: 56%;
    }
}

@media screen and (max-width:766px) {
    .infoTita .listNesaa h4 {
        position: relative;
        padding-bottom: 0.5rem;
        padding-right: 38px;
    }
    .infoTita .listNesaa h4 i {
        position: absolute;
        display: inline-block;
        margin-left: 10px;
        background: #e47470;
        color: #fff;
        font-size: 1.2rem;
        text-align: center;
        border-radius: 20px;
        padding: 0;
        width: 42px;
        height: 20px;
        line-height: 2.2rem;
        margin-top: 0;
        font-style: normal;
        font-weight: normal;
        top: 0;
        right: 0;
        z-index: 0;
    }
    .newsDateLi li .nDate {
        background: #f1f1f1;
        height: 8rem;
        width: 8rem;
    }
    .routeNav_top {
        background: #efefef;
        width: 100%;
        margin-bottom: 1rem;
    }
    .weimgs {
        float: right;
        width: 100%;
    }
    .copyRight {
        margin-top: 14px;
        width: 100%;
        float: left;
    }
    .indnews h3 {
        margin-top: 1.5rem;
    }
    .gp-f30 {
        font-size: 2.2rem;
        font-size: 22px;
        padding-left: 1rem;
    }
    .mobile,
    .mobile-inner-header {
        height: 48px;
    }
    .mobile-inner-header-icon {
        margin-top: 0;
    }
}

@media screen and (max-width:640px) {
    .lists_titles .titles_ddList p {
        margin-bottom: 0;
        width: 70%;
    }
    /* .logo {
        width: 300px;
    } */
    .footer .gp-fr {
        width: 300px;
    }
    .link a {
        padding: 0 5px;
    }
    .copyRight p {
        line-height: 22px;
    }
    .gp-f30 {
        font-size: 1.8rem;
        font-size: 18px;
    }
    .gp-f24 {
        font-size: 1.8rem;
        font-size: 18px;
    }
    .moreicon {
        position: absolute;
        right: 5%;
        top: 66%;
        z-index: 99;
        width: 3.6rem;
        height: 3.6rem;
        text-align: center;
        line-height: 3.6rem;
        border-radius: 50%;
        background: #d3d3d3;
    }
    .list05 li,
    .list005 li {
        margin-bottom: 1rem;
    }
    .kjcxCon h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        color: #117339;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:480px) {
    .kjcxPic {
        width: 100%;
    }
    .kjcxCon {
        margin-left: 0;
        overflow: hidden;
        padding: 3% 1%;
        width: 100%;
    }
    .kjcxPic img {
        width: 100%;
    }
    .logo_01 {
        width: 200px;
    }
    .logo_01 img {
        width: 100%;
    }
    /* .footer {
        padding: 38px 0;
    } */
}