body {
    min-width: 100%;
    min-height: 100%;
    position: relative;
}

* {
    padding: 0;
    margin: 0;
}

div {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.active {
    display: block !important;
}

.header {
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .hybicon {
    width: 180px;
}

.header .tabbar {
    width: 808px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    color: #00133A;
    margin-left: 145px;
    margin-right: 53px;
}

.header .tabbar div {
    margin: 0 21px;
    cursor: pointer;
}

.header .tabbar div:hover {
    color: #B92800;
}

.header .tabbar .active {
    font-size: 20px;
    color: #B92800;
    position: relative;
}

.header .tabbar .active::after {
    content: '';
    width: 60px;
    height: 5px;
    background: #B92800;
    border-radius: 5px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.header .login {
    width: 113px;
    height: 40px;
    background: linear-gradient( 348deg, #8DC8F2 0%, #6689F4 100%);
    border-radius: 6px;
    border: 1px solid #f6f6f9;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.main {
    width: 100%;
    min-height: 100vh;
    display: none;
    position: relative;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.product {
    margin-top: 134px;
    margin-bottom: 176px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product .titleIcon {
    width: 698px;
}

.product .products {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 100px;
    margin-top: 59px;
}

.product .products .productItem {
    width: 570px;
    height: 236px;
    background: url('../static/product/product-bg.png') no-repeat;
    background-size: contain;
    margin: 0 11px;
    flex-shrink: 0;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    padding-left: 29px;
    cursor: pointer;
}

.product .products .productItem:hover .textBox .title {
    color: #ff4e15;
}

.product .products .productItem .productIcon {
    width: 165px;
    height: 165px;
    object-fit: contain;
    margin-right: 18px;
    flex-shrink: 0;
}

.product .products .productItem .textBox  {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
}

.product .products .productItem .textBox .title {
    font-weight: 600;
    font-size: 25px;
    color: #0050AB;
    margin-bottom: 6px;
}

.client {
    width: 62.5%;
    margin: 84px auto;
}

.newTitle {
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

.news {
    font-size: 14px;
    width: 120px;
    color: #ccc;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 22px;
}

.news::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: -80px;
}

.news::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: -80px;
}

.newsTemplate,.newDetail,.productTemplate,.productDetail {
    display: none;
}

.newDetail,.productDetail {
    width: 80%;
    margin: 0 auto;
}

.productDetail .detailInfo .title{
    font-size: 26px;
    font-weight: bold;
}
.productDetail .detailInfo .time{
    margin: 50px 0 20px;
    color: #ccc;
    font-size: 16px;
}

.productDetail .detailInfo .productImg{
    width: 40%;
    margin: auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.productDetail .detailInfo .productImg .productImgDetail{
    margin: auto;
    border: 0;
    text-decoration: none;
}

.newDetail .detailInfo .title{
    font-size: 26px;
    font-weight: bold;
}

.newDetail .detailInfo .time{
    margin: 50px 0 20px
}

.backList {
    margin: 50px 0;
    color: orange;
    font-size: 16px;
    cursor: pointer;
}

.backList:hover span {
    color: #ff4e15;
}

.backList span {
    color: #000;
}

.newDetail .detailInfo {
    width: 100%;
}

.newsBox {
    width: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px auto;
}

.newsBox .newsItem {
    width: 29%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 2%;
    margin-bottom: 20px;
    display: flex;
    cursor: pointer;
}

.newsBox .newsItem:hover .textBox .title {
    color: #ff3a12;
}

.newsBox .newsItem .newImg {
    width: 45%;
    height: 120px;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin: 1% 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsBox .newsItem .newImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newsBox .newsItem .textBox .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}


.newsBox .newsItem .textBox .msg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
}


.formBox {
    width: 570px;
    height: 558px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(206,206,206,0.5);
    border-radius: 10px;
    position: absolute;
    top: 150px;
    right: 430px;
    padding-top: 109px;
}

.formBox::before {
    content: '';
    width: 384px;
    height: 196px;
    background: url('../static/freeUse/free-use.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: -98px;
    left: 93px;
}

.formBox .formItem {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 21px;
}

.formBox .formItem .label {
    width: 88px;
    margin-right: 22px;
    text-align: right;
}

.formBox .formItem input {
    width: 374px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9E5F6;
    padding-left: 10px;
}

.formBox .submitBtn {
    margin: 0 auto;
    margin-top: 48px;
    width: 400px;
    height: 50px;
    background: #0664DE;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #21303d;
    color: #A5AAAB;
    font-size: 14px;
}

.mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.74);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.mask .dialog {
    width: 500px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: dialogShow 0.3s linear both;
    opacity: 0;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mask .dialog .successIcon {
    width: 198px;
}

.mask .dialog .title {
    font-weight: 600;
    font-size: 22px;
    color: #B40505;
    margin-top: 16px;
}

.mask .dialog .msg {
    font-weight: 400;
    font-size: 15px;
    color: #414141;
    margin-top: 6px;
}

.mask .dialog .closeBtn {
    width: 200px;
    height: 37px;
    border-radius: 37px;
    border: 1px solid #0765d6;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    color: #0765d6;
    margin-top: 43px;
    cursor: pointer;
}

@keyframes dialogShow {
    0% {
        opacity: 0;
        transform: translate(-50%, -65%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}