@charset "utf-8";

@font-face {
    font-family: sy;
    src: url("../font/SourceHanSerifCN-Regular.otf");
}
body{min-width:1400px;}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.scale{overflow: hidden;}
.imged { position: relative; padding-bottom: 40%; width: 100%; display: block; overflow: hidden; transition: 0.5s; background-size: cover !important;background-position: center center !important;}
.imged img {  display: none; }
a:hover .imged { transform: scale(1.1); }

.wl { position: relative; z-index: 1; transition: 0.5s }
.wl::after { content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%; }
::after,::before{transition:0.5s;}
.l1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.l3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

i,
em,
b {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
div:focus {
    border: none;
    outline: none;
}

img,
input {
    border: 0;
}

img {
    /* display: block; */
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%
}

input,
button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}

.f0 {
    font-size: 0;
}

input[type='text']:focus-visible {
    outline: none;
}

.phone {
    display: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
    /*width: 94%;*/
}

/* .pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
} */

/* .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
} */

.bg_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}

.bg_img .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.bg-mask:hover .bg_img .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic img:hover {
    transform: scale(1.05);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overfloat-dot {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.pore {
    position: relative
}

body.navShow {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.head .w {
    max-width: 1300px;
    margin: 0 auto;
}

.head .d1 a {
    display: inline-block;
    font-size: 16px;
    color: #bd1a2d;
    vertical-align: middle;
}

.head .d1 .ll p {
    color:#bd1a2d;font-size:16px;
}

.head .d1 .rr a {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ad8b8f;
}
.head .d1 .rr a:first-child{
    margin-left: 0;
}

.head .d1 .rr a:nth-of-type(1) {
    border-left: none;
}

.head .d1 .rr a.log {
    padding-left: 45px;
    background: url("../images/log2.png") no-repeat left 19px center;
    background-size: 17px 19px;
}

.head .d1 .rr a.reg {
    padding-left: 50px;
    background: url("../images/reg2.png") no-repeat left 20px center;
    background-size: 20px 20px;
}

.head .d1 a:hover {
    text-decoration: underline;
}

.head .d2 .logo {
    width: 354px;
    height: 217px;
    margin: 34px auto 30px;
}

.head .d2 .logo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block; 
}

.head .search {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 800px;
}

.head .search .inp {
    display: block;
    width: 647px;
    background: #fff;
    line-height: 60px;
    font-size: 16px;
    color: #bb969b;
    height: 60px;
    border-radius: 4px;
    padding: 0 30px;
}

input::placeholder {
    color: #bb969b;
}

input::-ms-input-placeholder {
    color: #bb969b;
}

input::-moz-placeholder {
    color: #bb969b;
}

input::-webkit-input-placeholder {
    color: #bb969b;
}

.head .search .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 60px;
    border-radius: 4px;
    background: #bd1a2d;
    border: none;
    overflow: hidden;
}

.head {
    padding-top: 16px;
    padding-bottom: 106px;
    background: url("../images/banner.png") no-repeat 50%;
    background-size: cover;
}
.nav {
    background-color: #bd1a2d;
    border-bottom: 1px solid #b91c2e;
}

.nav>ul {
    position: relative;
}

.nav>ul>li {
    float: left;
    width: 13.6%;
    text-align: center;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    transition: all .3s;
    position: relative;
    font-family: "PingFang SC";
    font-weight: bold;
}

.nav .navList>li>a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    width: 0;
    margin: auto;
    height: 3px;
    background: #ffe6b6;
    border-radius: 10px;
    transition: all .3s;
}

.nav .navList>li.on>a:after,
.nav .navList>li.active>a:after {
    width: 100%;
}

.nav .navList>li.on>a,
.nav .navList>li.active>a {
    color: #ffe6b6;
}


/* link */
.s7{padding: 20px 0;background: #f7f7f7;}
.ftlink h3{font-size: 18px;color: #000;font-weight: 500;}

.select{float: left;position: relative;}
.select h2 p{display: inline-block;padding: 0 20px 0 0;line-height: 1;}
.select:last-child h2{border-right:none;}
.select:nth-child(2) h2{padding-left:0;}
.select h2{font-size: 18px;height: 23px;padding: 0 20px;border-right: 1px solid #999;color: #333;cursor: pointer;}
.select h2 img{display:inline-block;vertical-align: middle;}
.select ul{background: #f8f8f8;height: 250px;position: absolute;width: 100%;left: 0;right: 0;padding: 15px 0rem;z-index: 500000;bottom: 100%;display: none;overflow-y: auto;}
.select li{font-size: 20px;line-height: 38px;color: #333;transition:0.5s;padding: 0 15px;}
.select li:hover{background:#bd1a2d;color:#fff;}
.select h2.on,.select h2:hover {color: #bd1a2d;}

.s1-b2 .tsxw li a{line-height: 45px;}

.foot {
    padding: 50px 0 40px;
    background: #bd1a2d;
    background-size: cover;
}

.foot>div {
}

.foot .ftlink {
    margin-bottom: 42px;
}

.foot .ftlink dl {
    float: left;
    margin-left: 3.3%;
    width: 22.52%;
    position: relative;
}

.foot .ftlink dl:first-child {
    margin-left: 0;
}

.foot .ftlink dl dt {
    position: relative;
    height: 44px;
    line-height: 44px;
    background: rgba(255, 255, 255, 0.12);
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.foot .ftlink dl dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: '';
    width: 9px;
    background: url("../images/ftlink.png") no-repeat 50%;
    background-size: 9px 16px;
    transition: .3s
}

.foot .ftlink dl dt.on:after {
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ftlink dl dd ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.foot .ftlink dl dd ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.foot .ftlink dl dd ul li a:hover {
    color: #c70000;
}

.foot .ftlink dl dd {
    position: absolute;
    /*top:100%;*/
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}

.foot .ftlink dl dd ul {
    height: 390px;
    overflow-y: auto;
}

.foot .ftlink dl dd ul::-webkit-scrollbar {
    width: 4px;
}

.foot .ftlink dl dd ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;
}

.foot .ftlink dl dd ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #b20115 0%, #bd1a2d 100%);
}

.foot .ftbs .f-l {
    font-size: 0;
    position: relative;
    height: 136px;
    background: #b01426;
    padding: 35px 15px 0;
}
.foot .ftbs .f-l a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
    line-height: 68px;
}

.foot .ftbs .f-l a.a1 img {
    width: 56px;
    height: 68px;
}

.foot .ftbs .f-l a.a2 img {
    width: 110px;
    height: 55px;
}

.foot .ftbs .f-txt {
    padding-left: 40px;
    height: 136px;
    background: #b01426;
    width: 470px;
    margin-left: 10px;
    padding: 20px;
}
.fot3{width: 570px;background: #b01426;margin-left: 10px;padding: 15px 20px;height: 136px;}
.foot .ftbs .f-txt p{color:#fff;font-size: 15px;line-height:36px;}
.foot .ftbs .a-txt a {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(255,255,255,.5);
}

.foot .ftbs .a-txt a:first-child {
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.foot .ftbs .a-txt {
    margin-bottom: 10px;
}

.foot .ftbs .p-txt p>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 2em;
    margin-right: 10px;
    color: #fff;
}

.foot .ftbs .p-txt p a i {
    display: inline-block;
    width: 17px;
    height: 19px;
    margin-right: 10px;
    background: url("../images/f-icon03.png") no-repeat 50%;
    vertical-align: text-bottom;
}

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 4%;
    padding-left: 4%;
    background: transparent;
    height: 75px;
    /* box-shadow: 0 0 15px rgba(0,0,0,.15);*/
}

.big-nav {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1c4da3;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

body.navShow .big-nav {
    opacity: 1;
    visibility: visible;
    z-index: 1111;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 104px;
    bottom: 0;
    overflow-y: auto;
}

.btn-search input[type='text'] {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    border: rgba(255, 255, 255, 0.13) solid 1px;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 70px;
}

.btn-search input[type='text']::placeholder {
    color: #fff;
}

.btn-search input[type='text']::-ms-input-placeholder {
    color: #fff;
}

.btn-search input[type='text']::-moz-placeholder {
    color: #fff;
}

.btn-search input[type='text']::-webkit-input-placeholder {
    color: #fff;
}

.btn-search input[type='image'] {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.btn-search {
    padding: 0 2%;
    margin-bottom: 15px;
}









/*2023-4-24 登录美化*/
.layui-layer {
    border-radius: 10px !important;
    overflow: hidden;
}

.loginBox {
    display: none;
    height: 100%;
}

.loginBox .logCon {
    overflow: hidden;
}

.tcTit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #1c4da3;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.layui-layer-setwin .layui-layer-close2 {
    top: -11px !important;
    right: -5px !important;
    background-position: -104px -32px !important;
}

.layui-layer-content {
    overflow: hidden !important;
}

.logCon {
    height: 100%;
    margin-top: 40px;
    max-height: calc(100% - 40px);
    overflow-y: scroll;
    padding-top: 38px;
    text-align: center;
    background: url("../images/tcbg.jpg") no-repeat bottom center;
    background-size: cover;
}

.logCon a:first-child {
    margin-left: 0;
}

.logCon a {
    display: inline-block;
    width: 115px;
    line-height: 44px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #1c4da3;
    border-radius: 5px;
    background: #f2f9fe;
    margin-left: 27px;
}

.logCon a:hover {
    background: #1c4da3;
    color: #fff;
}

/*2023-4-24 登录美化*/




/*表格自适应开始*/
.vsbcontent-table-container-outer {
    position: relative;
}

.vsbcontent-table-container {
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;
}

.vsbcontent-table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.vsbcontent-table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.vsbcontent-table-container-fade {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
}

input::-ms-clear,input::-ms-reveal{display: none;width: 0;height: 0;}



/* 底部友情链接样式*/


.s7-l,
.s7-c,
.s7-r {
    position: relative;
    width: 31.66%;
    transition: all 0.3s;
    margin-top: 20px;
}

.s7-c {
    margin-left: 2.5%;
    margin-top: 0;
}

.s7-l .s7-tit,
.s7-r .s7-tit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 100%;
    background-image: linear-gradient(#bd1a2d, #154b99);
}

.s7-c .s7-tit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 100%;
    background-image: linear-gradient(#fed477, #dbb869);
}

.s7-l .s7-tit h3,
.s7-c .s7-tit h3,
.s7-r .s7-tit h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 50px 22px;
}

.s7-c .s7-tit h3 {
    color: #000;
}

.s7-l .s7-tit .gd a,
.s7-c .s7-tit .gd a,
.s7-r .s7-tit .gd a {
    display: block;
    text-align: center;
    margin-top: 100px;
}

.s7-l .s7-tit .gd a img,
.s7-c .s7-tit .gd a img,
.s7-r .s7-tit .gd a img {
    display: inline-block;
}

.s7-bd {
    margin-left: 72px;
    padding: 15px 25px;
    border: 8px solid #d5ecfb;
}

.s7-l .s7-bd {
    background: url(../images/s7-lbg.jpg) no-repeat center;
    background-size: cover;
}

.s7-c .s7-bd {
    background: url(../images/s7-cbg.jpg) no-repeat center;
    background-size: cover;
    border-color: #fed477;
}

.s7-r .s7-bd {
    background: url(../images/s7-rbg.jpg) no-repeat center;
    background-size: cover;
}

.s7-bd ul li a {
    display: block;
    line-height: 22px;
    margin: 12px 0;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s;
}

.s7-bd ul li a:hover {
    color: #1c4da3;
    font-weight: bold;
}

.s7-bd ul li a::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #bd1a2d;
}

.s7-c .s7-bd ul li a::after {
    background-color: #dcb96a;
}

.s7{padding: 20px 0;background: #f7f7f7;}