html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;

}

a[title='站长统计'] {
    display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body,
.body {
    line-height: 1;
    background: #FBFBFB;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.layui-container {
    width: 1200px;
    padding: 0;
}

img {
    display: inline-block;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}


@font-face {
    font-family: PingFang-Regular;
    src: url('../font/PingFang-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../font/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Light;
    src: url('../font/Montserrat-Light.ttf');
}


html,
body {
    font-family: PingFang-Regular;
    background: #FBFBFB;
}

.layui-carousel {
    background: #FBFBFB;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}



/*底部*/
.footer {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: -moz-linear-gradient(left, #bc001e, #e58e70);
    /*Mozilla*/
    background: -webkit-gradient(linear, 0 60%, 100% 60%, from(#bc001e), to(#e58e70));
    /*Old gradient for webkit*/
    background: -webkit-linear-gradient(left, #bc001e, #e58e70);
    /*new gradient for Webkit*/
    background: -o-linear-gradient(left, #bc001e, #e58e70);
    /*Opera11*/
}


.footer section {
    border-bottom: 1px solid #ECA9AE;
    padding-top: 108px;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 80px;
}

.footer section dl:nth-child(1) {
    margin-right: 228px;
    color: #E5A9AE;
}

.footer section dl:nth-child(1) dt {
    margin-bottom: 64px;
}

.footer section dl:nth-child(2) {
    color: #E3E3E3;
    margin-right: 126px;
    cursor: pointer;
}

.footer section dl:nth-child(2) dd a {
    color: #E3E3E3;
}

.footer section dl:nth-child(3) {
    margin-right: 106px;
}

.footer section dl:nth-child(3) dt {
    color: #F0C7C8;
    margin-bottom: 20px;
}

.footer section dl:nth-child(3) dd,
.footer section dl:nth-child(3) dd a {
    color: #E8ADAE;
    /* cursor: pointer; */
}

.footer section dl:nth-child(4) dt {
    color: #F0C7C8;
    margin-bottom: 20px;
}

.footer section dl:nth-child(4) dd,
.footer section dl:nth-child(4) dd a {
    color: #E8ADAE;
    /* cursor: pointer; */
}

.footer ul {
    margin: 30px 0;
    font-size: 12px;
    color: #EEC7CA;

}

/* 头部 */
.nav {
    height: 84px;

}

.nav .nav-logo {
    margin-top: 25px;
}

.nav .layui-nav .layui-nav-item {
    line-height: 84px;

    /* position: absolute; */
}

.nav .layui-nav {
    background: rgba(255, 255, 255, 0);
    padding: 0;
}

.nav .nav-list {
    position: absolute;
    right: 0;
    top: 0;
}


.nav .layui-nav .layui-nav-item a {
    color: #606060;
    font-size: 14px;

}

.nav .layui-nav .layui-this::after,
.nav .layui-nav-bar {
    height: 0;
}


.nav .layui-nav .layui-nav-item a:hover {
    color: #C42430 !important
}

.nav .layui-nav .layui-this a {
    color: #fff;
}

.nav-index .layui-this {
    color: #fff;
}

.nav .layui-nav-child {
    /* display: block; */
    width: 170px;
    border-width: 0px;
    padding: 40px 0 30px 0;
    top: 86px;
}

.nav .layui-nav .layui-nav-child dd.layui-this a,
.nav .layui-nav-child dd.layui-this {
    background: rgba(210, 102, 90, 0) !important;
}

.nav .layui-nav-child dd a:hover {
    color: #313131 !important;
    padding-left: 60px;
}

.nav .layui-nav-child dd a:hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 2px;
    left: 0;
    top: 17px;
    background: linear-gradient(left, #BC0019, #DE9B7C);
    background: -moz-linear-gradient(left, #BC0019, #DE9B7C);
    /*Mozilla*/
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#BC0019), to(#DE9B7C));
    /*Old gradient for webkit*/
    background: -webkit-linear-gradient(left, #BC0019, #DE9B7C);
    /*new gradient for Webkit*/
    background: -o-linear-gradient(left, #BC0019, #DE9B7C);
    /*Opera11*/
}

.nav .layui-nav-child dd a {
    color: #BCBCBC !important;
    padding: 0;
    font-size: 14px;
    padding-left: 52px;
    position: relative;
}


.nav .layui-nav-child dd a:hover {
    background: #fff !important;
}

.model-title {
    font-size: 26px;
    color: #262B2E;
    line-height: 38px;
    border-bottom: 1px solid rgba(39, 43, 46, 0.1);
    position: relative;

}

.model-title span {
    font-family: Montserrat-Regular;
    padding-left: 10px;
}

.model-title::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #E73C2B;
    position: absolute;
    left: 0;
    bottom: -1px;

}

/* 背景图 */
.banner-box {
    max-width: 1920px;
    height: 650px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-bottom: 146px;
    position: relative;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0s linear;
    /* width: 100%;
    position: fixed;
    z-index: 2; */
}

.banner-box .parallaxtext {
    position: absolute;
    width: 100%;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0s linear;
    /* top: 295px; */
}

.banner-box p:nth-child(1) {
    font-size: 26px;
    font-family: Montserrat-Regular;
    padding-top: 295px;
    letter-spacing: 1px;
}

.banner-box p:nth-child(2) {
    font-size: 56px;
    padding-top: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    font-family: Montserrat-SemiBold;
}

.banner-box p:nth-child(3) {
    font-size: 28px;
    padding-top: 24px;
    font-weight: lighter;
    lighting-color: 2px;
}

.nav-index {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 84px;
    background: rgba(254, 254, 254, 0);
    transition: all .5s;
    -webkit-transition: all 1s;
    /* Safari */
    -moz-transition: all 1s;

    -o-transition: all 1s;
}

.nav-index .layui-nav .layui-nav-item a {
    color: #fff;
}

.nav-index .layui-nav-more {
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.nav-opacity {
    background: rgba(254, 254, 254, 1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    /*firefox*/
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    /*webkit*/

}

.nav-opacity .layui-nav .layui-nav-item a {
    color: #606060;
}

/* .nav-index .layui-nav .layui-nav-item a:hover,.nav-index .layui-nav .layui-this a{
    color: #C42430 ;
 } */
.nav-opacity .nav-logo a {
    width: 220px;
    height: 48px;
    display: inline-block;
    background: url(../img/home/home-logo.png) no-repeat !important;
}

.nav-index .nav-logo a {
    width: 220px;
    height: 48px;
    display: inline-block;
    background: url(../img/home/top-logo.png) no-repeat;
}

.business {
    background: url('../img/banner/yewu_banner_bg.png') no-repeat center 0;
}

.news {
    background: url('../img/banner/news_banner_bg.png') no-repeat center 0;
}

.investor {
    background: url('../img/banner/relations_banner_bg.png') no-repeat center 0;
}

.about {
    background: url('../img/banner/about.png') no-repeat center 0;
}

.development {
    background: url('../img/banner/development.png') no-repeat center 0;
}

.long {
    width: 1920px;
    margin: 0 auto;
}