/* 清楚默认样式 */
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}
F
* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    min-width: 1200px;
}

body {
    font-family: "PingFang-SC-Regular", -apple-system, BlinkMacSystemFont, Roboto,
    "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans",
    "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #1c1c1c;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

/**首页头部**/

.header{
    background-color: #6b6ef1;
    height: 100px;
    color: #FFFFFF;
}
.headerDiv{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    line-height: 100px;
    float: left;
}
.logo img{
    height: 80px;
}
.nav{
    float: right;
    text-align: right;
}
.nav ul li{
    /*width: 120px;*/
    text-align: center;
    float: left;
    line-height: 100px;
    font-size: 16px;
    padding: 0px 20px;
}
.nav ul li:last-child{
    padding: 0px 0px 0px 20px;
}
.nav ul li a{
    color: #FFFFFF;
    letter-spacing: 1px;
}


/* 底部 */
.footer {
    background: #6b6ef1;
}

.footer a {
    color: white;
}

.footer-body-cont {
    width: 1200px;
    margin: 0 auto;
}

.footer-body-cont .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-body-cont .title .contact {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
}

.footer-body-cont .title .footer-logo {
    height: 50px;
    width: auto;
    margin-left: -32px;
}

.footer-body-cont .title .icons {
    width: 34px;
    height: 34px;
    margin-left: 9px;
}

.footer-body-cont .infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
}

.footer-body-cont .copyright {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
/**首页内容**/
.banner{
    width: 100%;
    overflow: hidden;
}
.homeBanner{
    width: 100%;
}
.homeBanner img{
    width: 100%;
}

.homeContentDiv{
    height: 1100px;
    background: url("../images/bg.jpg") no-repeat center center;
}
.homeContentDiv2{
    height: 1200px;
    background: url("../images/bg2.jpg") no-repeat center center;
}
.homeVideo{
    width: 1200px;
    margin: 0 auto;
    padding-top: 320px;
}
.homeVideo video{
    /*height: 800px;*/
    width: 1200px;
    border-radius: 20px;
    overflow: hidden;
}
.homeContentDiv3{
    height: 1200px;
    background: url("../images/bg3.jpg") no-repeat center center;
}
.homeContentDiv4{
    height: 1345px;
    background: url("../images/bg4.jpg") no-repeat center center;
}

.stDivImg{
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.homeVideo{
    position: relative;
    z-index: 2999;
    padding-top: 350px;
}
.homeNewsDiv{
    padding: 0px 30px;
    margin-top: 100px;
    position: relative;
    z-index: 999;
}

.homeNewsDiv{
    width: 1400px;
    margin: 0 auto;
    padding-top: 300px;
}
.homeNews{
    float: left;
    width: 400px;
    margin-right: 100px;
    margin-bottom: 100px;
}
.homeNews:nth-child(3n){
    margin-right: 0;
}
.homeNewsImg{
    background-color: #FFFFFF;
    height: 275px;
    width: 410px;
    text-align: center;
    line-height: 275px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.homeNewsImg img{
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.homeNewsTitle{
    color: #6c6ff2;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homeNewsDate{
    color: #6c6f74;
    font-size: 14px;
    margin-top: 14px;
}
.homeNewsLine{
    height: 1px;
    background-color: #aaaab2;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.homeNewsRemark{
    color: #6c6ff0;
    font-size: 16px;
    margin-top: 2px;
}
/**头皮微生态**/
.stDiv{
    width: 100%;
}
.stDiv img{
    width: 100%;
}
/**关于飞虎**/
.gybDiv{
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 1000px;
}

.productList{
    width: 1200px;
    margin: 0 auto;
}

.newsTitle {
    font-size: 30px;
    width: 800px;
    white-space: pre-wrap;
    height: 80px;
    line-height: 36px;
    color: #333333;
}

.newsDate {
    font-size: 11px;
    color: #666666;
    margin-top: 6px;
}

.newsInfo {
    padding: 0 12px;
    margin-bottom: 50px;
}

.newsInfoTitle {
    font-weight: bold;
    font-size: 24px;
    color: #008481;
    margin-top: 30px;
}

.newsInfoDate {
    font-size: 11px;
    color: #999999;
    margin-top: 12px;
}

.newsInfoContent {
    margin-top: 18px;
    color: #666666;
    font-size: 12px;
}
