.main {
    overflow: hidden;
}
.isLogin {
height: 70px;
    width: 200px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.tel_box .imgbox {
    width: 235px;
    position: relative;
    z-index: 10;
    margin-right: 15.3%;
}
.isLogin_r {
    margin-left: 10px;
    position: relative;
}
.isLogin_r p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    cursor: pointer;
}
.isLogin_r .isLogin_ul_box {
    width: 100%;
    position: absolute;
    bottom: -85px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    z-index: 999;
}
.isLogin_r:hover .isLogin_ul_box{
    opacity: 1;
    visibility: visible;
}
.isLogin_r .isLogin_ul{
    text-align: center;
    width: 97px;
    margin: auto;
    padding: 15px 0 8px 0;
    background: url(../images/bgc2.png) no-repeat;
    background-size: 100% 100%;
}
.isLogin_r .isLogin_ul a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.isLogin_r .isLogin_ul .cirle{
    width: 91%;
    height: 1px;
    background-color: #f4dac7;
    margin: auto;
}
.head9 {
    height: 70px;
}

.head9-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.head9-1 .tel_box {
    width: 100%;
    display: flex;
}

.navbiaoti p {
    color: #707070;
    font-size: 14px;
}

.head9-1 .tel_box .tel_r {
    margin-left: 17px;
}

.head9-1 .tel_box .tel_r p {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    font-weight: bold;
}

.head9-1 .tel_box .tel_r h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 4px;
    color: #333333;
}

.navbiaoti {
    height: 70px;
}

.navbiaoti li a {
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #707070;
}


.head9 {
    background: #fff;
}

.head2 img {
    display: block;
}

.head9-1 {
    overflow: hidden;
    width: 100%;
    padding-left: 170px;
    box-sizing: border-box;
    margin: auto;
}

.head9-1 img {
    float: left;
    width: auto;
    height: auto;
}


.navbiaoti {
    width: 1017px;
    display: flex;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    align-items: center;
}


.head9>ul>li {
    float: left;
    width: 10.66%;
    padding: 1.5% 0;
    margin: 3% 0 1.5%;
    text-align: center;
    margin-left: 3%;
}


.navbiaoti li {
    position: relative;
}

.navbiaoti li .cirle {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 33px;
    height: 6px;
    background-color: #74BB32;
}

.navbiaoti>li:hover .cirle {
    display: block;
}

.navbiaoti>li:hover a {
    color: #74BB32 !important;
}

.navbiaoti>li.hover .cirle {
    display: block;
}

.navbiaoti>li.hover a {
    color: #74BB32 !important;
}


.header2at a {
    color: #74BB32 !important;
}

.dlzc {
    margin-right: 19px;
    width: 102px;
    display: flex;
    height: 70px;
    align-items: center;
    margin-left: auto;
}

.dlzc .line1 {
    width: 1px;
    height: 26px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #000000;
}

.dlzc a {
    font-size: 20px;
    display: block;
}



header .head2 .swiper-container1 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    font-size: 12px;
}

header .head2 .swiper-container1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #999999;
    opacity: 1;
    outline: none;
    margin: 0 10px;
    border-radius: 0;
}

header .head2 .swiper-container1 .swiper-pagination-bullet-active {
    background-color: #0174C5;
}