@import url('iconfont.css');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #0a59f8;
    text-decoration: none !important;
}

ul,
li,
p,
h1,
h2,
h3 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.4;
    color: #273746;
    margin: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
p,
form,
ul,
label,
input,
textarea,
img,
span,
dl,
dt,
dd {
    margin: 0px;
    padding: 0;
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

input,
select,
button,
textarea {
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
}

.container {
    width: 1300px;
    margin: auto;
}

.list-image:hover img,
.item-img:hover img,
.right-list-ad:hover img {
    border-radius: 0;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -ms-transform: scale(1.01)
}

/*header-m*/
.hua-navbar {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 111;
    height: 80px;
    box-shadow: none;
    box-shadow: 0px 2px 8px rgba(29, 41, 57, 0.08);
}

.hua-navbar.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

.hua-navbar h1 {
    float: left;
    padding: 20px 0;
}

.hua-navbar h1 a {
    display: block;
}

.hua-navbar h1 a img {
    max-width: 100%;
    height: 40px;
    display: block;
}

.hua-navbar .nav-list {
    margin-left: 6rem;
    display: block;
    list-style: none;
    float: left;
}

.hua-navbar .nav-list>li {
    list-style: none;
    float: left;
    position: relative;
}

.nav-list>li.current a {
    color: #0060ed;
}

.nav-list>li em {
    position: absolute;
    height: 80px;
    line-height: 80px;
    right: -2px;
    color: #161c2d;
    z-index: -9;
}

.nav-list>li em i {
    font-size: 24px;
}

.nav-list li:hover a,
.nav-list li:hover i.down {
    color: #0060ed
}

.nav-list li .down:before {
    display: inline-block;
    transition: all .3s ease-out 0s;
}

.nav-list li:hover .down:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.nav-list.active li .down:before {
    display: inline;
}

.nav-list>li>a {
    height: 80px;
    line-height: 80px;
    display: inline-block;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.nav-list li small {
    position: absolute;
    display: block;
    right: 0px;
    top: 12px;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background: #f53939;
    background-image: linear-gradient(310deg, #f53939, #fbcf33);
    border-radius: 4px 4px 4px 0;
    padding: 0.2rem 0.3375rem;
}

.nav-list li small.blue {
    background: linear-gradient(to right, #0056f3 0%, #2b76ff 100%);
}

.nav-list li>ul {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.nav-list li:hover>ul {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.nav-list .sub-nav {
    position: absolute;
    text-align: center;
    width: 111px;
    top: 100%;
    left: 16px;
    padding: .75rem;
    opacity: 0;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    box-shadow: 0 2px 8px 0 rgba(0, 29, 35, 0.05);
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all .2s ease-out 0s;
    z-index: 9;
    background-color: #fff;
    border-radius: 1px;
}

.nav-list li:hover>ul {
    opacity: 1;
    visibility: visible
}

.nav-list .sub-nav li {
    display: block;
    border-bottom: none;
    border-left: none;
    transition: all .3s ease 0s;
}

.nav-list .sub-nav li a {
    display: block;
    font-size: .875rem;
    transition: all .3s ease-out 0s;
    color: #2c2e3b;
    padding: .5rem;
}

.nav-list .sub-nav li a:hover {
    color: #0060ed
}

.nav-right {
    float: right;
    font-size: 15px;
    margin-top: 0px
}

.nav-right li {
    position: relative;
    float: left;
    margin-left: 15px;
}

.nav-right a {
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: ease-in color .15s;
    transition: ease-in color .15s;
    position: relative
}

.nav-right>li>a {
    padding: 25px 10px 23px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-right>li.u-fang a {
    position: relative;
    background-color: #0060ed;
    background-image: linear-gradient(310deg, #2152ff, #0060ed);
    padding: .5rem 1.2rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
    border-radius: 2rem;
    margin: 21px 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-right>li.u-fang:hover a {
    background-color: #000;
}

.nav-line {
    width: 1px;
    background: #777;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.nav-right .nav-button {
    display: none
}

.canvas-close {
    display: none;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #000;
    content: '';
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.nav-search {
    float: right;
    position: relative;
}

.nav-search i.iconfont {
    color: #000;
    line-height: 80px;
    font-size: 26px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    display: block;
    width: 28px;
}

.nav-search i.iconfont:hover {
    opacity: 1;
}

.nav-search .s-form {
    padding: 20px;
    line-height: none;
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    border-top: none;
    z-index: 1;
}

.nav-search .s-form .sform {
    width: 258px;
    padding-right: 32px;
    position: relative;
}

.nav-search .s-form button {
    border: medium none;
    background-color: #007bff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.8;
    height: 39px;
}

.nav-search .s-form button i {
    color: #fff;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    width: 40px;
}

.nav-search .s-form button:hover {
    opacity: 1
}

.nav-search .s-form .sinput {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 5px 0 0 10px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    font-size: 14px;
    box-sizing: content-box;
}

.nav-search .s-form .arrow {
    position: absolute;
    top: -17px;
    right: -2px;
    line-height: 26px;
    color: #fff;
    font-size: 20px;
    opacity: 1;
}

/*footer*/
footer {
    /* min-height: 17.75rem; */
    width: 100%;
    z-index: 990;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.footer {
    min-width: 81.25rem;
    width: 100%
}

.footer .top {
    align-items: center;
    background: #fff;
    border-top: .0625rem solid #ddd;
    display: flex;
    height: 12.5rem;
    justify-content: center
}

.footer .top .top-left {
    border-right: .0625rem solid #ddd;
    display: flex;
    height: 7.5rem;
    justify-content: space-between;
    width: 28.625rem
}

.footer .top .top-left .top-left-logo {
    margin-top: 2.3125rem;
    width: 180px
}

.footer .top .top-left .top-left-logo img {
    cursor: pointer;
    width: 180px
}

.footer .top .top-left>div {
    display: flex;
    flex-flow: wrap;
    height: 7.5rem;
    justify-content: space-between;
    margin-right: 2.75rem;
    width: 12.5rem
}

.footer .top .top-left a {
    color: #222;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    line-height: 1.875rem;
    text-align: left;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .3s;
    width: 6.25rem
}

.footer .top .top-left a:hover {
    color: #0a59f8;
    transition: color .3s
}

.footer .top .top-right {
    display: flex;
    height: 7.5rem;
    justify-content: space-between;
    width: 52.375rem
}

.footer .top .top-right .top-right-info {
    align-items: flex-start;
    display: flex;
    flex-flow: wrap;
    height: 7.5rem;
    justify-content: space-between;
    margin-left: 4.125rem;
    width: 20rem;
}

.footer .top .top-right .top-right-info div {
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    height: 3.75rem;
    justify-content: flex-start;
    padding-top: .3125rem;
    width: 9.375rem
}

.footer .top .top-right .top-right-info div p {
    font-size: .875rem
}

.footer .top .top-right .top-right-info div p:first-of-type {
    color: #444
}

.footer .top .top-right .top-right-info div p:last-of-type {
    color: #888
}

.footer .top .top-right .top-right-info div:nth-child(n+3) {
    justify-content: flex-end;
    padding-bottom: .3125rem
}

.footer .top .top-right .top-right-code {
    align-items: center;
    display: flex;
    height: 7.5rem;
    justify-content: space-between;
    width: 25rem;
    border-left: .0625rem solid #ddd;
    padding-left: 4.125rem;
}

.footer .top .top-right .top-right-code div {
    align-items: initial;
    display: block;
    flex-flow: column;
    height: 7.5rem;
    justify-content: center;
    width: 22.5rem
}

.footer .top .top-right .top-right-code div img {
    height: 6.5rem;
    width: 6.5rem
}

.footer .top .top-right .top-right-code div span {
    display: inline-block;
    color: #222;
    font-size: 1.075rem;
    margin-bottom: 10px;
}

.footer .top .top-right .top-right-code div p {
    color: #a3a3a3;
    font-size: .875rem;
    line-height: 1.5rem;
}

.footer .center {
    display: none;
    align-items: center;
    border-top: .0625rem solid #ddd;
    height: 3.4375rem;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0 auto;
    max-width: 81.25rem;
    min-width: 81.25rem
}

.footer .center p {
    color: #666;
    font-size: .875rem;
    line-height: 1
}

.footer .center a:hover {
    color: #0a59f8
}

.footer .center li {
    border-right: .0625rem solid #ddd;
    height: .875rem;
    line-height: 1;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.footer .center li:last-of-type {
    border-right: 0
}

.footer .bottom {
    align-items: center;
    background: #282525;
    border-top: .25rem solid #0a59f8;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 1.25rem 0 1.1875rem
}

.footer .bottom p,
.footer .bottom p a {
    color: #828282;
    font-size: .875rem;
    line-height: 1.875rem
}

.footer .bottom div {
    align-items: center;
    display: flex;
    height: .875rem;
    justify-content: center;
    margin-top: .1875rem
}

.footer .bottom div img {
    height: .875rem;
    margin-right: .625rem;
    padding: 0;
    width: .875rem
}

.footer .bottom div a {
    color: #828282;
    font-size: .875rem;
    line-height: 1.875rem
}



/*crumb*/
.breadcrumb {
    position: relative;
    margin: 1rem 0;
}

.breadcrumb .crumb-inner {
    color: #333b55;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

.breadcrumb .crumb-inner i.icon-shijian {
    color: #666 !important;
    padding: 0 5px;
    font-size: 14px;
}

.breadcrumb .crumb-inner i {
    color: #000 !important;
    padding-right: 5px;
    font-size: 18px;
    vertical-align: bottom;
}

.breadcrumb .crumb-inner i.icon-home {
    color: #333b55 !important;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 14px;
    color: #333b55;
}

.breadcrumb a:hover,
.breadcrumb span:hover {
    font-size: 14px;
    color: #0a59f8;
}

/*pageinfo*/
.pageinfo {
    padding: 20px 10px;
    text-align: center;
    border-radius: 3px;
}

.pageinfo a {
    background-color: #fff;
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 1px;
    color: #666;
    margin: 2px;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    transition: all 0.2s ease 0s;
}

.pageinfo a:hover {
    background-color: #0a59f8;
    border-color: #0a59f8;
    border-style: solid;
    border-width: 1px;
    color: #fff;
}

.pageinfo a:active {
    border-color: #0a59f8;
    border-style: solid;
    border-width: 1px;
    color: #000;
}

.pageinfo .thisclass {
    background-color: #0a59f8;
    border-color: #0a59f8;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-weight: bold;
    margin: 2px;
    padding: 8px 20px;
    border-radius: 4px;
}

.pageinfo b {
    background-color: #0a59f8;
    border-color: #0a59f8;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-weight: bold;
    margin: 2px;
    padding: 8px 20px;
    border-radius: 4px;
}

.pageinfo span.disabled {
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 1px;
    color: #666;
    margin-right: 2px;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #fff;
}



@media only screen and (max-width: 900px) {
    .list-right .news {
        display: block !important;
    }
}



@media only screen and (max-width: 900px) {
    .index-flex-row .special, .index-flex-row .baogao, .index-flex-row .index-ad {
        display: block !important;

    }
}


@media only screen and (max-width: 900px) {
    .category .index-ad, .category .baogao {
        display: block !important;
    }
}


ul.pictxt {
    padding: 15px 0 0 5px;
    /* width: 752px; */
    height: auto;
    display: flow-root;
}

ul.pictxt li a {
    float: left;
    display: inline-block;
    width: 126px;
    height: 150px;
    line-height: 19px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}


ul.pictxt li {
    float: left;
    width: 126px;
    height: 150px;
}


ul.pictxt li a img {
    margin-bottom: 5px;
    border-radius: 10px;
    width: 101px;
    height: 106px;
}

 .titq {
    float: left;
    width: 100%;
    height: 26px;
    line-height: 20px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #f63d3d;
     display:block;
}

