@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 0.26rem;
    line-height: 1.7;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
}

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
    -webkit-appearance: none;
    border: none;
    font: inherit;
}

[type="search"]::-webkit-search-decoration {
    display: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

h3 {
    font-size: 0.26rem;
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.column {
    flex-direction: column;
}

.flexcenter {
    display: flex;
    justify-content: center;
}

.mid {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.mar_t10 {
    margin-top: 0.1rem;
}

.mar_t20 {
    margin-top: 0.2rem;
}

.mar_t30 {
    margin-top: 0.3rem;
}

.mar_t40 {
    margin-top: 0.4rem;
}

.mar_r10 {
    margin-right: 0.1rem;
}

.mar_r20 {
    margin-right: 0.2rem;
}

.pad20 {
    padding: 0.2rem 0;
}

.bor_b {
    border-bottom: solid 1rem #e4e4e4;
}

.bor_b15 {
    border-bottom: solid 1rem #f4f4f4;
}

.f48 {
    font-size: 0.48rem;
}

.f40 {
    font-size: 0.4rem;
}

.f36 {
    font-size: 0.36rem;
}

.f32 {
    font-size: 0.32rem;
}

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f24 {
    font-size: 0.24rem;
}

.f22 {
    font-size: 0.22rem;
}

.bgg {
    background: #f5f5f5;
}

.bgw {
    background: #fff;
}

.radius20 {
    border-radius: 0.2rem;
}

.radius10 {
    border-radius: 0.1rem;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

.white {
    color: #fff;
}

.hide {
    display: none;
}

.wrap_box {
    color: #333;
}

.content {
    padding: 0 0.35rem;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hidden {
    overflow: hidden;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.four {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.blue {
    color: #106fcb;
}


/*header*/

.pagination {
    text-align: center;
}

.pagination li {
    line-height: 0.4rem;
    display: inline-block;
    text-align: center;
    margin: 0 0.2rem;
    color: #666;
}

.pagination li.active {
    color: #106fcb;
}

.header {
    width: 100%;
    height: 1.02rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
}

.logo {
    width: 1.8rem;
}

.search {
    width: 0.37rem;
    height: 0.36rem;
}

.srch {
    position: absolute;
    top: 1.25rem;
    left: 0;
    right: 0;
    width: 94%;
    margin: 2% auto 0;
    -webkit-appearance: none;
    border: solid 1px #eee;
    z-index: 3;
    display: none;
}

.srch_txt {
    width: 83%;
    border: none;
    color: #333;
    height: 0.7rem;
    background: #ffffff;
    -webkit-appearance: none;
    padding: 0.1rem;
}

.srch_txt::-webkit-input-placeholder {
    color: #CCC;
}

.srch_sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 17%;
    height: 100%;
    border: none;
    color: #ffffff;
    text-align: center;
    background: #106fcb;
    -webkit-appearance: none;
}

.menu_btn {
    width: 0.38rem;
    height: 0.31rem;
}

.menu_list {
    background: #106fcb;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    position: fixed;
    padding: 1.5rem 0.5rem 0;
    color: #fff;
    overflow-y: auto;
    display: none;
}

.menu_list li {
    margin-bottom: 0.3rem;
}

.menu_list li h3 {
    font-size: 0.3rem;
    background: url(../images/dot.png) no-repeat left center;
    background-size: 0.1rem;
    padding-left: 0.3rem;
    line-height: 2;
}

.menu_list li em {
    width: 0.2rem;
    height: 0.38rem;
    background: url(../images/nar0.png) no-repeat;
    background-size: 0.2rem;
    display: block;
    transition: all 0.6s;
}

.menu_list li.current em {
    transform: rotate(90deg);
}

.menu_close {
    font-size: 0.6rem;
    color: #fff;
    right: 0.4rem;
    top: 0.1rem;
}

.sub_menu {
    padding-left: 0.4rem;
    padding-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 2;
    display: none;
}

.banner {
    margin: 1.02rem 0 0;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #106fcb;
}

.banner .swiper-slide-active .banner_txt {
    display: block;
}

.banner_txt {
    width: 2.25rem;
    position: absolute;
    left: 0.35rem;
    top: 1.35rem;
    display: none;
}


/*index*/

.about_bg {
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 7%;
}

.tit {
    padding: 0.8rem 0 0;
}

.tit h2 {
    font-size: 0.48rem;
    color: #101010;
}

.tit p {
    color: #cccdcf;
    font-size: 0.3rem;
    font-family: Times New Roman;
}

.tit img {
    width: 0.62rem;
    display: none;
}

.about_pic {
    margin: 0.4rem 0 0.5rem;
}

.about_txt {
    line-height: 0.48rem;
    height: 4.32rem;
    margin: 0.4rem 0 0.5rem;
}

.about_num {
    padding: 0 0.5rem 0.6rem;
}

.about_num li {
    width: 50%;
}

.about_num li h3 {
    font-family: Bebas;
    font-size: 0.57rem;
    color: #106fcb;
}

.about_num li h3 em {
    font-size: 0.24rem;
}

.develop_bg {
    background: url(../images/develop_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.develop_bg .tit h2 {
    color: #fff;
}

.develop_bg .tit p {
    color: #b8bec4;
}

.development_tit {
    font-size: 0.42rem;
    font-weight: bold;
}

.development_tit img {
    width: 0.46rem;
    height: 0.4rem;
}

.evelopment {
    margin: 0.7rem auto;
    animation-delay: 1.2s !important;
}

.evelopment .swiper-button-prev,
.evelopment .swiper-button-next {
    width: 0.78rem;
    height: 0.78rem;
    top: 0.9rem;
    margin: 0;
    outline: none;
}

.evelopment .swiper-button-prev {
    background: url(../images/prev1.png) no-repeat;
    background-size: 100% 100%;
}

.evelopment .swiper-button-next {
    background: url(../images/next1.png) no-repeat;
    background-size: 100% 100%;
}

.development_txt {
    padding: 0 1.3rem;
    margin: 0.35rem 0 0;
    text-align: justify;
    /* height: 4.2rem; */
    overflow: hidden;
}

.development_list {
    width: 100%;
    background: rgba(41, 106, 179, 0.5);
    height: 1.15rem;
    font-size: 0.24rem;
    animation-delay: 2s;
    bottom: 0;
    left: 0;
    position: absolute;
}

.development_list li {
    text-align: center;
    height: 1.13rem;
    cursor: pointer;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
}

.development_list li img {
    width: 0.25rem;
    margin-right: 0.15rem;
}

.development_list .swiper-slide-thumb-active {
    background: rgba(7, 75, 170, 0.6);
}

.business_tab {
    margin: 0.2rem 0 0.4rem;
}

.business_tab li {
    width: 2.9rem;
    height: 0.6rem;
    background: #f1f8ff;
    font-size: 0.24rem;
    margin: 0 0.1rem;
    text-align: center;
    line-height: 0.6rem;
}

.business_tab li.current {
    color: #005bab;
}

.business_btn {
    margin: 0.45rem 0 0;
}

.business_btn .swiper-button-next,
.business_btn .swiper-button-prev {
    width: 0.72rem;
    height: 0.72rem;
    margin: 0;
    position: static;
    outline: none;
}

.business_btn .swiper-button-next {
    background: url(../images/next2.png) no-repeat;
    background-size: 100% 100%;
}

.business_btn .swiper-button-prev {
    background: url(../images/prev2.png) no-repeat;
    background-size: 100% 100%;
    right: 0.67rem;
}

.business_con2 {
    width: 60%;
    margin: 0 auto;
    padding: 0.1rem 0;
}

.business_tit2 {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 3%;
}

.business_tit2 img {
    width: 0.5rem;
    display: none;
}

.business_txt2 {
    text-align: justify;
}

.tit_line {
    width: 4.68rem;
    height: 1px;
    background: #dddddd;
}

.business {
    margin: 0.45rem 0 0;
}

.business li img {
    width: 100%;
    height: 5.93rem;
}

.business_con {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 0.45rem;
}

.business_con_tit {
    padding: 0.85rem 0 0;
}

.business_con_tit h2 {
    font-size: 0.3rem;
}

.business_con_tit h4 {
    color: #666;
    font-family: Times New Roman;
    font-size: 0.24rem;
}

.news_bg {
    background: url(../images/news_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 1.05rem;
}

.news_con {
    height: 2.47rem;
    background: #106fcb url(../images/news_left_bg.jpg) no-repeat right center;
    background-size: 2.79rem 1.58rem;
    padding: 0.35rem 0.3rem;
}

.news_con_pic {
    width: 44.06779661%;
}

.news_con_pic img {
    width: 100%;
    height: 1.79rem;
}

.news_con_text {
    width: 3.3rem;
}

.Impact {
    font-family: Impact;
}

.news_pic_box {
    margin: 0.5rem 0 0;
}

.news_pic img {
    height: 4.57rem;
}

.news_pic_con {
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/news_pic_bg.png) repeat-x;
    color: #fff;
    font-size: 0.3rem;
    height: 1.21rem;
    flex-direction: column;
    padding: 0 0.4rem;
}

.news_pic_con span {
    font-family: Impact;
}

.news_more {
    width: 0.45rem;
    height: 0.31rem;
    background: url(../images/news_more.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.6s;
}

.news_list li {
    background: rgba(208, 232, 255, 0.3);
    height: 0.7rem;
    padding: 0 0.35rem;
    margin: 0.15rem 0 0;
}

.news_list_con {
    width: 4.5rem;
    color: #454545;
}

.news_list_time {
    color: #6d6d6d;
}

.footer_bg {
    background: #f2f2f2;
    padding: 0 0 0.45rem;
}

.partner {
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 0.4rem;
    margin: .3rem 0 0;
}

.partner li {
    width: 2.18rem;
    margin-right: 0.1rem;
    margin-bottom: 0.15rem;
    float: left;
}

.partner li:nth-child(3n+3) {
    margin-right: 0;
}

.partner li img {
    width: 100%;
    height: 1.04rem;
}

.contact_box {
    align-items: flex-end;
}

.contact {
    width: 4.5rem;
    padding: 0.4rem 0 0;
}

.contact_tit {
    font-size: 0.48rem;
    color: #4f4f4f;
    font-family: Arial;
}

.contact_con {
    color: #4f4f4f;
    line-height: 0.58rem;
    margin: 0.2rem 0 0;
}

.contact_con span {
    font-size: 0.32rem;
}

.code {
    width: 1.53rem;
    height: 1.53rem;
}

.copyright {
    color: #656565;
    font-size: 0.2rem;
    padding: 0.35rem 0;
}

.m_tit {
    left: 0;
    right: 0;
    top: 40%;
    color: #fff;
    line-height: 1.3;
}

.m_tit h2 {
    font-size: 0.48rem;
}

.m_tit p {
    font-size: 0.72rem;
    opacity: 0.8;
    text-transform: uppercase;
}

.type {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    height: 1rem;
    border-radius: 0.1rem 0.1rem 0 0;
    z-index: 9;
}

.type a {
    line-height: 1rem;
    margin: 0 0.5rem;
}

.type a:hover {
    color: #106fcb;
}

.type a.active {
    color: #106fcb;
}

.m_about {
    padding: 1.2rem 0 0.85rem;
    margin: 0 auto;
}

.m_about_txt {
    color: #454545;
    line-height: 0.6rem;
    margin: 0.25rem 0 0.5rem;
}

.culture_bg {
    /* background: url(../images/culture_bg.jpg) no-repeat center top;
    background-size: 100% 100%; */
    padding: 0.6rem 0 0;
    height: 11.8rem;
}

.culture {
    margin: 0.6rem 0.7rem 0;
}

.culture .swiper-pagination {
    position: static;
    width: 100%;
    height: 0.05rem;
    margin: 0.9rem 0 0;
}

.culture .swiper-pagination-progressbar {
    background: #fff;
}

.culture_list {
    width: 100%;
    height: 7.5rem;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 1.3rem 0 0;
}

.culture_list img {
    width: 1.4rem;
    height: 1.4rem;
}

.culture_tit {
    font-size: 0.4rem;
    margin: 0.35rem 0;
    padding: 0.6rem 0 0;
}

.culture_tit::after {
    width: 0.75rem;
    height: 0.05rem;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.culture_con {
    padding: 0 2%;
    font-size: 0.28rem;
    line-height: 2;
}

.zhici_bg {
    background: url(../images/zhici_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-bottom: 1.2rem;
}

.dong_pic {
    margin: 0.3rem 0 0;
}

.zhici_con {
    margin: 0.7rem 0 0;
}

.zhici_txt {
    line-height: 0.6rem;
    margin: 0.4rem 0 0.5rem;
}

.name {
    width: 2.51rem;
    height: 0.51rem;
}

.jiagou_pic {
    margin: 0.6rem 0 0;
    overflow-x: auto;
}

.jiagou_pic img {
    width: 12.73rem;
}

.history_box {
    padding: 1.2rem 0 0;
}

.history {
    margin: 0.6rem 0 0;
}

.year {
    background: url(../images/history_line.png) no-repeat center bottom;
    background-size: 100%;
    margin: 0.9rem 0 0;
    padding: 0 0.6rem;
}

.year .swiper-button-next,
.year .swiper-button-prev {
    width: 0.39rem;
    height: 0.39rem;
    margin: 0;
    outline: none;
    top: 0.1rem;
}

.year .swiper-button-prev {
    background: url(../images/year_prev.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.year .swiper-button-next {
    background: url(../images/year_next.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.year .swiper-slide-thumb-active .year_list {
    font-size: 0.6rem;
    color: #106fcb;
}

.year_list {
    text-align: center;
    line-height: 0.6rem;
    color: #d9d9d9;
    font-family: Bebas;
    font-size: 0.24rem;
    cursor: pointer;
    background: url(../images/year_line.png) no-repeat center bottom;
    background-size: 0.02rem 0.48rem;
    padding-bottom: 0.7rem;
}

.history_con {
    margin: 0.9rem 0 0;
}

.history_con::-webkit-scrollbar {
    display: none;
}

.history_list {
    margin-bottom: 0.6rem;
    align-items: center;
}

.history_list_date {
    width: 1.3rem;
    height: 1.15rem;
    background: #f2f2f2;
    flex-direction: column;
}

.history_list_date h3 {
    font-size: 0.3rem;
}

.history_list_date p {
    color: #666666;
    font-size: 0.22rem;
}

.history_list_txt {
    width: 5.1rem;
    color: #666;
    line-height: 0.38rem;
    font-size: 0.22rem;
}

.honor_box {
    padding: 1.1rem 0 1rem;
}

.honor_tit {
    margin: 0.3rem 0;
}

.honor_tit li {
    cursor: pointer;
    margin: 0 0.3rem;
    color: #454545;
    font-size: 0.24rem;
    font-weight: bold;
}

.honor_tit li.current {
    color: #106fcb;
}

.qiye_con {
    background: url(../images/qiye_bg.jpg) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 2.3rem;
}

.qiye_txt {
    text-align: center;
    height: 3rem;
}

.qiye_txt li {
    line-height: 0.6rem;
}

.qiye_txt li.swiper-slide-thumb-active {
    font-weight: bold;
}

.qiye_pic {
    margin: 0.4rem 0 0;
}

.qiye_pic li {
    text-align: center;
}

.qiye_pic .swiper-button-next,
.qiye_pic .swiper-button-prev {
    width: 0.61rem;
    height: 0.61rem;
}

.qiye_pic .swiper-button-next {
    background: url(../images/honor_next.png) no-repeat;
    background-size: 100% 100%;
}

.qiye_pic .swiper-button-prev {
    background: url(../images/honor_prev.png) no-repeat;
    background-size: 100% 100%;
}

.qiye {
    width: 4.15rem;
    height: 5.8rem;
    border: solid 0.1rem #008bd5;
    margin: 0 auto;
}

.qiye img {
    height: 100%;
}

.tixi_con_bg {
    background: url(../images/tixi_bg.png) no-repeat center top;
    background-size: 100%;
    padding: 1.7rem 0.35rem 0.5rem;
    margin: 0.3rem 0 0;
}

.knowledge_con {
    padding-bottom: 0.5rem;
}

.main {
    padding-bottom: 0.9rem;
}

.chanye_box {
    padding: 0.6rem 0 0;
}

.chanye_list {
    margin: 0.5rem 0 0;
}

.chanye_list li {
    background: #f8f8f8;
    margin-bottom: 1rem;
}

.chanye_pic {
    height: 4.3rem;
}

.chanye_list_con {
    padding: 0.45rem 0.35rem;
}

.chanye_list_txt {
    margin: 0.3rem 0;
    line-height: 0.4rem;
    text-align: justify;
}

.chanye_more {
    width: 2rem;
    height: 0.5rem;
    background: #106fcb;
    color: #fff;
    font-family: Times New Roman;
    display: block;
    line-height: 0.5rem;
    text-align: center;
    padding-left: 0.2rem;
    transition: all 0.6s;
    cursor: pointer;
}

.chanye_more::after {
    width: 0.14rem;
    height: 0.02rem;
    background: #fff;
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
}

.member_tit {
    padding: 0.65rem 0.14rem 0.4rem;
    overflow-x: auto;
    white-space: nowrap;
}

.member_tit li {
    width: 2.7rem;
    font-size: 0.24rem;
    border: solid 1px #dfdfdf;
    border-radius: 0.04rem;
    line-height: 0.32rem;
    height: 0.86rem;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 0.15rem;
    padding: 0.1rem 0.3rem;
    display: inline-block;
    white-space: normal;
}

.member_tit li.current {
    border: solid 0.02rem #106fcb;
    color: #106fcb;
    box-shadow: 0 0 0.3rem rgba(4, 0, 0, 0.2);
}

.member_tit li.current::after {
    width: 0;
    height: 0;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.12rem solid #106fcb;
    content: "";
    position: absolute;
    top: 1.16rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.member_box {
    padding-bottom: 1rem;
}

.member_con {
    background: #106fcb;
    padding: 0.45rem 0.5rem 0.6rem;
}

.member_text {
    color: #fff;
    background: url(../images/member_tit.jpg) no-repeat center top;
    background-size: 1.36rem;
    margin: 0.5rem 0 0;
    padding: 0.5rem 0 0;
}

.member_txt {
    margin: 0.2rem 0 0;
    font-size: 0.24rem;
    opacity: 0.8;
}

.page_box {
    padding-bottom: 0.65rem;
}

.group_news_head {
    background: #f3f7fa;
    padding: 0.5rem 0.35rem;
    margin: 0.5rem 0 0;
}

.group_news_head .swiper-pagination {
    text-align: left;
    position: static;
    line-height: 1;
    margin: 0.5rem 0 0;
}

.group_news_head .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.02rem;
    background: #dadada;
    border-radius: 0;
    opacity: 1;
}

.group_news_head .swiper-pagination-bullet-active {
    background: #106fcb;
}

.goup_num {
    bottom: 0;
    right: 0;
    color: #bfbfbf;
    line-height: 1;
}

.group_news_head_date {
    font-family: Bebas;
    margin-bottom: 3%;
}

.group_news_head_date span {
    font-size: 0.48rem;
    margin-right: 0.15rem;
}

.group_news_head_txt {
    color: #7c7c7c;
    margin: 2% 0 0;
    line-height: 0.36rem;
    text-align: justify;
}

.group_news_list {
    padding-bottom: 0.9rem;
}

.group_news_list li {
    border-bottom: solid 1px #f1f1f1;
    padding: 0.4rem 0.35rem;
}

.group_news_list_date {
    width: 0.85rem;
    color: #888;
    font-family: Bebas;
}

.group_news_list_date h3 {
    font-size: 0.5rem;
    line-height: 1;
    position: relative;
    padding-bottom: 0.18rem;
}

.group_news_list_date h3::after {
    width: 0.25rem;
    height: 1px;
    background: #d2d2d2;
    bottom: 0;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.group_news_list_date p {
    padding: 0.15rem 0 0;
    font-size: 0.2rem;
}

.group_news_list_con {
    width: 5.45rem;
}

.zhanlue_box {
    margin: 1.02rem 0 0;
    height: 12.1rem;
}

.zhanlue_list li {
    height: 100%;
    padding: 3.2rem 0.4rem 0;
    text-align: center;
    color: #fff;
}

.zhanlue_list li h2 {
    font-size: 0.6rem;
}

.zhanlue_list li p {
    margin: 0.7rem 0 0;
    font-size: 0.3rem;
}

.zhanlue_list li p a {
    line-height: 1.1rem;
    font-size: 0.3rem;
    display: block;
}

.zhanlue_list .swiper-button-next,
.zhanlue_list .swiper-button-prev {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 100%;
    border: solid 1px #fff;
    margin-top: 0;
    top: 60%;
}

.zhanlue_list .swiper-button-prev {
    background: url(../images/zhanlue_prev.png) no-repeat center center;
    background-size: 0.22rem 0.18rem;
    left: 0.35rem;
}

.zhanlue_list .swiper-button-prev:hover {
    background-color: #106fcb;
    border: none;
}

.zhanlue_list .swiper-button-next {
    background: url(../images/zhanlue_next.png) no-repeat center center;
    background-size: 0.22rem 0.18rem;
    right: 0.35rem;
}

.zhanlue_list .swiper-button-next:hover {
    background-color: #106fcb;
    border: none;
}

.zhanlue_tip {
    width: 5.4rem;
    margin: 0.3rem auto 1.2rem;
}

.zhanlue_tip h2 {
    font-size: 0.3rem;
    color: #106fcb;
}

.zhanlue_tip p {
    font-size: 0.28rem;
    color: #888;
    margin: 0.2rem 0 0;
}

.zhanlue_list1 li {
    height: 2.1rem;
    background: #f9f9f9;
    line-height: 0.48rem;
    padding: 0.75rem 1.5rem 0;
    color: #666;
    text-align: justify;
    position: relative;
    margin-bottom: 0.9rem;
    font-size: 0.24rem;
}

.zhanlue_list3 li {
    padding: 0.85rem 0.5rem 0;
    height: 3.2rem;
    line-height: 0.4rem;
}

.zhanlue_list1_tit {
    width: 2.36rem;
    height: 0.64rem;
    background: #106fcb;
    color: #fff;
    line-height: 0.64rem;
    font-size: 0.28rem;
    top: -0.3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.6s;
}

.zhanlue_xx_bg {
    background: url(../images/zhanlue_xx_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 0 0 0.3rem;
}

.zhanlue_list2 {
    margin: 0.4rem 0 0;
}

.zhanlue_list2 li {
    margin-bottom: 0.6rem;
}

.zhanlue_list2_con {
    line-height: 0.48rem;
    margin: 0.4rem 0 0;
}

.join_box {
    padding: 0.9rem 0;
}

.join {
    margin: 0.5rem 0 0;
    background: #f8fbff;
}

.join_tit {
    background: #176db9;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.24rem;
}

.join_tit li {
    text-align: center;
}

.join2 {
    width: 2.05rem;
}

.join3 {
    width: 1.6rem;
}

.join4 {
    width: 1rem;
}

.join5 {
    width: 1.6rem;
}

.join6 {
    width: 0.5rem;
}

.join_list li h3 {
    font-size: 0;
    cursor: pointer;
    height: 1rem;
    border-left: solid 0.05rem #fff;
}

.join_list li h3 span {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    font-size: 0.2rem;
    color: #666;
    vertical-align: middle;
}

.join_list li.current h3 {
    background: #edf6ff;
    border-left: solid 0.05rem #106fcb;
}

.join_list li.current .join_list_tit {
    font-weight: bold;
}

.join_list_num {
    background: #deefff;
}

.join_list_con {
    border: solid 0.02rem #edf6ff;
    padding: 3% 5%;
    display: none;
    font-size: 0.24rem;
}

.m_contact_box {
    background: #f8fcff;
    margin: 0.3rem 0 1.1rem;
}

.map {
    height: 4.3rem;
}

.m_contact_con_box {
    padding: 0.75rem 0.4rem 0.7rem;
}

.m_contact_con {
    padding-bottom: 0.4rem;
}

.shangshi_box {
    padding: 0 0 1.2rem;
}

.shangshi {
    margin: 0.4rem 0 0;
    background: #f8f8f8;
    padding: 3%;
}

.shangshi_pic img {
    width: 5.4rem;
}

.shangshi_con {
    text-align: justify;
    padding: 0.5rem 0;
}

.strategic_list {
    padding: 0.7rem 0 0;
}

.strategic_list li {
    height: 2.1rem;
    text-align: center;
}

.cybj_bg {
    background: url(../images/chanyebuju_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 0.1rem 0 0.1rem;
}

.cybj_bg .tit p {
    color: #909090;
}

.cybj_list {
    padding: 0.6rem 0 0;
}

.cybj_list li {
    height: 2.2rem;
    background: rgba(249, 249, 249, 0.7);
    font-size: 0.24rem;
    color: #666;
    line-height: 0.48rem;
    padding: 0.5rem 0 0;
    text-align: center;
    position: relative;
    margin-bottom: 0.8rem;
}

.red {
    color: #e90615;
}

.guihua_bg {
    background: url(../images/guihua_bg.jpg) no-repeat center top;
    background-size: 100%;
}

.fistfive {
    margin: 0.3rem 0.8rem 0.5rem;
}

.fistfive h1 {
    font-size: 0.32rem;
    color: #106fcb;
}

.fistfive h3 {
    font-size: 0.3rem;
    margin: 0.2rem 0 0;
}

.guihua_pic img {
    width: 4.5rem;
}

.guihua_con {
    padding: 0.65rem 0.3rem 0.6rem;
}

.guihua_con h3 {
    font-size: 0.32rem;
}

.guihua_con h3 span {
    font-weight: lighter;
}

.guihua_txt {
    color: #666;
    font-size: 0.24rem;
    margin: 2% 0 0;
}

.guihua2_box {
    padding: 0 0 0.9rem;
}

.guihua2_pic {
    margin: 0.4rem 0 0.7rem;
}

.secondfive h1 {
    font-size: 0.4rem;
    color: #106fcb;
}

.secondfive h3 {
    font-size: 0.24rem;
    line-height: 2;
    margin: 0.2rem 0 0;
}

.m_news_list {
    padding: 0.4rem 0 0.45rem;
}

.m_news_list li {
    margin-bottom: 0.4rem;
}

.m_news_list li img {
    width: 100%;
    height: 3.5rem;
}

.m_news_list li .blue {
    text-transform: uppercase;
    transition: all 0.6s;
    font-size: 0.2rem;
}

.m_news_con {
    background: #fafafa;
    padding: 0.23rem 5%;
}

.m_news_tit {
    margin: 0.1rem 0 0.1rem;
    font-size: 0.22rem;
}

.tixi_pic {
    border: solid 0.05rem #4868a3;
}

.swiper-button-next::after {
    content: "";
}

.swiper-button-prev::after {
    content: "";
}


/*footer*/


/*main*/