body,html {
    position: relative
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: #666;
    font-family: "microsoft yahei",Tahoma,Arial,STHeiTi,sans-serif
}

a,a img,blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,img,input,label,li,ol,p,pre,select,span,table,td,textarea,th,tr,ul {
    margin: 0;
    padding: 0
}

a img,img {
    border: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: 400
}

dd,dl,dt,li,ol,ul {
    list-style: none
}

address,cite,code,em,i,th {
    font-style: normal;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,input,label,select,textarea {
    vertical-align: middle;
    line-height: normal;
    font-family: "microsoft yahei";
    font-size: inherit
}

textarea {
    overflow: auto;
    resize: none
}

h1,h2,h3,h4,h5,h6,p {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all
}

body {
   /* background: #fff;*/
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*background-color: #fafafa*/
    background: #bc0000 url(../../skin/images/bg71.jpg) 50% 0 no-repeat;
    
}

input:focus,textarea:focus {
    outline-style: none;
    outline-color: invert;
    outline-width: 0
}

a {
    display: block;
    -webkit-tap-highlight-color: transparent
}

a,a:hover {
    text-decoration: none
}

:focus,a:active,a:focus,a:hover {
    outline: 0
}

.clear {
    clear: both
}

element::-webkit-scrollbar {
    display: none
}

input::-webkit-input-placeholder {
    color: #d3d3d3
}

input:focus::-webkit-input-placeholder {
    color: #eee
}

* {
    box-sizing: border-box
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.appno {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.fsover {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fsover-no {
    white-space: normal;
    overflow: visible;
    text-overflow: initial
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.hw100 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.col-green {
    color: #00d905
}

.col-gray {
    color: #afafaf
}

.col-brown {
    color: #906033
}

.main {
    margin: 0 auto;
    width: 1200px
}

.main-gray {
    background-color: #312222
}

.content {
    padding: 20px 40px;
    font-size: 28px;
    color: #454545;
    line-height: 40px
}

.content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0
}

.ovhidden {
    overflow: hidden
}

.mask,.masklayer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.mask {
    display: none;
    z-index: 990;
    background: rgba(0,0,0,.3)
}

.animated.delay-50ms {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms
}

.animated.delay-100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms
}

.animated.delay-150ms {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms
}

.animated.delay-200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}

.animated.delay-300ms {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}

.animated.delay-400ms {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1170px
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background:#fff; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.snavbar {
    padding: 0;
    background-color: #fff;
    border-bottom: 2px solid #dd2c1e
}

.snavbar .navbar-nav .nav-link {
    position: relative;
    padding: .3rem .7rem;
    color: #444;
    font-size: 16px;
    font-weight: 800
}

.snavbar .navbar-nav .nav-link::after {
    display: none;
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    color: #dd2c1e;
    border-top: 0;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent
}

.snavbar .navbar-nav .active>.nav-link {
    color: #d8191e
}

.snavbar.navbar-dark .navbar-nav .nav-link:focus,.snavbar.navbar-dark .navbar-nav .nav-link:hover,.snavbar.navbar-dark .navbar-nav .show>.nav-link {
    color: #d8191e
}

.snavbar .dropdown-menu {
    top: 96%
}

.snavbar .navbar-toggler-icon {
    background: url(../images/nav_icon.png) no-repeat center center
}

.slogo {
    height: 30px
}

.ssearch {
    display: none
}

.btn-outline-success {
    color: #dd2c1e;
    border-color: #dd2c1e
}

.btn-outline-success:hover {
    background-color: #dd2c1e;
    border-color: #dd2c1e
}

.sbanner {
    max-height: 610px;
    overflow: hidden
}

.sbanner img {
    min-height: 220px
}

.sbanner .bannerSwiper-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    text-align: center
}

.sbanner .bannerSwiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    display: inline-block;
    margin-bottom: 50px;
    border: 0;
    border-radius: 3px;
    opacity: 1;
    background-color: #fff
}

.sbanner .bannerSwiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    background: #da251d
}

.sbanner .carousel-indicators li {
    width: 15px;
    height: 6px;
    margin-bottom: 64px;
    border: 0;
    border-radius: 3px;
    opacity: 1
}

.sbanner .carousel-indicators .active {
    width: 25px;
    background-color: #da251d
}

.scon-white .container {
    padding: 0 25px;
    background-color: #fff
}

.snews-now {
    padding: 8px 0!important;
    z-index: 20;
    margin: -20px -5px 36px!important;
    border-radius: 5px!important
}

.snews-now img {
    height: 26px
}

.snews-banner .snews-banner-link p,.snews-now a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.snews-now a {
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 1px;
    display: block;
    color: #444
}

.snews-now span {
    padding-left: 20px;
    font-size: 12px;
    text-align: right
}

.snews-now .col-2 {
    max-width: 44px;
    overflow: hidden
}

.newsSwiperCon,.snews-now {
    position: relative
}

.newsSwiperCon .swiper-button-next,.newsSwiperCon .swiper-button-prev {
    display: none;
    width: 20px;
    font-size: 22px;
    color: #888;
    line-height: 40px;
    background: 0 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-align: center
}

.newsSwiperCon .swiper-button-prev {
    left: 0
}

.newsSwiperCon .swiper-button-next {
    right: 0
}

.newsSwiperCon .swiper-slide {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left
}

.snews-banner {
    padding-bottom: 40px
}

.snews-banner .banner2Swiper-pagination {
    position: absolute;
    width: 180px;
    right: 0;
    left: auto;
    bottom: 12px;
    padding-right: 30px;
    z-index: 10;
    text-align: right
}

.snews-banner .banner2Swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1
}

.snews-banner .banner2Swiper-pagination .swiper-pagination-bullet-active {
    background: #da251d
}

.snews-banner .snews-banner-link {
    display: block;
    position: relative
}

.snews-banner .snews-banner-link img {
    max-height: 320px
}

.snews-banner .snews-banner-link p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 180px 0 15px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0,0,0,.6)
}

.snav-tabs {
    margin-top: 20px;
    position: relative
}

.snav-tabs .nav-link {
    padding: 0 .3rem .5rem;
    font-size: 16px;
    color: #444;
    font-weight: 800;
    border: 0;
    border-bottom: 2px solid transparent
}

.snav-tabs .nav-link.active {
    color: #dd2c1e;
    border-color: #dd2c1e
}

.smore {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #888
}

.snews-list {
    min-height: 212px;
    padding: 8px 5px 0
}

.snews-list li:nth-of-type(n+7) {
    display: none
}

.snews-list a {
    font-size: 14px;
    color: #444;
    line-height: 34px;
    overflow: hidden
}

.sfoot-nav a:hover,.sfoot-p a:hover,.slink-list a:hover,.sn-page .layui-laypage a:hover,.snews-list a:hover {
    color: #da251d
}

.snews-list p {
    padding-right: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.snews-list span {
    float: right;
    margin-top: -34px
}

.spro .container {
    position: relative;
    padding: 0 25px;
    background-color: #fff
}

.spro .swiper-button-next,.spro .swiper-button-prev {
    display: none;
    width: 40px;
    font-size: 40px;
    color: #d8191d;
    line-height: 44px;
    background: 0 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    text-align: center
}

.spro .swiper-button-prev {
    left: -20px
}

.spro .swiper-button-next {
    right: -20px
}

.spro-icon,.spro-link {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

.spro-link,.spro-link p {
    font-size: 14px;
    color: #fff
}

.spro-link {
    text-align: center
}

.spro-link p,.spro-link::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    transition: all 200ms
}

.spro-link p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 8
}

.spro-link::before {
    content: '';
    z-index: 6;
    display: block;
    background: url(../images/pro_before.png) no-repeat;
    background-size: cover!important
}

.spro-link:hover::before {
    height: 100%;
    background: rgba(0,0,0,.5)
}

.spro-link:hover p {
    height: 100%
}

.spro-icon {
    z-index: 5;
    height: 160px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.srow-zbxx {
    padding-bottom: 30px
}

.scon-gray {
    display: none
}

.scon-gray .container {
    padding: 0 30px 50px;
    background-color: #fff
}

.slink-list {
    border-bottom: 1px solid #eee;
    line-height: 40px
}

.slink-list .slink-title {
    padding: 0 10px;
    display: inline-block;
    font-weight: 800;
    margin-right: 15px;
    font-size: 16px;
    color: #d92419;
    border-bottom: 2px solid #d92419
}

.slink-list a {
    margin-right: 15px;
    display: inline-block;
    font-size: 14px;
    color: #444
}

.sfoot {
    padding-bottom: 15px;
    border-top: 10px solid #da251d;
    background-color: #f0f0f0
}

.sfoot .col-none,.slev-list li>p {
    display: none
}

.sfoot-nav {
    margin: 10px 0
}

.sfoot-nav b {
    font-size: 16px
}

.sfoot-nav a,.sfoot-nav p {
    font-size: 14px;
    color: #888;
    line-height: 25px
}

.sewm {
    margin: 10px auto 12px;
    display: block
}

.sewm-p,.sfoot-p,.slev-list li {
    font-size: 14px;
    color: #888;
    text-align: center
}

.sfoot-p {
    padding-top: 10px;
    line-height: 25px
}

.sfoot-p a {
    display: inline-block;
    color: #888
}

.slev-list {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 80;
    transform: translateY(-50%)
}

.slev-list li {
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
    width: 32px;
    height: 32px;
    background-color: rgba(255,255,255,.7);
    border-radius: 5px;
    font-size: 12px;
    color: #666;
    border: 1px solid #efefef;
    cursor: pointer
}

.slev-list li:hover {
    color: #ebab3b
}

.slev-icon,.slev-list li:hover .slev-cont {
    display: block
}

.slev-icon {
    margin: 0 auto;
    width: 32px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.slev-icon01 {
    background-image: url(../images/slev_icon01.png)
}

.slev-icon02 {
    background-image: url(../images/slev_icon02.png)
}

.slev-icon03 {
    background-image: url(../images/slev_icon03.png)
}

.slev-icon04 {
    background-image: url(../images/slev_icon04.png)
}

.slev-icon05 {
    background-image: url(../images/slev_icon05.png)
}

.slev-icon06 {
    background-image: url(../images/slev_icon06.png)
}

.slev-icon07 {
    background-image: url(../images/slev_icon07.png)
}

.slev-icon08 {
    background-image: url(../images/slev_icon08.png)
}

.slev-icon09 {
    background-image: url(../images/slev_icon09.png)
}

.slev-icon10 {
    background-image: url(../images/slev_icon10.png)
}

.slev-icon11 {
    background-image: url(../images/slev_icon11.png)
}

.slev-icon12 {
    background-image: url(../images/slev_icon12.png)
}

.slev-icon13 {
    background-image: url(../images/slev_icon13.png)
}

.slev-icon14 {
    background-image: url(../images/slev_icon14.png)
}

.slev-icon15 {
    background-image: url(../images/slev_icon15.png)
}

.slev-icon16 {
    background-image: url(../images/slev_icon16.png)
}

.slev-icon17 {
    background-image: url(../images/slev_icon17.png)
}

.slev-icon18 {
    background-image: url(../images/slev_icon18.png)
}

.slev-cont {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #fff;
    border-right: 10px solid transparent;
    background-clip: content-box
}

.slev-cont .sewm {
    margin: 0
}

.slev-cont .sewm-p {
    padding-bottom: 5px
}

.slev-cont .slev-email {
    padding: 10px;
    width: 200px;
    color: #888;
    font-size: 14px
}

.sn-con .container {
    padding-bottom: 60px;
    min-height: 600px
}

.snbanner {
    position: relative;
    width: 100%
}

.snbanner img {
    width: 100%;
    min-height: 220px
}

.snbanner .container {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    background: url(../images/nban_title.png) no-repeat 0 42px;
    background-size: 200px
}

.snban-title {
    position: absolute;
    top: 60px;
    left: 0;
    width: 200px;
    color: #fff;
    text-align: center
}

.snban-title h3 {
    font-size: 18px
}

.sn-nav a,.snban-title p {
    font-size: 16px
}

.sn-title {
    padding-top: 10px;
    border-bottom: 1px solid #eee
}

.sn-title::after {
    display: block;
    content: "";
    clear: both
}

.sn-nav {
    float: left;
    min-width: 50%
}

.sn-nav a {
    position: relative;
    float: left;
    margin-right: 5px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    color: #444
}

.sn-nav a:hover,.sn-sitemap a:hover {
    color: #e03f32
}

.sn-nav a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 3px solid #e03f32
}

.sn-sitemap {
    display: none;
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 50px;
    padding-left: 30px;
    background: url(../images/sn_sitemap.png) no-repeat left center
}

.sn-sitemap a {
    display: inline-block;
    color: #888
}

.sfoot-nav b,.sn-sitemap b {
    font-weight: 400;
    color: #444
}

.snnews-list {
    padding: 30px 0 20px
}

.snnews-list li {
    margin-bottom: 20px;
    overflow: hidden
}

.snnews-img {
    float: left;
    margin-right: 10px;
    width: 114px;
    height: 76px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f6f6f6;
    background-size: cover
}

.snnews-p,.snnews-title {
    overflow: hidden;
    text-overflow: ellipsis
}

.snnews-title {
    white-space: nowrap;
    font-size: 16px;
    color: #000
}

.snnews-title:hover {
    color: #fdbf4b
}

.snnews-p {
    font-size: 12px;
    color: #444;
    line-height: 20px;
    display: -webkit-box!important;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px
}

.snnews-time {
    float: right;
    font-size: 12px;
    color: #888
}

.sn-page {
    padding-bottom: 60px;
    text-align: center
}

.sn-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #da251d
}

.smess-con {
    margin: 0 auto;
    max-width: 500px
}

.smess-con .form-control:focus {
    box-shadow: none
}

.smess-title-con {
    margin: 30px 0 20px
}

.smess-btns {
    padding: 40px 0 80px;
    text-align: center
}

.smess-btns button {
    margin: 20px;
    font-size: 16px
}

.smess-btns .btn-secondary {
    background-color: #999
}

.smess-btns .btn-danger {
    background-color: #dd2c1e
}

.snd-title {
    margin-top: 50px;
    font-size: 30px;
    color: #444;
    text-align: center
}

.snd-content,.snd-time {
    position: relative;
    font-size: 14px
}

.snd-time {
    margin-top: 10px;
    text-align: center;
    color: #999
}

.snd-time:after {
    display: block;
    margin-top: 15px;
    content: "";
    height: 8px;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMqaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjVFQzBGRTk1MTIzMTFFOTkyOENDQ0VGOUVBMzBFRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjVFQzBGRUE1MTIzMTFFOTkyOENDQ0VGOUVBMzBFRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNUVDMEZFNzUxMjMxMUU5OTI4Q0NDRUY5RUEzMEVGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNUVDMEZFODUxMjMxMUU5OTI4Q0NDRUY5RUEzMEVGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAAQABAMBEQACEQEDEQH/xABUAAEAAAAAAAAAAAAAAAAAAAAKAQEAAAAAAAAAAAAAAAAAAAAAEAABAQkAAAAAAAAAAAAAAAAUEgCREyODRGVmFxEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AbROVe9tjYc0Q53EFUwdpYP/Z)
}

.snd-content {
    padding: 20px 0 0;
    color: #444;
    line-height: 30px;
    overflow: hidden
}

.snd-content img {
    max-width: 100%!important
}

.snd-content img,.snd-content table {
    display: block!important;
    margin: 10px auto!important
}

.snhr-list {
    padding: 20px 10px 60px
}

.snhr-list li,.snten-list li {
    padding: 30px 0 15px;
    border-bottom: 1px solid #eee
}

.snhr-zw {
    font-size: 18px;
    color: #dd2c1e
}

.snhr-yq {
    padding: 10px 0;
    font-size: 14px
}

.snhr-con {
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.snhnr-list img,.snhr-con img {
    max-width: 100%
}

.snhr-btn {
    margin-top: 5px;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #dd2c1e;
    border-radius: 5px;
    cursor: pointer
}

.snten-list li {
    padding: 10px 0;
    margin: 0
}

.snten-list .snnews-title {
    padding: 10px 120px 10px 0;
    color: #444
}

.snten-list .snnews-time {
    margin-top: -30px
}

.slg-con {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/logo_bj.png) no-repeat center center;
    background-size: cover
}

.slg-main {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    padding: 0 15px;
    width: 90%;
    min-height: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    transform: translate(-50%,-50%);
    overflow: hidden
}

.slg-main .nav-tabs {
    padding-top: 10px
}

.slg-main .nav-tabs .nav-link {
    color: #444;
    font-size: 16px;
    border: 0
}

.slg-main .nav-tabs .nav-link.active {
    background: 0 0;
    border: 0;
    color: #dd2c1e
}

.slg-main .slg-navxg {
    padding: .5rem 0
}

.slg-from {
    display: block;
    padding: 30px 10px 0
}

.slg-from .form-control,.slg-from .input-group {
    margin-bottom: 25px
}

.slg-from .form-control:focus {
    box-shadow: none
}

#registFrom.slg-from .input-group .form-control,.slg-from .input-group .form-control {
    margin-bottom: 0
}

.slg-from .btn-outline-secondary:active,.slg-from .btn-outline-secondary:focus {
    box-shadow: none
}

#registFrom.slg-from .form-control,#registFrom.slg-from .input-group {
    margin-bottom: 20px
}

.slg-account {
    padding-left: 44px;
    background: url(../images/slg_account.png) no-repeat 15px center
}

.slg-password {
    padding-left: 44px;
    background: url(../images/slg_password.png) no-repeat 15px center
}

.slg-smt {
    margin-bottom: 30px;
    width: 100%;
    background-color: #dd2c1e
}

.slg-forget {
    margin-left: 10px;
    margin-top: -10px;
    margin-bottom: 25px;
    font-size: 12px
}

.suser-pane {
    display: none
}

.suser-pane.active {
    display: block
}

.snhnr-list {
    padding: 50px 0 10px;
    text-align: center
}

.snhnr-list .col-12 {
    margin-bottom: 20px
}

.sndoc-list p,.snhnr-list p {
    overflow: hidden;
    text-overflow: ellipsis
}

.snhnr-list p {
    padding: 5px 0;
    display: -webkit-box!important;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.sndoc-down {
    margin-top: 30px;
    padding: 15px 20px 10px 100px;
    border-top: 1px solid #eee;
    font-size: 14px
}

.sndoc-down span {
    float: left;
    margin-left: -70px;
    color: #dd2c1e
}

.sndoc-down a {
    display: inline-block;
    color: #444
}

.sndoc-down a:hover,.suser-tab-content .layui-table a:hover {
    color: #dd2c1e
}

.sndoc-down .sndoc-down-list li {
    margin-bottom: 10px
}

.sn-castBtn {
    margin: 50px auto 0;
    width: 140px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: #dd2c1e;
    cursor: pointer
}

.sn-castBtn:hover,.sndoc-list a:hover {
    color: #a97b22
}

.layui-layer-pop .layui-form,.sndoc-list {
    padding: 20px
}

.sndoc-list li {
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #444
}

.sndoc-list p {
    padding-right: 80px;
    white-space: nowrap
}

.sndoc-list a {
    margin-top: -50px;
    float: right;
    font-size: 14px;
    width: 70px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #dd2c1e
}

.sbanner-section {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden
}

.sbanner-section img {
    max-width: 100%;
    min-height: 50px
}

#roll {
    position: fixed;
    z-index: 10000
}

#roll img {
    max-width: 100px
}

.roll-close {
    position: absolute;
    right: 0;
    top: -5px;
    padding: 5px;
    cursor: pointer;
    color: #fff
}

.layui-layer-pop {
    max-width: 600px
}

.layui-layer-pop .layui-form-label {
    width: 60px
}

.layui-layer-pop .layui-input-block {
    margin-left: 60px;
    line-height: 36px
}

.suser-tab-content .layui-table a {
    display: inline-block
}

@media (min-width: 768px) {
    .snews-now {
        padding:1rem!important;
        border-radius: 10px!important;
        margin: -30px -5px 48px!important
    }

    .snews-now img {
        height: 36px
    }

    .snews-now a {
        padding-top: 0;
        font-size: 14px
    }

    .snews-now .col-2 {
        max-width: 25%;
        overflow: auto
    }

    .newsSwiperCon .swiper-button-next,.newsSwiperCon .swiper-button-prev {
        display: block
    }

    .newsSwiperCon .swiper-container {
        padding: 0 20px
    }

    .snav-tabs {
        margin-top: 0
    }

    .smore {
        top: 3px
    }

    .snews-list {
        min-height: 144px
    }

    .snews-list li:nth-of-type(n+5) {
        display: none
    }

    .snews-banner {
        padding-bottom: 50px
    }

    .spro .container {
        padding: 0 25px;
        background-color: #fff
    }

    .scon-gray,.sfoot .col-none,.slev-list li>p,.spro .swiper-button-next,.spro .swiper-button-prev {
        display: block
    }

    .spro-icon,.spro-link {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 160px;
        overflow: hidden
    }

    .spro-link {
        text-align: center;
        font-size: 14px;
        color: #fff
    }

    .spro-icon {
        z-index: 5;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px
    }

    .srow-zbxx {
        padding-top: 50px
    }

    .slev-list {
        top: 140px;
        transform: translateY(0);
        position: fixed;
        bottom: auto;
        right: 10px;
        z-index: 80
    }

    .slev-list li {
        margin-bottom: 10px;
        width: 46px;
        height: 46px
    }

    .slev-icon {
        margin: 0 auto;
        width: 32px;
        height: 18px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .slev-icon,.sn-sitemap {
        display: block
    }

    .snnews-list {
        padding: 60px 0 40px
    }

    .snnews-list li {
        margin-bottom: 40px;
        overflow: hidden
    }

    .snnews-img {
        float: left;
        margin-right: 45px;
        width: 180px;
        height: 120px;
        background-repeat: no-repeat;
        background-position: center center
    }

    .snnews-p,.snnews-title {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .snnews-title {
        padding: 15px 0;
        white-space: nowrap;
        font-size: 18px;
        color: #000
    }

    .snnews-title:hover {
        color: #fdbf4b
    }

    .snnews-p {
        font-size: 14px;
        color: #444;
        line-height: 20px;
        display: -webkit-box!important;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }

    .snnews-time {
        float: right;
        font-size: 14px;
        color: #888
    }

    .sn-page {
        padding-bottom: 80px
    }

    .sn-page .page-link {
        color: #666
    }

    .sn-page .page-item.active .page-link {
        background-color: #da251d;
        border-color: #da251d
    }

    .sn-page .page-link:focus {
        box-shadow: none
    }

    .snd-content {
        padding: 20px 10px 60px
    }

    .snten-list {
        padding: 20px 0
    }

    .snten-list li {
        margin-bottom: 10px
    }

    .slg-main {
        width: 460px;
        padding: 0 30px
    }
}

@media (min-width: 960px) {
    .sbanner .carousel-indicators li {
        margin-bottom:84px
    }

    .snews-now {
        height: 80px;
        padding: 1.5rem 1rem!important;
        margin: -40px -5px 48px!important
    }

    .snews-now span {
        display: block;
        padding-left: 0
    }

    .snews-banner .carousel-indicators {
        bottom: 19px;
        right: 10px
    }

    .snews-banner .carousel-indicators li {
        width: 20px
    }

    .snews-banner .snews-banner-link p {
        height: 45px;
        line-height: 45px
    }

    .snav-tabs .nav-link {
        font-size: 20px
    }

    .snav-tabs .nav-item {
        margin-right: 15px
    }

    .snews-list {
        min-height: 212px
    }

    .snews-list li {
        display: block!important
    }

    .snews-list li:nth-of-type(n+7) {
        display: none!important
    }

    .sfoot .col-lg-1,.sfoot .col-lg-2 {
        -ms-flex: 0 0 13.333333%;
        flex: 0 0 13.333333%;
        max-width: 13.333333%
    }

    .sfoot .col-lg-3 {
        -ms-flex: 0 0 19%;
        flex: 0 0 19%;
        max-width: 19%
    }

    .sfoot .col-lg-4 {
        -ms-flex: 0 0 27.333333%;
        flex: 0 0 27.333333%;
        max-width: 27.333333%
    }

    .snbanner .container {
        background: url(../images/nban_title.png) no-repeat 15px 42px;
        background-size: 240px
    }

    .snban-title {
        position: absolute;
        top: 60px;
        left: 15px;
        width: 240px
    }

    .snban-title h3 {
        font-size: 22px
    }

    .sn-nav a,.snban-title p,.spro-link p {
        font-size: 18px
    }

    .snd-cont {
        padding: 0 75px
    }

    .sn-title {
        padding-top: 10px;
        height: 61px;
        border-bottom: 1px solid #eee
    }

    .sn-nav {
        float: left;
        min-width: 50%
    }

    .sn-nav a {
        position: relative;
        float: left;
        margin-right: 30px;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        color: #444
    }

    .sn-nav a:hover {
        color: #e03f32
    }

    .sn-nav a.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        border-bottom: 3px solid #e03f32
    }

    .sn-sitemap {
        float: right;
        font-size: 14px;
        color: #888;
        line-height: 50px;
        padding-left: 30px;
        background: url(../images/sn_sitemap.png) no-repeat left center
    }

    .sn-sitemap b {
        font-weight: 400;
        color: #444
    }

    .suer-from {
        width: 50%
    }

    .spro .container {
        padding: 0 25px;
        background-color: #fff
    }

    .spro-icon,.spro-link {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 230px;
        overflow: hidden
    }

    .spro-link {
        text-align: center;
        font-size: 14px;
        color: #fff
    }

    .spro-link p {
        height: 60px
    }

    .spro-link::before {
        height: 60px
    }

    .spro-icon {
        z-index: 5;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px
    }
}

@media (min-width: 1200px) {
    .snavbar {
        height:100px;
        border-bottom: 5px solid #dd2c1e
    }

    .snavbar .nav-item {
        position: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 95px
    }

    .snavbar .navbar-nav .active>.nav-link {
        background-color: #dd2c1e;
        border-radius: 5px;
        color: #fff
    }

    .snavbar .navbar-nav .nav-link-active::after {
        display: block
    }

    .snavbar .dropdown-menu {
        top: 95px;
        width: 100%;
        height: 55px;
        border-top: 5px solid transparent;
        background-color: rgba(221,44,30,.9);
        margin: 0
    }

    .snavbar .dropdown-item {
        display: inline-block;
        width: auto;
        clear: none;
        color: #fff
    }

    .snavbar .dropdown-item:hover {
        color: #444;
        background: 0 0
    }

    .snavbar .dropdown-item:focus {
        background: 0 0
    }

    .slogo {
        height: 58px
    }

    .ssearch {
        display: block
    }

    .ssearch-from {
        display: none;
        position: absolute;
        bottom: -63px;
        padding: 10px;
        background-color: #fff
    }

    .snews-banner {
        padding-top: 12px;
        padding-bottom: 60px
    }

    .snews-banner .col-lg-6:nth-child(1) {
        padding-right: 30px
    }

    .snews-banner .col-lg-6:nth-child(2) {
        padding-left: 30px
    }

    .snews-list {
        min-height: 261px;
        padding-top: 5px
    }

    .snews-list li:nth-of-type(n+1) {
        display: block!important
    }

    .snews-list a {
        line-height: 32px
    }

    .srow-zbxx .col-sm-6:nth-child(1) {
        padding-right: 30px
    }

    .srow-zbxx .col-sm-6:nth-child(2) {
        padding-left: 30px
    }

    .slink-list {
        line-height: 50px
    }

    .slink-list .slink-title,.slink-list a {
        margin-right: 30px;
        font-size: 20px
    }

    .slink-list a {
        font-size: 15px
    }

    .slev-list {
        top: 180px
    }

    .slev-list li {
        width: 46px;
        height: 46px
    }

    .slev-icon {
        height: 20px
    }

    .snbanner .container {
        background: url(../images/nban_title.png) no-repeat 15px 100px;
        background-size: 340px
    }

    .snban-title {
        position: absolute;
        top: 150px;
        width: 340px;
        height: 270px
    }

    .snban-title h3 {
        font-size: 30px
    }

    .snban-title p {
        font-size: 20px
    }

    .snd-content {
        padding: 20px 20px 0
    }

    .spro .container {
        padding: 0 25px;
        background-color: #fff
    }

    .spro .swiper-button-prev {
        left: -35px
    }

    .spro .swiper-button-next {
        right: -35px
    }

    .spro-icon,.spro-link {
        position: relative;
        display: inline-block;
        width: 265px;
        height: 279px;
        overflow: hidden
    }

    .spro-link {
        text-align: center;
        font-size: 14px;
        color: #fff
    }

    .spro-link p {
        font-size: 22px;
        height: 70px
    }

    .spro-link::before {
        height: 70px
    }

    .spro-icon {
        z-index: 5;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px
    }

    #roll img {
        max-width: none
    }
}
