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;
}

@-webkit-keyframes h_animation4 {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes h_animation4 {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: inherit;
    line-height: 1.3;
}

small {
    font-size: 100%;
    font-weight: normal;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 14px/24px "Microsoft YaHei", "微软雅黑", \5FAE\8F6F\96C5\9ED1, arial, sans-serif;
    outline: 0;
}

html {
    overflow-x: hidden;
    height: 100%;
}

html.on {
    background-color: #fff;
}

html.on1 {
    background-color: #e5d9d0;
}

html.on2 {
    background: url(/images/business/business_tion_bg.jpg) no-repeat center/cover;
}

html.on2 body {
    background: transparent;
}

body {
    background-color: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-width: 1280px;
    max-width: 1920px;
    left: 0;
    height: 100%;
}

body.bus4 {
    background: url(/images/business/bgg.jpg) no-repeat center/cover;
}


/*a,a:hover{color:#333;-webkit-transition: all 400ms;transition: all 400ms;}*/


/*a:hover{color:#303860;}*/

img {
    display: block;
    border: 0 none;
}

p {
    text-align: justify;
}

p img {
    display: inline-block;
}

strong {
    display: block;
}

p {
    font-size: 14px;
    line-height: 1.4;
}

a {
    display: block;
    color: inherit;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

#bsWXBox {
    box-sizing: content-box;
}

.clear-float:after {
    content: "";
    display: block;
    clear: both;
}

.auto {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

input,
button {
    outline: none;
    border: none;
    background-color: transparent;
}

input[type="checkbox"] {
    vertical-align: -2px;
    margin-right: 4px;
}


/*占位符*/

input::-webkit-input-placeholder {
    color: #958170;
}

input:-moz-placeholder {
    color: #958170;
}

input::-moz-placeholder {
    color: #958170;
}

input:-ms-input-placeholder {
    color: #958170;
}

textarea::-webkit-input-placeholder {
    color: #958170;
}

textarea:-moz-placeholder {
    color: #958170;
}

textarea::-moz-placeholder {
    color: #958170;
}

textarea:-ms-input-placeholder {
    color: #958170;
}


/*滚动条样式*/


/*::-webkit-scrollbar {!*滚动条整体样式*!*/


/*width: 8px;     !*高宽分别对应横竖滚动条的尺寸*!*/


/*}*/


/*::-webkit-scrollbar-thumb {!*滚动条里面小方块*!*/


/*border-radius: 3px;*/


/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/


/*background-color: #7d7d7d;*/


/*}*/


/*::-webkit-scrollbar-track {!*滚动条里面轨道*!*/


/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/


/*border-radius: 0;*/


/*background-color: #f0f0f0;*/


/*}*/

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /*background-color:rgba(210, 210, 210, 0.48);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    /*background-color:rgba(210, 210, 210, 0.48);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #f6f2eb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

#index_slider .bd ul {
    overflow: hidden;
}

@font-face {
    font-family: 'LianMeng';
    src: url('/font/LianMengQiYiLuShuaiZhengRuiHeiTi-2.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('/font/BAHNSCHRIFT.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BRANDON_BLD';
    src: url('/font/BRANDON_BLD_1.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_med';
    src: url('/font/BrandonGrotesque-Medium.eot');
    src: url('/font/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'), url('/font/BrandonGrotesque-Medium.woff2') format('woff2'), url('/font/BrandonGrotesque-Medium.woff') format('woff'), url('/font/BrandonGrotesque-Medium.ttf') format('truetype'), url('/font/BrandonGrotesque-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url('/font/Rajdhani-Bold.eot');
    src: url('/font/Rajdhani-Bold.eot?#iefix') format('embedded-opentype'), url('/font/Rajdhani-Bold.woff2') format('woff2'), url('/font/Rajdhani-Bold.woff') format('woff'), url('/font/Rajdhani-Bold.ttf') format('truetype'), url('/font/Rajdhani-Bold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy_Bold';
    src: url('/font/Gilroy_Bold.eot');
    src: url('/font/Gilroy_Bold.eot?#iefix') format('embedded-opentype'), url('/font/Gilroy_Bold.woff2') format('woff2'), url('/font/Gilroy_Bold.woff') format('woff'), url('/font/Gilroy_Bold.ttf') format('truetype'), url('/font/Gilroy_Bold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.lh-cursor {
    width: 0px;
    height: 0px;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    margin: -10px 0 0 -10px;
    z-index: 1200;
    /*mix-blend-mode: difference;*/
}

.lh-cursor.lh-cursor2 {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -12vw;
    top: -90px;
    pointer-events: none;
    margin: -10px 0 0 -10px;
    z-index: 1200;
    /*mix-blend-mode: difference;*/
}

@media (max-width:2350px) {
    .lh-cursor.lh-cursor2 {
        left: -8vw;
    }
}

@media (max-width:2250px) {
    .lh-cursor.lh-cursor2 {
        left: -6vw;
    }
}

@media (max-width:2200px) {
    .lh-cursor.lh-cursor2 {
        left: -4vw;
    }
}

@media (max-width:2000px) {
    .lh-cursor.lh-cursor2 {
        left: -1vw;
    }
}

@media (max-width:1940px) {
    .lh-cursor.lh-cursor2 {
        left: 0vw;
    }
}

.lh-cursor i {
    width: 100%;
    height: 100%;
    background: no-repeat center #ff6600;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    user-select: none;
    pointer-events: none;
}

.lh-cursor i.on:before {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-filter: Alpha(opacity=100);
}

.lh-cursor i:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/img/mouse-ts.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-filter: Alpha(opacity=0);
}

.tan {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    background: transparent;
}

.tan var {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
}

.tan.on var {
    opacity: .5;
}

.tan video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1280px;
    height: 550px;
    object-fit: fill;
    margin-top: 40px;
}

@media (max-height: 700px) {
    #footer {
        zoom: .8;
    }
}

@media (max-width:1400px) {
    .nuxList .list h3 {
        font-size: 90px;
        letter-spacing: 0;
    }
    .bomFooter .Le img {
        margin-top: 10px;
    }
    #header .logo {
        width: 155px;
        height: 49px;
        margin-top: 12px;
    }
}<!--0.00014591217041016-->