
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
margin: 0;
padding: 0;
font-family: 苹方;
}
*{box-sizing: border-box;}
html, body {
min-height: 100%;
}

h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
list-style: none;
}

img {
border: none;
vertical-align: middle;
}

a {
text-decoration: none;
color: #fff;
}

table {
border-collapse: collapse;
table-layout: fixed;
}

input, textarea {
outline: none;
border: none;
}

textarea {
resize: none;
overflow: auto;
}

.clearfix {
zoom: 1;
}
.clear {
    clear:both;
}
.clearfix:after {
content: ".";
width: 0;
height: 0;
visibility: hidden;
display: block;
clear: both;
overflow:hidden;
}
.fl {
float: left
}

.fr {
float: right
}

.tl {
text-align: left;
}

.tc {
text-align: center
}

.tr {
text-align: right;
}

.ellipse {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.inline{
display: inline-block;

}
.w1540 {
    width: 1540px;
    margin: 0 auto;
}

/* 默认导航栏样式 */
.navbar {
    background-color: transparent;
    color: white; /* 默认字体颜色为白色 */
    transition: background-color 0.3s ease, color 0.3s ease; /* 添加其他样式 */
}

/* 下滑时的导航栏样式 */
.navbar.scrolled {
    background-color: #173e62; /* 背景颜色变为白色 */
    color: rgb(255, 255, 255); /* 字体颜色变为褐色 */
    /* 添加其他样式 */
}
.header {
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    z-index: 1000;
    border: 1px solid #ffffff4f;
}


.header .one .pos {
    width: 100%;
    display: none; 
    position: absolute;
    left: 0;
    top: 100px; 
} 

.header .one:hover .pos {
    display: block;
}
.header .logo {
    float: left;
    line-height: 100px;
}
.header .one a span {
    position: relative;
    padding: 0 8px;
    margin: 0 15px;
    float: left;
    line-height: 100px;
}
.header  .nav {
    width: 900px;
    margin-left: calc(50% - 380px);
    margin-right: calc(50% - 330px);
} 

.header .oa span{
    float: right;
    line-height:100px;
    font-size: 14px;

}

.header .one .oa a:hover {
    font-size: 14px;
    color: #fcc034;
}

.header .nav .one .pos .bor {
    margin: 50px 9% 85px 0;
    width: 353px;
    min-height: 170px;
    border-right: #f6f6f6 2px solid;
}
.header .nav .one .pos .bor a {
    margin-bottom: 20px;
    float: left;
    width: 50%;
    font-size: 18px;
    color: #181931;
}

.f1 {
    float: left;
}
.header .nav .one .pos .next {
    margin: 50px 0;
    width: 40%;
}
.header .nav .one .pos .next b {
    margin-bottom: 30px;
    font-size: 24px;
    color: #181931;
}
.header .nav .one .pos .next p {
    margin-bottom: 38px;
    margin-top: 20px;
    height: 30px;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.header .nav .one .pos .next a {
    position: relative;
    display: flex;
    width: 160px;
    height: 52px;
    text-align: center;
    background-color:#173e62 ;
    border-radius: 52px;
    overflow: hidden;
}
.header .nav .one .pos .next a em {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding-right: 27px;
    font-size: 16px;
    line-height: 49px;
    color: #fff;
    background: url(../images/icon_34ss.png) right center no-repeat;
}
.header .nav a:hover {
    color: #fcc034;
}
#swiper-demo{
    height:872px;
    width: 100%;
}

img{
    width: 100%;
    object-fit: fill;
}
.simple-swiper-container{
    border:none;
}
.swiper-items{
    flex-direction: row;
}
.simple-swiper-container {
    width: 100%;
    height: 880px;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 solid rgb(226, 226, 226);
}

.simple-swiper-container>.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 220px;
}

.simple-swiper-container>.swiper-wrapper>.swiper-slider {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.swiper-slider .through {
    pointer-events: none;
}

.simple-swiper-container>.swiper-wrapper>.through {
    cursor: grab!important;
}


.simple-swiper-container>.swiper-wrapper>.swiper-slider>.swiper-items img {
    border: none;
}

.simple-swiper-container>.swiper-wrapper>.swiper-slider>.swiper-items {
    vertical-align: top;
    text-align: center;
    border-radius: 10px;
}
.simple-swiper-container>.btn {
    position: absolute;
    cursor: pointer;
    z-index: 5;
    top: 45%;
    display: none;
}

.simple-swiper-container:hover>.btn {
    display: block;
}

.simple-swiper-container>.btn-prev {
    left: 0;
}

.simple-swiper-container>.btn-next::before {
    border-left: 12px solid #fff;
    border-right: 12px solid transparent;
}

.simple-swiper-container>.btn-next::before,
.simple-swiper-container>.btn-prev::before {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    display: block;
}

.simple-swiper-container>.btn-prev::before {
    border-left: 12px solid transparent;
    border-right: 12px solid #fff;
}

.simple-swiper-container>.btn-next {
    right: 0;
}

.simple-swiper-container>.pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    text-align: center;
}

.pagination .pagination-items {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: rgb(180, 180, 180);
    border-radius: 50%;
}

.pagination .pagination-items-active {
    background-color:#fff;
}


.no-click a {
    pointer-events: none;
}


.swiper-cube-wrapper>.swiper-slider {
    position: relative;
    border: 1px solid;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transform: rotateX(80deg);
}
.about {
    width: 100%;
    height: 100%;
}
.conne {
    width: 100%;
    height: 1500px;
    
}
.conne {
    width: 100%;
    height: 80px;
    background-color: #173e62;
}
.conne .dianh span {
    color: #fff;
    font-size: 20px;
    float: left;
    line-height: 80px;
    margin-right: 20px;
}
.conne .dianh p {
    color: #fff;
    font-size: 16px;
    float: left;
    line-height: 80px;
}
.conne .emla span {
    color: #fff;
    font-size: 20px;
    float: left;
    line-height: 80px;
    margin-right: 20px;
}
.conne .emla p {
    color: #fff;
    font-size: 16px;
    float: left;
    line-height: 80px;
}
.conne .emla {

}
.content .text .tlt {
    margin: 80px 0 60px 0; 
}
.content .text .tlt .xian{
    width:70px;
    height: 1px;
    background-color: #ac8d68;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.content .text .tlt span {
    font-size: 16px;
    color: #ac8d68;
}
.content .text h1 {
    font-size: 30px;
    color: #173e62;
    margin-bottom: 40px;
    font-family: 宋体;
}
.content .text  .wenz {
    font-size: 16px;
    color: #7b7b86;
    line-height: 40px;
    margin-bottom: 40px;
}
.content .text .btn {
    position: relative;
    width: 160px;
    height: 52px;
    text-align: center;
    background-color: #ac8d68;
    border-radius: 52px;
    
}
.content .text  {
    float: left;
}
.content .text .btn em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 27px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: url(../images/icon_34ss.png) right center no-repeat;
}
.content  .suzi ul li {
    float: left;
    margin-right: 140px;
    margin-bottom: 60px;
}
.content  .suzi ul li p {
    font-size: 34px;
    color: #173e62;
    font-family: 宋体;
}
.content  .suzi ul li span {
    font-size: 16px;
    color: #181931;
}
.content .img img {
    width: 640px;
    position: relative;
    top:-90px;
    float: right;
}



.swiper {
  width: 100%;
  position: relative;
  top:-400px;
}

.swiper .swiper-slide {
  height: 480px;
  
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 10%;
  object-fit: cover;
}
.business {
    width: 100%;
    height: 680px;
    background: url(../images/ywbj.png) right center no-repeat;
}
.business .tltle .left {
    float: left;
}
.business .tltle .right {
    float: right;
}
.business .tltle .right p {
    font-size: 18px;
    color: #ac8d68;
    margin-top: 160px;
}
.business .tltle .left p {
    font-size: 18px;
    color: #ac8d68;
    margin-top: 110px;
    margin-bottom: 10px;
}
.business .tltle .left span {
    font-size: 26px;
    color: #fff;
}
.swiper .swiper-slide img {
    width: 100%;
    height: 586px;
    float: left;
}
.swiper .swiper-slide .text {
    position: absolute;
    left: 0;
    padding: 340px 50px 0px 50px;
}
.swiper .swiper-slide .text h1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.swiper .swiper-slide .text span {
    font-size: 14px;
    color: #fff;
    display: none;
}
.swiper .swiper-slide:hover  span{
    display: block;

}
.case {
    margin-top: -320px;
    padding-bottom: 100px;
}
.case .tltle .left {
    float: left;
}
.case .tltle .right {
    float: right;
}
.case .tltle .right p {
    font-size: 18px;
    color: #ac8d68;
}
.case .tltle .left p {
    font-size: 18px;
    color: #ac8d68;
    margin-bottom: 10px;
}
.case .tltle .left span {
    font-size: 26px;
    color: #173e62;
}
.item .article  a {
    width: 30%;
    margin-right: 76px;
    float: left;
    margin-bottom: 40px;
}
a:hover {
    text-decoration: none;
}
.item .article a:nth-child(3n) {
    margin-right: 0;
}
.item .article .project .img {
    width: 100%;
    height: 270px;
    border-radius:4px;
    margin-bottom: 30px;
}
.item .article .project .img img {
    height: 270px;
}
.item .article .project .text .xian {
    width: 54px;
    height: 1px;
    background-color: #ac8d68;
    float: left;
    margin-top: 6px;
    margin-right: 20px;
}
.item .article .project .text  h1 {
    font-size: 16px;
    color: #173e62;
    margin-bottom: 10px;
}
.item .article .project .text p {
    width: 84%;
    font-size: 14px;
    color: #7b7b86;
    margin-left: 74px;
    line-height: 30px;
    margin-bottom: 14px;
}
.item .article .project .text em {
    width: 84%;
    font-size: 14px;
    color: #ac8d68;
    margin-left: 74px;
}
.item .article .project .img:hover {
    box-shadow: 18px 10px 20px #173e6221;
}
.branch {
    background-image: url(../images/fzbj.png);
    width: 100%;
    height: 680px;
    margin-top: 60px;
}
.branch .left  {
    padding-top: 200px;
    width: 41%;
    float: left;
}
.branch .left span {
    font-size: 18px;
    color: #ac8d68;
}
.branch .left h1 {
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}
.branch .left p {
    font-size: 14px;
    color: #fff;
    padding-bottom: 40px;
    float: left;
    line-height: 30px;
}
.branch .left em {

    font-size: 14px;
    color: #ac8d68;
}
.branch .right img{
    float: right;
    width: 640px;
    height: 532px;
    margin-top: 100px;
}
.news {
    margin-top: 120px;
}
.news .tltle .left {
    float: left;
}
.news .tltle .right {
    float: right;
}
.news .tltle .right p {
    font-size: 18px;
    color: #ac8d68;
}
.news .tltle .left p {
    font-size: 18px;
    color: #ac8d68;
    margin-bottom: 10px;
}
.news .tltle .left span {
    font-size: 26px;
    color: #173e62;
}
.message {
    margin-top: 40px;
}
.message .left {
    float: left;
}
.message .left img {
    width: 680px;
    height: 494px;
}
.message .left .wzbj {
    width: 680px;
    height: 60px;
    background-color: #173e6280;
    position: relative;
    top: -60px;
    padding-left: 30px;
} 
.message .left .wzbj p {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
}
.message .middle {
    float: left;
    margin-left: 20px;
}
.message .middle a:hover{
    color: #fff;
}
.message .middle .tlt {
    width: 410px;
    height: 240px;
    background-color: #f8f8f8;
    padding: 46px 34px;
    margin-bottom:15px ;
}
.message .middle .tlt  h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.message .middle .tlt span {
    font-size: 14px;
}
.message .middle .tlt .wenzi {
    padding-bottom: 20px;
    border-bottom:1px solid #ecedee ;
}
.message .middle .tlt .data {
    margin-top: 20px;
}
.message .middle .tlt .data h2 {
    font-size: 24px;
    font-weight: bold;   
}
.message .middle .tlt .data p {
    font-size: 14px;

}
.message .middle .tlt .data span { 
    font-size: 24px;
    float: right;
    position: relative;
    top: -40px;
}
.message .middle .tlt:hover {
    background-color: #173e62;
    color: #fff;
}
.message .right {
    float: left;
}
.message .right .hezi {
    width: 410px;
    height: 154px;
    background-color: #f8f8f8;
    padding: 44px 34px;
    margin-bottom: 16px;
    margin-left: 20px;
}
.message .right .hezi:hover {
    background-color: #173e62;
    color: #fff !important; 
}
.message .right .zuo {
    float: left;
    border-right:1px solid #ecedee ;
    padding-right: 20px;
    margin-right: 20px;
}
.message .right .zuo h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.message .right .zuo span {
    font-size: 14px;
}

.message .right .you p {
    font-size: 16px;
}
.message .right .you span {
    font-size: 16px;
}
.footer {
    width: 100%;
    height: 940px;
    background-image: url(../images/ditp.png);
}
.footer .logo {
    width: 174px;
    padding-top: 100px;
    padding-bottom: 40px;
}
.footer .message .iphone p {
    font-size: 14px;
    color: #fff;
}
.footer .message .iphone {
    float: left;
    margin-right: 170px;
}
.footer .message .iphone h1 {
    font-size: 22px;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 50px;
}
.footer .message .iphone span {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.footer .message .mailbox {
    float: left;
    margin-right: 360px;
}
.footer .message .mailbox h1 {
    font-size: 22px;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 50px;
}
.footer .message .mailbox p {
    font-size: 14px;
    color: #fff;
}
.footer .message .beijing {
    float: left;
    margin-right: 170px;
}
.footer .message .beijing p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 26px;
}
.footer .message .beijing ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .message .wuhan {
    float: right;
    
}
.footer .message .wuhan p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 26px;
}
.footer .message .wuhan ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .navigation p {
    font-size: 18px;
    font-family: 宋体;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 100px;
}
.footer .navigation ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
} 
.footer .navigation .lieb {
    float: left;
    margin-right: 312px;
}
.footer .navigation .lieb:nth-child(4){
    margin-right: 0;
}
.footer .navigation .lieb h1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}
.footer .navigation .lieb .shur {
    font-size: 14px;
    color: #898989;
    margin-bottom: 30px;
    width: 328px;
    height: 60px;
    border-radius: 2px;
    padding-left: 20px;
} 
.footer .navigation .lieb  form input{
    width: 134px;
    height: 46px;
    border-radius: 2px;
    background-color: #ac8d68;
    color: #fff;
}
.guide {
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 10px 10px 10px #66666611;
}
.guide ul a {
    float: left;
    width: 170px;
    height: 70px;
    background-color: #fff;
    color: #181931;
    line-height: 70px;
    text-align: center;
}

.guide ul  span{
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}
.guide ul li p{
    font-size: 16px;
}
.guide ul a:hover {
    background-color: #173e62;
    color: #fff;
    text-decoration: underline;
}
.introduce  {
    width: 100%;
    height: 1006px;
    background-image: url(../images/bj6.png);
    padding-top: 84px;
}
.tltle {
    margin-bottom: 40px;
}
.tltle h3 {
    font-size: 28px;
    color: #173e62;
}
.tltle p {
    font-size: 14px;
    color: #7b7b86;
    margin-top: 12px;
    margin-bottom: 20px;
}
.tltle .xian {
    width: 50px;
    height: 1px;
    background-color: #ac8d68;
}
.introduce .duce ul li{
    float: left;
    margin-right: 120px;
}
.introduce .duce ul li p {
    font-size: 14px;
    color: #7b7b86;
}
.introduce .duce ul li h4 {
    font-size: 40px;
    color: #173e62;
    float: left;
    font-family: 宋体;
    font-weight: bold;
    margin-right: 10px;
}
.introduce .duce ul li span {
    font-size: 14px;
    color: #7b7b86;
    position: relative;
    top:20px;
}
.introduce .full {
  margin-top:20px;
}
.introduce .full p {
    font-size: 16px;
    color: #181931;
    line-height: 40px;
}
.culture {
    width: 100%;
    height: 946px;
    background-color: #fafafa;
    padding-top: 120px;
}
.culture .fudong {
    float: left;
    margin-right: 264px;
}
.culture .list {
    width: 367px;
    height: 353px;
    padding-top: 60px;
    padding-left: 50px;
    background: linear-gradient(to left, #fefcf8, #ffffff);
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
.culture .list:nth-child(4){
    margin-right:0;
}
.culture .list:nth-child(8){
    margin-right:0;
}
.culture .list span  {
    font-size: 24px;
    color: #ac8d68;
}
.culture .list span img{
    width: 24px;
    height: 24px;
}
.culture .list h3 {
    font-size: 20px;
    color: #181931;
    margin-top: 36px;
    margin-bottom: 20px;
}
.culture .list p {
    font-size: 12px;
    color: #ac8d68;
}
.culture .list .xian {
    width: 35px;
    height: 2px;
    background-color: #ac8d68;
    margin-top: 14px;
}
.culture .list h4 {
    font-size: 14px;
    color: #7b7b86;
    margin-top: 45px;
    width: 80%;
  line-height: 30px;
}
.course-box {
    padding-top: 100px;
    height: 780px;
    background: url(../images/bj8.png) no-repeat center center;
    background-size: cover;
    margin-bottom:130px;
}

.course-box > h3 {
    margin-bottom: 25px;
    color: #404040;
    text-align: center;
    letter-spacing: 4px;
    font-size: 36px;
    font-family: sans-serif;
}

.course-box > .line {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: #ff0013;
    -webkit-box-shadow: 0 0 30px #ccc;
    box-shadow: 0 0 30px #ccc;
}

.course-box > p {
    margin-top: 30px;
    color: #ccc;
    text-align: center;
    letter-spacing: 16px;
    font-size: 14px;
}

.even-box {
    position: relative;
    padding-top: 90px;
    height: 440px;
}

.event-list {
    margin-bottom: 50px;
    padding-top: 100px;
    height: 200px;
}

.event-list ul {
    position: relative;
    margin-left: 50%;
    height: 1px;
    background-color: #999;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.event-list ul li {
    position: absolute;
    width: 140px;
    height: 100px;
    color: #4c4c4c;
    text-align: center;
    font-style: italic;
    font-size: 60px;
}

.event-list ul li .year {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    letter-spacing: 3px;
    font-family: number;
    cursor: pointer;
}

.event-list ul li.on .year {
    color: #ac8d68;
    text-shadow: 0 6px 16px #ac8d68;
}

.event-list ul li .dian {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: block;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #bbb;
    box-shadow: 0 0 8px #bbb;
}

.event-list ul li .dian i {
    display: block;
    margin: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #4d4d4d;
}

.event-list ul li.on .dian i {
    background-color: #ac8d68;
}

.event-list ul li p {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    cursor: pointer;
}

.event-list ul li::before {
    position: absolute;
    left: 50%;
    z-index: 2;
    display: block;
    width: 400px;
    height: 1px;
    background-color: #ac8d68;
    -webkit-box-shadow: 0 0 1px #ea1620;
    box-shadow: 0 0 1px #ea1620;
    content: '';
    opacity: 0;
}

@media screen and (max-width: 1500px) {
    .event-list ul li::before {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1058px !important; /* 使用!important来确保覆盖Bootstrap的默认样式 */
    }
}

.event-list ul li:last-child::before {
    right: 50%;
    left: auto;
}

.event-list ul li.on::before {
    opacity: 1;
}

.event-list ul li:nth-child(even) {
    top: -100px;
}

.event-list ul li:nth-child(odd) {
    bottom: -100px;
}

.event-list ul li:nth-child(even) p {
    bottom: -70px;
}

.event-list ul li:nth-child(odd) p {
    bottom: calc(100% + 1vw);
}

.event-list ul li:nth-child(even) .year {
    top: 0;
}

.event-list ul li:nth-child(odd) .year {
    bottom: 0;
}

.event-list ul li:nth-child(even) .dian {
    bottom: -10px;
}

.event-list ul li:nth-child(odd) .dian {
    top: -10px;
}

.event-list ul li:nth-child(even)::before {
    bottom: -1px;
}

.event-list ul li:nth-child(odd)::before {
    top: 0;
}

.even-box .page, .hxt-box .page, .object-photo-box .page {
    position: relative;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}

.even-box .page div, .hxt-box .page div, .object-photo-box .page div {
    float: left;
    width: 50%;
    letter-spacing: 5px;
    letter-spacing: 1px \0/ IE8+9;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px \0/ IE8+9;
}

.even-box .page .next, .hxt-box .page .prev, .object-photo-box .page .prev {
    background-color: #ac8d68;
    color: rgba(255, 255, 255, .7);
    font-family: number;
}

.even-box .page .prev, .hxt-box .page .next, .object-photo-box .page .next {
    background-color: #fafafa;
    color: #838383;
    font-family: number;
}

i.icon-jiantou, i.icon-jiantou-copy {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.even-box .page .next:hover i,
.hxt-box .page .next:hover i,
.object-photo-box .page .next:hover i {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -ms-transform: translateX(30px);
}

.even-box .page .next:hover,
.hxt-box .page .next:hover,
.object-photo-box .page .next:hover {
    color: #ffffff;
}

.even-box .page .prev:hover,
.hxt-box .page .prev:hover,
.object-photo-box .page .prev:hover {
    color: #5a5a5a;
}

.even-box .page .prev:hover i,
.hxt-box .page .prev:hover i,
.object-photo-box .page .prev:hover i {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -ms-transform: translateX(-30px);
}

.even-box .show-box {
    position: absolute;
    right: 50%;
    bottom: 40px;
    overflow: hidden;
    margin-right: 230px;
    width: 440px;
    height: 380px;
    background-color: #fff;
    -webkit-box-shadow: 0PX 20px 70px #C5C5C5;
    box-shadow: 0PX 20px 70px #C5C5C5;
}

.show-box ul {
    height: 380px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.show-box li {
    float: left;
    padding: 10px;
    width: 440px;
    height: 100%;
}

.show-box li .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px; /*height:186px;*/
}


.show-box li .pic img {
    width: 100%;
    height: 100%;
}

.show-box li .pic h6 {
    display: none;
}

.show-box li p {
    overflow: hidden;
    padding: 0 24px;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 2;
}

.show-box li p a {
    color: #ea1620;
}
.jtdsj {
    margin-top: 100px;
    margin-bottom: 100px;
}
.context {
    margin-top: 100px;
    margin-bottom: 100px;
}
.context .tupian .bgs {
    width: 868px;
    height: 318px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.context .tupian .bgs1 {
    width: 316px;
    height: 318px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.context .tupian .bgs2 {
    width: 316px;
    height: 318px;
}
.context .tupian .bgs3 {
    width: 316px;
    height: 318px;
    margin-right: 10px;
}
.context .tupian .bgs4 {
    width: 316px;
    height: 318px;
    margin-right: 10px;
}
.context .tupian .bgs5 {
    width: 868px;
    height: 318px;
}
.promotional  {
    width: 100%;
    text-align: center;
}
.promotional  h2{
    font-size: 40px;
    color:#fff;
    padding-top: 220px;
}
.promotional  button {
    width: 150px;
    height: 42px;
    background-color: #fff;
    border-radius:30px;
    font-size: 16px;
    color:#173e62;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 42px;
    border: none;
}
.speech {
    width: 100%;
    height: 1030px;
    background-image: url(../images/dszzc.jpg);
    margin-bottom: 100px;
}
.speech .tltle {
    padding-top: 100px;
}
.speech .left p {
    font-size: 16px;
    line-height: 30px;
}
.related {
    margin-bottom: 100px;
}
.related .column ul a  {
    width: 466px;
    height: 498px;
    box-shadow: 8px 0 40px #00000009;
    float: left;
    margin-right: 70px;
    margin-bottom: 50px;
}
.related .column ul a:nth-child(3n) {
    margin-right: 0;
}
.related .column ul li img {
    width: 100%;
    height: 282px;
}
.related .column ul li .text {
    padding: 34px 24px ;
}
.related .column ul li span {
    font-size: 12px;
    color: #7b7b86;
}
.related .column ul li h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #181931;
    margin-bottom: 20px;
    line-height: 30px;
}
.related .column ul li em {
    font-size: 16px;
    color: #ac8d68;
}
.related .column ul li h2:hover {
    color: #173e62;
}
.structure {
    width: 100%;
    height: 1024px;
    background-image: url(../images/zzbj.png);
    padding-top: 100px;
}
.structure  img {
    width: 1248px;
    height: 830px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.member .tltle {
    margin-top: 100px;
}
.member  .core ul li {
    width: 486px;
    height: 304px;
    background-color: #fafafa;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.member  .core ul li:nth-child(3n) {
    margin-right: 0;
}
.member  .core ul li:hover {
    box-shadow: 8px 0 40px #00000018;
}
.member  .core ul li .left img {
    width: 243px;
    height: 304px;
}
.member  .core ul li .right {
    padding: 60px 20px;
    width: 240px;
}
.member  .core ul li .right h2{
    font-size: 20px;
    color: #173e62;
    float: left;
    margin-right: 12px;
}
.member  .core ul li .right span{
    font-size: 14px;
    color: #181931;
    position: relative;
    top: 2px;
}
.member  .core ul li .right p{
    font-size: 14px;
    color: #7b7b86;
    line-height: 26px;
    margin-top: 36px;
    margin-bottom: 20px;
}
.member  .core ul li .right {
    font-size: 14px;
    color: #ac8d68;
}
.honer .qood {
    width: 100%;
    height: 570px;
    background-image:url(../images/rybj.png);
    padding-top: 100px;
}
.honer .qood .left p {
    font-size: 16px;
    color: #181931;
    line-height: 40px;
}
.honer .qood .right {
    margin-top: -64px;
}
.honer  .under {
    width: 100%;
    background-color: #fafafa;
    padding-bottom: 80px;
}
.honer  .under ul li {
    width: 340px;
    height: 300px;
    background-color: #fff;
    float: left;
    text-align: center;
    margin-right: 60px;
    margin-top: 50px;
}
.honer  .under ul li:nth-child(4n){
    margin-right: 0;
}
.honer  .under ul li img {
    width: 100%;
    height: 240px;
}
.honer  .under {
    text-align: center;
}
.honer  .under ul li p {
    font-size: 16px;
    color: #181931;
    margin-top: 16px;
}
   .btns {
    width: 186px;
    height: 52px;
    background-color: #ac8d68;
    text-align: center;

    margin: 0 auto;
    margin-top: 60px;
}
 button {
    width: 186px;
    height: 52px;
    background-color: #ac8d68;
    text-align: center;
      border: none;
    margin: 0 auto;
    margin-top: 60px;
        font-size: 16px;
    color: #fff;
    line-height: 52px;

}

 .btns span {
    font-size: 16px;
    color: #fff;
    line-height: 52px;
}
.aptitude {
    margin-top: 100px;
}
.aptitude ul li {
    width: 340px;
    height: 480px;
    padding: 16px 20px;
    background-color: #fafafa;
    float: left;
    margin-right: 60px;
    margin-top: 40px;
    text-align: center;
}
.aptitude ul li:nth-child(4n){
    margin-right: 0;
}
.aptitude ul li img {
    width: 304px;
    height: 412px;
    margin-bottom: 10px;
}
.aptitude ul li span {
    font-size: 16px;
    color: #181931;
}
.poration {
    width: 100%;
    height: 742px;
    background-color: #fafafa;

}
.poration .w1340 {
    width: 1540px;
}
.poration  .neir {
    height: 520px;
    background-color: #fff;
    margin-top: 100px;
}
.poration  .neir .tupian {
    width: 600px;
    height: 520px;
    float: left;
    margin-right: 54px;
}
.poration  .neir .wenzi {
    margin-top: 70px;
    padding: 0 40px;
}
.poration  .neir .logo {
    width:40px ;
    height: 40px;
    float: left;
    padding: 10px;
    border: 1px solid #fafafa;
    border-radius:4PX;
}
.poration  .neir  span {
    font-size:22px ;
    color: #181931;
    position: relative;
    top: 4px;
    margin-left: 10px;
}
.poration  .neir .wenzi p {
    font-size: 16px;
    color: #181931;
    margin-top: 30px;
    line-height: 40px;
}
.standard  {
    margin-top: 100px;
}
.standard  ul li img {
    float: left;
    width: 225px;
    height: 150px;
    margin-right: 30px;
    margin-bottom: 40px;
}
.standard  ul li img:nth-child(6n) {
    margin-right: 0;
}
.duty {
    margin-top: 100px;
}
.duty .shang p {
    font-size: 16px;
    color: #181931;
    line-height: 30px;
    margin-bottom: 30px
}
.duty .zhong ul li img {
    width: 16px;
    height: 20px;
}
.duty .zhong ul li span {
    position: relative;
    top:2px;
    margin-left: 6px;
}
.duty .zhong ul li {
    float: left;
    margin-right: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.duty .xia ul li {
    width: 740px;
    height: 416px;
    text-align: center;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}
.duty .xia ul li:nth-child(2n){
    margin-right: 0;
}
.duty .xia ul li .heise {
    width:740px ;
    height: 80px;
    background-color: #0000003a;
    line-height: 80px;
    margin-top: -80px;
    position: relative; /* 设置为相对定位 */
      z-index: 1; 
}
.duty .xia ul li p {   
    font-size: 16px;
    color: #fff;
}
.fulfill {
    width: 100%;
    height: 700px;
    background-image: url(../images/llzz.png);
    margin-bottom: 100px;
    margin-top: 50px;
}
.fulfill ul li {
    width: 488px;
    height: 336px;
    background-color: #fff;
    text-align: center;
    padding: 80px 0;
    float: left;
    margin-right: 36px;
}
.fulfill ul li:nth-child(3) {
    margin-right: 0;
}
.fulfill ul li img {
    width: 58px;
    height: 60px;
}
.fulfill ul li .kongzhi {
    width: 72px;
    height: 60px;
}
.fulfill ul li h3 {
    font-size: 24px;
    color: #181931;
    margin-top: 30px;
    margin-bottom: 24px;
}
.fulfill ul li p {
    font-size: 16px;
    color: #909099;
}
.fulfill .tltles {
    padding-top: 100px;
    padding-bottom: 40px;
}
.fulfill .tltles h3 {
    color: #fff;
    font-size: 28px;
}
.fulfill .tltles p {
    color: #fff;
    margin-top: 12px;
    margin-bottom: 20px;
}
.fulfill .tltles .xian {
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.promotional  {
    position: relative;
    display: flex;
    justify-content: center;
}
.promotional img {
    width: 100%;
}
.h1080 {
  height:100%;
}
.promotional .text {
    position: absolute;
      top: 0;
      z-index: 1; 
}
.domain ul li {
    width: 100%;
    height: 640px;
    background-image: url(../images/ywbj4.png);
    margin-top: 100px;
}
.domain ul li .right img{
    margin-top: 70px;
    width: 920px;
    height: 500px;
}
.domain ul li .left {
    margin-top: 110px;
    width: 36%;
}
.domain ul li .left p {
    font-size: 14px;
    color: #7b7b86;
}
.domain ul li .left h2 {
    font-size: 24px;
    color: #181931;
    margin-top: 26px;
    margin-bottom: 40px;
}
.domain ul li .left h4 {
    font-size: 16px;
    line-height: 30px;
}
.domain ul li .left .zuo {
    float: left;
    margin-top: 60px;
}
.siness {
    margin-top: 100px;
}
.siness .left .text p {
    font-size: 16px;
    line-height: 40px;
}
.siness .left .di h3{
    font-size: 20px;
    margin-top: 72px;
    margin-bottom: 20px;
    font-weight: bold;
}
.siness .left .di ul {
    width: 60%;
}
.siness .left .di ul li {
    font-size: 16px;
    color: #7b7b86;
margin-bottom: 10px;
}
.siness .right {
    width: 734px;
    height: 520px;
}
.huise {
    width: 100%;
    margin-top: 100px;
    background-color: #fafafa;
    padding-top: 100px;
    padding-bottom: 100px;
}
.cases {
    margin-top: 100px;
    margin-bottom: 100px;
}
.pagination>li>a, .pagination>li>span {
    color: #173e62;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #173e62;
}
.container {
    width: 1540px;
}
.my-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 960px;
}

.swiper-slide {
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    position: relative;
}

img {
    width: 100%;
    height: auto;
}

.current-slide {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #333;
    font-size: 18px;
}
.my-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    position: relative;
}

img {
    width: 100%;
    height: auto;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 40px;
    margin-top: -80px;
}
.intro .matter .biaoti {
    border-bottom: 4px solid #fafafa;
    margin-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.intro .matter .biaoti h4 {
    font-size: 28px;
    color: #173e62;
    font-weight: bold ;
    float: left;
    margin-right: 20px;
}
.intro .matter .biaoti span {
    font-size: 16px;
    color: #181931;
    border: 1px solid #d9d9d9;
    padding: 10px 30px;
    border-radius: 50px;
}
.intro .matter .neir {
    margin-top: 40px;
}
.intro .matter .neir img {
    width: 40px;
    height: 32px;
    float: left;
    margin-right: 10px;
}
.intro .matter .neir h5 {
    font-size: 28px;
    color: #181931;
}
.intro .matter .neir p {
    font-size: 16px;
    color: #181931;
    margin-top: 20px;
    line-height: 40px;
}
.stance {
    padding-top: 100px;
    background-color:#fafafa ;
    padding: 100px;
}
.stance .tails {
    padding: 70px 60px;
    background-color: #fff;
}
.stance .tails .dline {
    padding-bottom: 60px;
    border-bottom: 4px solid #fafafa;
    margin-bottom: 60px;
}
.stance .tails .dline h3 {
    font-size: 28px;
    color: #181931;
}
.stance .tails .dline ul li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #7b7b86;
    margin-top: 20px;
}
.stance .tails .dline .weix  {
    position: relative;
    top:16px;
    left: -26px;
    color: #0abc64;
}
.stance .tails .zhong {
    font-size: 16px;
    line-height: 40px;
}
.stance .tails .zhong img {
    width: 504px;
    height: 380px;
}
.instit {
    background-color: #fafafa;
    padding-top: 100px;
    padding-bottom: 60px;
}
.instit .china ul li {
    width: 484px;
    height: 260px;
    background-image: url(../images/fzjgbj.png);
    margin-bottom: 40px;
    float: left;
    margin-right: 40px;
}
.instit .china ul li:nth-child(3n){
    margin-right: 0;
}
.instit .china ul li h4 {
    font-size: 18px;
    color: #181931;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
        width: 55%;
    line-height: 30px;
}
.instit .china ul li img {
    width: 166px;
    height: 230px;
    float: right;
}

.guide .yiban {
    width: 50%;
    float: left;
}
.guide .yiban:hover {
    width: 50%;
    float: left;
}

.tab-container {
    display: flex;
    align-items: flex-start;
}

.tabs {
    flex: 1;
    margin-top: 140px;
}
.tab {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;

}

.tab-content {
    flex: 2;    
}

.tab-content.active {
    display: block;

}

.tab-content:not(.active) {
    display: none;
}
.ditu .left {
    width: 50%;
    height: 600px;
    background-color: #fafafa;
}
.ditu .left .tab-content {
    margin-top: 140px
}
.ditu .left .tab-content h3 {
    font-size:24px ;
    color: #181931;
    margin-bottom: 50px;
}
.ditu .left .tab-content p {
    font-size: 16px;
    color: #7b7b86;
    margin-bottom: 20px;
}
.ditu .left .tab-content .daohang {
    width: 186px;
    height: 52px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 52px;
}
.ditu .right {
    width: 50%;
    height: 600px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.biaodan {
    margin-top: 100px;
    padding: 70px 74px;
    box-shadow: 0  0 40px #33333317;
    text-align: center;
    margin-bottom: 100px;
}
.biaodan h3 {
    font-size: 28px;
    color: #181931  ;
    margin-bottom: 40px;
}
.biaodan input {
    width: 45%;
    height: 62px;
    background-color: #fafafa;
    margin-bottom: 40px;
    padding-left: 20px;
    margin-right: 60px;
    float: left;
}
.biaodan .neiro {
    width: 92%;
    height: 260px;
}
.advantage .develop {
    width: 100%;
    height: 610px;
    background-image: url(../images/rcfz.png);
    padding-top: 100px;
    margin-top: 100px;
}
.advantage .develop p {
    font-size: 16px;
    color: #181931;
    line-height: 40px;
}
.advantage .energy {
    width: 100%;
    height: 610px;
    background-image: url(../images/xlfn.png);
    padding-top: 100px;
    margin-top: 100px;
}
.advantage .energy p {
    font-size: 16px;
    color: #181931;
    line-height: 40px;
}
.advantage {
    margin-bottom: 100px;
}
.post {
    margin-bottom: 100px;
}
.post .biao {
    width: 100%;
    box-shadow: 0  0 40px #33333317;
    padding: 45px 60px;
}
.post .biao .ding{
    font-size: 18px;
    color: #181931;
    border-bottom: 1px solid #fafafa;
    height: 80px;
}
.post .biao td  {
    border-bottom: 1px solid #fafafa;
    height: 80px;
}
.post .biao .btnz {
    width: 140px;
    height: 40px;
    background-color: #ac8d68;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.beian  {
    text-align: center;
}
.beian p {
    font-size: 14px;
    color: #ffffff96;
    margin-top: 20px;
}
.xinwen {
    margin-top: 100px;
}
#video {
    display: none;
}
/* ----- PB分页数字条效果 开始 ----- */
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
  }
  .pagination span {
      color: #333;
      font-size: 14px;
      padding: 0 2px;
      margin: 0 5px;
      border-radius: 3px;
  }
  .pagination a:hover {
    color: #173e62;
    border: 1px solid #173e62;
  }
  .pagination a.page-num-current {
    color: #fff;
    background: #173e62;
    border: 1px solid #173e62;
  }
  /* ----- PB分页数字条效果 结束 ----- */
  .biaodan button {
    width: 216px;
    height: 64px;
    border: none;
    color: #fff;
    background-color: #ac8d68;
  }
  .biaodan img {
    width: 100px;
    height: 64px;
    float: left;
  }
/* 去掉高德地图自带图标 */
.amap-logo,.amap-copyright{
    display: none !important;
}

.active {
    color: #fcc034;
}
.gao {
  margin-top:100px;
}
.xia {
margin-bottom:100px;
}
.btnn{
margin: 0 auto;
    width: 180px;
    color: #fff;
    height: 48px;
    background-color: #ac8d68;
    text-align: center;
    line-height: 48px;
margin-bottom:100px;
}
.gaixw .column ul a li {
    width: 100%;
    height: 240px;
    background-color: #fff;
    padding: 40px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #181931;
    box-shadow: 8px 0 40px #00000009;
}
.gaixw .column ul a li:hover {
    background-color: #173e62;
    color: #fff;
}
.gaixw ul a img {
    width: 300px;
    height: 160px;
    float: left;
    margin-right: 40px;
}
.gaixw ul a span {
    font-size: 14px;
}
.gaixw ul a h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer .navigation .lieb img {
  width:140px;
}
.mapBox{
    width: 94%;
    height: 340px;
    margin:13px auto;
}
.ditu .active img{
 width:140px;
}
.shangfu {
 position: relative;
top:-100px;
}
.btnh{
margin: 0 auto;
    width: 180px;
    color: #fff;
    height: 48px;
    background-color: #ac8d68;
    text-align: center;
    line-height: 48px;
}
.bac-img {
   height:300px;
}
.youxiang {
margin-left:30px;
}
