/*公共样式 开始*/
html, body {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

button, a, select, input {
    outline: none
}

.isphone {
    display: none;
}

.isweb {
    display: block;
}

/*公共头部 开始*/

.header {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 999999;
}

.public-width {
    width: 1130px;
    margin: 0 auto;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 53px 10px 45px;
    border-bottom: 1px solid #747474;
}

.header-top-logo {
    height: 40px;
    width: auto;
}

.header-top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-right-search {
    display: flex;
    align-items: center;
    background: #757575;
    padding: 0px 15px;
    border-radius: 30px;
}

.header-top-right-search-ipt {
    border: none;
    height: 35px;
    width: 130px;
    background: transparent;
    color: #fff;
    font-size: 14px;
}

.header-top-right-search-ipt::placeholder {
    color: #fff;
    font-size: 14px;
}

.header-top-right-search-img {
    width: 16px;
    height: 16px;
}

.header-top-right-wx {
    width: 16px;
    height: auto;
    cursor: pointer;
}

.header-top-right-wx:hover {
    opacity: 1;

}

.header-top-right-erweima {
    width: 124px;
    height: 124px;
    padding: 8px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 1;
    visibility: hidden;
    transform: translateY(-31px);
    -webkit-transform: translateY(-31px);
}

.header-top-right-erweima:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-top-right-erweima-pic {
    width: 100%;
    height: 100%;
}

.header-top-right-wb {
    width: 16px;
    height: auto;

}

.header-navs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    display: none;
}

.header-navs-alone {
    text-align: center;
    font-size: 14px;
    position: relative;
}

.header-navs-alone-a {
    padding: 8px 0;
    width: 120px;
    display: inline-block;
    color: #fff;
}

.header-navs-alone-icon {
    margin: 0 auto;
    width: 0px;
    height: 3px;
    background: transparent;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.header-navs-menu {
    display: none;
    position: absolute;
    /* top: 35px; */
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 5px 0;
    padding-top: 10px;
    /*margin-top: -1px;*/
}

.header-navs-menu li {
    position: relative;
}

.header-navs-menu .header-navs-menu {
    top: -10px;
}

.header-navs-menu-alone:hover > a {
    color: #40a193;
}

.header-navs-menu-alone > a {
    display: inline-block;
    width: 120px;
    color: #fff;
    text-align: center;
    padding: 9px 0;
}

.content li ul li ul {
    margin-left: 120px;
}

.header-navs-alone:hover {

}

.header-navs-alone:hover .header-navs-alone-icon {
    width: 43px;
    background: #40a193 !important;
    z-index: 99;
}

.header-navs-alone:hover .header-navs-alone-a {
    color: #40a193;
}

.header-navs-alone:hover .header-navs-alone-icon {
    background: #40a193;
}

/*公共头部 结束*/
/*公共底部 开始*/
.footer {
    padding-top: 63px;
    padding-bottom: 54px;
    /*background-image: url(/static/modules/cms/imgs/guihua_bg.png);*/
    background: #35605b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.footer-pic {
    width: 160px;
    height: auto;
}

.footer-icon {
    display: flex;
    justify-content: space-between;
    width: 220px;
    margin: 0 auto;
    margin-top: 19px;
    margin-bottom: 20px;
}

.footer-icon-alone {
    width: 34px;
    height: 34px;
}

.footer-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-box > div:last-child {
    margin-left: 10px;
}

.footer-box-info-alone.liulanjianyi {
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
    line-height: 28px;
    text-align: center;
    width: 57px;
    height: 25px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 13px;
    margin-bottom: 9px;
}

.footer-box-info-alone > a {
    color: #fff;
}

.footer-box-info-alone > a:hover {
    color: #fff;
}

.footer-proposal {
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    background: #474747;
    border-top: 1px solid #474747;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -60px;
    z-index: 9999;
    color: #FFF;
}

/*公共底部 结束*/

/*公共样式 结束*/

/*index 开始*/
.prev_button, .next_button {
    display: none !important;
}

.box_skitter .info_slide {
    background: none !important;
    padding: 0 !important;
    justify-content: center;
    position: relative !important;
    display: block !important;
    transform: none !important;
    opacity: 1 !important;
    left: 0 !important;
}

.box_skitter .label_text {
    display: none !important;
}

.box_skitter .info_slide .image_number {
    background: unset !important;
    background: url(/static/modules/cms/imgs/dian.png) no-repeat center center !important;
    background-size: 22% !important;
    padding: 60px 0 0 0 !important;
    margin: 0 !important;
    width: 110px;
    height: 32px;
    text-align: center;
    font-size: 14px;
}

.box_skitter .info_slide .image_number span {
    margin-top: 5px;
    display: inline-block;
}

.box_skitter .info_slide .image_number::after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 45px;
    margin-left: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.box_skitter .info_slide .image_number:last-child::after {
    display: none;
}

.box_skitter .info_slide .image_number_select {
    background: url(/static/modules/cms/imgs/dian_active.png) no-repeat center center !important;
    background-size: 22% !important;
    color: #9d853d;
}

.i-banner-info {
    position: absolute;
    right: 0;
    bottom: 200px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.3);
    padding: 16px;
    width: 38%

}

.i-banner-info-title {
    font-size: 38px;
    color: #fff;
    text-shadow: 2px -2px 3px rgba(0, 0, 0, 1);
}

.i-banner-info-text {
    color: #E25565;
    font-size: 27px;
    text-shadow: 3px -3px 3px rgba(0, 0, 0, 1);
    margin-top: 10px;
}

.i-banner-info-content {
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
    line-height: 22px;
}

.i-banner-info-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.i-yewu-alone {
    transition: all .4s;
    -webkit-transition: all .4s;
    height: 167px;
}

.i-yewu-alone-active {
    height: 415px;
}

.i-yewu-alone:nth-child(odd) .i-yewu-img {
    right: 0;
}

.i-yewu-alone:nth-child(even) .i-yewu-img {
    left: 0;
}

.i-yewu-box {
    position: relative;
    height: 167px;
    display: flex;
    align-items: center;
}

.i-yewu-alone:nth-child(odd) .i-yewu-box {
    flex-direction: row;
}

.i-yewu-alone:nth-child(even) .i-yewu-box {
    flex-direction: row-reverse;
}

.i-yewu-img {
    position: absolute;
    width: 100%;
    height: 415px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.i-yewu-alone {
    position: relative;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.i-yewu-box-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 64%;
    height: 167px;
}

.i-yewu-box-jiao {
    height: 169px;
    width: 93px;
}

.i-yewu-alone:nth-child(odd) .i-yewu-box-jiao {
    margin-left: -2px;
}

.i-yewu-alone:nth-child(even) .i-yewu-box-jiao {
    margin-right: -2px;
}

.i-yewu-alone:nth-child(1) .i-yewu-box-bg {
    /*background-image: url(/static/modules/cms/imgs/guihua1.png);*/
    background: #35605b;
}

.i-yewu-alone:nth-child(1) .i-yewu-box-bg:after {
    content: "";
    width: 0;
    height: 0;
    border: 97px solid #35605b;
    position: absolute;
    left: calc(64% - 130px);
    top: -63px;
    z-index: 5;
    transform: rotate(211deg);
    -ms-transform: rotate(211deg);
    -moz-transform: rotate(211deg);
    -webkit-transform: rotate(211deg);
    -o-transform: rotate(211deg);
}

.i-yewu-alone:nth-child(2) .i-yewu-box-bg {
    background: #2f4262;
}

.i-yewu-alone:nth-child(2) .i-yewu-box-bg:after {
    content: "";
    width: 0;
    height: 0;
    border: 97px solid #2f4262;
    position: absolute;
    right: calc(64% - 130px);
    top: -63px;
    z-index: 5;
    transform: rotate(149deg);
    -ms-transform: rotate(149deg);
    -moz-transform: rotate(149deg);
    -webkit-transform: rotate(149deg);
    -o-transform: rotate(149deg);
}

.i-yewu-alone:nth-child(3) .i-yewu-box-bg {
    /*background-image: url(/static/modules/cms/imgs/jianzhu1.png);*/
    background: #9d853d;
}

.i-yewu-alone:nth-child(3) .i-yewu-box-bg:after {
    content: "";
    width: 0;
    height: 0;
    border: 97px solid #9d853d;
    position: absolute;
    left: calc(64% - 130px);
    top: -63px;
    z-index: 5;
    transform: rotate(211deg);
    -ms-transform: rotate(211deg);
    -moz-transform: rotate(211deg);
    -webkit-transform: rotate(211deg);
    -o-transform: rotate(211deg);
}

.i-yewu-alone:nth-child(4) .i-yewu-box-bg {
    /*background-image: url(/static/modules/cms/imgs/sijia1.png);*/
    background: #35605b;
}

.i-yewu-alone:nth-child(4) .i-yewu-box-bg:after {
    content: "";
    width: 0;
    height: 0;
    border: 97px solid #35605b;
    position: absolute;
    right: calc(64% - 130px);
    top: -63px;
    z-index: 5;
    transform: rotate(149deg);
    -ms-transform: rotate(149deg);
    -moz-transform: rotate(149deg);
    -webkit-transform: rotate(149deg);
    -o-transform: rotate(149deg);
}

.i-yewu-alone:nth-child(1) {
    z-index: 99999;
}

.i-yewu-alone:nth-child(2) {
    z-index: 99991;
}

.i-yewu-alone:nth-child(3) {
    z-index: 9999;
}

.i-yewu-alone:nth-child(4) {
    z-index: 999;
}

.i-yewu-en {
    height: 60px;
    width: auto;
    position: absolute;
    z-index: 9;
    top: 26px;
}

.i-yewu-alone:nth-child(odd) .i-yewu-en {
    left: calc(17% + 80px);
}

.i-yewu-alone:nth-child(even) .i-yewu-en {
    left: calc(60% + 80px);
}

.i-yewu-title {
    position: absolute;
    top: 45px;
    color: #fff;
    z-index: 99;
}

.i-yewu-alone:nth-child(odd) .i-yewu-title {
    left: 17%;
}

.i-yewu-alone:nth-child(even) .i-yewu-title {
    left: 60%;
}

.i-yewu-title-cn {
    font-size: 32px;
}

.i-yewu-title-cn > span {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;

}

.i-yewu-title-en {
    font-size: 20px;
    margin-top: 10px;
}

.i-yewu-text {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.i-yewu-text-img {
    position: absolute;
    height: 250px;
    width: auto;
}

.i-yewu-alone:nth-child(odd) .i-yewu-text-img {
    right: 0;
}

.i-yewu-alone:nth-child(even) .i-yewu-text-img {
    left: 0;
}

.i-yewu-text-content {
    width: 30%;
    background: #fff;
    height: 250px;
}

.i-yewu-text-jiao {
    height: 250px;
}

.i-yewu-alone:nth-child(even) .i-yewu-text {
    flex-direction: row-reverse;
}

.i-yewu-alone:nth-child(odd) .i-yewu-text-content {
    padding-left: 6%;
}

.i-yewu-alone:nth-child(odd) .i-yewu-text-content:after {
    content: "";
    width: 0;
    height: 0;
    border: 144px solid #fff;
    position: absolute;
    left: calc(36% - 193px);
    top: -94px;
    z-index: 5;
    transform: rotate(211deg);
    -ms-transform: rotate(211deg);
    -moz-transform: rotate(211deg);
    -webkit-transform: rotate(211deg);
    -o-transform: rotate(211deg);
}

.i-yewu-alone:nth-child(even) .i-yewu-text-content {
    padding-right: 6%;
}

.i-yewu-alone:nth-child(even) .i-yewu-text-content:after {
    content: "";
    width: 0;
    height: 0;
    border: 144px solid #fff;
    position: absolute;
    right: calc(36% - 193px);
    top: -94px;
    z-index: 5;
    transform: rotate(149deg);
    -ms-transform: rotate(149deg);
    -moz-transform: rotate(149deg);
    -webkit-transform: rotate(149deg);
    -o-transform: rotate(149deg);
}

.i-yewu-text-text {
    color: #35605b;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.i-yewu-text-more img {
    width: 18px;
    height: auto;
    padding: 10px;
}

.i-yewu-text-more {
    text-align: right;
    margin-top: 15px;
    padding-right: 20px;
    position: relative;
    z-index: 99;
}

.i-yewu-alone-box {
    width: 100%;
    /*display: none;*/
    height: 415px;
    position: absolute;
}

.i-team {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 0px;
}

.i-team-bg {
    width: 660px;
    height: auto;
    position: absolute;
    left: calc((100% - 660px) / 2);
    top: 0;
    z-index: -10;
}

.i-team-title {
    display: block;
    font-size: 32px;
    color: #1c4640;
    text-align: center;
    position: relative;
    z-index: 99;
}

.i-team-text {
    margin: 0 auto;
    font-size: 16px;
    color: #1c4640;
    text-align: center;
    width: 576px;
    margin-top: 15px;
    line-height: 30px;
    position: relative;
    z-index: 99;
}

.i-team-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1130px;
}

.i-team-list-alone {
    width: 32%;
    margin-right: 2%;
    color: #28524d;
    margin-top: 36px;
}

.i-team-list-alone:nth-child(3n) {
    margin-right: 0;
}

.i-team-list-alone-pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 205px;
}

.i-team-list-alone-title {
    font-size: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-team-list-alone-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 5px;
}

.i-jieshao {
    margin-top: 75px;
    position: relative;
    z-index: 999;
}

.i-jieshao-title {
    text-align: center;
}

.i-jieshao-title-cn {
    font-size: 36px;
    color: #1c4640;
}

.i-jieshao-title-en {
    font-size: 15px;
    color: #2f4262;
    margin-top: 1px;
    display: block;
}

.i-jieshao-navs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    position: relative;
    z-index: 99;
    padding-bottom: 20px;
}

.i-jieshao-navs-alone {
    padding: 5px 10px;
    width: 103px;
    border-radius: 36px;
    border: 1px solid #35605b;
    color: #35605b;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin-right: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.i-jieshao-navs-alone:last-child {
    margin-right: 0;
}

.i-jieshao-navs-active {
    background: #35605b;
    color: #fff;
}

.i-jieshao-info {
    transition: all .3s;
    -webkit-transition: all .3s;
    top: 145px;
    display: none;
    /* position: absolute; */
    width: 100%;
    z-index: 9;
    opacity: 0;
}

.i-jieshao-info-active {
    transition: all .8s;
    -webkit-transition: all .8s;
    display: block;
    z-index: 999;
    opacity: 1;
}

.geleijieshao-list {
    display: flex;
    flex-wrap: wrap;
}

.i-jieshao-info-banner {
    height: 508px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.i-jieshao-info-bg {
    width: 660px;
    height: auto;
    position: absolute;
    left: calc((100% - 660px) / 2);
    top: 32px;
}

.i-jieshao-info-content {
    background: #c7d3d1;
    padding-top: 37px;
    padding-bottom: 30px;
}

.i-jieshao-info-content-box {
    margin: 0 auto;
    width: 1075px;
}

.i-jieshao-info-content-all-box {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;

}

.i-jieshao-info-content-left {
    width: 540px;
    color: #35605b;
}

.i-jieshao-info-content-left-box {
    width: 100%;
}

.i-jieshao-info-content-left_title {
    font-size: 36px;
    color: #35605b;
}

.i-jieshao-info-content-left_title > span {
    border-bottom: 2px solid #1c4640;
    padding-bottom: 5px;
}

.i-jieshao-info-content-left-text {
    font-size: 16px;
    line-height: 38px;
}

.i-jieshao-info-content-right {
    /*width: 505px;*/
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
}

.i-jieshao-info-content-right-alone {
    width: 110px;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.i-jieshao-info-content-right-alone-bg {
    width: 505px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    height: 230px;
    margin-top: 10px;
}

.i-jieshao-info-content-right-alone:hover {
    color: #fff;
}

.i-jieshao-info-content-right-alone:nth-child(9n) {
     /* margin-right: 0; */
}

.i-jieshao-info-content-right-alone:nth-child(5n) {
    background: #9d853d;
}

.i-jieshao-info-content-right-alone:nth-child(5n-4), .i-jieshao-info-content-right-alone:nth-child(5n-1) {
    background: #35605b;
}

.i-jieshao-info-content-right-alone:nth-child(5n-4):hover, .i-jieshao-info-content-right-alone:nth-child(5n-1):hover {
    background: #00352f;
}

.i-jieshao-info-content-right-alone:nth-child(5n-3) {
    background: #9d853d;
}

.i-jieshao-info-content-right-alone:nth-child(5n-3):hover, .i-jieshao-info-content-right-alone:nth-child(5n):hover {
    background: #54471d;
}

.i-jieshao-info-content-right-alone:nth-child(5n-2) {
    background: #2f4262;
}

.i-jieshao-info-content-right-alone:nth-child(5n-2):hover {
    background: #00122f;
}

.i-shejishi {
    padding-top: 111px;
    position: relative;
}

.i-shejishi > .i-jieshao-title {
    position: relative;
    z-index: 999;
}

.i-shejishi > .i-team-bg {
    top: 172px;
}

.i-shejishi-info {
    width: 1090px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.i-shejishi-info-left {
    position: relative;
    z-index: 999;
}

.i-shejishi-info-left > a {
    position: absolute;
    width: 160px;
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.i-shejishi-info-left-zhezhao {
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    transition: all .8s;
    -webkit-transition: all .8s;
}

.i-shejishi-info-left-active {
    position: relative;
    z-index: 9999;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.i-shejishi-info-left-active .i-shejishi-info-left-zhezhao {
    background: rgba(0, 0, 0, 0);
}

.i-shejishi-info-right-active {
    display: block !important;
}

.i-shejishi-info-left-pic1 {
    left: 80px;
    top: 0;
}

.i-shejishi-info-left-pic2 {
    left: 240px;
    top: 25px;
}

.i-shejishi-info-left-pic3 {
    left: 400px;
    top: 50px;
}

.i-shejishi-info-left-pic4 {
    left: 560px;
    top: 75px;
}

.i-shejishi-info-left-pic5 {
    left: 0;
    top: 315px;
}

.i-shejishi-info-left-pic6 {
    left: 160px;
    top: 340px;
}

.i-shejishi-info-left-pic7 {
    left: 320px;
    top: 365px;
}

.i-shejishi-info-left-pic8 {
    left: 480px;
    top: 390px;
}

.i-shejishi-info-right {
    display: none;
    position: relative;
    z-index: 999;
    width: 250px;
    height: 546px;
    background: #35605b;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
    padding: 40px 35px;
    color: #fff;
    margin-top: 75px;
}

.i-shejishi-info-right-name {
    font-size: 26px;
}

.i-shejishi-info-right-name > span {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.i-shejishi-info-right-title {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}

.i-shejishi-info-right-xiangmus {
    height: 100px;
}

.i-shejishi-info-right-xiangmu {
    font-size: 16px;
    margin-bottom: 7px;
}

.i-shejishi-info-right-text {
    margin-top: 25px;
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.i-news {
    margin-top: 95px;
    padding-top: 50px;
    position: relative;
}

.i-news > .i-team-bg {
    top: 0;
}

.i-news-width {
    width: 1046px;
    margin: 0 auto;
}

.i-news-title {
    /*margin-left: 75px;*/
}

.i-news-more {
    position: absolute;
    z-index: 99;
    left: calc(40% - 60px);
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 163px;
}

.i-news-more > img {
    width: 18px;
    height: auto;
}

.i-map-search {
    position: relative;
    z-index: 99;
    margin: 0 auto;
    width: 850px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    background: #35605b;
    margin-top: 107px;
}

.i-map-search-left {
    background: #666666;
    width: calc(26% - 70px);
    padding: 25px 44px 22px 26px;
}

.i-news-swiper {
    margin-top: -65px !important;
}

.i-news-swiper .swiper-slide {
    width: 42%;
}

.i-news-swiper-pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    position: relative;
    z-index: 999;
    height: 335px;
}

.i-news-swiper-top {
    height: 90px;
    background: #35605b;
    padding: 40px 35px;
    color: #fff;
    font-size: 16px;
    width: calc(42% - 70px);
    margin-left: 42%;
}

.i-news-swiper-top > div {
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.i-news-swiper-bottom {
    background: #35605b;
    color: #fff;
    padding: 25px 44px 30px 30px;
    width: calc(42% - 70px);
    margin-left: 42%;
}

.i-news-swiper-bottom-box {
    border-bottom: 2px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 3px;
}

.i-news-swiper-bottom-text {
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.i-news-swiper-bottom-text:hover {
    color: #fff;
}

.i-news-swiper-bottom-more {
    width: 15px;
    height: auto;
}

.i-news-buttons {
    top: 549px;
    position: absolute;
    left: calc(42% - 100px);
    z-index: 999;
    display: flex;
    flex-direction: row-reverse;
}

.i-news-buttons .iconfont {
    left: unset;
    right: unset;
    top: unset;
    margin-top: unset;
    position: relative;
    width: 50px;
    height: 35px;
    color: #1c4640;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-image: unset;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.i-news-buttons .iconfont:focus {
    outline: unset !important;
}

.i-news-buttons .iconfont:hover {
    background: #1c4640;
    color: #fff;
}

.i-news-buttons .iconright {
}

.i-map-search-left-en {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

.i-map-search-left-cn {
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    margin-top: 3px;
}

.i-map-search-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 40px;
    width: calc(74% - 85px);
}

.i-map-search-right-fenlei {
    position: relative;
    z-index: 99;
    background: transparent;
    height: 33px;
    width: 137px;
    color: #395853;
    border: none;
    font-size: 16px;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.i-map-search-right-form-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    margin-left: 25px;
}

.i-map-search-right-form-box:first-child {
    margin-left: 0;
}

.i-map-search-right-form-box > img {
    position: absolute;
    width: 10px;
    height: auto;
    right: 8px;
    top: 10px;
    z-index: 9;
}

.i-map-search-right-time {
    position: relative;
    z-index: 99;
    font-size: 16px;
    background: transparent;
    border-radius: 5px;
    height: 33px;
    width: 137px;
    color: #395853;
    border: none;
    padding: 0 10px;
    cursor: pointer;
}

.i-map-search-right-time::placeholder {
    color: #395853;
}

.i-map-search-right-btn {
    transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    height: 33px;
    width: 72px;
    color: #395853;
    border: none;
}

/*.i-map-search-right-btn:hover{*/
/*background: #7ee2d2;*/
/*color: #fff;*/
/*}*/
.i-map-search-right-form {
    display: flex;
    align-items: center;
}

.i-map-map {
    margin-top: -73px;
    height: 495px;
}

.i-shejishi-xiangmu {
    width: 100%;
    height: 180px;
    display: block;
    /* margin-right: 20px; */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.i-shejishi-xiangmu.shejishi {
    height: 170px;
}

.i-shejishi-detail-li {
    width: calc(25% - 20px);
    padding: 0 10px 20px;
    cursor: pointer;
}

.box_skitter .container_skitter a {
    display: block;
}

/*index 结束*/
/*list_team 开始*/
.l-t-height {
    display: none;
    height: 100px;
    background: #fff;
}

.l-t-banner {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.l-t-box {
    position: relative;
    margin-left: 50px;
    width: calc(100% - 250px);
    overflow: hidden;
    padding: 60px 0;
    background: #fff;
    padding-right: 200px;
}

.l-t-box-left {
    position: absolute;
    width: 110px;
    left: 0;
    top: 0;
}

.l-t-box-left-icon {
    background: #35605b;
    height: 440px;
}

.l-t-box-left-pic {
    width: 100%;
    height: auto;
}

.l-t-box-right {
    position: absolute;
    right: 30px;
    top: -62px;
    width: 110px;
}

.l-t-box-right-text {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    font-size: 14rem;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: 20px;
    margin-right: 4rem;
}

.l-t-box-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
}

.l-t-box-list-alone {
    width: calc((100% - 120px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}

.l-t-box-list-alone:first-child {
    width: calc((100% - 190px) / 2);
    margin-left: 110px;
}

.l-t-box-list-alone:nth-child(2) {
    width: calc((100% - 190px) / 2);
}

.l-t-box-list-alone-pic {
    height: 310px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.l-t-box-list-alone:first-child > .l-t-box-list-alone-pic, .l-t-box-list-alone:nth-child(2) > .l-t-box-list-alone-pic {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.l-t-box-list-alone-text {
    font-size: 30px;
    text-align: right;
    margin-top: 10px;
}

.l-t-box-list-alone-title {
    font-size: 24px;
    margin-top: 5px;
    text-align: right;
}

/*list_team 结束*/
/*index 开始*/
.s-t-box {
    display: flex;
    width: 1130px;
    margin: 0 auto;
}

.s-t-box-left {
    width: calc(32% - 50px);
    padding: 105px 25px 85px 25px;
    background: rgba(186, 199, 198, 0.5);
}

.s-t-box-left-title {
    font-size: 27px;
    color: #35605b;
}

.s-t-box-left-icon {
    width: 95px;
    height: 5px;
    background: #35605b;
    margin-top: 10px;
}

.s-t-box-left-text {
    margin-top: 32px;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 110px;
}

.s-t-box-right {
    width: 68%;
}

.s-t-box-right-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
}

.s-t-box-right-content {
    padding: 50px 94px;
}

.s-t-box-right-title {
    font-size: 40px;
    color: #35605b;
}

.s-t-box-right-text {
    font-size: 28px;
    color: #4e4e4e;
    margin-top: 27px;
    line-height: 40px;
}

/*index 结束*/
/*list_xiangmu 开始*/
.l-x-box {
    display: flex;
    width: 96%;/*1130px;*/
    margin: 0 auto;
}

.l-x-box-left {
    background: #35605b;
    color: #fff;
    width:210px;
    padding: 46px 30px 85px 30px;
    min-height: 250px;
}

.l-x-box-left-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.l-x-box-left-text {
    /* font-size: 20px;
    line-height: 32px; */
    font-size: 14px;
    line-height: 28px;
}

.l-x-box-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    width: calc(100% - 295px);
    padding-right: 0;
    align-content: baseline;
    padding-top: 50px;
}

.l-x-box-right-alone {
    position: relative;
    width: calc((100% - 50px)/3);
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 25px;
    margin-bottom: 25px;
}

.l-x-box-right-alone:nth-child(3n) {
    margin-right: 0;
}

.l-x-box-right-alone-title {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

/*list_xiangmu 结束*/
/*category_chenggonganli 开始*/
.l-c-box {
    margin: 0 auto;
    width: 1130px;
}

.l-c-nav {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 50px;
    width: calc(100% - 100px);
}

.l-c-nav-btn {
    width: 14%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    cursor: pointer;
    background: #eee;
    border-radius: 50px;
    margin-bottom: 10px;
}

.l-c-nav-btn:nth-child(6n) {
    margin-right: 0;
}

.l-c-nav-active {
    background: #35605b;
    color: #fff;
}

.l-c-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    align-content: baseline;
}

.l-c-list-alone {
    width: calc((100% - 150px) / 4);
    margin-top: 50px;
    margin-right: 50px;
    font-size: 14px;
}

.l-c-list-alone:nth-child(4n+5) {
    margin-right: 0;
}

.l-c-list-alone1 > .l-c-list-alone-pic, .l-c-list-alone2 > .l-c-list-alone-pic {
    height: 240px;
}

.l-c-list-alone-pic {
    display: inline-block;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.l-c-list-alone-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.l-c-list-alone-info-name {
    width: 70%;
    color: #F5A100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l-c-list-alone-info-video {
    color: #666;
    cursor: pointer;
}

.l-c-list-alone-en {
    margin-top: 10px;
    color: #666;
}

.l-c-list-alone1 {
    width: calc((100% - 50px) / 2);
}

.l-c-list-alone1:nth-child(2) {
    margin-right: 0;
}

.l-c-list-alone2 {
    width: calc((100% - 100px) / 3);
    margin-right: 50px !important;
}

.l-c-list-alone2:nth-child(5) {
    margin-right: 0 !important;
}

/*category_chenggonganli 结束*/
/*show_team(弹窗) 开始*/
.win-s-t-title {
    position: absolute;
    right: 30px;
    text-align: right;
    color: #35605b;
    font-size: 30px;
    top: 20px;
    z-index: 99;
}

.win-s-t-title-cn {
    font-size: 24px;
    margin-top: 5px;
}

.win-s-t-info-banner {
    width: 100%;
    height: auto;
}

.win-s-t-info {
    padding: 30px;
    padding-right: 90px;
}

.win-s-t-info-box {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.win-s-t-info-box-alone {
    width: calc((100% - 30px) / 2);
}

.win-s-t-info-box-alone-title {
    font-size: 24px;
    font-weight: bold;
    border-top: 1px solid #35605b;
    color: #35605b;
    margin-left: 8px;
}
.win-s-t-info-box-alone-text{
    line-height: 30px;
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}
.win-s-t-info-box-alone-text pre{
    margin: 0 !important;
    font-size: 16px;
    font-family: auto;
}
.win-s-t-info-box-alone-text a{
display: block;
    color: #333;
    font-size: 16px;
}
.win-s-t-info-text {
    font-size: 16px;
    color: #4e4e4e;
    margin-top: 27px;
    line-height: 28px;
}
/*show_team(弹窗) 结束*/
/*show_chenggong 开始*/
.s-c-box-big{
    width: 100% !important;
    height: auto !important;
    cursor: pointer;
}
.s-c-box{
    display: flex;
    align-items: center;
    margin-top: 10px;
    overflow-y: auto;
}
.s-c-box-small{
    width: auto !important;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
/*show_chenggong 结束*/

/*关闭按钮开始*/
/*关闭按钮结束*/