/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

:focus {
    outline: none;
    border: none;
}

.clear {
    clear: both;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
    outline: none;
    border: none;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}


li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}


a,
a:hover {
    outline: none;
    border: none;
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

body {
    background: #fff;
    width: 100%;
    overflow-x: hidden;
    font-family: "微软雅黑";
}

a,
a:hover {
    color: #333;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.pc {
    display: block;
}

.phone {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.Conten {
    width: 95%;
    margin: 0 auto;

}

.Conten2 {
    width: 90%;
    margin: 0 auto;


}

.b_nav.active {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #eee;
}

.v1-fix-tool-con.show {
    transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    opacity: 1;
    visibility: visible;
}

.v1-fix-tool-con {
    z-index: 10;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    opacity: 0;
    visibility: hidden;
}

.v1-fix-tool-con>li {
    position: relative;
    margin-bottom: 5px;
    height: 70px;
}

.v1-fix-tool-con>li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    background-color: #1C469E;
    position: relative;
    z-index: 1;
}

.v1-fix-tool-con>li:hover .infobox {
    right: 100%;
    transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    opacity: 1;
    visibility: visible;
}

.v1-fix-tool-con>li:hover a {
    background-color: #002B84;
}

.v1-fix-tool-con>li>a img {
    width: 22px;
}

.v1-fix-tool-con>li>a .title {
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
}

.v1-fix-tool-con>li .infobox {
    width: 190px;
    font-size: 20px;
    color: #fff;
    background-color: #002B84;
    position: absolute;
    top: 0;
    right: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    -webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 750px) {
    .nav .search img.bottom {
        width: 15px;
        height: auto;
    }

    .v1-fix-tool-con {
        right: 6px;
    }

    .v1-fix-tool-con>li {
        height: 40px;
    }

    .v1-fix-tool-con>li>a {
        width: 40px;
    }

    .v1-fix-tool-con>li>a img {
        width: 18px;
    }

    .v1-fix-tool-con>li:hover .infobox {
        opacity: 0;
    }

    .v1-fix-tool-con>li>a .title {
        display: none;
    }

    .Conten2 {
        width: 95%;
        margin: 0 auto;

    }

    .pc {
        display: none;
    }

    .phone {
        display: block;
    }

}<!--0.00022101402282715-->