@charset "utf-8";
/* CSS 鼠标效果 */
@import url('xiaoguo.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    color: #666;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Noto Sans SC', "Source Han Sans CN", "PingFang SC", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, header, footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

input, textarea, select, button {
    outline: none;
    font-family: "Noto Sans SC", "Source Han Sans CN", "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

a {
    text-decoration: none;
    color: #666;
    transition: color 0.56s ease;
}

a:hover {
    color: #ca2b23;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both
}

.overflow {
    overflow-y: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


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

.wrap {
    width: 1520px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ovh {
    overflow: hidden;
}


::-webkit-scrollbar {
    width: 8px;
    padding-right: 8px;
    background-color: #f2f2f2; /*其他样式，比如圆角等*/
}

/*滑块样式*/
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6);
}

/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .6);
}

.indexBody::-webkit-scrollbar {
    width: 2px;
    background-color: #f2f2f2;
}

/*顶部*/
.header {
    padding: 0 65px;
    width: 100%;
    height: 120px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.header .logo {
    float: left;
    padding: 18px 0;
}

.header .headRight {
    float: right;
}

.header .nav {
    float: left;
}

.header .nav ul {
}

.header .nav ul li {
    line-height: 120px;
    position: relative;
    margin-left: 60px;
    float: left;
}

.header .nav ul li a {
    color: #000;
    display: block;
    position: relative;
    z-index: 11;
    transition: all .4s;
}

.header .nav ul li:before {
    content: "";
    width: 0;
    height: 3px;
    background: #009944;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translate(-50%, 0);
    transition: all .4s;
}

.header .nav ul li:hover a, .header .nav ul li.on a {
    color: #009944;
}

.header .nav ul li:hover:before, .header .nav ul li.on::before {
    width: 100%;
}

.header .nav ul li .subnav {
    width: 160px;
    position: absolute;
    left: 50%;
    top: 120px;
    margin-left: -80px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    display: none;
}

.header .nav ul li .subnav {
    background: #fff;
    padding: 15px 15px 20px;
    text-align: center;
}

.header .nav ul li .subnav a {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #6c717b;
    line-height: 36px;
    display: block;
    transition: all .4s;
}

.header .nav ul li .subnav a:hover {
    color: #009944;
}

.header .headLink {
    float: left;
    height: 26px;
    border-left: 1px solid #cfdae6;
    margin-top: 47px;
    margin-left: 30px;
}

.header .headLink a {
    float: left;
    margin-left: 24px;
}

.header .searchBtn {
    width: 26px;
    height: 26px;
    background: url(../images/icon04.png) no-repeat center;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}

.header .menu-toggle {
    display: none;
}

.indexBox {
    height: 100%;
    padding-top: 120px;
}

.swiper-container.page {
    width: 100%;
    height: 100%;
    position: relative;
}

.page .pagination {
    position: absolute;
    right: 20px;
    bottom: 50%;
    z-index: 111;
}

.page .pagination .swiper-pagination-switch {
    width: 15px;
    height: 15px;
    background: #ddd;
    margin: 8px 0;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}

.page .pagination .swiper-active-switch {
    background: #009944;
    opacity: 1;
}


/*首页bannner*/
.oneBanner {
    position: relative;
}

.oneBanner.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.oneBanner.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.oneBanner.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.oneBanner.swiper-container .swiper-slide a {
    display: block;
    width: 100%;
}

.oneBanner.swiper-container .swiper-slide img {
    width: 100%;
}

.oneBanner .onePagination {
    position: absolute;
    z-index: 111;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.oneBanner .swiper-pagination-switch {
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #fff;
    margin: 0 8px;
    border-radius: 10px;
    cursor: pointer;
}

.oneBanner .swiper-active-switch {
    background: #009944;
    opacity: 1;
}

.indexBox .swiper-slide, .indexFourBox {
    display: flex;
    width: 100%;
    height: calc(100% - 120px);
}

.indexBox .swiper-slide.indexFour {
    flex-wrap: wrap;
}

.indexBox .indexLeft {
    width: 360px;
    flex: 0 0 auto;
    position: relative;
}

.indexBox .indexLeft .tit {
    min-height: 510px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.indexBox .indexLeft .tit h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    writing-mode: vertical-lr;
}

.indexBox .indexLeft .tit h4 {
    font-size: 28px;
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
    writing-mode: vertical-lr;
}

.indexBox .indexLeft .more a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.6) url(../images/icon05.png) no-repeat right 24px center;
    border-radius: 40px;
    color: #009944;
    font-size: 14px;
    display: block;
    padding-left: 30px;
    margin: 0 auto;
    transition: all .4s;
}

.indexBox .indexLeft .more a:hover {
    background: rgba(255, 255, 255, 0.9) url(../images/icon05.png) no-repeat right 24px center;
}

.indexBox .indexRight {
    width: 100%;
    display: flex;
    align-items: center;
}

.indexBox .indexTwo .indexLeft {
    background: url(../images/indexLeftBg01.jpg) no-repeat center;
    background-size: cover;
}

.indexBox .indexTwo .indexLeft::after {
    content: "";
    width: 100%;
    height: 60px;
    background: url(../images/indexLeft01.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
}

.indexBox .indexTwo .indexRight {
    background: url(../images/indexRightBg01.jpg) no-repeat top;
    background-size: cover;
}

.indexBox .indexThree .indexLeft {
    background: url(../images/indexLeftBg02.jpg) no-repeat center;
    background-size: cover;
}

.indexBox .indexThree .indexLeft::after {
    content: "";
    width: 100%;
    height: 60px;
    background: url(../images/indexLeft02.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
}

.indexBox .indexFour .indexLeft {
    background: url(../images/indexLeftBg03.jpg) no-repeat center;
    background-size: cover;
}

.indexBox .indexFour .indexLeft::after {
    content: "";
    width: 100%;
    height: 60px;
    background: url(../images/indexLeft03.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
}

.indexBox .indexFour .indexLeft .tit {
    min-height: 390px;
}

.indexBox .indexFour .indexRight {
    background: url(../images/indexRightBg03.jpg) no-repeat top;
    background-size: cover;
}

.iabout {
    padding: 0 95px;
}

.iabout .tit {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 50px;
}

.iabout .tit h3 {
    font-size: 60px;
    color: rgba(0, 153, 68, 0.09);
    line-height: 1;
}

.iabout .tit h2 {
    font-size: 30px;
    color: #009944;
    font-weight: 900;
    line-height: 1;
    margin-top: -25px;
}

.iabout .tit::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #213043;
    position: absolute;
    left: 0;
    bottom: 0;
}

.iabout .box {
    display: flex;
}

.iabout .box .con {
    padding-right: 56px;
}

.iabout .box .con dl {
    font-size: 24px;
    color: #213043;
    font-weight: bold;
    margin-bottom: 25px;
}

.iabout .box .con .text {
    font-size: 14px;
    color: #8e959a;
    line-height: 2;
    margin-bottom: 60px;
}

.iabout .box .con .aboutLink {
    padding-top: 28px;
    border-top: 1px solid #b8b8b8;
    position: relative;
}

.iabout .box .con .aboutLink::before {
    content: "";
    width: 110px;
    height: 4px;
    background: #009944;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 11;
}

.iabout .box .con .aboutLink ul {
    overflow: hidden;
}

.iabout .box .con .aboutLink ul li {
    width: 20%;
    float: left;
}

.iabout .box .con .aboutLink ul li a {
    display: flex;
}

.iabout .box .con .aboutLink ul li dl {
    padding-left: 12px;
}

.iabout .box .con .aboutLink ul li dl h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
}

.iabout .box .con .aboutLink ul li dl dt {
    font-size: 12px;
    color: #abb0b2;
    font-weight: normal;
    text-transform: uppercase;
}

.iabout .box .con .aboutLink ul li a:hover h3 {
    color: #009944;
}

.iabout .box .pic {
    width: 542px;
    flex: 0 0 auto;
}

.achievement {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.achievement ul {
    height: 100%;
    overflow: hidden;
}

.achievement ul li {
    width: 16.66666%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    float: left;
}

.achievement ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 200px;
}

.achievement ul li ol {
    text-align: center;
}

.achievement ul li i {
    width: 130px;
    height: 130px;
    line-height: 120px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 130px;
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.achievement ul li i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: rgba(255, 255, 255, 0.5) solid 1px;
    border-radius: 100%;

}

.achievement ul li h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    writing-mode: vertical-lr;
    margin: 0 auto;
}

.achievement ul li.on {
    transition: all 0.5s linear;
    background: rgba(255, 255, 255, 0.3);
}

.achievement ul li.on ol i {
    background: #fff;
}

.achievement ul li.on ol i::after {
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: #009944 solid 8px;
}

.achievement ul li.on ol i img {
    filter: drop-shadow(#009944 0 200px);
    transform: translateY(-200px);
}

.achievement ul li.on ol h3 {
    color: #009944;
}

.inews {
    width: 100%;
    height: 100%;
    padding: 0 90px;
}

.inews ul {
    height: 100%;
}

.inews ul li {
    width: 25%;
    height: 100%;
    border-left: 1px solid #cccccc;
    float: left;
}

.inews ul li a {
    height: 100%;
    padding: 70px 34px;
    display: block;
}

.inews ul li .date-d {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    transition: all .4s;
}

.inews ul li .date-y-m {
    font-size: 16px;
    line-height: 1;
    color: #999;
    margin-bottom: 16px;
}

.inews ul li h3 {
    height: 52px;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 25px;
}

.inews ul li dl {
    padding-bottom: 78.571%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.inews ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.inews ul li dt {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 40px;
}

.inews ul li dd {
    line-height: 1;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    transition: all .4s;
}
.inews ul li a:hover { background: rgba(0,154, 69, .1);}

.inews ul li a:hover .date-d {
    color: #009a45;
}

.inews ul li a:hover dd {
    color: #009a45;
}

.neiBanner {
    margin-top: 120px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.neiBanner .bannerText {
    display: flex;
    align-items: center;
}

.neiBanner .bannerText ol {
    background: #00954d;
    padding: 24px 30px;
    margin-right: 25px;
    text-align: center;
    position: relative;
}

.neiBanner .bannerText ol h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    z-index: 11;
}

.neiBanner .bannerText ol dt {
    color: #b8d9c5;
    line-height: 1;
    position: relative;
    z-index: 11;
}

.neiBanner .bannerText ol::after {
    content: "";
    width: 2000px;
    height: 100%;
    background: #00954d;
    position: absolute;
    right: 0;
    top: 0;
}

.neiNav {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.neiNav ul {
    float: right;
}

.neiNav ul li {
    float: left;
    margin-left: 30px;
}

.neiNav ul li a {
    font-size: 18px;
    color: #000;
    line-height: 70px;
    padding: 0 30px;
    display: block;
    transition: all .4s;
}

.neiNav ul li.on a, .neiNav ul li a:hover {
    background: #00954d;
    color: #fff;
}

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

.title h2 {
    font-size: 36px;
    line-height: 1;
    color: #585858;
    position: relative;
    padding-bottom: 16px;
}

.title h2::after {
    content: "";
    width: 30px;
    height: 4px;
    background: #009944;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.about {
    padding: 45px 0 0;
    background: url(../images/aboutBg.jpg) no-repeat left bottom;
}

.about .box {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.about .box .text {
    padding-right: 40px;
    line-height: 36px;
}

.about .box .pic {
    flex: 0 0 auto;
}

.zizhi {
    padding: 60px 0 90px;
    background: url(../images/zizhiBg.jpg) no-repeat center;
    background-size: cover;
}

.zizhi .box {
    padding: 20px 0;
}

.zizhi .box ul {
    margin: 0 -24px;
}

.zizhi .box ul li {
    width: 25%;
    padding: 0 24px;
    margin-bottom: 36px;
    float: left;
}

.zizhi .box ul li dl {
    background: #fff;
    font-size: 18px;
    color: #000;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.honor {
    padding: 60px 0 90px;
}

.honor .box ul {
    margin: 0 -15px;
}

.honor .box ul li {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
    float: left;
}

.honor .box ul li dl {
    padding-bottom: 66.785%;
    position: relative;
    overflow: hidden;
}

.honor .box ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.honor .box ul li h3 {
    height: 72px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.jishu {
    padding: 60px 0 90px;
}

.jishu .item {
    display: flex;
    margin-bottom: 15px;
}

.jishu .item .pic, .jishu .item .con {
    width: 50%;
    flex: 0 0 auto;
}

.jishu .item .pic {
    padding-right: 10px;
}

.jishu .item .con {
    width: calc(50% - 10px);
    background: #f2f2f2;
    padding: 38px;
    margin-left: 10px;
}

.jishu .item .con .tit {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    border-bottom: #d0d0d0 solid 1px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.jishu .item .con .tit b {
    font-size: 48px;
    color: #d7d7d7;
    line-height: 1;
    margin-right: 5px;
}

.jishu .item .con .text {
    line-height: 30px;
}

.jishu .item:nth-child(even) {
    flex-direction: row-reverse;
}

.jishu .item:nth-child(even) .pic {
    padding-left: 10px;
    padding-right: 0;
}

.jishu .item:nth-child(even) .con {
    margin-left: 0;
    margin-right: 10px;
}

.organization {
    padding: 60px 0 90px;
}

.organization .box {
    text-align: center;
}

.video {
    padding: 60px 0 90px;
    background: url(../images/videoBg.jpg) no-repeat center;
    background-size: cover;
}

.video .box {
    text-align: center;
    background: url(../images/video.png) no-repeat center bottom;
    padding-bottom: 90px;
}

.video .box video {
    width: 1000px;
}

.project {
    padding: 60px 0 90px;
}

.project .box ul {
    margin: 0 -13px;
}

.project .box ul li {
    width: 33.33333%;
    padding: 0 13px;
    margin-bottom: 30px;
    float: left;
}

.project .box ul li a {
    border: #eeeeee solid 1px;
    padding: 15px;
    display: block;
}

.project .box ul li a dl {
    padding-bottom: 65.217%;
    position: relative;
    overflow: hidden;
}

.project .box ul li a dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.project .box ul li a h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: #cccccc solid 1px;
    padding-bottom: 16px;
    margin-top: 20px;
}

.project .box ul li a dt {
    height: 90px;
    font-size: 16px;
    color: #8d8d8d;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
}

.project .box ul li a:hover{background: rgba(0,154, 69, .1);}

.news {
    padding: 60px 0 90px;
}

.news .box ul {
    margin: 0 -27px;
}

.news .box ul li {
    width: 25%;
    padding: 0 27px;
    margin-bottom: 40px;
    float: left;
}

.news .box ul li a {
    border: #eee solid 1px;
    padding: 14px;
    display: block;
}

.news .box ul li dl {
    padding-bottom: 78.7096%;
    position: relative;
    overflow: hidden;
}

.news .box ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.news .box ul li h3 {
    height: 52px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 16px 0;
}

.news .box ul li ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .box ul li ol dd {
    width: 80px;
    height: 40px;
    line-height: 36px;
    color: #8d8d8d;
    text-align: center;
    border: #eee solid 1px;
    transition: all .4s;
}

.news .box ul li ol dt {
    color: #8d8d8d;
}

.news .box ul li a:hover ol dd {
    background: #009944;
    color: #fff;
}

.newsView {
    background: #e8eaee;
    padding: 55px 0 60px;
}

.newsView .box {
    background: #fff;
    box-shadow: 10px 10px 0 #ddd;
    margin-bottom: 10px;
}

.newsView .box .newsHead {
    padding: 50px 70px 30px;
    position: relative;
}

.newsView .box .newsHead::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #009944;
    position: absolute;
    left: 70px;
    bottom: -2px;
}

.newsView .box .newsHead h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}

.newsView .box .newsHead span {
    color: #999;
    margin-right: 30px;
}

.newsView .box .viewCon {
    padding: 50px 70px 70px;
    line-height: 2;
}

.newsView .box .viewPage {
    border-top: #eaeaea solid 2px;
    padding: 30px 70px;
    overflow: hidden;
    position: relative;
}

.newsView .box .viewPage .boxCon {
    padding-right: 200px;
}

.newsView .box .viewPage .boxCon a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsView .box .viewPage .boxCon b {
    color: #009944;
}

.newsView .box .viewPage .boxCon a:hover {
    color: #009944;
}

.newsView .box .viewPage .back {
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 40px;
    background: #009944;
    position: absolute;
    right: 70px;
    top: 35px;
}

.newsView .box .viewPage .back a {
    color: #fff;
    display: block;
}

/* 工作岗位 */
.job {
    background: #f4f4f4;
    padding: 60px 0 60px;
}

.job .biaoti {
    overflow: hidden;
    background: #00954d;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 5px;
}

.job .biaoti dd {
    width: 20%;
    padding: 0 28px;
    float: left;
}

.job .biaoti dd:nth-child(1) {
    width: 25%;
}

.job .biaoti dd:nth-child(5) {
    width: 15%;
    text-align: right;
}

.job ul {
    margin-bottom: 10px;
    background: #fff;
}

.job ul.focus dl {
    display: block;
}

.job ul li {
    line-height: 60px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    cursor: pointer;
}

.job ul li ol {
    width: 20%;
    padding: 0 28px;
    float: left;
    line-height: 60px;
    font-weight: normal;
}

.job ul li ol:nth-child(1) {
    width: 25%;
}

.job ul li ol:nth-child(5) {
    width: 15%;
    text-align: right;
}

.job ul li ol.more {
    background: url(../images/icon22.png) no-repeat right 28px center;
    padding-right: 50px;
}

.job ul dl {
    margin-bottom: 10px;
    padding: 28px;
    line-height: 1.8;
    overflow: hidden;
    border-top: #f5f3f3 solid 1px;
    display: none;
}

.job ul dl dt {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

.job ul dl .jobView {
    width: 100%;
    color: #999;
    margin-bottom: 20px;
}

.staff {
    padding: 60px 0 90px;
}

.staff .text {
    line-height: 2;
}

.spirit {
    padding: 60px 0 90px;
}

.spirit .box ul {
    margin: 0 -5px;
}

.spirit .box ul li {
    width: 25%;
    padding: 5px;
    float: left;
}

.spirit .box ul li .item {
    position: relative;
}

.spirit .box ul li .item dl {
    overflow: hidden;
}

.spirit .box ul li .item ol {
    width: 100%;
    height: 100%;
    padding: 40px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.spirit .box ul li .item ol .tit {
    width: 100%;
    padding-left: 20px;
}

.spirit .box ul li .item ol .tit h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}

.spirit .box ul li .item ol .tit h3::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.spirit .box ul li .item ol .tit dt {
    font-size: 14px;
    color: #fff;
}

.party {
    padding: 60px 0 90px;
}

.party .box {
}

.party .box ul {
    margin: 0 -30px;
}

.party .box ul li {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 40px;
    float: left;
}

.party .box ul li a {
    padding: 33px 22px;
    background: #f7f7f7;
    display: flex;
}

.party .box ul li .pic {
    width: 200px;
    flex: 0 0 auto;
}

.party .box ul li .pic dl {
    padding-bottom: 79%;
    position: relative;
    overflow: hidden;
}

.party .box ul li .pic dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.party .box ul li ol {
    padding-left: 20px;
}

.party .box ul li ol h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 25px;
}

.party .box ul li ol dt {
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 25px;
}

.party .box ul li ol dd {
    color: #888;
}

.contact {
    padding: 60px 0 90px;
}

.contact .box {
    display: flex;
}

.contact .box .con {
    width: 570px;
    padding-right: 58px;
    flex: 0 0 auto;
}

.contact .box .con .tit {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.contact .box .con dt {
    margin-bottom: 40px;
}

.contact .box .con ul li {
    padding: 25px 26px;
    background: #f6f6f6;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.contact .box .con ul li::before {
    content: "";
    width: 6px;
    height: 40px;
    background: #009944;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.contact .box .con ul li span {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px;
}

#map {
    width: 100%;
}

.footer {
    width: 100%;
    position: relative;
    background: #162131;
    display: flex;
    padding: 10px 0;
}

.footer .fmain {
    width: 100%;
}

.footer .fmain .fnav {
    padding: 18px 60px;
}

.footer .fmain .fnav ul {
    overflow: hidden;
}

.footer .fmain .fnav ul li {
    width: 25%;
    font-size: 18px;
    color: #fff;
    float: left;
}

.footer .fmain .fnav ul li span {
    font-size: 14px;
    color: #767c80;
}

.footer .fmain .copyright {
    color: #8b9194;
    text-align: center;
}

.footer .fmain .copyright span{ font-family:"华文行楷",serif;}

.footer .fmain .copyright a {
    color: #8b9194;
}

.footer .ewm {
    width: 237px;
    font-size: 14px;
    flex: 0 0 auto;
    display: flex;
}

.footer .ewm img {
    margin-right: 13px;
}

.footer .ewm ol {
    background: url(../images/icon21.png) no-repeat center 10px;
    padding-top: 55px;
}

/*===/分页=============================*/
.fenye {
    text-align: center;
    font-size: 15px;
    width: 100%;
    height: 40px;
    margin: 10px 0 0;
}

.fenye .prev, .fenye .next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    font-family: "宋体", sans-serif;
    font-size: 17px;
    background: #fff;
    border: #EBEBEB solid 1px;
    border-radius: 6px;
}

.fenye a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    background: #fff;
    border: #EBEBEB solid 1px;
    border-radius: 6px;
}

.fenye a:hover {
    color: #fff;
    background: #009944;
    border: #009944 solid 1px;
}

.fenye a.current {
    color: #fff;
    background: #009944;
    margin-right: 5px;
    border: #009944 solid 1px;
}

/*搜索框*/
.search-dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.search-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.search-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 680px;
    padding: 20px 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .33);
    border-radius: 50px;
}

.search-dialog input[type=text] {
    float: left;
    width: 86%;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #999;
    background-color: #fff;
    border-radius: 0;
}

.search-dialog input[type=submit] {
    float: right;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
    background-image: url(../images/search-btn.png);
    background-color: transparent;
    cursor: pointer;
}

/* 弹出框 */
.tccBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.tccBox .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.tccBox .BoxCon {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 696px;
    padding: 20px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #999;
}

.tccBox .BoxCon .off {
    width: 29px;
    height: 29px;
    background: url(../images/off.png) no-repeat center;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.tccBox .BoxCon .tccTit {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tccBox .BoxCon ul video {
    background: #000;
    width: 100%;
    height: 370px;
}

.tccBox .box {
    max-width: 1000px;
    max-height: 1000px;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    padding: 10px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .33);
}

.tccBox .box .picBox .txt {
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tccBox .box .picBox .txt ol {
    background: rgba(8, 36, 87, 0.8);
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    padding: 18px 80px 18px 18px;
}

.tccBox .box .offBtn {
    width: 30px;
    height: 30px;
    background: #fff url(../images/off.png) no-repeat center;
    background-size: 14px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 11;
    cursor: pointer;
}

/* 底部漂浮 */
.global_bottom_box {
    display: none;
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {

}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .wrap {
        width: 1380px;
    }

    .header {
        padding: 0 30px;
    }

    .header .nav ul li {
        margin-left: 40px;
    }

    .indexBox .indexLeft .tit {
        min-height: 440px;
        margin-top: 60px;
    }

    .indexBox .indexLeft .tit h3 {
        font-size: 25px;
    }

    .indexBox .indexLeft .tit h4 {
        font-size: 23px;
    }

    .indexBox .indexFour .indexLeft .tit {
        min-height: 330px;
    }

    .iabout {
        padding: 0 50px;
    }

    .iabout .tit {
        margin-bottom: 30px;
    }

    .iabout .tit h3 {
        font-size: 48px;
    }

    .iabout .tit h2 {
        font-size: 25px;
        margin-top: -15px;
    }

    .iabout .box .con {
        padding-right: 30px;
    }

    .iabout .box .con dl {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .iabout .box .con .text {
        margin-bottom: 30px;
    }

    .iabout .box .con .aboutLink ul li ol {
        width: 15px;
        flex: 0 0 auto;
    }

    .iabout .box .con .aboutLink ul li dl {
        padding-left: 5px;
    }

    .iabout .box .con .aboutLink ul li dl h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .iabout .box .pic {
        width: 400px;
    }

    .achievement ul li i {
        width: 100px;
        height: 100px;
        line-height: 90px;
    }

    .achievement ul li i img {
        width: 30px;
    }

    .achievement ul li h3 {
        font-size: 22px;
    }

    .inews {
        padding: 0 50px;
    }

    .inews ul li .date-d {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .inews ul li .date-y-m {
        font-size: 14px;
    }

    .inews ul li h3 {
        height: 40px;
        line-height: 20px;
        font-size: 16px;
    }

    .inews ul li dl {
        margin-bottom: 20px;
    }

    .inews ul li dt {
        margin-bottom: 25px;
    }

    .neiBanner {
        height: 310px;
    }

    .neiBanner .bannerText ol h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .neiBanner .bannerText ol dt {
        font-size: 13px;
    }

    .neiBanner .bannerText dl img {
        height: 50px;
    }

    .neiNav ul li {
        margin-left: 10px;
    }

    .neiNav ul li a {
        font-size: 16px;
        line-height: 60px;
    }

    .title {
        margin-bottom: 25px;
    }

    .title h2 {
        font-size: 28px;
    }

    .about .box .text {
        line-height: 2;
    }

    .about .box .pic {
        width: 420px;
    }

    .zizhi .box ul {
        margin: 0 -15px;
    }

    .zizhi .box ul li {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .zizhi .box ul li dl {
        font-size: 16px;
    }

    .honor .box ul li h3 {
        height: 60px;
        line-height: 20px;
        font-size: 15px;
    }

    .jishu .item .con .tit {
        font-size: 22px;
    }

    .jishu .item .con .tit b {
        font-size: 38px;
    }

    .project .box ul li a h3 {
        font-size: 20px;
    }

    .project .box ul li a dt {
        font-size: 15px;
    }

    .news .box ul li h3 {
        font-size: 16px;
    }

    .news .box ul li ol dd {
        font-size: 15px;
        height: 32px;
        line-height: 30px;
    }

    .news .box ul li ol dt {
        font-size: 15px;
    }

    .newsView .box .newsHead h1 {
        font-size: 28px;
    }

    .spirit .box ul li .item ol .tit h3 {
        font-size: 20px;
    }

    .party .box ul {
        margin: 0 -15px;
    }

    .party .box ul li {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .party .box ul li a {
        padding: 20px;
    }

    .party .box ul li .pic {
        width: 160px;
    }

    .party .box ul li ol h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .party .box ul li ol dt {
        margin-bottom: 20px;
    }


    .footer .fmain .fnav {
        padding: 20px 50px 12px;
    }

    .footer .fmain .fnav ul li {
        font-size: 15px;
    }

    .footer .fmain .copyright {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .wrap {
        width: 1226px;
    }

    .header {
        height: 80px;
        padding: 0 30px;
    }

    .header .logo {
        height: 80px;
        padding: 13px 0;
    }

    .header .nav ul li {
        margin-left: 38px;
        line-height: 80px;
    }

    .header .nav ul li .subnav {
        top: 80px;
    }

    .header .headLink {
        margin-top: 27px;
    }

    .indexBox {
        padding-top: 80px;
    }

    .oneBanner .swiper-pagination-switch {
        width: 40px;
    }

    .indexBox .indexLeft {
        width: 230px;
    }

    .indexBox .indexLeft .tit {
        min-height: 370px;
        margin-top: 60px;
    }

    .indexBox .indexLeft .tit h3 {
        font-size: 22px;
    }

    .indexBox .indexLeft .tit h4 {
        font-size: 20px;
    }

    .indexBox .indexTwo .indexLeft::after, .indexBox .indexThree .indexLeft::after, .indexBox .indexFour .indexLeft::after {
        height: 40px;
        background-size: contain;
    }

    .indexBox .indexFour .indexLeft .tit {
        min-height: 250px;
    }

    .iabout {
        padding: 0 50px;
    }

    .iabout .tit {
        margin-bottom: 30px;
    }

    .iabout .tit h3 {
        font-size: 48px;
    }

    .iabout .tit h2 {
        font-size: 25px;
        margin-top: -15px;
    }

    .iabout .box .con {
        padding-right: 30px;
    }

    .iabout .box .con dl {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .iabout .box .con .text {
        margin-bottom: 30px;
    }

    .iabout .box .con .aboutLink ul li ol {
        width: 15px;
        flex: 0 0 auto;
    }

    .iabout .box .con .aboutLink ul li dl {
        padding-left: 5px;
    }

    .iabout .box .con .aboutLink ul li dl h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .iabout .box .pic {
        width: 400px;
    }

    .achievement ul li i {
        width: 100px;
        height: 100px;
        line-height: 90px;
    }

    .achievement ul li i img {
        width: 30px;
    }

    .achievement ul li h3 {
        font-size: 22px;
    }

    .inews {
        padding: 0 50px;
    }

    .inews ul li a {
        padding: 40px 34px;
    }

    .inews ul li .date-d {
        font-size: 35px;
        margin-bottom: 8px;
    }

    .inews ul li .date-y-m {
        font-size: 14px;
    }

    .inews ul li h3 {
        height: 40px;
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .inews ul li dl {
        margin-bottom: 12px;
    }

    .inews ul li dt {
        margin-bottom: 20px;
    }

    .neiBanner {
        height: 310px;
        margin-top: 80px;
    }

    .neiBanner .bannerText ol h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .neiBanner .bannerText ol dt {
        font-size: 13px;
    }

    .neiBanner .bannerText dl img {
        height: 50px;
    }

    .neiNav ul li {
        margin-left: 10px;
    }

    .neiNav ul li a {
        font-size: 16px;
        line-height: 60px;
    }

    .title {
        margin-bottom: 25px;
    }

    .title h2 {
        font-size: 28px;
    }

    .about .box .text {
        line-height: 2;
    }

    .about .box .pic {
        width: 420px;
    }

    .zizhi .box ul {
        margin: 0 -15px;
    }

    .zizhi .box ul li {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .zizhi .box ul li dl {
        font-size: 16px;
    }

    .honor .box ul li h3 {
        height: 60px;
        line-height: 20px;
        font-size: 15px;
    }

    .jishu .item .con .tit {
        font-size: 22px;
    }

    .jishu .item .con .tit b {
        font-size: 38px;
    }

    .project .box ul li a h3 {
        font-size: 18px;
    }

    .project .box ul li a dt {
        height: 75px;
        font-size: 15px;
        line-height: 25px;
    }

    .news .box ul {
        margin: 0 -15px;
    }

    .news .box ul li {
        padding: 0 15px;
    }

    .news .box ul li h3 {
        height: 44px;
        line-height: 22px;
        font-size: 15px;
    }

    .news .box ul li ol dd {
        font-size: 15px;
        height: 32px;
        line-height: 30px;
    }

    .news .box ul li ol dt {
        font-size: 15px;
    }

    .newsView .box .newsHead h1 {
        font-size: 28px;
    }

    .spirit .box ul li .item ol .tit h3 {
        font-size: 20px;
    }

    .party .box ul {
        margin: 0 -15px;
    }

    .party .box ul li {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .party .box ul li a {
        padding: 20px;
    }

    .party .box ul li .pic {
        width: 160px;
    }

    .party .box ul li ol h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .party .box ul li ol dt {
        margin-bottom: 20px;
    }


    .footer .fmain .fnav {
        padding: 20px 50px 12px;
    }

    .footer .fmain .fnav ul li {
        font-size: 13px;
    }

    .footer .fmain .copyright {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1279px) {
    body {
        font-size: 15px;
    }

    .wrap {
        width: 990px;
    }

    .w1200 {
        width: 990px;
    }

    .header {
        height: 60px;
        padding: 0 20px;
    }

    .header .logo {
        height: 60px;
        padding: 13px 0;
    }

    .header .nav ul li {
        margin-left: 25px;
        line-height: 60px;
    }

    .header .nav ul li .subnav {
        top: 60px;
    }

    .header .headLink {
        margin-top: 18px;
    }

    .indexBox {
        padding-top: 60px;
    }

    .oneBanner .swiper-pagination-switch {
        width: 40px;
    }

    .indexBox .indexLeft {
        width: 230px;
    }

    .indexBox .indexLeft .tit {
        min-height: 370px;
        margin-top: 60px;
    }

    .indexBox .indexLeft .tit h3 {
        font-size: 22px;
    }

    .indexBox .indexLeft .tit h4 {
        font-size: 20px;
    }

    .indexBox .indexTwo .indexLeft::after, .indexBox .indexThree .indexLeft::after, .indexBox .indexFour .indexLeft::after {
        height: 40px;
        background-size: contain;
    }

    .iabout {
        padding: 0 50px;
    }

    .iabout .tit {
        margin-bottom: 30px;
    }

    .iabout .tit h3 {
        font-size: 38px;
    }

    .iabout .tit h2 {
        font-size: 22px;
        margin-top: -15px;
    }

    .iabout .box .con {
        padding-right: 30px;
    }

    .iabout .box .con dl {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .iabout .box .con .text {
        margin-bottom: 30px;
    }

    .iabout .box .con .aboutLink ul li {
        width: 33.3333%;
    }

    .iabout .box .con .aboutLink ul li ol {
        width: 15px;
        flex: 0 0 auto;
    }

    .iabout .box .con .aboutLink ul li dl {
        padding-left: 5px;
    }

    .iabout .box .con .aboutLink ul li dl h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .iabout .box .pic {
        width: 310px;
    }

    .achievement ul li i {
        width: 100px;
        height: 100px;
        line-height: 90px;
    }

    .achievement ul li i img {
        width: 30px;
    }

    .achievement ul li h3 {
        font-size: 22px;
    }

    .inews {
        padding: 0 40px 0 0;
    }

    .inews ul li a {
        padding: 100px 20px;
    }

    .inews ul li .date-d {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .inews ul li .date-y-m {
        font-size: 14px;
    }

    .inews ul li h3 {
        height: 40px;
        line-height: 20px;
        font-size: 16px;
    }

    .inews ul li dl {
        margin-bottom: 20px;
    }

    .inews ul li dt {
        margin-bottom: 25px;
    }

    .neiBanner {
        height: 260px;
        margin-top: 60px;
    }

    .neiBanner .bannerText ol {
        padding: 15px 30px;
    }

    .neiBanner .bannerText ol h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .neiBanner .bannerText ol dt {
        font-size: 13px;
    }

    .neiBanner .bannerText dl img {
        height: 40px;
    }

    .neiNav ul li {
        margin-left: 8px;
    }

    .neiNav ul li a {
        font-size: 15px;
        line-height: 50px;
        padding: 0 20px;
    }

    .title {
        margin-bottom: 20px;
    }

    .title h2 {
        font-size: 24px;
    }

    .about {
        padding: 45px 0 50px;
    }

    .about .box {
        margin-top: 0;
    }

    .about .box .text {
        line-height: 2;
    }

    .about .box .pic {
        width: 420px;
    }

    .zizhi {
        padding: 50px 0 60px;
    }

    .zizhi .box ul {
        margin: 0 -10px;
    }

    .zizhi .box ul li {
        width: 33.33%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .zizhi .box ul li dl {
        font-size: 15px;
    }

    .honor {
        padding: 50px 0 60px;
    }

    .honor .box ul li h3 {
        height: 60px;
        line-height: 20px;
        font-size: 15px;
        overflow: hidden;
    }

    .jishu {
        padding: 50px 0 60px;
    }

    .jishu .item .con {
        padding: 30px;
    }

    .jishu .item .con .tit {
        font-size: 20px;
    }

    .jishu .item .con .tit b {
        font-size: 30px;
    }

    .jishu .item .con .text {
        font-size: 15px;
        line-height: 1.8;
    }

    .organization {
        padding: 50px 0 60px;
    }

    .video {
        padding: 50px 0 60px;
    }

    .video .box {
        padding: 0 50px 80px;
    }

    .video .box video {
        width: 100%;
    }

    .project {
        padding: 50px 0 60px;
    }

    .project .box ul li a h3 {
        font-size: 16px;
    }

    .project .box ul li a dt {
        height: 75px;
        font-size: 15px;
        line-height: 25px;
    }

    .news {
        padding: 50px 0 60px;
    }

    .news .box ul {
        margin: 0 -10px;
    }

    .news .box ul li {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .news .box ul li h3 {
        height: 44px;
        line-height: 22px;
        font-size: 15px;
    }

    .news .box ul li ol dd {
        font-size: 15px;
        height: 32px;
        line-height: 30px;
    }

    .news .box ul li ol dt {
        font-size: 15px;
    }

    .newsView .box .newsHead h1 {
        font-size: 28px;
    }

    .job {
        padding: 50px 0 60px;
    }

    .spirit {
        padding: 50px 0 60px;
    }

    .spirit .box ul li .item ol {
        padding: 25px;
    }

    .spirit .box ul li .item ol .tit h3 {
        font-size: 17px;
    }

    .party {
        padding: 50px 0 60px;
    }

    .party .box ul {
        margin: 0 -15px;
    }

    .party .box ul li {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .party .box ul li a {
        padding: 20px;
    }

    .party .box ul li .pic {
        width: 160px;
    }

    .party .box ul li ol h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .party .box ul li ol dt {
        margin-bottom: 20px;
    }

    .contact {
        padding: 50px 0 60px;
    }

    .contact .box .con {
        padding-right: 30px;
    }

    .contact .box .con .tit {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .contact .box .con dt {
        margin-bottom: 25px;
    }

    .contact .box .con ul li span {
        font-size: 16px;
    }

    .contact .box .con ul li {
        padding: 18px 26px;
    }

    .footer .fmain .fnav {
        padding: 10px 30px 12px;
    }

    .footer .fmain .fnav ul li {
        width: 50%;
        font-size: 12px;
        margin: 3px 0;
    }

    .footer .fmain .fnav ul li img {
        height: 15px;
    }

    .footer .fmain .fnav ul li span {
        font-size: 12px;
    }

    .footer .fmain .copyright {
        font-size: 12px;
    }

}

@media screen and (max-width: 999px) {
    body {
        padding-top: 60px;
        font-size: 15px;
    }

    .wrap {
        width: 100%;
        padding: 0 15px;
    }

    .w1200 {
        width: 100%;
        padding: 0 15px;
    }

    .header {
        width: 100%;
        height: 60px;
        padding: 0 15px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }

    .header .logo {
        height: 60px;
        padding: 10px 0;
    }

    .header .headRight {
        float: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        border-top: #eee solid 1px;
        background: #fff;
        display: none;
    }

    .header .nav {
        width: 100%;
    }

    .header .nav ul {
        margin: 0;
    }

    .header .nav ul li {
        float: none;
        line-height: 46px;
        border-bottom: #eee solid 1px;
        margin: 0;
    }

    .header .nav ul li a {
        padding-left: 15px;
    }

    .header .nav ul li .subnav {
        width: 100%;
        background: #efefef;
        text-align: left;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0;
    }

    .header .nav ul li .subnav a {
        padding-left: 0;
    }

    .header .headLink {
        border-left: none;
        margin-top: 20px;
        margin-left: 0;
    }

    .header .menu-toggle {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999;
        display: block;
    }

    .header .menu-toggle span {
        width: 35px;
        height: 2px;
        background: #333;
        display: block;
        position: relative;
        opacity: 1;
        transition: all 300ms;
        margin: 30px 0 0 12px;
    }

    .header .menu-toggle span:before {
        content: "";
        width: 35px;
        height: 2px;
        background: #333;
        display: block;
        position: absolute;
        left: 0;
        top: -10px;
        transition: all 300ms;
    }

    .header .menu-toggle span:after {
        content: "";
        width: 35px;
        height: 2px;
        background: #333;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        transition: all 300ms;
    }

    .header .menu-toggle.cur span {
        background-color: transparent;
    }

    .header .menu-toggle.cur span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .header .menu-toggle.cur span:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .indexBox {
        height: 100%;
        padding-top: 0;
    }

    .swiper-container.page {
        width: 100%;
        height: 100%;
        overflow: inherit;
    }

    .page .pagination {
        position: absolute;
        right: 20px;
        bottom: 50%;
        z-index: 111;
    }

    .page .pagination .swiper-pagination-switch {
        width: 15px;
        height: 15px;
        background: #ddd;
        margin: 8px 0;
        border-radius: 10px;
        display: block;
        cursor: pointer;
    }

    .page .pagination .swiper-active-switch {
        background: #009944;
        opacity: 1;
    }


    /*首页bannner*/
    .oneBanner {
        position: relative;
    }

    .oneBanner.swiper-container {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .oneBanner.swiper-container .swiper-slide {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }

    .oneBanner.swiper-container .swiper-slide a {
        display: block;
        width: 100%;
    }

    .oneBanner.swiper-container .swiper-slide img {
        width: 100%;
    }

    .oneBanner .onePagination {
        position: absolute;
        z-index: 111;
        bottom: 20px;
        width: 100%;
        text-align: center;

    }

    .oneBanner .swiper-pagination-switch {
        display: inline-block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin: 0 3px;
        border-radius: 10px;
        cursor: pointer;
    }

    .oneBanner .swiper-active-switch {
        background: #009944;
        opacity: 1;
    }

    .indexBox .swiper-slide {
        display: block;
        width: 100%;
    }

    .indexFourBox{ display: block;}
    .indexBox .indexLeft{ width: 100%; flex: 0 0 auto; position: relative; padding: 30px 0 30px;}
    .indexBox .indexLeft::after{display: none !important;}
    .indexBox .indexLeft .tit{ min-height: inherit !important; margin-top: 0; margin-bottom: 20px; display: block; text-align: center;}
    .indexBox .indexLeft .tit h3{ font-size: 22px; writing-mode:inherit;}
    .indexBox .indexLeft .tit h4{ font-size: 14px; writing-mode:inherit;}
    .indexBox .indexLeft .more a{ width: 100px; height: 32px; line-height: 32px; background: rgba(255,255,255,0.6) url(../images/icon05.png) no-repeat right 15px center; background-size: 15px auto; font-size: 12px;  padding-left: 15px; }
    .indexBox .indexLeft .more a:hover{background: rgba(255,255,255,0.9) url(../images/icon05.png) no-repeat right 15px center;}

    .indexBox .indexFour .indexRight {
        background: url(../images/indexRightBg03.jpg) no-repeat top;
        background-size: cover;
    }

    .iabout {
        padding: 30px 20px 40px;
    }

    .iabout .tit {
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 20px;
        text-align: center;
    }

    .iabout .tit h3 {
        font-size: 40px;
    }

    .iabout .tit h2 {
        font-size: 20px;
        margin-top: -15px;
    }

    .iabout .tit::after {
        content: "";
        width: 40px;
        height: 2px;
        left: 50%;
        margin-left: -20px;
    }

    .iabout .box {
        display: block;
    }

    .iabout .box .con {
        padding-right: 0;
    }

    .iabout .box .con dl {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }

    .iabout .box .con .text {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .iabout .box .con .aboutLink {
        padding-top: 28px;
    }

    .iabout .box .con .aboutLink ul {
        overflow: hidden;
    }

    .iabout .box .con .aboutLink ul li {
        width: 33.33%;
        float: left;
    }

    .iabout .box .con .aboutLink ul li ol {
        width: 22px;
    }

    .iabout .box .con .aboutLink ul li dl {
        padding-left: 12px;
    }

    .iabout .box .con .aboutLink ul li dl h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .iabout .box .con .aboutLink ul li dl dt {
        font-size: 12px;
    }

    .iabout .box .pic {
        width: 100%;
        flex: 0 0 auto;
    }

    .achievement {
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .achievement ul {
        height: 100%;
        overflow: hidden;
    }

    .achievement ul li {
        width: 100%;
        height: 100%;
        border-left: none;
        float: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.8s linear;
    }

    .achievement ul li a {
        height: 100%;
        display: flex;
        justify-content: center;
        padding: 35px;
    }

    .achievement ul li ol {
        text-align: center;
    }

    .achievement ul li i {
        width: 60px;
        height: 60px;
        line-height: 50px;
        margin: 0 auto 10px;
        position: relative;
    }

    .achievement ul li i img {
        width: 20px;
    }

    .achievement ul li h3 {
        font-size: 17px;
        writing-mode: inherit;
        margin: 0 auto;
    }

    .inews {
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }

    .inews ul {
        height: 100%;
    }

    .inews ul li {
        width: 50%;
        height: 100%;
        border-left: none;
        float: left;
    }

    .inews ul li a {
        height: 100%;
        padding: 20px 10px;
        display: block;
    }

    .inews ul li .date-d {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .inews ul li .date-y-m {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .inews ul li h3 {
        height: 40px;
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .inews ul li dl {
        margin-bottom: 10px;
    }

    .inews ul li dt {
        height: 60px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .inews ul li dd {
        font-size: 12px;
    }

    .neiBanner {
        margin-top: 0;
        height: 150px;
    }

    .neiBanner .bannerText {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .neiBanner .bannerText ol {
        padding: 10px 20px;
        margin-right: 0;
        text-align: center;
        position: relative;
    }

    .neiBanner .bannerText ol h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .neiBanner .bannerText ol dt {
        font-size: 12px;
    }

    .neiBanner .bannerText ol::after {
        display: none;
    }

    .neiBanner .bannerText dl {
        height: 50px;
        padding: 10px;
    }

    .neiNav {
        box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        text-align: center;
    }

    .neiNav ul {
        float: none;
    }

    .neiNav ul li {
        margin-left: 0;
        float: none;
        display: inline-block;
    }

    .neiNav ul li a {
        font-size: 15px;
        line-height: 42px;
        padding: 0 15px;
    }

    .title {
        margin-bottom: 22px;
    }

    .title h2 {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .title h2::after {
        content: "";
        width: 20px;
        height: 2px;
    }

    .about {
        padding: 35px 0 0;
        background: none;
    }

    .about .box {
        display: block;
        align-items: center;
        margin-top: 0;
    }

    .about .box .text {
        padding: 0;
        line-height: 1.8;
    }

    .about .box .pic {
        flex: 0 0 auto;
        height: 300px;
        text-align: center;
    }

    .zizhi {
        padding: 35px 0 40px;
        background: url(../images/zizhiBg.jpg) no-repeat center;
        background-size: cover;
    }

    .zizhi .box {
        padding: 0;
    }

    .zizhi .box ul {
        margin: 0;
    }

    .zizhi .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        float: none;
    }

    .zizhi .box ul li dl {
        font-size: 15px;
        line-height: 50px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    }

    .honor {
        padding: 35px 0 40px;
    }

    .honor .box ul {
        margin: 0 -5px;
    }

    .honor .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 25px;
        float: left;
    }

    .honor .box ul li h3 {
        height: 32px;
        font-size: 13px;
        line-height: 16px;
        margin-top: 5px;
    }

    .jishu {
        padding: 35px 0 40px;
    }

    .jishu .item {
        display: block;
        margin-bottom: 15px;
    }

    .jishu .item .pic, .jishu .item .con {
        width: 100%;
        flex: 0 0 auto;
    }

    .jishu .item .pic {
        padding-right: 0;
    }

    .jishu .item .con {
        width: 100%;
        padding: 20px;
        margin-left: 0;
    }

    .jishu .item .con .tit {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .jishu .item .con .tit b {
        font-size: 24px;
        margin-right: 5px;
    }

    .jishu .item .con .text {
        line-height: 1.6;
    }

    .jishu .item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .jishu .item:nth-child(even) .pic {
        padding-left: 0;
        padding-right: 0;
    }

    .jishu .item:nth-child(even) .con {
        margin-left: 0;
        margin-right: 0;
    }

    .organization {
        padding: 35px 0 40px;
    }

    .organization .box {
        text-align: center;
    }

    .video {
        padding: 35px 0 40px;
        background: url(../images/videoBg.jpg) no-repeat center;
        background-size: cover;
    }

    .video .box {
        background-size: 260px auto;
        padding-bottom: 40px;
    }

    .video .box video {
        width: 100%;
    }

    .project {
        padding: 35px 0 40px;
    }

    .project .box ul {
        margin: 0 -5px;
    }

    .project .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
        float: left;
    }

    .project .box ul li a {
        padding: 10px;
    }

    .project .box ul li a h3 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .project .box ul li a dt {
        height: 60px;
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0 0;
    }

    .news {
        padding: 35px 0 40px;
    }

    .news .box {
        padding-bottom: 10px;
    }

    .news .box ul {
        margin: 0 -5px;
    }

    .news .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
        float: left;
    }

    .news .box ul li a {
        padding: 10px;
        display: block;
    }

    .news .box ul li h3 {
        height: 40px;
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }

    .news .box ul li ol dd {
        width: 60px;
        height: 30px;
        line-height: 26px;
        font-size: 12px;
    }

    .news .box ul li ol dt {
        font-size: 12px;
    }

    .newsView {
        padding: 20px 0 30px;
    }

    .newsView .box {
        background: #fff;
        box-shadow: 5px 8px 0 #e4e4e4;
        margin-bottom: 10px;
    }

    .newsView .box .newsHead {
        padding: 30px 20px 10px;
        position: relative;
    }

    .newsView .box .newsHead::after {
        content: "";
        width: 40px;
        height: 3px;
        position: absolute;
        left: 20px;
        bottom: -2px;
    }

    .newsView .box .newsHead h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .newsView .box .newsHead span {
        font-size: 13px;
        margin-right: 10px;
    }

    .newsView .box .industryHead {
        font-size: 35px;
        font-weight: normal;
        color: #000;
        padding: 50px 70px 30px;
        border-bottom: #eaeaea solid 2px;
        position: relative;
    }

    .newsView .box .industryHead::after {
        content: "";
        width: 60px;
        height: 3px;
        position: absolute;
        left: 70px;
        bottom: -2px;
    }

    .newsView .box .viewCon {
        padding: 30px 20px 30px;
        line-height: 1.8;
        font-size: 15px;
    }

    .newsView .box .viewPage {
        border-top: #eaeaea solid 2px;
        padding: 30px 20px;
        overflow: hidden;
    }

    .newsView .box .viewPage .boxCon {
        float: none;
        padding-right: 120px;
    }

    .newsView .box .viewPage .boxCon a {
        font-size: 14px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    .newsView .box .viewPage .back {
        width: 100px;
        height: 36px;
        line-height: 36px;
        float: none;
        margin: 0 auto;
        right: 20px;
    }

    .newsView .box .viewPage .back a {
        color: #fff;
        display: block;
    }

    /* 工作岗位 */
    .job {
        background: #f4f4f4;
        padding: 35px 0;
    }

    .job .tit h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
        color: #000;
    }

    .job .biaoti {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 5px;
        padding: 10px;
    }

    .job .biaoti dd {
        width: 33.33%;
        padding: 0 5px;
        float: left;
    }

    .job .biaoti dd:nth-child(1) {
        width: 50%;
    }

    .job .biaoti dd:nth-child(3) {
        width: 15%;
    }

    .job .biaoti dd:nth-child(4) {
        width: 50%;
    }

    .job .biaoti dd:nth-child(5) {
        width: 33.33%;
        text-align: left;
    }

    .job ul {
        margin-bottom: 10px;
        background: #fff;
    }

    .job ul.focus dl {
        display: block;
    }

    .job ul li {
        line-height: 22px;
        font-size: 14px;
        padding: 10px;
    }

    .job ul li ol {
        width: 33.33%;
        padding: 0 5px;
        float: left;
        line-height: 22px;
        font-weight: normal;
    }

    .job ul li ol:nth-child(1) {
        width: 50%;
    }

    .job ul li ol:nth-child(3) {
        width: 15%;
    }

    .job ul li ol:nth-child(4) {
        width: 50%;
    }

    .job ul li ol:nth-child(5) {
        width: 33.33%;
        text-align: left;
    }

    .job ul li ol.more {
        background: url(../images/icon22.png) no-repeat right 75px center;
        background-size: 8px auto;
        padding-right: 50px;
    }

    .job ul dl {
        margin-bottom: 10px;
        padding: 20px;
        line-height: 1.6;
        font-size: 15px;
    }

    .job ul dl dt {
        font-size: 15px;
        color: #333;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .job ul dl .jobView {
        width: 100%;
        color: #999;
        margin-bottom: 20px;
    }

    .staff {
        padding: 35px 0 40px;
    }

    .staff .text {
        line-height: 1.8;
    }

    .spirit {
        padding: 35px 0 40px;
    }

    .spirit .box ul {
        margin: 0 -3px;
    }

    .spirit .box ul li {
        width: 50%;
        padding: 3px;
        float: left;
    }

    .spirit .box ul li .item {
        position: relative;
    }

    .spirit .box ul li .item dl {
        overflow: hidden;
    }

    .spirit .box ul li .item ol {
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .spirit .box ul li .item ol i img {
        width: 20px;
    }

    .spirit .box ul li .item ol .tit {
        width: 100%;
        padding-left: 10px;
    }

    .spirit .box ul li .item ol .tit h3 {
        font-size: 16px;
        margin-bottom: 5px;
        position: relative;
    }

    .spirit .box ul li .item ol .tit h3::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #fff;
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .spirit .box ul li .item ol .tit dt {
        font-size: 12px;
    }

    .party {
        padding: 35px 0 40px;
    }

    .party .box {
        padding-bottom: 10px;
    }

    .party .box ul {
        margin: 0;
    }

    .party .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        float: none;
    }

    .party .box ul li a {
        padding: 15px 15px;
        display: flex;
    }

    .party .box ul li .pic {
        width: 120px;
        flex: 0 0 auto;
    }

    .party .box ul li .pic dl {
        padding-bottom: 79%;
        position: relative;
        overflow: hidden;
    }

    .party .box ul li .pic dl img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .party .box ul li ol {
        padding-left: 10px;
    }

    .party .box ul li ol h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .party .box ul li ol dt {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .party .box ul li ol dd {
        font-size: 13px;
    }

    .contact {
        padding: 35px 0 40px;
    }

    .contact .box {
        display: block;
    }

    .contact .box .con {
        width: 100%;
        padding-right: 0;
        flex: 0 0 auto;
    }

    .contact .box .con .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact .box .con dt {
        margin-bottom: 20px;
    }

    .contact .box .con ul li {
        padding: 15px 20px;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .contact .box .con ul li::before {
        content: "";
        width: 3px;
        height: 30px;
        margin-top: -15px;
    }

    .contact .box .con ul li span {
        font-size: 16px;
        margin: 0 5px;
    }

    #map {
        width: 100%;
        height: 260px;
    }

    .footer {
        width: 100%;
        align-items: center;
        margin-bottom: 50px;
    }

    .footer .fmain .fnav {
        display: none;
    }

    .footer .fmain .copyright {
        padding: 10px;
        font-size: 12px;
    }

    .footer .ewm {
        width: 160px;
        height: 70px;
    }

    .footer .ewm ol {
        font-size: 12px;
        line-height: 1.2;
        background-size: 22px auto;
        padding-top: 36px;
    }

    /*===/分页=============================*/
    .fenye {
        text-align: center;
        font-size: 14px;
        width: 100%;
        height: 40px;
        margin: 10px 0 0px;
    }

    .fenye .prev, .fenye .next {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px;
        font-size: 16px;
    }

    .fenye a {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px;
    }

    .fenye a:hover {
        color: #fff;
        background: #009944;
        border: #009944 solid 1px;
    }

    .fenye a.current {
        color: #fff;
        background: #009944;
        margin-right: 2px;
        border: #009944 solid 1px;
    }

    .tccBox .BoxCon {
        width: 95%;
    }

    .search-dialog {
        width: 95%;
    }

    .tccBox .box {
        width: 95%;
    }

    .tccBox .BoxCon ul video {
        height: 200px;
    }

    .tccBox .box .picBox .txt ol {
        font-size: 14px;
    }

    /* 底部漂浮 */
    .global_bottom_box {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #000;
        color: #fff;
        text-align: center;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 111111;
        display: block;
    }

    .global_bottom_box a {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        background: url(../images/global_bottom_tel.png) no-repeat left center;
        background-size: 18px auto;
        padding-left: 25px;
    }
}
