.header ul li:nth-child(7) a{color:#f5971c;}
.main_container {
    overflow: hidden;
}

.part {
    position: relative;
}

.part .pos_div {
    width: 1280px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -120px;
		margin-left: -640px;
    z-index: 10;
    padding: 60px;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, .2);
    margin-top: -320px;
}

.part .pos_div h2 {
    font-size: 24px;
}

.part .pos_div h2::after {
    content: '';
    width: 36px;
    height: 2px;
    background: #0051bd;
    display: block;
    margin: 20px 0;
}

.part .pos_div p {
    font-size: 14px;
    line-height: 30px;
}

.part .white_box {
    width: 100%;
    height: 316px;
    background: #fff;
}
.part .img_box{
    margin-top: 320px;
}
.part .img_box div {
    width: 33.3%;
    float: left;
}

.part .img_box img {
    width: 100%;
    height: 100%;
    transition: 2s;
    -webkit-transition: 2s;
    z-index: 1;
    vertical-align: bottom;
}

.part .img_box img:hover {
    transform: scale(1.2);
}

.part .blue_box {
    width: 100%;
    height: 215px;
    background: #0090fe;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part .blue_box p {
    font-size: 32px;
    color: #fff;
}

.part .blue_box p::after {
    content: '';
    width: 75px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 28px auto 0;
}

.part .part_tit {
    font-size: 34px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 99;
}

.part .part_tit::after {
    content: '';
    width: 78px;
    height: 3px;
    background: #063fd6;
    display: block;
    margin: 28px auto 0;
}

.part1 {
    width: 100%;
}

.part1 ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 158px 0 100px;
    display: flex;
    justify-content: center;
}

.part1 ul li {
    float: left;
    margin: 0 90px;
    text-align: center;
}

.part1 ul li img {
    margin-bottom: 20px;
}

.part1 ul li p {
    font-size: 36px;
}

.part1 ul li p::after {
    content: '';
    width: 36px;
    height: 6px;
    background: #0090fe;
    display: block;
    margin: 30px auto;
}

.part1 ul li span {
    font-size: 18px;
    color: #999;
}

.part2 {
    width: 100%;
    height: 694px;
    position: relative;
    background: url("../img/companyProfile/bj.png"/*tpa=http://121.199.34.176:8080/img/companyProfile/bj.png*/) no-repeat;
    background-size: 100% 100%;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
}


.swiper-container1 .swiper-slide {
    display: flex;
    align-items: center;
}

.swiper-container1 .swiper-slide .info_out {
    width: 100%;
}

.swiper-container1 .swiper-slide .info {
    width: 100%;
    height: 145px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #5176d8;
    padding-left: 20%;
}

.swiper-container1 .swiper-slide .info1 {
    border-bottom: 0;
}

.swiper-container1 .swiper-slide .info1 .item {
    padding-left: 140px;
}

.swiper-container1 .swiper-slide .info .item ul li {
    width: 24vw;
    height: 125px;
    border-left: 1px solid #5176d8;
    position: relative;
    float: left;
    padding: 20px 0 0 20px;
}

.swiper-container1 .swiper-slide .info .item ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #5176d8;
    position: absolute;
    left: -8px;
    top: 0;
}

.swiper-container1 .swiper-slide .info1 .item ul li::before {
    left: -8px;
    top: 100%;
}

.swiper-container1 .swiper-slide .info ul li .img_box {
    width: 72px;
    height: 72px;
    border: 1px solid #5176d8;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.swiper-container1 .swiper-slide .info ul li .img_box img {
    width: 36px;
    height: 37px;
}

.swiper-container1 .swiper-slide .info ul li p {
    font-size: 28px;
    color: #063fd6;
}

.swiper-container1 .swiper-slide .info ul li span {
    font-size: 16px;
    color: #333;
}

.swiper-container1 .swiper-button-next {
    width: 51px;
    height: 51px;
    background-image: url("../img/companyProfile/arrow.png"/*tpa=http://121.199.34.176:8080/img/companyProfile/arrow.png*/);
    background-size: 51px 51px;
    right: 12vw;
    opacity: .8;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    transition: all .5s;
}

.swiper-container1 .swiper-button-prev {
    width: 51px;
    height: 51px;
    background-image: url("../img/companyProfile/arrow.png"/*tpa=http://121.199.34.176:8080/img/companyProfile/arrow.png*/);
    background-size: 51px 51px;
    transform: rotate(180deg);
    left: 12vw;
    opacity: .8;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    transition: all .5s;
}

.swiper-container1 .swiper-button-next:hover,
.swiper-container1 .swiper-button-prev:hover {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: initial;
    cursor: not-allowed;
}

.part3 {
    width: 100%;
    height: 698px;
    background: url("../img/companyProfile/img3.jpg"/*tpa=http://121.199.34.176:8080/img/companyProfile/img3.jpg*/) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.part3 .swiper-container {
    max-width: 1440px;
    margin: 0 auto;
}

.part3 .swiper-container .swiper-slide {
    text-align: center;
}

.part3 .swiper-container .swiper-slide p {
    text-align: center;
    font-size: 16px;
}

.part3 .swiper-container .swiper-slide p::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #063fd6;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.part3 .swiper-container .swiper-slide img {
    width: 418px;
}

.part4 {
    width: 100%;
    height: 698px;
    display: flex;
    position: relative;
}

#dituContent {
    height: 698px;
}
.part4>div{
    flex:1;
}
.part4 .hellow_div {
    width: 50vw;
    height: 100%;
    background: url("../img/companyProfile/Hello.png"/*tpa=http://121.199.34.176:8080/img/companyProfile/Hello.png*/) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
}

.part4 .hellow_div .tit {
    font-size: 36px;
    color: #fff;
}

.part4 .hellow_div .tit::after {
    content: '';
    width: 78px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 28px 0 15px;
}

.part4 .hellow_div p {
    color: #fff;
    line-height: 22px;
}
/*  */
.swiper-container1 .swiper-slide .info ul li .img_box {
    margin-top: 4px;
}
.map{
  
   position: absolute;
 
   margin-left: 50%;
    width:50%;
}