body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    vertical-align: top
}

li {
    list-style: none
}

iframe {
    border: none
}

html {
    height: 100%;
    font-size: 16px
}

body {
    height: 100%;
    font-size: 14px;
    font-family: Microsoft Yahei, PingFang SC, HanHei SC, Arial;
    background: #f5f5f5;
}

a {
    color: #404040;
    text-decoration: none
}

a:hover {
    color: #d22;
}

.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    font-size: 0px;
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal
}

.mt10 {
    margin-top: 10px;
}

.bold {
    font-weight: bold
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1651978399361') format('woff2'), url('../fonts/iconfont.woff?t=1651978399361') format('woff'), url('../fonts/iconfont.ttf?t=1651978399361') format('truetype');
}

.ift {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout {
    width: 1200px;
    margin: 0 auto
}
.tsn img{ background: #efefef;-o-object-fit: cover;object-fit: cover;}
.tsn img,.trans {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tsn:hover img{
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    filter: alpha(Opacity=85);
    -moz-opacity: .85;
    opacity: .85;
}

.site-header {
    background: #0099ff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.site-top {
    min-width: 1200px;
}

.fixed-header .site-top {
    height: 40px;
}

.fixed-header .logo {
    width: 80px;
    height: 40px;
}
.fixed-header .top-link li a,
.fixed-header .top-nav li a.top-nav-a {
    height: 34px;
    line-height: 34px;
    padding: 3px 9px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fixed-header .top-link li a .ift {
    font-size: 14px;
}

.fixed-header .top-nav li a.top-nav-a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.fixed-header .top-link li a.on::before,.fixed-header .top-link li a.on:after {
    height: 2px;
}

.fixed-header .top-nav li a.quick-link:after {
    top: 18px
}

.fixed-header .top-nav li:hover a.quick-link:after {
    top: 14px
}

.fixed-header .top-nav li .quick-nav-pop {
    top: 40px
}

.fixed-header .nav-search {
    margin-top: 6px;
}

.fixed-header .nav-search form {
    display: block;
}

.site-top {
    height: 66px;
    padding: 0 28px;
}

.logo {
    width: 130px;
    height: 66px;
    margin-right: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.logo img {
    width: 100%;
}

/* 
.logo:before {
    content: "";
    position: absolute;
    left: -130px;
    top: -66px;
    width: 230px;
    height: 15px;
    background-color: rgba(0, 153, 255, .5);
    transform: rotate(-30deg);
    animation: searchLights 1.5s ease-in 1s infinite
} 
*/

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0
    }
    to {
        left: 120px;
        top: 100px
    }
}

.tn-flex {
    height: 66px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.nav-search {
    padding: 0 12px 0 15px;
    margin: 19px 15px 0 0;
    background: #f4f4f4;
    border-radius: 5px;
}

.nav-search form {
    display: none;
}

.nav-search .so-txt {
    width: 150px;
    height: 28px;
    line-height: 28px;
    border: none;
    background: none;
    color: #cacaca;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.nav-search .so-txt:focus {
    color: #333
}

.nav-search input:focus {
    width: 220px;
    outline: none
}

.nav-search .so-submit {
    position: relative;
    top: 1px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    color: #d3d3d3;
    background: none;
}

.nav-search .so-submit:hover {
    opacity: .8;
    color: #09f
}

.top-link li {
    float: left;
    margin-right: 8px;
}
.top-link li a:hover{
    color: #D22;
}
.top-link li a:before,.top-link li a:after {
    content: '';
    background: #D22;
    height: 4px;
    bottom: 0px;
    width: 0;
    position: absolute;
    width: 0px;
    transition: all 0.4s;
}
.top-link li a:before{
    left: 40%;
    border-radius: 24px 0 0 24px;
}

.top-link li a:after {
    right: 40%;
    border-radius: 0 24px 24px 0;
}
.top-link li a:hover:before,.top-link li a:hover:after,
.top-link li a.on:hover:before,.top-link li a.on:hover:after {
    width: 60%;
}
.top-link li:first-child a{
    padding-left: 18px;
    padding-right: 18px;
}

.top-link li a.on:before,.top-link li a.on:after{
    width: 25%;
}

.top-link li a .ift {
    margin-right: 2px;
    font-size: 18px;
}

.top-link li a,.top-nav li a.top-nav-a {
    height: 54px;
    line-height: 54px;
    padding: 6px 8px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}
.top-nav li a.top-nav-a.quick-link {
    padding-right: 18px;
}
.top-nav li {
    float: left;
    position: relative;
}

.top-nav li a.top-nav-a {
    font-size: 16px;
}

.top-nav li:hover a.top-nav-a {
    transition: all .3s;
    color: #d22;
}

.top-nav li .quick-link .ift {
    font-size: 16px;
    margin-right: 2px;
}

.top-nav li a.quick-link:after {
    display: block;
    content: '';
    position: absolute;
    right: 4px;
    top: 30px;
    width: 0;
    height: 0;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-nav li:hover a.quick-link:after {
    top: 25px;
    border-bottom-color: #d22;
    border-top-color: rgba(255, 255, 255, 0);
}

.quick-nav-pop {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 66px;
    background: #fff;
    border-bottom: 1px solid #cdcdcd;
    -moz-box-shadow: 0 0 2px 3px rgba(4, 0, 0, .08);
    -webkit-box-shadow: 0 0 2px 3px rgba(4, 0, 0, .08);
    box-shadow: 0 0 2px 3px rgba(4, 0, 0, .08);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-nav li:hover .quick-nav-pop {
    display: block;
}

.quick-nav-content {
    padding-top: 22px;
}

.quick-pop-list {
    float: left;
    width: 108px;
    text-align: center;
    border-right: 1px solid #f6f6f6;
}

.quick-pop-list dt{
    padding-bottom: 8px;
}

.quick-pop-list dt a {
    font-size: 18px;
    color: #333;
}

.quick-pop-list dd {
    padding: 5px 0;
}

.quick-pop-list dd a {
    font-size: 12px;
    color: #666;
}

.quick-pop-list dt a:hover,
.quick-pop-list dd a:hover {
    color: #d22;
    text-decoration: underline;
}

.quick-nav-sitemap {
    clear: both;
    text-align: right;
    padding: 18px 0 28px;
}

.quick-nav-sitemap a {
    font-size: 14px;
}

.quick-nav-sitemap .ift {
    font-size: 14px;
    margin-right: 3px;
}

.site-menu {
    padding-top: 86px;
    background: #fff
}

.menu-area {
    width: 850px;
    height: 88px;
    overflow: hidden;
}

.menu-list {
    margin-left: -1px;
}

.menu-list li {
    float: left;
    width: 88px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.menu-list li::before {
    content: '';
    height: 16px;
    font-size: 0;
    width: 0;
    border-left: 1px solid #ddd;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
    overflow: hidden;
}

.menu-list li a {
    font-size: 16px;
}

.search-area {
    padding-right: 10px;
}

.search {
    border: 1px solid #d9dde0;
    width: 300px;
    height: 36px;
    position: relative;
}

.search:hover {
    border-color: #d22222;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-input {
    height: 26px;
    padding: 5px;
    padding-right: 60px;
    padding-left: 7px;
    line-height: 26px;
    font-size: 15px;
    outline: none;
    border: none;
    display: block;
    width: 210px;
    background: #fafafa;
}

.search-input:focus {
    background: rgba(250, 250, 250, .3);
}

.search-submit {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    width: 60px;
    outline: none;
    background: #d22222;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.hot-search {
    height: 20px;
    line-height: 22px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    width: 282px;
    margin-top: 8px;
    margin-left: 8px;
}

.hot-search a {
    display: inline-block;
    margin-right: 11px;
    margin-left: 2px;
    color: #777;
}

.hot-search a:hover {
    color: #d22222;
}

.abc-a {
    margin-top: 10px;
}

.abc-b {
    margin-top: 10px;
}

.abc-b li {
    float: left;
    width: 236px;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
}

.abc-b li:last-child {
    margin-right: 0px;
}

.abc-c {
    width: 1198px;
    padding: 4px 0;
    margin-top: 10px;
    border: 1px solid #e2e4e6;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
}

.abc-c ul {
    width: 100%;
}

.abc-c li {
    float: left;
    width: 25%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.abc-c li a {
    color: #00f;
    padding-left: 16px;
    position: relative;
}
.abc-c li a:hover {
    text-decoration: underline;
}

.abc-c li a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: #ccc;
}

.abc-c li a.bold {
    font-weight: bold;
}

.abc-c li a.red {
    color: red;
}

.focus-topic {
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
}

.focus-topic dt {
    float: left;
    background: #ff6464;
    color: #fff;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 3px;
}

.focus-topic dd {
    float: left;
}

.focus-topic dd a {
    display: inline-block;
    padding: 0 10px;
}

.hdm-list {
    width: 400px;
}

.hdm-list li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    position: relative;
}

.hdm-list li .a1 {
    width: 330px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;
}

.hdm-list li .a1:visited {
    color: #888;
}

.hdm-list li .a1:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    left: 0;
    background: #222;
    position: absolute;
    top: 15px;
}

.hdm-list li .a1 .ift {
    margin-right: 3px;
    color: #d22222;
}

.hdm-list li .a2 {
    max-width: 76px;
    overflow: hidden;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #aaa;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 0;
}

.hdm-list li .a2:before {
    content: '[';
    width: 5px;
    height: 24px;
    padding-right: 2px;
}

.hdm-list li .a2::after {
    content: ']';
    width: 5px;
    height: 24px;
    padding-left: 2px;
}

.hdm-list li .a2:hover {
    color: #d22222;
    text-decoration: underline;
}

.hdm-list li .time {
    color: #aaa;
    font-size: 12px;
    display: inline-block;
}

.hdm-list li .abc:after {
    content: '广告';
    width: 36px;
    left: 0;
    color: #ccc;
    top: 6px;
    height: 18px;
    background: #eee;
    line-height: 18px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.hdm-list:not(.flog) li:not(.flog) .a1:hover {
    width: initial !important;
    z-index: 2000;
    position: absolute;
    background: #fff6ea;
    border: 1px solid #fcdeb5;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    margin-top: 4px;
    min-width: 370px;
    text-overflow: initial;
    white-space: nowrap;
    overflow: visible;
}

.hdm-list:not(.flog) li:not(.flog) .a1:hover:before {
    display: none;
}

.tab-box {
    padding: 15px 15px;
    overflow: hidden;
    font-size: 14px;
    background: #fafafa;
}

.tab-box .tab-nav {
    height: 29px;
    border-bottom: 1px solid #e1e1e1;
}

.tab-box .tab-nav li {
    float: left;
    height: 28px;
    padding: 0 6px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
}

.tab-box .tab-nav li.on {
    border-bottom: 2px solid #d22222;
}

.tab-box .tab-con {
    display: none;
}

.tab-box .tab-con.on {
    display: block;
}

#hotsoft .tab-con {
    margin: 0 8px;
    padding: 10px 0;
}

#hotsoft .tab-con li {
    clear: both;
    height: 38px;
    margin-top: 12px;
}

#hotsoft .tab-con li img {
    float: left;
    border-radius: 50%;
    background: #fff;
}

#hotsoft .tab-con li a span {
    display: inline-block;
    width: 251px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#hotsoft .tab-con li i.ift{
    font-size: 23px;
    float: right;
}

#hotsoft .tab-con li.more a {
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 30px;
}

#rank .tab-con li {
    height: 18px;
    line-height: 18px;
    margin-top: 18px;
}

#rank .tab-con li a {
    display: block;
    float: left;
    margin-left: 8px;
    width: 262px;
    height: 18px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rank .tab-con li:before {
    float: left;
    width: 18px;
    background: #afb2b7;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

#rank .tab-con li:nth-child(1):before {
    content: '1';
    background: #d22222 !important;
}

#rank .tab-con li:nth-child(2):before {
    content: '2';
    background: #d22222 !important;
}

#rank .tab-con li:nth-child(3):before {
    content: '3';
    background: #d22222 !important;
}

#rank .tab-con li:nth-child(4):before {
    content: '4';
}

#rank .tab-con li:nth-child(5):before {
    content: '5';
}

#rank .tab-con li:nth-child(6):before {
    content: '6';
}

#rank .tab-con li:nth-child(7):before {
    content: '7';
}

#rank .tab-con li:nth-child(8):before {
    content: '8';
}

#rank .tab-con li:nth-child(9):before {
    content: '9';
}

#rank .tab-con li:nth-child(10):before {
    content: '10';
}

.list-box {
    font-size: 14px;
    padding: 15px 15px;
    background: #fafafa;
    overflow: hidden;
}

.list-box .hd h3 {
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
    font-size: 16px;
    border-left: 4px solid #d22222;
}

.porduct-list,
.column-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.porduct-list li {
    width: 220px;
    height: 230px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.porduct-list li .img-area {
    display: block;
    width: 220px;
    height: 163px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.porduct-list li .img-area:hover::after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/s.svg) center no-repeat;
}
.porduct-list li .img-area:hover img{
    -webkit-filter: brightness(.5);
    filter: brightness(.5);

}
.porduct-list li .img-area img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.porduct-list li .img-area:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    filter: alpha(Opacity=85);
    -moz-opacity: .85;
    opacity: .85;
}

.porduct-list li .text-area {
    height: 46px;
    text-align: center;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}
.site-footer {
    line-height: 22px;
    background: #272727;
    color: #aaa;
    text-align: center;
    margin-top: 10px;
}

.foot-nav {
    height: 41px;
    line-height: 40px;
}

.foot-nav a {
    color: #aaa;
    display: inline-block;
    margin: 0 15px;
}

.copyright {
    padding-bottom: 20px;
}

.copyright a {
    color: #aaa;
}

.copyright .ga {
    display: inline-block;
}

.copyright .ga img {
    display: inline-block;
    margin-bottom: -4px;
}

::selection {
    background-color: #d22222;
    color: #fff;
}

::-moz-selection {
    background-color: #d22222;
    color: #fff;
}

::-webkit-selection {
    background-color: #d22222;
    color: #fff;
}

.flinks {
    width: 1180px;
    padding: 10px;
    background-color: #fff;
}

.flinks p {
    margin: 10px 0;
    line-height: 22px;
}

.flinks p a {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    font-size: 12px;
}

.flinks p a:after {
    content: '';
    display: inline-block;
    height: 12px;
    border-right: 1px solid #42494f;
    right: -10px;
    position: absolute;
    top: 5px;
}

.flinks p a:last-child:after {
    display: none;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.site-tips{ 
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    text-align: center;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    z-index: 99999;
}
.marked{
    display: inline-block;
    transform: translateY(-12px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top, #ff557f 0%, #ffaa00 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: 0.15rem 0.275rem;
    line-height: 1;
    font-weight: bold;
}
.top-nav li a.top-nav-a.login-button{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
    margin-left: 10px;
}
.top-nav li a.top-nav-a.login-button:hover{
    opacity: .7;
}
.fixed-header .top-nav li a.top-nav-a.login-button{
    margin-top: 4px;
}