/* 头部 */

.tbdhang {
    /* background-color: #2589FF; */
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    height: 100% !important;
    width: 100% !important;
    background-size: 100% 100% !important;
}
.carousel-inner{
    height: 100% !important;
}
.carousel-inner>.item{
    height: 100% !important;
}
.carousel-inner>.active{
    height: 100% !important;
}
/* .chanp .lieb{
    background-color: #2589FF;
} */
.titleImg li a:hover{
    color: #1F2736;
}
/* .toubudh a{
    font-size: 20px;
} */
.shangca .shangc1{
    width: 80%;
    margin-top: -8%;
}
.shangc1 span:nth-child(1) {
    margin-top: 20%;
    font-size: 48px;
}
.shangc1 span:nth-child(2) {
    margin-top: 5%;
    font-size: 24px;
    margin-left: -.5%;
}
/* 导航 */
.navigationAll{
    width: 100%;
    height: 60px;
    background-color:#F3F3F3; 
    text-align: center;
}
#navigationUl{
    margin: 0 auto;
    width: 60%;
    margin-left: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    list-style: none;
    text-align: center;
}
#navigationUl li{
    width: 33.33%;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 60px;
}
#navigationUl li:hover{
    background-color:#F75050;
    color: #FFFFFF !important; 
}
#navigationUl a{
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    font-family: PingFang-SC-Regular;
    width: 100%;
    height: 100%;
}
#navigationUl a:hover{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}
/* 联系我们 */
.relationCenterAll{
    width: 100%;
    height: auto;
    background: white;
}
.relationCenterAllTop{
    width: 60%;
    height: 200px;
    margin: 10% auto 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.relationCenterAllTop li{
    width: 50%;
    height: 200px;
    border-left: 1px solid #D5D5D5;
    list-style: none;
    text-align: center;
}
.relationCenterAllTop li:nth-of-type(1){
    border-left: none;
}
.relationCenterAll img{
    margin-top: 5%;
}
.relationCenterList img{
    margin-top: 15%;
}
.relationCenterList p:nth-of-type(1){
    margin-top: 3%;
    margin-bottom: -1px;
}
.relationCenterTitleUl{
    width: 60%;
    margin: 0% auto;
    height: 100px;
}
.relationCenterTitleUl li{
    width: 49%;
    text-align: center;
    list-style: none;
    text-align: center;
    font-size: 18px;
    font-family: PingFang-SC-Regular;
    border: none;

}
.relationCenterBottom{
    width: 62%;
    margin-left: 20%;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #D5D5D5;
}
.relationCenterBottom p:nth-of-type(1){
    width: 10px;
    height: 10px;
    background-color: #2589FF;
}
.relationCenterBottom p:nth-of-type(2){
    font-size: 18px;
    color: #000000;
    font-family:PingFang-SC-Regular;
    margin-left: 2px; 
}
/* 分割框 */
.cultureCenter{
    width: 100%;
    height: 120px;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
}
.cultureCenterLeft{
    width: 50%;
    height: 120px;
    background-color:#969696; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cultureCenterLeft p:nth-of-type(1){
    width: 40%;
    height: 2px;
    background: white;
    margin-top: 6%;
}
.cultureCenterLeft p:nth-of-type(2){
    font-size: 32px;
    font-family: PingFang-SC-Light;
    color:#FFFFFF;
    margin-left: 2%;
    margin-top: 6%;
    margin-right: 2px;
    
}
.cultureCenterRight{
    width: 50%;
    height: 120px;
    background-color: #2589FF;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.cultureCenterRight p:nth-of-type(1){
    font-size: 48px;
    font-family: PingFang-SC-Light;
    color:#FFFFFF;
    margin-top: 5%;
    margin-left:2px;
}
.cultureCenterRight p:nth-of-type(2){
    width: 40%;
    height: 2px;
    background: white;
    margin-left: 2%;
    margin-top: 6%;
}
.cultureCenterTitle{
    width: 60%;
    text-align: center;
    position: absolute;
    top:20px;
    left: 20%;
    font-size: 20px;
    color: white;
    font-family: PingFang-SC-Medium;
}
/* 我们的地址 */
.myLocation{
  width: 100%;
  height: 400px;
  background: white;
  display: flex;
  align-items: center;
}
.myLocationAll{
    width: 60%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto ;
}
.myLocationLeft{
    width: 50%;
    height: 250px;
}
.myLocationright{
    width: 50%;
    height: 255px;
    margin-left: 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*.myLocationright p:nth-of-type(1){
    margin-top:50px;
}*/
.myLocationright p{
    font-size: 16px;
}
