.setting-btn {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: rgb(129, 110, 216);
  border-radius: 10px;
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 0px 2px rgb(212, 209, 255);
}
.bar {
  width: 50%;
  height: 2px;
  background-color: rgb(229, 229, 229);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2px;
}
.bar::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: rgb(126, 117, 255);
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.3s;
  box-shadow: 0px 0px 5px white;
}
.bar1::before {
  transform: translateX(-4px);
}
.bar2::before {
  transform: translateX(4px);
}
.setting-btn:hover .bar1::before {
  transform: translateX(4px);
}
.setting-btn:hover .bar2::before {
  transform: translateX(-4px);
}

.mainTop {
    background: #1a7c79;
    padding: 12px 0;
}

.top_nav .container {
    height: 40px;
}


/* ernav */


/* .allnavbar {
    height: 44px;
    line-height: 44px;
}

.mainWrap .navBar_in {
    padding-top: 0;
}

.mainWrap .navbar {
    min-height: 44px;
} */

.mainWrap .navbar-inverse {
    background: #e4f3f6;
}


/* .mainWrap #navbar ul li a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #404040;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
} */


/* .mainWrap .navbar-inverse .navbar-nav>.active>a {
    color: #404040;
    font-weight: bold;
}

.mainWrap .navbar-inverse .navbar-nav .dropdown:hover {
    color: #404040;
    font-weight: bold;
}


.mainWrap .navbar-nav>li>.dropdown-menu li {
    color: #404040;
    background: #ededed;
    border-bottom: 1px solid #d9d9d9;
} */


/* .mainWrap .navbar-nav>li>.dropdown-menu li:hover {
    background: #3f8c7d;
} */


/* .mainWrap .navbar-nav>li>.dropdown-menu li:last-child {
    border-bottom: 0;
}

.mainWrap .navbar-nav>li>.dropdown-menu {
    text-align: center;
    border: 0px;
}

.mainWrap #navbar .dropdown-menu>li>a {
    width: 100%;
    padding: 0 10px;
    line-height: 3.6rem;
    display: block;
    color: #404040;
    text-transform: none;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.mainWrap .top_nav {
    width: 100%;
    height: 40px;
    background: #1a7c79;
}

.mainWrap .dropdown-menu {
    padding: 0;
    margin: 0;
} */


/* .mainWrap #navbar .dropdown-menu li:hover {
    background: #ededed !important;
    color: #404040 !important;
    font-weight: bold;
}

.mainWrap #navbar .dropdown-men li a:hover,
.mainWrap #navbar .dropdown-men li a:focus {
    font-weight: bold;
    background: #ededed !important;
    color: #404040 !important;
}

.mainWrap #navbar .navbar-nav>li>.dropdown-menu li:hover {
    background: #ededed !important;
    color: #404040 !important;
    font-weight: bold;
}

.mainWrap #navbar .navbar-nav>li>.dropdown-menu li a:hover,
.mainWrap #navbar .navbar-nav>li>.dropdown-menu li a:focus {
    background: #ededed !important;
    color: #404040 !important;
    font-weight: bold;
} */


/* ernav */

.mainTop_in #tkp_search_txt {
    float: left;
    width: 60%;
    border: none;
    font-size: 1.6rem;
    color: #003a3b;
    padding-left: 4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    background: #58a8a6 url(../images/ersecicon.png) no-repeat 1rem center;
}

.mainTop_in input::-webkit-input-placeholder {
    color: #8dd8d6;
    padding-left: 10px;
    font-size: 1.4rem;
}

.mainTop_in input:-moz-placeholder {
    color: #8dd8d6;
    padding-left: 10px;
    font-size: 1.4rem;
}

.mainTop_in input:-ms-input-placeholder {
    color: #8dd8d6;
    padding-left: 10px;
    font-size: 1.4rem;
}

.mainWrap .searchBtn {
    float: left;
    margin-left: 10px;
    height: 3.2rem;
    line-height: 3.2rem;
    background: #58a8a6;
    color: #fff;
    padding: 0 3rem;
}

.mainTop_in .search_btn {
    margin-top: 1.4rem;
}

.topbanner img {
    width: 100%;
}

.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #282828;
}

.breadcrumb {
    margin: 1rem 0;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb>li,
.breadcrumb>li a {
    font-size: 1.6rem;
}

.leftnav01 {
    float: left;
    width: 256px;
}

.conterTit01 {
    margin-left: 310px;
    min-height: 500px;
    padding: 20px 0 8%;
    background-color: #fff;
}

.ny_left_top {
    position: relative;
    padding: 20px 0;
    /*background: url(../images/leftnabgs.png) no-repeat;
    background-size: 100% 100%;
    */background-color: #3a9993;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.ny_left_top::after{
    content: "";
    position: absolute;
    left: 0;
    display: block;width: 100%;height: 2px; background-color: #fff;
    bottom: 4px;
}
.ny_left_top h5 {
    color: #fff;
    font-weight: normal;
    padding-left: 50px;
}

.ny_left_top .list-nav-icon {
    display: none;
    float: right;
}

.ny_left_top .list-nav-icon img {
    display: block;
}

.sidenav {
    width: 100%;
    overflow: hidden;
    display: block;
   box-shadow: 0 4px 10px rgba(175, 175, 175, 0.3);
}

.insTits_tit h3 {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 3.6rem;
    text-align: center;
    padding: 2rem 0 2rem;
}
.leftnav01{padding-bottom: 3%;}
.accordion {
    width: 100%;
    background:#f1f4f7 url(../images/lenavbg.png) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 8px;
}


/* .accordion li:first-child .nav-link {
    border-top: 1px solid #d9d9d9;
} */

.accordion .nav-link {
    border-left: 4px solid #f1f4f7;
    display: block;
    height: 100%;
    position: relative;
}


/* .accordion li:last-child .nav-link {
    border-bottom: 0;
} */

.accordion .nav-link a {
    display: block;
    color: #464646;
    padding: 20px 0;
    padding-left:10px;
    margin-left: 20px;
    margin-right: 20px;
    /* border-top:1px solid #e0e0e0; */
}

.accordion .nav-link:hover a {
    color: #007171;
}

.accordion .nav-link.hover a {
    color: #007171;
}


/* .list-nav{
    padding-right: 20px;
} */

.accordion li {
    position: relative;
    overflow: hidden;
}

.accordion li a {
    position: relative;
}

.accordion li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.accordion li i::before{content: "";display: block;width: 0px;height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #399993;position: absolute;
    left: -0px;top: 50%;transform: translateX(0%);margin-top: -10px;
    opacity: 1;transition: all 0.2s ease-in-out;}

/* .accordion li:hover i,
.accordion li.open i{
 background: url(../images/arrow_d.png) no-repeat center right;
 background-size: contain;
} */




/* .accordion li:hover .nav-link {
    border-bottom: 0;
} */

.accordion li:hover .nav-link a {
    color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


/* .accordion li.on2 .nav-link,
.accordion li .nav-link:hover,
.accordion li.open .nav-link {
  background: #0f524d;
} */

.accordion li.open {
    /* border-color: #007171;
    background: #f5f5f5;
    border-left: 4px solid #007171; */
}

.accordion li .nav-link:hover {
    /* background: url(../images/icoanv.png) no-repeat 2.2rem center; */
}

.accordion li .nav-link:hover a {
    color: #007171;
}

.accordion li.open .nav-link a {
    color: #007071;
}
.accordion li.open .nav-link a i{ color: #007071;}
.accordion li.open .nav-link,.accordion li:hover .nav-link {
      border-color: #007071;
    background: #fff;
    border-left: 4px solid #007071;

}

.accordion li .sidemenu li,
.accordion li:hover .sidemenu li {
    /* border: 0; */
}

.sidemenu {
    display: none;
    background: #ebf7eb;
    box-shadow: 0 2px 10px rgba(175, 175, 175, 0.3);
	/* box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); */
}

.accordion li.open .sidemenu {
    display: block;
}

.sidemenu li {
    border-bottom: none;
    padding-left: 1rem;
    margin-left: 20px;
    margin-right: 20px;
    /* border-top: 1px solid #e0e0e0; */
}

.sidemenu li:first-child {
    padding-top: 10px;
}

.accordion li .sidemenu li a {
    color: #12315f;
}

.accordion li.open .sidemenu li.active a,
.accordion li .sidemenu li:hover a {
    color: #007071;
}

.sidemenu li:last-child {
    padding-bottom: 10px;
}

.sidemenu a {
    display: inline-block;
    margin: 10px 0;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


/* .sidemenu a.otherLink {
    background: url(../image/otherLink.png) no-repeat right 0.04rem;
    padding-right: 0.15rem;
}

.sidemenu a.otherLink:hover {
    background: url(../image/lj.png) no-repeat right 0.04rem;
}

.sidemenu a.on {
    color: #fff;
    font-weight: bold;
} */


/* .sidemenu a {
    color: #484f4d;
}

.sidemenu a:hover {
    color: #fff;
}

.accordion li:hover .sidemenu a {
    color: #fff;
}

.accordion li.open .sidemenu li a {
    color: #fff;
}

.accordion li.open .sidemenu li a:hover {
    color: #fff;
} */

.navimgle {
    margin-top: 1.5rem;
}

.navimgle a {
    display: block;
    margin-bottom: 0.5rem;
}

.bodybg {
    background: #f7fafa;
}

.item_toph {
    background: #fff;
}

.aboutItem h3 {
    width: 100px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #2f2f2f;
    display: block;
    padding: 0 0 1rem 1rem;
    background: #fff;
    margin-top: -30px;
}

.item_ins a {
    float: left;
    width: 33.333%;
    font-size: 1.6rem;
    padding: 1rem 0 0 1.5rem;
    color: #383d3b;
}

.item_ins a:hover {
    color: #0f524d;
}

.about_list {
    margin-top: 3rem;
}

.insTits {
    position: relative;
    border-bottom: 1px solid #a2a2a2;
    margin-bottom: 30px;
}
.insTitsmrn{
    margin-bottom: 0;
}
.insTits h2 {
    display: inline-block;
    position: relative;
    color: #282828;
    font-weight: bold;
    text-align: left;
    padding-left: 0px;
    padding-bottom: 12px;

}
.insTits h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #57c1aa;
} 
/* .insTits h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #87cb28;
} */
/* .insTits::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 140px;
    height: 3px;
    background: #57c1aa;
} */

.article01 p {
    padding-bottom: 20px;
    color: #7a7a7a;
}

.aboutItem {
    padding: 2rem;
    border: 2px solid #eff1f0;
    margin-bottom: 2%;
}

.bodybg #fh5co-footer {
    margin-top: 2%;
}

.survey_article p {
    margin-bottom: 1.6%;
}

.img_hid {
    position: relative;
    overflow: hidden;
}

.tabList01 .img_hid {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 18.7rem;
    border-radius: 8px;
}

.img_hid img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s
}

.itemBg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.currency_tab .itemBg {
    position: relative;
    background: none;
}

.currency_tab .img_hid i {
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    left: 50%;
    top: 50%;
    z-index: 9;
    margin-top: -2.1rem;
    margin-left: -2.1rem;
    background: url(../images/icovid.png) no-repeat;
    background-size: contain;
}

.currency_tab .itemBg p {
    padding: 10px 0;
    font-size: 1.8rem;
    color: #484f4d;
    height: 45px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sldimg {
    width: 28%;
}

.sldimg,
.sldText {
    float: left;
}

.sldText {
    width: 67%;
    margin-left: 5%;
    padding: 4% 0 2% 0;
    color: #3c3c3c;
}

.sldText h2 {
    font-size: 2.6rem;
    margin-top: 5%;
    margin-bottom: 10%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.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;
}

.sld_ins .itemBg:hover p,
.sld_ins .itemBg:hover h2 {
    color: #0f524d;
}

.itemBg {
    display: block;
    background: #f8f8f8;
    margin-bottom: 4%;
}

.tabList01 .col-md-3 {
    margin-bottom: 2%;
}

.item_more {
    margin-top: 10px;
}

.item_more a {
    font-size: 1.8rem;
    text-align: center;
    color: #484f4d;
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #6b6b6b;
}

.item_more a:hover {
    color: #115952;
    border: 1px solid #115952;
}

.sld_article .col-md-2 img {
    width: 100%;
}

.sldtitles h1 {
    font-size: 2.8rem;
    color: #0f524d;
}

.sldtitles {
    padding-bottom: 2%;
    border-bottom: 3px solid #eff1f0;
}

.sldtitles h1 span {
    font-size: 2.0rem;
    display: inline-block;
    padding-left: 20px;
    color: #313131;
}

.sld_article h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 10px;
    color: #0f524d;
}

.sld_article p,
.sld_article p span {
    font-size: 1.6rem;
    line-height: 3.0rem;
}

.itemBg:hover h2,
.itemBg:hover p {
    color: #0f524d;
}

.personnel_ins .itemBg {
    padding: 6%;
}

.personnelText h2 {
    position: relative;
    font-size: 2.0rem;
    color: #383d3b;
    padding: 16px 0 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.personnelText h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 4px;
    background: #0f524d;
}

.personnelText p {
    font-size: 1.8rem;
    color: #707070;
}

.news_listin li {
    margin-bottom: 10px;
}

.news_listin li .newIns {
    padding: 3%;
    border: 1px solid #f0f0f0;
}

.news_listin li a {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-left: 20px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_listin li .nDate {
    width: 8rem;
    height: 8rem;
    float: left;
    line-height: 24px;
    text-align: center;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.news_listin li:hover .nDate {
    background: #0f524d;
}

.news_listin li:hover .nDate strong,
.news_listin li:hover .nDate i {
    color: #fff;
}

.news_listin li:hover a {
    color: #0f524d;
}

.news_listin li .nDate strong {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #747474;
    display: block;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.news_listin li .nDate i {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #0f524d;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}



/* imgtab */

.section_tab .tabMenu01 {
    width: 80%;
    border-bottom: 0;
    margin: 1% auto 3%;
}

.section_tab .tabMenu01 li {
    width: 20%;
    padding-bottom: 10px;
    margin-right: 0;
    padding-top: 2%;
    background: url(../images/kybgs_03h.png) no-repeat center 23%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.section_LWtab .tabMenu01 li {
    width: 25%;
}

.section_tab .tabMenu01 li a {
    padding: 0;
}

.section_tab .tabMenu01 li img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.section_tab .tabMenu01 li p {
    margin-top: 10px;
    font-size: 1.8rem;
    color: #484f4d;
    height: 6rem;
    line-height: 6.0rem;
}

.section_tab .tabMenu01 li:hover p {
    color: #fff;
}

.section_tab .tabMenu01 li:hover {
    background: url(../images/kybgs_03.png) no-repeat center center;
    background-size: cover;
}

.section_tab .tabMenu01 li.li_b {
    background: url(../images/kybgs_04h.png) no-repeat center 23%;
}

.section_tab .tabMenu01 .li_b:hover {
    background: url(../images/kybgs_04.png) no-repeat center center;
    background-size: cover;
}

.section_tab .tabMenu01 li.li_c {
    background: url(../images/kybgs_05h.png) no-repeat center 23%;
}

.section_tab .tabMenu01 .li_c:hover {
    background: url(../images/kybgs_05.png) no-repeat center center;
    background-size: cover;
}

.section_tab .tabMenu01 li.li_d {
    background: url(../images/kybgs_08h.png) no-repeat center 23%;
}

.section_tab .tabMenu01 .li_d:hover {
    background: url(../images/kybgs_08.png) no-repeat center center;
    background-size: cover;
}

.section_tab .tabMenu01 li.li_e {
    background: url(../images/kybgs_06h.png) no-repeat center 23%;
}

.section_tab .tabMenu01 .li_e:hover {
    background: url(../images/kybgs_06.png) no-repeat center center;
    background-size: cover;
}

.section_tab .tabTitle {
    padding: 3%;
    border: 1px solid #dfdfdf;
    margin-bottom: 3%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.tabTitle h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 14px;
    height: 64px;
    color: #2f3231;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section_LWtab .tabTitle h3 {
    margin-bottom: 0;
}

.tabTitle p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.active_tit .insTits h3 {
    padding-left: 20px;
    font-size: 2.1rem;
    color: #343434;
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

.news_articles .details-p {
    margin-bottom: 2%;
}

#controls {
    text-align: right;
    display: inline-block;
}

.details-p,
.details-p span,
.details-p strong,
.details-p a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
}

.details-p span {
    display: inline-block;
    margin-right: 2%;
}

.active_tit {
    background: #fff;
    padding: 1% 2% 2%;
}

.active_tit .insTits h2 {
    padding-top: 2%;
    padding-left: 20px;
    font-size: 2.2rem;
    color: #343434;
    position: relative;
}

.active_in img {
    width: auto;
    margin: 1rem auto;
}

.active_in h3 {
    font-size: 2.0rem;
    line-height: 3.4rem;
    font-weight: bold;
    padding-bottom: 2%;
    padding-top: 1%;
    text-indent: 2rem;
}

.active_in p {
    padding-bottom: 2%;
    text-indent: 2rem;
}

.news_articles .active_in img,
.news_articles .active_in p img {
    display: block;
    margin: 1% auto;
    text-align: center;
    max-width: 100%;
}

.section_tab .tab_lists li:hover .tabTitle {
    border: 1px solid #0f514d;
}

.section_tab .tab_lists li:hover .tabTitle p,
.section_tab .tab_lists li:hover .tabTitle h3 {
    color: #0f514d;
}


/* imglist */

.listImg li span {
    width: 100px;
    font-size: 15px;
    height: 100px;
    background: #00524c;
    color: #fff;
    text-align: center;
    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;
    display: block;
    position: absolute;
    left: -60px;
    bottom: 7px;
    z-index: 1;
}

.listImg li {
    border-bottom: 2px solid #eff1f0;
    padding: 2% 0;
}

.listImg li:first-child {
    padding-top: 0;
}

.listImg li span b {
    font-size: 32px;
    font-size: 3.2rem;
    display: block;
    margin: 12% auto 0px;
    line-height: 40px;
}

.kjcxCon {
    overflow: hidden;
    padding-left: 25px;
}

.kjcxCon h3 {
    font-weight: bold;
    margin-top: 2.6rem;
    margin-bottom: 1.5rem;
    color: #363a39;
}

.kjcxCon h3 a {
    font-size: 2.6rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kjcxCon h3:hover,
.kjcxCon h3:hover a {
    color: #0f524d;
}

.listImg li:hover h3,
.listImg li:hover h3 a,
.listImg li:hover p {
    color: #0c6d6a;
}

.kjcxCon h3 i {
    float: right;
    background: url(../images/xskyicon.png) no-repeat top right;
    background-size: contain;
    margin-left: 5px;
    width: 34px;
    height: 23px;
}

.kjcxCon p {
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    color: #363a39;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.kjcxPic {
    position: relative;
    z-index: 0;
    padding-left: 0;
}

.kjcxPic .picBox {
    display: block;
    overflow: hidden;
}

.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,
.listImg li: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);
}

.listImg li:hover h2,
.listImg li:hover strong {
    color: #0c6d6a;
}


/* picimg */

.pic_lists h2 {
    font-size: 2.0rem;
    line-height: 3.2rem;
    color: #414141;
    padding: 1rem 0 2rem;
}

.listImg strong {
    display: block;
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #6e6e6e;
    font-weight: normal;
}


/* map */

.map_main {
    padding: 1% 3%;
    background: #fff;
    /* padding-top: 20px;
        padding-bottom: 20px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}

.map_item {
    padding: 0 2% 2%;
}

.map_item dl dt {
    margin-top: 2%;
    padding-bottom: 1%;
    position: relative;
}

.map_item dl dt::before {
    content: "";
    position: absolute;
    top: 19px;
    right: 0;
    z-index: 9;
    width: 90%;
    height: 1px;
    background: #eff1f0;
    display: inline-block;
}

.map_item dl dt a {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 36px;
    font-weight: bold;
    background: #fff;
}

.map_item dl dd {
    display: inline-block;
    width: 19.5%;
}

.map_item dl dd.ddwidth_w {
    width: 50%;
}


/* .mapItem_w dl dd {
    float: left;
    width: 33%;
} */

.map_item dl dd a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #151515;
    line-height: 36px;
    padding-left: 12px;
    background: url(../images/mapicons02.png) no-repeat left center;
}

.map_item dl dd a:hover {
    color: #115952;
}


/* .map_item:nth-child(odd) {
    background-color: #fff;
}

.map_item:nth-child(even) {
    background-color: #efefef;
} */

.newsText {
    margin-top: 1rem;
}

.newsText h2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.6rem;
    width: 80%;
    padding-bottom: 2.6rem;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 3%;
}

.textIns {
    float: left;
    width: 20%;
}

.textAct {
    float: left;
    width: 60%;
}

.active_all .textAct {
    float: left;
    width: 84%;
}

.active_all .textIns {
    float: left;
    width: 16%;
}

.active_all .newsText h2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.8rem;
    width: 100%;
    padding: 1rem 10rem 2.2rem;
    border-bottom: 6px solid #bbd6d6;
    margin-bottom: 3%;
}

.textAct p {
    text-indent: 0;
}

.active_all .textAct p {
    text-indent: 2em;
}

.textIns span {
    display: block;
    color: #b7b6b6;
    font-size: 1.4rem;
    text-align: left;
}

.textIns .details-p em {
    display: block;
    color: #6f6f6f;
    font-size: 2.0rem;
    text-align: left;
}

.textIns .details-p strong {
    display: block;
    color: #6f6f6f;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.0rem;
}

.timeIn {
    text-align: left;
    margin-bottom: 3rem;
    padding-bottom: 20px;
    background: url(../images/linebgss.jpg) no-repeat left bottom;
}

.textIns .timeIn {
    width: 90px;
}

.textIns .share {
    width: 50px;
    float: none;
    height: auto;
    line-height: auto;
    color: #333;
    margin-left: 0;
}

.textIns .share .bdsharebuttonbox>a {
    margin: 0;
}

.textIns .share .bdsharebuttonbox>a {
    display: block;
    margin-bottom: 10px;
    width: 54px;
    height: 36px;
}

.newsLi h3 {
    font-size: 2.0rem;
    color: #0b0b0b;
    font-weight: bold;
}

.newsLi h3 a {
    font-size: 1.5rem;
    float: right;
    color: #999;
}

.newsLi ul li {
    margin: 2rem 0 3rem;
}

.newsLi ul li p {
    font-size: 1.4rem;
    color: #0b0b0b;
    padding-top: 4px;
}

.footText {
    margin-top: 4rem;
    color: #707070;
    font-size: 1.4rem;
    text-align: right;
    padding: 1rem 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}


/* list */

.listIns li:hover a,
.listIns li a:hover,
.listIns li a:hover p,
.listIns li a:hover span {
    color: #0f524d;
}

.listIns li {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.listIns li a {
    float: left;
    width: 76%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listIns li span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.6rem;
    float: right;
    color: #292929;
    margin-left: 10px;
}

.listIns li:hover span {
    color: #007072;
}

.listIns li::before {
    content: " ";
    position: absolute;
    left: 1px;
    top: 21px;
    z-index: 99;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007072;
}

.listIns li:hover::before {
    background: #007072;
}


/* twolist */

.listStyle li span {
    float: none;
    display: block;
    font-size: 1.4rem;
    color: #6e6e6e;
    margin-left: 0;
}

.listStyle li {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    padding-left: 0;
    border-bottom: 1px solid #e6e6e6;
}

.listStyle li a {
    float: none;
    width: 100%;
    font-size: 1.9rem;
    line-height: 3.4rem;
    font-weight: bold;
    color: #292929;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
}

.listStyle li::before {
    display: none;
    content: " ";
    position: absolute;
    left: 1px;
    top: 21px;
    z-index: 99;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007072;
}


/* sld */

.sld_mains h3 {
    position: relative;
    font-size: 1.8rem;
    color: #383d3b;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sld_mains h3::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 99;
    width: 22px;
    height: 4px;
    background: #1a7c79;
}

.sld_mains p {
    color: #383d3b;
    font-size: 1.8rem;
}

.sld_mains li {
    width: 30%;
    padding: 2rem;
    float: left;
    margin: 2% 0 4%;
    margin-right: 3%;
}

.sld_mains li:hover h3,
.sld_mains li:hover p {
    color: #1a7c79;
}

.sld_mains li:nth-child(3),
.sld_mains li:nth-child(6),
.sld_mains li:nth-child(9) {
    margin-right: 0;
}

.sld_mains img {
    width: 100%;
}

.sld_text {
    margin-top: 2rem;
    width: 100%;
}


/* sld_end */

.team_list_in h2 {
    margin-top: 2%;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    padding: 1.5%;
    background: #e5e5e5;
    margin-top: 3%;
}

.team_list_in ul li {
    width: 19.2%;
    padding: 0 0 0 2%;
    display: inline-block;
}

.team_list_in ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    width: auto;
    padding: 8px 0;
}

.team_list_in ul li a:hover {
    color: #04a75d;
}

.team_list_in ul li:last-child {
    padding-right: 0;
}

.team_list_in ul:nth-child(odd) {
    padding: 8px 0;
    background-color: #f4f4f4;
}

.team_list_in ul:nth-child(even) {
    padding: 14px 0;
    background-color: #ffff;
}


/* minglu */

.list_team .team_tits {
    background: url(../images/rybgtp.jpg) no-repeat bottom right;
    background-size: 100% 50%;
    height: 3.7rem;
    line-height: 3.7rem;
}

.list_team .team_tits strong {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    font-size: 2.0rem;
    color: #1a7c79;
    background: #fff;
    margin-right: 16px;
    letter-spacing: 0.2rem;
    display: inline-block;
    padding-right: 20px;
    height: 3.7rem;
    line-height: 3.7rem;
}

.list_team .team_tits i {
    width: 10px;
    height: 3.7rem;
    line-height: 3.7rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: url(../images/tipicon.jpg) no-repeat;
    background-size: cover;
}

.team_personnel,
.team_alist,
.team_jcrc,
.team_honor {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2% 0;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}

.team_personnel a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.team_personnel li {
    float: left;
    width: 22%;
    padding-left: 30px;
    background: url(../images/teicons.png) no-repeat left center;
}

.team_alist li {
    float: left;
    width: 23%;
    margin-right: 1%;
    margin-bottom: 1rem;
}

.team_first li {
    width: 100%;
    padding-left: 26px;
    background: url(../images/colorbgsr.jpg) no-repeat left center;
}

.team_jcrc li {
    float: left;
    min-width: 22.8%;
    padding: 0 2%;
}

.team_jcrc li {
    position: relative;
    line-height: 3.0rem;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../images/rctdicon.png) no-repeat left 10px;
}

.team_jcrc a {
    display: block;
}

.team_jcrc li p {
    padding-left: 16px;
    background: url(../images/colorbgsr.jpg) no-repeat left center;
    background-size: 8px 8px;
    color: #171717;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team_jcrc li strong {
    padding-left: 16px;
    padding-top: 6px;
    color: #02595b;
    font-size: 1.6rem;
    font-weight: normal;
}

.team_jcrc li strong i {
    /* padding-top: 6px; */
    color: #02595b;
    font-size: 1.2rem;
    font-weight: normal;
}

.team_honor li {
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
}

.team_honor {
    border-bottom: 0;
}

.team_honor li {
    position: relative;
}

.team_honor li strong {
    padding-left: 20px;
    font-weight: bold;
}

.team_honor li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 114px;
    height: 20px;
    background: url(../images/styobg.jpg) no-repeat left bottom;
}

.team_honor li a {
    padding: 0 2%;
}

.team_pers_tit h4 {
    letter-spacing: 0.4rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1f7a49;
    background: url(../images/gremmbg.jpg) no-repeat left center;
    padding-left: 92px;
}

.list_team {
    font-size: 16px;
    font-size: 1.6rem;
}

.team_pers_tit {
    margin-bottom: 3%;
}

.team_pers_tit ul {
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
}

.team_pers_tit ul li {
    width: 14%;
    float: left;
    padding: 1% 2% 0 0;
}

.team_bom_w a {
    margin-right: 2%;
}

.team_titles p {
    font-size: 20px;
    font-size: 2.0rem;
}

.team_titles {
    padding-top: 3%;
    padding-bottom: 4%;
}

.title_texts {
    width: 85%;
    float: left;
}

.team_titles strong {
    width: 14%;
    float: left;
}

.team_titles strong {
    font-family: Century Gothic;
    font-weight: normal;
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 68px;
    line-height: 6.8rem;
    color: #268f57;
}

.team_titles h5 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #1f7a49;
    padding-bottom: 14px;
    background: url(../images/teline.png) no-repeat left bottom;
}

/* .er_main {
    min-height: 800px;
} */

.newlist_in span {
    font-size: 4rem;
    font-weight: bold;
    color: #dedee6;
    font-family: Myriad Pro;
}

.newlist_in {
    position: relative;
    height: 55px;
    margin-bottom: 60px;
}

.neli_pad {
    padding-left: 5%;
}

.newlist_in h2 {
    width: 100%;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 9;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #004789;
    line-height: 3.0rem;
}

.team_jcrc li {
    padding-left: 0;
    padding-top: 2rem;
    min-width: 24%;
}

.newlist_in h2 .slines {
    width: 134px;
    height: 2px;
    background: #01115e;
    margin: 20px 0 0;
    margin-left: 0;
    position: relative;
}

.team_jcrc {
    border-bottom: 0;
}

.newlist_in h2.newlist_ha {
    color: #002c81;
}

.newlist_in h2.newlist_ha .slines {
    color: #002c81;
    border-bottom: 2px solid #002c81;
}


/* img2lie */

.newPic_pic ul {
    padding-top: 2rem;
}

.newPic_pic ul li {
    float: left;
    width: 35%;
    margin-right: 5%;
    margin-bottom: 1%;
}

.newPic_pic ul li p {
    padding: 10px 0;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemList .item_xs {
    margin: 4rem 0 3rem;
}

.itemList .item_xs h3 {
    font-size: 1.8rem;
    color: #fff;
    background: #05a79e;
    display: inline-block;
    padding: 10px 5rem;
    border-radius: 20px;
}

.itemList li {
    float: left;
    width: 17%;
    margin-right: 3%;
}

.itemList li img {
    width: 100%;
}

.itemList li p {
    padding: 1rem 0;
    text-align: center;
}

.zzjgItem {
    padding: 2rem 0;
    border-bottom: 2px solid #dfdfdf;
}

.zzjgItem:last-child {
    padding: 2rem 0;
    border-bottom: 0;
}

.itemTexts {
    padding-left: 10%;
}

.itemTexts h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0c6d6a;
    padding: 10px 0;
}

.zzjgItem li {
    float: left;
    width: 50%;
    padding-left: 10%;
}

.zzjgItem li a {
    font-size: 1.6rem;
    color: #222;
}

.zzjgItem li:hover a {
    color: #0c6d6a;
}
@media (max-width: 1640px) {

.insTits::before{
    width: 120px;
}
}

@media (max-width: 1600px) {
    .tabList01 .img_hid {
        height: 15.7rem;
    }
}

@media (max-width: 1400px) {
    .sidemenu a{font-size: 16px;}
    .kjcxCon h3 {
        margin-top: 1%;
        margin-bottom: 1rem;
    }
    .kjcxCon p {
        font-size: 1.6rem;
    }
    .kjcxCon h3 a,
    .kjcxCon h3 {
        font-size: 2.0rem;
    }
    .section_tab .tabMenu01 {
        width: 100%;
    }
    .intrIns .col-md-2 {
        width: 24%;
    }
    .intrIns .col-md-10 {
        width: 76%;
    }
    .sldText h2 {
        margin-top: 0;
        margin-bottom: 5%;
    }
    .sldText p {
        padding-bottom: 2px;
    }
}

@media (max-width: 1410px) {
    .team_jcrc li {
        padding-left: 0;
        padding-top: 2rem;
        min-width: 33%;
    }
    .team_list_in ul li {
        width: 24%;
        padding: 0 0 0 2%;
        display: inline-block;
    }
}

@media (max-width: 1300px) {
    .tabList01 .img_hid {
        height: 10rem;
    }
    .leftnav01 {
        float: left;
        width: 240px;
    }
    .conterTit01 {
        margin-left: 280px;
        min-height: 500px;
    }
}

@media (max-width: 991px) {
   .conterTit01 {
    min-height: auto;
}
    .er_main {
        padding-top: 0rem;
    }
    .active_in img {
        width: 100%;
        margin: 1rem auto;
    }
    .left-img-wofld .p-1 {
        color: #363e42;
        /* margin-left: 10%; */
    }
    .yuan_xian_tiem .xian {
        width: 62%;
    }
    .ny_left_top,
    .ny_left_top .list-nav-icon {
        display: block;
    }
    .sidenav {
        display: none;
    }

    .navimgle {
        display: none;
    }
    .ny_left_top {
        position: relative;
        padding: 8px 0 16px;
        padding-left: 2rem;
        padding-right: 3rem;
        background-size: 104% 100%;
    }
    .ny_left_top .list-nav-icon {
        position: absolute;
        top: 13px;
        right: 14px;
        z-index: 99;
        width: 22px;
        height: 20px;
    }
    .insTits h2 {
        font-size: 2.0rem;
    }
    .RightNav {
        float: none;
        width: 100%;
        margin-bottom: 1rem;
    }
    .list-nav-icon {
        display: block;
        width: 30px;
        right: 10px;
        top: 5px;
    }
    .list-nav-icon img {
        display: block;
         width: 18px;
        height: 15px;
    }
    .accordion .nav-link a {
        display: block;
        color: #000;
        padding: 12px 0;
    }
    .accordion li i{
        /* top: 16px; */
        right: 4px;
    }
    .sidemenu li {
        border-bottom: none;
    }
    .sidemenu a {
        display: inline-block;
        font-size: 1.6rem;
    }
    .sidemenu a.otherLink {
        padding-right: 0.4rem;
    }
    .ny_left_top h5 {
        margin-left: 1.5rem;
    }
    .leftnav01 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .leftnav01 {
        padding-bottom: 0;
    }
    .conterTit01 {
        margin-left: 0;
    }
}

@media (max-width: 998px) {
    .newPic_pic ul li {
        float: left;
        width: 46%;
        margin-right: 4%;
        margin-bottom: 1%;
    }
    .insTits_tit h3 {
        font-size: 2.0rem;
        margin-bottom: 1rem;
    }
    .insTits {
        /* padding-top: 2rem; */
        margin-bottom: 16px;
    }
    .map_item dl dt::before {
        width: 74%;
    }
    .map_item dl dd {
        width: 32%;
    }
    .kjcxCon {
        overflow: hidden;
        padding-left: 15px;
    }
    .kjcxCon h3 {
        margin-top: 3%;
    }
    /* .listImg li:first-child {
        padding-top: 2%;
    } */
    .kjcxCon h3 i {
        float: right;
        background: url(../images/xskyicon.png) no-repeat top right;
        background-size: 60% 60%;
        margin-left: 5px;
        width: 32px;
        height: 18px;
    }
    .gototop {
        bottom: 400px;
    }
    .pages_min {
        width: 86%;
        margin: 0 auto;
        display: block;
    }
    .tabList01 .img_hid {
        height: 16rem;
    }
    .intrIns .col-md-2,
    .intrIns .col-md-10 {
        width: 100%;
    }
    .sld_article .col-md-2 {
        width: 22%;
    }
    .sld_article .col-md-10 {
        width: 76%;
    }
    .breadcrumb {
        margin-bottom: 0;
        margin: 0;
        background: #fff;
    }
    .sldText h2 {
        font-size: 2.0rem;
    }
    .sldText p {
        font-size: 1.6rem;
    }
    .sldtitles h1 {
        font-size: 2.1rem;
    }
    .sldtitles h1 span {
        font-size: 1.7rem;
    }
}

@media (max-width: 991px) {
    .ny_left {
        width: 100%;
    }
    .pic_lists h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .kjcxPic {
        padding-left: 15px;
        margin-bottom: 1.5rem;
    }
    .iponeNo {
        display: none;
    }
    .newsText h2 {
        width: 100%;
    }
    .textAct {
        float: left;
        width: 80%;
    }
    .mainWrap .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .insTits::before{
        width: 120px;
    }

}

@media (max-width: 768px) {
    .conterTit01{padding: 10px 12px 6%;}
        .insTits::before {
        width: 106px;
    }
    .conterTit01 {
        min-height: auto;
    }
    .er_main {
        min-height: auto;
    }
    .sidemenu li,
    .accordion .nav-link {
        padding-left: 0;
    }
 
    .team_first li {
        width: 100%;
        padding-left: 20px;
        background: url(../images/colorbgsr.jpg) no-repeat left center;
        background-size: 10px 10px;
    }
    .team_list_in ul li {
        width: 48%;
        padding: 0 0 0 2%;
        display: inline-block;
    }
    .main_topw {
        margin-top: 20px;
    }
    .sld_mains li {
        width: 45%;
        float: left;
        margin: 3% 0;
        margin-right: 4%;
    }
    .list-nav .ny_left_top h5 {
        margin-left: 0;
        padding-left: 1rem;
    }
    .section_tab .tabMenu01 li img {
        display: none;
    }
    .section_tab .tabMenu01 li p {
        color: #fff;
    }
    .tabTitle h3 {
        font-size: 1.8rem;
    }
    .tabTitle p {
        font-size: 1.6rem;
    }
    .tabMenu01 {
        width: 100%;
    }
    .currency_tab .tabMenu01 {
        width: 100%;
    }
    .img_hid {
        width: 100%;
        height: 100%;
    }
    .sld_article .col-md-2,
    .sld_article .col-md-10 {
        width: 100%;
    }
    .sld_article .col-md-2 {
        text-align: center;
    }
    .sldtitles h1 span {
        display: block;
        padding: 10px 0;
    }
    .sld_article .col-md-2 img {
        width: auto;
        margin: 2% auto;
    }
    .sld_article h3 {
        margin-top: 4%;
    }
    .item_ins a {
        width: 50%;
    }
    .aboutItem {
        margin-bottom: 3%;
    }

    .footer_bom {
        width: 94%;
    }
   
    .fotRights {
        position: absolute;
        top: 14px;
        right: 16px;
        z-index: 99;
    }
    .foticon_tit p span {
        display: block;
    }
    .footerNav {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .itemTexts {
        padding-left: 3%;
    }
    .zzjgItem li {
        float: left;
        width: 50%;
        padding-left: 3%;
    }
    .team_jcrc li {
        padding-left: 0;
        padding-top: 2rem;
        min-width: 50%;
    }
    .newlist_in {
        position: relative;
        height: auto;
        margin-bottom: 48px;
    }
    .sld_mains li {
        width: 100%;
        float: left;
        margin: 3% 0;
        margin-right: 4%;
    }
    .sld_mains li:nth-child(2),
    .sld_mains li:nth-child(4),
    .sld_mains li:nth-child(6),
    .sld_mains li:nth-child(8),
    .sld_mains li:nth-child(10),
    .sld_mains li:nth-child(12) {
        margin-right: 0;
    }
    .sld_mains li:nth-child(3),
    .sld_mains li:nth-child(6),
    .sld_mains li:nth-child(9),
    .sld_mains li:nth-child(12),
    .sld_mains li:nth-child(15) {
        margin-right: 4%;
    }
    .textIns .timeIn {
        width: 76px;
    }
    .textAct {
        float: right;
        width: 70%;
    }
    .newsText h2 {
        font-size: 2.0rem;
    }
    .map_item dl dd {
        width: 49%;
    }
    .map_item dl dd.ddwidth_w {
        width: 100%;
    }
    .listIns li::before {
        left: 2px;
        top: 16px;
    }
    .listIns li {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .itemList li {
        float: left;
        width: 30%;
        margin-right: 3%;
        margin-bottom: 2rem;
    }
    .zzjgItem {
        padding: 1rem 0;
        border-bottom: 2px solid #dfdfdf;
    }
 
}

@media (max-width: 480px) {
    .zzjgItem li {
        float: left;
        width: 100%;
        padding-left: 3%;
    }
    .tabMenu01 li a {
        font-size: 1.8rem;
    }
    .item_more a {
        font-size: 1.6rem;
        text-align: center;
        color: #484f4d;
        padding: 6px 20px;
    }
}