html,
body {
    height: 100%;
    width: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #fdcc52;
}
a:hover,
a:focus {
    color: #fcbd20;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
    border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.navbar-default {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #222222;
    padding: 8px 10px;
}
.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #fdcc52 !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}
@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: white;
    }
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../img/bg-pattern.png"), #247cdc;
    /* fallback for old browsers */
    background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #328944, #247cdc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: url("../img/bg-pattern.png"), linear-gradient(to left, #328944, #247cdc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}
header .header-content {
    text-align: center;
    padding: 150px 0 50px;
    position: relative;
}
header .header-content .header-content-inner {
    position: relative;
    margin: 0 auto;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 80px;
}
header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px;
}
header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px;
}
header .device-container {
    max-width: 300px;
    margin: 0 auto 100px;
}
header .device-container .screen img {
    border-radius: 3px;
}
@media (min-width: 768px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        text-align: center;
        padding: 0;
        height: 100vh;
    }
    header .header-content .header-content-inner {
        width:100%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner h1 {
        font-size: 35px;
    }
    header .device-container {
        max-width: none;
        max-height: calc(0vh);
        margin: 100px auto 0;
    }
}
@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    header .header-content .header-content-inner h1 {
        font-size: 50px;
    }
}
section {
    padding: 100px 0;
}
section h2 {
    font-size: 50px;
}
footer {
    background-color: #222222;
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}
footer p {
    font-size: 12px;
    margin: 0;
}
footer ul {
    margin-bottom: 0;
}
footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}
.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}
.text-primary {
    color: #fdcc52;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background-color: #fdcc52;
    border-color: #fdcc52;
}
.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}
.btn-xl {
    margin-top:20px;
    padding: 10px 45px;
    font-size: 14px;
}


.companyTitle-log{
    display: flex;
    justify-content: center;
    align-items: center;
}
.companyTitle-log>img{
    width: 192px;
    margin: 56px 0 27px 0;
}
.title{
    width: 100%;
    font-size: 36px;
    font-family: "TsangerJinKai01-9128";
    font-weight: normal;
    color: #333333;
    line-height: 19px;
    display: flex;
    justify-content: center;
}
.title a{
    color: #333333 !important;
    text-decoration:none;
}
.companyIntroduce{
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog1.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 302px;
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
.companyIntroduce>div{
    width: 1114px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 78px;
    text-indent:2em;
    text-align: center;
    word-spacing: 3px;
}
.TitleBj{
    display: flex;
    height: 154px;
    background: url("/assets/img/Et_indexLog2.png") no-repeat;
    background-size: 100%;
    align-items: center;
}
.classification{
    display: flex;
    flex-direction: row;
}
.classificationV{
    width: 275px;
    height: 320px;
    border: 1px solid #D3D3D3;
    overflow: hidden;
}
.classification>a{
    text-decoration: none;
    /* margin: 0 22px 24px 0; */
}
.classification-img{
    width: 275px;
    height: 275px;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
}
.classification-img img{
    width: 275px;
    height: 275px;
    position: absolute;
}
.classification-title{
    width: 277px;
    height: 45px;
    border-top: 1px solid #D3D3D3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
}

.ClassShadow{
    width: 275px;
    height: 275px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.ClassShadow>div{
    display: flex;
    justify-content: center;
    padding: 13px 22px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    border: 1px solid #FFFFFF;
}
.titelNav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px 0 57px 0;

}
.choose_titleNav{
    color: #333333 !important;
}
.titelNav>div{
    height: 58px;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-family: TsangerJinKai01-9128;
    font-weight: normal;
    color: rgba(33, 33, 33, 0.5);
    line-height: 36px;
    display: flex;
    
}
.titelNavD{
    cursor: pointer
}
.chooseL-log{
    width: 16px;
    height: 100%;
    border-radius: 5px;

}
.chooseL-log>div{
    width: 11px;
    height: 11px;
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog3.png?1") no-repeat;
    background-size: 100%;
}

.chooseR-log{
    width: 16px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.chooseR-log>div{
    width: 11px;
    height: 11px;
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog3.png?1") no-repeat;
    background-size: 100%;
    transform:rotate(180deg);
}

.useAndAuthentication{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.useAndAuthentication a{
    margin: 0 0 24px 0;
}
.useContent{
    width: 215px;
    height: 215px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.useContent>img{
    width: 215px;
    height: 215px;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all  0.5s; 
    -moz-transition: all  0.5s; 
    -ms-transition: all  0.5s; 
    -o-transition: all  0.5s; 
    transition: all 0.5s; 
}
.bigImg{
    width: 225px !important;
    height: 225px !important;
}
.dispanyUse{
    width: 215px;
    height: 215px;
    position: absolute;
    z-index: 110;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.dispanyUse>div{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
}
.AuthenticationV{
    width: 275px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog4.png?1") no-repeat;
    background-size: 100%;
    margin-right: 23px;
    
}
.AuthenticationV>img{
    width: 259px;
    height: 484px;
    position: absolute;
}
.AuthenticationTips{
    background-color: rgba(0, 0, 0, 0.5);
    width: 229px;
    height: 484px;
    position: absolute;
    z-index: 110;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
}
.Exhibition{
    width: 575px;
    margin-right: 20px;
}
.newsCenter{
    width: 575px;
}
.Exhibition_ct, .newsCenter_ct{
    display: flex;
    width: 575px;
    height: 380px;
    margin-bottom: 54px;
    background: #F5F5F5;
    /* background: url("https://static.huanziwang.com/hmweapp/Et_indexLog5.png?1") no-repeat; */
}
.Exhibition_ct>a{
    
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    line-height: 16px;
    text-decoration: none;
    position: absolute;
    margin: 345px 0 0 488px;
    z-index: 1;
}
.news_more{
    
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    line-height: 16px;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    margin: 322px 0 0 488px;
}
.news_more:hover{
    color: #666666;
}
.ExhibitionCt{
    display: flex;
    margin: 30px 0 0 30px;
}
.ExhibitionCt a{
    margin-right: 26px;
    width: 140px;
    height: 140px;
}
.ExhibitionCt_img{
    width: 140px;
    height: 140px;
    
}
.ExhibitionCt-word{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ExhibitionCt-title{
    width: 296px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #343434;
    line-height: 14px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 28px 0;
}
.ExhibitionCt_word{
    width: 296px;
    font-size: 14px;
    height: 84px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.ExhibitionCt_word div{
    width: 100%;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsCenter_ct{
    padding: 23px 0 ;
    height: 334px !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.newsCenter_ct a{
    text-decoration:none;
}
.newsCenterWord{
    display: flex;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    width: 520px;
    height: 42px;
    border-bottom: 1px solid #DEDEDE;
    align-items: center;
    margin: 0 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 14px;
}
.ContactUs{
    width: 1169px;
    height: 215px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 34px 0 117px 0;
    padding: 0;
}
.ContactUs li{
    list-style: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 14px;
    margin-bottom: 28px;
}