@charset "utf-8";

/*初始化代码*/
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ol,
ul,
li,
p,
table,
form,
input,
textarea,
option,
th,
td,
img,
body,
button {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", "黑体", Lato, "HelveticaNeue", Helvetica, Arial, sans-serif;
}

img {
    border: 0;
    vertical-align: top;
}

input {
    border: 0;
    outline: none;
}

a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}


.fr {
    float: right;
}

* {
    box-sizing: border-box;
}

.header {
    height: 80px;
    background-color: #2c2f42;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.nav {
    font-size: 0;
    margin-right: 50px;
}

.nav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FFF;
    line-height: 80px;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

.nav li:hover>a {
    color: #429ef5;
}


.nav li.active {
    color: #3183da;
}

.nav .show {
    animation: showAnimation 0.5s ease-in-out;
}

.nav .nav_product {
    position: absolute;
    top: 80px;
    background-color: #2c2f42;
    width: 720px;
    transform: translateX(-50%);
    border-top: 2px solid red;
    border-radius: 0 0 5px 5px;
    padding: 5px 0;
    min-height: 150px;
}

.nav .nav_product ul {
    display: inline-block;
    width: 25%;
    font-size: 0;
    vertical-align: top;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0 10px;
}

.nav .nav_product ul li {
    margin: 0;
    padding: 0;
}

.nav .nav_product ul li.title {
    border-bottom: 1px solid #FFF;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 5px;
}

.nav .nav_product ul li {
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 14px;
}



.logo img {
    width: 96px;
    height: 55px;
}

.logo {
    margin-left: 20px;
    padding-top: 10px;
}

body,
html {
    min-width: 1200px;
}


.footer {
    background-color: #292c40;
}

.footer-content {
    height: 277px;
    padding-top: 40px;
    color: #FFF;
}

.footer-copyright {
    height: 48px;
    line-height: 48px;
    background-color: #333755;
    text-align: center;
    color: #FFF;
    font-size: 0;
}

.footer-copyright a,
.footer-copyright img {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.record {
    margin: 0 10px;
}

.w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-tool {
    margin-bottom: 30px;
}

.footer-tool a {
    font-size: 16px;
    margin-right: 15px;
}

.footer-msg {
    color: #f7f8fb;
}

.footer-msg>div {
    height: 22px;
    line-height: 22px;
    padding-left: 36px;
    background-size: 20px;
    margin: 32px 0;
    font-size: 18px;
}

.footer-mail {
    background: url(../images/footermsg.png) no-repeat 0 1px;
}

.footer-tel {
    background: url(../images/footermsg.png) no-repeat 0 -19px;
}

.footer-address {
    background: url(../images/footermsg.png) no-repeat 0 -39px;
}

.footer-content-right {
    font-size: 0;
    padding-top: 30px;
}

.footer-content-right>div {
    display: inline-block;
    text-align: center;
}

.footer-content-right p {
    font-size: 15px;
    line-height: 24px;
}

.footer-content-right img {
    width: 120px;
    height: 120px;
}

.footer-content-right>div:first-child {
    margin-right: 50px;
}


.show {
    display: block;
    animation: showAnimation 1.2s ease-in-out;
}

@keyframes showAnimation {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

.hide {
    display: none !important;
}

/* //全局滚动条 */
/* ::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 12px;
    background-color: rgba(144, 147, 153, .3);
    transition: background-color .3s;
}


::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    background-color: rgba(144, 147, 153, .5);
} */


.back_top {
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 99;
    background-color: #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 8px;
}

html {
    scroll-behavior: smooth;
}




.right-tools {
    position: fixed;
    z-index: 100;
    top: 120px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.right-tools_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.right-tools_bar .right-tools_phone {
    background: #475B6F url(../images/fixCont.png) no-repeat 0 -57px;
}

.right-tools_bar .right-tools_QQ {
    text-indent: 0;
    background: #475B6F url(../images/fixCont.png) no-repeat 0 -113px;
}

.right-tools_bar .right-tools_calc {
    background: #475B6F url(../images/fixCont.png) no-repeat 0 -169px;
}

.right-tools_bar .right-tools_calc a {
    text-align: left;
    display: inherit;
}

.right-tools_bar .right-tools_ercode {

    background: #475B6F url(../images/fixCont.png) no-repeat 0 -226px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.right-tools_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.right-tools a {
    text-decoration: none;
    color: #fff;
}

.right-tools img {
    margin-top: 1px;
    display: inline-block;
    border: 0 none;
    max-width: 100%;
}