@charset "utf-8";

/* é¡¶éƒ¨æœç´¢ */


/* å¯¼èˆª */

html,
body {
    /* overflow-x: hidden; */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.carousel-caption a {
    font-size: 23px;
    font-size: 2.3rem;
    color: #fff;
    text-align: left;
    line-height: 4.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    overflow: hidden;
}

.carousel-caption {
    width: 100%;
    left: 0;
    right: 0;
    z-index: 89;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-indicators {
    display: none;
}

.jgs_item_img li img,
.news_pic img,
.teams_item img,
.expert_wrap li img {
    width: 100%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

.item_line {
    position: relative;
    font-size: 20px;
    font-size: 2.0rem;
    color: #09814c;
    font-weight: bold;
    margin: 40px auto 20px;
}

.img_big {
    overflow: hidden;
}

.jgs_item_img li a:hover img,
.news_pic li a:hover img,
.teams_item a:hover img,
.expert_wrap li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.teams_item .col-md-12 {
    padding-left: 30px;
    padding-right: 30px;
}


/* .item_line:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 4px;
    background: #206ca0;
} */

.item_line a {
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    margin-top: 6px;
}

.jgs_item_img a {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.jgs_item_img a:hover {
    -moz-box-shadow: 1px 0px 16px #e1e1e1;
    -webkit-box-shadow: 1px 0px 16px #e1e1e1;
    box-shadow: 1px 0px 16px #e1e1e1;
}

.jgs_mark {
    padding: 10px;
}

.jgs_mark p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.0rem;
}

.news_pic p {
    text-align: justify;
}

.jgs_item_img a:hover p {
    color: #09814c;
}

.jgs_mark span {
    font-size: 14px;
    font-size: 1.4rem;
}

.jgs_item_img .col-md-8 {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 2%;
}

.info_dates .media-left {
    background: #09814c;
    padding: 0 14px;
    vertical-align: middle;
}

.info_dates li {
    margin-bottom: 8%;
}

.info_dates li strong {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    display: block;
}

.info_dates .media-body {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    line-height: 3.0rem;
    padding-left: 14px;
}


/* .news_list ul{
    padding: 2% 3% 3%;
} */

.news_list li a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.news_list li a span {
    float: right;
}

.news_list li {
    padding: 0 3% 1% 34px;
    margin-bottom: 3%;
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    overflow: hidden;
    background: url(../images/icon/jgsiocn01.png) no-repeat left 7px;
}

.news_list li a:hover,
.news_pic a:hover p {
    color: #09814c;
}

.news_pic {
    margin-bottom: 5%;
}

.news_pic li {
    list-style: none;
    margin-bottom: 20px;
}

.news_pic li img {
    width: 100%;
}

.news_pic a {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news_pic a:hover {
    -moz-box-shadow: 1px 0px 16px #e1e1e1;
    -webkit-box-shadow: 1px 0px 16px #e1e1e1;
    box-shadow: 1px 0px 16px #e1e1e1;
}

.er_banner {
    width: 100%;
    overflow: hidden;
}

.er_banner>img {
    width: 100%;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    animation: scale11 7s infinite;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.carousel-inner .item img {
    width: 100%;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    animation: scale11 7s infinite;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /* transition:transform 6000ms linear 0s; */
}

@keyframes scale11 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}


/* æœç´¢å¾®ä¿¡ */

.union_iconWn {
    margin-top: 12%;
    float: right;
}

.union_iconWn strong {
    width: 112px;
    height: 28px;
    float: left;
}

.union_iconWn strong a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 38px;
    background: url(../images/icon/navicont04.png) no-repeat left center;
    display: block;
}

.union_iconWn span {
    float: left;
    height: 36px;
}

.codeWrap {
    /* width: 168px; */
    position: absolute;
    top: -13px;
    right: 221px;
    display: none;
    z-index: 998;
}

/* .code {
    width: 90px;
    height: 106px;
    float: left;
    margin-right: 6px;
    background-color: #fff;
}

.code_img {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0;
}

.code_title {
    display: block;
    height: 32px;
    text-align: center;
    line-height: 16px;
    color: #4f5050;
    margin: 0;
    padding: 0 5px;
}

.code_img {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0;
}

.codeWrap .code .code_img img {
    width: 80px;
    height: 90px;
    padding-bottom: 10px;
}

.code02 {
    display: none;
    margin-right: 0;
}

.code02 .code_title {
    padding: 0 1px;
} */

.wrap_m .left_top {
    margin-top: 20px;
}

.newWrap .left_top {
    margin-top: 20px;
}


/* è·¯å¾„å¯¼èˆª */

.account-l {
    width: 100%;
}


/* .routeNav_top .container {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
} */

.routeNav li {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #656565;
    text-align: right;
    line-height: 4.0rem;
}

.routeNav .active {
    color: #;
}

.routeNav {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #656565;
    text-align: right;
    padding-left: 10px;
}

.routeNav img {
    display: inline-block;
    margin: 0 4px;
}

.routeNav a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    padding-right: 2px;
    margin-right: 2px;
    color: #9c9c9a;
    text-align: right;
}

.routeNav a.active {
    color: #09814c;
}

.routeNav li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    padding-right: 2px;
    margin-right: 2px;
    color: #9c9c9a;
    text-align: right;
    /* background: url(../images/icon/ietsmx.png) no-repeat center right; */
}

.routeNav li a.active,
.routeNav li a:hover.active {
    color: #09814c;
    font-size: 14px;
    font-size: 1.4rem;
}

.routeNav li img {
    display: inline-block;
    margin-right: 9px;
    margin-top: -6px;
}

.insTits {
    padding-top: 2%;
    margin-bottom: 3%;
}

.insTits h2 {
    position: relative;
    font-size: 2.0rem;
    height: 40px;
    color: #00572d;
    padding-bottom: 20px;
    border-bottom: 2px solid #eff1f0;
}


/* .insTits h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 90px;
    height: 3px;
    background: #007b39;
    display: inline-block;
} */

.survey_title h3 {
    font-size: 2.3rem;
    color: #292929;
    line-height: 3.2rem;
    margin-bottom: 2%;
    text-align: center;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.diqiu img {
    width: 100%
}

.banner .wave1 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 5s move infinite linear;
    animation: 5s move infinite linear;
    width: 200%
}

.banner .wave2 {
    position: absolute;
    left: -100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 5s movee infinite linear;
    animation: 5s movee infinite linear;
    width: 200%
}

@-webkit-keyframes move {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@keyframes move {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@-webkit-keyframes movee {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

@keyframes movee {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

.swiper-slide {
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    opacity: 1;
    background: #fff;
    margin-left: 10px;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #09814c;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-pagination {
    right: 0;
    bottom: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
}

.swiper-container .swiper-button-next {
    background-image: url("../images/righticon.png")
}

.swiper-container .swiper-button-prev {
    background-image: url("../images/lefticon.png")
}

.img-posi {
    overflow: hidden;
}

.img-posi img {
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-posi img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.navbar-nav>li:last-child {
    display: none;
}

@keyframes sploosh {
    0% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.3);
        opacity: 1;
    }
}

.thumbnail img {
    width: 100%;
}

.thumbnail .zhe-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
}

.zhe-zhao h5 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5%;
    color: #fff;
    line-height: 30px;
    padding: 2% 4%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    /* font-weight: bold */
}

.zhe-zhao h6 {
    width: 60px;
    height: 60px;
    margin: 18% auto 16%;
    background: url(../images/video_col.png) no-repeat;
    background-size: contain;
    display: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.zhe-zhao h4 {
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
    color: #fff;
    width: 90%;
    margin: 10px auto;
    text-align: left;
    background: url(../images/icontime.png) no-repeat;
    background-size: contain;
    padding-left: 26px;
    /* font-weight: bold; */
}

.thumbnail .zhe-zhao {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(78%);
    -moz-transform: translateY(78%);
    -ms-transform: translateY(78%);
    transform: translateY(78%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.4s;
}

.thumbnail:hover h5 {
    margin-top: 18px;
    color: #fff;
    background: none;
}

.thumbnail:hover .zhe-zhao {
    opacity: 1;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}

.thumbnail:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/* .thumbnail:hover .zhe-zhao .zhe-fenge {
    display: none
} */

.zhe-zhao p {
    width: 90%;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin: 0 auto;
    display: none;
    margin-top: 0;
    text-align: left;
}

.thumbnail .img-posi .title {
    padding-top: 0;
}

.thumbnail:hover .zhe-zhao p,
.zhe-zhao h4,
.thumbnail:hover h6 {
    display: block;
}

.thumbnail:hover .zhe-bg {
    background: rgba(000, 000, 000, 0.5)
}

.navbar-toggle {
    border: none
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none
}

.tit_iconbox li {
    margin-top: 4%;
    margin-bottom: 4%;
}

.tit_iconbox li a {
    display: block;
    height: 62px;
    line-height: 62px;
    padding-left: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    background: #eff4f8 url(../images/icon/color_icon01.png) no-repeat left center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.tit_iconbox li:nth-child(2) a {
    background: #eff4f8 url(../images/icon/color_icon02.png) no-repeat left center;
}

.tit_iconbox li:nth-child(3) a {
    background: #eff4f8 url(../images/icon/color_icon03.png) no-repeat left center;
}

.tit_iconbox li:nth-child(4) a {
    background: #eff4f8 url(../images/icon/color_icon04.png) no-repeat left center;
}

.tit_iconbox li:nth-child(5) a {
    background: #eff4f8 url(../images/icon/color_icon05.png) no-repeat left center;
}

.tit_iconbox li:nth-child(6) a {
    background: #eff4f8 url(../images/icon/color_icon06.png) no-repeat left center;
}

.tit_iconbox li a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.icons_box a:hover p {
    color: #6a9a2f
}

.icons_box {
    float: left;
    width: 33%;
    margin-top: 2px;
}

.sev_boxs .icons_box img {
    margin: 8px auto;
}

.icons_box p {
    line-height: 2.2rem;
    text-align: center;
    height: 48px;
}

.icons_box a img {
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.icons_box a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.icons_box a:hover p {
    color: #1b764b;
}


/* .anmibox a{
    display: block;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}
.anmibox a:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
} */

.anmibox li {
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.anmibox li:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.links_boxs {
    margin-bottom: 3%;
}

.links_boxs li {
    width: 18.4%;
    float: left;
    padding: 10px;
    margin-right: 2%;
    background: #eff4f8;
    border: 1px solid #c6c6c6;
    text-align: center;
}

.links_boxs li:last-child {
    margin-right: 0;
}

.links_boxs li:hover a {
    color: #09814c;
}


/* å…¬å…±æ ·å¼ */

.fwzqbtn {
    margin: 2% auto;
}

.fwzqbtn li {
    float: left;
    background: url(../images/fwzqbtn1.png) no-repeat 5% center;
    height: 60px;
    border: 1px solid #acacac;
    width: 18.4%;
    margin-right: 2%;
    text-align: center;
    line-height: 60px;
}

.fwzqbtn li:nth-child(2) {
    background-image: url(../images/fwzqbtn2.png);
}

.fwzqbtn li:nth-child(3) {
    background-image: url(../images/fwzqbtn3.png);
}

.fwzqbtn li:nth-child(4) {
    background-image: url(../images/fwzqbtn4.png);
}

.fwzqbtn li:nth-child(5) {
    background-image: url(../images/fwzqbtn5.png);
    margin-right: 0;
}

.fwzqbtn li:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.fwzqbtn li:first-child h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0 0 15px;
    line-height: 20px;
    color: #333;
    height: 38px;
    background: url(../images/tyline_03.jpg) no-repeat 58px 9px;
    font-weight: normal;
}

.fwzqbtn li:first-child {
    position: relative;
}

.mask_content {
    width: 100%;
    height: 58px;
    background-color: #7e7d7d;
    background: rgba(0, 0, 0, 0.6);
    /* *filter: alpha(opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.fwzqbtn li:first-child .mask_content a {
    display: block;
    padding-top: 5px;
    padding-left: 0;
    height: auto;
    background: none;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.fwzqbtn li:first-child:hover .mask_content {
    display: block;
}

.fwzqbtn li:first-child {
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.animate-text {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.mask_content:hover .animate-text {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.fwzqbtn li:first-child .mask_content {
    z-index: 99;
    position: absolute;
    /* padding: 30px;
        height: calc(100% - 60px); */
}

.mask_content .mask_a {
    transform: translateX(80px);
    -ms-transform: translateX(80px);
    -webkit-transform: translateX(80px);
}

.mask_content .mask_b {
    transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transition-delay: 0.2s;
}

.fwzqbtn li:first-child .mask_content a.mask_a:hover,
.fwzqbtn li:first-child .mask_content a.mask_b:hover {
    color: #fb9646;
}

.ind_hbox li {
    width: 29%;
    float: left;
    margin-right: 6.5%;
}

.ind_hbox li:last-child {
    margin-right: 0;
}

.ind_hbox li a {
    display: block;
    height: 62px;
    line-height: 62px;
    padding-left: 26px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    background: #eff4f8 url(../images/icon/footicon01.jpg) no-repeat left center;
    background-size: contain;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.ind_hbox li:nth-child(2) a {
    background: #eff4f8 url(../images/icon/footicon02.jpg) no-repeat left center;
    background-size: contain;
}

.ind_hbox li:nth-child(3) a {
    background: #eff4f8 url(../images/icon/footicon03.jpg) no-repeat left center;
    background-size: contain;
}

.ind_hbox li a:hover {
    color: #09814c;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    /* box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);  æµ…è‰²*/
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
}

.service_ins li {
    width: 18.4%;
    margin-right: 2%;
    border: 0;
}

.service_ins li a {
    padding-left: 45px;
    border: 1px solid #acacac;
}

.service_ins li a {
    background: #fff url(../images/icon/servicon02.jpg) no-repeat left center;
    background-size: contain;
}

.service_ins li:nth-child(2) a {
    background: #fff url(../images/icon/servicon01.jpg) no-repeat left center;
    background-size: contain;
}

.service_ins li:nth-child(3) a {
    background: #fff url(../images/icon/servicon03.jpg) no-repeat left center;
    background-size: contain;
}

.service_ins li:nth-child(4) a {
    padding-left: 70px;
    padding-right: 6px;
    padding-top: 8px;
    line-height: 22px;
    background: #fff url(../images/icon/servicon04.jpg) no-repeat left center;
    background-size: contain;
}

.service_ins li:nth-child(5) a {
    background: #fff url(../images/icon/servicon05.jpg) no-repeat left center;
    background-size: contain;
}

.zkpt_boxs li {
    margin-bottom: 9px;
}

.zkpt_boxs {
    margin-top: 40px;
}

.zkpt_boxs li a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding-left: 56px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #18a663;
    background: #fff url(../images/icon/zkpticon01.png) no-repeat left center;
    background-size: contain;
}

.zkpt_boxs li:nth-child(2) a {
    background: #fff url(../images/icon/zkpticon02.png) no-repeat left center;
    background-size: contain;
}

.zkpt_boxs li:nth-child(3) a {
    background: #fff url(../images/icon/zkpticon03.png) no-repeat left center;
    background-size: contain;
}

.zkpt_boxs li:nth-child(4) a {
    background: #fff url(../images/icon/zkpticon04.png) no-repeat left center;
    background-size: contain;
}

.zkpt_boxs li a img {
    margin-top: 7px;
    width: 61%;
}


/* æ–°é—» */

.video_newtetx ul {
    width: 100%;
    overflow: hidden;
}

.video_newtetx ul li {
    width: 100%;
    overflow: hidden;
    padding: 1.5% 6%;
    margin: 0 auto 3.4%;
    background: #f3f3f3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.video_newtetx ul li span {
    width: 94px;
    text-align: center;
    float: left;
    text-align: left;
}

.video_newtetx ul li span strong {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    font-weight: normal;
    line-height: 3.2rem;
    background: url(../images/icon/vinesicon.png) no-repeat right;
    margin-bottom: 10px;
}

.video_newtetx ul li span i {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    display: block;
    font-style: normal;
    text-align: left;
}

.video_newtetx ul li a {
    width: 77%;
    float: left;
    margin-left: 4%;
    line-height: 2.8rem;
    font-size: 20px;
    font-size: 2.0rem;
    color: #333;
}

.video_newtetx ul li:hover p,
.video_newtetx ul li:hover span strong,
.video_newtetx ul li:hover span i {
    color: #09814c
}

.video_newtetx ul li:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.video_newtetx ul li p {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}

.video_m .item_line_tit,
.item_line_tit {
    padding-bottom: 4%;
}

.video_m .col-md-12 {
    margin-left: 4%;
}

.gz02 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 10px;
    border: 1px solid #dfdfdf;
}

.gz02 li {
    width: 18.7%;
    height: 84px;
    line-height: 84px;
    float: left;
    margin-right: 18px;
}

.gz02 li.g004 {
    margin-right: 0;
}

.gz02 li span {
    display: block;
    height: 100%;
    line-height: 100%;
    overflow: hidden;
    background: #167cc4 url(../images/icon/itemicon01.jpg) no-repeat 10px 15px;
    padding-left: 20px;
}

.gz02 li a {
    display: block;
    /* padding: 25px 0 0 70px; */
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 84px;
    color: #fff;
}

.gz02 li.g001 span {
    background-image: url(../images/icon/itemicon01.jpg);
    background-color: #167cc4;
}

.gz02 li.g002 span {
    background-image: url(../images/icon/itemicon02.jpg);
    background-color: #fb9646;
}

.gz02 li.g003 span {
    background-image: url(../images/icon/itemicon04.jpg);
    background-color: #04b581;
}

.gz02 li.g004 span {
    background-image: url(../images/icon/itemicon05.jpg);
    background-color: #ef5f51;
}

.gz02 li.g005 span {
    background-image: url(../images/icon/itemicon03.jpg);
    background-color: #2bafed;
}

.gz02 li.g004 {
    margin-right: 0;
}

.gz02 li:hover {
    -webkit-box-shadow: 0 0 10px 15px #ccc;
    -moz-box-shadow: 0 0 10px 5px #ccc;
    box-shadow: 0 0 10px 5px #ccc;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}

.lists_topimg a.qkwz_btn {
    display: block;
    margin-top: 2%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
    color: #333;
    padding-right: 30px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    background: url(../images/icon/iconmor01.png) no-repeat right center;
}

.lists_topimg a.qkwz_btn:hover {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
}


/* å…¬å…±æ ·å¼ */

.item_imgtit .img_big {
    padding: 14px 12px;
    background: #f5f5f5;
}

.item_imgtit .infoBoxs h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
}

.item_imgtit .infoBoxs h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4%;
}

.item_imgtit .infoBoxs p {
    font-size: 16px;
    font-size: 1.6rem;
}

.item_imgtit .infoBoxs:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.item_imgtit .infoBoxs .infoBtns {
    font-size: 14px;
    font-size: 1.4rem;
    border: 0;
    margin-top: 3%;
    padding: 0;
    color: #333;
    font-weight: normal;
}

.item_imgtit .infoBoxs:hover .infoBtns {
    background: #fff;
    border: 0;
    color: #333;
}

.union_iconTop a {
    position: relative;
}

.union_iconTop a b {
    width: 0px;
    height: 2px;
    display: block;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    -moz-transition: .1s linear;
}

.union_iconTop a:hover b {
    width: 100%;
    left: 0px;
}


/* sld */

.img_big img {
    width: 100%;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.item_bigimg a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.item_bigimg a:hover h5,
.item_bigimg a:hover p {
    color: #007b39;
}

.item_bigimg h5 {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.item_bigimg p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}


/* .item_bigimg{
    padding-left: 5%;
} */

.item_bigimg .col-md-8 a {
    display: block;
    padding: 0 34px;
}

.sld_texts {
    padding: 28px 2%;
}


/* æ–°é—»åˆ—è¡¨TAB */

.tableft_in {
    margin-bottom: 1%;
    margin-top: 2%;
}

#tab04 {
    margin-top: 40px;
}

#tab04 .tabMenu01 {
    margin-bottom: 32px;
}

.banner_list {
    margin: 1% auto 1%;
}

.tabArticleList01,
.tabArticleList02 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.text_in .mode02 {
    background: #f5f5f5;
    padding: 5px 10px;
}

#tab01 .tabList01 dd {
    border: 0;
}

.tabMenu01 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

.tabMenu01 li {
    float: left;
    width: 25%;
}

#tab03 .tabMenu01 li {
    width: 60%;
}

.tabMenu01 li:first-child a {
    padding-left: 0;
}

.tabMenu01 li:last-child {
    margin-right: 0;
    background: none;
}

.tabMenu01 li.news {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    background: none;
    margin-right: 5px;
    width: 98%;
}

.tabMenu01 li.news a {
    color: #333;
    padding: 0;
}

.tabMenu01 li a {
    display: block;
    line-height: 3.2rem;
    font-size: 22px;
    font-size: 2.2rem;
    /* padding-right: 6%; */
}

.item_line_tit,
.item_line_tit {
    display: block;
    line-height: 3.2rem;
    font-size: 22px;
    font-size: 2.2rem;
    padding-right: 6%;
    margin-top: 20px;
    padding-bottom: 10px;
}

.item_line_tit {
    padding-bottom: 2%;
}

.tabMenu01 li.news.active a {
    border: 0;
    color: #333;
}

.item_line_tit a {
    padding-left: 30px;
    /* float: right; */
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
}

.video_m .item_line_tit a {
    float: none;
    padding-left: 30px;
}

.tabMenu01 .active a,
.tabMenu01 li a:hover {
    color: #09814c;
    /* border-bottom: 3px #2a62ab solid; 
    font-weight: bold;*/
}

.tabMore {
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.tabMore span {
    display: none;
    line-height: 32px;
    text-align: right;
    padding-right: 20px;
}

.tabMore span a {
    font-size: 14px;
    font-size: 1.4rem;
}

.tabMore .active {
    display: block;
}

.tabList01 dd {
    display: none;
    overflow: hidden;
}

#tab02 .tabList01 dd,
#tab03 .tabList01 dd {
    height: 440;
}


/* #tab03 .tabList01 dd {
    padding: 10px 20px 19px;
} */

.text_in .tabList01 dd {
    margin-top: 0;
}

.ddList00 li {
    width: 100%;
    float: left;
    line-height: 3.3rem;
    overflow: hidden;
    padding-left: 16px;
    background: url(../images/icon/bannergr_bg.png) no-repeat left 14px;
    *position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ddListLi {
    margin-bottom: 10px;
}


/* .ddList00 li:hover{
    background:#fff;
    border-left: 3px solid #f60;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.07);
    -moz-box-shadow: 0 3px 12px rgba(0,0,0,.07);
    box-shadow: 0 3px 12px rgba(0,0,0,.07);
 
} */

.ddList00 li:hover a,
.ddList00 li:hover span {
    color: #035253;
}

.tableft_in .ddList00 li {
    background: url(../images/icon/bannergr_bg.png) no-repeat left 16px;
}

.ddList00 li a {
    width: 75%;
    font-size: 1.6rem;
    height: 4rem;
    line-height: 4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ddList00 li span {
    font-size: 1.6rem;
    float: right;
    margin-left: 10px;
}

.ddList00 li strong {
    margin-left: -8px
}

.ddList00 li strong a {
    color: #007072;
}

.indBanners {
    padding-left: 0;
    padding-right: 0;
}

.vertical_in {
    background: #fff;
    padding-right: 3%;
}

.vertical_in .tabMenu01 {
    width: 42%;
    float: left;
    background-color: #4172c3;
    height: 405px;
}

.vertical_in .tabList01 {
    width: 55%;
    float: right;
    margin-top: 6px;
}

.vertical_in .tabMenu01 li:last-child a {
    border-bottom: 0;
}

.vertical_in .tabMenu01 li.active {
    border-left: 5px solid #4172c3;
    border-bottom: 1px solid #fff;
}

.vertical_in .tabMenu01 li a {
    color: #fff;
    height: auto;
    padding: 16px 10px 16px 12px;
    border-bottom: 1px dashed #fff;
}

.vertical_in .tabMenu01 li a:hover {
    font-weight: normal;
    color: #6a9a2f
}

.vertical_in .tabMenu01 li a.vertical_height {
    padding: 26px 10px 26px 12px;
}

.vertical_in .tabMenu01 .active a {
    background: #fff;
    color: #2a62ab;
    font-weight: normal;
    /* font-weight: bold; */
}

.vertical_in .tabMenu01 li {
    width: 100%;
    padding: 0;
    height: auto;
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    margin-right: 0;
}


/* å›¾ç‰‡åˆ—è¡¨ */

.itemPic_ins h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 3% 0 10px;
    line-height: 3.0rem;
    text-align: center;
    border-bottom: 1px dashed #bfbfbf;
}

.item_toph {
    /* margin-top: 20px;*/
    margin-top: 40px;
    padding-left: 5%;
}

.img_hid {
    overflow: hidden;
}

.img_big img {
    width: 100%;
    -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
}

.itemPic_ins a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.itemPic_ins a:hover h5 {
    color: #09814c;
}

.itemPic_ins .img_big {
    padding: 10px 6px;
    background: #f5f5f5;
}

.itemPic_ins h5 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8% 2% 2%;
    text-align: center;
}

.itemPic_ins .col-md-6 {
    margin-top: 3%;
    margin-bottom: 2%;
}

.sld_detailss {
    padding-top: 2%;
}


/* .sld_detailss .img_big{
    padding: 10px 6px;
    background: #f5f5f5;
} */

.sld_detailss h5 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8% 2% 2%;
    text-align: center;
}

.sld_detailss h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.4rem;
    padding-top: 10px;
}

.sld_detailss .details_boxs p {
    line-height: 3.4rem;
    margin-bottom: 2%;
}

.tutor_ins .col-md-19 {
    padding-left: 5%;
}


/* äºŒçº§é¡µé¢TAB */

.team_tab {
    padding: 1% 2% 2%;
}

.team_tab .tabMenu01 li {
    width: 33%;
    padding: 2%;
    height: auto;
    line-height: 52px;
    float: left;
    margin-right: 0;
}

.team_tab .tabList01 dd {
    margin-top: 0;
}

.team_tab .tabMenu01 li a {
    font-size: 18px;
    font-size: 1.8rem;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #f2f2f2;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.team_tab .tabMenu01 li:last-child {
    margin-right: 0;
}

.team_tab .tabMenu01 li.news {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    background: none;
    margin-right: 5px;
    width: 98%;
}

.team_tab .tabMenu01 li.news a {
    color: #333;
    padding: 0;
}

.team_tab .tabMenu01 li.news.active a {
    border: 0;
    color: #333;
}

.team_tab .tabMenu01 .active a {
    background: #fff;
    -moz-box-shadow: 1px 0px 11px #c3c3c3;
    -webkit-box-shadow: 1px 0px 11px #c3c3c3;
    box-shadow: 1px 0px 11px #c3c3c3;
    border-bottom: 0;
    font-weight: normal;
    color: #333;
}

.team_tab .tabMenu01 .active a:hover {
    font-weight: normal;
    color: #333;
}

.inside_in {
    background: #fff;
    padding: 1% 2% 8%;
}

.inside_in ul li {
    width: 30%;
    padding: 2% 1.5%;
    float: left;
    margin-right: 0;
}

.inside_in li:nth-child(2) {
    width: 36%;
}

.inside_in ul li h3 {
    font-size: 18px;
    color: #fff;
    font-size: 1.8rem;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #09814c;
    padding: 0;
}

.inside_title a {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    /* background: url(../images/icon/banner_bg.png) no-repeat 75px 12px; */
}

.inside_in li:nth-child(2) a {
    text-align: left;
}

.inside_title a i {
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    width: 5px;
    height: 5px;
    background: url(../images/icon/banner_bg.png) no-repeat;
}

.color_block a {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    padding: 28px 2%;
    font-weight: bold;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.color_block .clolor_a {
    background: #709deb;
}

.color_block .clolor_b {
    background: #6fdca7;
}

.color_block .clolor_c {
    background: #f79991;
}

.color_block .clolor_d {
    background: #9ebef8;
}

.color_block a:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}


/* .color_block .col-sm-12,
.color_block .col-sm-6
{
    padding-left: 10px;
    padding-right: 10px;
} */


/* å…¬å…±æ ·å¼ */

.list_texts {
    background: #fff;
}

.titleTop {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 1.5% 0 2.2%;
    color: #333;
    border-bottom: 1px solid #ededed;
}

.list_details .sld_detailss h5 {
    color: #333;
    line-height: 30px;
    font-size: 20px;
    font-size: 2.0rem;
}

.list_details {
    /* background: #fff;
    padding: 4% 4.5% 6%;
    overflow: hidden; */
    margin: 0 auto;
}

.articles_ins h5 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 3.0rem;
    color: #333;
    text-align: center;
    margin: 2% auto;
}


/* .details_ri,.details_le{
    float: left;
} */

.details_le {
    margin: 20px auto 4%;
    text-align: center;
    /* border: 1px solid #efefef;
    background: #eee;
    padding: 9px; */
}

.img_details {
    margin-bottom: 5%;
}

.details_ri {
    margin-left: 5%;
    margin-top: 3%;
}


/* .list_details h3 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #09814c;
    padding: 10px 0;
} */

.list_details h5 {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

.list_details p {
    line-height: 36px;
    margin-bottom: 3%;
    text-indent: 2em;
}

.orgamization_pic img {
    max-width: 100%;
    margin: 4% auto;
}


/* img list */

.teams_item .col-md-12 {
    margin: 2% auto;
}

.teams_item a img {
    width: 100%;
}

.teams_item p {
    padding: 3%;
    text-align: left;
}


/* åˆ—è¡¨ */

.lmml_list ul {
    padding: 2% 3% 3%;
}

.lmml_list li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.lmml_list li a span {
    float: right;
}

.lmml_list li {
    padding: 1% 3% 0.5% 20px;
    background: url(../images/icon/banner_bg.png) no-repeat left 20px;
}


/* .lmml_list li:nth-child(odd) {
    background-color: #efefef;
}

.lmml_list li:nth-child(even) {
    background-color: #fff;
} */

.item_Section h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin: 3% auto;
    background: url(../images/icon/hlines.png) no-repeat center center;
}


/* ä¸“é¢˜é¡µ */

.special_banner img {
    width: 100%;
}

.special_main {
    background: #fff url(../images/icon/special_bgb.jpg) no-repeat left bottom;
}

.special_main .item_Section h2 span {
    display: inline-block;
    font-weight: bold;
    padding-left: 10%;
    font-size: 34px;
    font-size: 3.4rem;
    color: #09814c;
    min-height: 60px;
    margin-top: 10px;
}

.special_main .item_Section h2 {
    margin: 0 auto;
    background-size: cover;
    min-height: 75px;
}

.special_main .item_Section {
    position: relative;
    padding: 2% 0 2%;
    margin: 1% auto;
    /* min-height: 75px; */
}

.special_main .ind_main .item_Section {
    padding: 3% 0 3%;
}

.special_main .item_Section a {
    position: absolute;
    top: 24%;
    right: 0;
    z-index: 99;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.special_main .ind_main .item_Section h2 span {
    padding-left: 14%;
}

.special_main .special_bg01 h2 {
    background: url(../images/icon/special_line01.png) no-repeat center center;
}

.special_main .special_bg02 h2 {
    background: url(../images/icon/special_line02.png) no-repeat center center;
}

.special_main .special_bg03 h2 {
    background: url(../images/icon/special_line04.png) no-repeat center center;
}

.special_main .special_bg04 h2 {
    background: url(../images/icon/special_line03.png) no-repeat center center;
}

.special_main .ddList00 li {
    background: url(../images/icon/special_icon.png) no-repeat left 15px;
}

.special_main .footer_bom .sydw {
    left: 13%;
}

.footer_all .footer_bom {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.special_footer .footer {
    background: none;
    padding-bottom: 2%;
}

.special_footer .footerNav a,
.special_footer .footer p,
.special_footer .footer p span {
    color: #333;
    line-height: 3.6rem;
}

.special_footer .footerNav {
    margin-bottom: 0;
}


/* TAB */

.smallBoxs {
    padding-bottom: 5%;
    -webkit-box-shadow: 0px 10px 15px #f7f7f7;
    -mox-box-shadow: 0px 10px 15px #f7f7f7;
    box-shadow: 0px 10px 15px #f7f7f7;
}

.smallBoxs .product_in .col-md-8 {
    margin-bottom: 3%;
}

.smallBoxs .product_in .product_tit {
    padding: 0;
    min-height: 240px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px #f3f2f2;
    -mox-box-shadow: 0px 0px 15px #f3f2f2;
    box-shadow: 0px 0px 15px #f3f2f2;
}

.smallBoxs .product_tit h3 {}

.smallBoxs .product_tit p {
    padding: 6% 5%;
}

.best_bombg,
.small_pd {
    padding: 2% 0 2% 0;
}

.smallBoxs .product_tit h3 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    padding: 5% 0;
    text-align: center;
    background: #f7f7f7;
    transition: all 0.8s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
}

.small_tab .basice_top {
    float: right;
    width: 55%;
}

.small_tab .basice_top img {
    width: 90%;
    margin: 0 auto;
}

.small_tab .all_title {
    margin-top: 3%;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-right: 0;
}

.small_tab .nav-tabs>li.active>a,
.small_tab .nav-tabs>li.active>a:hover,
.small_tab .nav-tabs>li.active>a:focus,
.small_tab .nav-tabs>li>a:hover,
.small_tab .nav-tabs>li>a:focus {
    color: #fff;
    background: #04a75d;
    /* border-left: 1px solid #04a75d; */
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 0;
}

.small_tab .nav-tabs>li:nth-child(2)>a {
    border: left 0;
    ;
    border-right: 0;
}

.small_tab .nav-tabs>li>a {
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
    line-height: 56px;
    border: 0;
    background: #f7f7f7;
}

.small_tab .nav-tabs.nav-justified>li>a {
    border-bottom: 0;
    /* border-bottom: 1px solid #e8e8e8; */
}

.small_tab .all_title h3 {
    height: 52px;
    line-height: 52px;
    background: #04a75d;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 10px;
}

.team_ins h4 {
    margin: 3% 20px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    min-width: 80px;
    color: #fff;
    background: #04a75d;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 30px;
    border-radius: 18px;
    text-align: center;
}

.team_in_list .col-md-6 {
    width: 20%;
}

.basice_bombg .sld_texts {
    padding: 14px 2% 40px;
}

.footer_all {
    position: relative;
    background: #6a9a2f;
    background-size: cover;
    padding: 1.5% 0 1.5%;
    text-align: center;
}

.footer_le {
    padding-right: 86px;
    position: relative;
}

.footer_ri {
    width: 45%;
    float: right;
}

.footer p,
.footer p span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    color: #fff;
    text-align: left;
}

.footer p span {
    margin-left: 16px;
}

.footer_top li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #e8e7e7;
    text-align: left;
    display: block;
}

.footer_top li a:hover {
    color: #fff;
}

.footer_bom p a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #e8e7e7;
    text-align: center;
}

.footer_bom {
    position: relative;
}

.footer_bom .sydw {
    position: absolute;
    top: -4px;
    left: 14%;
    z-index: 9;
}

.footerNav {
    margin: 0 auto 1.8%;
}

.footerNav a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}

.footer_weix {
    position: relative;
}

.footerWx {
    position: absolute;
    bottom: -2px;
    right: 6px;
    z-index: 6;
}

.footerWx p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}

.footer .footer-article-item {
    float: left;
    width: 50%;
}

.footer-item h2 {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}

.footer-article-item dd {
    line-height: 2.4rem;
    text-align: left;
}

.footer-article-item dd a {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #fff;
    transition: all .1s
}

.footer-article-item dd a:hover {
    color: #ccc;
}

.footer-item {
    float: left;
    width: 50%;
}

.footer_tits {
    border-left: 1px solid #fff;
    padding: 5% 0 5% 5%;
}

.footer_tits p {
    text-align: left;
}

.special_main .wraq_header {
    width: 100%;
    background: #09814c;
}

.special_main .navtopbar ul li>a {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    display: block;
    position: relative;
}

.special_main .navtopbar ul li>a:hover,
.special_main .navtopbar ul li.on>a {
    color: #fff;
}

.special_main .navtopbar ul li {
    padding: 0 5%;
}

.special_main .navtopbar>ul>li:first-child {
    padding-left: 0;
}

.special_topm {
    margin-top: 3%;
}

.special_main .banner_in {
    padding-left: 20px;
}

.navtopbar .nav01 li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 35px;
    text-align: center;
    color: #333;
}

.navtopbar .nav01 li a:hover {
    background: #096835;
    color: #fff;
}

.special_main .ddList00 li.news_first {
    height: auto;
    background: none;
    margin-bottom: 3%;
}

.special_main .ddList00 li.news_first img {
    float: left;
    width: 40%;
}

.special_main .ddList00 li.news_first p {
    float: right;
    width: 56%;
}

.special_main .ddList00 .news_first a {
    padding-left: 0;
}

.news_first a p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: left;
    color: #333;
}

.special_main .ind_main {
    margin-top: 3%;
}

.text_in .mode02 {
    margin-top: 0;
}


/* åº•éƒ¨é“¾æŽ¥ */

.link_ins {
    margin: 1% auto 0;
}

.link_ins li {
    height: 78px;
    float: left;
    width: 18.39%;
    margin: 1% 2% 1% 0;
}

.link_ins li:last-child {
    margin-right: 0;
}

.link_ins li a {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
    height: 70px;
    line-height: 24px;
    text-align: center;
    background: #43adf0;
    padding: 10px 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.link_ins li:nth-child(2) a {
    background: #7282db;
}

.link_ins li:nth-child(3) a {
    background: #f89939;
}

.link_ins li:nth-child(4) a {
    padding-top: 20px;
    background: #ef6559;
}

.link_ins li:nth-child(5) a {
    background: #35a46e;
}

.link_ins li a:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    margin-top: -8px;
}


/* å…¬å…±è°ƒç”¨ */

.public_dwicon {
    position: absolute;
    top: 3%;
    right: 0;
    z-index: 9;
}


/* é¦–é¡µæœç´¢æ¡† */

.footernavlist {
    position: relative;
    float: left;
    width: 17.5%;
    margin: 1% 1.2%;
    height: 40px;
    line-height: 40px;
}


/* .footernavlist:hover{
	background-color: #009A44;

} */

.footernavlist p {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    background: #7c7c7c;
    /* border:1px solid rgba(255,255,255,.1); */
}


/* .footernavlist:hover p{
	color: #09814c;
} */

.footernavlist p span {
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    color: #fff;
}

.footernavlist ul {
    border: 1px solid rgba(255, 255, 255, .1);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 84px;
    overflow-y: scroll;
    background-color: #7c7c7c;
    display: none;
    z-index: 99;
}

.footernavlist ul::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

.footernavlist ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
}

.footernavlist ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #535353;
}

.footernavlist ul li a {
    color: #FFF;
}

.footernavlist ul li:hover {
    background-color: #09814c;
}

.list_in {
    overflow: hidden;
}


/* äºŒçº§é¡µé¢ */

.mainBanner {
    margin-bottom: 3%;
    overflow: hidden;
    width: 100%;
}

.mainBanner img {
    width: 100%;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    animation: scale11 7s infinite;
    transform: scale(1);
}

@keyframes scale11 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}


/* .list_in {
    position: relative;
    overflow: hidden;
} */

.list_in 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;
}

.infoBox_mains .infoBoxs: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);
}

.infoBoxs: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);
}

.list_in strong {
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9;
    padding: 5px 8px;
    background: #04a75d;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.list_in strong b {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
}

.list_tit h3 {
    padding-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.1rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_tit h3 strong {
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    width: 74%;
    display: inline-block;
}

.list_tit h3 span {
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
}

.list_tit p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.list_tit a:hover h3,
.list_tit a:hover p {
    color: #09814c;
}

.infoBoxs .col-md-19 {
    padding-left: 0;
}

.infoBoxs .col-md-5 {
    padding-left: 0;
}

#tab02 .tabMenu01,
#tab04 .tabMenu01 {
    padding-right: 20px;
}


/* .infoBoxs .col-md-17{
    position: relative;
}
.list_tit{
    position: absolute;
    bottom: 0;
    z-index: 9;
} */


/*.infoBox_stylet .list_tit{
    margin-top: 27.8%;
}*/

.list_tit .tit_p {
    height: 178px;
    overflow: hidden;
}

.infoBtns {
    display: inline-block;
    margin-top: 3%;
    /* position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9; */
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background: #04a75d;
    font-weight: bold;
    padding: 1% 3%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.list_tit .infoBtns,
.list_tit a.infoBtns:visited {
    color: #fff;
}

.infoBoxs:hover .infoBtns {
    /* background: #09814c;
    border: 1px solid #fff; */
    color: #fff;
}

.item_imgtit {
    padding: 0 2%;
    margin-top: 2%;
}

.infoBoxs {
    width: 100%;
    padding-top: 4%;
    margin-bottom: 3%;
    border-top: 1px dashed #959595;
}

.row .infoBoxs_New {
    width: 49%;
    float: left;
    border-bottom: 1px dashed #959595;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 4%;
}

.row .infoBoxs_New .col-md-9 {
    padding-left: 0;
}

.infoBox_mains .infoBoxs {
    border-top: 0;
    padding: 2%;
    margin-bottom: 2%;
}

.infoBox_mains .infoBoxs:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.infoBoxs:first-child {
    border-top: 0;
    padding-top: 0;
}

.infoBoxs .col-md-7 {
    padding-left: 0;
}

.noticeList {
    margin-top: 12px;
}

.margin_Toph {
    position: relative;
    margin-top: -6%;
}

.details_in .container {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.details_in .routeNav_top {
    box-shadow: 0px 0px 10px #fff;
    margin-bottom: 0;
}

.jgs_item_img a {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.jgs_item_img a:hover {
    -moz-box-shadow: 1px 0px 16px #e1e1e1;
    -webkit-box-shadow: 1px 0px 16px #e1e1e1;
    box-shadow: 1px 0px 16px #e1e1e1;
}

.jgs_mark {
    padding: 10px;
    background: #e9e9e9;
}

.jgs_mark p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}

.news_pic p {
    text-align: justify;
}

.jgs_item_img a:hover p,
.jgs_item_img a:hover span {
    color: #1b764b;
}

.jgs_mark span {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
}

.jgs_item_img .col-md-8 {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 2%;
}


/* æ—¥åŽ†æ–°é—» */

.infoBoxs_newtext {
    position: relative;
    width: 100%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    border-bottom: 1px dashed #959595;
}

.infoBoxs_newtext .list_ins {
    float: left;
    width: 70px;
}

.infoBoxs_newtext .list_newtit {
    float: right;
    width: 89%;
}

.infoBoxs_newtext .list_ins strong {
    text-align: center;
    font-weight: normal;
    display: block;
    position: static;
    padding: 3px 2px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    margin-top: 14px;
    text-align: center;
    transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.infoBoxs_newtext:hover .list_ins strong {
    color: #fff;
    background: #04a75d;
}

.list_ins strong b {
    font-weight: normal;
    text-align: center;
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
}

.infoBoxs_newtext .list_newtit i {
    font-style: normal;
    padding: 0 4px;
}

.list_newtit h3 {
    padding-top: 0;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 3.4rem;
    padding-bottom: 4px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_newtit p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}

.col-md-15 .list_newtit p {
    line-height: 30px;
}

.new_shadow {
    padding: 1% 2%;
}

.infoBoxs_newtext:hover .new_shadow {
    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);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
}


/* æ»šåŠ¨æ–°é—» */

.marqueeWrap {
    width: 100%;
    padding-right: 2%;
    margin: 10px auto 0;
    overflow: hidden;
    background: #f3f3f3;
}

.marquee {
    float: right;
    width: 89%;
    overflow: hidden;
}

.marqueeWrap,
.marquee,
.marquee_list li {
    height: 80px;
    line-height: 80px;
}

.marquee_list {
    width: 100%;
    overflow: hidden;
    height: 100%;
    line-height: 100%;
}

.marquee_list li {
    float: left;
    position: relative;
}


/* .marquee_list li:before,
.list01 li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 16px;
    background-color: #00657a
} */

.marquee_list li a {
    padding-left: 19px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 20px;
}

.marquee_list li a strong {
    color: #ff7e00;
    padding: 0 10px;
}

.marquee_list li a:hover {
    color: #ff7e00;
}

.cxtd_box img {
    margin: 1% auto 3%;
}

.cxtd_box p {
    margin-bottom: 2%;
}


/* å›¾ç‰‡åˆ—è¡¨ä¸¤åˆ— */

.team_m {
    margin-top: 3%;
}

.team_m .col-md-12 {
    margin: 1% 0 5%;
}

.public_display {
    padding: 0 20px;
}

.public_imgs {
    padding: 5px;
    border: 1px solid #1a9051;
    overflow: hidden;
}

.public_display img {
    width: 100%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

.public_display a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#news .single-news {
    margin-top: 1%;
    margin-bottom: 5%;
}

#news .single-news article {
    background-color: #fff;
    border-radius: 2px;
    transition: all .4s ease
}

#news .single-news article img {
    width: 100%;
    display: block;
}

#news .single-news article .content_text {
    padding: 3% 2%;
    position: relative;
    background: #f5f5f5;
}

#news .single-news article h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    margin: 0 0 5px;
    color: #333;
    font-weight: 300;
    text-align: center;
}

#news .single-news:hover article {
    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;
}

#news .single-news:hover article h3 {
    color: #04a75d;
    transition: color .4s ease
}


/* æ–‡ç« é¡µ */

.details {
    padding-top: 20px;
    background: #fff;
}

.details h3 {
    margin-top: 2%;
    font-size: 22px;
    font-size: 2.0rem;
    line-height: 32px;
    text-align: center;
    margin-bottom: 2%;
    color: #333;
    font-weight: bold;
}

.details .details-p {
    position: relative;
    padding-bottom: 1.2%;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
}

.details .details-p,
.details .details-p span,
.details .details-p strong,
.details .details-p a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
    color: #666;
    margin-right: 8px;
}

.details .details-p span.print01 {
    display: inline-block;
    margin-right: 2%;
}

.details-content h4 {
    line-height: 44px;
    line-height: 4.4rem;
    font-weight: bold;
}

.details-content p {
    line-height: 44px;
    line-height: 4.4rem;
}

.details {
    padding-bottom: 3%;
}

.article_lines p {
    line-height: 3.4rem;
    padding-top: 1.2%;
}

.article_more {
    border-top: 1px solid #bfbfbf;
    padding: 2% 0 0%;
}

.article_more a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.6rem;
}

.article_more a strong {
    font-weight: normal;
}

.article_more a span {
    float: right;
}

.details_bom {
    padding-top: 6%;
}

.details_bom .share {
    margin-bottom: 0;
    margin-top: 0;
}

.articles_info .details-content p {
    margin-bottom: 0;
}

.button01 {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    overflow: hidden;
}

.button01 .print01 {
    display: block;
    background: url(../images/icon/dyicons.png) no-repeat center center;
    /* width:25px;
    height: 20px; */
    margin: 0 auto;
}

.button01 span input {
    font-size: 14px;
    font-size: 1.4rem;
    background: none;
    color: #666;
    line-height: 36px;
    text-indent: 9999em;
}

.detail_imgs img {
    margin: 0 auto 2%;
}

.articles_ins {
    padding: 3% 0 8%;
}

.articles_ins p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 3.1rem;
    /* text-align: justify; */
    /* text-indent: 2em; */
}

.return_btn {
    margin: 1% auto;
    text-align: center;
}

.return_btn a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #09814c;
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 1% 4%;
}

.mores_btn {
    margin: 5% auto 1%;
    text-align: center;
    padding-bottom: 5%;
}

.mores_btn a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #09814c;
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 1% 4%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn3 {
    border: 1px solid #d0d0d0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btn3:hover {
    color: #fff;
    border-color: #2ECD71;
}

.mores_btn a:hover {
    color: #ffff;
    background: #09814c;
}

.wrapSize {
    width: 50px;
    position: absolute;
    top: 10%;
    right: 30px;
    z-index: 9;
    background: #fff;
}

.wrapSize .size a {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    margin-bottom: 4%;
}

.details-p {
    position: relative;
}

.controls {
    text-align: right;
    padding-bottom: 10px;
}

.controls,
.controls a {
    font-size: 1.4rem;
}

.size_styles {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 0;
    background: none;
}

.size_styles .size a {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    border: 0;
}


/* .wrapSize .size a.size2 {
   margin: 0 10px;
} */

.lists_topimg {
    margin-top: 24px;
}


/* .lists_titles{
    margin: 4% auto 3%;
} */

.lists_titles h6 {
    height: 50px;
    line-height: 50px;
    background: url(../images/icon/leftbgtbg01.png) no-repeat left bottom;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0 20px;
    margin-top: 10px;
}

.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 {
    float: left;
    width: 85%;
    line-height: 3.8rem;
    /* padding-left: 20px;
    background: #fff url(../images/lisimgs.png) no-repeat left center; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.titles_ddList span {
    float: right;
    line-height: 3.8rem;
}

.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: 5.6rem;
}

.titles_ddList li:hover p,
.titles_ddList li:hover span {
    color: #04a75d;
}

.details-content table {
    margin: 2% auto !important;
}


/* æ—¥æœŸæ–°é—» */

.noticeList li {
    width: 100%;
    overflow: hidden;
}

.mode02 .noticeList li {
    margin-bottom: 5%;
}

.noticeList li:last-child {
    margin-bottom: 0;
}

.noticeList li .nDate i {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    display: block;
    font-style: normal;
}

.noticeList li a {
    margin-left: 80px;
    display: block;
    line-height: 2.4rem;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.noticeList li a:hover {
    color: #09814c;
}


/* åŠ¨ç”»ä¸‹æ»‘ä»£ç  */

.js .animate-box {
    opacity: 0;
}


/* åˆ†äº« */

.share {
    float: right;
    margin-top: 3%;
    margin-bottom: 3%;
}

.share .bdshare-button-style0-24 a {
    height: 34px !important;
    padding-left: 30px !important;
    margin: 0 0 0 12px;
}

.share .bdshare-button-style0-24 a.bds_more {
    background: url(../images/icon_03.png) no-repeat center center;
    background-size: contain;
}

.share .bdshare-button-style0-24 a.bds_qzone {
    background: url(../images/icon_05.png) no-repeat center center;
    background-size: contain;
}

.share .bdshare-button-style0-24 a.bds_tsina {
    background: url(../images/icon_07.png) no-repeat center center;
    background-size: contain;
}

.share .bdshare-button-style0-24 a.bds_tqq {
    background: url(../images/icon_09.png) no-repeat center center;
    background-size: contain;
}

.share .bdshare-button-style0-24 a.bds_weixin {
    background: url(../images/icon_11.png) no-repeat center center;
    background-size: contain;
}

.ipo_block {
    display: none;
}

.lmml_list hr {
    width: 89%;
    margin-left: 0;
    border-bottom: 1px dashed #cecece;
}

.list_lis .lmml_list ul {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


/*åˆ†é¡µ*/

.pages_all {
    clear: both;
    padding-left: 15px;
}

.pages {
    width: 64%;
    height: 28px;
    line-height: 26px;
    margin: 4% auto 0%;
    overflow: hidden;
}

.pages a {
    margin-right: 5px;
    float: left;
    background-color: #fff;
    width: 28px;
    height: 26px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.pages a img {
    width: auto;
    *display: block;
}

.pages a:hover {
    background-color: #09814c;
    color: #fff;
}

.pages a.on_pages {
    color: #fff;
    background-color: #09814c;
    border-color: #09814c;
}

.pages a.prev,
.pages a.next {
    width: 63px;
    height: 26px;
    border: 1px solid #d3d3d3;
    background-color: #fff;
}

.pages a.prev:hover,
.pages a.next:hover {
    background-color: #09814c;
    color: #fff;
}

.pages span {
    float: left;
    padding: 0 10px;
}

.pages select {
    float: left;
    width: 48px;
    height: 26px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.pages a.start,
.pages a.end {
    width: 34px;
}

.pages_min {
    margin: 0 0 25px;
    overflow: hidden;
    display: none;
    padding: 20px 18px 0;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    background: #04a75d;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #04a75d;
    color: #fff;
    transition: 0.5s;
}

.teamTop_in {
    margin-top: 3%;
    padding: 3% 3% 5%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
}

.teamTop_in h2 {
    height: 52px;
    line-height: 52px;
    background: url(../images/icon/leftbgtbg.png) no-repeat left bottom;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0 20px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.teamTop_in .team_introduction strong,
.teamTop_in .team_introduction p strong {
    margin-top: 2%;
    display: inline-block;
    padding: 6px 10px;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    background: #04a75d;
}

.teamTop_in .team_introduction p {
    position: relative;
}

.teamTop_in .team_introduction p strong::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    height: 2px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    /* background:url(../images/icon/icon_06.png) repeat-x; */
}

.teamTop_in .team_introduction p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 1%;
    padding-right: 26px;
}

.instiute_le,
.instiute_ri {
    padding-top: 2%;
    float: left;
    width: 49%;
}

.instiute_le p,
.instiute_ri p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-top: 4%;
}

.tutor_ins {
    margin: 3% auto;
}

.teamTop_in .img_hid {
    border: 8px solid #ddd;
}


/* ç®€ä»‹ */

.expert_box {
    padding: 4px 10px;
}

.expert_wrap h2 {
    margin-top: -19px;
    font-size: 20px;
    font-size: 2.0rem;
    color: #09814c;
    padding-bottom: 8px;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 3%;
}


/* .expert_wrap ul {
    width: 107%;
} */

.expert_wrap ul li {
    float: left;
    width: 25%;
    padding: 4% 3% 0 3%;
    margin-bottom: 2%;
}


/* .ietm_images{
    border: 1px solid #efefef;
    background: #eee;
    padding: 5% 8%;
} */

.expert_wrap ul li img {
    width: 100%;
}

.expert_wrap {
    background: #fff;
    padding-bottom: 4%;
}


/* .expert_wrap ul li:nth-child(3),
.expert_wrap ul li:nth-child(6),
.expert_wrap ul li:nth-child(9),
.expert_wrap ul li:nth-child(12),
.expert_wrap ul li:nth-child(15),
.expert_wrap ul li:nth-child(18)
{
    margin-right: 0%;
} */

.expert_wrap ul li h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 3%;
    padding-bottom: 1%;
    text-align: left;
    color: #09814c;
}

.expert_wrap p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    text-align: left;
}

.expert_links {
    margin-top: 2%;
    border-top: 2px solid #09814c;
    background: #f4f4f4;
    padding: 22px 28px;
}

.expert_links h3 {
    font-size: 20px;
    font-size: 2.0rem;
}

.expert_links a {
    display: block;
    margin-top: 6%;
    padding-left: 20px;
}

.expert_links a:hover {
    color: #09814c;
}

.container-fluid {
    padding-bottom: 3%;
}

.expert_le {
    float: left;
    width: 20%;
}

.expert_ri {
    float: right;
    width: 75%;
}

.expert_ri h4 {
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 2%;
    padding-left: 20px;
}

.expert_ri p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    padding-left: 20px;
    text-align: left;
}

.expert_top {
    margin-bottom: 3%;
}

.details_in {
    padding-bottom: 3%;
}

.details_in h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #09814c;
    text-align: center;
}

.details_in p {
    padding-left: 20px;
    padding-right: 20px;
    /* font-size: 16px;
    font-size: 1.6rem; */
    line-height: 30px;
    text-align: left;
}

.introduction_m .routeNav_top {
    box-shadow: 0px 0px 10px #fff;
    margin-bottom: 0;
}

.introduction_text {
    padding: 10px 0 3%;
}

.list_details h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 2%;
    color: #333;
}

.list_details p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2%;
    text-indent: 0;
    text-align: justify;
}

.institute_text .ins_imgs {
    text-align: center;
}

.institute_text .ins_imgs img {
    margin: 0 auto;
}

.institute_text .ins_imgs h5 {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 20px;
}

.institute_text p {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 2%;
    text-indent: 2em;
}

.team_list_in h2 {
    margin-top: 2%;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    padding: 2%;
    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;
}

.science_ins h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 2%;
    margin-bottom: 3%;
    position: relative;
}

.science_ins h3 strong {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 2%;
    margin-top: 2%;
    display: inline-block;
    padding: 6px 10px;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    background: #04a75d;
    line-height: 28px;
}

.science_ins h3 strong::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    height: 2px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    /* background:url(../images/icon/icon_06.png) repeat-x; */
}

.bs-example {
    padding-top: 3%;
}

.table {
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .2);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.table tr th,
.table tr td {
    text-align: left;
}

.table>thead>tr>th {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}

.table>thead>tr>th:first-child,
.table>tbody>tr>th:first-child {
    width: 8%;
    text-align: center;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 2.5% 14px;
    font-size: 16px;
    font-size: 1.6rem;
}


/* ç»„ç»‡æž¶æž„å›¾ */

.zzjgmain {
    padding-top: 8%;
    padding-bottom: 5%;
}

.firstzzjg {
    position: relative;
    text-align: center;
    float: left;
    width: 82px;
    margin-top: 355px;
}

.org_right {
    float: left;
    /*
    height: 1543px;
    *height:1590px;
    *+height:1590px; */
    background: url(../images/icon/orglines.jpg) no-repeat left top;
    background-size: 1px 97.4%;
}


/* .org_right::before{
    content:"";
    position: absolute;
    z-index: 9;
    border-left: 1px solid #333;
    width: 1px;
    height: 1543px;
} */

.firstzzjg a {
    background: #04a75d;
    font-size: 21px;
    font-size: 2.1rem;
    display: block;
    color: #fff;
    text-align: center;
    writing-mode: tb-rl;
    letter-spacing: 6px;
    height: 540px;
}

.firstzzjg a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 66px;
    transform: translate(-50%, 0);
    display: block;
    width: 32px;
    height: 1px;
    background: #04a75d;
}

.org_right ul {
    margin-top: -38px;
}

.org_right li {
    position: relative;
    padding-left: 32px;
}

.org_right li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(-50%, 0);
    display: block;
    width: 32px;
    height: 1px;
    background: #04a75d;
}


/* .org_right li::before{
    content:"";
    position: absolute;
    top:50%;
    right:-31px;
    transform: translate(0, 0);
    display:block;
    width: 32px;
    height: 1px;
    background: #333;
} */

.firstzzjglist {
    text-align: center;
    padding: 3% 10px;
    background: #04a75d;
    display: inline-block;
}

.org_right a {
    background: #04a75d;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3.2rem;
    display: block;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 76px;
    padding: 10px 10px;
}

.org_right a::before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.org_right a.org_lineHight {
    display: inline-block;
    content: "";
    height: auto;
    vertical-align: middle;
}

.org_right li {
    margin-bottom: 75px;
}

.org_right li:last-child {
    margin-bottom: 0;
}

.organi_ins {
    width: 600px;
    padding: 0 4px;
    position: absolute;
    left: 223px;
    top: -10px;
    z-index: 9;
    border: 2px solid #04a75d;
}

.organi_ins {
    background: #fff;
}

.organi_ins .organi_inside a {
    color: #333;
    float: left;
    background: #fff;
    width: 33.333%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 1.2% 1% 1.2% 23px;
    text-align: left;
    height: auto;
    background: url(../images/icon/iconabg.png) no-repeat 12px 19px;
}

.organi_inside {
    border-bottom: 1px dashed #04a75d;
}

.organi_borders {
    border-bottom: 0;
}

.organi_ins::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -33px;
    transform: translate(0, 0);
    display: block;
    width: 32px;
    height: 1px;
    background: #04a75d;
}

.org_right a:hover,
.firstzzjg a:hover {
    color: #fff;
}

.organi_ins .organi_inside a:hover {
    color: #04a75d;
}


/* å·¦ä¾§å¯¼èˆª */

.js .animate-box {
    opacity: 0;
}

.menu_texts {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 160px;
    padding-bottom: 9%;
}

.menu_texts h3 {
    font-weight: bold;
    font-size: 2.0rem;
    padding: 15px 0;
}

.menu_texts p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
}

.list-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    /* padding: 20px 40px 0 20px;
    height: 80px; */
    line-height: 26px;
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    background: url(../images/icon/leftbgt.png) no-repeat left bottom;
    background-size: contain;
}

.list-title:hover {
    color: #fff;
}

.list-title i {
    position: absolute;
    top: 37px;
    left: 24px;
    z-index: 9;
    width: 24px;
    height: 29px;
}


/* .list-title h2 {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
}

.list-title h2 a {
    color: #f39800;
    font-size: 16px;
} */

.newList_li li {
    margin-bottom: 3%;
}

.newList_li a {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 20px 20px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.newList_li a span {
    float: right;
    /* padding: 0 4px; */
}

.accordion {
    width: 100%;
}

.accordion .link {
    cursor: pointer;
    display: block;
    /* height: 54px;
    line-height: 54px; */
    padding: 14px 20px 14px 36px;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    /* background: #f5f5f5; */
    border-bottom: 1px solid #e6e6e6;
    border-left: 6px solid #e6e6e6;
    position: relative;
    /* -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

.accordion .link a {
    color: #333;
}

.menuLeft_icon {
    width: 9px;
    height: 11px;
    margin-right: 10px;
    /* display: inline-block; */
    background: url(../images/icon/public_icon02.png) no-repeat left center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
}


/* .accordion li:last-child .link {
    border-bottom: 0;
} */

.accordion li {
    cursor: pointer;
}

.accordion li span {
    padding-left: 6%;
    font-size: 18px;
    font-size: 1.8rem;
}

.accordion li i.glyphicon-triangle-right {
    left: 30px;
    font-size: 12px;
}

.accordion li.open .link,
.accordion li:hover .link {
    color: #3491c6;
    border-left: 6px solid #0075be;
    background: #ffffff;
}

.accordion li.open .link a,
.accordion li:hover .link a {
    font-weight: bold;
    color: #3491c6;
}

.accordion li.open i,
.accordion li:hover i {
    color: #3491c6;
    background: url(../images/icon/public_icon03.png) no-repeat left center;
}

.three_boxs .content_text {
    position: relative;
    border: 5px solid #e6e6e6;
    background: url(../images/xzbgpic.png) no-repeat 94% 90%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
}


/*.three_boxs .content_text:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/../images/xzbgpic.png) no-repeat 94% 90%;;
    left: 10%;
    animation: rotateme2 5s infinite linear;
}
@keyframes rotateme2 {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}
 @keyframes float-x {
    0% {
        transform: translateX(0px)
    }

    25% {
        transform: translateX(25px)
    }

    50% {
        transform: translateX(50px)
    }

    70% {
        transform: translateX(70px)
    }

    100% {
        transform: translateX(0px)
    }
} */

.three_ins {
    margin-top: 1%;
    margin-bottom: 5%;
}

.three_boxs h4 {
    margin-top: 35px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-size: 1.8rem;
}

.three_boxs a {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.three_boxs .content_text:hover {
    background: url(../images/xzbgpic.png) no-repeat 86% 90%;
    /* 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;
}

.three_boxs .content_text:hover h4 {
    color: #04a75d;
}

.three_boxs .content_text:hover a {
    color: #04a75d;
    border: 1px solid #04a75d;
}

.num {
    border: 2px solid #ccc;
    position: relative;
    text-align: center;
}


/* .accordion li:hover .link .menuLeft_icon
{
    background: url(../images/icon/iconk01h.png) no-repeat center right;
} */


/* .accordion li.open i.glyphicon-triangle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
} */


/* .accordion li.open .link i.menuLeft_icon{
    background: url(../images/icon/iconk02.png) no-repeat center right;
}
.accordion li .link i.menuLeft_icon{
    background: url(../images/icon/iconk01.png) no-repeat center right;
} */


/**
 * Submenu
 -----------------------------*/

.submenu {
    display: none;
    font-size: 14px;
    padding-top: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #e6e6e6;
    border-left: 6px solid #e6e6e6;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 2% 2%;
    padding-left: 52px;
    font-size: 16px;
    font-size: 1.6rem;
    /* -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; */
}

.submenu a:hover,
.submenu li.current a {
    /* background: #ff7a3f; */
    color: #09814c;
}

.list-title .menuNav {
    display: none;
}

.itemTitle h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: 20px 0 10px 50px;
    margin: 4% auto 2%;
    background: url(../images/icon/titlicon02.png) no-repeat top center;
}

.itemTitle_top h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: 20px 0 10px 50px;
    margin: 3% auto 2%;
    background: url(../images/icon/titlicon01.png) no-repeat top center;
}

.banner_list .itemTitle_top h3 {
    padding: 24px 0 10px 138px;
}

.itemTitle_top h3 a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
}


/* .survey_bg{
    background: url(../images/bsgkbgs.jpg) no-repeat left 66%;
    background-size: contain;
} */

.survey_main img {
    max-width: 100%;
    /* margin-bottom: 3%; */
}

.survey_main p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.5rem;
    /* text-indent: 2em; */
}

.survey_main .col-md-13 {
    padding-left: 36px;
}

.survey_shadow .col-md-13 {
    background: #fff;
    box-shadow: 6px 0 10px -6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 6px 0 10px -6px rgba(0, 0, 0, .1);
    -ms-box-shadow: 6px 0 10px -6px rgba(0, 0, 0, .1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
}

.survey_main {
    padding-top: 20px;
    padding-left: 5%;
}

.survey_shadow p {
    text-indent: 2em;
    margin-top: 1%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 3%;
}

.instbimg img {
    width: 100%;
}

.ind_hbox {
    margin-bottom: 1%;
}


/* å‹æƒ…é“¾æŽ¥ */

.linkMain {
    margin-top: 1%;
    background: #e2e2e2;
    width: 100%;
    padding: 20px 0 20px 0;
}

.linkMain h5 {
    font-size: 20px;
    font-size: 2.0rem;
}

.link_ins a {
    float: left;
    width: 20%;
    margin-right: 1%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3rem;
}

.link_ins a:nth-child(4),
.link_ins a:nth-child(5),
.link_ins a:nth-child(6),
.link_ins a:nth-child(10),
.link_ins a:nth-child(11),
.link_ins a:nth-child(12) {
    width: 12%;
    margin-right: 0;
}

.link_ins a:hover {
    color: #09814c
}

.articles_info .details-content p,
.details p,
.details-content p span {
    font-family: "å¾®è½¯é›…é»‘", "Arial Narrow" !important;
}


/* è¿”å›žé¡¶éƒ¨ */

.goTop {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 99;
    color: #f18e21;
    text-align: center;
    font-size: 16px;
    transition: none;
    color: #f18e21 !important;
}

.goTop i {
    color: #f18e21;
    display: block;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.goTop:hover {
    color: #f18e21;
}

.goTop:hover i {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}


/* è¿”å›žé¡¶éƒ¨ */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 999;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    text-indent: 100%;
    background: #67b1db url(../images/icon/topiocnb.png) no-repeat center center;
    /* white-space: nowrap;
    background: rgba(32, 106, 160, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%; */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top i {
    font-size: 14rem;
    color: #fff;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #6a9a2f
    opacity: 1;
}

.er_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* ä¸‰åˆ—æŽ’ç‰ˆåˆ—è¡¨ */

.sthfz_in .col-md-8 {
    margin-top: 1%;
    margin-bottom: 3%;
}

.sthfz_items .col-md-12 {
    margin-top: 3%;
    margin-bottom: 2%;
}

.item_text {
    position: relative;
    padding: 3% 3%;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
}

.item_text:hover {
    -moz-box-shadow: 1px 0px 16px #e1e1e1;
    -webkit-box-shadow: 1px 0px 16px #e1e1e1;
    box-shadow: 1px 0px 16px #e1e1e1;
    /* border-radius: 6px;
    transform: scale(1.05);
    -webkit-transform: scale(1.05); */
}

.item_text img {
    float: left;
    width: 34%;
    padding-right: 5%;
}

.item_text .ietm_titri {
    width: 63%;
    float: right;
}

.item_text h5 {
    padding: 3% 0 2%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.item_text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

.item_text a {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
    color: #04a75d;
    margin: 5px 10px 5px 0;
}

.news_list_title ul {
    padding: 2% 0 3% 2%;
}

.news_list_title li p {
    float: left;
    width: 82%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.news_list_title li a span {
    float: right;
    width: 14%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
}

/* .news_list_title li {
    padding-left: 0;
    margin-bottom: 0;
    background: url(../images/icon/banner_bg02.png) no-repeat left 12px;
} */

.news_list_title li a {
    display: block;
}

.news_list_title a:hover p,
.news_list_title a:hover span {
    color: #04a75d;
}


/* abc */

.ky_con {
    position: relative;
}

.keyan_lm {
    margin: 2.5% auto;
}

.keyan_lm li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #999;
    background: #efeeee;
    border-radius: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    float: left;
    text-decoration: none;
}

.keyan_lm li {
    margin: 0 0.4% 0 0;
    display: inline-block;
    text-align: center;
}

.keyan_lm li.onn a,
.keyan_lm li:hover a {
    color: #fff;
    /* font-weight: bold; */
    background: #04a75d;
}


/*最新新闻*/

.articleList02 {
    margin-top: 7%;
}

.listTitle01 {
    font-size: 30px;
    font-size: 3.0rem;
    background-color: #f2f1f1;
    padding: 10px 15px;
    /* font-family: '华文宋体', '宋体'; */
    /* font-weight: bold; */
    margin: 35px 0;
}

.listTitle01 span {
    font-size: 14px;
    font-size: 1.4rem;
    /* font-family: '微软雅黑'; */
    color: #8c8c8c;
    font-weight: normal;
    margin-left: 15px;
}

.listTitle01 {
    margin: 0;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    font-weight: normal;
}

.listTitle01:hover a {
    color: #09814c;
}

.list02 {
    width: 100%;
    padding-bottom: 50px;
}

.listTitle01 a {
    font-size: 20px;
    font-size: 2.0rem;
}

.list02 li {
    padding-top: 15px;
    border-bottom: 1px solid #e4e4e4;
    transition: all 0.3s ease-in-out;
    height: 90px;
    margin-top: 10px;
}

.list02 li:hover,
.list03 li:hover {
    box-shadow: 3px 35px 77px -17px rgba(0, 0, 0, 0.8);
    transform: scale(1.06);
    z-index: 100;
    background-color: #fff;
}

.list02 li:hover span {
    border: none;
}

.list-date {
    width: 64px;
    border: 1px solid #dbdbdb;
    float: left;
    text-align: right;
    border-bottom: none;
}

.list-date strong,
.list-date i {
    display: block;
    font-weight: normal;
    font-style: normal;
    padding-right: 5px;
}

.list-date strong {
    font-size: 24px;
    font-size: 2.4rem;
    color: #09814c;
    padding-top: 5px;
}

.list-date i {
    font-size: 12px;
    font-size: 1.2rem;
    color: #292929;
}

.list02 li a {
    display: block;
    margin-left: 79px;
    line-height: 3.1rem;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list02 li:hover a {
    color: #09814c;
}

.details_rig {
    padding-right: 20px;
}


/* slider_banner */

.zt_hot h3 {
    font-weight: normal;
    padding: 6px 14px;
    border: 1px solid #dbdbdb;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 3.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.zt_hot h3:hover {
    color: #09814c;
}

.zt_hot .imgResponsive {
    padding-bottom: 56.38%
}

.zt_hot .flex-control-nav {
    display: none;
}

.list03 li:hover {
    padding: 10px;
    margin-bottom: 15px;
}

.spaceHeight {
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px;
}

.zt_hot .flexslider .slides>li {
    position: relative;
}

.zt_hot .flex-direction-nav li {
    width: 100%;
}

.zt_hot .flex-direction-nav a {
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    height: 30px;
}


/* .zt_hot .flex-direction-nav a:hover {
    background: #94070a;
} */


/* Direction Nav */

.zt_hot .flex-direction-nav {
    *height: 0;
    display: none;
}

.zt_hot .flex-direction-nav a {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 35%;
    z-index: 90;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    /* background: url(../images/subNav_bg.png) repeat; */
}


/* .zt_hot .flex-direction-nav a:hover {
    background: #94070a;
} */

.zt_hot .flex-direction-nav .flex-prev {
    left: 10px
}

.zt_hot .flex-direction-nav .flex-next {
    right: 10px;
}

.zt_hot .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* äºŒé¡µåœ°å›¾ */

.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: 2% 2%;
}

.map_item dl dt {
    padding-bottom: 1%;
}

.map_item dl dt a {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 36px;
    font-weight: bold;
}

.map_item dl dd {
    display: inline-block;
    padding-right: 4%;
}

.mapItem_w dl dd {
    float: left;
    width: 33%;
}

.map_item dl dd a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 36px;
    padding-left: 12px;
    background: url(../images/icon/mapicons02.png) no-repeat left center;
}

.map_item dl dd a:hover {
    color: #09814c;
}

.map_item:nth-child(odd) {
    background-color: #fff;
}

.map_item:nth-child(even) {
    background-color: #efefef;
}
#controls {
    text-align: right;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
}

#controls,
#controls span,
#controls strong,
#controls a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
}

#controls span {
    display: inline-block;
    margin-right: 2%;
}

.gp-article p {
    text-indent: 2rem;
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

/* 2022-4-11 */

.header {
    position: relative;
    padding: 0;
    background: #6a9a2f;
}

.headerTop {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
    background: url(../images/nabbgss.jpg) no-repeat left center;
    background-size: cover;
}
.uniontext img{
    display: inline-block;
    padding-right: 6px;
    margin-top: -3px;

}
.dates {
    display: inline-block;
}

.dates span,
.dates {
    color: #93dfbd;
}

.union_right {
    margin-top: 2%;
    float: right;
}

.uniontext {
    margin-top: 7px;
}

.uniontext,
.seabOX {

}
.uniontext{display: flex;}
.seabOX {
    margin-left: 12px;
}
.gp-search{
    position:relative;
    margin-left: 10px;
    width: 24px;
    height: 24px;
}
.gp-search input.notxt1 {
  position: absolute;
  width: 1em;
  height: 100%;
  border: none;
  right: 0;
  top: 2px;
  cursor: pointer;
  z-index: 1;
  bottom: 0;
  background: url(../images/search03.png) center no-repeat;
  background-size: contain;
}

.gp-search input.notxt {
    position: absolute;
    width: calc(100% - 45px);
    height: 100%;
    color: #fff;
    left: 10px;
    top: 0;
    padding: 0;
    margin: 0px;
    outline: none;
    z-index: 1;
    padding: 0 0px 0 0px;
    background: transparent;
    border: 0;
}
.inebanner img{
    width: 100%;
}
.uniontext a {
    font-size: 1.4rem;
    color: #414141;
    margin: 0 6px;
     padding: 0 8px;
}

.uniontext a:hover {
     color: #86ae4f;
}

.uniontext a:last-child {
    border-right: 0;
}

.zqstops {
    margin-bottom: 2rem;
}

.navLeft {
    width: 100%;
}

.navLeft a {
    float: left;
}

.navLeft a.img2 {
    margin: 1% 0 0 3rem;
}


/* .navLeft a.img3 {
    margin-top: 3%;
    float: right;
} */

.footer p,
.footer p span {
    font-size: 1.3rem;
    line-height: 3.0rem;
    color: #fff;
    text-align: center;
}
.article_in{
    margin-top: 10px;
}
.articleIns{
    margin-top: 2%;
    padding: 4rem 5rem;
    border: 1px solid #e0e0e0;
}
.articleIns p{
    text-indent: 2rem;
    padding-bottom: 6px;
    font-size: 1.6rem;
    line-height: 3rem;
}
.gp-article p img,
.gp-article img {
    margin: 1rem auto;
}
.union_m {
    min-height: auto;
}

.pageArticleTitle {
    margin-bottom: 15px;
    border-bottom: #e5e5e5 1px solid;
}

.pageArticleTitle h3 {
    text-align: center;
    font-size: 2.0rem;
    padding: 1.5rem 0;
}

.gp-subRight2 .pageArticleTitle {
    border-bottom: 0;
}

.articleAuthor {
    position: relative;
    width: 100%;
    margin: 1% auto 2%;
    text-align: center;
    margin-top: 1rem;
    line-height: 3.0rem;
    overflow: hidden;
    border-bottom: 2px solid #d9d9d9;
}

.articleAuthor span {
    color: #333;
    padding: 0 15px;
    font-size: 1.4rem;
}

.articleAuthor span i {
    font-style: normal;
    cursor: pointer;
    font-size: 1.4rem;
}

.gp-article {
    line-height: 33px;
}

.gp-article table {
    margin: auto;
}

.gp-article i,
.gp-article em {
    font-style: italic;
    font-size: 1.4rem;
}

.gp-article strong {
    font-weight: bold;
    font-size: 1.4rem;
}

.articleTitle02 {
    margin-bottom: 22px;
    overflow: hidden;
    border-bottom: #e5e5e5 1px solid;
}

.articleTitle02 span {
    display: inline-block;
    padding-bottom: 12px;
    font-weight: bold;
}

.AboutLink {
    width: 250px;
    float: right;
    margin-top: 6%;
    overflow: hidden;
}

.AboutLink>a {
    float: left;
    display: inline-block;
    height: 3.6rem;
    line-height: 3.6rem;
    background: #007072;
    padding: 0 2rem;
    color: #fff;
    margin: 0 5px;
}

.AboutLink>a:hover {
    background: #007072;
}
.annex{
    width: 100%;
    padding-top: 20px;
}
.annex h3{
    background: #f0f0f0;
    padding: 6px 10px;
    margin: 1% auto;
  font-size: 1.8rem;
  font-weight: bold;
}
.annex ul{
    padding-left: 20px;
}


/*åˆ†äº«*/

.share {
    float: left;
    height: 40px;
    line-height: 40px;
    /* background: #efeff4; */
    color: #333;
    padding: 1rem 2rem;
}

.share .bdsharebuttonbox>a {
    padding-left: 0;
    margin: 5px 2px;
    height: 30px;
    text-indent: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 20px;
    display: inline-block;
    float: none;
    color: #fff;
    transition: all 0.35s ease-out;
    /*! border-radius: 50%; */
    /*! border: #dbdbdb 1px solid; */
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ;
}

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px 'å®‹ä½“';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 260px;
    /* height: 300px; */
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.bdsharebuttonbox span {
    display: inline-block;
    float: left;
}

.share .bdsharebuttonbox>a.bds_weixin {
    background: url(../images2022/wechat.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_tsina {
    background: url(../images2022/sina.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_qzone {
    background: url(../images2022/zone.png) no-repeat center;
}

.share .bdsharebuttonbox>a.bds_more {
    background: url(../images2022/bds_more.png) no-repeat center;
}


@media (min-width: 769px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 0;
        /* border-radius: 4px 4px 0 0 */
    }
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .navbar-nav>li>a {
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
    }
    .navbar-nav>li {
        float: left;
        margin-left: 26px
    }
    .container-fluid>.navbar-header {
        margin-left: 6%;
    }
}

@media screen and (max-width:1600px) {
    .navtopbar ul li>a {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .navtopbar .minfoWrap a {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .navtopbar .minfoWrap {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .friendLink {
        width: auto;
    }
    .select001 {
        width: 28.20%;
    }
    .footer_bottom span.one {
        font-size: 2.2rem;
    }
    .navtopbar ul li {
        padding: 0 0.7%;
    }
}

@media screen and (max-width:1480px) {
    .container_width {
        width: 1170px;
        left: 50%;
        margin-left: -590px;
        position: absolute;
        z-index: 99;
        top: 40%;
        height: 100%;
        margin-top: -14%;
    }
}

@media (max-width: 1366px) {
    .ddList00 li a {
        width: 78%;
    }
    .container_width {
        width: 970px;
        left: 50%;
        margin-left: -485px;
        position: absolute;
        z-index: 99;
        top: 40%;
        height: 100%;
        margin-top: -14%;
    }
    .navLeft a.img2 {
        margin: 1% 0 0 2rem;
        width: 27%;
    }
    .navLeft a.img2 img {
        width: 100%;
    }
}

@media (min-width: 1342px) {
    .video_newtetx ul li span {
        width: 91px;
    }
    .container {
        width: 1220px;
    }
    .container_width {
        width: 1220px;
        left: 50%;
        margin-left: -610px;
        position: absolute;
        z-index: 99;
        top: 40%;
        height: 100%;
        margin-top: -14%;
    }
}

@media (max-width: 1320px) {
    .minfoWrap_inner .fr {
        width: 280px;
    }
    .infoBoxs_newtext .list_ins {
        float: left;
        width: 60px;
    }
    .infoBoxs_newtext .list_ins strong {
        line-height: 25px;
    }
    .indexvideo,
    .indexvideo:before,
    .indexvideo:after {
        height: 50px;
        width: 50px;
    }
    .navtopbar ul li>a {
        font-size: 1.8rem;
    }
    .navtopbar .minfoWrap a {
        font-size: 18px;
        font-size: 1.8rem;
    }
    /*  */
    .container_width {
        width: 1220px;
        left: 50%;
        margin-left: -610px;
        position: absolute;
        z-index: 99;
        top: 40%;
        height: 100%;
        margin-top: -14%;
    }
    .header.on {
        background: #09814c;
        border-bottom: 1px solid #09814c;
    }
    .header.on .left .img2 {
        display: block;
        height: 64px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:1280px) {
.pageArticleTitle h3 {
    text-align: center;
    font-size: 2.0rem;
    padding: 1.5rem 0;
    line-height: 3rem;
}
    /*.infoBox_stylet .list_tit {
        margin-top: 25.8%;
    }*/
    /* .wraq_header.current .header {
        margin-left: -340px;
    } */
    /* .wraq_header.current .navtopbar ul li {

        padding: 0 1.6%;
    } */
    .friendLink h3 {
        padding: 0 3%;
    }
    /* #myTabs {
        width: 46%;
        margin: 0 auto;
    } */
    .tab_more {
        position: absolute;
        top: 14px;
        left: 68%;
    }
    .container_width {
        width: 1000px;
        left: 50%;
        margin-left: -500px;
        position: absolute;
        z-index: 99;
        top: 40%;
        height: 100%;
        margin-top: -14%;
    }
    .header.on {
        position: relative;
    }
}

@media screen and (max-width:1210px) {
    .navtopbar ul li {
        padding: 0 3.0%;
    }
    .footer_bom .sydw {
        left: 0;
    }
    .zkpt_boxs li {
        width: 48%;
        margin-right: 2%;
        float: left;
    }
    .zkpt_boxs li a img {
        margin-top: 10px;
        width: 54%;
    }
}

@media screen and (max-width:1198px) {
    .navLeft a.img2 {
        margin: 1% 0 0 2rem;
        width: auto;
    }
    .mode02 {
        margin-top: 2%;
    }
    .tableft_in {
        margin-bottom: 1%;
    }
    .mode02 .noticeList li {
        margin-bottom: 2%;
    }
    html {
        font-size: 62%;
    }
    .team_list_in ul li {
        width: 24%;
    }
    .infoBoxs_newtext .list_newtit {
        float: right;
        width: 86%;
    }
    .infoBoxs_newtext .list_newtit p span {
        font-size: 1.6rem !important;
    }
    /* .routeNav {
        text-align: left;
        padding: 0 10px 0 245px;
        background: rgba(0, 0, 0, 0.3);
    } */
    .fwzqbtn li,
    .ind_hbox li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .infoBoxs {
        width: 100%;
    }
    #tab02 .tabMenu01 {
        padding-left: 0;
        padding-right: 0;
    }
    .noticeList {
        margin-top: 0;
    }
    .link_ins a {
        float: left;
        width: 24%;
        margin-right: 1%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 3.6rem;
    }
    .link_ins a:nth-child(4),
    .link_ins a:nth-child(5),
    .link_ins a:nth-child(6),
    .link_ins a:nth-child(10),
    .link_ins a:nth-child(11),
    .link_ins a:nth-child(12) {
        width: 24%;
        margin-right: 1%;
    }
    .footer_le {
        width: 36%;
    }
    .footer_le img {
        max-width: 100%;
    }
    .footer_ri {
        width: 51%;
        float: right;
    }
    #tab02 .tabList01 dd,
    #tab03 .tabList01 dd {
        height: auto;
    }
    .top_text_img {
        display: none;
    }
    .account-l {
        background: none;
        /* padding-bottom: 3%; */
    }
    /* .text_in .ddList00 li:hover{
        background:#fff;
        border-left: 3px solid #f60;
        -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.07);
        -moz-box-shadow: 0 3px 12px rgba(0,0,0,.07);
        box-shadow: 0 3px 12px rgba(0,0,0,.07);
       
    } */
    /* .ddList00 li {
        margin-top: 6px;
        height:50px;
        line-height: 50px;
        background: url(../images/icon/bannergr_bg.png) no-repeat left 12px;
    } */
    .ddList00 li a {
        display: block;
        /* line-height: 3.0rem; */
    }
    .teams_item .col-md-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .noticeList li {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .jgs_item_img .col-md-8 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2%;
    }
    .gz02 li:nth-child(3),
    .links_boxs li:nth-child(3) {
        margin-right: 0;
    }
    .links_boxs li {
        width: 32%;
        margin-bottom: 3%;
    }
    .gz02 li {
        width: 31%;
        margin-bottom: 3%;
    }
    .ind_hbox {
        height: auto;
    }
    .news_list li {
        height: auto;
        background: url(../images/icon/jgsiocn01.png) no-repeat left 5px;
    }
    .accordion .link {
        padding: 14px 20px 14px 40px;
    }
    .submenu {
        padding-top: 0;
    }
    .accordion .list-title {
        padding: 20px 20px 20px 66px;
    }
    .footer_tits {
        margin-top: 3%;
    }
    .info_dates li {
        margin-bottom: 3%;
    }
    .info_dates .media-left {
        padding: 4px 14px;
    }
    .info_dates .media-body {
        padding-top: 10px;
    }
    .special_main .wraq_header {
        position: relative;
    }
    .special_main .wraq_header,
    .special_main .header,
    .special_main .union_top {
        height: 64px;
    }
    .special_main .navm {
        top: 51px;
    }
    /* .navm {
        top: 57px;
        border-top: 1px solid #eee;
    }
    .snav {
        top: 7px;
    } */
    .special_topm {
        margin-top: 0;
    }
    .col-sm-24 {
        width: 100%;
    }
    .video_m .col-md-12 {
        margin-left: 0;
    }
    .mapItem_w dl dd {
        float: left;
        width: 50%;
    }
    .wraq_header.current .union_top {
        margin-left: 0;
        position: relative;
        left: 0;
        width: auto;
        margin-top: -4px;
    }
    .union_top .logo {
        left: -6%;
        width: 30%;
    }
    .union_top .logo img {
        width: 94%;
    }
    .special_main .banner_in {
        padding-left: 0;
        margin-top: 3%;
    }
    .special_main .ind_main {
        margin-top: 0;
    }
    .special_main .ddList00 li.news_first {
        margin-top: 2%;
    }
    /* .ddList00 {
        padding-top: 2%;
        padding-bottom: 2%;
    } */
    .special_main .ddList00 {
        padding-top: 0;
        padding-bottom: 2%;
    }
    .wraq_header.current .mbtn {
        right: 6%;
    }
    .navm li span {
        padding-right: 6%;
    }
    .navm li a,
    .navm dl dd {
        padding-left: 6%;
    }
    .nlinks_navm {
        padding-left: 4.5%;
    }
    .wraq_header.current .logo {
        display: block;
        width: 32%;
    }
    .banner_list .col-sm-24,
    .tableft_in .col-sm-24 {
        width: 100%;
    }
    .text_in {
        margin-top: 2%;
    }
    .vertical_in {
        margin-bottom: 3%;
    }
    .link_ins li {
        width: 48%;
        margin-bottom: 2%;
    }
    .color_block a,
    .footernavlist {
        margin-bottom: 2%;
    }
    .footernavlist {
        width: 46.5%;
    }
    .footerWx {
        bottom: 12%;
    }
    .color_block .col-sm-12,
    .color_block .col-sm-6 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .infoTops {
        display: none;
    }
    .table_m a {
        margin-top: 5%;
    }
    .expert_wrap h2 {
        margin-top: 10px;
    }
    .resea_le {
        float: left;
        width: 100%;
    }
    .resea_ri {
        float: right;
        width: 100%;
        margin-top: 20px;
        box-shadow: 0 4px 17px 0 rgba(85, 85, 85, .1);
        -webkit-box-shadow: 0 4px 17px 0 rgba(85, 85, 85, .1)
    }
    .basice_in .nav>li>a {
        font-size: 18px;
    }
    .header,
    .topHeader>div {
        width: 100%;
        padding: 0 1%;
    }
    /* .wraq_header,
    .header {
        height: 72px;

    } */
    .wraq_header {
        background: #09814c;
    }
    /* .mbtn{
        top: -4px;
    } */
    .snav {
        display: block;
    }
    .union_in .union_right {
        display: none;
    }
    .top_right,
    .topHeader ul,
    .navtopbar {
        display: none;
    }
    .top_right,
    .navtopbar,
    .topHeader {
        display: none;
    }
    .union_top {
        height: auto;
        padding: 1% 0 1%;
    }
    .snav {
        top: 20px;
    }
    .navm {
        top: 71px;
        border-top: 1px solid #eee;
    }
    .wraq_header.current .navm {
        top: 52px;
    }
    .wraq_header.current .snav {
        top: 6px;
    }
    .list-title .menuNav {
        position: absolute;
        top: 24px;
        right: 30px;
        z-index: 9;
        display: block;
        width: 16px;
        height: 16px;
        background: url(../images/icon/dwicontb.png) no-repeat;
        background-size: cover;
    }
    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        content: "";
    }
    .submenu a {
        padding: 1% 2% 1% 6%;
    }
    .accordion {
        display: none;
    }
    .menu_texts {
        display: none;
    }
    /* .account-l {
        margin-bottom: 3%;
    } */
    /* .teamTop_in .team_introduction p strong::after{
        width:80%
    } */
    .navLeft a.img2 img,
    .navLeft a.img1 img {
        width: 84%;
    }
    .navLeft a.img2 {
        width: 38%;
        margin: 1% 0 0 0rem;
    }
}

@media (max-width: 1080px) {
    .marqueeWrap {
        display: none;
    }
    .org_right {
        float: left;
        background: url(../images/icon/orglines.jpg) no-repeat left top;
        background-size: 1px 97.6%;
    }
}

@media (max-width: 996px) {
    .articleAuthor span{
        display:block;
        text-align:center;
        line-height: 22px;
    }
    .pageArticleTitle h3 {
    padding: 1.5rem 0 6px;
    line-height: 3rem;
}
    .articleAuthor{
       margin-top:0; 
    }
    html {
        font-size: 60%;
    }
    .tabMore span a {
        font-size: 1.5rem;
    }
    .infoBoxs:first-child {
        padding-top: 3%;
    }
    .navLeft a.img2 img,
    .navLeft a.img1 img {
        width: 100%;
    }
    .navLeft a.img2,
    .navLeft a.img1 {
        width: 100%;
        margin: 1% 0 0 0rem;
    }
    .navLeft a.img2 {
        margin-left: 5%;
    }
    .mobile_martop .item_toph {
        margin-top: 0;
    }
    .linkMain h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .link_ins a {
        float: left;
        width: 60%;
        margin-right: 0;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 3.2rem;
    }
    .link_ins a:nth-child(5),
    .link_ins a:nth-child(11) {
        width: 60%;
        margin-right: 0;
    }
    .link_ins a:nth-child(2),
    .link_ins a:nth-child(4),
    .link_ins a:nth-child(6),
    .link_ins a:nth-child(8),
    .link_ins a:nth-child(10),
    .link_ins a:nth-child(12) {
        width: 38%;
        margin-right: 0;
    }
    .public_header .union_top {
        padding-top: 12px;
    }
    .tabMenu01 li a {
        font-size: 1.6rem;
        padding: 0 4px;
    }
    .news_list_title li {
        background: url(../images/icon/banner_bg02.png) no-repeat left 10px;
    }
    .expert_wrap p {
        line-height: 22px;
    }
    /* .wrapSize {
        position: relative;
    } */
    .container_width {
        width: 90%;
        left: 50%;
        margin-left: -45%;
        position: absolute;
        z-index: 99;
        top: 40%;
        height: 100%;
        margin-top: -14%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 38px;
        height: 38px;
        margin-top: -19px;
        margin-top: -19px;
        z-index: 10;
        cursor: pointer;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #333;
        opacity: 1;
        background: #fff;
        margin-left: 5px;
    }
    .swiper-pagination {
        right: 0;
        bottom: 2px;
    }
    .list_tit h3 {
        line-height: 30px;
        margin-top: 0;
        padding-top: 2%;
    }
    .infoBoxs {
        padding-bottom: 3%;
    }
    .special_main .footer_bom .sydw {
        left: -6%;
    }
    .tableft_in .ddList00 li {
        background: url(../images/icon/bannergr_bg.png) no-repeat left 13px;
    }
}

@media (max-width: 991px) {
    .organi_ins .organi_inside a {
        background: url(../images/icon/iconabg.png) no-repeat 12px 16px;
    }
    .video_m .item_line_tit a {
        float: right;
        padding-left: 30px;
    }
    .table>thead>tr>th:first-child,
    .table>tbody>tr>th:first-child {
        width: 12%;
        text-align: center;
    }
    .table>thead>tr>th,
    .table>tbody>tr>th,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>tbody>tr>td,
    .table>tfoot>tr>td {
        padding: 2.5% 10px;
    }
    /* .bs-example{
    overflow-x: scroll;
} */
    .zzjgmain {
        overflow-x: scroll;
    }
    .zzjgbox {
        width: 760px;
        height: 1056px;
        padding-left: 20px;
    }
    .table {
        width: 760px;
    }
    .firstzzjg a {
        height: 490px;
    }
    .firstzzjg {
        margin-top: 113px;
    }
    .org_right li {
        margin-bottom: 45px;
    }
    .organi_ins {
        width: 600px;
    }
    .org_right li:last-child {
        margin-bottom: -11px;
    }
    .org_right a {
        height: 50px;
    }
    .org_right ul {
        margin-top: -27px;
    }
    .zzjgmain {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .survey_main {
        padding-left: 0;
    }
    .survey_bg .col-xs-24,
    .survey_shadow p {
        padding: 0 6px;
    }
    .survey_main .col-md-13 {
        padding-left: 0;
        box-shadow: 6px 0 10px -6px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 6px 0 10px -6px rgba(0, 0, 0, 0);
        -ms-box-shadow: 6px 0 10px -6px rgba(0, 0, 0, 0);
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -ms-transition: all .4s ease;
    }
    .survey_bg {
        background: #fff;
    }
    .tutor_ins .col-md-19 {
        padding-left: 20px;
    }
    .articles_info .details-content p {
        margin-bottom: 0;
        width: 82%;
        margin: 0 auto;
    }
    .carousel-caption p {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    .infoBox_stylet .list_tit {
        margin-top: 3%;
    }
    .infoBoxs .col-md-7 {
        padding-left: 20px;
    }
    .list_tit .tit_p {
        min-height: auto;
        height: auto;
    }
    .infoBtns {
        margin-top: 3%;
        padding: 1% 4%;
    }
    .inside_in ul li {
        width: 100%;
    }
    .inside_title a {
        text-align: left;
    }
    .inside_in li:nth-child(2) {
        width: 100%;
    }
    .pages_all {
        clear: both;
        padding-left: 0;
    }
    .indexvideo span {
        margin-top: -20px;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-size: contain;
    }
    .lmml_list li {
        padding: 1% 3% 1% 18px;
        margin-bottom: 1%;
        background: url(../images/icon/banner_bg.png) no-repeat left 18px;
    }
    .indexvideo,
    .indexvideo:before,
    .indexvideo:after {
        height: 40px;
        width: 40px;
    }
    @-webkit-keyframes pulse-animation {
        70% {
            -webkit-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -khtml-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -moz-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -ms-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -o-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
    @keyframes pulse-animation {
        70% {
            -webkit-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -khtml-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -moz-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -ms-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            -o-box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 26px rgba(255, 255, 255, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        }
    }
    .info_fonts li {
        float: left;
        width: 100%;
        margin-bottom: 3%;
    }
    .info_fonts li:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    /* .footer {
        background: #09814c;
        padding: 15px 0;
        text-align: center;
    } */
    .mainBanner {
        margin-top: 0;
        height: 140px;
    }
    .indexBanner {
        margin-top: 0;
    }
    .mainBanner img {
        height: 100%;
    }
    .logo {
        padding-top: 1.2%;
    }
    .wraq_header {
        position: relative;
    }
    .table_m {
        background: #fff;
        padding: 5% 5% 5%;
    }
    .cxtd_box img {
        margin: 1% auto 3%;
        width: 100%;
    }
    .pages {
        display: none;
    }
    .pages_min {
        width: 86%;
        margin: 0 auto;
        display: block;
    }
    .item_toph {
        margin-top: 20px;
        padding-left: 0;
    }
    /* .teamTop_in .team_introduction p strong::after{
        width:76%
    } */
}

@media (max-width: 768px) {
         .gp-article p img, .gp-article img{
        width: auto !important;
    height: auto !important;
    }
     .gp-article video {
        width: 100% !important;
        height: auto;
    }
    .gp-article table {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        table-layout: fixed;
        word-break: break-all;
        box-sizing: border-box;
        display: block;
    }
    .gp-article table td,
    .gp-article table th {
        width: auto !important;
    }
    .gp-article table * {
        white-space: normal;
        margin: 0 !important;
    }
    .gp-article table tr {
        height: auto !important;
    }
    #controls, #controls span, #controls strong, #controls a{
        display: none;
    }
    .articleIns {
        margin-top: 2%;
        padding: 3rem 2rem;
        border: 1px solid #e0e0e0;
    }
    .news_list_title li a span {
        width: auto;
    }
    .row .infoBoxs_New {
        width: 100%;
    }
    .row .infoBoxs_New .col-md-9 {
        padding-left: 20px;
    }
    .video_newtetx ul li span strong {
        font-size: 17px;
        font-size: 1.7rem;
        padding-right: 6px;
        line-height: 3.2rem;
        background: url(../images/icon/vinesicon.png) no-repeat right 5px;
        margin-bottom: 0;
    }
    .video_newtetx ul li span {
        width: 78px;
    }
    .ddList00 li span {
        font-size: 1.6rem;
    }
    .science_ins p img,
    .science_ins img,
    .details p img,
    .details img {
        max-width: 100% !important;
        height: auto !important;
    }
    .survey_title table {
        border-collapse: collapse;
        width: 100% !important;
    }
    .teamTop_in .team_introduction p {
        margin-bottom: 10px;
    }
    /* .teamTop_in .team_introduction p strong::after{
        width:72%
    } */
    .titles_ddList span,
    .article_lines .titles_ddList p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2.8em;
    }
    .wrapSize {
        width: 40px;
        right: 20px;
    }
    .wrapSize {
        top: 5%;
    }
    .wrapSize .size a,
    .button01 {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .item_bigimg .col-sm-12 {
        width: 50%;
        float: left;
    }
    .item_bigimg .col-md-8 a {
        display: block;
        padding: 0 0;
    }
    .routeNav_top .container {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding: 0;
    }
    .account-l {
        float: none;
    }
    .list-title {
        background: #04a75d;
        padding: 0 20px 0 26px;
        height: 50px;
        line-height: 50px;
        margin-top: 2%;
    }
    .list-title .menuNav {
        top: 20px;
    }
    .accordion .link {
        padding: 8px 20px 8px 24px;
    }
    .item_bigimg {
        padding-left: 0;
    }
    .sld_texts {
        padding: 14px 2% 20px;
    }
    .wrap_m .left_top {
        margin-top: 0;
    }
    .noticeList li .nDate {
        height: 60px;
    }
    /* .ddList00 li{
        padding-bottom: 6px;
    } */
    #tab04 {
        margin-top: 4%;
    }
    #tab04 .tabMenu01 {
        margin-bottom: 4%;
    }
    #tab02 .tabMenu01,
    #tab04 .tabMenu01 {
        padding-left: 0;
        padding-right: 0;
    }
    .noticeList li .nDate i {
        margin-top: 6px;
    }
    .itemTitle_top h3,
    .itemTitle h3 {
        background-size: 28%;
        padding: 15px 0 10px 100px;
    }
    .banner_list .itemTitle_top h3 {
        padding: 10px 0 10px 100px;
    }
    .itemTitle h3 {
        padding: 10px 0 10px 60px;
    }
    .item_line_tit,
    .item_line_tit {
        margin-top: 5%;
    }
    .video_m .item_line_tit,
    .item_line_tit {
        padding-bottom: 2%;
    }
    .item_line {
        margin: 3% auto 2%;
    }
    .mode02 {
        margin-top: 3%;
    }
    .sld_detailss h5 {
        padding: 3% 2% 3%;
    }
    .gz02 li {
        width: 47%;
        margin-right: 12px;
        height: 64px;
        line-height: 64px;
    }
    .gz02 li a {
        line-height: 64px;
    }
    .gz02 li:nth-child(2),
    .gz02 li:nth-child(4),
    .links_boxs li:nth-child(2),
    .links_boxs li:nth-child(4) {
        margin-right: 0;
    }
    .links_boxs li:nth-child(4) {
        padding-top: 4px;
    }
    .gz02 li:nth-child(3) {
        margin-right: 12px;
    }
    .links_boxs li:nth-child(3) {
        margin-right: 2%;
    }
    .links_boxs li {
        width: 49%;
        height: 70px;
    }
    .links_boxs li a {
        line-height: 50px;
    }
    .gz02 li span {
        background: #167cc4 url(../images/icon/itemicon01.jpg) no-repeat 6px 16px;
        background-size: 30px;
        padding-left: 28px;
    }
    .flexslider .til_slides {
        text-indent: 0;
    }
    .noticeList li {
        width: 100%;
    }
    .tabMenu01 {
        margin-bottom: 3%;
    }
    .mode02 .tabMenu01 {
        margin-bottom: 0;
    }
    .union_top .logo img {
        width: 100%;
    }
    .news_list_title li p {
        width: 74%;
    }
    .details-p .size_styles,
    .details-p .wrapSize {
        position: static;
    }
    .details-p .wrapSize {
        display: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
    .wrapSize .size a {
        margin-bottom: 0;
    }
    .details-p .size {
        text-align: center;
    }
    .details-p .size a {
        height: auto;
        line-height: 32px;
    }
    /* .footer {
        background: #575757;
        padding: 5% 3%;
        text-align: center;
    } */
    /* .footer-item{
        width: 100%;
    } */
    .footer_le {
        width: 58%;
        float: none;
        margin-left: 0;
        margin-bottom: 4%;
    }
    .footer p,
    .footer p span {
        line-height: 26px;
    }
    .footer_all {
        padding: 3% 0 4%;
    }
    .footer_ri {
        width: 100%;
        float: none;
    }
    .footer_tits {
        margin-top: 3%;
        border: 0;
        overflow: hidden;
    }
    .tabList01 dd {
        margin-top: 0;
    }
    .ipo_block {
        display: block;
    }
    .pc_blocks {
        display: none;
    }
    .color_block .col-sm-12 {
        width: 50%;
        float: left;
        padding: 1% 2%;
    }
    .top_ztbanner {
        border: 0;
    }
    .color_block a {
        padding: 18px 2%;
    }
    .tabList01 dd {
        padding: 0 0 0
    }
    .tabMenu01 li {
        width: 28%;
        margin-right: 1%;
        background-size: 3% 50%;
    }
    /* .tableft_in .ddList00 li {
        height: auto;
        line-height: 3.0rem;
        background: url(../images/icon/bannergr_bg.png) no-repeat left 9px;
    } */
    .text_in .ddList00 li {
        height: 36px;
        line-height: 36px;
        background: #fff url(../images/icon/bannergr_bg.png) no-repeat left 14px;
    }
    .special_main .wraq_header,
    .special_main .header,
    .special_main .union_top {
        height: 52px;
    }
    .infoBoxs .col-md-5 {
        padding-left: 0;
        padding-right: 0;
    }
    .infoBoxs .col-md-19 {
        padding-left: 0;
        padding-right: 0;
    }
    .special_main .navm {
        top: 44px;
    }
    .special_main .mbtn {
        top: -6px;
    }
    .special_main .item_Section h2 span {
        font-size: 2.8rem;
        min-height: 47px;
        margin-top: 18px;
    }
    .special_main .flex-direction-nav a {
        top: 50%;
    }
    .special_main .ind_main .special_text {
        overflow: hidden;
    }
    .mbtn {
        right: 3%;
    }
    .nlinks_navm {
        padding-left: 1%;
    }
    /* .flex-control-nav {
        display: none;
    } */
    .expert_wrap ul li {
        width: 46%;
    }
    .list_texts .expert_wrap ul li {
        width: 50%;
    }
    .footerWx {
        position: static;
        margin-top: 20px;
    }
    .footerWx img {
        width: 36%;
        max-width: 120px;
    }
    .public_dwicon {
        position: absolute;
        bottom: 26%;
    }
    .clear-img {
        margin-left: 0;
        width: 20%;
    }
    .vertical_in .tabMenu01 {
        width: 100%;
        float: left;
        background-color: #4172c3;
        height: auto;
    }
    .vertical_in .tabList01 {
        width: 100%;
        padding: 10px 3%;
        float: right;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
    }
    .vertical_in {
        background: #fff;
        padding-right: 0;
    }
    .vertical_in .tabMenu01 li a.vertical_height,
    .vertical_in .tabMenu01 li a {
        padding: 2% 10px 2% 12px;
    }
    .vertical_in .tabMenu01 .active a:hover,
    .vertical_in .tabMenu01 a:hover {
        background: #fff;
        border-left: 5px solid #4172c3;
    }
    html {
        font-size: 60%;
        overflow-x: hidden
    }
    .waiquan {
        right: -27%;
        bottom: -15%;
        width: 75%;
    }
    .mainBanner {
        margin-top: 0;
    }
    .thumbnail {
        margin-bottom: 3%;
    }
    .resea_le li {
        float: left;
        width: 45%;
        margin: 20px 5% 0;
    }
    .resea_le li p {
        line-height: 22px;
    }
    .resea_le li:nth-child(2) {
        margin: 20px auto 0;
    }
    /* #myTabs {
        width: 58%;
        margin: 0 auto;
    } */
    .small_tab .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
    .basice_bombg .sld_texts {
        padding: 14px 2% 20px;
    }
    .tab_more {
        position: absolute;
        top: 12px;
        left: 72%;
    }
    .caption li span,
    .caption li p {
        line-height: 36px;
    }
    .caption li {
        height: 36px;
    }
    /* p {
        font-size: 18px !important;
        font-size: 1.8rem !important;
    } */
    .page-1-logo h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .page-1-logo p {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .introd-2 .introd_content .last-i,
    .introd-1 .introd_content .last-i {
        margin-left: 1px;
    }
    .home-page-1 {
        padding-top: 30px;
        height: 200px;
    }
    .page-1-logo {
        width: 100%;
    }
    .zhe-icon {
        width: 54px;
        height: 54px;
    }
    .zhe-icon .zhe-box {
        width: 30px;
    }
    .left-img-wofld {
        width: 80%;
        margin: 0 auto;
    }
    .gen-left-img .left-img-icon {
        width: 100%;
        margin: 0 auto;
    }
    .swiper-slide .zhe-zhao {
        -webkit-transform: translateY(16%);
        -moz-transform: translateY(16%);
        -ms-transform: translateY(16%);
        transform: translateY(16%);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }
    .zhe-zhao p {
        line-height: 2.0rem;
    }
    .navbar-default .navbar-brand {
        margin-left: 10px;
    }
    .swiper-slide:hover .zhe-zhao {
        opacity: 1;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>a,
    .navbar-default .navbar-nav>a:hover,
    .navbar-default .navbar-nav>a:focus {
        background: none
    }
    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus {
        background: none
    }
    .swiper-slide:hover h5 {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .page-1-logo img {
        width: 60%;
        margin-bottom: 0;
    }
    .home-page-1 .kuosan {
        position: absolute;
        left: 0;
        top: -620px;
        width: 100%;
        -webkit-animation: 2s sploosh infinite linear;
        animation: 2s sploosh infinite linear;
        opacity: 0;
    }
    @keyframes sploosh {
        0% {
            transform: scale(1.5);
            opacity: 0.5;
        }
        100% {
            transform: scale(2);
            opacity: 1;
        }
    }
    .navbar-default {
        background: #fff;
    }
    .navbar-fixed-top {
        /*position: initial;*/
        margin-bottom: 0;
        /* height: 60px; */
    }
    .navbar-toggle {
        margin-top: 14px;
    }
    .navbar-brand {
        height: 40px;
        margin-top: 10px;
    }
    .navbar-brand>img {
        width: 50%;
        margin-top: 4px;
        margin-left: 10px;
    }
    .navbar-default .navbar-brand img {
        width: 35%;
        margin-top: 4px;
        margin-left: 10px;
    }
    .navbar-header .EN {
        background: #007aff;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 50px;
        color: #fff;
        padding: 0;
        line-height: 30px;
        text-align: center;
        margin-top: 14px;
        border-radius: 50%;
        display: none;
    }
    .navbar-header .redcolor {
        background: #f03232;
    }
    .navbar-header .bestcolor {
        background: #f9c43a;
    }
    .navbar-header .whitecolor {
        background: #00a68f;
    }
    .zhe-icon .zhe-quann {
        width: 26px;
        height: 26px;
        left: -4px;
        top: -4px;
    }
    .zhe-icon .zhe-boxx {
        width: 44px;
        height: 44px;
    }
    .zhe-icon .zhe-boxq {
        width: 26px;
        height: 26px;
    }
    .zhe-icon .zhe-boxo {
        width: 24px;
        height: 24px;
    }
    .zhe-icon .zhe-boxb {
        width: 18px;
        height: 18px;
    }
    .swiper-slide:hover .zhe-boxb {
        animation: boxb 1s forwards;
    }
    .swiper-slide:hover .zhe-boxo {
        animation: boxo 1s forwards;
    }
    @keyframes boxb {
        from {
            right: -4px;
            top: -4px
        }
        to {
            right: 18px;
            top: 40px
        }
    }
    @keyframes boxo {
        from {
            bottom: 0px;
            left: 16px
        }
        to {
            left: 40px;
            bottom: 40px
        }
    }
    .swiper-slide:hover .zhe-boxox {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform-origin: 27px 0px;
    }
    .expert_le {
        float: left;
        width: 100%;
        margin-bottom: 3%;
    }
    .expert_le img {
        margin-left: 0;
    }
    .expert_ri {
        float: right;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer_top {
        width: 100%;
        margin: 0 auto;
    }
    .footer_top ul.col-sm-12 {
        width: 50%;
        float: left;
    }
    .marquee_more {
        width: 15%;
    }
    .marquee {
        margin-left: 0px;
        width: 80%;
    }
    .titleTop {
        padding: 3.5% 0;
    }
    .video_newtetx ul li span {
        width: 80px;
    }
    .video_newtetx ul li a {
        width: 76%;
    }
    .ind_hbox li {
        width: 100%;
        margin-right: 0;
    }
    .item_line_tit,
    .item_line_tit,
    .itemTitle h3,
    .itemTitle_top h3 {
        font-size: 1.9rem;
    }
    .infoBoxs_newtext .list_newtit {
        float: right;
        width: 75%;
    }
    .list_newtit p,
    .col-md-15 .list_newtit p {
        line-height: 24px;
    }
    .tabMore span {
        padding-right: 10px;
    }
    .team_introduction p {
        font-size: 1.6rem;
    }
    .item_toph {
        /* margin-top: 0; */
        padding-left: 0;
    }
    .lists_topimg p {
        padding-top: 3%;
        font-size: 14px;
    }
    .service_ins li {
        width: 48%;
        margin-right: 2%;
    }
    .zkpt_boxs li a {
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 710px) {
    .newList_li a {
        height: auto;
        overflow: hidden;
        padding: 13px 20px;
    }
}

@media (max-width: 580px) {
    /* .newList_li a{
        min-height: 82px;
    } */
    .newList_li a span {
        float: right;
        display: block;
    }
    .service_ins li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 60px;
    }
    .team_list_in ul li {
        width: 32%;
    }
    .row_ztjj .col-xs-12 {
        width: 100%;
    }
    .row_ztjj .col-md-9 {
        margin-bottom: 5px;
    }
    .row_ztjj .infoBoxs:first-child {
        padding-top: 0;
    }
    .row_ztjj .infoBoxs {
        padding-bottom: 0;
    }
}

@media (max-width: 540px) {
    .ddList00 li span {
        font-size: 1.4rem;
    }
    .ddList00 li a {
        width: 72%;
    }
    .zkpt_boxs li {
        width: 100%;
        margin-right: 0;
    }
    .zkpt_boxs li a img {
        margin-top: 10px;
        width: 47%;
    }
    .zkpt_boxs li a {
        padding-left: 16px;
    }
    .sld_self .infoBoxs .col-xs-12 {
        /* width: 100%; */
    }
    .sld_self .infoBoxs .col-md-17 {
        padding-left: 0;
    }
    .sld_self .infoBoxs .col-md-15 {
        padding-left: 0;
    }
    /* .teamTop_in .team_introduction p strong::after {
        width: 60%;
    } */
    .teamTop_in .team_introduction p {
        padding-right: 16px;
    }
    .teamTop_in .instiute_le p,
    .teamTop_in .instiute_ri p {
        margin-top: 0;
        height: 42px;
        line-height: 24px;
    }
    .instiute_le,
    .instiute_ri {
        padding-top: 14px;
    }
    .ind_hbox li a {
        padding-left: 90px;
        text-align: left;
    }
    .list_tit p {
        line-height: 26px;
    }
    .new_notice p {
        line-height: 30px;
        padding-right: 0;
        width: 94%;
    }
    .ddList00 li {
        margin-bottom: 0;
    }
    .new_notice .tit_ri {
        /* margin-bottom: 3%; */
        width: 94%;
    }
    .new_notice span {
        width: 24%;
    }
    .icons_box a img {
        width: 52%;
    }
    .service_ins li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 60px;
    }
    .icons_box p {
        line-height: 2.2rem;
        text-align: center;
        height: 40px;
        overflow: hidden;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -ms-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 2;
        font-size: 1.2rem;
    }
    .video_newtetx ul li {
        padding: 1.5% 3%;
    }
    .video_newtetx ul li span {
        width: 74px;
    }
    .video_newtetx ul li a {
        width: 67%;
    }
    .weix_box p {
        margin-left: 0;
    }
    .banner_texts span {
        width: 14%;
    }
    .banner_texts p {
        width: 82%;
    }
    .weix_box a {
        width: 80%;
        display: block;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 1.5%;
        background: #fff;
    }
    .weix_box p {
        border-left: 0;
    }
    .weix_pics {
        width: 16%;
        float: right;
    }
    .weix_pics img {
        width: 100%;
    }
    .marqueeWrap {
        display: none;
    }
    .itemPic_ins .col-md-6 {
        width: 50%;
        float: left;
    }
    /* .routeNav_top {
        position: relative;
        z-index: 999;
    } */
    .routeNav li,
    .routeNav li a {
        height: 22px;
        line-height: 20px;
    }
    .union_top .logo img {
        width: 100%;
    }
    .er_banner>img {
        min-height: 170px;
    }
    .mapItem_w dl dd {
        float: left;
        width: 100%;
    }
    .insTits h2 {
        font-size: 1.8rem;
        padding-bottom: 17px;
    }
    .survey_title h3 {
        font-size: 2.0rem;
    }
    .accordion .link {
        padding: 6px 20px 6px 24px;
    }
    .submenu a {
        padding: 1% 2% 1% 52px;
    }
    .list-title .menuNav {
        top: 16px;
    }
    .ddList00 {
        padding-top: 0;
        padding-bottom: 0;
    }
    /* .link_ins li{
        float: none;
        width:100%;
        margin: 1% auto;
    } */
    .link_ins li {
        width: 46%;
        /* padding: 1% 2%; */
        margin: 1% 2% 0;
        /* float: none;
        width:100%;
        margin: 1% auto; */
    }
    /* .link_ins li:last-child {
        margin: 1% auto;
    } */
    .footernavlist {
        width: 100%;
        margin: 1% auto;
    }
    /* .row {
        margin-left: -24px;
        margin-right: -24px;
    } */
    .footernavlist {
        padding: 1% 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-top: -22px;
    }
    .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        margin-left: 3px;
    }
    .toplog img {
        width: 56%;
        text-align: center;
    }
    .list_in strong b {
        display: block;
        font-size: 24px;
        font-size: 2.4rem;
        height: 25px;
    }
    .footer {
        padding: 5% 15px 30px;
        text-align: center;
    }
    .routeNav li a {
        padding-right: 24px;
    }
    /* .logo {
        width: 72%;
        float: left;
        text-align: center;
        padding-top: 13px;
        padding-left: 5%;
    } */
    #myTabs {
        width: 100%;
        margin: 0 auto;
    }
    .tab_more {
        position: absolute;
        top: 12px;
        left: 79%;
    }
    .banner_texts {
        padding: 10px 10px;
    }
    .tabMenu01 li a {
        font-size: 1.7rem;
        padding: 0 2px;
    }
}

@media (max-width: 540px) {
    .mode02 .tabMenu01 {
        margin-bottom: 10px;
    }
    .navLeft a.img3,
    .navLeft a.img2 {
        display: none;
    }
    .union_right {
        display: none;
    }
    /* .navLeft {
        width: 100%;
        margin-top: 0;
    } */
    .navLeft a.img2 img,
    .navLeft a.img1 img {
        width: 100%;
        margin: 0 auto;
    }
    .team_list_in ul li {
        width: 48.5%;
    }
    .fwzqbtn li {
        background-size: 17%;
        padding-left: 30px;
    }
    .weix_box p {
        padding-left: 8px;
        line-height: 2.6rem;
    }
    .banner_texts p {
        line-height: 2.8rem;
    }
    .list-title {
        font-size: 2.1rem;
    }
    .links_boxs li:nth-child(4) a {
        line-height: 20px;
        padding: 0 10px;
    }
    .tabMenu01 {
        width: 88%;
    }
    .union_top .logo {
        left: 0;
        width: 52%;
    }
    .sydw img {
        width: 40px;
    }
    .logo {
        width: 80%;
    }
    .item_Section h2 {
        margin: 5% auto;
    }
    .footer_bom .sydw {
        top: 3px;
        left: -26px;
    }
    .logo img {
        width: 100%;
        /* margin: 2% auto 0; */
    }
    /* .list-title{
        background: #09814c url(../images/icon/public_icon01.png) no-repeat 17px center;  
    } */
    .footer p span {
        display: block;
        margin-left: 0;
    }
    .special_main .ddList00 li.news_first img,
    .special_main .ddList00 li.news_first p {
        width: 100%;
    }
    .special_main .ddList00 li.news_first p {
        margin-top: 2%;
    }
    .carousel-caption a {
        font-size: 1.9rem;
        line-height: 2.9rem;
    }
    .carousel-caption {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .public_display {
        padding: 0;
    }
    .details h3 {
        font-size: 1.9rem;
        line-height: 3.0rem;
    }
    .articles_info .details-content p {
        margin-bottom: 0;
        width: 100%;
    }
    .articles_info .details-content p,
    .details p,
    .details-content p span {
        font-size: 16px !important;
        font-size: 1.6rem !important;
        font-family: "Arial Narrow" !important;
    }
    .articles_info .titles_ddList p {
        margin-bottom: 0;
        width: 70%;
        background: #fff url(../images/icon/bannergr_bg.png) no-repeat left 18px;
    }
    .routeNav img {
        display: inline-block;
        margin: 0 4px;
        width: 14px;
    }
}

@media (max-width: 320px) {
    .service_ins li {
        width: 100%;
        margin-right: 0;
    }
    /* .teamTop_in .team_introduction p strong::after {
        width: 52%;
    } */
    .banner_texts span {
        width: 18%;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer_bom p {
        width: 100%;
        margin: 0 auto;
    }
    .footer p {
        line-height: 26px;
    }
    .footer_bom .sydw {
        top: 3px;
        left: -8px;
    }
    /* .union_top .logo {
        left: 0;
        width: 64%;
    } */
    /* .logo img {
        width: 100%;
    } */
    .lmml_list li a span {
        float: none;
        display: block;
        text-align: right;
    }
    .tabMenu01 li {
        margin-right: 1%;
        width: 31%;
    }
    .footer {
        padding: 5% 4px;
    }
    .footer .footer-article-item {
        float: left;
        width: 100%;
    }
    .gz02 li {
        width: 100%;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 1330px;
    }
}