﻿.home-top{
    width: 1200px;
    height: 80px;
    text-align: center;
    /* line-height: 80px; */
    margin: auto;
}

.home-top .logo img{
    vertical-align: sub;
}

.home-top .tel img{
    vertical-align: middle;
}

.fn-left{
    float: left;
    /* margin-left: 360px; */
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
}

.fn-left div{
    line-height: 27px;
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
}

.fn-left span{
    font-size: 12px;
}

.fn-left img{
    height: 61px;
}

.fn-right{
    float: right;
    /* margin-right: 360px; */
    font-size: 16px;
    color: #E71216;
    font-weight: 500;
    margin-top: 20px;
}

.home-banner{
    width: 100%;
    min-width: 1200px;
    /* height: 860px; */
    opacity: 0.83;
    margin: auto;
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
}

.home-banner::after {
    content: "";
    display: block;
    /*这里的padding =  height / width*/
    padding-bottom: 20%;
}

.fn::after {
    content: "";
    display: block;
    /*这里的padding =  height / width*/
    padding-bottom: 40%;
}

.banner-left{
    width: 49%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 54px;
    color: #FFFFFF;
    text-shadow: 0 2px 15px rgba(0,0,0,0.66);
    font-weight: 700;
    position: relative;
}

.banner-left a{
    position: absolute;
    top: 107%;
    left: 30%;
}

.banner-right{
    width: 49%;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 54px;
    color: #FFFFFF;
    text-shadow: 0 2px 15px rgba(0,0,0,0.66);
    font-weight: 700;
    position: relative;
}

.banner-right a{
    position: absolute;
    top: 55%;
    right: 30%;
}

.fn span{
    /* width: 21.39px;
    height: 32.89px;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.66); */
}

.fn a{
    color: #FFFFFF;
}

.fn img{
    vertical-align: middle;
}

.common-footer{
    width: 100%;
    min-width: 1200px;
    height: 140px;
    margin: auto;
    background: #1A1A34;
    text-align: center;
    color: #FFFFFF;
}

.blogroll{
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    font-weight: 400;
    padding: 31px 0px;
}

.blogroll a{
    margin: 0px 10px;
}

.news{
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
}

.blogroll img{
    vertical-align: sub;
    margin-right: 10px;
}

.news img{
    vertical-align: bottom;
}