﻿img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}
body,
div,
ul,
li,
ol,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
input,
fieldset,
form,
textarea,
p,
th,
td,
botton,
blockquote,
span,
img {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    font-family: 'Microsoft yahei';
    margin: 0;
    padding: 0;
}
fieldset,
img,
input,
button {
    border: 0;
}
ul,
li {
    list-style-type: none;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: orangered;
    text-decoration: none;
}
.home-banner {
    position: relative;
}
.home-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}
.home-pcbanner {
    width: 100%;
}
.banner-font {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    width: 1200px;
}
.banner-cont {
    position: relative;
    flex: 1;
    text-align: center;
}
.banner-cont h3 {
    margin-top: 30px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
    font-weight: bold;
    letter-spacing: 4px;
}

.banner-cont h4 {
    font-size: 32px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: normal;
}
.banner-cont h4.red {
    color: #ffcf32;
    margin-top: 20px;
}
.banner-cont p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 50px;
    letter-spacing: 4px;
}
.ino-morea,
.ino-morea:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    line-height: 44px;
    border-radius: 4px;
    border: 1px #04ce96 solid;
    font-size: 16px;
    color: #fff;
    background-color: #04ce96;
    display: inline-block;
    margin: auto;
}
.fw_content {
    position: relative;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.fw_width {
    width: 1220px;
    margin: auto;
    overflow: hidden;
}
.fw_menu {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
}
.fw_menu a.on {
    background-color: #04ce96;
    color: #fff;
}
.fw_menu a {
    display: inline-block;
    position: relative;
    padding: 25px 40px;
    background: transparent;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.fw_bread {
    float: right;
    font-size: 16px;
    line-height: 80px;
    color: #333;
}
.fw_bread i {
    display: inline;
    font-style: normal;
    margin: 0 5px;
    color: #7d7d7d;
}
.fw_bread a:first-child {
    padding-left: 30px;
}
.fw_bread a:first-child::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 22px;
    background: url(fuwu/fwimg/bread.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fw_bread a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.fwfw_content {
    width: 1200px;
    margin: 0px auto;
    padding: 60px 0px 30px;
}
.fwfw_content ul {
    margin: -30px -20px 0;
    overflow: hidden;
}
.fwfw_content ul.list .fw_li {
    width: 100%;
}
.fwfw_content ul.list .fw_li a {
    display: flex;
    align-items: center;
}
.fwfw_content ul.list .fw_li .fw_left {
    width: 40%;
}
.fwfw_content ul .fw_li {
    float: left;
    width: 33.333%;
    padding: 0 12px;
    margin-top: 30px;
    box-sizing: border-box;
}
.fwfw_content ul .fw_li a {
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: inline-block;
}
.fwfw_content ul .fw_li:hover a {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.fwfw_content ul .fw_li .fw_left {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: ease 0.5s;
}
.fwfw_content ul .fw_li:hover .fw_left {
    transform: scale(1.05);
}

.fwfw_content ul .fw_li .fw_right {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px 24px;
}
.fwfw_content ul .fw_li .fw_right .fw_h2 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #333;
}
.fwfw_content ul .fw_li .fw_right .fw_p {
    margin-top: 9px;
    min-height: 78px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fwfw_content ul .fw_li .fw_right .fw_btn {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    transition: ease 0.5s;
}
.S_bottom {
    background: #000;
    height: 50px;
    width: 100%;
}
