/* .menu li.active4 a{
  color:#0727A0;
}
.active4{
  color:#0727A0;
} */
body html div {
    box-sizing: border-box !important;
}

.container {
    width: 100%;
    min-width: 1200px;
    height: 722px;
    /* position:relative; */
    /* overflow:hidden; */
    margin: 0 auto;

}

.topBox {
    /* width: 100%;
    min-width: 1200px; */
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.head {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}

.headBox {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    display: flex;
}

.logo {
    width: 48px;
    height: 48px;

}

.title {
    width: 240px;
    height: 48px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    /* color: #FFFFFF; */
    line-height: 44px;
    letter-spacing: 1px;
    margin-left: 12px;
}

.menu {
    margin-left: 340px;
    display: flex;
    margin-top: 0px;
}

.menu li {
    height: 50px;
    list-style: none;
    text-decoration: none;
    margin-right: 50px;
    width: 90px;
    height: 28px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    /* color: #FFFFFF!important; */
    line-height: 50px;

}

.menu li a {
    text-decoration: none;
    color: #878DA4;
    /* color: #FFFFFF!important; */
}

.menu li:hover a {
    color: #FEDF1B;
}

.menu li.active3:hover a {
    color: #0727A0;
}

.menu li.active4 a {
    color: #0727A0;
}

.active4 {
    color: #0727A0;
}

.bannerContainer {
    width: 100%;
    min-width: 1200px;
}

.bannerContainer img {
    width: 100%;
    height: 310px;
}

.mainContainer {
    width: 1200px;
    margin: 0 auto;
}

.commonTit {
    height: 70px;
    line-height: 50px;
    padding-left: 23px;
    font-size: 30px;
    font-weight: bold;
    color: #0F1C49;
    border-left: 5px solid #0727A0;
}

.technology {
    margin: 100px 0 100px 44px;
    /* width: 1200px;
    margin:0 auto; */
    /* margin-left:422px; */
}

.technologyDesc {
    top: -10px;
    left: 30px;
    color: #878DA4;
    /* position: relative; */
}

.flex img {
    width: 367px;
    height: 208px;
    margin-right: 30px;
}

.flex .desc {
    width: 352px;
    line-height: 32px;
    color: #4A4A4A;
    font-size: 16px;
    margin-top: 25px;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 8px 16px 0 0;
    background: rgba(124, 213, 24, 0.2);
}

.flexContent {
    display: flex;
    margin-bottom: 23px;
}

.dotDesc {
    width: 424px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 32px;
}

.tips {
    margin-left: 23px;
}

.flexItem {
    display: flex;
    margin-left: 20px;
}
.flexItem .left{
    width: 530px;
}
.m5 {
    margin-bottom: 52px;
}
/*.right img {*/
    /*width: 557px;*/
    /*height: 290px;*/
    /*margin: 32px 0 0 140px;*/
/*}*/

#allmap {
    width: 557px;
    height: 290px;
    margin-left: 42px;
}

#allmap1 {
    width: 557px;
    height: 290px;
    margin-left: 42px;
}

.descTip {
    margin-left: 53px;
}

.last {
    margin-bottom: 148px;
}

.tipsTit {
    font-size: 18px;
    font-weight: bold;
    color: #0F1C49;
    margin-bottom: 10px;
}

.tipsItem {
    color: #646464;
    font-size: 16px;
    line-height: 43px;
}

.lastBottom {
    margin-top: 8px;
}

.mb {
    margin-bottom: 190px;
}