li {
    list-style-type: none;
}

ul {
    padding: 0;
}
a:hover{
  color: #000;  
}
.container-fluid {
    margin: 0;
    padding: 0;
	text-align:center;
}
.container-fluid>img{
	max-width:1440px;
	object-fit: none;
}
#brief,
#honor,
#contact{
    display: none;

}

/*切换*/
.contact-us {
    margin: auto;
}

.contact-us>.contact-us-Navigation {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    background-color: #fff;
    margin-top: -45px;
    padding: 0;
	max-width:1140px;
}

.Navigation-item {
    flex: 1;
    font-size: 20px;
    margin: auto;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
	border:1px solid #e9e9e9;
}
.contact-us-Navigation>.Navigation-item:first-child{
	border-right:none;
}
.contact-us-Navigation>.Navigation-item:last-child{
	border-left:none;
}
/*简介*/
#brief-introduction {
    width: 88%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#brief-introduction>p {
    width: 79%;
}

#brief-introduction>p:first-child {
    text-align: center;
    font-size: 30px;
    margin: 70px 0 48px;
}

.brief-introduction-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.brief-introduction-txt {
    font-size: 16px;
    text-indent: 2em;
    color: #797979;
    line-height: 1.6;
}

/*荣誉*/
#honor {
    width: 88%;
    margin: auto;
    margin-top: 100px;
}

#honor>ul {
    width: 85%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

#honor>ul>li {
    width: 71%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.honor-item-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
}
.position{
    text-align: right;
    position: relative;
    width: 23%;
}
.honor-item-left>span {
    font-size: 18px;
}

.honor-item-left span:last-child {
    font-size: 13px;
}

.honor-item-left>.sanjiao {
    transition: all .3s;
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
}

.honor-item-right {
    display: flex;
    align-items: center;
    width: 72%;
    float: right;
}

.honor-item-right>.yuan {
    width: 16px ;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
    padding: 0;
    padding: 0;
}

.honor-item-right>span {
    display: inline-block;
    color: #333;
}

.honor-item-right>p {
    display: inline-block;
    margin: 0;
    margin-left: 55px;
    color: #000;
}

.Connecting-line {
    position: absolute;
    height: 47px;
    width: 1px;
    border: 1px solid #000;
    left: 218px;
    top: -34px;
}
#honor>h2{
    text-align: center;
    margin-bottom: 40px !important;
    margin-top: 50px !important;
}

/*分支机构*/
.Press-center {
    width: 100%;
    margin: auto;
    padding-left: 6%;
    padding-right: 6%;
    background: url(../images/about/branch-bg.png) center center no-repeat;
    background-size: cover;
}

.Press-switch {
    width: 91%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
    align-items: center;
    border-bottom: 1px solid rgba(6, 24, 40, .15);
}

.Press-switch>ul {
    margin: auto;
    display: flex;
    height: 50px;
    justify-content: space-around;
    width: 75%;
    margin: 0;
    padding: 0;
}

.Press-switch>ul>li {
    width: auto;
    list-style-type: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.Press-switch>ul>li>span:hover {
    color: #000;
}

.Press-switch>ul>li>.xian {
    position: absolute;
    width: 100%;
    border: 1px solid #000;
    display: none;
    transition: all 0.5s;
    animation-name: news-xian;
    animation-duration: 0.5s;
    bottom: 0;
}

@keyframes news-xian {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

.Press-switch>ul>li:hover .xian {
    display: block;
}

.branch-content {
    width: 100%;
    display: none;

}

.branch-content>ul {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.branch-content>ul>li {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid silver;
    padding-bottom: 2%;
    flex-wrap: wrap;

}

.branch-content>ul>li>.branch-left {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    width: 49.6%;
    height: 160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: left;
    padding: 35px;
    margin-top: 10px;
}

.branch-content>ul>li>.branch-left>p {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}

.branch-content>ul>li>.branch-left>.branch-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.branch-address {
    font-size: 14px;
    margin-bottom: 5px;
}

.branch-telephone {
    font-size: 14px;
}

/*支持与服务*/
.Subtitle-center {
    width: 88%;
    margin: auto;
    padding-bottom: 70px;
}

.Subtitle {
    width: 100%;
    font-size: 32px;
    text-align: center;
    padding: 70px 0 20px;
    margin-bottom: 0;
}

.service-content {
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width: 1230px;
}

.Subtitle-center>.Subtitle>.service-content {
    display: flex;
}

.service-content-box-img {
    margin-left: 50px;
}

.service-content-box-img>img {
    width: 50%;
}

.service-content-box {
    width: 595px;
    height: 180px;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.service-content-box:hover {
    transition: all 0.3s;
    box-shadow: 0px 5px 10px 0px rgb(9 9 9 / 25%);
}

.service-content>.service-content-box>div>.title {
    font-size: 24px;
    margin-bottom: 8px;
}

.service-content>.service-content-box>div>.content {
    font-size: 14px;
    margin-bottom: 8px;
}

.service-content>.service-content-box>div>.button {
    width: 96px;
    height: 34px;
    border: 1px solid #000;
    opacity: 0.75;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.service-content>.service-content-box>div>.button>a{
	  color: #000 !important;
}
a {
    color: #000;
}
.contact-information{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 50px;
}
.contact-information-box{
    width: 22%;
    padding: 30px 0 ;
}
.contact-information-box>hr{
    border: none;
    height: 1px;
    margin: 14px 0 20px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 134, 241, 0) 100%);
}
.contact-information-box>a>.box-button{
	margin:auto;
    margin-top: 15px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s;
    background-color: #fff;
}
.contact-information-box>p{
    font-size: 14px;
    margin-top: 15px;
    color: #282828;
    opacity: 0.75;
    line-height: 1.5;
}

.ac {
    display: block !important;
}

.color {
    color: #000;
}