html, body, div{
	margin: 0;
	padding: 0;
	border: 0;
    /*height: 100%;*/
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    font-size: 14px;
    line-height: 1.5;
}

body {
    line-height: 1;
}

table {
    margin: auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

.tac {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg-white {
    background: #fff;
}

.index_body {
    width: 100%;
}

/* 首页样式 */
.container-fluid {
    margin: 0;
    padding: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 20px 40px;
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    /* background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,0)); */
}

.header-fixed {
    position: fixed;
    top: -120px;
    left: 0;
    width: 100%;
    padding: 10px 40px;
    z-index: 99;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header-fixed .container-fluid {
    display: flex;
    justify-content: space-between;
}
.actives{
    color: #FFF;
    font-weight: bold;
}
.header-fixed.a,
.header-fixed.active {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-fixed.a .nav>li>a,
.header-fixed.active .nav>li>a {
    color: #000;
}

.nav>li>i {
    display: none;
}

/* .header-fixed.a .navbar li:hover a:after,
.header-fixed.a .navbar li.active a:after,
.header-fixed.active .navbar li:hover a:after,
.header-fixed.active .navbar li.active a:after {
    width: 100%;
    left: 0;
    background: #333;
} */

.header-fixed.a .header-search i,
.header-fixed.active .header-search i {
    color: #fff;
}

.header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .logo {
    display: block;
    height: 55px;
    line-height: 55px;
}
.banners .swiper-button-next:after{
    content: none;
}
.banners .swiper-button-prev:after{
    content: none;
}
.banners .swiper-button-next{
    background: url(../image/icon_btn_next.png) no-repeat;
}
.banners .swiper-button-prev{
    background: url(../image/icon_btn_prev.png) no-repeat;
}
.logo img {
    /* opacity: 0; */
    height: 100%;
    max-width: 425px;
}

.navbar {
    display: flex;
}

.nav>li {
    float: left;
    margin: 0 35px;
    position: relative;
}

.nav>li>a {
    display: block;
    color: rgba(255, 255, 255, .7);
    line-height: 38px;
    position: relative;
    font-size: 18px;
}

/* .nav>li>a:after {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 8px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
} */

.nav>li:hover>a:after,
.nav>li.active>a:after {
    width: 100%;
    left: 0;
    background: #fff;
}

.nav>li:hover .nav-down {
    top: 65px;
    visibility: inherit;
    opacity: 1;
}

.nav .nav-down {
    position: absolute;
    top: 60px;
    left: 50%;
    width: auto;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.nav .nav-down:before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}

.nav .nav-down:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 11px 12.5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
    position: absolute;
    left: 50%;
    top: -11px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.nav-down>li>a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.nav-down>li:last-child a {
    border-bottom: 0;
}

.nav-down>li>a:hover {
    color: #3760f4;
}

.navbar .header-search {
    margin-left: 30px;
    position: relative;
}

.navbar .header-search i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    line-height: 47px;
}

.header-search .search-form {
    position: absolute;
    right: 0;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header-search:hover .search-form {
    top: 65px;
    visibility: inherit;
    opacity: 1;
}

.header-search .search-form input {
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    outline: none;
    padding: 0 15px;
    border: 1px solid #E6E6E6;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 95%;

}

.banners .swiper-pagination-bullet{
    background: #FFF !important;
    opacity: .3 !important;
}
.banners  .swiper-pagination-bullet-active{
    background: #FFF !important;
    opacity: 1 !important;
}
.intro {
    width: 100%;
    height: 100%;
    padding: 26% 0;
    color: #fff;

}
.p1,.p2{
    text-shadow:rgb(0 0 0) 4px 2px 5px;;
}
.intro .p1{
    transition: all cubic-bezier(.215,.61,.355,1) .5s .2s;
    opacity: 0;
    text-align: center;
    transform: translateY(100%);
}

#loader8{
    width:100px;
	height:100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background:red;
    border: 5px solid #fff;
	-webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
	position: relative;
}

/* .loading{
	width:100px;
	height:100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background:red;
	animation: rotating 2s linear forwards;
}
@keyframes rotating{
	from{  
		transform: rotate(0deg);
	}
	to{ 
		transform: rotate(360deg);
	}
} */

.banners .swiper-container .swiper-wrapper .swiper-slide-active .slide-inner .intro .p1{
    transform: translate(0,0);
    opacity: 1;
    transition-delay: .2s;
}
.slide-inner p {
    width: 100%;
    height: auto;
}

.p1 {
    font-size: 46px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
}

.p2 {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
}

.footer {
    width: 100%;
    background: #292929;

    height: 75px;
    line-height: 75px;
    color: #666;
}

.footers {
    width: 70%;
    display: flex;
    align-items: center;
    margin: auto;
}

.footer1 {
    margin: 0 20px;
}

/*专长页面*/
.banner {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 120px;
}
.banner1{
    height: auto;
    /* margin-bottom: 120px; */
}
.banner img {
    width: 100%;
    height: 100%;
}
.bottoms1 {
    width: 100%;
    height: 120px;
    padding-top: 53px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.bottoms1 #noon{
    margin-top: 0px !important;
}
.uul {
    width: 100%;
    height: 100%;
    margin: auto;
    color: #fff;
}

.uul li {
    margin-right: 60px;
    float: left;
    line-height: 67px;
    position: relative;
}

.uul li::after {
    content: "/";
    width: 5px;
    height: 20px;
    font-size: 16px;
    color: #b1b1b1;
    position: absolute;
    right: -32px;
    top: 0;
}

.uul li:first-child::after,
.uul li:last-child::after {
    display: none;
}

.uul li .h2 {
    margin-right: 40px;
}

.uul li a {
    color: #b1b1b1;
}

.uul li:first-child a,
.uul li.active a {
    color: #fff;
}

.uul .cont-list {
    position: absolute;
    left: -20px;
    width: 175%;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 10%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.uul>li:hover .cont-list {
    opacity: 1;
    visibility: inherit;
}

.uul .cont-list li {
    padding: 10px 20px;
    text-align: center;
    line-height: 18px !important;
    margin-right: 0px;
}

.uul .cont-list li a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #292C35;
    line-height: 20px;
}

.uul .cont-list li::after {
    content: "";
}

.uul .cont-list li a.active {
    color: #2E4FCA !important;
}

.uul .cont-list li a:hover {
    color: #2E4FCA !important;
}
.container-fluid{
    height: auto;
}
.wai{
    width: 100%;
    height: auto;
    background: url(../image/wai1.png) no-repeat;
    background-size: contain;
}
.right{
    width: 50%;
    height: auto;
    float: right;
    color: #FFF;
    padding-bottom: 300px;
    background: linear-gradient(270deg, #0E4BAF 0%, rgba(14, 75, 175, 0) 100%);
}
.right_top{
    padding: 168px 0 27px 0;
    font-size: 36px;
    height: auto;
    font-weight: bold;
}
.right_mid{
    padding-bottom: 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    height: auto;
    max-width: 600px;
}
.right_bot{
    width: 178px;
    height: 50px;
    border-radius: 24px;
    border: 1px solid #FFFFFF;
    line-height: 50px;
    text-align: center;
    
    height: auto;
}
.wai2{
    width: 100%;
    height: auto;
    background: url(../image/wai2.png) no-repeat;
    background-size: contain;
}
.wai3{
    width: 100%;
    height: auto;
    background: url(../image/wai3.png) no-repeat;
    background-size: contain;
}
.wai4{
    width: 100%;
    height: auto;
    background: url(../image/wai4.png) no-repeat;
    background-size: contain;
}
.inttro{
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
}
.left{
    width: 50%;
    color: #FFF;
    padding-bottom: 340px;
    background: linear-gradient(270deg, rgba(14, 75, 175, 0) 0%, #0E4BAF 100%);
}
.lefts{
    margin-left: 285px;
}

.project{
    width: 100%;
    display: flex;
    height: auto;
    margin-top: 30px;
}
.project .col-md-6{
    padding: 0;
}
.pro_img{
    width: 100%;
    height: auto;
}
.pro_img img{
    width: 100%;
    height: 100%;
    /* max-height: 330px; */
}
.pro_tit{
    width: 100%;
    margin: auto;
    display: flex;
    padding: 32px 26px;
    justify-content: space-between;
    align-items: center;
}
.sort-page{
    margin-bottom: 120px;
  }
  .pagination {
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagination li {
    margin: 0 5px 36px 5px;
  }
  .pagination li a {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    font-size: 18px;
    line-height: 44px;
    color: #0068BD;
    text-align: center;
    border-radius: 50%;
  }
  .pagination li:hover a {
    color: #0068BD;
  }
  .pagination li.active:hover a {
    color: #fff;
  }
  .pagination li span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    font-size: 18px;
    line-height: 44px;
    color: #0068BD;
    text-align: center;
    border-radius: 50%;
  }
  .pagination li.disabled span {
    cursor: not-allowed;
  }
  .pagination li.active span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 18px;
    line-height: 44px;
    color: #000;
    text-align: center;
    /* background: #0068BD; */
  }
.container{
    height: auto;
}
.pro:hover{
    background: #0E4BAF;
    color: #FFF;
}
.swiper-wrapper{
    display: flex;
    align-items: center;
}
/*价值页面*/
#buxia{
    margin-bottom: 0px !important;
}
.money{
    display: flex;
    margin-bottom: 60px;
    height: auto;
}
.section  .buchong{
    width: 100%;
    height: auto;
  
}
#bubu{

    margin-top: 20px !important;
}
.lists{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lists1_img{
    max-width: 200px;
    
}
.lists1_img img{
    width: 100%;
    height: auto;
}
.lists1_name{
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
}
.tableCell{
    height: 90vh !important;
    border: 1px solid transparent !important;
}
.section .container{
    margin-top: 120px !important;
}
.money_left{
    border: 5px solid #EAEAEA;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    max-height: 400px;
}
.money_left img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    max-height: 350px;
}
.money_left video{
    width: 100%;
    height: 100%;
    border-radius: 16px;
    max-height: 400px;
}
.money_right{
    margin:  30px ;
}
.rights1{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-top: 30px;
    margin-bottom: 20px;
}
.rights2{
    width: 45px;
    height: 5px;
    background: #0E4BAF;
    border-radius: 5px;
    margin-bottom: 20px;
}
.rights3{
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
/*关于我们页面*/
.company{
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
    margin-bottom: 120px;
}
.choose1:hover .choose_title{
    color: #0E4BAF;
}
.choose1 {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}
.company_name{
    font-size: 60px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 30px;
}
.company_text{
    width: 70%;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.company_text p{
    line-height: 30px;
}
.company_text p span{
    color: #0977BB;
}
.joins2 {
    width: 100%;
    display: flex !important;
}

.joins2 .form-control {
    background: #f9f9f9;
}

.joins2_info {
    display: flex;
    margin-bottom: 30px;
    height: auto;
    width: 48%;
}

.binfo1 {
    min-width: 93px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
    margin-right: 30px;
    text-align: right;
}

.binfo2 {
    width: 462px;
    height: 45px;
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
}

.binfo2 input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    overflow: hidden;
}

.binfo2s {
    height: 133px;
}

.binfo2 textarea {
    border: none;
    width: 100%;
    height: 100%;
    resize: none;
    overflow: hidden;
}

.binfo2d {
    display: flex;
}
.swal-modal{
    height: auto !important;
}
.mast {
    width: 135px;
    height: 45px;
    background: #0E3F8E;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    height: auto !important;
    margin-bottom: 60px;
}

.mast:hover {
    color: #fff;
}

.masts {
    width: 216px;
    height: 45px;
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
}

.masts input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    overflow: hidden;
}
.choose{
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 15px; */
}
.choose_title{
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 24px;
    height: auto;
}
.xian{
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    margin-bottom: 25px;
}
.choose_text{
    color: #666666;
    line-height: 30px;
}
.map{
    width: 60%;
    height: auto;
    margin: auto;
}
.map img{
    width: 100%;
    height: 100%;
}
.num{
    width: 100%;
    height: 190px;
    display: flex;
    border: 2px solid #F2F2F2;
    
    margin-bottom: 120px;
}
.num_left{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font: 14px "PingFang SC",Microsoft Yahei,Arial;
}
.one{
    height: auto;
    text-align: center;
}
.one span{
    position: relative;
    top: -27px;
    color: #666;
    font-weight: 300;
}
.one1{
    font-size: 42px;
    font-weight: 600;
    color: #333333;
    line-height: 59px;
    height: auto;
}
.one1 sup{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.one2{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    height: auto;
}
.xie{
    color: #D8D8D8;
    font-size: 48px;
    font-weight: 100;
    height: auto;
}
.num_right{
    width: 50%;
    height: auto;
    line-height: 2;
    display: flex;
    align-items: center;
    background: #F2F2F2;
    color: #333333;
    text-align: center;
}
.wenhua{
    width: 100%;
    height: auto;
    text-align: center;
}
.wenhua .rights2{
    margin: 10px auto;
}
.companys{
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 50px;
}
.whites .maps{
    width: 100%;
    height: 100%;
}
.maps img{
    max-width: 300px;
    height: auto;
}
.mapsd{
    
    /* background: #D8D8D8; */
    height: 300px;
}
.whites .maps img{
    width: 100%;
    height: 100%;
}
.maps{
    width: 300px;
    height: auto;
    /* background: #D8D8D8; */
    margin-bottom: 10px;
}
.maps video{
    width: 100%;
    height: 100%;
}
.book{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.exexe{
    cursor: pointer;
}
.books1{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.books_left{
    width: 211px;
    height: 287px;
    /* background: #f4f4f4; */
    display: flex;
    align-items: center;
    margin-bottom: 55px;
}
.books_left img{
    width: 100%;
    height: auto;
}
.books_right{
    width: calc(100% - 261px);
    height: auto;
    margin-left: 50px;
}
.books_right1{
    height: auto;
    color: #333333;
    line-height: 30px;
    padding-top: 100px;
    margin-bottom: 20px;
}
.books_right2{
    height: auto;
    font-weight: 800;
    color: #B0B0B0;
    line-height: 36px;
}
.xians{
    width: 100%;
    height: 1px;
    background: #B0B0B0;
    margin: 67px auto;
}
.team{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.team_img{
    width: 100%;
    height: auto;
    max-height: 360px;
    overflow: hidden;
}
.team_img img{
    width: 100%;
    height: 100%;
}
.team_name{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 20px 0;
}
.team_com{
    color: #666666;
    line-height: 24px;
    margin-bottom: 60px;
}
.ttitle{
    width: 100%;
    max-height: 678px;
    margin-top: 120px;
    margin-bottom: 70px;
}
.ttitle img{
    width: 100%;
    max-height: 678px;
}
.fud{
    background: #F4F7F9;
}
.fuds{
    background: #F4F7F9;
}
.fuds .xiangguan{
    padding-top: 70px;
}
.names{
    display: flex;
    justify-content: space-between;
    color: #333333;
}
.names1{
    font-size: 36px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    line-height: 54px;
}
.names2{
    display: flex;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    line-height: 54px;
    cursor: pointer;
    align-items: center;
}
.backd{
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #0068BD;
    color: #0068BD;
    font-size: 14px;
    border-radius: 25px;
    margin-right: 20px;
}
.fanhui{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fonts{
    line-height: 40px;
}
.bbig{
    margin-right: 10px;
}
.xiang{
    border-top: 1px solid #E5E5E5;
    color: #333333;
}
.xiang1{
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.lan{
    width: 17px;
height: 2px;
background: #0E4BAF;
margin-right: 7px;
}
.xiang2{
  
    margin-top: 30px;
}
.xiangs{
    display: flex;
    justify-content: space-between;
    
    margin-bottom: 60px;
}
.xiang2s1{
    color: #999999;
    margin-bottom: 32px;
}
.xiang2s2{
    color: #333;
}
.ben{
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 100px;
}
.ben p{
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.people{
    /* display: flex; */
    /* justify-content: space-between; */
    background: #F8F8F8;
}
.people .banner{

    height: 100px;
}
.peoples{
    display: flex;
}
.people_img{
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 70px;
    position: relative;
}
.people_img img{
    position: fixed;
    top: 25%;
    left: 10%;
  width: auto;
  height: 55%;
  bottom: 20%;
}
.projects{
    padding-left: 70px;
    border-left: 1px solid #D8D8D8;
    margin-top: 70px;
}
.projects p  img{
    width: 100%;
    height: auto;
}
.picture{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.cate{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.cate_img{
    width: 100%;
    height: 264px;
    background: #F4F4F4 ;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px;
}
.cate_img img{
    width: auto;
    height: 100%;
}
.imgbox{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    padding: 10% 0;
    text-align: center;
    z-index: 999;
}
.cha{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10%;
    right: 10%;
}
.imgboxs{
    width: auto;
    height: 90%;
}
.cate_text{
    width: 100%;
    height: auto;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.join{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.join img{
    width: 100%;
    height: 100%;
}
.tables table {
    max-width: 100%;
    word-break: break-all;
    margin-bottom: 20px;
}

.th1{
    width: 400px;
}
.th2{
    width: 200px;
}
.th1,
.th2,
.th3 {
    line-height: 63px;
    color: #fff;
    padding-left: 28px;
    background: #B2B2B2;
}
.sub{
    color: #3B90FF ;
}
.tables td {
    vertical-align: middle;
    background: #f4f7f9;
    padding: 40px 20px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}
#lokm{
    margin-top: 80px;
}
.whites{
    margin-top: -420px;
    z-index: 9;
    position: relative;
    background: #FFF;
    max-width: 900px !important;
}
.thouds{
    
    max-width: 900px !important;
}
#fiveopen{
    padding-top: 10px;
}
#fiveopen h2{
    font-size: 1.5rem;
}
.white{
   padding-top: 50px;
}
.chao{
    width: 60%;
    margin: auto;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.dibu{
    width: 100%;
    height: 38px;
    margin: auto;
    background: #0E4BAF;
    opacity: 0.8;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 15%;
}
#padd{
    margin-bottom: 0;
}
.dibus{
    width: 100%;
    height: 38px;
    margin: auto;
    background: #0E4BAF;
    opacity: 0.8;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 15%;
    text-align: center;
}
.dibus div{
    margin: auto;
    text-align: center;
}
.shu{
    height: 26px;
    width: 1px;
    line-height: 24px;
}
.xiangguan{
    width: 100%;
    height: auto;
    font-size: 36px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
    text-align: center;
    margin-bottom: 45px;
}
.choose_titles{
    font-size: 18px;
    color: #666;
    line-height: 36px;
    text-align:center;
    margin-bottom: 24px;
}
.title1{
    height: auto;
    margin-left: 30px;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
.title2{
    height: auto;   
    margin-left: 30px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    font-size: 12px;
}
.joinDetail{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px #DEDEDE;
    border-radius: 5px;
    padding-bottom: 40px;
}
.joinDetail1{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.joinDetail2{
    width: 95%;
    margin: auto;
    height: 113px;
    background: #F9F9F9;
    margin-bottom: 45px;
}
.joinDetail3{
    margin: 22px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    color: #333333;
    line-height: 35px;
}
.joinDetail3 div{
    min-width: 384px;
    height: auto;
}
.detail4{
    width: 95%;
    margin: auto;
    height: auto;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.detail5{
    width: 95%;
    margin: auto;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 40px;
}

.back{
    width: 202px;
    height: 67px;
    background: #3B90FF;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    line-height: 67px;
    font-size: 24px;
    float: right;
    margin: 40px 0;
}
.ttt{
    width: 22%;
    position: relative;
    top: -170px;
    color: #FFF;
    font-size: 36px;
    left: -60px;
}
.ttt span{
    font-size: 24px;
    font-weight: 300;
    color: #DEDEDE;
}
.fluids{
    background: #F4F7F9;
    height: auto;
}
.da{
    
    height: auto;
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    margin-bottom: 24px;
}
.hui{
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    margin-bottom: 32px;
}
.fan{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.fan_left1{
    height: auto;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 50px;
}
.fan_left2{
    font-size: 14px;
    height: auto;
    color: #333;
    margin-bottom: 20px;
}
.fan_left3{
    height: auto;
    color: #343434;
    font-weight: bold;
}
.fan_right{
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fan_right1{
    width: 50%;
    height: auto;
}
.fan_right2{
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 20px;
}
.fan_right2 input{
    width: 90%;
    border: 0px;
    outline-style: none ; 
    border-bottom: 1px solid #E5E5E5;
    margin-top: 10px;
}
.posts{
    width: 143px;
    height: 49px;
    background: #292929;
    color: #FFF;
    line-height: 49px;
   text-align: center;
   margin-bottom: 90px;
}
.huis{
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    margin-top: 120px;
    margin-bottom: 32px;
}