
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
input[type='number'] {
    -moz-appearance: textfield;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

* {
    margin: 0px;
    padding: 0px
}

.width_1200 {
    width: 1280px;
    margin: 0 auto;
}

.width_100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.d_f {
    display: flex;
}

.j_b {
    justify-content: space-around;
}

.a_c {
    align-items: center;
}

.f_w {
    flex-wrap: wrap;
}

.flex {
    flex: 1;
    font-size: 14px;
}

.pd_20 {
    padding: 20px;
}

.margin_10 {
    margin: 10px 0px;
}

.margin_5 {
    margin: 5px 0px;
}

.pd_10 {
    padding: 10px;
}

.pd_15 {
    padding: 15px;
}

.white {
    color: #ffffff;
}

/*头部*/
.headr {
    background: #0C4DA2;
    font-size: 12px;
}

.headr a {
    color: white;
}

/*nav*/
.nav {
    position: relative;
    margin: 10px 0px;
}

.nav li {
    float: left;
    padding: 25px
}

.nav li a {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}

#one {
    color: #0C4DA2;
}

#xiang {
    width: 100%;
    height: 2px;
    display: block;
    background: #0C4DA2;
}

.xian {
    width: 0;
    height: 2px;
    background: #0C4DA2;
    margin: 0px auto;
    transition: width 0.5s;
}

.nav li:hover p {
    width: 100%;
}

.kg {
    height: 5px;
    width: 100%;
}

.two {
    overflow: hidden;
    /*margin-top: 35px;*/
    height: 0;
    transition: 1s;
    position: absolute;
    z-index: 999;
    background: #0C4DA2;

}

.wai:hover .two {
    display: block;
    position: absolute;
    margin-top: 25px;
    height: auto;
    z-index: 999;
    transition: 1s;

    /*transition: all 0.5s;*/

}

.two:hover {
    display: block;
    position: absolute;
    margin-top: 35px;
    height: auto;
    z-index: 999;
    transition: 1s
}

.two li {
    clear: both;
    color: white;
    padding: 8px 10px;
    width: 130px;
    overflow: hidden;
}

.two li:hover {
    background: #3467AF !important;
    animation: rotateScale 0.5s infinite;
    -moz-animation: rotateScale 0.5s infinite; /* Firefox */
    -webkit-animation: rotateScale 0.5s infinite; /* Safari and Chrome */
    -o-animation: rotateScale 0.5s infinite; /* Opera */
    animation-iteration-count: 1;
}

.two li span {
    font-size: 16px;
    display: none;
    float: right;
}

.two li:hover span {
    display: inline-block !important;
    margin-left: 35px !important;
    transition: 1s
}

@keyframes rotateScale {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0.25
    }
    50% {
        opacity: 0.5
    }
    75% {
        opacity: 0.75
    }
    100% {
        opacity: 1
    }
}

.two li a {
    color: #ffffff;
}

.foot_size_18 a {
    color: #fff;
}

/*企业服务鼠标放上去样式*/
.services_img_0 {
    background: url('../images/a11.png') no-repeat center;
}

.services_img_1 {
    background: url('../images/a22.png') no-repeat center;
}

.services_img_2 {
    background: url('../images/a33.png') no-repeat center;
}

.services_img_3 {
    background: url('../images/a44.png') no-repeat center;
}

.services_img_4 {
    background: url('../images/a55.png') no-repeat center;
}

.services_img_5 {
    background: url('../images/a66.png') no-repeat center;
}

/*文字超出后隐藏*/
.text_hiding {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text_hiding_10 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

